.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.08);
}
.rangeslider {
    background: #fff;
    border: 2px solid #ccc;
    position: relative;
    overflow: visible;
}
.rangeslider--horizontal {
    height: 58px;
    width: 100%;
    margin-top: 4px
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}
.rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: 0.4;
}
.rangeslider__fill {
    background: rgb(251,227,156);
    position: absolute;
        -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}
.rangeslider__handle {
    background: rgb(247,148,29) url(../images/handle.svg) no-repeat center center;
    background-size: 60% auto;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 70px;
    position: absolute;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px
}
.rangeslider__handle:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.rangeslider--active .rangeslider__handle,
.rangeslider__handle:active {
    background-color: rgb(29,135,188)
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
} /*# sourceMappingURL=rangeslider.min.css.map */

