
.input_row{
    position:relative;
}


#chose_block{
    background-color: #ebf1f5;
    padding: 5px 5px 10px 5px;
    margin: 0 0 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display:none;
}
.chose{
    margin: 5px 0 0 0;
}
.chose_title{
    font-weight: bold;
    font-size: 18px; 
    margin: 0 0 7px 0;
}
.chose .delete{
    width:20px;
    height:11px;
    display:inline-block;
    background: url(/images/bosfor/checkbox.png) no-repeat 0 0px;
    cursor:pointer;
    float: left;
    margin: 1px 0 0 0;
}
.chose span{
    float: left;
    width: 90%; 
}  
.priceFilter input{
    border: 1px solid gray;
    padding: 0px 3px 2px;
    margin: 0 6px 0 0;
}
.bold{
    font-weight:bold;
}
#filterSlider{
    margin: 10px 13px 20px 0;
    background: #cfcfcf;
}
    
.filter .flag{
    cursor: auto;
    z-index: 99;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 129px;
    height: 31px;
    margin: -7px -140px 0 0;
}
.filter .flag>span{
    display: block;
    width: 90%;
    float: left;
    margin: 8px 0 0 20%;
}
.filter .flag span a{
    text-decoration:none;
    color: #7bc6c9;
    cursor: pointer;
}
.filter .flag span a.active{
    text-decoration:underline;
} 
.flag_count{
    font-weight:bold;
}
span.flag_inner{
    display:inline;
    position: relative;
}

.input_row.color .filter_show {
    top: 33px;
    left: -101px;
}

.filter_show{
    position: absolute;
    top: 25px;
    left: -54px; 
    padding: 10px 17px 12px 18px;
    z-index: 20;
    list-style: none;
    background: #f2f2f2;
    width: 123px;
    text-align: center;
}

.masonry .filter_show{  
    top: 59px;
    left: 144px;
}

.filter_show .arrow_top {
    width: 18px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    background: url(/images/arrow_top.png) no-repeat center;
}

.filter_show span{
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.filter_show span>span {
    display: inline;
}

.close_filter{
    border: 1px solid #e5e5e5;
    padding: 7px 40px 7px 23px;
    background: #fff;
    height: 34px;
    position: absolute;
    bottom: 0;
    left: 50%;
    outline: none;
    margin-left: -85px;
    width: 190px;
}


.close_filter span{
    border-bottom: 1px dotted #000;
    color: #000;
    font-family: roboto;
}

.close_filter .active:after{
    -moz-transform: rotate(180deg); 
    -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    -o-transform: rotate(180deg); 
    transform: rotate(180deg);
}

.close_filter span:after{
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    background: url(/images/close_filter.png) no-repeat;
    right: 19px;
    top: 10px;
}

.property_color {
    width: 22px;
    height: 21px;
    cursor: pointer;
    position: relative;
    border: 2px solid #898989;
    margin: 0 10px 10px 0;
    outline: none;
    float: left;
}

.property_color div.input_box {
    position: absolute;
    margin: 0px 0 0 -10000px;
}

.clear{
    clear:both;
}

.property_color.active {
    border: 2px solid #f5cecf!important;
}

.slider_inner .filter_show{
    left: 32px;
}

.slider_inner{
    position:relative;
    margin: 10px 0 0 0;
}

.text_to_result{
    font-weight:bold;
}