@charset "UTF-8";

/* Satoshi Black */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Black Italic */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-blackitalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Bold */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Bold Italic */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Medium */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Medium Italic */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-mediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Regular */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Italic */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Satoshi Light */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Satoshi Light Italic */
@font-face {
  font-family: "Satoshi";
  src: url("/template/font/satoshi-lightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fef6ea;
  font-family: "Satoshi", sans-serif;
  color: #282830;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

p.buttons > a {
  margin: 0 5px;
}

@media only screen and (max-width: 768px) {
  p.buttons > a {
    margin: 0 0 10px 0;
    width: 100%;
    display: inline-block;
  }

  p.buttons > a:last-child {
    margin: 0;
  }
}

p.quote {
  color: #111;
  font-size: 2.25em;
  line-height: 1.4em;
  font-weight: 400;
}

p strong {
  font-weight: 500;
}

p strong a {
  font-weight: 500 !important;
}

p a:not(.button-alt) {
  cursor: pointer;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
}

p a:not(.button-alt):hover {
  border-bottom: 1px solid transparent;
}

a {
  color: #843721;
  font-weight: 400;
}

small {
  font-size: 0.88em;
}

strong {
  color: #111;
  font-weight: 600;
}

a.button {
  cursor: pointer;
  position: relative;
  top: 0;
  display: inline-block;
  background: #843721;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.015em;
  text-decoration: none;
  padding: 12px 24px;
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
  border-radius: 2px;
}

a.button:hover {
  top: -5px;
}

a.button-alt {
  cursor: pointer;
  border-radius: 2px;
  color: #111;
  display: block;
  font-size: 1.15em;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
  border: 1px solid #111;
  -webkit-transition:
    background 0.25s ease,
    border 0.25s ease;
  -moz-transition:
    background 0.25s ease,
    border 0.25s ease;
  -o-transition:
    background 0.25s ease,
    border 0.25s ease;
}

a.button-alt:hover {
  text-decoration: underline;
}

button,
input,
select,
textarea {
  outline: none;
}

h1 {
  color: #111;
  font-size: 3em;
  font-weight: 600;
}

h1.withsub {
  margin-bottom: 30px !important;
}

h1.line {
  margin-bottom: 5rem !important;
}

h1.line:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #843721;
  margin-top: 100px;
  width: 50px;
}

h2 {
  color: #843721;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.25em;
  font-weight: 600;
}

h2.withsub {
  margin-bottom: 30px !important;
}

h2.line {
  margin-bottom: 5rem !important;
}

h2.line:after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #843721;
  margin-top: 70px;
  width: 50px;
}

h3 {
  color: #111;
  font-size: 1.75em;
  font-weight: 500;
}

h4 {
  color: #111;
  font-size: 1.33em;
  font-weight: 500;
}

p.subhead {
  line-height: 1.75em;
}

.text-center {
  text-align: center;
}

.breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  font-size: 0.88em;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.breadcrumb li a:hover {
  border-bottom: 1px solid #777;
}

.breadcrumb li.home a {
  font-size: 1.15em;
  position: relative;
  top: 1px;
}

.breadcrumb li.home a:hover {
  border-bottom: 1px solid transparent;
}

.breadcrumb li.home:before {
  content: "";
}

.breadcrumb li:before {
  color: #777;
  font-size: 10px;
  padding: 0 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f054";
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

section {
  overflow: hidden;
  padding: 5rem 0;
}

section h1,
section h2,
section h3 {
  margin: 0;
  margin-bottom: 4rem;
}


@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h2,
  section h2{ 
    font-size: 24px;
  }
}

@media only screen and (max-width: 544px) {
  h1 {
    font-size: 2em;
    line-height: 1.5em;
  }
}

header {
  position: fixed;
  z-index: 9;
  background: transparent;
  height: 56px;
  width: 100%;
  padding: 0 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header a.logo {
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  width: 150px;
  height: 46px;
  padding: 0;
  background: url("../img/nuera_logo_white.png") no-repeat center center;
  background-size: contain;
  transition:
    top 0.55s ease,
    width 0.55s ease,
    height 0.55s ease,
    background-size 0.55s ease;
}

header a.search {
  display: none;
}

header a.right {
  float: right;
  margin: 22px 0 22px 40px;
  padding: 12px 18px;
}

header nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

header nav.nav-left {
  justify-content: flex-start;
}

header nav.nav-right {
  justify-content: flex-end;
}

header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul li {
  float: left;
}

header ul li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
}

header nav.is-open ul.nav__dropdown.show a {
  color: #000;
}

header nav.is-open ul.nav__dropdown.show a.primary {
  color: #843721;
}

header nav.is-open ul.nav__dropdown.show .dropdown li a {
  color: #fff;
}

header ul li a.active {
  border-bottom: 1px solid #843721;
}

header ul li a:hover {
  border-bottom: 1px solid #843721;
}

header ul li ul {
  display: none;
  background: #843721;
  border-radius: 2px;
  height: auto;
  margin-top: -10px;
  padding: 10px 0;
}

header ul li ul li {
  margin: 0 !important;
  height: 40px;
  line-height: 40px;
  display: block;
  width: 100%;
  text-align: center !important;
}

header ul li ul li a {
  white-space: pre;
  color: #fff;
}

header ul li ul li a:hover {
  border-color: #fff;
}

header ul li ul:after {
  right: 50%;
  top: -4px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #843721;
  border-width: 5px;
  margin-top: -5px;
  display: none;
}

header ul li.dropdown {
  position: relative;
  padding-right: 25px;
  position: relative !important;
}

header ul li.dropdown a:hover {
  border-bottom: none;
}

header ul li.dropdown:before {
  color: #843721;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: "";
  border-top: 0.33em solid;
  border-right: 0.33em solid transparent;
  border-left: 0.33em solid transparent;
}

header ul li:hover ul {
  z-index: 2;
  display: block;
  width: auto;
  min-width: 150px !important;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 2px 20px;
}

header ul li.btn {
  display: none;
}

@media only screen and (max-width: 768px) {
  header ul li.btn {
    display: block;
  }
}

header ul li.search a {
  color: #843721;
  font-size: 1.15em;
}

header ul li.search a:hover {
  border: none;
}

header ul.opened li a,
header ul.opened li ul a {
  color: #fff !important;
}

header ul.menu {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

header ul.menu li {
  margin: 0;
  text-align: left;
}

header li.lang-en a {
  background: #843721;
  color: #fff !important;
  padding: 4px 8px;
  border-bottom: none !important;
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

header li.lang-en a:hover {
  opacity: 0.85;
  border-bottom: none !important;
}

header ul.favs {
  height: 90px;
  line-height: 90px;
  float: right;
  margin-left: 20px;
}

header ul.favs li {
  margin-left: 30px;
  float: right;
}

header ul.favs li a {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

header ul.favs li a i.fal {
  margin-right: 4px;
}

header ul.favs li a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

header ul.social {
  height: 90px;
  line-height: 90px;
  float: right;
  margin-left: auto;
}

header ul.social li {
  margin-left: 30px;
}

header ul.social li a {
  font-size: 1.5em;
}

header ul.social li a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

header ul.social li.lang {
  padding: 3px 0;
}

header ul.social li.lang a img {
  height: 24px;
  width: 24px;
}

header nav.priority-nav-has-dropdown .nav__dropdown-toggle {
  height: 90px;
  border: none;
  background: transparent;
  cursor: pointer;
}

header nav.priority-nav-has-dropdown .nav__dropdown-toggle:before {
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0c9";
}

header.small nav.priority-nav-has-dropdown .nav__dropdown-toggle:before {
  color: #843721;
}

header nav.is-open ul.nav__dropdown.show {
  background: #fef6ea;
  padding: 20px 50px;
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
}

header.noline nav.is-open ul.nav__dropdown.show {
  top: 90px;
  z-index: 10;
}

header nav.is-open ul.nav__dropdown.show > li {
  margin-left: 30px;
}

header nav.is-open ul.nav__dropdown.show > li:first-child {
  margin: 0;
}

header nav.is-empty .nav__dropdown-toggle {
  float: right;
}

header.white a.logo {
  background: url("../img/nuera_logo_white.png") no-repeat left center;
  background-size: 100% auto;
}

header.white ul li a {
  color: #fff;
}

header {
  transition:
    background 0.45s ease,
    border-color 0.45s ease,
    top 0.45s ease;
}

header.noline {
  border: none;
  top: 0px;
}

header.noline a.logo {
  top: calc(100vh - 170px);
  width: 40vw;
  height: 180px;
  background-image: url("../img/nuera_logotyp_white.png");
}

@media screen and (max-width: 890px) {
  header.noline:not(.scrolled) a.logo {
    top: 410px;
    width: 220px;
    height: 66px;
  }
}

@media screen and (max-width: 620px) {
  header.noline:not(.scrolled) a.logo {
    top: 260px;
    width: 180px;
    height: 54px;
  }
}

header.noline.scrolled {
  background: #fef6ea;
  /* border-bottom: 1px solid #843721; */
  top: 0;
}


header.noline.scrolled a.logo {
  top: 0;
  width: 150px;
  height: 56px;
  background-image: url("../img/nuera_logotyp_terracotta.png");
  background-size: auto 35px;
}

header.small {
  /* border-bottom: 1px solid #843721; */
  top: 0;
  height: 56px;
  padding: 0 20px;
}

header.small.scrolled{
  background: #FFF7EC;
}

header.small a.logo {
  top: 10px;
  width: 150px;
  height: 32px;
  background-image: url("../img/nuera_ikona_terracotta.png");
}

header.small a.search {
  margin: 5px 0;
}

header.small ul li a {
  color: #282830;
}

header.small ul li.search a {
  color: #843721;
}

header.small ul li.dropdown ul li a {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header {
    padding: 0 20px;
  }

  header nav.is-open ul.nav__dropdown.show {
    padding: 20px 30px;
  }

  header a.button {
    margin: 22px 0 22px 24px;
  }
}

@media only screen and (max-width: 992px) {
  header a.search {
    display: block;
    font-size: 1.33em;
    float: right;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  header a.right {
    display: none;
  }

  header ul.menu {
    display: none;
    clear: both;
    left: -15px;
    margin: 0;
    width: calc(100% + 30px);
    background: #fff;
    position: relative;
    overflow: auto;
    height: auto;
    text-align: center;
  }

  header ul.menu li {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
  }

  header ul.menu li.search {
    display: none;
  }

  header ul.menu li.dropdown a {
    width: calc(100% - 40px);
    margin: 0 20px;
    display: block;
  }

  header ul.menu li.dropdown a:hover {
    border-bottom: none;
  }

  header ul.menu li.dropdown:before {
    top: 27px;
    right: 15px;
  }

  header ul.menu li ul {
    top: 0;
    left: 0;
    position: relative;
    height: auto;
    -webkit-transform: none;
    transform: none;
    overflow: auto;
    margin: 0 15px;
    padding: 5px 0;
  }

  header ul.menu > li:nth-last-child(-n + 2) {
    display: none;
  }

  header ul.social li {
    margin: 0 15px 0 0;
  }

  header.small {
    height: 56px;
  }

  header nav.priority-nav-has-dropdown .nav__dropdown-toggle:before {
    padding: 0;
  }

  header.small nav.priority-nav-has-dropdown .nav__dropdown-toggle {
    height: 56px;
  }

  header.small nav.is-open ul.nav__dropdown.show {
    top: 56px;
  }

  header.small ul.favs,
  header.small ul.social {
    height: 56px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 1050px) {
  header a.logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  header ul.menu {
    line-height: 60px;
  }

  header ul.favs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
  }

  header ul.social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  header nav {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  header.small a.logo {
    width: 120px;
  }

  header.white ul li a {
    color: #000;
  }

  header.white ul li.dropdown ul li > a {
    color: #fff;
  }

  header ul.menu {
    gap: 18px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    padding: 0 15px;
  }

  header a.logo {
    width: 120px;
  }

  header ul.menu {
    width: calc(100% + 30px);
  }

  header ul.social li {
    margin: 0;
  }

  header ul.social li:not(.lang) {
    display: none;
  }

  header nav.is-open ul.nav__dropdown.show {
    padding: 18px 30px;
  }

  header nav.is-open ul.nav__dropdown.show > li {
    width: 100%;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
  }
  header nav.is-open ul.nav__dropdown.show > li a {
    font-weight: 600;
  }

  header nav.is-open ul.nav__dropdown.show > li.lang-en {
    text-align: right;
  }

  header nav.is-open ul.nav__dropdown.show > li.dropdown:before {
    top: 19px;
  }

  header nav.is-open ul.nav__dropdown.show > li.dropdown ul {
    left: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    top: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }

  header.small ul.favs,
  header.small ul.social {
    height: 60px;
    line-height: 60px;
  }
}

/* nav-mobile: hidden on desktop, single burger on mobile */
header nav.nav-mobile {
  display: none;
}

@media only screen and (max-width: 1050px) {
  header nav.nav-left,
  header nav.nav-right {
    display: none;
  }

  header nav.nav-mobile {
    display: flex;
    margin-left: auto;
  }

  /* header.small a.logo,
  header.noline.scrolled a.logo {
    top: 7px;
    height: 46px;
  } */

  header.noline.scrolled {
    height: 56px;
  }
}

section#carousel {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

section#carousel h1 {
  margin-bottom: 0;
}

section#carousel a.down {
  position: absolute;
  color: #fff;
  z-index: 2;
  font-size: 24px;
  bottom: 20px;
  left: calc(50% - 11px);
  -webkit-transition: bottom 0.25s ease;
  -moz-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
}

section#carousel a.down:hover {
  bottom: 10px;
}

section#carousel .gradient-overlay {
  background: rgb(13, 13, 17);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgb(13, 13, 17)),
    color-stop(20%, rgba(13, 13, 17, 0))
  );
  background: linear-gradient(
    180deg,
    rgb(13, 13, 17) 0%,
    rgba(13, 13, 17, 0) 30%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d0d11", endColorstr="#0d0d11", GradientType=1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

section#carousel .color-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

section#carousel .search {
  width: 100%;
  margin: 3rem 0 4rem 0;
}

section#carousel .search .row {
  overflow: hidden;
}

section#carousel .search .row .selectize-input {
  border-radius: 2px;
  min-height: 60px;
}

