/*
Theme Name: Default
Theme URI: http://www.remonversteeg.nl
Type: Desktop
Description: Standaard iMod thema
Version: 1.5.0.0
Author: Remon Versteeg
Author URI: http://www.remonversteeg.nl
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

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

*:focus {
    outline: 0 !important;
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

body {
    line-height: 1;
}

p {
    margin: 0 0 18px 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

table {
    width: 100%
}

blockquote {
    quotes: none;
}

blockquote:before, blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #c1aa34
}

/*template sheet*/
body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    color: #252e33;
    background: #fff;
    height: 100%;
}

.wrap-sm {
    max-width: 800px;
    padding: 0 30px;
    margin: 0 auto;
}

.wrap {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.wrap-lg {
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

/* HEADER */
.header-top {
    position: fixed;
    display: block;
    z-index: 99;
    width: 100%;
    background-color: transparent;
    transition: all 0.2s;
    height: 80px;
}

.down .header-top, .childDown .header-top {
    background: #fff;
    box-shadow: 0 0 10px rgb(210 210 210 / 40%)
}

.header-top .phone:hover {
    color: #c1aa34;
    transition-duration: 0.3s;
}

.down .logo, .childDown .logo {
    display: none;
}

.down .logo-lt, .childDown .logo-lt {
    display: block;
}

@media (max-width: 767px) {
    .header-event {
        display: none;
    }
}

/* MENU */

.nav {
    width: 100%;
}

.nav > ul {
    margin: 0 -15px;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav > ul li {
    list-style: none;
    height: 80px;
    float: left;
    color: #fff;
    overflow: hidden;
}

.nav > ul li a {
    line-height: 80px;
    padding: 0;
    display: block;
    font-size: 15px;
    color: #fff;
}

.nav > ul li a:hover {
    color: #c1aa34;
    transition-duration: 0.3s;
}

.down .nav > ul li a, .childDown .nav > ul li a {
    color: #0f2350;
}

.down .nav > ul li a:hover, .childDown .nav > ul li a:hover {
    color: #c1aa34;
}

.nav > ul li.haschild a {
    position: relative;
}

.nav > ul li.haschild:hover > a {
    color: #c1aa34;
    transition-duration: 0.3s;
}


.nav > ul li.haschild:hover > a:after,
.nav > ul li.haschild:hover > a:before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
}

.nav > ul li.haschild:hover > a:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 16px;
    margin-left: -16px;
}

.nav > ul li.haschild:hover > a:before {
    border-color: rgba(231, 233, 237, 0);
    border-bottom-color: #d2d5db;
    border-width: 17px;
    margin-left: -17px;
}

.nav .child {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0;
}

.nav .child > li {
    float: none;
    height: auto;
    margin: 0;
}

.nav .child ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav .child ul.child-columns > li {
    float: left;
    width: 25%;

}

.nav .child.child-lg ul.child-columns > li {
    float: left;
    width: 16.667%;
}

.nav .child ul.child-columns > li > a {
    color: #0f2350;
    font-weight: 400;
}

.nav .child ul li {
    padding: 0;
    height: auto;
    margin: 0;
    float: none;
}

.nav .child li a {
    padding: 0 15px;
    line-height: 36px;
    color: #82868f;
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav .child li a:hover {
    color: #999
}

.footer .widget-header h3 {
    font-weight: 600;
    padding-bottom: 10px;
}

.footer .widget-content,
.footer .widget-content a {
    color: #b2b7ba;
    line-height: 35px;
    transition: ease-in-out 0.3s;
    padding-top: 8px;
    font-size: 17px;
}

.footer .widget-content a:hover, .footer-bottom a:hover {
    color: #c1aa34 !important;
    transition: ease-in-out 0.3s;
}

.footer-bottom span:after {
    content: '\f111';
    font-family: FontAwesome;
    font-weight: 300;
    font-size: 12px;
    padding: 0 10px;
    color: #464e68;
}

.footer-bottom ul li:last-child span:after {
    display: none;
}

.footer-bottom,
.footer-bottom a {
    color: #b2b7ba !important;
    transition: ease-in-out 0.3s;
}

.footer-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom ul li {
    display: inline-block;
}

/* SIDEBAR */
.sidebar .widget-header h3 {
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 20px;
}

.sidebar {
    line-height: 35px;
}

.menu-side > ul li a {
    color: #0f2350 !important;
    transition-duration: 0.3s;
}

.menu-side > ul li a:hover {
    color: #c1aa34 !important;
    transition-duration: 0.3s;
}

/* POST */
.post-list .post {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd
}

.post .post-meta {
    color: #999;
}

.post-navigate {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

/* COMMENTS */
.comments .comment {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd
}

.comments .comment:last-child {
    border: 0;
    margin-bottom: 0
}

.comment .comment-author {
    font-weight: bold;
}

.comment .comment-meta {
    color: #999;
}

/* MORE LINK */
.more-link {
    position: relative;
    font-weight: 600;
    color: #c1aa34;
    line-height: 46px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-link:after {
    position: absolute;
    transform: translateX(10px);
    font-family: 'FontAwesome';
    content: '\f061';
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.more-link:hover:after {
    transform: translateX(15px);
}

/* BTN */
.btn {
    background: transparent;
    border: 2px solid #fff;
    line-height: 42px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px !Important;
    -moz-border-radius: 5px !Important;
    -webkit-border-radius: 5px !Important;
    font-size: 15px;
    padding: 0 20px;
    transition: 0.3s ease;
}

.btn:hover {
    border: 2px solid #c1aa34;
    color: #fff;
    background-color: #c1aa34;
    transition: 0.3s ease;
}

.btn-primary {
    background: transparent;
    border: 2px solid #c1aa34;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px !Important;
    font-size: 15px;
    padding: 0 20px;
    margin-top: -5px;
    color: #c1aa34;
}

.btn-primary-frontpage-slider {
    background: #c1aa34;
    border: 2px solid #c1aa34;
    line-height: 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px !Important;
    font-size: 15px;
    padding: 0 20px;
    margin-top: -5px;
    color: white;
}

.btn-primary-frontpage-slider:hover {
    border: 2px solid #c1aa34;
    color: #c1aa34;
    background-color: transparent;
    transition: 0.3s ease;
}

.btn-ctm {
    width: 300px;
}

.btn-lg {
    width: 100%;
}

.phone {
    margin-top: 30px;
    font-size: 20px !important;
}

.down .phone, .childDown .phone {
    color: #0f2350
}

/* HAMBURGER */
.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 24px !important;
    height: 32px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    cursor: pointer;
    background: none;
    border: 0;
    margin: 20px 0;
    /* transition: background 0.3s; */
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 19px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #fff;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
}

.btn-stroke:hover.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger span::before {
    top: -7px;
}

.c-hamburger span::after {
    bottom: -7px;
}

.c-hamburger--htx span {
    transition: background 0s 0s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {

}

.c-hamburger--htx.is-active span {
    background: none !important;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}

.mobile-menu-container .c-hamburger span:before,
.mobile-menu-container .c-hamburger span:after,
.mobile-menu-container .c-hamburger span {
    background-color: #0f2350;
}

.mobile-menu-container ul li a:hover {
    color: #c1aa34;
    transition-duration: 0.3s;
}

.container-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
    overflow-x: hidden;
}

.mobile-menu-container {
    background-color: #131d25;
    list-style: none;
    padding: 10px 5px 20px 20px;
    position: fixed;
    top: 0;
    left: -71%;
    bottom: 0;
    z-index: 999999;
    display: block !important;
    width: 375px !important;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
}

.mobile-menu-container ul {
    list-style: none;
    margin-top: 90px;
    line-height: 35px;
    padding: 0;
}

.menu-4 {
    margin-top: 0 !important;
}

.menu-4 li a {
    color: #b0bac0 !important;
    transition-duration: 0.3s;
}

.menu-4 li a:hover,
.sidebar span:hover,
.sidebar a:hover {
    color: #c1aa34 !important;
    transition-duration: 0.3s;
}

.off-screen {
    left: 0;
}

/* FORMS */
.input,
.select select {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 0 5px;
    color: #5d5d5d;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.input-fields .input-field {
    margin: 20px 0;
}

.checkbox-fields .checkbox-field {
    padding: 5px 0;
}

.checkbox-fields .checkbox-field input[type="checkbox"] {
    height: 20px;
    width: 20px;
    min-width: 16px;
}

.checkbox-fields .checkbox-field input[type="checkbox"]:checked:before {
    font-size: 24px;
    width: 20px;
    margin: 8px 0 0 0;
}

textarea.input {
    resize: vertical;
    min-height: 100px;
}

.select {
    position: relative;
}

.select:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    pointer-events: none;
}

.select select {
    padding: 0 25px 0 10px;
}

.select select::-ms-expand {
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    background: #fff;
    border: 1px solid #e3dfd8;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -2px 10px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type="radio"] {
    border-radius: 50px;
}

input[type="checkbox"]:checked:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #c1aa34;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px 0 0 0;
}

input[type="radio"]:checked:before {
    content: '\f111';
    font-family: FontAwesome;
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 3px;
    line-height: 16px;
    color: #c1aa34;
    font-size: 11px;
    text-align: center;
}

/* HEADING */
.heading .title {
    font-size: 35px;
    font-weight: 700;
    color: #0f2350;
    line-height: 35px;
}

.heading .sub-title {
    font-size: 38px;
    font-weight: 500;
    color: #0f2350;
    opacity: 0.5;
}

.d-inline {
    display: inline;
}

/* CONTENT */
.content h2 {
    font-size: 24px;
    font-weight: 900;
    color: #262d42;
}

.content h3 {
    font-size: 35px;
    font-weight: 300;
    color: #57627b;
}

.content .heading {
    line-height: 35px;
}

/* BREADCRUMB BAR */
.breadcrumb-bar,
.breadcrumb-bar a {
    color: #999
}

.breadcrumb-bar,
.breadcrumb-bar a {
    color: #999
}

.breadcrumb-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-bar ul li:first-child a span {
    color: #262d42;
}

.breadcrumb-bar ul li {
    display: inline-block;
}

.breadcrumb-bar ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: 300;
    padding: 0 5px;
}

.breadcrumb-bar ul li:last-child a:after {
    display: none;
}

/* VISIBILITY */
.hidden {
    display: none;
}

/* BG COLORS */
.bg-primary {
    background-color: #f0f4f6
}

.bg-dk {
    background-color: #262d42
}

.bg-blue-lg {
    background-color: #464e68;
}

.bg-lt {
    background-color: #fff;
}

.bg-lter {
    background-color: #f3f6f7;
}

.bg-gold {
    background-color: #c1aa34;
}


.flash {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px
}

.flash-success {
    color: #3c763d;
    background-color: #c7e1da;
    border-color: #4cb558;
}

.flash .flash-link {
    font-weight: 600
}

.flash-success .flash-link {
    color: #2b542c;
}


/* COLS */
.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.col1-xs, .col2-xs, .col3-xxs, .col4-s, .col5-xs, .col6-xs, .col7-xs, .col8-xs, .col9-xs, .col10-xs, .col11-xs, .col12x-s {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.col12 {
    width: 100%
}

.col11 {
    width: 91.66666667%
}

.col10 {
    width: 83.33333333%
}

.col9 {
    width: 75%
}

.col8 {
    width: 66.66666667%
}

.col7 {
    width: 58.33333333%
}

.col6 {
    width: 50%
}

.col5 {
    width: 41.66666667%
}

.col4 {
    width: 33.33333333%
}

.col3 {
    width: 25%
}

.col2 {
    width: 16.66666667%
}

.col1 {
    width: 8.33333333%
}

/*BORDERS*/
.b-t-dk {
    border-top: 1px solid #464e68;
}

.b-t-lt {
    border-top: 1px solid #d9dee9;
}

.b-b-dk {
    border-bottom: 1px solid #464e68;
}

.b-b-lt {
    border-bottom: 1px solid #d9dee9;
}

/* BORDER RADIUSES */
.r {
    border-radius: 2px 2px 2px 2px;
}

.r-2x {
    border-radius: 4px;
}

.r-3x {
    border-radius: 6px;
}

.r-l {
    border-radius: 2px 0 0 2px;
}

.r-r {
    border-radius: 0 2px 2px 0;
}

.r-t {
    border-radius: 2px 2px 0 0;
}

.r-b {
    border-radius: 0 0 2px 2px;
}

/* paddingS */
.p-xxs {
    padding: 2px 4px;
}

.p-xs {
    padding: 5px;
}

.p-sm {
    padding: 10px;
}

.p {
    padding: 15px;
}

.p-md {
    padding: 20px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 50px;
}

.p-n {
    padding: 0 !important;
}

.p-l-none {
    padding-left: 0 !important;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l {
    padding-left: 15px;
}

.p-l-md {
    padding-left: 20px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-l-xl {
    padding-left: 40px;
}

.p-l-xxl {
    padding-left: 50px;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-xxs {
    padding-top: 1px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t {
    padding-top: 15px;
}

.p-t-md {
    padding-top: 20px;
}

.p-t-lg {
    padding-top: 30px;
}

.p-t-xl {
    padding-top: 40px;
}

.p-t-xxl {
    padding-top: 50px;
}

.p-t-xxxl {
    padding-top: 100px;
}

.p-t-xxxxl {
    padding-top: 200px;
}

.p-r-none {
    padding-right: 0 !important;
}

.p-r-xxs {
    padding-right: 1px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r {
    padding-right: 15px;
}

.p-r-md {
    padding-right: 20px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-r-xl {
    padding-right: 40px;
}

.p-r-xxl {
    padding-right: 50px;
}

.p-b-none {
    padding-bottom: 0 !important;
}

.p-b-xxs {
    padding-bottom: 1px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-md {
    padding-bottom: 20px;
}

.p-b-lg {
    padding-bottom: 30px;
}

.p-b-xl {
    padding-bottom: 40px;
}

.p-b-xxl {
    padding-bottom: 50px;
}

.p-b-xxxl {
    padding-bottom: 100px;
}

/* MARGINS */
.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

.m-t-n-xxxl {
    margin-top: -75px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-xxxl {
    margin-bottom: 200px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

.l-h {
    line-height: 1.42857143;
}

.l-h-0x {
    line-height: 0;
}

.l-h-1x {
    line-height: 1.2;
}

.l-h-2x {
    line-height: 2.5em;
}

.l-s-1x {
    letter-spacing: 1em;
}

.l-s-2x {
    letter-spacing: 2em;
}

.l-s-3x {
    letter-spacing: 3em;
}

/* TEXT */
.text-italic {
    font-style: italic;
}

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

.text-l {
    font-size: 120%
}

.text-right {
    text-align: right
}

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

.text-primary {
    color: #c1aa34;
}

.text-secondary {
    color: #2f4653;
}

.text-lt {
    color: #fff
}

.text-dk {
    color: #0f2350;
}

.menu-text-dk {
    color: #0f2350 !important;
}

.text-lter {
    color: #b0bac0;
}

.texthvr {
    color: #252e33;
}

.text-bold {
    font-weight: bold
}

.strong {
    font-weight: 600;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*defaults iMod*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.caption.alignnone {
    margin: 5px 20px 20px 0;
}

.caption.alignleft {
    margin: 5px 20px 20px 0;
}

.caption.alignright {
    margin: 5px 0 20px 20px;
}

.caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.caption p.caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.edit_page_link, .edit_menu_link, .edit_widget_link {
    position: absolute;
    right: 10px;
    top: 10px
}

.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.mceContentBody {
}

[data-href] {
    cursor: pointer
}

/* DOWN */
.down .c-hamburger span, .childDown .c-hamburger span {
    background-color: #0f2350;
}

.down .c-hamburger span::before,
.down .c-hamburger span::after,
.childDown .c-hamburger span::before,
.childDown .c-hamburger span::after {
    background-color: #0f2350;
}


.check-item:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f058";
    color: #c1aa34;
    font-size: 23px;
    padding-right: 2px;
    font-weight: 300;
}

.text-widget {
    height: 450px;
    border-radius: 10px;
    margin-top: -350px;
    border: 1px solid #f1ecec;
    -webkit-box-shadow: 0 0 10px 1px rgba(180, 180, 180, 0.4);
    position: relative;
    padding: 40px 30px;
}

.img-full {
    width: 100%;
}

.brand-products .widget-block {
    height: 415px;
    transition: ease-in-out 0.2s;
}

.brand-products .widget-block:hover {
    transform: scale(1.03);
    transition: ease-in-out 0.2s;
}

.widget-review-block {
    height: 300px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    border: 1px solid #f1ecec;
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.widget-block {
    height: 450px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    border: 1px solid #f1ecec;
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.block-img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.block-h {
    height: 220px;
}

.block-middle {
    transform: translate(11%, 0);
    -webkit-transform: translate(11%, 0);
}

/* BEGIN PRODUCT SLIDER */
.product-slide {
    height: 45rem;
    -webkit-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}

.product-slide img {
    height: 100%;
    object-fit: cover;
}

.product-title {
    font-size: 88px;
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 88px;
    color: #fff;
}

.color-product {
    width: 12.5%;
    transform: translateY(-48px);
    -webkit-transform: translateY(-48px);
    height: 12.5%;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    padding: 10px;
    float: left;
}

.color-product img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: 10;
    height: 100%;
}

.color-product:hover {
    transform: scale(1.1) translateY(-48px);
    -webkit-transform: scale(1.1) translateY(-48px);
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

.color-product.active {
    transform: scale(1.1) translateY(-48px);
    -webkit-transform: scale(1.1) translateY(-48px);
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

/* EIND PRODUCT SLIDER */
.theme-overlay {
    position: fixed;
    z-index: 95;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(24, 26, 31, 0.25);
}

.pos-abt {
    position: absolute;
}

.bottom-0 {
    bottom: 0;
}

.rows-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rows-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-2972 .widget-3375 {
    display: none;
}

/* STICKY MENU PRODUCT PAGE */
.stick {
    margin-top: 80px;
}

.stick #product-nav {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 0 10px rgb(210 210 210 / 40%);
    border-top: 1px solid #d9dee9;
}

.stick #product-nav .b-t-lt {
    border: none;
}

.box {
    box-shadow: none !important;
}

/* EIND STICKY MENU PRODUCT PAGE */

.block-social {
    width: 50px;
    height: 50px;
    background-color: #c1aa34;
    color: #ffffff;
    font-size: 22px;
    border-radius: 10px;
    text-align: center;
    transition: ease-in-out 0.2s;
    display: inline-block;
}

.block-social .ic {
    display: grid;
    align-content: center;
    width: 100%;
    height: 100%;
}

.block-social:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.2s;
}

/* SLIDER HOMEPAGINA */
.homepage-brands .owl-item {
    height: 25vh;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    padding: 25px;
    float: left;
}

.brands-extra {
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}

.brands-extra:hover {
    opacity: 1 !important;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homepage-brands .owl-item.current .brands-extra {
    opacity: 1 !important;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homepage-brands .owl-item.current {
    overflow: visible;
}

.owl-carousel.homepage-brands {
    display: block;
}

.owl-carousel.homepage-brands .owl-stage-outer {
    top: -17px;
}

.homepage-brands .owl-item.current:after, .homepage-brands .owl-item.current:before {
    bottom: -1px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
    top: -15px;
}

.homepage-brands .owl-item.current:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 16px;
    margin-left: -16px;
}

/* EIND SLIDER HOMEPAGINA */
.page-1 .responsive-block.tekst-left {
    transform: translateY(-6%);
}

#form-8 .form-row .form-field button {
    border: 2px solid #c1aa34;
    color: #c1aa34;
}

#form-8 .form-row .form-field button:hover {
    background-color: #c1aa34;
    color: #fff;
}

.actie-responsive-block {
    overflow: hidden;
    margin-bottom: 50px;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.test {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 1px rgba(180, 180, 180, 0.4);
}

.text-white {
    color: white;
}

.over-ons-block {
    height: auto !important;
}

@media (max-width: 768px) {
    .slider .slide-seo {
        min-height: 40vh; /* of 50vh */
        padding-bottom: 0 !important;
    }
}

.col3, .col3 * {
    box-sizing: border-box;
}
/* ============================================= */
/* ECOLIFE VARIABLES                              */
/* ============================================= */

:root {
    --ecolife-bg: #f8f5f0;
    --ecolife-bg-light: #faf8f4;
    --ecolife-bg-highlight: #eee8de;

    --ecolife-dark: #30271f;
    --ecolife-text: #4d4a47;
    --ecolife-text-light: #5b5650;
    --ecolife-brown: #5b4b3a;
    --ecolife-brown-light: #6d5b48;

    --ecolife-border: #e2dbcd;
    --ecolife-border-dark: #ddd5ca;

    --ecolife-accent: #806e5b;
    --ecolife-cta: #4a4238;
}


/* ============================================= */
/* GENERAL                                       */
/* ============================================= */

.ecolife-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 4px;
    color: var(--ecolife-brown-light);
}

.ecolife-hero h1,
.ecolife-second-life h2,
.ecolife-materials h2,
.ecolife-material-card h3,
.ecolife-trustbar-item h3 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: var(--ecolife-dark);
}

.ecolife-hero-inner,
.ecolife-second-life-inner,
.ecolife-materials-inner,
.ecolife-cta-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* ============================================= */
/* HERO                                          */
/* ============================================= */

.ecolife-hero {
    background: var(--ecolife-bg);
    min-height: 548px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px 30px;
}

.ecolife-hero-inner {
    max-width: 700px;
}

.ecolife-line {
    width: 52px;
    height: 1px;
    background: #8b7b68;
    margin: 0 auto 32px;
}

.ecolife-hero .ecolife-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
}

.ecolife-hero h1 {
    font-size: 60px;
    line-height: 1.15;
    margin: 0 0 24px;
}

.ecolife-subtitle {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    color: var(--ecolife-brown-light);
    margin-bottom: 28px;
}

.ecolife-hero p {
    max-width: 650px;
    margin: 0 auto 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--ecolife-text);
}


/* ============================================= */
/* BUTTONS                                       */
/* ============================================= */

.ecolife-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.ecolife-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    padding: 0 23px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 0 !important;
    transition: all 0.25s ease;
}

.ecolife-btn-primary {
    background: var(--ecolife-brown);
    border: 1px solid var(--ecolife-brown);
    color: #fff;
}

.ecolife-btn-primary:hover {
    background: #45382c;
    border-color: #45382c;
    color: #fff;
}

.ecolife-btn-secondary {
    background: transparent;
    border: 1px solid #756555;
    color: var(--ecolife-brown);
}

.ecolife-btn-secondary:hover {
    background: var(--ecolife-brown);
    border-color: var(--ecolife-brown);
    color: #fff;
}


/* ============================================= */
/* SECOND LIFE                                   */
/* ============================================= */

.ecolife-second-life {
    background: var(--ecolife-bg);
    padding: 56px 30px 64px;
    text-align: center;
}

.ecolife-second-life-inner {
    max-width: 650px;
}

.ecolife-second-life .ecolife-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
}

.ecolife-second-life h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 34px;
}

.ecolife-text {
    font-family: 'Open Sans', sans-serif;
    color: var(--ecolife-text);
    font-size: 16px;
    line-height: 25px;
}

.ecolife-text p {
    margin: 0 0 22px;
}

.ecolife-highlight {
    margin-top: 34px;
    padding: 24px 28px;
    background: var(--ecolife-bg-highlight);
    border-left: 2px solid var(--ecolife-accent);
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #5a5148;
}


/* ============================================= */
/* MATERIALS                                     */
/* ============================================= */

.ecolife-materials {
    background: var(--ecolife-bg-light);
    padding: 48px 30px 64px;
    text-align: center;
}

.ecolife-materials-inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.ecolife-materials .ecolife-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
}

.ecolife-materials h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0 0 34px;
}

.ecolife-materials-intro {
    max-width: 650px;
    margin: 0 auto 28px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: var(--ecolife-text-light);
}

.ecolife-materials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    text-align: left;
}

.ecolife-material-card {
    background: var(--ecolife-bg);
    border: 1px solid var(--ecolife-border-dark);
    padding: 23px 21px 25px;
}

.ecolife-material-card:nth-child(3) {
    grid-column: 1;
}

.ecolife-material-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2.5px;
    color: var(--ecolife-brown-light);
}

