.btl_toolbar{
    background-color: transparent;
    border: 0;
    color: #636363;
    font-size: 16px;
    width: 100%;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 0;
    padding: 0;
}
.btl_toolbar a{
    color: inherit;
}
.btl_toolbar > div{
    background-repeat:  no-repeat;
    background-position: center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    padding: 0 15px;
    position: relative;
}
.btl_toolbar .toolbar_row{
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}
.btl_toolbar .toolbar_col{
    display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
}
.btl_toolbar .btl_toolbar_row_left{
    text-align: left;
    left: 0;
}
.btl_toolbar .btl_toolbar_row_center{
    text-align: center;
    width: 100%;
}
.btl_toolbar .btl_toolbar_row_right{
    text-align: right;
    right: 0;
}
.btl_toolbar .toolbar_item{
    background-repeat:  no-repeat;
    background-position: center;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: inline-block;
    height: 100%;
}
