/* #Font-Face
================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300, 400,700, 800");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://p.typekit.net/p.css?s=1&k=rsf4hni&ht=tk&f=37583.37589&a=8659178&app=typekit&e=css");
@font-face {
  font-family: "Handel Gothic";
  src: url("../fonts/HandelGothic.woff2") format("woff2"), url("../fonts/HandelGothic.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kobenhavn-sans";
  src: url("https://use.typekit.net/af/47a225/00000000000000007735c106/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), url("https://use.typekit.net/af/47a225/00000000000000007735c106/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"), url("https://use.typekit.net/af/47a225/00000000000000007735c106/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
}
@font-face {
  font-family: "kobenhavn-sans";
  src: url("https://use.typekit.net/af/a76eac/00000000000000007735c11f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/a76eac/00000000000000007735c11f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/a76eac/00000000000000007735c11f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
/* ### global classes ### */
.clear {
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.center {
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
}

.centered {
  padding-right: calc((100% - 1170px) / 2);
  padding-left: calc((100% - 1170px) / 2);
}

.centered-lg {
  padding-right: calc((100% - 1440px) / 2);
  padding-left: calc((100% - 1440px) / 2);
}

.aligncenter,
.aligncenter p {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

.align-right .content {
  text-align: right;
}

.align-center img {
  margin-left: auto;
  margin-right: auto;
}

.align-center .content {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.rg-margin,
.section {
  margin-bottom: 70px;
}

.lg-margin {
  margin-bottom: 90px;
}

.no-margin {
  margin-bottom: 0;
}

.has-bg {
  padding-top: 50px;
  padding-bottom: 60px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flwr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alitce {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jucoce {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  display: grid;
  gap: 40px;
}

@media only screen and (max-width: 1420px) {
  .centered-lg {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .grid {
    gap: 20px;
  }
}
.columns-2 {
  grid-template-columns: 1fr 1fr;
}

.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 12px;
}

tr:nth-child(odd) {
  background-color: #f5f5f5;
}

tr:nth-child(even) {
  background-color: #e3e5e9;
}

@media only screen and (max-width: 767px) {
  .align-right .content {
    text-align: left;
  }
}
/* ### Thema afhankelijk ### */
.white-bg {
  background-color: #fff;
}

.grey-bg {
  background-color: #e3e5e9;
}

.page #primary {
  max-width: 100% !important;
}

/* Table of Content
==================================================
    #Font-Face
    #Site Styles
    #Media Queries */
/* #Site Styles
================================================== */
/* ### general ### */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #202b30;
  line-height: 1.6;
}

body {
  background: #f8f8f8;
}

p {
  margin-bottom: 20px;
}

input,
select,
textarea,
button {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #000;
}

select,
input:not([type=checkbox]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

ul,
li {
  list-style: none;
}

.page .content-area li {
  list-style: disc;
  margin-left: 15px;
}

:focus {
  outline: none;
}

fieldset {
  border: none;
}

a {
  color: #ec6705;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

h1 {
  font-size: 40px;
  color: #202b30;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

h2 {
  font-size: 40px;
  color: #202b30;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  margin-bottom: 25px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

li {
  font-size: 16px;
}

.subtitle {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: -25px;
  margin-bottom: 25px;
}

.content {
  margin-bottom: 25px;
}

.more-detail-content ul {
  padding: 5px;
  margin-left: 35px;
}

.more-detail-content li {
  list-style-type: disc;
  margin-bottom: 5px;
}

iframe {
  max-width: 100%;
}

/* ### wrapper ### */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}

/* ### main container ### */
#mainCntr {
  width: 100%;
}

#primary {
  max-width: 1140px !important;
  margin: 61px auto !important;
}

.entry-content h2 {
  margin-top: 24px;
}

/* ### header container ### */
#headerCntr {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 110;
  transition: 0.2s ease;
}

#headerCntr .center {
  width: 100%;
  max-width: 100%;
  padding: 10px 55px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s ease;
}

.home #headerCntr .center,
.saffier_models-template-default #headerCntr .center {
  position: absolute;
}

#headerCntr .logo {
  margin-right: 55px;
}

#headerCntr .logo img {
  max-width: 100%;
}

#headerCntr.fixed .center {
  background: #fff;
  padding: 0px 55px;
  -webkit-box-shadow: 0px 10px 30px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -25px rgba(0, 0, 0, 0.75);
}

#headerCntr svg g,
#headerCntr .logo {
  transition: all 0.2s ease;
}

#headerCntr .logo-holder svg {
  width: 371px;
  height: 61px;
}

#headerCntr svg path {
  transition: all 0.5s ease;
}

#headerCntr .logo-holder svg:hover #beeldmerk g path {
  fill: #002e51 !important;
}

#headerCntr.fixed .logo-holder svg {
  width: 290px;
  height: 50px;
}

#headerCntr.fixed .logo {
  margin-bottom: -5px;
}

#headerCntr .mobileMenu {
  display: none;
  cursor: pointer;
  z-index: 15;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: -1px;
  transition: 0.2s;
  overflow: hidden;
}

#headerCntr .mobileMenu span {
  display: block;
  height: 4px;
  text-indent: -9999px;
  background: #002d54;
  position: absolute;
  top: 50%;
  right: 20%;
  left: 20%;
  transition: 0.2s;
}

#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after {
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #002d54;
  transition-duration: 0.2s, 0.2s;
  position: absolute;
  left: 0;
}

#headerCntr .mobileMenu span:before {
  top: -7px;
}

#headerCntr .mobileMenu span:after {
  bottom: -7px;
}

.mm-opened #headerCntr .mobileMenu span {
  background: none;
}

.mm-opened #headerCntr .mobileMenu.is-active span:before,
.mm-opened #headerCntr .mobileMenu.is-active span:after {
  transition-delay: 0s, 0.2s;
}

.mm-opened #headerCntr .mobileMenu span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened #headerCntr .mobileMenu span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hidden {
  display: none;
}

/* ### menu box ### */
nav {
  width: 100%;
}

.menuBox:not(.mm-menu) ul {
  float: right;
  overflow: hidden;
  width: auto;
}

.menuBox:not(.mm-menu) ul li {
  padding: 0px 40px 0px 0px;
  float: left;
}

.menuBox:not(.mm-menu) ul li:last-child {
  padding-right: 0;
}

.menuBox:not(.mm-menu) .no-mega ul li {
  float: none;
}

.menuBox ul.sub-menu li {
  line-height: 30px;
}

.menuBox:not(.mm-menu) ul.sub-menu-1 li,
li.mega-head {
  line-height: 30px !important;
}

.menuBox:not(.mm-menu) ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #002e51;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menuBox:not(.mm-menu) .cta {
  display: none;
}

nav li.menu-models ul,
nav ul.sub-menu {
  position: absolute;
  text-align: left;
  padding: 20px 15px 15px 15px;
  background: #f8f8f8;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3 ease;
  -o-transition: 0.3 ease;
  transition: 0.3 ease;
  z-index: 300;
  margin-left: -50px;
}

nav li:not(.has-mega-menu) ul.sub-menu {
  float: none !important;
}

nav ul.sub-menu {
  padding: 20px 15px;
  width: 100%;
}

.mm-panels,
.mm-panels > .mm-panel {
  background: #f8f8f8;
}

nav ul.sub-menu > li {
  display: block;
}

.menuBox:not(.mm-menu) .sub-menu > li {
  line-height: 20px;
  padding: 0 0 13px 0;
  float: none;
}

ul.sub-menu-1 {
  margin-top: 6px;
}

.menuBox .sub-menu-1 li a,
.menuBox .sub-menu li:not(.mega-head) a {
  text-transform: none !important;
  font-weight: 400 !important;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-panels > #mm-1 .mm-listview > li.menu-item-type-post_type img {
  margin: 0 5px;
}

nav li.has-mega-menu ul.sub-menu > li {
  display: block;
  width: 33%;
  float: left;
}

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

nav li.has-mega-menu:hover .sub-menu {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

nav .sub-menu li a:hover {
  color: #000;
}

.menu-models:hover .requestButton {
  z-index: 1;
}

.menuBox:not(.mm-menu) ul li > a {
  line-height: 65px;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}

.menuBox:not(.mm-menu) ul li > a:hover:before,
.menuBox:not(.mm-menu) ul li > a:focus:before,
.menuBox:not(.mm-menu) ul li > a:active:before {
  left: 0;
  right: 0;
}

.menuBox:not(.mm-menu) .main-menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 20px;
  background: #0069b3;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header-models {
  position: fixed;
  width: 100%;
  z-index: 109;
  margin-top: -300px;
  transition: all 0.4s ease;
}

/*model menu (niet home en model page)*/
.header-models.slideout,
.header-models:hover {
  margin-top: 0px;
}

.header-models .model-balk.model-overview {
  margin-bottom: 0;
}

/*model menu (home en model page)*/
.home .header-models.slideout,
.single-saffier_models .header-models.slideout,
.home .header-models:hover,
.single-saffier_models .header-models:hover {
  border-top: 80px solid #fff;
}

/* ### language box ### */
.languageBox,
.current-lang {
  position: relative;
  padding-left: 21px;
}

.current-lang:before {
  background: url(../images/language.svg);
  background-size: cover;
}

.languageBox .current-lang {
  font-size: 16px;
  font-weight: bold;
  color: #202b30;
  text-transform: uppercase;
  opacity: 0.76;
  line-height: 60px;
}

.languageBox a {
  color: #202b30;
  text-decoration: none;
}

.languageBox ul {
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: -18px;
  top: 60px;
  z-index: 5;
  padding: 20px 38px 9px 13px;
  list-style: none;
  background: #f8f8f8;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2 ease;
  -o-transition: 0.2 ease;
  transition: 0.2s ease;
  overflow: hidden;
  min-width: 110px;
}

.languageBox li {
  padding-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #202b30;
  text-transform: uppercase;
  list-style-type: none;
  display: block;
  margin-right: 0;
}

.languageBox label {
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}

.languageBox label:hover a {
  color: #ec6705;
}

.languageBox label input {
  opacity: 0;
  position: absolute;
}

.languageBox label span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #bfc2c4;
  content: "";
  position: absolute;
  left: 0;
  background: #f8f8f8;
}

.languageBox label input[type=radio] + span:before {
  border-radius: 100%;
}

.languageBox label input[type=radio]:checked + span:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #ec6705;
}

.languageBox:hover ul {
  visibility: visible;
  opacity: 1;
}

.languageBox:hover a {
  color: #202b30;
}

.languageBox .active-1 span:after,
.languageBox label:hover span:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 1px;
  background: #ec6705;
}

.languageBox li::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  left: 73px;
}

.languageBox li:nth-child(1)::before {
  background: url(../images/english.svg);
  background-size: cover;
}

.languageBox li:nth-child(2)::before {
  background: url(../images/dutch.svg);
  background-size: cover;
}

.languageBox li:nth-child(3)::before {
  background: url(../images/german.svg);
  background-size: cover;
}

.languageBox li:nth-child(4)::before {
  background: url(../images/french.svg);
  background-size: cover;
}

.languageBox li:nth-child(5)::before {
  background: url(../images/italian.svg);
  background-size: cover;
}

.languageBox li:nth-child(6)::before {
  background: url(../images/russian.svg);
  background-size: cover;
}

.languageBox .current-lang:before {
  content: "";
  background: url(../images/language.svg);
  background-size: cover;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 20px;
  left: 0;
}

.languageBox .current-lang:after {
  content: "";
  background: url(../images/lang-arrow.svg);
  background-size: cover;
  width: 13px;
  height: 7px;
  position: absolute;
  right: -16px;
  top: 26px;
}

/* ### home-banner ###- */
.home-banner {
  background: #e3e5e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.home-banner .banner-content {
  max-width: 100%;
  position: relative;
}

.home-banner .banner-content .down-arrow {
  position: absolute;
  bottom: -110px;
}

.home-banner h1 {
  font-size: 59px;
  font-weight: 700;
  line-height: 1.3;
}

.home-banner p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.home-banner .banner-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-banner .banner-right {
  position: relative;
}

.home-banner .banner-right:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(175deg, rgb(0, 0, 0) -1%, rgba(0, 0, 0, 0.6727065826) 7%, rgba(0, 0, 0, 0) 62%);
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7595413165) 0%, rgba(255, 255, 255, 0.2077205882) 12%, rgba(255, 255, 255, 0) 62%);
  z-index: 2;
}

.home-banner .banner-right .saffier-icon {
  content: "";
  width: 478px;
  height: 510px;
  background: url(../images/logo-bg.svg);
  background-size: cover;
  position: absolute;
  left: -166px;
  top: 0;
  z-index: 1;
}

.home-banner .banner-right img,
.home-banner .banner-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.home-banner .js-scroll svg {
  height: 80px;
}

.home-banner .js-scroll svg path,
.home-banner .js-scroll svg line,
.home-banner .js-scroll svg g {
  transition: 0.2s ease;
}

.home-banner .js-scroll:hover svg path {
  fill: #ec6705;
}

.home-banner .js-scroll svg g.arrow {
  height: 80px;
}

.home-banner .js-scroll:hover svg line {
  stroke: #ec6705;
}

.home-banner .js-scroll:hover svg g.arrow {
  transform: translate(132px, 10px);
}

.home-banner .js-scroll:hover svg .line-a {
  transform: matrix(1, 0, 0, 1.6, 144.8, 687);
}

.home-banner .js-scroll:hover svg .line-b {
  transform: matrix(1, 0, 0, 1.6, 144.8, 671);
}

