.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: 95%;
  height: 31px;
  line-height:31px;
  background: #121c28;
  margin-left:20px;
	    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
	overflow:hidden;
	font-size:18px;

}

/*
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}

*/
.nstSlider .rightGrip,
.nstSlider .leftGrip {
position: absolute;
  width: 60px;
  height: 31px;
  background: #ccc;
  text-align:center;
}

.rightGrip:hover,
.leftGrip:hover{background-color:#eee;} 

.nstSlider .rightGrip{
	border-left:20px solid #121c28;
	}

	

.nstSlider .leftGrip{
	border-right:20px solid #121c28;
	}

	
.nstSlider .bar {
/*
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  */
  position: absolute;
  background: #ffffff;
  height: 1px;
  top: 15px;
}
.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;  
  background: #e87722;
  */
  position: absolute;

  height: 20px;
  top: 0;
}




.leftLabel,
.rightLabel{
color:#121c28;
pointer-events:none;}
