@import url(https://fonts.googleapis.com/css?family=Montserrat);
@font-face {
  font-family: Entypo Social;
  src: url("../fonts/entypo-social.ttf"), url("../fonts/entypo-social.eot");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: Entypo;
  src: url("../fonts/entypo.ttf"), url("../fonts/entypo.eot");
}
.transition {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
.transition-border {
  -webkit-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
.transition-color {
  -webkit-transition: color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  position: relative;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  vertical-align: bottom;
  font-weight: bold;
}
td {
  vertical-align: top;
  font-weight: normal;
}
hr {
  display: block;
  margin: 2em auto;
  width: 10em;
  height: 1px;
  border: 0;
  background-color: #373839;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
option {
  color: #000;
}
.ie6 input {
  vertical-align: text-bottom;
}
table {
  font: 100%;
  font-size: inherit;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
em {
  font-style: italic;
}
strong,
th,
b {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  resize: none;
}
button {
  overflow: visible;
  width: auto;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
.clear::before,
.clear::after {
  display: block;
  overflow: hidden;
  height: 0;
  content: "\0020";
}
.clear::after {
  clear: both;
}
.clear {
  zoom: 1;
}
::-moz-selection {
  background: #fc4513;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #fc4513;
  color: #ffffff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #fc4513;
}
:-moz-placeholder {
  color: #fc4513;
}
::-moz-placeholder {
  color: #fc4513;
}
:-ms-input-placeholder {
  color: #fc4513;
}
a {
  outline: none;
  color: #0e1c2c;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
a:hover,
a:active {
  color: #373839;
}
a:link {
  -webkit-tap-highlight-color: #0e1c2c;
}
a.boxed {
  background-color: transparent;
  border: 1px solid #fc4513;
  color: #fc4513;
  padding: 8px 12px;
  font-size: 2vmin;
  border-radius: 3px;
  text-transform: uppercase;
}
a.boxed:hover {
  border-color: transparent;
  background-color: #ffffff;
}
a.maandbedrag{
  font-size:0.8rem !important;
  color:#FFF !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  background-color: #0e1c2c;
  color: #606060;
  font-size: 2vmin;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizelegibility;
  -webkit-overflow-scrolling: touch;
}
body a img,
body a {
  outline: none !important;
}
ul,
ol {
  margin: 0 0 1.8em 18px;
}
p {
  margin: 0 0 1.8em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
  color: #0e1c2c;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 3vmin;
}
h2 {
  font-size: 2.5vmin;
}
h3 {
  font-size: 2vmin;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
em,
strong {
  cursor: default;
}
.inner {
  margin: 0 auto;
  width: 1152px;
  height: 100%;
}
@media screen and (max-width: 1152px) {
  .inner {
    width: 100%;
  }
}
.verticalalign {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
input,
textarea,
select {
  margin-bottom: 0.9em;
  padding: 15px 10px;
  width: 100%;
  outline: none;
  background-color: transparent;
  border: 1px solid #fc4513;
  border-radius: 3px;
  color: #ffffff;
  font-weight: normal;
  font-size: 2vmin;
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
  -webkit-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: border 0.3s cubic-bezier(0.3, 0, 0.3, 1),
    color 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #ffffff;
}
input[type="submit"] {
  width: auto;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px;
  margin: -10px 0 0 0;
  font-size: 2vmin;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  color: #fc4513;
  background-color: #ffffff;
}
.col-1 {
  width: 8.33333%;
}
.col-2 {
  width: 16.66667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333%;
}
.col-5 {
  width: 41.66667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333%;
}
.col-8 {
  width: 66.66667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333%;
}
.col-11 {
  width: 91.66667%;
}
.col-12 {
  width: 100%;
}
[class*="col-"] {
  float: left;
}
.centered {
  float: none;
  margin: 0 auto;
}
#wrapper {
  opacity: 0;
}
#error404 {
  width: 100%;
  height: 100%;
  background-color: #0e1c2c;
  text-align: center;
  text-transform: uppercase;
}
#error404 div.section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -90px 0 0 -480px;
  width: 960px;
}
#error404 div.section-text h1 {
  color: #ffffff;
  font-size: 5vmin;
  line-height: 1.2em;
}
#error404 div.section-text h1 a {
  color: #fc4513;
}
#error404 div.section-text p {
  color: #f5f4f3;
  letter-spacing: 4px;
}
#header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 0 2.5vw;
  background-color: rgba(14, 27, 44, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.75vmin;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.3, 1);
}
#header a.logo {
  display: inline-block;
}
#header a.logo #logo {
  margin: 20px auto 0;
  width: 283px;
  height: 60px;
  background-image: url("../img/logo.png");
  background-size: 283px 60px;
  background-repeat: no-repeat;
}
#header #main-nav {
  position: absolute;
  right: 2.5vw;
  top: 0;
  line-height: 99px;
}
#header #main-nav ul {
  margin: 0;
  list-style: none;
}
#header #main-nav ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 2.5vw;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
}
#header #main-nav ul li a {
  display: block;
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
#header #main-nav ul li a:hover {
  color: #fc4513;
  border-bottom: 1px solid #fc4513;
}
#header #main-nav ul li.current_page_item a,
#header #main-nav ul li.current_page_parent a {
  color: #fc4513;
  border-bottom: 1px solid #fc4513;
}
#header #main-nav ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
#header #main-nav ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 15px);
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#header #main-nav ul li .sub-menu li {
  display: block;
  margin: 1.8em;
  line-height: 1em;
}
#header #main-nav ul li .sub-menu li a {
  color: #0e1c2c;
  border: none;
}
#header #main-nav ul li .sub-menu li a:hover {
  color: #fc4513;
}
#header #main-nav ul li .sub-menu li.current_page_item a {
  color: #fc4513;
}
#header.sticky {
  background-color: rgba(14, 27, 44, 0.9);
}
#hero {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 90vh;
  background-color: #0e1c2c;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#hero h1,
