.bz-overlay-text,
.ol-nr {
  font-family: var(--baerz-ff-1);
}
.bz-timeline,
.bz-timeline-left {
  --baerz-timeline-spine-x: 20px;
  --baerz-timeline-badge: 56px;
  --baerz-timeline-gap: 16px;
}
.bz-timeline-left .bz-timeline-step,
.bz-timeline-step {
  grid-template-columns: 1fr;
}
header .h-name,
header .h-subname {
  font-family: var(--baerz-ff-1) !important;
}
.ui-autocomplete,
body.MAGAZINE,
body.Nieuwbouw,
body.news-archive,
body.our-approach {
  overflow-x: hidden;
}
.bordered.house span,
div.privacy strong {
  word-wrap: break-word;
}
.private-sales .notification-service,
div.anchor {
  visibility: hidden;
}
.bg-4 {
  background-color: var(--baerz-c-4);
}
.agent-title,
.brochure-container,
.button-wrapper.small-txt > a:last-child > *,
.form-container,
.subscription-dropdown a.dropdown-item:hover,
.subscription-wrapper a.dropdown-item:hover,
:not(#navbarResponsive) .dropdown-item.active,
div.people-menu .dropdown-item:hover {
  background: #be9c7e;
  color: #fff;
}

@media (max-width: 1199px) {
  *:not(#navbarResponsive) .dropdown-item.active {
    background: none;
    color: black;
    border-radius: 0;
  }
}

.dropdown-toggle.alt-arrow::after {
  border-bottom: 0.3em solid;
  border-top: 0;
}

.quickToast .content {
  padding: 1em 2em;
  font-size: 14pt;
  background: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
  border: #000;
  font-weight: 600;
  display: inline-block;
}

.quickToast {
  position: fixed;
  bottom: 20vh;
  text-align: center;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  animation: 2s toast;
  z-index: 10005;
}

@keyframes toast {
  0%,
  100% {
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
}

.on-filter-active {
  display: none;
  margin-left: 1ch;
  width: 2.5ch;
  height: 2.5ch;
  font-size: 15px;
  border-radius: 100%;
  background: #000;
  color: #fff;
}

div.filter-active .btn,
div.multi-select-active {
  background: var(--baerz-c-4) !important;
  color: #fff !important;
}

#filter-container .filter-active .btn,
#filter-container .multi-select-active .multi-select-header {
  border: 1px solid var(--baerz-c-4);
}

#filter-container
  .multi-select.multi-select-active
  .multi-select-header
  .multi-select-header-placeholder,
#filter-container
  .multi-select.multi-select-active
  .multi-select-header::after {
  color: #fff !important;
}

.multi-select .multi-select-header-option,
.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img,
multi-select,
multi-select-header-option,
div[class*="slider-"] {
  display: none !important;
}

.autocomplete-suggestions {
  transform: none !important;
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  cursor: pointer;
  position: relative;
  padding: 0.6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: 400;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected,
.house-image:active,
.house-images-thumb > div:nth-last-child(n + 3):active {
  background: #ccc;
}

ul.list-2 {
  list-style-type: square;
  list-style-position: outside;
}

ul.list-2 li {
  font-size: 15px;
  margin-left: 1em;
}

ul.list-2 li::marker {
  color: #9e1c20;
  font-size: 20px;
}

.ol-nr {
  color: var(--baerz-c-4);
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.1rem;
}

.gm-style h4,
.ppa-container .centeredListingItemHeader,
div.searchAgent {
  text-align: center;
}

div.searchAgent i {
  border: 1px solid #be9c7e;
  font-size: 20px;
  color: #be9c7e;
  padding: 10px;
  width: 290px;
  background-color: #fff;
}

#searchAgentInput {
  border: none;
  margin-left: 10px;
  width: 85%;
  font-size: 15px;
}

.subscription-wrapper a.invert.highlighted {
  padding: 10px 15px;
}

.subscription-wrapper button.btn1,
.subscription-wrapper button.highlighted {
  padding: 8px 15px;
}

.btn1:hover,
.navbar a.btn1:hover {
  text-decoration: none;
  background: #fff;
  color: #be9c7e;
}

.btn1.active {
  background: #fff;
  color: #000;
}

.btn2:hover,
.navbar a.btn2:hover {
  text-decoration: none;
  background: #fff !important;
  color: #9b111e !important;
}

.btn3:hover {
  background-color: #9e1c20;
  color: #fff;
  text-decoration: none;
}

.btn4:hover {
  color: #be9c7e;
  background-color: #fff;
  border: 1px solid #be9c7e;
}

#home-purchase-anchor a:hover,
#morePhotos:hover > h4,
.btn5:hover,
.btn6:hover,
.btn7:hover,
.home-magazine .teaser-text,
.home-purchase,
.home-purchase .btn1:hover,
.home-purchase .teaser-text a:hover,
.paginator a.active:hover {
  color: #fff;
}

.container hr,
.news-archive .card-body .dropdown-divider {
  border-color: #be9c7e;
}

.border-left {
  border-left: 1px solid #be9c7e;
}

.search-form label {
  width: 100%;
  float: left;
  color: #be9c7e;
  font-size: 12px;
  font-weight: 700;
  padding-left: 15px;
  margin-top: 4px;
  text-transform: uppercase;
}

.search-form input[type="text"] {
  border: 1px solid #999;
  border-radius: 4px;
  color: #999;
  width: 100%;
  padding: 5px 5px 4px 10px;
}

.paginator {
  padding: 20px;
}

.bz-overlay-subtext,
.bz-overlay-text {
  text-shadow: var(--baerz-text-shadow);
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}
.paginator .page-btn {
  border: 1px solid #be9c7e;
  color: #be9c7e;
  padding: 8px 15px;
  font-size: 14px;
  margin: 5px;
  display: inline-block;
  border-radius: 10px;
}
.paginator a:hover,
.view-more-pictures:hover,
body.news h4 {
  color: #be9c7e;
}
.blog-header,
.blog-header a,
.paginator .active {
  background-color: #be9c7e;
  color: #fff;
}
.subscription-wrapper-listing {
  width: 100%;
  background-color: #fafafa;
  float: left;
}
.bz-collapse,
.bz-faq {
  background: 0 0;
  cursor: pointer;
}

.bz-faq:focus {
  outline: none;
  border: none;
}

.subscription-wrapper-listing .notification-title {
  color: #be9c7e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  margin: 40px 40px 40px 0;
  width: 100%;
}
.subscription-wrapper .filters select {
  margin-left: 14px;
  position: relative;
  right: 0;
  padding: 8px 4px 7px;
  border: 1px solid #be9c7e;
  background-color: #be9c7e;
  color: #fff;
  width: unset;
}
.subscription-wrapper .filters select.invert {
  border: 1px solid #404040;
  background-color: #404040;
  color: #fff;
}
.navbar div.btn1.invert,
.subscription-wrapper .filters select option,
a.btn1.invert {
  background-color: #fff;
  color: #be9c7e;
}
.subscription-wrapper .select-label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  background: #fff;
  color: #be9c7e;
  border: 1px solid #be9c7e;
  margin-top: 16px;
  padding: 0 0 0 15px;
}
.subscription-wrapper .select-label.invert {
  border: 1px solid #404040;
  background-color: #fff;
  color: #404040;
}
#form-information input[name="name2"],
#magazine-subscription-form #subscription-name,
#map-overlay > select > option:first-child,
.description .description ul br,
.flipembed,
.gm-style .house-info,
.gm-style-iw-chr,
.grecaptcha-badge,
.marketscanner-tag-template input,
.notify-tag-template input,
.read-more a:not(.collapsed),
form #brochureName,
form #questionsName2,
form input[name="middlename"] {
  display: none;
}
.bz-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.about-us-6 img,
.bz-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.agency-compact-container .overlay,
.bz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bz-timeline,
.bz-timeline-step {
  position: relative;
  display: grid;
}
.bz-overlay-text {
  color: #fff;
  font-size: 48px;
  line-height: 52px;
}
.bz-overlay-subtext {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: var(--baerz-ff-2);
  z-index: 1;
}
.bz-collapse-icon,
.bz-faq-icon {
  display: inline-flex;
  height: 28px;
  font-size: 18px;
  transition: transform 0.3s;
  margin-left: 15px;
}
.bz-collapse {
  color: var(--baerz-c-1);
  border: 0;
  width: 100%;
  padding: 6px 0;
}
.bz-collapse-icon,
.bz-faq,
.bz-faq-icon {
  color: var(--baerz-c-3);
}
.bz-collapse-icon {
  justify-content: center;
  align-items: center;
  width: 28px;
  border-radius: 50%;
  border: 1px solid var(--baerz-c-3);
  padding: 0;
  font-weight: 500;
  flex-shrink: 0;
}
.bz-faq {
  font-weight: 700;
  border: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  color: var(--baerz-c-3);
  border: 0;
  background: transparent;
  text-align: left;
}
.bz-faq-icon {
  justify-content: center;
  align-items: center;
  width: 28px;
  border-radius: 50%;
  border: 1px solid var(--baerz-c-3);
  font-weight: 500;
  flex-shrink: 0;
}
.bz-highlight-box,
.bz-testimonial {
  padding: 30px 40px;
  background-color: var(--baerz-bg-light);
  border-radius: 20px;
}
.bz-testimonial {
  padding: 30px 40px;
}
.bz-highlight-box {
  padding: 50px 40px;
}
.bz-icon-header {
  width: 75px;
}
.bz-icon-check {
  width: 35px;
}
.bz-icon-quote {
  width: 65px;
}
.bz-icon-feature {
  width: 50px;
  height: 50px;
  padding: 6px;
  border-radius: 50%;
  background-color: var(--baerz-c-1-bg);
}
.bz-timeline {
  --baerz-timeline-spine-w: 2px;
  --baerz-timeline-stub-top: 50px;
  row-gap: clamp(2rem, 5vw, 3rem);
  max-width: 1100px;
  margin: 50px auto 0;
  padding-top: calc(
    var(--baerz-timeline-badge) / 2 + var(--baerz-timeline-stub-top)
  );
}
.bz-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--baerz-timeline-spine-x);
  width: var(--baerz-timeline-spine-w);
  background: var(--baerz-c-3);
}
.bz-timeline-left .bz-timeline-step-number,
.bz-timeline-step-number {
  width: var(--baerz-timeline-badge);
  height: var(--baerz-timeline-badge);
  font-size: calc(var(--baerz-timeline-badge) * 0.72);
  left: var(--baerz-timeline-spine-x);
}
.bz-timeline-step-number {
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--baerz-c-3);
  color: var(--baerz-c-3);
  font-family: var(--baerz-ff-1);
  font-weight: 400;
  line-height: 1;
  display: grid;
  place-items: center;
  z-index: 2;
}
.bz-timeline-step-number > span {
  transform: translateY(-0.12em);
}
.bz-timeline-left .bz-timeline-step-content,
.bz-timeline-step-content,
.bz-timeline-step-left .bz-timeline-step-content,
.bz-timeline-step-right .bz-timeline-step-content {
  grid-column: 1;
  justify-self: start;
  text-align: left;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  padding-left: calc(
    var(--baerz-timeline-spine-x) + var(--baerz-timeline-badge) / 2 +
      var(--baerz-timeline-gap)
  );
}
.bz-timeline-step:last-child::after {
  content: "";
  position: absolute;
  left: var(--baerz-timeline-spine-x);
  top: 0;
  height: 100%;
  width: calc(var(--baerz-timeline-spine-w) + 2px);
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
}
.bz-timeline-step-title {
  font-weight: 700;
  color: #b1916a;
  margin-bottom: 0.5rem;
}
.bz-timeline-step-description,
.gm-style .bb:hover,
.gm-style .bb:hover i.fa {
  color: #333;
}
.bz-timeline-left {
  --baerz-timeline-stub-top: 0px;
}
.bz-timeline-left::before {
  left: var(--baerz-timeline-spine-x);
  transform: none;
}
.bz-timeline-left .bz-timeline-step:last-child::after {
  left: var(--baerz-timeline-spine-x);
  transform: translateX(-50%);
}
.bz-timeline.bz-animate::before {
  opacity: 0;
  transform: translateX(var(--bz-spine-tx, 0)) scaleY(0);
  transform-origin: top;
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) var(--bz-spine-delay, 0ms),
    transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) var(--bz-spine-delay, 0ms);
}
.bz-timeline.bz-animate.bz-in::before {
  opacity: 1;
  transform: translateX(var(--bz-spine-tx, 0)) scaleY(1);
}
.bz-timeline.bz-animate .bz-timeline-step {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) var(--bz-delay, 0ms),
    transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) var(--bz-delay, 0ms);
}
.bz-timeline.bz-animate .bz-timeline-step.bz-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .bz-timeline.bz-animate .bz-timeline-step,
  .bz-timeline.bz-animate::before {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1199px) {
  .bz-fs-mobile {
    position: fixed !important;
    top: 114px;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    background-color: #f2f2f2;
    overflow-y: auto;
    z-index: 1050;
  }

  .dropdown-menu.lang-picker.bz-fs-mobile.show {
    padding: 2rem;
    background: #fff;
    border-radius: 0;
  }

  .dropdown-menu.lang-picker.bz-fs-mobile.show a {
    border: none;
    border-top: 1px solid #be9c7e;
    border-radius: 0;
  }

  .dropdown-menu.lang-picker.bz-fs-mobile.show a:last-child {
    border-bottom: 1px solid #be9c7e;
  }
}

