@charset "UTF-8";
/*--- */
/* text color*/
/* for fill background-color */
/* color palette */
/* color palette */
.hidden {
  display: none !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", "Lato", "sans-serif";
  font-weight: normal;
  line-height: 1.7;
  color: #666666;
  background: #f8f8f8;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: auto;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.row-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.dashed-divider {
  border-bottom: 2px dashed #242424;
  position: relative;
  width: 100%;
  padding: 5px 0;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-48 {
  padding-bottom: 48px;
}

.p-b-26 {
  padding-bottom: 26px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-l-20 {
  padding-left: 20px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-44 {
  margin-bottom: 44px;
}

ul li {
  list-style-type: none;
}

a {
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
  transition: all 0.4s ease;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
  color: #0049ff;
}

button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.form-control:focus {
  box-shadow: none;
}

.full-width {
  width: 100% !important;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.b-0 {
  border: 0;
}

.text-muted {
  color: #656565 !important;
}

.fa {
  font-size: 14px;
}

a,
.btn,
.btn:hover {
  text-decoration: none;
}

a:focus,
.btn:focus,
.btn:focus {
  outline: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.invalid-feedback {
  font-size: 12px;
  letter-spacing: 0.5px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.select,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /* Firefox 1-3.6 */
  border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}

.btn {
  font-size: 14px;
  font-weight: normal;
  padding: 14px 34px;
  border: 1px solid;
  border-radius: 0;
  color: #707070;
  margin-bottom: 14px;
  letter-spacing: 0.8px;
  outline: 0;
  transition: all 0.4s ease;
}

button.btn.btn-lg,
a.btn.btn-lg {
  padding: 20px 54px !important;
}

a.btn.btn-lg.black-btn.book-now-btn {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

button.btn.primary-btn.fill-primary,
a.btn.primary-btn.fill-primary {
  position: relative;
  background: #f98d59;
  color: #fff;
  border-color: #f98d59;
  padding: 14px 34px;
}

button.btn.primary-btn.fill-primary:hover,
a.btn.primary-btn.fill-primary:hover {
  background: #f87638;
  border-color: #f87638;
  color: #fff;
}

li button.btn.primary-btn.btn-outline,
button.btn.primary-btn.btn-outline {
  border-color: #f98d59;
  color: #f98d59;
}

li button.btn.primary-btn.btn-outline {
  margin-bottom: 0;
  font-size: 13px;
  margin-left: 14px;
}

button.btn.primary-btn.btn-outline {
  padding: 14px 34px;
}

li button.btn.fill-transparent,
button.btn.fill-transparent {
  background: transparent;
}

li button.btn.primary-btn.btn-outline.fill-transparent:hover,
button.btn.primary-btn.btn-outline.fill-transparent:hover {
  background: #f98d59;
  border-color: #f98d59;
  color: #fff;
  box-shadow: none;
}

button.btn.black-btn.btn-outline.fill-transparent {
  background: #f8f8f8;
  color: #707070;
  border-color: #707070;
}

button.btn.black-btn.btn-outline.fill-transparent:hover {
  background: #707070;
  border-color: #707070;
  color: #fff;
  transform: translateY(-5px);
}

button.btn.black-btn,
a.btn.black-btn {
  padding: 14px 34px;
  background: #707070;
  color: #fff;
  border-color: #707070;
}

button.btn.black-btn:hover,
a.btn.black-btn:hover {
  background: #242424;
  border-color: #242424;
  color: #fff;
  box-shadow: 0 24px 48px -12px rgba(104, 104, 104, 0.6);
}

span.required-field-indicator {
  color: #f44336;
  font-size: 14px;
}

section {
  padding: 60px 0;
}

section.page-title {
  padding: 20px 0;
  background: #e1e1e1;
}

.page-title .section-title-wrapper {
  margin-bottom: 0;
}

.section-header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.section-title {
  font-size: calc(30px + (36 - 30) * ((100vw - 300px) / (1600 - 300)));
  line-height: 36px;
  font-weight: 800;
  text-align: left;
  color: #212121;
  letter-spacing: 0.8px;
}

.section-title-wrapper {
  margin-bottom: 34px;
  text-align: left;
}

.section-subtitle {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

.section-title-wrapper .section-title {
  position: relative;
  display: inline-block;
}

.column-title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  margin-bottom: 24px;
}

.column-title-wrapper .section-title-wrapper {
  margin-bottom: 14px;
}

.blurb {
  font-size: 13px;
  color: #242424;
  letter-spacing: 0.4px;
  font-weight: normal;
  margin-bottom: 24px;
}

/* card start */
.card {
  border: 0;
  border-radius: 4px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.4s ease;
  overflow: hidden;
}

.card-img {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.card-img.img-sm img {
  height: 200px;
}

.card-img img {
  width: 100%;
  height: 166px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-title {
  font-size: 18px;
  font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 500;
  text-align: center;
  color: #212121;
  margin-bottom: 0;
}

.card-blurb-wrapper {
  padding: 14px;
}

.card .blurb-wrapper {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.card:hover .card-img img {
  transform: scale(1.06) translateZ(0);
  opacity: 0.9;
}

/* card close */
/* scroll down arrow start */
.scroll-down {
  display: block;
  margin: -5% auto 5%;
  position: relative;
  width: 62px;
  height: 62px;
  margin: 0px auto 0;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.scroll-down a {
  width: 100%;
  display: block;
}

.scroll-down a i {
  font-size: 34px;
  color: #fff;
  display: inline-block;
  animation: scroll-slide 1.5s infinite normal ease forwards;
}

.scroll-down a i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: scroll-slide 1.5s 0.25s infinite normal ease forwards;
}

@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    background-size: 0 auto;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    background-size: 20% auto;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    background-position: center bottom;
    background-size: 0 auto;
  }
}
@keyframes scroll-slide {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(20px, 20px);
  }
}
/* scroll down arrow close */
/* navigation bar start */
.navigation-bar {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 14px 0;
  background: #fbfbfb;
  transition: all 0.4s ease;
  z-index: 999;
}

.navigation-bar.light-nav {
  background: white;
}

.navigation-bar.light-nav .navbar-brand img {
  height: 34px;
}

a.navbar-brand span {
  font-weight: 700;
  color: #242424;
  font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1600 - 300)));
}

.navigation-bar.light-nav li button.btn.primary-btn.btn-outline {
  color: #f98d59;
}

.navigation-bar.light-nav li button.btn.primary-btn.btn-outline:hover {
  color: #fff;
}

.navigation-bar .lang-select button.btn-select li::after {
  color: #707070;
}

.navigation-bar .lang-select button.btn-select:hover li::after {
  color: #f98d59;
}

nav {
  z-index: 1;
}

.navbar {
  padding: 0;
}

a.navbar-brand {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.brand-name {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.brand-name span {
  font-size: 14px;
}

.pull-right ul.navbar-nav {
  margin-left: auto;
}

.navbar-brand img {
  margin-right: 10px;
  height: 41px;
  transition: all 0.4s ease;
}

nav ul.nav.navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 16px;
  color: #707070;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.show,
.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .active > .nav-link,
.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .nav-link.active,
.navigation-bar.light-nav .navbar-expand-lg .navbar-nav .nav-link.show {
  color: #f98d59;
}

.navbar-expand-lg .navbar-nav .nav-link:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f98d59;
  cursor: pointer;
}

.navbar-expand-lg .navbar-nav .nav-link[aria-expanded=true] {
  color: #f98d59;
  cursor: pointer;
}

nav .navbar-nav .nav-item {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler {
  color: white;
  border-color: white;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #f7f7f7;
  border: solid 1px rgba(0, 0, 0, 0.15);
}

.navbar-expand-lg .navbar-nav .dropdown-menu::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f7f7f7;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-left: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu::after {
  top: calc(-0.25rem - 1px);
  left: 1rem;
  transform: rotate(-45deg);
}

.dropdown-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 14px;
}

.dropdown-item-wrapper a.dropdown-item {
  padding: 4px;
  background: transparent;
  width: 100%;
}

.dropdown-item-wrapper a.dropdown-item:hover {
  color: #f98d59;
}

.dropdown-item-img {
  display: none;
}

.dropdown-item-img img {
  width: 100%;
}

.hidden-desktop {
  display: block;
}

button.navbar-toggler {
  position: relative;
  display: block;
  background: 0 0;
  outline: 0;
  transition: all 0.3s ease;
  width: 44px;
  height: 34px;
  cursor: pointer;
}

button span.line {
  position: relative;
  height: 2px;
  background: #585858;
  width: 100%;
  display: block;
  margin: 4px 0;
  transform-origin: center;
  transition: all 0.3s ease;
}

button.navbar-toggler:hover span.line {
  background: rgba(112, 112, 112, 0.7);
}

button.navbar-toggler {
  color: unset;
  border: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(1) {
  transform: translateY(6px) rotate(-135deg);
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(2) {
  transform: translateY(0) rotate(135deg);
  opacity: 0;
}

button.navbar-toggler[aria-expanded=true] .line:nth-child(3) {
  transform: translateY(-6px) rotate(135deg);
}

button.desktop-menu-toggler {
  display: none;
}

.collapsing {
  transition: all 0.3s ease;
}

.dropdown-menu {
  border: 0;
  box-shadow: 0px 8px 14px -4px rgba(0, 0, 0, 0.16);
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus {
  background: transparent;
}

.dropdown-menu a.dropdown-item.nav-link {
  color: #585858;
}

li button.btn.primary-btn.btn-outline {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
}

li button.btn.primary-btn.btn-outline span.icon {
  margin-right: 10px;
  font-size: 20px;
}

span.current-temp {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 24px;
}

span.current-temp .current-temp-icon {
  font-size: 34px;
}

.temp-wrapper {
  position: absolute;
  right: 104px;
  top: -3px;
}

.toggle-btn-lng-selector {
  position: absolute;
  text-align: 0;
  right: 0;
}

/* language selector start */
.language-selector .vodiapicker {
  display: none;
}

.language-selector #a {
  padding-left: 0px;
}

.language-selector #a img {
  width: 22px;
  transition: all 0.4s ease;
}

.language-selector .btn-select img {
  width: 32px;
  transition: all 0.4s ease;
}

.language-selector #a li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.language-selector #a li:hover {
  background-color: #f4f3f3;
}

.language-selector #a li img {
  margin: 5px 5px 5px 0;
}

.language-selector #a li span,
.language-selector .btn-select li span {
  margin-left: 30px;
}

/* item list */
.language-selector .b {
  position: absolute;
  top: 48px;
  right: 0;
  background: #fff;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.language-selector .open {
  display: show !important;
}

.language-selector .btn-select {
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  transition: all 0.4s ease;
}

.language-selector .btn-select li {
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.language-selector .btn-select:hover li img {
  opacity: 0.9;
}

.language-selector .btn-select:hover li::after {
  color: #f98d59;
}

.language-selector .btn-select:hover {
  background-color: transparent;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px transparent;
}

.language-selector .btn-select:focus {
  outline: none;
}

button.btn-select li span {
  display: none;
}

.language-selector .b #a li {
  font-size: 13px;
  letter-spacing: 0.4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 12px;
  cursor: pointer;
}

.language-selector .b #a li span {
  margin-left: 12px;
  color: #212121;
}

.language-selector #a {
  margin-bottom: 0;
}

.lang-select button.btn-select li::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
  transition: all 0.4s ease;
}

