/* Ion.RangeSlider

// css version 2.0.3

// © 2013-2014 Denis Ineshin | IonDen.com

// ===================================================================================================================*/



/* =====================================================================================================================

// RangeSlider */



.irs {

    position: relative; display: block;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

     -khtml-user-select: none;

       -moz-user-select: none;

        -ms-user-select: none;

            user-select: none;

}

    .irs-line {

        position: relative; display: block;

        overflow: hidden;

        outline: none !important;

    }

        .irs-line-left, .irs-line-mid, .irs-line-right {

            position: absolute; display: block;

            top: 0;

        }

        .irs-line-left {

            left: 0; width: 11%;

        }

        .irs-line-mid {

            left: 9%; width: 82%;

        }

        .irs-line-right {

            right: 0; width: 11%;

        }



    .irs-bar {

        position: absolute; display: block;

        left: 0; width: 0;

    }

        .irs-bar-edge {

            position: absolute; display: block;

            top: 0; left: 0;

        }



    .irs-shadow {

        position: absolute; display: none;

        left: 0; width: 0;

    }



    .irs-slider {

        position: absolute; display: block;

        cursor: default;

        z-index: 1;

    }

        .irs-slider.single {



        }

        .irs-slider.from {

			cursor:pointer;

        }

        .irs-slider.to {

			cursor:pointer;

        }

        .irs-slider.type_last {

            z-index: 2;

        }



    .irs-min {

        position: absolute; display: block;

        left: 0;

        cursor: default;

    }

    .irs-max {

        position: absolute; display: block;

        right: 0;

        cursor: default;

    }



    .irs-from, .irs-to, .irs-single {

        position: absolute; display: block;

        top: 0; left: 0;

        cursor: default;

        white-space: nowrap;

    }



.irs-grid {

    position: absolute; display: none;

    bottom: 0; left: 0;

    width: 100%; height: 20px;

}

.irs-with-grid .irs-grid {

    display: block;

}

    .irs-grid-pol {

        position: absolute;

        top: 0; left: 0;

        width: 1px; height: 8px;

        background: #000;

    }

    .irs-grid-pol.small {

        height: 4px;

    }

    .irs-grid-text {

        position: absolute;

        bottom: 0; left: 0;

        white-space: nowrap;

        text-align: center;

        font-size: 9px; line-height: 9px;

        padding: 0 3px;

        color: #000;

    }



.irs-disable-mask {

    position: absolute; display: block;

    top: 0; left: -1%;

    width: 102%; height: 100%;

    cursor: default;

    background: rgba(0,0,0,0.0);

    z-index: 2;

}

.irs-disabled {

    opacity: 0.4;

}

.lt-ie9 .irs-disabled {

    filter: alpha(opacity=40);

}





.irs-hidden-input {

    position: absolute !important;

    display: block !important;

    top: 0 !important;

    left: 0 !important;

    width: 0 !important;

    height: 0 !important;

    font-size: 0 !important;

    line-height: 0 !important;

    padding: 0 !important;

    margin: 0 !important;

    outline: none !important;

    z-index: -9999 !important;

    background: none !important;

    border-style: solid !important;

    border-color: transparent !important;

}









/* Ion.RangeSlider, Flat UI Skin

// css version 2.0.3

// © Denis Ineshin, 2014    https://github.com/IonDen

// ===================================================================================================================*/



/* =====================================================================================================================

// Skin details */



.pf_rngstyle_flat .irs-line-mid,

.pf_rngstyle_flat .irs-line-left,

.pf_rngstyle_flat .irs-line-right,

.pf_rngstyle_flat .irs-bar,

.pf_rngstyle_flat .irs-bar-edge,

.pf_rngstyle_flat .irs-slider {

    background: url(../images/sprite-skin-flat.png) repeat-x;

}



.pf_rngstyle_flat .irs {

    height: 40px;

}

.pf_rngstyle_flat .irs-with-grid {

    height: 60px;

}