#hero h2 {
  z-index: 3;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 80%;
  padding: 0 2.5vw;
}
#hero .hero-title {
  font-size: 7vmin;
  line-height: 1em;
  margin-top: 10vh;
}
#hero .hero-subtitle {
  text-transform: uppercase;
  font-size: 2.5vmin;
  font-weight: 400;
}
#hero a.hero-btn {
  z-index: 3;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 10vh;
  font-size: 2vmin;
  cursor: pointer;
}
#hero a.hero-btn:hover {
  color: #fc4513;
  border: 1px solid #fc4513;
}
#hero .video-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  z-index: 1;
}
#front-news {
  border-top: 5px solid #ffffff;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0e1c2c;
}
#front-news .news-item {
  width: 25%;
}
#front-news .news-item .news-item-image {
  height: 25vmin;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#front-news .news-item .news-item-image .label {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 35%;
  position: absolute;
  left:0 !important;
}
#front-news .news-item .news-item-image .label.new {
  background-image: url(../img/label_new.png);
}
#front-news .news-item .news-item-image .label.sold {
  background-image: url(../img/label_sold.png);
}
#front-news .news-item .news-item-image .label.price {
  background-image: url(../img/label_price.png);
}
#front-news .news-item .news-item-image .label.offer {
  background-image: url(../img/label_offer.png);
}
#front-news .news-item .news-item-image .label.invited {
  background-image: url(../img/label_invited.png);
}
#front-news .news-item .news-item-image .label.parts {
  background-image: url(../img/label_parts.png);
}
#front-news .news-item .news-item-content {
  padding: 2.5vw;
}
#front-news .news-item .news-item-content h2 {
  margin: 0;
  color: #fc4513;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#front-news .news-item .news-item-content p {
  color: #ffffff;
  min-height: 96px;
}
#news-page {
  padding-top: 100px;
}
#news-page .grid-sizer {
  width: 33.333333333333vw;
}
#news-page .news-item {
  float: left;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
#news-page .news-item.l {
  width: 66.666666666667vw;
  height: 66.666666666667vh;
}
#news-page .news-item.m {
  width: 33.333333333333vw;
  height: 66.666666666667vh;
}
#news-page .news-item.s {
  width: 33.333333333333vw;
  height: 33.333333333333vh;
}
#news-page .news-item.w {
  width: 66.666666666667vw;
  height: 33.333333333333vh;
}
#news-page .news-item a {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  text-transform: uppercase;
  text-shadow: 0 0 10px #0e1c2c;
  color: #ffffff;
  font-size: 3.5vmin;
  font-weight: 700;
  padding: 0 4vw 8vh 4vw;
  line-height: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}
