/*
* Base Template
* Combines HTML5 Boilerplate & Boostrap. Includes some basic templating.
* Authored by Stephen Shaw (shshaw@gmail.com)
*/

/* @group Basics */

*,
*:before,
*:after {
  box-sizing: border-box;
}    
 
.slider{
  border-width: 0px;
  border-style: solid;
  border-color: #333 #333 #777 #333;
  border-radius: 25px;
  width: 310px;
  position: absolute;
  height: 11px;
  background-color: #8e8d8d;
  background: #D8D8D8;
  left: 0;
  right: 0;
  margin: 15px auto 0 auto;
} 
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 45px;
  height: 11px;
  cursor: pointer;
  background: #EB380C;
  font-weight: bold;
  color: #1C94C4;
  outline: none;
  top: -1px;
  margin-left: -22px;
  border-radius: 30px;
}
.ui-slider-handle:hover {
  height: 20px;
  top: -5px;
}
 
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: #333 none repeat scroll 0 0 !important;
  border: 0 solid #c5c5c5 !important;
  color: #454545;
  font-weight: normal;
}
.ui-widget-header {
  border: 0 solid #c5c5c5 !important;
}
.position-r {
  position: relative;
}
 
@media screen and (max-width: 767px){
  
  
}
 