.language-selector .b #a::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-left: none;
}

.language-selector .b #a::after {
  top: calc(-0.25rem - 1px);
  right: 1rem;
  transform: rotate(-45deg);
}

/* language selector close */
/* navigation bar close */
section.main-middle-content-wrapper {
  position: relative;
  padding: 90px 0 0;
  min-height: 84vh;
  padding: 0;
}

/* hero img slider section start */
section.hero-img-slider {
  padding: 0;
}

#hero-img-slider .carousel-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
}

#hero-img-slider span.carousel-slider-icon {
  background: #e1e1e1;
  color: #242424;
  padding: 14px 12px;
  font-size: 24px;
}

#hero-img-slider .carousel-control-next,
#hero-img-slider .carousel-control-prev {
  opacity: 0.8;
  transition: all 0.4s ease;
}

#hero-img-slider .carousel-control-next:hover,
#hero-img-slider .carousel-control-prev:hover {
  opacity: 1;
}

#hero-img-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

section#hero-img-slider {
  position: relative;
}

.hero-img-slider a.btn.btn-lg {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 16;
}

.hero-img-slider .carousel-caption {
  bottom: 140px;
}

/* hero img slider section close */
/* navigationBar section start */
div#navigationBar {
  display: none;
  transition: all 0.4s ease;
}

