@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url('../fonts/Futura-Light.eot');
    src: local(''),url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Light.woff2') format('woff2'),
    url('../fonts/Futura-Light.woff') format('woff'),
    url('../fonts/Futura-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/Futura-Book.eot');
    src: local(''),url('../fonts/Futura-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Book.woff2') format('woff2'),
    url('../fonts/Futura-Book.woff') format('woff'),
    url('../fonts/Futura-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/Futura-Medium.eot');
    src: local(''),url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Medium.woff2') format('woff2'),
    url('../fonts/Futura-Medium.woff') format('woff'),
    url('../fonts/Futura-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Futura-Demi.eot');
    src: local(''),url('../fonts/Futura-Demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Demi.woff2') format('woff2'),
    url('../fonts/Futura-Demi.woff') format('woff'),
    url('../fonts/Futura-Demi.ttf') format('truetype');
}






@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/montserrat-regular.eot');
    src: local(''),url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-regular.woff2') format('woff2'),
    url('../fonts/montserrat-regular.woff') format('woff'),
    url('../fonts/montserrat-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/montserrat-500.eot');
    src: local(''),url('../fonts/montserrat-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-500.woff2') format('woff2'),
    url('../fonts/montserrat-500.woff') format('woff'),
    url('../fonts/montserrat-500.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('../fonts/montserrat-600.eot');
    src: local(''),url('../fonts/montserrat-600.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-600.woff2') format('woff2'),
    url('../fonts/montserrat-600.woff') format('woff'),
    url('../fonts/montserrat-600.ttf') format('truetype');
}







/* Custom code start */

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5em;
    background: #295463;
    background: #234854;
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.2em;
    margin-bottom: 15px;
}
h1 {
    font-size: 3rem;
    line-height: 1.1em;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.5rem;
}

.anchor {
    display: block;
    -ms-transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
}

.container {
    padding: 0 20px;
}

.container-fluid {
    padding: 0 20px;
}

.main-wrapper {
    display: block;
    position: relative;
    background-color: #fff;
}

.wrapper.overflow,
.main-wrapper.overflow {
    overflow: hidden;
}
.wrapper {
    display: block;
    position: relative;
    padding: 55px 0;
}
.wrapper.spacing {
    padding: 100px 0 105px;
}
.wrapper.spacing-top {
    padding-top: 100px;
}
.wrapper.spacing-bottom {
    padding-bottom: 100px;
}

.wrapper.secondary {
    background-color: #295463;
    color: #fff;
}
.wrapper.light {
    background-color: #f7f7f7;
}
.wrapper.dark {
    background-color: #1b1b1b;
    color: #fff;
}
.wrapper.shadow {
    box-shadow: inset 0 30px 30px -30px rgba(0,0,0,0.12);
}

.wrapper.has-splash::after,
.wrapper.right-splash::after,
.wrapper.bottom-splash::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 525px;
    height: 525px;
    max-height: 100%;
    transform: translateY(-50%);
    background-image: url(/images/bg-icon.png);
    background-repeat: no-repeat;
    background-position: -25px center;
    background-size: contain;
    opacity: 0.75;
}
.wrapper.bottom-splash::after {
    bottom: -165px;
}
.wrapper.right-splash::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: auto;
    right: 0;
}



.wrapper.no-top { padding-top: 0!important; }
.wrapper.no-bottom { padding-bottom: 0!important; }
.wrapper.zero { padding: 0!important; }

.wrapper .container:not(.static) {
    position: relative;
    z-index: 12;
}

.has-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.nowrap {
    white-space: nowrap;
}
.nowrap.force {
    white-space: nowrap!important;
}
.notransition {
    -webkit-transition: none!important;
    -moz-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.noselect {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
}


.row.has-line {
    margin: 0 -25px;
}
.row.has-line > div {
    padding: 0 25px;
}
.row.has-line > div:not(:last-child)::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 45%;
    width: 4px;
    height: 50%;
    right: -2px;
    z-index: 9;
    background: #f0f0f0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}










/* Buttons */
.button {
    font-family: 'Futura', sans-serif;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2em;
    letter-spacing: 0.025em;
    word-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 0 3px 8px 0;
    padding: 15px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    text-align: center;
    background: none;
    border: 0;
    outline: 0;
    z-index: 35;
    color: #282828;
    background-color: #f6f6f6;
}
.button:not(.square) {
    padding: 17px 28px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
}
.button.outline:not(.square) {
    padding: 18px 30px;
}

.button:focus,
.button:hover {
    background-color: #e6e6e6;
    text-decoration: none !important;
    outline: 0 !important;
    color: #000;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.button.disabled {
    cursor: not-allowed!important;
    opacity: 0.5;
}
body.ready .button {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.button.outline {
    background-color: transparent !important;
    box-shadow: inset 0 0 0 3px #000;
    color: #000;
}
.button.outline.white {
    box-shadow: inset 0 0 0 3px #fff;
    color: #fff;
}
.button.outline:hover,
.button.outline:focus {
    background-color: rgba(0,0,0,0.09) !important;
}

.button.main.outline {
    box-shadow: inset 0 0 0 3px #295463;
    color: #295463 !important;
}
.button.main.outline:hover,
.button.main.outline:focus {
    background: rgba(255,255,255,0) !important;
}




/* Button Colours */

.button.dark {
    color: #fff !important;
    background-color: #252525;
}
.button.dark:focus,
.button.dark:hover {
    background-color: #0a0a0a;
}

.button.main {
    color: #fff !important;
    background-color: #295463;
}
.button.main:focus,
.button.main:hover {
    background-color: #32748a;
}

.button.main.light,
.wrapper.secondary .button.main {
    color: #295463 !important;
    background-color: #ffffff;
}
.button.main.light:focus,
.button.main.light:hover,
.wrapper.secondary .button.main:focus,
.wrapper.secondary .button.main:hover {
    color: #32748a !important;
    background-color: #e3e6ff;
}










/* Alerts */
.alert {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4em;
    padding: 14px 18px 15px;
    border-width: 1px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}
.alert.alert-danger {
    color: #9e0000;
    border: 1px solid #bf0b00;
    background-color: #ffe1e1;
    border: none !important;
}
.alert.alert-success {
    color: #005a0d;
    border: 1px solid #006f10;
    background-color: #d9f5de;
    border: none !important;
}
.alert.rounded {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}






/* Articles */

.article {
    display: block;
    position: relative;
    line-height: 1.5em;
    z-index: 25;
}

.article.top {
    margin-top: 25px;
}

.article.bottom {
    margin-bottom: 40px;
}

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

.article p {
    margin: 0 0 15px;
}

.article a:not(.button) {
    text-decoration: underline;
}

.article.links a:not(.button):not(.ignore) {
    color: #295463;
}

.article p:last-child {
    margin-bottom: 0;
}

.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
    line-height: 1em;
}
.article h1:first-child,
.article h2:first-child {
    margin-bottom: 20px;
}

.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article:not(.compact) p > a.button {
    vertical-align: top;
}
.article:not(.compact) p > a.button:not(:last-child) {
    margin-right: 20px;
    margin-bottom: 20px;
}


.icon-article {
    position: relative;
    margin-bottom: 25px;
    padding-left: 65px;
    min-height: 50px;
}
.icon-article .article h3 {
    margin: 0;
    font-size: 1.25rem;
}
.icon-article > .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}
.icon-article > .icon.icon-location {
    background-image: url('/images/icon-location.png');
    background-size: 40px;
}
.icon-article > .icon.icon-email {
    background-image: url('/images/icon-email.png');
}
.icon-article > .icon.icon-phone {
    background-image: url('/images/icon-phone.png');
}











/* Images */

.image.centered {
    display: block;
    overflow: hidden;
    position: relative;
}

.image.centered > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
}

.image.centered > img.child-vertical {
    max-width: 100%;
    max-height: none;
}

.image.centered > img.child-horizontal {
    max-width: none;
    max-height: 100%;
}

.image.centered.inside > img.child-vertical {
    max-width: none;
    max-height: 100%;
    min-width: 0;
}

.image.centered.inside > img.child-horizontal {
    max-width: 100%;
    max-height: none;
    min-height: 0;
}

.image.center {
    background-position: center;
    background-repeat: no-repeat;
}

