/*
---------------------------
ALGEMEEN
---------------------------
*/


/*
body:after {
	position: fixed;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 60px 0 0;
	border-color: #46cabc transparent transparent transparent;
	content:'';
	z-index: 997888 !important;
}
*/


/*
.bg-page-icon {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 1500px;
	left:0;
	top: 0rem;
	background:  url('../images/icon.png') no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	-webkit-transform: translate3d(0,0,0);
	opacity: 0.04;
	z-index: 0;
}
*/

#page-container {
    position: relative;
    z-index: 2;
    /* 	padding: 0 40px 0px 40px; */
}

@media (max-width: 1600px) {
    #page-container {
        margin: 0 0px 0px 0px;
    }
}

.main-content {
    position: relative;
}

.section-wrapper {
    display: block;
    position: relative;
    /* 	max-width: 94em; */
    margin: auto;
}

.section-wrapper.maxed {
    padding-left: 1rem;
    padding-right: 1rem;
}

.section-c2a {
    /* 	overflow: hidden; */
}

.row {
    max-width: 74em;
    z-index: 2;
    position: relative;
}

.row.narrow {
    max-width: 70em
}

.row.wide {
    max-width: 80em
}

.row.wider {
    max-width: 92.5em
}

.max-width {
    max-width: 88em;
    margin: auto;
}

.header-placeholder {
    display: block;
    /* 	height: 130px; */
}

.header-placeholder {
    display: block;
    height: 120px;
}

@media (max-width: 1600px) {
    .row.wider {
        max-width: 82.5em
    }
}

@media (max-width: 1440px) {
    .row.wider {
        max-width: 78em
    }
}

@media (max-width: 1320px) {
    .row.wider {
        max-width: 90%
    }
}

@media (max-width: 1024px) {
    .row {
        max-width: 62rem
    }
    .row.wide {
        max-width: 62rem
    }
    .row.wider {
        max-width: 96%
    }
    .row.narrow {
        max-width: 94%
    }
}

@media (max-width: 640px) {
    .section-wrapper {}
}


/*
---------------------------
TOPBAR
---------------------------
*/

#topbar {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 999 !important;
    -webkit-transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    -ms-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
    will-change: height;
}


/*
#topbar.no-cover {
	position: fixed !important;
	height: 80px;
	background: #091026
}
*/

#topbar.with-cover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: -moz-linear-gradient(top, rgba(10, 17, 39, 1) 0%, rgba(10, 17, 39, 0) 91%, rgba(10, 17, 39, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(10, 17, 39, 1) 0%, rgba(10, 17, 39, 0) 91%, rgba(10, 17, 39, 0) 100%);
    background: linear-gradient(to bottom, rgba(10, 17, 39, 1) 0%, rgba(10, 17, 39, 0) 91%, rgba(10, 17, 39, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a1127', endColorstr='#000a1127', GradientType=0);
    content: '';
    opacity: 0.6;
}

.topbar-border {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}


/* On scroll */


/*
#topbar.scrolled {
	height: 80px;
}
*/

#topbar .inner {
    display: block;
    height: 100%;
    position: relative;
    margin: auto;
    z-index: 98;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.scrolled #topbar .inner {
    /* 	max-width: 100%; */
}

@media (max-width: 1280px) {
    #topbar .inner {}
}

@media (max-width: 1024px) {
    #topbar .inner {
        max-width: 62rem
    }
}

@media (max-width: 970px) {
    #topbar .inner {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    #topbar {
        height: 80px;
    }
    #topbar .inner {
        max-width: 97%;
    }
}

@media (max-width: 440px) {
    #topbar {}
    .scrolled #topbar {}
}


/* Logo */

.logo {
    width: 220px;
    height: 80px;
    display: block;
    position: absolute;
    bottom: 55%;
    left: 0rem;
    transform: translate(0, 50%);
    margin-left: 0px;
    text-align: center;
    z-index: 998 !important;
    background: url('../images/LOGOCBS-diap.png') no-repeat center;
    background-size: contain;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#topbar.with-cover .logo {
    left: 1rem;
    width: 220px;
    height: 100px;
    bottom: 30%;
}

.logo-icon {
    position: fixed;
    top: 0;
    left: 1rem;
    width: 50px;
    height: 60px;
    background: url('../images/icon-inverted.png') no-repeat center;
    background-size: 20px auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99 !important;
}

.scrolled .logo {
    visibility: hidden;
    opacity: 0;
}

.scrolled .logo-icon {
    visibility: visible;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .logo {
        background-position: left;
    }
    #topbar.with-cover .logo {
        width: 180px;
        height: 90px;
    }
}

@media (max-width: 970px) {
    .logo {
        left: 1.5rem;
        height: 80px;
    }
    #topbar.with-cover .logo {
        left: 2rem;
    }
}

@media (max-width: 640px) {
    .logo,
    #topbar.with-cover .logo {
        left: 1rem;
        width: 140px;
        height: 90px;
        bottom: 20%;
    }
    .page-front-no .logo {
        width: 120px;
        height: 80px;
        bottom: 40%;
        left: 0.6rem;
    }
}

.topbar-extra {
    position: absolute;
    display: block;
    bottom: 0;
    transform: translate(0, 0%);
    right: 1rem;
    height: 50px;
    z-index: 999 !important;
}

.topbar-extra ul {
    float: right;
}

.topbar-extra ul li {
    display: inline-block;
    padding: 0 20px;
}

.topbar-extra ul li a {
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    visibility: visible;
    opacity: 1;
}

.topbar-extra ul li .search-trigger:before,
.topbar-extra ul li .share-trigger:before,
.topbar-extra ul li .language-trigger:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px auto;
    width: 36px;
    height: 36px;
    content: '';
    opacity: 0.6;
}

.topbar-extra ul li .search-trigger:hover:before,
.topbar-extra ul li .share-trigger:hover:before,
.topbar-extra ul li .language-trigger:hover:before {
    opacity: 1;
}

.topbar-extra ul li .search-trigger:before {
    background-image: url('../images/search.svg');
}

.topbar-extra ul li .share-trigger:before {
    background-image: url('../images/share.svg');
}


/* Language */

.topbar-extra ul li .language-trigger:before {
    opacity: 1;
    background-size: 26px auto;
}

.topbar-extra ul li .language-trigger.nl:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABuklEQVRoQ+2bTUsCURSG32MtahMEmquW/gdr1cpUaFFobZI+NFq3i/5AtmodVAi6iamEFmF/oPwPI7S1VKJFCUFzwgnBhYPcWV7eWQ3M3AvvM88588Edwcj2ni+mI4gcApoURRwiMnrcun1VVcEbIE0P3sWCc9UYZvSDv67szszFpiuAbFkX3iiQ3nzjc2/Rcfo+mG6uVBWRbaM5LD1ZVWvR28uC9HL7KcjUk6U5w8XS31Xp5kp3IrIRbgY7Rym0Lr38QQdA1M6I4VIptD0Ao+GGWz3KI5iA60swBGNW+jSGxtAYMwI0xowXewyNMTTmq//DJ98xzIRgxptEMEE9hsbQGKPuy1JiKRkJAxpDY2iMGQEaY8aLPYbG0BgzAjTGjJdkz1r87DDuswPBBLxEEgzBGDUZ9piguxJLiaXEUjIiwFIyw8XmG2yM2wGEa/BGAKlqTzLl1r0I1s1Es/tsVdQlc+qmJCJc5ztyrT3VtL8yPFt2q+DK8H80qrXH40TBB7N09Dw7H49VILJpd5FMSqfOR7uz83K+/P8vwXDLlN01AYqAJCGIT5rGiuM6+PtEm56H68ZJ4mGY6Q/sgs6OzrF6dQAAAABJRU5ErkJggg==');
}

.topbar-extra ul li .language-trigger.de:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAABsUlEQVRoQ+2bTUsCURSG3zNttDaBgav+h62aJhhtoIVptkkiIvpNbSLQTYUJLSIVrJ3+jyASEVyk7uaEQ4KBQ9xZ3t5ZDcy9A+8zzz3zwRnB0ubmiwXHca4gkoNqVkRk+bht+6qqEBlAtR+G4fVbq/myyBgFd103tZbO3ELkxLbwRnlU76bjj/NerzeLwHhBqSaQU6OTWDpYofXuc6Mq3kHZF0HL0pyJYqkiL15QagjkKNEZLJ2kiqZ4QXkowJalGRPFUuBT9oOyJppt96SQYGIuMMEQjNnapzE0hsaYEaAxZrxYY2iMoTGj40s++a5gJgSz2iSCiasxNIbGGFVfLiUuJSNhQGNoDI0xI0BjzHixxtAYGmNGgMaY8WKNiTNm2vH4PWbV9xiCiXm7JhiCMaq+QmNoDI0xIsDbtRku1pg4YyadvaFA2IO3BEiBkUza3qMIimai2T066tr8anu+wz7fX1c6hBaizvBp26tBwM7wOQxFfd3vViMw7/c76cxmav4vQcXuRfJHOsXDaDw72678/EuwGD5p7R7CcS4AyQmQ/Q+QFBgA2ofiZsN/fVpk/gaSkrL94ouaMgAAAABJRU5ErkJggg==');
}

.topbar-extra ul li .language-trigger.en:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAvCAYAAABe1bwWAAAJ+0lEQVRoQ+2b+VuNWxvHv8+e9y5NKhGiDCkadQ7hkKnEKSkN2hUNjnMdQ/6K90cOr/OiJJVKA9UhmY55ONIgGpApkiZF2mO7572enU3LlvauHedcV/unfbXWvte9Pute67mf9b2j0O+TU1jtl5ZX+4tSoZpHA+MoClT/dkN9L8kKVZt6E7r5qyYtcg6q2/0icgw1NGGHpkFTQDOLjVuBq6Yd2BLlWaLpoJ740yUbBSZWvFTB6mVhnT7LsSetCpXVLSPiDGP0nwKG8cXBzgw7Ezwx8X4pJDlFxyTKtk2TcnOlajBtIfHpFEWJme8sa0uI4iNxsUOEpIxKvJcoDQ7onwCGx2NjQ5AT1s0WQXowDapnL9TzpGk6wzIvOYp6X3R2pSKn6AwtlxMA+IvnQ742EPty6nD99kuDwvneYObMskLiRleYX70E2cmzgKr30/woCnzfpb7UvpSy/I3LbdepjmRBWVVDAGCZjoFoYzhKuePxR2oF2jukBgH0vcCIhFzERrjAd0IPJAfToWoijwv2pAkQbo7CyUeqE5RveHbrOCtjy62x7nDpfAZJWi7o990EAK6nKxAZiuTiZzh76Sloenh8vgeYeZ4TsC3CCYJTxZBfuMrsmU+T4HAgXOeP5rne2JVcjgf1b15TvuHHPvZYutAOW9Y6gJVzHIqbd4jZU0IBRJHBeGDriN3JZXj1+v2Q6XxLMGYmfPwa44753DeQJGeit6OT8Jsz3R78eDGySzuR+2cdenqYbUX3EmCYX5ia8LEl2h0L+B2QJB9F75vPDDlOAy9OjIzrrThR/BAqlf7h863ArPhpChICHcA6lgfFzTJyoQV8CCOC8MR+DnYnlaGh8R3Z3j9i+rd4uY3Htg3OMDpzGvJzV4jQo7hcCIJXo9HlB3XoPX5OwhsslEYazDgrI2yP98Ds9ieQpOdpHw2uzmBHhyP1QiP+PPuYeRJpuawVMf17CIUcxIa7wG9iLyQHmMOqmTDAtpsI4eZoFNTKkJFfDYVCNRgTdftIgaEoCmv9piPKZzy+9DChxhhBFBOGKhM77D1UhpY2yYD+fhWM5ldOMyyRGOsGqxtXIC0qIR9vLBYE/svQsXgpdh+pwr3a1kHhjAQYu4mm2BnvgSn1dyHNLsTn6QdvgRdUIUE4UPAYf117PqiPOoFhrHC5LIQHOiHEzRjy5HT0PCaNs8ZZQZQgxvlWPg5l3kX3VxJDQ4LhcFgIXzsLoR4mkCVloKf+KZlyjDWHUfwGXJOZY39aBd6+I/O1gQjpDEZjYMokUyQyK/OgAtKcItByBZkcLfGGLGAN9mXX4cadxi+OaygwjtPHYmesG6xvX4e0oATo6SF9WfETuv1W4b+Z1bhd0TRolPTvoDcY5seavRztY4Oew5lQ3q8jV8nUBKLYCPzNGoc/UsvR0Skj2ocLRijgICZ0DlbbU5DsT4eqkZw0e4INRJvFKHnJQkp2FaTSfsB0xDMkMBrbNtZG2Bb34fRnEsNu8jDjebmBjghB0qnnOHf5U2I4HDCeLjbYLp6NMefPQlZykUzU2CwIA/zQ5r0Yuw9XoPpBm44YtLsNC4zGnDpfCLAHKzsPir/LyXxAJIRIHIxamxn4PakMTS3dQ3oqmRjzkBDlhiVj3qM7KQO9bW+IcTgOduAniHH8bjcyT9RAqez3/jMEPAYBw4w7aIY5azq4sZHIuNqKBLGr2lVd72P+s/cWfg2eDk5+IRRXb5HgeVwIwwLR4OihzqmeNuiXUxns8B0M/o8efe8kwmLtdxKKxySGayAMWqUXGMW12+hOPQb6XRcxPNd5JjibIpF+5TUKTj9Cb6/+WfiAYOgvpX2Dzd5A7bpGjIGG08sMNQrmy7yo9vUJhos/vdbkn915FMwA6zMKZhSMflt3NGJGI2Y0YvQjMBox+vEaTfAGipjRzHeAzHcglUC/wOvrPXWymfp2z66uHNJjhaAVpO7NWzQPPesCYWY7Vq+XyIf1bZh0rxSy/JOkTUZOXbYIUn9/7BnCLd3X5miQawfmPlgtkLuNgfxgmvZ9sKUFjBLEuNxljIPplchJWqsXmNXiXAStmgHxIisoDh1FT+0jYk4sczOI4jfghtIC+49UoFPHe90RBeM80xI7Ng2gIFAUBL5L0LXCF3sy7qOs6rXal6He4I23NsKOzXMxq+kBJBn5oCWkls6b54nesGDs11EJGBEwHzWnSXSf5vSqb9KaD9t2PERbonDqCY0jOfcglX26dx0qGMY2RQErl0xFvL8dqKw8KEoriXEpIxFE0etxf6w99iSXo7mV1OF1PSKGtJXUKmWkM4xKtFVKMAJ5oC9aflyIXSmVqHvUruXLcMBojJmbCbB1kwe8VM2QpGSh9y0psXJnO4K9cQPSLjWhsKT+i2qjwSJGo2svFL7tu3dt7yBsc6ZNhSBBjJzyd8guqP0gkGsPbwgwGqvec23xW7gjBEUnIb90g5SS+TwIQwPwbIa7+trz+cu3ugYMdI4YnwWTsSVoGth5J6C4XkqGL58PYVgAnk1308kBQ4JhHDEWcREX6YpllnJImAVrJtXQvovyaORVdCGroGbABes/qUHBWFuKsC3OE65dz/vuXbs+q51xcQI7JgLpF5tQUPJIp5A1NBjNhFycrJEY4wKzSxcgO32BlJI/SCst8xfh98N3UfPw69LKgGAYUW3NCgdsWm4LVXo2lJXVBjvkRgoM4yBTWycOdsbaWYK+2rrnZJmcRowrfkEhNZt8KAwaMZNtTbAj3hMOT+9BmnUCtIzUe3nzmcdiCJIKH+PclWc671tNx5EEoxlj2lRzJMa6w7bqNmT5p0Ar+yWbTGLIyLe+q7A3sxqlldryLRExHDYL6wMcEe5lBnnKUfQ8ePzFROqm0gL/G0Yi9S3AMI6z2RSCV8/EBm9LKA5loKeunpyPBZMYRuKazAwH0isJwV9dgwdQljMdLJAY5w6bspuQHi/WFsiXLYLM3x97s2twq+yV3lHS/wffCoxmzAk2xkiM98TMxjpIjuaDlpJaOs+7r0Rkf0E9Ll5vAA20UwHRucdjQl2C1kxjQ5qUAVUDWaHAtrGG6JconHnFQUpWFSTS4df9fmswmsTQz8cesavsQGXmQHHnLnlmGjNFRaGoMrVjEsMTVGND+0qzv86fkRVf0BLIBWtWoGORD3an3tWpIEjXMPoeYDS+jTUX4rdYD8yVv4IkNRu9bz9TN12cwBKH+WlVhqv35pRJ6hKy4/clyDxeA4VStxKyfwMYjY8LfpiIraGO4BUUQn755kfXP1aGM395sX69UESbplJ8Xqgw5Ge8nOOFXUllehcd/pvAqBNDIx4SIl3hYyH9kBi25UqozpiP/0ugmVD3k8afj95oiSsofjhP1Ytxuk5U337fcyt97isNutndyfrW9o1zUmwnWxVp2v8P6NTf2cMY2HkAAAAASUVORK5CYII=');
}