div#navigationBar .collapse {
  display: block;
}

div#navigationBar ul.nav.navbar-nav {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

div#navigationBar ul.nav.navbar-nav li.nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 16px;
  color: #707070;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}

div#navigationBar ul.nav.navbar-nav li.nav-item .nav-link:hover {
  color: #f98d59;
  cursor: pointer;
}

div#navigationBar ul.nav.navbar-nav li.nav-item .active > .nav-link,
div#navigationBar ul.nav.navbar-nav li.nav-item .nav-link.active,
div#navigationBar ul.nav.navbar-nav li.nav-item .nav-link.show,
div#navigationBar ul.nav.navbar-nav li.nav-item .active > .nav-link,
div#navigationBar ul.nav.navbar-nav li.nav-item .nav-link.active,
div#navigationBar ul.nav.navbar-nav li.nav-item .nav-link.show {
  color: #f98d59;
}

/* navigationBar section close */
/* about section start */
.about-content-wrapper {
  margin: 14px 0;
}

.about-content-wrapper .section-title-wrapper {
  margin-bottom: 14px;
}

.about-content-wrapper .section-title-wrapper .section-subtitle {
  font-weight: 700;
}

.about-img-wrapper {
  margin: 14px 0;
}

.about-img-wrapper figure {
  width: 100%;
  position: relative;
}

.about-img-wrapper figure img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
}

.about-img-wrapper figure figcaption {
  position: absolute;
  bottom: 60px;
  right: 20px;
  padding: 14px;
  background: #fff;
  font-family: "Dancing Script", "cursive", "Lato", "Open Sans", "sans-serif";
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #242424;
  box-shadow: 0 18px 40px -12px rgba(24, 24, 24, 0.35);
  /* border: 1px solid #242424; */
  transition: all 0.4s ease;
}

