@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
}

/**
   * 1. Remove repeating backgrounds in all browsers (opinionated).
   * 2. Add box sizing inheritence in all browsers (opinionated).
   */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
   * 1. Add text decoration inheritance in all browsers (opinionated).
   * 2. Add vertical alignment inheritence in all browsers (opinionated).
   */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
   * 1. Add border box sizing in all browsers (opinionated).
   * 2. Add the default cursor in all browsers (opinionated).
   * 3. Prevent font size adjustments after orientation changes in IE and iOS.
   */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
   * Remove the margin in all browsers (opinionated).
   */
body {
  margin: 0; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 12px 0;
}

p:last-child, ul:last-child {
    margin-bottom: 0;
}

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px; }

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * Remove the list style on navigation lists in all browsers (opinionated).
   */
nav ol,
nav ul {
  list-style: none; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit; }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic; }

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
   * Remove the text shadow on text selections (opinionated).
   * 1. Restore the coloring undone by defining the text shadow (opinionated).
   */
::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

/*
   * Change the alignment on media elements in all browers (opinionated).
   */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block; }

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
  border-style: none; }

/**
   * Change the fill color to match the text color in all browsers (opinionated).
   */
svg {
  fill: currentColor; }

/**
   * Hide the overflow in IE.
   */
/* line 302, src/scss/utils/mixins/_global-reset.scss */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
     ========================================================================== */
/**
   * Collapse border spacing
   */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
     ========================================================================== */
/**
   * Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0; }

/**
   * Inherit styling in all browsers (opinionated).
   */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
  outline: 0;
  border: 0; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * 1. Remove the default vertical scrollbar in IE.
   * 2. Change the resize direction on textareas in all browsers (opinionated).
   */
textarea {
  overflow: auto;
  /* 1 */
  resize: none;
  border: 0; }

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block; }

/**
   * Add the correct display in IE.
   */
template {
  display: none; }

/*
   * Remove the tapping delay on clickable elements (opinionated).
   * 1. Remove the tapping delay in IE 10.
   */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
   * Add the correct display in IE 10-.
   */
[hidden] {
  display: none; }

/**
   * Change the cursor on busy elements (opinionated).
   */
[aria-busy="true"] {
  cursor: progress; }

/*
   * Change the cursor on control elements (opinionated).
   */
[aria-controls] {
  cursor: pointer; }

/*
   * Change the display on visually hidden accessible elements (opinionated).
   */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
   * Change the cursor on disabled, not-editable, or otherwise
   * inoperable elements (opinionated).
   */
[aria-disabled] {
  cursor: default; }

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:active,
*:hover,
*:focus {
  outline: 0; }

html,
body {
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable */
  /* stylelint-enable */ }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-webkit-min-device-pixel-ratio: 2.0833333333333335), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    /* line 19, src/scss/base/_base.scss */
    html,
    body {
      font-smoothing: subpixel-antialiased; } }

img {
  max-width: 100%;
  height: auto; }

