.irs
{
    position: relative;

    display: block;

    margin-top: 75px;
    margin-bottom: 25px;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
     -khtml-user-select: none;
}

.irs .irs
{
    margin-right: 0;
}

.irs-line
{
    position: relative;

    display: block;

    height: 8px;

    background: #fff;
}

.irs-bar
{
    top: 0;

    height: 8px;

    background: #c3002f;
}


.irs-min,
.irs-max
{
    color: #fff;
    font: 700 13px NissanBrand;

    position: absolute;
    top: 15px;

    visibility: visible !important;
}


.irs-slider
{
    z-index: 9;
    top: -6px;

    width: 20px;
    height: 20px;

    cursor: pointer;
    text-indent: -9999px;

    border-radius: 3px;
    background: #fff url(../images/ic_irs_slider.png) 50% 50% no-repeat;
}


.irs-line
{
    position: relative;

    display: block;

    outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right
{
    position: absolute;
    top: 0;

    display: block;
}
.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;
    left: 0;

    display: block;

    width: 0;
}
.irs-bar-edge
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;
}

.irs-shadow
{
    position: absolute;
    left: 0;

    display: none;

    width: 0;
}

.irs-slider
{
    position: absolute;
    z-index: 1;

    display: block;
}



.irs-slider.type_last
{
    z-index: 2;
}

.irs-min
{
    position: absolute;
    left: 0;

    display: block;

    cursor: default;
}
.irs-max
{
    position: absolute;
    right: 0;

    display: block;

    cursor: default;
}

.irs-from,
.irs-to,
.irs-single
{
    color: #343434;
    font: 700 14px/48px NissanBrand;

    position: absolute;
    top: -70px;
    left: 0;

    padding: 0 15px;

    cursor: pointer;
    white-space: nowrap;

    background: #fff;
}

.irs-from:after,
.irs-to:after,
.irs-single:after
{
    position: absolute;
    bottom: -6px;
    left: 50%;

    display: block;

    width: 12px;
    height: 6px;
    margin-left: -6px;

    content: '';

    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.irs-grid
{
    color: rgba(26,26,26,.5);
    font: 14px/18px Verdana;

    position: absolute;
    bottom: -30px;
    left: 0;

    display: none;

    width: 100%;
    height: 18px;

    pointer-events: none;
}

.irs-with-grid .irs-grid
{
    display: block;
}

.irs-grid-pol
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 1px;
    height: 8px;

    background: #000;
}

.irs-grid-pol.small
{
    height: 4px;
}

.irs-grid-text
{
    font-size: 14px;
    line-height: 18px;

    position: absolute;
    bottom: 0;
    left: 0;

    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.irs-grid-text.active
{
    color: #000;
}

.irs-grid-text.active:before
{
    display: none;
}

.irs-grid-text:before
{
    position: absolute;
    top: -20px;
    left: 50%;

    width: 11px;
    height: 11px;
    margin-left: -5px;

    content: '';
    cursor: pointer;
    text-indent: -9999px;

    border-radius: 50%;
    background: #fae4d4;
}

.irs-grid-text sup
{
    font-size: 9px;
    line-height: 10px;
}

.irs-disable-mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1%;

    display: block;

    width: 102%;
    height: 100%;

    cursor: default;

    background: rgba(0,0,0,.0);
}
.lt-ie9 .irs-disable-mask
{
    cursor: not-allowed;

    background: #000;

    filter: alpha(opacity=0);
}

.irs-disabled
{
    opacity: .4;
}


.irs-hidden-input
{
    font-size: 0 !important;
    line-height: 0 !important;

    position: absolute !important;
    z-index: -9999 !important;
    top: 0 !important;
    left: 0 !important;

    display: block !important;
    overflow: hidden;

    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    border-style: solid !important;
    border-color: transparent !important;
    outline: none !important;
    background: none !important;
}