section#carousel .search .row .cena input,
section#carousel .search .row .fulltext input {
  height: 60px;
  line-height: 60px;
  border: 1px solid #d0d0d0;
  padding-left: 20px;
  font-size: 15px;
  width: 100%;
  border-radius: 2px;
  font-family: "Satoshi", sans-serif;
}

section#carousel .search .row .separator {
  clear: both;
  display: block;
  height: 30px;
}

section#carousel .search .row button {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  width: 100%;
  float: right;
  background: #843721;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 2px;
}

section#carousel .search .row button i {
  font-size: 24px;
  position: relative;
  top: 3px;
}

section#carousel .avatar {
  margin: 0 auto;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}

section#carousel .avatar img {
  width: 100%;
}

section#carousel .icons {
  text-align: center;
  margin: 30px 0;
}

section#carousel .icons span {
  margin: 0 20px;
}

section#carousel .icons span a {
  text-decoration: none;
  color: #111;
}

section#carousel .icons span a:hover {
  text-decoration: underline;
}

section#carousel .icons span i {
  color: #843721;
  margin-right: 8px;
  font-size: 1.1em;
}

section#carousel .subhead {
  max-width: 60%;
  margin: 0 auto;
}

section#carousel .filter {
  text-align: center;
  margin-top: -1rem;
  overflow: hidden;
}

section#carousel .filter .tags {
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: left;
  margin-bottom: 3rem;
}

section#carousel .filter .tags span {
  background: #f4e7d4;
  border-radius: 2px;
  padding: 8px 14px;
  font-size: 13px;
  display: inline-block;
}

section#carousel .filter .tags span a {
  border: none;
  margin: 0 0 0 15px;
  float: right;
}

section#carousel .filter .tags span a i {
  font-size: 16px;
  color: #843721;
  position: relative;
  top: 1px;
}

section#carousel .filter .predaj-prenajom {
  float: right;
  font-size: 13px;
}

section#carousel .filter .predaj-prenajom a {
  margin: 0 0 0 20px;
}

section#carousel .filter .sort {
  float: left;
  font-size: 13px;
}

section#carousel .filter .sort a {
  margin: 0 20px 0 0;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

section#carousel .filter a {
  margin: 0 20px;
  display: inline-block;
  color: #505050;
  border-color: #505050;
  text-decoration: none;
  border-bottom: 1px solid #505050;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

section#carousel .filter a.active {
  color: #111;
  font-weight: 500;
  border-color: #843721;
}

section#carousel .filter a.active:hover {
  border-color: #843721;
}

section#carousel .filter a:hover {
  border-color: transparent;
}

section#carousel.map #search {
  display: block !important;
  padding: 4rem 0 0 0 !important;
}

section#carousel:not(.theme) #search {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  padding: 0 0 6rem 0;
}

section#carousel:not(.theme) #search .switch a.active:after {
  top: 34px;
  border-bottom: 6px solid #d9cfe6;
}

section#carousel:not(.theme) #search .search-wrapper .location-wrapper {
  border: 1px solid #d9cfe6;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

section#carousel:not(.theme) #search .search-wrapper .type-wrapper {
  border: 1px solid #d9cfe6;
  border-left: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

section#carousel:not(.theme) #search .search-wrapper.more form {
  overflow: auto;
}

section#carousel:not(.theme) #search .search-wrapper.more .location-wrapper {
  border-bottom-left-radius: 0;
}

section#carousel:not(.theme) #search .search-wrapper.more .type-wrapper {
  border-bottom-right-radius: 0;
}

section#carousel:not(.theme) #search .search-wrapper.more .cenado-wrapper,
section#carousel:not(.theme) #search .search-wrapper.more .cenaod-wrapper,
section#carousel:not(.theme) #search .search-wrapper.more .fulltext-wrapper {
  border-top: none;
  border-right: 1px solid #d9cfe6;
  border-left: 1px solid #d9cfe6;
  border-bottom: 1px solid #d9cfe6;
}

section#carousel:not(.theme) #search .search-wrapper.more .cenado-wrapper,
section#carousel:not(.theme) #search .search-wrapper.more .cenaod-wrapper {
  border-left: none;
}

section#carousel:not(.theme) #search .search-wrapper.more button {
  margin: 10px 0 5px 0 !important;
  width: 100% !important;
}

section#carousel:not(.theme) #search .links {
  margin-top: 15px;
}

section#carousel.text {
  margin-top: calc(90px + 5rem);
}

@media screen and (max-width: 768px) {
    section#carousel.text{
        margin-top: 8rem;
    }
}

section#carousel.text h1 {
  max-width: 840px;
  margin: 0 auto;
}

section#carousel.text .description {
  display: block;
  margin: 3rem 0;
}

section#carousel.text .description p {
  max-width: 66%;
  margin: 0 auto;
}

section#carousel.text .description p a {
  display: inline-block;
  margin-top: 15px;
}

section#carousel.blog .icons {
  margin: 30px 0 0 0;
}

section#carousel.photos #search,
section#carousel.single-photo #search {
  padding: 6rem 0;
}

section#carousel.photos {
  margin-top: 90px;
}

@media screen and (max-width: 986px) {
  section#carousel.photos {
    margin-top: 60px;
  }
}

/* Main carousel styles - applies to both .photos.main-carousel and .desktop.main-media */
section#carousel.photos.main-carousel,
section#carousel.desktop.main-media {
  --video-height: calc(80vh - 90px);
  height: var(--video-height);
  max-height: var(--video-height);
  overflow: hidden;
  position: relative;
  margin-top: 90px;
}

section#carousel.photos.main-carousel .gallery-carousel,
section#carousel.photos.main-carousel .popup-gallery,
section#carousel.desktop.main-media .gallery-carousel,
section#carousel.desktop.main-media .popup-gallery,
section#carousel.desktop.main-media .main-media-container {
  height: 100%;
}

section#carousel.photos.main-carousel .gallery-carousel a,
section#carousel.photos.main-carousel .gallery-carousel .video-slide,
section#carousel.desktop.main-media .gallery-carousel a,
section#carousel.desktop.main-media .main-media-container > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

section#carousel.photos.main-carousel .gallery-carousel img,
section#carousel.desktop.main-media .gallery-carousel img,
section#carousel.desktop.main-media .main-media-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section#carousel.photos.main-carousel .video-slide iframe {
  width: 100%;
  height: 100%;
  display: block;
}

section#carousel.photos.main-carousel .gallery-carousel,
section#carousel.photos.main-carousel .slick-list,
section#carousel.photos.main-carousel .gallery-carousel div,
section#carousel.photos.main-carousel .gallery-carousel a,
section#carousel.desktop.main-media .gallery-carousel,
section#carousel.desktop.main-media .slick-list,
section#carousel.desktop.main-media .gallery-carousel div,
section#carousel.desktop.main-media .gallery-carousel a {
  height: 100% !important;
}

section#carousel.photos.main-carousel .video-slide iframe {
  width: 100dvw;
  height: var(--video-height);
}

section#carousel.photos.main-carousel .gallery-carousel a img,
section#carousel.photos.main-carousel .gallery-carousel a video,
section#carousel.desktop.main-media .gallery-carousel a img,
section#carousel.desktop.main-media .gallery-carousel a video,
section#carousel.desktop.main-media .main-media-container video,
section#carousel.desktop.main-media .main-media-container img {
  height: var(--video-height);
  width: 100dvw;
  object-fit: cover;
}

@media (max-width: 768px) {
  section#carousel.photos.main-carousel .video-slide iframe {
    width: 100dvw;
    height: 30vh;
  }

  section#carousel.photos.main-carousel .gallery-carousel a img,
  section#carousel.photos.main-carousel .gallery-carousel a video {
    height: 30vh;
    width: 100dvh;
    object-fit: cover;
    object-position: center;
  }

  section#carousel.photos.main-carousel {
    height: 30vh;
    max-height: 30vh;
    min-height: unset;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
}

.mfp-video {
  max-width: 100%;
  height: auto;
  max-height: 80vh;
  aspect-ratio: 16/9;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section#carousel.photos.main-carousel .video-overlay,
section#carousel.desktop.main-media .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  pointer-events: none;
}

section#carousel.single-photo.main-carousel .video-overlay,
section#carousel.desktop.main-media.single-photo .video-overlay {
  display: none;
}

section#carousel.single-photo.main-carousel video,
section#carousel.desktop.main-media.single-photo video {
  display: none;
}

section#carousel.photos.main-carousel .video-overlay .overlay-content,
section#carousel.desktop.main-media .video-overlay .overlay-content {
  position: absolute;
  pointer-events: auto;
  width: 40%;
  min-width: 500px;
  max-width: 600px;
  left: 2rem;
  bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 768px) {
  section#carousel.photos.main-carousel .video-overlay,
  section#carousel.desktop.main-media .video-overlay {
    display: none;
  }
}

section#carousel.photos.main-carousel .video-overlay h2,
section#carousel.desktop.main-media .video-overlay h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}

section#carousel.photos.main-carousel .video-overlay .overlay-tags,
section#carousel.desktop.main-media .video-overlay .overlay-tags {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

section#carousel.photos.main-carousel .video-overlay .overlay-tags .tag,
section#carousel.desktop.main-media .video-overlay .overlay-tags .tag {
  display: inline-block;
  background: #843721;
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

section#carousel.photos.main-carousel .video-overlay .overlay-icons,
section#carousel.desktop.main-media .video-overlay .overlay-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
}

section#carousel.photos.main-carousel .video-overlay .overlay-icon,
section#carousel.desktop.main-media .video-overlay .overlay-icon {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: #555;
}

section#carousel.photos.main-carousel .video-overlay .overlay-icon i,
section#carousel.desktop.main-media .video-overlay .overlay-icon i {
  color: #843721;
  font-size: 1rem;
}

section#carousel.photos.main-carousel .video-overlay .overlay-price,
section#carousel.desktop.main-media .video-overlay .overlay-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #843721;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  section#carousel.photos.main-carousel .video-overlay .overlay-content,
  section#carousel.desktop.main-media .video-overlay .overlay-content {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
  }

  section#carousel.photos.main-carousel .video-overlay h2,
  section#carousel.desktop.main-media .video-overlay h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  section#carousel.photos.main-carousel .video-overlay .overlay-icons,
  section#carousel.desktop.main-media .video-overlay .overlay-icons {
    gap: 0.5rem;
    font-size: 0.75rem;
  }

  section#carousel.photos.main-carousel .video-overlay .overlay-icon i,
  section#carousel.desktop.main-media .video-overlay .overlay-icon i {
    font-size: 0.9rem;
  }

  section#carousel.photos.main-carousel .video-overlay .overlay-price,
  section#carousel.desktop.main-media .video-overlay .overlay-price {
    font-size: 1.3rem;
    margin-top: 0.25rem;
  }

  section#carousel.photos.main-carousel .video-overlay .overlay-tags .tag,
  section#carousel.desktop.main-media .video-overlay .overlay-tags .tag {
    font-size: 0.65rem;
    padding: 0.2rem 0.5rem;
  }
}

/* No media placeholder */
section#carousel.desktop.main-media.no-media {
  min-height: 300px;
  height: 300px;
  background: #f4e7d4;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#carousel.desktop.main-media.no-media .main-media-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#carousel.desktop.main-media .no-media-placeholder {
  text-align: center;
  color: #ccc;
  font-size: 4rem;
}

/* Thumbnail carousel section - below main media */
section#carousel.desktop.thumbnail-carousel {
  height: 100px;
  margin-top: 10px;
  padding: 0;
  position: relative;
}

section#carousel.desktop.thumbnail-carousel .gallery-carousel {
  height: 100px;
}

section#carousel.desktop.thumbnail-carousel .gallery-carousel a {
  display: inline-block;
  height: 100px;
  margin-right: 5px;
}

section#carousel.desktop.thumbnail-carousel .gallery-carousel a img {
  height: 100px;
  width: auto;
  object-fit: cover;
}

/* Slick slider support for thumbnail carousel */
section#carousel.desktop.thumbnail-carousel .gallery-carousel .slick-track {
  display: flex;
  align-items: center;
}

section#carousel.desktop.thumbnail-carousel .gallery-carousel .slick-slide {
  height: 100px;
  margin: 0 5px;
}

/* Slick slider support for main-media carousel */
section#carousel.desktop.main-media .gallery-carousel .slick-track {
  display: flex;
  align-items: center;
}

section#carousel.desktop.main-media .gallery-carousel .slick-slide {
  display: block;
  height: 100%;
  margin: 0;
  width: 100dvw !important;
  position: relative;
}

section#carousel.desktop.main-media .gallery-carousel .slick-slide > div {
  height: 100%;
  width: 100%;
}

section#carousel.desktop.thumbnail-carousel .gallery-carousel button.slick-prev,
section#carousel.desktop.thumbnail-carousel
  .gallery-carousel
  button.slick-next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  line-height: 40px;
  top: calc(50% - 20px);
}

section#carousel.desktop.thumbnail-carousel
  .gallery-carousel
  button.slick-prev {
  left: 10px;
}

section#carousel.desktop.thumbnail-carousel
  .gallery-carousel
  button.slick-next {
  right: 10px;
}

/* Main media carousel slick arrows */
section#carousel.desktop.main-media .gallery-carousel button.slick-prev,
section#carousel.desktop.main-media .gallery-carousel button.slick-next {
  z-index: 10;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  line-height: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section#carousel.desktop.main-media .gallery-carousel button.slick-prev {
  left: 20px;
}

section#carousel.desktop.main-media .gallery-carousel button.slick-next {
  right: 20px;
}

/* Develo photos strip - desktop only */
section#carousel.develo-photos {
  padding: 0;
  margin-top: 10px;
  height: 160px;
  overflow: hidden;
}

section#carousel.develo-photos .gallery-carousel {
  height: 160px;
}

section#carousel.develo-photos .gallery-carousel a {
  display: inline-block;
  height: 160px;
  margin-right: 5px;
}

section#carousel.develo-photos .gallery-carousel a img {
  height: 160px;
  width: auto;
  object-fit: cover;
}

/* Hide desktop on mobile, hide mobile on desktop */
section#carousel.desktop {
  display: block;
}

section#carousel.mobil {
  display: none;
}

@media screen and (max-width: 998px) {
  section#carousel.photos.main-carousel,
  section#carousel.desktop.main-media {
    margin-top: 60px;
  }
}

