
/* Layout helpers
----------------------------------*/

/*#slider-price-range.ui-slider {position: relative;text-align: left;}
#slider-price-range.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 26px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
#slider-price-range.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}*/

/* support: IE8 - See #6727 */
/*#slider-price-range.ui-slider.ui-state-disabled .ui-slider-handle,
#slider-price-range.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

#slider-price-range.ui-slider-horizontal {height: 14px;background: #e4e4e4; border-radius: 10px;border: none;}
#slider_price_range_txt .slider_price_max {
    color: #444;
    float: right;
    margin-top:5px;
    font-size: 14px;
}
#slider_price_range_txt .slider_price_min{ margin-top: 4px;font-size: 14px;color: #444;display: inline-block;}
#slider-price-range.ui-slider-horizontal .ui-slider-handle {
	border-radius: 50%;
    height: 28px;
    margin-left: -0.6em;
    top: -6px;
    width: 28px;
}
#slider-price-range.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
#slider-price-range.ui-slider-horizontal .ui-slider-range-min {left: 0;}
#slider-price-range.ui-slider-horizontal .ui-slider-range-max {right: 0;}
#slider-price-range .ui-widget-header {
    background: #3876fb;
    border: 1px solid #f66b70 ;
    color: #222222;
    font-weight: bold;
}
#slider-price-range .ui-state-default {border: 4px solid #3876fb !important;}
#slider-price-range .ui-state-default, #slider-price-range .ui-widget-content .ui-state-default, #slider-price-range .ui-widget-header .ui-state-default {
   background: #fff none repeat scroll 0 0;
    border: 10px solid #fff;
    color: #555555;
    font-weight: normal;
}*/

.range-sldrs    input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  margin: 0;
}
.range-sldrs input[type=range]:focus {
  outline: none;
}
.range-sldrs input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 19px;
  cursor: pointer;
background-color: #c9c9c9;
  border-radius: 20px;
}
.range-sldrs input[type=range]::-webkit-slider-thumb {
  border: 1px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -1px;
}
.range-sldrs #slide:before, .range-sldrs #equity_slide:before {
  content: attr(min);
    position: absolute;
    bottom: 0;
    left: -33px;
    color: black;
    font-size: 16px;
}
.range-sldrs #slide:after, .range-sldrs #equity_slide:after {
  content: attr(max);
  position: absolute;
  bottom: 0;
  right: -33px;
  color: black;
  font-size:16px;
}
.range-sldrs #val, .range-sldrs #equity_val {
  font-size: 1.6rem;
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 40px;
    background-color: #3b3b3b;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 auto;
    /*margin-left: 30px;*/
    color: #fff;
}
.range-sldrs {position: relative; margin-bottom: 30px;}