::selection {
  background-color: #a1a0a0;
  /* WebKit/Blink Browsers */
  color: #212121; }

::-moz-selection {
  background-color: #a1a0a0;
  /* Gecko Browsers */
  color: #212121; }

h1 {
  font-size: 2.4em; 
  line-height:1;
  font-weight:500;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h2 {
  font-size: 1.8em;
  line-height:1;
  font-weight:600;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h3 {
  font-size: 1.2em;
  line-height:1;
  font-weight:600;
}

h4 {
  font-size: 1em;
  line-height:1;
  font-weight:600;
}

html, body {
    height: 100%;
}

a {
    color: inherit;
}

a:hover, a:focus, a:active {
    color: #000;
}



/********************************************************************************************************************************************/


/************ GENERAL **********/
body {
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #404041;
    font-weight:400;
}

header, main, footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}

@media (min-width: 992px) {
    main, footer {
        display: inline-block !important;  /* override hide mobile menu open*/
    }
}

.container {
    max-width: 1200px;
    width: 100%;
    display: inline-block;
    text-align:left;
    padding: 0 15px;
}

.center {
    text-align:center;
}

section {
    text-align:left;
}

input[type=text], select, textarea {
    font-family: 'Yantramanav', sans-serif;
    border: 1px solid #9f9fa0;
    padding: 5px 8px;
    line-height: 1.4;
}

a.textlink {
    text-decoration:none;
}

a.button {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333333;
    text-decoration: none;
    padding: 8px 20px 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

a.button:hover {
    background-color: #e4cfa9;
    border-color: #e4cfa9;
}

/*a.button:after {
    position: absolute;
    content: url(../images/arrow.png);
    margin-left: 10px;
    margin-top: 2px;
}*/

.flex {
    display:flex;
}

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

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.col-33 {
    width: calc(100% / 3);
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col-45 {
    width: 45%;
}

.col-50 {
    width: 50%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}

.col-65 {
    width: 65%;
}

.col-66 {
    width: calc(100% / 3 * 2);
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}

.col-80 {
    width: 80%;
}

.col-100 {
    width: 100%;
}

@media (min-width: 600px) {

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .flex-xs {
        display:flex;
    }

    .col-xs-20 {
        width: 20%;
    }

    .col-xs-25 {
        width: 25%;
    }

    .col-xs-30 {
        width: 30%;
    }

    .col-xs-33 {
        width: calc(100% / 3);
    }

    .col-xs-35 {
        width: 35%;
    }

    .col-xs-40 {
        width: 40%;
    }

    .col-xs-45 {
        width: 45%;
    }

    .col-xs-50 {
        width: 50%;
    }

    .col-xs-55 {
        width: 55%;
    }

    .col-xs-60 {
        width: 60%;
    }

    .col-xs-65 {
        width: 65%;
    }

    .col-xs-66 {
        width: calc(100% / 3 * 2);
    }

    .col-xs-70 {
        width: 70%;
    }

    .col-xs-75 {
        width: 75%;
    }

    .col-xs-80 {
        width: 80%;
    }

    .col-xs-100 {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .flex-sm {
        display:flex;
    }

    .col-sm-20 {
        width: 20%;
    }

    .col-sm-25 {
        width: 25%;
    }

    .col-sm-30 {
        width: 30%;
    }

    .col-sm-33 {
        width: calc(100% / 3);
    }

    .col-sm-35 {
        width: 35%;
    }

    .col-sm-40 {
        width: 40%;
    }

    .col-sm-45 {
        width: 45%;
    }

    .col-sm-50 {
        width: 50%;
    }

    .col-sm-55 {
        width: 55%;
    }

    .col-sm-60 {
        width: 60%;
    }

    .col-sm-65 {
        width: 65%;
    }

    .col-sm-66 {
        width: calc(100% / 3 * 2);
    }

    .col-sm-70 {
        width: 70%;
    }

    .col-sm-75 {
        width: 75%;
    }

    .col-sm-80 {
        width: 80%;
    }

    .col-sm-100 {
        width: 100%;
    }

}

@media (min-width: 992px) {

    .flex-md {
        display:flex;
    }

    .col-md-20 {
        width: 20%;
    }

    .col-md-25 {
        width: 25%;
    }

    .col-md-30 {
        width: 30%;
    }

    .col-md-33 {
        width: calc(100% / 3);
    }

    .col-md-35 {
        width: 35%;
    }

    .col-md-40 {
        width: 40%;
    }

    .col-md-45 {
        width: 45%;
    }

    .col-md-50 {
        width: 50%;
    }

    .col-md-55 {
        width: 55%;
    }

    .col-md-60 {
        width: 60%;
    }

    .col-md-65 {
        width: 65%;
    }

    .col-md-66 {
        width: calc(100% / 3 * 2);
    }

    .col-md-70 {
        width: 70%;
    }

    .col-md-75 {
        width: 75%;
    }

    .col-md-80 {
        width: 80%;
    }

    .col-md-100 {
        width: 100%;
    }

}

@media (min-width: 1200px) {

    .flex-lg {
        display:flex;
    }

    .col-lg-20 {
        width: 20%;
    }

    .col-lg-25 {
        width: 25%;
    }

    .col-lg-30 {
        width: 30%;
    }

    .col-lg-33 {
        width: calc(100% / 3);
    }

    .col-lg-35 {
        width: 35%;
    }

    .col-lg-40 {
        width: 40%;
    }

    .col-lg-45 {
        width: 45%;
    }

    .col-lg-50 {
        width: 50%;
    }

    .col-lg-55 {
        width: 55%;
    }

    .col-lg-60 {
        width: 60%;
    }

    .col-lg-65 {
        width: 65%;
    }

    .col-lg-66 {
        width: calc(100% / 3 * 2);
    }

    .col-lg-70 {
        width: 70%;
    }

    .col-lg-75 {
        width: 75%;
    }

    .col-lg-80 {
        width: 80%;
    }

    .col-lg-100 {
        width: 100%;
    }

}

@media (min-width: 1440px) {

    .flex-xl {
        display:flex;
    }

    .col-xl-20 {
        width: 20%;
    }

    .col-xl-25 {
        width: 25%;
    }

    .col-xl-30 {
        width: 30%;
    }

    .col-xl-33 {
        width: calc(100% / 3);
    }

    .col-xl-35 {
        width: 35%;
    }

    .col-xl-40 {
        width: 40%;
    }

    .col-xl-45 {
        width: 45%;
    }

    .col-xl-50 {
        width: 50%;
    }

    .col-xl-55 {
        width: 55%;
    }

    .col-xl-60 {
        width: 60%;
    }

    .col-xl-65 {
        width: 65%;
    }

    .col-xl-66 {
        width: calc(100% / 3 * 2);
    }

    .col-xl-70 {
        width: 70%;
    }

    .col-xl-75 {
        width: 75%;
    }

    .col-xl-80 {
        width: 80%;
    }

    .col-xl-100 {
        width: 80%;
    }

}

@media (min-width: 1600px) {

    .flex-xxl {
        display:flex;
    }

    .col-xxl-20 {
        width: 20%;
    }

    .col-xxl-25 {
        width: 25%;
    }

    .col-xxl-30 {
        width: 30%;
    }

    .col-xxl-33 {
        width: calc(100% / 3);
    }

    .col-xxl-35 {
        width: 35%;
    }

    .col-xxl-40 {
        width: 40%;
    }

    .col-xxl-45 {
        width: 45%;
    }

    .col-xxl-50 {
        width: 50%;
    }

    .col-xxl-55 {
        width: 55%;
    }

    .col-xxl-60 {
        width: 60%;
    }

    .col-xxl-65 {
        width: 65%;
    }

    .col-xxl-66 {
        width: calc(100% / 3 * 2);
    }

    .col-xxl-70 {
        width: 70%;
    }

    .col-xxl-75 {
        width: 75%;
    }

    .col-xxl-80 {
        width: 80%;
    }

    .col-xxl-100 {
        width: 100%;
    }

}


/************ HEADER **********/

header {
    display: flex;
    flex-direction: column;
    align-items:center;
    position:relative;
    height: 100%;
    min-height: 700px;
    max-height: 800px;
}

body.menu-mobile-open header {
    min-height: unset;
    max-height: none;
    overflow: hidden;
}

header #top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: rgba(64, 64, 65, 0.8);
    width: 100%;
    z-index: 1;
}

header #top .container {
    position:relative;
}

header .logo {
    position:absolute;
    top: 0;
    left: 15px;
    background-color: #f8f3e9;
    padding: 60px 35px 20px 25px;
}

header .logo a {
    color: #404041;
    text-decoration:none;
    font-size: 16px;
    font-weight:500;
    text-transform:uppercase;
    line-height: 1.1;
}

header .logo a span {
    font-weight: bold;
    text-transform:none;
    font-size: 2.1em;
}

header .show-mobile-menu {
    width: 100%;
    text-align:right;
}

header .show-mobile-menu span {
    display: inline-block;
    font-weight: 500;
    font-size: 1.4em;
    color: white;
    cursor: pointer;
    padding: 10px 0;
}

header .show-mobile-menu span:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    font-size: 20px;
    padding-right: 7px;
}

header #top .menu {
    height:0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: auto;
    background-color: #404041;
    display: flex;
    align-items: center;
    flex-direction:column;
    height: 0px;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -ms-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
    overflow-y: hidden;
}

header #top .menu.mobile-open {
    height: 100%;  
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; 
    overflow-y: auto;
}

header #top .menu .close-mobile-menu {
    text-align:right;
    width: 100%;
    padding: 10px;
}