@media (min-width: 768px) {
  .bz-timeline:not(.bz-timeline-left) {
    --baerz-timeline-badge: 65px;
    --baerz-timeline-spine-x: 50%;
    --bz-spine-tx: -50%;
    row-gap: clamp(2.5rem, 6vw, 4rem);
  }

  .bz-timeline:not(.bz-timeline-left)::before {
    left: var(--baerz-timeline-spine-x);
    transform: translateX(-50%);
  }

  .bz-timeline:not(.bz-timeline-left) .bz-timeline-step {
    grid-template-columns: 1fr 1fr;
  }

  .bz-timeline:not(.bz-timeline-left) .bz-timeline-step-number {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
  }

  .bz-timeline:not(.bz-timeline-left)
    .bz-timeline-step-left
    .bz-timeline-step-content {
    grid-column: 1;
    justify-self: end;
    text-align: right;
    padding-right: 3.25rem;
    padding-left: 0;
  }

  .bz-timeline:not(.bz-timeline-left)
    .bz-timeline-step-right
    .bz-timeline-step-content {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    padding-left: 3.25rem;
  }

  .bz-timeline:not(.bz-timeline-left) .bz-timeline-step:last-child::after {
    left: var(--baerz-timeline-spine-x);
    transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .bz-img-up {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    width: 90%;
  }

  .bz-col-up > div:first-child {
    position: absolute;
    top: -100px;
    z-index: 1;
    padding: 80px;
  }

  .bz-col-up > div:last-child {
    padding: 80px 80px 80px 260px;
  }

  .bz-shadow-3-l {
    box-shadow: -35px 35px 0 var(--baerz-c-3);
  }

  .bz-shadow-3-r {
    box-shadow: 35px 35px 0 var(--baerz-c-3);
  }

  .bz-shadow-4-l {
    box-shadow: -35px 35px 0 var(--baerz-c-4);
  }

  .bz-shadow-4-r {
    box-shadow: 35px 35px 0 var(--baerz-c-4);
  }

  .bz-shadow-light-l {
    box-shadow: -35px 35px 0 var(--baerz-bg-light);
  }

  .bz-shadow-light-r {
    box-shadow: 35px 35px 0 var(--baerz-bg-light);
  }
}

.slide-in-bottom {
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}
.slide-in-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}
.pulse {
  animation: 2s infinite pulse;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 8px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes pulse-search {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
.splide-portals {
  padding-bottom: 3rem;
}
.splide-portals .splide__slide {
  align-items: flex-start;
  padding: 20px 50px;
  border-right: 1px solid #fff;
}
.splide-portals .splide__pagination {
  bottom: -1.5rem;
}
.splide-portals .splide__pagination__page {
  background: 0 0;
  border: 1px solid var(--baerz-c-2);
  width: 15px;
  height: 15px;
}
.splide-portals .splide__pagination__page.is-active {
  background: var(--baerz-c-2);
}
.splide-members .profile-image,
.splide-ppas .profile-image {
  width: 150px;
  height: 150px;
  background-color: #415774;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.splide-members .profile-image img,
.splide-ppas .profile-image img,
.team-member-container .centeredListingItemImage img {
  border-radius: 50%;
}
.splide-members .agency-logo,
.splide-ppas .agency-logo {
  width: 150px;
  height: 100px;
  background-color: #415774;
  padding: 15px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.splide-members .agency-logo img,
.splide-ppas .agency-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.splide-ppas .splide__slide .country-flag {
  position: absolute;
  top: 120px;
  right: 27px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 12px 10px;
}
.splide-ppas .splide__slide .country-flag img {
  width: 24px;
  height: 16px;
}
.newssupply-img img,
.splide-images .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-member-container .centeredListingItemHeader {
  text-align: center;
  margin-bottom: 0;
}
.team-member-container .centeredListingItemName {
  left: initial;
}
.team-member-container .centeredListingItemTitle {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
}
.ppa-container .centeredListingItemImage img {
  border-radius: 50%;
  border: 2px solid #ededed;
}
.ppa-container .centeredListingItemHeader a {
  left: unset;
}
.notification-service img.preview-image {
  position: relative;
  width: 140%;
  max-width: 140%;
  margin-left: -20%;
}
.notification-service .background {
  background: #c6a689;
  padding: 0;
  overflow: hidden;
}
.notification-service .background iframe {
  height: 100%;
  pointer-events: none;
  aspect-ratio: 16/9;
}
.notification-service video {
  height: 100%;
  width: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: left;
}
.marketscanner-tag-template,
.notify-tag-template {
  display: inline-block;
  border: 1px solid var(--baerz-c-4);
  padding: 5px;
  color: var(--baerz-c-4);
  background: var(--baerz-c-1-bg);
  cursor: pointer;
  font-size: 14px;
}
.marketscanner-tag-template img,
.notify-tag-template img {
  margin-top: -1px;
  margin-right: 2px;
}

.buildingtypes-container .details .col > div,
.marketscanner-tag-template div:nth-child(2),
.notify-tag-template div:nth-child(2),
.projects-container .details .col > div {
  vertical-align: middle;
}

.marketscanner-tag-template div:nth-child(2) {
  vertical-align: middle;
}

.marketscanner-tag-template input {
  display: none;
}

@media (min-width: 1200px) {
  /*.notification-service {
		background: linear-gradient(to right, var(--baerz-c-2-bg) 0%, var(--baerz-c-2-bg) 40%, var(--baerz-c-1-bg) 40%, var(--baerz-c-1-bg) 100%);
	}*/
}

/* Market Scanner */
.market-scanner {
}

.market-scanner .market-scanner-video {
  max-height: 400px;
}
.bp-video-container,
.sell-private-7 .row,
.sell-professional-12 .row {
  background: var(--baerz-c-3-bg);
}
.bp-video-container .video-wrapper {
  aspect-ratio: 16/9;
}
.bp-video-container .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.member-blog-overview-article .read-more-btn a {
  position: absolute;
  padding: 10px 30px;
  background-color: var(--baerz-c-4);
  color: var(--baerz-c-2);
  top: -22px;
  right: -1.5rem;
}

.real-estate.agencies.single .content-3 img {
  min-height: 600px;
  object-fit: cover;
}
.agency-compact-container .agency-details .agency-button:hover,
.agency-container .agency-details .agency-button:hover,
.buildingtypes-container a:hover,
.footer-socials a:hover,
.house:hover a,
.projects-container a:hover,
.vc_gitem-link {
  text-decoration: none;
}
.buildingtypes-container .top,
.projects-container .top {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.projects-container .image1 {
  flex: 2;
}
.projects-container .image2 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.buildingtypes-container .top img,
.projects-container img.image {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.projects-container .location {
  background-color: rgba(64, 64, 64, 0.85);
  top: 2rem;
  font-size: 14px;
  color: #fff;
  padding: 0.5rem 1.7rem 0.5rem 1.5rem;
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
}
.projects-container .location .flag {
  position: relative;
  top: -1px;
  margin-right: 0.5rem;
}
.buildingtypes-container .bottom,
.gdpr-wrapper,
.news-archive .house,
.post .house,
.project .image-count-container,
.projects-container .bottom,
.vc_gitem-animated-block {
  position: relative;
}
.fadeout,
.sell-professional-7 > img {
  position: absolute;
}
.buildingtypes-container .price,
.projects-container .price {
  background-color: var(--baerz-c-3-bg);
  color: var(--baerz-c-2);
  position: absolute;
  font-family: var(--baerz-ff-1);
  font-size: 20px;
  padding: 6px 23px 9px;
  top: -25px;
  display: inline-block;
  z-index: 1;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.buildingtypes-container .details,
.projects-container .details {
  padding: 30px 40px 40px;
}
.buildingtypes-container .details .label,
.projects-container .details .label {
  font-size: 12px;
  color: var(--baerz-c-3);
}
.buildingtypes-container .details .value,
.projects-container .details .value {
  font-size: 10px;
}
.buildingtypes-container .details i,
.projects-container .details i {
  background-color: var(--baerz-c-1-bg);
  padding: 10px;
  border-radius: 50%;
  font-size: 25px;
}
.buildingtypes-container .btn,
.projects-container .btn {
  border-radius: 0;
  text-align: right;
  margin-top: -25px;
}
.buildingtypes-container .buildingtypes-info-container .value,
.projects-container .projects-info-container .value {
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.buildingtypes-container .buildingtypes-more-container img,
.projects-container .projects-more-container img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.buildingtypes-container .more-info,
.projects-container .more-info {
  color: var(--baerz-c-2);
  background-color: var(--baerz-c-3-bg);
  text-align: center;
  font-weight: 200;
}
.buildingtypes-container .buildingtype-name,
.projects-container .project-name {
  padding: 50px 25px 25px;
  color: var(--baerz-c-1);
}
.buildingtypes-icon,
.projects-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px !important;
  font-size: 1.2rem;
}
header .h-content {
  text-align: center;
  width: 100%;
  z-index: 1;
  margin: auto auto 15%;
}
header .h-name {
  font-weight: 800;
  font-size: 4.5rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: var(--baerz-text-shadow);
  line-height: 5rem;
}
header .h-city,
header .h-subname {
  font-weight: 500;
  text-shadow: var(--baerz-text-shadow);
  color: #fff;
}
header .h-subname {
  font-size: 2.6rem;
  text-transform: capitalize;
  line-height: 2.6rem;
}
header .h-city {
  font-size: 2.3rem;
  text-transform: uppercase;
}
.cities.details .description-image,
.home-privacy-video,
.map-interface #map-buttons input,
.single-project-manual .description-image,
.vc_column_container,
body.news-archive .carousel-indicators img,
body.post .carousel-indicators img {
  width: 100%;
}
.single-project-manual .description-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
.cities.details .connect-content,
.newssupply,
.single-project-manual .description-content {
  font-weight: 200;
}
.buildingtype-icon,
.project-icon {
  text-align: center;
  border: 1px solid #be9c7e;
  padding: 10px;
  width: calc(2em + 25px);
  height: calc(2em + 20px);
  line-height: calc(2em + 10px);
}

.buildingtypes-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px !important;
  font-size: 1.2rem;
}

.buildingtype-icon {
  text-align: center;
  border: 1px solid #be9c7e;
  padding: 10px;
  width: calc(2em + 25px);
  height: calc(2em + 20px);
  line-height: calc(2em + 10px);
}

@media (min-width: 992px) {
  .buildingtypes-container .banner {
    position: absolute;
    width: calc(100% - 28px);
    z-index: 1;
    top: 185px;
  }

  .buildingtypes-container .banner .price {
    color: var(--baerz-c-2);
    background-color: var(--baerz-c-2-bg);
    margin-top: 40px;
    padding-left: 190px;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .buildingtypes-container .banner .logo {
    background-color: white;
    height: 120px;
    width: 200px;
    margin-left: -30px;
    border: 1px solid var(--baerz-c-2-bg);
  }

  .buildingtypes-container .banner .logo img {
    width: 150px;
    height: 90px;
    object-fit: contain;
    margin-left: 24px;
    margin-top: 16px;
  }
}

.scroll-down {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  color: var(--baerz-bg-light);
  background: linear-gradient(#000, #1e1e1e);
  bottom: 0;
  right: 0.5em;
  border-radius: 100%;
  animation: 2s infinite smallBounce;
  transform: translateY(-20%);
}
.scroll-down:active,
.scroll-down:hover {
  animation-play-state: paused;
  background: var(--baerz-bg-light);
  color: var(--baerz-bg-dark);
}

.countries-container .country-image img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.ppa-profile-description-container h2 {
  font-family: var(--baerz-ff-2);
  font-size: 1.2rem;
  font-weight: 600;
}

.ppa-profile-description-container h3 {
  font-family: var(--baerz-ff-2);
  font-size: 1rem;
  font-weight: 600;
}

.ppa-profile-description-container .bz-col-up > div:first-child h2 {
  font-family: var(--baerz-ff-1);
  font-size: 38px;
  line-height: 46px;
  font-weight: 400;
  margin-bottom: 50px;
}

.blog-wrapper .container > div:not(:last-child),
.post .ht_toc_child_list li {
  border-bottom: 1px solid #f5f5f5;
}

.member-blog .agency-info-container img {
  min-height: 220px;
  object-fit: contain;
  background: white;
  padding: 20px;
}

.blog-wrapper .container > div:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.blog-wrapper .blog-categories {
  font-size: 12px;
  color: var(--baerz-c-3);
}

.blog-wrapper .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.2;
}

.blog-wrapper .blog-date {
  border-bottom: 1px solid;
  border-color: var(--baerz-hr-3);
}

.blog-wrapper .date-badge {
  background-color: #c2a689;
  color: #fff;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}
.blog-wrapper .date-badge .day {
  font-size: 1.6rem;
  font-weight: 700;
}
.blog-wrapper .date-badge .month {
  font-size: 1rem;
  text-transform: lowercase;
}
.blog-wrapper .blog-title a:hover {
  text-decoration: underline;
}
.blog-wrapper .blog-title,
.blog-wrapper .blog-title a {
  font-size: 2rem;
  color: #000;
  text-decoration: none;
  display: inline-block;
  line-height: 2rem;
  margin-bottom: 10px;
}
.widgets-container > div:not(:first-child) {
  margin-top: 50px;
}

.blog-header,
.blog-header a {
  background-color: #be9c7e;
  color: #fff;
}

.blog-newsletter .container {
  background-color: var(--baerz-bg-light);
}

.blog-newsletter .bz-font-heading {
  font-size: 2rem;
  line-height: 2.5rem;
}

.blog-featured-image,
.notification-image-row {
  height: 100%;
}

.blog-featured-image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.post .ht_toc_list > li,
.post .post-wrapper img:first-child,
.post figure {
  margin-bottom: 2rem;
}

.private-sales ul,
body.post ul {
  list-style: unset;
}

.post .blog-newsletter .bz-btn-1 {
  width: 100%;
}

.post .post-wrapper p:first-of-type {
  padding-left: 20px;
  border-left: 3px solid #be9c7e;
}

.post figure {
  margin-bottom: 2rem;
}

body.post .ht_toc_list {
  list-style: none;
  padding: 0;
}
.cities.details .teaser-text .tt-subheading,
.post .ht_toc_title {
  font-weight: 800;
}
.cities.details .cities-details-8 p,
.post .htoc__itemswrap {
  margin-top: 1rem;
}
.post .ht_toc_list li {
  margin-bottom: 2px;
  width: 100%;
}
.post .ht_toc_list li a:not(.ht_toc_child_list li a) {
  background-color: #be9c7e;
  color: #fff;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 13px;
}
.home-purchase ul,
.post .ht_toc_child_list {
  padding-left: 0;
}

.post .ht_toc_child_list li {
  border-bottom: 1px solid #f5f5f5;
}

.post .ht_toc_child_list li a {
  background-color: #fff;
  color: #000;
  display: block;
  padding: 0.4rem 1rem;
  font-size: 14px;
}
body.news ul {
  list-style: initial;
}

/*** ABOUT US ***/

.about-us-6 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us-6 .row {
  background: var(--baerz-c-5-bg);
}
.about-us-6 .col,
.auctions-howitworks-4 .bz-timeline-step:last-child::after {
  background: var(--baerz-c-2-bg);
}
.about-us-6 .col {
  color: var(--baerz-c-2);
  position: relative;
  width: 90%;
}
.about-us-6 h2,
.footer-links .collapse a,
.footer-links .collapsing a,
.sell .primextate strong,
.sell-private-7 h2,
.sell-professional-12 h2 {
  color: var(--baerz-c-2);
}
.about-us-7 strong {
  color: var(--baerz-c-3);
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.about-us-7 img {
  height: 50px;
}
.about-us-8 .title,
.sell-1 .title {
  color: var(--baerz-c-2);
  background-color: var(--baerz-c-3-bg);
  align-self: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 50px;
  font-family: var(--baerz-ff-1);
  font-size: 1.8em;
  font-weight: 200;
}
.about-us-8 h4 {
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .about-us-6 img {
    min-height: 600px;
  }

  .about-us-6 .row {
    background: none;
    /*position: absolute;*/
    top: 0;
    right: 20%;
    align-self: anchor-center;
  }

  .about-us-6 .col {
    top: -100px;
  }

  .about-us-8 .img-right {
    position: relative;
    width: 120%;
    max-width: 120%;
  }

  .about-us-8 .img-left {
    position: relative;
    width: 120%;
    max-width: 120%;
    right: 20%;
  }
}

@media (min-width: 1200px) {
  .about-us-6 .col {
    top: -60px;
  }
}

.magazine-2 {
  background: linear-gradient(
    to bottom,
    var(--baerz-c-1-bg) 0,
    var(--baerz-c-1-bg) 10%,
    var(--baerz-c-3-bg) 10%,
    var(--baerz-c-3-bg) 100%
  );
}
.magazine-2 .bz-font-subtitle {
  font-size: 20px;
  line-height: 30px;
}
.buying-support-5 strong {
  color: var(--baerz-c-5);
}
.footer-locations strong,
.sell .primeauctions strong,
.sell-developer-4 strong,
.sell-no {
  color: var(--baerz-c-3);
}
.sell-no {
  font-size: 7em;
  font-family: var(--baerz-ff-1);
  line-height: 1em;
}
.centeredListingHeading,
.centeredListingItemName {
  text-align: center;
  font-family: var(--baerz-ff-1) !important;
}
.sell-logo img {
  height: 100px;
}
.sell-private-7 img,
.sell-professional-12 img,
.sell-professional-7 > img {
  height: 100%;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.sell-logos img {
  max-height: 80px;
  mix-blend-mode: multiply;
}
.sell-logos img:not(:last-child) {
  margin-right: 25px;
}
.sell-4 strong,
.sell-5 strong,
.sell-6 strong {
  font-weight: 700;
}
.sell-private-7 .col,
.sell-professional-12 .col {
  background: var(--baerz-c-3-bg);
  color: var(--baerz-c-2);
}
.sell-professional-7 {
  padding: 2rem;
}
.sell-professional-7 .container {
  background-color: var(--baerz-c-3-bg);
}

.sell-professional-7 > img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  position: absolute;
}

.sell-professional-7 h4 {
  font-size: 20px;
}

.sell-developer-4 strong {
  color: var(--baerz-c-3);
}

.sell-developer-5 {
  background: linear-gradient(
    to top,
    var(--baerz-c-2-bg) 0,
    var(--baerz-c-2-bg) 50%,
    var(--baerz-c-1-bg) 50%,
    var(--baerz-c-1-bg) 100%
  );
}

@media (min-width: 992px) {
  .sell-developer-15 .container-fluid {
    position: absolute !important;
  }
}

.auctions-sell-2 .bz-font-subtitle {
  font-size: 34px;
  line-height: 34px;
}

.auctions-howitworks-3 .bz-highlight-box {
  margin-top: 25px;
}

.auctions-howitworks-4 .bz-timeline::before {
  background: var(--baerz-c-1-bg);
}

@media (min-width: 992px) {
  .auctions-howitworks-3 .bz-highlight-box {
    position: relative;
    top: 50px;
    left: -150px;
    margin-top: 0px;
    width: 100%;
  }
}

.property-summary .summary-price {
  color: var(--baerz-c-2);
  background: var(--baerz-c-3-bg);
  padding: 1rem 2rem;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
}
.property-summary .summary-icons .bz-icon-feature {
  width: 65px;
  height: 65px;
  padding: 8px;
}
.property-summary .summary-icons {
  margin-top: 30px;
}
.property-summary .summary-icons .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1rem;
}
.property-summary .summary-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px !important;
  border: 1px solid;
}
.private-sales,
.property-summary .summary-icons .summary-value {
  font-weight: 300;
}
.view-more-pictures {
  width: 300px;
  height: 200px;
  float: left;
  text-indent: 0;
  margin-right: 10px;
  margin-left: 0;
  color: #be9c7e;
  border: 1px solid #be9c7e;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 70px;
}
.custom-row .description h2,
.custom-row .description h3,
.custom-row .description h4 {
  text-transform: uppercase;
  margin: 30px 0;
}
.description-title {
  font-weight: 700;
  font-size: 14px;
  color: #aa8f68;
  text-transform: uppercase;
  margin-top: 40px;
}
.gray,
.house .description p {
  color: #404040;
}
.counter-label,
.house .description h3 {
  font-size: 18px;
}

.house-image > img {
  width: 100%;
}

#morePhotos {
  cursor: pointer;
  text-align: center;
}
.house-image > img,
.house-images-thumb > div > img {
  width: 100%;
  margin: auto;
}
.house-image,
.house-images-thumb > div:nth-last-child(n + 3) {
  background: #eee;
}
.house-image:hover,
.house-images-thumb > div:nth-last-child(n + 3):hover {
  background: #ddd;
}

.house-image:active,
.house-images-thumb > div:nth-last-child(n + 3):active {
  background: #ccc;
}

#morePhotos:hover {
  border: 1px solid #be9c7e;
  background: #be9c7e;
  box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.2);
}

#morePhotos:hover > h4 {
  color: #fff;
}

#morePhotos:active {
  background: #886732;
  transition: 0.1s ease-out;
  box-shadow: 2px 2px 0 2px rgba(0, 0, 0, 0.2) inset;
}
#morePhotos:active > h4 {
  color: #cfcfcf;
  transition: 0.1s ease-out;
}
.house-info-title {
  text-transform: uppercase;
}
.single-construction .house-info-title {
  padding: 30px 0 10px 30px;
}
.single-construction .bordered.house img {
  max-height: 190px;
}
body.details .header,
body.single-number .header {
  margin-bottom: 30px;
}
.house-info-title,
body.details .house-info-title,
body.single-number .house-info-title {
  text-transform: uppercase;
  padding: 10px 0 10px 30px;
  font-weight: 700;
  background-color: #be9c7e;
  color: #fff;
}
body.details .video img,
body.single-number .video img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
body.details .form-container,
body.single-number .form-container {
  background-color: inherit;
}
.fadeout {
  bottom: 0;
  width: calc(100% - 30px);
  height: 250px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 85%)
    rgba(255, 255, 255, 0);
}
body.details .read-more-btn,
body.details .show-all-btn,
body.single-number .read-more-btn,
body.single-number .show-all-btn {
  z-index: 3;
  position: relative;
}
body.details .show-all-btn,
body.single-number .show-all-btn {
  position: absolute;
  margin-top: -70px;
  transform: translateX(-50%);
}
body.details .read-more-btn,
body.single-number .read-more-btn {
  margin-top: -100px;
}
#listing-form .dropdown-item,
#overlay_container .address,
#overlay_container .details,
.agency-compact-container .agency-details .agency-name a,
.navbar-toggler-icon,
body.details .business-info,
body.single-number .business-info {
  color: #000;
}
body.details .business-info img,
body.single-number .business-info img {
  max-width: 300px;
  max-height: 150px;
}
.house-info-gray {
  background-color: #e9e8e6;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 700;
}
.house-info {
  padding: 5px 30px;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #be9c7e;
}
.last-info {
  border-bottom: 0;
}
.property-divider {
  border-bottom: 2px solid #be9c7e;
  margin: 10px 15px 20px;
  width: calc(100% - 20px);
}
.property-report {
  background-image: url("../img/report-bg.png");
  float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 300px;
  margin-top: 20px;
}
.property-report h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.property-report input[type="text"] {
  float: right;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 5px 15px;
  border: 1px solid #ccc;
}
.property-report input[type="submit"] {
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: 0 0;
  float: right;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer;
}
.right-form .p,
.right-form p {
  margin: 15px 30px 5px;
}
.right-form input[type="email"],
.right-form input[type="text"],
.right-form select,
.right-form textarea {
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.centeredListing {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.centeredListingHeading {
  font-size: 48px;
  color: #be9c7e;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.centeredListingContainer {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.centeredListingItem {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 10px 5px;
  position: relative;
  font-size: 18px;
  width: 270px;
}
.centeredListingItemHeader {
  text-align: left;
  margin-bottom: 15px;
}
.centeredListingItemImage img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.centeredListingItemImage .flag {
  position: absolute;
  top: 30px;
  left: 10px;
  padding: 5px 20px;
  background-color: rgba(64, 64, 64, 0.85);
}
.centeredListingItemImage .flag img {
  aspect-ratio: 3/2;
}
.centeredListingItemName {
  margin: 5px 0 10px;
  line-height: 20px;
  font-weight: 400;
  height: 50px;
  color: #fff;
  background-color: #002349;
  position: relative;
  display: inline;
  left: -12px;
  bottom: 15px;
  padding: 10px 20px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.centeredListingItemLogo,
.centeredListingItemTitle {
  letter-spacing: 0;
  color: var(--baerz-c-3);
  text-align: center;
  line-height: 22px;
  border-top: 1px solid #ccc;
}
.centeredListingItemName:hover {
  text-decoration: none;
  color: var(--baerz-c-2);
}
.centeredListingItemNameSmall {
  font-size: 15px;
}
.centeredListingItemNameExtraSmall,
.news-archive .right-col {
  font-size: 14px;
}
.centeredListingItemName a {
  color: #414141;
  text-decoration: none;
  font-weight: 700;
}
.centeredListingItemLogo {
  font-weight: 400;
  padding: 20px 0;
}
.centeredListingItemLogo img {
  height: 65px;
  object-fit: contain;
}
.centeredListingItemTitle {
  font-weight: 200;
  margin: 0 0 20px;
  padding-top: 15px;
}
.bordered.addr p,
.teaser-text {
  line-height: 30px;
}
@media (min-width: 768px) {
  .centeredListingItem {
    padding: 10px;
  }

  .centeredListingSmall .centeredListingItem {
    font-size: 14px;
  }

  .centeredListingSmall .centeredListingItemName {
    padding: 10px;
  }
}

.navbar-toggler-icon {
  color: #000;
}

.navbar-toggler-icon div {
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: 4px 0;
}
.dropdown-menu .dropdown-item,
.house-image,
.house-images-thumb > div,
.vc_gitem-is-link {
  cursor: pointer;
}
nav.navbar-first li.dropdown > a:first-child {
  border: none;
}
.dropdown-menu > a {
  padding: 5px 10px;
}
.dropdown .disabled {
  opacity: 0.3;
}
.dropdown-menu.subscription-dropdown {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-menu.subscription-dropdown .dropdown-item {
  text-transform: unset;
}
.dropdown-menu.subscription-dropdown .placeholder a,
.profile-office-container .heading-2 a {
  color: var(--baerz-c-1);
}

@media (max-width: 991px) {
  #map-overlay {
    width: 90% !important;
  }
  #navbarDropdown {
    margin-left: 10px;
  }
  #navbarDropdown > span,
  #share-buttons-container br {
    display: none;
  }
  .navbar-nav .nav-item {
    margin-left: 0 !important;
  }
  .navbar-nav .nav-item .highlighted {
    padding: 5px 10px;
    float: right;
  }
  .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0;
  }
  .navbar-first .dropdown-menu {
    left: -120px;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
    vertical-align: text-top;
  }
  .navbar-toggler-icon div {
    width: 20px;
    height: 2px;
    margin: 3px 0 0;
  }
  .navbar-toggler {
    padding: 6px 10px 3px;
  }
  .brochure-title,
  div.video-share {
    text-align: center;
  }
  .siderow {
    margin: 0 !important;
  }
  div.video-share {
    padding: 15px 15px 0;
    border: none;
    max-width: 100%;
    background: #e4e3e1;
  }
  .row > .col-lg-12 > .row {
    margin-right: -15px;
  }
  div.video-share video {
    position: relative;
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
  div.video-share .house-info-title {
    padding: 10px 0;
  }
}
.gm-style img,
.home-4 img,
.home-text-1 img,
.home-text-2 img,
body #media .row[data-content-type] .gallery img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  :not(#navbarResponsive) .dropdown-item.active {
    background: 0 0;
    color: #000;
    border-radius: 0;
  }
  .bz-fs-mobile {
    position: fixed !important;
    top: 114px;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background-color: #f2f2f2;
    overflow-y: auto;
    z-index: 1050;
  }
  .dropdown-menu.lang-picker.bz-fs-mobile.show {
    padding: 2rem;
    background: #fff;
    border-radius: 0;
  }
  .dropdown-menu.lang-picker.bz-fs-mobile.show a {
    border: none;
    border-top: 1px solid #be9c7e;
    border-radius: 0;
  }
  .dropdown-menu.lang-picker.bz-fs-mobile.show a:last-child {
    border-bottom: 1px solid #be9c7e;
  }
  .navbar-top.navbar-expand-lg {
    padding-bottom: 5px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  }
  .navbar-expand button.navbar-toggler {
    display: block;
    margin-left: 10px;
  }
  .navbar-nav {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 6px;
    margin: 10px 0 0;
  }
  .navbar-brand {
    display: none;
    height: 71px;
    background-color: #be9c7e;
    margin-right: 0;
  }
  .dropdown-menu.home-inspiration {
    width: 350px;
    padding: 20px;
    background-color: #fff;
  }
  .dropdown-menu .home-inspiration-inner {
    border: 2px solid #be9c7e;
    background-color: #fff;
    color: #be9c7e;
    padding: 30px;
    text-align: center;
    font-size: 12px;
    text-transform: none;
  }
  .dropdown-menu .home-inspiration-inner img {
    width: 200px;
  }
  .dropdown-menu .home-inspiration-inner span {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .dropdown-menu .home-inspiration-inner a,
  .dropdown-menu .home-inspiration-inner a:hover {
    background-color: #be9c7e;
    color: #fff;
    padding: 10px 25px;
    font-size: 10px;
    text-align: center;
  }
  #navbarResponsive {
    position: fixed;
    z-index: 1000;
    top: 104px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
    background: #fff;
    padding: 6px;
  }
  #navbarResponsive .f-r {
    float: none !important;
  }
  #navbarResponsive .d-inline-flex {
    display: flex !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #navbarResponsive li a.nav-link,
  #navbarResponsive li.nav-item a.dropdown-item {
    line-height: 50px;
    border-bottom: 1px solid #ccc;
  }
  .navbar-first .nav-item a {
    border: none;
  }
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-toggler-icon {
    width: auto;
    height: auto;
    vertical-align: text-top;
  }
}
#share-buttons:hover {
  background: #be9c7e;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 575px) {
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  #share-buttons {
    top: -37px;
    right: 0;
  }
}
@media (max-width: 370px) {
  .navbar-brand {
    height: 50px;
    background-color: #be9c7e;
    margin-right: 0;
  }
  .top-logo {
    width: 170px;
    top: 0;
  }
  .socialMedia {
    margin-left: 5px;
  }
} /*! CSS Used from: http://staging.cibusfarmlandclub.com/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.12 */
.vc_clearfix:after,
.vc_column-inner::after,
.vc_row:after {
  clear: both;
}
.vc_clearfix:after,
.vc_clearfix:before,
.vc_column-inner::after,
.vc_column-inner::before,
.vc_row:after,
.vc_row:before {
  content: " ";
  display: table;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_col-sm-4,
.vc_col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.teaser-text {
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
}
.teaser-text.v-line {
  padding-left: 20px;
  border-left: 3px solid #002349;
}
.teaser-text .h-line:before {
  content: "";
  position: relative;
  border-top: 2px solid var(--baerz-c-3);
  top: -3px;
  margin-right: 25px;
  width: 40px;
  display: inline-block;
}
.teaser-text-2 {
  border-left: 3px solid #be9c7e;
}
.teaser-text .btn1 {
  line-height: 20px;
}
.home-text-1 .content {
  padding-right: 5em;
}
.home-text-2 img {
  height: 400px;
}
.home-4 {
  position: relative;
  padding: 100px 0;
}
.home-4 img {
  height: 100%;
  position: absolute;
  top: 0;
}
#map-overlay > select > option,
.home-inspiration span {
  text-transform: none;
}
.home-purchase h1 {
  font-weight: 600;
}
.home-purchase h1.f2 {
  font-size: 3em;
}
.home-purchase .btn1 {
  background-color: #263e61;
  border: none;
}

.home-purchase .btn1:hover {
  color: #fff;
}

.home-purchase .heading {
  text-transform: none;
  padding: 0;
  margin-top: 20px;
}
.home-purchase .heading p {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.home-purchase ul {
  padding-left: 0;
  list-style: inside square !important;
}

.home-purchase ul > li {
  font-size: 15px;
  margin-left: 0;
  padding: 0 0 0 30px;
  background-image: url(/images/boxed-checkmark.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}
.home-purchase .button {
  width: 250px;
  height: 125px;
  background-color: var(--baerz-c-5);
  border-top-left-radius: 125px;
  border-top-right-radius: 125px;
}
.home-purchase .button-text {
  width: 200px;
  top: 58px;
  position: relative;
  left: 25px;
  color: #fff;
}
.home-purchase .button-link {
  position: absolute;
  background-color: #fff;
  border-radius: 22px;
  width: 42px;
  top: 6px;
  left: 173px;
  color: #9e1c20;
  border: 1px solid #9e1c20;
  padding: 6px 14px;
}
.slides .col-lg-4.mb-4.mt-20,
.vc_column_container,
.vc_grid.vc_row {
  padding-left: 0;
  padding-right: 0;
}
.home-purchase .button-link i {
  top: 3px;
  left: 2px;
  position: relative;
  font-size: 19px;
}
.home-purchase .teaser-text {
  color: #fff;
  border-left: 3px solid #be9c7e;
}
#home-purchase-anchor a:hover {
  color: #fff;
}

.footer-logos .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logos .splide__slide.agency-logo img {
  width: unset;
  height: unset;
  max-height: 100px;
}
#map-container {
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#overlay_container {
  max-width: 90vw !important;
}

@media (min-width: 768px) {
  .home-purchase .heading {
    /*margin-top: 70px;

		margin-left: 200px;

		padding: 15px 0 15px 40px;*/
  }

  #overlay_container {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    width: 100%;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    /*
		right: 1em;
		top: 1em;
		*/
    /*max-width: 20vw;*/
    padding: 0.5em;
    border-radius: 2px;
    box-shadow: #000 0px 4px 0 0 4px 2px;
  }

  body.map div.serp-top {
    border: 0 !important;
  }

  #overlay_container > div {
    position: relative;
    margin: auto;
    max-width: 1024px;
  }

  #overlay_container_close {
    display: none;
    top: 1em;
    position: absolute;
    right: 1em;
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    text-align: right;
    color: #000;
    font-weight: bold;
  }
}