.image.spread {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image.cover {
    background-size: cover !important;
}
.image.contain {
    background-size: contain !important;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}






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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.slider-wrap {
    display: block;
    position: relative;
    margin: 0 0 -1px;
}
.slider-wrap .slide {
    padding: 0 15px;
}

.slider {
    list-style: none!important;
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.slider .slick-slide,
.slider .slick-slide>div {
    line-height: 0;
}

.slider .slick-slide .slide {
    line-height: 1.65em;
}

.slider.clean .slick-dots,
.slider.clean:not(.navigation) .slick-arrow {
    display: none!important;
}

.slider-wrap .slick-dots {
    display: inline-block;
    list-style: none;
    position: absolute;
    left: 50%;
    z-index: 50;
    margin: 0;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 210px;
    padding: 0;
    white-space: nowrap;
    bottom: 30px;
}
.slider-wrap.dots-right .slick-dots {
    left: auto;
    top: -60px;
    right: 0;
    width: 50%;
    transform: none;
    -webkit-transform: none;
}
.slider-wrap.dots-up .slick-dots {
    top: -45px;
    bottom: auto;
}
.slider-wrap .slick-dots li {
    display: inline-block;
    vertical-align: top;
}

.slider-wrap .slick-dots li>button {
    display: block;
    min-width: 0;
    min-height: 0;
    width: 22px;
    height: 22px;
    font-size: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    color: transparent;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    overflow: hidden;
}

.slider-wrap .slick-dots li>button::before {
    content: ' ';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
    margin: 3px auto 0;
}

.slider-wrap .slick-dots li.slick-active>button::before {
    background: rgba(255, 255, 255, 1);
}

.slider-wrap .slick-arrow {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 64px;
    height: 60px;
    font-size: 0;
    color: transparent;
    background: transparent;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body.ready .slider-wrap .slick-arrow {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.slider-wrap .slick-arrow:hover {
    opacity: 1;
}
.slider-wrap .slick-arrow.slick-next { right: 18px; }
.slider-wrap .slick-arrow.slick-prev { left: 18px; }
.slider-wrap.outer-arrow .slick-arrow.slick-next { right: -80px; }
.slider-wrap.outer-arrow .slick-arrow.slick-prev { left: -80px; }

.slider-wrap.arrows .slick-arrow::before,
.slider-wrap.arrows .slick-arrow::after {
    bottom: 18px !important;
}
.slider-wrap.arrows .slick-arrow.slick-next {
    background-size: auto 48px;
    background-image: url('/images/arrow-right-black.png');
}
.slider-wrap.arrows .slick-arrow.slick-prev {
    background-size: auto 48px;
    background-image: url('/images/arrow-left-black.png');
}
.slider-wrap.arrows.white .slick-arrow.slick-next {
    background-size: auto 48px;
    background-image: url('/images/arrow-right-white.png');
}
.slider-wrap.arrows.white .slick-arrow.slick-prev {
    background-size: auto 48px;
    background-image: url('/images/arrow-left-white.png');
}

.slider-wrapper > .divider {
    display: block;
    position: absolute;
    z-index: 35;
    bottom: 0;
    height: 50px;
    background: #fff;
    width: calc( 50% - 50px );
}
.slider-wrapper > .divider::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 45;
    width: 60px;
    height: 50px;
    background: #fff;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}
.slider-wrapper > .divider-left {
    left: 0;
}
.slider-wrapper > .divider-right {
    right: 0;
}
.slider-wrapper > .divider-left::after {
    right: -60px;
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
}
.slider-wrapper > .divider-right::after {
    left: -60px;
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
}







/* Website Header, Footer, Main Theme below */







/* General */

h1, h2, h3, h4 {
    color: inherit;
    font-weight: 600;
    font-family: 'Futura', sans-serif;

    /*font-family: 'Montserrat', sans-serif;*/
}
body {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-family: 'Futura', sans-serif;

    /*font-family: 'Montserrat', sans-serif;*/
}
body .website {
    overflow: hidden;
}
body:not(.no-space) {
    padding-top: 110px;
}
body.homepage:not(.no-space) {
    padding-top: 0;
}




/* Articles */
.article-actions {
    text-align: right;
}
.article-title {
    display: block;
}
.article-title:not(.zero):not(.subtle) {
    margin-bottom: 55px;
}
.article-title.bottom {
    margin-bottom: 30px;
}
.article-title.offset {
    margin: 15px 0 55px;
}
.article-title > h1,
.article-title > h2 {
    line-height: 1em;
}

.article-title > h1,
.article-title > h2 {
    font-size: 2.75rem;
}

.article-title p strong > em,
.article-title p em > strong {
    display: block;
    color: #295463;
    font-weight: 600;
    font-size: 1.185rem;
    font-style: normal !important;
}
.article-title p:nth-child(1) strong > em,
.article-title p:nth-child(1) em > strong {
    margin: 0 0 -6px !important;
}

.article-wrap.bottom {
    margin-bottom: 45px;
}
.tiles-wrap.break-even,
.article-wrap.break-even {
    display: block;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 48.5%;
}
.article-wrap .is-right {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 25;
    margin: 0;
}
.article-wrap .is-right.bottom {
    top: auto;
    bottom: 0;
}















/* Logo */
.logo-wrap:not(.static) {
    cursor: pointer;
}














/* Menus */
.menu-wrap {
    display: block;
    position: relative;
    text-align: left;
    z-index: 6;
}
.menu-wrap > ul,
.menu-wrap li > .dropdown > ul {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
}
.menu-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0;
}
.menu-wrap > ul > li > a {
    display: block;
}



/* Menu Dropdown  */
.menu-wrap li.has-dropdown > .dropdown {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.menu-wrap li.has-dropdown:not(:hover):not(:focus):not(.hover) > .dropdown {
    -webkit-transform: translateY(100%) scaleY(0);
    transform: translateY(100%) scaleY(0);
    opacity: 0;
}
.menu-wrap li.has-dropdown > .dropdown ul {
    z-index: 12;
}
.menu-wrap li.has-dropdown > .dropdown ul > li {
    display: block;
    position: relative;
}
.menu-wrap li.has-dropdown > .dropdown ul > li > a {
    display: inline-block;
}
body.ready .menu-wrap li.has-dropdown > .dropdown {
    transition: 0.3s;
}






/* Slider */
.slider-wrapper {
    display: block;
    position: relative;
    max-height: 100%;
}
.slider-wrapper .slider-wrap .slide,
.slider-wrapper .slider-wrap .slide-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 0;
}
.slider-wrapper .slider-wrap.backside .slide-image {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.slider-wrapper .slider-wrap.backside .slide::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0,0,0,0.2);
}
.slider-wrapper .slider-wrap.backside .slide .article {
    color: #fff;
}
.slider-wrapper .slider-wrap.backside .slide .card-wrap {
    max-width: 100%;
    width: 700px;
    top: 50%;
    text-align: center;
    margin: -30px auto 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-wrapper .slider-wrap.backside .slide .scroller {
    display: block;
    position: absolute;
    margin: 0 auto;
    bottom: 120px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    -webkit-transform: translateX(-50%) scaleY(1);
}
.slider-wrapper .slider-wrap.backside .slide .scroller:not(:hover) {
    opacity: 0.55;
}
.slider-wrapper .slider-wrap.backside .slide .scroller > img {
    max-width: 100%;
}
.slider-wrapper .slider-wrap .slide.has-top {
    padding-top: 65px;
}
.slider-wrapper .slider-wrap .slide.has-bottom {
    padding-bottom: 80px;
}
.slider-wrapper .slider-wrap:not(.auto-height) .slide,
.slider-wrapper .slider-wrap:not(.auto-height) .container {
    position: relative;
    height: 300px;
    z-index: 15;
}
.slider-wrapper .slider-wrap.main-slider .slide,
.slider-wrapper .slider-wrap.main-slider .container {
    height: 950px;
}
.slider-wrapper .static-slider .slide {
    color: #fff;
    background-position: center 60%;
}
.slider-wrapper .static-slider .slide::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
}
.slider-wrapper .static-slider .slide .container {
    position: relative;
    z-index: 25;
}
.slider-wrapper .card-medium {
    margin: 70px auto 0;
    max-width: 100%;
    width: 650px;
}
body.ready .slider-wrapper .slider-wrap.backside .slide .scroller {
    transition: 0.25s;
}






/* Languages */
.language-switch {
    display: inline-block;
    width: 52px;
    height: 52px;
    white-space: nowrap;
    font-size: 0;
}
.language-switch > .language-item {
    position: absolute;
    display: inline-block;
    width: 60px; height: 60px;
    top: 0; right: 0;
    z-index: 15;
    text-align: right;
}
.language-switch > .language-item.active {
    z-index: 25;
}
.language-switch > .language-item > i.flag {
    display: inline-block;
    width: 52px; height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid #fff;
    border-radius: 999px;
}
.language-switch > .language-item > i.flag-en {
    background-image: url('/images/flag-en.png');
}
.language-switch > .language-item > i.flag-nl {
    background-image: url('/images/flag-nl.png');
}
body.ready .language-switch > .language-item {
    transition: 0.2s;
}
.language-switch:hover > .language-item.active:not(:hover) {
    /*opacity: 0.55;*/
}
.language-switch:hover > .language-item:nth-child(2) {
    top: 55px;
}
.language-switch:hover > .language-item:nth-child(3) {
    top: 110px;
}
.language-switch:hover > .language-item:nth-child(4) {
    top: 165px;
}











/* Header */
.header-wrapper .container,
.header-wrapper .container-fluid {
    position: relative;
    z-index: 15;
}
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}
.header-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    box-shadow: 0 0 6px 1px rgba(0,0,0,0.085);
    background: #fff;
}
.header-wrapper .header {
    display: block;
    position: relative;
    box-sizing: content-box;
    min-height: 90px;
    height: 110px;
    padding: 0;
    z-index: 3;
    overflow: hidden;
}
.header-wrapper .header-logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 15;
    width: 85px;
    height: auto;
    margin-top: -3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header-wrapper .header-logo > a {
    display: inline-block;
}
body.ready .header-logo,
body.ready .header-wrapper,
body.ready .header-wrapper::before,
body.ready .header-wrapper .header,
body.ready .header-wrapper .header-logo > a {
    transition: 0.285s;
}
.header-wrapper .language-switch {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 20;
}
.header-wrapper:not(.has-hamburger) .hamburger {
    display: none;
}
body.menu-open .header-wrapper::before,
body.homepage:not(.scrolled) .header-wrapper::before {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
body.menu-open .header-wrapper .header-logo > a,
body.homepage:not(.scrolled) .header-wrapper .header-logo > a {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}







/* Footer */
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3 {
    color: #fff;
}
.footer-wrapper a:not(.button),
.footer-wrapper .article:not(.ignore),
.footer-wrapper a:not(.button):hover,
.footer-wrapper a:not(.button):focus {
    color: #fff;
}
.footer-wrapper {
    color: #fff;
    background: #295463;
}

.footer-wrapper .has-compact {
    line-height: 1.5em;
}
.footer-wrapper .article table {
    width: 100%;
}
.footer-wrapper .article table th,
.footer-wrapper .article table td {
    vertical-align: top;
    line-height: 1.35em;
    font-size: 1.025rem;
    padding: 4px 0 8px;
}
.footer-wrapper .article table th:not(:last-child),
.footer-wrapper .article table td:not(:last-child) {
    padding-right: 14px;
}
.footer-wrapper .article table th:not(:first-child),
.footer-wrapper .article table td:not(:first-child) {
    font-size: 1.085rem;
}
.footer-wrapper {
    display: block;
    position: relative;
    padding: 0 0 25px;
    overflow: hidden;
}
.footer-wrapper .container,
.footer-wrapper .footer-inner {
    position: relative;
    z-index: 12;
}
.footer-wrapper .footer-inner {
    padding-left: 420px;
    z-index: 18;
}
.footer-wrapper .footer-inner > .footer-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 170px;
    max-width: 100%;
    width: 400px;
}

