.ui-slider {
	position: relative;
 
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	background: #EB3939;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 20px;
	cursor: pointer;
    outline:none !important
}
.ui-slider .ui-slider-handle:before {
    position: absolute;
    top: 2px;
    height: 8px;
    left: 0;
    width: 610px;
    margin-left: -610px;
    background: #EB3939;
    z-index: -1;
    content:"";
}
.ui-slider .ui-slider-handle:after {
    position: absolute;
    top: -3px; 
    left: -3px;
    width: 14px;
    height: 14px;
    background: #EB3939;
    border: 3px solid #fff;
    z-index: 1;
    content:"";
    border-radius: 20px;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
}
.ui-slider-horizontal {    
	 height: 20px;
}
.ui-slider-horizontal:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    border: 6px solid #fff;
        border-left: none;
    border-right: none;
    content:"";
}
.ui-slider-horizontal:before {
    content:"";
    background: #fff;
    top: 0;
    width: 4px;
    height: 20px;
    position: absolute;
    left:0;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: 0px;
	margin-left: -7px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 	
	background: #EDEDED;
}
.ui-widget-header { 
	border: 1px solid #D4D4D4;
	background: #F00;
}