@media only screen and (orientation: landscape) {
  .home-banner {
    height: 100vh;
  }
  .home-banner .banner-left {
    width: 40%;
    height: 100%;
    padding: 80px 100px;
  }
  .home-banner .banner-right {
    width: 60%;
    height: 100%;
  }
}
@media only screen and (max-width: 1900px) {
  .home-banner h1 {
    font-size: 38px;
  }
  .home-banner .banner-left {
    padding: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-banner h1 {
    font-size: 45px;
  }
  .home-banner p {
    font-size: 16px;
  }
  .home-banner .banner-left {
    width: 50%;
  }
  .model-balk.model-overview li .inner {
    min-height: 80px;
  }
}
@media only screen and (max-width: 979px) {
  .home-banner {
    height: initial;
  }
  .home-banner h1 {
    font-size: 35px;
  }
  .home-banner p {
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .home-banner .banner-right {
    width: 100%;
  }
  .home-banner .banner-left {
    padding: 30px 15px;
    width: 100%;
  }
  .model-balk.model-overview li h3 {
    font-size: 16px;
  }
  .model-balk.model-overview li .inner {
    padding: 15px 5px;
  }
  .home-banner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-banner .banner-right .saffier-icon {
    display: none;
  }
  .model-overview li .inner {
    border: 2px solid #e3e5e9;
  }
  .model-balk.model-overview li:first-child {
    margin-left: 1%; /*om Se modellen op eigen rij te zetten*/
  }
  .model-balk.model-overview li h3 {
    font-size: 15px;
  }
  .model-balk.model-overview li .inner {
    min-height: 60px;
  }
  .model-overview li.cabin .inner,
  .model-overview li.cruise .inner {
    background: #e3e5e9;
  }
}
/* override voor tablets */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner h1 {
    text-align: center;
  }
  .home-banner p {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 10px;
  }
  .home-banner .banner-left {
    padding: 20px 40px;
    height: 25vh;
    width: 100%;
  }
  .home-banner .banner-right {
    height: calc(75vh - 80px);
  }
  .model-balk.model-overview li .inner {
    padding: 15px 2px;
    min-height: 80px;
  }
}
/* override voor ipad pro */
@media only screen and (min-device-width: 920px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home-banner h1 {
    text-align: left;
  }
  .home-banner p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .home-banner h1 {
    font-size: 30px;
    text-align: center;
  }
  .home-banner p {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .home-banner h1 {
    font-size: 20px;
  }
  .model-balk.model-overview {
    padding: 5px;
  }
  .model-balk.model-overview li {
    width: 100%;
    padding: 3px;
  }
  .model-balk.model-overview li:first-child {
    margin-left: 0;
  }
  .model-balk.model-overview li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*Grote landscape apparaten en tablets in portait krijgen animaties*/
@media only screen and (min-width: 1280px) and (min-height: 768px) and (orientation: landscape), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .model-overview li .model h3 div {
    margin-left: 5px;
    line-height: 22px;
  }
}
.requestButton {
  position: absolute;
  right: 0px;
  top: 7rem;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  background: #ec6705;
  z-index: 90;
  transition: all 0.2s ease-in;
  -webkit-box-shadow: 0px 10px 30px -25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 30px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 30px -25px rgba(0, 0, 0, 0.75);
}

.requestButton .cta-inner {
  padding: 23px;
  transition: padding 0.2s ease-in-out;
}

.single-saffier_models .requestButton {
  display: none;
}

.page-id-674 .requestButton,
.page-id-169 .requestButton,
.page-id-743 .requestButton,
.page-id-875 .requestButton,
.page-id-979 .requestButton,
.page-id-1606 .requestButton {
  display: none;
}

.requestButton:hover {
  background: #202b30;
}

.requestButton:hover .cta-inner {
  padding-right: 30px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide .title {
  opacity: 0;
}

@-webkit-keyframes fade-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-active .title,
.slick-active .bannerBox small {
  -webkit-animation: fade-title 2.5s 0.5s normal forwards;
  -moz-animation: fade-title 2.5s 0.5s normal forwards;
  -o-animation: fade-title 2.5s 0.5s normal forwards;
  animation: fade-title 2.5s 0.5s normal forwards;
}

/* ### Page ### */
.intro {
  padding: 70px 0;
  width: 80%;
  margin: 0 auto;
  max-width: 1120px;
}

@media only screen and (max-width: 479px) {
  .intro {
    padding: 10px 0 0 0;
  }
  .intro img.aligncenter {
    width: 48px;
  }
}
/* ### content container ### */
#contentCntr {
  width: 100%;
}

.orange-line {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 0;
  height: 3px;
  display: block;
  background: #ec6705;
}

.image-right .orange-line {
  right: 0;
  left: initial;
}

.orange-line.aos-animate {
  width: 170px;
}

/* ### Home intro ### */
.intro_homeBox {
  text-align: center;
  padding-top: 70px;
  border-top: 1px solid #e3e5e9;
}

.intro_homeBox h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.intro_homeBox p {
  padding: 24px;
  font-size: 16px;
  color: #202b30;
  line-height: 24px;
}

.intro_homeBox .usp-holder {
  display: flex;
  margin-top: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.intro_homeBox .usp_column {
  width: 33.33%;
}

.intro_homeBox .usp_column img {
  margin: 0 auto 6px;
  width: 86px;
}

@media only screen and (max-width: 767px) {
  .intro_homeBox .usp_column {
    width: 50%;
    padding: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .intro_homeBox .usp_column {
    width: 100%;
  }
}
.block .play-button {
  fill: #fff;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 30px);
  transition: 0.2s ease-in-out;
}

.block .play-button g path {
  transition: fill 0.2s ease-in-out;
}

.block:hover .play-button {
  top: calc(50% - 40px);
  width: 45px;
  height: 45px;
}

.block:hover .play-button g path {
  fill: #ec6705;
}

.block .video-holder a {
  overflow: hidden;
}

.block .video-holder a img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.block .video-holder a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(80%);
}

.boatsslide .slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.boatsslide .slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 4px;
  width: 4px;
  height: 24px;
  background: #c4c7c8;
}

.boatsslide .slick-dots li.slick-active button {
  background: #ec6705;
}

.boatsslide .slick-arrow {
  position: absolute;
  bottom: 60px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

.boatsslide .slick-prev {
  left: 40px;
  order: 1;
  background: url(../images/prev-arrow2.png) center center no-repeat;
  background-size: 16px auto;
}

.boatsslide .slick-next {
  right: 40px;
  order: 1;
  background: url(../images/next-arrow2.png) center center no-repeat;
  background-size: 16px auto;
}

.occasion-table li {
  list-style: disc;
  padding: 5px 8px;
  margin-left: 25px;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.7803921569);
}

/* #Intro Detail (modelpagina)*/
.intro-detail {
  width: 100%;
  margin: 70px 0;
  padding-bottom: 20px;
}

.intro-detail .center {
  display: flex;
  flex-wrap: wrap;
}

.intro-detail h1 {
  font-family: "Handel Gothic";
  font-weight: 500;
  font-style: normal;
  width: 50%;
  line-height: 1.2;
  font-size: 60px;
  padding-right: 20px;
  margin-top: 0;
  padding-top: 15px;
}

.intro-detail article {
  width: 50%;
  padding-left: 20px;
}

@media only screen and (max-width: 1169px) {
  .intro-detail {
    padding-bottom: 0;
    margin: 40px 0;
  }
  .intro-detail h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .intro-detail {
    text-align: center;
    margin: 20px 0;
  }
  .intro-detail h1 {
    width: 100%;
    font-size: 22px;
    padding-right: 0;
  }
  .intro-detail article {
    width: 100%;
    padding-left: 0;
  }
  .intro-detail article p:first-of-type {
    padding-top: 5px;
  }
}
/* Module gallery (Fancybox galerij modelpagina) */
.module-gallery .gallery-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 24px;
}

.module-gallery .gallery-arrow .js-gallery-prev-one,
.module-gallery .gallery-arrow .js-gallery-next-one,
.module-gallery .gallery-arrow .js-gallery-prev-two,
.module-gallery .gallery-arrow .js-gallery-next-two,
.module-gallery .gallery-arrow .js-gallery-prev-three,
.module-gallery .gallery-arrow .js-gallery-next-three,
.module-gallery .gallery-arrow .js-gallery-prev-four,
.module-gallery .gallery-arrow .js-gallery-next-four {
  display: inline-block;
  width: 14px;
  height: 30px;
  text-indent: -9999px;
}

.module-gallery .gallery-arrow .js-gallery-prev-one,
.module-gallery .gallery-arrow .js-gallery-prev-two,
.module-gallery .gallery-arrow .js-gallery-prev-three,
.module-gallery .gallery-arrow .js-gallery-prev-four {
  background: url(../images/prev-arrow.png) center center no-repeat;
  background-size: 14px auto;
}

.module-gallery .gallery-arrow .js-gallery-next-one,
.module-gallery .gallery-arrow .js-gallery-next-two,
.module-gallery .gallery-arrow .js-gallery-next-three,
.module-gallery .gallery-arrow .js-gallery-next-four {
  background: url(../images/next-arrow.png) center center no-repeat;
  background-size: 14px auto;
}

.module-gallery .gallery-arrow ul {
  padding: 0 12px;
  display: flex;
  justify-content: center;
}

.module-gallery .gallery-arrow ul li a {
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 4px;
  width: 40px;
  height: 4px;
  background: transparent;
}

.module-gallery .gallery-arrow ul li.is-active a {
  background: transparent;
}

.module-gallery .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -41px;
  padding: 0 10px 0 8px;
  display: flex;
  justify-content: center;
}

.module-gallery .slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 4px;
  width: 40px;
  height: 4px;
  background: #e9eaed;
}

.module-gallery .slick-dots li.slick-active button {
  background: #ec6705;
}

.module-gallery {
  margin-bottom: 70px;
}

.module-gallery .module-gallery-slide {
  float: left;
}

.module-gallery .module-gallery-slide a {
  display: block;
  float: left;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.module-gallery .module-gallery-slide a:after {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(32, 43, 48, 0.71) url(../images/add-icon.png) center center no-repeat;
  background-size: 44px 44px;
}

.module-gallery .module-gallery-slide a:hover:after {
  transform: scale(1);
  opacity: 1;
}

.module-gallery .module-gallery-slide a img {
  width: 100%;
}

.module-gallery .module-gallery-tab ul {
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}

.module-gallery .module-gallery-tab ul li {
  margin: 0 11px;
}

.module-gallery .module-gallery-tab ul li a {
  font-weight: 700;
  color: #202b30;
  text-decoration: none;
}

.module-gallery .module-gallery-tab ul li.is-active a {
  color: #ec6705;
}

.interior-submenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .module-gallery {
    display: block;
  }
  .module-gallery .slick-slide {
    width: 237px;
    margin: 0 6px;
  }
  .module-gallery .gallery-bottom {
    display: none;
  }
}
/* Tekst met afbeelding (modelpagina) */
.more-detail {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto 120px;
}

.more-detail.left {
  flex-direction: row-reverse;
}

.more-detail h2 {
  padding-top: 35px;
}

.more-detail .subtitle {
  font-size: 24px;
  color: #66a9a8;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -24px;
}

