/* Screen sizes */

/* Colors */

div.advertising {
  max-height: 250px;
  position: relative;
  cursor: pointer;
  background-color: black;
}

@media only screen and (max-width: 991px) {
  div.advertising {
    max-height: 100px;
  }
}

div.advertising .banner-one img {
  max-height: 250px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  div.advertising .banner-one img {
    height: 100px;
  }
}

div.advertising .banner-two {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  div.advertising .banner-two {
    z-index: 1;
  }
}

@media only screen and (max-width: 767px) {
  div.advertising .banner-two {
    z-index: 1;
  }
}

div.advertising .banner-two h1 {
  opacity: 1;
  font: 40px/62px 'HelveticaNeueCyr-Light', HelveticaNeue-Light;
  color: #babab9;
}

@media only screen and (max-width: 767px) {
  div.advertising .banner-two h1 {
    padding-left: 15px;
  }
}

div.advertising .banner-three {
  position: absolute;
  right: 0;
  bottom: 0;
}
.location-typeahead {
  padding-left: 0px;
  padding-right: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 1px;
}

.location-typeahead input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.location-typeahead input:focus {
  box-shadow: none;
}
.input-dropdown .btn {
  height: 34px;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border: 1px solid #acacac;
  background-color: #fff;
  white-space: nowrap;
  overflow-x: hidden;
  padding-top: 5px;
  font: 14px/21px 'HelveticaNeueCyr-Roman', HelveticaNeue-Roman;
}

.input-dropdown .btn span {
  color: #ed1c24;
  float: right;
  margin-top: 9px;
}

.input-dropdown .dropdown-menu {
  border-radius: 0;
}
.wi-checkbox {
  position: absolute;
  opacity: 0;
}

.wi-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font: 15px/21px 'Arial', normal;
}

.wi-checkbox + label:before {
  content: '';
  margin-top: -2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #acacac;
  box-shadow: none;
  background: #fff;
}

.wi-checkbox:hover + label:before {
  border-color: #f1161d;
}

.wi-checkbox:checked + label:before {
  background: white;
  border-color: #f1161d;
}

.wi-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.wi-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.wi-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #f1161d;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 #f1161d, 4px 0 0 #f1161d, 4px -2px 0 #f1161d, 4px -4px 0 #f1161d, 4px -6px 0 #f1161d, 4px -8px 0 #f1161d;
  transform: rotate(45deg);
}
.estate-types-dropdown .dropdown-menu {
  min-width: 255px;
}
