

.range-slider {
  margin: 15px 0 0 0%;
}


.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (#{60px + 13px}));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

  .range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1abc9c;
    cursor: pointer;
    transition: background .15s ease-in-out;

  }

    .range-slider__range::-webkit-slider-thumb:hover {
      background: #1abc9c;

  }

  .range-slider__range::-webkit-slider-thumb:active::-webkit-slider-thumb {
    background: #1abc9c;
  }

  .range-slider__range::-webkit-slider-thumb:active::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #1abc9c;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }

    .range-slider__range::-webkit-slider-thumb:active::-moz-range-thumb:hover {
      background: #1abc9c;
    }
  }

  &:active::-moz-range-thumb {
    background: #1abc9c;
  }
}



.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #d7dcdf0;
  padding: 5px 10px;
  margin-left: 8px;

  &:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #d7dcdf0;
    border-bottom: 7px solid transparent;
    content: '';
  }
}



::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/* -------- LIST STYLE ----------- */

.prop h3 {
    font-size: 22px;
    font-family: Montserrat;
    color: #5d5d5d;
}

.prop h3 a {
color: #5d5d5d;
}

.prop .city {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: grey;
    letter-spacing: 1px;
}

.prop-info {
    text-align: end;
    font-weight: bold;
    color: #50A7DE;
}

.openhouse {
    position: absolute;
    z-index: 999999;
    background: rgba(91, 166, 226, 0.81);
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

.smol {
    font-size: 9px;
    position: relative;
    top: -2px;
}

.active-page {
    background: rgba(91, 166, 226, 1);
    padding: 5px 10px;
    color:#fff;
}

.pagenation {
    text-align: end;
    font-family: Open Sans;
    padding: 30px 0px 0px 0px;
    font-size:13px;
}

.pagenation span {
    padding: 2px 8px;
}

footer img {
    max-width: 275px;
}

.broker2 {
    max-width: 125px;
}

.filter {
    max-width: 950px;
    width:100%;
}

@media screen and (min-width: 769px) {
.hero.is-medium .hero-body {
    padding-bottom: 5rem;
    padding-top: 3rem;
}}