.notification-image-row {
  height: 100%;
}

.notification-image-row .example3 {
  left: calc(3%);
}

#offer-menu.visible,
.ppl-menu.collapse.show,
.ppl-menu.collapsing {
  display: inline-block;
}

.ppl-menu {
  z-index: 1001;
  background: #fff;
  position: absolute;
  transform: translate(0, 0);
  min-width: 230px;
  left: auto;
  border: 1px solid #9b111e;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.ppl-menu > a,
a.dropdown-item {
  padding: 12px;
}
.ppl-menu > a:not(:last-child) {
  border-bottom: 1px solid #be9c7e;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--baerz-c-2-bg-hl) !important;
  color: #fff !important;
  background: 0 0;
}

@media (min-width: 992px) {
  .house-images-thumb > div,
  .house-images-thumb > div > img {
    max-height: 179px;
  }

  .house-images-thumb > div:not(.clearfix) {
    height: 179px;
  }

  .house-images-thumb > div:nth-last-child(n + 3) {
    min-height: 179px;
    max-width: calc(25% - 0.5rem);
    justify-content: center;
    align-items: center;
  }

  #morePhotos {
    height: calc(100% - 8px);
  }

  .house-image > img,
  .house-images-thumb > div > img {
    width: auto;
    margin: auto;
  }

  .house-images-thumb > div {
    overflow: hidden;
  }

  .house-images-thumb > div > img {
    height: auto;
  }

  .house-image > img {
    width: 100%;
  }

  .socialMedia {
    display: block;
  }

  .vc_col-sm-4,
  .vc_col-sm-9 {
    float: left;
  }

  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-4 {
    width: 32%;
  }
}

