.range-slider {
    background-color: #eeeeee!important;
    background-image: none!important;
    border: medium none!important;
    border-radius: 3px!important;
    height: 8px!important;
    width: 100%!important;
	margin-top: 7px;
}

.range-slider .ui-widget-header {
    background-image: none;
    background-color: #f69826;
}

.range-slider .ui-slider-handle {
    background-color: #f5d175      !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 1em !important;
    height: 15px !important;
    top: -4px !important; 
    width: 15px !important;
}

.range-slider .ui-slider-handle:nth-child(2) {margin-left:0}

.range-slider .value {
    background: #666;
    border-radius: 7px;
    bottom: -25px;
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 9px; 
    right: 0px;
    line-height: 9px;
    padding: 2px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.range-slider .value.value-min  {
	 left: 0; 
}
.range-slider .value::before{
   border-bottom: 5px solid #666;
   border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    left: 10px;
    
    position: absolute;
    top: -5px;
} 
.range-slider .value.value-max:before, .range-slider .value.value-max:after  {
	 right: 10px; left:inherit 
}

@media only screen and (min-width:320px) and (max-width:767px) {
 
}