.highlight_blocks ul{
    padding: 0;
    margin:0;
}
.highlight_blocks li{
    padding: 0;
    margin:0;
    display: inline-block;
    width: 390px;
    height: 240px;
    overflow: hidden;
    background-color:gray;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.highlight_blocks img{
    height: 100% ;
    width: auto ;
    max-width: unset ;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    margin:0;
}
.highlight_blocks h1{
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    left: 0;
    bottom: 30px;
    width: 100%;
    line-height: 30px;
    height: 30px;
    margin:0;
    background-color: rgba(3, 95, 172, 0.5);
    padding:0 10px;
    font-weight: bold;
}
.highlight_blocks h2{
    position: absolute;
    z-index: 2;
    white-space: nowrap;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    margin:0;
    background-color: rgba(3, 95, 172, 0.5);
    padding:0 10px;
}
@media screen and (max-width: 992px) {
    .highlight_blocks li{
        width: 90%;
    }
}
#showButtons{
    float: right;
    line-height: 30px;
    margin-right: 20px;
}
#showButtons span{
    cursor:pointer;
}
.pagination{
    float:right;
}
.theiaStickySidebar_custom>div{
    position: relative;
}
.dropdown-filters-no-display{
    margin: 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    width: 200px;
    position: absolute;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    z-index: 10;
    top: 100%;
    left: 21px;
    border-top: 0;
    list-style: none;
    margin-top: -20px;
}
.dropdown-filters-no-display li:hover{
    background-color:#f0f0f0;
}
.dropdown-filters-no-display li{
    font-size: 12px;
    cursor: pointer;
    line-height: 25px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input[type="checkbox"]:checked + label,input[type="radio"]:checked + label{
    background-color: #035fac;
    border-color: #035fac;
    font-family: "FontAwesome";
}
input[type="checkbox"]:checked + label:before,input[type="radio"]:checked + label:before{
    content: "\f00c";
    color: white;
    font-size: 12px;
    margin-left: 2px;
}
.round-label{
    line-height: 14px;
}
.number_pagination.active {
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 100%;
    width: 72px;
    display: block;
    height: 38px;
    line-height: 18px;
    text-align: center;
}
.currentPage{
    display: inline-block;
    position: absolute;
    right: 380px;
    top: 4px;
}
.highlight_blocks+.currentPage{
    right: auto !important;
    top:auto !important;
    bottom:10px;
}
#result-number{
    position:relative;
}
.noUi-handle{
    width: 28px !important;
    height: 28px !important;
    border-radius: 100% !important;
    outline: none !important;
    background-color: white;
    border: 8px solid #035fac;
    box-shadow: unset;
    top:-9px !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none;
}
.noUi-horizontal{
    height: 12px;
}
.noUi-connect {
    background: #035fac;
}
.noUi-horizontal .noUi-tooltip{
    bottom:180%;
    border:0;
}
#select-listino{
    margin-left:20px;
    position: relative;
}
#select-listino input{
    height: auto;
}