@media (max-width: 1024px) {
    .topbar-extra {
        transform: translate(0, -80%);
    }
}

@media (max-width: 970px) {
    .topbar-extra {
        transform: translate(-60px, 10%);
    }
    .small .list-trigger .list-badge {
        position: absolute;
        top: 6px;
        right: -8px;
    }
}

@media (max-width: 640px) {
    .topbar-extra {
        transform: translate(-50px, 40px);
    }
    .topbar-extra ul li {
        padding: 0 15px;
    }
    .scrolled .topbar-extra {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 400px) {
    .topbar-extra {
        transform: translate(-40px, 40px);
    }
}

@media (max-width: 360px) {
    .topbar-extra {
        transform: translate(14px, 2px);
    }
}


/*
---------------------------
SECTION TITLES
---------------------------
*/

.section-title-wrapper {
    padding-left: 0rem;
}

.section-title-wrapper.text-center {
    padding-left: 0rem;
}

@media (max-width: 970px) {
    .section-c2a .section-title-wrapper {
        padding-left: 1rem;
    }
}

.section-icon {
    display: inline-block;
    width: 48px;
    height: 46px;
    line-height: 52px;
    border-radius: 0px;
    font-size: 2.1rem;
    text-align: left;
    margin-bottom: 1.5rem;
}

.section-intro {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    font-size: 1.4rem;
    color: rgba(148, 159, 168, 1);
}

.bg-secondary .section-intro {
    color: #46cabc !important;
}

.section-title-wrapper.text-center .section-intro {
    padding-left: 0px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .section-intro {
    color: rgba(255, 255, 255, 0.7);
}

.section-title {
    font-size: 2.6rem;
    display: inline-block;
}

.section-title.small {
    font-size: 1.8rem;
    line-height: 1.6;
}

.section-title.medium {
    font-size: 2.8rem;
}

.section-title.large {
    font-size: 3.4rem;
}

.section-title em {
    font-style: normal;
    color: #101a3b;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .section-title {
    color: rgba(255, 255, 255, 1) !important;
}

.bg-dark .section-title {
    color: #fff !important;
}

.section-lead {
    display: block;
    padding-top: 1rem;
}

.section-lead p {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.6);
}

.section-lead.large p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.4);
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .section-lead p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.section-lead ul {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.section-lead ul li {
    position: relative;
    padding: 0.4rem 0 0 1.8rem;
    line-height: 1.5;
    font-size: 1.2rem;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light) .section-lead ul li {
    color: rgba(255, 255, 255, 0.8) !important;
}

.section-lead ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 25px;
    background-image: url('../images/icon-inverted.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
}

.text-center .section-lead ul {
    max-width: 600px;
    margin: auto;
    margin-bottom: 30px;
}

.text-center .section-lead ul li {
    text-align: left !important;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-more .button {
    font-size: 1rem;
    font-weight: 400;
}

.section-button {
    margin-top: 1rem;
}

.section-button span {
    display: inline-block;
    margin-right: 5px;
}

.section-button i {}

.section-footer {
    padding-top: 1rem;
}


/* Section Icon */

.bg-section-icon {
    position: absolute;
    bottom: -40px;
    left: calc(50% - 160px);
    width: 320px;
    height: 380px;
    margin-left: 27rem;
    /* transform: translateX(27rem) translateY(0%); */
    background: url('../images/icon.png') no-repeat bottom center;
    background-size: contain;
    z-index: 6;
}

@media (max-width: 970px) {
    .section-title {
        font-size: 2.4rem;
    }
    .section-title.medium {
        font-size: 2.4rem;
    }
}

@media (max-width: 640px) {
    .section-title {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .section-title.medium {
        font-size: 1.6rem;
    }
    .section-title.large {
        font-size: 2.3rem;
        line-height: 1.2;
    }
    .section-lead p {
        font-size: 1rem;
    }
}


/* Section background image */

.bg-section-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 	background-position: 50% 50%; */
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg-section-image.bg-repeat {
    background-position: top left;
    background-size: 20% auto;
    background-repeat: repeat;
    z-index: 1;
}

.rellax.rellax-opacity-10 .parallax-inner {
    opacity: 0.1;
}

.rellax.rellax-opacity-20 .parallax-inner {
    opacity: 0.2;
}

.rellax.rellax-opacity-30 .parallax-inner {
    opacity: 0.3;
}

.rellax.rellax-opacity-40 .parallax-inner {
    opacity: 0.4;
}

.rellax.rellax-opacity-50 .parallax-inner {
    opacity: 0.5;
}

.rellax.rellax-opacity-60 .parallax-inner {
    opacity: 0.6;
}

.rellax.rellax-opacity-70 .parallax-inner {
    opacity: 0.7;
}

.rellax.rellax-opacity-80 .parallax-inner {
    opacity: 0.8;
}

.rellax.rellax-opacity-90 .parallax-inner {
    opacity: 0.9;
}


/* Shades */

.shade-left:after,
.shade-right:after,
.shade-left-right:after {
    position: absolute;
    top: 0;
    bottom: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0.8;
}

.shade-right:after {
    right: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=1);
}

.shade-left:after {
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.shade-left-right:after {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
}


/* Search / Filters */

.searchfilter,
.searchfilter:focus {
    margin-top: 10px;
    height: 80px;
    border: 0;
    font-size: 1.9rem;
    box-shadow: none;
    padding-left: 10%;
}

.searchfilter:placeholder-shown {
    text-align: left;
}

.filters-wrapper {
    padding-top: 0px;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 99 !important;
}

.filters-wrapper .sticky {
    padding-left: 1rem;
    padding-top: 5px;
    box-shadow: 0px 1px 2px rgba(0, 23, 80, 0.1);
    -webkit-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
}

.filters-wrapper .sticky.is-stuck {
    box-shadow: 0px 2px 3px rgba(0, 23, 80, 0.1);
}

.filters-bar {}

.filters-bar label {
    float: left;
    width: auto;
    margin-right: 2rem;
}

.filters-bar select {
    font-size: 1.1rem;
    height: 50px;
    border: 0;
    box-shadow: none !important;
    margin-bottom: 5px;
}

.filters-title {
    max-width: 100%;
    margin: 0;
    margin-top: .6rem;
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 300;
}

.filters-item-count {
    font-weight: 400;
}

.filters-title.filters-title-small {
    font-size: 1.5rem !important;
}

.select-wrapper {}

.filter-select,
.filter-select-more {
    float: left;
    text-align: left;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==') no-repeat;
    background-size: 16px auto !important;
    background-position: 92% 50%;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent !important;
    box-shadow: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
    margin-right: 3rem !important;
    padding-right: 2rem !important;
}

.filter-select-more {
    padding-right: 35px !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDM2aDh2LTRoLTh2NHptLTE0LTI0djRoMzZ2LTRoLTM2em02IDE0aDI0di00aC0yNHY0eiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==');
    box-shadow: none;
    background-position: 90% 50%;
}

.filter-select:hover,
.filter-select.hover {
    color: #46cabc;
    background-color: transparent !important;
}

.filter-select.hover {}

@media (max-width: 1100px) {
    .searchfilter,
    .searchfilter:focus {
        padding-left: 3%;
        font-size: 1.5rem;
    }
    .filter-select,
    .filter-select-more {
        padding-left: 1rem;
        padding-right: 2rem;
        font-size: 0.96rem;
        letter-spacing: 1px;
        margin-right: 2rem !important;
    }
    .filter-select-more {}
}

@media (max-width: 970px) {
    .filters-wrapper .sticky {
        padding-left: 0.5rem;
    }
    .searchfilter,
    .searchfilter:focus {
        padding-left: 1%;
        font-size: 1.5rem;
    }
    .filter-select,
    .filter-select-more {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .filters-title {
        margin-top: .6rem;
        line-height: 1.2;
        font-size: 1.6rem;
        font-weight: 300;
    }
    .filter-select {
        background-color: transparent !important;
        box-shadow: none;
    }
    .searchfilter,
    .searchfilter:focus {
        height: 60px;
        padding-left: 1%;
        font-size: 1rem;
        font-weight: 700;
        margin: 0 0 0rem;
    }
}


/*
---------------------------
FILTER TAGS
---------------------------
*/

.filtertag {
    display: inline-block;
    background-color: #DEDFE1;
    color: #121B3A;
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 0.95em;
}

.filtertag-delete {
    display: inline-block;
    margin-left: 3px;
}


/*
---------------------------
SEARCHBAR HOME
---------------------------
*/

.searchbar-wrapper {
    position: absolute;
    top: -120px;
    width: 100%;
    height: 120px;
    padding: 2rem 0rem 0;
    z-index: 999;
    background: rgba(15, 26, 58, 0.5);
    -webkit-backdrop-filter: blur(10px);
}


/*
	.searchbar-wrapper .row {
		background: rgba(15, 26, 58, 1);
		border-radius: 0px;
	}
*/

.searchbar-wrapper .filterform {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    max-width: 1180px;
    margin: auto;
}

.searchbar-wrapper-title {
    font-size: 1.4rem;
    padding: 0rem 2rem 0 0;
    color: #fff;
    font-weight: 700;
}

.searchbar label {
    font-size: 1rem;
}

.searchbar-wrapper .search-input {
    width: 500px;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    height: 50px;
    color: #0f1a3a;
    background: rgba(255, 255, 255, 1);
    padding-left: 1.5rem !important;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0rem 0 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 3px 0 0 3px;
}

.searchbar-wrapper .search-input:focus {
    border: 1px solid rgba(245, 28, 89, 1);
    box-shadow: none;
}

.searchbar-wrapper .select-wrapper {
    width: 160px;
}

.searchbar-wrapper .filter-select,
.searchbar-wrapper .filter-select-more {
    width: 100%;
    height: 50px;
    border: 0;
    border-left: 1px solid rgba(172, 177, 180, 0.4);
    padding-left: 1rem;
    margin-right: 0rem;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1) !important;
    margin-right: 0rem !important;
}

.searchbar-wrapper .search-button {
    border-radius: 0 3px 3px 0;
    width: 160px;
}

@media (max-width: 1180px) {
    .searchbar-wrapper .filterform {
        padding: 0 2rem;
    }
}

@media (max-width: 970px) {
    .searchbar-wrapper {
        position: absolute;
        top: -200px;
        width: 100%;
        height: 200px;
        padding-top: 1.5rem;
        z-index: 999;
        background: rgba(15, 26, 58, 0.84);
        -webkit-backdrop-filter: blur(10px);
    }
    .searchbar-wrapper .filterform {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 1rem;
        flex-wrap: wrap;
    }
    .searchbar-wrapper-title {
        margin-bottom: 10px;
    }
    .searchbar-wrapper .search-input {
        width: 100%;
        margin-bottom: 10px;
        align-self: stretch;
        border-radius: 5px 5px;
    }
    .searchbar-wrapper .select-wrapper {
        width: 25%;
    }
    .searchbar-wrapper .select-wrapper .filter-length {
        border-radius: 3px 0 0 3px;
    }
    .searchbar-wrapper .search-button {
        border-radius: 0 3px 3px 0;
        width: 25%;
    }
}

@media (max-width: 640px) {
    .searchbar-wrapper {
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        min-height: 170px;
        padding-top: 2rem;
        padding-bottom: 2rem;
        z-index: 999;
        background: rgba(15, 26, 58, 1);
        -webkit-backdrop-filter: blur(0);
    }
    .searchbar-wrapper-title {
        align-self: stretch;
    }
    .searchbar-wrapper .select-wrapper {
        width: 33.333%;
    }
    .searchbar-wrapper .select-wrapper .filter-type {
        border-radius: 0 3px 3px 0px;
    }
    .searchbar-wrapper .search-button {
        border-radius: 3px;
    }
}


/* Filterbox (dropdown) */

.mobile-filters-button {
    display: none;
    font-size: 0.86rem;
    margin-top: 0;
    padding-left: 1.5rem;
    margin-bottom: 10px;
    border-radius: 5px !important;
    z-index: 8;
    position: relative;
}

.mobile-filters-button i {
    font-size: 1.2rem;
}

.filterbox {
    padding: 0rem 0rem 0 0rem;
}

.filterbox-title {
    margin-top: .6rem;
    line-height: 1.2;
    font-size: 1.3rem;
}

.select-wrapper {
    float: left;
    position: relative;
}

.filterbox-item {
    display: block;
    padding: 0rem 0;
}

.filterbox-item-title {
    font-size: 1rem;
}

.filterbox-item .filterbox-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filterbox-item .filterbox-list li {
    position: relative;
    padding: 4px 0;
    border: 0;
}

.filterbox-item label {
    margin: 0;
    font-size: .86rem;
    font-weight: 500;
    line-height: 1.6;
    color: #0a0a0a;
    cursor: pointer;
}

.filterbox-item label.text {
    padding-left: 1.8rem;
    position: relative;
}

.filterbox-item label.text span {
    position: absolute;
    right: 0;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
    .select-wrapper {
        float: left;
        width: 50%;
        position: relative;
        padding-left: 0;
    }
    .searchbar-wrapper .filter-select {
        width: 100%;
    }
    .searchbar-wrapper .search-button {
        margin-top: 10px;
        width: 100%;
    }
    #filtersbar {
        display: none;
    }
    #filtersbar.expanded {
        display: block;
    }
    div.sticky.bg-white.is-anchored.is-at-bottom {
        top: auto !important;
    }
    .mobile-searchfilters-button {
        background-color: #fff !important;
        color: #46cabc !important;
        text-align: left;
        border-top: 1px solid #eee;
        font-size: 14px;
        padding-left: 1rem;
    }
    .mobile-searchfilters-button i {
        right: 1.5rem;
    }
}


/* Sort */

.sort-select {
    padding-top: 1rem;
}

.sort-select label {
    height: 2.4375rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #9da6bb;
    line-height: 1.9;
}

.sort-select select {
    float: right;
    width: auto !important;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    font-size: 14px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==') no-repeat;
    background-size: 16px auto !important;
    background-position: 90% 50%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 1rem;
}

@media (max-width: 1024px) {
    .filterbox {
        /* 			padding: 0rem 0 0 1.3rem; */
    }
}


/*
	@media (max-width: 768px) {
		.mobile-filters-button {
			display: inline-block;
		}
		.filterbox {
			position: absolute;
			background: #fff;
			box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
			border-radius: 10px;
			display: none;
			z-index: 999 !important;
			padding: 0.7rem 1.5rem;
		}
		.filterbox.expanded {
			display: block;
		}
		.filterbox.expanded .filterbox-title {
			display: none;
		}
		.filterbox.expanded .filterbox-item {

		}
	}
*/


/*
---------------------------
INTRODUCTION
---------------------------
*/

.introduction-title-wrapper {
    position: relative;
}

.introduction-label {
    font-weight: 700;
}

.introduction-title {
    line-height: 1.1;
    position: relative;
    font-size: 220%;
}

.introduction-title span {
    display: inline-block;
}

.introduction-text {
    padding-top: 0.5rem;
}

.introduction-text p {
    font-size: 1.3rem;
}

.introduction-button {
    margin-top: 10px;
}

.introduction-link i {
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .introduction-title-wrapper {
        padding-left: 1.5rem;
    }
    .introduction-title {
        font-size: 2rem;
    }
    .introduction-text {
        padding-right: 2rem;
    }
    .introduction-text p {
        font-size: 0.96rem;
        line-0height: 1.6;
    }
}

@media (max-width: 640px) {
    .introduction-title-wrapper {
        padding: 1rem;
    }
    .introduction-title {
        font-size: 1.8rem;
    }
    .introduction-text {
        padding: 1rem;
    }
}


/*
---------------------------
CALL TO ACTION
---------------------------
*/

.c2a-wrapper.text-right {
    text-align: left !important
}

.c2a-wrapper {
    padding: 0 4rem 0 3rem;
}

.c2a-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-size: 1rem;
    position: relative;
    padding-left: 2px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-lighter):not(.bg-secondary) .c2a-label {
    color: rgba(255, 255, 255, 1) !important;
}

