.rangeSlider, .rangeSlider__fill {
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    border-radius: 10px
}

.rangeSlider {
    position: relative;
    background: #7F8C8D
}

.rangeSlider__horizontal {
    height: 6px;
    width: 100%
}

.rangeSlider__vertical {
    height: 100%;
    width: 10px
}

.rangeSlider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4
}

.rangeSlider__fill {
    background: #ec6f37;
    position: absolute;
    z-index: 2
}

.rangeSlider__fill__horizontal {
    height: 100%;
    top: 0;
    left: 0
}

.rangeSlider__fill__vertical {
    width: 100%;
    bottom: 0;
    left: 0
}

.rangeSlider__handle {
    border: 1px solid #a63a09;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 3;
    background: #da4a09 -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(165, 59, 27, 0.4)));
    background: #da4a09 -o-linear-gradient(hsla(0, 0%, 100%, 0), rgba(165, 59, 27, 0.4));
    background: #da4a09 linear-gradient(hsla(0, 0%, 100%, 0), rgba(165, 59, 27, 0.4));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 11px 0;
    font-family: Roboto,Arial,Helvetica,sans-serif;
}

.rangeSlider__handle__horizontal {
    top: -18px
}

.rangeSlider__handle__vertical {
    left: -10px;
    bottom: 0
}

/*.rangeSlider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .13)), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
    border-radius: 50%;
}*/

.rangeSlider__handle:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .12)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

input[type=range]:focus + .rangeSlider .rangeSlider__handle {
    -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, .9);
    box-shadow: 0 0 8px rgba(142, 68, 173, .9)
}

.rangeSlider__buffer {
    z-index: 1;
    position: absolute;
    top: 3px;
    height: 14px;
    background: #2C3E50;
    border-radius: 10px
}

/*# sourceMappingURL=range-slider.css.map*/