.footer-wrapper .footer-left .logo-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.footer-wrapper .footer-wrap {
    display: block;
    position: relative;
    padding: 80px 0 20px;
    min-height: 300px;
    z-index: 60;
}

.footer-wrapper .footer-logo {
    display: block;
    max-width: 100%;
    width: 225px;
}
.footer-wrapper .footer-block {
    display: block;
    position: relative;
    margin-bottom: 45px;
}
.footer-wrapper .footer-block.has-top {
    padding-top: 40px;
}
.footer-wrapper .footer-block h3 {
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.footer-wrapper .footer-block .article {
    width: 500px;
    max-width: 100%;
}

.footer-wrapper .footer-block.menu-wrap >ul > li {
    display: block;
}

.footer-wrapper .footer-block.menu-wrap.has-double > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
}

.footer-wrapper .footer-block.menu-wrap >ul > li > a {
    display: inline-block;
}
.footer-wrapper .article a:not(.button) {
    text-decoration: none;
}
.footer-wrapper .article a:not(.button):hover,
.footer-wrapper .article a:not(.button):focus {
    text-decoration: underline !important;
}
.footer-wrapper .footer-block .alert {
    margin: 2px 0 18px;
}




/* Footer Developer */
.copyright-wrapper {
    position: relative;
    z-index: 65;
}
.copyright-wrapper .article {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.developer-wrapper {
    position: relative;
    min-height: 35px;
}
.developer-wrapper .developer-wrap {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.developer-wrapper > div:not(.developer-wrap) {
    position: relative;
    z-index: 12;
}







/* Navigation Menu */
.navigation-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    overflow: hidden;
    background: #000;
}
.navigation-wrapper::before,
.navigation-wrapper::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background: rgba(0,0,0,0.45);
}
.navigation-wrapper::before {
    z-index: 15;
    background-image: url('/images/bg-navigation.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
body:not(.menu-open) .navigation-wrapper {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}
body.ready.menu-open .navigation-wrapper {
    transition: opacity 0.3s;
}
body.ready .navigation-wrapper {
    transition: opacity 0.3s, transform 0s linear 0.3s;
}
.navigation-wrapper .container {
    position: relative;
    z-index: 250;
    height: 100%;
}
.navigation-wrapper .navigation-menu {
    display: block;
    position: relative;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 285;
    top: 52.5%;
}
.navigation-wrapper .navigation-menu ul {
    display: inline-block;
    position: relative;
    list-style: none;
    text-align: left;
    margin: 0;
    width: 600px;
    max-width: 100%;
    padding: 0 0 0 25px;
}
.navigation-wrapper .navigation-menu ul > li {
    display: block;
    position: relative;
    padding: 15px 0;
}
.navigation-wrapper .navigation-menu ul > li > a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1em;
    padding-left: 40px;
    text-decoration: none !important;
}
.navigation-wrapper .navigation-menu ul > li.active > a {
    font-weight: 700;
}
.navigation-wrapper .navigation-menu ul > li > a::before {
    content: ' ';
    display: block;
    position: absolute;
    border: 2px solid rgba(255,255,255,0.35);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
}
.navigation-wrapper .navigation-menu ul:not(:hover) > li.active > a::before,
.navigation-wrapper .navigation-menu ul > li:hover > a::before {
    background: #fff;
    border: 2px solid #fff;
}
body.ready .navigation-wrapper .navigation-menu ul > li > a::after,
body.ready .navigation-wrapper .navigation-menu ul > li > a::before {
    transition: 0.2s;
}
.navigation-wrapper .navigation-menu .dropdown {
    padding-left: 50px;
}
.navigation-wrapper .navigation-menu .dropdown ul > li > a {
    white-space: nowrap;
    font-size: 1.85rem;
}

.navigation-wrapper .navigation-menu ul > li > a::after {
    content: ' ';
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.35);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 2px;
    width: 0;
}
.navigation-wrapper .navigation-menu ul > li:hover > a::after {
    background: rgba(255,255,255,1);
    left: -20vw;
    width: 20vw;
}