.c2a-label:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: '';
    height: 120px;
    width: 1px;
    background: #eb6209;
    transform: translateX(-50%) translateY(-30%);
}

.float-left .c2a-label:before,
.float-right .c2a-label:before {
    display: none;
}

.c2a-title {
    margin-bottom: 1.4rem;
    line-height: 1.2;
}

.c2a-title.large {
    font-size: 3.2rem;
    line-height: 1.1;
    max-width: 80%;
}

.c2a-title.medium {
    font-size: 2.4rem;
    line-height: 1.2;
}

.c2a-title span {
    display: inline-block;
}

.c2a-text {
    padding-top: 1rem;
    padding-left: 0rem;
}

.c2a-text p {
    font-size: 1rem;
    line-height: 1.7;
}

[class*=" bg-"]:not(.bg-white):not(.bg-lighter):not(.bg-secondary) .c2a-text p {
    color: rgba(255, 255, 255, 1) !important;
}

.c2a-button {
    margin-top: 1rem;
}

.actionbar .c2a-button {}


/*
-----------------------------
Actionbar
-----------------------------
*/

.actione {
    margin: 0 1rem;
}

.actionbar {
    padding: 1.6rem 2rem 1.7rem;
    text-align: center;
    position: relative;
}

.actionbar:before {
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 4;
}

.actionbar .actionbar-title {
    position: relative;
    top: 5px;
    display: inline-block;
    font-size: 1.8rem;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .actionbar .actionbar-title {
    color: rgba(255, 255, 255, 1) !important;
}

.actionbar .actionbar-button {
    margin-left: 1rem;
}

@media (max-width: 1024px) {
    .actionbar .actionbar-button {
        margin-top: 1rem;
        margin-left: 0rem;
    }
}


/*
---------------------------
IMAGE BLOCKS
---------------------------
*/


/*
-----------------------------
Actionbar
-----------------------------
*/


/*
---------------------------
INTRODUCTION
---------------------------
*/


/*
---------------------------
USP BOX
---------------------------
*/

.usp-box {
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
}

.usp-icon {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.usp-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 160px;
    height: 160px;
    background: url('../images/icon-inverted.png') no-repeat center;
    background-size: contain;
    content: '';
    opacity: 0.03;
}

.bg-white .usp-icon:before {
    background-image: url('../images/icon.png');
}

.usp-icon.icon-small {
    font-size: 1.8rem;
}

.usp-icon.icon-medium {
    font-size: 3.3rem;
}

.usp-icon.icon-large {
    font-size: 6.2rem;
}

.usp-icon i {
    position: relative;
    top: 5px;
}

.usp-description {
    padding-top: 0.3rem;
}

.usp-title {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 3px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .usp-title {
    color: rgba(255, 255, 255, 1) !important;
}

.usp-description p {
    font-size: 0.96rem;
    line-height: 1.6;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .usp-description p {
    color: rgba(255, 255, 255, 0.4) !important;
}

@media (max-width: 1024px) {
    .usp-icon.icon-small {
        font-size: 1.4rem;
    }
    .usp-icon.icon-medium {
        font-size: 2.8rem;
    }
    .usp-icon.icon-large {
        font-size: 5.4rem;
    }
}

@media (max-width: 970px) {
    .usp-icon.icon-small {
        font-size: 1.2rem;
    }
    .usp-icon.icon-medium {
        font-size: 2.2rem;
    }
    .usp-icon.icon-large {
        font-size: 4.6rem;
    }
}

@media (max-width: 400px) {
    .usp-box {
        padding-bottom: 1rem;
    }
    .usp-icon {
        font-size: 3.2rem;
        margin-left: 0.6rem;
    }
}


/*
---------------------------
BRANDS
---------------------------
*/

.brands {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.brands .brands-item {
    padding: 2rem;
    background: #fff;
    border-radius: 0px;
    border: 0px solid rgba(148, 159, 168, 0.21);
    margin: 0 10px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.08);
}

.brands .brands-item img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4
}

.brands .brands-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

@media (max-width: 1024px) {
    .brands .brands-item {
        margin: 1rem;
    }
}

@media (max-width: 970px) {
    .brands .brands-item {
        padding: 1rem 1.3rem;
    }
}

@media (max-width: 640px) {
    .brands {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    .brands .brands-item {
        width: 40% !important;
        padding: .6rem 0.5rem;
        align-items: none;
    }
}


/*
---------------------------
TEXT BOX
---------------------------
*/

.textbox {
    padding-top: 0px;
    border-radius: 0px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 100px;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.08);
}

.text-wrapper .textbox {
    margin-top: 0;
    box-shadow: none;
}

.textbox.with-border {
    border: 2px solid #eee;
    padding: 1rem;
    margin-bottom: 10px;
}

.textbox.highlight:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: '';
    border: 2px solid #727b82 !important;
    border-radius: 8px;
}

.bg-white .textbox {
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0);
}

@media (max-width: 1024px) {
    .textbox.with-border {
        padding: 0.5rem;
    }
}

.textbox-image {
    position: relative;
    display: block;
    margin-bottom: 0rem;
}

.textbox-image a {
    display: block;
}