header #top .menu .close-mobile-menu img {
    cursor:pointer;
    padding: 10px;
}

header #top .menu .logo-mobile-menu {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align:center;
}

header #top .menu .logo-mobile-menu a {
    color: #f8f3e9;
    text-decoration:none;
    font-size: 17px;
    font-weight:500;
    text-transform:uppercase;
    line-height: 1.1;
}

header #top .menu .logo-mobile-menu a span {
    font-weight: bold;
    text-transform:none;
    font-size: 2.1em;
}

header #top .menu .close-mobile-menu:after {
    display:none;
}

header #top .menu  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

header #top .menu ul li {
    padding-left: 0px;
    text-align:center;
    margin-top: 20px;
}

header #top .menu ul li:last-child {
    margin-bottom: 40px;
}

header #top .menu ul li:first-child {
    padding-left: 0;
}

header #top .menu ul li a {
    text-decoration: none;
    display: inline-block;
    font-size: 1.1em;
    line-height:1;
    color: white;
    text-transform:lowercase;
}

header #top .menu ul li a:hover, header #top .menu ul li a:active, header #top .menu ul li a:focus {
    /*-webkit-transition : border 500ms ease-out; 
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    border-color: #e4cfa9;*/
    color: white;
}

header .image {
    height: 100%;
    width: 100%;
    min-height: 300px;
    position:relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

header .image .wrapper {
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

header .image .wrapper > div {
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: center center;
}

header .image:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

header .image h1 {
    color: white;
    font-size: 2.6em;
    line-height:1.1;
    position:relative;
    margin-top: 100px;
}

header .image h2 {
    margin-top: 30px;
    padding-left: 25px;
    color: #f8f3e9;
    font-size: 1.5em;
    line-height:1.5;
    font-weight: 500;
    position:relative;
    max-width: 550px;
}

header .image h2:before {
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 5px solid #f8f3e9;   
}

header .image .down {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}


@media (min-width: 600px) {

    header .image h1 {
        font-size: 3em;
        line-height:1.2;
    }
}

@media (min-width: 768px) {

    header #top .menu ul li a {
        font-size: 1.3em;
    }
}

@media (min-width: 992px) {
    header {
        display: flex !important; /* override hide mobile menu open*/
        min-height: 700px !important; /* override hide mobile menu open*/
        max-height: 800px !important; /* override hide mobile menu open*/
        overflow: auto !important; /* override hide mobile menu open*/
    }
    header #top .logo {
        display: block !important; /* override hide mobile menu open*/
    }
    header #top .show-mobile-menu {
        display: none !important; /* override hide mobile menu open*/
    }
    header #top .close-mobile-menu {
        display: none !important; /* override hide mobile menu open*/
    }
    header #top .logo-mobile-menu {
        display: none !important; /* override hide mobile menu open*/
    }    

    header {
        min-height: 850px;        
        max-height: none;
    }

    header .logo {
        padding: 60px 40px 20px 30px;
    }

    header .logo a {
        font-size: 20px;
    }

    header #top .menu {
        height: auto !important;
        width: auto;
        position:relative;
        background:none;
        display:block;   
        text-align: right;
    }

    header #top .menu  ul {
        float:right;
        margin: 20px 0;
    }

    header #top .menu  ul li {
        float: left;
        padding-left: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }

    header #top .menu  ul li:last-child {
        margin-bottom: 0;
    }
    
    header #top .menu ul li a {
        font-size: 1em;  
    }

    header #top .menu ul li a.active, header #top .menu ul li a:hover, header #top .menu ul li a:active, header #top .menu ul li a:focus {
        
    }

}