.pf_rngstyle_flat .irs-line {

    height: 12px; top: 25px;

}

    .pf_rngstyle_flat .irs-line-left {

        height: 12px;

        background-position: 0 -30px;

    }

    .pf_rngstyle_flat .irs-line-mid {

        height: 12px;

        background-position: 0 0;

    }

    .pf_rngstyle_flat .irs-line-right {

        height: 12px;

        background-position: 100% -30px;

    }



.pf_rngstyle_flat .irs-bar {

    height: 12px; top: 25px;

    background-position: 0 -60px;

}

    .pf_rngstyle_flat .irs-bar-edge {

        top: 25px;

        height: 12px; width: 9px;

        background-position: 0 -90px;

    }



.pf_rngstyle_flat .irs-shadow {

    height: 3px; top: 34px;

    background: #000;

    opacity: 0.25;

}

.lt-ie9 .pf_rngstyle_flat .irs-shadow {

    filter: alpha(opacity=25);

}



.pf_rngstyle_flat .irs-slider {

    width: 16px; height: 18px;

    top: 22px;

    background-position: 0 -120px;

}

.pf_rngstyle_flat .irs-slider.state_hover, .pf_rngstyle_flat .irs-slider:hover {

    background-position: 0 -150px;

}



.pf_rngstyle_flat .irs-min, .pf_rngstyle_flat .irs-max {

    color: #999;

    font-size: 10px; line-height: 1.333;

    text-shadow: none;

    top: 0; padding: 1px 3px;

    background: #e1e4e9;

    -moz-border-radius: 4px;

    border-radius: 4px;

}



.pf_rngstyle_flat .irs-from, .pf_rngstyle_flat .irs-to, .pf_rngstyle_flat .irs-single {

    color: #fff;

    font-size: 10px; line-height: 1.333;

    text-shadow: none;

    padding: 1px 5px;

    background: #ed5565;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

.pf_rngstyle_flat .irs-from:after, .pf_rngstyle_flat .irs-to:after, .pf_rngstyle_flat .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: #ed5565;

}





.pf_rngstyle_flat .irs-grid-pol {

    background: #e1e4e9;

}

.pf_rngstyle_flat .irs-grid-text {

    color: #999;

}



.pf_rngstyle_flat .irs-disabled {

}









/* Ion.RangeSlider, Simple Skin

// css version 2.0.3

// © Denis Ineshin, 2014    https://github.com/IonDen

// © guybowden, 2014        https://github.com/guybowden

// ===================================================================================================================*/



/* =====================================================================================================================

// Skin details */



.pf_rngstyle_html5 .irs {

    height: 55px;

}

.pf_rngstyle_html5 .irs-with-grid {

    height: 75px;

}

.pf_rngstyle_html5 .irs-line {

    height: 10px; top: 33px;

    background: #EEE;

    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); /* W3C */

    border: 1px solid #CCC;

    border-radius: 16px;

    -moz-border-radius: 16px;

}

    .pf_rngstyle_html5 .irs-line-left {

        height: 8px;

    }

    .pf_rngstyle_html5 .irs-line-mid {

        height: 8px;

    }

    .pf_rngstyle_html5 .irs-line-right {

        height: 8px;

    }



.pf_rngstyle_html5 .irs-bar {

    height: 10px; top: 33px;

    border-top: 1px solid #428bca;

    border-bottom: 1px solid #428bca;

    background: #428bca;

    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */

}

    .pf_rngstyle_html5 .irs-bar-edge {

        height: 10px; top: 33px;

        width: 14px;

        border: 1px solid #428bca;

        border-right: 0;

        background: #428bca;

        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */

        border-radius: 16px 0 0 16px;

        -moz-border-radius: 16px 0 0 16px;

    }



.pf_rngstyle_html5 .irs-shadow {

    height: 2px; top: 38px;

    background: #000;

    opacity: 0.3;

    border-radius: 5px;

    -moz-border-radius: 5px;

}

.lt-ie9 .pf_rngstyle_html5 .irs-shadow {

    filter: alpha(opacity=30);

}



.pf_rngstyle_html5 .irs-slider {

    top: 25px;

    width: 27px; height: 27px;

    border: 1px solid #AAA;

    background: #DDD;

    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%); /* W3C */

    border-radius: 27px;

    -moz-border-radius: 27px;

    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);

    cursor: pointer;

}



