#amount{
height: 35px;	
}
#ratingFrom{
width: 48%;
float: left;
padding:0px 10px;
}
#ratingTo{
width: 48%;
float: right;
padding:0px 10px;
}
span.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #03aee9 !important;
	border-color: #03aee9 !important;
}
.ui-autocomplete.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-menu-item{
	padding: 3px 20px;
    white-space: normal;
	font-size:14px;
	border-bottom:#eee solid 1px;
}
.ui-menu-item:hover{
	    background: #03aee9 !important;
	border-color: #03aee9 !important;
	padding: 3px 20px;
	border-bottom:#03aee9 solid 1px;
    white-space: normal;
	color:#fff !important;
}
.searchtitle button[type="submit"] {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: medium none;
    color: #bdbdbd;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.listing-widget-sidebar .searchtitle i {
    position: absolute;
    right: 10px;
    top: 14px;
    color: #999;
}
.listing-widget-sidebar button.btn.btn-block {
    width: 100%;
}
@media (max-width: 991px) {
	#slider-range {
    margin-bottom: 4px;
}
	
}
@media (max-width: 767px)
{
#ratingFrom{
width: 100%;
float: none;
padding:0px 20px;
margin:8px 0px;
}


	#slider-range {
    margin-bottom: 13px;
}
.advanced-filter-m #amount {
    height: 18px;
    margin-bottom: 9px;
}
#ratingTo{
width: 100%;
float: none;
margin-bottom:8px;
padding:0px 20px;
}	
}