.price-range-container {
  background: #D0DAE2;
  border: 1px solid transparent;
  border-radius: 5px;
  bottom: 40px;
  color: #333;
  margin-right: -118px;
  padding: 5px;
  position: absolute;
  right: 50%;
  width: 240px;
}

.standard-button {
  background: #57a3fb none repeat scroll 0 0 !important;
  border: medium none;
  border-radius: 3px;
  box-sizing: inherit;
  color: #ffffff !important;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 13px 40px;
  text-shadow: none;
  text-transform: uppercase;
  transition: none 0s ease 0s ;
}

.standard-button:hover {
  background: #397ed5 none repeat scroll 0 0 !important;
  color: #ffffff;
  text-decoration: none;
}

.price-range-container::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #D0DAE2 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-image: none;
  border-style: solid;
  border-width: 10px;
  bottom: -21px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}

.price-range-container::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #FAFAFA rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-image: none;
  border-style: solid;
  border-width: 9px;
  bottom: -13px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  width: 0;
}

.price-range-emp-section {
  background: #469CF2;
  padding: 15px;
  border-radius: 3px 3px 0 0;
  text-shadow: 0 2px 2px #2a4f74;
}

.price-range-price-section {
  background: #FAFAFA;
  overflow: hidden;
  padding: 10px 15px;
  border-radius: 0 0 3px 3px;
  text-shadow: 0 2px 2px #999;
}

.emp-text {
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
  text-align: center;
}

.emp-number {
  color: #fff;
  font-size: 35px;
  text-align: center;
  line-height: 24px;
}

.price-text {
  float: left;
  padding-top: 6px;
  width: 40%;
  font-size: 20px;
}

.price-number {
  float: right;
  text-align: right;
  width: 60%;
}

#hub-ui-slider {
  position: relative;
}

#hub-ui-slider label {
  margin-left: -20px;
  margin-top: 30px;
  position: absolute;
  text-align: center;
  width: 40px;
}

.ui-slider-line {
  background: none repeat scroll 0 0 #ccc;
  height: 7px;
  left: 50%;
  position: absolute;
  top: -8px;
  width: 1px;
}
.ui-slider-pip:nth-of-type(2n+1) .ui-slider-line{
  height: 15px;
}

.ui-slider-label {
  display: none;
}

.ui-slider-pip:nth-of-type(2n+1) .ui-slider-label {
  display: block;
  top: 16px;
}

.ui-slider-horizontal {
  height: 18px !important;
}

#hub-ui-slider .ui-slider-handle {
  border: 0px solid transparent !important;
  border-radius: 50% !important;
  height: 28px !important;
  margin-left: -11px !important;
  top: -7px !important;
  width: 28px !important;
  background: #7abcff !important;; /* Old browsers */
  background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%) !important;; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)) !important;; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;; /* IE10+ */
  background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%) !important;; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ) !important;; /* IE6-9 */
  box-shadow: 0 0 1px #4096ee inset, 0 1px 7px #60abf8  inset, 0 3px 6px -3px #7abcff;
}

#hub-ui-slider.ui-slider .ui-slider-range {
  border-radius: 0 !important;
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#E3E9EE), to(#BECBD6)) !important;;
  background: -webkit-linear-gradient(#E3E9EE, #BECBD6) !important;;
  background: -moz-linear-gradient(center top, #E3E9EE 0%, #BECBD6 100%) !important;;
  background: -moz-gradient(center top, #E3E9EE 0%, #BECBD6 100%) !important;;
  box-shadow: 1px 1px 1px 0.5px rgba(255, 255, 255, 0.25) inset;
  -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset -webkit-border-radius : 1 em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  margin-left: 1px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #CCC !important;
  border: 1px solid #aaaaaa !important;
  color: #212121 !important;
  font-weight: normal !important;
}

.ui-widget-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEDF0), to(#FAFAFB)) !important;;
  background: -webkit-linear-gradient(#EBEDF0, #FAFAFB) !important;;
  background: -moz-linear-gradient(center top, #EBEDF0 0%, #FAFAFB 100%) !important;;
  background: -moz-gradient(center top, #EBEDF0 0%, #FAFAFB 100%) !important;;
  border: 1px solid #c8c8c8 !important;
  color: #999 !important;
}


.price-range-price-section .price {
  position: relative;
}
.price-range-price-section .price .currency {
  color: #333;
  position: relative;
  font-size: 15px;
  right: 1px;
  top: -8px;
}
.price-range-price-section .price .integer-part {
  color: #333;
  display: inline;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
}
.price-range-price-section .price .time {
  color: #333;
  font-size: 14px;
  font-style: italic;
  margin-left: 1px;
  position: relative;
}

#hub-ui-slider .ui-slider-handle::after, .ui-slider-handle::before {
  background: #327CC0 !important;
  border: 0 none !important;
  content: "" !important;
  display: block !important;
  height: 14px !important;
  left: 15px !important;
  position: absolute !important;
  top: 7px !important;
  width: 1px !important;
}

#hub-ui-slider .ui-slider-handle:after{left:17px}
#hub-ui-slider .ui-slider-handle::before {
  border-radius: 0 !important;
  height: 14px !important;
  left: 11px !important;
  top: 7px !important;
  width: 1px !important;
}




.ui-slider .ui-slider-handle {
  height: 12px;
  outline: medium none;
  position: absolute;
  top: -0.3em;
  width: 12px;
  z-index: 2;
}

.ui-slider .ui-slider-handle::before {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 0;
  width: 12px;
}

.ui-slider .ui-slider-handle::after {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2px;
  left: 5px;
  outline: medium none;
  position: absolute;
  top: 5px;
  width: 2px;
  z-index: 3;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.ui-slider .ui-slider-range {
  border: 0 none;
  border-radius: 1em;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}
.ui-widget-header {
  background-color: #0e76bc !important;
  color: #ffffff !important;
}