.carousel-caption h5 {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 24px;
  text-shadow: 2px 2px 2px rgba(24, 24, 24, 0.4);
}

.about-col .about-wrapper .about-content-wrapper .blurb {
  text-align: left;
}

section#feestzaal .about-img-wrapper figure figcaption {
  bottom: 60px;
  right: unset;
  left: 20px;
}

section#feestzaal .about-img-wrapper figure:hover figcaption {
  transform: translateX(40px);
}

.about-img-wrapper figure:hover {
  cursor: pointer;
}

.about-img-wrapper figure:hover figcaption {
  color: #f87638;
  transform: translateX(-40px);
}

.about-img-wrapper figure:hover img {
  transform: scale(0.98);
}

/* about section close */
/* facilities-nearby-house-rules section start */
section.facilities-nearby-house-rules {
  background: #f1f1f1;
  padding: 80px 0;
}

.facilities-nearby-house-rules .nav-pills-custom .nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav-link-icon img {
  height: 34px;
}

.facilities-nearby-house-rules .nav-pills-custom .nav-link .nav-link-icon {
  margin-right: 14px;
  transition: all 0.4s ease;
}

.facilities-nearby-house-rules .nav-pills-custom .nav-link.active .nav-link-icon {
  margin-right: 24px;
}

.facilities-nearby-house-rules .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
  border-radius: 0;
  box-shadow: 0 18px 40px -12px rgba(24, 24, 24, 0.14);
}

.facilities-nearby-house-rules .nav-pills-custom .nav-link.active {
  color: #f98d59;
  background: #fff;
  box-shadow: 0 18px 40px -12px rgba(24, 24, 24, 0.35);
  z-index: 1;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .facilities-nearby-house-rules .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.facilities-nearby-house-rules .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.fnhr-title {
  font-size: 18px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 24px;
}

.fnhr-body.blurb p,
.fnhr-body.blurb li,
.fnhr-body.blurb a {
  font-size: 13px;
}

.fnhr-sub-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.fnhr-sub-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fnhr-sub-title img {
  width: 24px;
  margin-right: 10px;
}

.fnhr-sub-item-wrapper {
  margin-bottom: 24px;
}

.fnhr-sub-body ul li {
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fnhr-sub-body ul li.inline-li {
  display: inline-block;
  margin-right: 14px;
}

.fnhr-sub-body ul li.inline-li:last-child {
  margin-right: 0;
}

.fnhr-sub-body ul li img {
  width: 24px;
  margin-right: 10px;
}

.fnhr-sub-body ul li span {
  color: #585858;
}

ul.checkmark li {
  position: relative;
  padding-left: 20px;
}

ul.checkmark li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #f98d59;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.multiple-fnhr-sub-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.multiple-fnhr-sub-item-wrapper .fnhr-sub-item-wrapper {
  width: calc(100% / 3 - 20px);
  margin: 10px 10px 24px;
  /* display: inline-block; */
}

.multiple-fnhr-sub-item-wrapper.whats-nearby-sub-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.multiple-fnhr-sub-item-wrapper.whats-nearby-sub-item .fnhr-sub-item-wrapper.whats-nearby-item {
  width: calc(100% / 2 - 20px);
  margin: 10px 10px 24px;
}

.multiple-fnhr-sub-item-wrapper.whats-nearby-sub-item .fnhr-sub-item-wrapper.whats-nearby-item .fnhr-sub-body ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.multiple-fnhr-sub-item-wrapper.whats-nearby-sub-item .fnhr-sub-item-wrapper.whats-nearby-item .fnhr-sub-body ul li span {
  margin-right: 14px;
  color: #242424;
}

.multiple-fnhr-sub-item-wrapper.whats-nearby-sub-item .fnhr-sub-item-wrapper.whats-nearby-item .fnhr-sub-body ul li span.distanct {
  margin-right: 0;
  color: #585858;
}

.fnhr-wrapper.house-rules-wrapper .house-rules-icon-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fnhr-wrapper.house-rules-wrapper .house-rules-icon {
  margin-right: 10px;
}

.fnhr-wrapper.house-rules-wrapper .house-rules-icon img {
  width: 24px;
}

.fnhr-wrapper.house-rules-wrapper .house-rules-title {
  font-weight: 600;
}

.fnhr-wrapper.house-rules-wrapper .fnhr-body.blurb .blurb {
  margin-bottom: 0;
}

.fnhr-wrapper.house-rules-wrapper ul li {
  margin-bottom: 14px;
}

.fnhr-wrapper.house-rules-wrapper li,
.fnhr-wrapper.house-rules-wrapper li p,
.fnhr-wrapper.house-rules-wrapper li a {
  font-size: 13px;
}

.fnhr-wrapper.house-rules-wrapper .hotel-payment-method ul li img {
  width: 80px;
}

.fnhr-wrapper.house-rules-wrapper .hotel-payment-method ul li {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
}

.fnhr-wrapper.house-rules-wrapper .hotel-payment-method ul li:last-child {
  margin-right: 0;
}

/* facilities-nearby-house-rules section close */
/* gallery section start */
section.gallery .section-title-wrapper {
  text-align: center;
}

.masonry-column {
  position: relative;
  text-align: center;
}

.masonry {
  transition: all 0.5s ease-in-out;
  column-gap: 20px;
  column-fill: initial;
}

.masonry .brick {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.masonry .brick img {
  max-width: 100%;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.masonry .brick:hover img {
  opacity: 0.75;
  transform: scale(1);
}

.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

.masonry .overlay-content {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  color: #fff;
  background: rgba(33, 33, 33, 0.7);
  letter-spacing: 0.4px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.8s ease;
}

.masonry .overlay-content .gallery-name {
  font-size: 16px;
  font-weight: 700;
}

.masonry .overlay-content .description {
  font-size: 13px;
}

.masonry .brick:hover .overlay-content {
  opacity: 1;
  transform: translateY(0);
}

.masonry .brick img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

section.gallery .masonry.animation-wrapper > .brick:nth-child(1),
section.gallery .masonry.animation-wrapper > .brick:nth-child(3),
section.gallery .masonry.animation-wrapper > .brick:nth-child(7),
section.gallery .masonry.animation-wrapper > .brick:nth-child(9) {
  height: auto;
}

section.gallery .masonry.animation-wrapper > .brick:nth-child(2),
section.gallery .masonry.animation-wrapper > .brick:nth-child(8) {
  height: auto;
}

section.gallery .masonry.animation-wrapper > .brick:nth-child(5) {
  height: auto;
}

section.gallery .masonry.animation-wrapper > .brick:nth-child(4) {
  height: auto;
}

section.gallery .masonry.animation-wrapper > .brick:nth-child(6) {
  height: auto;
}

.masonry-column button.btn.primary-btn.fill-primary,
.masonry-column a.btn.primary-btn.fill-primary {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}

.gallery-bottom-caption {
  font-family: "Dancing Script", "cursive", "Lato", "Open Sans", "sans-serif";
  font-size: 16px;
  color: #242424;
  letter-spacing: 0.4px;
  text-align: center;
  margin: 8px 0;
}

.masonry .brick .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  transition: all 0.4s ease;
}

.masonry .brick:hover .overlay {
  opacity: 0.4;
}

.masonry .brick .search-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(1) translate3d(0, 0, 0);
  pointer-events: none;
  transition: all 0.6s ease;
}

.masonry .brick .search-icon::after {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transform-origin: center;
  transition: all 200ms linear;
}

.masonry .brick:hover .search-icon {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1.4) translate3d(0, 0, 0);
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}
/* gallery section close */
/* contact section start */
.map-wrapper {
  margin-top: 34px;
}