a.textbox-image,
.textbox-image img {
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.textbox-image:hover img,
.textbox-image a:hover img {
    opacity: 0.9;
}

.textbox-image-border {
    display: none;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 0 0 5px 5px;
}

.textbox-section {
    display: block;
    padding: 0.66rem;
}

.textbox.team .textbox-section {
    padding: 15px 0rem;
}

.textbox-section .textbox-label {
    font-size: 1.1rem;
    display: block;
    position: relative;
    margin-left: 1px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.textbox-section .textbox-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.4rem;
}

.textbox-section .textbox-title.title-small {
    font-size: 1.2rem;
}

.textbox-section .textbox-title.title-medium {
    font-size: 1.4rem !important;
}

.textbox-section .textbox-title a {
    position: relative;
    color: #0f1a3a;
}

.textbox-section .textbox-title a:hover {
    color: #46cabc;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .textbox-section .textbox-title a {
    color: rgba(255, 255, 255, 1) !important;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .textbox-section .textbox-title a:hover {
    color: #46cabc !important;
}

.textbox-section p {
    font-size: 0.96rem;
    line-height: 1.9;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .textbox-section p {
    color: rgba(255, 255, 255, 0.6) !important;
}

.textbox-link {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .button.text {
    color: rgba(255, 255, 255, 1) !important;
}

.textbox-section .textbox-date {
    position: relative;
    top: -3px;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 0.86rem;
    font-weight: 700;
}

.textbox-section p.blog-info,
.text-wrapper p.blog-info {
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 0.76rem;
    font-weight: 700;
}

.blog-info .textbox-date {
    font-size: 0.76rem;
    top: 0;
}

.blog-info a,
.blog-info span {
    display: inline-block;
    margin: 0 5px;
}


/* Badge */

.textbox-badge {
    position: absolute;
    bottom: -50px;
    right: 10px;
    padding-top: 25px;
    width: 100px;
    height: 100px;
    border-radius: 200px;
    text-align: center;
    line-height: 1;
    color: #101a3b;
    font-weight: 700;
    z-index: 88;
    /* 	transform: rotate(12deg); */
    font-size: 2.3rem;
    font-family: 'Roboto', serif;
}

.textbox-badge span {
    font-weight: 400;
    display: block;
    font-size: 0.76rem;
    color: #fff;
}


/* Listing */

.textbox ul {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.textbox ul li {
    position: relative;
    padding: 0.4rem 0 0 1.8rem;
    line-height: 1.5;
}

.textbox ul li a:hover {}

.textbox ul li i,
.textbox ul li img {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.2rem;
    color: #46cabc;
}

.textbox ul li i.icon-check {
    font-size: 1.4rem;
    color: #4fb45e;
    top: 6px;
    left: -2px;
}

.textbox ul li img {
    left: -2px;
}


/* Social */

.textbox-social {
    display: block;
    padding-top: 0rem;
}

.textbox-social ul li {
    display: inline-block;
    padding: 0;
    font-size: inherit;
}

.textbox-social ul li a {
    float: left;
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100px;
    background-color: #6e6e6e;
}

.textbox-social ul li a i {
    position: absolute;
    top: auto !important;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%) translateY(-52%);
    color: #fff;
    font-size: 1rem;
}

.twitter {
    background-color: #658bca !important;
}

.facebook {
    background-color: #44569c !important;
}

.instagram {
    background: rgb(243, 165, 88);
    background: -moz-linear-gradient(45deg, rgba(243, 165, 88, 1) 0%, rgba(187, 46, 123, 1) 55%, rgba(127, 70, 174, 1) 100%) !important;
    background: -webkit-linear-gradient(45deg, rgba(243, 165, 88, 1) 0%, rgba(187, 46, 123, 1) 55%, rgba(127, 70, 174, 1) 100%) !important;
    background: linear-gradient(45deg, rgba(243, 165, 88, 1) 0%, rgba(187, 46, 123, 1) 55%, rgba(127, 70, 174, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3a558', endColorstr='#7f46ae', GradientType=1);
}

.linkedin {
    background-color: #2f78b9 !important;
}

.googleplus {
    background-color: #cf4836 !important;
}

.youtube {
    background-color: #c8312e !important;
}

.textbox.team .button {
    visibility: hidden;
    opacity: 0;
}

.textbox.team:hover .button {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1024px) {
    .textbox-section .textbox-title {
        font-size: 1.2rem;
    }
    .textbox-section p {
        font-size: 0.96rem;
        line-height: 1.7;
    }
}

@media (max-width: 970px) {
    .textbox-section .textbox-title {
        font-size: 1rem !important;
    }
    .textbox-section {
        padding: 10px 15px !important;
    }
    .text-center .textbox-section {
        padding: 10px 0.3rem !important;
    }
    .textbox-section p {
        font-size: 0.86rem;
        line-height: 1.7;
    }
}

@media (max-width: 640px) {
    .textbox-section .textbox-title.title-medium {
        font-size: 1.1rem !important;
    }
}

.text.button:hover {}


/* Centered */

.text-center .textbox-section {
    padding: 1rem 1.5rem;
}


/* Boxed */

.boxed {
    padding-top: 0;
    border-radius: 0px;
    overflow: hidden;
}

.boxed a.textbox-image,
.boxed .textbox-image img {
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.boxed .textbox-image-border {
    border-radius: 0 0;
}

.boxed .textbox-section {
    display: block;
    padding: 1.5rem 1.5rem;
}

.boxed .textbox-section.bg-white p {
    color: #797979;
}

.boxed .textbox-section.bg-white .button.hollow {
    border-color: rgba(0, 0, 0, 0.12) !important;
}

.boxed .textbox-section.bg-white .button.hollow:hover {
    border-color: rgba(0, 0, 0, 0.3) !important;
}


/* List */

.textbox-list li a {
    padding-left: 0;
    font-weight: 400;
    display: block;
    padding: 0.3375em 0em 0.3375em 1.3rem;
    font-size: 0.96rem !important;
    letter-spacing: 0px;
    position: relative;
    line-height: 1.1;
}

.textbox-list ul li a:hover {}

.facebook-timeline {
    padding: 1rem .5rem;
}


/*
---------------------------
NEWS BOX
---------------------------
*/

.newsbox {
    padding: 1.5rem 1rem;
    border-radius: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
    min-height: 100px;
    background: #fff;
}

.newsbox:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px !important;
    content: '';
    opacity: 0.04;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.newsbox-vertical-divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 0 0 5px 5px;
}

.newsbox-section {
    display: block;
    padding: 0px 0rem 3rem;
}

.newsbox-section .newsbox-label {
    font-size: 1.1rem;
    display: block;
    position: relative;
    margin-left: 1px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.newsbox-section .newsbox-title-wrap {
    display: block;
    padding-left: 1rem;
}

.newsbox-section .newsbox-title {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.4rem;
}

.newsbox-section .newsbox-title a {
    position: relative;
    color: #404040;
}

.newsbox-section .newsbox-title a:hover {
    color: #46cabc;
}

.newsbox-section p {
    font-size: 0.96rem;
    line-height: 1.9;
}

.newsbox-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #eee;
}

.newsbox-list {}

.newsbox-list li {
    border-bottom: 1px solid #eee;
}

.newsbox-list li:last-child {
    border: 0;
}

.newsbox-list li a {
    border-radius: 0px;
    display: block;
    padding: 1rem 1.5rem 1rem 1rem;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.newsbox-list li a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.newsbox-list li a:after {
    color: #46cabc;
    content: "\e93c";
    margin: 0 .75rem;
    position: absolute;
    bottom: 15px;
    right: 0px;
    font-size: 1.1rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.newsbox-list li a:hover:after {
    opacity: 1;
    transform: translateX(3px) translateY(0);
}

.newsbox-list li a .newsbox-list-image {}

.newsbox-list li a .newsbox-list-section {}

.newsbox-list li a .newsbox-list-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
}

.newsbox-list li a .newsbox-list-lead {
    display: block;
    font-size: 0.96rem;
    line-height: 1.5;
    color: #666666;
}


/*
.vertical-divider .column {position: relative;}
.vertical-divider .column:after {
	position: absolute;
	top:0;
	right: 0;
	height: 100%;
	width: 1px;
	background: rgba(0, 0, 0, 0.11);
	content:'';
}
.vertical-divider .column:last-child:after {
	display: none;
}
*/


/*
---------------------------
PRODUCT BOX
---------------------------
*/

.productbox {
    padding: 1.5rem .5rem;
    border-radius: 0px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 100px;
    background: #fff;
}

.productbox:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px !important;
    box-shadow: 0px 8px 16px black;
    content: '';
    opacity: 0.04;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.productbox-vertical-divider {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 0 0 5px 5px;
}

.productbox-section {
    display: block;
    padding: 0px 0rem 3rem;
}

.productbox-section .productbox-label {
    font-size: 1.1rem;
    display: block;
    position: relative;
    margin-left: 1px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.productbox-section .productbox-title-wrap {
    display: block;
    padding-left: 1rem;
}

.productbox-section .productbox-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.4rem;
}

.productbox-section .productbox-title a {
    position: relative;
    color: #404040;
}

.productbox-section .productbox-title a:hover {
    color: #46cabc;
}

.productbox-section p {
    font-size: 0.96rem;
    line-height: 1.9;
}

.productbox-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #eee;
}

.productbox-list {}

.productbox-list li {
    border-bottom: 1px solid #eee;
}

.productbox-list li:last-child {
    border: 0;
}

.productbox-list li a {
    display: block;
    padding: 1rem 1.5rem 1rem 1rem;
    position: relative;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.productbox-list li a:hover {
    background: rgba(0, 0, 0, 0.04);
}

.productbox-list li a:after {
    color: #000000;
    content: "\e93c";
    margin: 0 .75rem;
    position: absolute;
    bottom: 15px;
    right: 0px;
    font-size: 1.1rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    opacity: 0.15;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.productbox-list li a:hover:after {
    opacity: 0.6;
    transform: translateX(3px) translateY(0);
}

.productbox-list li a .productbox-list-image {}

.productbox-list li a .productbox-list-section {}

.productbox-list li a .productbox-list-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.productbox-list li a .productbox-list-lead {
    display: block;
    font-size: 0.96rem;
    line-height: 1.5;
    color: #666666;
}

.productbox-list-price {}

.productbox-list-price-new {
    font-family: 'Roboto';
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.productbox-list-price-old {
    display: inline-block;
    color: #666666;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 13px;
}


/*
---------------------------
TEXT WRAPPER
---------------------------
*/

#page-content {
    padding-top: 2rem;
}

#content {
    padding: 1rem 3rem 2rem 0rem;
}

@media (max-width: 1024px) {
    #content {
        padding: 1rem 1.5rem 2rem 0rem;
    }
}

@media (max-width: 780px) {
    #content {
        padding: 1rem 1rem 2rem 1rem;
    }
}

@media (max-width: 400px) {
    #content {
        padding: 0 0.4rem 0 0.4rem;
    }
}

.text-wrapper {
    position: relative;
}
.text-wrapper.iframe-form {
    height:600px;
}

.text-wrapper hr {
    margin-bottom: 20px;
}

.text-wrapper.contact {
    padding-top: 3rem;
}

.text-wrapper-intro {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: rgba(148, 159, 168, 1);
    padding-left: 3px;
}

.bg-dark .text-wrapper-intro {
    color: rgba(255, 255, 255, 0.3);
}

.text-wrapper-title {
    font-size: 2.6rem;
    line-height: 1.2;
}

.text-wrapper-title.title-small {
    font-size: 1.3rem;
}

.text-wrapper-title.title-huge {
    font-size: 48px;
}

.text-wrapper-title.sub {
    font-size: 1.8rem !important;
    margin-bottom: 20px;
}

.bg-dark .text-wrapper-title {
    color: #fff;
}

.text-wrapper-date {
    text-transform: uppercase;
    font-size: 1rem;
}

.text-wrapper-subtitle {
    font-size: 1.2rem;
}

.text-wrapper-lead {
    padding-top: 0px;
}

.text-wrapper-lead p {
    font-size: 1rem;
    font-weight: 700;
}

.text-wrapper-text {
    padding-top: 20px;
}

.text-wrapper-text p {
    font-size: 1rem;
    font-weight: 400 !important;
}

[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-secondary) .text-wrapper-text p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.modal-body .text-wrapper-content {
    padding-top: 1rem;
    padding-bottom: 2rem;
}


/* Listing */

.text-wrapper table tbody,
.text-wrapper table tfoot,
.text-wrapper table thead {
    background: transparent;
    border: 0;
}

.text-wrapper-listing table tbody td {
    padding-left: 0;
}

.text-wrapper-listing table tbody tr:nth-child(even) {
    background: transparent;
}

.text-wrapper-content ul {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.text-wrapper-content ul li {
    position: relative;
    padding: 0.4rem 0 0 1.8rem;
    line-height: 1.5;
}

.text-wrapper-content ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 15px;
    height: 18px;
    background-image: url('../images/icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: '';
}

.text-wrapper-listing ul {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

.text-wrapper-listing ul li {
    position: relative;
    padding: 0.4rem 0 0 1.8rem;
    line-height: 1.5;
}

.text-wrapper-listing ul li:before {
    display: none;
}

.text-wrapper-listing ul li a:hover {}

.text-wrapper-listing ul li i,
.text-wrapper-listing ul li img {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 1.2rem;
    color: #46cabc;
}

.text-wrapper-listing ul li i.icon-check {
    font-size: 1.4rem;
    color: #4fb45e;
    top: 6px;
    left: -2px;
}

.text-wrapper-listing ul li img {
    left: -2px;
}

.text-wrapper .textbox-section {
    padding-lefT: 0;
}


/* Quotyy */

.text-wrapper blockquote {
    float: right;
    max-width: 50%;
    padding-bottom: 0px;
    letter-spacing: 0;
    border-left: 0;
    padding-left: 0rem;
    margin-bottom: 20px;
    position: relative;
    font-style: none;
    margin: 0em 0 1.25rem;
    text-align: left;
    margin-left: 40px;
    padding: 0em 0rem 0 0rem;
    border-right: 0px solid #ddd;
    border-left: 0px solid #ddd;
}

.text-wrapper blockquote:before,
.text-wrapper blockquote:after {
    position: absolute;
    top: -25px;
    left: 0;
    content: '';
    background: #a7adb0;
    width: 100%;
    height: 2px;
    opacity: 0.5;
}

.text-wrapper blockquote:after {
    top: auto;
    bottom: -5px;
}

@media (max-width: 640px) {
    .text-wrapper.contact {
        padding-right: 1rem;
    }
    .text-wrapper-title {
        font-size: 2rem;
        line-height: 1.1;
    }
    .text-wrapper-title.title-small {
        font-size: 1.2rem;
    }
    .text-wrapper-title.title-huge {
        font-size: 36px;
    }
    .text-wrapper-title.sub {
        font-size: 1.6rem !important;
    }
    .text-wrapper blockquote {
        max-width: 100%;
        margin-left: 0;
        margin-top: 2rem;
        padding-left: 0;
    }
}

.text-wrapper blockquote p {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #e40c61;
}

.text-wrapper blockquote p strong {
    color: #a7adb0;
    font-size: 0.76rem;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
}


/* Accordion */

.accordion {
    margin-top: 1.5rem;
    background: none;
}

.accordion-title {
    font-size: 1rem;
    color: #404040;
    font-weight: 700 !important;
}

.accordion-title:before {
    right: 1.2rem;
    font-weight: 400;
    font-size: 1.3rem;
    margin-top: -0.7rem;
    color: rgba(0, 0, 0, 0.28);
}

.is-active .accordion-title {
    color: #46cabc;
}

.is-active .accordion-title:before {
    right: 1.2rem;
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.accordion .accordion-content {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

@media (max-width: 540px) {
    .accordion-title {
        padding: 0.7rem;
        padding-right: 2.5rem;
        font-size: 1rem;
        line-height: 1.1;
    }
    .accordion .accordion-content {
        padding: 1rem 0.7rem;
    }
    .accordion .accordion-content p {
        font-size: 0.96rem;
    }
}


/* Pages (onderliggende pagina's) */


/* Pagebox */

.pagebox {
    width: 100%;
    display: block;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.09);
    margin: 0 0px;
    padding: 1rem 1rem;
    min-height: 60px;
    border-radius: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.pagebox:hover {
    border-color: rgba(0, 0, 0, 0.3);
}

.pagebox .pagebox-image {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pagebox .pagebox-image img {}

a.pagebox:hover .pagebox-image:after {
    opacity: 0.6;
}

.pagebox .pagebox-description {
    display: block;
    text-align: left !important;
    padding: 0rem 0;
    letter-spacing: 0px;
    width: 100%;
    position: relative;
}

.pagebox .pagebox-description .pagebox-date {
    font-size: 0.86rem;
    display: block;
    color: rgba(75, 75, 94, 0.65);
    font-size: 13px;
}

.pagebox .pagebox-description .pagebox-title {
    position: relative;
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.1;
    padding: 0em;
    margin: 0 0 5px 0px;
    font-weight: 700;
}

.pagebox .pagebox-description .pagebox-title small {
    display: block;
    line-height: 1.2;
}

.pagebox .pagebox-description p {
    display: block;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    margin: 0;
}

.pagebox .pagebox-button {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    font-size: 1.3rem;
    transform: translateX(0px) translateY(0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagebox:hover .pagebox-button {
    transform: translateX(5px) translateY(0%);
}

@media (max-width: 500px) {
    .pagebox {
        padding: 1rem;
        min-height: 40px;
    }
    .pagebox .pagebox-description .pagebox-title {
        font-size: 1rem;
        padding-top: 0;
        margin: 0 0 5px 0px;
    }
    .pagebox .pagebox-description {
        padding-top: 0;
    }
    .pagebox .pagebox-description p {
        font-size: 0.86rem;
    }
}


/*
-------------------------------
 CAROUSEL (slick)
-------------------------------
*/

.objects-carousel .column {
    outline: 0;
}

.slick-slide {
    outline: 0 !important;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.slick-slide.slick-active {
    opacity: 1;
}

.slick-slider .slick-dots {
    bottom: -35px;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.slick-slider:hover .slick-dots {
    opacity: 1;
}


/* Slick Arrows */

.slick-prev,
.slick-next {
    z-index: 99 !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 14px;
}

.slick-prev {
    left: 0px;
    border-radius: 0 0 0 0;
}

.slick-prev:before {
    content: '◀';
}

.slick-next {
    right: 0px;
    border-radius: 0 0 0 0;
}

.slick-next:before {
    content: '▶';
}

@media (max-width: 1024px) {
    .slick-slide {
        opacity: 1;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
}

.quotes-carousel .slick-prev {
    left: 0px;
    border-radius: 0 0 0 0;
}

.quotes-carousel .slick-next {
    right: 0px;
    border-radius: 0 0 0 0;
}

.quotes-carousel .slick-slide {}

.slick-slider .slick-arrow {
    background-color: rgba(15, 26, 58, 1);
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}


/* Slick Dots */

.slick-dots li button {
    width: 10px;
    height: 11px;
    padding: 0px;
    margin: 0;
    border-radius: 0;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: .25;
    font-size: 0.76rem;
    color: rgba(0, 0, 0, 0.31);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.slick-dots li.slick-active button:hover:before {
    opacity: .2;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #46cabc;
}

.quote-wrapper {}

.quote-wrapper blockquote:before {
    display: inline-block;
    content: '”';
    font-size: 3rem;
    color: #46cabc;
}

.quote-wrapper blockquote {
    text-align: center;
    border-left: 0;
    border-radius: 0px;
    font-size: 1rem;
    line-height: 1.3;
    color: #6e777e;
    max-width: 94.5%;
    margin: auto;
    margin-bottom: 30px;
    padding: 2rem 3rem;
    font-style: italic;
    font-family: 'Georgia', serif;
    /* 	border: 2px solid #eee; */
    background: #fff;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.08);
}

.quote-wrapper blockquote footer {
    font-family: 'myriad-pro';
    margin: auto;
    margin-top: 2rem;
    font-size: 0.86rem;
    font-style: normal;
    text-align: left;
    width: 220px;
}

.quote-wrapper .quote-image {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-left: 30px;
}

@media (max-width: 900px) {
    .quote-wrapper blockquote {
        max-width: 90%;
    }
}

@media (max-width: 640px) {
    .quote-wrapper blockquote {
        max-width: 90%;
        font-size: 1rem;
    }
}


/* Controls
---------------------------------------------------------------------- */

#FilterSelect,
#SortSelect {
    display: inline-block;
    margin-top: 15px;
    width: auto;
}

@media (max-width: 640px) {
    #FilterSelect,
    #SortSelect {
        margin-top: 5px;
        display: block;
        width: 100%;
    }
}

.controls {
    display: block;
    width: 100%;
    margin-left: 0;
    list-style: none;
    background: transparent;
    border: 0;
    padding: 2rem 0;
}

.controls li {
    display: inline-block;
    float: left;
}

.control {
    text-align: center;
    display: inline-block;
    font-weight: 700;
    padding: .5rem 1rem;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0 10px 10px 0;
}

.mixitup-control-active {
    background: #101a3b;
}

.project-carousel .slick-list {
    padding: 2rem 0 0;
}

.project-carousel .slick-prev {
    left: -80px;
    border-radius: 5px 5px 5px 5px;
}

.project-carousel .slick-next {
    right: -80px;
    border-radius: 5px 5px 5px 5px;
}

.project-carousel .slick-slide {
    padding: 1rem 1.5rem;
}

@media (max-width: 1200px) {
    .project-carousel .slick-prev {
        left: 0px;
        border-radius: 0px 5px 5px 0px;
    }
    .project-carousel .slick-next {
        right: 0px;
        border-radius: 5px 0px 0px 5px;
    }
}

@media (max-width: 640px) {
    .project-carousel .slick-slide {
        padding: 1rem .5rem;
    }
}


/*
-------------------------------
 OBJECTS (overview)
-------------------------------
*/

.object {
    width: 100%;
    display: block;
    position: relative;
    border: 0px solid #fff;
    margin: 10px 0px 20px;
    padding: 0;
    min-height: 200px;
    border-radius: 0px !important;
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.mix .object {
    min-height: 530px;
}

.object:hover {
    transform: translateX(0%) translateY(-5px);
}

.object:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px !important;
    box-shadow: 0px 8px 16px black;
    content: '';
    opacity: 0.05;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.object:hover:before {
    opacity: 0.12;
}

.lightup .object:before {
    opacity: 0.32;
}

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

.object-image a {
    display: block;
}

a.object-image,
.object-image img {
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.object-image:hover img,
.object-image a:hover img {
    opacity: 0.9;
}

.object-section {
    display: block;
    padding: 20px 1rem 4rem;
}

.object-section .textbox-label {
    font-size: 1.1rem;
    display: block;
    position: relative;
    margin-left: 1px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.object-section .object-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.4rem;
}

.object-section .object-title a {
    color: #0f1a3a;
    position: relative;
}

.object-section p {
    font-size: 0.96rem;
    line-height: 1.9;
}

.object-lead {
    padding-bottom: 0.5rem;
}

.object-lead .button {
    text-align: left;
    display: block;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    letter-spacing: 0;
    text-transform: none;
    font-size: 0.86rem;
}

.object-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0rem 1rem 0.3rem;
    border-top: 1px solid #eee;
    text-align: center;
}


/* Detail */


/* Detail */

.object-detail-heading {
    position: relative;
    min-height: 360px;
    top: 50px;
}

.object-detail-heading-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.object-detail-heading-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 14, 53, 0) 0%, rgba(0, 14, 53, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 14, 53, 0) 0%, rgba(0, 14, 53, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 14, 53, 0) 0%, rgba(0, 14, 53, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000e35', endColorstr='#000e35', GradientType=0);
    opacity: 0.8;
    z-index: 2;
}

.object-detail-heading.no-image img {
    opacity: 0.5;
}

.object-detail-caption {
    position: absolute;
    bottom: 4rem;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 99;
}

.object-detail-caption .object-detail-title {
    color: #fff;
}

.object-detail-content {
    display: block;
    margin-top: 50px;
    padding: 2rem 0rem 3rem 0rem;
}

.object-detail-section {
    padding: 2rem 4rem 1rem 0.4rem;
}

.white-popup .object-detail-section {
    padding: 2rem 2rem 1rem 2rem;
}

.flex-video.widescreen {
    border-radius: 0px;
    overflow: hidden;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {}

.object-detail-section-title {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0f1a3a;
    margin-bottom: 15px;
}

.object-detail-section-lead p {
    font-weight: 700;
}

.object-detail-sidebar {
    display: block;
    padding: 3rem 1rem 2rem 0;
}

.white-popup .object-detail-sidebar {}

.object-detail-sidebar .object-detail-section {
    padding: 1rem 1rem 1rem;
    border: 0px solid rgba(0, 14, 54, 0.11);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1)
}

.object-detail-section-logo {
    position: relative;
    width: 100%;
    border-radius: 0px;
    z-index: 997;
    margin-bottom: 2rem;
}

.object-detail-sidebar .object-detail-section p {
    font-size: 1rem;
}

.object-detail-sidebar .object-detail-section .button.text {
    letter-spacing: 0;
    text-transform: none;
    text-align: left;
    display: block;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.object-detail-sidebar .object-detail-section .button.primary {
    margin-top: 20px;
}

.object-detail-map {
    margin-top: 2rem;
    display: block;
    width: 100%;
    padding: 1rem;
    border: 0px solid rgba(0, 14, 54, 0.11);
    border-radius: 0px;
    background: rgba(255, 255, 255, 1)
}

.object-detail-description {
    display: block;
}

.object-buttons {
    margin-top: 2rem;
    border-top: 1px solid rgba(0, 14, 54, 0.1);
    padding: 2rem 0;
}

.object-buttons .button {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.object-buttons .button.back {
    padding-left: 4rem;
}

.object-buttons .button i {
    font-size: 1.6rem;
}

.object-buttons .button.back i {
    left: 1rem;
}

.object-buttons .button.next {}

.object-buttons .button.disabled.secondary,
.object-buttons .button[disabled].secondary {
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .object-detail-caption {
        position: absolute;
        bottom: 1rem;
        padding-left: 2rem;
        z-index: 99;
    }
    .object-detail-sidebar {
        display: block;
        padding: 3rem 0rem 2rem 0.2rem;
    }
    .white-popup .object-detail-section {
        padding: 2rem 2rem 2rem 0rem;
    }
    .white-popup .object-detail-sidebar .object-detail-section {
        padding-left: 1.5rem;
    }
}

@media (max-width: 970px) {
    .object-detail-heading-logo {
        background-size: 140px auto;
    }
    .object-detail-section {
        padding: 2rem 1rem 2rem 0.4rem;
    }
    .object-detail-sidebar .object-detail-section {
        padding-left: 1rem;
    }
    .white-popup .object-detail-section {
        padding: 2rem 1rem 2rem 0rem;
    }
    .white-popup .object-detail-sidebar .object-detail-section {
        padding-left: 1rem;
    }
    .object-detail-map {
        padding: 0.5rem;
    }
    .object-detail-sidebar .object-detail-section p {
        font-size: 1rem;
        line-height: 1.6;
    }
    .object-detail-sidebar .object-detail-section .button.text {
        font-size: 0.96rem;
    }
    .object-detail-sidebar .object-detail-section .button.primary {
        padding-left: 1rem;
        padding-right: 2.4rem;
    }
}

@media (max-width: 640px) {
    .object-detail-heading {
        position: relative;
        min-height: 240px;
    }
    .object-detail-heading,
    .object-detail-heading-image {
        border-radius: 10px 10px 0 0;
    }
    .object-detail-caption {
        position: absolute;
        bottom: 1rem;
        padding-left: 1.5rem;
        z-index: 99;
    }
    .object-detail-heading-logo {
        position: absolute;
        bottom: -2rem;
        right: 1rem;
        width: 30%;
        height: 0;
        border-radius: 10px;
        padding-bottom: 25%;
        background: #fff no-repeat center center;
        background-size: 90px auto;
        box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.16);
        z-index: 99;
    }
}


/*
-------------------------------
 PRODUCTS (overview)
-------------------------------
*/

.products-carousel {}

.product {
    width: 100%;
    display: block;
    position: relative;
    border: 0px solid #fff;
    margin: 0px 0px 30px;
    padding: 0rem;
    height: 460px;
    border-radius: 0px !important;
    border: 0px solid rgba(15, 26, 58, 0.11);
    background: #fff;
    z-index: 99;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* 	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); */
    will-change: transform;
}

.product:hover {
    transform: translateX(0%) translateY(0px) scale(1.03);
}

.products-carousel .slick-slide {
    padding: 10px;
}

.products-carousel .slick-slide .product {
    height: 440px;
}

.medium-up-4 .product {
    height: 410px;
}

.featured .product {
    height: 410px;
}

.product:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0px !important;
    box-shadow: 0px 8px 46px black;
    content: '';
    opacity: 0.08;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.product:hover:before {
    opacity: 0.1;
}

.product-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    display: block;
    background: #0f1a3a;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
}

.medium-up-4 .product .product-image {
    height: 200px;
}

.featured .product .product-image {
    height: 200px;
}

.product-image a {
    display: block;
}

a.product-image,
.product-image img {
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-image img {}

.product-image:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0f1a3a;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.product-image:hover:before {
    opacity: 0.1;
}

.product-image-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.product-label {
    position: absolute;
    top: 1rem;
    right: 0;
    z-index: 99;
    border-radius: 0px;
    padding: 0.3rem 1.2rem 0.2rem;
    font-size: 0.86rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}


/*
.product-label span {
	position: absolute;
	top:10px;
	left:10px;
	display: block;
	transform: rotate(-23deg);
	z-index: 99;
}
*/


/*
.product-label:before {
	position: absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100px 0 0;
	border-color: #0a1127 transparent transparent transparent;
	content:'';
	z-index:1;
}
*/

.product-section {
    display: block;
    padding: 15px 1rem 4rem;
}

.product-section .product-title {
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.2rem;
}

.product-section .product-title a {
    color: #0f1a3a;
    position: relative;
}

.product-section .product-title a:hover {
    color: #46cabc;
}

.product-section p {
    font-size: 0.96rem;
    line-height: 1.9;
}


/* Description List */

.product .product-description-list {
    margin: 0;
    padding: 0.5rem 0rem 0;
    display: block;
    font-size: 0.96rem;
    position: relative;
    z-index: 2;
    line-height: 1.4
}

.products-carousel .slick-slide .product .product-description-list {
    font-size: 0.86rem;
}

.product .product-description-list li {
    display: block;
    /* 	border-top: 1px solid rgba(0, 0, 0, 0.06); */
}

.product .product-description-list li .option {
    display: inline-block;
    width: 33%;
    color: #727b82;
}

.product .product-description-list li .value {
    display: inline-block;
    font-weight: 500;
    color: #0f1a3a;
}


/* Description Tags */

.product .product-description-tags {
    margin: 0;
    padding: 1rem 0rem 0;
    display: block;
    position: relative;
    z-index: 2;
}

.product .product-description-tags li {
    display: inline-block;
}

.product .product-description-tags li a {
    display: inline-block;
    padding: 4px 8px 3px;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    background-color: rgba(148, 159, 168, 0.67);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product .product-description-tags li a:hover {
    background-color: rgba(148, 159, 168, 1);
}

.product-footer {
    position: absolute;
    left: 0rem;
    right: 0rem;
    bottom: 0;
    padding: 0.76rem 1.5rem 0.86rem;
    text-align: right;
    border-top: 1px solid rgba(148, 159, 168, 0.2);
    z-index: 99;
}

.product-price {}

.product-price-old {
    display: inline-block;
    font-size: 0.96rem;
    text-decoration: line-through;
    margin-right: 10px;
    color: #727b82;
}

.product-price-new {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #0f1a3a
}

.product-price-new span {
    font-size: 80%;
}

@media (max-width: 1100px) {
    .product {
        height: 430px;
    }
    .featured .product {
        height: 440px;
    }
    .product-image {
        height: 220px;
    }
    .featured .product .product-image {
        height: 160px;
    }
    .products-carousel .slick-slide .product {
        height: 400px;
    }
    .large-up-4 .product .product-description-list li .option {
        display: inline-block;
        width: 100%;
        color: #727b82;
    }
    .large-up-4 .product .product-description-list li .value {
        display: block;
        font-weight: 500;
        color: #0f1a3a;
    }
}

@media (max-width: 970px) {
    .product {
        height: 460px;
    }
    .featured .product {
        height: 460px;
    }
    .products-carousel .slick-slide .product {
        height: 380px;
    }
    .featured .product .product-image {
        height: 260px;
    }
    .large-up-4 .product .product-description-list li .option {
        display: inline-block;
        width: 33%;
        color: #727b82;
    }
    .large-up-4 .product .product-description-list li .value {
        display: inline-block;
        font-weight: 500;
        color: #0f1a3a;
    }
}

@media (max-width: 640px) {
    .product {
        height: 430px;
    }
}


/* Wide View */

.wide-view .product {
    height: 460px;
    padding-bottom: 0px;
}

.wide-view .product-image {
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    height: auto;
}

.wide-view .product .product-section {
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
    display: block;
    text-align: left !important;
    padding: 1.3rem 1rem 1rem 1.5rem;
    font-size: 0.96rem;
    letter-spacing: 0px;
    z-index: 3;
}

.wide-view .product .product-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    content: '';
    opacity: 1;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(1, 18, 56, 0) 0%, rgba(1, 18, 56, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 18, 56, 0) 0%, rgba(1, 18, 56, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 18, 56, 0) 0%, rgba(1, 18, 56, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00011238', endColorstr='#011238', GradientType=0);
}

.wide-view .product-section .product-title {
    margin-bottom: 4px;
}

.wide-view .product-section .product-title a {
    color: #fff;
    font-size: 2rem;
}

.wide-view .product .product-description-list {
    max-width: 50%;
    line-height: 1.4
}

.wide-view .product .product-description-list li .option {
    color: #fff;
}

.wide-view .product .product-description-list li .value {
    color: #fff;
}

.wide-view .product-price-new {
    color: #fff !important;
    font-size: 1.7rem;
}

.wide-view .product-footer {
    border-top: 0;
    padding-right: 2rem;
    padding-bottom: 1rem;
}

@media (max-width: 1440px) {}

@media (max-width: 1100px) {
    .wide-view .product {
        height: 430px;
        padding-bottom: 0px;
    }
}

@media (max-width: 640px) {
    .wide-view .product {
        height: 460px;
        padding-bottom: 0px;
        background: #101a3b;
    }
    .wide-view .product-image {
        position: relative;
        top: 0rem;
        left: 0rem;
        right: auto;
        bottom: auto;
        height: 240px;
    }
    .wide-view .product .product-section {
        padding-bottom: 80px;
    }
    .wide-view .product .product-description-list {
        max-width: 100%;
        line-height: 1.4
    }
    .wide-view .product-section .product-title a {
        color: #fff;
        font-size: 1.3rem;
    }
}


/*
--------- MODAL BOX ---------
----- Itembox - Product -----
-----------------------------
*/

.product-detail {
    width: 100%;
    display: block;
    position: relative;
    padding: 0rem;
    background: #f5f5f5;
}

.white-popup .product-detail {
    padding: 2rem;
    padding-top: 4rem;
    background: transparent;
}

.product-detail .left-side {
    position: relative;
    padding: 0rem 2em 4rem 0;
}

@media (max-width:768px) {
    .white-popup .product-detail {
        padding: 1rem;
        padding-top: 4rem;
        background: transparent;
    }
    .product-detail .left-side {
        padding: 0 0em 0 0;
    }
}

@media (max-width:767px) {
    .product-detail .left-side {
        width: 100%;
        padding: 0 0 0 0;
    }
}

@media (max-width:767px) {
    .white-popup .product-detail {
        padding: 0rem;
        padding-top: 4rem;
        background: transparent;
    }
}

.product-detail .product-detail-intro {
    display: inline-block;
    font-size: 0.86em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 10px;
    border-radius: 0px;
    text-transform: uppercase;
}

.product-detail .product-detail-header {
    width: 100%;
    padding: 1rem 1em 0em 1rem;
    position: relative;
}

.white-popup .product-detail .product-detail-header {
    padding-left: 0.5rem;
}

@media (max-width:767px) {
    .product-detail .product-detail-header {
        width: 100%;
        padding: 0 0 0rem 0rem;
    }
}

@media (max-width: 640px) {
    .white-popup .product-detail .product-detail-header {
        padding-left: 0rem;
    }
}

.product-detail .product-detail-header .product-detail-title {
    font-size: 2rem;
    line-height: 1;
}

.product-detail .product-detail-header h3.product-detail-title {
    font-size: 1.8rem;
}

.product-detail .product-detail-header .product-detail-info {
    line-height: 1.6;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(148, 159, 168, 1);
}

.product-detail .product-detail-price {
    position: absolute;
    bottom: 0.8rem;
    right: 0;
    padding: 0em 1.2em 0em 1em;
}

@media (max-width:970px) {
    .product-detail .product-detail-price {
        position: relative;
        bottom: auto;
    }
}

.product-detail .product-detail-price .price {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
}

.product-detail .product-detail-price .country-price {
    font-size: 1em;
    display: block;
    font-weight: 900;
}

.product-detail .product-detail-price .euro-price {
    font-size: 2.2em;
    display: block;
    line-height: 1;
    font-weight: 600;
}

.product-detail .product-detail-price .euro-price.price-small {
    font-size: 1.5em;
}

.product-detail .product-detail-price .price-info {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.63);
}


/* Detail sections */

.product-detail-section {
    padding: 1rem 0;
}

.product-detail-section .product-detail-section-title {
    font-size: 0.86rem;
    color: #0f1a3a;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}


/* Description List */

.product-detail .product-description-list {
    margin: 0;
    padding: 0rem 0rem 1rem;
    display: block;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.product-detail .product-description-list li {
    display: block;
    /* 	border-top: 1px solid rgba(0, 0, 0, 0.06); */
}

.product-detail .product-description-list li .option {
    display: inline-block;
    width: 33%;
    color: #727b82;
}

.product-detail .product-description-list li .value {
    display: inline-block;
    font-weight: 700;
    color: #0f1a3a;
}

@media (max-width:970px) {
    .product-detail .product-description-list {
        padding-bottom: 0;
    }
    .product-detail .product-description-list li {
        display: block;
        margin-bottom: 4px;
    }
    .product-detail .product-description-list li .option {
        display: inline-block;
        width: 100%;
    }
}


/* More */

.product-detail-section .text-more-button {
    display: block;
    position: relative;
    z-index: 88;
}

.text-more-button .close {
    display: none;
}

.text-more-button .open {
    display: block;
}

.text-more-wrapper.is-visible .text-more-button .close {
    display: block;
}

.text-more-wrapper.is-visible .text-more-button .open {
    display: none;
}

.text-more-wrapper {
    position: relative;
}

.text-more-wrapper .text-more {
    display: none;
}

.text-more-wrapper.is-visible .text-more {
    display: block;
}


/*
.product-detail-section .text-more-shade {
	display: block;
	position: absolute;
	top:-50px;
	width: 100%;
	height: 50px;
	content:'';
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(245,245,245,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(245,245,245,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(245,245,245,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f5f5',GradientType=0);
	z-index: 1;
}
.white-popup .product-detail-section .text-more-shade {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}
*/

.text-more-wrapper.is-visible .text-more-shade {
    display: none;
}

.text-more-wrapper .text-more iframe {
    display: none;
}

.product-specs-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.product-specs-list li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
}

.product-specs-list .item,
.product-specs-list .value {
    font-size: 1rem;
    font-weight: 400;
    padding: 0.4rem 0 0.4rem;
    /*
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0);
*/
    border: 0;
    margin-bottom: 0rem;
}

.product-specs-list .item {
    float: left;
    width: 33.333%;
}

.product-specs-list .value {
    float: left;
    width: 66.666%;
    color: #0f1a3a;
    font-weight: 700;
}

.product-specs-list .value i {
    position: relative;
    top: 2px;
}

.product-detail .right-side {
    position: relative;
    margin-top: 0px;
    padding: 0em 0em;
}

.side-content {
    padding-top: 1rem;
}

@media (max-width:640px) {
    .product-specs-list .item {
        float: left;
        width: 100%;
        clear: left;
        border-bottom: 0;
        padding: 0.5rem 0 0rem;
    }
    .product-specs-list .value {
        float: left;
        width: 100%;
        color: #0f1a3a;
        font-weight: 700;
        padding: 0rem 0 0.5rem;
    }
}

.product-detail .product-detail-map {
    display: block;
    padding: 1em;
}

.product-detail .product-detail-list {
    font-size: 0.8em;
    padding: 1em;
    display: block;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid rgba(15, 26, 58, 0.12)
}

.product-detail .product-detail-list ul {
    padding: 0;
    margin: 0;
}

.product-detail .product-detail-list ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.product-detail .product-detail-list ul ul {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.product-detail .product-detail-list ul li:last-child {
    border: 0;
}

.product-detail .product-detail-list ul li>a,
.product-detail .product-detail-list ul li>button {
    text-align: left;
    width: 100%;
    border-radius: 0;
    display: block;
    color: #232226;
    padding: 0.5em 1em;
    padding-left: 3rem;
    font-family: 'Roboto';
    font-size: 0.96rem;
    position: relative;
    line-height: 1.6;
    font-weight: 700;
}

.product-detail .product-detail-list ul li>button {}

.product-detail .product-detail-list ul li>a i,
.product-detail .product-detail-list ul li>button i {
    position: absolute;
    top: 13px;
    left: 1rem;
    color: #46cabc;
}

.product-detail .product-detail-list ul li>a:hover,
.product-detail .product-detail-list ul li>button:hover {
    background: rgba(15, 26, 58, 0.04);
}


/* Tweede niveau */

.product-detail .product-detail-list ul li ul li {
    border: 0;
    padding:
}

.product-detail .product-detail-list ul li ul li>a {
    padding-left: 3rem;
    font-size: 0.96rem;
    font-family: 'Roboto';
    font-weight: 700;
}

.product-detail .product-detail-list ul li ul li>a i {
    right: auto;
    left: 1rem;
    top: 12px;
    color: #5d7785 !important;
}

.product-detail .product-detail-list .item-breadcrumb a {
    font-weight: 600;
    color: #f8820b;
}

.product-detail-video {
    display: block;
    margin-top: 20px;
}

.product-detail .product-detail-text {
    margin-top: 2em;
    border-top: 3px solid #eee;
    padding: 2em 1em;
}

.product-detail .product-detail-text:first-child {
    margin-top: 0;
    border-top: none;
    padding: 1em 1em 0 1em;
}

.product-detail .product-detail-text .product-detail-text-title {
    font-size: 1.3em;
    line-height: 1.2;
    font-weight: 600;
    display: block;
}

.product-detail .product-detail-text p {
    font-size: 0.86em;
    line-height: 1.5;
    margin-top: 10px;
}


/* Dropdown */

.dropdown-pane {
    min-width: 300px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.12);
}

.dropdown-pane kbd {
    font-size: 13px;
}

.dropdown-pane p {
    margin-bottom: 0;
}

#share-more {
    display: none;
}

#share-more.is-visible {
    display: block;
}

.select-wrapper .dropdown-pane {
    width: 200px;
    min-width: 200px;
}


/* Foto Overzicht
------------------------------- */

.photo .caption {
    font-size: 0.8rem;
    line-height: 1.1;
    color: #888 !important;
    text-align: center;
    width: 100%;
    display: block;
    font-style: italic;
    padding-top: 0px;
}

.photo .caption {
    position: relative;
    top: -20px;
}

.photo {
    display: inline-block;
    margin: 0px 0 10px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 50%;
}

.photo.left {
    float: left;
    margin-right: 30px;
}

.photo.right {
    float: right;
    margin-left: 50px;
}


/* Round */

.photo a.round {
    border-radius: 100%;
    overflow: hidden;
}


/* Sizes */

.photo-25 {
    width: 25% !important;
}

.photo-33 {
    width: 31.5% !important;
}

.photo-50 {
    width: 50% !important;
}

.photo-75 {
    width: 75% !important;
}

.photo-100 {
    width: 100% !important;
    margin-bottom: 1em;
    margin-left: 0 !important;
}

@media (max-width: 500px) {
    .photo {
        width: 33%;
    }
}

.photo a {
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 5px solid #101a3b;
}

.photo a:hover {}

.photo a img {
    /* 	border-radius: 0px; */
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px;
    display: block;
    max-width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 7;
}

.photo a:hover img {
    padding: 0px;
    border: 0px solid #ddd;
    /*
	opacity: .8;
  	filter: alpha(opacity=80);
*/
}

.photo a:hover img.grayscale {
    -webkit-filter: grayscale(0%) !important;
    filter: none !important;
}

.photo a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    text-align: center;
    font-family: icomoon;
    content: '\e936';
    background: #46cabc;
    color: #fff;
    z-index: 99;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.4rem;
    -webkit-transition: opacity 0.3s ease-out;
    /* Saf3.2+, Chrome */
    -moz-transition: opacity 0.3s ease-out;
    /* FF4+ */
    -ms-transition: opacity 0.3s ease-out;
    /* IE10? */
    -o-transition: opacity 0.3s ease-out;
    /* Opera 10.5+ */
    transition: opacity 0.3s ease-out;
}

@media (max-width: 970px) {
    .photo a:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.photo a.round:after {
    border-radius: 100%;
}

.photo a:hover:after {
    opacity: 1;
}

.photo a.item-more:after {
    background: rgba(0, 163, 230, 0.9);
}

.photo.right {
    float: right;
    margin: 10px 0px 20px 40px;
}

.photo-wide {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

.photo-wide img {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px;
    display: block;
    max-width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.photo-slides a.gallery-item {
    margin-bottom: 0em;
}

.gallery {
    padding-top: 30px;
}

.photo-gallery {
    display: block;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.photo-gallery.with-padding {
    margin: 0;
    padding: 2rem 3rem;
}

@media (max-width: 1024px) {
    .photo-gallery.with-padding {
        padding: 2rem 1rem 2rem 0;
    }
}

@media (max-width: 970px) {
    .photo-gallery.with-padding {
        padding: 2rem 0rem;
    }
}

.photo-gallery img {
    margin: 0px 0px 0px 0px;
    border: 0px;
    padding: 0px;
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photo-gallery a,
a.gallery-item {
    overflow: hidden;
    border-radius: 0px;
    display: block;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 5px solid #101a3b;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.photo-gallery img {
    margin-bottom: 30px;
}

.photo-gallery a img,
.photo-slides img {
    margin-bottom: 0px;
}


/* Objects */

.product-detail .photo-gallery {
    margin: 0;
}


/* Products */

.product-detail .photo-gallery {
    margin-top: 0;
    text-align: center;
}

.product-detail .photo-gallery img {
    margin: 0 auto;
}

.product-detail .photo-gallery a,
.product-detail a.gallery-item {
    margin-bottom: 0;
    border: 0;
}

.product-detail-image .photo {
    margin-bottom: 20px;
}

.photo-gallery a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0px;
    margin-left: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    text-align: center;
    font-family: icomoon;
    content: '\e936';
    background: #46cabc;
    color: #fff;
    font-size: 1.4rem;
    z-index: 9;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: opacity 0.3s ease-out;
    /* Saf3.2+, Chrome */
    -moz-transition: opacity 0.3s ease-out;
    /* FF4+ */
    -ms-transition: opacity 0.3s ease-out;
    /* IE10? */
    -o-transition: opacity 0.3s ease-out;
    /* Opera 10.5+ */
    transition: opacity 0.3s ease-out;
}

@media (max-width: 970px) {
    .photo-gallery a:after {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.photo-gallery a.round:after {
    border-radius: 100%;
}

.photo-gallery a:hover:after {
    opacity: .8;
}

.photo-gallery a:hover img {
    padding: 0px;
}

.photo-gallery:hover img.grayscale {
    -webkit-filter: grayscale(0%) !important;
    filter: none !important;
}

.collapse.photo-gallery a,
.collapse.photo-gallery a.gallery-item,
.collapse.photo-gallery img {
    border-radius: 0 !important;
    margin-bottom: 0px;
}

.collapse.photo-gallery {
    margin-top: 0;
}

.photo a .mask,
.photo-gallery a .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(15, 26, 58, 0.8);
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    padding: 1rem 0 5px 1rem;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.photo a:hover .mask,
.photo-gallery a:hover .mask {
    opacity: 1;
}

.photo a .mask span,
.photo-gallery a .mask span {
    font-weight: 700;
}

.photo-gallery a .mask {
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
    padding: 3.5rem 10px 2.5rem 10px;
}


/*

.gallery-clone {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	filter: blur(20px);
	z-index: -1;
	backface-visibility: hidden;
	transition: none;
	opacity: 0.5;
}
*/


/*
---------------------------
IMAGE BANNERS
---------------------------
*/

.imagebox {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    border-bottom: 0px solid #46cabc;
    border-radius: 0px !important;
    /* 	overflow: hidden; */
    min-height: 280px;
    margin-bottom: 30px;
    position: relative;
    z-index: 98 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0)
}

a.imagebox:hover {
    z-index: 99 !important;
    /*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}

.collapse .imagebox {
    margin-bottom: 0;
    /* 	 box-shadow: 0 5px 22px rgba(0, 0, 0, 0.1); */
}

a.imagebox {
    cursor: pointer;
}

.object.with-shadow:hover:after {
    opacity: 1
}

.collapse .imagebox:hover:after {
    height: 20px;
    opacity: 0;
}

.imagebox .imagebox-image {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.imagebox .imagebox-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    background: #0f1a3a;
    content: '';
    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

a.imagebox:hover .imagebox-image {
    /*
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
*/
}

.imagebox .imagebox-image.bright:after {
    opacity: 0;
}

a.imagebox:hover .imagebox-image:after {
    opacity: 0;
}

.imagebox .imagebox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

a.imagebox:hover .imagebox-overlay {
    opacity: .8;
}


/* Shade */

.imagebox .image-shade-top,
.imagebox .image-shade-bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    opacity: .4;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.imagebox .image-shade-bottom {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#07080f07080f00', endColorstr='#cc1b222a', GradientType=0);
}

a.imagebox:hover .image-shade-top,
a.imagebox:hover .image-shade-bottom {
    opacity: 0.8;
}

.imagebox .imagebox-description {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 4;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox:hover .imagebox-description {
    opacity: 1;
}

.imagebox .imagebox-description .imagebox-icon {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: block;
    color: rgba(255, 255, 255, 0.25);
    font-size: 3.6rem;
    line-height: 1;
    padding: 0em 0em 0 0;
    margin-bottom: 0px;
    border-radius: 0px;
}

.imagebox .imagebox-description .imagebox-title-wrap {
    position: absolute;
    top: 0;
    left: 0rem;
    bottom: 0;
    right: 0;
    padding: 6rem 2rem 0rem 2rem;
    text-align: center;
}

.blocks-height-large .imagebox .imagebox-description .imagebox-title-wrap {
    padding: 8rem 2rem 0rem 2rem;
}


/* Top */

.imagebox .imagebox-description .imagebox-title-wrap.top {
    top: 0;
    left: 0rem;
    padding: 1rem 2rem 2rem 1.5rem;
    transform: translateX(0) translateY(0%);
}


/* Bottom */

.imagebox .imagebox-description .imagebox-title-wrap.bottom {
    top: auto;
    bottom: 0;
    left: 0rem;
    text-align: center;
    padding: 2.5rem 1.5rem 1.2rem 1.5rem;
    transform: translateX(0) translateY(0%);
}

.imagebox .imagebox-description .imagebox-label {
    display: block;
    font-size: 0.86rem;
    line-height: 1;
    font-weight: 400;
    padding: 0em 0em 0 0;
    margin-bottom: 10px;
    color: #fff;
}

.imagebox .imagebox-description .imagebox-label i {
    position: relative;
    top: 2px;
    font-size: 1rem;
}

.imagebox .imagebox-description .imagebox-title {
    position: relative;
    font-weight: 400;
    display: block;
    font-size: 1.8rem;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    padding: 0em 0 10px;
    max-width: 100%;
    transform: translateX(0) translateY(30px);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1)
}

a.imagebox:hover .imagebox-description .imagebox-title {
    transform: translateX(0) translateY(0px);
}

.imagebox .imagebox-description .imagebox-title-wrap p {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    line-height: 1.3;
}

.imagebox:hover .imagebox-description .imagebox-title-wrap p {
    visibility: visible;
    opacity: 1;
}

.imagebox .imagebox-description p {
    margin-top: 1rem;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.imagebox .imagebox-description.visible p {
    visibility: visible;
    opacity: 1;
}

[data-whatinput='mouse'] a.imagebox:hover .imagebox-description p {
    visibility: visible;
    opacity: 1;
}

.imagebox .imagebox-button {
    position: absolute;
    bottom: 0rem;
    right: 0%;
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    padding: 1rem 1rem 1rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.imagebox .imagebox-button i {
    position: relative;
    top: 3px;
}

.imagebox:hover .imagebox-button {
    visibility: visible;
    opacity: 1;
}


/* Centered */

.imagebox .imagebox-description.text-center .imagebox-title-wrap {
    width: 100%;
    max-width: 100%;
    text-align: center !important;
    padding: 6rem 2rem 3rem 2rem;
}


/* Imagobox Heights */

.blocks-height-small .imagebox {
    min-height: 160px;
}

.blocks-height-medium .imagebox {
    min-height: 260px;
}

.blocks-height-large .imagebox {
    min-height: 360px;
}

.blocks-height-huge .imagebox {
    min-height: 460px;
}


/* List */

.imagebox-list ul {
    list-style: none;
    margin: 0;
    margin-top: 1rem;
}

.imagebox-list ul li {
    color: #fff;
    font-size: 1.3rem;
}

.imagebox-list ul li i {
    color: #3cb7b8;
}


/* Zijbalk */

#sticky {
    width: 100%;
    left: 0 !important;
}

.side-content #sidebar {
    width: 100%;
    display: block;
    padding: 0.9rem 0 0em;
}

.side-content .page-title {
    font-size: 1.4em;
    padding-left: 1em;
    padding-bottom: 10px;
}

#sidebar .sticky {
    width: 100%;
}

@media (max-width: 970px) {
    .side-content {
        padding: 0 2.3rem 0em;
    }
}

@media (max-width: 767px) {}

@media (max-width: 540px) {
    .side-content {
        margin-top: 2rem;
        background: #f8f8f8;
        padding: 2rem 1.4rem 0em;
    }
}

.side-content .text-wrapper {
    padding: 1.5rem 1rem;
    border-radius: 0px;
    border: 0px solid #eee;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.side-content .text-wrapper .indent {
    padding-right: 0rem;
}

.side-content .text-wrapper .text-wrapper-title {
    font-size: 1.6rem;
    position: relative;
    font-weight: 400;
    padding-bottom: 0px;
}

.side-content .text-wrapper .text-wrapper-title.sub {
    font-size: 1.2rem !important;
}

.side-content .text-wrapper-lead {
    padding-top: 10px;
}

.side-content .text-wrapper .text-wrapper-lead p {
    font-size: 0.96rem;
    line-height: 1.5;
    font-weight: 400;
}

.side-content .text-wrapper .text-wrapper-content p {
    line-height: 1.5;
    font-size: 0.96rem;
}


/*
---------------------------
SUB NAVIGATION
---------------------------
*/

.mobile-subnav-button {
    display: none;
    padding-left: 3rem;
    float: left;
    margin-left: 2rem;
}

.mobile-subnav-button i {
    top: 11px;
    left: 0.8rem;
    right: auto;
    color: #727272 !important;
}

#mobile-subs {
    display: none;
}

@media (max-width: 970px) {
    .mobile-subnav-button {
        display: inline-block;
    }
    #mobile-subs {
        position: absolute;
        top: 46px;
        left: 2rem;
        background: #343434;
        z-index: 999;
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
        border-radius: 0px;
        padding: 1rem 0.6rem 0;
    }
    #mobile-subs.expanded {
        display: block;
    }
}

@media (max-width: 440px) {
    .mobile-subnav-button {
        top: -10px;
        margin-left: 1.2rem;
    }
    #mobile-subs {
        position: absolute;
        top: 36px;
        left: 1.2rem;
        width: 85%;
        padding-top: 0.5rem;
    }
}

.subnav-title-wrapper {
    border-radius: 0px 0 0;
    display: block;
    padding: 1rem 1rem;
}

.subnav-title {
    font-size: 1.4rem;
    position: relative;
    margin: 0 0 10px;
    font-weight: 400;
}

.subnav {
    position: relative;
    border: 0px solid rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    padding: 1rem 1rem;
    margin: 0rem 0 30px;
    background: #fff;
    box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.08);
}

#mobile-subs .subnav {
    border: 0;
    margin-bottom: 0;
}

.subnav ul {
    padding: 0px 0px;
    margin: 0px;
    list-style: none;
}

.subnav ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
    padding: 0px 0 0px 0;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.subnav ul li:last-child {
    border: 0 !important;
}

.subnav ul li a:not(.button) {
    padding-left: 0;
    color: rgba(15, 26, 58, 1);
    font-weight: 400;
    display: block;
    padding: 0.8375em 1em 0.8375em 1.3rem;
    font-size: 0.96rem !important;
    letter-spacing: 0px;
    position: relative;
    line-height: 1.1;
}

.subnav ul li a:not(.button):hover {
    color: #46cabc;
}

.subnav ul li a:before {
    position: absolute;
    left: 0px;
    top: 13px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e93b';
    font-size: 0.96rem;
    margin-right: 0px;
    color: rgba(167, 173, 176, 1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.subnav ul li a:hover:before {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
    color: #46cabc;
}

.subnav ul li.item-breadcrumb a:before {
    color: #46cabc;
}

.subnav ul li.item-breadcrumb a:not(.button) {
    color: #0f1a3a;
    font-weight: 400;
}

.subnav ul li.invisible {
    visibility: visible;
    display: block;
}

@media (max-width: 970px) {
    .subnav ul li a:not(.button) {
        padding-left: 0 !important;
        font-size: 1rem !important;
    }
    .subnav ul li a:before {
        left: auto;
        top: 17px;
        right: 0rem;
        content: '\e93c';
    }
}

@media (max-width: 440px) {
    .subnav ul li a:not(.button) {
        padding-left: 0 !important;
        font-size: 0.86rem !important;
    }
    .subnav ul li a:before {
        left: auto;
        top: 13px;
        right: 0rem;
        content: '\e93c';
    }
}


/* Tweede niveau */

.subnav ul li ul {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
}

.subnav ul li ul li {
    border: 0px solid #eeedec;
}

.subnav ul li ul li>a:not(.button) {
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    padding: 0.3em 0rem 0.3em 20px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.subnav ul li ul li>a:not(.button):hover {
    color: rgba(255, 255, 255, 1) !important;
    background: none !important;
}

.subnav ul li ul li a:before {
    display: none;
}

.subnav ul li ul li>a:not(.button):hover:before {
    color: #fff !important;
}

.subnav ul li ul li.item-breadcrumb>a:not(.button),
.subnav ul li ul li.item-breadcrumb>a:not(.button):hover {
    background: none !important;
    color: rgba(255, 255, 255, 1) !important;
}

.subnav ul li ul li.item-leaf>a:not(.button) {
    font-weight: 700 !important;
}


/* Derde niveau */

.subnav ul li ul ul {
    margin: 0;
    padding: 0;
    margin-top: 0px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.subnav ul li ul ul li {
    border: 0px solid #eeedec;
}

.subnav ul li ul ul li>a:not(.button) {
    font-weight: 400 !important;
    color: rgba(78, 78, 81, 1) !important;
    font-size: 14px !important;
    padding: 0.3em 0rem !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.subnav ul li ul ul li>a:hover {
    background: none !important;
    color: #22257a !important;
}

.subnav ul li ul li>a:hover {
    background: none !important;
    color: #22257a !important;
}

.subnav ul li ul ul li a:before {
    top: 5px;
    color: rgba(78, 78, 81, 1) !important;
}

.subnav ul li ul ul li.item-breadcrumb>a,
.subnav ul li ul li.item-breadcrumb>a:hover {
    background: none !important;
    color: #22257a !important;
}


/* Blogs */

.blogs ul li {
    border-bottom: 0px solid rgba(0, 0, 0, 0.08);
    padding: 0px 0 0px 0;
    margin: 0px 0 0px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blogs ul li:last-child {
    border: 0 !important;
}

.blogs ul li a {
    padding-left: 0;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    display: block;
    padding: 1.1em 1em 0.9375em 0rem;
    font-size: 0.96rem !important;
    letter-spacing: 0px;
    position: relative;
    line-height: 1.1;
}

.blogs ul li a:hover {
    color: #000;
}

.blogs ul li a .blog-title {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.blogs ul li a .blog-date {
    display: block;
    padding: 6px 0 0;
    font-size: 0.86rem;
    color: rgba(0, 0, 0, 0.4);
}


/*
---------------------------
SUBNAVIGATIE BALK
---------------------------
*/

.whatsub {
    width: 100%;
    clear: both;
    display: block;
    z-index: 3;
    padding: 0rem 0em 0rem;
    height: 70px;
    position: relative;
    margin-top: -70px;
    background: rgba(29, 29, 29, 0.9);
    text-align: center;
}

.whatsub:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
}

.whatsub ul {
    height: 70px;
    display: inline-block;
    margin: 0 auto;
    padding: 0 0rem;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.whatsub ul li {
    display: inline-block;
    margin: 0;
    text-align: center;
    position: relative;
    padding: 0em 1em;
}

.whatsub ul li:last-child {
    border: 0;
}

.whatsub ul li a {
    position: relative;
    height: 56px;
    line-height: 70px;
    font-weight: 500;
    display: block;
    padding: 0rem 0.5rem 0rem 0.1rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.whatsub ul li a:hover {
    color: #fff;
}

.whatsub ul li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 4px;
    border-radius: 0px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    /*
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.whatsub ul li a:hover:before,
.whatsub ul li.item-breadcrumb a:before {
    visibility: visible;
    width: 99.7%;
}

.whatsub ul li a:after {
    position: absolute;
    right: -6px;
    bottom: 2px;
    content: '';
    width: 1.5px;
    height: 0px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.whatsub ul li a:hover:after,
.whatsub ul li.item-breadcrumb a:after {
    opacity: 1;
    height: 18px;
}

@media (max-width: 940px) {
    .whatsub {
        margin-top: -50px;
        height: 50px;
        text-align: left;
    }
    .whatsub ul {
        height: 50px;
        text-align: left;
    }
    .whatsub ul li a {
        text-align: center;
        height: 40px;
        line-height: 50px;
        font-size: 0.66rem;
        letter-spacing: 1px;
    }
}

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


/* Breadcrumbs */

#breadcrumbs {
    position: relative;
    z-index: 99;
}

.breadcrumbs-wrapper {
    position: relative;
    background: none;
    border-bottom: 0px solid rgba(0, 0, 0, 0.04);
    padding: 1rem 0 1rem 0;
    box-shadow: 0px 1px 2px rgba(0, 23, 80, 0.1);
}

.white-popup .product-detail .breadcrumbs-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1.2rem 0 1.1rem 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}

.breadcrumbs {
    display: block;
    padding: 0 0;
    overflow: hidden;
    margin-left: 0rem !important;
    list-style: none;
    border-style: solid;
    border-width: 0px;
    background: none;
    border-color: rgba(0, 0, 0, 0.04);
    border-radius: 0px;
}

.breadcrumbs li {
    text-transform: none;
    font-size: 0.86rem;
}

.breadcrumbs>* a {
    color: #a9acad;
    text-transform: none;
    font-weight: 400;
    font-size: 0.86rem;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.breadcrumbs>* a:hover {
    color: #000;
    text-decoration: none;
}

.breadcrumbs li:not(:last-child):after {
    color: #a9acad;
    content: "\e93c";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1;
    font-size: 0.76rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.breadcrumbs {
    margin-bottom: 0;
}

@media (max-width: 970px) {
    .breadcrumbs {
        padding-left: 0.5em;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding: 1.3rem 1rem 0rem 0.5rem;
    }
}

@media (max-width: 500px) {
    .breadcrumbs {
        display: none;
    }
    .breadcrumbs-wrapper {
        padding-left: 0em;
        display: none;
    }
}


/* Newsletter & Social */

#newsletter {
    background: #fff
}

.newsletter {
    display: block;
}

.newsletter:before,
.newsletter:after {
    display: table;
    content: " ";
}

.newsletter:after {
    clear: both;
}

.section-newsletter-wrapper {
    display: block;
    padding: 4rem 1rem 4rem 1rem;
}

.section-newsletter-wrapper .section-newsletter-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.newsletter-input,
#newsletter input {
    border-radius: 0px;
    font-size: 1.1rem;
    height: 48px;
    line-height: 36px;
    padding: 0rem 1rem;
    border: 1px solid rgba(148, 159, 168, 0.2);
    box-shadow: none !important;
    margin: 0;
    /* 	background-color: rgba(0, 0, 0, 0.08); */
}

#newsletter input:focus {
    border-color: #727b82 !important;
}

.newsletter-button {
    height: 48px;
}

#newsletter .regel {
    float: left;
    width: 33.33%;
    margin-bottom: 0px !important;
    padding-right: 10px;
}

#newsletter .regel .addformsubmit {
    cursor: pointer;
    margin: 0;
    background: #46cabc;
    border: 0px solid #46cabc;
    color: #fff;
    height: 48px;
    width: 100%;
    font-size: 0.86rem;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#newsletter .regel .addformsubmit:hover {}

@media (max-width: 640px) {
    #newsletter .regel {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        padding-right: 0px;
    }
}


/*
---------------------------
FOOTER
---------------------------
*/

#footer-wrapper {
    position: relative;
    z-index: 3;
    margin-top: 0px;
    padding: 2rem 0;
}

.footer-content {
    padding: 2rem 0rem 2rem 0rem;
}

.footer-content.first {
    padding-right: 4rem;
}

.follow-title {
    display: block;
}

@media (max-width: 970px) {
    .footer-content.first {
        padding-left: 1rem;
        padding-right: 2rem;
    }
}

@media (max-width: 640px) {
    .footer-content.first {
        text-align: left;
        padding: 0;
        padding-right: 0rem;
        padding-left: 1.5rem;
    }
    .footer-content {
        padding-left: 1.5rem;
    }
    .footer-content.social {
        padding-left: 0;
    }
}

.footer-content.first .footer-title {}

.footer-content .footer-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #fff;
}

.footer-content p {
    line-height: 1.9;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.6);
}

.footer-content p a {}

.footer-content p a:hover {}

.footer-content p strong {
    margin-right: 5px;
}


/* List items */

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

.footer-content ul li {
    padding: 0;
}

.footer-content ul li a {
    position: relative;
    font-size: 0.96rem;
    padding: .2rem 0;
    display: inline-block;
    padding-left: 1rem;
}

.footer-list ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-content ul li a:before {
    position: absolute;
    left: 0px;
    top: 10px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e93c';
    font-size: 0.66rem;
    margin-right: 0px;
    color: rgba(255, 255, 255, 0.62);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.footer-content ul li a:hover:before {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
    color: #fff;
}

.footer-list ul li a:hover {
    color: #46cabc;
}

.footer-list.socialist ul li a {
    padding: .54rem 0;
    padding-left: 40px;
}

.footer-list.socialist ul li a:after {
    display: none;
}

.footer-list.socialist ul li a i {
    position: absolute;
    top: 4px;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 100px;
    background: #000;
    color: #fff;
}


/* Bottom */

.copyright {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.86rem;
    padding-left: 0rem !important;
}

.footer-links {
    display: block;
    padding-top: 0rem;
    padding-left: 0rem !important;
}

.footer-links a {
    display: inline-block;
    margin: 0 8px 0 8px;
    font-size: 0.86rem;
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.footer-links a:hover {
    color: #46cabc !important;
}

.footer-bottom {
    background: #101a3b;
    margin-top: 0rem;
}

.footer-bottom .row {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 970px) {
    .social {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .social .footer-title {
        text-align: center;
        display: none;
    }
    .footer-list.socialist ul {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .footer-list.socialist ul li {
        display: inline-block;
        padding: 0 1rem;
    }
    .footer-list.socialist ul li a i {
        position: absolute;
        top: 4px;
        left: 0;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 100px;
        background: #000;
        color: #fff;
    }
}

@media (max-width: 640px) {
    .footer-list.socialist ul li a span {
        display: none;
    }
    .copyright {
        text-align: center;
    }
    .footer-links {
        padding-top: 10px;
        text-align: center;
    }
    .footer-links a {
        margin: 0 5px;
    }
    .footer-logos {
        text-align: center;
    }
    .footer-bottom {
        padding: 2rem 0 1rem;
        margin-top: 0rem;
    }
}


/* Add Noise */

.addnoise {
    float: right;
    width: 100px;
    height: 50px;
    color: #a2aaae !important;
    font-style: italic;
    font-size: 11px;
    margin-top: 0rem;
    background: url('../images/addnoise.svg') no-repeat top;
    background-size: contain;
    opacity: 0.2;
}

.addnoise:hover {
    opacity: 0.5;
}

@media (max-width: 640px) {
    .addnoise {
        position: relative;
        right: 50%;
        margin: auto;
        margin-right: -50px;
        margin-top: 20px !important
    }
}


/*
---------------------------
TOOLTIPS
---------------------------
*/

.has-tip {
    border: 0;
    font-weight: normal;
    position: relative;
    display: inline-block;
    cursor: pointer;
}


/*
---------------------------
SLIDE OUT BOX
---------------------------
*/

#slidebox {
    width: 520px;
    min-height: 200px;
    padding: 2rem;
    background-color: #fff;
    position: fixed;
    bottom: 500px;
    right: 1.5rem;
    -webkit-transform: translate(120%, 0);
    transform: translate(120%, 0);
    border-radius: 0px;
    z-index: 99;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#slidebox.slidebox-bg {
    padding-right: 10%;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.white-popup #slidebox {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    padding: 2rem 3rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.white-popup #slidebox.slidebox-bg {
    padding-right: 25%;
}

#slidebox a.close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -14px;
    right: -14px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 32px;
    background-color: #9197a7 !important;
    opacity: 1;
}

#slidebox a.close:hover {
    background-color: #777d8c !important;
}

#slidebox .intro.question {
    display: none;
}

#slidebox .intro.search {
    display: block;
}

#slidebox .intro p {
    color: #767d8f;
}

#slidebox .button {
    margin-top: 10px;
}

#slidebox .title {
    margin: 0px 20px 0px 0px;
}

#slidebox .searchbox {
    position: relative;
    top: auto;
    right: auto;
}

#slidebox .searchbox .search-input {
    width: 100%;
    border: 1px solid #c3cddb;
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: 0px;
    padding-left: 1.5rem;
    font-size: 0.86rem;
    margin: 0;
    box-shadow: none !important;
}

#slidebox .searchbox .search-input:focus {
    border-color: rgba(0, 59, 118, 1);
}

#slidebox .searchbox .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 1rem;
    height: 100%;
    font-size: 1.2rem;
    opacity: 1;
    background: #c3cddb;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

#slidebox .searchbox .search-button:hover {
    opacity: 1;
    background-color: #b5b9c4;
}

#slidebox .searchbox .search-input:focus+.search-button {
    background-color: rgba(0, 59, 118, 1);
}

#slidebox .search-tags {
    padding-top: 1rem;
    display: block;
}