#news-page .news-item a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#news-page .news-item a span {
  display: block;
  font-size: 1.75vmin;
  color: #fc4513;
  font-weight: 400;
}
#single-hero {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 90vh;
  background-color: #0e1c2c;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#single-hero h1 {
  z-index: 3;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 80vw;
  padding: 0 2.5vw;
}
#single-hero .single-title {
  font-weight: 700;
  font-size: 7vmin;
  line-height: 1em;
  margin-top: 10vh;
}
#single-hero a.single-btn {
  z-index: 3;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-top: 10vh;
  cursor: pointer;
  font-size: 2vmin;
}
#single-hero a.single-btn:hover {
  color: #fc4513;
  border: 1px solid #fc4513;
}
#page-hero {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 50vh;
  background-color: #0e1c2c;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#page-hero h1 {
  z-index: 3;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 80vw;
  padding: 0 2.5vw;
}
#page-hero .page-title {
  font-weight: 700;
  font-size: 7vmin;
  line-height: 1em;
  margin: 10vh 0 0 0;
  text-shadow: 0 0 10px #0e1c2c;
}
#page-hero.page {
  border-bottom: 2px solid #fc4513;
}
#single-page {
  border-top: 5px solid #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0e1c2c;
}
#single-page .single-page-content,
#single-page .contact-page-content {
  width: 50%;
  padding: 7vw 3.5vw 7vw 7vw;
  color: #ffffff;
}
#single-page .single-page-content a,
#single-page .single-page-content h3,
#single-page .contact-page-content a,
#single-page .contact-page-content h3 {
  color: #fc4513;
}
#single-page .single-page-content p:last-child,
#single-page .contact-page-content p:last-child {
  margin: 0;
}
#single-page .single-page-content .person-row,
#single-page .contact-page-content .person-row {
  margin-bottom: 3.6em;
}
#single-page .single-page-sidebar,
#single-page .contact-page-sidebar {
  width: 50%;
  padding: 7vw 7vw 7vw 3.5vw;
  color: #ffffff;
}
#single-page .single-page-sidebar h2,
#single-page .contact-page-sidebar h2 {
  margin: 0 0 1.5em 0;
  color: #ffffff;
}
#single-page .single-page-sidebar h3,
#single-page .contact-page-sidebar h3 {
  color: #fc4513;
}
#single-page .single-page-sidebar .menu,
#single-page .contact-page-sidebar .menu {
  list-style: none;
  margin: 0 0 1.8em 0;
}
#single-page .single-page-sidebar .menu li a,
#single-page .contact-page-sidebar .menu li a {
  color: #ffffff;
  padding-left: 10px;
  border-left: 2px solid #fc4513;
}
#single-page .single-page-sidebar .menu li a:hover,
#single-page .contact-page-sidebar .menu li a:hover {
  color: #fc4513;
}
#single-page .single-page-sidebar .menu li.current_page_item a,
#single-page .contact-page-sidebar .menu li.current_page_item a {
  color: #fc4513;
}
#single-page .single-page-sidebar .side-logos .logo-row,
#single-page .contact-page-sidebar .side-logos .logo-row {
  display: inline-block;
  width: 100%;
}
#single-page .single-page-sidebar .side-logos .logo-row img,
#single-page .contact-page-sidebar .side-logos .logo-row img {
  margin: 0 20px 1.8em 0;
  float: left;
}
#single-page .single-page-sidebar .side-logos .logo-row p,
#single-page .contact-page-sidebar .side-logos .logo-row p {
  font-size: 1.75vmin;
  line-height: 1.25em;
}
#single-page .contact-page-sidebar h3 {
  margin: 0;
}
#single-page.page .single-page-content,
#single-page.page .contact-page-content {
  width: 70%;
}
#single-page.page .single-page-sidebar,
#single-page.page .contact-page-sidebar {
  width: 30%;
}
#single-page a.boxed {
  margin: 0;
  display: inline-block;
}
#single-page #yacht-info {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fc4513;
  border-bottom: 1px solid #fc4513;
  margin-bottom: 1.5em;
  font-weight: 700;
}
#single-page #yacht-info div {
  width: 100%;
}
#single-page #yacht-info div span {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 1.5vmin;
}
#single-page-contact {
  border-top: 5px solid #ffffff;
  background-color: #373839;
}
#single-page-contact form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#single-page-contact form .single-page-contact-content {
  width: 50%;
  padding: 7vw 3.5vw 7vw 7vw;
  color: #ffffff;
}
#single-page-contact form .single-page-contact-sidebar {
  width: 50%;
  padding: 7vw 7vw 7vw 3.5vw;
  color: #ffffff;
}
#single-page-contact form textarea {
  height: 119px;
}
#single-page-contact form div.wpcf7-validation-errors {
  border: 1px solid red;
  width: 86vw;
  border-radius: 3px;
  color: red;
  margin: 0;
}
#search-row {
  margin-top: 100px;
  background-position: center center;
  background-size: cover;
  border-bottom: 5px solid #ffffff;
}
#search-row > div {
  padding: 2.5vw;
}
#search-row .facetwp-facet {
  margin: 0;
}
#search-row .zoeken {
  margin: 0;
  padding-bottom: 0;
}
#search-row .zoeken input {
  border: none;
  border-bottom: 1px solid #fc4513;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}
