.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

a:focus, a:active, a:visited, a:link {
	text-decoration:none;
}

@media (min-width: 500px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media (min-width: 700px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}

@media (min-width: 900px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}

@media (max-width: 700px) {
.text-xs-right .tpl-bober-sortbutton {
	margin: 5px 0 5px 10px !important;
}
}

.tpl-bober-sort-panel{
    margin-bottom: 20px;
	  background-color: #f0f0f0 !important;
    color: #000 !important;
}

.tpl-bober-sort-panel .tpl-bober-sort-panel-params {

    margin-left: 10px;
}

.tpl-bober-sort-panel .tpl-bober-sort-panel-mode{
    float: right;
}

.tpl-bober-sortbutton::first-letter {
    text-transform:  capitalize;
}



.tpl-bober-color-flat .tpl-bober-sortbutton
,.tpl-bober-color-flat .tpl-bober-view-mode{
    color: #000;
    text-decoration: none;
    margin: 5px 10px 5px 0px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid rgba(255,255,255, 0);
}

.tpl-bober-border-color .tpl-bober-sortbutton
,.tpl-bober-border-color .tpl-bober-view-mode{
    text-decoration: none;
    margin: 10px 10px 10px 0px;
    padding: 7px 10px;
    display: inline-block;
    border: 1px solid rgba(255,255,255, 0);
    font-size: 13px;
}

.tpl-bober-sortbutton i{
    margin-left: 10px;
}


.tpl-bober-sortbutton i{
    margin: 0 0 0 10px;
}

.tpl-bober-view-mode {
    margin-left: 3px;
    margin-right: 0;
    min-width: 36px;
    text-align: left;
}

.tpl-bober-view-mode i{
    font-size: 14px;
    padding: 0;
}

.tpl-bober-sortbutton.active
,.tpl-bober-sortbutton:hover
,.tpl-bober-view-mode.active
,.tpl-bober-view-mode:hover{
    text-decoration: none;
}

.tpl-bober-color-flat .tpl-bober-sortbutton.active
,.tpl-bober-color-flat .tpl-bober-sortbutton:hover
,.tpl-bober-color-flat .tpl-bober-view-mode.active
,.tpl-bober-color-flat .tpl-bober-view-mode:hover{
    border: rgba(255,255,255, 0.5) 1px solid;
    color:  #FFF;
}