#slidebox .tags-label {
    display: block;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#slidebox .search-tags a {
    font-size: 0.86rem;
}


/* Slidebox Small */

#slidebox.small {
    width: 200px;
    min-height: 80px;
    padding: 0rem;
    right: 0rem;
    border-radius: 5px 0 0 5px;
}

#slidebox.small:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#slidebox.small .border-bottom {
    border-radius: 0px 0 0 5px;
}

#slidebox.small a.close {
    display: none;
}

#slidebox.small .title {
    font-size: 1.3rem;
    margin: 0px 10px 0px 0px;
    padding: 1rem 1rem 0;
}

#slidebox.small .intro.question {
    display: block;
    font-size: 0.86rem;
    padding: 0rem 1rem 0;
}

#slidebox.small .intro.question p {
    font-size: 0.86rem;
}

#slidebox.small .intro.search {
    display: none;
}

#slidebox.small .searchbox {
    display: none;
}

#slidebox.small .search-tags {
    display: none;
}

@media (max-width: 767px) {
    #slidebox {
        bottom: 200px;
    }
    #slidebox .searchbox {
        display: block;
    }
    .white-popup #slidebox {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
        min-height: 120px;
        padding: 1rem 1rem;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }
    .white-popup #slidebox.slidebox-bg {
        padding-right: 5%;
    }
}


