/**
Skin details
*/

.irs--big .irs-bar--single {
    /* Remove */
    border-radius: 0px;
}

.irs--big .irs-line {
    /* Remove */
    background: none;
    border-radius: 0px;
    border: 0px;

    /* Add */
    background-color: rgba(202, 202, 202, 1.0); /* Stroke */

    /* Alter */
    top: 36px;
    height: 6px;
}

.irs--big .irs-bar {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(193, 61, 67, 1.0); /* BOR Red */

    /* Alter */
    top: 36px;
    height: 6px;
}

.irs--big .irs-handle {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(193, 61, 67, 1.0); /* BOR Red */
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    /* Remove */
    background: none;
    box-shadow: none;
    border: 0px;

    /* Add */
    background-color: rgba(193, 61, 67, 1.0); /* BOR Red */
    cursor: pointer;
}

.irs--big .irs-min, .irs--big .irs-max {
    /* Remove */
    background: none;
    border-radius: 0px;

    /* Alter */
    padding: 1px 0px;
    
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    /* Remove */
    background: none;

    /* Alter */
    padding: 1px 0px;
    
    color: rgba(41, 41, 41, 1.0); /* Text Black */
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
    font-size: 16px;
    
}

.irs--big .irs-grid-text {
    color: rgba(41, 41, 41, 1.0); /* Text Black */
}

.irs--big .irs-grid-pol {
    background-color: rgba(41, 41, 41, 1.0); /* Text Black */
}

.irs-min, .irs-max, .irs-grid-pol.small {
    display: none;
}