/* MIXINS */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin-back {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@font-face {
  font-family: 'cocogoose';
  src: url("/fonts/cocogoosecompressed-semilight-webfont.woff2") format("woff2"), url("/fonts/cocogoosecompressed-semilight-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'couturier';
  src: url("/fonts/Couturier-BoldIt.woff") format("woff"), url("/fonts/Couturier-BoldIt.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

@font-face {
  font-family: 'couturier';
  src: url("/fonts/Couturier-Regular.woff") format("woff"), url("/fonts/Couturier-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

.navbar-toggler {
  z-index: 10;
}

.preload {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
}

.preload .block {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 1001;
}

.preload .block.black {
  background: #000000;
}

/* GENERIC */

.navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-right: .69rem;
  padding-left: .69rem;
  z-index: 1000;
}

.navbar--upper-menu {
  background: #f3f1f0;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.navbar .nav-link {
  font-weight: bold;
}

.navbar .nav-link.active {
  color: #c19b76 !important;
}

.navbar .nav-link:hover {
  color: #c19b76;
}

.navbar .hamburger-box {
  width: 18px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.navbar .hamburger-inner,
.navbar .hamburger-inner::before,
.navbar .hamburger-inner::after {
  width: 18px;
  height: 1px;
}

.navbar .hamburger-inner::after {
  bottom: -6px;
}

.navbar .hamburger-inner::before {
  top: -6px;
}

.navbar .hamburger .hamburger-inner,
.navbar .hamburger .hamburger-inner::before,
.navbar .hamburger .hamburger-inner::after {
  background: #ffffff;
}

.navbar .hamburger.is-active .hamburger-inner,
.navbar .hamburger.is-active .hamburger-inner::before,
.navbar .hamburger.is-active .hamburger-inner::after {
  background: #000000;
  transition: "background" 800ms;
  -moz-transition: "background" 800ms;
  -webkit-transition: "background" 800ms;
}

.navbar.fixed-top {
  right: initial;
  width: 100%;
}

.navbar .navbar-toggler {
  position: relative;
  padding: 0px;
  border: 0;
  border-radius: 0px;
  height: 23px;
  cursor: pointer;
}

.navbar .navbar-toggler:focus {
  outline: none !important;
}

.navbar .navbar-toggler .navbar-nav li a.nav-link {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.navbar .navbar-toggler .navbar-nav li a.nav-link:hover .nav-icon {
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.navbar .navbar-toggler .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .45em;
  vertical-align: .255em;
  content: "";
  border-top: 0.2em solid;
  border-right: .2em solid transparent;
  border-bottom: 0;
  border-left: .2em solid transparent;
}

.navbar.open .navbar-collapse {
  background: #ffffff;
}

.navbar.open .hamburger.is-active .hamburger-inner,
.navbar.open .hamburger.is-active .hamburger-inner::before,
.navbar.open .hamburger.is-active .hamburger-inner::after {
  background: #ffffff;
}

section {
  position: relative;
  width: 100%;
}

section.first {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.listings.page .filter .custom-select:focus {
  border: 1px solid #1c84ff;
}

.wrapper {
  position: relative;
  margin-bottom: 30px;
}

.filter-column .wrapper {
  margin-bottom: 20px;
}

.wrapper.form {
  margin-bottom: 15px;
}

.wrapper.form.last {
  margin-bottom: 15px;
}

.wrapper.form button {
  width: 100%;
}

.wrapper.form .dropdown-menu {
  width: 100%;
}

.wrapper.form .dropdown-menu .dropdown-item {
  color: #000000;
}

.wrapper.form .dropdown-menu .dropdown-item.active {
  color: #000000;
  display: none;
  background: transparent !important;
}

.wrapper.form .dropdown-menu .dropdown-item:focus,
.wrapper.form .dropdown-menu .dropdown-item:active,
.wrapper.form .dropdown-menu .dropdown-item:hover {
  color: #000000;
  background: transparent !important;
}

.wrapper.form input.text,
.wrapper.form select.text {
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 15px;
  background: #ffffff;
  font-size: .9rem;
  font-weight: 300;
  outline: 0 !important;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  height: 46px;
}

.wrapper.form textarea {
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 15px;
  background: #ffffff;
  font-size: .9rem;
  font-weight: 300;
  outline: 0 !important;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  height: 150px;
}

.wrapper.form label {
  position: absolute;
  left: 15px;
  width: calc(100% - 50px);
  height: 21px;
  top: 0;
  bottom: 0;
  margin: auto auto;
  line-height: 1.7;
  font-weight: 300;
  color: #b7a8a1;
  pointer-events: none;
  font-size: .9rem;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
}

.wrapper.form textarea + label,
.wrapper.form textarea + label + label {
  line-height: 1.1;
  top: 18px;
  bottom: initial;
}

.wrapper.form.nwsl input {
  color: #ffffff;
}

.wrapper.form.focused label {
  font-size: .6rem;
  top: -13px;
  text-transform: uppercase;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
}

.wrapper.form.focused textarea + label,
.wrapper.form.focused textarea + label + label {
  font-size: .7rem;
  top: 13px;
  text-transform: uppercase;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
}

.wrapper.form.focused:not(.nwsl) input.text,
.wrapper.form.focused:not(.nwsl) select.text {
  padding: 20px 15px 7px 15px;
}

.wrapper.form.focused:not(.nwsl) input:focus,
.wrapper.form.focused:not(.nwsl) select:focus {
  border-color: #c19b76;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  -webkit-box-shadow: inset 0px 0px 0 1px #b7a8a1;
  box-shadow: inset 0px 0px 0 1px #b7a8a1;
}

.wrapper.form.focused textarea.text {
  padding: 25px 15px 4px 15px;
}

.wrapper.form.focused textarea:focus {
  border-color: #c19b76;
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  -webkit-box-shadow: inset 0px 0px 0 1px #b7a8a1;
  box-shadow: inset 0px 0px 0 1px #b7a8a1;
}

.wrapper.form.privacy p {
  font-size: 13px;
  padding-left: 25px;
  padding-top: 0px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1.7;
  color: #443c37;
}

.wrapper.form.privacy p a {
  text-decoration: underline;
  color: #c19b76;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.wrapper.form.privacy p a:hover {
  color: #d8b191;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.navbar-brand {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.navbar-brand.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fb-blue span.shorter {
  display: none;
}

.fb-blue span.longer {
  display: inline-block;
}

.wrapper.form input.text,
.wrapper.form textarea {
  font-size: 1rem;
}

.wrapper.form input.empty {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 2px solid #ffffff;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0px 0px 0px 0.2rem rgba(255, 255, 255, 0.21);
  box-shadow: 0px 0px 0px 0.2rem rgba(255, 255, 255, 0.21);
}

.btn-container {
  text-align: center;
}

.btn-container--spaced-top {
  margin-top: 4rem;
}

.btn,
.btn-secondary {
  position: relative;
  border: 0;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  cursor: pointer;
  border-radius: 0px;
  min-width: 200px;
  padding: 0.6rem 2rem;
  font-family: "cocogoose", sans-serif;
  font-weight: 300;
  color: #ffffff !important;
  text-transform: none;
  letter-spacing: .15rem;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  overflow: hidden;
}

.btn.w-auto,
.btn-secondary.w-auto {
  width: auto !important;
  min-width: 200px;
}

.btn.fluid,
.btn-secondary.fluid {
  width: 100%;
}

.btn .icon,
.btn-secondary .icon {
  display: inline-block;
  margin-right: .85rem;
  max-width: 1.53rem;
}

.btn-spaced,
.btn-secondary-spaced {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.btn.go,
.btn-secondary.go {
  margin-top: 1rem;
  min-width: 88px;
}

.btn.go:after,
.btn-secondary.go:after {
  /*content:"";
      position:absolute;
      left:0;
      bottom:0;
      width:0px;
      height:1px;
      background:$darkest;
      @include transition(200ms, all);*/
}

.btn.go img,
.btn-secondary.go img {
  margin-left: 15px;
  margin-right: 0;
}

.btn--no-radius,
.btn-secondary--no-radius {
  border-radius: 0px;
}

.btn-icon,
.btn-secondary-icon {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  width: 30px !important;
  background: url(/svg/aurora-06.svg) center center no-repeat;
  background-size: 15px;
  border: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.btn-icon:hover,
.btn-secondary-icon:hover {
  right: 0px;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.btn-brown,
.btn-secondary-brown {
  color: #ffffff;
  background: #443c37;
}

.btn-beige,
.btn-secondary-beige {
  color: #ffffff;
  background: #c19b76;
}

.btn.more img,
.btn-secondary.more img {
  -webkit-animation-name: spin-back;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn.back .icon,
.btn-secondary.back .icon {
  position: relative;
  display: inline-block;
  margin-right: 1.3rem;
  max-width: 2rem;
  right: 0;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.btn:hover,
.btn-secondary:hover {
  color: #ffffff;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.btn:hover:before,
.btn-secondary:hover:before {
  width: 400px;
  height: 400px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 600ms;
  -moz-transition: all 600ms;
  -webkit-transition: all 600ms;
}

.btn:before,
.btn-secondary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 0px;
  height: 0px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 100;
  border-radius: 100px;
}

.btn.soft-darkest,
.btn-secondary.soft-darkest {
  background-color: #000000;
  color: #000000;
}

.btn.green,
.btn-secondary.green {
  background-color: #22b573;
  color: #ffffff;
  min-width: 100px;
}

.btn.red,
.btn-secondary.red {
  background-color: #e2413e;
  color: #ffffff;
  min-width: 100px;
  float: left;
}

.owl-dots {
  position: absolute;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0;
  bottom: 20px;
}

.owl-dots .owl-dot {
  border-radius: 20px;
  background: #000000;
  height: 10px;
  width: 10px;
  margin-right: 11px;
  display: inline-block;
  background-size: cover !important;
}

.owl-dots .owl-dot.active {
  background: #000000;
}

.owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

body,
html {
  position: relative;
  width: 100%;
  font-family: "Couturier", sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  overflow-x: hidden;
}

.no-overflow {
  overflow: hidden !important;
}

.full-width {
  width: 100%;
}

.table-striped td,
.table-striped th {
  vertical-align: middle;
  border: 0;
}

.table-striped.table-responsive {
  min-width: 100%;
}

.table-striped.table-responsive tbody {
  min-width: 100%;
}

.table-striped.simple-value-list tr td {
  width: 12%;
  vertical-align: middle;
}

.table-striped.simple-value-list tr td:first-child {
  width: 100%;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #808080;
}

.table-striped thead th {
  border: 0;
}

.table-striped td {
  border: 0px;
}

.table-striped td .btn {
  min-width: 0;
  padding: .6rem .6rem;
}

.table-striped thead,
.table-striped th {
  font-size: .9rem;
}

footer {
  z-index: 1;
  position: relative;
}

p {
  font-weight: 400;
  color: #ffffff;
}

.content-centered-text-align {
  width: 100%;
  text-align: center;
}

input[type="checkbox"] {
  width: 0px;
  overflow: hidden;
  display: inline;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.checkbox-span {
  width: 4px;
  margin: 2px 4px 0 0;
  height: 6px;
  float: left;
  position: relative;
  display: block;
  background: transparent;
  margin-right: 10px;
  padding: 8px;
  outline: 0;
  background-size: contain;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  border: 0;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.checkbox-span.checked {
  background: url(/img/spunta_form.svg) #c19b76 center center no-repeat;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

@media (max-width: 575px) {
  header {
    height: 55vh;
  }

  main section {
    padding-left: 0;
    padding-right: 0;
  }

  .limiter {
    margin: 0 auto;
    width: 87%;
    max-width: 320px;
  }

  /* MENU */

  .navbar {
    padding-top: 9px;
    padding-bottom: 5px;
  }

  .navbar--upper-menu {
    background: #f3f1f0;
  }

  .navbar.shadow {
    -webkit-box-shadow: 0px -8px 36px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -8px 36px 0px rgba(0, 0, 0, 0.75);
  }

  .navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #ffffff;
    margin-top: 15px;
    margin-left: 13px;
    border-radius: 0;
  }

  .navbar .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    background-color: transparent !important;
  }

  .navbar .dropdown-menu .dropdown-item:hover {
    color: #000000;
  }

  .navbar .dropdown-menu .dropdown-divider {
    height: 0;
    margin: .1rem 0;
    overflow: hidden;
    border-top: 0;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: auto;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .navbar .navbar-brand.hover {
    position: absolute;
    top: -300px;
    transition: all 0ms;
    -moz-transition: all 0ms;
    -webkit-transition: all 0ms;
  }

  .navbar.open .navbar-brand.hover {
    top: 7px;
    z-index: 1;
    transition: all 0ms;
    -moz-transition: all 0ms;
    -webkit-transition: all 0ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .navbar.open .navbar-collapse {
    top: 0px;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .navbar.open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .navbar .navbar-nav {
    width: 100%;
  }

  .navbar .navbar-nav li {
    text-align: center;
  }

  .navbar .navbar-nav li.spaced {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
  }

  .navbar .navbar-nav li:last-child a.nav-link {
    margin-bottom: 0px;
  }

  .navbar .navbar-nav li:last-child {
    margin-bottom: 0px;
  }

  .navbar .navbar-nav li a.nav-link {
    font-size: 1.45rem;
    color: #ffffff;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    padding: 0;
    line-height: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect {
    position: relative;
    z-index: 0;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0rem;
    bottom: -.2rem;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    opacity: 1;
    filter: alpha(opacity=0);
    left: 0;
    z-index: -1;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect:hover {
    text-decoration: none !important;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect:hover:after {
    content: "";
    height: .5rem;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar .navbar-nav li a.nav-link .shield {
    margin-left: 10px;
    display: inline-block;
  }

  .navbar .navbar-nav li a.nav-link .nav-icon {
    position: relative;
    top: 3px;
    width: 25px;
    height: 21px;
    display: inline-block;
  }

  .navbar .navbar-nav li a.nav-link:hover {
    color: #000000;
  }

  .navbar .navbar-nav li a.btn,
  .navbar .navbar-nav li .btn-secondary {
    font-size: 1rem;
    font-weight: 500;
  }

  .tooltip.show {
    opacity: 1 !important;
  }

  .tooltip .tooltip-inner {
    background-color: #000000;
    padding: 16px 17px;
    color: #000000;
    font-size: .8rem;
    font-weight: 500;
    text-align: left;
    border-radius: 0px;
    -webkit-box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.28);
    line-height: 1.3;
  }

  .tooltip .tooltip-inner span {
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .tooltip .tooltip-inner span:first-child {
    margin-top: 0px;
  }

  .tooltip .tooltip-inner span.question {
    padding-left: 23px;
    width: 100%;
  }

  .tooltip .tooltip-inner span.question:before {
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
    background: url(/img/icons-black/question-mark.svg) center center no-repeat;
    background-size: contain;
  }

  .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before,
  .tooltip.bs-tooltip-top .arrow:before {
    border-width: 9px 9px 0 !important;
    margin-left: 1px !important;
  }

  .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
  .tooltip.bs-tooltip-bottom .arrow:before {
    border-width: 0px 9px 9px !important;
    margin-left: 1px !important;
    top: -2px !important;
  }

  .tooltip .arrow:before {
    border-top-color: #000000 !important;
    border-bottom-color: #000000 !important;
  }

  footer {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  footer .middle {
    padding-top: 2rem;
    padding-bottom: .8rem;
  }

  footer .middle .nav-item {
    padding-bottom: 1.2rem;
    text-align: center;
  }

  footer .last {
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  footer .last .social {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
  }

  footer .last .social:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
  }

  footer .last .social:nth-child(2) {
    margin-left: .7rem;
    margin-right: .7rem;
  }

  footer .last .social img {
    width: 33px;
  }

  footer .sub-footer {
    padding-top: 0;
    padding-bottom: 4rem;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
  }

  footer .sub-footer a {
    color: #c19b76;
  }
}

@media (min-width: 576px) {
  .limiter {
    margin: 0 auto;
    width: 87%;
    max-width: 350px;
  }

  footer {
    padding-bottom: 0;
  }

  footer .middle {
    padding-top: 2rem;
    padding-bottom: .8rem;
  }

  footer .middle .nav-item {
    padding-bottom: 1.2rem;
    text-align: center;
  }

  footer .last {
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-align: center;
  }

  footer .last .social {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
  }

  footer .last .social:hover {
    opacity: .7;
    filter: alpha(opacity=70);
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
  }

  footer .last .social:nth-child(2) {
    margin-left: .7rem;
    margin-right: .7rem;
  }

  footer .last .social img {
    width: 33px;
  }

  footer .sub-footer {
    padding-top: 1.5rem;
    padding-bottom: 3.5rem;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
  }

  footer .sub-footer p {
    font-size: 1rem;
  }
}

@media (max-width: 1199px) {
  /* MENU */

  .navbar.open .hamburger.is-active .hamburger-inner,
  .navbar.open .hamburger.is-active .hamburger-inner::before,
  .navbar.open .hamburger.is-active .hamburger-inner::after {
    background: #443c37;
  }

  .navbar {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 0px;
    background: transparent;
  }

  .navbar .brand.dark {
    display: none;
  }

  .navbar.shadow {
    -webkit-box-shadow: 0px -8px 36px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -8px 36px 0px rgba(0, 0, 0, 0.75);
  }

  .navbar.fixed {
    background: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar.fixed .hamburger .hamburger-inner,
  .navbar.fixed .hamburger .hamburger-inner::before,
  .navbar.fixed .hamburger .hamburger-inner::after {
    background: #443c37;
  }

  .navbar.fixed .brand.dark {
    display: block;
  }

  .navbar.fixed .brand.light {
    display: none;
  }

  .navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #ffffff;
    margin-top: 15px;
    margin-left: 13px;
    border-radius: 0;
  }

  .navbar .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 500;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    background-color: transparent !important;
  }

  .navbar .dropdown-menu .dropdown-item:hover {
    color: #000000;
  }

  .navbar .dropdown-menu .dropdown-divider {
    height: 0;
    margin: .1rem 0;
    overflow: hidden;
    border-top: 0;
  }

  .navbar .navbar-collapse {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: auto;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .navbar .brand-container {
    position: relative;
  }

  .navbar .navbar-brand {
    position: relative;
    z-index: 0;
  }

  .navbar .navbar-brand.hover {
    position: absolute;
    top: -300px;
    transition: all 0ms;
    -moz-transition: all 0ms;
    -webkit-transition: all 0ms;
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms;
    z-index: 1;
  }

  .navbar.open .navbar-brand.hover {
    top: 0vh;
    transition: all 0ms;
    -moz-transition: all 0ms;
    -webkit-transition: all 0ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }

  .navbar.open .main-menu {
    position: relative;
    left: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar.open .main-menu img {
    width: 250px;
    height: auto;
    position: relative;
    top: -39px;
  }

  .navbar.open .main-menu a {
    font-family: "cocogoose", sans-serif;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
  }

  .navbar.open .main-menu .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }

  .navbar.open .main-menu .nav-item:nth-child(3):after,
  .navbar.open .main-menu .nav-item:nth-child(4):after,
  .navbar.open .main-menu .nav-item:last-child:after {
    display: none;
  }

  .navbar.open .main-menu .nav-item:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 40px;
    top: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
  }

  .navbar.open .main-menu small {
    text-align: center;
    color: #b7a8a1;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: .688rem;
    letter-spacing: .05rem;
  }

  .navbar.open li .smaller {
    text-align: center;
    font-weight: 300;
    font-size: 1.1rem;
    font-family: "cocogoose", sans-serif;
    color: #b7a8a1;
  }

  .navbar.open li .smaller.active {
    color: #443c37;
  }

  .navbar.open li span {
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
    font-weight: 300;
    top: -2px;
  }

  .navbar.open li a.nav-link {
    font-size: 1.1rem;
    padding-bottom: 0px;
    font-weight: 300;
    color: white;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    line-height: 0;
  }

  .navbar.open li a.nav-link:hover {
    color: #c19b76;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .navbar.open .navbar-collapse {
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar.open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .navbar .navbar-nav {
    width: 100%;
  }

  .navbar .navbar-nav li {
    text-align: center;
  }

  .navbar .navbar-nav li.spaced {
    margin-top: 1.8rem;
    margin-bottom: 1rem;
  }

  .navbar .navbar-nav li:last-child {
    margin-bottom: 0px;
  }

  .navbar .navbar-nav li a.nav-link {
    font-size: 1.45rem;
    color: #443c37;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    padding: 0;
    line-height: 1.2rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect {
    position: relative;
    z-index: 0;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0rem;
    bottom: -.2rem;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    opacity: 1;
    filter: alpha(opacity=0);
    left: 0;
    z-index: -1;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect:hover {
    text-decoration: none !important;
  }

  .navbar .navbar-nav li a.nav-link.hover-effect:hover:after {
    content: "";
    height: .5rem;
    transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .navbar .navbar-nav li a.nav-link .shield {
    margin-left: 10px;
    display: inline-block;
  }

  .navbar .navbar-nav li a.nav-link .nav-icon {
    position: relative;
    top: 3px;
    width: 25px;
    height: 21px;
    display: inline-block;
  }

  .navbar .navbar-nav li a.nav-link:hover {
    color: #ffffff;
  }

  .navbar .navbar-nav li a.btn,
  .navbar .navbar-nav li .btn-secondary {
    font-size: 1rem;
    font-weight: 500;
  }
}

@media (max-width: 1199px) {
  .navbar .hamburger-box {
    width: 26px;
  }

  .navbar .hamburger-inner::before {
    top: -7px;
  }

  .navbar .hamburger-inner::after {
    bottom: -7px;
  }

  .navbar .hamburger-inner,
  .navbar .hamburger-inner::before,
  .navbar .hamburger-inner::after {
    width: 24px;
    height: 1px;
  }

  .navbar {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 10px;
  }

  .navbar .brand.dark {
    width: 100px;
  }

  .navbar .brand.light {
    width: 100px;
  }
}

@media (min-width: 580px) {
  .fade {
    opacity: 1 !important;
    filter: alpha(opacity=100);
  }
}

@media (min-width: 576px) {
  .limiter {
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
  }
}

@media (min-width: 768px) {
  .wrapper.form.half {
    width: calc(49.9% - 12.5px);
    float: left;
  }

  .wrapper.form.half.first {
    margin-right: 12.5px;
  }

  .wrapper.form.half.second {
    margin-left: 12.5px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .limiter {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-nav {
    padding-top: 0%;
  }

  .navbar .navbar-nav li a.nav-link {
    font-size: 1.55rem;
  }
}

@media (min-width: 1200px) {
  .pt-xl-6 {
    padding-top: 7rem;
  }

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }

  .navbar {
    position: fixed;
    padding: 0;
  }

  .navbar .brand.dark {
    display: none;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) {
    z-index: 10;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) .navbar-nav.main-menu {
    top: 60px;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) .navbar-nav.main-menu li.nav-item a.nav-link {
    color: #443c37;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) .navbar-nav.main-menu li.nav-item a.nav-link:hover {
    color: #c19b76;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) .navbar-nav.main-menu li.nav-item:after {
    background: rgba(204, 204, 204, 0.57);
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) .navbar-nav.main-menu .brand.dark {
    display: block;
    width: auto;
    height: 47px;
    position: relative;
    top: -10px;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu) .navbar-nav.main-menu .brand.light {
    display: none;
  }

  .navbar.navbar-expand-xl.fixed:not(.footer-menu):after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 40px;
    height: 76px;
    background: #ffffff;
    z-index: -1;
  }

  .navbar a {
    color: #443c37;
    text-decoration: none !important;
  }

  .navbar--upper-menu {
    background: #f3f1f0;
    font-family: "cocogoose", sans-serif;
    letter-spacing: .1rem;
    padding: 0;
    font-size: 1rem;
    z-index: 10 !important;
  }

  .navbar--upper-menu .navbar-nav a {
    text-transform: uppercase;
  }

  .navbar--upper-menu .navbar-nav.first {
    width: 100%;
  }

  .navbar--upper-menu .navbar-nav.first li {
    border-right: 1px solid #cccccc;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: .5rem 0;
  }

  .navbar--upper-menu .navbar-nav.first li.lang a {
    color: #b7a8a1;
  }

  .navbar--upper-menu .navbar-nav.first li.lang a.active {
    color: #443c37;
    cursor: default;
  }

  .navbar--upper-menu .navbar-nav.first li.lang a:not(.active):hover {
    color: #c19b76;
  }

  .navbar--upper-menu .navbar-nav.first li a {
    white-space: nowrap;
  }

  .navbar--upper-menu .navbar-nav.first li a img {
    width: 22px;
    margin-right: 6px;
  }

  .navbar .navbar-nav {
    position: relative;
    z-index: 10;
    max-width: 100%;
  }

  .navbar .navbar-nav.first {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .navbar .navbar-nav.main-menu {
    position: absolute;
    top: 115px;
    left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar .navbar-nav.main-menu img {
    width: 250px;
    height: auto;
    position: relative;
    top: -40px;
  }

  .navbar .navbar-nav.main-menu a {
    font-family: "cocogoose", sans-serif;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
  }

  .navbar .navbar-nav.main-menu .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }

  .navbar .navbar-nav.main-menu .nav-item:nth-child(3):after,
  .navbar .navbar-nav.main-menu .nav-item:nth-child(4):after,
  .navbar .navbar-nav.main-menu .nav-item:last-child:after {
    display: none;
  }

  .navbar .navbar-nav.main-menu .nav-item:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 40px;
    top: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
  }

  .navbar .navbar-nav.main-menu small {
    text-align: center;
    color: #b7a8a1;
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: .75rem;
    letter-spacing: .05rem;
  }

  .navbar .navbar-nav li a.nav-link {
    font-size: 1.1rem;
    padding-bottom: 0px;
    font-weight: 300;
    color: white;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    line-height: 0;
  }

  .navbar .navbar-nav li a.nav-link:hover {
    color: #c19b76;
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .wrapper.form input.text,
  .wrapper.form textarea {
    font-size: 1rem;
  }
}

.wrapper.form label.error {
  width: 100%;
  top: initial !important;
  background: #e2413e;
  padding: 2px 17px;
  left: 0;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0;
  bottom: -9px;
  font-size: .6rem;
  height: 15px;
  line-height: 1.4;
}

.wrapper.form textarea + label.error {
  bottom: -8px;
}

.wrapper.form.privacy {
  margin-top: 10px;
  margin-bottom: 30px;
}

.wrapper.form.privacy label {
  display: none !important;
}

.wrapper.form.privacy .checkbox-span.error {
  border-color: #e2413e;
}

.all-padded-content {
  padding: 15px;
  clear: both;
}

.side-padded-content {
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.response-fixed {
  position: fixed;
  top: -300px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 2rem 1rem 2.2rem 1rem;
  z-index: 9999;
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
  color: #ffffff;
}

.response-fixed p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

.response-fixed.error {
  background: #e2413e;
}

.response-fixed.warning {
  background: #000000;
}

.response-fixed.success {
  background: #22b573;
}

.response-fixed.bottom {
  position: fixed;
  bottom: -300px;
  top: initial;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 2rem 1rem 2.2rem 1rem;
  z-index: 9999;
  transition: all 400ms;
  -moz-transition: all 400ms;
  -webkit-transition: all 400ms;
}

.response-fixed.bottom.on {
  bottom: 0px;
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li a {
  font-size: 1rem;
  font-weight: 400;
  color: #443c37;
}

.clear-form {
  width: 100%;
  clear: both;
}

.wrapper.form.focused input.text[readonly='readonly'],
.wrapper.form.focused textarea.text[readonly='readonly'] {
  padding: 20px 15px 4px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* */

::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ebebeb;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #aba6a6;
}

::-webkit-scrollbar-thumb {
  background: #c6c7ca;
  border-radius: 4px;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7a8a1;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7a8a1;
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7a8a1;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7a8a1;
}

/* */

@media (max-width: 1199px) {
  .navbar .navbar-nav li a.nav-link {
    margin-bottom: .2rem;
  }

  .navbar .navbar-nav li small {
    margin-bottom: 1.5rem;
  }

  canvas {
    display: none;
  }
}

.video-wrapper {
  z-index: -1 !important;
  position: absolute !important;
  min-height: 100%;
  max-height: 100%;
}

video {
  z-index: 0;
}

/* */

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 9998;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader #lottie {
  width: 250px;
  height: auto;
}

a {
  color: #c19b76;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

a:hover {
  color: #d8b191;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #c19b76 !important;
  color: #ffffff !important;
}

.daterangepicker td.in-range {
  background-color: rgba(193, 155, 117, 0.21) !important;
}

.video-wrapper {
  z-index: -1 !important;
  position: absolute !important;
  min-height: 100%;
  max-height: 100%;
  top: 0;
}

.video-wrapper .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

video {
  z-index: 0;
}

body,
html {
  background: url(/img/footer.png) bottom center no-repeat #f3f1f0;
}

*:disabled {
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  -webkit-font-variant-ligatures: none !important;
          font-variant-ligatures: none !important;
}

h3.text-greyish {
  color: #b7a8a1;
}

.pic a {
  width: 100%;
  display: block;
}

.pic img {
  width: 100%;
}

.upper_menu {
  width: 100%;
}

.bg-brown {
  background: #443c37;
}

header {
  height: 65vh;
  min-height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

header:after {
  content: "";
  position: absolute;
  lefT: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}

.signature {
  position: absolute;
  bottom: 50px;
  right: 10px;
  width: 250px;
  height: auto;
}

.home-opening-text {
  padding-right: 6.2%;
  padding-left: 5%;
}

.home-opening-text .btn {
  max-width: 180px;
}

h2 {
  font-family: "cocogoose", sans-serif;
  font-size: 4.5rem;
  color: #443c37;
  font-weight: 500;
  line-height: 1;
}

h4 {
  color: #9b8c84;
}

h5 {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #443c37;
  display: inline-block;
  width: 100%;
}

h5 a {
  color: #443c37;
  text-decoration: underline;
}

h5 a:hover {
  color: #685f59;
}

h6 {
  font-family: "cocogoose", sans-serif;
  letter-spacing: .15rem;
  color: #b7a8a1;
  font-size: 1.2rem;
  display: inline-block;
  width: 100%;
}

p {
  font-family: "Couturier", sans-serif;
  font-weight: 300;
  color: #9b8c84;
  line-height: 2;
  font-size: 1rem;
}

p strong {
  color: #c19b76;
}

p.listed {
  font-family: "cocogoose", sans-serif;
  padding-left: 1.7rem;
  font-weight: 300;
  font-size: 1.08rem;
  background: url(/svg/aurorasvg-03.svg) left top 4px no-repeat;
  background-size: 15px;
  line-height: 1.65;
  display: inline-block;
  margin-right: 17px;
}

p.listed:last-child {
  margin-bottom: 0px;
}

.page-title {
  color: #ffffff;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.page-subtitle {
  color: #ffffff;
  font-family: "Couturier", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
}

.content-max-width {
  width: 90%;
  max-width: 1430px;
  margin: 0 auto;
}

.block {
  border: 1px solid #c19b76;
  border-top: 0px;
  padding: 20px;
}

.block span {
  position: absolute;
  left: 30px;
  top: 10px;
  font-size: 1.2rem;
  color: #b7a8a1;
  font-family: "Couturier", sans-serif;
}

.block picture {
  position: absolute;
  width: calc(100% - 30px);
  text-align: center;
  height: auto;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 150px;
}

.block picture:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 65px);
  height: 1px;
  background: #c19b76;
}

.block picture:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(50% - 65px);
  height: 1px;
  background: #c19b76;
}

.block img {
  width: 90px;
  height: 90px;
}

.block h3 {
  max-width: 88%;
  margin: 0 auto;
  font-size: 2.2rem;
  font-family: "cocogoose", sans-serif;
  color: #ffffff;
}

.block h3.text-brown {
  color: #443c37;
}

.highlight-booking {
  display: none;
}

@media (min-width: 1200px) {
  .show_form {
    position: absolute;
    bottom: 143px;
    left: 39px;
    width: 39px;
    height: 39px;
    background: url(/svg/calendar-01.svg) center center no-repeat;
    background-size: 18px;
    z-index: 1000;
    cursor: pointer;
    background-color: #6b615b;
  }

  .hide_form {
    position: absolute;
    bottom: 143px;
    left: 39px;
    width: 39px;
    height: 39px;
    background: url(/svg/down.svg) center center no-repeat;
    background-size: 18px;
    z-index: 1000;
    cursor: pointer;
    background-color: #6b615b;
  }

  .highlight-booking {
    display: block;
    position: absolute;
    top: -39px;
    left: 0;
    padding: 10px 25px 10px 28px;
    background: #c19b76;
    width: auto;
  }

  .highlight-booking h4 {
    text-transform: uppercase;
    font-family: "cocogoose", sans-serif;
    font-size: 1.14rem;
    font-weight: 300;
    letter-spacing: .15rem;
    margin-bottom: 0;
    color: #ffffff;
  }

  .signature {
    position: absolute;
    bottom: -50px;
    left: 350px;
    width: 250px;
    height: auto;
  }

  .gallery h2 {
    margin-bottom: 3.5rem !important;
  }

  .gallery .bg-brown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pic {
    width: 33.33333333%;
    float: left;
  }

  .pic a {
    background: rgba(0, 0, 0, 0);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    display: inline-block;
  }

  .pic a:hover {
    background: rgba(0, 0, 0, 0.2);
    transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
  }

  .pic img {
    max-width: 100%;
    visibility: hidden;
  }
}

footer .checkbox-span {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
}

footer .navbar {
  position: relative !important;
}

footer .navbar .navbar-nav.main-menu {
  top: 0;
  left: 0;
  position: relative;
  max-width: 100%;
}

footer .navbar .navbar-nav.main-menu .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

footer .navbar .navbar-nav.main-menu .nav-item:nth-child(3):after,
footer .navbar .navbar-nav.main-menu .nav-item:nth-child(4):after {
  display: block;
}

footer img {
  max-width: 250px;
}

footer img.social {
  max-width: 25px;
}

footer h5 {
  font-size: 1rem;
}

footer h5 a {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}

footer h5 a:hover {
  color: #b7a8a1;
}

footer .form h5 {
  line-height: 1;
}

@media (max-width: 1199px) {
  header {
    min-height: 50vh;
  }

  .page-title,
  .page-subtitle {
    text-align: center;
  }

  h2 {
    font-size: 3.8rem;
  }

  .page-subtitle {
    font-size: 1.6rem;
  }

  section.mountains {
    background: url(/img/bg2-m.png) top center no-repeat !important;
    background-size: cover !important;
    /* h2{
      color:$brown !important;
    }*/
  }

  .block {
    margin-bottom: 70px;
  }

  .pic {
    width: 50%;
    float: left;
  }

  body,
  html {
    background: url(/img/footer-m.png) bottom center no-repeat #f3f1f0;
    background-size: auto 150vh;
  }

  footer h5 {
    font-size: 1rem;
  }

  footer h5 a {
    width: 100%;
    display: inline-block;
  }

  .content-max-width {
    width: 100%;
  }
}

p.listed.section {
  width: 100%;
}

@media (min-width: 576px) {
  p.listed.section {
    width: 50%;
    float: left;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .pic {
    width: 33.3333333%;
    float: left;
  }
}

@media (max-width: 991px) {
  h2.smaller {
    font-size: 3rem;
  }

  .signature {
    position: relative;
    bottom: 0;
    right: 0;
    width: 200px;
    height: auto;
    margin-top: 10px;
  }

  header,
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header {
    min-height: 62vh;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .signature {
    position: absolute;
    bottom: -26px;
    left: 59%;
    width: 230px;
    height: auto;
  }
}

@media (min-width: 992px) {
  p.listed {
    letter-spacing: .1rem;
    width: calc(33.3333% - 1.7rem);
    margin-right: 0;
    font-size: 1.1rem;
    padding-left: 1.7rem;
    background: url(/svg/aurorasvg-03.svg) left top 4px no-repeat;
    background-size: 15px;
    line-height: 1.65;
    display: inline-block;
  }

  p.listed.section {
    width: 33.33333333%;
    float: left;
  }
}

@media (max-width: 1460px) {
  .gallery .btn {
    display: none !important;
  }
}

@media (min-width: 1461px) {
  .gallery .btn {
    width: 200px;
    margin: 0 auto;
  }
}

.mq {
  background: #c19b76;
  padding: .4rem 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
  display: inline-block;
  max-width: 70px;
  text-align: center;
  white-space: nowrap;
}

.mq span {
  font-size: .55rem;
  position: relative;
  top: -6px;
}

@media (min-width: 1200px) {
  p.listed.section {
    width: 25%;
    float: left;
  }

  .mq {
    font-size: 1.3rem;
    max-width: 80px;
  }

  .mq span {
    font-size: .55rem;
    position: relative;
    top: -11px;
    right: -3px;
  }
}

@media (min-width: 1200px) and (max-width: 1570px) {
  .no-margin-top-mid-xl {
    margin-top: 0px !important;
  }
}

.room {
  border: 15px solid #ffffff;
  -webkit-box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.1);
}

iframe {
  width: 100%;
  height: 50vh;
  min-height: 600px;
  border: 15px solid #ffffff;
  -webkit-box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  iframe {
    height: 50vh;
    min-height: 350px;
  }
}

.picture-block {
  position: relative;
  z-index: 0;
  min-height: 200px;
  width: 100%;
}

.picture-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.picture-block:hover:after {
  background: rgba(0, 0, 0, 0.7);
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

.picture-block .btn {
  max-width: 150px;
  margin: 0 auto;
}

.picture-block h4,
.picture-block p,
.picture-block .btn {
  position: relative;
  z-index: 10;
}

.picture-block h4 {
  font-family: "cocogoose", sans-serif;
  font-size: 2rem;
}

.booking {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f3f1f0;
  width: 65vw;
  min-width: 1150px;
  max-width: 1300px;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  font-family: 'cocogoose';
}

.booking .show_form {
  opacity: 0;
  z-index: 1;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.booking .hide_form {
  opacity: 1;
  z-index: 10;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.booking.hide {
  bottom: -143px;
}

.booking.hide .show_form {
  opacity: 1;
  z-index: 10;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.booking.hide .hide_form {
  opacity: 0;
  z-index: 1;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.booking .mini-container {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 16%;
  min-width: 200px;
  display: inline-block;
  margin-right: 2%;
  float: left;
  padding-right: 30px;
}

.booking .mini-container.longer {
  /*width: 26%;
      min-width: 220px;
      cursor:pointer;*/
  width: 17%;
  min-width: 220px;
  cursor: pointer;
  padding-right: 0;
  border: 0;
  margin-right: 0;
}

.booking .mini-container.longer.last {
  border: 0;
  margin-right: 0 !important;
  padding-left: 0px;
}

.booking .minus,
.booking .plus,
.booking .more {
  cursor: pointer;
}

.booking .minus img,
.booking .plus img,
.booking .more img {
  border-radius: 100px;
  -webkit-box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 16px 3px rgba(0, 0, 0, 0.1);
}

.booking .btn {
  position: absolute;
  left: 82.5%;
  width: 20%;
  height: 100% !important;
  top: 0;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.booking .btn:hover {
  color: #ffffff;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
}

.booking .btn:hover:before {
  width: 400px;
  height: 400px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 600ms;
  -moz-transition: all 600ms;
  -webkit-transition: all 600ms;
}

.booking .btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  width: 0px;
  height: 0px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 100;
  border-radius: 100px;
}

.booking .number {
  font-size: 4rem;
  line-height: 1.2;
  width: 45px;
  height: 55px;
  margin-left: 25px;
  margin-right: 25px;
  color: #443c37;
  text-align: center;
}

.booking .date {
  width: 140px;
  font-size: .9rem;
  font-family: "Couturier", sans-serif;
  color: #443c37;
  color: rgba(68, 60, 55, 0.92);
}

.booking label {
  font-family: "cocogoose", sans-serif;
  font-weight: lighter;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2rem;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  font-size: 1.05rem;
  text-align: left;
  padding-bottom: 0px;
  font-weight: 300;
  color: #b7a8a1;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  line-height: 0;
  margin-bottom: 5px;
}

[data-fancybox="gallery"] {
  position: relative;
}

[data-fancybox="gallery"]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/svg/lens.svg) center center no-repeat;
  background-size: 45px;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

[data-fancybox="gallery"]:hover:before {
  opacity: 1;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
}

a.link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10;
}

a.link-cover:hover + a {
  color: #c19b76 !important;
}

.daterangepicker {
  font-family: "cocogoose", sans-serif !important;
}

select,
#checkout,
#checkin {
  height: 0px;
  overflow: hidden;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inherit;
}

@media (max-width: 1490px) {
  .booking form {
    margin-left: 0px !important;
  }
}

@media (min-width: 1491px) {
  .highlight-booking {
    padding: 10px 25px 10px 87px;
  }

  .booking {
    padding-left: 3rem !important;
  }

  .booking .btn {
    font-size: 1.14rem;
    font-weight: 300;
    left: 94%;
  }

  .booking .mini-container {
    width: 21%;
    padding-left: 2.7%;
    margin-right: 3%;
  }
}

.pic img {
  visibility: hidden;
}

.volume {
  position: absolute;
  bottom: 143px;
  left: 0;
  width: 39px;
  height: 39px;
  background: url(/img/volume.svg) center center no-repeat;
  background-size: 22px;
  z-index: 1000;
  cursor: pointer;
  background-color: #443c37;
}

.volume.active {
  background: url(/img/volumeup.svg) center center no-repeat;
  background-color: #443c37;
  background-size: 22px;
}

@media (max-width: 1199px) {
  .volume {
    bottom: 0px;
    right: 0px;
    left: initial;
  }
}

.video-wrapper {
  background: #000000;
}

#video_background {
  min-width: 100vw !important;
  height: auto !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.daterangepicker {
  margin-left: -27px;
}

@media (min-width: 992px) {
  .block {
    height: 100%;
  }

  .block h3 {
    word-break: break-word;
  }
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.popup p {
  text-align: center;
}

.popup strong {
  font-size: 1.2rem;
  line-height: 1;
}

.popup span.highlight {
  font-size: 1.2rem;
  color: #443c37;
  font-weight: bold;
  display: inline-block;
  padding: 1.5rem;
}

@media (max-width: 575px) {
  .popup h2 {
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center !important;
  }

  .popup p {
    text-align: center;
  }

  .popup strong {
    font-size: 1rem;
    line-height: .8;
  }

  .popup span.highlight {
    font-size: 1rem;
    color: #443c37;
    font-weight: bold;
    display: inline-block;
    padding: .7rem;
  }
}

.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  opacity: 1;
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.popup .close:hover {
  opacity: .8;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.popup .content {
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 700px;
  max-height: 550px;
  height: 90%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "";
  position: absolute;
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0px 1px 6px rgba(255, 255, 255, 0.27);
          box-shadow: 0 0px 1px 6px rgba(255, 255, 255, 0.27);
  z-index: 10;
}

.popup .content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: -1;
}