/*
---------------------------
FLOATING ARROW ANIMATIONS
---------------------------
*/

.floating-arrow-wrapper {
    position: relative;
    z-index: 999 !important;
}

.going-down {
    position: absolute;
    bottom: 160px;
    left: 50%;
    transform: translateX(-50%);
    height: 54px;
    width: 54px;
    background: transparent;
    text-align: center;
    z-index: 9999 !important;
    border: 0px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    outline: 0;
    font-size: 1.6em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.page-front-no .going-down {
    bottom: 60px;
}

.going-down i {
    position: absolute;
    bottom: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    color: #fff;
    line-height: 64px;
    text-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

@media (max-width: 970px) {
    .going-down {
        position: absolute;
        bottom: 200px;
    }
}

.going-down:hover {}

.going-down:hover i {
    color: #fff
}

.going-down:hover {}

.going-down:active {}

@media (max-width: 970px) {}

@media (max-width: 600px) {
    .going-down {
        right: 1rem;
        bottom: 15px;
        font-size: 1.3em;
        height: 48px;
        width: 48px;
    }
    .going-down i {
        line-height: 48px;
    }
}

@media (max-width: 320px) {
    .going-down {
        right: 0.6rem;
        bottom: 10px;
        font-size: 1.3em;
        height: 48px;
        width: 48px;
    }
    .going-down i {
        line-height: 48px;
    }
}

.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px)
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    65% {
        -webkit-transform: translate(-50%, 15px);
        transform: translate(-50%, 15px)
    }
    to {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}


/* PDF OPMAAK
------------------------------------------ */

.break {
    page-break-after: always;
}

body.pdf {
    margin: 0px;
    background: none;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

#container_pdf {
    position: relative;
    padding: 0px;
    font-size: 14px;
    width: 580px;
}

#container_pdf .logo-wrap {
    text-align: center;
    width: 100%;
    height: 140px;
    position: relative;
}