.map-col {
  order: 2;
}

.contact-col {
  order: 1;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 100%;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

.contact-us-content-wrapper {
  background-color: #f0f1f0;
  text-align: left;
  border-radius: 4px;
  color: #242424;
  padding: 24px 34px;
  position: relative;
  transition: all 0.4s ease;
}

.row.contact-us-row {
  margin-right: 0;
  margin-left: 0;
}

.contact-us-content-wrapper .blurb {
  margin-bottom: 0;
}

.contact-us-content-wrapper .blurb-item,
.contact-us-content-wrapper .blurb-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #242424;
}

.contact-us-content-wrapper .blurb-item span.icon {
  margin-right: 8px;
  font-size: 24px;
}

.contact-us-content-wrapper .blurb-item i {
  color: #585858;
  transition: all 0.4s ease;
}

.contact-us-content-wrapper .blurb-item a {
  width: 100%;
}

.contact-us-content-wrapper .blurb-item span.icon {
  margin-right: 8px;
  font-size: 24px;
}

.contact-us-content-wrapper .blurb-item:hover,
.contact-us-content-wrapper .blurb-item:hover i,
.contact-us-content-wrapper .blurb-item a:hover,
.contact-us-content-wrapper .blurb-item a:hover i {
  color: #f98d59;
}

/* contact section close */
/* footer sectio start */
footer.footer-area {
  background: #f0f1f0;
  padding: 40px 0 14px;
}