.more-detail .button {
  text-decoration: none;
  border: 2px solid #ec6705;
  color: #ec6705;
  font-size: 18px;
  font-weight: 800;
  padding: 19px 30px;
  display: inline-block;
  margin-top: 40px;
  min-width: 206px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.more-detail .button:hover {
  color: #fff;
  background: #ec6705;
}

.more-detail .more-detail-content {
  width: 50%;
  padding-right: 92px;
  position: relative;
}

.more-detail figure {
  margin-top: 75px;
  width: 50%;
}

.more-detail.left .more-detail-content {
  width: 60%;
  padding-left: 92px;
  padding-right: 0;
}

.more-detail.left figure {
  margin-top: 75px;
  width: 40%;
}

/* Tekst met afbeelding (normale pagina) */
.page .more-detail {
  align-items: center;
}

.page .more-detail.left figure {
  width: 50%;
}

.page .more-detail.left .orange-line {
  left: 60px;
}

.page .more-detail.left .more-detail-content {
  width: 50%;
  padding-left: 60px;
}

.more-detail .more-detail-content {
  padding-right: 60px;
}

@media only screen and (max-width: 1199px) {
  .more-detail .more-detail-content {
    padding-right: 120px;
  }
}
@media only screen and (max-width: 979px) {
  .more-detail .more-detail-content {
    width: 70%;
    padding-right: 80px;
  }
  .more-detail figure {
    width: 30%;
  }
  .page .more-detail.left figure,
  .page .more-detail figure {
    width: 50%;
  }
  .action-detail .button,
  .more-detail .button {
    font-size: 16px;
    min-width: 160px;
    padding: 18px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .more-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .more-detail .more-detail-content {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .page .more-detail.left .more-detail-content {
    padding-left: 25px;
    padding-right: 0;
  }
  .page .more-detail {
    align-items: flex-start;
  }
  .more-detail figure {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .page .more-detail .more-detail-content,
  .page .more-detail.left .more-detail-content {
    width: 70%;
  }
  .page .more-detail.left figure,
  .page .more-detail figure {
    width: 30%;
  }
  .action-detail .action-detail-content {
    padding-left: 0;
    width: 100%;
  }
  .more-detail .more-detail-content h2,
  .action-detail .action-detail-content h2 {
    line-height: 1.2;
    font-size: 20px;
  }
  .more-detail .more-detail-content h2:after,
  .action-detail .action-detail-content h2:after {
    width: 120px;
    height: 2px;
  }
  .more-detail .more-detail-content strong,
  .action-detail .action-detail-content strong {
    font-size: 16px;
  }
  .more-detail .more-detail-content p,
  .action-detail .action-detail-content p {
    font-size: 14px;
    padding-top: 20px;
  }
  .action-detail .button,
  .more-detail .button {
    margin-top: 20px;
    font-size: 14px;
    min-width: 128px;
    padding: 15px 20px;
  }
  .more-detail {
    width: 100%;
    margin-bottom: 70px;
  }
  .more-detail.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .more-detail.left figure {
    width: 100%;
    margin-top: 0;
  }
  .more-detail.left .more-detail-content {
    width: 100%;
    padding-left: 0;
  }
  .reviews-slider,
  .more-detail,
  .more-detail-content,
  .action-content {
    overflow: hidden;
  }
  .page .more-detail figure {
    display: block;
  }
  .page .more-detail.left .orange-line {
    left: 25px;
  }
}
@media screen and (max-width: 575px) {
  .page .more-detail .more-detail-content,
  .page .more-detail.left .more-detail-content {
    width: 100%;
  }
  .page .more-detail .more-detail-content {
    padding-right: 0;
  }
  .page .more-detail.left .more-detail-content {
    padding-left: 0;
  }
  .page .more-detail .orange-line {
    display: none;
  }
  .page .more-detail {
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  .page .more-detail.left figure,
  .page .more-detail figure {
    width: 100%;
    margin-top: 0;
  }
}
/* Page gallery */
.content-area .page-gallery {
  text-align: center;
  margin: 0 auto 120px;
}

.content-area .page-gallery .gallery-content {
  max-width: 900px;
  margin: 0 auto 40px;
}

.content-area .page-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-area .page-gallery ul li {
  width: 20%;
  padding: 5px;
  margin: 0;
  list-style: none;
}

.content-area .page-gallery.five_rows ul li {
  width: 20%;
}

.content-area .page-gallery.four_rows ul li {
  width: 25%;
}

.content-area .page-gallery.three_rows ul li {
  width: 33.33%;
}

.content-area .page-gallery ul li a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.content-area .page-gallery ul li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.content-area .page-gallery ul li a img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Full width / Tekst volledige breedte (modelpagina) */
/* Tekst met afbeelding (modelpagina) */
.fullwidth {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.fullwidth.rg_width {
  max-width: initial;
}

.fullwidth.left {
  text-align: left;
}

.fullwidth strong {
  font-size: 24px;
  color: #202b30;
  font-weight: 500;
  text-transform: uppercase;
}

.fullwidth .button {
  text-decoration: none;
  border: 2px solid #ec6705;
  font-size: 18px;
  font-weight: 800;
  padding: 19px 30px;
  display: inline-block;
  margin-top: 40px;
  min-width: 206px;
  text-align: center;
  text-transform: uppercase;
}

.fullwidth .button:hover {
  color: #fff;
  background: #ec6705;
}

/* Reviews (modelpagina) */
.reviews {
  margin-bottom: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 120px;
}

.reviews h2 {
  display: none;
  width: 100%;
  padding-left: calc(38% + 10px);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 100px;
}

.reviews h2 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 6000px;
  height: 1px;
  background: #b2b3b3;
  border: 0;
}

.reviews h2 span {
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background: #202b30;
  min-width: 235px;
  padding: 4px 20px 3px;
  text-align: center;
  position: relative;
}

.reviews .reviews-slider {
  max-width: 716px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 40px 45px 45px;
  position: relative;
  opacity: 0.9;
}

.review-slide-inner {
  display: flex;
}

.review-logo {
  min-width: 142px;
  margin-right: 42px;
  padding-top: 35px;
}

.reviews .reviews-slider strong {
  color: #66a9a8;
  font-size: 22px;
  display: block;
  padding-bottom: 25px;
}

.reviews .reviews-slider blockquote {
  line-height: 1.1;
  color: #202b30;
  font-size: 40px;
  font-weight: 700;
  display: block;
  padding-bottom: 25px;
}

.reviews .reviews-slider blockquote + a {
  text-decoration: none;
  line-height: 1.1;
  color: #ec6705;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.reviews .reviews-slider blockquote + a:after {
  content: ">";
}

.reviews .slider-nav {
  padding: 30px 0 100px;
}

.reviews .slider-nav .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.reviews .slider-nav .slick-track figure {
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 0 18px;
  cursor: pointer;
}

.reviews .slider-nav .slick-track .slick-current figure {
  border-color: #242f34;
}

.reviews .slider-nav .slick-track figure img {
  border-radius: 50%;
}

.reviews .slider-nav.slick-initialized .slick-slide {
  float: none;
  display: inline-block;
}

.reviews .slider-nav .slick-track {
  width: 100% !important;
  transform: none !important;
}

.reviews .slick-dots {
  position: absolute;
  right: 97px;
  bottom: 16px;
  padding: 0;
  display: flex;
  justify-content: center;
}

.reviews .slick-dots li button {
  display: block;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 4px;
  width: 4px;
  height: 24px;
  background: #c4c7c8;
}

.reviews .slick-dots li.slick-active button {
  background: #ec6705;
}

.reviews .slick-arrow {
  position: absolute;
  bottom: 20px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}

.reviews .slick-prev {
  right: 175px;
  order: 1;
  background: url(../images/prev-arrow2.png) center center no-repeat;
  background-size: 16px auto;
}

.reviews .slick-next {
  right: 40px;
  order: 1;
  background: url(../images/next-arrow2.png) center center no-repeat;
  background-size: 16px auto;
}

@media only screen and (max-width: 979px) {
  .reviews .reviews-slider blockquote {
    font-size: 36px;
  }
  .reviews {
    margin-bottom: 90px;
  }
  .reviews .reviews-slider {
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .reviews .reviews-slider:after {
    left: 20px;
    top: -20px;
    background-size: 40px auto;
    width: 40px;
  }
  .reviews .reviews-slider {
    padding: 20px 10px 40px;
    text-align: center;
  }
  .reviews .reviews-slider blockquote {
    font-size: 22px;
    line-height: 1.2;
  }
  .reviews .reviews-slider strong {
    padding-bottom: 15px;
  }
  .reviews .reviews-slider blockquote {
    padding-bottom: 15px;
  }
  .reviews .slider-nav .slick-track figure {
    width: 74px;
    margin: 0 10px;
  }
  .reviews .slick-dots {
    display: none !important;
  }
  .reviews .slider-nav {
    padding-bottom: 0;
  }
  .reviews .slick-arrow {
    bottom: 43px;
  }
  .reviews .slick-prev {
    left: 20px;
  }
  .reviews .slick-next {
    right: 20px;
  }
  .reviews {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 979px) {
  .reviews {
    background: #f8f8f8 !important;
    padding-top: 0;
  }
  .review-slide-inner {
    display: block;
  }
  .reviews h2 {
    padding-left: 77px;
    line-height: 1.1;
  }
  .reviews .reviews-slider strong {
    font-size: 20px;
  }
  .review-logo {
    min-width: 142px;
    margin: 0;
    padding-top: 0px;
  }
  blockquote {
    line-height: 1.2;
  }
  .reviews h2 span {
    min-width: 180px;
    font-size: 14px;
    padding: 12px 20px;
  }
  .reviews h2 {
    margin-bottom: 80px;
    display: block;
  }
  .slick-slide img {
    margin: 0 auto;
  }
}
/* Call to Action sectie (modelpagina) */
.cta {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 120px;
}

.cta h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

.cta_buttons {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.cta .button {
  text-decoration: none;
  border: 2px solid #ec6705;
  background: #ec6705;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding: 14px 30px;
  display: inline-block;
  margin: 0 15px 10px;
  min-width: 206px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.cta .button:hover,
.cta_buttons .button:last-of-type:hover {
  background: #202b30;
  border: 2px solid #202b30;
}

.cta_buttons .button:last-of-type {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}

.cta_phone {
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 52px;
  text-decoration: none;
}
.cta_phone:hover {
  color: #c02b0a;
}

.page-cta .cta_phone p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
  padding-top: 0px;
}

.page-cta .button {
  border: 2px solid #ec6705;
  background: #ec6705;
  color: #fff;
}

.cta_phone span img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 12px;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cta h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cta .button {
    width: 100%;
    margin: 0 0 15px;
  }
  .cta_phone {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .cta_phone span img {
    width: 30px;
    height: 30px;
  }
  .cta .button {
    font-size: 14px;
  }
}
/* Video slider (modelpagina) */
.videos {
  width: 100%;
  position: relative;
}

.videos h2 {
  width: 100%;
  padding-left: calc(38% + 10px);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 60px;
}

.videos h2 span {
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background: #202b30;
  min-width: 235px;
  padding: 12px 20px;
  text-align: center;
  position: relative;
}

.videos h2 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 6000px;
  height: 1px;
  background: #b2b3b3;
  border: 0;
}

.videos .videos-slide {
  padding: 0 15px 30px;
}

.videos .videos-slide a {
  width: 970px;
  position: relative;
  display: block;
}

.videos .slick-current .videos-slide a:after {
  display: none;
}

.videos .videos-content strong {
  font-size: 22px;
}

.videos .videos-content p {
  padding-top: 10px;
}

.videos .slick-current .videos-content {
  opacity: 1;
}

.videos .videos-slide.slick-current a:before {
  opacity: 1;
}

.videos .videos-slide.slick-current a:after {
  opacity: 0;
}

.videos .slick-arrow {
  position: absolute;
  bottom: 90px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  width: 14px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9;
}

.videos .slick-prev {
  left: 50%;
  margin-left: -265px;
  order: 1;
  background: url(../images/prev-arrow.png) center center no-repeat;
  background-size: 14px auto;
}

.videos .slick-next {
  right: 50%;
  margin-right: -265px;
  order: 1;
  background: url(../images/next-arrow.png) center center no-repeat;
  background-size: 14px auto;
}

.videos .js-video-slider-nav {
  max-width: 618px;
  margin: -112px auto 0;
}

@media only screen and (max-width: 1199px) {
  .specifications figure {
    padding-right: 30px;
  }
  .videos .videos-slide a {
    width: 840px;
  }
}
@media only screen and (max-width: 979px) {
  .videos .videos-slide a {
    width: 640px;
  }
  .videos .videos-content {
    padding: 42px 70px 30px;
  }
  .videos .js-video-slider-nav {
    max-width: 498px;
    margin-top: -112px;
  }
  .videos .slick-prev {
    margin-left: -215px;
  }
  .videos .slick-next {
    margin-right: -215px;
  }
  .videos {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .videos h2 {
    padding-left: 77px;
    line-height: 1.1;
  }
  .videos h2 span {
    min-width: 180px;
    font-size: 14px;
    padding: 12px 20px;
  }
  .videos .videos-content strong {
    font-size: 20px;
  }
  .videos .videos-slide {
    padding: 0 6px;
  }
  .videos .videos-slide a {
    width: 238px;
  }
  .videos .videos-content p {
    font-size: 14px;
    padding-top: 5px;
  }
  .videos {
    margin-bottom: 50px;
  }
  .videos .slick-arrow {
    display: none !important;
  }
  .videos .videos-slide a:before {
    width: 65px;
    height: 65px;
    background-size: 65px;
    margin-top: 0;
  }
  .videos .videos-content {
    padding: 20px 0;
    background: transparent;
    box-shadow: none;
    min-height: 10px;
  }
  .videos .js-video-slider-nav {
    max-width: 268px;
    width: 268px;
    margin: 0 auto;
    min-height: 10px;
  }
}
/* Reviews op de review page */
.content-area.review-page {
  max-width: 1900px;
  margin: 0 auto;
}

.page-template-reviews.videos .videos-slide a:after {
  display: none;
}

.page-template-reviews .reviews {
  padding-top: 0;
}

.page-template-reviews .review-models ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.page-template-reviews .review-models ul li {
  display: inline-block;
}

.page-template-reviews .review-models a.btn.active {
  color: #ec6705;
}

.page-template-reviews .review-models a.btn {
  color: #202b30;
}

.page-template-reviews .reviews .reviews-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  margin: inherit;
  padding: 0;
  background: none;
}

.page-template-reviews .reviews .review-slide-inner {
  background: #fff;
  padding: 40px 40px 45px 45px;
  height: 100%;
  position: relative;
}

.page-template-reviews .reviews .reviews-slider blockquote {
  line-height: 1.3;
  font-size: 27px;
}

.page-template-reviews .reviews .reviews-slider blockquote {
  padding-bottom: 5px;
}

.page-template-reviews .reviews .review-content a {
  text-decoration: none;
  line-height: 1.1;
  color: #ec6705;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.page-template-reviews .reviews .review-content:after {
  content: ">";
  color: #ec6705;
}

.page-template-reviews .reviews p.review-model {
  padding-bottom: 25px;
  padding-top: 0;
}

.page-template-reviews .reviews .reviews-slider strong {
  font-size: 16px;
}

.page-template-reviews img.review-language {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
}

@media only screen and (max-width: 979px) {
  .page-template-reviews .reviews .review-logo {
    display: flex;
    justify-content: center;
  }
}
/* Page video */
.page-video {
  position: relative;
  margin-bottom: 120px;
}

.page-video .play-button {
  fill: #fff;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 30px);
  transition: 0.2s ease-in-out;
  z-index: 1;
}

.page-video:hover .play-button {
  top: calc(50% - 40px);
  width: 45px;
  height: 45px;
}

.page-video .play-button g path {
  transition: fill 0.2s ease-in-out;
}

.page-video:hover .play-button g path {
  fill: #ec6705;
}

.page-video a {
  display: block;
  overflow: hidden;
}

.page-video a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}

.page-video a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(80%);
}

/* #Detail Tabs */
.detail-tabs {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  background: #e3e5e9;
  text-transform: none;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  z-index: 108;
}

.detail-tabs .center {
  height: 65px;
  display: flex;
  position: static;
}

.detail-tabs ul {
  display: flex;
}

.detail-tabs ul li {
  display: flex;
  margin-right: 40px;
}

.detail-tabs ul li a {
  display: flex;
  color: #202b30;
  text-decoration: none;
  align-items: center;
}

.detail-tabs ul li:last-child {
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0;
  position: absolute;
}

.detail-tabs ul li:last-child a {
  color: #fff;
  font-weight: bold;
  padding: 0 24px;
  background: #ec6705;
  text-transform: uppercase;
}

.detail-tabs ul li.is-active a,
.detail-tabs ul li:hover a {
  color: #ec6705;
}

.detail-tabs ul li:last-child:hover a {
  color: #fff;
  background: #202b30;
  padding-right: 28px;
}

.detail-tabs.fixed .detail-tabs-mid {
  width: 100%;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: 999;
  background: #e3e5e9;
}

@media only screen and (max-width: 1169px) {
  .detail-tabs ul li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 979px) {
  .detail-tabs ul li:last-child a {
    padding: 0 15px;
  }
}
/* Specicifications (modelpagina) */
.specifications {
  margin-bottom: 120px;
  width: 100%;
  position: relative;
}

.specifications p {
  padding-top: 24px;
}

.specifications .center {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.specifications h2 {
  width: 100%;
  padding-left: calc(38% + 10px);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 100px;
}

.specifications h2 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 6000px;
  height: 1px;
  background: #b2b3b3;
  border: 0;
}

.specifications h2 span {
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background: #202b30;
  min-width: 235px;
  padding: 12px 20px;
  text-align: center;
  position: relative;
}

.specifications .specifications-content {
  width: 62%;
}

.specifications h4 {
  color: #202b30;
  font-size: 22px;
  display: block;
  margin-bottom: -15px;
}

@media only screen and (max-width: 767px) {
  .specifications h4 {
    font-size: 20px;
  }
}
.specifications h4:after {
  content: "";
  width: 170px;
  height: 3px;
  display: block;
  background: #ec6705;
  margin: 7px 0 0;
}

.specifications .specifications-list {
  padding-bottom: 15px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.specifications .specifications-list ul {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.specifications ul.components-page {
  margin-left: 20px;
}

.specifications ul.components-page li {
  margin-bottom: 5px;
}

.specifications .specifications-list ul li {
  margin-bottom: 14px;
  width: 44%;
  color: #202b30;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 9;
  text-align: left;
}

.specifications .specifications-list ul li:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #e3e5e9;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}

.specifications .specifications-list ul li strong {
  font-size: 15px;
  background: #f8f8f8;
  display: inline-block;
  vertical-align: top;
  padding-right: 3px;
}

.specifications .specifications-list ul li span {
  background: #f8f8f8;
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
  text-align: right;
}

.specifications .left {
  width: 38%;
  margin-top: -50px;
  position: relative;
  padding-right: 95px;
}

.specifications .left figure {
  position: relative;
  padding-bottom: 40px;
  padding-right: 20px;
}

.specifications .left figure img {
  width: 100%;
  height: 100%;
}

.specifications .specifications-list #loadMore {
  display: block;
  text-decoration: none;
  font-weight: 700;
  float: right;
}

.specifications .specifications-option {
  letter-spacing: 0.1em;
  display: flex;
  font-size: 16px;
  color: #202b30;
  font-weight: 500;
  text-transform: uppercase;
}

.specifications .specifications-option select {
  letter-spacing: 0.1em;
  width: auto;
  min-width: auto;
  font-size: 16px;
  color: #202b30;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  -webkit-border-radius: 0;
  border-bottom: 1px dashed #394348;
  margin-left: 5px;
  background: url(../images/select-arrow.png) right 3px no-repeat;
  padding-right: 15px;
  cursor: pointer;
}

.specifications .specifications-container p {
  padding-top: 15px;
}

.specifications-container ul,
.specifications-container li {
  list-style: disc;
}

.specifications-container li {
  margin-left: 30px;
}

.specifications .right-line {
  width: 1px;
  background: #b2b3b3;
  position: absolute;
  right: 5px;
  bottom: 16%;
  top: 0;
}

.specifications .right-line span {
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 12px;
}

.specifications .right-line:after {
  width: 9px;
  height: 1px;
  background: #b2b3b3;
  position: absolute;
  right: -4px;
  bottom: 0;
  content: "";
}

.specifications .right-line:before {
  width: 9px;
  height: 1px;
  background: #b2b3b3;
  position: absolute;
  right: -4px;
  top: 0;
  content: "";
}

.specifications .bottom-line {
  height: 1px;
  background: #b2b3b3;
  position: absolute;
  right: 13%;
  left: 4%;
  bottom: 20px;
}

.specifications .bottom-line span {
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

.specifications .bottom-line:after {
  width: 1px;
  height: 9px;
  background: #b2b3b3;
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
}

.specifications .bottom-line:before {
  width: 1px;
  height: 9px;
  background: #b2b3b3;
  position: absolute;
  right: 0;
  top: -4px;
  content: "";
}

@media only screen and (max-width: 1440px) {
  .specifications .left {
    padding-right: 81px;
  }
}
@media only screen and (max-width: 1199px) {
  .specifications figure {
    padding-right: 30px;
  }
  .specifications .specifications-list ul li {
    width: 48%;
  }
  .specifications .left figure {
    max-width: 335px;
  }
  .specifications .left {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .specifications figure {
    margin-top: -10px;
  }
  .specifications h2 {
    margin-bottom: 70px;
  }
  .specifications .left figure {
    max-width: 266px;
  }
  .specifications .left {
    margin-top: 20px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .specifications h2 {
    padding-left: 77px;
    line-height: 1.1;
  }
  .specifications h2 span {
    min-width: 180px;
    font-size: 14px;
    padding: 12px 20px;
  }
  .specifications {
    margin-bottom: 90px;
  }
  .specifications figure {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .specifications .specifications-content {
    width: 100%;
  }
  .specifications .specifications-list ul li {
    width: 100%;
    display: flex !important;
  }
  .specifications .specifications-list ul li:nth-child(10),
  .specifications .specifications-list ul li:nth-child(8),
  .specifications .specifications-list ul li:nth-child(6),
  .specifications .specifications-list ul li:nth-child(4),
  .specifications .specifications-list ul li:nth-child(2) {
    display: none;
  }
  .specifications .specifications-list #loadMore {
    display: none;
  }
  .specifications .specifications-option {
    font-size: 0;
    color: transparent;
  }
  .specifications .specifications-option select {
    font-size: 16px;
    color: #202b30;
    margin-left: 0;
  }
  .specifications .specifications-list {
    padding-bottom: 60px;
  }
  .specifications figure img {
    display: block;
    margin: 0 auto;
    max-width: 216px;
  }
  .specifications .left {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
  .specifications .left figure {
    margin: 0 0 30px;
  }
  .specifications .right-line {
    bottom: 21%;
  }
  .specifications .bottom-line {
    right: 15%;
  }
}
/* Features (modelpagina) */
.features {
  margin-bottom: 120px;
  width: 100%;
  position: relative;
}

.features h2 {
  width: 100%;
  padding-left: calc(38% + 10px);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 60px;
}

.features h2 span {
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background: #202b30;
  min-width: 235px;
  padding: 12px 20px;
  text-align: center;
  position: relative;
}

.features h2 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 6000px;
  height: 1px;
  background: #b2b3b3;
  border: 0;
}

.features ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.features ul li {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 40px;
}

.features ul li figure {
  width: 100%;
  margin-bottom: 20px;
}

.features ul li figure img {
  width: 100%;
}

.features ul li strong {
  font-size: 22px;
  font-weight: 700;
  color: #202b30;
}

.features ul li p {
  padding-top: 20px;
}

@media only screen and (max-width: 979px) {
  .features ul li strong {
    font-size: 20px;
  }
  .features {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .features {
    margin-bottom: 30px;
  }
  .features h2 {
    padding-left: 77px;
    line-height: 1.1;
  }
  .features h2 span {
    min-width: 180px;
    font-size: 14px;
    padding: 12px 20px;
  }
  .features ul li {
    width: 100%;
  }
  .features ul li strong {
    font-size: 22px;
  }
  .features ul li p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
/* Options model page */
.options {
  margin-bottom: 120px;
  width: 100%;
  position: relative;
}

.options h2 {
  width: 100%;
  padding-left: calc(38% + 10px);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 60px;
}

.options h2 span {
  letter-spacing: 0.1em;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  background: #202b30;
  min-width: 235px;
  padding: 4px 20px 3px;
  text-align: center;
  position: relative;
}

.options h2 span:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 6000px;
  height: 1px;
  background: #b2b3b3;
  border: 0;
}

.options .tabs {
  display: flex;
}

.options .tablinks {
  width: 170px;
  border-bottom: 4px solid #5c6467;
  margin-right: 20px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.options .tablinks.active,
.options .tablinks:hover {
  border-bottom: 4px solid #ec6705;
}

.options .tablinks h3 {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.options .tablinks.active h3,
.tablinks h3:hover {
  color: #ec6705;
}

.options .tab-description {
  max-width: 650px;
  margin-bottom: 40px;
}

.options ul {
  display: flex;
  flex-wrap: wrap;
}

.options li {
  width: 20%;
  text-align: center;
  height: 151px;
  padding: 8px;
  margin-bottom: 22px;
}

.option-holder {
  width: 100%;
  height: 100%;
  margin-bottom: 7px;
}

.options .tabcontent {
  display: none;
}

.options .tab-item div:first-of-type {
  display: block;
}

@media only screen and (max-width: 979px) {
  .options {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .options {
    margin-bottom: 70px;
  }
  .options li {
    width: 33.33%;
  }
  .options h2 {
    padding-left: 77px;
    line-height: 1.1;
  }
  .options h2 span {
    min-width: 180px;
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .options li {
    width: 50%;
  }
}
/* #Swipebox overrules */
#swipebox-bottom-bar {
  bottom: 50% !important;
  width: 100% !important;
  right: 20px !important;
  left: auto !important;
  background-color: transparent !important;
  transition: none;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#swipebox-arrows {
  width: 100% !important;
  max-width: 100% !important;
}

#swipebox-next {
  background-image: url(../images/arrow-right.png) !important;
  background-position: 21px !important;
  width: 70px !important;
  height: 70px !important;
  background-size: 50%;
}

#swipebox-prev {
  background-image: url(../images/arrow-left.png) !important;
  width: 70px !important;
  height: 70px !important;
  position: absolute;
  background-size: 50%;
  background-position: inherit;
  left: 27px;
}

/* #Page composer overrulles
================================================= */
.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  color: #ec6705 !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
  border-color: #ec6705 !important;
  background-color: #fff !important;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline:hover {
  color: #fff !important;
  border-color: #ec6705 !important;
  background-color: #ec6705 !important;
}

.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  padding: 12px;
  color: #202b30;
}

.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default;
  font-weight: 700;
}

.wpb_tab a {
  text-decoration: none;
}

.wpb_image_grid .wpb_image_grid_ul img {
  padding: 2px;
}

a.swipebox-video::after {
  width: 100px;
  content: "";
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../../images/icon-play.png);
  background-size: 100%;
}

.video-page a.swipebox-video::after {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.trans150 a.swipebox-video::after {
  -webkit-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

.trans120 a.swipebox-video::after {
  -webkit-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
}

a.swipebox-video:hover::after {
  background-image: url(/../../images/icon-play-orange.png);
}

@-webkit-keyframes fade-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-video {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-slider .block {
  margin-bottom: 50px;
  -webkit-animation: fade-video 0.5s normal forwards;
  -moz-animation: fade-video 0.5s normal forwards;
  -o-animation: fade-video 0.5s normal forwards;
  animation: fade-video 0.5s normal forwards;
}

.credits h3 {
  font-size: 22px;
  padding-top: 35px;
  position: relative;
  margin-top: 20px;
  text-transform: uppercase;
}

.credits h3:before {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 170px;
  height: 4px;
  display: block;
  background: #ec6705;
}

.credits strong {
  color: #66a9a8;
  text-transform: uppercase;
}

.video-slider a.swipebox-video::after {
  top: 33%;
}

.video-models figure {
  width: 100%;
}

img.video-model {
  width: 79px;
  text-align: center;
  margin: 0 auto;
}

/* Brochure aanvragen template **/
.page-template-brochure .requestButton {
  display: none;
}

.brochure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}

.brochure .bg-overlay.has-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(25, 66, 103);
  background: radial-gradient(circle, rgba(25, 66, 103, 0.5) 0%, rgba(140, 156, 176, 0.2) 81%, rgba(255, 255, 255, 0) 100%);
}

.brochure h2 {
  font-size: 40px;
  text-transform: none;
  text-align: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.brochure .portrait-img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  display: none;
}

.brochure .form .desc {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.brochure .form .desc p {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}

.brochure .form-desc {
  margin-bottom: 40px;
  text-align: center;
  max-width: 920px;
}

.brochure .form-desc h2 {
  color: #fff;
  margin-bottom: 0;
}

.brochure .form-desc p {
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  min-height: 60px;
}

.brochure .form {
  background: #fff;
  width: 100%;
  z-index: 9;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.brochure.slide-up .form {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.brochure .form .inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1170px;
}

.brochure .form .choose-model {
  display: none !important;
  opacity: 0 !important;
}

form input,
.brochure .form select,
form textarea {
  color: #000;
}

form input:not([type=checkbox]),
.brochure form input[type=text],
form select,
form textarea {
  padding: 15px 20px !important;
  background: #e3e5e9;
  border: none;
  border-radius: 10px;
}

form label,
form input::placeholder,
form input[type=text]::placeholder,
form select,
.brochure .form select option,
form textarea::placeholder {
  color: #202b30;
}

form input[type=submit] {
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  margin-top: 0;
  background-color: #ec6705;
}

form .datepicker {
  width: 100% !important;
}

form .form .gform_wrapper .gfield_required {
  display: none;
}

form .validation_message {
  display: none;
}

form .gfield_error input,
form .gfield_error input[type=text],
form .gfield_error select,
form .gfield_error textarea {
  border: 1px solid #c02b0a !important;
}

form .ginput_container_select {
  position: relative;
}

form .ginput_container_select:after {
  content: "";
  background: url(../images/lang-arrow.svg);
  background-size: cover;
  width: 13px;
  height: 7px;
  position: absolute;
  right: 15px;
  top: 20px;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #0069b3 !important;
  border-color: #0069b3 !important;
}

/* Brochure pagina radio buttons */
.brochure form .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

form .gfield_radio .gchoice {
  padding-right: 5px;
}

form .gchoice {
  position: relative;
}

form input[type=radio] {
  position: absolute;
  left: -5px;
  top: 0;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  padding: 0 !important;
}

form .gchoice label {
  position: relative;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.gform_wrapper.gravity-theme form .gfield-choice-input + label {
  max-width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  padding-left: 0;
  margin-left: 0;
}

form .gfield_radio .gchoice label:before {
  position: absolute;
  left: -5px;
  top: -1px;
  content: "";
  background: red;
  border-radius: 100%;
  border: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  background-color: #e3e5e9;
}

form .gchoice:hover label:before,
form label.active:before {
  background-color: #202b30 !important;
}

.brochure .form .choose_dealer label {
  display: none;
}

.brochure .model-overview .model-area {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 70px;
  padding-bottom: 70px;
  gap: 15px;
}

.brochure .model-overview li .inner {
  border-radius: 10px;
}

.brochure .model-area,
.brochure .model-area.has-desc {
  width: 100%;
  padding-top: 10vh;
  padding-bottom: 40px;
  position: relative;
}

.brochure.slide-up .model-area,
.brochure.slide-up .model-area.has-desc {
  padding-top: 0;
}

/*Transities voor alle form animaties*/
.brochure .form,
.brochure h2,
.model-overview li .model,
.model-overview li .inner,
.brochure .model-area,
.model-overview li:hover .inner,
.model-overview li.selected .inner,
.brochure.slide-up .form-desc,
.brochure .form-desc p {
  transition: all 0.3s;
}

/* Grote desktops */
@media only screen and (min-width: 1920px) and (min-height: 1080px) and (orientation: landscape) {
  .brochure .model-area.has-desc {
    top: calc(50vh - 450px);
  }
  .brochure.slide-up .model-area.has-desc {
    top: -30px;
  }
}
/* HD desktops */
@media only screen and (min-width: 1280px) and (max-width: 1920px) and (min-height: 768px) and (orientation: landscape) {
  .brochure .model-area.has-desc {
    top: calc(50vh - 390px);
  }
  .brochure.slide-up .model-area {
    top: calc(0vh - 40px);
  }
}
/*Grote landscape apparaten en tablets in portait krijgen animaties*/
@media only screen and (min-width: 1280px) and (min-height: 1024px) and (orientation: landscape), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .brochure.slide-up .form-desc h2,
  .brochure.slide-up .form-desc {
    opacity: 0;
    visibility: hidden;
  }
  .brochure.slide-up .form-desc p {
    margin-top: -55px;
    margin-bottom: 40px;
  }
  .brochure.slide-up .form-desc {
    margin-bottom: 0;
  }
  .brochure .form {
    min-height: 60vh;
    background: #fff;
    position: fixed;
    bottom: -1000px;
    width: 100%;
    z-index: 9;
    padding: 40px;
    -webkit-box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.1254901961);
    box-shadow: 0px -20px 20px 0px rgba(0, 0, 0, 0.1254901961);
  }
  .brochure {
    min-height: calc(100vh - 80px);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
/*Kleine laptops (13inch) krijgen wel animatie maar iets kleiner*/
@media only screen and (min-width: 1280px) and (max-height: 984px) and (min-height: 768px) and (orientation: landscape) {
  .brochure {
    height: 100vh;
  }
  .brochure .form {
    padding-top: 15px;
    padding-bottom: 0;
    height: 1px;
  }
  .brochure.slide-up .form-desc h2,
  .brochure.slide-up .form-desc {
    opacity: 0;
    visibility: hidden;
  }
  .brochure.slide-up .model-area,
  .brochure.slide-up .model-area.has-desc {
    top: calc(0vh - 180px);
    padding-top: 60px;
  }
  .brochure.slide-up .form {
    top: calc(0vh - 180px);
    bottom: initial;
    height: initial;
    border-bottom: 10px solid #fff;
  }
  .brochure h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
  .brochure .form-desc {
    margin-bottom: 30px;
  }
  .brochure .form input,
  .brochure .form input[type=text],
  .brochure .form select,
  .brochure .form textarea {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 979px) {
  .brochure h2 {
    font-size: 26px;
  }
  .brochure .form-desc {
    margin-bottom: 20px;
  }
  .brochure .model-area {
    padding: 40px 0 20px;
  }
  .brochure .model-overview {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* override voor tablets in portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .brochure {
    min-height: calc(100vh - 75px);
  }
  .brochure .model-area,
  .brochure .model-area.has-desc {
    padding-top: calc(50vh - 400px);
  }
  .brochure.slide-up .model-area {
    top: -50px;
    padding-top: 0;
  }
  .brochure .form {
    padding: 20px;
  }
  /*staande img voor tablets in portrait*/
  .brochure.has-portrait {
    background-image: none !important;
  }
  .brochure.has-portrait .portrait-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .brochure {
    background: #fff;
    background-position: 70% 0;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    min-height: 100vh;
  }
  .brochure .model-area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brochure .form-desc p {
    min-height: initial;
  }
  .brochure .bg-overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(25, 66, 103);
    background: radial-gradient(circle, rgba(25, 66, 103, 0.5) 0%, rgba(140, 156, 176, 0.2) 81%, rgba(255, 255, 255, 0) 100%);
  }
  .brochure-models.model-overview li.selected .inner {
    border-color: #ec6705;
  }
  .brochure-models li:first-child {
    margin-left: 0;
  }
  .brochure h2 {
    font-size: 22px;
  }
  .brochure.slide-up .form {
    display: block;
    position: relative;
  }
  .brochure .form input,
  .brochure .form input[type=text],
  .brochure .form select,
  .brochure .form textarea {
    padding: 11px 20px !important;
  }
  .brochure .form-desc p {
    padding-top: 7px;
  }
  .brochure .form {
    padding: 20px 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .brochure .model-overview li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-reviews .reviews .review-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-reviews .reviews .review-slide img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  /*staande img voor tablets in portrait*/
  .brochure.has-portrait {
    background-image: none !important;
  }
  .brochure.has-portrait .portrait-img {
    display: block;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .brochure {
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  .brochure .brochure-models li {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .brochure .form input,
  .brochure .form input[type=text],
  .brochure .form select,
  .brochure .form textarea {
    font-size: 12px;
    padding: 10px !important;
  }
  .brochure .form select {
    min-height: 52px;
  }
}
/* HQ image gallery
================================================= */
.single-model_images .requestButton {
  display: none;
}

.hq-images .intro {
  padding: 30px 0;
  text-align: center;
}

.hq-image-gallery .image-holder {
  width: 20%;
  overflow: hidden;
  border: 1px solid #fff;
}

.hq-image-gallery .image-holder img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.hq-image-gallery .image-holder:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* WPSL, WP Store Locator
================================================= */
.wpsl-search {
  display: none;
}

#wpsl-wrap {
  margin-bottom: 0;
}

#wpsl-gmap,
#wpsl-direction-details,
#wpsl-stores {
  min-height: 800px;
}

.wpsl-dropdown {
  width: 110px;
}

#wpsl-result-list li p {
  margin: 0;
}

#wpsl-wrap #wpsl-result-list li:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#wpsl-wrap #wpsl-result-list li:hover {
  background: #e3e5e9;
}

.wpsl-store-location span {
  display: none;
}

span.wpsl-country {
  display: block;
}

.wpsl-store-location strong a {
  color: #202b30;
  text-decoration: none;
}

.wpsl-direction-wrap {
  display: none;
}

.wpsl-info-window p span:nth-child(2),
.wpsl-info-window p span:nth-child(3) {
  display: none;
}

a.wpsl-store-details.wpsl-store-listing,
a.wpsl-directions,
.wpsl-contact-details a {
  text-decoration: none;
}

@media only screen and (min-width: 1280px) {
  #wpsl-result-list {
    width: 26%;
  }
  #wpsl-gmap {
    width: 74%;
  }
}
@media only screen and (max-width: 479px) {
  #wpsl-gmap,
  #wpsl-direction-details,
  #wpsl-stores {
    min-height: 340px;
  }
  #wpsl-gmap {
    margin: 0;
  }
  #wpsl-result-list p,
  #wpsl-wrap #wpsl-result-list li {
    padding-left: 17px;
  }
}
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.omschrijving {
  margin: 0 0 55px;
}

@media only screen and (max-width: 991px) {
  .intro {
    padding: 15px 0;
  }
  .tour__block {
    width: 50%;
  }
}
.pagination .screen-reader-text {
  display: none;
}

.pagination {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination > div a,
.pagination > div span {
  width: 56px;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 22px;
  color: #a3a0a0;
  position: relative;
  margin: 0 5px;
  background: #e3e5e9;
  text-decoration: none;
}

.pagination > div span.current,
.pagination .page-numbers:hover {
  color: #fff;
  background: #ec6705;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  display: none;
}

div.stripe {
  height: 4px;
  width: 170px;
  background: #ec6705;
  margin: 0 auto;
  display: block;
  margin-bottom: 6px;
}

a.btn {
  cursor: pointer;
}

.vjs-control-bar,
.vjs-modal-dialog,
.vjs-loading-spinner,
.vjs-big-play-button {
  display: none;
}

/*Open dag of andere acties */
.open-dag .title {
  font-size: 41px;
  left: 13%;
  top: 31%;
}

.open-dag small {
  font-size: 38px;
  font-weight: 300;
  max-width: 600px;
  line-height: 40px;
  text-shadow: 2px 0px 16px rgb(0, 0, 0);
}

.open-dag a {
  padding: 15px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  background: #ec6705;
  z-index: 100;
  transition: all 0.2s ease-in;
}

.open-dag a:hover {
  background: #202b30;
}

.open-dag-responsive {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .open-dag .title {
    font-size: 30px;
  }
  .open-dag small {
    font-size: 26px;
    max-width: 486px;
  }
  .open-dag a {
    padding: 13px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 769px) {
  .open-dag-responsive {
    display: block;
  }
  .open-dag .title {
    top: 63%;
  }
}
@media only screen and (max-width: 767px) {
  .open-dag .title {
    text-align: center;
    line-height: 38px;
    display: block;
  }
  .open-dag small {
    font-size: 22px;
    max-width: 100%;
    display: block;
    text-shadow: none;
    text-align: center;
    line-height: 29px;
    margin-bottom: 7px;
  }
}
/* Mobiele Tawk.to chatwidget & WhatsApp */
.chat-widget {
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  background-color: #195682;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999999;
  transition: all 0.2s ease-in;
}

.single-saffier_models .chat-widget {
  display: none;
}

.chat-widget:hover {
  background-color: #002e51;
}

.mobile-chats {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0px -1px 15px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 15px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 15px -3px rgba(0, 0, 0, 0.75);
}

.chat-widget a,
.mobile-chats a {
  color: #fff;
  text-decoration: none;
}

.wa-chat,
.ta-chat {
  width: 50%;
  padding: 10px 0;
}

.wa-chat {
  background-color: #195682;
  border-right: 1px solid #002d56;
}

.ta-chat {
  background-color: #195682;
}

.chat-widget img,
.mobile-chats img {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 5px;
  padding-top: 3px;
}

.chat-widget img {
  width: 20px;
  height: 20px;
}

#tawkchat-minified-container {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-chats {
    display: flex;
  }
  #tawkchat-minified-box {
    display: none !important;
  }
}
/* #Global overrides
================================================== */
.sm_heading h1,
.sm_heading h2 {
  font-size: 32px;
}

.sm_heading h3 {
  font-size: 18px;
}

.sm_heading strong {
  font-size: 20px;
}

.sm-margin {
  margin-bottom: 70px;
}

.no-margin {
  margin-bottom: 0;
}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1920px) {
  .bannerBox .title {
    font-size: 60px;
    top: 73%;
  }
  .bannerBox small {
    font-size: 29px;
  }
}
@media only screen and (max-width: 1539px) {
  .center {
    padding-left: 40px;
    padding-right: 40px;
  }
  .bannerBox .title {
    left: 20px;
    top: 69%;
    font-size: 60px;
  }
  .bannerBox small {
    font-size: 23px;
  }
  .home .bannerBox .slide {
    height: calc(100vh - 287px);
  }
  .languageBox li::before {
    display: none;
  }
  .requestButton {
    font-size: 16px;
  }
  .requestButton .cta-inner {
    padding: 20px;
  }
  .menuBox:not(.mm-menu) ul li {
    padding: 0px 30px 0px 0px;
    float: left;
  }
}
@media only screen and (max-width: 1280px) {
  .center,
  .entry-content,
  .entry-content ul,
  .content-area .site-main {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .entry-content {
    padding-left: 0;
    padding-right: 0;
  }
  .centered,
  .fullwidth {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bannerBox .title {
    left: 20px;
  }
  .hq-image-gallery .image-holder {
    width: 25%;
  }
  .languageBox ul {
    width: 150px;
    padding: 20px 10px 10px 18px;
    left: inherit;
    right: 0px;
  }
  nav li.has-mega-menu ul.sub-menu,
  nav ul.sub-menu {
    display: block;
  }
  #headerCntr .logo-holder svg {
    width: 280px;
    height: 61px;
  }
  .menuBox:not(.mm-menu) ul li {
    padding: 0px 25px 0px 0px;
  }
  .menuBox:not(.mm-menu) ul li a {
    font-size: 14px;
  }
  .requestButton {
    font-size: 14px;
  }
  .requestButton .cta-inner {
    padding: 16px;
    transition: padding 0.2s ease-in-out;
  }
  .intro_homeBox h3 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  h2 .intro_homeBox .usp_column,
  .intro_homeBox .usp_column img {
    width: 65px;
  }
  .button a {
    font-size: 15px;
    padding: 11px;
  }
  .mm-menu .menu-image-title-after.menu-image-not-hovered img {
    width: 50px;
  }
}
@media only screen and (min-width: 1090px) {
  .header-models.slideout,
  .header-models:hover {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1090px) {
  .languageBox {
    padding-left: 15px;
    top: -3px;
  }
  #headerCntr .logo {
    width: 200px;
  }
  .single-saffier_models .bannerBox .slide {
    height: calc(100vh - 200px);
  }
  #headerCntr .logo-holder svg {
    width: 225px;
  }
  #headerCntr.fixed .logo-holder svg {
    width: 225px;
  }
  .menuBox:not(.mm-menu) ul li {
    padding: 0px 18px 0px 0px;
  }
  .video-models li img {
    width: 50px;
  }
  .video-models li {
    width: 14.28%;
    margin-left: 0 !important;
  }
  .menuBox:not(.mm-menu) {
    display: none;
  }
  #headerCntr .mobileMenu {
    display: block;
  }
  nav li.has-mega-menu ul.sub-menu,
  nav ul.sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .languageBox {
    position: absolute;
    top: -2px;
    right: 90px;
  }
  .header-models {
    display: none;
  }
}
@media only screen and (max-width: 1090px) and (orientation: portrait) {
  .banner-content .aos-init {
    opacity: 1;
  }
}
@media only screen and (max-width: 979px) {
  .fullwidth .button {
    font-size: 16px;
    min-width: 160px;
    padding: 18px 30px;
  }
  .intro_homeBox {
    padding-top: 30px;
  }
  .hq-image-gallery .image-holder {
    width: 33.33%;
  }
}
@media only screen and (max-width: 918px) {
  #headerCntr .logo {
    width: 240px;
  }
  .video-slider .block {
    width: 100%;
  }
  .slide .title span {
    line-height: 45px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 22px;
    padding-top: 0px;
    margin-bottom: 5px;
  }
  .intro h1 {
    margin-bottom: 25px;
  }
  h1::before {
    top: 12px;
  }
  h2,
  .sm_heading h2,
  .sm_heading h1 {
    font-size: 33px;
  }
  .bannerBox .slide {
    height: calc(100vh - 320px);
  }
  .single-saffier_models .bannerBox .slide {
    height: calc(100vh - 200px);
  }
  .mm-listview a.requestButton {
    padding: 23px;
    z-index: 2;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    background: #ec6705;
  }
  .mm-menu .cta {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    background: #ec6705;
  }
  #testding {
    display: none;
  }
  .content-area .page-gallery ul li,
  .content-area .page-gallery.five_rows ul li,
  .content-area .page-gallery.four_rows ul li,
  .content-area .page-gallery.three_rows ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 918px) and (orientation: landscape) {
  .single-saffier_models .bannerBox .slide {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .requestButton {
    top: 5rem;
  }
  .scroll-arrow {
    display: none;
  }
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
  .fullwidth,
  .content-area .page-gallery,
  .page-video {
    margin-bottom: 70px;
  }
  .content-area .page-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fullwidth .fullwidth-content h2 {
    line-height: 1.2;
    font-size: 20px;
  }
  .model-overview li .model h3 {
    margin-bottom: 0;
  }
  .fullwidth .fullwidth p {
    font-size: 14px;
    padding-top: 20px;
  }
  .subtitle {
    font-size: 18px;
  }
  .intro .subtitle {
    margin-bottom: 10px;
  }
  .fullwidth-detail .button {
    margin-top: 20px;
    font-size: 14px;
    min-width: 128px;
    padding: 15px 20px;
  }
  .hq-image-gallery .image-holder {
    width: 50%;
  }
  .detail-tabs {
    display: none;
  }
  .single-saffier_models .requestButton {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .intro_homeBox .usp_column {
    width: 100%;
  }
  .block .video-holder {
    padding-bottom: 15px;
  }
  .orange-line {
    top: 13px;
  }
  .image-right .orange-line {
    left: 0;
    right: initial;
  }
  .content-area .page-gallery ul li,
  .content-area .page-gallery.five_rows ul li,
  .content-area .page-gallery.four_rows ul li,
  .content-area .page-gallery.three_rows ul li {
    width: 50%;
  }
  .page .fullwidth {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #headerCntr .center,
  #headerCntr.fixed .center {
    padding: 10px 15px;
  }
  #headerCntr .logo-holder svg {
    width: 160px;
    height: 35px;
  }
  #headerCntr.fixed .logo-holder svg {
    width: 150px;
    height: 35px;
  }
  #headerCntr.fixed .center {
    padding-left: 10px;
    padding-right: 20px;
  }
  #headerCntr .languageBox,
  #headerCntr.fixed .languageBox {
    top: -4px;
  }
  .languageBox {
    top: -6px;
  }
  .model_sub {
    font-size: 18px;
  }
  .requestButton {
    position: fixed;
    top: initial;
    bottom: 0;
    width: 100%;
    text-align: center;
    opacity: 1 !important;
    -webkit-box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.1803921569);
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.1803921569);
  }
  .video-models li {
    width: 21%;
  }
  .home .bannerBox .slide {
    height: calc(100vh - 190px);
  }
  .banner-content p {
    padding-top: 0;
  }
  .intro_homeBox .usp_column {
    padding-left: 0;
    padding-right: 0;
  }
  .mm-menu .menu-image-title-after.menu-image-not-hovered img {
    width: 40px;
  }
  .tour__block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tour__block article h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .pagination > div a,
  .pagination > div span {
    width: 30px;
    height: 30px;
  }
  .hq-image-gallery .image-holder {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #headerCntr .logo-holder svg,
  #headerCntr.fixed .logo-holder svg {
    width: 140px;
  }
  .mm-menu .menu-image-title-after.menu-image-not-hovered img {
    width: 20px;
  }
}
/* ### footer container ### */
#footerCntr {
  padding-top: 48px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #e3e5e9;
}
#footerCntr .logo {
  width: 280px;
  margin: 0px auto;
  display: block;
}
#footerCntr .holder {
  padding-top: 50px;
  margin-right: -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#footerCntr .block {
  padding-right: 10px;
  width: 25%;
  float: left;
  font-size: 13px;
  color: #202b30;
  line-height: 24px;
}
#footerCntr address {
  font-style: normal;
}
#footerCntr .footer-title {
  padding-bottom: 15px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #202b30;
  text-transform: uppercase;
  font-weight: 700;
}
#footerCntr ul {
  list-style: none;
}
#footerCntr li {
  line-height: 24px;
}
#footerCntr a {
  font-size: 13px;
  color: #202b30;
  text-decoration: none;
}
#footerCntr a:hover {
  text-decoration: underline;
}
#footerCntr input {
  padding: 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #202b30;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background: #e3e5e9;
  border: none;
}
#footerCntr input::-webkit-input-placeholder {
  color: #202b30;
}
#footerCntr input::-moz-placeholder {
  color: #202b30;
  opacity: 1;
}
#footerCntr input:-ms-input-placeholder {
  color: #202b30;
}
#footerCntr input::-ms-input-placeholder {
  color: #202b30;
}
#footerCntr input::placeholder {
  color: #202b30;
}
#footerCntr .button {
  font-size: 15px;
  color: #ec6705;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #ec6705;
  background: none;
  margin-top: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#footerCntr .social-icons {
  display: flex;
  gap: 5px;
}
#footerCntr .copyright {
  margin-top: 28px;
  font-size: 13px;
}
#footerCntr .copyright a {
  text-decoration: underline;
}
#footerCntr .social-icons img {
  width: 28px;
  height: auto;
}
#footerCntr .divider {
  opacity: 0;
}
#footerCntr .button:hover {
  background: #202b30;
  color: #fff;
}
#footerCntr #mc_embed_signup p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1090px) {
  #footerCntr {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  #footerCntr .block {
    padding-bottom: 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  #footerCntr .holder {
    margin: 0px;
  }
  #footerCntr .block {
    width: 100%;
    padding-right: 0px;
  }
}