section#carousel .popup-gallery a {
  text-decoration: none;
}

section#carousel .video-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00000010;
  z-index: 999;
  pointer-events: none;
}

section#carousel.mobil .video-loading {
  height: 100vh;
}

section#carousel.desktop.main-media .video-loading {
  height: var(--video-height);
}

section#carousel .video-loading i {
  font-size: 2em;
  margin-top: 1rem;
}

/* Mobile styles */
@media screen and (max-width: 528px) {
  section#carousel.desktop.main-media,
  section#carousel.desktop.thumbnail-carousel {
    display: none;
  }

  section#carousel.mobil {
    display: block;
    margin-top: 60px;
  }

  section#carousel.mobil.photos {
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  section#carousel.mobil .gallery-carousel {
    height: auto;
  }

  section#carousel.mobil .gallery-carousel .slick-slide {
    margin: 0;
    position: relative;
  }

  section#carousel.mobil .gallery-carousel .slick-slide > div {
    height: 100%;
    width: 100%;
  }

  section#carousel.mobil .gallery-carousel a {
    height: auto;
    display: block;
  }

  section#carousel.mobil .gallery-carousel a img {
    height: 30vh;
    width: 100%;
    object-fit: cover;
  }

  section#carousel.mobil .gallery-carousel a video {
    height: calc(100vh - 60px);
    width: 100vw;
    object-fit: cover;
  }

  section#carousel.mobil.single-photo {
    height: 250px;
  }

  section#carousel.mobil.single-photo .popup-gallery > a {
    height: 250px;
    display: block;
  }

  section#carousel.mobil.single-photo .popup-gallery > a img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
}

/* Tablet adjustments */
@media screen and (max-width: 1200px) and (min-width: 987px) {
  section#carousel.desktop.main-media .video-overlay .overlay-content {
    min-width: 400px;
    width: 45%;
  }
}

section#carousel.single-photo {
  margin-top: 90px;
}

section#makler-profile {
  padding: 0;
  margin-top: 0;
}

section#makler-profile.makler-layout {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  width: 100%;
  align-items: center;
}

section#makler-profile .makler-info {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 6rem 4rem;
  gap: 1.5rem;
}

section#makler-profile .title-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

section#makler-profile .makler-title {
  margin-bottom: 0;
  font-size: 38px;
  font-weight: bold;
  color: #843721;
  text-transform: uppercase;
}

section#makler-profile .makler-subtitle {
  font-size: 24px;
  color: #843721;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

section#makler-profile .makler-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 16px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  color: #843721;
}

section#makler-profile .makler-contact .separator {
  color: #843721;
}

section#makler-profile .makler-contact a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

section#makler-profile .makler-contact i {
  margin-right: 0.5rem;
  color: inherit;
}

section#makler-profile .makler-description {
  line-height: 1.6;
}

section#makler-profile .makler-description p {
  margin-bottom: 1rem;
}

section#makler-profile .makler-photo {
  flex: 1;
  position: relative;
  align-self: stretch;
}

section#makler-profile .makler-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 992px) {
  section#makler-profile .makler-title{
    font-size: 24px;
  }
  section#makler-profile .makler-subtitle{
    font-size: 24px;
  }
  section#makler-profile .makler-contact{
    font-size: 14px;
  }
  section#makler-profile.makler-layout {
    flex-direction: column-reverse;
    min-height: auto;
  }
  section#makler-profile .makler-info {
    width: 100%;
    padding: 2rem;
    gap: 0;
  }
  section#makler-profile .makler-subtitle {
    margin-bottom: 2rem;
  }
  section#makler-profile .makler-photo {
    min-height: 75vh;
  }
}

section#carousel.single-photo .popup-gallery > a {
  height: 400px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}

section#carousel.single-photo .popup-gallery > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;
}

section#carousel.theme {
  position: relative;
  background: #f4e7d4 url("../img/nuera_theme.jpg?r=2");
  background-size: cover;
  background-position: 50% 75%;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

section#carousel.theme h1 {
  margin-bottom: 40px;
}

section#carousel.theme.video {
  position: relative;
  background: #000;
  height: 100vh;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

section#carousel.theme.video h1 {
  color: #fff !important;
  margin: 0 auto;
  font-weight: 500;
  font-size: 4em;
  text-transform: uppercase;
}

section#carousel.theme.video .button-alt {
  color: #fff;
  border-color: #fff;
}

section#carousel.theme.video .switch a {
  color: #ccc !important;
}

section#carousel.theme.video .switch a.active,
section#carousel.theme.video .switch a:hover {
  color: #fff !important;
}

section#carousel.theme.video .links a {
  color: #fff !important;
}

section#carousel.theme.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  section#carousel .search .row button {
    margin-top: 30px;
  }

  section#carousel .filter .sort {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  section#carousel .filter .sort a {
    margin: 10px;
  }

  section#carousel .filter .predaj-prenajom {
    width: 100%;
    text-align: left;
  }

  section#carousel .filter .predaj-prenajom a {
    margin: 10px;
  }

  section#carousel .icons {
    margin: 30px 0 0 0;
  }

  section#carousel .icons span {
    display: inline-block;
    margin-bottom: 20px;
  }

  section#carousel:not(.theme) #search .search-wrapper button {
    margin: 5px 0 0 0;
    width: 100%;
  }

  section#carousel.search .search .row button {
    margin: 0;
  }

  section#carousel.single-photo {
    height: 330px;
  }

  section#carousel.single-photo .popup-gallery > a {
    height: 330px;
  }

  section#carousel.single-photo .popup-gallery > a img {
    max-width: inherit;
  }
}

@media only screen and (max-width: 768px) {
  section#carousel .search .row .cena {
    margin-top: 30px;
  }

  section#carousel .filter .tags {
    margin-bottom: 30px;
  }

  section#carousel .filter .tags span {
    width: 100%;
    margin-bottom: 3px;
  }

  section#carousel .filter .tags span:last-child {
    margin: 0;
  }

  section#carousel .filter a {
    margin: 0 20px 20px 20px;
  }

  section#carousel #search {
    width: 100%;
    margin: 0;
  }

  section#carousel #search .search-wrapper .location-wrapper {
    border-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0 !important;
  }

  section#carousel #search .search-wrapper .type-wrapper {
    border-left: 1px solid #d9cfe6 !important;
    border-top: none !important;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0 !important;
  }

  section#carousel #search .search-wrapper button {
    margin: 0 5px 5px 5px;
  }

  section#carousel #search .search-wrapper.more form {
    width: 100% !important;
  }

  section#carousel #search .search-wrapper.more .location-wrapper {
    border-right: 1px solid #d9cfe6;
  }

  section#carousel #search .search-wrapper.more .type-wrapper {
    border-left: 1px solid #d9cfe6 !important;
    border-top: none;
    border-bottom-left-radius: 0 !important;
  }

  section#carousel #search .search-wrapper.more .fulltext-wrapper {
    border-bottom: 1px solid #d9cfe6;
  }

  section#carousel #search .search-wrapper.more .cenaod-wrapper {
    border-left: 1px solid #d9cfe6 !important;
    border-bottom-left-radius: 2px;
  }

  section#carousel #search .search-wrapper.more .cenado-wrapper {
    border-bottom-right-radius: 2px;
  }

  section#carousel.photos.mobil {
    display: block;
    margin-bottom: 3rem;
  }

  section#carousel.develo-photos {
    display: none;
  }

  section#carousel.single-photo {
    height: 250px;
  }

  section#carousel.single-photo .popup-gallery > a {
    height: 250px;
  }

  section#carousel.single-photo .popup-gallery > a img {
    max-width: inherit;
  }

  section#carousel.single-photo.desktop {
    display: none;
  }

  section#carousel.theme h1 {
    text-align: center;
    font-size: 2em !important;
  }

  section#carousel.search .search .row .type-wrapper {
    margin-top: 30px;
  }

  section#carousel.search .search .row button {
    margin: 0;
  }
}

@media screen and (max-width: 890px) {
  section#carousel.theme {
    height: 520px;
  }
}

@media screen and (max-width: 620px) {
  section#carousel.theme {
    height: 320px;
  }
}

section#search {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#search h1 {
  color: #ffffff;
  margin-bottom: 30px;
}

section#search .switch {
  overflow-y: hidden;
}

section#search .switch a {
  position: relative;
  margin-right: 30px;
  color: #aaa;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 15px 0;
  font-size: 0.88em;
}

section#search .switch a:hover {
  cursor: pointer;
  color: #000;
}

section#search .switch a.active {
  font-weight: 500;
  color: #000;
}

section#search .switch a.active:after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  clear: both;
}

section#search .switch a:last-child {
  margin: 0;
}

section#search .search-wrapper {
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  padding: 5px 0;
}

section#search .search-wrapper .location-wrapper {
  height: 58px;
  overflow-y: hidden;
  float: left;
  width: calc(45% - 40px);
  border-right: 1px solid #e2e2e2;
}

section#search .search-wrapper .location-wrapper .selectize-input {
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

section#search .search-wrapper .type-wrapper {
  height: 58px;
  overflow-y: hidden;
  float: left;
  width: calc(45% - 40px);
}

section#search .search-wrapper .selectize-input {
  border: none;
}

section#search .search-wrapper .fulltext-wrapper {
  float: left;
  width: calc(45% - 40px);
  border-right: 1px solid #e2e2e2;
}

section#search .search-wrapper .cenado-wrapper,
section#search .search-wrapper .cenaod-wrapper {
  float: left;
  width: calc(30% - 20px);
  border-right: 1px solid #e2e2e2;
}

section#search .search-wrapper .cenado-wrapper {
  border-right: none;
}

section#search .search-wrapper .cenado-wrapper,
section#search .search-wrapper .cenaod-wrapper,
section#search .search-wrapper .fulltext-wrapper {
  display: none;
}

section#search .search-wrapper .cenado-wrapper input,
section#search .search-wrapper .cenaod-wrapper input,
section#search .search-wrapper .fulltext-wrapper input {
  font-family: "Satoshi", sans-serif;
  border: none;
  height: 58px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
}

section#search .search-wrapper button {
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  width: 16%;
  float: right;
  background: #843721;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
  border: none;
  border-radius: 2px;
}

section#search .search-wrapper button i {
  margin-right: 10px;
}

section#search .search-wrapper.more .location-wrapper,
section#search .search-wrapper.more .type-wrapper {
  width: 50%;
}

section#search .search-wrapper.more .fulltext-wrapper {
  display: inline-block;
  border-top: 1px solid #d9cfe6;
  width: 50%;
}

section#search .search-wrapper.more .cenado-wrapper,
section#search .search-wrapper.more .cenaod-wrapper {
  display: inline-block;
  border-top: 1px solid #d9cfe6;
  width: 25%;
}

section#search .search-wrapper.more button {
  width: calc(100% - 10px);
  margin-top: 5px;
}

section#search .links {
  margin-top: 30px;
}

section#search .links a {
  display: inline-block;
  white-space: pre;
  color: #000 !important;
  font-size: 0.88em !important;
  text-decoration: none;
  -webkit-transition: border 0.25s ease;
  -moz-transition: border 0.25s ease;
  -o-transition: border 0.25s ease;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

section#search .links a i.fal {
  margin-right: 10px;
}

section#search .links a:nth-child(2) {
  margin-left: 30px;
}

section#search .links a:hover {
  border-bottom: 1px solid #777;
}

@media only screen and (max-width: 992px) {
  section#search .search-wrapper .location-wrapper,
  section#search .search-wrapper .type-wrapper {
    width: 50%;
  }

  section#search .search-wrapper button {
    width: calc(100% - 10px);
    margin: 5px 5px 0 5px;
  }

  section#search .search-wrapper.more button {
    width: calc(100% - 10px) !important;
    margin: 0 0 0 5px !important;
    margin-top: 5px !important;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  section#search {
    top: 50%;
    width: calc(100% - 30px);
    overflow: hidden;
  }

  section#search .switch {
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
    padding: 0 20px;
  }

  section#search .switch a {
    margin-right: 20px;
  }

  section#search .search-wrapper {
    padding: 0;
  }

  section#search .search-wrapper .location-wrapper {
    height: auto;
    min-height: 58px;
    overflow-y: auto;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }

  section#search .search-wrapper .type-wrapper {
    border-left: none !important;
    height: auto;
    min-height: 58px;
    overflow-y: auto;
    width: 100%;
  }

  section#search .search-wrapper button {
    width: calc(100% - 10px);
    margin: 0 5px;
  }

  section#search .search-wrapper.more .fulltext-wrapper,
  section#search .search-wrapper.more .location-wrapper,
  section#search .search-wrapper.more .type-wrapper {
    width: 100%;
  }

  section#search .search-wrapper.more .cenado-wrapper,
  section#search .search-wrapper.more .cenaod-wrapper {
    width: 50%;
  }

  section#search .search-wrapper.more button {
    margin: 5px 0 5px 5px !important;
  }

  section#search .search-more-wrapper .fulltext-wrapper {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }

  section#search .search-more-wrapper .cenado-wrapper,
  section#search .search-more-wrapper .cenaod-wrapper {
    width: calc(50% - 1px);
  }

  section#search .links {
    text-align: center;
  }

  section#search .links a {
    margin-left: 0 !important;
    margin: 0 20px 10px 20px;
  }
}

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-fgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 15px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #505050;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input:after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active:before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  border: 1px solid #d9cfe6;
  position: absolute;
  z-index: 10;
  background: #fff;
  font-size: 0.88em;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: #f4e7d4;
  border-radius: 1px;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #843721;
  background: #fff;
  cursor: default;
  margin: 10px 0 0 0;
}

.selectize-dropdown .active {
  cursor: pointer;
  background-color: #f4e7d4;
  color: #111;
}

.selectize-dropdown .active.create {
  color: #111;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  padding: 0 10px 10px 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

section#welcome {
  position: relative;
  padding-bottom: 0;
  overflow: visible;
}

section#welcome .container {
  z-index: 1;
  position: relative;
}

section#welcome p.subhead {
  margin: 0 auto;
  max-width: 80%;
}

section#content img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}

section#content .photo {
  max-height: 400px;
  overflow: hidden;
}

section#content .photo img {
  width: 100%;
}

section#content .newsletter {
  background: #f4e7d4;
  margin: 0 -15px;
  padding: 30px;
  border-radius: 2px;
}