.footer-top-area {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-top-area .footer-item.opening-hour {
  margin-right: 24px;
}

.footer-item {
  color: #242424;
  font-size: 14px;
  margin-bottom: 24px;
}

.footer-item .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-item.social .title {
  margin-bottom: 14px;
}

.footer-top-area .footer-item .blurb {
  margin-bottom: 0;
}

.footer-item span.warning {
  color: #f44336;
}

.footer-item .blurb .social ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.footer-item .blurb .social ul li {
  margin: 0 14px 14px 0;
  /* display: inline-block; */
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.footer-item .blurb .social ul li i {
  font-size: 28px;
  transition: all 0.4s ease;
}

.contact-item.social .title {
  margin-bottom: 12px;
}

.footer-item .blurb .social ul li:hover {
  cursor: pointer;
  transform: scale(0.9);
}

.footer-item .blurb .social ul li:hover i {
  color: #fff;
}

.footer-item .blurb .social ul li.facebook:hover {
  border-color: #1877f2;
  background: #1877f2;
}

.footer-item .blurb .social ul li.twitter:hover {
  border-color: #1da1f2;
  background: #1da1f2;
}

.footer-item .blurb .social ul li.instagram:hover {
  border-color: #c32aa3;
  background: #c32aa3;
}

.footer-bottom-area {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.footer-bottom-area a {
  font-size: 12px;
}

.footer-bottom-area a {
  color: #242424;
  transition: all 0.2s ease;
}

.footer-bottom-area a:hover {
  color: #f98d59;
}

a.poweredby-img-wrapper img {
  width: 70px;
  margin-left: 8px;
}

/* footer sectio close */
/* back-to-top button start */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 70px;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  background: rgba(249, 141, 89, 0.4);
  border-radius: 50%;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(-14px);
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  opacity: 0;
  background-image: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "";
  text-align: center;
  line-height: 52px;
  font-size: 24px;
  color: #242424;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle {
  border-radius: 50%;
}

.progress-wrap svg.progress-circle path {
  stroke: #fff;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap:hover::after {
  opacity: 1;
  color: #fff;
}

.progress-wrap:hover {
  transform: translateY(-10px);
  background: #f98d59;
}

/* back-to-top button close */
/* advertisement popup modal start */
#advertisementModal .modal-lg,
#advertisementModal .modal-xl {
  max-width: 660px;
  padding: 24px;
}

#advertisementModal .popup-inner {
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
}

#advertisementModal .popup-inner button.close {
  background: #fff;
  height: 34px;
  width: 34px;
  opacity: 1;
  display: inline-block;
  position: absolute;
  top: -14px;
  right: -10px;
  border-radius: 80%;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  box-shadow: 0 4px 8px 0px rgba(36, 36, 36, 0.08);
  color: #f98d59;
  transition: all 0.4s ease;
}

#advertisementModal .popup-inner button.close:hover {
  transform: rotate(90deg);
  opacity: 1 !important;
}

#advertisementModal .modal-body {
  padding: 0;
}

#advertisementModal .modal-content {
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(255, 255, 255, 0.16);
}

#advertisementModal .popup-content {
  width: calc(100% - 240px);
  margin-right: 14px;
  padding: 24px 4px 24px 24px;
}

#advertisementModal .popup-inner h2 {
  color: #f98d59;
  font-family: "Raleway", "Open Sans", sans-serif;
  font-size: calc(20px + (34 - 20) * ((100vw - 300px) / (1600 - 300)));
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

#advertisementModal .popup-inner p {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #212121;
  margin-bottom: 0;
}

#advertisementModal .popup-img-wrapper {
  width: 240px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

#advertisementModal .popup-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* advertisement popup modal close */
/* cookie popup modal start */
div#cookieModal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  background: #e1e1e1;
  color: #212121;
  width: 100%;
  padding: 8px 10px 8px;
  z-index: 1040;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

.notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cookie-text {
  font-size: 12px;
}

#cookieModal .buttons {
  margin-left: auto;
  margin-right: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#cookieModal .buttons .btn {
  white-space: nowrap;
}

#cookieModal .buttons .btn.primary-btn {
  margin-bottom: 0;
  margin-right: 14px;
  font-size: 12px;
}

button.close-cookieModal {
  position: relative;
  display: block;
  background: 0 0;
  outline: 0;
  transition: all 0.3s ease;
  width: 34px;
  height: 34px;
  padding: 10px 6px 4px;
  border-radius: 4px;
  cursor: pointer;
}

button.close-cookieModal:hover {
  background: #f98d59;
}

button.close-cookieModal:hover span.line {
  background: #fff;
}

button.close-cookieModal span.line {
  position: relative;
  height: 2px;
  background: #585858;
  width: 100%;
  display: block;
  margin: 4px 0;
  transform-origin: center;
  transition: all 0.4s ease;
}

button.close-cookieModal .line:nth-child(1) {
  transform: translateY(0px) rotate(-135deg);
}

button.close-cookieModal .line:nth-child(2) {
  transform: translateY(-6px) rotate(135deg);
}

/* cookie popup modal close */
/* preloader start */
body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  text-align: center;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #f98d59;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* preloader close */
/* error-page page style start */
section.error-page {
  padding-top: 100px;
  padding-bottom: 80px;
}