/* Main menu */
.menu-wrapper {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-menu.menu-wrap {
    display: block;
    position: relative;
    text-align: left;
}
.main-menu.menu-wrap.float-right {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
}
.header-wrapper.has-hamburger .main-menu.menu-wrap {
    right: 105px;
}


.main-menu.menu-wrap li > .dropdown {
    position: absolute;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    top: 105px; z-index: 3;
}
.main-menu.menu-wrap li:not(:focus):not(:hover) > .dropdown {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
}

.main-menu.menu-wrap li > .dropdown,
.main-menu.menu-wrap li > .dropdown::before {
    display: block;
    padding: 0 0 0 20px;
}

.main-menu.menu-wrap > ul {
    padding-left: 10px;
}
.main-menu.menu-wrap > ul > li > a {
    z-index: 25;
}
.main-menu.menu-wrap > ul > li > a,
.main-menu.menu-wrap li > .dropdown,
.main-menu.menu-wrap li.has-dropdown > .dropdown ul > li > a {
    padding: 38px 18px 38px;
    white-space: nowrap;
}
.main-menu.menu-wrap ul > li > a {
    display: block;
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: none !important;
}
.main-menu.menu-wrap > ul > li > a {
    font-size: 1.35rem;
}
.main-menu.menu-wrap ul > li > a > span {
    position: relative;
    z-index: 4;
}

body.menu-open .main-menu.menu-wrap ul > li > a,
body.homepage:not(.scrolled) .main-menu.menu-wrap ul > li > a {
    color: rgba(255, 255, 255, 1);
}
body.menu-open .main-menu.menu-wrap > ul:hover li:not(:hover):not(:focus):not(.hover):not(.featured) > a,
body.homepage:not(.scrolled) .main-menu.menu-wrap > ul:hover li:not(:hover):not(:focus):not(.hover):not(.featured) > a {
    color: rgba(255, 255, 255, 0.75);
}

.main-menu.menu-wrap ul > li > a {
    color: rgba(0, 0, 0, 1);
}
.main-menu.menu-wrap > ul:hover li:not(:hover):not(:focus):not(.hover):not(.featured) > a {
    color: rgba(0, 0, 0, 0.7);
}

.main-menu.menu-wrap ul:not(:hover) > li:not(.featured).active > a,
.main-menu.menu-wrap ul > li:not(.featured):hover > a,
.main-menu.menu-wrap ul > li:not(.featured):focus > a {
    color: #295463 !important;
}



.main-menu.menu-wrap > ul > li.featured {
    margin: 0 0 0 15px;
    height: 110px;
}
.main-menu.menu-wrap > ul > li.featured > a {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.2em;
    letter-spacing: 0.025em;
    word-spacing: 0.1rem;
    padding: 16px 26px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    background-color: #295463 !important;
    color: #fff !important;
    top: 50%;
}
.main-menu.menu-wrap > ul > li.featured:hover > a,
.main-menu.menu-wrap > ul > li.featured:focus > a {
    background-color: #32748a !important;
}
body.ready .main-menu.menu-wrap li > .dropdown {
    transition: 0.2s;
}






/* Menu Dropdown  */
.main-menu.menu-wrap li > .dropdown {
    padding-top: 0;
    padding-bottom: 16px;
}
.main-menu.menu-wrap li > .dropdown::before,
.main-menu.menu-wrap li > .dropdown::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    right: -14px;
    bottom: 0;
    z-index: 2;
    border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -webkit-border-radius: 0 0 12px 12px;
    background-color: #fff;
}
.main-menu.menu-wrap li.has-dropdown > .dropdown ul > li > a {
    padding: 1px 0;
    text-transform: none;
}
body.ready .main-menu.menu-wrap ul > li.featured > a::before,
body.ready .main-menu.menu-wrap ul > li > a {
    transition: 0.25s;
}
body.ready .main-menu.menu-wrap {
    transition: 0.25s;
}

.main-menu.menu-wrap li > .dropdown::before {
    top: 20px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.26);
}








/* Hamburger */
.hamburger {
    /*display: none;*/
    cursor: pointer;
    width: 40px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 25;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    padding: 4px;
}
.hamburger.cross,
.hamburger.cross-pre {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 4px;
    margin: 9px 0;
    background: #295462;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.25s;
}
.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
body.menu-open .hamburger div,
body.homepage:not(.scrolled) .hamburger div {
    background: #fff;
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(13px) ;
}
.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-13px) ;
}
.hamburger.cross div:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
}
.hamburger.cross div:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
}






/* Socialmedia */
.socialmedia > ul {
    display: inline-block;
    position: relative;
    margin: 0 -3px;
    padding: 0;
    z-index: 8;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0;
    overflow: hidden;
    text-decoration: none !important;
}
.socialmedia > ul:hover > li:not(:hover):not(:focus) > a {
    opacity: 0.55;
}
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
body.ready .socialmedia > ul > li > a {
    transition: 0.35s;
}




/* Form base  */
.form-wrap.bottom {
    margin-bottom: 35px;
}
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    position: relative;
    width: 100%;
    font-weight: 400;
    padding: 12px 14px;
    min-height: 52px;
    background: #fff;
    outline: none !important;
    overflow: hidden;
    border: none;
    z-index: 19;
}
.form-wrap .field-button {
    position: relative;
}
.form-wrap .field-button > .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    margin: 0;
    padding: 0;
    min-width: 45px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.form-wrap .field-button > .button.next::after {
    background-size: auto 22px;
    right: 5px;
}
.form-wrap.attach-bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 12;
}
.form-wrap .field select,
.form-wrap .field textarea,
.form-wrap .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    background-color: #f4f4f4;
}

.form-wrap .field.file span.filename {
    display: block;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 36px;
    z-index: 5;
    background: #fff;
}
.form-wrap .field input[type=file] {
    position: relative;
    opacity: 0;
    z-index: 25;
}







/* Contact Form */
.contact-form {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
.contact-form form {
    padding: 0;
    margin: 0;
}
.contact-form.bottom  {
    margin-bottom: 25px;
}
.contact-form.semi-width {
    width: 520px;
    max-width: 100%;
}
.contact-form .actions {
    position: relative;
    margin: 35px 0 0;
}
.contact-form .actions:not(.right) .button {
    margin-right: 20px;
    margin-bottom: 16px;
}
.contact-form .actions.zero .button {
    margin: 0 !important;
}
.contact-form .actions .meta {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 1rem;
}
.contact-form .form-wrap .article {
    margin: 0 0 20px !important;
}
.contact-form .form-wrap .article h2 {
    font-size: 1.75rem;
    margin: 0 0 10px;
}
.contact-form .actions .button {
    min-width: 102px;
}
.contact-form .article p {
    margin: 0 0 5px;
}
.contact-form .alert {
    margin: 0 0 20px;
}
.contact-form .alert > ul {
    margin: 0 !important;
}
.contact-form .field-inner::before,
.contact-form .actions.disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-form form:not(.posted) .actions.disabled::after {
    content: ' ';
    display: block;
    cursor: not-allowed;
    background: rgba(246,246,246,0.75);
    z-index: 39;
}
.contact-form .field {
    position: relative;
    padding: 20px 0 0;
    margin: 0 0 15px;
}
.contact-form:not(.rounded) .field-inner {
    position: static;
    line-height: 1.5rem;
    box-shadow: inset 0px -2px 0px 0px #dedede;
    background-color: transparent !important;
}

.contact-form:not(.rounded) .posted .field.has-error .field-inner,
.contact-form:not(.rounded) .field.init.has-error .field-inner {
    background-color: transparent !important;
}
.contact-form:not(.rounded) .posted .field.has-success .field-inner,
.contact-form:not(.rounded) .field.init.has-success .field-inner {
    background-color: transparent !important;
}

.contact-form:not(.rounded) .posted .field.has-error.filled .field-inner::before,
.contact-form:not(.rounded) .field.init.has-error.filled .field-inner::before {
    background-color: #b90000 !important;
}
.contact-form:not(.rounded) .posted .field.has-success .field-inner::before,
.contact-form:not(.rounded) .field.init.has-success .field-inner::before {
    background-color: #009215 !important;
}



.contact-form:not(.rounded) .field-inner::before {
    content: ' ';
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 100%;
}
.contact-form:not(.rounded) .field:not(.focus):not(.filled) .field-inner::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}


body.ready .contact-form .field-inner,
body.ready .contact-form .field-inner::before,
body.ready .contact-form .field .meta {
    transition: 0.2s;
}
.contact-form .field select,
.contact-form .field textarea,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    background: none !important;
}
.contact-form .field textarea {
    resize: none;
    height: 8em;
}
.contact-form .field-inner,
.contact-form .field select,
.contact-form .field-inner::before,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    display: block;
    border-radius: 0 0;
}
.contact-form:not(.rounded) .field.textarea select,
.contact-form:not(.rounded) .field.textarea textarea,
.contact-form:not(.rounded) .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    padding-left: 1px !important;
    padding-right: 1px !important;
}

.contact-form:not(.rounded) .field.textarea textarea,
.contact-form:not(.rounded) .field.textarea .field-inner,
.contact-form:not(.rounded) .field.textarea .field-inner::before {
    border-radius: 0 0;
}
.contact-form .field label.label,
.contact-form .field label.label > span,
.contact-form .field .meta {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


.contact-form.rounded .field-inner {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #fff !important;
}

.contact-form.rounded .field select,
.contact-form.rounded .field textarea,
.contact-form.rounded .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    color: #000 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.contact-wrap:not(.with-labels) .contact-form.rounded .field:not(.focus) .meta.placeholder {
    color: #000 !important;
}

.contact-form .field .meta.error {
    color: #b90000;
    font-weight: 400;
}


