.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;
}
.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);
}
.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;
}
.estate-types-dropdown .dropdown-menu {
  min-width: 255px;
}
.countries-dropdown .dropdown-menu {
  height: 250px;
  overflow-y: auto;
  width: 350px;
}
.alert {
  text-align: center;
  border-radius: 0;
}
.form-horizontal .wi-text-input span.form-control-feedback {
  top: 0;
}

.form-horizontal .wi-text-input .hint-and-err-msg {
  text-align: left;
}

.wi-phone-input .wi-phone-input--component {
  font-size: 16px;
  position: relative;
  width: inherit;
}

.wi-phone-input .wi-phone-input--component input {
  border: solid 1px #ccc;
  height: 34px;
}

.wi-phone-input .wi-phone-input--component .flag-dropdown {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 32px;
  bottom: 0;
  padding: 0;
  background-color: #eaeaea;
  border: none;
  border-radius: 0;
}

.wi-phone-input .wi-phone-input--component .flag-dropdown .selected-flag {
  z-index: 13;
  position: relative;
  width: 40px;
  height: 30px;
  margin-top: 1px;
  padding: 1px 0 0 8px;
  border: none;
}

.wi-multilang-input label {
  margin-bottom: 15px;
}

@media screen and (min-width: 991px) {
  .wi-multilang-input label {
    margin-top: 20px;
  }
}

.wi-multilang-input .multilang-text-area ul {
  padding-left: 0;
}

.wi-multilang-input .multilang-text-area ul li {
  display: inline-block;
  color: black;
  padding: 7px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font: 14px/16px Arimo-Regular, normal;
  cursor: pointer;
  border-bottom: none;
  background: #d7d7d7;
}

.wi-multilang-input .multilang-text-area ul li.active {
  background-color: #fe1c25;
  color: white;
}

.wi-multilang-input .multilang-text-area textarea {
  min-width: 100%;
  border: solid 1px #ccc;
}

.wi-img-imput-loader label {
  width: 100%;
  text-align: right;
}

.wi-img-imput-loader .img-input-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: #d7d7d7;
}

.wi-img-imput-loader .img-input-wrapper.no-preview {
  width: 100px;
  height: 100px;
}

.wi-img-imput-loader .img-input-wrapper.has-preview {
  max-width: 250px;
  max-height: 250px;
}

.wi-img-imput-loader .img-input-wrapper .add-sign {
  margin-left: 25px;
  margin-top: 30px;
  font-size: 35px;
  display: inline-block;
  padding: 14px;
}

.wi-img-imput-loader .img-input-wrapper input[type='file'] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.wi-img-imput-loader .img-input-wrapper img {
  width: 100%;
  height: 100%;
}

.wi-location-input label {
  padding-top: 7px;
}

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

.wi-location-input .input-map {
  padding-left: 15px;
}

.wi-checkbox-list .checkbox-list-label {
  margin-bottom: 15px;
}

.wi-price-form-input .price-input-wrapper .price-input {
  width: 175px;
  height: 34px;
  display: inline-block;
}

.wi-price-form-input .price-input-wrapper .price-input::-webkit-inner-spin-button,
.wi-price-form-input .price-input-wrapper .price-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wi-price-form-input .price-input-wrapper .price-currency {
  display: inline-block;
  left: -1px;
  top: -1px;
}

.wi-price-form-input .price-input-wrapper .price-currency button {
  max-width: 75px;
  min-width: 75px;
}

.re-captcha {
  margin-left: 15px;
}