section#content .newsletter form fieldset {
  text-align: center;
}

section#content .newsletter form fieldset button {
  margin-top: 20px;
}

section#content ul {
  margin: 20px 0;
  padding: 0 0 0 16px;
}

section#content ul li {
  line-height: 40px;
}

section#content #map {
  height: 700px;
}

section#content #map > div {
  z-index: 1;
}

section#content .search-result-legend {
  text-align: center;
}

section#content .search-result-legend label {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 20px 30px 0 0;
}

section#content .search-result-legend label img {
  height: 30px;
  float: left;
}

section#content .search-result-legend label span {
  float: left;
  margin-left: 10px;
}

section#content .search-result-legend label:last-child {
  margin: 20px 0 0 0;
}

section#content.newsletter {
  padding: 0;
}

section#content.features {
  padding: 8rem 0 3rem 0;
}

section#content.features .item {
  text-align: center;
}

section#content.features .item i {
  font-size: 36px;
  color: #843721;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

section#content.blogpost .blogpost-wrapper {
  width: 66%;
  margin: 0 auto;
}

section#content.blogpost .blogpost-wrapper h2,
section#content.blogpost .blogpost-wrapper h3 {
  font-weight: 500;
}

section#content.blogpost .blogpost-wrapper p {
  margin: 3rem 0;
  line-height: 1.8em;
}

section#content.blogpost .blogpost-wrapper p:first-child {
  margin-top: 0;
}

section#content.blogpost .blogpost-wrapper img {
  width: calc(100% + 200px);
  max-width: calc(100% + 200px);
  margin: 3rem 0;
  margin-left: -100px;
}

section#content.blogpost .blogpost-wrapper blockquote {
  color: #843721;
  font-size: 2em;
  margin: 5rem 0;
}

section#content.blogpost .blogpost-wrapper ul {
  margin: 3rem 0;
  padding: 0;
  list-style-position: inside;
}

section#content.blogpost .author {
  margin: 10rem 0 5rem 0;
  overflow: auto;
  text-align: center;
}

section#content.blogpost .author .agent {
  width: 66%;
  border: 1px solid #d9cfe6;
  border-radius: 2px;
  padding: 40px;
  display: inline-block;
  overflow: auto;
  float: inherit;
  text-align: left;
}

section#content.blogpost .author .agent .avatar {
  float: left;
  margin-right: 40px;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
}

section#content.blogpost .author .agent .avatar img {
  width: 100%;
}

section#content.blogpost .author .agent .text {
  float: left;
}

section#content.blogpost .author .agent .text h3 {
  margin: 0 0 20px 0;
}

section#content.blogpost .author .agent .text .icons {
  margin: 20px 0 30px 0;
}

section#content.blogpost .author .agent .text .icons span {
  margin-right: 20px;
}

section#content.blogpost .author .agent .text .icons span a {
  text-decoration: none;
  color: #111;
}

section#content.blogpost .author .agent .text .icons span i {
  color: #843721;
  margin-right: 8px;
  font-size: 1.1em;
}

@media only screen and (max-width: 1200px) {
  section#content.blogpost .author .agent {
    text-align: center;
  }

  section#content.blogpost .author .agent .avatar {
    display: inline-block;
    margin: 0 0 20px 0;
  }

  section#content.blogpost .author .agent .avatar,
  section#content.blogpost .author .agent .text {
    float: inherit;
  }
}

@media only screen and (max-width: 992px) {
  section#content.features {
    padding: 8rem 0 0 0;
    margin-bottom: -3rem;
  }

  section#content.features .item {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 768px) {
  section#content.blogpost .blogpost-wrapper {
    width: 100%;
    padding: 0 15px;
  }

  section#content.blogpost .blogpost-wrapper img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  section#content.blogpost .author {
    margin: 5rem 0 0 0;
  }

  section#content.blogpost .author .agent {
    width: 100%;
  }

  section#content.blogpost .author .agent .icons span {
    display: block;
    margin-bottom: 20px;
  }

  section#content.blogpost .author .agent .icons span:last-child {
    margin: 0;
  }
}

section#select {
  padding: 5rem 0;
  text-align: center;
}

section#select .table-wrapper {
  display: table-row !important;
}

@media only screen and (max-width: 768px) {
  section#select .table-wrapper {
    display: inherit !important;
  }
}

section#select .items-wrapper {
  overflow: auto;
  text-align: center;
}

section#select .items-wrapper .item {
  text-align: center;
  display: inline-block;
  background: #f4e7d4;
  float: left;
  border: 2px solid #fff;
}

section#select .items-wrapper .item p.button {
  position: absolute;
  bottom: 60px;
}

section#select .items-wrapper .item i {
  font-size: 36px;
  color: #111;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

section#select .items-wrapper .item > a {
  border-radius: 2px;
  padding: 40px 0;
  color: #111;
  display: block;
  font-size: 1.15em;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition:
    background 0.25s ease,
    border 0.25s ease;
  -moz-transition:
    background 0.25s ease,
    border 0.25s ease;
  -o-transition:
    background 0.25s ease,
    border 0.25s ease;
}

section#select .items-wrapper .item > a i {
  font-size: 36px;
  color: #111;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

section#select .items-wrapper .item > a img {
  height: 44px;
  margin-bottom: 10px;
}

section#select .items-wrapper .item > a p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

section#select .items-wrapper .item:hover {
  background: #f4e7d4;
  cursor: pointer;
}

section#select .items-wrapper .item:hover a p {
  text-decoration: underline;
}

section#select .items-wrapper .item.feature {
  padding: 60px;
  color: #111;
  font-size: 1.15em;
  font-weight: 400;
  text-decoration: none;
}

section#select .items-wrapper .item.feature i {
  font-size: 36px;
  color: #111;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

section#select .items-wrapper .item.feature img {
  margin-bottom: 30px;
}

section#select .items-wrapper .item.feature p {
  margin: 0;
}

section#select .items-wrapper .item.feature small {
  margin: 20px 0 0 0;
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
}

section#select .items-wrapper .item.feature small a {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  section#select .items-wrapper .item.feature {
    padding: 30px;
    display: inherit !important;
  }
}

section#select .items-wrapper .item.left {
  text-align: left !important;
}

section#select .items-wrapper .item.center {
  float: inherit;
}

section#select.text .items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section#select.text .items-wrapper .item {
  padding: 40px;
}

section#select.text .items-wrapper .item img {
  height: 54px;
  margin-bottom: 20px;
}

section#select.text .items-wrapper .item h3 {
  margin-bottom: 20px;
}

section#select.text .items-wrapper .item h3 small {
  font-size: 12px;
  display: block;
}

section#select.text .items-wrapper .item span {
  font-size: 3em;
  color: #843721;
  font-weight: 500;
  display: inline-block;
}

section#select.text .items-wrapper .item p {
  line-height: 28px;
  font-size: 15px;
}

section#select.text .items-wrapper .item:hover {
  cursor: inherit;
}

@media only screen and (max-width: 544px) {
  section#select.text .items-wrapper .item {
    width: 100%;
  }
}

section#select.text .items-wrapper .item.large {
  padding: 60px 80px;
  max-width: 600px;
}

@media only screen and (max-width: 768px) {
  section#select.text .items-wrapper .item.large {
    width: 100%;
  }
}

section#select.homepage {
  padding: 4rem 0 0 0;
}

@media only screen and (max-width: 544px) {
  section#select.homepage .items-wrapper .item {
    width: 100%;
    margin: 0 0 5px 0;
  }
}

@media only screen and (max-width: 768px) {
  section#select.homepage {
    padding: 5rem 0;
  }
}

section#select.nooffers {
  padding: 6rem 0;
}

section#select.search {
  padding: 4rem 0;
}

@media only screen and (max-width: 768px) {
  section#select .items-wrapper .item {
    float: none;
  }
}

section#offers .offers-grid {
  margin-bottom: calc(5rem - 30px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem; 
column-gap: .5rem;
}

section#offers .offers-grid [id^="page_"] {
  display: contents;
}

@media (max-width: 768px) {
  section#offers .offers-grid {
    grid-template-columns: 1fr;
  }
}

section#offers .offers-grid .offer-card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

section#offers .offers-grid .offer-image {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0px;
}

section#offers .offers-grid .offer-image a {
  text-decoration: none;
}

section#offers .offers-grid .offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section#offers .offers-grid .offer-image .no-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4e7d4;
  color: #84372180;
  font-size: 4em;
}

section#offers .offers-grid .offer-details {
  padding-top: 1rem;
}

section#offers .offers-grid .offer-details a {
  text-decoration: none;
}

section#offers .offers-grid .offer-title {
  color: #843721;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}


section#offers .offers-grid .offer-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 20px;
  align-items: center;
  color: #111;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
 section#offers .offers-grid .offer-title{
    font-size: 14px;
    margin-bottom: 2px;
  }
  section#offers .offers-grid .offer-meta{
 font-size: 12px;
  }
}

section#offers .buttons {
  overflow: auto;
  padding: 3rem 0;
  padding-top: calc(3rem - 30px);
}

section#offers.next {
  padding: 1rem 0 0 0;
}

section#offers.next h3 {
  margin-bottom: 5rem;
}

section#offers.next h3.withtags {
  margin-bottom: 3rem;
}

section#offers.next .tags {
  text-align: center;
  margin-bottom: 4rem;
}

section#offers.next .tags a {
  display: inline-block;
  background: #f4e7d4;
  padding: 5px 8px;
  font-size: 13px;
  border-radius: 2px;
  text-decoration: none;
  color: #111;
  margin: 0 5px;
}

section#offers.next .buttons {
  padding: 0 0 6rem 0;
}

@media only screen and (max-width: 768px) {
  section#offers {
    padding: 5rem 0px;
  }

  section#offers .buttons div:last-child {
    margin-top: 15px;
  }
}

section#nuera-testimonials {
  padding: 6rem 0 4.5rem 0;
  background: transparent;
  width: 100%;
  background-color: #f5e8d5;
}

section#nuera-testimonials h2 {
  text-transform: uppercase;
  color: var(--primary, #843721);
  text-align: left;
  margin-bottom: 2rem;
}

section#nuera-testimonials .testimonials-carousel {
  display: flex !important;
  flex-direction: row;
  overflow: hidden;
}

section#nuera-testimonials .testimonials-carousel .slick-track {
  display: flex !important;
}

section#nuera-testimonials .testimonials-carousel .slick-slide {
  height: auto;
}

section#nuera-testimonials .testimonials-carousel .slick-slide > div {
  height: 100%;
}

section#nuera-testimonials .testimonial-card {
  display: flex !important;
  flex-direction: column;
  border-radius: 8px;
  padding: 2rem;
  margin: 0 10px;
  background: transparent;
  height: 100%;
}

section#nuera-testimonials .testimonial-card .quote-icon {
  font-size: 4rem;
  font-weight: bold;
  background-color: var(--primary, #843721);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-family: serif;
}

section#nuera-testimonials .testimonial-card .quote-icon svg{
    width: 23px;
    height: 23px;
}

section#nuera-testimonials .testimonial-card p {
  color: #282830;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2rem;
  flex-grow: 1;
}

section#nuera-testimonials .testimonial-card small {
  font-size: 1em;
  color: var(--primary, #843721);
  font-weight: bold;
}

@media screen and (max-width: 998px) {
  section#nuera-testimonials .testimonial-card p {
    flex-grow: 0;
    font-size: 14px;
  }
  section#nuera-testimonials .testimonial-card {
    padding: 0;
  }
}

.blog-share {
  text-align: center;
  margin: 5rem 0 0 0;
}

.blog-share a {
  margin-right: 10px;
  display: inline-block;
}

.blog-share a:last-child {
  margin: 0;
}

.blog-share .facebook-share {
  background: #1877f2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 3px;
}

.blog-share .facebook-share .fab {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

.blog-share .twitter-share {
  background: #08a0e9;
  color: #fff;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 500;
  border-radius: 3px;
}

.blog-share .twitter-share .fab {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

@media only screen and (max-width: 544px) {
  .blog-share a {
    width: 100%;
    margin: 10px 0;
  }
}

section#blog {
  overflow: hidden;
}

section#blog .articles-wrapper {
  overflow: hidden;
}

section#blog .articles-wrapper .article {
  overflow: hidden;
  margin-bottom: 5rem;
}

section#blog .articles-wrapper .article .photo {
  min-height: 300px;
}

section#blog .articles-wrapper .article .text {
  margin: 0;
  padding: 0 60px 20px 60px;
}

section#blog .articles-wrapper .article .text h3 {
  margin: 0 0 36px 0;
}

section#blog .articles-wrapper .article .text h3 a {
  color: #111;
  text-decoration: none;
  font-weight: 400;
}

section#blog .articles-wrapper .article .text h3 a:hover {
  text-decoration: underline;
}

section#blog .articles-wrapper .article .text .icons {
  margin: 30px 0 35px 0;
}

section#blog .articles-wrapper .article .text .icons span {
  margin-right: 20px;
}

section#blog .articles-wrapper .article .text .icons span a {
  text-decoration: none;
  color: #505050;
}

section#blog .articles-wrapper .article .text .icons span i {
  color: #843721;
  margin-right: 8px;
  font-size: 1.1em;
}

section#blog .articles-wrapper .article .text p {
  margin-bottom: 30px;
  line-height: 28px;
}

section#blog .articles-wrapper .article .text p a {
  font-weight: 500;
}

section#blog .articles-wrapper .article .text p:last-child {
  margin: 0;
}

section#blog .articles-wrapper .article .photo {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

section#blog .articles-wrapper .article .photo img {
  width: 100%;
}

section#blog .articles-wrapper .article:last-child {
  margin: 0;
}

section#blog .articles-wrapper .article.photo-right .photo {
  float: right;
}

@media only screen and (max-width: 992px) {
  section#blog .articles-wrapper .article .text {
    padding: 10px 30px;
  }
}

@media only screen and (max-width: 768px) {
  section#blog .articles-wrapper .article {
    display: block;
    max-height: 9999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  section#blog .articles-wrapper .article .text {
    clear: both;
    text-align: center;
    padding: 20px 20px 0 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  section#blog .articles-wrapper .article .text .icons {
    margin: 30px 0;
  }

  section#blog .articles-wrapper .article .photo {
    max-width: 80%;
    margin: 0 auto;
    float: none !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  section#blog .buttons {
    padding: 0 30px;
  }
}