#search-row label {
  color: #fc4513;
}
#yacht-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#yacht-page .yacht-item {
  width: 33.3333%;
  height: 20vmax;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#yacht-page .yacht-item a {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: flex-end;
  height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3.5vmin;
  font-weight: 700;
  padding: 4vw;
  line-height: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
}
#yacht-page .yacht-item a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
#yacht-page .yacht-item a:hover .label {
  opacity: 0.5;
}
#yacht-page .yacht-item a span {
  display: block;
  font-size: 1.75vmin;
  color: #fc4513;
  font-weight: 400;
}
#yacht-page .yacht-item a .label {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 35%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#yacht-page .yacht-item a .label.new {
  background-image: url(../img/label_new.png);
}
#yacht-page .yacht-item a .label.sold {
  background-image: url(../img/label_sold.png);
}
#yacht-page .yacht-item a .label.price {
  background-image: url(../img/label_price.png);
}
#yacht-page .yacht-item a .label.offer {
  background-image: url(../img/label_offer.png);
}
#yacht-page .yacht-item a .label.invited {
  background-image: url(../img/label_invited.png);
}
#yacht-hero {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: end;
  overflow: hidden;
  height: 70vh;
  padding-bottom:10vh;
  background-color: #0e1c2c;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#yacht-hero h1 {
  z-index: 3;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 80vw;
  padding: 0 2.5vw;
}
#yacht-hero .yacht-title {
  font-weight: 700;
  font-size: 7vmin;
  line-height: 1em;
  margin-top: 10vh;
}
#yacht-hero a.yacht-btn {
  z-index: 3;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 2vmin;
}
#yacht-hero a.yacht-btn:hover {
  color: #fc4513;
  border: 1px solid #fc4513;
}
#yacht-hero .video-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#yacht-hero iframe {
  position: absolute;
  top: 55%;
  left: 55%;
  min-width: 110%;
  min-height: 110%;
  width: auto;
  height: auto;
  transform: translateX(-55%) translateY(-55%);
  background-size: cover;
  z-index: 1;
}
#yacht-single-page {
  border-top: 5px solid #ffffff;
  background-color: #0e1c2c;
  padding: 10vh 7vw;
}
#yacht-single-page h1 {
  color: #ffffff;
}

#yacht-single-page h2{
  color:#ffffff;
  font-size: 3vmin;
}