.award {
  position: absolute;
  bottom: 30px;
  right: 50px;
  max-width: 200px;
  color: #003761;
  text-transform: uppercase;
  font-weight: 700;
}
.award .description {
  z-index: 1;
  position: relative;
  bottom: 80px;
  text-align: center;
  padding: 5px 15px;
  background-color: #fff;
  border: 5px solid #003761;
  min-width: 200px;
}
@media only screen and (max-width: 991px) {
  .award {
    font-size: 15px;
    max-width: 150px;
  }
  .award .description {
    min-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .award {
    font-size: 13px;
    right: 25px;
    top: 60px;
    bottom: initial;
    max-width: 100px;
  }
  .award .description {
    padding: 0px 5px;
    min-width: 120px;
    bottom: 55px;
    left: -10px;
    border: 3px solid #003761;
  }
}
@media only screen and (max-width: 575px) {
  .award {
    max-width: 80px;
  }
  .award .description {
    min-width: 110px;
    left: -15px;
    bottom: 45px;
  }
}

button,
.button {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 0.2s ease-in-out;
}
button a,
.button a {
  color: #000;
  text-decoration: none;
}
button:hover,
.button:hover {
  background: #202b30;
  color: #fff;
}
button:hover a,
.button:hover a {
  color: #fff;
}

#cookie-notice {
  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.29);
}
#cookie-notice .button {
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
}
#cookie-notice #cn-accept-cookie {
  color: #fff;
  background-color: #ec6705;
  border-color: #ec6705;
}
#cookie-notice #cn-accept-cookie:hover {
  background-color: #132d4f;
  border-color: #132d4f;
}