.row.align-items-center {
  align-items: center;
}

section.error-page .section-title-wrapper {
  margin-bottom: 0;
}

section.error-page .section-title-wrapper .section-title {
  font-weight: 900;
}

section.error-page .blurb {
  margin-bottom: 24px;
}

section.error-page span.disclamer {
  margin-top: 10px;
  color: #585858;
}

section.error-page span {
  font-size: 12px;
  color: #242424;
}

.error-page-img-wrapper {
  margin: 14px 0;
  text-align: center;
}

.error-page-img-wrapper img {
  max-width: 380px;
  width: 100%;
}

/* error-page page style close */
@media (max-width: 991px) {
  .navigation-bar {
    background: #fbfbfb;
  }

  .navigation-bar + section.main-middle-content-wrapper {
    top: 79px;
  }

  .navigation-bar.light-nav + section.main-middle-content-wrapper {
    top: 72px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    color: #707070;
  }

  .navigation-bar li button.btn.primary-btn.btn-outline {
    color: #707070;
    margin-left: auto;
    margin-right: auto;
  }

  nav ul.nav.navbar-nav {
    display: block;
    max-height: calc(100vh - 60px);
    overflow: scroll;
  }

  nav .navbar-nav .nav-item {
    text-align: center;
  }

  .navigation-bar.light-nav li button.btn.primary-btn.btn-outline {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-item-wrapper a.dropdown-item {
    display: block;
    text-align: center;
  }

  .dropdown-item-wrapper {
    width: 100%;
  }

  .navigation-bar .lang-select button.btn-select li::after {
    color: #585858;
  }

  nav ul.nav.navbar-nav {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .language-selector {
    right: 0;
    top: 2px;
    transform: unset;
  }

  .language-selector .btn-select {
    margin-top: 0;
  }

  .language-selector .b {
    right: 0;
  }

  .language-selector .b #a::after {
    right: 1rem;
    left: unset;
  }

  .navigation-bar .lang-select button.btn-select li::after {
    color: #585858;
  }

  .navigation-bar nav.navbar.navbar-expand-lg .toggle-btn-lng-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    right: unset;
  }

  .nav-item.language-selector {
    top: 3px;
    position: relative;
    margin-right: 14px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 14px;
  }
}
@media (max-width: 767.98px) {
  section.error-page {
    padding-top: 60px;
  }

  .progress-wrap::before {
    line-height: 60px;
    height: 60px;
    width: 60px;
  }

  .progress-wrap::after {
    line-height: 60px;
    height: 60px;
    width: 60px;
  }

  .progress-wrap {
    height: 60px;
    width: 60px;
  }

  .notice {
    display: block;
  }

  .notice .cookie-text {
    margin-bottom: 14px;
    text-align: center;
  }

  #cookieModal .buttons {
    margin-right: 0;
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  button.btn.btn-lg,
a.btn.btn-lg {
    padding: 14px 24px !important;
  }

  .footer-top-area {
    display: block;
  }

  #advertisementModal .popup-content {
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
  }

  #advertisementModal .popup-inner {
    display: block;
    padding: 24px;
  }

  #advertisementModal .popup-inner .popup-img-wrapper {
    margin: 0 auto 24px;
    width: 100%;
    height: 300px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
  }

  #advertisementModal a.popup-close {
    width: 42px;
    height: 42px;
    right: 14px;
  }

  #advertisementModal span.line-wrapper {
    top: 1px;
  }
}
@media (max-width: 480px) {
  a.navbar-brand span {
    font-size: 14px;
    display: none;
  }

  #hero-img-slider span.carousel-slider-icon {
    background: rgba(225, 225, 225, 0.9);
    padding: 10px 8px;
  }

  #hero-img-slider .carousel-control-next:hover span.carousel-slider-icon,
#hero-img-slider .carousel-control-prev:hover span.carousel-slider-icon {
    background: #e1e1e1;
  }

  .carousel-control-next,
