.filter-block .sIndexFilter-selected {
    background-color: #fff;
    border-bottom:2px solid #eee;
    height:60px;
    margin-bottom: 20px;
}
.filter-block .sIndexFilter-container {
    background-color: #203949;
    color:#fff;
    height:73px;
    border-bottom: 1px solid #f6d4d4;
}

.filter-block .sIndexFilter-container .sIndexFilter-text {
    font-size:24px;
    line-height:73px;
    font-weight: bold;
}
.sIndexFilter-container .filter-item {
    padding-left:30px;
    margin-top:30px;
}
.sIndexFilter-container .filter-item {
    background-color: #455d6b;
    margin: 15px 5px;
    padding: 10px 9px;
}
.sIndexFilter-container .filter-item a.dropdown-toggle {
    color:#fff;
}
.sIndexFilter-container .filter-item a.dropdown-toggle i {
    padding-left:5px;
}
#searchBlockAdvanced { padding: 0; margin:0;}
.filter-block .sIndexFilter-selected .sIndexFilter-text-selected {
    font-size:15px;
    line-height:60px;
    height:60px;
}
.filter-block .sIndexFilter-selected .selectedFilter {
    font-size: 14px;
    background-color: #203949;
    color:#fff;
    margin-right: 10px;
    padding: 3px 15px;
    float: right;
    margin-top: 15px;
}
.filter-block .sIndexFilter-selected .selectedFilter i{
    padding-left:5px;
}
.filter-block .sIndexFilter-selected .selectedFilter:first-child {
    margin-right:0px;
}
div.selectedFilter i.filterRemove {cursor:pointer;}
.sIndexFilter-container #filter-txt {
    background-color:transparent;
    margin:5px 0; 
    padding-right:0;
    width:160px;
}
#searchBlockAdvanced .sIndexFilter-container #filter-txt input {
    background-color:#fff;
    border:none;
    color:#203949;
    height:40px;
    border-radius:0;
}
.sIndexFilter-container #filter-txt button {
    background-color:#445f71;
    color:#fff;
    width:40px;
    height:40px;
    border-radius:0;
    border:none;
}
div.sIndexFilters {padding-left:0;}
.sIndexFilter-text, .sIndexFilters {
    width:40%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.sIndexFilters {
    width:60%;
}
@media(max-width:767px) {
    .sIndexFilters {
	width:100%;
    }
}