.pf_rngstyle_html5 .irs-slider.state_hover, .pf_rngstyle_html5 .irs-slider:hover {

    background: #FFF;

}



.pf_rngstyle_html5 .irs-min, .pf_rngstyle_html5 .irs-max {

    color: #333;

    font-size: 12px; line-height: 1.333;

    text-shadow: none;

    top: 0;

    padding: 1px 5px;

    background: rgba(0,0,0,0.1);

    border-radius: 3px;

    -moz-border-radius: 3px;

}



.lt-ie9 .pf_rngstyle_html5 .irs-min, .lt-ie9 .pf_rngstyle_html5 .irs-max {

    background: #ccc;

}



.pf_rngstyle_html5 .irs-from, .pf_rngstyle_html5 .irs-to, .pf_rngstyle_html5 .irs-single {

    color: #fff;

    font-size: 14px; line-height: 1.333;

    text-shadow: none;

    padding: 1px 5px;

    background: #428bca;

    border-radius: 3px;

    -moz-border-radius: 3px;

}

.lt-ie9 .pf_rngstyle_html5 .irs-from, .lt-ie9 .pf_rngstyle_html5 .irs-to, .lt-ie9 .pf_rngstyle_html5 .irs-single {

    background: #999;

}



.pf_rngstyle_html5 .irs-grid {

    height: 27px;

}

.pf_rngstyle_html5 .irs-grid-pol {

    opacity: 0.5;

    background: #428bca;

}

.pf_rngstyle_html5 .irs-grid-pol.small {

    background: #999;

}



.pf_rngstyle_html5 .irs-grid-text {

    bottom: 5px;

    color: #99a4ac;

}



.pf_rngstyle_html5 .irs-disabled {

}



/* Ion.RangeSlider, Modern Skin

// css version 2.0.3

// © Denis Ineshin, 2014    https://github.com/IonDen

// ===================================================================================================================*/



/* =====================================================================================================================

// Skin details */



.pf_rngstyle_modern .irs-line-mid,

.pf_rngstyle_modern .irs-line-left,

.pf_rngstyle_modern .irs-line-right,

.pf_rngstyle_modern .irs-bar,

.pf_rngstyle_modern .irs-bar-edge,

.pf_rngstyle_modern .irs-slider {

    background: url(../images/sprite-skin-modern.png) repeat-x;

}



.pf_rngstyle_modern .irs {

    height: 50px;

}

.pf_rngstyle_modern .irs-with-grid {

    height: 70px;

}

.pf_rngstyle_modern .irs-line {

    height: 6px; top: 25px;

}

    .pf_rngstyle_modern .irs-line-left {

        height: 6px;

        background-position: 0 -30px;

    }

    .pf_rngstyle_modern .irs-line-mid {

        height: 6px;

        background-position: 0 0;

    }

    .pf_rngstyle_modern .irs-line-right {

        height: 6px;

        background-position: 100% -30px;

    }



.pf_rngstyle_modern .irs-bar {

    height: 6px; top: 25px;

    background-position: 0 -60px;

}

    .pf_rngstyle_modern .irs-bar-edge {

        top: 25px;

        height: 6px; width: 6px;

        background-position: 0 -90px;

    }



.pf_rngstyle_modern .irs-shadow {

    height: 5px; top: 25px;

    background: #000;

    opacity: 0.25;

}

.lt-ie9 .pf_rngstyle_modern .irs-shadow {

    filter: alpha(opacity=25);

}



.pf_rngstyle_modern .irs-slider {

    width: 11px; height: 18px;

    top: 31px;

    background-position: 0 -120px;

}

.pf_rngstyle_modern .irs-slider.state_hover, .pf_rngstyle_modern .irs-slider:hover {

    background-position: 0 -150px;

}



.pf_rngstyle_modern .irs-min, .pf_rngstyle_modern .irs-max {

    color: #999;

    font-size: 10px; line-height: 1.333;

    text-shadow: none;

    top: 0; padding: 1px 3px;

    background: #e1e4e9;

    -moz-border-radius: 4px;

    border-radius: 4px;

}