#container_pdf .logo-wrap img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#pagina_pdf {
    width: 580px;
    min-height: 300px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.bigfoto_pdf {
    width: 580px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.bigfoto_pdf img {
    width: 580px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
}

.status_pdf {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
    left: 0px;
    padding: 0px 8px 0px 8px;
    color: #ffffff;
    background: #46cabc;
    font-size: 20px;
}

#pagina_pdf h2 {
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    color: #0f1a3a;
    text-align: left;
}

#pagina_pdf h2.pdf_title {
    margin-top: 20px !important;
    font-size: 32px !important;
    line-height: 34px !important;
    color: #0f1a3a !important;
}

#pagina_pdf h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 10px 0px;
    color: #0f1a3a;
    text-align: left;
    font-weight: 700;
}

#pagina_pdf h4 {
    float: left;
    line-height: 32px;
    font-size: 30px;
    font-weight: 700;
    padding: 0px;
    margin: 120px 0px 15px -20px;
    color: #0f1a3a;
    text-align: left;
}

.pdf_price {
    font-size: 24px;
    color: #0f1a3a;
}

.pdf_tekst {
    font-size: 14px;
    line-height: 20px;
}

.specs_pdf {
    width: 580px;
    margin: 0px 0px 0px -3px;
    color: #13235B;
    position: relative;
    font-size: 12px;
    line-height: 22px;
}