.vc_clearfix:after,
.vc_clearfix:before {
  content: " ";
  display: table;
}

.wpb_content_element {
  margin-bottom: 35px;
}

.vc_column-inner::after,
.vc_column-inner::before {
  content: " ";
  display: table;
}
.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  width: 100%;
}
.vc_gitem-zone {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  background-clip: border-box;
  overflow: hidden;
}
.vc_grid.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_grid.vc_row.vc_grid-gutter-5px {
  margin-bottom: -5px;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
  margin-right: -5px;
}
.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
  padding-right: 5px;
  padding-bottom: 5px;
}
.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
  z-index: 3;
}
.vc_grid.vc_row .vc_grid-item {
  display: none;
  padding: 0;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  z-index: 1;
}
.vc_grid .vc_gitem-link {
  border-bottom: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item,
body #media {
  display: block;
}
@media (min-width: 768px) {
  .bz-timeline:not(.bz-timeline-left) {
    --baerz-timeline-badge: 65px;
    --baerz-timeline-spine-x: 50%;
    --bz-spine-tx: -50%;
    row-gap: clamp(2.5rem, 6vw, 4rem);
  }
  .bz-timeline:not(.bz-timeline-left) .bz-timeline-step:last-child::after,
  .bz-timeline:not(.bz-timeline-left)::before {
    left: var(--baerz-timeline-spine-x);
    transform: translateX(-50%);
  }
  .bz-timeline:not(.bz-timeline-left) .bz-timeline-step {
    grid-template-columns: 1fr 1fr;
  }
  .bz-timeline:not(.bz-timeline-left) .bz-timeline-step-number {
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
  }
  .bz-timeline:not(.bz-timeline-left)
    .bz-timeline-step-left
    .bz-timeline-step-content {
    grid-column: 1;
    justify-self: end;
    text-align: right;
    padding-right: 3.25rem;
    padding-left: 0;
  }
  .bz-timeline:not(.bz-timeline-left)
    .bz-timeline-step-right
    .bz-timeline-step-content {
    grid-column: 2;
    justify-self: start;
    text-align: left;
    padding-left: 3.25rem;
  }
  .centeredListingItem,
  .centeredListingSmall .centeredListingItemName {
    padding: 10px;
  }
  .centeredListingSmall .centeredListingItem {
    font-size: 14px;
  }
  #overlay_container {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    width: 100%;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    padding: 0.5em;
    border-radius: 2px;
    box-shadow: #000 0 4px 0 0 4px 2px;
  }
  body.map div.serp-top {
    border: 0 !important;
  }
  #overlay_container > div {
    position: relative;
    margin: auto;
    max-width: 1024px;
  }
  #overlay_container_close {
    display: none;
    top: 1em;
    position: absolute;
    right: 1em;
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    text-align: right;
    color: #000;
    font-weight: 700;
  }
  .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: inline-block;
  }
}
.vc_gitem-zone .vc-zone-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.vc_gitem-zone-img {
  width: 100%;
  display: block;
  visibility: hidden;
  height: auto;
}
.vc_gitem-zone-a .vc_gitem-zone-mini {
  box-sizing: border-box;
  padding: inherit;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vc-gitem-zone-height-mode-auto:before {
  content: "";
  display: block;
  padding-top: 100%;
} /*! CSS Used from: http://staging.cibusfarmlandclub.com/wp-content/themes/dejure/includes/assets/css/layout.min.css */
.noselect a,
.noselect button,
a:active,
a:hover {
  outline: 0;
}
.df_row-fluid .wpb_content_element {
  margin-bottom: 30px;
  margin-left: 8px;
}
@media only print {
  a {
    color: #000 !important;
  }
} /*! CSS Used from: http://staging.cibusfarmlandclub.com/?sccss=1&ver=4.9.4 */
@media screen and (max-width: 776px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
} /*! CSS Used from: Embedded */
a:hover {
  color: rgba(166, 136, 109, 0.8);
} /*! CSS Used from: http://staging.cibusfarmlandclub.com/wp-content/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css?ver=4.12 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
} /*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes smallBounce {
  0%,
  100% {
    transform: translateY(-10%);
  }
  50% {
    transform: translateY(-30%);
  }
}
@keyframes scroll-anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

.subdomain-header ~ .text-right > a:first-child {
  position: relative;
  z-index: 3;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 15px;
  display: inline-block;
  padding: 9px 15px 8px;
  border: 1px solid #9b111e;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
[contenteditable] {
  box-shadow: 0 0 0 1px #2795e9;
}
#navbarResponsive > div.f-r > a.btn1:hover,
.filter-country-dropdown .dropdown-item:hover,
.subscription-dropdown .dropdown-item:hover,
.subscription-wrapper .dropdown-menu .dropdown-item:hover,
div:not(.invert)[data-href="#offer-menu"]:hover,
div:not(.invert)[data-href="#offer-menu-close"]:hover,
ul#offer-menu li:not(.active) > a:hover {
  background-color: #be9c7e;
  color: #fff !important;
  border-color: #be9c7e;
  cursor: pointer;
  text-decoration: none;
}
div.highlighted.invert,
div.highlighted:not(.invert):hover {
  background-color: #be9c7e;
  color: #fff;
  border-color: #be9c7e;
}
.subscription-dropdown,
.subscription-wrapper .dropdown-menu {
  min-width: 16.3em;
  margin-top: -2px;
}
/* Safari fix: checkboxes */
.subscription-wrapper .dropdown-menu input[type="checkbox"],
.marketscanner-wrapper .dropdown-menu input[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  width: 13px;
  height: 13px;
  min-width: 13px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
button[id*="dropdownMenuButtonNotify"]:not(.invert) span {
  color: var(--baerz-c-4);
  font-weight: 600;
}
ul#offer-menu {
  z-index: 4;
  display: none;
  text-align: left;
  position: relative;
  right: 0;
  width: 100%;
  top: 100%;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.agency-container:nth-child(2n) > .container > .row:first-of-type > .col,
.agency-container:nth-child(odd),
ul#offer-menu li {
  background-color: #fff;
}

@media (min-width: 1200px) {
  ul#offer-menu {
    width: unset;
    min-width: 100%;
    position: absolute;
    margin: 0;
  }

  ul#offer-menu li a {
    margin-right: 15px !important;
  }
}