section#vlog .articles-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  padding: 1rem;
}

section#vlog .articles-wrapper .article h3 {
  margin-bottom: 0.5rem;
  text-align: center;
}

section#vlog .articles-wrapper .article .icons {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

section#vlog .articles-wrapper .article .icons i {
  color: #843721;
  margin-right: 8px;
  font-size: 1.1em;
}

section#vlog .articles-wrapper .article {
  grid-column: span 6;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  margin-bottom: 3rem;
}

section.projects-list {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

section.projects-list .project-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

section.projects-list .project-title {
  color: #843721;
  text-align: left;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

section.projects-list .project-image {
  width: 100%;
  min-height: 400px;
  height: 50vh;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #84372140;
}

section.projects-list .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

section.projects-list .project-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

section.projects-list .project-desc {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

section.projects-list .project-btn {
  white-space: nowrap;
  flex-shrink: 0;
}

section#vlog .articles-wrapper .article.vertical {
  grid-column: span 6;
}

section#vlog .articles-wrapper .article iframe {
  aspect-ratio: 16/9;
  height: auto;
}

section#vlog .articles-wrapper .article.vertical iframe {
  aspect-ratio: 9/16;
  height: auto;
  max-height: 60vh;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 998px) {
section.projects-list .project-title{
  font-size: 24px;
}
section.projects-list .project-desc{
  font-size: 14px;
}
section.projects-list{
  padding-top: 0;
  padding-inline: 1rem;
}
section.projects-list .project-btn{
  font-size: 14px;
  padding: 8px 16px;
}
  section.projects-list .project-image {
    height: auto;
    min-height: 100px;
  }
  section.projects-list .project-image img {
    height: auto;
    width: 100%;
  }
  section#vlog .articles-wrapper {
    grid-template-columns: 1fr;
  }
  section#vlog .articles-wrapper .article {
    grid-column: span 1 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section#vlog .articles-wrapper .article iframe {
    margin: auto;
  }
  section#vlog .articles-wrapper .article .icons {
    justify-content: center;
  }

  section#vlog .articles-wrapper .article h3 {
    text-align: center;
  }
}

section#offerform .form {
  background: #833620;
  padding: 5rem;
  text-align: center;
}

section#offerform .form button {
  color: black;
  background-color: white;
}

section#offerform .form h2 {
  margin: 0 0 3rem 0;
  color: white;
}

section#offerform .form p,
section#offerform .form p a {
  color: white;
  border-color: white;
}

section#offerform .form .form-group input,
section#offerform .form textarea {
  color: white;
}

section#offerform form fieldset .form-group input:focus,
section#offerform form fieldset .form-group input:hover,
section#offerform form fieldset textarea:focus,
section#offerform form fieldset textarea:hover {
  border-color: white;
}

section#offerform form fieldset .form-group input + label {
  color: #f8f8f8;
}
section#offerform form fieldset .form-group input:focus + label {
  color: white;
}

section#offerform .form .checkbox {
  margin: 20px 0 10px 0;
  display: inline-block;
  width: 100%;
}

section#offerform .rk {
  overflow: hidden;
}

section#offerform .rk .contact {
  padding: 66px 0;
}

section#offerform .rk .contact h4 {
  margin: 0 0 15px 0;
}

section#offerform .rk .contact address {
  margin-bottom: 15px;
  line-height: 28px;
  font-style: normal;
}

section#offerform .rk .map {
  height: 300px;
  padding: 0;
  background: #f4e7d4;
}

section#offerform .contacts {
  padding: 8rem 0;
}

section#offerform .contacts .icons {
  overflow: hidden;
}

section#offerform .contacts .icons .item {
  text-align: center;
}

section#offerform .contacts .icons .item i.fal {
  font-size: 36px;
  color: #843721;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

section#offerform .contacts .icons .item a {
  color: #111;
  font-size: 1.15em;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  section#offerform .rk .contact {
    padding: 0 0 6rem 0;
    text-align: center;
  }

  section#offerform .form {
    padding: 3rem;
  }

  section#offerform .form form fieldset button {
    width: calc(100% - 30px);
  }

  section#offerform .contacts .item {
    margin-bottom: 5rem;
  }

  section#offerform .contacts .item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 544px) {
  section#offerform .form {
    padding: 1rem;
  }
}

section#agents .agents-wrapper {
  overflow: auto;
  margin-bottom: 4rem;
}

section#agents .agents-wrapper .agent {
  margin-bottom: 1rem;
}

section#agents .agents-wrapper .agent .image-wrapper {
  position: relative;
  height: 400px;
  overflow: hidden;
  border-radius: 2px;
}

section#agents .agents-wrapper .agent .image-wrapper p.name {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.25em;
  bottom: 30px;
  left: 8%;
  width: 84%;
  text-align: center;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

section#agents .agents-wrapper .agent .image-wrapper p.mail,
section#agents .agents-wrapper .agent .image-wrapper p.phone {
  width: 100%;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

section#agents .agents-wrapper .agent .image-wrapper p.mail a,
section#agents .agents-wrapper .agent .image-wrapper p.phone a {
  color: #fff;
}

section#agents .agents-wrapper .agent .image-wrapper p.mail a:hover,
section#agents .agents-wrapper .agent .image-wrapper p.phone a:hover {
  text-decoration: underline;
}

section#agents .agents-wrapper .agent .image-wrapper p.mail i.fal,
section#agents .agents-wrapper .agent .image-wrapper p.phone i.fal {
  margin-right: 8px;
}

section#agents .agents-wrapper .agent .image-wrapper .shadow {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 66%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

section#agents .agents-wrapper .agent .image-wrapper img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  object-fit: cover;
  object-position: top;
}

section#agents .agents-wrapper .agent:hover .image-wrapper img {
  height: calc(100% + 20px);
  width: calc(100% + 20px);
}

section#agents .agents-wrapper .agent:hover .image-wrapper p.title {
  bottom: 70px;
}

section#agents .agents-wrapper .agent:hover .image-wrapper p.name {
  bottom: 110px;
}

section#agents .agents-wrapper .agent:hover .image-wrapper p.mail {
  bottom: 70px;
  display: block;
}

section#agents .agents-wrapper .agent:hover .image-wrapper p.phone {
  bottom: 30px;
  display: block;
}

section#agents .agents-grid {
  overflow: auto;
  margin: 0 0 5rem 0;
}

section#agents .agents-grid .agent {
  overflow: hidden;
  margin-bottom: 5rem;
}

section#agents .agents-grid .agent .text {
  margin: 0;
  padding: 20px 60px;
}

section#agents .agents-grid .agent .text h3 {
  margin: 0 0 20px 0;
}

section#agents .agents-grid .agent .text .stars {
  margin: 20px 0;
  color: #843721;
  font-size: 1.25em;
}

section#agents .agents-grid .agent .text .flags {
  margin: 0 0 30px 0;
}

section#agents .agents-grid .agent .text .flags img {
  margin-right: 5px;
  height: 10px;
  width: 15px;
}

section#agents .agents-grid .agent .text .flags img:last-child {
  margin: 0;
}

section#agents .agents-grid .agent .text .icons {
  margin: 35px 0 40px 0;
}

section#agents .agents-grid .agent .text .icons span {
  margin-right: 30px;
}

section#agents .agents-grid .agent .text .icons span a {
  text-decoration: none;
  color: #111;
}

section#agents .agents-grid .agent .text .icons span i {
  color: #843721;
  margin-right: 8px;
  font-size: 1.5em;
  position: relative;
  top: 3px;
}

section#agents .agents-grid .agent .text .icons span.phone i {
  margin-right: 11px;
}

section#agents .agents-grid .agent .text p a {
  font-weight: 500;
}

section#agents .agents-grid .agent .text p:last-child {
  margin: 0;
}

section#agents .agents-grid .agent .photo {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

section#agents .agents-grid .agent .photo img {
  width: 100%;
}

section#agents .agents-grid .agent:last-child {
  margin: 0;
}

section#agents .agents-grid .agent.photo-right .photo {
  float: right;
}

section#agents.dopyt {
  padding-top: 0;
}

section#agents.kontakt {
  padding-top: 0;
}

@media only screen and (max-width: 992px) {
  section#agents .agents-grid {
    margin: 5rem 0;
  }

  section#agents .agents-grid .agent .text {
    padding: 10px 30px;
  }

  section#agents .agents-grid .agent .text span {
    display: block;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  section#agents {
    padding: 0rem 0;
  }
  section#nuera-team{
    padding: 0;
  }

  section#agents .agents-grid {
    margin: 0;
  }

  section#agents .agents-grid .agent {
    display: block;
    max-height: 9999px;
  }

  section#agents .agents-grid .agent .text {
    clear: both;
    text-align: center;
    padding: 20px 20px 0 20px;
  }

  section#agents .agents-grid .agent .text .icons {
    margin: 30px 0;
  }

  section#agents .agents-grid .agent .photo {
    max-width: 80%;
    margin: 0 auto;
    float: none !important;
  }
}

section#sticky-header {
  background: #f4e7d4;
  border-bottom: 1px solid #d9cfe6;
  padding: 0 20px;
  position: fixed;
  top: 90px;
  z-index: 5;
  width: 100%;
}

section#sticky-header h4 {
  float: left;
}

section#sticky-header .icons {
  float: right;
  height: 83px;
  line-height: 83px;
}

section#sticky-header .icons span {
  display: inline-block;
  margin: 0 40px 0 0;
  color: #111;
}

section#sticky-header .icons span i.fal {
  display: inline-block;
  color: #843721;
  font-size: 1.5em;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

section#sticky-header .icons .address {
  display: none;
}

section#sticky-header .icons.develo.icons span:last-child {
  margin: 0;
}

section#sticky-header .price {
  float: right;
  margin-top: 22px;
  display: inline-block;
  background: #843721;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: 20px;
  position: relative;
  padding: 0 15px 0 15px;
  height: 40px;
  line-height: 40px;
}

section#sticky-header .price strong {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
}

section#sticky-header .price:before {
  content: "";
  position: absolute;
  display: block;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #843721;
}

section#sticky-header .price:after {
  content: "";
  background: white;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -7px;
  top: 18px;
}

section#sticky-bottom {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  -webkit-box-shadow: 0px -3px 20px rgba(50, 50, 50, 0.15);
  box-shadow: 0px -3px 20px rgba(50, 50, 50, 0.15);
}

section#sticky-bottom a {
  border: 1px solid #843721;
  width: calc(40% - 15px);
  padding: 12px;
}

section#sticky-bottom a:first-child {
  background: transparent;
  color: #843721;
  width: calc(60% - 15px);
}

section#carousel .gallery-carousel {
  height: 400px;
}

section#carousel .gallery-carousel a {
  display: block;
  height: 400px;
  margin: 0 5px;
}

section#carousel .gallery-carousel a img {
  height: 100%;
  width: auto;
}

section#carousel .gallery-carousel button {
  visibility: hidden;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #fff;
  line-height: 50px;
  border: none;
}

section#carousel .gallery-carousel button.slick-prev {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: calc(50% - 25px);
}

section#carousel .gallery-carousel button.slick-prev:after {
  color: #843721;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f30a";
}

section#carousel .gallery-carousel button.slick-next {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: calc(50% - 25px);
}

section#carousel .gallery-carousel button.slick-next:after {
  color: #843721;
  font-size: 1.5em;
  font-family: "Font Awesome 5 Pro";
  content: "\f30b";
}

section#carousel .gallery-carousel button:hover {
  cursor: pointer;
}

section#carousel .gallery-carousel:hover button {
  visibility: inherit;
}

section#carousel.develo-photos {
  height: 80px;
  margin-top: 10px;
}

section#carousel.develo-photos .gallery-carousel {
  height: 80px;
}

section#carousel.develo-photos .gallery-carousel a {
  height: 80px;
}

section#detail {
  overflow: hidden;
}

section#detail strong {
  font-weight: 500;
}

section#detail .tags {
  text-align: center;
  overflow: hidden;
}

section#detail .tags span {
  background: #f4e7d4;
  color: #000;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
}

section#detail .tags span:last-child {
  margin-right: 0;
}

section#detail .subhead {
  text-align: center;
  margin: 2rem 0;
}

section#detail .subhead .icons {
  display: inline-block;
  margin-right: 40px;
}

section#detail .subhead .icons span {
  display: inline-block;
  margin: 20px 40px;
  color: #111;
}

section#detail .subhead .icons span i.fal {
  display: inline-block;
  color: #843721;
  font-size: 1.5em;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

section#detail .subhead .price {
  display: inline-block;
  background: #843721;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: 20px;
  position: relative;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}

section#detail .subhead .price strong {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 1.33em;
}

section#detail .subhead .price:before {
  content: "";
  position: absolute;
  display: block;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #843721;
}

section#detail .subhead .price:after {
  content: "";
  background: white;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: -7px;
  top: 21px;
}

section#detail .description {
  margin: 5rem 0;
}

section#detail .description p {
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
}

section#detail .description p a {
  display: inline-block;
  margin-top: 15px;
}

section#detail .share {
  margin-bottom: 3rem;
  text-align: center;
}

section#detail .share .social {
  display: inline-block;
  margin: 0 0 30px 0;
  width: 100%;
}

section#detail .share .social i.fab {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 1.5em;
  margin-left: 20px;
}

section#detail .share .favorite,
section#detail .share .mail,
section#detail .share .print,
section#detail .share .see {
  display: inline-block;
  margin: 0 30px 30px 0;
}

section#detail .share .favorite a,
section#detail .share .mail a,
section#detail .share .print a,
section#detail .share .see a {
  cursor: pointer;
  text-decoration: none;
}

section#detail .share .favorite a i.fal,
section#detail .share .mail a i.fal,
section#detail .share .print a i.fal,
section#detail .share .see a i.fal {
  position: relative;
  top: 3px;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 14px;
}

section#detail .share .favorite a:hover,
section#detail .share .mail a:hover,
section#detail .share .print a:hover,
section#detail .share .see a:hover {
  text-decoration: underline;
}

section#detail .share .favorite {
  margin-right: 0;
}

section#detail .buttons {
  border: 1px solid #843721;
  overflow: auto;
  padding: 30px;
  border-radius: 2px;
}

section#detail .buttons .button {
  text-align: center;
}

section#detail .buttons .button a {
  text-decoration: none;
}