.contact-wrap:not(.with-labels) .field:not(.has-error) .meta.error {
    opacity: 0;
}
.contact-wrap:not(.with-labels) .field:not(.focus) .meta.placeholder {
    opacity: 0.45;
}
.contact-wrap:not(.with-labels) .field.focus .meta.placeholder {
    opacity: 0.2;
}

.contact-form:not(.rounded) .field .meta.placeholder {
    top: 20px;
    margin: 14px 0 0 1px;
    /*margin: 0 0 0 1px;*/
}

.contact-form:not(.rounded) .field.file .meta.placeholder {
    opacity: 0 !important;
}


.contact-form.rounded .field .meta.placeholder {
    top: 20px;
}
.contact-wrap:not(.with-labels) .contact-form.rounded .field .meta.placeholder {
    margin: 12px 0 0 20px;
}
.contact-form .field.textarea .meta.placeholder {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}
.contact-form .field label.label {
    right: 0;
    z-index: 12;
}


.contact-form .field .meta.error,
.contact-form .field label.label {
    font-size: 1.1rem;
}

.contact-wrap.is-rounded .contact-form .field .meta.error,
.contact-wrap.is-rounded .contact-form .field label.label {
    line-height: 1em;
}
.contact-wrap.is-rounded .contact-form .field .meta.error {
    -webkit-transform: translate(20px, -5px);
    transform: translate(20px, -5px);
}

.contact-form .field label.label > em {
    float: right;
    color: #ff0102;
    font-weight: 800;
}
.contact-form .field label.label > span {
    color: #000;
}
.contact-form .field.has-success label.label > span {
    color: #009215;
}
body.ready .contact-form .field label.label > span {
    transition: 0.2s;
}
.contact-form .field.has-error label.label > span {
    opacity: 0 !important;
}

.contact-form .form-wrap.minimal form .field.field-recaptcha {
    padding-top: 0 !important;
}



.contact-form .form-wrap.minimal form:not(.posted) .field label.label {
    display: none;
}
.contact-form .form-wrap.minimal form:not(.posted) .field .meta.error {
    display: none;
}



.contact-form .form-wrap.minimal form:not(.posted) .field .meta.placeholder {
    top: 0;
}
.contact-wrap:not(.with-labels) .field.filled .meta.placeholder {
    opacity: 0 !important;
}
.contact-wrap:not(.with-labels) .form-wrap.minimal form:not(.posted) .field {
    padding-top: 0 !important;
}



.contact-wrap.is-medium {
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}

.contact-wrap.with-labels .field .meta.placeholder {
    white-space: nowrap !important;
}

.contact-wrap.with-labels .contact-form.rounded .field-inner {
    background-color: transparent !important;
}
.contact-wrap.with-labels .contact-form.rounded .field select,
.contact-wrap.with-labels .contact-form.rounded .field textarea,
.contact-wrap.with-labels .contact-form.rounded .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #fff !important;
}
.contact-wrap.with-labels .field.has-error .field-inner select,
.contact-wrap.with-labels .field.has-error .field-inner textarea,
.contact-wrap.with-labels .field.has-error .field-inner input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    background-color: #ffe1e1 !important;
}
.contact-wrap.with-labels .field.success .field-inner select,
.contact-wrap.with-labels .field.success .field-inner textarea,
.contact-wrap.with-labels .field.success .field-inner input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    background-color: #d8f5de !important;
}

.contact-wrap.with-labels .contact-form.rounded .field select {
    -webkit-appearance: none !important;
    background-image: url('/images/icon-dropdown.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 14px !important;
}





.contact-form .field.select,
.contact-form .field.radio {
    /*padding-top: 0px;*/
}
.contact-form .field-inner .set {
    min-height: 52px;
}
.contact-form .field-inner .set > .set-item {
    display: inline-block;
    vertical-align: top;
    color: #000;
    width: 50%;
}
.contact-form .field-inner .set > .set-item label {
    margin: 12px 12px 12px 0;
    position: relative;
    z-index: 100;
}
.contact-form .field-inner .set > .set-item label > input {
    margin-right: 5px;
}




/*.contact-wrap.with-labels .contact-form .field.filled .meta.placeholder {*/
/*    opacity: 1 !important;*/
/*}*/
/*.contact-wrap.with-labels .contact-form .field.has-error .meta.placeholder {*/
/*    opacity: 0 !important;*/
/*}*/
/*.contact-wrap.with-labels .contact-form .field.has-error .meta.error {*/
/*    opacity: 1 !important;*/
/*}*/

/*.contact-wrap.with-labels .contact-form .field .meta.placeholder,*/
/*.contact-wrap.with-labels .contact-form .field .meta.placeholder {*/
/*    margin: 0;*/
/*    top: -2px;*/
/*    left: 0px;*/
/*    opacity: 1;*/
/*}*/
/*.contact-wrap.with-labels.is-rounded .contact-form .field .meta.placeholder,*/
/*.contact-wrap.with-labels.is-rounded .contact-form .field .meta.placeholder {*/
/*   color: #fff !important;*/
/*}*/







body.page-contact {
    background-color: #f7f7f7;
}
.contact-wrapper {
    overflow: hidden;
}
.contact-wrap .article-wrap:not(.regular) {
    display: block;
    max-width: 100%;
    width: 320px;
}
.contact-wrap.pull-up {
    margin-top: -350px;
}
.contact-wrap.has-shadow {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.contact-wrap.has-style > .row > div {
    background-color: #fff;
}
.contact-wrap.has-style .primary-bg {
    background-color: #295463 !important;
}
.contact-wrap.has-style .primary-bg.before::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0;
    background-color: #295463 !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
}


.contact-wrap.has-style .contact-padding {
    padding: 60px 0 40px;
}

.contact-wrap.has-style .article-wrap {
    display: block;
    color: #ffffff;
    margin: 0 auto;
    padding: 35px 40px;
    max-width: 100%;
    width: 500px;
}
.contact-wrap.has-style .contact-form {
    background-color: #fff;
    padding: 35px 40px;
}
.contact-wrap.has-style .contact-form .alert {
    margin: -35px -55px 40px;
    padding: 35px 55px 30px;
}

.contact-wrap.is-rounded .contact-form {
    padding: 35px 40px;
}
.contact-wrap.is-rounded .contact-form {
    color: #fff !important;
    background-color: #295463;
}
.contact-wrap.is-rounded.is-light .contact-form {
    background-color: #f2f2f2;
}
.contact-wrap.is-rounded:not(.square) .contact-form {
    border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
}
.contact-wrap.is-rounded.is-medium .contact-form {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.contact-wrap.is-rounded:not(.is-medium) .contact-form::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #295463;
    top: 0; bottom: 0;
    right: -100%;
    width: 100%;
}
.contact-wrap.is-rounded .article-title p strong > em,
.contact-wrap.is-rounded .article-title p em > strong {
    color: #fff;
}
.contact-wrap.is-rounded .field select,
.contact-wrap.is-rounded .field textarea,
.contact-wrap.is-rounded .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]) {
    color: #fff;
}


.contact-wrap.is-rounded .contact-form:not(.rounded) .field-inner {
    box-shadow: inset 0px -2px 0px 0px rgba(255,255,255,0.5);
}
.contact-wrap.is-rounded .contact-form:not(.rounded) .field-inner::before {
    background-color: #fff;
}
.contact-wrap.is-rounded .contact-form .field .meta.error {
    color: #ffffff;
}
.contact-wrap.is-rounded .contact-form .field.has-success label.label > span {
    color: #ffffff;
}
.contact-wrap.is-rounded .field select {
    min-height: 52px;
    width: 95%;
}