.ecolife-material-card h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 14px;
}

.ecolife-material-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecolife-material-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: var(--ecolife-text-light);
}

.ecolife-material-card li:last-child {
    margin-bottom: 0;
}

.ecolife-material-card li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--ecolife-accent);
}


/* ============================================= */
/* TRUST BAR                                     */
/* ============================================= */

.ecolife-trustbar {
    background: var(--ecolife-bg);
    padding: 30px 30px;
}

.ecolife-trustbar-inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    border: 1px solid var(--ecolife-border);
    box-sizing: border-box;
}

.ecolife-trustbar-item {
    flex: 1;
    text-align: center;
    padding: 44px 30px;
    border-left: 1px solid var(--ecolife-border);
}

.ecolife-trustbar-item:first-child {
    border-left: 0;
}

.ecolife-trustbar-item .ecolife-label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #a0763f;
}

.ecolife-trustbar-item h3 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 8px;
}

.ecolife-trustbar-item p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: var(--ecolife-brown-light);
}


/* ============================================= */
/* CTA                                           */
/* ============================================= */

.ecolife-cta {
    background: var(--ecolife-cta);
    padding: 80px 30px;
    text-align: center;
}

.ecolife-cta-inner {
    max-width: 650px;
}

.ecolife-cta .ecolife-line {
    background: #a0916f;
    margin: 0 auto 30px;
}

