.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #e2e2e2;
  border: none;
  border-radius:0;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #13130f;
}
.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: 18px;
  width: 20px;
  height: 20px;
  cursor:pointer;
  border: none;
  background:#13130f;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius:50%;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover{
	box-shadow:none !important;
	background:#13130f !important;
	border:none !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: #13130f;
    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: #13130f;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: #c0c0c0;
  font-size: 13px;
}