.nav-container div.bg-gray-3 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border-color: #be9c7e;
  border-top: 0;
  position: relative;
  transform: translateY(-3px);
}
.nav-container div.bg-gray-3 .dropdown-item,
.navbar-first .nav-item .dropdown-menu a {
  line-height: 40px;
  font-size: 14px;
}
.filter-country-dropdown > a,
.nav-container div.bg-gray-3 .dropdown-item,
.navbar-first .nav-item .dropdown-menu a,
.serp-top .dropdown-item,
.subscription-dropdown > .dropdown-item,
.subscription-wrapper .dropdown-menu > .dropdown-item,
ul#offer-menu li > a,
ul#offer-menu > a {
  font-weight: 400;
  display: block;
  margin: 0;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #be9c7e;
  border-width: 1px 1px 0;
  width: calc(100% + 2px);
  white-space: nowrap;
}
.serp-top .dropdown-item {
  line-height: 1.7;
  font-size: 14px;
}
ul#offer-menu li > a {
  white-space: normal;
}
#listing-form div.dropdown,
.filter-country-dropdown > a {
  font-weight: 400;
  font-size: 14px;
}
b.ellipsis,
button#region-toggle,
strong.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
#listing-form .dropdown-menu {
  z-index: 99999;
}

#listing-form .dropdown-item {
  color: #000;
}

form#listing-form .dropdown-item.active {
  border-radius: 0;
}
.notification-wrapper textarea {
  width: 100%;
  padding: 10px;
}
.filter-country-dropdown a:last-child,
div[aria-labelledby="navbarDropdown-small"] > a:last-child,
ul#offer-menu li:last-child > a {
  border-width: 1px !important;
}
ul#offer-menu li.active > a {
  cursor: default;
  color: #fff;
  background: #be9c7e;
}
ul#offer-menu li.active:hover > a {
  cursor: default;
  text-decoration: none;
}

#offer-menu.visible {
  display: inline-block;
}

.vert-pipe {
  background: #fafafa;
  width: 1px;
  height: 20px;
  margin: 0 20px;
  display: inline-block;
}
#overlay_container {
  z-index: 20000;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 1em;
  margin: auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
#overlay_container .btn,
#overlay_container .quick-actions > a,
#overlay_container button,
#overlay_container > div div.image {
  pointer-events: all;
}
#overlay_container_close {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: calc(130px - 1lh);
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: all;
}
#overlay_container_close:after {
  content: "close " "\00D7";
}
#overlay_container .address {
  font-size: 15pt;
}

#overlay_container .address,
#overlay_container .details {
  color: #000;
}

.bar-gridmap {
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 33px;
}
body.list .bar-gridmap {
  border-top: 0;
  border-bottom: 0;
  color: #fff;
}
.bar-gridmap a {
  color: #777;
  line-height: 32px;
}
.bar-gridmap a.active {
  color: #be9c7e;
  font-weight: 700;
}
.bar-gridmap a i {
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
b.ellipsis,
strong.ellipsis {
  width: 100%;
}
#CybotCookiebotDialog ~ .nav-container {
  top: 0;
}
.mw-fit-content {
  max-width: fit-content;
}
body.list #map {
  border-top: 2px solid var(--baerz-c-3);
  border-bottom: 2px solid var(--baerz-c-3);
  height: 50vh;
}
#map-view {
  height: 75vh;
  width: 75vw;
  z-index: 100;
  text-align: center;
  margin: auto;
}

body.list #map {
  height: 50vh;
}

button#region-toggle {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
button#draw-region {
  background: #000;
  color: #fff;
  padding: 14px 20px !important;
}
#map-overlay {
  text-align: center;
  margin: -15vh auto 0;
  position: absolute;
  z-index: 10000;
  width: 100%;
  pointer-events: none;
  animation: 2s forwards full-grow;
}
#map-overlay.fixed {
  position: fixed;
  bottom: 20vh;
  left: 0;
  animation: none !important;
}
@keyframes full-grow {
  0% {
    height: 1px;
  }
  100% {
    height: 100%;
  }
}
#map-overlay button:first-child {
  background: #fafafa;
  color: #800;
}
#map-overlay button:nth-child(2) {
  background: var(--baerz-c-3);
  color: #fff;
}
#map-overlay button:nth-child(2):focus {
  box-shadow: 0 0 2px 1px #0077b5;
}
#map-overlay button,
#map-overlay select,
button#draw-region {
  border: 0;
  pointer-events: all;
  text-align: center;
  box-shadow: 0 0 6px 0 #666;
  padding: 15px 10px;
  max-width: 90%;
}
.map-interface {
  position: relative;
  background: #fff;
  line-height: 40px;
}

.map-interface #map-buttons input {
  width: 100%;
}

.gm-style .bb {
  margin-top: 15px;
  cursor: pointer;
}

.gm-style .bb:hover,
.gm-style .bb:hover i.fa {
  color: #333;
}

.gm-style .row {
  margin-left: 0;
  margin-right: 0;
}
.gm-style .container {
  padding-left: 0;
  margin-right: 0;
}

.gm-style .house-info {
  display: none;
}

.gm-style .background-primary {
  flex: none;
  width: calc(100% - 30px);
  padding: 0.5rem 0;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 700;
}
.gm-style img.img-responsive {
  max-height: 200px;
}

.gm-style h4 {
  text-align: center;
}

.gm-style img {
  width: 100%;
  object-fit: cover;
}

.map-statusbar {
  z-index: 1002;
  display: none;
  position: absolute;
  margin: auto;
  color: #000;
  font-size: 11pt;
  font-weight: 400;
  text-align: center;
}
.map-statusbar > div {
  position: relative;
  background: #fafafa;
  border: 1px solid #eee;
  border-top: 1px solid #fafafa;
  padding: 12px 24px;
  line-height: 1;
  transition: 0.3s;
  display: inline-block;
  opacity: 100%;
  box-shadow: 0 3px 3px -3px #666;
}
.fade-half {
  animation: 1s forwards fade-half;
}
@keyframes fade-half {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}
.customMarker {
  position: absolute;
  cursor: pointer;
  background-color: var(--baerz-c-3);
  box-shadow:
    0 0 4px -2px #000,
    0 2px 4px -3px #fff inset,
    0 -2px 4px -3px #000 inset;
  border: 0 solid #000;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.customMarker.is-favorite:not(.selected)::after {
  content: "❤️​";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 1px;
}
.customMarker.selected {
  border: 2px solid #878787;
  background: #fff !important;
  transform: scale(1.5);
  animation: none !important;
}
.customMarker:hover {
  animation: 3s infinite markerHover;
}
.customMarker:active {
  animation: 0.2s forwards markerActive !important;
}
.customMarker img,
.customMarkerImg {
  width: 45px !important;
  height: 45px !important;
  border-radius: 100% !important;
  object-fit: cover !important;
  position: absolute;
  top: -35px;
  left: -22.5px;
  animation: 0.25s markerImgFadeIn;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
}

.gm-style-iw-chr {
  display: none;
}

section.hero .pulse {
  animation: 2.5s infinite pulse-search;
}

/* Disable overflow*/
.gm-style-iw-d {
  /*overflow: hidden !important;*/
}