section#detail .buttons .button a i.fal {
  font-size: 1.15em;
  margin-right: 15px;
}

section#detail .free {
  padding: 5rem 0;
}

section#detail .free table i.fal {
  font-size: 1.33em;
}

section#detail .free table i.fal.yes {
  color: #843721;
}

section#detail .free table i.fal.no {
  color: #777;
}

section#detail .free p.link {
  display: block;
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  section#detail .video.half {
    width: 50%;
    margin: auto;
  }
}

section#detail .table {
  clear: both;
  overflow: hidden;
  padding: 5rem 0;
}

section#detail .table .items-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

section#detail .table .items-wrapper .item {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
}

section#detail .table .items-wrapper .item label {
  float: left;
  font-weight: 400;
}

section#detail .table .items-wrapper .item strong {
  float: right;
}

section#detail .table .items-wrapper .item i.fal {
  font-size: 1.33em;
}

section#detail .table .items-wrapper .item i.fal.yes {
  color: #843721;
}

section#detail .table .items-wrapper .item i.fal.no {
  color: #777;
}

section#detail .map {
  height: 200px;
  background: #fff;
  border-radius: 2px;
  padding: 0;
  text-align: center;
  position: relative;
}

section#detail .map a.button {
  position: absolute;
  z-index: 2;
  left: calc(50% - 88px);
  top: calc(50% - 22px);
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
}

section#detail .map a.button:hover {
  top: calc(50% - 27px);
}

section#detail .map .olMapViewport {
  opacity: 0.5;
}

section#detail .map .olMapViewport .olControlAttribution,
section#detail .map .olMapViewport .olControlPanZoom {
  display: none;
}

section#detail .map.open {
  height: 500px;
}

section#detail .map.open .olMapViewport {
  opacity: 1;
}

section#detail .map.open .olMapViewport .olControlAttribution,
section#detail .map.open .olMapViewport .olControlPanZoom {
  display: block;
}

section#detail .contact {
  overflow: auto;
  margin: 6rem 0 0 0;
}

section#detail .contact .photo {
  float: left;
  width: calc(33.3% - 15px);
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}

section#detail .contact .photo .text {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
}

section#detail .contact .photo .text h3 {
  margin-bottom: 20px;
  color: #fff;
}

section#detail .contact .photo .text .icons span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

section#detail .contact .photo .text .icons span a {
  text-decoration: none;
  color: #fff;
}

section#detail .contact .photo .text .icons span i {
  color: #fff;
  margin-right: 8px;
  font-size: 1.1em;
}

section#detail .contact .photo .shadow {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  bottom: 0;
  z-index: 1;
  height: 66%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

section#detail .contact .photo img {
  width: 100%;
  height: auto;
}

section#detail .contact .agent {
  width: calc(33.3% - 15px);
  float: left;
  border: 1px solid #d9cfe6;
  border-radius: 2px;
  padding: 4rem 3rem;
  display: block;
  overflow: auto;
  text-align: center;
}

section#detail .contact .agent .avatar {
  display: inline-block;
  margin-bottom: 20px;
  width: 178px;
  height: 178px;
  overflow: hidden;
  border-radius: 50%;
}

section#detail .contact .agent .avatar img {
  width: 100%;
}

section#detail .contact .agent .text h3 {
  margin: 0 0 20px 0;
}

section#detail .contact .agent .text .flags {
  margin: 0 0 30px 0;
}

section#detail .contact .agent .text .flags img {
  margin-right: 5px;
  height: 10px;
  width: 15px;
}

section#detail .contact .agent .text .flags img:last-child {
  margin: 0;
}

section#detail .contact .agent .text .icons {
  margin: 20px 0 40px 0;
}

section#detail .contact .agent .text .icons span {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

section#detail .contact .agent .text .icons span a {
  text-decoration: none;
  color: #111;
}

section#detail .contact .agent .text .icons span i {
  color: #843721;
  margin-right: 8px;
  font-size: 1.1em;
}

section#detail .contact .form {
  width: calc(66.6% - 15px);
  float: right;
  background: #f4e7d4;
  padding: 3rem;
}

section#detail .contact .form h3 {
  margin-bottom: 30px;
}

section#detail .contact .form button {
  width: calc(100% - 30px);
  margin: 30px 15px 0 15px;
}

section#detail .contact .form p.checkbox {
  display: inline-block;
  overflow: hidden;
  margin: 10px 15px 0 15px;
  max-width: 75%;
}

section#detail .contact .form .styled-checkbox + label:before {
  margin-bottom: 5px;
}

section#detail .contact .form p#recaptcha2 {
  text-align: center;
  margin: 20px 0 0 0;
}

section#detail .contact .form p#recaptcha2 > div {
  display: inline-block;
}

section#detail .contact .form a.reserve {
  text-align: center;
  display: inline-block;
  width: calc(100% - 30px);
  margin: 50px 15px 15px 15px;
  text-decoration: none;
}

section#detail .contact .form a.reserve i.fal {
  margin-right: 12px;
  font-size: 1.33em;
  position: relative;
  top: 2px;
}

section#detail .contact .form a.reserve:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1440px) {
  section#sticky-header .icons .address {
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {
  section#detail .share .social {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  section#sticky-header .icons .address,
  section#sticky-header .icons .date {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  section#sticky-header {
    top: 60px;
  }

  section#sticky-header h4 {
    width: 100%;
    text-align: center;
  }

  section#sticky-header .icons,
  section#sticky-header .price {
    display: none;
  }

  section#carousel .gallery-carousel {
    height: 250px;
  }

  section#carousel .gallery-carousel a {
    height: 250px;
  }

  section#carousel.develo-photos {
    height: 50px;
  }

  section#carousel.develo-photos .gallery-carousel {
    height: 50px;
  }

  section#carousel.develo-photos .gallery-carousel a {
    height: 50px;
  }

  section#detail {
    padding: 3rem 0;
  }

  section#detail .icons {
    width: 100%;
  }

  section#detail .subhead .price {
    margin-top: 40px;
  }

  section#detail .subhead .icons span {
    margin: 20px 40px;
  }

  section#detail .subhead .icons span:last-child {
    margin: 20px 40px 0 40px;
  }

  section#detail .share .favorite,
  section#detail .share .mail,
  section#detail .share .print,
  section#detail .share .see {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  section#detail .buttons .button {
    margin: 10px 0;
  }

  section#detail .contact .photo {
    width: 80%;
    margin: 0 10% 30px 10%;
  }

  section#detail .contact .agent {
    width: 80%;
    margin: 0 10% 30px 10%;
  }

  section#detail .contact .agent .icons span {
    display: block;
    margin-bottom: 10px;
  }

  section#detail .contact .agent .icons span:last-child {
    margin: 0;
  }

  section#detail .contact .form {
    width: 80%;
    margin: 0 10%;
  }

  section#detail .contact .form p.checkbox {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  section#sticky-bottom {
    display: block !important;
  }

  section#sticky-header {
    display: none !important;
  }

  section#carousel .gallery-carousel button {
    display: none;
  }

  section#detail {
    padding: 0 0 3rem 0;
  }

  section#detail .breadcrumb {
    margin-top: 30px;
  }

  section#detail .contact .photo {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  section#detail .contact .agent {
    text-align: center;
    float: none;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  section#detail .contact .agent .avatar {
    float: none;
    display: inline-block;
    margin-right: 0;
  }

  section#detail .contact .agent .text {
    float: none;
  }
}

@media only screen and (max-width: 544px) {
  section#detail .subhead .icons span {
    display: block;
    margin: 0 0 30px 0;
  }

  section#detail .contact .agent,
  section#detail .contact .form,
  section#detail .contact .photo {
    width: 100%;
    margin: 15px 0 0 0;
  }
}

.mfp-content h4 {
  margin: 10px 0;
}

.mfp-content form {
  margin: 0 -15px;
}

.mfp-content form fieldset p.checkbox {
  display: inline-block;
  overflow: hidden;
  margin: 0 15px;
}

.mfp-content form fieldset p#recaptcha2 {
  margin: 30px 15px 20px 15px;
}

.mfp-content form fieldset button {
  margin: 10px 0 20px 15px;
}

form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form fieldset .form-group {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}

form fieldset .form-group select {
  width: calc(100% - 30px);
  display: inline-block;
  border: none;
  border-bottom: 1px solid #505050;
  background: transparent;
  height: 60px;
  font-family: "Satoshi", sans-serif;
  color: #666666;
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-indent: 0;
}

form fieldset .form-group select:hover {
  border-color: #843721;
}

form fieldset .form-group input {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  border: none;
  border-bottom: 1px solid #c3c3c3;
  background-color: transparent;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
  height: 60px;
  outline: none !important;
  font-size: 1.33em;
  color: #111;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(50%, #843721),
    color-stop(50%, #843721)
  );
  background: linear-gradient(to top, #843721 50%, #843721 50%);
  background-position: left bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form fieldset .form-group label {
  position: absolute;
  top: 0;
  left: 15px;
  text-align: left;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 80px;
  font-size: 1em;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  margin: 0px auto;
  cursor: text;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

form fieldset .form-group input:focus,
form fieldset .form-group input:hover {
  border-color: #843721;
}

form fieldset .form-group input:focus {
  background-position: left bottom;
  background-size: 100% 1px;
}

form fieldset .form-group input:focus + label,
form fieldset .form-group input:valid + label {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #843721;
}

form fieldset .form-group input:invalid:not(:placeholder-shown) + label {
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: red;
}

form fieldset .form-group input:focus ::-webkit-input-placeholder {
  color: transparent;
  font-size: 0;
}

form fieldset .form-group input:focus :-moz-placeholder {
  color: transparent;
  font-size: 0;
}

form fieldset .form-group input:focus ::-moz-placeholder {
  color: transparent;
  font-size: 0;
}

form fieldset .form-group input:focus :-ms-input-placeholder {
  color: transparent;
  font-size: 0;
}

form fieldset .form-group ::-webkit-input-placeholder {
  text-align: right;
  color: #843721;
  font-size: 13px;
  font-weight: 400;
}

form fieldset .form-group :-moz-placeholder {
  text-align: right;
  color: #843721;
  font-size: 13px;
  font-weight: 400;
}

form fieldset .form-group ::-moz-placeholder {
  text-align: right;
  color: #843721;
  font-size: 13px;
  font-weight: 400;
}

form fieldset .form-group :-ms-input-placeholder {
  text-align: right;
  color: #843721;
  font-size: 13px;
  font-weight: 400;
}

form fieldset .form-text {
  margin-bottom: 20px;
}

form fieldset .form-text textarea {
  background: transparent;
  width: 100%;
  height: 34px;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  resize: none;
  font-size: 20px;
  color: #111;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

form fieldset .form-text textarea:focus,
form fieldset .form-text textarea:hover {
  border-bottom: 1px solid #843721;
}

form fieldset ::-webkit-input-placeholder {
  text-align: left;
  color: #f8f8f8;
  font-size: 15px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
}

form fieldset :-moz-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
}

form fieldset ::-moz-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
}

form fieldset :-ms-input-placeholder {
  text-align: left;
  color: #666;
  font-size: 15px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
}

form fieldset button {
  margin-top: 30px;
  cursor: pointer;
  padding: 15px 40px;
  background: #843721;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 2px;
}

form fieldset button i {
  margin-right: 15px;
}

form fieldset .g-recaptcha {
  text-align: center;
  margin: 30px 0 0 0;
}

form fieldset .g-recaptcha > div {
  display: inline-block;
}

form fieldset .styled-checkbox {
  position: absolute;
  opacity: 0;
}

form fieldset .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
}

form fieldset .styled-checkbox + label:before {
  content: "";
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #d9cfe6;
  margin-top: 1px;
}

form fieldset .styled-checkbox:hover + label:before {
  background: #843721;
}

form fieldset .styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

form fieldset .styled-checkbox:checked + label:before {
  background: #843721;
}

form fieldset .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

form fieldset .styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

form fieldset .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  box-shadow:
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  overflow-x: auto;
}

table thead {
  background: #843721;
  height: 40px;
  line-height: 40px;
}

table thead th {
  text-align: center;
  font-weight: 500;
  font-size: 0.88em;
}

table thead th a {
  color: #fff;
}

table thead th a.active {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

table tbody tr {
  border-bottom: 1px solid #d9cfe6;
}

table tbody tr td {
  text-align: center;
}

table tbody tr td img {
  height: 30px;
  margin: 10px 0 4px 0;
}

table tbody tr:last-child {
  border: none;
}

table tbody tr:hover {
  cursor: pointer;
  background: #f4e7d4;
}

table.responsive {
  min-width: 1px;
}

@media only screen and (min-width: 1200px) {
  table.responsive td.lg,
  table.responsive th.lg {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 992px) {
  table.responsive td.md,
  table.responsive th.md {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 768px) {
  table.responsive td.sm,
  table.responsive th.sm {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 544px) {
  table.responsive td.xs,
  table.responsive th.xs {
    display: table-cell !important;
  }
}

table.responsive td.lg,
table.responsive td.md,
table.responsive td.sm,
table.responsive td.xs,
table.responsive th.lg,
table.responsive th.md,
table.responsive th.sm,
table.responsive th.xs {
  display: none;
}

section#bottom {
  background: #f4e7d4;
  padding: 6rem 0;
  text-align: center;
}

section#bottom h3 {
  margin: 0;
}

section#bottom .member {
  margin: 2rem 0;
}

section#bottom p {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

section#bottom p:last-child {
  margin: 0 auto;
}

section#bottom p:last-child a {
  border-bottom: 1px solid #111;
}

section#bottom .contact {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6rem;
}

section#bottom .contact .map .olMapViewport {
  height: 100%;
}

section#bottom .contact .form {
  background: #fff;
  padding: 2rem 3rem 3rem 3rem;
  border-radius: 2px;
}

section#bottom .contact .form p.checkbox {
  display: inline-block;
  margin: 20px 0 10px 0;
  max-width: calc(100% - 30px);
  text-align: left;
}

section#bottom .contact .form .styled-checkbox + label:before {
  margin-bottom: 5px;
}

section#bottom .submenu {
  clear: both;
  overflow: auto;
  overflow-y: hidden;
  margin: 6rem 0 0 0;
  padding-bottom: 5px;
}

section#bottom .submenu h4 {
  margin-top: 0px;
}