.price-list {
  margin-top: 60px;
  padding-left: 120px;
  padding-right: 12px;
}
.price-list h3,
.price-list .title {
  font-family: "kobenhavn-sans", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #002e52;
  font-weight: 400;
  line-height: 1.2;
}
.price-list form {
  /* display: flex; */
  /* gap: 40px 30px; */
  column-count: 3;
  column-gap: 40px;
  margin-right: calc(25% + 120px);
}
.price-list form .group {
  break-inside: avoid-column;
  margin-bottom: 40px;
}
.price-list form .group .option {
  display: flex;
  padding: 5px 2px;
  border-top: 2px solid #0069b4;
  justify-content: space-between;
}
.price-list form .group .option .name {
  width: 70%;
}
.price-list form .group .option .price {
  min-width: 100px;
  text-align: right;
}
.price-list form .group .option:last-child {
  border-bottom: 2px solid #0069b4;
}
.price-list .overview-widget {
  text-align: center;
  width: 25%;
  position: fixed;
  top: 183px;
  right: 0;
  box-shadow: 0px 10px 27px -17px rgba(0, 0, 0, 0.75);
}
.price-list .overview-widget .model,
.price-list .overview-widget .amount {
  color: #fff;
  padding: 40px 15px;
}
.price-list .overview-widget .model {
  background-color: #3970bb;
}
.price-list .overview-widget .model .model-name {
  color: #fff;
}
.price-list .overview-widget .amount {
  background-color: #132d4f;
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-list .overview-widget .amount .title {
  color: #fff;
  margin-bottom: 0;
}
.price-list .overview-widget .amount .total-amount {
  font-size: 30px;
  margin-bottom: 0;
}
.price-list .overview-widget .info {
  background-color: #fff;
  text-align: left;
  padding: 40px 30px;
}
.price-list .overview-widget .info .legal {
  font-size: 14px;
  font-style: italic;
}
@media only screen and (max-width: 1620px) {
  .price-list {
    padding-left: 40px;
    padding-right: 40px;
  }
  .price-list form {
    margin-right: calc(25% + 40px);
  }
}
@media only screen and (max-width: 1220px) {
  .price-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price-list form {
    column-count: 2;
  }
  .price-list .overview-widget {
    right: 20px;
  }
  .price-list .overview-widget .info {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .price-list form {
    margin-right: 0;
  }
  .price-list .overview-widget {
    display: flex;
    width: 100%;
    top: initial;
    right: 0;
    bottom: 0;
  }
  .price-list .overview-widget .model,
  .price-list .overview-widget .amount {
    padding: 10px 15px;
  }
  .price-list .overview-widget .model {
    min-width: 300px;
  }
  .price-list .overview-widget .amount {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    width: 100%;
  }
  .price-list .overview-widget .amount .title {
    font-size: 18px;
  }
  .price-list .overview-widget .amount .total-amount {
    font-size: 24px;
  }
  .price-list .overview-widget .info {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .price-list form {
    column-gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .price-list {
    margin-top: 30px;
  }
  .price-list form {
    column-count: 1;
  }
  .price-list form .group {
    margin-bottom: 30px;
  }
  .price-list .overview-widget .model {
    display: none;
  }
}

.page-template-calculator .requestButton {
  display: none;
}

/* ### media menu ### */
.media-menu.model-overview {
  gap: 15px;
}
.media-menu.model-overview .model .model-name {
  font-size: 19px;
}

/* ### model item ### */
/**** sitewide (modelbalk, brochure page, video page etc*****/
.model {
  text-decoration: none;
  position: relative;
}
.model .model-name {
  font-family: "kobenhavn-sans", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  color: #002e52;
  font-weight: 100;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}
.model .model-name span {
  font-weight: 400;
}
.model .specs {
  font-size: 12px;
  text-decoration: none;
  color: #202b30;
}

/* ### Model overview ### */
/**** Brochure page, Video page, review page *****/
.model-overview .model .model-name {
  font-size: 24px;
}
.model-overview li .inner {
  border: 3px solid #e3e5e9;
}
.model-overview li.sc .inner {
  background-color: #132d4f;
  border-color: #132d4f;
}
.model-overview li.sc .inner .model .model-name {
  color: #fff;
}
.model-overview li.se .inner {
  background-color: #e3e5e9;
  border-color: #e3e5e9;
}
.model-overview li.sl .inner {
  background-color: #ac9777;
  border-color: #ac9777;
}
.model-overview li.sl .inner .model .model-name {
  color: #fff;
}
.model-overview .inner {
  border: 3px solid;
}
.model-overview li:hover .inner,
.model-overview li.selected .inner {
  color: #fff;
  -webkit-box-shadow: 6px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 5px 10px 5px rgba(0, 0, 0, 0.1);
  border: 3px solid #ec6705;
}

/* ### model label ### */
.model-label {
  position: absolute;
  top: -25px;
  left: 1px;
  color: #fff;
  background: #002e51;
  padding: 2px 5px;
  font-size: 12px;
}

/* ### model lines ### */
/* ### Dit is zowel voor de modelbalk in header als de modelbalk section. Er is een apart scss bestand voor header (model-lines-header) ### */
.model-lines {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.model-lines .tabs {
  column-gap: 0;
  align-items: end;
}
.model-lines .tabs .model-line {
  min-height: 60px;
  width: 100%;
  cursor: pointer;
  padding-top: 13px;
  -webkit-box-shadow: 0px -5px 19px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 19px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 19px -7px rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease-in-out;
}
.model-lines .tabs .model-line img,
.model-lines .tabs .model-line svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.model-lines .tabs .model-line img.logo,
.model-lines .tabs .model-line svg.logo {
  height: 38.8px;
}
.model-lines .tabs .model-line img.payoff,
.model-lines .tabs .model-line svg.payoff {
  margin-top: 5px;
  height: 0;
  transition: all 0.2s ease-in-out;
}
.model-lines .tabs .model-line.classic {
  background-color: #132d4f;
}
.model-lines .tabs .model-line.classic img.payoff {
  filter: brightness(100);
}
.model-lines .tabs .model-line.elegance {
  background-color: #e3e5e9;
}
.model-lines .tabs .model-line.luxury {
  background-color: #ac9777;
}
.model-lines .tabs .model-line:hover, .model-lines .tabs .model-line.active {
  padding-bottom: 20px;
}
.model-lines .tabs .model-line:hover img.payoff, .model-lines .tabs .model-line.active img.payoff {
  margin-top: 5px;
  height: 11.8px;
  width: auto;
}
@media only screen and (max-width: 1220px) {
  .model-lines .tabs .model-line img.logo,
  .model-lines .tabs .model-line svg.logo {
    height: 29.8px;
  }
}
.model-lines .model-lines-info {
  background-color: #e3e5e9;
  width: 100%;
  height: 220px;
  display: none;
}
.model-lines .model-lines-info .model-line-info {
  display: grid;
  grid-template-columns: 4fr 6fr;
  column-gap: 120px;
}
.model-lines .model-lines-info .model-line-info .info {
  min-height: 125px;
}
.model-lines .model-lines-info .model-line-info .models {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.model-lines .model-lines-info .model-line-info .models .model .model-name {
  font-size: 38px;
}
.model-lines .model-lines-info .model-line-info .models .model .model-name:hover {
  color: #ec6705;
}
.model-lines .model-lines-info.active {
  display: flex;
}
@media only screen and (max-width: 1220px) {
  .model-lines .model-lines-info .model-line-info .models .model .model-name {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .model-lines {
    display: none;
  }
}

/* ### model lines header ### */
.header-models .model-lines {
  position: relative;
}
.header-models .model-lines .tabs {
  align-items: flex-start;
}
.header-models .model-lines .tabs.active {
  background-color: #e3e5e9;
}

/* ### model overview ### */
.model-overview {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-decoration: none;
  width: 100%;
}
.model-overview a {
  text-decoration: none;
}
.model-overview li {
  text-align: center;
  position: relative;
  list-style: none;
  margin-left: 0 !important;
  width: 100%;
}
.model-overview li .inner {
  border-radius: 10px;
  padding: 10px 2px;
  background: rgba(255, 255, 255, 0.8470588235);
  cursor: pointer;
  width: 100%;
  min-height: 120px;
}
.model-overview li:hover .inner {
  margin-top: -5px;
  -webkit-box-shadow: 6px 5px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 5px 10px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1620px) {
  .model-overview .model .model-name span {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 1220px) {
  .model-overview {
    flex-wrap: wrap;
  }
  .model-overview li {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .model-overview li {
    width: 47%;
  }
  .model-overview li .inner {
    min-height: initial;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .model-overview .model .model-name span {
    display: inline;
  }
}
@media only screen and (max-width: 575px) {
  .model-overview li {
    width: 100%;
    row-gap: 10px;
  }
  .model-overview li .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.home .model-overview {
  display: none;
}
@media only screen and (max-width: 991px) {
  .home .model-overview {
    display: flex;
  }
}

/* ### banner box ### */
.bannerBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* override voor tablets */
}
.bannerBox:before {
  content: "";
  width: 100%;
  height: 100px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.759541) 0%, rgba(255, 255, 255, 0.1077205882) 80%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.bannerBox .center {
  height: 100%;
}
.bannerBox.has-award .center .title,
.bannerBox.has-award .center.span {
  padding-right: 170px;
}
.bannerBox .title {
  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 55px;
  color: #f8f8f8;
  text-transform: uppercase;
  position: absolute;
  left: 15px;
  top: 75%; /* -webkit-transform:translateY(-75%); transform:translateY(-75%); */
  z-index: 2;
  text-shadow: 2px 0px 24px rgb(76, 76, 76);
}
.bannerBox small {
  font-size: 32px;
  font-weight: 400;
  display: block;
  text-transform: none;
}
.bannerBox .slide {
  width: 100%;
  height: calc(100vh - 65px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerBox.responsive-slider, .bannerBox.slider-responsive {
  display: none;
}
.bannerBox .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  list-style: none;
}
.bannerBox .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.bannerBox .slick-dots li button {
  width: 41px;
  height: 4px;
  border: none;
  border: 0;
  padding: 0;
  text-indent: -99999px;
  cursor: pointer;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}
.bannerBox .slick-dots li button:hover,
.bannerBox .slick-dots li.slick-active {
  width: 41px;
  height: 4px;
  background: #fff;
  text-indent: -99999px;
  cursor: pointer;
}
@media only screen and (max-width: 1090px) {
  .bannerBox .title {
    top: 64%;
    font-size: 47px;
  }
  .bannerBox .slide {
    height: calc(100vh - 271px);
  }
}
@media only screen and (max-width: 918px) {
  .bannerBox .title {
    font-size: 33px;
    line-height: 33px;
    bottom: 75px;
    top: initial;
    -webkit-transform: none;
    transform: none;
  }
  .bannerBox small {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bannerBox .center {
    height: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .bannerBox.responsive-slider, .bannerBox.slider-responsive {
    display: block;
  }
  .bannerBox.modslide-desktop {
    display: none;
  }
  .bannerBox .title {
    bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .bannerBox {
    bottom: 10px;
  }
  .bannerBox .title {
    font-size: 25px;
    line-height: 35px;
    bottom: 35px;
  }
  .bannerBox small {
    font-size: 19px;
    line-height: 23px;
  }
}

/* ### Model page Video banner ### */
.model-video-banner {
  margin-bottom: -8px;
  position: relative;
  height: calc(100vh - 65px);
}
.model-video-banner video {
  object-fit: cover;
  width: 100%;
  height: calc(100vh - 65px);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (orientation: portrait) {
  .model-video-banner video {
    position: relative;
    height: initial;
    min-height: 270px;
  }
}
.model-video-banner .title {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (orientation: portrait) {
  .model-video-banner {
    height: initial;
  }
  .model-video-banner .center {
    position: absolute;
    width: 100%;
    top: initial;
  }
}

/* ### Model page Video slider ### */
.videos-slider .videos-content {
  background-color: #fff;
  padding: 20px 70px;
  text-align: center;
}

.model-gallerij {
  display: grid;
  gap: 0;
  margin-bottom: 120px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.model-gallerij a {
  display: block;
  float: left;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.model-gallerij a::after {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(32, 43, 48, 0.71) url(../images/add-icon.png) center center no-repeat;
  background-size: 44px 44px;
}
.model-gallerij a:hover:after {
  transform: scale(1);
  opacity: 1;
}
.model-gallerij img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .model-gallerij {
    grid-template-columns: 1fr 1fr;
  }
}

/* ### Preloader ### */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e3e5e9;
  z-index: 99999999;
}
.preloader .preloader-logo,
.preloader svg {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 360px;
  height: 60px;
}
.preloader .preloader-logo svg,
.preloader svg svg {
  opacity: 0;
  animation: fade-in 2s both;
}

.slide-out-fwd-center {
  -webkit-animation: slide-out-fwd-center 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
  animation: slide-out-fwd-center 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1.5s both;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-fwd-center {
  0% {
    -webkit-transform: translateZ(1);
    transform: translateZ(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }
}
@keyframes slide-out-fwd-center {
  0% {
    -webkit-transform: translateZ(1);
    transform: translateZ(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(600px);
    transform: translateZ(600px);
    opacity: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .home .preloader-wrapper .preloader {
    left: calc(50% - 3px);
    width: 200px;
    top: 38%;
  }
}
.read-more a {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #202b30;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.read-more a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.631' height='8.888' viewBox='0 0 12.631 8.888'%3E%3Cg transform='translate(53.696 -133)'%3E%3Cg transform='translate(0 131)'%3E%3Cpath d='M18.364,135.937h0l-3.756-3.727a.718.718,0,0,0-1.014,1.016l2.522,2.5-9.452-.209a.717.717,0,1,0,0,1.434l9.452.209-2.522,2.5a.718.718,0,0,0,1.014,1.016l3.756-3.727h0A.716.716,0,0,0,18.364,135.937Z' transform='translate(-59.639 -130)' fill='%23132d4f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  width: 12.6px;
  height: 8.9px;
  position: absolute;
  right: -20px;
  top: calc(50% - 4.5px);
  transition: all 0.2s ease-in-out;
}
.read-more a:hover {
  color: #ec6705;
}
.read-more a:hover::after {
  right: -23px;
}

.video-overlay {
  position: relative;
  overflow: hidden;
}
.video-overlay img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.video-overlay img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(80%);
}
.video-overlay .play-button {
  fill: #fff;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 30px);
  width: 40px;
  height: 40px;
  transition: 0.2s ease-in-out;
}
.video-overlay .play-button g path {
  transition: fill 0.2s ease-in-out;
}
.video-overlay:hover .play-button {
  top: calc(50% - 40px);
  width: 45px;
  height: 45px;
}
.video-overlay:hover .play-button g path {
  fill: #ec6705;
}

.page .cta {
  position: relative;
}
.page .cta.has-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(38, 56, 83);
  background: linear-gradient(187deg, rgb(38, 56, 83) 0%, rgb(115, 150, 148) 100%);
  opacity: 0.6;
}

.jobs h2 {
  font-size: 30px !important;
}
.jobs .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.jobs .items .item {
  overflow: hidden;
  background-color: #fff;
}
.jobs .items .item .image-holder {
  position: relative;
}
.jobs .items .item .image-holder figure {
  overflow: hidden;
  width: 100%;
}
.jobs .items .item .image-holder figure img {
  width: 100%;
  object-fit: cover;
}
.jobs .items .item .image-holder figure img,
.jobs .items .item .image-holder figure path {
  transition: all 0.3s ease;
}
.jobs .items .item .image-holder .play-button {
  fill: #fff;
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  top: calc(50% - 30px);
  transition: 0.2s ease-in-out;
  width: 40px;
}
.jobs .items .item .content-holder {
  padding: 20px 25px;
}
@media only screen and (max-width: 575px) {
  .jobs .items .item .content-holder {
    padding: 20px 20px;
  }
}
.jobs .items .item a {
  color: #202b30;
  text-decoration: none;
}
.jobs .items .item a:hover strong {
  color: #ec6705;
}
.jobs .items .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(80%);
}
.jobs .items .item:hover .play-button {
  height: 45px;
  top: calc(50% - 40px);
  width: 45px;
}
.jobs .items .item:hover .play-button path {
  fill: #ec6705;
}
@media only screen and (max-width: 991px) {
  .jobs .items .item-holder {
    grid-template-columns: 1fr 1fr;
  }
  .jobs .items .item-holder .item .content-holder {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .jobs .items .item-holder {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .jobs .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .jobs .items {
    grid-template-columns: 1fr;
  }
}

/* ### USP ### */
.usp ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.usp.three-per-row ul {
  grid-template-columns: 1fr 1fr 1fr;
}

.usp.four-per-row ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.usp.two-per-row ul {
  grid-template-columns: 1fr 1fr;
}

.usp li {
  width: 100%;
  list-style-type: none !important;
}

.usp li img,
.usp li svg {
  width: 100%;
  height: auto;
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 20px;
}

.usp.use-image li img {
  max-width: initial;
  max-height: initial;
}

@media only screen and (max-width: 991px) {
  .usp.four-per-row ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .usp ul,
  .usp.two-per-row ul,
  .usp.three-per-row ul,
  .usp.four-per-row ul {
    grid-template-columns: 1fr;
  }
}
/* ### Text Image ### */
.text-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.text-image .content {
  padding-top: 35px;
  position: relative;
}
.text-image .image {
  overflow: hidden;
}
.text-image.image-crop .content {
  padding-top: 0;
}
@media only screen and (max-width: 991px) {
  .text-image {
    grid-template-columns: 2fr 1fr;
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .text-image {
    grid-template-columns: 1fr;
  }
}

.text-image.image-left .content {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .text-image.image-left {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (max-width: 767px) {
  .text-image.image-left {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .text-image.image-right .image {
    order: 1;
  }
  .text-image.image-right .content {
    order: 2;
  }
}

/* ### Latest news ### */
.latest-news {
  margin-top: 40px;
}
.latest-news .image-holder {
  overflow: hidden;
}
.latest-news .image-holder img {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.latest-news .image-holder:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(80%);
}
.latest-news .news-holder:hover .news-excerpt a {
  color: #ec6705;
}
.latest-news .news-excerpt {
  padding: 18px;
}
.latest-news .news-excerpt a {
  color: #000;
  text-decoration: none;
}
.latest-news .image-holder {
  position: relative;
}
.latest-news .image-holder svg.news-icon {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 30px);
  width: 40px;
  height: 40px;
  fill: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.latest-news .image-holder:hover svg.news-icon {
  opacity: 1;
  visibility: visible;
}
.latest-news.align-center .news-holder {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .latest-news {
    grid-template-columns: 1fr;
  }
  .latest-news .news-excerpt {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ### boatshows### */
.boatshows .content {
  padding-top: 25px;
}
.boatshows .boatshows-holder {
  position: relative;
}
.boatshows span {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
}
.boatshows li {
  border-right: 1px solid #e3e5e9;
  width: 100%;
  float: left;
  text-align: center;
}
.boatshows li:last-child {
  border: 0;
}
.boatshows li figure img {
  transition: 0.2s ease;
}
.boatshows li:hover figure img {
  transform: translateY(-10px);
}
.boatshows li:hover strong {
  color: #ec6705;
}
.boatshows li a {
  text-decoration: none;
}
.boatshows img {
  display: inline-block;
}
.boatshows strong {
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.boatshows .boatsslide p {
  padding-top: 34px;
  font-size: 16px;
  color: #202b30;
}
.boatshows.items-1 .boatsslide {
  grid-template-columns: 1fr;
}
.boatshows.items-2 .boatsslide {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .boatshows .boatsslide {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 479px) {
  .boatshows.items-2 .boatsslide {
    grid-template-columns: 1fr;
  }
}

/* ### Video section ### */
.video-section .video {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.archive .items .item-holder,
.jobs .items .item-holder,
.blog .items .item-holder,
.jobs-loop .items .item-holder,
.page-template-video .items .item-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.archive .items .item-holder .item,
.jobs .items .item-holder .item,
.blog .items .item-holder .item,
.jobs-loop .items .item-holder .item,
.page-template-video .items .item-holder .item {
  overflow: hidden;
  background-color: #fff;
}
.archive .items .item-holder .item .image-holder,
.jobs .items .item-holder .item .image-holder,
.blog .items .item-holder .item .image-holder,
.jobs-loop .items .item-holder .item .image-holder,
.page-template-video .items .item-holder .item .image-holder {
  position: relative;
}
.archive .items .item-holder .item .image-holder figure,
.jobs .items .item-holder .item .image-holder figure,
.blog .items .item-holder .item .image-holder figure,
.jobs-loop .items .item-holder .item .image-holder figure,
.page-template-video .items .item-holder .item .image-holder figure {
  overflow: hidden;
  width: 100%;
}
.archive .items .item-holder .item .image-holder figure img,
.jobs .items .item-holder .item .image-holder figure img,
.blog .items .item-holder .item .image-holder figure img,
.jobs-loop .items .item-holder .item .image-holder figure img,
.page-template-video .items .item-holder .item .image-holder figure img {
  width: 100%;
  object-fit: cover;
}
.archive .items .item-holder .item .image-holder figure img,
.archive .items .item-holder .item .image-holder figure path,
.jobs .items .item-holder .item .image-holder figure img,
.jobs .items .item-holder .item .image-holder figure path,
.blog .items .item-holder .item .image-holder figure img,
.blog .items .item-holder .item .image-holder figure path,
.jobs-loop .items .item-holder .item .image-holder figure img,
.jobs-loop .items .item-holder .item .image-holder figure path,
.page-template-video .items .item-holder .item .image-holder figure img,
.page-template-video .items .item-holder .item .image-holder figure path {
  transition: all 0.3s ease;
}
.archive .items .item-holder .item .image-holder .play-button,
.jobs .items .item-holder .item .image-holder .play-button,
.blog .items .item-holder .item .image-holder .play-button,
.jobs-loop .items .item-holder .item .image-holder .play-button,
.page-template-video .items .item-holder .item .image-holder .play-button {
  fill: #fff;
  height: 40px;
  left: calc(50% - 20px);
  position: absolute;
  top: calc(50% - 30px);
  transition: 0.2s ease-in-out;
  width: 40px;
}
.archive .items .item-holder .item .content-holder,
.jobs .items .item-holder .item .content-holder,
.blog .items .item-holder .item .content-holder,
.jobs-loop .items .item-holder .item .content-holder,
.page-template-video .items .item-holder .item .content-holder {
  padding: 20px 25px;
}
.archive .items .item-holder .item a,
.jobs .items .item-holder .item a,
.blog .items .item-holder .item a,
.jobs-loop .items .item-holder .item a,
.page-template-video .items .item-holder .item a {
  color: #202b30;
  text-decoration: none;
}
.archive .items .item-holder .item a:hover strong,
.jobs .items .item-holder .item a:hover strong,
.blog .items .item-holder .item a:hover strong,
.jobs-loop .items .item-holder .item a:hover strong,
.page-template-video .items .item-holder .item a:hover strong {
  color: #ec6705;
}
.archive .items .item-holder .item:hover img,
.jobs .items .item-holder .item:hover img,
.blog .items .item-holder .item:hover img,
.jobs-loop .items .item-holder .item:hover img,
.page-template-video .items .item-holder .item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: brightness(80%);
}
.archive .items .item-holder .item:hover .play-button,
.jobs .items .item-holder .item:hover .play-button,
.blog .items .item-holder .item:hover .play-button,
.jobs-loop .items .item-holder .item:hover .play-button,
.page-template-video .items .item-holder .item:hover .play-button {
  height: 45px;
  top: calc(50% - 40px);
  width: 45px;
}
.archive .items .item-holder .item:hover .play-button path,
.jobs .items .item-holder .item:hover .play-button path,
.blog .items .item-holder .item:hover .play-button path,
.jobs-loop .items .item-holder .item:hover .play-button path,
.page-template-video .items .item-holder .item:hover .play-button path {
  fill: #ec6705;
}
@media only screen and (max-width: 991px) {
  .archive .items .item-holder,
  .jobs .items .item-holder,
  .blog .items .item-holder,
  .jobs-loop .items .item-holder,
  .page-template-video .items .item-holder {
    grid-template-columns: 1fr 1fr;
  }
  .archive .items .item-holder .item .content-holder,
  .jobs .items .item-holder .item .content-holder,
  .blog .items .item-holder .item .content-holder,
  .jobs-loop .items .item-holder .item .content-holder,
  .page-template-video .items .item-holder .item .content-holder {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .archive .items .item-holder,
  .jobs .items .item-holder,
  .blog .items .item-holder,
  .jobs-loop .items .item-holder,
  .page-template-video .items .item-holder {
    grid-template-columns: 1fr;
  }
}

.brochure .model-area {
  padding-right: calc((100% - 1620px) / 2);
  padding-left: calc((100% - 1620px) / 2);
}
@media only screen and (max-width: 1620px) {
  .brochure .model-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-page .grid {
  grid-template-columns: 2fr 1fr;
}
.contact-page form {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact-page .grid {
    grid-template-columns: 1fr;
  }
}

.dealers-holder h2 {
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: none;
}
.dealers-holder .continent {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.dealers-holder .continent .dealer-item {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px;
  position: relative;
}
.dealers-holder .continent .dealer-item h2 {
  font-size: 20px;
  text-transform: none;
  padding-right: 15px;
}
.dealers-holder .continent .dealer-item a {
  text-decoration: none;
  color: #202b30;
}
.dealers-holder .continent .dealer-item a:hover {
  color: #ec6705;
}
.dealers-holder .continent .dealer-item .flag {
  max-width: 30px;
  margin-bottom: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media only screen and (max-width: 991px) {
  .dealers-holder .continent {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .dealers-holder .continent {
    grid-template-columns: 1fr;
  }
}
.dealers-holder .other-continents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.dealers-holder .other-continents .continent {
  display: block;
}
@media only screen and (max-width: 991px) {
  .dealers-holder .other-continents {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .dealers-holder .other-continents {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .dealers-holder {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Occasions Single page & Archive */
/* Single page */
.occasion {
  grid-template-columns: 50% 50%;
  gap: 0;
  margin-top: 60px;
}
.occasion .content {
  padding-right: 40px;
}
.occasion .content h1,
.occasion .content .status {
  font-family: "Handel Gothic";
  font-weight: 500;
  font-style: normal;
}
.occasion .content h1 {
  margin-bottom: 0;
  color: #002e51;
}
.occasion .content .price {
  font-size: 30px;
  color: #0069b3;
  font-weight: 500;
  margin-bottom: 40px;
}
.occasion .content .price .currency {
  font-size: 28px;
}
.occasion .content .price .vat {
  color: #202b30;
  font-size: 18px;
}
.occasion .content .description {
  margin-bottom: 30px;
}
.occasion .content .description a {
  text-decoration: none;
}
.occasion .content .load-more {
  font-weight: 700;
  text-decoration: none;
  padding-left: 26px;
}
.occasion .content .main-details {
  gap: 20px;
  margin-bottom: 10px;
}
.occasion .content .main-details li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.occasion .content .main-details li img {
  max-width: 25px;
  max-height: 25px;
}
.occasion .content .specifications {
  margin-bottom: 15px;
}
.occasion .content .specifications ul li {
  width: 48%;
}
.occasion .content .occasion-options ul {
  height: 175px;
  padding-left: 30px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.occasion .content .occasion-options ul.show-all {
  height: initial;
}
.occasion .content .occasion-options li {
  position: relative;
  margin-bottom: 10px;
}
.occasion .content .occasion-options li:before {
  content: "";
  height: 3px;
  width: 10px;
  position: absolute;
  left: -20px;
  background: #202b30;
  border-radius: 8px;
  top: 11px;
}
.occasion .gallery {
  width: 100%;
  max-width: 100%;
  max-width: 100vw;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
.occasion .gallery .occasion-gallery {
  max-width: 100%;
  position: relative;
}
.occasion .gallery .occasion-gallery img {
  height: 600px;
  width: 100% !important;
  object-fit: cover;
}
.occasion .gallery .occasion-gallery a:hover .zoom-icon {
  opacity: 1;
  visibility: visible;
}
.occasion .gallery .occasion-gallery .zoom-icon {
  position: absolute;
  width: 30px;
  height: auto;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.occasion .gallery .occasion-gallery .zoom-icon:hover svg,
.occasion .gallery .occasion-gallery .zoom-icon:hover path {
  fill: #ec6705;
}
.occasion .gallery .occasion-gallery .slick-slide,
.occasion .gallery .occasion-gallery .slick-list {
  max-width: 100% !important;
}
.occasion .gallery .occasion-gallery button.slide-nav {
  position: absolute;
  left: -10px;
  top: 50%;
  background-color: #ec6705;
  border: #ec6705;
  width: 20px;
  height: 50px;
  z-index: 1;
}
.occasion .gallery .occasion-gallery button.slide-nav:hover {
  background-color: #202b30;
  border-color: #202b30;
}
.occasion .gallery .occasion-gallery button.slide-nav.slick-prev {
  transform: rotate(180deg);
}
.occasion .gallery .occasion-gallery button.slide-nav.slick-next {
  right: -10px;
  left: initial;
}
.occasion .gallery .occasion-gallery button.slide-nav:after {
  content: "";
  background-image: url(../../dist/images/chevron-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 20px;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
.occasion .gallery .occasion-gallery .slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: -40px;
  flex-wrap: wrap;
  row-gap: 15px;
}
.occasion .gallery .occasion-gallery .slick-dots button {
  font-size: 0;
  display: block;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin: 0 4px;
  width: 40px;
  height: 4px;
  background: #e9eaed;
}
.occasion .gallery .occasion-gallery .slick-dots .slick-active button {
  background-color: #ec6705;
}
@media only screen and (max-width: 991px) {
  .occasion .gallery .occasion-gallery img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .occasion {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .occasion .specifications .specifications-list {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .occasion .specifications .specifications-list ul li {
    width: 100%;
  }
  .occasion .content {
    order: 2;
  }
  .occasion .content .price {
    margin-bottom: 30px;
  }
  .occasion .gallery {
    padding-left: 0;
    max-width: calc(100vw - 40px);
  }
  .occasion .gallery .occasion-gallery img {
    height: 300px;
    order: 1;
  }
  .occasion .gallery .occasion-gallery .slick-dots {
    bottom: -25px;
  }
}

/* Occasions Archive page */
.occasion-archive h2 {
  margin-bottom: 0 !important;
}
.occasion-archive .status {
  font-family: "Handel Gothic";
  font-weight: 500;
  font-style: normal;
  text-decoration: uppercase;
  color: #202b30;
}
.occasion-archive .price {
  font-size: 23px;
  color: #0069b3;
  font-weight: 500;
}
.occasion-archive .price .vat {
  color: #202b30;
  font-size: 18px;
}
.occasion-archive .main-details {
  color: #202b30;
  gap: 15px;
}
.occasion-archive .main-details img {
  max-width: 20px;
  max-height: 20px;
}
.occasion-archive .main-details li {
  gap: 5px;
}
.occasion-archive .tour__block a:hover .main-details img {
  transform: none;
}
@media only screen and (max-width: 767px) {
  .occasion-archive .tour__block {
    width: 100%;
  }
}

/* Archive */
.occasion-archive {
  justify-content: center;
}

.review-page .item-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  column-gap: 30px;
}
.review-page .item-holder .review-slide .review-slide-inner {
  width: 100%;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .review-page .item-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .review-page .item-holder {
    grid-template-columns: 1fr;
  }
}

/* Vacatures/Jobs Archive & Single */
/* Single Page */
.vacatures .site-main h1,
.single-vacatures .site-main h1 {
  text-align: center;
}
.vacatures .site-main ul,
.single-vacatures .site-main ul {
  margin-left: 30px;
  margin-bottom: 20px;
}
.vacatures .site-main ul li,
.single-vacatures .site-main ul li {
  list-style-type: disc;
}

/*# sourceMappingURL=main.css.map */