@media (min-width: 1200px) {

}



/************ MAIN **********/

#strengths {
    background-color: #f8f3e9;
    padding-top: 75px;
    padding-bottom: 75px;
}

#strengths h2 {
    display: inline-block;
    max-width: 400px;
    padding-right:50px;
    line-height: 1.3;
}

#strengths ul {
    list-style-image: url(../images/list-check.png);
    list-style: none;
    padding-left: 40px;
    margin-top: 7px;
    margin-left: 0;
}

#strengths ul li {
    position: relative;
    margin-bottom: 7px;
}

#strengths ul li:before {
    content: url(../images/list-check.png);
    position: absolute;
    left:-40px;
    top: 0;
}

#features {
    margin-top: 85px;
    margin-bottom: 25px;
}

#features h2 {
    text-align:center;
    margin-bottom: 60px;
}

#features > div > div {
    padding: 0 30px;
    text-align:center;
    margin-bottom: 60px;
}

#features > div > div img {
    margin-bottom: 15px;
    height: 80px;
}

#features > div > div p > strong {
    font-size: 1.2em;
}

#teaser {
    position:relative;
}

#teaser:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

#teaser .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#teaser .wrapper > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#teaser .container {
    padding: 120px 50px 100px 50px;
    text-align:center;
    color: white;
    line-height:1.1;
    text-transform:uppercase;
    position: relative;
}