@media only screen and (max-width: 768px) {
  section#bottom {
    padding-bottom: 3rem;
  }

  section#bottom .contact {
    display: block;
  }

  section#bottom .contact .map .olMapViewport {
    height: 300px !important;
  }

  section#bottom .contact .form p.checkbox {
    text-align: center;
  }

  section#bottom .submenu .item {
    margin-bottom: 5rem;
  }

  section#bottom .submenu .item:last-child {
    margin: 0;
  }
}

footer {
  padding: 2rem 0;
  text-align: center;
}

footer .container > a {
  display: inline-block;
  margin: 30px 0 0 0;
}

footer .container p {
  font-size: 0.88em;
  line-height: 1.75em;
}

footer .container p.social {
  margin: 0 0 20px 0;
}

footer .container p.social a {
  border: none !important;
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
}

footer .container p.bo {
  margin-top: 40px;
}

footer .container p.bo a {
  border-bottom: none;
}

.mfp-content button:not(.mfp-close) {
  background: #843721;
  font-weight: 500;
  color: #fff;
  font-size: 0.95em;
  letter-spacing: 0.015em;
  text-decoration: none;
  padding: 12px 24px;
  -webkit-transition: top ease 0.25s;
  transition: top ease 0.25s;
  border-radius: 2px;
  margin-top: 30px;
}

.mfp-content button:not(.mfp-close).close {
  background: #ccc;
  color: #222;
  float: right;
}

#termin1,
#termin2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}

#termin1 .mtr-row:first-child,
#termin2 .mtr-row:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.mtr-datepicker .mtr-content,
.mtr-datepicker .mtr-content .mtr-values .mtr-default-value,
.mtr-datepicker .mtr-content .mtr-values .mtr-default-value-name,
.mtr-datepicker .mtr-content .mtr-values .mtr-default-value.has-name {
  background: #111 !important;
}

.mtr-datepicker .mtr-input-slider .mtr-content .mtr-input {
  color: #fff;
}

.mtr-datepicker .mtr-content .mtr-input,
.mtr-datepicker .mtr-content input,
.mtr-datepicker .mtr-content input,
.mtr-datepicker .mtr-content input .mtr-values .mtr-default-value,
.mtr-datepicker .mtr-content input .mtr-values .mtr-default-value-name,
.mtr-datepicker .mtr-content input .mtr-values .mtr-default-value.has-name,
.mtr-datepicker .mtr-content.mtr-active,
.mtr-datepicker .mtr-content.mtr-active .mtr-values .mtr-default-value,
.mtr-datepicker .mtr-content.mtr-active .mtr-values .mtr-default-value-name,
.mtr-datepicker .mtr-content.mtr-active .mtr-values .mtr-default-value.has-name,
.mtr-datepicker .mtr-content:hover,
.mtr-datepicker .mtr-content:hover,
.mtr-datepicker .mtr-content:hover .mtr-values .mtr-default-value,
.mtr-datepicker .mtr-content:hover .mtr-values .mtr-default-value-name,
.mtr-datepicker .mtr-content:hover .mtr-values .mtr-default-value.has-name {
  background: #843721 !important;
}

.olControlAttribution.olControlNoSelect {
  bottom: 0;
}

.markerContent {
  height: 530px;
  width: 240px;
  overflow: hidden;
}

.hypo {
  margin: 5rem 0;
  overflow: auto;
}

.hypo .form {
  overflow: auto;
  padding: 30px 30px 10px 30px;
  background: #f4e7d4;
}

.hypo .form a.logo {
  float: left !important;
  margin: 10px 0 20px 0;
}

.hypo .form a.logo img {
  height: 40px;
}

.hypo .form p.sum {
  height: 30px;
  line-height: 30px !important;
  float: right !important;
  width: 180px !important;
  text-align: left !important;
  margin: 0px !important;
}

.hypo .form p.sum small {
  float: right;
  height: 30px;
  line-height: 26px;
  font-size: 1em;
  color: #843721;
}

.hypo .form p.sum input[type="text"] {
  background: #f4e7d4;
  font-size: 1.5em;
  font-weight: 500;
  float: right;
  height: 30px;
  line-height: 30px;
  border: none;
  text-align: right;
  width: 120px;
  padding: 0 10px;
}

.hypo .form p.sum input[type="text"]:disabled {
  color: #111;
}

.hypo .form .line {
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.hypo .form .line label {
  color: #111;
  font-weight: 500;
  float: left;
  display: block;
  width: 150px;
  margin-bottom: 5px;
  margin-right: 30px;
}

.hypo .form .line input[type="range"] {
  width: calc(100% - 380px);
  margin: 13px 0;
  float: left;
  background: transparent;
}

.hypo .form .line.final {
  margin: 10px 0 0 0;
  height: 60px;
}

.hypo .form .line.final label {
  margin: 3px 0;
  width: 150px;
  float: left;
  line-height: 18px;
  text-align: left;
  margin-right: 30px;
}

.hypo .form .line.final p.sum {
  float: left !important;
  text-align: left !important;
  margin: 4px 0 !important;
  width: 160px !important;
}

.hypo .form .line.final p.sum strong {
  float: left;
  font-size: 2.5em;
  font-weight: bold;
  margin-right: 10px;
  color: #111 !important;
}

.hypo .form .line.final p.sum small {
  float: left;
  line-height: 16px;
}

.hypo .form .line.final a.button {
  float: right;
  padding: 0 30px;
  margin-top: 5px;
  height: 40px;
  line-height: 40px;
  background: #843721;
  border: 0;
  color: #ffffff;
  cursor: pointer;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  margin: 8.5px 0;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  -webkit-box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0),
    0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0),
    0px 0px 0px rgba(13, 13, 13, 0);
  background: #843721;
  border-radius: 0px;
  border: 0px solid #010101;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-box-shadow:
    0px 0px 1.9px #000000,
    0px 0px 0px #0d0d0d;
  box-shadow:
    0px 0px 1.9px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #843721;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0),
    0px 0px 0px rgba(13, 13, 13, 0);
  background: #843721;
  border-radius: 50%;
  border: 0px solid #010101;
}

input[type="range"]::-moz-range-thumb {
  box-shadow:
    0px 0px 1.9px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
}

input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: #843721;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0),
    0px 0px 0px rgba(13, 13, 13, 0);
}

input[type="range"]::-ms-fill-upper {
  background: #843721;
  border: 0px solid #010101;
  border-radius: 50%;
  box-shadow:
    0px 0px 0px rgba(0, 0, 0, 0),
    0px 0px 0px rgba(13, 13, 13, 0);
}

input[type="range"]::-ms-thumb {
  box-shadow:
    0px 0px 1.9px #000000,
    0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  height: 3px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #843721;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #843721;
}

@media (max-width: 1200px) {
  .hypo .form .line {
    height: 60px !important;
  }

  .hypo .form .line label {
    width: 100% !important;
    margin: 0 !important;
  }

  .hypo .form .line input[type="range"] {
    width: calc(100% - 180px) !important;
    margin-left: -10px;
  }

  .hypo .form .line.final {
    height: 110px !important;
  }

  .hypo .form .line.final a.button {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .hypo .form .line.final label {
    width: 140px !important;
  }

  .hypo .form .line.final p.sum {
    width: initial !important;
    float: right !important;
    text-align: right !important;
    margin-right: 0 !important;
  }

  .hypo .form .line.final p.sum small {
    float: right !important;
  }
}

#OpenLayers_Map_2_OpenLayers_Container {
  height: 100%;
  width: 100%;
}

#map #pop_FrameDecorationDiv_0,
#map #pop_FrameDecorationDiv_1,
#map #pop_FrameDecorationDiv_2,
#map #pop_FrameDecorationDiv_3,
#map #pop_FrameDecorationDiv_4,
#map #pop_close {
  display: none !important;
}

#map .markerContent {
  width: 320px !important;
  height: 287px !important;
  background: #fff;
  overflow: hidden;
}

#map .image-wrapper {
  width: 100%;
  height: 160px;
}

#map .image-wrapper .tags {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 15px;
  text-align: left;
}

#map .image-wrapper .tags span {
  background: #f4e7d4;
  color: #000;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 0.7em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#map .image-wrapper .tags span:last-child {
  margin: 0;
}

#map .text-wrapper {
  padding: 15px;
}

#map .text-wrapper p.title {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}

#map .text-wrapper p.title a {
  border-color: transparent;
  font-weight: 500;
}

#map .text-wrapper p.title a:hover {
  border: none;
}

#map .text-wrapper p.icons {
  margin: 8px 0;
}

#map .text-wrapper p.icons span {
  margin-right: 15px;
}

#map .text-wrapper p.icons span small {
  font-weight: 500;
  color: #111;
  margin-left: 7px;
  font-size: 13px !important;
  position: relative;
  top: -1px;
}

#map .text-wrapper p.icons span:last-child {
  margin: 0;
}

#map .text-wrapper p.cena {
  font-size: 14px;
}

section#nacenenie {
  padding: 0 0 5rem 0;
}

section#nacenenie .line {
  margin-bottom: 10px;
}

section#nacenenie .button {
  padding: 16px 40px;
  margin-top: 30px;
}

section#nacenenie input[type="text"] {
  font-family: "Satoshi", sans-serif;
  border: none;
  height: 58px;
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  border: 1px solid #d0d0d0;
}

section#nacenenie .checkbox {
  display: inline-block;
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  section#nacenenie .checkbox {
    margin: 0 20px 20px 20px;
  }
}

section#image-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

section#image-grid .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

section#image-grid .item .content p,
section#image-grid .item .content ul li {
  line-height: 1.65em;
}

section#image-grid .item.img-sm,
section#image-grid .item.img-md {
  grid-template-columns: repeat(12, 1fr);
}

section#image-grid .item.img-sm .img-wrapper {
  grid-column: span 3;
}

section#image-grid .item.img-sm > div:not(.img-wrapper) {
  grid-column: span 9;
}

section#image-grid .item.img-md .img-wrapper {
  grid-column: span 6;
}

section#image-grid .item.img-md.center .img-wrapper {
  grid-column: 4 / 10;
}

section#image-grid .item.img-md > div:not(.img-wrapper) {
  grid-column: span 6;
}

section#image-grid .item.img-full {
  grid-template-columns: 1fr;
}

section#image-grid .item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

section#image-grid .item > div:not(.img-wrapper) {
  width: 100%;
  padding: 10px 32px;
}

section#image-grid .item > div.center:not(.img-wrapper) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  section#image-grid .item {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  section#image-grid .item .img-wrapper {
    margin-top: 3rem;
    order: 2;
  }

  section#image-grid .item > div.center:not(.img-wrapper) {
    text-align: center;
  }
}

.links-buttons-wrapper {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 0;
}

.links-buttons-wrapper a {
  text-decoration: none;
}

.links-buttons-wrapper .item {
  background-color: #1a2a44;
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.links-buttons-wrapper .item:hover {
  transform: scale(1.05);
}

.links-buttons-wrapper .item .color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.links-buttons-wrapper .item h2 {
  margin: 0;
  z-index: 1;
}

@media screen and (max-width: 998px) {
  .links-buttons-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .links-buttons-wrapper .item {
    padding: 1rem 2rem;
  }
}

.features-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 900px;
  margin: auto;
}

.features-list ul li {
  background-color: #293041;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out;
  line-height: 1.4em;
  position: relative;
}

.features-list ul li:has(i) {
  padding-left: 3rem;
}

.features-list ul li i {
  position: absolute;
  left: 1rem;
  font-size: 1.3rem;
}

.features-list ul li strong {
  color: white;
}

.features-list ul li:hover {
  transform: scale(1.05);
}

.features-list ul :last-child:nth-child(odd) {
  grid-column: span 2;
}

@media screen and (max-width: 768px) {
  .features-list ul {
    grid-template-columns: 1fr;
  }

  .features-list ul :last-child:nth-child(odd) {
    grid-column: auto;
  }
}

#items-grid {
  padding-top: 5rem;
  padding-bottom: 0;
}
#items-grid h2 {
  font-size: 3em;
}
#items-grid .values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#items-grid .value-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  text-align: center;
  padding: 2rem 1rem;
}
#items-grid .value-item i {
  font-size: 2.5rem;
}
#items-grid .value-item h3 {
  margin: 1rem 0;
  margin-bottom: 2rem;
}
#items-grid .value-item p {
  margin: 0;
}
@media (max-width: 768px) {
  #items-grid .values-grid {
    grid-template-columns: 1fr;
  }
}

#ponuky-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  column-gap: 8rem;
    align-items: center;
}

#ponuky-switch .ponuky-switch {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

#ponuky-switch .switch-wrapper {
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

#ponuky-switch .switch-wrapper a {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 38px;
  font-weight: 700;
  text-decoration: none;
  color: #2c2b28;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding: 0px 0;
}

#ponuky-switch .switch-wrapper a.active {
  color: #8b2e1a;
}

#ponuky-switch .switch-wrapper a .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8b2e1a;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  line-height: 1;
}

#ponuky-switch .switch-wrapper a:not(.active) .count {
  background: #2c2b28;
  color: #f5f0e8;
}

@media screen and (max-width: 768px) {
    #ponuky-switch .switch-wrapper a {
        font-size: 24px;
    }
}

#ponuky-switch .switch-description {
  max-width: 550px;
}

#ponuky-switch .switch-description p {
  font-size: 16px;
  line-height: 1.6;
  color: #2c2b28;
  margin: 0;
}

@media screen and (max-width: 768px) {
 #ponuky-switch .switch-description p{
    font-size: 14px;
  }
}

section#nuera-services.container {
  font-family: inherit;
}

#nuera-services .service-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem 0;
}

#nuera-services .service-item:last-child {
  border-bottom: none;
}

#nuera-services .service-icon {
  flex-shrink: 0;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nuera-services .service-icon svg {
  fill: #833620;
}

#nuera-services .service-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#nuera-services .service-body h2 {
  font-size: 38px;
  font-weight: 700;
  color: #833620;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.2;
}

#nuera-services .service-body h2 span.subtitle {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #833620;
  opacity: 0.7;
  margin-top: 2px;
}

#nuera-services .service-content-mobile {
  display: none;
}

#nuera-services .service-content p,
#nuera-services .service-content-mobile p {
  font-size: 14px;
  line-height: 1.7;
  color: #2c2b28;
  margin: 0;
  max-width: 800px;
}