.pf_rngstyle_modern .irs-from, .pf_rngstyle_modern .irs-to, .pf_rngstyle_modern .irs-single {

    color: #fff;

    font-size: 10px; line-height: 1.333;

    text-shadow: none;

    padding: 1px 5px;

    background: #20b426;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

.pf_rngstyle_modern .irs-from:after, .pf_rngstyle_modern .irs-to:after, .pf_rngstyle_modern .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: #20b426;

}



.pf_rngstyle_modern .irs-grid {

    height: 34px;

}

.pf_rngstyle_modern .irs-grid-pol {

    background: #c0c0c0;

}

.pf_rngstyle_modern .irs-grid-text {

    bottom: 12px;

    color: #c0c0c0;

}



.pf_rngstyle_modern .irs-disable-mask {



}

.pf_rngstyle_modern .irs-disabled {



}

.lt-ie9 .pf_rngstyle_modern .irs-disabled {



}



/* Ion.RangeSlider, Nice Skin

// css version 2.0.3

// © Denis Ineshin, 2014    https://github.com/IonDen

// ===================================================================================================================*/



/* =====================================================================================================================

// Skin details */



.pf_rngstyle_white .irs-line-mid,

.pf_rngstyle_white .irs-line-left,

.pf_rngstyle_white .irs-line-right,

.pf_rngstyle_white .irs-bar,

.pf_rngstyle_white .irs-bar-edge,

.pf_rngstyle_white .irs-slider {

    background: url(../images/sprite-skin-nice.png) repeat-x;

}



.pf_rngstyle_white .irs {

    height: 40px;

}

.pf_rngstyle_white .irs-with-grid {

    height: 60px;

}

.pf_rngstyle_white .irs-line {

    height: 8px; top: 25px;

}

    .pf_rngstyle_white .irs-line-left {

        height: 8px;

        background-position: 0 -30px;

    }

    .pf_rngstyle_white .irs-line-mid {

        height: 8px;

        background-position: 0 0;

    }

    .pf_rngstyle_white .irs-line-right {

        height: 8px;

        background-position: 100% -30px;

    }



.pf_rngstyle_white .irs-bar {

    height: 8px; top: 25px;

    background-position: 0 -60px;

}

    .pf_rngstyle_white .irs-bar-edge {

        top: 25px;

        height: 8px; width: 11px;

        background-position: 0 -90px;

    }



.pf_rngstyle_white .irs-shadow {

    height: 1px; top: 34px;

    background: #000;

    opacity: 0.15;

}

.lt-ie9 .pf_rngstyle_white .irs-shadow {

    filter: alpha(opacity=15);

}



.pf_rngstyle_white .irs-slider {

    width: 22px; height: 22px;

    top: 17px;

    background-position: 0 -120px;

}

.pf_rngstyle_white .irs-slider.state_hover, .pf_rngstyle_white .irs-slider:hover {

    background-position: 0 -150px;

}



.pf_rngstyle_white .irs-min, .pf_rngstyle_white .irs-max {

    color: #999;

    font-size: 10px; line-height: 1.333;

    text-shadow: none;

    top: 0; padding: 1px 3px;

    background: rgba(0,0,0,0.1);

    -moz-border-radius: 3px;

    border-radius: 3px;

}

.lt-ie9 .pf_rngstyle_white .irs-min, .lt-ie9 .pf_rngstyle_white .irs-max {

    background: #ccc;

}



.pf_rngstyle_white .irs-from, .pf_rngstyle_white .irs-to, .pf_rngstyle_white .irs-single {

    color: #fff;

    font-size: 10px; line-height: 1.333;

    text-shadow: none;

    padding: 1px 5px;

    background: rgba(0,0,0,0.3);

    -moz-border-radius: 3px;

    border-radius: 3px;

}

.lt-ie9 .pf_rngstyle_white .irs-from, .lt-ie9 .pf_rngstyle_white .irs-to, .lt-ie9 .pf_rngstyle_white .irs-single {

    background: #999;

}



.pf_rngstyle_white .irs-grid-pol {

    background: #99a4ac;

}

.pf_rngstyle_white .irs-grid-text {

    color: #99a4ac;

}



.pf_rngstyle_white .irs-disabled {

}