/* Tiles */
.tiles-wrap {
    display: block;
    position: relative;
}
.tiles-wrap.has-right {
    padding-right: 60px;
}
.tiles-wrap.has-left {
    padding-left: 60px;
}
.tiles-wrap > .row {
    margin: 0 -20px;
}
.tiles-wrap > .row > div {
    padding: 20px;
    height: 100%;
}
.tiles-wrap > .row.top > div {
    padding: 0 20px 40px;
}
.tiles-wrap .tile-item {
    display: block;
    position: relative;
    min-height: 100px;
    max-width: 100%;
    width: 580px;
}
.tiles-wrap .tile-item.max {
    width: 440px;
    height: 440px;
    margin: 0 auto;
}
.tiles-wrap .tile-item .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.tiles-wrap .tile-item > .image {
    display: block;
    position: relative;
    height: 100%;
}
.tiles-wrap .tile-item .image.inner {
    overflow: hidden;
    position: absolute;
    top: 0;  left: 0;
    right: 0; bottom: 0;
    width: 100%; height: 100%;
}
.tiles-wrap .tile-item.overflow {
    overflow: hidden;
}
.tiles-wrap .tile-item:hover .image.scale {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
body.ready .tiles-wrap .tile-item .image.scale {
    transition: 0.4s;
}


/*.tiles-wrap .tile-item > .fade.image {*/
/*    filter: grayscale(1);*/
/*    -webkit-filter: grayscale(1);*/
/*    opacity: 0.2;*/
/*}*/
/*.tiles-wrap .tile-item > .fade-over {*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    top: 0;  left: 0;*/
/*    right: 0; bottom: 0;*/
/*    border-radius: 100px;*/
/*    width: 100%; height: 100%;*/
/*}*/
/*.tiles-wrap .tile-item:not(:hover) > .fade-over {*/
/*    width: 0%; height: 0%;*/
/*}*/
/*body.ready .tiles-wrap .tile-item > .fade-over {*/
/*    transition: 0.65s;*/
/*}*/





/* Form: Offerte aanvragen */

.toggle-wrapper {
    cursor: pointer;
}

.toggle-wrapper span {
    vertical-align: top;
}

.toggle-wrapper:hover .toggle-handle {
    background-color: #32748a;
}

.toggle-wrapper input[type='checkbox'],
.checkboxes-wrapper input[type='checkbox'] {
    display: none;
}

.toggle-handle {
    width: 25px;
    height: 25px;
    background-color: #295463;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0;
    transition: transform 0.3s, background-color 0.2s;
    transform: translateY(-50%);
    box-shadow: 0 1px 2px 0 rgba(34,36,38,.15), 0 0 0 1px rgba(34,36,38,.15) inset;
}

.toggle-wrapper input[type="checkbox"]:checked + .toggle-handle {
    transform: translate(30px, -50%);
}

.toggle-wrapper:before {
    content: '';
    width: 55px;
    height: 25px;
    background-color: rgba(0,0,0,.05);
    border-radius: 15px;
    display: inline-block;
    margin-right: 0.5rem;
}


/* Checkboxes */

.checkboxes-wrapper {
    display: flex;
    cursor: pointer;
}

.checkboxes-wrapper:before {
    content: '';
    width: 25px;
    height: 25px;
    background-color: rgba(0,0,0,.05);
    border-radius: 5px;
    display: inline-block;
    margin-right: 0.5rem;
}

.checkboxes-wrapper::after {
    content: '\2713';
    font-size: 17px;
    color: #32748a;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.checkboxes-wrapper:hover:after {
    opacity: 0.8;
}

.checkboxes-wrapper.active:after {
    opacity: 1;
}





/* Card Wrap */
.cards-title {
    text-align: center;
}
.cards-wrap.pull-up {
    top: -100px;
    position: relative;
    z-index: 36;
}
.cards-wrap.bottom {
    margin-bottom: 60px;
}
.cards-wrap.top {
    margin-top: 60px;
}
.card-wrap {
    color: #000;
    display: block;
    position: relative;
}
.card-wrap:not(.clean) {
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.card-wrap.rounded {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
.card-wrap:not(.overflow) {
    overflow: hidden;
}
.card-wrap.space {
    padding: 35px;
}
.card-wrap.bottom {
    margin-bottom: 30px;
}
.card-wrap .article {
    position: relative;

    z-index: 15;
}
.card-wrap .article.center {
    text-align: center;
}
.card-wrap .article.bold {
    font-weight: 500;
}
/*.card-wrap .article-max {*/
/*    position: relative;*/
/*    height: 60px;*/
/*    z-index: 15;*/
/*}*/
.card-wrap .article-max > .article.medium {
    font-size: 1.2rem;
}
.card-wrap .article-max > .article strong {
    font-size: 2rem;
    color: #295463;
}
/*.card-wrap .article-max > .article {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    line-height: 1.35em;*/
/*    transform: translateY(-50%);*/
/*}*/
.cards-wrap .card-wrap {
    height: 100%;
}
.card-wrap.has-effect::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border: 4px solid #295463;
    border-radius: 15px;
    opacity: 0;
}
.card-wrap.has-effect.hover::before,
.card-wrap.has-effect:hover::before,
.card-wrap.has-effect:focus::before {
    opacity: 1;
}
body.ready .card-wrap.has-effect::before {
    transition: 0.25s;
}
.card-wrap.has-icon > .image {
    display: block;
    position: relative;
    width: 120px;
    height: 120px;
    margin: 10px auto 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 115px;
    z-index: 15;
}
.card-wrap.card-block .article {
    margin: 0 auto;
    max-width: 100%;
    width: 400px;
}
.card-wrap .card-bubble {
    display: block;
    position: absolute;
    bottom: -40px;
    left: 20px;
    width: 50px;
    height: 40px;
    overflow: hidden;
    transform: skewX(-55deg);
    -webkit-transform: skewX(-55deg);
}
.card-wrap .card-bubble::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 40px;
    background: #fff;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: skewX(55deg);
    transform: skewX(55deg);
}




/* Featured */
.featured-wrap {
    display: block;
    position: relative;
}
.featured-wrap.top {
    margin-top: 50px;
}
.featured-wrap.bottom {
    margin-bottom: 50px;
}
.featured-wrap .featured-item {
    display: block;
    position: relative;
}
.featured-wrap .featured-item .image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.featured-wrap .featured-item .image-wrap > .image {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 25;
}
.featured-wrap .featured-item:hover .image-wrap > .image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-wrap .featured-item > .label {
    display: inline-block;
    position: absolute;
    bottom: -12px;
    right: -12px;
    z-index: 36;
    color: #ffffff;
    background: #000000;
    padding: 10px 22px;
    font-size: 1.35rem;
    font-weight: 500;
}
.featured-wrap .featured-item:hover > .label {
    background: #295462;
}
body.ready .featured-wrap .featured-item > .label,
body.ready .featured-wrap .featured-item .image-wrap > .image {
    transition: 0.25s;
}







/* Projects */
.projects-wrap.bottom {
    margin-bottom: 45px;
}
.projects-wrap .row {
    margin: 0 -20px;
}
.projects-wrap .row > div {
    padding: 0 20px 0;
}
.projects-wrap .project-item {
    position: relative;
    min-height: 350px;
    height: 100%;
}
.projects-wrap .row > div:not(:last-child) .project-item {
    padding-bottom: 100px;
}
.projects-wrap .project-item .image,
.projects-wrap .project-item .half-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    min-height: 300px;
}
.projects-wrap .project-item .half-image {
    background: rgba(0,0,0,0.25);
    left: auto;
    width: 40%;
    bottom: 100px;
    overflow: visible;
}
.projects-wrap .project-item.reverse .half-image {
    left: 0;
    right: auto;
}
.projects-wrap .project-item .article {
    display: block;
    position: relative;
    min-height: 250px;
    width: 45%;
    z-index: 18;
}
.projects-wrap .project-item.reverse .article {
    float: right;
    text-align: right;
}
.projects-wrap .project-item .article.white {
    color: #fff;
}
.projects-wrap .project-item .article h2 {
    display: inline-block;
    text-transform: uppercase;
}
.projects-wrap .project-item .article strong > em,
.projects-wrap .project-item .article em > strong {
    display: block;
    font-style: normal;
    margin: 0 0 8px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #999;
}
.projects-wrap .project-item .article:not(.ignore) p {
    color: #808080;
}
.projects-wrap .project-item .actions {
    margin: 25px 0 0;
}
.projects-wrap .project-item.active .image,
.projects-wrap .project-item:hover .image,
.projects-wrap .project-item:focus .image {
    transform: scale(1.1);
}
.projects-wrap .project-item .half-image::after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 3px;
    height: 110%;
    background: #e9e9e9;
}
.projects-wrap .project-item .half-image::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 110%;
    z-index: -1;
    background: #f3f3f3;
}
.projects-wrap .project-item.reverse .half-image::after {
    left: 0;
}
.projects-wrap .project-item.reverse .half-image::before {
    left: 0;
}
body.ready .projects-wrap .project-item .article,
body.ready .projects-wrap .project-item .image {
    transition: 0.3s;
}
body.ready .projects-wrap .project-item .article p,
body.ready .projects-wrap .project-item .article h3 {
    transition: 0.3s;
}
.projects-wrap .project-item .article .title {
    display: block;
    position: relative;
}
.projects-wrap .project-item:not(.reverse) .article .title::before,
.projects-wrap .project-item.reverse .article .title::after {
    content: ' ';
    display: inline-block;
    vertical-align: 11px;
    width: 50px;
    height: 4px;
    background: #000;
    margin: 0 15px;
}
.projects-wrap .project-item:not(.reverse) .article .title::before {
    margin-left: 0 !important;
}
.projects-wrap .project-item.reverse .article .title::after {
    margin-right: 0 !important;
}





