#lg_searchrefill_top {
    
    color: #fff;
    display: table;
    height: 41px;
    padding-top: 10px;
    width: 100%;
    padding-bottom:10px;
	background-color: #333;
    
}
#lg_searchrefill_top .left {
    font: 600 18px/22px "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top:8px;
    float:left;
	display:none;
}
#lg_searchrefill_top .right {

}
#lg_searchrefill_top .right > form > div.submit {
    margin-right: 0;
    padding-right: 0;
}
#lg_searchrefill_top .right > form {
    display: table;
    margin: 0 auto;
}
#lg_searchrefill_top .right > form > div {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
}

#lg_searchrefill_top > div {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}
#lg_searchrefill_top .right div span {
    font-family: Open Sans;
    font-weight: bold;
    text-transform: none;
}
#lg_searchrefill_top .right div select {
    border: 1px solid #000;
    width: 180px;
    margin-left:5px
}
#lg_searchrefill_top .right div:last-child, #lg_searchrefill_top .right div:nth-child(3) {
    margin: 0;
}

#lg_searchrefill_top .right .submit input {
    border: 0 none;
    color: #fff;
    height: 35px;
    padding: 2px;
    text-transform: uppercase;
    width: 130px;
    text-align:center;
}

#lg_searchrefill_top .right .selectedFilter{

    padding-left:100px;
    padding-top:10px;
	
}
#lg_searchrefill_top .right  .filter_active {
    display: table;
}
#lg_searchrefill_top .right .filter_active > span {
    display: table-cell;
}
#lg_searchrefill_top .info_filter > span {
    margin: 0 0 0 30px;
}
#lg_searchrefill_top .info_filter b {
    margin-right: 5px;
}
#lg_searchrefill_top .remove_filter
{
font-size:0;
position:relative;
}
#lg_searchrefill_top .remove_filter:after {
    background: url("../img/remove-filter.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: table-cell;
    font-size: 0;
    width: 25px;
}

#lg_searchrefill_top .remove_filter::after {
    background: url("../img/remove-filter.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    display: table-cell;
    font-size: 0;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -18px;
    width: 25px;
}
@media screen and (max-width: 768px) {
#lg_searchrefill_top .left 
{
margin-bottom:10px;
}
#lg_searchrefill_top .search_block
{
float:left;
margin-bottom:10px;
}
#lg_searchrefill_top{
display:none;}
}

@media screen and (max-width: 992px) {
#lg_searchrefill_top .right > form > div#s1.search_block,
#lg_searchrefill_top .right > form > div#s2.search_block,
#lg_searchrefill_top .right > form > div#s3.search_block {
display:none;
}

}