.price-range-block {
    margin:60px;
}

.sliderText{
    width:40%;
    margin-bottom:30px;
    border-bottom: 2px solid red;
    padding: 10px 0 10px 0px;
    font-weight:bold;
}

.ui-slider-horizontal {
    height: .6em;
}
.ui-slider-horizontal {
    margin-bottom: 15px;
    /*width:40%;*/
	 width:434px;
}
#min_u{margin: 0px 0px 0px 30px;}
#max_u{margin: 0px 0px 0px 185px;}

@media (max-width:1024px) {
	.ui-slider-horizontal {
		/*width:60%;*/
		width:434px;
	}
}
@media (max-width:768px) {
	.ui-slider-horizontal {
		/*width:90%;*/
		width:340px;		
	}
	#max_u{margin: 0px 0px 0px 90px;}	
}
@media (max-width:360px) {
	.ui-slider-horizontal {
		width:300px;		
	}
	#max_u{margin: 0px 0px 0px 55px;}
}

.ui-widget-header {
    background: #3a3a3a;
}

.price-range-search {
    width:40.5%; 
    background-color: #f9f9f9; 
    border: 1px solid #6e6666;
    min-width: 40%;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    float: left;
    margin-bottom:20px;
    font-size:16px;
}

.price-range-field{
	height: 42px;
   font-size: 16px;
   padding: 10px 25px;
   border-radius: 40px;
   color: #5b6c8f;
   background-color: #ffffff;
   border: none;
   line-height: 26px;	
	width: 90px;
	border: 1px solid #eaeaea;
}
/*
@media (max-width:1024px) {
	.price-range-field {margin: 0% 10% 0% 10%;}
}
@media (max-width:768px) {	
	.price-range-field {margin: 0% 15% 0% 15%; width: 15%;	min-width: 15%;}
}
*/


.search-results-block{
    position: relative;
    display: block;
    clear: both;
}

.ui-state-active, .ui-widget-content .ui-state-active{
	border: 1px solid #c5c5c5;
	background: #c5c5c5;
}

.slider-range {margin:15px auto;}