.is_clickable {
    cursor: hand;
    cursor: pointer
}

.nstSlider {
    cursor: hand;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    width: 100%;
    height: 7px;
    background: #e7e6e6;
    margin-bottom: 15px;
}

.nstSlider .leftGrip.gripHighlighted, .nstSlider .rightGrip.gripHighlighted {
    background: #134
}

.nstSlider .leftGrip, .nstSlider .rightGrip {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; /* border-radius: 10px; */
    width: 20px;
    height: 20px;
    background: #ed71a3;
    margin-top: -6px;
}

.nstSlider .bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #ed71a3;
    height: 7px;
}

.nstSlider .highlightPanel {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #e87722;
    height: 20px;
    top: 0
}