#yacht-single-page .yacht-info {
  color: #ffffff;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fc4513;
  border-bottom: 1px solid #fc4513;
  margin-bottom: 1.5em;
  font-weight: 700;
  width: 100%;
  font-size: 2.5vmin;
}
#yacht-single-page .yacht-info div {
  width: 100%;
  padding: 0.5em 0;
}
#yacht-single-page .yacht-info div span {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 1.75vmin;
}
#yacht-single-page .yacht-info:last-child {
  margin-top: -1.5em;
  border-top: none;
}
#yacht-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}
#yacht-page-content .yacht-intro {
  padding: 7vw;
  width: 100%;
}
#yacht-page-content .yacht-intro h2 {
  font-size: 5vmin;
  color: #fc4513;
  width: 60%;
  line-height: 1em;
}
#yacht-page-content .yacht-intro p:last-child {
  margin-bottom: 0;
}
#yacht-page-content .yacht-gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#yacht-page-content .yacht-gallery > div {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#yacht-biggie {
  width: 100%;
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #ffffff;
}
#yacht-general,
#yacht-accommodation {
  padding: 7vw 0 7vw 7vw;
}
#yacht-general h2,
#yacht-accommodation h2 {
  color: #fc4513;
  font-size: 3vmin;
}
#yacht-general .block-content,
#yacht-accommodation .block-content {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  color: #ffffff;
}
#yacht-accommodation {
  padding-top: 0;
}
#yacht-main-gallery h2 {
  color: #fc4513;
  padding: 0 7vw;
}
#yacht-main-gallery .main-gallery-images {
  width: 100%;
  height: 50vmin;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#yacht-main-gallery .main-gallery-images a {
  width: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#yacht-main-gallery .main-gallery-images a.last {
  position: relative;
}
#yacht-main-gallery .main-gallery-images a.last .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
}
#yacht-main-gallery .main-gallery-images a.last .overlay span {
  font-weight: 700;
  font-size: 4vmin;
  margin-top: 5px;
}
#yacht-main-gallery .main-gallery-images a.last .overlay span:before {
  content: "";
  display: block;
  overflow: hidden;
  height: 2px;
  background-color: #fc4513;
  margin: 0 40% 10px 40%;
}
#yacht-main-gallery .hidden-gallery-images {
  display: none;
}
#yacht-extra {
  padding: 0 0 7vw 7vw;
  background-position: center center !important;
  background-size: cover;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
}
#yacht-extra h2 {
  color: #fc4513;
  padding-top: 7vw;
}
#yacht-extra .block-content {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  color: #ffffff;
}
#yacht-page-contact {
  background-color: #373839;
  padding: 1.8em 0 1em 0;
}
#yacht-page-contact form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#yacht-page-contact form .single-page-contact-content {
  width: 50%;
  padding: 7vw 3.5vw 7vw 7vw;
  color: #ffffff;
}
#yacht-page-contact form .single-page-contact-sidebar {
  width: 50%;
  padding: 7vw 7vw 7vw 3.5vw;
  color: #ffffff;
}
#yacht-page-contact form textarea {
  height: 119px;
}
#yacht-page-contact form div.wpcf7-validation-errors {
  border: 1px solid red;
  width: 86vw;
  border-radius: 3px;
  color: red;
  margin: 0;
}
.facetwp-type-slider {
  margin-top: 6px !important;
}
.facetwp-type-slider > div {
  width: auto;
  display: inline-block;
  float: right;
}
.facetwp-type-slider > div.facetwp-slider-wrap {
  display: block;
  float: none;
}
.facetwp-type-slider .facetwp-slider-label {
  color: #ffffff;
}
.facetwp-slider-wrap {
  padding-bottom: 15px;
}
.facetwp-slider-reset {
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 4px 8px;
  cursor: pointer;
}
.noUi-target {
  padding: 0 15px;
}
.noUi-horizontal .noUi-handle-lower {
  left: -15px !important;
}
.noUi-horizontal .noUi-handle-upper {
  left: -5px !important;
}
#search-block {
  border-top: 5px solid #ffffff;
  background-color: #ffffff;
  padding: 5vmin 2.5vw;
}
#search-block #search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#search-block #search > div {
  width: 15%;
}
#search-block #search input,
#search-block #search select {
  border: 1px solid #0e1c2c;
  width: 100%;
  margin: 0;
}
#search-block #search input[type="submit"] {
  width: 100%;
  margin: 0;
  border: none;
  background-color: #fc4513;
  color: #ffffff;
}
#googlemap {
  width: 100%;
  height: 60vh;
  background-color: #0e1c2c;
  border-bottom: 2px solid #fc4513;
}
#googlemap #map {
  width: 100%;
  height: 100%;
}
#footer {
  border-top: 5px solid #ffffff;
  background-color: #fc4513;
  padding: 5vmin 0;
  color: #ffffff;
}
#footer .padd25 {
  padding: 0 2.5vw;
}
#footer h2 {
  color: #ffffff;
}

#footer p {
  font-size: 15px !important;
}
#footer ul {
  list-style: none;
  margin: 0;
}

