.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 380px;
  height: 20px;
  border: 1px solid #c96956;
  margin: 0 auto;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  top: -1px;
  background: #ffffff;
  box-shadow: 0 0 3px 0 #000;
}
.nstSlider .rightGrip i,
.nstSlider .leftGrip i{
    position: relative;
    top: -1px;
}

.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
    background: none repeat scroll 0 0 #c96956;
    border-radius: 10px;
    height: 18px;
    position: absolute;
    top: 0;
}
.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;
}
