/* Ion.RangeSlider, Flat UI Skin
// css version 1.8.5
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */


.price-slider .irs-line-mid,
.price-slider .irs-line-left,
.price-slider .irs-line-right,
.price-slider .irs-diapason,
.price-slider .irs-slider {
    background: url(../img/sprite-slider-skin-horze.png) repeat-x;
}

.price-slider .irs {
    height: 40px;
}
.price-slider .irs-with-grid {
    height: 60px;
}

.price-slider .irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
    height: 12px;
    top: 25px;
    z-index: 1;
    background: url(../img/sprite-slider-skin-horze.png) repeat-x;
    background-position: 0 -60px;
    outline: none;
}

.price-slider .irs-line {
    height: 12px; top: 25px;
}
    .price-slider .irs-line-left {
        height: 12px;
        background-position: 0 -30px;
    }
    .price-slider .irs-line-mid {
        height: 12px;
        background-position: 0 0;
    }
    .price-slider .irs-line-right {
        height: 12px;
        background-position: 100% -30px;
    }

.price-slider .irs-diapason {
    height: 12px; top: 25px;
    background-position: 0 -60px;
}

.price-slider .irs-slider {
    width: 30px;
    height: 30px;
    top: 10px;
    background-position: 0px -89px;
}

.price-slider .irs-slider.state_hover {background-position: 0 -114px;}

#irs-active-slider, .price-slider .irs-slider:hover {
    background-position: 0px -119px;
}

.price-slider .irs-min, .price-slider .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #fff;
    border-radius: 4px;
}

.price-slider .irs-from, .price-slider .irs-to, .price-slider .irs-single {
    color: #212121;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #fff;
    border-radius: 4px;
}
.price-slider .irs-from:after, .price-slider .irs-to:after, .price-slider .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #fff;
}

.price-slider .irs-hidden-input {display: none;}


.price-slider .irs-grid-pol {
    background: #e1e4e9;
    top: -10px;
}
.price-slider .irs-grid-text {
    color: #999;
    font-size: 10px;
    bottom: 10px;
    width: 40px;
}

.price-slider .irs-disabled {
}