.f1 {
  font-family: 'Mont-ExtraLight', sans-serif;
}
.f2 {
  font-family: 'Mont-Regular', sans-serif;
}
.f3 {
  font-family: 'Mont-SemiBold', sans-serif;
}
.f4 {
  font-family: 'Mont-Bold', sans-serif;
}
.f5 {
  font-family: 'SilkSerif-SemiBold', serif;
}
.before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'Mont-Regular', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.625em;
  color: #1a1a18;
  background-color: #ffffff;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
a,
button {
  cursor: pointer;
  transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
}
a:link,
a:active,
a:visited {
  outline: none;
  color: #d4b090;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #d4b090;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
figure {
  margin-bottom: 30px;
}
strong {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: normal;
}
iframe body.standalone {
  padding: 0 !important;
  margin: 0 !important;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h0,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.285em;
  margin: 0 0 30px 0;
  color: inherit;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h0 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
.h0:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child {
  margin-top: 0;
}
h1,
.h1,
.h0 {
  font-size: 32px;
  font-family: 'SilkSerif-SemiBold', serif;
}
h2,
.h2 {
  font-size: 28px;
  color: #d4b090;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
@media screen and (min-width: 576px) {
  h1,
  .h1,
  .h0 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .h0 {
    font-size: 52px;
  }
  h1,
  .h1 {
    font-size: 46px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 22px;
  }
}
h1 .split-1,
h2 .split-1,
h3 .split-1,
h4 .split-1,
.h1 .split-1,
.h2 .split-1,
.h3 .split-1,
.h4 .split-1,
h1 .split-2,
h2 .split-2,
h3 .split-2,
h4 .split-2,
.h1 .split-2,
.h2 .split-2,
.h3 .split-2,
.h4 .split-2 {
  display: block;
  line-height: 1;
}
h1 .split-1,
h2 .split-1,
h3 .split-1,
h4 .split-1,
.h1 .split-1,
.h2 .split-1,
.h3 .split-1,
.h4 .split-1 {
  font-family: 'SilkSerif-SemiBold', serif;
}
h1 .split-2,
h2 .split-2,
h3 .split-2,
h4 .split-2,
.h1 .split-2,
.h2 .split-2,
.h3 .split-2,
.h4 .split-2 {
  font-family: 'Mont-Regular', sans-serif;
  font-size: 0.725em;
}
.t-white {
  color: #ffffff;
}
.t-tan {
  color: #d4b090;
}
.t-green {
  color: #042a2b;
}
.f1 {
  font-family: 'SilkSerif-SemiBold', serif;
}
.tabel {
  width: 100%;
  margin-bottom: 30px;
}
.tabel thead th {
  background: #042a2b;
  color: #ffffff;
  text-align: left;
  padding: 5px 8px;
  white-space: nowrap;
}
.tabel thead th.center {
  text-align: center;
}
.tabel thead th.right {
  text-align: right;
}
.tabel tbody td {
  padding: 5px 8px;
  white-space: nowrap;
}
.tabel tbody td.center {
  text-align: center;
}
.tabel tbody td.right {
  text-align: right;
}
.tabel tbody td .price-old {
  display: inline-block;
  color: #777;
  text-decoration: line-through;
  font-size: 80%;
}
.tabel tbody tr {
  background: #f8f8f8;
}
.tabel tbody tr:nth-child(odd) {
  background: #eee;
}
/* ==========================================================================
	CONTAINER
   ========================================================================== */
@media screen and (min-width: 1600px) {
  .container {
    width: 1300px;
  }
}
@media screen and (min-width: 1900px) {
  .container-xl {
    width: 1500px;
  }
}
/* ==========================================================================
	SITE
   ========================================================================== */
.site {
  overflow: hidden;
}
.tpl-locations .site {
  overflow: unset;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: white;
  padding: 0;
  transition: padding 0.25s ease-out, background 0.25s ease-out;
}
.tpl-home .site-header {
  background-color: transparent;
}
.scrolled .site-header {
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.site-header-v2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: white;
  padding: 0;
  transition: padding 0.25s ease-out, background 0.25s ease-out;
}
.tpl-home .site-header-v2 {
  background-color: transparent;
}
.scrolled .site-header-v2 {
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.site-main {
  padding-top: 165px;
}
.tpl-home .site-main {
  padding-top: 0;
}
.site-footer a:not(.btn) {
  color: inherit;
  text-decoration: none;
}
.site-footer a:not(.btn):hover {
  color: inherit;
  text-decoration: underline;
}
/* ==========================================================================
	HEADER
   ========================================================================== */
.site-header-v2 .header {
  position: relative;
}
.site-header-v2 .header .inner {
  height: 120px;
  transition: all 0.25s ease-out;
  position: relative;
}
.site-header-v2 .header-notice {
  background: #d4b090;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.25s ease-out;
}
.site-header-v2 .header-notice a {
  color: #ffffff;
  text-decoration: underline;
}
.site-header-v2 .header-logo {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.tpl-home .site-header-v2 .header-logo {
  transform: translateY(-50%);
  opacity: 1;
}
.scrolled .site-header-v2 .header-logo {
  opacity: 1;
}
.site-header-v2 .header-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
}
.site-header-v2 .shop {
  display: block;
  position: absolute;
  top: 50%;
  right: 295px;
  transform: translateY(-50%);
}
.site-header-v2 .shop a {
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  color: #d4b090;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.site-header-v2 .shop a:hover {
  color: #c5a180;
}
.site-header-v2 .shopping-basket {
  display: block;
  position: absolute;
  top: 50%;
  right: 230px;
  transform: translateY(-50%);
  padding: 18px 0;
  z-index: 10;
}
.site-header-v2 .shopping-basket .sb-icon {
  display: block;
  background-image: url("../img/winkelmandje-wit.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  width: 38px;
  height: 38px;
}
.site-header-v2 .shopping-basket .sb-icon:hover {
  opacity: 0.8;
}
.tpl-detail .site-header-v2 .shopping-basket .sb-icon,
.tpl-volg .site-header-v2 .shopping-basket .sb-icon,
.tpl-producten .site-header-v2 .shopping-basket .sb-icon,
.scrolled .site-header-v2 .shopping-basket .sb-icon {
  background-image: url("../img/winkelmandje.svg");
}
.shownav .site-header-v2 .shopping-basket .sb-icon {
  background-image: url("../img/winkelmandje-wit.svg");
}
.site-header-v2 .header-cta {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.25s ease-out;
}
.site-header-v2 .header-cta .btn-reserve {
  background-color: #d4b090;
  color: #ffffff;
  font-family: 'SilkSerif-SemiBold', serif;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 15px 8px 15px;
  border-radius: 0 25px 25px 0;
  transition: all 0.25s ease-out;
}
.site-header-v2 .header-cta .btn-reserve:after {
  content: "\f133";
  font-family: "fontello";
  margin-left: 10px;
}
.site-header-v2 .header-cta .btn-reserve:hover {
  background-color: #c5a180;
}
.shownav .site-header-v2 .header-cta .btn-reserve {
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
}
.shownav .site-header-v2 .header-cta .btn-reserve:hover {
  transform: translateY(2px);
}
.shownav .site-header-v2 .header-cta .btn-reserve:after {
  margin-left: 0;
}
.shownav .site-header-v2 .header-cta .btn-txt {
  display: none;
}
.site-header-v2 .header-hamburger {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.shownav .site-header-v2 {
  pointer-events: none;
}
.shownav .site-header-v2 .header-hamburger {
  pointer-events: auto;
}
@media screen and (max-width: 1280px) {
  .site-header-v2 .container {
    width: 100%;
  }
  .site-header-v2 .nav-primary .mainnav li a {
    font-size: 22px;
  }
  .site-header-v2 .shop a {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .site-main {
    padding-top: 125px;
  }
  .tpl-home .site-header-v2 {
    background-color: white;
  }
  .site-header-v2 .header .inner {
    height: 80px;
  }
  .site-header-v2 .header-nav {
    display: none;
  }
  .site-header-v2 .header-notice {
    padding: 5px 15px;
  }
  .site-header-v2 .header-logo {
    transform: translateY(-50%);
    opacity: 1;
  }
  .tpl-home .site-header-v2 .header-logo {
    opacity: 1;
  }
  .site-header-v2 .nav-icon {
    width: 50px;
  }
  .site-header-v2 .header-cta {
    right: 70px;
  }
  .site-header-v2 .header-hamburger {
    display: block;
  }
  .site-header-v2 .shop {
    right: 350px;
  }
  .site-header-v2 .shopping-basket {
    right: 290px;
  }
  .site-header-v2 .shopping-basket .sb-icon {
    background-image: url("../img/winkelmandje.svg");
  }
  .shownav .site-header-v2 .shopping-basket {
    right: 140px;
  }
}
@media screen and (max-width: 500px) {
  .site-header-v2 .header-cta {
    right: 70px;
    transform: translateY(-50%);
  }
  .site-header-v2 .header-cta .btn-reserve {
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
  }
  .site-header-v2 .header-cta .btn-reserve:after {
    margin-left: 0;
  }
  .site-header-v2 .header-cta .btn-txt {
    display: none;
  }
  .site-header-v2 .shopping-basket {
    right: 135px;
  }
  .site-header-v2 .shopping-basket .sb-icon {
    background-size: 85%;
  }
  .site-header-v2 .shop {
    right: 185px;
  }
  .site-header-v2 .shop a {
    font-size: 20px;
  }
}
/* ==========================================================================
	FOOTER
  ========================================================================== */
.site-footer .footer-contact {
  padding-top: 45px;
  padding-bottom: 45px;
}
.site-footer .footer-contact .row {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-contact .inner {
  display: flex;
  gap: 30px;
}
.site-footer .footer-contact .address strong {
  display: block;
  font-family: 'Mont-Regular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #d4b090;
}
.site-footer .footer-contact .col-quickmenu .quickmenu {
  margin-left: 50px;
}
.site-footer .footer-contact .col-quickmenu .footer-a ul,
.site-footer .footer-contact .col-quickmenu .footer-b ul {
  list-style: none;
}
.site-footer .footer-contact .col-logo .col-logo-inner {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 300px;
}
.site-footer .footer-contact .col-logo .reviews-link {
  width: 100%;
}
.site-footer .footer-contact .col-logo .company-reviews {
  background: rgba(21, 72, 76, 0.32);
  border-top: 3px solid #d4b090;
  border-bottom: 3px solid #d4b090;
  padding: 30px 30px;
  margin-top: 30px;
  width: 100%;
}
.site-footer .footer-contact .col-logo .company-reviews .reviews-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .footer-contact .col-logo .company-reviews .live-rating {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.site-footer .footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.site-footer .socials-container-footer .eapps-social-icons-item {
  width: 16px;
  height: 16px;
}
.site-footer .socials-container-footer .eapps-social-icons-item .eapps-social-icons-item-icon {
  width: 16px;
  height: 16px;
}
.site-footer .socials-container-footer .eapps-social-icons-item::before,
.site-footer .socials-container-footer .eapps-social-icons-item::after {
  display: none;
  background-color: transparent;
}
.site-footer .socials-container-footer .eapps-social-icons-icon-color-white .eapps-social-icons-item * svg {
  pointer-events: none !important;
}
.site-footer .socials-container-footer .eapps-social-icons-icon-color-white .eapps-social-icons-item:hover * path {
  fill: #ffffff !important;
}
.site-footer .whatsapp-footer {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  gap: 10px;
}
.site-footer .whatsapp-footer .whatsapp-icon-nobg {
  width: 36px;
  height: 36px;
}
.site-footer .whatsapp-footer .btn-txt {
  font-weight: 600;
  text-decoration: none !important;
}
.footer-about {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .site-footer .footer-contact .col-quickmenu .quickmenu {
    margin-left: unset;
  }
  .col-logo .col-logo-inner {
    margin: 50px 0;
  }
}
.action-bar {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -80px;
  z-index: 900;
  padding: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+24,0+100 */
  background: -moz-linear-gradient(45deg, #ffffff 0%, #ffffff 24%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ffffff 0%, #ffffff 24%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ffffff 0%, #ffffff 24%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  transition: all 0.5s ease-in-out 0s;
}
.tpl-home .site-footer {
  margin-bottom: 0;
}
.tpl-home .action-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .site-footer {
    margin-bottom: 72px;
  }
  .show-action-bar .action-bar {
    bottom: 0;
  }
}
.site .salonized-booking iframe {
  width: 100% !important;
  height: 700px;
}
/* ==========================================================================
	HEADER V1 LIVE
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #ffffff;
  padding: 0;
  transition: padding 0.25s ease-out, background 0.25s ease-out;
}
.site-header .img-logo {
  display: block;
  width: unset;
  height: unset;
  padding-bottom: 61.275%;
  background: url('../img/logo.png') no-repeat 50% 50%;
  background-size: contain;
}
.tpl-home .site-header {
  background-color: transparent;
}
.scrolled .site-header {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.site-header .header {
  position: relative;
}
.site-header .header .inner {
  height: 120px;
  transition: all 0.25s ease-out;
  position: relative;
}
.site-header .header-notice {
  background: #d4b090;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.25s ease-out;
}
.site-header .header-notice a {
  color: #ffffff;
  text-decoration: underline;
}
.site-header .header-logo {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.tpl-home .site-header .header-logo {
  transform: translateY(-50%);
  opacity: 0;
}
.scrolled .site-header .header-logo {
  opacity: 1;
}
.site-header .header-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-45%);
}
.site-header .nav-primary {
  margin-right: 60px;
}
.site-header .shopping-basket {
  display: block;
  position: absolute;
  top: 50%;
  right: 325px;
  transform: translateY(-50%);
}
.shownav .site-header .shopping-basket {
  display: none;
}
.site-header .shopping-basket .sb-icon {
  display: block;
  background-image: url("../img/winkelmandje-wit.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  width: 38px;
  height: 38px;
}
.scrolled .site-header .shopping-basket .sb-icon {
  background-image: url("../img/winkelmandje.svg");
}
.tpl-detail .site-header .shopping-basket .sb-icon,
.tpl-arrangementen .site-header .shopping-basket .sb-icon,
.site-header .shopping-basket .sb-icon .tpl-locations,
.tpl-producten .site-header .shopping-basket .sb-icon,
.tpl-volg .site-header .shopping-basket .sb-icon {
  background-image: url("../img/winkelmandje.svg");
}
.site-header .header-cta {
  position: absolute;
  top: 50%;
  right: 85px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.25s ease-out;
}
.site-header .header-cta .btn {
  font-size: 20px;
  line-height: 1;
  padding: 12px 50px 8px 15px;
}
.site-header .header-cta .btn:after {
  content: "\f133";
}
.site-header .header-hamburger {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.site-header .nav-icon:before,
.site-header .nav-icon:after,
.site-header .nav-icon div {
  background-color: #ffffff;
}
.tpl-detail .site-header .nav-icon:before,
.tpl-detail .site-header .nav-icon:after,
.tpl-detail .site-header .nav-icon div,
.tpl-arrangementen .site-header .nav-icon:before,
.tpl-arrangementen .site-header .nav-icon:after,
.tpl-arrangementen .site-header .nav-icon div,
.tpl-producten .site-header .nav-icon:before,
.tpl-producten .site-header .nav-icon:after,
.tpl-producten .site-header .nav-icon div,
.tpl-volg .site-header .nav-icon:before,
.tpl-volg .site-header .nav-icon:after,
.tpl-volg .site-header .nav-icon div {
  background-color: #042a2b;
}
.scrolled .site-header .nav-icon:before,
.scrolled .site-header .nav-icon:after,
.scrolled .site-header .nav-icon div {
  background-color: #042a2b;
}
.shownav .site-header {
  pointer-events: none;
}
.shownav .site-header .header-hamburger {
  pointer-events: auto;
}
@media screen and (max-width: 1280px) {
  .site-header .header-nav .mainnav li:last-child {
    display: none;
  }
  .site-header .container {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .site-header .header-nav {
    display: none;
    left: 185px;
  }
  .site-header .header-nav .mainnav li {
    margin-left: 35px;
  }
  .site-header .header-cta .btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .site-main {
    padding-top: 125px;
  }
  .tpl-home .site-header {
    background-color: white;
  }
  .site-header .header .inner {
    height: 80px;
  }
  .site-header .header-notice {
    padding: 5px 15px;
  }
  .site-header .header-logo {
    width: 100px;
    transform: translateY(-50%);
    opacity: 1;
  }
  .tpl-home .site-header .header-logo {
    opacity: 1;
  }
  .site-header .nav-icon {
    width: 50px;
  }
  .site-header .nav-icon:before,
  .site-header .nav-icon:after,
  .site-header .nav-icon div {
    background-color: #042a2b;
  }
  .scrolled .site-header .nav-icon:before,
  .scrolled .site-header .nav-icon:after,
  .scrolled .site-header .nav-icon div {
    background-color: #042a2b;
  }
  .tpl-detail .site-header .nav-icon:before,
  .tpl-detail .site-header .nav-icon:after,
  .tpl-detail .site-header .nav-icon div {
    background-color: #042a2b;
  }
  .site-header .header-cta .btn {
    font-size: 16px;
    padding: 12px 40px 8px 15px;
  }
  .tpl-home .site-header .header-cta {
    transform: translateY(-45%);
    opacity: 1;
  }
  .site-header .shopping-basket {
    right: 290px;
  }
  .site-header .shopping-basket .sb-icon {
    background-image: url("../img/winkelmandje.svg");
  }
}
@media screen and (max-width: 500px) {
  .site-header .header-cta {
    right: 70px;
  }
  .site-header .header-cta .btn {
    padding: 20px;
    border-radius: 50%;
  }
  .site-header .header-cta .split-1 {
    display: none;
  }
  .site-header .shopping-basket {
    right: 135px;
  }
  .site-header .shopping-basket .sb-icon {
    background-size: 85%;
  }
}
/* ==========================================================================
	BOOTSTRAP ALERTS
	 ========================================================================== */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/* ==========================================================================
	ANIMATIONS
	 ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
	ANIMATIONS
	 ========================================================================== */
[data-aos="split-card"] .article-image,
[data-aos="split-card"] .article-body {
  transition: transform 0.4s ease-in-out;
  transition-delay: inherit;
}
[data-aos="split-card"].aos-animate .article-image {
  transform: translateX(15px);
}
[data-aos="split-card"].aos-animate .article-body {
  transform: translateX(-15px);
}
/* ==========================================================================
	ALGEMEEN
   ========================================================================== */
.article-intro ol,
.article-output ol {
  padding-left: 30px;
  margin-bottom: 30px;
}
.article-intro ul,
.article-output ul {
  list-style: none;
  margin-bottom: 25px;
}
.article-intro ul > li,
.article-output ul > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}
.article-intro ul > li:before,
.article-output ul > li:before {
  content: '\e80d';
  font-family: "fontello";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 1px;
}
.article-intro *:last-child,
.article-output *:last-child {
  margin-bottom: 0;
}
.article-intro h2,
.article-output h2,
.article-intro .h2,
.article-output .h2 {
  margin-bottom: 10px;
}
.article-intro h3,
.article-output h3,
.article-intro .h3,
.article-output .h3 {
  margin-bottom: 1px;
}
.article-intro {
  margin-bottom: 40px;
  color: #d4b090;
  font-size: 18px;
  text-transform: uppercase;
}
.article-images {
  overflow: hidden;
}
.article-images a {
  display: block;
  float: left;
  width: 31%;
  margin: 0 2% 15px 0;
  overflow: hidden;
}
.article-images a img {
  transition: all 0.2s ease-in-out 0s;
}
.article-images a:hover img {
  opacity: 0.7;
  transform: scale(1.1);
}
.article-actions.multi-buttons .btn {
  margin: 0 15px 15px 0;
}
.article-actions.multi-buttons .btn:nth-last-child {
  margin-bottom: 0;
}
/* ==========================================================================
	ARTICLE TEXT
   ========================================================================== */
.article-text {
  position: relative;
}
.article-text .article-header {
  margin-bottom: 30px;
}
.article-text .article-title {
  font-family: 'SilkSerif-SemiBold', serif;
  color: #d4b090;
  margin-bottom: 10px;
}
.article-text .article-subtitle {
  margin-left: 12%;
  margin-bottom: 0;
}
.article-text .article-subtitle.no-indent {
  margin-left: 0;
}
.article-text .article-actions {
  margin-top: 30px;
}
.article-text .article-image {
  text-align: center;
}
.article-text .article-image-actions {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .article-text .article-header {
    margin-bottom: 30px;
  }
  .article-text .article-output {
    margin-right: 20%;
  }
  .article-text .article-output.no-indent {
    margin-right: 0;
  }
  .article-text .article-actions {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  .article-text .article-image {
    margin-right: 20%;
  }
  .article-text .article-image-actions {
    right: 20%;
    bottom: -90px;
  }
}
@media screen and (min-width: 1280px) {
  .article-text .article-image-actions {
    right: 0;
    bottom: 0;
  }
}
/* ==========================================================================
	ARTICLE DOUBLE (dubbele afbeelding)
   ========================================================================== */
.article-double {
  position: relative;
  margin: 20px 10px;
}
.article-double .article-image {
  position: relative;
  transform: translateX(-10px);
}
.article-double .article-image-shadow {
  position: absolute;
  width: 100%;
  transform: translate(10px, -20px);
}
.article-double .article-image-actions {
  position: absolute;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
}
.article-double .article-image-date {
  position: absolute;
  right: 0;
  bottom: 70px;
  transform: translate(50%);
}
.article-double .article-body {
  padding: 30px 10px;
}
.article-double .article-actions {
  margin-top: 30px;
}
.article-list > div:nth-child(2n) .article-double .article-image-shadow {
  transform: translate(10px, -20px);
}
@media screen and (min-width: 992px) {
  .article-double {
    margin: 40px 20px;
  }
  .article-double .article-image {
    transform: translateX(-20px);
  }
  .article-double .article-image-shadow {
    transform: translate(20px, -40px);
  }
  .article-double .article-body {
    padding: 30px 20px;
  }
  .article-list > div:nth-child(2n) .article-double .article-image-shadow {
    transform: translate(20px, -40px);
  }
}
@media screen and (min-width: 1280px) {
  .article-double {
    margin: 50px 20px;
  }
  .article-double .article-image {
    transform: translateX(-25px);
  }
  .article-double .article-image-shadow {
    transform: translate(25px, -50px);
  }
  .article-double .article-body {
    padding: 30px 25px;
  }
  .article-list > div:nth-child(2n) .article-double .article-image-shadow {
    transform: translate(25px, -50px);
  }
}
/* ==========================================================================
	ARTICLE CIRCLE
   ========================================================================== */
.article-circle {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}
.article-circle:before {
  content: '';
  position: absolute;
  top: 0;
  left: -60px;
  right: -60px;
  bottom: 0;
  background-color: #042a2b;
  border-radius: 50%/90px;
}
.article-circle .article-header,
.article-circle .article-image,
.article-circle .article-output,
.article-circle .article-actions {
  position: relative;
  z-index: 1;
}
.article-circle .article-title {
  font-family: 'SilkSerif-SemiBold', serif;
  color: #d4b090;
  margin-bottom: 0;
  margin-left: 12%;
}
.article-circle .article-image {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.article-circle .article-actions {
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .article-circle .article-title,
  .article-circle .article-output,
  .article-circle .article-actions {
    margin-left: 270px;
  }
  .article-circle .article-image {
    position: absolute;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .article-circle {
    max-width: 400px;
    margin: 0 auto;
  }
  .article-circle:before {
    top: -40px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 640px;
    height: 640px;
    min-height: 100%;
    border-radius: 999px;
    transform: translateX(-50%);
  }
  .article-circle .article-title,
  .article-circle .article-output,
  .article-circle .article-actions {
    margin-left: 125px;
  }
  .article-circle .article-image {
    left: -165px;
  }
}
@media screen and (min-width: 992px) {
  .article-circle:before {
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .article-circle:before {
    top: -40px;
  }
  .article-circle-lg:before {
    top: -80px;
    width: 720px;
    height: 720px;
  }
  .article-circle-lg .article-image {
    left: -225px;
    width: 300px;
  }
}
@media screen and (max-width: 575px) {
  .article-circle .article-image {
    display: none;
  }
}
/* ==========================================================================
	ARTICLE CARD
   ========================================================================== */
.article-card .article-image {
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
  transform: translateX(5px);
}
.article-card .article-body {
  padding: 30px 15px;
  background-color: white;
  transform: translateX(-5px);
}
.article-card .article-actions {
  padding-top: 30px;
}
.article-card h2 {
  margin-bottom: 20px;
}
.article-card .split-1 {
  color: #d4b090;
}
.article-card .split-2 {
  color: #042a2b;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .article-cardxx {
    position: relative;
    padding-left: 45%;
  }
  .article-cardxx .article-image {
    position: absolute;
    left: 0;
    top: 10px;
    width: 45%;
  }
  .article-cardxx .article-body {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .article-card .article-image {
    margin-bottom: -30px;
    transform: translateX(15px);
  }
  .article-card .article-body {
    padding: 60px 30px 40px;
    transform: translateX(-15px);
  }
}
/* ==========================================================================
	ARTICLE TILE
   ========================================================================== */
.article-tile {
  color: white;
}
.article-tile .article-header,
.article-tile .article-output,
.article-tile .article-actions,
.article-tile .article-price {
  position: relative;
}
.article-tile .article-body {
  background-position: 50% 50%;
  background-size: cover;
  padding: 15px 15px 165px 15px;
}
.article-tile .article-header {
  text-shadow: 0 0 10px rgba(4, 42, 43, 0.5);
  margin-bottom: 30px;
}
.article-tile .article-header .title {
  margin-bottom: 10px;
}
.article-tile .article-header .locations {
  color: #d4b090;
}
.article-tile .split-1,
.article-tile .split-2 {
  color: white;
}
.article-tile .article-output {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.article-tile .article-actions {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
.article-tile .article-price {
  position: absolute;
  left: 48px;
  bottom: 85px;
  text-shadow: 0 0 10px rgba(4, 42, 43, 0.5);
}
.article-tile .article-price small {
  display: block;
  width: 80px;
  font-size: 15px;
  line-height: 1;
  font-family: 'Mont-Regular', sans-serif;
  text-align: right;
  margin-top: 3px;
}
.article-tile .article-price .prepost {
  position: absolute;
  left: -85px;
  bottom: 7px;
}
.article-tile .article-price .price {
  font-size: 45px;
  line-height: 1;
  font-family: 'Mont-Bold', sans-serif;
}
.article-tile:hover .img-overlay:before {
  background-color: rgba(4, 42, 43, 0.7);
}
.article-tile:hover .article-header .split-2 {
  color: #d4b090;
}
.article-tile:hover .article-output {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .article-tile .article-body {
    padding: 30px 30px 165px 30px;
    min-height: 480px;
  }
  .article-tile .article-actions {
    left: 30px;
    bottom: 30px;
  }
  .article-tile .article-price {
    left: 63px;
    bottom: 85px;
  }
}
@media screen and (max-width: 1280px) {
  .article-tile .article-actions {
    bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .article-tile .article-output {
    min-height: 170px;
  }
}
/* ==========================================================================
	ARTICLE MIRROR (homepage)
   ========================================================================== */
.article-mirror {
  position: relative;
  padding: 60px 0;
}
.article-mirror .article-image-shadow {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 30px;
  width: 100vw;
}
.article-mirror .article-body {
  position: relative;
}
.article-mirror .article-header {
  position: absolute;
  top: -2px;
  right: 60px;
  transform: translateY(-50%);
}
.article-mirror .article-actions {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.article-list > div:nth-child(2n) .article-mirror .article-image-shadow {
  right: auto;
  left: 30px;
  top: 30px;
  bottom: 0;
}
.article-list > div:nth-child(2n) .article-mirror .article-header {
  top: auto;
  bottom: 2px;
  right: auto;
  left: 60px;
  transform: translateY(50%);
}
.article-list > div:nth-child(2n) .article-mirror .article-actions {
  right: auto;
  left: 15px;
  bottom: auto;
  top: 15px;
}
@media screen and (min-width: 768px) {
  .article-mirror .article-image-shadow {
    width: 50vw;
  }
}
@media screen and (min-width: 992px) {
  .article-mirror {
    padding: 100px 0;
  }
  .article-mirror .article-image-shadow {
    bottom: 50px;
  }
  .article-list > div:nth-child(2n) .article-mirror .article-image-shadow {
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .article-mirror {
    padding: 140px 0;
  }
  .article-mirror .article-image-shadow {
    bottom: 70px;
  }
  .article-mirror .article-actions {
    right: 30px;
    bottom: 30px;
  }
  .article-list > div:nth-child(2n) .article-mirror .article-image-shadow {
    top: 70px;
  }
  .article-list > div:nth-child(2n) .article-mirror .article-actions {
    left: 30px;
    top: 30px;
  }
}
/* ==========================================================================
	BANNER
   ========================================================================== */
.mod-hero {
  overflow: hidden;
}
.mod-hero-home {
  background-color: pink;
}
.mod-hero-home .slick-hero .container {
  height: 800px;
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 5px 20px;
  white-space: nowrap;
  font-size: 20px;
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  border: 2px solid transparent;
  border-radius: 0 50px 50px 0;
  line-height: 1.625em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-no-split {
  display: inline-block;
  padding: 5px 20px;
  white-space: nowrap;
  font-size: 20px;
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  border: 2px solid transparent;
  border-radius: 0 50px 50px 0;
  line-height: 1.625em;
  text-transform: uppercase;
  text-decoration: none !important;
}
.btn-no-split:hover {
  text-decoration: none !important;
}
.button {
  display: inline-block;
  font-family: 'Mont-Regular', sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}
/* ==========================================================================
	BUTTON STYLES
   ========================================================================== */
.btn-primary {
  color: white !important;
  background-color: #d4b090;
}
.btn-primary:hover {
  background-color: #cda37e;
}
.btn-outline-primary {
  color: #d4b090 !important;
  background-color: transparent;
  border-color: #d4b090;
}
.btn-outline-primary:hover {
  color: #d4b090 !important;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-secondary {
  color: white !important;
  background-color: #042a2b;
}
.btn-secondary:hover {
  background-color: #021314;
}
.btn-outline-secondary {
  color: #042a2b !important;
  background-color: transparent;
  border-color: #042a2b;
}
.btn-outline-secondary:hover {
  color: #042a2b !important;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-white {
  color: #042a2b !important;
  background-color: white;
}
.btn-white:hover {
  background-color: #ebebeb;
}
.btn-outline-white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
	BUTTON SPLIT FONT STYLE
   ========================================================================== */
.btn .split-2 {
  font-family: 'Mont-Regular', sans-serif;
  font-weight: normal;
  font-size: 0.725em;
}
.btn-outline-primary .split-1,
.btn-outline-secondary .split-1,
.btn-outline-white .split-1,
.btn-outline-primary .split-2,
.btn-outline-secondary .split-2,
.btn-outline-white .split-2 {
  display: block;
  line-height: 1.1;
}
/* ==========================================================================
	BUTTON SIZES
   ========================================================================== */
.btn-sm {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .btn-lg {
    font-size: 24px;
  }
}
/* ==========================================================================
	BUTTON ARROW
   ========================================================================== */
.btn-arrow {
  position: relative;
  padding-right: 2.8em;
}
.btn-arrow:after {
  content: '\e80e';
  font-family: "fontello";
  font-size: 1em;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.1s ease-out;
}
.btn-arrow:hover:after {
  right: calc(0.75em - 3px);
  transition: right 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
.float-button {
  display: inline-block;
  padding: 14px 60px 10px 15px;
  white-space: nowrap;
  font-size: 20px;
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  border: 2px solid transparent;
  border-radius: 0 50px 50px 0;
  line-height: 1.625em;
  text-transform: uppercase;
  text-decoration: none !important;
  position: fixed;
  left: 0;
  bottom: 100px;
  z-index: 300;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.float-button .text {
  display: inline-block;
  padding-left: 8px;
}
.float-button:hover {
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .float-button {
    font-size: 16px;
    bottom: 30px;
    padding-right: 45px;
    transition: all 0.3s ease-in-out;
  }
  .show-action-bar .float-button {
    transform: translateX(-60px);
    opacity: 0;
  }
}
a.btn-rounded {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #d4b090;
  color: #ffffff !important;
  text-decoration: none ;
}
a.btn-rounded.btn-md {
  padding: 5px 25px;
}
/* ==========================================================================
	ICON IN BUTTON
	move icon to right on hover
   ========================================================================== */
/* ==========================================================================
	DATE
   ========================================================================== */
.date {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  color: #042a2b;
  background-color: #d4b090;
  text-align: center;
  overflow: hidden;
  line-height: 22px;
  padding-top: 12px;
  vertical-align: middle;
}
.date-day {
  display: block;
  font-size: 25px;
  font-family: 'SilkSerif-SemiBold', serif;
}
.date-month {
  display: block;
  font-size: 13px;
  font-family: 'Mont-SemiBold', sans-serif;
  text-transform: uppercase;
}
@font-face {
  font-family: 'Mont-ExtraLight';
  src: url('../font/mont/3A4DDA_0_0.eot');
  src: url('../font/mont/3A4DDA_0_0.eot?#iefix') format('embedded-opentype'), url('../font/mont/3A4DDA_0_0.woff2') format('woff2'), url('../font/mont/3A4DDA_0_0.woff') format('woff'), url('../font/mont/3A4DDA_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Mont-Regular';
  src: url('../font/mont/3A07B2_0_0.eot');
  src: url('../font/mont/3A07B2_0_0.eot?#iefix') format('embedded-opentype'), url('../font/mont/3A07B2_0_0.woff2') format('woff2'), url('../font/mont/3A07B2_0_0.woff') format('woff'), url('../font/mont/3A07B2_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Mont-SemiBold';
  src: url('../font/mont/3A07B2_1_0.eot');
  src: url('../font/mont/3A07B2_1_0.eot?#iefix') format('embedded-opentype'), url('../font/mont/3A07B2_1_0.woff2') format('woff2'), url('../font/mont/3A07B2_1_0.woff') format('woff'), url('../font/mont/3A07B2_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Mont-Bold';
  src: url('../font/mont/3A07B2_2_0.eot');
  src: url('../font/mont/3A07B2_2_0.eot?#iefix') format('embedded-opentype'), url('../font/mont/3A07B2_2_0.woff2') format('woff2'), url('../font/mont/3A07B2_2_0.woff') format('woff'), url('../font/mont/3A07B2_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'SilkSerif-SemiBold';
  src: url('../font/silk/3A07B1_0_0.eot');
  src: url('../font/silk/3A07B1_0_0.eot?#iefix') format('embedded-opentype'), url('../font/silk/3A07B1_0_0.woff2') format('woff2'), url('../font/silk/3A07B1_0_0.woff') format('woff'), url('../font/silk/3A07B1_0_0.ttf') format('truetype');
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  outline: 0;
  border-color: #d4b090;
  box-shadow: 0 0 0 0.2rem rgba(105, 202, 152, 0.25);
}
textarea.form-control {
  height: auto;
  overflow: auto;
  resize: vertical;
}
form.formResponsive ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #042a2b;
}
form.formResponsive :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #042a2b;
  opacity: 1;
}
form.formResponsive ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #042a2b;
  opacity: 1;
}
form.formResponsive :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #042a2b;
}
form.formResponsive ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #042a2b;
}
form.formResponsive ::placeholder {
  /* Most modern browsers support this now. */
  color: #042a2b;
}
form.formResponsive fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form.formResponsive textarea,
form.formResponsive input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 3px 8px;
  background: none;
  color: #042a2b;
  border: 1px solid #d4b090;
  border-radius: 3px;
}
form.formResponsive textarea {
  height: 150px;
  padding: 8px;
}
form.formResponsive label .formRequired {
  display: inline-block;
  color: #c45241;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  top: -5px;
}
form.formResponsive .formError {
  color: #c45241;
}
form.formResponsive .rsform-block {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 15px;
}
form.formResponsive .rsform-block .formDescription {
  display: none;
}
form.formResponsive .rsform-block.rsform-error-parent {
  background: rgba(229, 102, 38, 0.1);
}
form.formResponsive .rsform-block.rsform-error-parent textarea,
form.formResponsive .rsform-block.rsform-error-parent input[type="text"] {
  border-color: #c45241;
}
form.formResponsive .rsform-block.rsform-submit {
  background: none;
  padding: 0;
  border-radius: 0;
}
form.formResponsive .rsform-block.rsform-submit .formBody {
  text-align: left;
}
form.formResponsive .rsform-block .formControlLabel {
  display: block;
  color: #042a2b;
  font-weight: bold;
}
form.formResponsive .rsform-block.rsform-block-veiligheidscode {
  height: 1px;
  background: none !important;
  padding: 0;
  margin: 0;
}
form.formResponsive .rsform-select {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}
form.formResponsive .rsform-select .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .rsform-select select {
  width: 100%;
}
form.formResponsive .rsform-checkboxes,
form.formResponsive .rsform-radios {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
}
form.formResponsive .rsform-checkboxes .formControlLabel,
form.formResponsive .rsform-radios .formControlLabel {
  margin-bottom: 10px;
}
form.formResponsive .formBody {
  width: 100%;
  clear: both;
  float: none;
}
form.formResponsive .formBody.frm-checkboxes label,
form.formResponsive .formBody.frm-radios label {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
form.formResponsive .formBody.frm-checkboxes input,
form.formResponsive .formBody.frm-radios input {
  margin-right: 10px;
}
.rsform-gifts .gift-wrap {
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
  border: 1px solid #d4b090;
}
.rsform-gifts .gift-wrap.show {
  display: block;
}
.rsform-gifts .gift-wrap .rsform-block {
  width: 40%;
  float: left;
  clear: none;
  margin: 0;
}
.rsform-gifts .gift-wrap .rsform-block:nth-child(2) {
  width: 20%;
}
.rsform-gifts .gift-wrap .rsform-select {
  padding: 15px;
  background: none;
}
.rsform-gifts .gift-wrap .rsform-select .formControlLabel {
  margin-bottom: 3px;
  font-size: 80%;
}
.rsform-gifts .form-action-gift {
  margin: 15px 0 30px;
  text-align: right;
}
.rsform-gifts .form-action-gift a {
  display: inline-block;
  background-color: #042a2b;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 3px;
}
.rsform-gifts .form-action-gift a:hover {
  background-color: #d4b090;
}
/* ==========================================================================
	FORM POPUP
   ========================================================================== */
.rsfp_thankyou_popup_inner .formResponsive .rsform-submit-button {
  background-color: #d4b090;
  color: #ffffff;
  font-family: 'SilkSerif-SemiBold', serif;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 15px 8px 15px;
  border-radius: 0 25px 25px 0;
  border: none;
  transition: all 0.25s ease-out;
}
/* ==========================================================================
	GRID S (567px tot 768px)
   ========================================================================== */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11 {
    float: left;
  }
  .col-s-1 {
    width: 8.33333333%;
  }
  .col-s-2 {
    width: 16.66666667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33333333%;
  }
  .col-s-5 {
    width: 41.66666667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33333333%;
  }
  .col-s-8 {
    width: 66.66666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33333333%;
  }
  .col-s-11 {
    width: 91.66666667%;
  }
  .col-s-12 {
    width: 100%;
  }
}
/* ==========================================================================
	GRID XL
   ========================================================================== */
/* ==========================================================================
	GRID GUTTER
   ========================================================================== */
.gutter-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gutter-0 > [class^="col-"],
.gutter-0 > li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gutter-3 {
  margin-left: 20px / -2;
  margin-right: 20px / -2;
}
.gutter-3 > [class^="col-"],
.gutter-3 > li {
  padding-left: 20px / 2;
  padding-right: 20px / 2;
}
@media screen and (min-width: 768px) {
  .gutter-3 {
    margin-left: 20px / -2;
    margin-right: 20px / -2;
  }
  .gutter-3 > [class^="col-"],
  .gutter-3 > li {
    padding-left: 20px / 2;
    padding-right: 20px / 2;
  }
}
@media screen and (min-width: 1280px) {
  .gutter-5 {
    margin-left: 60px / -2;
    margin-right: 60px / -2;
  }
  .gutter-5 > [class^="col-"],
  .gutter-5 > li {
    padding-left: 60px / 2;
    padding-right: 60px / 2;
  }
  .gutter-6 {
    margin-left: 90px / -2;
    margin-right: 90px / -2;
  }
  .gutter-6 > [class^="col-"],
  .gutter-6 > li {
    padding-left: 90px / 2;
    padding-right: 90px / 2;
  }
}
/* ==========================================================================
	HERO
   ========================================================================== */
.hero {
  max-height: 900px;
  background-position: 70% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 60px;
}
.hero-header {
  padding-bottom: 60px;
}
.hero-logo {
  width: 204px;
  height: 125px;
  margin: 0 auto 30px auto;
}
.hero-logo a {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/logo.png');
  height: 100%;
  overflow: hidden;
  text-indent: -999px;
}
.hero.theme-light .hero-logo a {
  background-image: url('../img/logo-wit.png');
}
.hero.theme-light .btn-outline-secondary {
  color: #ffffff !important;
  border-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .hero-logo {
    width: 306px;
    height: 188px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .hero-header {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-header {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .hero-logo {
    width: 408px;
    height: 250px;
  }
}
@media screen and (min-width: 1680px) {
  .hero-header {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
/* ==========================================================================
	ICON BACKGROUND
	========================================================================== */
.icon-bg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 45px;
  height: 45px;
  background: url(../img/icon-bg.svg) no-repeat 50% 50%;
  background-size: contain;
  border-radius: 100px;
  color: white;
  font-size: 28px;
  line-height: 26px;
  transform: translateX(0);
  transition: transform 0.2s;
}
.icon-bg > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -53%);
}
a:hover .icon-bg {
  transform: translateX(3px);
}
.whatsapp-icon {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/whatsapp-icon.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.whatsapp-icon-nobg {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../img/whatsapp-icon-nobg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/* ==========================================================================
	ICON ANIMATION
	move icon to right on hover
   ========================================================================== */
.icon-animate-left,
.icon-animate-right,
.icon-animate-up,
.icon-animate-down {
  position: relative;
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.hover .icon-animate-left,
a:hover .icon-animate-left,
button:not(.slick-disabled):hover .icon-animate-left,
.hover .icon-animate-right,
a:hover .icon-animate-right,
button:not(.slick-disabled):hover .icon-animate-right,
.hover .icon-animate-up,
a:hover .icon-animate-up,
button:not(.slick-disabled):hover .icon-animate-up,
.hover .icon-animate-down,
a:hover .icon-animate-down,
button:not(.slick-disabled):hover .icon-animate-down {
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.hover .icon-animate-left,
a:hover .icon-animate-left,
button:not(.slick-disabled):hover .icon-animate-left {
  transform: translate(-3px, 0);
}
.hover .icon-animate-right,
a:hover .icon-animate-right,
button:not(.slick-disabled):hover .icon-animate-right {
  transform: translate(3px, 0);
}
.hover .icon-animate-up,
a:hover .icon-animate-up,
button:not(.slick-disabled):hover .icon-animate-up {
  transform: translate(0, -3px);
}
.hover .icon-animate-down,
a:hover .icon-animate-down,
button:not(.slick-disabled):hover .icon-animate-down {
  transform: translate(0, 3px);
}
/* ==========================================================================
	FONTELLO ICONS
	========================================================================== */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello/fontello.eot?37773142e');
  src: url('../font/fontello/fontello.eot?37773142e#iefix') format('embedded-opentype'), url('../font/fontello/fontello.woff2?37773142e') format('woff2'), url('../font/fontello/fontello.woff?37773142e') format('woff'), url('../font/fontello/fontello.ttf?37773142e') format('truetype'), url('../font/fontello/fontello.svg?37773142e#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello/fontello.svg?37773142#fontello') format('svg');
	}
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-location:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-mail:before {
  content: '\e802';
}
/* '' */
.icon-calendar:before {
  content: '\e803';
}
/* '' */
.icon-down-open:before {
  content: '\e804';
}
/* '' */
.icon-left-open:before {
  content: '\e805';
}
/* '' */
.icon-right-open:before {
  content: '\e806';
}
/* '' */
.icon-angle-down:before {
  content: '\e807';
}
/* '' */
.icon-angle-left:before {
  content: '\e808';
}
/* '' */
.icon-angle-right:before {
  content: '\e809';
}
/* '' */
.icon-angle-up:before {
  content: '\e80a';
}
/* '' */
.icon-up-open:before {
  content: '\e80b';
}
/* '' */
.icon-brand:before {
  content: '\e80d';
}
/* '' */
.icon-arrow-right:before {
  content: '\e80e';
}
/* '' */
.icon-arrow-left:before {
  content: '\e80f';
}
/* '' */
.icon-arrow-up:before {
  content: '\e810';
}
/* '' */
.icon-arrow-down:before {
  content: '\e811';
}
/* '' */
.icon-st-xmark:before {
  content: '\e813';
}
/* '' */
.icon-st-xmark-lg:before {
  content: '\e814';
}
/* '' */
.icon-gift-icon:before {
  content: '\e835';
}
/* '' */
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.icon-calendar-empty:before {
  content: '\f133';
}
/* '' */
.icon-instagram:before {
  content: '\f16d';
}
/* '' */
.icon-sliders:before {
  content: '\f1de';
}
/* '' */
.icon-facebook-official:before {
  content: '\f230';
}
/* '' */
.icon-calendar-check-o:before {
  content: '\f274';
}
/* '' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.icon-right-open-1:before {
  content: '\f800';
}
/* '' */
.icon-left-open-1:before {
  content: '\f80c';
}
/* '' */
/* ==========================================================================
	ICONS VARIATIES
	========================================================================== */
.icon-lg:before {
  transform: scale(1.5) !important;
}
/* ==========================================================================
	IMAGE LOGO
   ========================================================================== */
.img-logo {
  display: block;
  height: 60px;
  width: 60px;
  background: url('../img/logo-icon.png') no-repeat 50% 50%;
  background-size: contain;
}
/* ==========================================================================
	IMAGE ZOOM
   ========================================================================== */
@media screen and (min-width: 768px) {
  .img-zoom {
    overflow: hidden;
    position: relative;
    display: block;
    transition: filter 0.35s;
    filter: brightness(100%);
  }
  .img-zoom img {
    min-width: 100%;
    transform: scale(1, 1);
    transition: transform 0.35s;
  }
  .img-zoom:hover,
  .mouseover .img-zoom {
    filter: brightness(110%);
  }
  .img-zoom:hover img,
  .mouseover .img-zoom img {
    transform: scale(1.1, 1.1);
  }
}
/* ==========================================================================
	IMAGE BACKGROUND
   ========================================================================== */
.img-cover,
.img-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.img-cover {
  background-size: cover;
}
.img-contain {
  background-size: contain;
}
/* ==========================================================================
	IMAGE ASPECT RATIO
   ========================================================================== */
.img-aspect-100,
.img-aspect-75,
.img-aspect-65,
.img-circle {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.img-aspect-100 {
  padding-top: 100%;
}
.img-aspect-75 {
  padding-top: 75%;
}
.img-aspect-65 {
  padding-top: 65%;
}
.img-circle {
  padding-top: 100%;
  border-radius: 999px;
}
/* ==========================================================================
	IMAGE OVERLAY
   ========================================================================== */
.img-overlay {
  position: relative;
}
.img-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 42, 43, 0.4);
  transition: background 0.2s ease-out;
}
.img-overlay-dark {
  position: relative;
}
.img-overlay-dark:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 42, 43, 0.7);
  transition: background 0.2s ease-out;
}
/* ==========================================================================
	LEADER
   ========================================================================== */
.leader {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 420px;
  padding: 50px 0;
}
.leader-image,
.leader-image-shadow {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.leader-image {
  left: 0;
  top: 0;
  bottom: 50px;
  width: 90%;
}
.leader-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(4, 42, 43, 0) 0%, rgba(4, 42, 43, 0.4) 50%, rgba(4, 42, 43, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(4, 42, 43, 0) 0%, rgba(4, 42, 43, 0.4) 50%, rgba(4, 42, 43, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(4, 42, 43, 0) 0%, rgba(4, 42, 43, 0.4) 50%, rgba(4, 42, 43, 0.4) 100%);
}
.leader-image-shadow {
  left: 10%;
  top: 50px;
  right: 0;
  bottom: 0;
}
.leader-image-shadow:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 42, 43, 0.8);
  mix-blend-mode: multiply;
}
.leader-container {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: auto;
  color: white;
}
.leader-header,
.leader-output {
  max-width: 800px;
  width: 90%;
}
.leader-output {
  margin-left: 8.33333333%;
  width: 81.666666%;
  font-size: 20px;
  line-height: 1.6em;
  text-transform: uppercase;
}
.leader-output > *:last-child {
  margin-bottom: 0;
}
.leader-actions {
  margin-left: 8.33333333%;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .leader {
    min-height: 520px;
  }
  .leader-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .leader {
    min-height: 640px;
  }
  .leader-image {
    width: calc(50vw + 465px);
  }
  .leader-image-shadow {
    left: 50%;
  }
  .leader-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .leader-image {
    width: calc(50vw + 625px);
  }
  .leader-actions {
    margin-left: 0;
    padding-top: 0;
    position: absolute;
    bottom: 75px;
    right: 60px;
    width: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .leader-image {
    width: calc(50vw + 633px);
  }
}
.tpl-arrangementen.view-article .article-intro {
  display: none;
}
@media screen and (max-width: 767px) {
  .tpl-arrangementen.view-category .leader-output,
  .tpl-detail.view-category .leader-output,
  .tpl-volg.view-category .leader-output,
  .tpl-arrangementen.view-article .leader-output,
  .tpl-detail.view-article .leader-output,
  .tpl-volg.view-article .leader-output {
    display: none;
  }
  .tpl-arrangementen.view-category .leader-actions,
  .tpl-detail.view-category .leader-actions,
  .tpl-volg.view-category .leader-actions,
  .tpl-arrangementen.view-article .leader-actions,
  .tpl-detail.view-article .leader-actions,
  .tpl-volg.view-article .leader-actions {
    margin-left: 0;
  }
  .tpl-arrangementen.view-article .article-intro {
    display: block;
  }
}
/* ==========================================================================
	LEADER ANIMATIONS
   ========================================================================== */
/* ==========================================================================
	LIST BRAND
   ========================================================================== */
.list-brand {
  list-style: none;
  margin-bottom: 25px;
}
.list-brand > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.list-brand > li:before {
  content: '\e80d';
  font-family: "fontello";
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 1px;
}
/* ==========================================================================
	LIST INLINE DIVIDER
   ========================================================================== */
.list-inline-divider li {
  padding: 0;
}
.list-inline-divider > li:not(:last-child) {
  position: relative;
  margin-right: 15px;
  padding-right: 16px;
}
.list-inline-divider > li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: currentColor;
}
/* ==========================================================================
	MOBILE MENU NEW 2024
   ========================================================================== */
.std-mobile-menu-new {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  background-color: #042a2b;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 360;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.std-mobile-menu-new:before {
  content: " ";
  display: block;
  width: 2000px;
  height: 100%;
  background: #01292b;
  background-position: 50% 0%;
  background-image: url('../img/bg-brands-dgreen.png');
  background: url('../img/bg-brands-dgreen.png'), -moz-linear-gradient(left, #01292b 0%, #15484c 100%);
  background: url('../img/bg-brands-dgreen.png'), -webkit-linear-gradient(left, #01292b 0%, #15484c 100%);
  background: url('../img/bg-brands-dgreen.png'), linear-gradient(to right, #01292b 0%, #15484c 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.std-mobile-menu-new .container {
  width: 100%;
}
.std-mobile-menu-new .col-left .inner {
  margin-top: 200px;
  padding-bottom: 170px;
}
.std-mobile-menu-new .col-left .reserve-big-btn-mobile {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 1000;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.std-mobile-menu-new .col-left .reserve-big-btn-mobile .btn-reserve {
  text-decoration: none;
  color: #ffffff;
}
.std-mobile-menu-new .col-left .reserve-big-btn-mobile .cta-big-circle {
  background-color: #d4b090;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
.std-mobile-menu-new .col-left .reserve-big-btn-mobile .cta-big-circle:before {
  content: "\f133";
  font-family: "fontello";
  font-size: 22px;
}
.std-mobile-menu-new .col-left .reserve-big-btn-mobile .btn-txt {
  font-size: 16px;
  margin-top: 10px;
}
.std-mobile-menu-new .col-left .reserve-big-btn-mobile .txt-sm {
  font-size: 13px;
}
.std-mobile-menu-new .col-left.show-btn .reserve-big-btn-mobile {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.std-mobile-menu-new li {
  list-style: none;
}
.shownav .site-header-v2 {
  background-color: transparent !important;
  box-shadow: none !important;
}
.shownav .site-header-v2 .header-logo {
  opacity: 1;
  pointer-events: auto;
}
.shownav .site-header-v2 .header-nav {
  opacity: 0;
}
.shownav .site-header-v2 .shop {
  display: none;
}
.shownav .site-header-v2 .shopping-basket {
  opacity: 1;
  pointer-events: auto;
}
.shownav .site-header-v2 .header-cta {
  opacity: 1;
  pointer-events: auto;
}
.shownav .std-mobile-menu-new {
  top: 0;
}
.main-nav li {
  margin-bottom: 30px;
}
.main-nav a {
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main-nav a .arrow-right {
  font-size: 75%;
  position: relative;
  top: -1px;
  right: 15px;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
}
.main-nav ul {
  display: none;
}
.sub-menu-target ul {
  display: none;
}
.sub-menu-target,
.sub-sub-menu-target {
  margin-top: 25px;
}
.sub-menu-target a,
.sub-sub-menu-target a {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sub-menu-target a .arrow-right,
.sub-sub-menu-target a .arrow-right {
  font-size: 75%;
  position: relative;
  top: -1px;
  right: 15px;
  margin-left: 5px;
  display: inline-flex;
  align-items: center;
}
.sub-sub-menu-target a {
  font-size: 18px;
}
.sub-sub-menu-target a .arrow-right {
  font-size: 75%;
}
.slick-menu-goback .arrow-left {
  font-size: 75%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.sub-menu-l1 li,
.sub-menu-l2 li {
  padding: 20px 0;
  border-bottom: 1px solid #15484C;
}
.sub-menu-l1 a,
.sub-menu-l2 a {
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}
.sub-menu-l2 .item-1696 li,
.sub-menu-l2 .item-1697 li,
.sub-menu-l2 .item-1698 li,
.sub-menu-l2 .item-1699 li {
  border-bottom: unset;
  padding: unset;
  background-color: #d4b090;
}
.sub-menu-l2 .item-1696 a,
.sub-menu-l2 .item-1697 a,
.sub-menu-l2 .item-1698 a,
.sub-menu-l2 .item-1699 a {
  display: block;
  background-color: #d4b090;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 10px 20px;
}
.sub-menu-l2 .item-1696 .split-1,
.sub-menu-l2 .item-1697 .split-1,
.sub-menu-l2 .item-1698 .split-1,
.sub-menu-l2 .item-1699 .split-1 {
  font-family: 'SilkSerif-SemiBold', serif;
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .std-mobile-menu-new .item-1612,
  .std-mobile-menu-new .item-1645 {
    display: none;
    visibility: hidden;
  }
  .std-mobile-menu-new .mobile-menu-top {
    opacity: 1;
  }
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
/* ==========================================================================
	NAV
   ========================================================================== */
nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* ==========================================================================
	NAV PRIMARY
   ========================================================================== */
.nav-primary .mainnav li {
  float: left;
  margin-left: 30px;
}
.nav-primary .mainnav li:first-child {
  margin-left: 0;
}
.nav-primary .mainnav li a {
  position: relative;
  display: block;
  padding: 18px 0;
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  color: #042a2b;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-primary .mainnav li a:after {
  content: '\e80d';
  font-family: "fontello";
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -6px;
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.2s ease-out;
}
.tpl-home .nav-primary .mainnav li a {
  color: #ffffff;
}
.scrolled .nav-primary .mainnav li a {
  color: #042a2b;
}
.nav-primary .mainnav li.active a:after,
.nav-primary .mainnav li a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.nav-primary .mainnav li .nav-active-text {
  position: absolute;
  z-index: -1;
  top: 22px;
  left: -30px;
  line-height: 1;
  width: 200px;
  font-family: 'Mont-ExtraLight', sans-serif;
  font-size: 40px;
  color: #f0e4da;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.2s ease-out, transform 0.5s ease-out;
}
.nav-primary .mainnav li.active a .nav-active-text {
  opacity: 1;
  transform: translateX(0);
}
.nav-primary .mainnav:hover li.active a .nav-active-text {
  opacity: 0;
  transform: translateX(20px);
}
.nav-primary .mainnav li a:hover .nav-active-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
@media screen and (min-width: 1280px) {
  .nav-primary .mainnav li .nav-active-text {
    top: 22px;
    font-size: 40px;
    letter-spacing: -1px;
  }
}
/* ==========================================================================
	NAV MOBILE
   ========================================================================== */
.nav-mobile .mainnav-xx a {
  display: block;
  padding: 10px 0;
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-mobile .mainnav-xx .active > a,
.nav-mobile .mainnav-xx a.active,
.nav-mobile .mainnav-xx a:hover {
  color: #d4b090;
  text-decoration: none;
}
.nav-mobile .mainnav-xx > li {
  margin-bottom: 10px;
}
.nav-mobile .mainnav-xx > li > ul {
  padding-left: 30px;
}
.nav-mobile .mainnav-xx > li > ul a {
  font-size: 18px;
  padding: 3px 0;
}
.nav-mobile .mainnav-xx .nav-caption {
  font-size: 22px;
  font-weight: 700;
}
.nav-mobile .mainnav-xx .nav-caption:hover {
  cursor: default;
  color: inherit;
}
.xxx-shownav .nav-mobile > ul > li {
  animation: FadeInRight 0.15s ease-out;
  animation-fill-mode: both;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(1) {
  animation-delay: 0.2s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(2) {
  animation-delay: 0.3s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(3) {
  animation-delay: 0.4s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(4) {
  animation-delay: 0.5s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(5) {
  animation-delay: 0.6s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(6) {
  animation-delay: 0.7s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(7) {
  animation-delay: 0.8s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(8) {
  animation-delay: 0.9s;
}
.xxx-shownav .nav-mobile > ul > li:nth-child(9) {
  animation-delay: 1s;
}
@media screen and (min-width: 768px) {
  .nav-mobile .mainnav-xx a {
    font-size: 28px;
  }
  .nav-mobile .mainnav-xx > li > ul a {
    font-size: 20px;
  }
}
/* ==========================================================================
	NAV ICON
   ========================================================================== */
.nav-icon {
  display: block;
  vertical-align: middle;
  padding: 18px 19px 17px 19px;
  width: 60px;
  cursor: pointer;
  background: url('../img/nav-bg.svg') no-repeat 50% 50%;
  background-size: contain;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #042a2b;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.open .nav-icon:after,
.open .nav-icon:before,
.open .nav-icon div {
  background-color: #ffffff;
}
.open .nav-icon:before {
  transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -webkit-transform: translateY(7px) rotate(135deg);
}
.open .nav-icon:after {
  margin-right: 0;
  transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -webkit-transform: translateY(-7px) rotate(-135deg);
}
.open .nav-icon div {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* ==========================================================================
	NAV TRIGGER
   ========================================================================== */
.nav-trigger {
  cursor: pointer;
}
.c-quick-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #042a2b;
}
.c-quick-links a {
  display: block;
  padding: 10px 20px 8px 4px;
  text-decoration: none;
  text-transform: uppercase;
  color: #042a2b;
  position: relative;
}
.c-quick-links a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.c-quick-links a:hover {
  color: #d4b090;
}
/* ==========================================================================
	PRODUCTS
   ========================================================================== */
.mod-filter-action {
  display: none;
  margin-top: 40px;
  text-align: center;
}
.mod-filter-action a {
  display: inline-block;
  text-decoration: none;
}
.mod-filter-action a i {
  margin-right: 10px;
}
.mod-filter-action a:hover {
  background-color: #042a2b;
}
.mod-product-filter {
  margin-top: 60px;
}
.mod-product-filter .filter-header {
  text-align: center;
  margin-bottom: 30px;
}
.mod-product-filter .filter-header .filter-toggle {
  display: none;
}
.mod-product-filter .title {
  margin-bottom: 0;
}
.mod-product-filter .filter-body .filter-box {
  width: 50%;
  float: left;
}
.mod-product-filter .filter-body .filter-title {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #d4b090;
  text-transform: uppercase;
}
.mod-product-filter .filter-body .filter-options {
  text-align: center;
}
.mod-product-filter .filter-body .filter-options .filter-option {
  margin: 0 15px;
  text-transform: uppercase;
  position: relative;
}
.mod-product-filter .filter-body .filter-options .filter-option input {
  margin-right: 5px;
  opacity: 0;
}
.mod-product-filter .filter-body .filter-options .filter-option .arrow {
  display: block;
  width: 16px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mod-product-filter .filter-body .filter-options .filter-option .arrow:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #042a2b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  opacity: 0;
}
.mod-product-filter .filter-body .filter-options .filter-option.selected .arrow:after {
  opacity: 1;
}
.mod-product-filter .filter-footer {
  display: none;
}
@media (max-width: 991px) {
  .mod-filter-action {
    display: block;
  }
  .mod-product-filter {
    width: 320px;
    height: 100%;
    margin: 0;
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: -340px;
    z-index: 9999;
    transition: all 0.5s ease 0s;
    transform: unset;
  }
  .mod-product-filter .filter-box {
    width: 100% !important;
    float: none;
    padding: 0 20px 30px 20px;
  }
  .mod-product-filter .filter-box.main-filter {
    margin: 0;
  }
  .mod-product-filter .filter-box .filter-title {
    text-align: left;
  }
  .mod-product-filter .filter-options .filter-option {
    display: block;
    line-height: 30px;
    padding: 0;
    margin: 0 8px 8px 0 !important;
    text-align: left;
  }
  .mod-product-filter .filter-header {
    display: block;
    height: 60px;
    padding: 20px 20px;
    background-color: #042a2b;
    position: relative;
    margin-bottom: 0;
    text-align: left;
    color: #ffffff;
  }
  .mod-product-filter .filter-header .title {
    margin-bottom: 0;
    color: inherit;
    font-size: 24px;
    line-height: 1em;
  }
  .mod-product-filter .filter-header .filter-toggle {
    display: block;
    font-size: 24px;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .mod-product-filter .filter-body {
    width: 100%;
    height: calc(100% - 130px);
    position: absolute;
    top: 60px;
    left: 0;
    padding-top: 30px;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .mod-product-filter .filter-footer {
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #042a2b;
    text-align: center;
    padding-top: 17px;
  }
  .show-filters .mod-product-filter {
    left: 0;
  }
}
.mod-product-filter-mobile {
  display: none;
}
@media (max-width: 991px) {
  .mod-product-filter-mobile {
    display: block;
    margin-top: 60px;
  }
  .mod-product-filter-mobile .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mod-product-filter-mobile .filter-options {
    display: flex;
    gap: 50px;
  }
  .mod-product-filter-mobile .filter-toggle {
    text-decoration: none;
    font-size: 16px;
    color: #042a2b;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .mod-product-filter-mobile {
    margin-top: 40px;
  }
}
.c-ajax-loader {
  display: block;
  width: 100%;
  height: 160px;
  clear: both;
  background-image: url(../img/loader.gif);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}
.result-state {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.product-ajax-output {
  min-height: 160px;
  position: relative;
}
.product-ajax-output.loading:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
}
.product-ajax-output .c-ajax-loaderxxx {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.product-ajax-output .result-state {
  clear: both;
  display: block;
  text-align: center;
  position: relative;
  z-index: 10;
}
.product-ajax-output .result-state.end-resultsxxxx {
  transform: translateY(-80px);
}
.product-ajax-actions {
  display: none;
  text-align: center;
  padding-top: 40px;
}
.product-ajax-actions .button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: #d4b090;
  color: #ffffff;
  text-decoration: none;
}
.c-overlay {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 8888;
  transition: all 0.3s ease-in-out;
}
.show-filters .c-overlay {
  left: 0;
}
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.section {
  position: relative;
}
.mod-salonized {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f4f4f4;
}
.mod-salonized iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.mod-booking-widget {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
}
.mod-calculator {
  margin-top: 60px;
}
.mod-calculator .ajax-loader {
  min-height: 160px;
  background: url(../img/loader.gif) center center no-repeat;
}
.mod-calculator form .form-row {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 15px;
}
.mod-calculator form .form-row .label {
  display: block;
  margin-bottom: 8px;
}
.mod-calculator form .form-row.clean {
  background: none;
  padding: 0;
}
.mod-calculator form .form-row input[type="text"] {
  height: 36px;
  border: 1px solid #eee;
  padding-left: 10px;
}
.mod-calculator form .form-row input[type="text"],
.mod-calculator form .form-row select {
  width: 320px;
}
.mod-calculator form .form-radios label {
  display: block;
  margin-bottom: 10px;
}
.mod-calculator form .form-radios input {
  margin-right: 8px;
}
.mod-calculator .calculator-output {
  margin-top: 60px;
}
.accordeon {
  width: 100%;
  margin-bottom: 30px;
}
.accordeon .panel {
  padding: 15px 0;
  border-bottom: 1px solid #042a2b;
  line-height: 1.4em;
}
.accordeon .question {
  font-family: 'Mont-SemiBold', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #042a2b;
  padding: 0 40px 0 0;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.accordeon .question .circle {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 22px;
}
.accordeon .question .circle .icon-plus-2,
.accordeon .question .circle .icon-minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordeon .question .circle .icon-minus {
  display: none;
}
.accordeon .question.open {
  color: #042a2b;
}
.accordeon .question.open .circle .icon-plus-2 {
  display: none;
}
.accordeon .question.open .circle .icon-minus {
  display: block;
}
.accordeon .answer {
  padding: 30px 0 10px 0;
  color: #042a2b;
}
.accordeon .answer p {
  color: #042a2b;
}
.accordeon .answer p:last-child {
  margin: 0;
}
.accordeon .answer a:hover {
  color: #042a2b;
  opacity: 0.7;
}
.mod-detail-bottom .col-left {
  width: 40%;
}
.mod-detail-bottom .col-left .title {
  font-family: 'Mont-Bold', sans-serif;
  margin-bottom: 20px;
}
.mod-detail-bottom .col-left .inner {
  padding-right: 60px;
}
.mod-detail-bottom .col-right {
  width: 60%;
}
@media screen and (max-width: 991px) {
  .mod-detail-bottom .col-left {
    width: 100%;
    margin-bottom: 100px;
  }
  .mod-detail-bottom .col-left .inner {
    padding-right: 0px;
  }
  .mod-detail-bottom .col-right {
    width: 100%;
  }
}
.mod-faq .glass-box {
  background-color: rgba(4, 42, 43, 0.1);
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px;
}
.mod-faq .glass-box:hover .whatsapp-icon {
  transform: scale(0.92);
  transition: all 0.1s ease-in-out;
}
.mod-faq .btn-txt {
  display: inline-block;
  font-family: 'Mont-SemiBold', sans-serif;
  font-size: 16px;
  color: #1a1a18;
  text-decoration: none;
}
.mod-faq .article-actions {
  margin-bottom: 30px;
}
.mod-diensten-slider {
  padding: 80px 0;
}
.mod-diensten-slider .m-title {
  text-align: center;
  margin: 0 0 20px 0;
}
.mod-diensten-slider .primary {
  margin-bottom: 20px;
  overflow: hidden;
}
.mod-diensten-slider .secondary {
  position: relative;
}
.mod-diensten-slider .slick-outer {
  clear: both;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1480px) {
  .mod-diensten-slider .container {
    width: 100%;
  }
  .mod-diensten-slider .secondary .slick-outer {
    margin: 0 50px;
  }
  .mod-diensten-slider .slick-diensten {
    width: 40%;
  }
  .mod-diensten-slider .slick-diensten-arrows {
    top: 30%;
  }
  .mod-diensten-slider .slick-diensten-arrows .slick-prev {
    left: 0;
  }
  .mod-diensten-slider .slick-diensten-arrows .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .mod-diensten-slider .secondary .slick-outer {
    margin: 0;
  }
  .mod-diensten-slider .slick-diensten {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .mod-diensten-slider .slick-diensten-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod-diensten-slider .slick-diensten {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .mod-diensten-slider .slick-diensten {
    width: 360px;
  }
}
.mod-submenu {
  margin: 60px 0 -30px;
}
.mod-submenu .mainnav {
  text-align: center;
}
.mod-submenu .mainnav li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
.mod-submenu .mainnav a {
  display: block;
  text-transform: uppercase;
  color: #042a2b;
  text-decoration: none;
}
.mod-submenu .mainnav a:hover {
  color: #d4b090;
}
.mod-home-intro {
  margin-top: 100px;
  margin-bottom: 50px;
}
.mod-home-intro .col-left {
  padding-right: 50px;
}
.mod-home-intro .col-left .article-output {
  padding-bottom: 50px;
  max-width: 850px;
}
.mod-home-intro .col-right {
  position: relative;
}
.mod-home-intro .button-reserve {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 120px;
  width: 1700px;
  text-decoration: none;
}
.mod-home-intro .button-reserve:before {
  display: block;
  position: absolute;
  top: 0;
  left: -250px;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url("../img/bg-button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mod-home-intro .button-reserve .button-circle {
  position: absolute;
  top: 51.5%;
  left: -30px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #d4b090;
}
.mod-home-intro .button-reserve .btn-arrow:after {
  right: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.mod-home-intro .button-reserve .btn-txt {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  font-family: 'Mont-SemiBold', sans-serif;
  font-size: 35px;
  color: #1a1a18;
}
.mod-home-intro .button-reserve .btn-txt-sm {
  display: block;
  font-family: 'SilkSerif-SemiBold', serif;
  padding-top: 10px;
}
.mod-home-intro .button-reserve:hover .btn-arrow:after {
  transform: translate(-50%, -50%) translateX(5px);
}
@media (max-width: 1279px) {
  .mod-home-intro .button-reserve .btn-txt {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .mod-home-intro {
    margin-top: 50px;
  }
  .mod-home-intro .col-left .article-output {
    padding-right: 0;
  }
  .mod-home-intro .button-reserve {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  .mod-home-intro .button-reserve .btn-txt {
    font-size: 28px;
    left: 80px;
  }
}
@media (max-width: 767px) {
  .mod-home-intro .button-reserve {
    height: 120px;
    width: 1700px;
  }
  .mod-home-intro .button-reserve:before {
    position: absolute;
    top: 0;
    left: -250px;
  }
  .mod-home-intro .button-reserve .button-circle {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
  }
  .mod-home-intro .button-reserve .btn-arrow:after {
    left: 65%;
  }
  .mod-home-intro .button-reserve .btn-txt {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .mod-home-intro .button-reserve .btn-txt {
    font-size: 24px;
  }
}
.mod-arrangementen .article-actions-a {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .mod-arrangementen .article-actions-a {
    display: flex;
    justify-content: flex-start;
  }
}
.mod-news .user-reviews {
  margin-left: 100px;
}
.mod-news .col-left .article-image-actions {
  position: absolute;
  right: unset;
  top: unset;
  left: 55px;
  bottom: 10px;
  transform: translateY(-50%);
}
.mod-news .col-right {
  width: 55%;
}
.mod-news .col-right .article-circle {
  margin: 0 0 0 200px;
}
.mod-news .mod-blogs .blog-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #042a2b;
}
.mod-news .mod-blogs .blog-list li a {
  color: #042a2b;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  display: flex;
  /* Zorgt ervoor dat de pijl en de tekst in één lijn zitten */
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 8px 4px;
}
@media (max-width: 991px) {
  .mod-news .col-left {
    width: 100%;
  }
  .mod-news .col-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mod-news .user-reviews {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .mod-news .user-reviews .salonized-reviews-mini {
    position: absolute;
    bottom: -130px;
    right: -60px;
  }
  .mod-news .col-left {
    width: 100%;
  }
  .mod-news .col-right .article-circle {
    margin: 0 0 0 0;
    max-width: unset;
    padding-top: 60px;
  }
  .mod-news .col-right .article-circle:before {
    border-radius: 0%;
  }
  .mod-news .col-right .article-circle .article-subtitle {
    margin-left: 160px;
  }
}
@media (max-width: 576px) {
  .mod-news .col-right .article-circle .article-subtitle {
    margin-left: 0;
  }
  .mod-news .col-right .article-circle .article-title {
    margin-left: 0;
  }
  .mod-news .col-right .article-circle .article-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .mod-review {
    margin-top: 100px;
  }
  .mod-review .user-reviews {
    margin-top: 70px;
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .mod-detail-bottom .mod-review .user-reviews {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .mod-detail-bottom .mod-review .user-reviews .salonized-reviews-mini {
    position: absolute;
    bottom: -130px;
    right: -60px;
  }
  .mod-detail-bottom .mod-review .article-circle {
    margin: 0 0 0 0;
    max-width: unset;
    padding-top: 60px;
  }
  .mod-detail-bottom .mod-review .article-circle:before {
    border-radius: 0%;
  }
  .mod-detail-bottom .mod-review .article-circle .article-subtitle {
    margin-left: 160px;
  }
}
@media (max-width: 576px) {
  .mod-detail-bottom .mod-review .article-circle .article-subtitle {
    margin-left: 0;
  }
  .mod-detail-bottom .mod-review .article-circle .article-title {
    margin-left: 0;
  }
  .mod-detail-bottom .mod-review .article-circle .article-image {
    display: none;
  }
}
/* ==========================================================================
	SLIDER KEYWORDS
   ========================================================================== */
.slider-keywords .slide {
  position: relative;
  color: #d4b090;
  text-transform: uppercase;
  font-size: 21px;
  padding-left: 60px;
}
.slider-keywords .slide:before {
  content: '\e80d';
  font-family: "fontello";
  font-size: 10px;
  position: absolute;
  left: 25px;
  top: 1px;
  color: #042a2b;
}
.slider-keywords .slide a {
  pointer-events: none;
}
.slider-keywords .slide a:hover {
  text-decoration: none;
}
/* ==========================================================================
	SLIDER IMAGES
   ========================================================================== */
.slider-images {
  position: relative;
}
.slider-images.slider-overlap {
  transform: translateY(-70px);
}
.slider-images .slide {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.slider-images .slide img {
  width: 850px;
  max-width: 80vw;
}
.slider-images .slide .location {
  position: absolute;
  left: 20px;
  bottom: 0;
  background: rgba(212, 176, 144, 0.6);
  margin: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
}
.slider-images .slide .location .icon-location {
  margin-right: 5px;
  font-size: 20px;
}
.slider-images button {
  border: none;
  padding: 0;
  background: transparent;
}
.slider-images .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 50px;
  text-indent: -999px;
  overflow-x: hidden;
}
.slider-images .slick-arrow:before {
  content: '\e80e';
  font-family: "fontello";
  font-size: 30px;
  position: absolute;
  color: white;
  text-indent: 0;
  transform: translateX(0);
  transition: transform 0.1s ease-out;
}
.slider-images .slick-prev {
  left: 12%;
}
.slider-images .slick-prev:before {
  left: 5px;
  content: '\e80f';
}
.slider-images .slick-prev:hover:before {
  transform: translateX(-3px);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
.slider-images .slick-next {
  right: 12%;
}
.slider-images .slick-next:before {
  right: 5px;
  content: '\e80e';
}
.slider-images .slick-next:hover:before {
  transform: translateX(3px);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
@media screen and (min-width: 992px) {
  .slider-images.slider-overlap {
    transform: translateY(-120px);
  }
  .slider-images .slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-images .slick-arrow:before {
    font-size: 40px;
  }
}
@media screen and (min-width: 1075px) {
  .slider-images .slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider-images .slick-arrow {
    left: 50%;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .slider-images .slick-prev {
    margin-left: -360px;
  }
  .slider-images .slick-next {
    margin-left: 360px;
  }
}
.slick-diensten-nav {
  margin: 0 auto;
  text-align: center;
}
.slick-diensten-nav a {
  display: inline-block;
  padding: 8px 12px 30px;
  text-transform: uppercase;
  color: #d4b090;
  text-decoration: none;
  position: relative;
  transition: all 0.2s ease-out;
  opacity: 0.7;
}
.slick-diensten-nav a:after {
  content: '\e80d';
  font-family: "fontello";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.2s ease-out;
}
.slick-diensten-nav a.active {
  opacity: 1;
}
.slick-diensten-nav a.active:after {
  opacity: 1;
  transform: scale(1);
}
.slick-diensten-arrows {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
}
.slick-diensten-arrows .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 0;
  width: 55px;
  height: 30px;
  text-indent: -999px;
  overflow-x: hidden;
  pointer-events: auto;
}
.slick-diensten-arrows .slick-arrow:before {
  content: '\e80e';
  font-family: "fontello";
  font-size: 30px;
  position: absolute;
  color: white;
  text-indent: 0;
  transform: translateX(0);
  transition: transform 0.1s ease-out;
}
.slick-diensten-arrows .slick-prev {
  left: -70px;
}
.slick-diensten-arrows .slick-prev:before {
  left: 5px;
  content: '\e80f';
}
.slick-diensten-arrows .slick-prev:hover:before {
  transform: translateX(-3px);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
.slick-diensten-arrows .slick-next {
  right: -70px;
}
.slick-diensten-arrows .slick-next:before {
  right: 5px;
  content: '\e80e';
}
.slick-diensten-arrows .slick-next:hover:before {
  transform: translateX(3px);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
.slick-diensten {
  width: 33.3334%;
  margin: 0 auto;
}
.slick-diensten .slick-list {
  overflow: visible;
}
.slick-diensten .item {
  padding: 0 15px;
  opacity: 0.65;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.slick-diensten .slick-active .item {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
.slick-diensten button {
  border: none;
  padding: 0;
  background: transparent;
}
.slick-diensten .slick-arrow {
  position: absolute;
  z-index: 30;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 50px;
  text-indent: -999px;
  overflow-x: hidden;
}
.slick-diensten .slick-arrow:before {
  content: '\e80e';
  font-family: "fontello";
  font-size: 30px;
  position: absolute;
  color: white;
  text-indent: 0;
  transform: translateX(0);
  transition: transform 0.1s ease-out;
}
.slick-diensten .slick-prev {
  left: -70px;
}
.slick-diensten .slick-prev:before {
  left: 5px;
  content: '\e80f';
}
.slick-diensten .slick-prev:hover:before {
  transform: translateX(-3px);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
.slick-diensten .slick-next {
  right: -70px;
}
.slick-diensten .slick-next:before {
  right: 5px;
  content: '\e80e';
}
.slick-diensten .slick-next:hover:before {
  transform: translateX(3px);
  transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5);
}
/* ==========================================================================
	SLIDER DOTS
   ========================================================================== */
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.overflow-hidden {
  overflow: hidden;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
/* ==========================================================================
	FONT
   ========================================================================== */
.font-body-light {
  font-family: 'Mont-ExtraLight', sans-serif;
  font-weight: normal;
}
.font-body-normal {
  font-family: 'Mont-Regular', sans-serif;
  font-weight: normal;
}
.font-body-semibold {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: normal;
}
.font-body-bold {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: normal;
}
.font-heading {
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
}
/* ==========================================================================
	TEXT
   ========================================================================== */
.text-body {
  color: #1a1a18 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-tan {
  color: #d4b090 !important;
}
.text-dgreen {
  color: #042a2b !important;
}
.text-grey {
  color: #f4f4f1 !important;
}
.text-light {
  font-family: 'Mont-ExtraLight', sans-serif;
  font-weight: normal;
}
.text-normal {
  font-family: 'Mont-Regular', sans-serif;
  font-weight: normal;
}
.text-bold {
  font-family: 'Mont-Bold', sans-serif;
  font-weight: normal;
}
.text-semibold {
  font-family: 'Mont-SemiBold', sans-serif;
  font-weight: normal;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-sm {
  font-size: 14px;
}
.text-lg {
  font-size: 24px;
}
.text-xl {
  font-size: 32px;
}
.text-lead {
  font-size: 20px;
  line-height: 1.25em;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .text-sm-columns-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .text-lead {
    font-size: 28px;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-sm-columns-2 {
    column-gap: 60px;
  }
  .text-lead {
    font-size: 36px;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-sm-columns-2 {
    column-gap: 90px;
  }
}
/* ==========================================================================
	WIDTH
   ========================================================================== */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/* ==========================================================================
	DISPLAY
   ========================================================================== */
.d-none {
  display: none ;
}
.d-block {
  display: block ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex;
}
@media screen and (min-width: 576px) {
  .d-s-none {
    display: none ;
  }
  .d-s-block {
    display: block ;
  }
  .d-s-inline {
    display: inline ;
  }
  .d-s-inline-block {
    display: inline-block;
  }
  .d-s-flex {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .d-md-none {
    display: none ;
  }
  .d-md-block {
    display: block ;
  }
  .d-md-inline {
    display: inline ;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
}
/* ==========================================================================
	POSITION
   ========================================================================== */
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
/* ==========================================================================
	BACKGROUND
   ========================================================================== */
.bg-white {
  background-color: #ffffff !important;
}
.bg-dgreen {
  background-color: #042a2b !important;
}
.bg-tan {
  background-color: #d4b090 !important;
}
.bg-grey {
  background-color: #f4f4f1 !important;
}
.bg-brands-dgreen {
  background: #01292b;
  background-position: 50% 0%;
  background-image: url('../img/bg-brands-dgreen.png');
  background: url('../img/bg-brands-dgreen.png'), -moz-linear-gradient(left, #01292b 0%, #15484c 100%);
  background: url('../img/bg-brands-dgreen.png'), -webkit-linear-gradient(left, #01292b 0%, #15484c 100%);
  background: url('../img/bg-brands-dgreen.png'), linear-gradient(to right, #01292b 0%, #15484c 100%);
}
.bg-marmer {
  background: #fff url('../img/bg-marmer.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.bg-marmer-left {
  background: #fff url('../img/bg-marmer-left.jpg') no-repeat 0% 50%;
  background-size: auto 100%;
}
.bg-marmer-right {
  background: #fff url('../img/bg-marmer-right.jpg') no-repeat 100% 50%;
  background-size: auto 100%;
}
/* ==========================================================================
	BACKGROUND CIRCLE
   ========================================================================== */
@media screen and (min-width: 1540px) {
  .bg-circle-left,
  .bg-circle-right {
    position: relative;
  }
  .bg-circle-left:before,
  .bg-circle-right:before {
    content: '';
    display: block;
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 1000px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #042a2b;
  }
  .bg-circle-left:before {
    right: 50%;
    transform: translate(-770px, -50%);
  }
  .bg-circle-right:before {
    left: 50%;
    transform: translate(770px, -50%);
  }
}
@media screen and (min-width: 1800px) {
  .bg-circle-left:before {
    right: auto;
    left: -100px;
  }
  .bg-circle-right:before {
    left: auto;
    right: -100px;
  }
}
/* ==========================================================================
	PADDING
   ========================================================================== */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-7 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.py-8 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.py-9 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 5px !important;
}
.pt-2 {
  padding-top: 10px !important;
}
.pt-3 {
  padding-top: 20px !important;
}
.pt-4 {
  padding-top: 30px !important;
}
.pt-5 {
  padding-top: 45px !important;
}
.pt-6 {
  padding-top: 60px !important;
}
.pt-7 {
  padding-top: 120px !important;
}
.pt-8 {
  padding-top: 180px !important;
}
.pt-9 {
  padding-top: 240px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 5px !important;
}
.pb-2 {
  padding-bottom: 10px !important;
}
.pb-3 {
  padding-bottom: 20px !important;
}
.pb-4 {
  padding-bottom: 30px !important;
}
.pb-5 {
  padding-bottom: 45px !important;
}
.pb-6 {
  padding-bottom: 60px !important;
}
.pb-7 {
  padding-bottom: 120px !important;
}
.pb-8 {
  padding-bottom: 180px !important;
}
.pb-9 {
  padding-bottom: 240px !important;
}
@media screen and (min-width: 768px) {
  .py-5,
  .py-sm-5 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-6,
  .py-sm-6 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-7,
  .py-sm-7 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-8,
  .py-sm-8 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .py-9,
  .py-sm-9 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
  }
  .pt-5,
  .pt-sm-5 {
    padding-top: 55px !important;
  }
  .pt-6,
  .pt-sm-6 {
    padding-top: 75px !important;
  }
  .pt-7,
  .pt-sm-7 {
    padding-top: 120px !important;
  }
  .pt-8,
  .pt-sm-8 {
    padding-top: 200px !important;
  }
  .pt-9,
  .pt-sm-9 {
    padding-top: 280px !important;
  }
  .pb-5,
  .pb-sm-5 {
    padding-bottom: 55px !important;
  }
  .pb-6,
  .pb-sm-6 {
    padding-bottom: 75px !important;
  }
  .pb-7,
  .pb-sm-7 {
    padding-bottom: 120px !important;
  }
  .pb-8,
  .pb-sm-8 {
    padding-bottom: 200px !important;
  }
  .pb-9,
  .pb-sm-9 {
    padding-bottom: 280px !important;
  }
}
@media screen and (min-width: 992px) {
  .py-5,
  .py-sm-5,
  .py-md-5 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-6,
  .py-sm-6,
  .py-md-6 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-7,
  .py-sm-7,
  .py-md-7 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-8,
  .py-sm-8,
  .py-md-8 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py-9,
  .py-sm-9,
  .py-md-9 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .pt-5,
  .pt-sm-5,
  .pt-md-5 {
    padding-top: 60px !important;
  }
  .pt-6,
  .pt-sm-6,
  .pt-md-6 {
    padding-top: 90px !important;
  }
  .pt-7,
  .pt-sm-7,
  .pt-md-7 {
    padding-top: 160px !important;
  }
  .pt-8,
  .pt-sm-8,
  .pt-md-8 {
    padding-top: 240px !important;
  }
  .pt-9,
  .pt-sm-9,
  .pt-md-9 {
    padding-top: 360px !important;
  }
  .pb-5,
  .pb-sm-5,
  .pb-md-5 {
    padding-bottom: 60px !important;
  }
  .pb-6,
  .pb-sm-6,
  .pb-md-6 {
    padding-bottom: 90px !important;
  }
  .pb-7,
  .pb-sm-7,
  .pb-md-7 {
    padding-bottom: 160px !important;
  }
  .pb-8,
  .pb-sm-8,
  .pb-md-8 {
    padding-bottom: 240px !important;
  }
  .pb-9,
  .pb-sm-9,
  .pb-md-9 {
    padding-bottom: 360px !important;
  }
}
/* ==========================================================================
	MARGIN
   ========================================================================== */
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 45px !important;
}
.mt-6 {
  margin-top: 60px !important;
}
.mt-7 {
  margin-top: 120px !important;
}
.mt-8 {
  margin-top: 180px !important;
}
.mt-9 {
  margin-top: 240px !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 5px !important;
}
.ml-2 {
  margin-left: 10px !important;
}
.ml-3 {
  margin-left: 20px !important;
}
.ml-4 {
  margin-left: 30px !important;
}
.ml-col-1 {
  margin-left: 8.33333% !important;
}
.ml-col-2 {
  margin-left: 16.66667% !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mr-col-1 {
  margin-right: 8.33333% !important;
}
.mr-col-2 {
  margin-right: 16.66667% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 45px !important;
}
.mb-6 {
  margin-bottom: 60px !important;
}
.mb-7 {
  margin-bottom: 120px !important;
}
.mb-8 {
  margin-bottom: 180px !important;
}
.mb-9 {
  margin-bottom: 240px !important;
}
@media screen and (min-width: 768px) {
  .mt-5,
  .mt-sm-5 {
    margin-top: 55px !important;
  }
  .mt-6,
  .mt-sm-6 {
    margin-top: 75px !important;
  }
  .mt-7,
  .mt-sm-7 {
    margin-top: 120px !important;
  }
  .mt-8,
  .mt-sm-8 {
    margin-top: 200px !important;
  }
  .mt-9,
  .mt-sm-9 {
    margin-top: 280px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-5,
  .mb-sm-5 {
    margin-bottom: 55px !important;
  }
  .mb-6,
  .mb-sm-6 {
    margin-bottom: 75px !important;
  }
  .mb-7,
  .mb-sm-7 {
    margin-bottom: 120px !important;
  }
  .mb-8,
  .mb-sm-8 {
    margin-bottom: 200px !important;
  }
  .mb-9,
  .mb-sm-9 {
    margin-bottom: 280px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mt-5,
  .mt-sm-5,
  .mt-md-5 {
    margin-top: 60px !important;
  }
  .mt-6,
  .mt-sm-6,
  .mt-md-6 {
    margin-top: 90px !important;
  }
  .mt-7,
  .mt-sm-7,
  .mt-md-7 {
    margin-top: 160px !important;
  }
  .mt-8,
  .mt-sm-8,
  .mt-md-8 {
    margin-top: 240px !important;
  }
  .mt-9,
  .mt-sm-9,
  .mt-md-9 {
    margin-top: 360px !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-5,
  .mb-sm-5,
  .mb-md-5 {
    margin-bottom: 60px !important;
  }
  .mb-6,
  .mb-sm-6,
  .mb-md-6 {
    margin-bottom: 90px !important;
  }
  .mb-7,
  .mb-sm-7,
  .mb-md-7 {
    margin-bottom: 160px !important;
  }
  .mb-8,
  .mb-sm-8,
  .mb-md-8 {
    margin-bottom: 240px !important;
  }
  .mb-9,
  .mb-sm-9,
  .mb-md-9 {
    margin-bottom: 360px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	MAPS CONTAINER
   ========================================================================== */
.maps-container {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  max-height: 680px;
}
.maps-container:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.maps-container iframe,
.maps-container object,
.maps-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-drop-menu {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
}
.show-dropmenu .header-drop-menu {
  opacity: 1;
  display: block;
  pointer-events: auto;
}
.header-drop-menu .bg-box {
  background-color: rgba(4, 42, 43, 0.9);
}
.header-drop-menu .col-left .inner {
  background-color: #042a2b;
  min-height: 580px;
}
.gift-card-container {
  margin: 50px 0;
}
.drop-menu-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two columns */
  grid-template-rows: auto auto;
  /* Two rows with height based on content */
  padding: 50px;
  gap: 50px;
}
.drop-menu-items ul {
  margin-top: 20px;
}
.drop-menu-items ul a {
  color: white;
  text-decoration: none;
  list-style: none;
}
.drop-menu-items Li {
  list-style: none;
}
.drop-menu-items > li > a {
  display: block;
  font-family: 'SilkSerif-SemiBold', serif;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 24px;
}
.drop-menu-items .mod-menu__sub a {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 0px;
  position: relative;
}
.drop-menu-items .mod-menu__sub a:hover {
  color: #d4b090;
}
.drop-menu-items .mod-menu__sub a:after {
  content: '\e80d';
  font-family: "fontello";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: scale(0.1);
  opacity: 0;
  transition: all 0.2s ease-out;
}
.drop-menu-items.active a:after,
.drop-menu-items a:hover:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.drop-menu-items .item-1696,
.drop-menu-items .item-1697,
.drop-menu-items .item-1698,
.drop-menu-items .item-1699 {
  display: none;
}
.drop-menu-items .item-1696 i,
.drop-menu-items .item-1697 i,
.drop-menu-items .item-1698 i,
.drop-menu-items .item-1699 i {
  display: none;
}
.drop-menu-items .item-1687 a,
.drop-menu-items .item-1689 a {
  font-weight: bold;
  color: #d4b090;
}
/* ==========================================================================
	MOBILE MENU
   ========================================================================== */
.std-mobile-menu {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 360;
  background: #01292b;
  background-position: 50% 0%;
  background-image: url('../img/bg-brands-dgreen.png');
  background: url('../img/bg-brands-dgreen.png'), -moz-linear-gradient(left, #01292b 0%, #15484c 100%);
  background: url('../img/bg-brands-dgreen.png'), -webkit-linear-gradient(left, #01292b 0%, #15484c 100%);
  background: url('../img/bg-brands-dgreen.png'), linear-gradient(to right, #01292b 0%, #15484c 100%);
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease 0s;
}
.std-mobile-menu .inner {
  padding: 320px 0 60px 0;
}
.std-mobile-menu .mobile-menu-top {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-right: 70px;
  opacity: 0;
}
.std-mobile-menu .mobile-ctas {
  display: flex;
  align-items: center;
}
.std-mobile-menu .logo-mobile {
  width: 55px;
  height: 55px;
}
.std-mobile-menu .logo-mobile .logo-icon {
  display: block;
  background-image: url("../img/logo-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.std-mobile-menu .header-cta .btn {
  display: block;
  padding: 20px;
  border-radius: 50%;
  position: relative;
}
.std-mobile-menu .header-cta .btn:after {
  content: "\f133";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.std-mobile-menu .header-cta .btn-primary {
  height: 50px;
  width: 50px;
}
.std-mobile-menu .header-cta .split-1 {
  display: none;
}
.std-mobile-menu .shopping-basket {
  display: block;
  position: relative;
  z-index: 10;
  margin-right: 20px;
}
.std-mobile-menu .shopping-basket .sb-icon {
  display: block;
  background-image: url("../img/winkelmandje-wit.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 85%;
  width: 38px;
  height: 38px;
}
.std-mobile-menu .logo-box {
  width: 50%;
  position: relative;
  z-index: 200;
}
.std-mobile-menu .logo-box .comp-logo {
  display: block;
  width: 260px;
  height: 150px;
  background-image: url('../img/logo-wit.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.std-mobile-menu .mainnav li {
  margin-bottom: 8px;
}
.std-mobile-menu .mainnav li.active a {
  color: #ffffff;
}
.std-mobile-menu .mainnav li.open > a {
  color: #ffffff;
}
.std-mobile-menu .mainnav ul {
  display: none;
  padding: 15px 0;
}
.std-mobile-menu .mainnav ul a {
  color: #ffffff;
  font-family: 'Mont-SemiBold', sans-serif;
  font-size: 15px;
}
.std-mobile-menu .mainnav ul a:hover {
  color: #d4b090;
}
.std-mobile-menu .mainnav ul .active a {
  color: #d4b090;
}
.std-mobile-menu .mainnav a {
  display: block;
  font-family: 'SilkSerif-SemiBold', serif;
  font-size: 26px;
  line-height: 1.6em;
  color: #d4b090;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.std-mobile-menu .mainnav a:hover {
  color: #ffffff;
}
.std-mobile-menu .article-tile .title {
  font-size: 30px;
}
.std-mobile-menu .article-tile .article-body {
  min-height: 300px;
}
.std-mobile-menu .addresses {
  margin-top: 40px;
  overflow: hidden;
}
.std-mobile-menu .addresses .address {
  width: 40%;
  float: left;
}
.std-mobile-menu .addresses .address:nth-child(2) {
  padding-left: 15px;
}
.std-mobile-menu .addresses .address strong {
  display: block;
  font-family: 'Mont-Regular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #d4b090;
  margin-bottom: 10px;
}
.std-mobile-menu .addresses .address p {
  margin-bottom: 0;
}
.std-mobile-menu .addresses .address a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.std-mobile-menu .addresses .address a:hover {
  color: #d4b090;
}
.std-mobile-menu .addresses .box {
  width: 20%;
  float: left;
  position: relative;
}
.std-mobile-menu .addresses .box .list-inline {
  position: absolute;
  bottom: 0;
  right: 0;
}
.std-mobile-menu .addresses .box .list-inline li {
  padding: 0 0 0 5px;
}
.std-mobile-menu .addresses .box .list-inline a {
  font-size: 24px;
  color: #ffffff;
}
.std-mobile-menu .addresses .box .list-inline a:hover {
  color: #d4b090;
}
.shownav .site-header {
  background-color: transparent !important;
  box-shadow: none !important;
}
.shownav .site-header .header-logo {
  opacity: 0;
  pointer-events: none;
}
.shownav .site-header .header-nav {
  opacity: 0;
  pointer-events: none;
}
.shownav .site-header .header-cta {
  opacity: 0;
  pointer-events: none;
}
.shownav .std-mobile-menu {
  top: 0;
}
@media screen and (max-width: 1280px) {
  .std-mobile-menu .container {
    width: 100%;
  }
  .std-mobile-menu .inner {
    padding-top: 300px;
  }
  .std-mobile-menu .logo-box {
    width: 40%;
  }
  .std-mobile-menu .logo-box .comp-logo {
    top: 80px;
  }
  .std-mobile-menu .col-left {
    width: 40%;
  }
  .std-mobile-menu .col-right {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .std-mobile-menu .inner {
    padding-top: 280px;
  }
  .std-mobile-menu .logo-box {
    width: 35%;
  }
  .std-mobile-menu .logo-box .comp-logo {
    width: 200px;
    height: 130px;
  }
  .std-mobile-menu .col-left {
    width: 35%;
  }
  .std-mobile-menu .col-right {
    width: 65%;
  }
}
@media screen and (max-width: 920px) {
  .std-mobile-menu .inner {
    padding-top: 120px;
  }
  .std-mobile-menu .mobile-menu-top {
    opacity: 1;
  }
  .std-mobile-menu .logo-box {
    display: none;
  }
  .std-mobile-menu .col-left {
    width: 100%;
  }
  .std-mobile-menu .col-right {
    display: none;
  }
}
@media screen and (max-width: 381px) {
  .std-mobile-menu .mobile-menu-top {
    opacity: 1;
    margin-top: 75px;
  }
}
.jq-stars {
  display: inline-block;
}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}
.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}
/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}
.mod-text {
  position: relative;
}
.mod-text .button-reserve {
  display: block;
  position: relative;
  right: 60%;
  height: 120px;
  margin-bottom: 50px;
}
.mod-text .button-reserve:before {
  display: block;
  content: "";
  background-image: url("../img/button.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 120px;
  width: 1500px;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  left: -115px;
}
.mod-text .button-reserve .button-circle {
  position: absolute;
  top: 48.5%;
  left: 1210px;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #d4b090;
}
.mod-text .button-reserve .btn-arrow:after {
  right: unset;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
.mod-text .button-reserve .btn-txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  font-family: 'Mont-SemiBold', sans-serif;
  font-size: 35px;
  color: #1a1a18;
}
.mod-text .button-reserve .btn-txt-big {
  display: block;
}
.mod-text .button-reserve .btn-txt-sm {
  display: block;
  font-family: 'SilkSerif-SemiBold', serif;
  padding-top: 10px;
}
.mod-text .button-reserve:hover .btn-arrow:after {
  transform: translate(-50%, -50%) translateX(5px);
}
.mod-text .col-right .inner .side-bar {
  position: sticky;
  top: 200px;
}
@media (max-width: 991px) {
  .mod-text .button-reserve {
    right: 80%;
    width: 100%;
  }
  .mod-text .button-reserve .btn-txt {
    top: 50%;
    left: 80%;
    font-size: 28px;
    color: #1a1a18;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mod-text .col-right {
    display: none;
  }
  .mod-text .button-reserve {
    right: 0px;
  }
  .mod-text .button-reserve:before {
    top: -2px;
    left: unset;
    right: -200px;
  }
  .mod-text .button-reserve .button-circle {
    left: unset;
    right: -55px;
    width: 120px;
    height: 120px;
  }
  .mod-text .button-reserve .btn-arrow:after {
    right: unset;
    left: 38%;
  }
  .mod-text .button-reserve .btn-txt {
    left: 0px;
  }
}
.mod-benefit-grid .benefit-block {
  width: 100%;
  height: 100%;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #EDF1F1;
}
.mod-benefit-grid .benefit-block .article-title {
  margin-bottom: 10px;
}
.mod-benefit-grid .benefit-block:has(a) {
  cursor: pointer;
}
.mod-blog-filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.mod-blog-filter .filter-title {
  display: block;
  font-size: 26px;
  margin-bottom: 30px;
}
.mod-blog-filter .filter-options li {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
}
.mod-blog-filter .filter-options li a {
  text-decoration: none;
  color: #1a1a18;
  font-size: 21px;
}
.mod-blog-filter .filter-options li .arrow {
  position: relative;
}
.mod-blog-filter .filter-options li .arrow:after {
  opacity: 0;
}
.mod-blog-filter .filter-options li.active a {
  font-weight: bold;
}
.mod-blog-filter .filter-options li.active .arrow:after {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #042a2b;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  opacity: 1;
}
@media (max-width: 991px) {
  .mod-blog-filter .filter-options li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.mod-faq-b {
  margin-top: 50px;
}
.mod-faq-b .panel {
  background-color: rgba(211, 176, 144, 0.25);
  padding: 30px 15px;
  border-bottom: unset;
  margin-bottom: 10px;
}
.mod-faq-b .faq-section-title {
  margin: 30px 0;
}
.mod-gmap {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.mod-arrangementen-mobile .article-body {
  height: 200px;
}
.mod-arrangementen-mobile .article-header {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: unset;
  margin-bottom: 0;
}
.mod-arrangementen-mobile .btn-arrow {
  transition: all 0.3s ease-in-out;
}
.mod-arrangementen-mobile .article-tile {
  position: relative;
}
.mod-arrangementen-mobile .article-tile:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -200px;
  width: 1200px;
  height: 100%;
  background-color: #d4b090;
}
.mod-arrangementen-mobile .article-tile:hover .split-2 {
  color: #ffffff;
}
.mod-arrangementen-mobile .article-tile:hover .btn-arrow {
  transform: translateX(5px);
  transition: all 0.3s ease-in-out;
}
.mod-arrangementen-mobile .article-actions {
  display: none;
}
.mod-arrangementen-mobile .article-body {
  padding: 15px 40px 15px 15px;
}
.mod-arrangementen-mobile .button-circle {
  position: absolute;
  top: 50%;
  left: 87%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.mod-arrangementen-mobile .inner-circle {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.mod-arrangementen-mobile .btn-arrow {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #d4b090;
  font-size: 24px;
}
@media (max-width: 576px) {
  .mod-arrangementen-mobile .button-circle {
    position: absolute;
    top: 50%;
    left: 84%;
    transform: translateY(-50%);
    background-color: #ffffff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  .mod-arrangementen-mobile .btn-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #d4b090;
    font-size: 21px;
  }
}
.opening-hours {
  padding-top: 40px;
  padding-bottom: 40px;
}
.opening-hours ul {
  list-style: none;
}
.opening-hours .dag {
  display: inline-block;
  width: 35px;
}
.opening-hours li.active {
  font-weight: bold;
  color: #d4b090;
}
.c-accordeon {
  width: 100%;
  border-top: 1px solid #d4b090;
}
.c-accordeon.no-top-border {
  border-top: none;
}
.c-accordeon .panel {
  padding: 18px 0;
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.95);
}
.c-accordeon .question {
  font-size: 20px;
  line-height: 1.2em;
  color: #d4b090;
  padding: 0 0 0 40px;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #d4b090;
}
.c-accordeon .question .circle {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-accordeon .question .circle .icon-plus,
.c-accordeon .question .circle .icon-minus {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #d4b090;
}
.c-accordeon .question .circle .icon-plus {
  font-size: 22px;
}
.c-accordeon .question .circle .icon-minus {
  font-size: 12px;
}
.c-accordeon .question .circle .icon-minus {
  display: none;
}
.c-accordeon .question.open {
  color: #d4b090;
}
.c-accordeon .question.open .circle .icon-plus {
  display: none;
}
.c-accordeon .question.open .circle .icon-minus {
  display: block;
}
.c-accordeon .answer {
  padding: 20px 40px 10px 0;
  color: #042a2b;
  display: flex;
  flex-direction: column;
}
.c-accordeon .answer p {
  color: #d4b090;
}
.c-accordeon .answer p:last-child {
  margin: 0;
}
.c-accordeon .answer a:hover {
  color: #d4b090;
}
.c-accordeon.theme-light {
  border-color: #ffffff;
}
.c-accordeon.theme-light .panel {
  border-color: #ffffff;
}
.c-accordeon.theme-light .question {
  color: #ffffff;
}
.c-accordeon.theme-light .question .circle .icon-plus,
.c-accordeon.theme-light .question .circle .icon-minus {
  color: #ffffff;
}
.c-accordeon.theme-light .answer {
  color: #ffffff;
}
.c-accordeon.theme-light .answer p {
  color: #ffffff;
}
.c-accordeon.theme-light .answer a:hover {
  color: #ffffff;
}