#teaser h2 {
    font-size: 2.8em;
    margin-bottom: 45px;
}

#teaser a.button {
    margin: 15px;
    background-color:rgba(255,255,255,0.8);
    text-transform:none;
    padding: 10px 70px 10px 25px;
    position:relative;
    font-size:1.2em;
}

#teaser a.button:hover {
    background-color: #fff;
    border-color: #fff;
}

#teaser a.button.phone:after {
    content: url('../images/teaser-phone.png');
    position:absolute;
    right: 25px;
    top: 7px;
}

#teaser a.button.mail:after {
    content: url('../images/teaser-mail.png');
    position:absolute;
    right: 25px;
    top: 9px;
}

#tarieven {
    background-color: #f8f3e9;
    padding-top: 75px;
    padding-bottom: 95px;
}

#tarieven h2 {
    margin-bottom: 40px;
}

#tarieven .outer-wrapper {
    border-top: 1px solid #333;
    padding-top: 30px;
    border-bottom: 1px solid #333;
}

#tarieven .wrapper {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

#tarieven .wrapper > div {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    background-color: white;
    padding: 40px 40px;
}

#tarieven .wrapper > div .title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#tarieven .wrapper > div .price {
    font-weight: 500;
    font-size: 5em;
    line-height:1;
    margin-bottom: 30px;
}

#tarieven .wrapper > div .price > span {
    display:block;
    font-size: 0.15em;
    font-weight: normal;
}

#tarieven .wrapper > div .description {
    font-size: 0.95em;
}

#gallery {
    padding-top: 80px;
    padding-bottom: 50px;
}

#gallery .wrapper {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}

#gallery .image > div {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#over {
    overflow-x: hidden;
    background-color: #f8f3e9;
}

#over .wrapper {
    position:relative;
}

#over .text {
    padding-top: 75px;
    padding-bottom: 50px;
}

#over .text h2 {
    font-size: 2.3em;
    margin-bottom: 40px;
}

#over .image {
    min-height: 400px;
    max-width: 600px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/erard.jpg');
    margin-bottom: 75px;
}

#links {
    padding-top: 120px;
    padding-bottom: 60px;
}

#links > div {
    flex-direction: row-reverse;
}

#links .image {
    min-height: 400px;
    max-width: 600px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/erard-verzekeringen.jpg');
}

#links .text {
    padding-bottom: 50px;
}

#links .text .title {
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}

#links .text .title h2 {
    font-size: 2.2em;
    /*max-width: 250px;*/
    margin-bottom: 30px;
}

#links .text .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#links .text .links ul li {
    margin-top: 10px;
}

#links .text .links ul li a {
    text-decoration:none;
}

#links .text .links ul li a:hover, #links .text .links ul li a:active, #links .text .links ul li a:focus {
    text-decoration:underline;
}

#contact {
    background-color: #404041;
}

#contact .wrapper {   
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact .text .main {
    color: #fff;
    line-height: 1.4;
}

#contact .text .top {  
    padding-bottom: 40px;
}

#contact .text .main > div {    
    padding-bottom: 30px;
}

#contact p {
    margin-bottom: 20px;
}

#contact .text a {
    color: #fff;
    text-decoration:none;
}

#contact .text a:hover, #contact .text a:active, #contact .text a:focus {
    text-decoration:none; 
    color:#e4cfa9;
}