#nuera-services .service-content p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #nuera-services .service-body h2{
    font-size: 24px;
  }
  #nuera-services .service-icon {
    width: 50px;
    height: 50px;
  }

  #nuera-services .service-body .service-content {
    display: none;
  }

  #nuera-services .service-content-mobile {
    display: block;
    width: 100%;
  }
  #nuera-services .service-item {
    gap: 1rem;
  }
  #nuera-services .service-content-mobile p{
    font-size: 14px;
  }
}

.tiny-header {
  padding: 12rem 2rem 2rem 2rem;
  text-align: left;
}

.tiny-header h1 {
  font-size: 16px;
  color: #2c2b28;
  margin: 0 0 4px;
  line-height: 1.4;
  max-width: 65ch;
  margin: 0;
  font-weight: normal;
}

.tiny-header p {
  font-size: 16px;
  font-weight: 400;
  color: #2c2b28;
  margin: 0;
  line-height: 1.4;
  max-width: 40ch;
}

@media screen and (max-width: 768px) {
    .tiny-header {
        padding: 6rem 1rem 2rem 1rem
    }
    .tiny-header h1,
    .tiny-header p {
        font-size: 14px;
    }
    section#nuera-services.container{
        padding-top: 0;
    }
}

section#nuera-team.container {
  padding: 0;
  font-family: inherit;
}

section#nuera-team.container {
  padding: 0;
  font-family: inherit;
  box-sizing: border-box;
  width: 100%;
}

#nuera-team .team-grid {
  display: grid;
  gap: 2rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  box-sizing: border-box;
}

#nuera-team .team-grid .agent-card {
  padding-top: 0;
}

#nuera-team .team-grid .agent-card:nth-child(3n + 2) {
  padding-top: 1rem;
}

#nuera-team .team-grid .agent-card:nth-child(3n) {
  padding-top: 3rem;
}

#nuera-team .agent-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

#nuera-team .agent-card .photo {
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  background: #c9bfb4;
}

#nuera-team .agent-card .photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: top;
  display: block;
}

#nuera-team .agent-card .info {
  padding: 0.75rem 0 0;
}

#nuera-team .agent-card .info-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

#nuera-team .agent-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #833620;
  margin: 0 0 2px;
  line-height: 1.3;
}

#nuera-team .agent-card .role {
  font-size: 18px;
  font-weight: bold;
  color: #833620;
  margin: 0 0 6px;
  line-height: 1.4;
}

#nuera-team .agent-card .arrow-btn {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #833620;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

#nuera-team .agent-card .contact {
  font-size: 18px;
  color: #2c2b28;
  margin: 0;
  line-height: 1.8;
}

#nuera-team .agent-card .contact a {
  color: #2c2b28;
  text-decoration: none;
}

#nuera-team .agent-card .contact a:hover {
  color: #833620;
}

@media (max-width: 868px) {
#nuera-team .agent-card h3{
  font-size: 14px;
}
#nuera-team .agent-card .role{
  font-size: 14px;
}
#nuera-team .agent-card .contact a{
  font-size: 14px;
}
  #nuera-team .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  #nuera-team .team-grid .agent-card {
    padding-top: 0;
  }

  #nuera-team .team-grid .agent-card:nth-child(3n),
  #nuera-team .team-grid .agent-card:nth-child(3n + 2) {
    padding-top: 0;
  }

  #nuera-team .team-grid .agent-card:nth-child(2n) {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  #nuera-team .team-grid {
    grid-template-columns: 1fr;
  }

  #nuera-team .team-grid .agent-card,
  #nuera-team .team-grid .agent-card:nth-child(2n),
  #nuera-team .team-grid .agent-card:nth-child(3n),
  #nuera-team .team-grid .agent-card:nth-child(3n + 2) {
    padding-top: 0;
  }
}

#autoResizeTextareaCopy {
  display: none;
}

#nuera-bottom {
  background: #843721;
  padding: 3rem 3rem 0;
  font-family: inherit;
  min-height: calc(100vh - 60px);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #nuera-bottom {
    min-height: calc(100vh - 60px);
    padding: 1rem 1rem 0;
  }
}

#nuera-bottom .kontakt-wrap,
#nuera-bottom .form-wrap,
#nuera-bottom .legal-wrap,
#nuera-bottom .footer-wrap {
  margin-bottom: 2rem;
}

#nuera-bottom .form-wrap {
    display: flex;
    height: 100%;
    align-items: start;
}

#nuera-bottom .wordmark-wrap {
  margin-top: 1rem;
  display: flex;
}

#nuera-bottom .contact-col h2 {
  font-size: 38px;
  font-weight: 700;
  color: #F5E8D5;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 .2rem;
}

#nuera-bottom .contact-col .contact {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 0.5rem;
  color: #F5E8D5;
}

#nuera-bottom .contact-col .contact-icons {
  margin-top: 20px;
  margin-left: 160px;
display: flex;
gap: 10px;
}

@media screen and (max-width: 768px) {
    #nuera-bottom .contact-col .contact-icons {
        margin-left: 0;
    }
    #nuera-bottom .contact-col h2 {
        font-size: 24px;
    }
    #nuera-bottom .contact-col .contact > div{
      font-size: 14px;
    }
}

#nuera-bottom .contact-col .contact-icons svg {
  width: 33px;
  height: 33px;
}

#nuera-bottom .contact-col .contact > div {
  display: grid;
  font-size: 18px;
  font-weight: 500;
  grid-column: span 2;
  grid-template-columns: subgrid;
}

#nuera-bottom .contact-col table td:first-child {
  padding-right: 1.5rem;
  opacity: 0.75;
  white-space: nowrap;
}

#nuera-bottom .form-col p.checkbox {
  margin: 0px 0 20px 0;
  display: inline-block;
  width: 100%;
}

#nuera-bottom .form-col p.checkbox.smaller {
  margin-bottom: 0;
  margin-top: 10px;
}

#nuera-bottom .form-col p.checkbox .styled-checkbox {
  display: none;
  opacity: 0;
}

#nuera-bottom .form-col p.checkbox .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}

#nuera-bottom .form-col p.checkbox .styled-checkbox + label:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  margin-top: 1px;
}

#nuera-bottom .form-col p.checkbox .styled-checkbox:checked + label:before {
    background: #fff;
}

#nuera-bottom .form-col p.checkbox label a {
  color: white;
  border-color: white;
}

#nuera-bottom .form-col p {
  font-size: 18px;
  color: #f5f0e8;
  line-height: 1.6;
  margin: 0 0 1rem;
}

#nuera-bottom .form-col p strong {
  font-weight: 700;
  color: white;
}

@media screen and (max-width: 768px) {
    #nuera-bottom .form-col p {
        font-size: 14px;
    }
}

#nuera-bottom .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  gap: 5px;
  margin-bottom: 5px;
}

#nuera-bottom .form-row.full {
    grid-template-columns: 1fr;
}

#nuera-bottom .form-col input,
#nuera-bottom .form-col textarea {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #f5f0e8;
  color: #f5f0e8;
  font-size: 13px;
  font-family: inherit;
  padding: 10px 14px;
  outline: none;
  border-radius: 0;
  resize: none;
}

#nuera-bottom .form-col input::placeholder,
#nuera-bottom .form-col textarea::placeholder {
  color: rgba(245, 240, 232, 0.6);
}


#nuera-bottom .form-col textarea {
  display: block;
  height: 80px;
}

#nuera-bottom .form-col button {
  border: 1px solid #f5f0e8;
  background: #f5f0e8;
  color: #833620;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  padding: 10px 24px;
  cursor: pointer;
  letter-spacing: 0.03em;
  display: block;
}

#nuera-bottom .form-col button:hover {
  background: rgba(245, 240, 232, 0.1);
}

#nuera-bottom .bottom-wordmark {
  margin: 0;
  user-select: none;
}

#nuera-bottom .additional-information {
  margin-top: 0;
}

#nuera-bottom .additional-information .info-content {
  display: flex;
  flex-direction: column;
}

#nuera-bottom .additional-information .info-block {
  margin-bottom: 1rem;
}

#nuera-bottom .additional-information .info-block:last-of-type {
  margin-bottom: 0.75rem;
}

#nuera-bottom .additional-information .info-row {
  display: grid;
  font-size: 18px;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  margin-bottom: 0.1rem;
  line-height: 1.5;
}

#nuera-bottom .additional-information .label {
  color: #fff;
  font-weight: 500;
}

#nuera-bottom .additional-information .value {
  color: #f5f0e8;
  font-weight: 500;
}

#nuera-bottom .footer-wrap .footer-text {
  font-size: 12px;
  color: #f5f0e8;
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
}

#nuera-bottom .footer-wrap .footer-text a.underlined {
  text-decoration: underline;
  color: #f5f0e8;
  border: none;
}

#nuera-bottom .footer-wrap .footer-text a.underlined:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  #nuera-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "kontakt form"
      "legal form"
      "wordmark footer";
    column-gap: 2rem;
    row-gap: 2.5rem;
    align-items: start;
  }

  #nuera-bottom .kontakt-wrap {
    grid-area: kontakt;
    margin-bottom: 0;
  }

  #nuera-bottom .legal-wrap {
    grid-area: legal;
    margin-bottom: 0;
  }

  #nuera-bottom .form-wrap {
    grid-area: form;
    margin-bottom: 0;
    padding-inline: 15px;
  }

  #nuera-bottom .footer-wrap {
    grid-area: footer;
    margin-bottom: 0;
    align-self: start;
  }

  #nuera-bottom .wordmark-wrap {
    grid-area: wordmark;
    margin-top: 0;
    align-self: end;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  #nuera-bottom .contact-col .contact {
    grid-template-columns: 1fr;
  }

  #nuera-bottom .contact-col .contact > div {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /* grid-column: span 1; */
    font-size: 13px;
  }

  #nuera-bottom .form-row {
    grid-template-columns: 1fr;
  }

  #nuera-bottom .form-row input:first-child {
    border-right: 1px solid #f5f0e8;
  }

  #nuera-bottom .additional-information .info-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  #nuera-bottom .additional-information .info-row {
    grid-template-columns: 80px 1fr;
    gap: 1rem;
    font-size: 14px;
  }

  #nuera-bottom .footer-wrap .footer-text {
    font-size: 12px;
  }
}

.nuera-triangle {
  position: absolute;
  right: 0;
  top: 0;
  height: 75vw;
  width: 50vw;
  background-color: white;
  z-index: -1;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

#content {
  position: relative;
}
.nuera-triangle-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100vw - 20px);
  height: 70%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #FAEDDB;
  z-index: -1;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}
.nuera-triangle-bottom.white {
    background-color: #FDF5E9;
}
body:has(.nuera-triangle-bottom.white) {
  background-color: #FAEDDB;
}

@media screen and (max-width: 768px) {
  .nuera-triangle-bottom {
    display: none;
  }
}

.nu-new-layout {
  font-family: inherit;
  color: #333;
  padding-bottom: 50px;
}

.nu-new-hero-carousel {
  padding: 0;
  padding-top: 56px;
  background: #fef6ea;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.nu-new-hero-carousel .nu-carousel-container {
  display: flex;
  width: 100%;
}
.nu-new-hero-carousel .nu-slide {
  display: none;
  width: 100%;
}
.nu-new-hero-carousel .nu-slide.active {
  display: block;
}
.nu-new-hero-carousel .nu-slide img {
  width: 100%;
  height: calc(100vh - 56px);
  object-fit: cover;
}
.nu-new-hero-carousel button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fef6ea;
  border: none;
  cursor: pointer;
  z-index: 5;
display: flex !important;
justify-content: center;
align-items: center;
padding: 6px 10px;
}
.nu-carousel-prev {
    left: 20px;
}
.nu-carousel-prev svg {
  rotate: 180deg;
}
.nu-carousel-next {
  right: 20px;
}

.nu-new-hero-carousel .gallery-carousel a {
  display: block;
}
.nu-new-hero-carousel .gallery-carousel a img,
.nu-new-hero-carousel .gallery-carousel a video {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  display: block;
}
.nu-new-hero-carousel .slick-prev {
  left: 20px;
}
.nu-new-hero-carousel .slick-next {
  right: 20px;
}

.nu-new-property-info {
  padding: 40px 20px;
  margin: 0 auto;
}
.nu-property-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #833620;
}
.nu-property-meta {
    display: flex;
    gap: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 30px;
    flex-wrap: wrap;
    color: #833620;
}
.nu-property-meta span{
  font-size: 18px;
}
.nu-property-description {
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  text-align: left;
}

.nu-new-photo-grid {
  margin: 0 auto 50px auto;
  padding: 0 20px;
}
.nu-new-photo-grid .nu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.nu-new-photo-grid .nu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nu-new-photo-grid .panoramic {
  grid-column: 1 / -1;
}
.nu-item {
  height: 300px;
}
.nu-item.panoramic {
  height: 450px;
}

.nu-new-agent-cta {
  padding: 50px 20px;
}
.nu-new-agent-cta .nu-row {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 40px;
}
.nu-col-photo {
  flex: 0 0 25%;
  text-align: center;
}
.nu-col-info {
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nu-agent-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nu-no-photo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  margin: 0 auto;
}
.nu-cta-heading {
  font-size: 38px;
  max-width: 440px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #843721;
}
.nu-cta-heading span {
  font-weight: 700;
}
.nu-agent-name {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.nu-agent-contact {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

@media (max-width: 768px) {
  .nu-new-agent-cta .nu-row {
    flex-direction: column;
  }
  .nu-col-photo {
    order: 2;
  }
  .nu-col-photo,
  .nu-col-info {
    flex: 1 1 100%;
  }
  .nu-new-photo-grid .nu-grid {
    grid-template-columns: 1fr;
  }
  .nu-new-photo-grid .nu-item,
  .nu-new-photo-grid .panoramic {
    height: auto;
    min-height: 200px;
  }
  .nu-cta-heading {
    max-width: 100%;
    font-size: 22px;
  }
  .nu-agent-contact,
  .nu-agent-name{
    font-size: 14px;
  }
  .nu-property-title {
    font-size: 24px;
  }
  .nu-property-meta span{
    font-size: 14px;
  }
  .nu-property-description{
    font-size: 14px;
  }
}

.develo-table-wrapper:not(:first-of-type){
  margin-top: 5rem;
}