/* Title wrap */
.title-wrap {
    display: block;
    position: relative;
    margin-bottom: 45px;
}
.title-wrap > span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(37, 37, 37, 0.5);
    margin-bottom: 8px;
    text-transform: uppercase;
}





/* Page: Offerte aanvragen */
.contact-side {
    display: block;
    position: relative;
    padding-left: 40px;
}
.contact-side .item {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.contact-side .item span {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(37, 37, 37, 0.5);;
}







/* Reviews */
.review-item {
    margin-bottom: 30px;
}
.review-item.has-bubble {
    margin-bottom: 55px;
}
.reviews-wrap.spread .row {
    margin: 0 -15px;
}
.reviews-wrap.spread .row > div {
    padding: 0 15px 30px;
}
.reviews-wrap.spread .review-item {
    margin: 0;
    height: 100%;
}
.review-item .author {
    display: block;
    position: relative;
    line-height: 1.35rem;
    margin: 0 0 15px;
}
.review-item .author h3 {
    font-size: 1.35rem;
    line-height: 1.1em;
    margin: 0 0 5px;
}
.review-item .author p {
    color: #295463;
    font-weight: 500;
    margin: 0;
}
.review-item .author.has-image {
    padding-left: 75px;
    min-height: 46px;
}
.review-item .author > .image {
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.review-item .article {
    color: #808080;
}





/* Modals */
.modal-wrap {
    display: block;
    position: fixed;
    padding: 30px;
    top: 0; left: 0; right:0;
    background-color: rgba(0,0,0,0.95);
    height: 100vh; z-index: 7500;
}
.modal-wrap:not(.active) {
    display: none;
}
.modal-wrap .modal-screen {
    display: block;
    position: relative;
    background-color: #fff;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.modal-wrap .modal-content > .content,
.modal-wrap .modal-content:not(.zero) {
    padding: 20px 30px 15px;
}
.modal-wrap .modal-actions {
    background-color: #f6f6f6;
    padding: 25px 25px 20px;
}
.modal-wrap .modal-actions .button.close {
    color: #bb1616;
}
.modal-wrap .modal-actions .button.right {
    float: right;
}
.modal-wrap .contact-form .alert {
    margin: -20px -30px 20px;
    padding: 25px 30px;
}
.modal-wrap .contact-form.rounded .alert {
    margin: -35px -40px 35px;
    padding: 25px 40px;
}

.modal-wrap .contact-form .actions {
    display: none;
}



















/* Main Theme Responsive */
@media all and (max-width: 1400px) {



    /* Slider */
    .slider-wrapper .card-medium {
        width: 535px;
    }




    /* Header */
    .main-menu.menu-wrap > ul > li > a,
    .main-menu.menu-wrap li.has-dropdown > .dropdown ul > li > a {

        /*padding: 15px 12px 15px;*/

    }




}

@media all and (max-width: 1200px) {
    /*h1 { font-size: 34px; }*/
    /*h2 { font-size: 32px; }*/



    /* Slider */
    .slider-wrapper .card-medium {
        width: 445px;
    }




    /* Header */
    .header-wrapper .container,
    .header-wrapper .container-fluid {
        max-width: 100%;
    }
    .main-menu.menu-wrap > ul > li > a,
    .main-menu.menu-wrap li > .dropdown,
    .main-menu.menu-wrap li.has-dropdown > .dropdown ul > li > a {
        padding-left: 13px;
        padding-right: 13px;
    }






    /* Footer */
    .footer-wrapper .footer-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .footer-wrapper .footer-inner > .footer-left {
        position: relative;
        text-align: left;
        margin: 0 0 45px;
        height: auto;
    }
    .footer-wrapper .footer-left .logo-wrap {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
    }



    /* Tiles */
    .tiles-wrap.has-right {
        padding-right: 35px;
    }
    .tiles-wrap.has-left {
        padding-left: 35px;
    }
    .tiles-wrap > .row {
        margin: 0 -15px;
    }
    .tiles-wrap > .row > div {
        padding: 15px;
    }
    .tiles-wrap > .row.top > div {
        padding: 0 15px 30px;
    }

    .tiles-wrap .tile-item.max {
        width: 256px;
        height: 256px;
    }






}

@media all and (max-width: 992px) {


    /* General */
    body:not(.no-space) {
        padding-top: 100px;
    }

    .wrapper {
        padding: 45px 0;
    }
    .article-actions {
        text-align: left;
    }




    /* Header */
    .header-wrapper .header {
        height: 100px;
    }
    .header-wrapper .hamburger,
    .header-wrapper:not(.has-hamburger) .hamburger {
        display: block;
    }
    .header-wrapper .language-switch {
        right: 20px;
    }
    .header-wrapper.has-hamburger .main-menu.menu-wrap {
        display: none !important;
    }



    /* Languages */
    .language-switch:hover > .language-item:nth-child(2) {
        top: auto;
        right: 55px;
    }
    .language-switch:hover > .language-item:nth-child(3) {
        top: auto;
        right: 110px;
    }
    .language-switch:hover > .language-item:nth-child(4) {
        top: auto;
        right: 165px;
    }




    /* Main Menu */
    .main-menu.menu-wrap {
        display: block;
        position: absolute;
        bottom: 1px;
        left: 20px;
        right: 20px;
        z-index: 11;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform: translateY(100%) scaleY(0);
        -webkit-transform: translateY(100%) scaleY(0);
        opacity: 0;
    }
    body.menu-open .main-menu.menu-wrap {
        opacity: 1;
        transform: translateY(100%) scaleY(1);
        -webkit-transform: translateY(100%) scaleY(1);
        box-shadow: 0 10px 10px -10px rgba(0,0,0,0.1);
    }
    .main-menu.menu-wrap::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: -300px;
        right: -300px;
        bottom: 0;
        z-index: 2;
    }
    .main-menu.menu-wrap,
    .main-menu.menu-wrap::before {
        background-color: #fff;
    }
    .main-menu.menu-wrap.float-right {
        top: auto;
        left: 0;
        right: 0;
        padding: 0 20px;

        display: none !important;
    }
    .main-menu.menu-wrap ul {
        display: block;
        padding: 5px 0px 30px;
    }
    .main-menu.menu-wrap ul > li {
        display: block;
        line-height: 1.35em;
    }
    .main-menu.menu-wrap ul > li > a {
        display: inline-block;
        padding: 2px 0;
    }
    .main-menu.menu-wrap > ul > li span {
        display: inline-block;
        height: auto;
        padding: 2px 0;
    }

    .main-menu.menu-wrap > ul > li:not(.featured) span::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 8px;
        height: 2px;
        background: #295463;
        transform: translateY(-50%) scaleX(0);
        -webkit-transform: translateY(-50%) scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin:  0 0;
        opacity: 0;
    }
    .main-menu.menu-wrap > ul > li:not(.featured):hover > a > span::before,
    .main-menu.menu-wrap > ul > li:not(.featured):focus > a > span::before {
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        opacity: 1;
    }
    .main-menu.menu-wrap > ul > li:not(.featured):hover > a > span,
    .main-menu.menu-wrap > ul > li:not(.featured):focus > a > span {
        padding-left: 15px;
    }
    body.ready .main-menu.menu-wrap,
    body.ready .main-menu.menu-wrap::before,
    body.ready .main-menu.menu-wrap > ul > li span::before {
        transition: 0.25s;
    }
    body.ready .main-menu.menu-wrap > ul > li span {
        transition: padding 0.25s;
    }

    .main-menu.menu-wrap > ul > li.featured {
        height: auto;
        bottom: 30px;
        top: auto;
    }
    .main-menu.menu-wrap > ul > li.featured > a {
        -webkit-transform: none;
        transform: none;
    }


    .main-menu.menu-wrap li > .dropdown {
        top: auto;
        bottom: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        z-index: 150;
        left: 0;
    }
    .main-menu.menu-wrap li > .dropdown {
        display: none !important;
    }


    /*.main-menu.menu-wrap li > .dropdown {*/
    /*    padding-left: 45px;*/
    /*}*/






    /* Menu Dropdowns */
    .menu-wrap li.has-dropdown > .dropdown {
        top: 0;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
    }
    .menu-wrap li.has-dropdown > .dropdown {
        position: relative;
        -webkit-transform: none;
        transform: none;
        display: none;
        transition: 0s !important;
    }
    .menu-wrap li.has-dropdown:not(:hover):not(:focus):not(.hover) > .dropdown {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    .main-menu.menu-wrap li.has-dropdown > .dropdown ul > li > a {
        padding: 2px 0;
        text-transform: none;
        line-height: 1em;
    }
    .main-menu.menu-wrap li > .dropdown::before {
        display: none;
    }


    body.page-home .cards-wrapper {
        padding-bottom: 0 !important;
    }
    .card-wrap .card-bubble::after {
        box-shadow: none !important;
    }
    .cards-wrap:not(.no-space) > .row > div {
        padding-bottom: 15px;
    }
    .featured-wrap:not(.no-space) > .row > div {
        padding-bottom: 25px;
    }
    .featured-wrap:not(.no-space) > .row > div.odd.last {
        display: none;
    }



    /* Slider */
    .slider-wrapper .slider-wrap.backside .slide-image {
        width: 100%;
    }
    .slider-wrapper .slider-wrap.backside .slide::after {
        display: none;
    }
    .slider-wrapper .slider-wrap .slick-arrow {
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: 110px;
    }
    .slider-wrap .slick-arrow.slick-prev {
        left: 10px;
    }
    .slider-wrap .slick-arrow.slick-next {
        right: 10px;
    }




    /* Tiles */
    .tiles-wrap.has-right {
        padding-right: 0;
    }
    .tiles-wrap.has-left {
        padding-left: 0;
    }





    /* Reviews */
    .reviews-wrap .review-item {
        margin-bottom: 22px;
    }
    .reviews-wrap .row > div:nth-child(even) .review-item.card-wrap {
        margin-left: 30px;
    }
    .reviews-wrap .row > div:nth-child(even) .review-item.card-wrap .card-bubble {
        -webkit-transform: skewX(-45deg);
        transform: skewX(-45deg);
        background-color: #fff;
        bottom: 25px;
        left: -15px;
    }
    .reviews-wrap .row > div:nth-child(odd) .review-item.card-wrap {
        margin-right: 30px;
    }
    .reviews-wrap .row > div:nth-child(odd) .review-item.card-wrap .card-bubble {
        -webkit-transform: skewX(45deg);
        transform: skewX(45deg);
        background-color: #fff;
        bottom: 25px;
        right: -15px;
        left: auto;
    }




    /* Tiles */
    .tiles-wrap .tile-item.max {
        width: 200px;
        height: 200px;
    }




    /* Contact */
    .contact-wrap.has-style .article-wrap {
        width: auto;
    }
    .contact-wrap.has-style .article-wrap {
        padding: 30px 35px 15px;
    }
    .contact-wrap .article-wrap:not(.zero) {
        margin-top: 50px;
    }




    /* Slider */
    body:not(.page-home) .slider-wrapper .slider-wrap.main-slider .slide,
    body:not(.page-home) .slider-wrapper .slider-wrap.main-slider .container {
        height: 500px;
    }




    /* Page: Offerte aanvragen */
    .contact-side {
        padding-top: 30px;
        padding-left: 0;
    }


}

@media all and (max-width: 768px) {

    .article-title > h1,
    .article-title > h2 {
        font-size: 2.5rem;
    }




    /* General */
    .wrapper {
        padding: 40px 0;
    }
    .wrapper.spacing {
        padding: 60px 0 65px;
    }
    .wrapper.spacing-top {
        padding-top: 60px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 65px;
    }
    .row.md-line > div:not(:last-child)::after {
        display: none;
    }



    /* Buttons */
    .button:not(.square) {
        font-size: 1.075rem;
    }



    /* Header */
    .header-wrapper .header {
        overflow: visible;
    }
    .header-wrapper .main-menu li,
    .header-wrapper .main-menu li.item-home {
        display: block !important;
    }




    /* Main Menu */
    .main-menu.menu-wrap ul {
        display: inline-block;
    }
    .main-menu.menu-wrap > ul > li:not(.featured) {
        padding-left: 25px;
    }
    .main-menu.menu-wrap > ul > li.featured {
        position: relative;
        float: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 10px 0 0 0;
    }




    /* Footer */
    .footer-wrapper .footer-wrap {
        padding-top: 45px;
        padding-bottom: 0;
    }
    .footer-wrapper .footer-block {
        margin-bottom: 40px;
    }
    .footer-wrapper .footer-block.has-top {
        padding-top: 0;
    }




    /* Project */
    .projects-wrap .project-item .half-image {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        top: auto;
        width: auto;
        height: 225px;
        margin-bottom: 45px;
    }
    .projects-wrap .project-item .article {
        width: auto;
    }
    .projects-wrap .project-item .image,
    .projects-wrap .project-item .half-image {
        min-height: 225px;
        height: 225px;
    }
    .projects-wrap .row > div:not(:last-child) .project-item {
        padding-bottom: 55px;
    }



    /* Others */
    .featured-wrap:not(.no-space) > .row > div.odd.last {
        display: block;
    }





    /* Form: Offerte aanvragen */
    .offerte-aanvragen-form .field-inner .set > .set-item {
        width: 100%;
    }

}

@media all and (max-width: 575px) {
    body { font-size: 1.15rem; }
    h1 { font-size: 1.85rem; }
    h2 { font-size: 1.65rem; }
    h3 { font-size: 1.25rem; }
    .article-title > h1,
    .article-title > h2 {
        font-size: 2.15rem;
        line-height: 0.95em;
    }



    .wrapper.spacing {
        padding: 40px 0 45px;
    }
    .wrapper.spacing-top {
        padding-top: 40px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 45px;
    }




    /* General */
    .button:not(.square) {
        padding: 15px 22px;
    }
    .article.bottom {
        margin-bottom: 30px;
    }
    .article-title:not(.zero):not(.subtle) {
        margin-bottom: 35px;
    }



    /* Header */
    .header-wrapper .header-logo {
        max-width: 75%;
    }
    .header-wrapper .header-logo > a {
        display: block;
        position: relative;
        margin-top: -2px;
        left: 20px;
    }




    /* Tiles */
    .tiles-wrap > .row {
        margin: 0 -10px;
    }
    .tiles-wrap > .row > div {
        padding: 10px;
    }
    .tiles-wrap > .row.top > div {
        padding: 0 10px 20px;
    }




    /* Cards */
    .card-wrap.space {
        padding: 25px;
    }
    .contact-wrap.has-style .article-wrap {
        padding: 25px 28px 5px;
    }
    .contact-wrap.has-style .contact-form {
        padding: 30px 28px 20px;
    }
    .contact-wrap.is-rounded .contact-form {
        padding: 20px 25px;
        padding-right: 0 !important;
    }
    .cards-wrap.pull-up {
        top: -75px;
    }




    /* Main Menu */
    .main-menu.menu-wrap > ul > li.featured > a {
        padding-top: 12px;
        padding-bottom: 12px;
    }





    /* Form: Offerte aanvragen */
    .toggle-handle {
        position: absolute;
    }
    
}

@media all and (max-width: 420px) {



    body.page-contact .icon-article {
        padding-left: 0;
    }
    body.page-contact .icon-article > .icon {
        display: none;
    }



}

@media all and (max-width: 360px) {



}

@media all and (min-height: 730px) and (max-width: 768px) {




}








/* Mobile Friendly -  Bootstrap Responsive */

.hidden-xl { display: none !important; }
.visible-xl { display: block !important; }
.visible-xs { display: none !important; }
.row > div > .full-height {
    display: block;
    position: relative;
    height: 100%;
}

@media all and (min-width: 1400px) {
    .container {
        max-width: 1370px;
    }
}
@media all and (max-width: 1200px) {
    .hidden-xl { display: block !important; }
    .inline.hidden-xl { display: inline-block !important; }
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }
    .row-xl { display: block !important; }
}

@media all and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }
    .row-lg { display: block !important; }
}

@media all and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }
    .row-md { display: block !important; }
    .xs-table-block table,
    .xs-table-block table tbody,
    .xs-table-block table thead,
    .xs-table-block table tr,
    .xs-table-block table th,
    .xs-table-block table td {
        display: block;
    }
    .xs-table-block table td:not(:first-child) {
        margin-top: 15px !important;
    }
}

@media all and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }
    .inline.visible-xs { display: inline-block !important; }
    .container-fluid { padding: 0 20px; }
    .container { padding: 0 20px; }
    .row-sm { display: block !important; }
}