#contact .text a.phone, #contact .text a.mail, #contact .text a.whatsapp {
    position:relative;
    padding-left: 25px;
}
#contact .text a.phone:before {
    position: absolute;
    content: url(../images/footer-phone.png);
    margin-left: -25px;
    margin-top: 2px;
}
#contact .text a.mail:before {
    position: absolute;
    content: url(../images/footer-mail.png);
    margin-left: -25px;
    margin-top: 2px;
}
#contact .text a.whatsapp:before {
    position: absolute;
    content: url(../images/footer-whatsapp.png);
    margin-left: -25px;
    margin-top: 2px;
}

#contact .text .socialmedia {
    margin-top: 30px;
}

#contact .text .socialmedia a {
    color: #e4cfa9;
}

#contact .text .socialmedia img {
    margin-bottom: 5px;
}

#contact .text .madeby {
    display:none;    
}

#contact .text .madeby a {
    color: #96938e;      
    font-size: 0.95em;
}

#contact .text .madeby a:hover, #contact .text .madeby a:focus, #contact.text .madeby a:active {
    color: #f8f3e9;  
}

#contact .form {
    max-width: 700px;
}

#contact .form .row > div {
    margin-bottom: 15px;
}

#contact .form label, #contact .form input, #contact .form textarea {
    width: 100%;
}

#contact .form label {
    color: #f8f3e9;
}

#contact .form input, #contact .form textarea {
    width: 100%;
    border-color: #96938e;
    color: white;
}

#contact .form .error {
    margin-top: 15px;
    color: white;
    font-weight: bold;
}

#contact .form .confirmation {
    color: white;
    font-weight: bold;
}

#disclaimer {
    padding-bottom: 120px;
    font-size: 0.7em;
}

@media (min-width: 600px) {

    #features > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #features > div > div {
        width: 50%;
    }

    #tarieven .wrapper > div {
        width: calc(50% - 30px);
    }

    #gallery .wrapper {
        display:flex;
        flex-wrap:wrap;
    }

    #gallery .image {
        width: 50%;
    }

    #over .text h2 {
        font-size: 2.5em;
    }

    #contact .text .main {    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width:100%;
    }

    #contact .text .main > div {  
        padding: 0 50px 40px 0;
    }

    #contact .text .main > div.contact {    
        width:50%;
    }

}

@media (min-width: 600px) and (max-width: 767px) {

    #contact .form .row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 15px;
        display:flex;
    }

    #contact .form .row > div {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
        width: 100%;
    }

    #contact .form .width50 {
        width: 50%;
    }

}

@media (max-width: 767px) {
    #teaser .wrapper > div {
        background-attachment: initial;
    }
}

@media (min-width: 768px) {

    #strengths .title {
        display: flex;
        justify-content: flex-end;
    }

    #features > div > div {
        padding: 0 50px;
    }

    #links .text .links {
        display:flex;
        flex-wrap: wrap;
    }

    #links .text .links ul:first-child li {
        padding-right: 100px;
    }

    #contact .text .main > div.contact {    
        width:31%;
    }

    #contact .form .row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 15px;
        display:flex;
    }

    #contact .form .row > div {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
        width: 100%;
    }

    #contact .form .width50 {
        width: 50%;
    }

}

@media (min-width: 992px) {   

    #features {
        padding-left:50px;
        padding-right:50px;
    }

    #features > div > div {
        width: 33.33%; /* calc(100% / 3) werkt niet correct in IE11 */
    }

    #tarieven .wrapper > div {
        width: calc(33.33% - 30px);
    }

    #gallery .image {
        width: 33.33%;
    }

    #over .text {
        padding-right: 75px;
        padding-bottom: 75px;
    }

    #over .image {
        position: absolute;
        height: 100%;
        top: 0;
        left: 50%;
        width: 50vw;
        max-width: none;
        margin-bottom: 0;
    }

    #links .text {
        padding-left: 75px;
        align-self: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #links .text .links {
        justify-content: space-between;
    }

    #links .text .links ul:first-child li {
        padding-right: 50px;
    }

    #contact .wrapper {    
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    #contact .text {    
        width: 50%;
    }

    #contact .text .main > div.contact {    
        width:50%;
    }

    #contact .text .main > div.extra {    
        width:50%;
    }

    #contact .text .madeby {  
        display:block;
    }

    #contact .form {     
        width: 50%;
        padding-left: 25px;
    }

    #contact .form .confirmation {
        padding-top: 104px;
    }

}

@media (min-width: 1200px) {



}