#footer ul li a {
  font-size: 15px !important;
}
#footer .yachts li,
#footer .news li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #0e1c2c;
}
#footer ul.social {
  margin: 0;
  list-style: none;
}
#footer ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 1.5em 0 0;
}
#footer ul.social li a {
  color: #ffffff;
}
#footer ul.social li a i {
  font-size: 1.5em;
  line-height: 1em;
}
#footer ul.social li a:hover {
  color: #0e1c2c;
}
#footer img {
  margin-bottom: 120px;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(0%);
  max-height: calc(12%);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-navigation {
  height: 100%;
}
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: 0.3;
}
.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
}
.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}
.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(43%);
  top: calc(44%);
  border: 2px solid;
  background: none;
}
.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(44%);
  left: calc(46%);
  background: transparent;
}
.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}
.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}
@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(48%);
    left: calc(48%);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
#recent-aanbod .col-6,
#recent-aanbod .ra_foto {
  padding: 0;
  overflow: hidden;
  height: 20vw;
  min-height: 400px !important;
}
#recent-aanbod h3 {
  margin: 0;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.work-meta {
  margin-top: -125px;
  position: absolute;
  display: block;
  margin-left: 11%;
  color: #fff;
  cursor: pointer;
}
.work-meta h3 {
  color: #fff;
  font-size: 26px;
}
.work-meta a {
  color: #fff;
}
.work-meta a:hover {
  color: #fff;
  text-decoration: none;
}
.work-meta p {
  margin-top: 0;
}
.yf_pagination {
  display: inline-block;
}
.boat_detail_page,
.bottom-specs {
  color: #fff;
  line-height: 30px;
}
.bottom-specs .container {
  padding: 30px 0;
}
.yf_pagination li a {
  color: #fc4513 !important;
  background: #fff !important;
}
.yf_pagination .active a {
  color: #0e1c2c !important;
}
.yfpagination {
  background: #fff;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  text-align: center;
}
.page-template-yachtpresentation .main-content-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.boat_detail_page h4 {
  font-size: 14px !important;
  font-weight: normal;
}
#yacht_image_slider {
  height: 300px;
  margin-top: -130px;
}
#yacht_image_slider .galleria-container {
  background-color: #0e1c2c;
}
#yacht_image_slider2 {
  height: 100%;
}
.price-info {
  background: #fc4513;
}
.yf-general {
  margin-bottom: 40px;
}
.yf-specs {
  background: #fff;
  padding: 20px 0;
}
.galleria-theme-classic .galleria-stage {
  bottom: 10px;
}
.price-info.row,
.price-info .row {
  margin-left: 0;
  margin-right: 0;
}
.one_row h2 {
  font-size: 20px !important;
}
.boat_detail_page h3 {
  color: #fc4513;
}
.yf-two-columns {
  column-count: 2;
  margin-bottom: 10px;
  line-height: 30px;
}
.price-info-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  color: #ffffff;
  line-height: 40px;
  border-top: 5px solid #ffffff;
}
.price-info-right h4 {
  color: #ffffff !important;
  font-size: 20px !important;
  margin: 0 0 5px 0;
}
.price-info-right > div:first-child {
  padding-left: 40px !important;
  padding-right: 20px !important;
}
.price-info-right > div:first-child p {
  line-height: 35px;
  color: #fea289;
}
.price-info-right .price {
  font-size: 35px;
}
.yf_no_result {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
}
.work-item,
.ra_foto {
  overflow: hidden;
  height: 25vw;
  min-height: 400px !important;
}
.work-item img,
.ra_foto img {
  height: 100% !important;
  width: 100% !important;
  cursor: pointer;
}
.nopadding:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(14, 27, 44, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
.nopadding:hover:before {
  opacity: 1;
  z-index: 999;
  cursor: pointer;
}
.work-meta {
  z-index: 9999;
}
.nopadding .yacht-image {
  -webkit-transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.3, 0, 0.3, 1);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.nopadding:hover .yacht-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.container-fluid {
  padding-top: 25px;
}
.galleria-theme-classic {
  background-color: #0e1c2c;
}
.nopadding {
  overflow: hidden !important;
}
#hero_old {
  min-height: 450px;
  background: #f5f4f3;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#hero_old .header-slider {
  margin: 0 !important;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
}
#hero_old .header-slider .slides {
  margin: 0;
  height: 100% !important;
}
#hero_old .header-slider .slides > li {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100% !important;
  background-image: url(../img/kipsones_header_1.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
}
#hero_old .header-slider .slides > li h1 {
  text-transform: uppercase;
}
#hero_old .header-slider,
#hero_old .header-slider .flex-viewport {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100% !important;
}
#hero_old #hero-content {
  padding: 0 30%;
  text-align: center;
}
#hero_old #hero-content h1 {
  color: #ffffff;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.25);
}
.mobmenu-push-wrap {
  padding: 0 !important;
}
.mob-menu-logo-holder {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobmenu-push-wrap {
    position: absolute;
  }
}
@media (max-width: 800px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin: 0;
  }
  body,
  h3 {
    font-size: 2vmax;
  }
  #front-news {
    display: block;
  }
  #front-news .news-item {
    width: 50%;
    float: left;
  }
  #front-news .news-item .news-item-content p {
    min-height: auto;
    max-height: 46px;
    overflow: hidden;
  }
  #yacht-hero .video-overlay {
    display: none;
  }

  #yacht-hero .yacht-title {
    font-weight: 700;
    font-size: 7vmin;
    line-height: 1em;
    margin-top: 12vh;
  }
  #single-page.page .single-page-content,
  #single-page.page .contact-page-content {
    width: 100%;
  }
  #single-page.page .single-page-sidebar,
  #single-page.page .contact-page-sidebar {
    display: none;
  }
  #yacht-page .yacht-item {
    width: 50%;
    height: 25vmax;
  }
  #yacht-hero,
  #yacht-biggie {
    height: 50vmax;
  }
  #yacht-page-contact form .single-page-contact-content,
  #single-page-contact form .single-page-contact-content {
    width: 100%;
    padding: 7vw 7vw 0 7vw;
  }
  #yacht-page-contact form .single-page-contact-sidebar,
  #single-page-contact form .single-page-contact-sidebar {
    width: 100%;
    padding: 0 7vw 7vw 7vw;
  }
  #news-page .news-item.l,
  #news-page .news-item.m,
  #news-page .news-item.s,
  #news-page .news-item.w {
    width: 100%;
    height: 50vmin;
  }
  #footer {
    text-align: center;
  }
  #footer h2 {
    display: none;
  }
  #footer img {
    margin: 0;
  }
}