.carousel-control-prev {
    width: auto;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }

  .progress-wrap {
    right: 14px;
    bottom: 104px;
  }
}
@media (max-width: 375px) {
  #cookieModal .buttons {
    display: block;
  }

  #cookieModal .buttons .btn.primary-btn {
    margin-right: 0;
  }

  #cookieModal .buttons .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #hero-img-slider .carousel-item img {
    height: 480px;
  }

  .masonry {
    column-count: 3;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(1),
section.gallery .masonry.animation-wrapper > .brick:nth-child(3),
section.gallery .masonry.animation-wrapper > .brick:nth-child(7),
section.gallery .masonry.animation-wrapper > .brick:nth-child(9) {
    height: 164px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(2),
section.gallery .masonry.animation-wrapper > .brick:nth-child(8) {
    height: 273px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(5) {
    height: 243px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(4) {
    height: 237px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(6) {
    height: 121px;
  }
}
@media (min-width: 992px) {
  .navigation-bar {
    position: relative;
    top: 0;
  }

  div#navigationBar.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 6px 8px -4px rgba(0, 0, 0, 0.02);
  }

  .navigation-bar.light-nav {
    padding: 4px 0;
  }

  a.navbar-brand {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 280px;
    width: 100%;
  }

  .dropdown-item-wrapper {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 2px solid #eee;
    width: calc(100% - 120px);
  }

  .dropdown-item-img {
    width: 120px;
    display: block;
  }

  li.nav-item.language-selector-li {
    margin-left: 44px;
  }

  button.desktop-menu-toggler {
    position: relative;
    display: block;
    background: 0 0;
    outline: 0;
    transition: all 0.3s ease;
    width: 44px;
    height: 34px;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }

  nav ul.nav.navbar-nav {
    padding-right: 78px;
  }

  .temp-wrapper {
    position: absolute;
    left: 0;
    right: unset;
  }

  .hidden-desktop {
    display: none;
  }

  div#navigationBar {
    display: block;
  }

  div#navigationBar.navbar-fixed + section.about#about {
    margin-top: 63px;
  }

  .about-img-wrapper figure:hover figcaption {
    color: #f87638;
    transform: translateX(-80px);
  }

  section#feestzaal .about-img-wrapper figure:hover figcaption {
    transform: translateX(80px);
  }

  .about-img-wrapper figure figcaption {
    right: -28px;
  }

  section#feestzaal .about-img-wrapper figure figcaption {
    left: -18px;
  }

  .about-content-wrapper {
    padding-top: 24px;
    margin: 14px 0;
  }

  section#feestzaal .order-1 {
    order: 2;
  }

  section#feestzaal .order-2 {
    order: 1;
  }

  .masonry {
    column-count: 3;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(1),
section.gallery .masonry.animation-wrapper > .brick:nth-child(3),
section.gallery .masonry.animation-wrapper > .brick:nth-child(7),
section.gallery .masonry.animation-wrapper > .brick:nth-child(9) {
    height: 345px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(2),
section.gallery .masonry.animation-wrapper > .brick:nth-child(8) {
    height: 575px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(5) {
    height: 511px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(4) {
    height: 498px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(6) {
    height: 256px;
  }

  section.contact-us .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .map-col {
    z-index: 1;
  }

  .map-col {
    order: 1;
  }

  .contact-col {
    order: 2;
  }

  .map-wrapper {
    width: 100%;
    margin-top: 44px;
    margin-bottom: 0;
    right: -80px;
    position: relative;
  }

  .contact-us-content-wrapper {
    padding: 94px 34px 94px 94px;
  }
}
@media (min-width: 1024px) {
  #hero-img-slider .carousel-item img {
    height: 341px;
  }

  .about-img-wrapper figure figcaption {
    right: -40px;
  }

  section#feestzaal .about-img-wrapper figure figcaption {
    left: -30px;
  }

  .masonry {
    column-count: 3;
    max-height: 940px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(1),
section.gallery .masonry.animation-wrapper > .brick:nth-child(3),
section.gallery .masonry.animation-wrapper > .brick:nth-child(7),
section.gallery .masonry.animation-wrapper > .brick:nth-child(9) {
    height: 224px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(2),
section.gallery .masonry.animation-wrapper > .brick:nth-child(8) {
    height: 374px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(5) {
    height: 333px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(4) {
    height: 324px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(6) {
    height: 166px;
  }
}
@media (min-width: 1200px) {
  #hero-img-slider .carousel-item img {
    height: 400px;
  }

  .masonry {
    column-count: 3;
    max-height: 1090px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(1),
section.gallery .masonry.animation-wrapper > .brick:nth-child(3),
section.gallery .masonry.animation-wrapper > .brick:nth-child(7),
section.gallery .masonry.animation-wrapper > .brick:nth-child(9) {
    width: 100%;
    height: 280px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(2),
section.gallery .masonry.animation-wrapper > .brick:nth-child(8) {
    width: 100%;
    height: 450px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(5) {
    height: 390px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(4) {
    height: 400px;
  }

  section.gallery .masonry.animation-wrapper > .brick:nth-child(6) {
    height: 220px;
  }

  .map-wrapper {
    width: calc(100% - 40px);
    /* top: 54px; */
    right: -120px;
  }
}
@media (min-width: 1440px) {
  #heroImgSliders {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  #hero-img-slider .carousel-item img {
    height: 560px;
  }

  section.contact-us .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .map-wrapper {
    width: 90%;
    /* top: 54px; */
    right: -160px;
  }
}
@media only screen and (min-width: 992px) and (max-height: 768px) {
  #hero-img-slider .carousel-item img {
    height: 78vh;
  }
}