.specs_pdf td {
    border-bottom: 1px dashed #aeb3c4;
}

.specs_pdf td.licht {
    color: #48578a;
    width: 40%;
}

.specs_pdf td.tabelkop {
    line-height: 30px;
}

#socialnets {
    position: absolute;
    top: 52px;
    left: 20px;
}

#socialnets img {
    border: 0px;
    margin: 3px;
    padding: 0px;
    float: left;
    width: 30px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.loadable {
    position: relative;
}

.loadable .loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 0.8);
    opacity: 0;
    z-index: -100;
    transition: opacity 0.2s;
}

.loadable .loader:before,
.loadable .loader:after {
    content: "";
    display: block;
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 32px;
    border: 3px solid transparent;
}

.loadable .loader:before {
    border-color: rgba(0, 0, 0, 0.06);
}

.loadable .loader:after {
    border-top-color: #F3215B;
}

.loadable.start-loading .loader,
.loadable.loading .loader {
    z-index: 100;
    opacity: 1;
}

.loadable.stop-loading .loader {
    z-index: 100;
}

.loadable.loading .loader:after {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.section-route {
    margin-top: 20px;
    height: 60vh;
    max-height: 600px;
    min-height: 300px;
}

#routemap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.routebutton {
    position: absolute;
    /*
	left: 50%;
	transform: translateX(-50%);
*/
    left: 2rem;
    bottom: 50px;
}

.routemessage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 0.8);
    -webkit-display: box;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #111B3A;
    font-size: 1.28571rem;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s;
}

.routemessage>div {
    z-index: 5;
}

.routemessage.showing,
.routemessage.visible {
    z-index: 100;
    opacity: 1;
}

.routemessage.hiding {
    z-index: 100;
}

.routemessage:before,
.routemessage:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 32px;
    border: 3px solid transparent;
    opacity: 0;
    transition: opacity 0.2s;
}

.routemessage:before {
    border-color: rgba(0, 0, 0, 0.06);
}

.routemessage:after {
    border-top-color: #F3215B;
}

.routemessage.loading:before,
.routemessage.loading:after {
    opacity: 1;
}

.routemessage.loading:after {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.currency ul {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin: 0.35em 0 !important;
    color: #0f1a3a;
}

.currency li {
    display: block;
    padding: 0.15em 0.65em;
    margin-left: 5px;
    border-radius: 3px;
}

.currency li[currency-select] {
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.currency li[currency-select]:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

.currency li[currency-select].active {
    color: #46cabc;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 970px) {
    .currency ul {
        margin: 0.56em 0 !important;
    }
}