.jet-search-filter .apply-filters__button {
  border: 0;
}


/*VIRTUELE HELDEN AANVULLING*/
.vh-ver-yachts{
  height:280px !important;
}

.vh-ver-yachts .elementor-element-populated{
  padding-top:250px !important;
}

/**.vh-ver-yachts .elementor-widget-image{
  left:0 !important;
  top:-250px !important;
}*/

/**@media screen and (max-width: 1024px) {
  .vh-ver-yachts .elementor-element-populated{
    padding-top:230px !important;
  }
}*/

.vh-ver-yachts .elementor-column-wrap{
  padding-left:0 !important;
  padding-right:0 !important;
  padding-bottom:0 !important;
}

/**.vh-ver-yachts .elementor-widget-wrap{
  /*background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.6)) !important;*/
/**  background:rgba(14, 27, 44, 0.7) !important;
  /*background-image:url("../img/yacht-logo.png") !important;*/
  /*background-repeat:no-repeat !important;*/
  /*background-position: center right !important;*/
/**  margin:7px 0 7px 0 !important;
}*/

.vh-ver-yachts .elementor-widget-heading{
  margin-bottom:0 !important;
}

.vh-ver-yachts .elementor-widget-heading .elementor-widget-container{
  padding-left:20px !important;
}

.vh-ver-yachts .elementor-widget-heading h2{
  font-size:16px !important;
}

.vh-ver-yachts .elementor-widget-shortcode,
.vh-ver-yachts .elementor-widget-text-editor{
  font-size:14px !important;
  line-height:1rem !important;
}

.vh-ver-yachts .elementor-widget-shortcode{
  margin-left:-30px;
}

.vh-ver-yachts .elementor-widget-wrap > .elementor-element{
  width:auto !important;
}

#qLtempOverlay{display:none;}

/*MERKPAGINA*/
h1.merk-title{
  text-shadow: 0 0 10px #0e1c2c;
}

#yacht-single-page.merk h2{
  color:#fc4513;
}

#yacht-single-page.merk p{
  color:#FFF;
}

#yacht-single-page.merk table{
  width:100%;
  color:#FFF;
}

#yacht-single-page.merk a{
  color:#FFF;
  text-decoration:underline;
}
/*MERKPAGINA*/

/*VIRTUELE HELDEN AANVULLING*/