gmp-advanced-marker:hover svg {
  fill: var(--baerz-bg-light);
  stroke: black;
}
gmp-advanced-marker:hover text {
  fill: black !important;
}
body.map .property .price {
  left: 0;
}
@media (max-width: 768px) {
  .map-view .property .image > img {
    min-width: 768px;
    max-width: 100%;
  }
  .gm-style .gm-style-iw-c {
    max-width: 80vw !important;
  }
}
.customMarker.visited.selected::after {
  content: "👓";
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes markerImgFadeIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.customMarker.visited {
  background-color: #628;
  background: linear-gradient(#628, #314);
}
@keyframes markerHover {
  0%,
  100% {
    transform: scale(1.3, 1.3);
  }
  50% {
    transform: scale(1.4, 1.4);
  }
}
@keyframes markerActive {
  0% {
    transform: scale(1, 1);
    background: rgba(255, 255, 255, 0);
  }
  100% {
    border-color: #000;
    transform: scale(1.2, 1.2);
    background: #fff;
  }
}
.ui-autocomplete {
  max-height: 120px;
  overflow-y: auto;
}
.ui-widget {
  font-size: 12px;
}
.footer {
  background-color: var(--baerz-c-4-bg);
  color: var(--baerz-c-2);
}
.footer p {
  margin: 15px 0 0;
}
.footer-links a {
  padding: 6px 0;
  line-height: 24px;
  display: block;
  color: var(--baerz-c-3);
}

.footer-links .collapse a,
.footer-links .collapsing a {
  color: var(--baerz-c-2);
}

.footer-socials {
  font-size: 34px;
  font-weight: 200;
}
.bordered .agent-title,
.brochure-title {
  font-weight: 700;
  text-transform: uppercase;
}
.footer-socials a {
  color: var(--baerz-c-2);
  font-size: 24px;
}

.footer-socials a:hover {
  text-decoration: none;
}

.footer-logo img {
  max-width: 250px;
}

.footer-locations strong {
  color: var(--baerz-c-3);
}

.footer-terms {
  color: var(--baerz-c-3);
  text-align: center;
}
.footer-logos {
  padding: 10px;
  background-color: #001731;
}
.footer-logos img {
  margin: 5px;
  width: 135px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 3/1;
}
.footer-logos-agents {
  background: #002349;
  padding-top: 36px;
  padding-bottom: 26px;
}
.footer-logos-agents h4.house-list-title span {
  background: #002349;
}
.footer-logos-agents h4.house-list-title {
  margin-bottom: 15px;
  font-size: 17px;
  padding: 20px 0;
}
.footer-logos-agents h4.house-list-title:before {
  top: 30px;
  margin-bottom: 0;
  right: auto;
  left: 0;
  width: 100%;
}
.footer-logos-agents img {
  margin: 0 10px 10px 0;
  background: #fff;
  padding: 10px 5px;
  vertical-align: top;
  max-height: 62px;
  width: 150px;
  object-fit: contain;
}
@media (min-width: 556px) {
  .footer-logos img {
    width: 94px;
  }
}

@media (min-width: 768px) {
  .footer-logos img {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .footer-logos img {
    width: 160px;
  }
}

@media (min-width: 1200px) {
  .footer-logos img {
    width: 177px;
  }
}

.button-wrapper.small-txt > a > * {
  font-size: 10pt;
  cursor: pointer;
}

.button-wrapper.small-txt > a:last-child > *,
.form-container,
.brochure-container,
.agent-title {
  background: #be9c7e;
  color: #fff;
}

.brochure-container {
  padding: 20px 0;
}
.brochure-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brochure-title {
  color: #fff;
  line-height: 25px;
  margin-bottom: 10px;
}

.brochure-container .btn {
  padding: 10px 15px;
}

.gdpr-wrapper label {
  display: block;
  padding-left: 1.4rem;
  font-size: 12px;
}

.gdpr-wrapper {
  position: relative;
}

.gdpr-wrapper input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 14px;
}
.subscription-dropdown input[type="checkbox"] + label:before {
  position: relative;
  left: 0;
}
.form button.input,
.form input,
.form select,
.form textarea {
  border: none;
  border-bottom: 1px solid var(--baerz-c-3);
  background: 0 0;
  padding: 10px;
  margin-top: 10px;
  font-size: 15px;
  font-family: inherit;
  color: #000;
  cursor: pointer;
  width: 100%;
}
.form button.input {
  padding: 8px 5px 8px 0;
  border-bottom: 1px solid var(--baerz-c-1);
}
.form.dark button.input,
.form.dark button.input::placeholder,
.form.dark input,
.form.dark input::placeholder,
.form.dark textarea,
.form.dark textarea::placeholder {
  color: #fff;
}
.form.dark select:invalid {
  color: #fff7;
  font-style: italic;
}
.form.dark select:valid {
  color: #fff;
  font-style: normal;
}
.form select {
  padding: 10px 24px 10px 7px;
  width: 100%;
}
.form option:disabled,
.form select {
  color: gray;
  font-style: italic;
}
.form option,
.form select:valid {
  color: #000;
  font-style: normal;
}

@media (max-width: 991px) {
  .house-images-thumb .col-6:first-child {
    /*max-width: calc(50% - 5px)*/
  }

  .siderow {
    margin: 0 !important;
  }

  #share-buttons-container br {
    display: none;
  }

  div.video-share {
    padding: 15px 15px 0;
    border: none;
    text-align: center;
    max-width: 100%;
    background: #e4e3e1;
  }

  .row > .col-lg-12 > .row {
    margin-right: -15px;
  }

  div.video-share .house-info-title {
    padding: 0;
  }

  div.video-share video {
    position: relative;
    width: calc(100% - 30px);
    margin-bottom: 0px;
  }

  div.video-share .house-info-title {
    padding: 10px 0;
  }

  .brochure-title {
    text-align: center;
  }
}

.brochure-container .btn {
  padding: 10px 15px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/* .form-container .house-info-title {
font-weight: normal;
} */

/*.form-container .house-info-title,.form-container button {
	color: #fff;
}*/

.form-container button,
brochure-container a {
  /*	border: 1px solid #fff;*/
}
.form-container button:hover {
  /*	color: #fff;*/
}

.btn-light {
  background: #fff;
}

.grecaptcha-badge {
  display: none;
}

.button-wrapper.small-txt > a:hover > * {
  background: #fff;
  color: #be9c7e;
}

.button-wrapper .fl {
  float: left !important;
}

.details .bordered p:first-of-type,
.single-number .bordered p:first-of-type {
  min-height: 60px;
}
.details
  .house-info-title.two-agents
  .single-number
  .house-info-title.two-agents {
  display: inline-block;
  min-height: 45px;
}
.bordered .house-info-title,
:not(img).bordered {
  padding: 0;
}
:not(img).bordered:not(.no-margin) {
  margin: 20px 0;
}
.bordered {
  border: 1px solid #be9c7e;
}
.bordered > .col-5 {
  padding-left: 30px;
}
.bordered > .col-7 {
  padding-left: 0;
  padding-right: 30px;
  top: -5px;
}
.bordered p:first-child {
  padding-top: 10px;
}
.bordered p:last-child {
  padding-bottom: 10px;
}
.bordered p {
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.bordered:not(.house) img {
  padding: 20px;
  height: 200px;
  object-fit: contain;
}
.bordered.addr .logo {
  text-align: center;
  background-color: #fff;
}
.centeredListingItem img.logo {
  filter: grayscale(1);
  height: 54px;
  object-fit: contain;
}
.bordered:not(.house) hr {
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bordered .agent-title {
  padding-left: 2rem;
  line-height: 40px;
  margin-bottom: 10px;
}
body.news-archive .carousel-item,
body.post .carousel-item {
  height: 65vh;
  min-height: 600px;
  background: center center/cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.news-archive .carousel-indicators,
body.post .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 10px 0;
}

body.news-archive .carousel-indicators img,
body.post .carousel-indicators img {
  width: 100%;
}

body.news-archive .carousel-indicators li,
body.post .carousel-indicators li {
  width: 300px;
  height: 200px;
  float: left;
  text-indent: 0;
  margin-right: 10px;
  margin-left: 0;
}
button.navbar-toggler:active .navbar-toggler-icon div {
  background-color: #666;
}
.three-houses-markup {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  display: inline-block !important;
  margin: auto;
}
div[class^="slider-left"] > span,
div[class^="slider-right"] > span {
  position: relative;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: inline-block;
}
div[class^="slider-right"] > span {
  transform: translateX(9px);
  border-left: 10px solid #000;
}
div[class^="slider-left"] > span {
  transform: translateX(-10px);
  border-right: 10px solid #000;
}
div[class^="slider-left"]:hover > span {
  border-right-color: #be9c7e;
}
div[class^="slider-left"]:active > span {
  border-right-color: #ccc;
}
div[class^="slider-right"]:hover > span {
  border-left-color: #be9c7e;
}
div[class^="slider-right"]:active > span {
  border-left-color: #ccc;
}
div[class^="slider-left"],
div[class^="slider-right"] {
  cursor: pointer;
  position: relative;
  z-index: 1;
  top: 220px;
  width: 20px;
  height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

div[class*="slider-"] {
  display: none !important;
}

.three-houses-markup .slides {
  width: 400%;
  transition: transform 2s;
}
.three-houses-markup .slides > div {
  max-width: 13%;
  position: relative;
  float: left;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 1px;
}

.slides .col-lg-4.mb-4.mt-20 {
  padding-left: 0;
  padding-right: 0;
}

.house .image > img.p-abs {
  object-fit: cover;
}
.house .location {
  transition: transform 1s ease-out;
}
.house .image > img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.15s linear;
}
.house .image,
.house-images-thumb > div {
  overflow: hidden;
}

.house:hover a {
  text-decoration: none;
}

.house:hover .view-details {
  color: #fff;
  background-color: #002349;
}
.house:hover .image > img:not(.baerz-banner) {
  transition: 0.15s ease-in;
  transform: scale(1.06);
}
.house:hover .location {
  background-color: rgba(0, 0, 0, 0.85);
}
@media screen and (min-width: 768px) {
  .three-houses-markup {
    margin: inherit;
    overflow: hidden;
    width: 100%;
  }
  .three-houses-markup .slides > div {
    float: left;
    max-width: 348px;
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .slider-right > span {
    transform: translateX(20px);
    border-left: 10px solid #000;
  }
}
@media screen and (min-width: 1200px) {
  .three-houses-markup .slides > div {
    float: left;
    width: 525px !important;
    max-width: 525px !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}
.sl-wrapper {
  position: relative;
  top: 860px;
  z-index: 1000 !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noselect button,
.noselect a {
  outline: none;
}

.houses-flag {
  position: relative;
  left: -10px;
  top: -1px;
}
.slider-foreign {
  text-align: center;
  margin-bottom: 10px;
}
.profile-office-container hr {
  border-top: 1px solid var(--baerz-bg-dark);
}

.profile-office-container .heading-2 a {
  color: var(--baerz-c-1);
}

.profile-gallery img {
  width: 170px;
  height: 170px;
  margin-right: 6px;
  margin-bottom: 10px;
  object-fit: cover;
}
.profile-gallery video {
  width: 350px;
  height: 350px;
  margin-right: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  float: left;
}
.agency-compact-container {
  width: calc(33% - 55px);
  margin-right: 50px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.agency-compact-container a {
  color: var(--baerz-c-1);
  text-decoration: none;
}

.agency-compact-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.agency-compact-container .agency-image {
  text-align: right;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
}
.agency-compact-container .agency-image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: 50% 0;
  transition: transform 0.15s ease-in;
}
.agency-compact-container:hover .agency-image img {
  transform: scale(1.06);
}
.agency-compact-container .agency-details {
  background-color: var(--baerz-bg-light);
  position: relative;
  padding: 100px 50px 50px;
}
.agency-compact-container .agency-bp-details {
  padding: 90px 50px 20px;
}
.agency-compact-container .agency-details .agency-photo {
  position: absolute;
  top: -75px;
  left: 0;
  width: 140px;
  aspect-ratio: 1/1;
  z-index: 1;
}
.agency-compact-container .agency-details .agency-photo img {
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.agency-compact-container .agency-details .agency-logo {
  color: #be9c7c;
  border: 1px solid #be9c7e;
  position: absolute;
  top: -50px;
  left: 0;
  width: 225px;
  height: 115px;
  padding: 0;
}
.agency-compact-container .agency-details .agency-logo img {
  height: 100%;
  object-fit: contain;
  padding: 20px;
  background-color: #fff;
}
.agency-compact-container .agency-details .agency-button {
  position: absolute;
  right: -19px;
  top: -23px;
  padding: 10px 30px;
  background-color: var(--baerz-c-3-bg);
  min-width: 230px;
  text-align: center;
  font-family: "Nunito Sans";
  font-weight: 300;
  text-transform: uppercase;
  color: var(--baerz-c-2);
}

.agency-compact-container .agency-details .agency-button:hover {
  text-decoration: none;
}

.agency-compact-container .agency-details .agency-name {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 600;
}
.agency-bp-compact-container .agency-details .agency-name,
.private-sales .nav-container,
.private-sales .navbar {
  font-weight: 400;
}

.agency-compact-container .agency-details .agency-name a {
  color: #000;
}

.agency-compact-container .agency-details .agency-regions {
  color: var(--baerz-c-3);
  font-size: 1.2em;
  font-weight: 200;
  overflow-wrap: break-word;
}
@media (max-width: 1499px) {
  .baerz-members .agency-compact-container {
    width: calc(50% - 55px);
  }
}
@media (max-width: 1199px) {
  .agency-compact-container {
    width: calc(50% - 55px);
  }
  .agency-compact-container .agency-details .agency-button {
    min-width: 170px;
  }
}
@media (max-width: 991px) {
  .agency-compact-container,
  .baerz-members .agency-compact-container {
    width: calc(100% - 15px);
  }
  .agency-compact-container .agency-details .agency-button {
    min-width: 230px;
  }
}
@media (max-width: 575px) {
  .agency-compact-container .agency-details {
    padding-top: 105px;
  }
  .agency-compact-container .agency-details .agency-button {
    top: 45px;
  }
  .agency-compact-container .agency-details .agency-photo {
    top: -50px;
    width: 100px;
  }
  .agency-compact-container .agency-image img {
    height: auto;
    object-fit: contain;
    object-position: initial;
  }
}
.bplocations-container {
  background-color: var(--baerz-bg-light);
  position: relative;
  padding: 40px 0;
  margin-top: 180px;
  margin-bottom: 50px;
}
.bplocations-container .logo {
  position: absolute;
  top: -100px;
}
.bplocations-container .title {
  margin-left: 240px;
  margin-bottom: 80px;
  font-weight: 600;
  font-size: 1.1em;
}
.bplocations-container .country {
  text-transform: uppercase;
  font-family: var(--baerz-ff-1);
}
@media (max-width: 767px) {
  .bplocations-container .title {
    margin-left: 50px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.agency-container {
  padding-top: 60px;
}

.agency-container:nth-child(odd) {
  background-color: #fff;
}

.agency-container:nth-child(odd) > .container > .row:first-of-type > .col {
  background-color: #f2f2f2;
}

.agency-container:nth-child(even) > .container > .row:first-of-type > .col {
  background-color: #fff;
}

.agency-container .agency-details .agency-logo {
  color: #be9c7c;
  border: 1px solid #be9c7e;
  position: absolute;
  bottom: 30px;
  left: -70px;
  width: 275px;
  height: 200px;
  padding: 0;
}
.agency-container .agency-details .agency-logo img {
  height: 100%;
  object-fit: contain;
  padding: 30px;
  background-color: #fff;
  width: 100%;
}
.agency-container .agency-details .col {
  height: 200px;
}
.agency-container .agency-details hr {
  margin-left: 220px;
  margin-right: 15px;
}
.agency-container .agency-details .agency-name {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: 400;
  margin-left: 220px;
}
.agency-container .agency-details .agency-regions {
  margin-left: 220px;
  color: var(--baerz-c-3);
}
.agency-container .agency-details .agency-button {
  position: absolute;
  right: -20px;
  bottom: 30px;
  padding: 10px 20px;
  background-color: var(--baerz-c-3-bg);
  min-width: 200px;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--baerz-c-2);
}
@media (max-width: 992px) {
  .agency-container .agency-details .agency-logo {
    position: initial;
    width: unset;
  }
  .agency-container .agency-details .agency-name {
    margin-left: unset;
    text-align: center;
  }
  .agency-container .agency-details hr {
    display: none;
  }
  .agency-container:nth-child(2n) > .container > .row:first-of-type > .col,
  .agency-container:nth-child(odd) > .container > .row:first-of-type > .col {
    background-color: unset;
  }
}
.city-container .city-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media (min-width: 992px) {
  .city-container:nth-of-type(odd) .row > div:first-child {
    order: 2;
  }
}

.project .image-count-container {
  position: relative;
}

.project .image-count-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.project .image-count {
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.project .bottom .details {
  font-size: 14px;
  color: var(--baerz-c-1);
  padding: 25px 35px 35px;
}
.project .bottom .details > div {
  justify-content: space-evenly;
}
.project .bottom .details i {
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--baerz-c-3);
  font-size: 20px;
}
.single-project-manual .surroundings-title {
  color: #002349;
  font-size: 2.5rem;
  font-family: var(--baerz-ff-1) !important;
}
.single-project-manual .container-fluid:has(#photo-slider) {
  max-width: 1600px;
}
.single-project-manual .carousel-item,
.single-project-manual .video {
  height: 250px;
}
.single-project-manual .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 10px;
}
.single-project-manual .carousel-indicators {
  position: relative;
  bottom: -30px;
}
.single-project-manual .carousel-indicators .active {
  background-color: #002349;
}
.single-project-manual .carousel-indicators li {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 1px solid #002349;
  border-radius: 10px;
}

.single-project-manual .video {
  height: 250px;
}

.single-project-manual .video img {
  height: 250px;
  object-fit: contain;
}
.single-project-manual .summary div.col:first-child {
  border-left: 1px solid #fff;
}
.single-project-manual .summary div.col {
  border-right: 1px solid #fff;
}
.single-project-manual .summary-title {
  font-size: 3rem;
  line-height: 3rem;
  font-family: var(--baerz-ff-1) !important;
  font-weight: 600;
  text-transform: capitalize;
}
.single-project-manual .summary-value {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-variant: small-caps;
}
.single-project-manual .building-types .building-type .fa {
  font-size: 15px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.single-project-manual .building-types .building-type .value {
  height: 30px;
  line-height: 32px;
}
.single-project-manual .building-types .building-type img {
  object-fit: contain;
  max-height: 350px;
}
.single-project-manual .building-types .building-type-header {
  color: var(--baerz-c-2);
  background-color: var(--baerz-c-3-bg);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.single-project-manual .building-types .building-type-footer {
  background-color: var(--baerz-c-2-bg);
}
.single-project-manual .building-types .building-type-footer a {
  color: var(--baerz-c-2);
  text-align: center;
}
.single-project-manual .planning {
  font-size: 20px;
  min-height: 80px;
}
.single-project-manual .planning .arrow-r {
  position: relative;
  z-index: 2;
  color: #fff;
}
.construction-list:hover .view-details a,
.text-white {
  color: #fff;
}
.construction-list .agent-details img {
  max-height: 100px;
}
.pbt-price {
  font-size: 1.8rem;
}
.cities.details h2 {
  font-family: var(--baerz-ff-1);
  font-size: 38px;
  line-height: 46px;
  font-weight: 400;
}
.cities.details .cities-details-8 h2 {
  font-family: var(--baerz-ff-2);
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.cities.details h3 {
  font-family: var(--baerz-ff-2);
  font-size: 18px;
  font-weight: 400;
}
.cities.details p {
  margin-top: 2rem;
}

.cities.details .description-image {
  width: 100%;
}

.cities.details .description-title {
  font-size: 2rem;
  font-weight: 300;
  font-family: var(--baerz-ff-1);
  color: #000;
  text-transform: none;
  margin-top: 40px;
}
.cities.details .description-content {
  font-size: 1.15rem;
  font-weight: 200;
}
.cities.details .description-content h2 {
  font-size: 1.8em;
}
.cities.details .brochure h2 {
  font-size: 2em;
}
.cities.details .connect-container {
  background-color: #162e54;
  background-image: url("/images/agencies-europe.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% top;
}
.cities.details .connect-heading {
  font-family: var(--baerz-ff-1) !important;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.cities.details .connect-subheading {
  font-weight: 400;
  font-size: 15px;
}

.cities.details .connect-content {
  font-weight: 200;
}

.cities.details .teaser-text .tt-heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.cities.details .video-container {
  background: var(--baerz-c-4);
  padding-bottom: 190px;
  min-height: 200px;
  margin-top: 120px;
}
.cities.details #video-parent {
  position: absolute;
  width: calc(100% - 2em);
  top: -120px;
  text-align: center;
}
.cities.details .video-container video {
  object-fit: contain;
  text-align: left;
  min-width: 360px;
  width: 100%;
  height: 240px;
}
.cities.details .home-purchase h3 {
  font-size: 2rem;
}
@media (min-width: 800px) {
  .cities.details .video-container {
    min-height: 270px;
    margin-top: 180px;
  }
  .cities.details #video-parent {
    top: -180px;
  }
  .cities.details .video-container video {
    object-fit: cover;
    width: 720px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .cities.details .description-image {
    position: absolute;
    width: 30%;
    right: 20%;
    top: 640px;
    z-index: 1;
    max-height: 300px;
    object-fit: cover;
  }

  .cities.details .connect-container {
    background-size: 72%;
    background-position: right top;
  }
}

@media (min-width: 1200px) {
  .cities.details .connect-container {
    background-size: contain;
    background-position: 70% top;
  }
}

.modal-backdrop {
  transform: translate(0) !important;
}
.flip-container,
.vid-container,
.vt-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: fixed;
  width: 80%;
  height: 80%;
  z-index: 1050;
  top: 10%;
  left: 10%;
  transform: none !important;
}
.abs-left,
.abs-right {
  top: 0;
  position: absolute;
}
.vt-container iframe {
  border: 1rem solid #fff;
  border-radius: 0.3rem;
}

.flipembed {
  display: none;
}

@media (min-width: 768px) {
  .flipembed {
    display: inline-block;
  }
  .fliplink {
    display: none;
  }
}

iframe.panorama {
  max-width: 900px;
  width: 80vw;
  min-width: 320px;
  min-height: 280px;
  max-height: 600px;
  height: 80vh;
}
#panorama {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 480px;
  min-width: 640px;
  pointer-events: none;
}
.video-thumb,
.vt-thumb {
  position: absolute;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.33);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  content: "\f04b";
  transition: background 0.2s;
  cursor: pointer;
}
body #media .video-thumb,
body #media .vt-thumb {
  max-width: calc(100% - 30px);
}

body #media .row[data-content-type] .gallery img {
  width: 100%;
  /*	height: 169.75px;*/
  object-fit: cover;
}

body #media .media-vid-container {
  background: linear-gradient(
    to top,
    var(--baerz-c-3-bg) 0,
    var(--baerz-c-3-bg) 50%,
    var(--baerz-c-1-bg) 50%,
    var(--baerz-c-1-bg) 100%
  );
}
body #media .media-fp-container {
  background: var(--baerz-bg-light);
}
.vt-thumb {
  font-size: 25px;
  transition:
    0.2s linear,
    font-size 0.5s linear;
}

.house-images-thumb > div {
  overflow: hidden;
}

.vt-thumb ~ img {
  transition: 2.5s linear;
}
.video-thumb:hover,
.vt-thumb:hover {
  font-size: 28px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.vt-thumb:hover,
.video-thumb:hover {
  font-size: 28px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.video-thumb:hover {
  animation: 1.5s linear infinite pulse-icon;
}
.vt-thumb:hover ~ img {
  object-fit: cover;
  transform: scale(1.2);
}
@keyframes pulse-icon {
  0%,
  100%,
  60% {
    font-size: 45px;
  }
  20%,
  40% {
    font-size: 48px;
  }
}
.description .description h1,
.description .description h2,
.description .description h3,
.description .description h4,
.description .description h5,
.description .description h6,
.description .description li,
.description .description ul {
  all: revert;
}

.description .description ul br {
  display: none;
}

.modaal-overlay {
  z-index: 1000 !important;
}
.abs-left,
.news-archive .house .location,
.post .house .location {
  z-index: 1;
}

.newssupply {
  font-weight: 200;
}

.newssupply-img {
  width: calc(100% - 132px);
  right: 10px;
  position: absolute;
  height: 250px;
}

@media (min-width: 768px) {
  .news-archive .newssupply-img {
    height: 350px;
  }
}

.newssupply-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newssupply-date-wrapper {
  background-color: #fff;
  margin-top: 100px;
  padding: 20px;
  margin-right: 10%;
}

@media (min-width: 768px) {
  .news-archive .newssupply-date-wrapper {
    margin-top: 200px;
  }
}

.newssupply-date {
  background-color: #be9c7e;
  color: #fff;
  width: 67px;
  height: 67px;
  padding: 11px 0 7px;
  text-align: center;
}
.newssupply-day {
  font-size: 24px;
  font-weight: 900;
  transform: translateY(-6px);
}
.newssupply-month {
  font-size: 15px;
  font-weight: 100;
  transform: translateY(-15px);
}
.newssupply-header-wrapper {
  background-color: #fff;
  margin-right: 10%;
}
.newssupply-header {
  background-color: #be9c7e;
  color: #fff;
  width: 80%;
  opacity: 0.95;
  padding: 15px 40px;
  font-weight: 400;
}
.newssupply-description {
  background-color: #fff;
  padding: 20px 40px;
  margin-right: 10%;
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
}
.newssupply-description hr {
  border-color: #ddd !important;
}
.newssupply-description-more a {
  color: #00f !important;
}
.newssupply-description-copyright {
  text-align: right;
  font-size: 14px;
}
.news-archive .card-header {
  border-radius: 0;
  background-color: #be9c7e;
  color: #fff;
  font-weight: 700;
  font-size: 15px !important;
  text-align: left;
}
.news-archive .card {
  border-color: #be9c7e;
  border-radius: 0;
}

.news-archive .card-body .dropdown-divider {
  border-color: #be9c7e;
}

.news-archive .card-body a {
  color: #000;
  margin-left: 10px;
}

.news-archive .card-body.agent hr {
  margin-left: -10px;
  width: calc(100% + 20px);
}

.news-archive .card-header {
  color: #fff;
  font-weight: bold;
  font-size: 15px !important;
  text-align: left;
}

.news-archive .card-header button {
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}
.news-archive .left-col {
  margin-top: 42px;
}

.news-archive .right-col {
  font-size: 14px;
}

.news-archive .btn-view-all {
  display: block;
  width: 100%;
  padding: 15px;
  text-transform: uppercase;
  background-color: #be9c7e;
  border: 1px solid #be9c7e;
}

.news-archive .house,
.post .house {
  position: relative;
}
.news-archive .carousel .houses-flag,
.post .carousel .houses-flag {
  width: unset;
}
.news-archive .carousel a[class^="carousel-control-"],
.post .carousel a[class^="carousel-control-"] {
  margin-top: -310px;
}
div.anchor {
  display: block;
  position: relative;
  top: -100px;
}
div.privacy strong {
  font-weight: 600;
  font-size: 18px;
}
.home-privacy-logo {
  vertical-align: top;
  width: 25%;
}
@media (min-width: 1200px) {
  .private-bg-left:before {
    height: 100%;
  }
}
.private-sales .primextate-logo {
  width: 50%;
}
@media (min-width: 992px) {
  .home-privacy-logo {
    width: 15%;
  }
  .private-bg-left:before {
    background: #002349;
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
  }
  .private-sales .primextate-logo {
    width: 100%;
  }
}
.primextate-access-border {
  border-left: 2px solid #be9c7e !important;
}
.mt-6 {
  margin-top: 5rem;
}
.mb-6 {
  margin-bottom: 5rem;
}
.home-counters {
  width: 100%;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .home-counters {
    padding-left: 30px;
  }
}

.counter-number {
  font-size: 35px;
  font-weight: 600;
}

.counter-label {
  font-size: 18px;
}

.abs-right {
  right: 0;
  bottom: 0;
  z-index: 1;
}
.abs-left {
  left: 0;
  bottom: 0;
}
.of {
  object-fit: fit;
}
.partialcollapse .collapse {
  display: block;
  height: 300px !important;
  overflow: hidden;
}
.partialcollapse .collapsing {
  height: inherit !important;
}
.partialcollapse .collapse.show {
  height: auto !important;
}
.embed-responsive-4by1 {
  padding-bottom: 400px;
}
@media (min-width: 768px) {
  .footer-logos img {
    width: 130px;
  }
  .flipembed {
    display: inline-block;
  }
  .fliplink {
    display: none;
  }
  .news-archive .newssupply-img {
    height: 350px;
  }
  .news-archive .newssupply-date-wrapper {
    margin-top: 200px;
  }
  .embed-responsive-4by1 {
    padding-bottom: 400px;
  }
}
@media (min-width: 992px) {
  .bz-img-up {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    width: 90%;
  }
  .bz-col-up > div:first-child {
    position: absolute;
    top: -100px;
    z-index: 1;
    padding: 80px;
  }
  .bz-col-up > div:last-child {
    padding: 80px 80px 80px 260px;
  }
  .bz-shadow-3-l {
    box-shadow: -35px 35px 0 var(--baerz-c-3);
  }
  .bz-shadow-3-r {
    box-shadow: 35px 35px 0 var(--baerz-c-3);
  }
  .bz-shadow-4-l {
    box-shadow: -35px 35px 0 var(--baerz-c-4);
  }
  .bz-shadow-4-r {
    box-shadow: 35px 35px 0 var(--baerz-c-4);
  }
  .bz-shadow-light-l {
    box-shadow: -35px 35px 0 var(--baerz-bg-light);
  }
  .bz-shadow-light-r {
    box-shadow: 35px 35px 0 var(--baerz-bg-light);
  }
  .buildingtypes-container .banner,
  .projects-container .banner {
    position: absolute;
    width: calc(100% - 28px);
    z-index: 1;
    top: 185px;
  }
  .buildingtypes-container .banner .price,
  .projects-container .banner .price {
    color: var(--baerz-c-2);
    background-color: var(--baerz-c-2-bg);
    margin-top: 40px;
    padding-left: 190px;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .buildingtypes-container .banner .logo,
  .projects-container .banner .logo {
    background-color: #fff;
    height: 120px;
    width: 200px;
    margin-left: -30px;
    border: 1px solid var(--baerz-c-2-bg);
  }
  .buildingtypes-container .banner .logo img,
  .projects-container .banner .logo img {
    width: 150px;
    height: 90px;
    object-fit: contain;
    margin-left: 24px;
    margin-top: 16px;
  }
  .single-project-manual .h-name {
    font-size: 4.5rem;
  }
  .cities.details .description-image,
  .single-project-manual .description-image {
    position: absolute;
    width: 30%;
    right: 20%;
    top: 640px;
    z-index: 1;
    max-height: 300px;
    object-fit: cover;
  }
  .about-us-8 .img-left,
  .about-us-8 .img-right {
    position: relative;
    width: 120%;
    max-width: 120%;
  }
  .about-us-6 img {
    min-height: 600px;
  }
  .about-us-6 .row {
    background: 0 0;
    top: 0;
    right: 20%;
    align-self: anchor-center;
  }
  .about-us-6 .col {
    top: -100px;
  }
  .about-us-8 .img-left {
    right: 20%;
  }
  .sell-professional-7 {
    padding: 7rem 0;
  }
  .sell-professional-7 .container {
    background-color: var(--baerz-c-3-bg-trans);
  }
  .sell-developer-15 .container-fluid,
  .sell-professional-14 .container-fluid {
    position: absolute !important;
  }
  .auctions-howitworks-3 .bz-highlight-box {
    position: relative;
    top: 50px;
    left: -150px;
    margin-top: 0;
    width: 100%;
  }
  .property-summary .summary-price {
    margin-top: -8px;
  }
  .home-text-2 img {
    position: absolute;
    top: -210px;
    left: 0;
  }
  .home-text-2 .content {
    padding-left: 5em;
  }
  .house-images-thumb > div,
  .house-images-thumb > div > img {
    max-height: 179px;
  }
  .house-images-thumb > div:not(.clearfix) {
    height: 179px;
  }
  .house-images-thumb > div:nth-last-child(n + 3) {
    min-height: 179px;
    max-width: calc(25% - 0.5rem);
    justify-content: center;
    align-items: center;
  }
  #morePhotos {
    height: calc(100% - 8px);
  }
  .house-image > img,
  .house-images-thumb > div > img {
    width: auto;
    margin: auto;
  }
  .house-images-thumb > div {
    overflow: hidden;
  }
  .house-images-thumb > div > img {
    height: auto;
  }
  .house-image > img {
    width: 100%;
  }
  .socialMedia {
    display: block;
  }
  .vc_col-sm-4,
  .vc_col-sm-9 {
    float: left;
  }
  .vc_col-sm-9 {
    width: 75%;
  }
  .vc_col-sm-4 {
    width: 32%;
  }
  div.filter-country-dropdown {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 50vh;
    min-height: 75px;
  }
  .footer-logos img {
    width: 160px;
  }
  .city-container:nth-of-type(2) .row > div:first-child {
    order: 2;
  }
  .single-project-manual .surroundings-container {
    top: -25px;
    position: relative;
  }
  .single-project-manual .surroundings-image {
    top: -10%;
    left: -10%;
    position: static;
    height: calc(100% + 180px);
    object-fit: cover;
    box-shadow: -25px 25px 0 var(--baerz-c-4);
    max-height: 600px;
  }
  .single-project-manual .building-types {
    margin-top: 100px;
  }
  .cities.details .connect-container {
    background-size: 72%;
    background-position: right top;
  }
  .data-scroll-anim {
    animation: 1s forwards scroll-anim;
  }
  .kiosk-image {
    position: relative;
    height: 270px;
  }
  .kiosk-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto 0;
  }
  .embed-responsive-4by1 {
    padding-bottom: 300px;
  }
}
@media (min-width: 1200px) {
  .market-scanner .market-scanner-video {
    max-height: none;
    width: 130% !important;
    max-width: 130%;
    margin-left: -120px;
  }
  header .h-content {
    margin-bottom: 5%;
  }
  .about-us-6 .col {
    top: -60px;
  }
  .sell-no {
    line-height: 0.4em;
  }
  .sell-private-7 img,
  .sell-professional-12 img {
    position: absolute;
  }
  .sell-private-7 .row,
  .sell-professional-12 .row {
    position: relative;
    background: 0 0;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .sell-private-20 .container-fluid {
    position: absolute !important;
  }
  .sell .primextate .row:first-child .col {
    columns: 2;
  }
  .property-summary .summary-price {
    margin-top: 8px;
  }
  #navbarDropdown {
    margin-right: 0;
  }
  .dropdown-menu.inner {
    position: absolute;
    left: calc(100% - 1px);
    min-width: 13rem;
  }
  .navbar-nav > li:first-child {
    display: block;
  }
  ul#offer-menu {
    width: unset;
    min-width: 100%;
    position: absolute;
    margin: 0;
  }
  ul#offer-menu li a {
    margin-right: 15px !important;
  }
  ul#offer-menu li > a {
    white-space: nowrap;
  }
  .footer-logos img {
    width: 177px;
  }
  .cities.details .connect-container {
    background-size: contain;
    background-position: 70% top;
  }
  .home-counters {
    padding-left: 30px;
  }
  .embed-responsive-4by1 {
    padding-bottom: 400px;
  }
}
.embed-responsive-4by1:has(.termly-blocked-content) {
  padding-bottom: 0;
}
html:lang(fr) .home-purchase .button-text {
  top: 45px;
}
.newsletter-subscription .paragraph {
  font-size: 14px;
  font-weight: 200;
}
.newsletter-subscription label {
  margin-bottom: 0;
}
.newsletter-subscription input {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 0;
  padding: 10px 15px;
  margin-bottom: 1rem;
  font-weight: 200;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  background: var(--baerz-c-1) !important;
  border-radius: 100%;
  width: 29px !important;
  height: 30px !important;
  box-shadow: none;
  border: 0 !important;
  top: -12px !important;
}
.noUi-connect {
  background: #111 !important;
}
.noUi-handle::after,
.noUi-handle::before {
  content: none !important;
}
.noUi-horizontal {
  top: 16px !important;
  height: 8px !important;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  background-position-x: 9px;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  background-position-x: 11px;
}

/* New code  */
.notification-service {
  background-color: #e9dfd4;
}

.btn-notification {
  background-color: var(--baerz-c-3);
  color: #fff;
}

.bz-custom-select button.input,
.brochure-country-dropdown button.input {
  text-align: left;
  position: relative;
  border-bottom: 1px solid var(--baerz-c-3);
}

.bz-custom-select i,
.brochure-country-dropdown i {
  color: var(--baerz-c-3);
}

.bz-custom-select .dropdown-menu,
.brochure-country-dropdown .dropdown-menu {
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
  z-index: 5;
}

.bz-custom-select button.input .selected-text,
.brochure-country-dropdown button.input .selected-text {
  color: rgba(190, 156, 126, 0.7);
  font-style: italic;
}

.bz-custom-select .dropdown-item,
.brochure-country-dropdown .dropdown-item {
  color: var(--baerz-c-3);
}

.bz-custom-select.has-value button.input .selected-text,
.brochure-country-dropdown.has-value button.input .selected-text {
  color: var(--baerz-c-3);
  font-style: normal;
}

.form.dark .bz-custom-select button.input .selected-text,
.brochure-country-dropdown button.input .selected-text {
  color: rgba(255, 255, 255, 0.47);
}

.form.dark .bz-custom-select.has-value button.input .selected-text,
.brochure-country-dropdown.has-value button.input .selected-text {
  color: #fff;
  font-style: normal;
}

select.bz-native-select-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(100%) !important;
  white-space: nowrap !important;
}

.bz-custom-select.disabled {
  opacity: 0.6;
}

.bz-custom-select.disabled button.input {
  cursor: not-allowed;
}

.footer__address-link {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer__address-link:hover {
  text-decoration: none;
  color: var(--baerz-c-3);
}