.ecolife-cta h2 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin: 0 0 18px;
}

.ecolife-cta p {
    margin: 0 0 34px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #cfc6b8;
}

.ecolife-cta .ecolife-buttons {
    gap: 16px;
    flex-wrap: wrap;
}

.ecolife-btn-light {
    background: var(--ecolife-bg);
    border: 1px solid var(--ecolife-bg);
    color: var(--ecolife-cta);
}

.ecolife-btn-light:hover {
    background: transparent;
    border-color: var(--ecolife-bg);
    color: var(--ecolife-bg);
}

.ecolife-btn-outline-light {
    background: transparent;
    border: 1px solid #8c8172;
    color: #fff;
}

.ecolife-btn-outline-light:hover {
    background: #fff;
    border-color: #fff;
    color: var(--ecolife-cta);
}


/* ============================================= */
/* MOBILE                                       */
/* ============================================= */

@media (max-width: 767px) {

    /* Hero */
    .ecolife-hero {
        min-height: auto;
        padding: 60px 20px;
    }

    .ecolife-hero h1 {
        font-size: 36px;
    }

    .ecolife-subtitle {
        font-size: 17px;
    }

    .ecolife-hero p {
        font-size: 15px;
        line-height: 23px;
    }


    /* Buttons */
    .ecolife-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .ecolife-btn {
        width: 100%;
        max-width: 300px;
    }


    /* Second life */
    .ecolife-second-life {
        padding: 45px 20px 50px;
    }

    .ecolife-second-life h2 {
        font-size: 26px;
    }

    .ecolife-text {
        font-size: 14px;
        line-height: 23px;
    }

    .ecolife-highlight {
        padding: 20px;
    }


    /* Materials */
    .ecolife-materials {
        padding: 45px 20px 50px;
    }

    .ecolife-materials-inner {
        max-width: none;
    }

    .ecolife-materials-grid {
        grid-template-columns: 1fr;
    }

    .ecolife-material-card:nth-child(3) {
        grid-column: auto;
    }

    .ecolife-materials h2 {
        font-size: 24px;
    }


    /* Trust bar */
    .ecolife-trustbar {
        padding: 30px 30px;
    }

    .ecolife-trustbar-inner {
        max-width: none;
        flex-direction: column;
    }

    .ecolife-trustbar-item {
        border-left: 0;
        border-top: 1px solid var(--ecolife-border);
        padding: 34px 20px;
    }

    .ecolife-trustbar-item:first-child {
        border-top: 0;
    }


    /* CTA */
    .ecolife-cta {
        padding: 60px 20px;
    }

    .ecolife-cta h2 {
        font-size: 26px;
    }

    .ecolife-cta .ecolife-buttons {
        flex-direction: column;
    }

    .ecolife-btn-light,
    .ecolife-btn-outline-light {
        width: 100%;
        max-width: 300px;
    }
}

