.irs--modern {
  height: 27px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 0;
  height: 27px;
  border: none;
  background:none;
}
.irs--modern .irs-bar {
  top: 7px;
  height: 13px;
  background: #ffd266;
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: -5px;
  width: 36px;
  height: 36px;
  border: 6px solid #ffffff;
  cursor:pointer;
  background: #fbc952;
  border-radius:50%;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover{
	box-shadow:none !important;
	background:#fbc952 !important;
	border-color:#438ffc !important;
}
.irs--modern .irs-handle > i{
	display:none !important;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #ffffff;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 12px;
    line-height: 1.933;
    text-shadow: none;
    padding: 1px 20px;
    background-color: #309e31;
    color: #ffffff;
    border-radius: 35px;
    top: -13px;
	cursor:pointer;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #309e31;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: #c0c0c0;
  font-size: 13px;
}

.irs-single{
	display:none;
}