* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  border-style: none;
}
img:not([src]) {
  content: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'schreuder-light', sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  overflow-x: hidden;
}
::-moz-selection {
  background: #FCA01F;
  /* WebKit/Blink Browsers */
  color: #FFFFFF;
  opacity: 1;
}
::selection {
  background: #FCA01F;
  /* WebKit/Blink Browsers */
  color: #FFFFFF;
  opacity: 1;
}
::-moz-selection {
  background: #FCA01F;
  /* Gecko Browsers */
  color: #FFFFFF;
  opacity: 1;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.wow {
  visibility: hidden;
}
@font-face {
  font-family: 'schreuder-black';
  src: url('/fonts/schreuder-black.woff2') format('woff2'), url('/fonts/schreuder-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'schreuder-bold';
  src: url('/fonts/schreuder-bold.woff2') format('woff2'), url('/fonts/schreuder-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'schreuder-light';
  src: url('/fonts/schreuder-light.woff2') format('woff2'), url('/fonts/schreuder-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'schreuder-regular';
  src: url('/fonts/schreuder-regular.woff2') format('woff2'), url('/fonts/schreuder-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/*!---------- MIXINS ----------*/
.v-align-children {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.v-align-children-column {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.v-align-transform {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.box-shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
}
.gradient-primary {
  background: #fca01f;
  background: -webkit-gradient(linear, left top, right top, from(#fca01f), to(#fdc830));
  background: linear-gradient(90deg, #fca01f 0%, #fdc830 100%);
}
/*!---------- COLOURS ----------*/
.bg-primary {
  background: #FCA01F !important;
}
.bg-secondary {
  background: #FFF7EC !important;
}
.bg-white {
  background: #FFFFFF !important;
}
.bg-dark {
  background: #002C6E !important;
}
.color-body {
  color: #000000 !important;
}
.color-dark {
  color: #333333 !important;
}
.color-primary {
  color: #FCA01F !important;
}
.color-white {
  color: #FFFFFF !important;
}
.color-heading {
  color: #002967 !important;
}
/*!---------- TYPOGRAPHY ----------*/
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
.bold {
  font-weight: 700 !important;
}
.thin {
  font-weight: 300 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
table,
blockquote,
input,
button,
select,
textarea {
  margin-bottom: 16px;
  margin-top: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'schreuder-bold', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002967;
}
h1.large {
  font-size: 64px;
  line-height: 68px;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 46px;
}
h2 {
  font-size: 26px;
  line-height: 30px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 22px;
  line-height: 26px;
}
h5 {
  font-size: 17px;
  line-height: 22px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  h1,
  h1.large,
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4 {
    font-size: 18px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
  }
}
.uppercase {
  text-transform: uppercase;
}
h6.uppercase,
.h6-u {
  font-weight: 700;
}
.bold-h6 {
  font-family: 'schreuder-bold', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
p.lead {
  font-size: 17px;
  margin-bottom: 16px;
  font-family: 'schreuder-bold', sans-serif;
}
p strong {
  font-size: 17px;
  margin-bottom: 16px;
  font-family: 'schreuder-bold', sans-serif;
}
.benedenBovenCookieNotification a {
  color: #FCA01F;
}
@media all and (max-width: 767px) {
  p {
    font-size: 15px;
  }
}
a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
a {
  color: #000000;
  cursor: pointer;
}
.image-bg a,
.bg-primary a {
  color: #fff;
}
.image-bg a:hover,
.bg-primary a:hover {
  color: #fff;
  opacity: 0.9;
}
.bg-light a {
  color: #FCA01F;
}
.bg-light a:hover {
  color: #FCA01F;
  opacity: 1;
}
a:hover {
  color: #e58703;
  text-decoration: none;
}
.label {
  font-family: 'schreuder-bold', sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  background: #FCA01F;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 10px;
  vertical-align: middle;
}
.text-left {
  text-align: left;
}
@media all and (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
}
.no-bullets {
  list-style: none;
  padding: 0;
}
/*!---------- BUTTONS ----------*/
.btn {
  font-family: 'schreuder-bold', sans-serif;
  font-size: 14px;
  border-radius: 30px;
  height: 42px;
  line-height: 43px;
  padding: 0px 24px 0px 24px;
  background: #002C6E;
  color: #FFFFFF;
  border: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  color: #000000;
  background: #00183b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.btn-primary {
  background: #fca01f;
  background: -webkit-gradient(linear, left top, right top, from(#fca01f), to(#fdc830));
  background: linear-gradient(90deg, #fca01f 0%, #fdc830 100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.btn-primary:hover {
  background: #fca01f;
  background: -webkit-gradient(linear, left top, right top, from(#fca01f), color-stop(60%, #fdc830));
  background: linear-gradient(90deg, #fca01f 0%, #fdc830 60%);
  color: #FFFFFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media all and (max-width: 990px) {
  .btn {
    margin-bottom: 24px;
  }
}
/*!----------  SECTIONS ----------*/
section,
footer {
  padding: 96px 0;
  position: relative;
}
footer {
  padding: 24px 24px;
}
.fullscreen {
  height: 100vh;
}
.bg-dark h1,
.bg-primary h1,
.bg-dark h2,
.bg-primary h2,
.bg-dark h3,
.bg-primary h3,
.bg-dark h4,
.bg-primary h4,
.bg-dark h5,
.bg-primary h5,
.bg-dark h6,
.bg-primary h6 {
  color: #FFFFFF;
}
.bg-dark p,
.bg-primary p,
.bg-dark span,
.bg-primary span,
.bg-dark li,
.bg-primary li {
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
}
.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002C6E;
  opacity: 0.3;
  z-index: 2;
}
.overlay-heavy:before {
  opacity: 0.6;
}
.overlay-gradient:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fca01f), color-stop(81%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fca01f 25%, rgba(0, 0, 0, 0.15) 81%, rgba(0, 0, 0, 0) 100%);
}
.overlay-gradient-contact:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.75;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fca01f), color-stop(81%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #fca01f 25%, rgba(0, 0, 0, 0.15) 81%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.image-bg h1,
.image-bg h2,
.image-bg h3,
.image-bg h4,
.image-bg h5,
.image-bg h6 {
  color: #FFFFFF;
}
.image-bg p,
.image-bg span,
.image-bg li {
  color: #FFFFFF;
}
.image-bg .container,
.image-bg div[class*='col-'] {
  position: relative;
  z-index: 3;
}
.container.image-bg .row {
  position: relative;
  z-index: 3;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: #002C6E;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}
.background-image-holder img {
  display: none;
}
.background-image-holder.fadeIn {
  opacity: 1;
}
/*!---------- NAVIGATION ----------*/
.logo {
  height: 65px;
}
@media (max-width: 768px) {
  .logo {
    height: 60px;
  }
}
#mainNav {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #FFFFFF;
  font-family: 'schreuder-bold', sans-serif;
  font-weight: 700;
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 2px 3px rgba(0, 0, 0, 0.2);
}
.nav-item {
  font-weight: 700;
  font-size: 15px;
  color: #002967;
  padding-bottom: 8px;
}
.nav-item.contact {
  font-weight: 700;
  font-size: 14px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 30px;
  color: #FFFFFF;
  background: #fca01f;
  background: -webkit-gradient(linear, left top, right top, from(#fca01f), to(#fdc830));
  background: linear-gradient(90deg, #fca01f 0%, #fdc830 100%);
}
.nav-item.contact:hover {
  background: #fca01f;
  background: -webkit-gradient(linear, left top, right top, from(#fca01f), color-stop(60%, #fdc830));
  background: linear-gradient(90deg, #fca01f 0%, #fdc830 60%);
  color: #FFFFFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.nav-item:hover {
  color: #00183b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#scroll-indicator {
  position: fixed;
  height: 1px;
  width: 1px;
  z-index: -10;
}
@media (min-width: 992px) {
  #mainNav {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
  #mainNav.navbar-shrink {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #mainNav.navbar-shrink .navbar-brand .logo {
    height: 55px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
}
.navbar-nav li {
  margin-right: 32px;
}
.navbar-nav li:last-of-type {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .navbar-nav {
    padding-top: 32px;
  }
  .navbar-nav li {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
/*!---------- HEADER ----------*/
.page-title {
  padding-top: 125px;
  height: 800px;
}
.page-title-sub {
  height: 600px;
}
.page-title .container {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
}
.page-title-contact .container {
  position: relative;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  top: 50%;
  z-index: 2;
  pointer-events: none;
}
@media all and (max-width: 768px) {
  .page-title {
    height: 550px;
  }
  .page-title .container {
    margin-top: 30px;
  }
}
.header-shape {
  position: absolute;
  z-index: 99;
  bottom: -2px;
  left: 0;
  width: 100%;
}
/*!---------- MAP ----------*/
.map-holder {
  overflow: hidden;
  position: relative;
  height: 600px;
}
@media all and (max-width: 768px) {
  .map-holder {
    height: 400px;
  }
}
.map-holder iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 180%;
  top: -40%;
  left: 0;
  z-index: 1;
}
.map-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.map-holder.interact:before {
  width: 0;
}
.map-holder.inline {
  height: 400px;
  overflow: hidden;
}
.map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
/*!---------- PRODUCTS PAGE ----------*/
.product {
  border-right: 2px solid #fff;
}
.product:last-of-type {
  border-right: none;
}
.product-image {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
.product-content {
  position: absolute;
  z-index: 10;
  top: 370px;
  left: 0;
}
@media all and (max-width: 990px) {
  .product {
    border-bottom: 2px solid #fff;
  }
  .product-image {
    height: 400px;
  }
  .product-content {
    top: 270px;
  }
}
.overlay-gradient-product:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #000000), color-stop(81%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 25%, rgba(0, 0, 0, 0.15) 81%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
.how-image {
  height: 500px;
  background-size: cover;
  background-position: center center;
}
.how-content {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
.overlay-gradient-how:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #000000), color-stop(81%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 25%, rgba(0, 0, 0, 0.15) 81%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
/*!---------- STD PAGE ----------*/
.contact-form {
  background: #FFF7EC;
  padding: 32px;
  border-radius: 5px;
}
.usp {
  padding: 32px;
  text-align: center;
}
.usp img {
  width: 40px;
  display: inline-block;
  margin-bottom: 8px;
}
@media all and (max-width: 990px) {
  .usp {
    background-color: #FFF7EC;
  }
}
/*!---------- BLOCKS HOME ----------*/
.image-home {
  height: 495px;
  background-size: cover;
  background-position: center;
  margin-bottom: 120px;
}
/*!---------- FOOTER ----------*/
footer {
  color: #333333;
  font-size: 13px;
}
footer a {
  color: #333333;
}
.sub {
  font-size: 16px;
}
.sub-sub {
  font-size: 12px;
}
.footer-nav {
  list-style: none;
  font-family: 'schreuder-bold', sans-serif;
  font-size: 16px;
  padding-left: 0px;
}
/*!---------- SPACING ----------*/
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.p0 {
  padding: 0;
}
