.noUiSlider{height:7px;background:#b8b8b8;border-radius:7px;-webkit-box-shadow:inset 0 1px 3px #6f6f6f,0px 1px 0 0 #e9e9e9;-moz-box-shadow:inset 0 1px 3px #6f6f6f,0px 1px 0 0 #e9e9e9;box-shadow:inset 0 1px 3px #6f6f6f,0px 1px 0 0 #e9e9e9}.noUi-midBar{height:8px;z-index:0;background:#313131;background: #eab92d; /* Old browsers */
background: -moz-linear-gradient(top,  #eab92d 0%, #c79810 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eab92d), color-stop(100%,#c79810)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eab92d 0%,#c79810 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eab92d 0%,#c79810 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=0 ); /* IE6-9 */
}.noUi-handle>div{position:absolute;width:16px;height:16px;top:-5px;left:-8px;z-index:5;border:1px solid #CCC;background:#EEE}.noUi-handle>div:hover,.noUi-handle>div.noUi-activeHandle{background:#ebfffd;border-color:#dde3e3}.disabled>.noUi-midBar{background:#999}.disabled .noUi-handle>div{border-color:#CCC;background:#CCC}@media(-webkit-min-device-pixel-ratio:1.2),-moz-touch-enabled,(max-device-width:1024px){.noUi-handle>div{height:32px;width:32px;top:-13px;left:-16px}}