.hfse-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  z-index: 9999;
  position: fixed;
  min-height: 100px;
  visibility: hidden;
  align-items: center;
  justify-content: center;
}
.hfse-loader.hfse-absolute {
  position: absolute;
  background-color: transparent;
}
.hfse.loading .hfse-loader, .hfse-loading .hfse-loader {
  opacity: 1;
  visibility: visible;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.hfse-form {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Items Count */
}
.hfse-form > div + div {
  margin-top: 15px;
}
.hfse-form input::placeholder {
  color: #000;
}
.hfse-form input:focus {
  outline: none !important;
}
.hfse-form-primary-fields {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  align-items: center;
}
.hfse-form-primary-fields > * + * {
  margin-top: 10px;
}
.hfse-form-primary-fields > * {
  flex: 1 0 100%;
  padding-left: 8px;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .hfse-form-primary-fields > * {
    flex: 1;
    margin-top: 0;
    min-width: 1px;
  }
}
.hfse-form-secondary-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hfse-form-secondary-fields > div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.hfse-form-primary-fields .uk-input, .hfse-form-submit-field-container .uk-button {
  width: 100%;
  height: 50px;
  border-radius: 4px;
}
.hfse-form-submit-field-container .uk-button:not(:disabled) {
  color: #ffffff;
  background: #000000;
}
.hfse-form-submit-field-container .uk-button:not(:disabled):hover {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 640px) {
  .hfse-form .hfse-form-primary-fields .hfse-additional-filters-field-container + * {
    flex: 1 0 auto;
  }
}
.hfse-form-primary-fields .uk-input {
  border: none;
  color: #000;
  font-size: 15px;
  padding: 10px 15px;
  min-height: inherit;
  box-sizing: border-box;
  background-color: #DDDFE0;
}
.hfse-form-primary-fields .uk-input:focus {
  color: #000;
  background-color: #DDDFE0;
}
.hfse-form-order-field-container .uk-select {
  padding-right: 23px !important;
}
.hfse-form-location-drop, .hfse-form-city-drop {
  min-width: 200px;
}
.hfse-form .hfse-form-map-toggle-btn,
.hfse-form .hfse-form-additional-filters-btn,
.hfse-form .hfse-form-reset-btn {
  border: 0;
  height: 35px;
  color: #000;
  display: flex;
  font-size: 13px;
  padding: 0 12px;
  font-weight: 600;
  line-height: 35px;
  border-radius: 4px;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
  background-color: #fff;
}
.hfse-form .hfse-form-map-toggle-btn > .uk-icon,
.hfse-form .hfse-form-additional-filters-btn > .uk-icon,
.hfse-form .hfse-form-reset-btn > .uk-icon {
  width: 15px;
  margin-right: 10px;
}
.hfse-form .hfse-form-map-toggle-btn:hover, .hfse-form .hfse-form-map-toggle-btn:active, .hfse-form .hfse-form-map-toggle-btn:focus,
.hfse-form .hfse-form-additional-filters-btn:hover,
.hfse-form .hfse-form-additional-filters-btn:active,
.hfse-form .hfse-form-additional-filters-btn:focus,
.hfse-form .hfse-form-reset-btn:hover,
.hfse-form .hfse-form-reset-btn:active,
.hfse-form .hfse-form-reset-btn:focus {
  color: #000;
  border-color: #000;
}
.hfse-form .hfse-form-additional-filters-state {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
}
.hfse-form .hfse-form-additional-filters-state.active {
  background-color: #FFF;
}
.hfse-form .hfse-form-map-toggle-btn {
  padding: 0 10px;
}
.hfse-form .hfse-form-additional-filters-btn,
.hfse-form .hfse-form-reset-btn {
  font-size: 11px;
}
.hfse-form .hfse-form-additional-filters-btn {
  color: #fff;
  margin-right: 10px;
  background-color: #000;
}
.hfse-form .hfse-form-additional-filters-btn:hover, .hfse-form .hfse-form-additional-filters-btn:active, .hfse-form .hfse-form-additional-filters-btn:focus {
  color: #fff;
  background: #000;
}
.hfse-form-primary-fields .hfse-additional-filters-field-container {
  flex: 60px 0 0;
  position: relative;
}
.hfse-form-primary-fields .hfse-form-additional-filters-btn {
  width: 100%;
  height: 50px;
  display: block;
  margin-right: 0;
  position: relative;
  box-sizing: border-box;
}
.hfse-form-primary-fields .hfse-form-additional-filters-btn > .uk-icon {
  width: auto;
  margin: 0;
}
.hfse-form-primary-fields .hfse-form-additional-filters-state {
  top: 10px;
  right: 10px;
  position: absolute;
}
.hfse-form .hfse-form-reset-btn {
  border: 2px solid black;
}
.hfse-form .property-filter-input {
  width: 100%;
}
.hfse-form .property-filter-input input.uk-input {
  border: none;
  background-color: #DDDFE0;
  min-height: inherit;
  padding: 10px 15px 10px 30px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 15px;
  background-image: url("../img/locations.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  line-height: 1;
  background-size: 14px;
  width: 100%;
  color: #000;
  text-transform: capitalize;
}
.hfse-form .property-filter-input input.uk-input::placeholder {
  color: #000;
}
.hfse-form .filter-type-row,
.hfse-form .filter-amenities-row {
  overflow-y: auto;
  max-height: 150px;
  overflow-x: hidden;
}
.hfse-form .hfse-all-features-btn {
  margin-top: 10px;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
}
.hfse-form .field-label {
  width: 100%;
  display: block;
  color: #555555;
  font-weight: 500;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.hfse-form .field-control {
  position: relative;
}
.hfse-form label.field-label,
.hfse-form label.type-label {
  color: #000;
  display: block;
  font-size: 13px;
  text-align: left;
  word-break: break-all;
}
.hfse-form label.bedrooms-label,
.hfse-form label.bathrooms-label {
  font-size: 15px;
  margin-right: 10px;
}
.hfse-form .amenity-label {
  color: #000;
  display: block;
  font-size: 13px;
  text-align: left;
  margin-top: 0 !important;
}
.hfse-form .uk-drop-close,
.hfse-form .datepicker__close-button,
.hfse-form .datepicker__submit-button {
  color: #000;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 13px;
  border-radius: 4px;
  background-image: none;
  border: 2px solid #000;
  text-transform: uppercase;
  background-color: #f5f5f5;
}
.hfse-form div#datepicker-daterange {
  z-index: 20;
  background: #f1f1f1;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.hfse-form div#datepicker-daterange td.datepicker__month-day--valid:not(.datepicker__month-day--today) {
  color: #000;
}
.hfse-form div#datepicker-daterange.datepicker--open {
  overflow: inherit !important;
}
.hfse-form .datepicker {
  background: #f1f1f1;
}
.hfse-form .datepicker__inner {
  display: flex;
  flex-direction: column;
}
.hfse-form .datepicker__topbar {
  order: 2;
  display: flex;
  margin: 20px 0 0;
  align-items: center;
}
.hfse-form .datepicker__close-button {
  position: static;
}
.hfse-form .datepicker__buttons {
  transform: none;
  position: static;
  margin-left: auto;
}
.hfse-form .datepicker__clear-button {
  color: #000;
  margin-top: 0;
  background-color: transparent;
}
.hfse-form .datepicker__close-button, .hfse-form .datepicker__submit-button {
  margin-top: 0;
}
@media screen and (min-width: 480px) {
  .hfse-form .datepicker__month-button--next[month="1"], .hfse-form .datepicker__month-button--prev[month="2"] {
    display: none;
  }
}
.hfse-form .datepicker__info--selected-label {
  display: none;
}
.hfse-form .datepicker__month-day--invalid {
  color: #9c9da2;
  cursor: not-allowed;
}
.hfse-form .datepicker__month-day--valid {
  color: #000 !important;
}
.hfse-form .datepicker__month-day--day-selected {
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.hfse-form .datepicker__month-day--first-day-selected, .hfse-form .datepicker__month-day--last-day-selected {
  color: #fff !important;
  background-color: #000;
}
.hfse-form .datepicker__month-day--today {
  background-color: #484c55;
  color: #fff !important;
}
.hfse-form .datepicker__month-day--selected:not(.datepicker__month-day--today):not(.datepicker__month-day--first-day-selected):not(.datepicker__month-day--last-day-selected) {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.hfse-form .datepicker__info-text--selected-days {
  font-size: 13px;
  font-style: normal;
  color: #000;
}
.hfse-form .datepicker__info--feedback {
  max-width: 60%;
}
.hfse-form-nights-count-container .hfse-form-nights-count-icon, .hfse-form-properties-count-container .hfse-form-properties-count-icon {
  margin-right: 10px;
}
.hfse-form-price-slider-container .field-label {
  text-align: center;
  font-size: 13px;
}
.hfse-form-price-slider-container .field-control {
  height: 4px;
  border: none;
  min-width: 200px;
  margin-left: 8px;
  background: #aaa;
  margin-right: 8px;
  margin-bottom: 6px;
  box-shadow: none;
}
.hfse-form-price-slider-container .field-control .noUi-connect {
  background: #000;
}
.hfse-form-price-slider-container .field-control .noUi-handle::after,
.hfse-form-price-slider-container .field-control .noUi-handle::before {
  display: none;
}
.hfse-form-price-slider-container .field-control .noUi-handle {
  border: none;
  border-radius: 25px;
  background: #333;
  height: 20px;
  width: 20px;
  top: -0.52em;
  box-shadow: none;
}
.hfse-form-price-slider-container .field-control.noUi-horizontal .noUi-handle {
  right: -10px;
}
.hfse-form-price-input-wrap .price-currency {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  padding-left: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.hfse-form-price-input-wrap > .uk-input {
  padding-left: 24px !important;
}
.hfse-form-drop {
  width: auto;
  background: #f1f1f1;
  border-radius: 4px;
  margin: 20px 0 0 !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddbdb;
  top: 40px !important;
  max-width: 240px;
  padding: 20px;
}
.hfse-form-drop:before {
  top: -9px;
  left: 25px;
  content: "";
  z-index: 99;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #f1f1f1;
  display: inline-block;
  border-top-left-radius: 4px;
  border-top: 1px solid #dddbdb;
  border-left: 1px solid #dddbdb;
  transform: rotate(45deg);
}
.hfse-form-drop.uk-drop-bottom-right::before, .hfse-form-drop.uk-drop-top-right::before {
  left: auto;
  right: 25px;
}
.hfse-form-zone-drop-inner {
  padding: 20px;
  max-height: 300px;
  overflow-y: auto;
  position: relative;
  z-index: 99;
}
.hfse-form-zone-subfield {
  margin-bottom: 20px;
}
.hfse-form-zone-subfield-locations {
  display: flex;
  flex-wrap: wrap;
}
.hfse-form-zone-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.hfse-form-zone-btn {
  border: none;
  padding: 8px;
  min-width: calc(50% - 10px);
  text-align: left;
  box-sizing: border-box;
  border-radius: 11px;
  margin-right: 10px;
  background-color: transparent;
}
.hfse-form-zone-btn:hover {
  cursor: pointer;
  background-color: #ddd;
}
.hfse-form-zone-btn .name {
  font-size: 14px;
}
.hfse-form-zone-btn .subheading {
  color: #333;
  font-size: 12px;
}
.hfse-form-zone-location {
  display: flex;
  align-items: center;
}
.hfse-form-zone-location .image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 10px;
  background-color: #9c9da2;
}
.hfse-form-zone-location .image img {
  overflow: hidden;
  border-radius: 8px;
}
.hfse-form-guests-subfield {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.hfse-form-guests-subfield > .filter-row-data, .hfse-form-guests-subfield > .uk-form-controls {
  white-space: nowrap;
}

div.hfse-form-calendar-drop {
  padding: 0;
  width: auto;
}

div.hfse-form-zone-drop {
  padding: 0;
  width: 480px;
}

/* Old */
.number-input {
  padding: 0;
  width: 100%;
  color: #000;
  border: none;
  line-height: 1;
  max-width: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: none !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
}
.number-input:focus-visible {
  outline: none;
}

.drop-close-wrap {
  text-align: right;
  margin: 20px 0 0;
}

span.uk-form-icon.uk-icon {
  color: #000;
}

.number-input-control {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.number-input-control button.button-minus,
.number-input-control button.button-plus {
  display: inline-block;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 6px;
}
.number-input-control button.button-minus::selection,
.number-input-control button.button-plus::selection {
  background: transparent !important;
  color: #fff !important;
}
.number-input-control button.button-minus svg,
.number-input-control button.button-plus svg {
  width: 16px;
  height: 16px;
}
.number-input-control-small button.button-minus,
.number-input-control-small button.button-plus {
  padding: 2px 4px;
}
.number-input-control-small button.button-minus svg,
.number-input-control-small button.button-plus svg {
  width: 12px;
  height: 12px;
}

.filter-row-data::selection {
  background: transparent !important;
  color: #000 !important;
}
.filter-row-data div::selection {
  background: transparent !important;
}

label.hfse-form-guests-subfield-guests-label,
label.hfse-form-guests-subfield-pets-label {
  min-width: 80px;
  text-align: left;
  color: #000000;
  margin-right: 10px;
  display: inline-block;
}

input.uk-guests-child {
  border: 1px solid #cacacf;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
input.uk-guests-child:checked:focus {
  background-color: #000;
  border-color: #000;
}

label.hfse-form-guests-subfield-pets-option-label {
  margin-right: 10px;
  cursor: pointer;
}

input.uk-pets-child {
  margin-right: 5px;
  border: 1px solid #cacacf;
  width: 16px;
  height: 16px;
}
input.uk-pets-child:checked:focus {
  background-color: #000;
  border-color: #000;
}

label.radio-label {
  width: 100%;
  max-width: 90px;
  color: #000;
  font-size: 15px;
}

.button.filter-btn-place-title {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin: 0 0 15px;
}

.filter-featured-amenities-title {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin: 0 0 15px;
}

.filter-row-type-place {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
}

@media only screen and (max-width: 980px) {
  .hfse-form-secondary-fields > div + div {
    margin-top: 10px;
  }
  .hfse-form-secondary-fields-center {
    order: 5;
    width: 100%;
    justify-content: center;
  }
  .hfse-form-location-subfield label,
  .hfse-form-city-subfield label {
    width: 100%;
  }
  .hfse-form-guests-subfield {
    display: block;
  }
  .hfse-form-location-drop,
  .hfse-form-city-drop {
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  div#datepicker-daterange {
    right: 0;
    left: 0;
    width: 100%;
  }
  .hfse-form-guests-subfield {
    display: flex;
  }
  .uk-responsive {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 380px) {
  .property-filter-card-blocks {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 639px) {
  .hfse-explorer-filters-modal.uk-modal {
    padding: 0;
    width: 100%;
  }
}
.hfse-explorer-filters-modal.uk-modal .uk-modal-dialog {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 8px;
  box-shadow: 0px 18px 47px rgba(0, 0, 0, 0.25), 0px 2.25388px 5.9711px rgba(0, 0, 0, 0.255431);
}
@media (min-width: 640px) {
  .hfse-explorer-filters-modal.uk-modal .uk-modal-dialog {
    width: 80vw;
    max-width: 970px !important;
  }
}
@media (max-width: 639px) {
  .hfse-explorer-filters-modal.uk-modal .uk-modal-dialog {
    border-radius: 0;
  }
}
.hfse-explorer-filters-modal.uk-modal button[type=reset] .uk-icon {
  width: 30px;
  height: 30px;
  padding: 3px 5px 5px 5px;
  border-radius: 500px;
  background: #444;
  color: #fff;
  box-sizing: border-box;
}

.hfse-form ~ .hfse-properties-container {
  margin-top: 20px;
}

.hfse-properties {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hfse-properties > div {
  padding-left: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.template-slider .hfse-properties {
  flex-wrap: nowrap;
}
.template-slider .uk-slidenav.hfse-properties-slider-prev-btn svg polyline,
.template-slider .uk-slidenav.hfse-properties-slider-next-btn svg polyline {
  stroke: #FFF !important;
}
.template-slider .uk-slidenav.hfse-properties-slider-prev-btn svg path,
.template-slider .uk-slidenav.hfse-properties-slider-next-btn svg path {
  fill: #FFF !important;
}
.template-slider .uk-slidenav.hfse-properties-slider-prev-btn:hover,
.template-slider .uk-slidenav.hfse-properties-slider-next-btn:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.template-slider .uk-slidenav.hfse-properties-slider-prev-btn:hover svg polyline,
.template-slider .uk-slidenav.hfse-properties-slider-next-btn:hover svg polyline {
  stroke: #FFF !important;
}

.hfse-property-card {
  height: 100%;
}
.hfse-property-body {
  flex-grow: 1;
}
.hfse-property-meta {
  padding: 0 20px;
}
.hfse-property-meta-primary {
  display: flex;
  margin-top: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.hfse-property-meta-primary .terms {
  height: 24px;
  max-width: 80%;
  font-size: 13px;
  line-height: 16px;
  background-size: 20px;
  box-sizing: border-box;
  padding: 3px 0 3px 26px;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hfse-property-meta-primary .terms-left {
  padding-right: 10px;
  background-image: url(../img/locations-icon.svg);
}
.hfse-property-meta-primary .terms-right {
  background-image: url(../img/types-icon.svg);
}
.hfse-property-meta-secondary {
  display: flex;
  margin-top: 10px;
  flex-wrap: nowrap;
  padding: 10px 0 15px;
  border-top: 1px solid #eee;
  justify-content: space-between;
}
.hfse-property-meta-secondary .hfse-property-guests,
.hfse-property-meta-secondary .hfse-property-bedrooms,
.hfse-property-meta-secondary .hfse-property-bathrooms {
  height: 28px;
  font-size: 16px;
  line-height: 20px;
  background-size: 28px;
  box-sizing: border-box;
  padding: 4px 0 4px 34px;
  background-repeat: no-repeat;
  background-position: left center;
}
.hfse-property-meta-secondary .hfse-property-guests {
  background-image: url(../img/guests-icon.svg);
}
.hfse-property-meta-secondary .hfse-property-bedrooms {
  background-image: url(../img/bedrooms-icon.svg);
}
.hfse-property-meta-secondary .hfse-property-bathrooms {
  background-image: url(../img/bathrooms-icon.svg);
}
.hfse-property-container {
  position: relative;
}
.hfse-property-container .uk-dotnav > * > * {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.hfse-property-groups, .hfse-property-favorite-toggle-btn {
  z-index: 10;
  position: absolute;
  width: auto !important;
}
.hfse-property-groups {
  top: 6px;
  left: 6px;
}
.hfse-property-group {
  color: #FFF;
  padding: 3px 5px;
  margin: 0 5px 5px 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
}
.hfse-property-favorite-toggle-btn {
  top: 10px;
  right: 10px;
}
.hfse-property-favorite-toggle-btn svg {
  color: white;
}
.hfse-property-favorite-toggle-btn svg > path {
  fill: white;
}
.hfse-property-favorite-toggle-btn.favorite svg {
  color: red;
}
.hfse-property-favorite-toggle-btn.favorite svg > * {
  fill: red;
}
.hfse-property-rating {
  line-height: 20px;
}
.hfse-property-rating-icon polygon {
  fill: #333;
  stroke: #333 !important;
}

.hfse-properties .property-item.property-loading .terms-left,
.hfse-properties .property-item.property-loading .terms-right {
  padding-left: 0;
  background-image: none;
}

@media screen and (max-width: 479px) {
  .hfse.map-visible.grid-with-map-portrait-1 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-portrait-1 .hfse-property-container,
  .hfse.without-map.grid-without-map-portrait-1 .hfse-property-container {
    width: 100%;
    min-width: 100%;
  }
  .hfse.map-visible.grid-with-map-portrait-2 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-portrait-2 .hfse-property-container,
  .hfse.without-map.grid-without-map-portrait-2 .hfse-property-container {
    width: 50%;
    min-width: 50%;
  }
  .hfse.map-visible.grid-with-map-portrait-3 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-portrait-3 .hfse-property-container,
  .hfse.without-map.grid-without-map-portrait-3 .hfse-property-container {
    width: 33.33%;
    min-width: 33.33%;
  }
  .hfse.map-visible.grid-with-map-portrait-4 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-portrait-4 .hfse-property-container,
  .hfse.without-map.grid-without-map-portrait-4 .hfse-property-container {
    width: 25%;
    min-width: 25%;
  }
  .hfse.map-visible.grid-with-map-portrait-5 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-portrait-5 .hfse-property-container,
  .hfse.without-map.grid-without-map-portrait-5 .hfse-property-container {
    width: 20%;
    min-width: 20%;
  }
  .hfse.map-visible.grid-with-map-portrait-6 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-portrait-6 .hfse-property-container,
  .hfse.without-map.grid-without-map-portrait-6 .hfse-property-container {
    width: 16.66%;
    min-width: 16.66%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .hfse.map-visible.grid-with-map-landscape-1 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-landscape-1 .hfse-property-container,
  .hfse.without-map.grid-without-map-landscape-1 .hfse-property-container {
    width: 100%;
    min-width: 100%;
  }
  .hfse.map-visible.grid-with-map-landscape-2 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-landscape-2 .hfse-property-container,
  .hfse.without-map.grid-without-map-landscape-2 .hfse-property-container {
    width: 50%;
    min-width: 50%;
  }
  .hfse.map-visible.grid-with-map-landscape-3 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-landscape-3 .hfse-property-container,
  .hfse.without-map.grid-without-map-landscape-3 .hfse-property-container {
    width: 33.33%;
    min-width: 33.33%;
  }
  .hfse.map-visible.grid-with-map-landscape-4 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-landscape-4 .hfse-property-container,
  .hfse.without-map.grid-without-map-landscape-4 .hfse-property-container {
    width: 25%;
    min-width: 25%;
  }
  .hfse.map-visible.grid-with-map-landscape-5 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-landscape-5 .hfse-property-container,
  .hfse.without-map.grid-without-map-landscape-5 .hfse-property-container {
    width: 20%;
    min-width: 20%;
  }
  .hfse.map-visible.grid-with-map-landscape-6 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-landscape-6 .hfse-property-container,
  .hfse.without-map.grid-without-map-landscape-6 .hfse-property-container {
    width: 16.66%;
    min-width: 16.66%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .hfse.map-visible.grid-with-map-tablet-1 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-tablet-1 .hfse-property-container,
  .hfse.without-map.grid-without-map-tablet-1 .hfse-property-container {
    width: 100%;
    min-width: 100%;
  }
  .hfse.map-visible.grid-with-map-tablet-2 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-tablet-2 .hfse-property-container,
  .hfse.without-map.grid-without-map-tablet-2 .hfse-property-container {
    width: 50%;
    min-width: 50%;
  }
  .hfse.map-visible.grid-with-map-tablet-3 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-tablet-3 .hfse-property-container,
  .hfse.without-map.grid-without-map-tablet-3 .hfse-property-container {
    width: 33.33%;
    min-width: 33.33%;
  }
  .hfse.map-visible.grid-with-map-tablet-4 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-tablet-4 .hfse-property-container,
  .hfse.without-map.grid-without-map-tablet-4 .hfse-property-container {
    width: 25%;
    min-width: 25%;
  }
  .hfse.map-visible.grid-with-map-tablet-5 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-tablet-5 .hfse-property-container,
  .hfse.without-map.grid-without-map-tablet-5 .hfse-property-container {
    width: 20%;
    min-width: 20%;
  }
  .hfse.map-visible.grid-with-map-tablet-6 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-tablet-6 .hfse-property-container,
  .hfse.without-map.grid-without-map-tablet-6 .hfse-property-container {
    width: 16.66%;
    min-width: 16.66%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .hfse.map-visible.grid-with-map-desktop-1 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-desktop-1 .hfse-property-container,
  .hfse.without-map.grid-without-map-desktop-1 .hfse-property-container {
    width: 100%;
    min-width: 100%;
  }
  .hfse.map-visible.grid-with-map-desktop-2 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-desktop-2 .hfse-property-container,
  .hfse.without-map.grid-without-map-desktop-2 .hfse-property-container {
    width: 50%;
    min-width: 50%;
  }
  .hfse.map-visible.grid-with-map-desktop-3 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-desktop-3 .hfse-property-container,
  .hfse.without-map.grid-without-map-desktop-3 .hfse-property-container {
    width: 33.33%;
    min-width: 33.33%;
  }
  .hfse.map-visible.grid-with-map-desktop-4 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-desktop-4 .hfse-property-container,
  .hfse.without-map.grid-without-map-desktop-4 .hfse-property-container {
    width: 25%;
    min-width: 25%;
  }
  .hfse.map-visible.grid-with-map-desktop-5 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-desktop-5 .hfse-property-container,
  .hfse.without-map.grid-without-map-desktop-5 .hfse-property-container {
    width: 20%;
    min-width: 20%;
  }
  .hfse.map-visible.grid-with-map-desktop-6 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-desktop-6 .hfse-property-container,
  .hfse.without-map.grid-without-map-desktop-6 .hfse-property-container {
    width: 16.66%;
    min-width: 16.66%;
  }
}
@media screen and (min-width: 1200px) {
  .hfse.map-visible.grid-with-map-large-1 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-large-1 .hfse-property-container,
  .hfse.without-map.grid-without-map-large-1 .hfse-property-container {
    width: 100%;
    min-width: 100%;
  }
  .hfse.map-visible.grid-with-map-large-2 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-large-2 .hfse-property-container,
  .hfse.without-map.grid-without-map-large-2 .hfse-property-container {
    width: 50%;
    min-width: 50%;
  }
  .hfse.map-visible.grid-with-map-large-3 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-large-3 .hfse-property-container,
  .hfse.without-map.grid-without-map-large-3 .hfse-property-container {
    width: 33.33%;
    min-width: 33.33%;
  }
  .hfse.map-visible.grid-with-map-large-4 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-large-4 .hfse-property-container,
  .hfse.without-map.grid-without-map-large-4 .hfse-property-container {
    width: 25%;
    min-width: 25%;
  }
  .hfse.map-visible.grid-with-map-large-5 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-large-5 .hfse-property-container,
  .hfse.without-map.grid-without-map-large-5 .hfse-property-container {
    width: 20%;
    min-width: 20%;
  }
  .hfse.map-visible.grid-with-map-large-6 .hfse-property-container,
  .hfse.map-hidden.grid-without-map-large-6 .hfse-property-container,
  .hfse.without-map.grid-without-map-large-6 .hfse-property-container {
    width: 16.66%;
    min-width: 16.66%;
  }
}
.hfse-map {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hfse-map .homegest-property-infowindow-container {
  border: none;
  display: block;
}
.hfse-map .hfse-property-infowindow-header {
  height: 180px;
  min-height: 50px;
  background-size: cover;
  background-color: #999;
}
.hfse-map .hfse-property-infowindow-image {
  height: auto;
  max-width: 100%;
}
.hfse-map .hfse-property-infowindow-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
}
.hfse-map .hfse-property-infowindow-price {
  font-size: 16px;
  margin-bottom: 10px;
}
.hfse-map .map-control {
  padding: 6px 8px;
  border-radius: 3px;
  text-align: center;
  margin: 8px 0 8px 8px;
  display: inline-block;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
}
.hfse-map .map-control:hover {
  cursor: pointer;
}
.hfse-map .homegest-property-infowindow-container:hover {
  text-decoration: none;
}
.hfse-map .homegest-property-infowindow-container:focus {
  outline: none !important;
}
.hfse-map .homegest-property-infowindow-container .uk-card-body {
  background-color: #fff !important;
}
.hfse-map .homegest-property-infowindow-header-overlay {
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(125, 125, 125, 0) 49.59%, rgba(12, 12, 12, 0.39) 100%);
}
.hfse-map .homegest-property-infowindow-title {
  color: #fff;
  font-size: 16px;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.8);
}
.hfse-map .cluster {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.hfse-map .hfse-map-badge {
  top: 50%;
  left: 50%;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  color: currentcolor;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  vertical-align: middle;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}
.hfse-map .hfse-map-badge:hover, .hfse-map .hfse-map-badge.hfse-map-badge-active, .hfse-map .hfse-map-badge.hfse-map-badge-focus {
  z-index: 100;
  transform: translate(-50%, -50%) scale(1.1);
}
.hfse-map .hfse-map-badge-price {
  padding: 8px;
  color: #222;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 8px 14px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.hfse-map .hfse-map-badge-price:hover, .hfse-map .hfse-map-badge-price.hfse-map-badge-active, .hfse-map .hfse-map-badge-price.hfse-map-badge-focus {
  color: #fff;
  background: #000;
}
.hfse-map .hfse-map-badge-icon {
  padding: 0;
}
.hfse-map .hfse-map-badge-icon img {
  height: 24px;
  width: 24px;
  display: block;
}
.hfse-map .hfse-map-badge-icon svg {
  display: block;
  fill: black;
  height: 16px;
  width: 16px;
  max-width: 16px;
  stroke: #FFF;
  stroke-width: 4px;
  overflow: visible;
}
.hfse-map .hfse-map-tooltip {
  position: absolute;
  user-select: none;
  cursor: pointer;
  pointer-events: auto;
  display: none;
  z-index: 1000001;
  width: 300px;
}
.hfse-map .hfse-map-tooltip-content {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.hfse-map .hfse-map-tooltip-close-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  font-weight: bold;
  z-index: 100;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  border: none;
  padding: 5px;
}
.hfse-map .hfse-map-tooltip-close-btn svg {
  display: block;
  fill: none;
  height: 12px;
  width: 12px;
  stroke: #FFF;
  stroke-width: 4px;
  overflow: visible;
}
.hfse-map .hfse-map-control-container {
  display: flex;
  flex-wrap: wrap;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hfse .hfse-body {
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #FFF;
}
.hfse.without-grid.without-map .hfse-body {
  padding: 15px;
}
.hfse.with-map .hfse-body {
  min-height: calc(100vh - 100px);
}
.hfse.map-hidden .hfse-sidebar, .hfse.without-map .hfse-sidebar {
  display: none;
}
.hfse.with-map .hfse-map-container {
  width: 100%;
  height: 400px;
  position: relative;
  background-size: cover;
  background-color: #EEE;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/map-placeholder.jpg");
}
@media screen and (min-width: 960px) {
  .hfse.with-map.map-visible {
    display: flex;
    overflow: visible;
  }
  .hfse.with-map.map-visible .hfse-body {
    width: 55%;
  }
  .hfse.with-map.map-visible .hfse-sidebar {
    width: 45%;
    overflow: visible;
  }
  .hfse.with-map.map-visible .hfse-map-container {
    top: 0;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
  }
  .hfse.map-visible.map-left .hfse-sidebar {
    order: 0;
  }
  .hfse.map-visible.map-right .hfse-sidebar {
    order: 2;
  }
}
