.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
	cursor: hand;
	cursor: pointer;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	width: 100%;
	height: 12px;
	background: #ffffff;
	margin-bottom: 25px;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
	position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background: #cecece;
    top: -4px;
    left: 0px;
	outline: none;
}
.nstSlider .leftGrip span,
.nstSlider .rightGrip span{
	background: #ffffff;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    position: absolute;
    left: 6px;
    top: 6px;
}
.nstSlider .bar {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #f2f3f7;
    height: 12px;
    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;
}
