/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// http://ionden.com/a/plugins/ion.rangeSlider/demo.html
// ===================================================================================================================*/

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

.irs {
    height: 45px;
}
.irs-with-grid {
    height: 70px;
}
.irs-line {
    height: 5px; top: 30px;
    background-color: #e8e8e8;
}
.irs-line-left {
	height: 5px;
}
.irs-line-mid {
	height: 5px;
}
.irs-line-right {
	height: 5px;
}
.irs-bar {
    height: 5px; top: 30px;
    background-color: #222;
}
.irs-slider {
    top: 25px;
    width: 5px; height: 15px;
    background-color: #222;
    cursor: pointer;
}
.irs-min, .irs-max {
    color: #808080;
	font-family: 'Lato', sans-serif;
    font-size: 13px;
    text-shadow: none;
    top: 0;
}
.irs-from, .irs-to, .irs-single {
    color: #2b2b2b;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
	font-weight: 600;
    text-shadow: none;
}
.irs-grid {
    height: 27px;
}