@charset 'UTF-8';

/* @import url("//hello.myfonts.net/count/3ee6dd"); */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../fonts/PTSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../fonts/PTSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* start 0 lijn */
html,
body,
header,
footer,
section,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
span,
a,
img,
label,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    font-weight: 400;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* einde 0 lijn */

/* Main Classes */

.mobile-only {
    display:none !important;
}

.newline {
    clear: left;
}

.clear {
    clear: both;
}

.popover,
.tooltip,
.jmodedit,
.item-page>.icons {
    display: none !important;
}

#system-message .alert,
.fieldError,
.alertBoxInfo {
    padding: 10px 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

#system-message .close {
    float: right;
    cursor: pointer;
}

#system-message .alert-heading {
    display: none;
}

.no-display,
span.optional {
    display: none !important;
}

.cc-custom-revoke {
    cursor:pointer;
}

/* End main classes */

/* start algemeen */
html {
    background: #fff;
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    text-align: center;
    background: #f9f9f9;
}

body.mm-open {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.outerContainer {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1), 0px 0px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    overflow-x: hidden;
    min-height: 100vh;
    padding-bottom: 325px;
    background: #fff;
}

.container {
    position: relative;
    width: 100%;
    height:100%;
    padding: 0 20px;
    margin: 0 auto;
}

header .container, footer .container{
    padding-left:120px;
    padding-right:120px;
}

body,
input,
textarea,
select {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.36px;
    font-weight: normal;
    color: #111519;
}

h1 {
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 46px;
    line-height: 1.4;
    margin: 30px 0;
    text-transform: uppercase;
}

h2 {
    position: relative;
    color: #000;
    font-weight: normal;
    font-size: 32px;
    line-height: 1.4;
    margin: 30px 0;
}

h3 {
    font-size: 22px;
    color: #000;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}

h3:not(first-of-type) {
    margin-top:30px;
}

h4 {
    font-size: 23px;
    color: #211F1F;
    margin: 20px 0;
    font-weight: normal;
    line-height: 1.3;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
    margin-top:0;
}

p {
    line-height: normal;
}

p.centered {
    text-align: center;
}

#content p {
    line-height: 1.45;
    margin-bottom: 15px;
}

p:last-child, #content p:last-child {
    margin-bottom: 0px;
}

sup {
    font-size: 10px;
}

figure {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}

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

img.floatLeft{
    float: left;
    margin: 5px 25px 5px 0;
}

img.floatRight{
    float: right;
    margin: 5px 0 5px 25px;
}

a {
    color: #6B9428;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    color: #6C9D13;
}

a.button,
.btn,
button:not(.gm-ui-hover-effect):not(.mceButton):not(.hamburger):not(.wf-mediabox-close):not(.wf-mediabox-number):not(.wf-mediabox-next):not(.wf-mediabox-prev):not(.fancybox-close-small):not(.slick-arrow),
#content .formResponsive input[type="submit"],
#content .formResponsive button[type="submit"] {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #7A7979;
    border: none;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 700;

}

a.button:hover,
.btn:hover,
button:not(.gm-ui-hover-effect):not(.mceButton):not(.hamburger):not(.wf-mediabox-close):not(.wf-mediabox-number):not(.wf-mediabox-next):not(.wf-mediabox-prev):not(.fancybox-close-small):not(.slick-arrow):hover,
#content .formResponsive input[type="submit"]:hover,
#content .formResponsive button[type="submit"]:hover {
    background-color: #333;
    color:#fff;
    text-decoration: none;
}

a.green-button, #content#content button.green-button {
    background-color:#6B9428;
    color:#fff;
    font-size: 14px;
    line-height:16px;
    padding:20px;
    border-radius:28px;
}

#content#content button.green-button {
    padding: 12px 20px;
}

a.green-button:hover, #content#content button.green-button:hover {
    background-color:#528300;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline-color: transparent !important;
    outline: none !important;
}

input[type=text],
input[type=search],
input[type=password],
input[type=email],
input[type=tel],
textarea {
    box-sizing: border-box;
    color: #1D1D1B;
    background: transparent;
    border: none;
    border-bottom:1px solid #DADBD7;
    border-radius: 0;
    height: 30px;
    line-height: 20px;
    padding: 5px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 360px;
    outline: none;
    font-size: 18px;
}

textarea {
    min-height: 125px;
    max-width: 720px;
    line-height: normal;
    padding: 5px 10px;
    border:1px solid #DADBD7;
}

.formControlLabel {
    display:block;
    margin-bottom:3px;
}

#enquireForm .formControlLabel {
    display:none;
}

input[type=checkbox] {
    margin-right:10px;
}

select {
    box-sizing: border-box;
    color: #1D1D1B;
    border: none;
    border-bottom:1px solid #DADBD7;
    border-radius: 0;
    height: 30px;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    max-width: 360px;
    outline: none;
    font-size: 18px;
    padding: 3px 0;
    padding-right: 40px;
    background-color: transparent;
    background-image: url(../images/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: 11px 20px;
    background-position: top 5px right 5px;
    transition: opacity 0.5s ease-in-out;
}

select:disabled {
    opacity:0.5;
}

footer select {
    background-image: url(../images/ico-arrow-white.svg);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent;
}

strong,
strong span {
    font-weight: 700;
}

.clearfix,
.clear {
    clear: both;
}

iframe {
    border: none;
}

.iframeWrapper {
    position: relative;
    margin: 10px 0 50px;
    padding-bottom: 75%;
    padding-top: 5px;
    height: 0;
}

.videoWrapper {
    position: relative;
    margin: 10px 0 50px;
    padding-bottom: 56.25%;
    height: 0;
}

.iframeWrapper iframe,
.iframeWrapper object,
.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    border: 2px solid #efefef;
    box-sizing: border-box;
}

.formError, .formRed {
    display:block;
    color:#E77373  !important; /* used to be #E25555 */
}

.visually-hidden {
    display:none !important;
}

/* einde algemeen */

/* HEADER */

#mobile-menu-button {
    display: none;
}

header {
    background-color: #000;
}

.homepage header {
    min-height:640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    /* HEADER TOP ROW */

    header #top-header {
        position:relative;
        z-index:2;
        height:100px;
    }

    header #top-header .container {
        padding-top:18px;
    }

    body.scroll {
        padding-top:100px;
    }

    body.scroll header #top-header {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        background:transparent;
        z-index:9999;
    }

    body.scroll header #top-header .container {
        max-width:1920px;
        background-color:rgba(0,0,0,0.9);
        background-image: url(../images/header-doxis.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body.scroll.homepage header #top-header .container {
        background-image: none !important;
    }

    .otherpage header #top-header {
        background-image: url(../images/header-doxis.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    body:not(.scroll) header #top-header.th-no-bg {
        background-image: none !important;
        //background-color: #000 !important;
        background-color: transparent; !important;
    }

    header #top-header .container {
        display:flex;
        flex-direction: row;
        gap:112px;
    }

    header #main-logo {
        width:100%;
        max-width:240px;
    }

    header #main-logo svg {
        width:100%;
    }

    /* FINDER */

    #main-menu, #mobile-menu {

        .search-module {
            position:relative;
        }

        .search-module .search-toggle {
            display:block;
            width:20px;
            height:20px;
            background-image: url(../images/icon-search.svg);
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
            cursor:pointer;
        }

        .search-module.active .search-toggle {
            background-image: url(../images/icon-cross-white.svg);
            width:30px;
            height:30px;
            margin-left:-5px;
            margin-top:-5px;
        }

        .search-module .form-search {
            position:absolute;
            right:calc(100% + 20px);
            top:0;
            width:0;
            overflow:hidden;
        }

        .search-module.active .form-search {
            top:-10px;
            width:800px;
            height:40px;
        }

        .search-module.active .form-search > div {
            height:100%;
        }

        .search-module.active .form-search input[type=text] {
            position:relative;
            width:100%;
            max-width:100%;
            height:100%;
            padding: 5px 30px 5px 10px;
            background-color:#fff;
            border:1px solid rgba(255,255,255,0.5);
        }

        .search-module .form-search button {
            position:absolute;
            right:5px;
            top:10px;
            display:block;
            font-size:0;
            width:20px;
            height:20px;
            padding:0;
            background-color: transparent !important;
            background-image: url(../images/icon-search-green.svg);
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
            cursor:pointer;
        }
    }

    #mobile-menu {

        .search-module .search-toggle {
            display:none !important;
        }

        .search-module .form-search {
            position:relative;
            top:0;
            width:100%;
            height:50px;
            right:auto;
        }

        .search-module .form-search input[type=text] {
            position:relative;
            width:100%;
            max-width:100%;
            height:100%;
            padding: 10px 35px 10px 10px;
            background-color:rgba(255,255,255,0.83);
            border:none;
            border-radius: 10px;
        }

        .search-module .form-search button {
            top:13px;
            right:10px;
        }

    }

    /* MAIN MENU */

    #main-menu {
        padding-top:22px;
        width:100%;
        display:flex;
        gap:25px;
    }

    #main-menu .enquire-button {
        margin-left:auto;
        margin-right:0;
    }

    #main-menu a.green-button {
        position:relative;
        top:-15px;
    }

    #main-menu ul {
        list-style: none;
    }

        /* LEVEL 1 */

        #main-menu ul.nav {
           display:flex;
           flex-direction: row;
           gap: 40px;
           list-style: none;
        }

        #main-menu ul.nav > li {
            position:relative;
            padding-bottom:10px;
        }

        #main-menu ul.nav > li > a,
        #main-menu ul.nav > li > span {
           position:relative;
           display:block;
           color:#fff;
           font-size:18px;
           font-weight: 700;
           text-transform: uppercase;
        }

        #main-menu ul.nav > li.active > a:before,
        #main-menu ul.nav > li.active > span:before {
           content:"";
           position:absolute;
           height:1px;
           background:#fff;
           width:100%;
           bottom:0;
           left:0;
        }

        #main-menu ul.nav > li.parent > a,
        #main-menu ul.nav > li.parent > span {
            padding-right:18px;
        }

        #main-menu ul.nav > li.parent > a:after,
        #main-menu ul.nav > li.parent > span:after {
            content:"";
            position: absolute;
            background-image: url('../images/ico-arrow-white.svg');
            background-repeat: no-repeat;
            background-position: center;
            width:12px;
            height:8px;
            right:0;
            top:7px;
        }

        /* LEVEL 2 */

        #main-menu ul.nav > li > ul {
           display:none;
        }

        #main-menu ul.nav > li:hover > ul {
           display: block;
           padding: 0;
           width: 250px;
           position: absolute;
           left: -10px;
           top: 100%;
           background: rgba(125,125,125,1);
           border-radius: 3px;
           overflow:hidden;
        }

        #main-menu ul.nav > li > ul > li {
           margin-bottom:0;
           position:relative;
        }

        #main-menu ul.nav > li > ul > li:after {
           content:"";
           display:block;
           position:absolute;
           bottom:0;
           width:100%;
           height:1px;
           background-color: rgba(255,255,255,0.2);
        }

        #main-menu ul.nav > li > ul > li:last-child:after {
           content:none;
        }

        #main-menu ul.nav > li > ul > li > a,
        #main-menu ul.nav > li > ul > li > span {
           position:relative;
           display:block;
           padding:10px 10px;
           color:#fff;
           font-size:16px;
           font-weight: normal;
           //text-transform: uppercase;
        }

        #main-menu ul.nav > li > ul > li.active > a,
        #main-menu ul.nav > li > ul > li.active > span {
           background-color: #6B9428;
           color:#fff;
        }

        #main-menu ul.nav > li > ul > li:not(.active) > a:hover {
           background-color: rgba(75,75,75,1);
        }


/* MOBILE MENU */

#mobile-menu-button {
    display:none;
}

.mobile-menu-background {
    display:block;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.7);
    position:fixed;
    top:100px;
    left:-100%;
    bottom:0;
    width:100%;
    transition: all 1s ease-in-out;
}

body.mm-open .mobile-menu-background {
    left:0;
}

#mobile-menu {
    display:block;
    position:fixed;
    top:100px;
    left:-500px;
    bottom:0;
    overflow: auto;
    background-color: #222222;
    transition: all 1s ease-in-out;
    z-index:999;
    padding:30px 5%;
    width:100%;
    max-width: 500px;
}

body.mm-open #mobile-menu {
    left:0;
}

#mobile-menu .mm-container {
    padding-top:22px;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    gap:20px;
    max-width:320px;
    margin:0 auto;
}

#mobile-menu a.green-button {
    position:relative;
    display:block;
    width:100%;
    max-width:320px;
    border-radius: 18px;

}

#mobile-menu ul {
    list-style: none;
}

#mobile-menu ul.nav a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

    /* LEVEL 1 */

    #mobile-menu ul.nav {
       display:flex;
       flex-direction: column;
       gap: 7px;
       list-style: none;
    }

    #mobile-menu ul.nav > li {
        position:relative;
        padding-bottom:10px;
    }

    #mobile-menu ul.nav > li > a,
    #mobile-menu ul.nav > li > span {
       position:relative;
       display:block;
       color:#fff;
       font-size:18px;
       font-weight: 700;
       text-transform: uppercase;
    }

    #mobile-menu ul.nav > li.active > a,
    #mobile-menu ul.nav > li.active > span {
       text-decoration: underline;
       text-underline-offset: 4px;
       text-decoration-thickness: 2px;
    }


    /* LEVEL 2 */

    #mobile-menu ul.nav > li > ul {
       display:block;
       margin:10px 0;
       padding-left:10px;
    }

    #mobile-menu ul.nav > li > ul > li {
       margin-bottom:0;
       position:relative;
    }

    #mobile-menu ul.nav > li > ul > li:last-child:after {
       content:none;
    }

    #mobile-menu ul.nav > li > ul > li > a,
    #mobile-menu ul.nav > li > ul > li > span {
       position:relative;
       display:block;
       padding:8px 10px;
       color:#a9a9a9;
       font-size:16px;
       font-weight: normal;
    }

    #mobile-menu ul.nav > li > ul > li.active > a,
    #mobile-menu ul.nav > li > ul > li.active > span {
       color:#fff;
       text-decoration: underline;
       text-underline-offset: 3px;
       text-decoration-thickness: 1px;
    }



/*** HAMBURGER MENU ***/

.hamburger {
    position:absolute;
    right:25px;
    top:30px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    border: none;
}

.hamburger:focus {
    outline: none;
}

.hamburger-box {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* BANNER */

#banner {
    position:relative;
    margin-top:-100px;
    min-height:100px;
    width:100%;
    z-index:1;
}

#banner .banner-content * {
    text-shadow: 0px 0px 10px #fff;
}

#banner .white-text .banner-content * {
    color:#fff;
    text-shadow: 0px 0px 10px #000;
}

#banner .banner-gradient {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:200px;
    z-index:1;
    background: transparent linear-gradient(180deg, #00000080 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

#banner .small-banner {
    height:100px;
    overflow:hidden;
}

#banner .small-banner .banner-gradient {
    height:100px;
    background: transparent linear-gradient(180deg, #00000080 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}

#banner .big-banner {
    height:640px;
    padding-top:100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#banner .container {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

#banner .banner-content, #banner .banner-newsflash {
    display:flex;
    align-items: center;
    padding-bottom:100px;
}

#banner .newsflash {
    display:flex;
    flex-direction: column;
    gap:25px;
    width:500px;
    max-width:100%;
    background-color: rgba(255,255,255,0.8);
    padding:30px;
}

#banner .banner-newsflash h2 {
    font-size:32px;
    margin: 0;
}

#banner .banner-newsflash h3,
#banner .banner-newsflash h3 a {
    margin: 0 0 10px;
    font-size:20px;
    line-height:1.1;
    font-weight:700;
    color:#000;
    text-transform: none;
}

#banner .banner-newsflash h3 a:hover {
    color:#000;
    text-decoration: underline;
}

#banner .banner-newsflash .mod-articlesnews__item___content {
    display:flex;
    gap:20px;
}

#banner .banner-newsflash .datebox {
    width:110px;
    font-size:14px;
    font-weight: 700;
    padding:7px 10px;
    background-color:#000;
    color:#fff;
    text-align: right;
}

.video-banner video {
    height:1000px;
    width:100%;
}

.video-banner img {
    object-fit: cover;
    min-height:640px;
}

.video-banner h1 {
    position:absolute;
    top:125px;
    left:0;
    width:100%;
    max-width:960px;
    color:#fff;
    padding:0 120px;
    margin:0;
    font-size: 44px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.36;
}

.video-banner a.green-circle {
    position:absolute;
    display:grid;
    align-items: center;
    text-align: center;
    bottom:60px;
    right:15%;
    width:240px;
    height:240px;
    border-radius: 50%;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    background-color: #6B9428;
    padding:55px 25px;
    transition: all 0.3s ease-in-out;
}

.video-banner a.green-circle strong {
    display: inline-block;
    font-size:24px;
    font-weight:700;
}

.video-banner a.green-circle:hover {
    background-color: #6C9D13;
    transform: scale(1.1);
}

/* CONTENT */

.item-page, .blog {
    padding-top:100px;
    padding-bottom:100px;
}

.homepage .item-page {
    padding-bottom:0;
}

.content-container {
    margin-top:50px;
    margin-bottom:50px;
}

.com-content-article__body > *,
.content-container > *,
#product-sheet .container {
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
}

#content#content p.fullWidth-p {
    max-width:100%;
    margin:30px 0;
}

iframe.google-map {
    display:block;
    width:100%;
    aspect-ratio: 5/3;
    max-height:600px;
}

#shorts .newsflash {
    display:flex;
    flex-direction: row;
    gap:20px;
}

#shorts .newsflash .mod-articlesnews__item {
    width:auto;
    flex-grow: 1;
    min-height:380px;
    background-color: #F5F4EF;
    padding:75px 100px;
}

#shorts .newsflash .mod-articlesnews__item:nth-of-type(even) {
    background-color: #F9F9F9;
}

#shorts .newsflash .mod-articlesnews__item h3 {
    display: table-cell;
    height:60px;
    padding-left:80px;
    background-size:60px 60px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}

#shorts .newsflash .mod-articlesnews__item___content {
    margin-top:20px;
}

table.table-zebra {
    width:100%;
    border-collapse: collapse;
}

table.table-zebra th, table.table-zebra td {
    padding:10px;
}

table.table-zebra th {
    background-color:#000;
    color:#fff;
    font-weight:700;
}

table.table-zebra tr td {
    background-color:#F9F9F9;
    border:1px solid #fff;
}

table.table-zebra tr td:first-of-type {
    font-weight:700;
}

table.table-zebra tr:nth-of-type(odd) td {
    background-color:#F5F4EF;
}

/* UL CHECKMARKS */

ul.checkmarks {
    list-style: none;
    margin:20px auto;
}

ul.checkmarks li {
    position: relative;
    list-style: none;
    padding-left:30px;
    margin-bottom:20px;
    line-height:1.44;
}

ul.checkmarks li:before {
    content:"";
    display: block;
    position:absolute;
    left:0px;
    top:7px;
    width:12px;
    height:10px;
    background-image: url(../images/icon-check.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

ul.checkmarks li:last-of-type {
    margin-bottom:0;
}

/* UL BLOCKLIST */

ul.blockList {
    display:flex;
    justify-content: center;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:50px 0;
}

ul.blockList li {
    display:flex;
    flex-direction: column;
}

ul.blockList li a {
    overflow:hidden;
    background-color: #000;
}

ul.blockList li a span {
    position:relative;
    color:#000;
    z-index:2;
}

ul.blockList.bordered li {
    border:1px solid #DADBD7;
}

ul.blockList li img {
    display:block;
    width:100%;
    height:auto;
    transition:all 1s ease-in-out;
    opacity:1;
}

ul.blockList li a:hover img {
    transform:scale(1.1);
    opacity:0.83;
}

ul.blockList li span {
    display:block;
    width:100%;
    background-color:#F5F4EF;
    text-transform: uppercase;
    font-size:24px;
    font-weight:700;
    text-align: center;
    padding:20px;
    transition:all 1s ease-in-out;
}

ul.blockList li a:hover span {
    background-color:#dedaca;
}

/* UL ICONBLOCKS */

ul.iconBlocks {
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.iconBlocks > li {
    width:100%;
    background-color: #F5F4EF;
    padding:50px;
}

ul.iconBlocks > li > div {
    width:100%;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction: column;
}

ul.iconBlocks > li > div > * {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

ul.iconBlocks > li > div h3 {
    display: table-cell;
    height: 60px;
    padding-left: 80px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}


/* UL LANDINGSGALLERY */

ul.landingGallery {
    position:relative;
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.landingGallery li {
    position:relative;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    width:100%;
    gap:20px;
    margin:0;
}

ul.landingGallery li > a {
    display:block;
    position:relative;
    width:calc(50% - 10px);
    height:0;
    padding-top: calc(50% - 10px);
    background-color:#000;
    overflow:hidden;
}

ul.landingGallery .wf-icon-zoom-image {
    display:none !important;
}

ul.landingGallery li:first-of-type > a:last-of-type,
ul.landingGallery li:nth-of-type(2) > a:first-of-type,
ul.landingGallery li:last-of-type > a:last-of-type {
    flex-basis: 100%;
    width:100%;
    height:0;
    padding-top:64.5%;
}

ul.landingGallery li a img {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    transition: all 0.5s ease-in-out;
}

ul.landingGallery li a:hover img {
    opacity: 0.83;
    transform: scale(1.2);
}


/* UL BEFORE / AFTER */

ul.before-after {
    display:flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    list-style: none;
    max-width:100%;
    gap:20px;
    margin:100px 0;
}

ul.before-after li {
    display:flex;
    flex-direction: column;
    width:calc(50% - 10px);
}

ul.before-after li img {
    display:block;
    width:100%;
    height:auto;
}

ul.before-after li span {
    display:block;
    width:100%;
    text-transform: uppercase;
    font-size:24px;
    font-weight:700;
    text-align: center;
    padding:20px;
}

/* QUOTE FORM */

form#quoteForm {
    max-width:1100px;
}

form#quoteForm div.formRow {
    gap:100px;
}

form#quoteForm div.formSpan6:last-of-type .rsform-block {
    margin-top:auto;
}

form a.green-circle {
    display:grid;
    align-items: center;
    text-align: center;
    width:240px;
    height:240px;
    border-radius: 50%;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    background-color: #6B9428;
    padding:55px 25px;
    transition: all 0.3s ease-in-out;
}

form a.green-circle strong {
    display: inline-block;
    font-size:24px;
    font-weight:700;
}

form a.green-circle:hover {
    background-color: #6C9D13;
    transform: scale(1.1);
}



/* HIGHLIGHTS */

ul.highlights {
    margin:20px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}

ul.highlights li {
    position:relative;
    min-height:470px;
    background-color: #F5F4EF;
    padding: 75px 100px;
    overflow:hidden;
}

ul.highlights li.column-4 {
    width:calc(33.1% - 10px);
}

ul.highlights li.column-6 {
    width:calc(50% - 10px);
}

ul.highlights li.column-8 {
    width:calc(66.9% - 10px);
}

ul.highlights li.column-12 {
    width:calc(100%);
}

ul.highlights li img {
    display:block;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
}

ul.highlights li:not(.noted):hover img {
    transform:scale(1.1);
    transition: transform 2s ease-in-out;
}

ul.highlights li h2,
ul.highlights li p,
ul.highlights li a {
    position:relative;
}

ul.highlights h2 {
    display:inline-block;
    margin:0 0 30px;
    color:#fff;
    width:auto;
}

ul.highlights li:not(.noted) a {
    position:absolute;
    z-index:2;
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:0;
}

ul.highlights li:not(.noted) h2 {
    position: relative;
    padding-right:26px;
    color:#fff;
}

ul.highlights li:not(.noted) h2:after {
    content:"";
    position: absolute;
    background-image: url('../images/ico-arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    width:18px;
    height:9px;
    right:-10px;
    top:50%;
    margin-top:-1px;
    transform: rotate(-90deg);
}

ul.highlights li:not(.noted):hover h2:after {
    animation-name: arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes arrow {
  0%   {right:-10px;}
  50% {right:5px;}
  100% {right:-10px;}
}

ul.highlights h2 a.iconed {
    color:#1D1D1B;
    font-size:24px;
    font-weight: 700;
    display: table-cell;
    height: 60px;
    padding-left: 80px;
    padding-right: 0;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: left top;
    vertical-align: middle;
}

ul.highlights h2 a.iconed:after {
    content:none;
}

/* BLOG */

.blog h1, .page-header h1 {
    max-width:720px;
    margin-left:auto;
    margin-right:auto;
}

.blog-items {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.blog-item {
    position:relative;
    background-color:#F9F9F9;
    padding-bottom:70px;
}

.blog-item:hover {
    background-color:#d9d9d9;
}

.blog-item a {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:2;
    font-size:0;
}

.blog-item .item-image {
    display:block;
    position: relative;
    width:100%;
    height:0;
    padding-top:50%;
    overflow:hidden;
    background-color:#1D1D1B;
}

.blog-item .item-image img {
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.blog-item:hover .item-image img {
    transform: scale(1.2);
    opacity:0.5;
}

.blog-item .item-image a {
    display:block;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:0;
    z-index:2;
}

.blog-item .item-content {
    padding:20px;
}

.blog-item .item-content h3 a {
    color:#1D1D1B;
}

.blog-item .item-content .readmore {
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
    padding:8px 20px;
    border-radius:19px;
    background-color:rgba(125, 125, 125, 1);
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700;
}

.blog-item:hover .item-content .readmore {
    background-color:rgba(75, 75, 75, 1);
}

/* PAGINATION */

.com-content-category-blog__navigation {
    margin:50px 0 30px;
}

.com-content-category-blog__counter {
    text-align: center;
    margin-bottom:0 !important;
}

ul.pagination {
    width: 100%;
    display:flex;
    justify-content: center;
    list-style: none;
    gap:20px;
}

ul.pagination li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

ul.pagination .icon-angle-left,
ul.pagination .icon-angle-double-left,
ul.pagination .icon-angle-right,
ul.pagination .icon-angle-double-right
{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-arrow-left.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

ul.pagination .icon-angle-double-left {
    background-image: url(../images/icon-arrow-double-left.svg);
}

ul.pagination .icon-angle-right {
    background-image: url(../images/icon-arrow-right.svg);
}

ul.pagination .icon-angle-double-right {
    background-image: url(../images/icon-arrow-double-right.svg);
}

ul.pagination li.disabled {
    opacity: 0.2;
}

ul.pagination li a,
ul.pagination li span {
    display: block;
    padding: 5px;
    color: #1D1D1B;
    transition: all 0.3s ease-in-out;
}

ul.pagination li.active a {
    font-weight:700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul.pagination li:not(.active) a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

ul.pagination li:not(.disabled) .icon-angle-left:hover,
ul.pagination li:not(.disabled) .icon-angle-double-left:hover,
ul.pagination li:not(.disabled) .icon-angle-right:hover,
ul.pagination li:not(.disabled) .icon-angle-double-right:hover {
    transform: scale(1.33);
}


/* CONTENT TABLES */

table.fullwidth, table.split50, table.imageLeft, table.imageRight {
    margin:60px 0;
    max-width:100%;
    width:100%;
    display:block;
}

table.fullwidth tbody, table.split50 tbody, table.imageLeft tbody, table.imageRight tbody {
    display:block;
    max-width:100%;
    width:100%;
}

table.split50 tr,
table.imageLeft tr,
table.imageRight tr {
    display:flex;
}

table.split50 tr td,
table.imageLeft tr td,
table.imageRight tr td {
    flex-grow: 1;
    width:50%;
}

table.split50 td,
table.imageLeft td:last-of-type,
table.imageRight td:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
    padding:50px 100px;
}

table.imageLeft td:first-of-type,
table.imageRight td:last-of-type {
    padding:0;
    width:50%;
}

table.imageLeft td:first-of-type img,
table.imageRight td:last-of-type img {
    display:block;
    width:100%;
    height:auto;
    //min-height:100%;
    object-fit:cover;
}

table.imageLeft.contained td:first-of-type img,
table.imageRight.contained td:last-of-type img {
    object-fit:contain;
}

table.imageLeft.grayFrame tr,
table.imageRight.grayFrame tr {
    gap:20px;
    flex-wrap: nowrap;
}

table.imageLeft.grayFrame.split50 td:first-of-type,
table.imageRight.grayFrame.split50 td:last-of-type {
    min-width:50%;
}

table.imageLeft.grayFrame.split50 td:last-of-type,
table.imageRight.grayFrame.split50 td:first-of-type {
    padding:50px;
    width:100%;
    display:grid;
    align-items: center;
    background-color:#F5F5F5;
    aspect-ratio: 100 / 65;
}

table.imageLeft.grayFrame.split50 td:last-of-type div,
table.imageRight.grayFrame.split50 td:first-of-type div {
    width:100%;
    padding:30px;
    background-color:#F5F5F5;
}



/* ENQUIRE FORM */

#content .formSpan12,
#content .formSpan6 {
    display:flex;
    flex-direction: column;
    gap:30px;
}

#content ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1D1D1B;
  opacity: 1; /* Firefox */
}

#content :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1D1D1B;
}

#content ::-ms-input-placeholder { /* Microsoft Edge */
  color: #1D1D1B;
}

#content .formError {
    margin-top:5px;
}

/* BREADCRUMBS */

#content ol.breadcrumb {
    position: absolute;
    left: 20px;
    top: 0;
    list-style: none;
    display: inline-block;
    width: auto;
    background: #fff;
    display: flex;
    flex-direction: row;
    padding: 10px;
    margin-left: -10px;
    z-index: 3;
}

#content .banner-container ol.breadcrumb {
    top: auto;
    left: 20px;
    margin-left: 0px;
    bottom: 0;
}

ol.breadcrumb li {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #000;
    margin-right: 10px;
    text-transform: uppercase;
    height: 12px;
    font-size: 12px;
}

ol.breadcrumb li:first-of-type,
ol.breadcrumb li:last-of-type {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

ol.breadcrumb li a,
ol.breadcrumb li span {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
}


/* PRODUCTS */

ul.product-list {
    margin:0 0 100px;
}

/* PRODUCT DETAILS */

#product-page {
    margin-top:100px;
}

.back-to-product-overview, .back-to-category-overview {
    margin-bottom:20px;
}

#product-top {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap:4%;
    width:100%;
    margin-bottom:50px;
}

#product-images {
    width:47.5%;
    min-width:47.5%;
}

#product-specifications {
    width:47.5%;
    min-width:47.5%;
}

#product-top .product-colors-mobile {
    display:none;
}

/* GALLERY */

#product-page .products-gallery .gallery-big  {
    position:relative;
    margin-bottom:10px;
}

#product-page .products-gallery .gallery-big .slick-slide  {
    background-color: #e5e5e5;
}

#product-page .products-gallery .gallery-big .slick-slide img  {
    aspect-ratio:1/1;
    object-fit:contain;
    width:100%;
    height:100%;
}

#product-page .products-gallery .gallery-big .slick-arrow  {
    position:absolute;
    top:50%;
    padding:0;
    transform:translateY(-50%);
    font-size:0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    border:none;
    width:50px;
    height:50px;
    min-width: 0;
    z-index:2;
    animation:none;
    border-radius: 50%;
    opacity:0.5;
    cursor:pointer;
}

#product-page .products-gallery .gallery-big .slick-arrow:focus  {
    outline:none !important;
}

#product-page .products-gallery .gallery-big .slick-prev  {
    left:5px;
    background-image: url(../images/icon-arrow-left.svg);
    filter: invert(100%);
}

#product-page .products-gallery .gallery-big .slick-next  {
    right:5px;
    background-image: url(../images/icon-arrow-right.svg);
    filter: invert(100%);
}

#product-page .products-gallery .gallery-big .slick-arrow:hover  {
    filter: invert(0%);
}

#product-page .products-gallery .gallery-small  {
    position:relative;
    padding:0 0px;
}

#product-page .products-gallery .gallery-small .slick-slide  {
    margin:0 5px;
    cursor:pointer;
    background-color:#FFF;
    transition: background-color 0.3s ease-in-out;
    aspect-ratio:1/1;
}

#product-page .products-gallery .gallery-small .slick-slide .gallery-small-image-container {
    width:100%;
    height:100%;
}

#product-page .products-gallery .gallery-small .slick-slide img  {
    opacity:1;
    transition: opacity 0.3s ease-in-out;
    width:100%;
    height:100%;
    object-fit: cover;
}

#product-page .products-gallery .gallery-small .slick-slide:hover img  {
    opacity:0.7;
}

#product-page .products-gallery .gallery-small .slick-slide.slick-current  {
    background-color:#000;
}

#product-page .products-gallery .gallery-small .slick-slide.slick-current img  {
    opacity:0.5;
}

.gallery-small .slick-arrow {
    background-color:rgba(255,255,255,0.75);
    background-image: url(../images/icon-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    width:30px;
    height:30px;
    position:absolute;
    left:7px;
    top:50%;
    transform: translateY(-50%);
    border:none;
    font-size:0;
    border-radius: 50%;
    cursor:pointer;
    z-index: 99;
}

.gallery-small .slick-arrow.slick-next {
    background-image: url(../images/icon-arrow-right.svg);
    left:auto;
    right:7px;
}

.gallery-small .slick-arrow:hover {
    filter: invert(1);
}


/* COLORS */

.product-colors {
    margin-top:80px;
}

ul.color-gallery {
    list-style: none;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:20px;
    margin-top:30px;
    margin-bottom:20px;
}

ul.color-gallery li {
    display:flex;
    flex-direction: column;
    gap:10px;
}

ul.color-gallery li span.product-color-name{
    max-width:120px;
}

.color-gallery img {
    width:120px;
    height:120px;
    object-fit: cover;
}

.color-list {
    display:flex;
    gap:10px;
    flex-wrap: wrap;
    margin-bottom:40px;
}

.color-block {
    display:flex;
    flex-direction: column;
    gap:5px;
    width:120px;
}

.color-sample {
    display:block;
    position:relative;
    width:100%;
    height:50px;
    overflow:hidden;
}

.color-sample-left {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.color-sample-right {
    display:block;
    position:absolute;
    left:50%;
    top:0;
    width:100%;
    height:100%;
    transform: skew(30deg);
}

img.color-photo {
    width:100%;
    height:auto;
    aspect-ratio: 120/50;
    object-fit: cover;
}

.color-swatch {
    background-color: red;
}

.color-swatch.color-aluminium {
    background-color: #A8A8A8;
}

.color-swatch.color-anodiseren {
    background-color: #C0C0C0;
}

.color-swatch.color-antracite,
.color-swatch.color-anthracite {
    background-color: #3B3B3B;
}

.color-swatch.color-champ {
    background-color: #D9C99A;
}

.color-swatch.color-champagne {
    background-color: #F7E7CE;
}

.color-swatch.color-bronze {
    background-color: #CD7F32;
}

.color-swatch.color-black {
    background-color: #000;
}

.color-swatch.color-chrome {
    background-color: #E7E7E7;
}

.color-swatch.color-corten {
    background-color: #8B4A3A;
}

.color-swatch.color-copper{
    background-color: #B87333;
}

.color-swatch.color-white {
    background-color: #F6F6F6;
}

.color-swatch.color-marble {
    background-color: #E8E8E0;
}

.color-swatch.color-gold {
    background-color: #D2AC5E;
}

.color-swatch.color-grey {
    background-color: #ddd;
}

.color-swatch.color-brown {
    background-color: #A52A2A;
}

.color-swatch.color-sand {
    background-color: #C2B280;
}
}

.color-disclaimer {
    margin-top:20px;
}

/* UGR ICONS */

ul.ugr-icons {
    list-style:none;
    display:flex;
    //justify-content: end;
    gap:12px;
    margin:12px 0;
}

ul.ugr-icons li {
    display:inline-block;
    padding:5px;
    border-radius:5px;
    background-color:rgba(0,0,0,0.07);
    color:#fff;
    font-size:17px;
    line-height:1;
    font-weight:bold;
    text-align: center;
}

ul.ugr-icons li span.top {
    font-size:18px;
    font-weight:bold;
}

ul.ugr-icons li.active {
    background-color:#00b1e6;
}

p.ugr-remark::before {
    content:"*";
}

/* SPECIFICATIONS TABLE */

table.specTable {
    width:100%;
    border-collapse:collapse;
}

table.specTable tr td {
    padding:5px 10px;
    vertical-align: top;
}

table.specTable tr:nth-of-type(even) td {
    background-color: #f9f9f9;
}

table.specTable tr td:first-of-type {
    width:250px;
    font-weight:bold;
}

/* EXTRA NOTE */

.extra-note {
    margin-top:20px;
    font-size:16px;
}

/* LUMENTABLE */

table.specTable.lumenTable tr td,
table.specTable.lumenTable tr td:first-of-type {
    width:20%;
    min-width:20%;
    font-size:16px;
}

table.specTable.lumenTable tr td.label {
    font-weight:bold;
    width:13.33%;
    min-width:13.33%;
}

.lumen-maintenance-legend {
    display:block;
    margin-top:10px;
    font-size:14px;
}

/* FLUX TABLE */

table.fluxTable {
    width:100%;
    border-collapse:collapse;
}

table.fluxTable tr td,
table.fluxTable tr th {
    padding:5px 10px;
    vertical-align: top;
}

table.fluxTable tr:nth-of-type(even) td {
    background-color: transparent;
}

table.fluxTable tr th:first-of-type,
table.fluxTable tr td:first-of-type {
    padding-left:0;
}

table.fluxTable tr td:first-of-type,
table.fluxTable tr th {
    width:auto;
    font-weight:bold;
}

/* SPEC BLOCKS */

.spec-blocks {
    display:flex;
    gap:4%;
    margin-top:50px;
}

.spec-blocks .moduletable {
    width:48%;
    background-color: rgba(245, 244, 239, 1);
    min-height:48%;
    padding:20px;
}

.spec-blocks .moduletable h3 {
    text-transform: none;
    font-size:24px;
    padding-left:60px;
    line-height:40px;
    background-size: 40px 40px;
    background-position: left middle;
    background-repeat: no-repeat;
    margin-bottom:20px;
}

/* INCLUDED */

.includedImg {
    margin-top: 20px;
    width:300px;
    max-width:100%;
    height:auto;
}

/* DOWNLOADS */

#product-downloads {
    margin:60px 0 20px;
    padding-top:50px;
    padding-bottom:50px;
    background-color: #F9F9F9;
}

#product-downloads .container {
    display:flex;
    flex-direction: row;
    gap:30px 5%;
    flex-wrap:wrap;
}

#product-downloads .container > * {
    flex-grow: 1;
    flex-basis: 0;
    min-width:250px;
}

ul.downloads-list {
    list-style: none;
}

ul.downloads-list li a {
    line-height: 20px;
    text-decoration: underline;
    color:#000;
}

ul.downloads-list li a:hover {
    color:#6B9428;
}

ul.downloads-list li a:before {
    content:"";
    display:inline-block;
    margin-right:10px;
    width:20px;
    height:20px;
    background-image: url(../images/icon-download.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: translateY(3px);
}

ul.downloads-images-list {
    list-style: none;
    display:flex;
    flex-wrap: wrap;
    gap:25px 50px;
}

ul.downloads-images-list img {
    width:100%;
    max-width:400px;
}

#product-discover {
    background-color: #F5F4EF;
    text-align: center;
    padding:50px 20px;
}

#related-products {
    margin:60px 0;
}


/* OPTIONAL MODULES & SPOTS */

.optflex {
    display:flex;
    flex-direction: column;
    gap:25px;
}

.optflex > table, .optflex > .moduletable {
    width:100%;
    max-width:700px;
    background-color: #F5F4EF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);

}

.optflex table {
    border-collapse: collapse;
    position: relative;
}

.optflex table td {
    vertical-align: top;
}

.optflex table td:first-of-type {
    padding:0px;
}

.optflex .optmod td:first-of-type {
    width:200px;
}

.optflex .optmod_small td:first-of-type {
    width:200px;
}

.optflex .optspot td:first-of-type {
    width:200px;
}

.optflex .optmod td:first-of-type img,
.optflex .optmod_small td:first-of-type img,
.optflex .optspot td:first-of-type img {
    display:block;
    width:100%;
}

.optflex td:last-of-type {
    padding:10px 10px 10px 20px;
    font-size:16px;
}

.optflex td:last-of-type h3 {
    font-size:18px;
    margin-bottom:5px;
}

.optflex table ul {
    list-style: none;
    margin:0;
    padding:0;
}

.optflex table ul li {
    margin:0 0 5px;
    padding:0;
}

.optflex td:last-of-type span {
    color:#666;
    font-style: italic;
}

.optflex table.optspot ul li {
    margin:0 0 3px;
    padding:0;
}

.optflex .optspot td:last-of-type a {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    font-size:0;
}




/* DATA SHEET FILTERS */

#product-sheet {
    margin:50px 0;
    padding:50px 0;
    background-color:#F5F4EF;
}

#product-sheet .sheet-filters {
    position:relative;
    margin:30px 0;
    display:flex;
    flex-direction: column;
    gap:20px;
}

#product-sheet .sheet-filters span.load-icon {
    position:absolute;
    left:370px;
    width:32px;
    height:32px;
    background-image: url(../images/loading.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation:spin 3s linear infinite;
    display:none;
    font-size:0;
}

#product-sheet .sheet-filters span.load-icon.final {
    left: calc(50% - 16px);
}

#product-sheet .sheet-filters options {
   padding-left:5px;
}

#product-sheet .sheet-actions {
    text-align: center;
    margin-top:50px;
}

#product-sheet a.data-sheet-button {
    max-width:250px;
    padding:15px 25px 15px 50px;
    transition: opacity 0.5s ease-in-out;
    background-size:15px 20px;
    background-repeat:no-repeat;
    background-position:25px 13px;
}

#product-sheet a.data-sheet-button.inactive {
    opacity:0.33;
    pointer-events: none;
}

/* PRODUCT SELECTOR */

.loading-icon {
    width:64px;
    height:64px;
    background-image: url(../images/loading.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation:spin 3s linear infinite;
    display:none;
}

#product-filters .loading-icon, #product-search-result .loading-icon {
    display:block;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

.product-filter-container {
    width:100%;
    max-width:1020px;
    margin:0 auto;
}

#product-filters > div {
    margin-bottom: 100px
}

#product-filters ul.filter-list, #product-search-result ul.filter-list{
    list-style: none;
    display:flex;
    flex-direction: row;
    gap:20px;
    justify-content: left;
    flex-wrap:wrap;
}

ul.product-category-filter li, ul.product-category-filter a {
    display:block;
    position:relative;
    width:230px;
    max-width:46%;
    aspect-ratio:23/25;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor:pointer;
    background-color:#000;
}

ul.product-category-filter li img, ul.product-category-filter a img {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    aspect-ratio:25/23;
    object-fit: cover;
}

ul.product-category-filter li span, ul.product-category-filter a span {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    min-height:40px;
    padding:10px;
    text-align: center;
    line-height:20px;
    font-size:18px;
    background-color: #F5F4EF;
    color:#1D1D1B;
}

ul.product-category-filter li.active span,
ul.product-category-filter li:hover span,
ul.product-category-filter a.active span,
ul.product-category-filter a:hover span {
    background-color: #6B9428;
    color:#FFF;
}

ul.product-mounting-filter li, ul.product-family-filter li, ul.product-directions-filter li {
    display:block;
    position:relative;
    width:100px;
    height:auto;
    cursor:pointer;
    background-color:transparent;
}

ul.product-family-filter li {
    width:200px;
}

ul.product-mounting-filter li img.image-front, ul.product-mounting-filter li img.image-back,
ul.product-directions-filter li img.image-front, ul.product-directions-filter li img.image-back  {
    display:block;
    position: relative;
    width:100px;
    height:200px;
    object-fit:cover;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index:2;
}

ul.product-mounting-filter li img.image-back,
ul.product-directions-filter li img.image-back {
    z-index:1;
    margin-top:-200px;
}

ul.product-mounting-filter li:hover img.image-back,
ul.product-mounting-filter li.active img.image-back,
ul.product-directions-filter li:hover img.image-back,
ul.product-directions-filter li.active img.image-back {
    z-index:3;
}

ul.product-mounting-filter li span, ul.product-family-filter li span, ul.product-directions-filter li span, ul.product-optics-filter span {
    display:block;
    width:100%;
    padding:10px;
    text-align: center;
    line-height:20px;
    font-size:18px;
    background-color: transparent;
    color:#1D1D1B;
}

ul.product-family-filter li span.profile-family-span {
    background-color: #f4f4f4;
}

ul.product-family-filter li span table {
    margin-top:5px;
}

ul.product-family-filter li span table td {
    font-size:14px;
    padding:0px;
    vertical-align: top;
    text-align: left;
}

ul.product-family-filter li img.family-image {
    display:block;
    position: relative;
    width:200px;
    height:200px;
    object-fit:cover;
    z-index:2;
    background-color:#000;
}

ul.product-optics-filter li img.optic-image {
    display:block;
    position: relative;
    width:200px;
    height:200px;
    object-fit:cover;
    z-index:2;
    background-color:#000;
}

ul.product-family-filter:not(.profile-family-filter) li:hover img.family-image,
ul.product-family-filter:not(.profile-family-filter) li.active img.family-image,
ul.product-optics-filter li:hover img.optic-image,
ul.product-optics-filter li.active img.optic-image {
    box-shadow:0px 0px 0px 5px #6B9428;
}

ul.product-family-filter.profile-family-filter li:hover,
ul.product-family-filter.profile-family-filter li.active {
    box-shadow:0px 0px 0px 5px #6B9428;
}

/* PRODUCTS LIST & FILTERS */

#product-products {
    width:100%;
    //max-width:1600px;
    max-width:980px;
    margin:0 auto;
    display:flex;
    gap:50px;
}

#product-products-filters {
    width:100%;
    max-width:260px;
    margin:0 auto;
}

#product-products-list {
    width:100%;
    max-width:1290px;
    margin:0 auto;
}

ul.product-list {
    list-style: none;
    display:flex;
    flex-direction: row;
    gap:20px;
    justify-content: left;
    flex-wrap:wrap;
}

ul.product-list li.product {
    max-width:46%;
}

ul.product-list li a {
    display:flex;
    flex-direction: column;
    position:relative;
    width:240px;
    max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    cursor:pointer;
    background-color: #000;
    height:100%;
}

ul.product-list li a img {
    display:block;
    position:relative;
    width:240px;
    aspect-ratio:1/1;
    object-fit: cover;
    opacity:1;
    transition:opacity 0.5s ease-in-out;
}

ul.product-list li a span {
    display:block;
    position:relative;
    width:100%;
    height:100%;
    line-height:20px;
    padding:10px;
    background-color: #F5F4EF;
    color:#1D1D1B;
    text-align: center;
    transition:all 0.5s ease-in-out;
}

ul.product-list li a:hover img {
    opacity:0.75;
}

ul.product-list li a:hover span {
    background-color: #6B9428;
    color:#FFF;
}


/* INSPIRATION PAGE */

#inspiration-filters-mobile {
    display:none;
}


ul.inspiration-filters {
    list-style:none;
    display:flex;
    gap:10px;
    justify-content: center;
    margin-bottom:50px;
}

ul.inspiration-filters li {
    list-style:none;
    display:block;
    font-size:14px;
    padding:5px;
    color:#1D1D1B;
    background-color:#DBDBD7;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}

ul.inspiration-filters li.active {
    color:#FFF;
    background-color:#7A7979;
}

.masonry-grid {
    padding-left:1%;
}

.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}

.gutter-sizer{
    width: 1%;
    aspect-ratio: 1 / 1;
}

.grid-item, .grid-sizer {
  position: relative;
  float: left;
  width: 24%;
  aspect-ratio: 1 / 1;
  margin-bottom: 1%; /* vertical gutter */
  background: #000;
  overflow:hidden;
}

.grid-item.double-width { width: 49%;aspect-ratio: 2.04 / 1 }
.grid-item.double-height { aspect-ratio: 1 / 2.04 }

.grid-item img {
    display:block;
    width:100%;
    height:100%;
    object-fit: cover;
    opacity:1;
    transition:all 1s ease-in-out;
}

.grid-item:hover img {
    opacity:0.75;
    transform:scale(1.1);
}

.inspiration-actions {
    display:flex;
    gap:20px;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    justify-content: center;
    align-content:center;
    flex-wrap:wrap;
}

.inspiration-action {
    cursor: pointer;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
    background-color: rgba(0,0,0,0.33);
    padding:12px 20px 12px 42px;
    border:1px solid #fff;
    border-radius:20px;
    line-height:1 !important;
    display:none !important;
    background-repeat: no-repeat;
    background-size:18px 18px;
    background-position: 15px 50%;
}

.inspiration-actions:hover .inspiration-action {
    display:inline-block !important;
    font-size:14px;
}

.inspiration-action:hover {
    background-color: rgba(0,0,0,0.66);
    color:#fff;
}

.inspiration-action span {
    display:none;
}

.inspiration-action.inspiration-enlarge {
    background-image: url(../images/icon-enlarge.svg);
}

.inspiration-action.inspiration-sheet {
    background-image: url(../images/icon-product-sheet.svg);
}

/* SEARCH RESULTS */

mark {
    background-color: transparent;
    color:inherit;
    font-weight:400;
}

.com-finder {
    width:100%;
    max-width:760px;
    padding:50px 20px;
    margin:0 auto;

    label.me-2 {
        display:block;
        font-weight: bold;
        margin-bottom:10px;
    }

    .input-group input {
        height:40px;
    }

    .input-group button {
        padding:10px 15px !important;
        font-weight:300 !important;
        background-color: #6B9428 !important;
    }

    .input-group button:hover {
        background-color: #000 !important;
    }

    .result__title-url, .result__date, .result__taxonomy--Category, .result__taxonomy--Author, .result__taxonomy--ProductImage {
        display:none !important;
    }

    .com-finder__counter {
        margin-top:20px;
        text-align: center;
    }

    .result__item {
        display:flex;
        flex-direction: row;
        gap:25px;
    }

    .search-item-image {
        width:100px;
        height:100px;
        object-fit: cover;
    }
}


/* PRODUCT-SEARCH */

body.product-search-page #main-content {
    padding:0;
}

span.small-info {
    font-size:10px;
    display:block;
    margin-top:-5px;
}

#product-search-container {

    width:100%;
    margin:0 auto;
    display:flex;
    gap:0;
    padding:0;


    #product-search-filters {
        width:300px;
        padding:3%;
        background-color:rgba(0,0,0,0.033);

        form {
            display:flex;
            flex-direction: column;
            gap:30px;

            hr {
                border-top:2px solid #000;
                width:100%;
            }

            .filter.spot-filter, .filter.profile-filter {
                display:none;
            }

            label {
                font-weight:bold;
            }

            .range-slider {
                width:90%;
                max-width:300px;
                border-radius: 8px !important;
                margin-left:10px;

                .ui-slider-handle {
                    border-radius:50%;
                    background-color:#6B9428;
                    border:1px solid #528300;

                    &.ui-status-focus {
                        color: #528300 !important;
                    }
                }

                .ui-slider-range {
                    background-color:#cae59f;
                }
            }
        }
    }

    #product-search-result {
        width:calc(100% - 300px);
        padding:3%;
        position:relative;

        .loading-icon {
            position:absolute;
            top:50%;
            left:50%;
            margin-left:-32px;
            margin-top:-32px;
        }
    }

    #product-search-result ul.product-list {
        margin:0 0 30px;
        gap:20px 2.5%;

        li {
            width:18%;

            a {
                width:100%;

                img {
                    width:100%;
                }
            }
        }
    }

    #product-search-result ul.pagination {
        margin-top:30px;
    }

    .green-button.button.clear-filters {
        max-width:360px;
    }

    #product-search-filters .mobile-filter-button {
        display:none;
    }
}


/* FOOTER */

footer {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background-color: #1D1D1B;
    min-height:300px;
    color:#fff;
}

footer h3 {
    color:#fff;
    margin-top:0;
}

footer a {
    color:#fff;
}

footer a:hover {
    color:#fff;
    text-decoration: underline;
}

footer .container {
    display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top:80px;
    padding-bottom:50px;
}

footer #footer-left {
    min-height:0;
    width:auto;
    display:flex;
    flex-direction: column;
    justify-content: start;
    gap:20px;
    font-size: 14px;
    font-weight:700 !important;
    text-transform: uppercase;
}

footer #footer-left a {
    font-size: 14px;
    font-weight:700 !important;
    text-transform: uppercase;
}

footer #footer-left #footer-logo {
    width:100%;
    max-width:240px;
}

footer #footer-left #footer-logo svg {
    width:100%;
}

footer #footer-left #footer-left-content {
    display:flex;
    gap:50px;
}

footer #footer-left #footer-left-content .footer-menu {
    display:flex;
    flex-direction: column;
    justify-content: start;
}

footer #footer-left #footer-left-content ul.nav {
    display:flex;
    gap:50px;
    list-style: none;
}

footer #footer-form {
    max-width:600px;
}

div.gdprlock-placeholder-text, div.gdprcookielock-placeholder-text {
    color:#000 !important;
}

#rsfp_thankyou_popup_inner {
    border-radius:20px;
    max-width: 600px;
    padding: 40px 20px;
}

#rsfp_thankyou_popup_inner a.button {
    background-color:#6B9428;
}

#rsfp_thankyou_popup_inner a.button:hover {
    background-color:#6C9D13;
}

.rsfp_thankou_popup_close_btn {
    right: 15px !important;
}

footer #footer-socials {
    width:20px;
}

footer #footer-socials .moduletable {
    height:100%;
    display:flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
    justify-content: start;
}

#footer-socials a {
   transition: transform 0.3s ease-in-out;
}

#footer-socials a:hover {
    transform: scale(1.33);
}

#footer-socials a svg path {
    fill: #FFF;
    transition: fill 0.3s ease-in-out;
}

#footer-socials a:hover svg path {
    fill: #666;
}

#footer-socials a:hover .icon-ico-facebook svg path {
    fill: #1977F3;
}

#footer-socials a:hover .icon-ico-pinterest svg path {
    fill: #E71A21;
}

#footer-socials a:hover .icon-ico-linkedin svg path {
    fill: #2867B2;
}

#footer-socials a:hover .icon-ico-youtube svg path {
    fill: #FF0000;
}

#footer-socials a:hover .icon-ico-instagram svg path {
    fill: #E1306C;
}


/* FOOTER FORM */

footer #footer-form {
    display:flex;
    flex-direction: column;
    justify-content: start;
}

footer .formSpan12, footer .formSpan6 {
    display:flex;
    flex-direction: column;
    gap:30px;
}

div.formBody {
    position:relative;
    float:none !important;
}

div.formRow {
    display:flex;
    flex-wrap: nowrap;
    gap:40px;
}

footer #footer-form h3 {
    margin-bottom: 0;
}

footer label a {
    font-weight:bold;
}

footer input[type=text],
footer input[type=search],
footer input[type=password],
footer input[type=email],
footer input[type=tel],
footer textarea,
footer select {
    color:#fff;
    border-bottom:1px solid #fff;
}

footer select option {
    color:#000;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

footer ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

footer .formRed {
    display:none;
}

footer .formValidation {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    margin-top:5px;
    width:100%;
}

footer .formValidation span.formError {
    display:block;
    height:16px;
    width:100%;
    padding-right:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: normal;
}


/* To Top */

.toTop {
    position:fixed;
    bottom:10%;
    right:2%;
    width:45px;
    height:45px;
    border-radius:50%;
    border:1px solid #d7ebb7;
    background-color: #6B9428;
    background-image: url(../images/ico-arrow-white-up.svg);
    background-size: 10px 16px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 999;
}


/* REQUEST DIGITAL CATALOG */

#catalogForm div.formRow {
    margin-bottom:40px;
}

#catalogForm .rsform-type-checkboxgroup .formControlLabel,
#catalogForm .rsform-type-radiogroup .formControlLabel {
    margin-bottom:25px;
}

#catalogForm .rsform-type-pagebreak {
    width:720px;
    max-width:100%;
}

#catalogForm .rsform-type-pagebreak .formBody {
    display:flex;
    justify-content: space-between;
}

#catalogForm .rsform-button-prev {
    display:none !important;
}

#catalogForm .rsform-button {
    min-width:150px;
}


/******** MEDIA QUERIES **********/

@media only screen and (max-width: 1640px) {
    #main-menu ul.nav {
        gap:25px;
    }

    header #top-header .container {
        gap:50px;
    }

    #main-menu .search-module.active .form-search {
        width:660px;
    }

    #product-search-container #product-search-result ul.product-list {
        gap:20px 2.66%;
    }

    #product-search-container #product-search-result ul.product-list li {
        width:23%;
    }
}


@media only screen and (max-width: 1500px) {

    #shorts .newsflash .mod-articlesnews__item {
        padding:50px;
    }

    header .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    footer .container {
        padding-left: 40px;
        padding-right: 100px;
    }

    header #main-logo {
        width:180px;
        margin-top:15px;
    }

    #main-menu ul.nav > li > a, #main-menu ul.nav > li > span {
        font-size:16px;
    }

    #top-header a.green-button {
        padding:15px;
        margin-top:2px;
    }

    #main-menu .search-module.active .form-search {
        width:610px;
    }

}


@media only screen and (max-width: 1400px) {

    .outerContainer {
        padding-bottom: 0;
    }

    .container,
    header .container,
    footer .container,
    .video-banner h1
    {
        padding-left:5%;
        padding-right:5%;
    }

    .blog-items {
        grid-template-columns: repeat(3, 1fr);
    }

    footer {
        position:relative;
    }

    footer .container {
        flex-direction: column-reverse;
    }

    footer #footer-socials {
        width:auto;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    footer #footer-form {
        max-width:100%;
        padding-top:20px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    footer #footer-socials .moduletable {
        flex-direction: row;
        justify-content: left;
    }

    footer #footer-left {
        min-height: 0;
        padding-top:30px;
    }

    footer #footer-left #footer-left-content {
        flex-direction: column;
        gap:15px;
    }

    footer #footer-left #footer-left-content ul.nav {
        flex-direction: column;
        gap:5px;
    }

}

@media only screen and (max-width: 1200px) {

    header #top-header .container {
        gap:30px;
    }

    #main-menu ul.nav {
        gap:15px;
    }

    table.imageLeft.grayFrame tr, table.imageRight.grayFrame tr {
        gap:20px;
    }

    table.imageLeft.grayFrame.split50 td:first-of-type, table.imageRight.grayFrame.split50 td:last-of-type {
        min-width:45%;
    }

    table.imageLeft.grayFrame.split50 td:last-of-type, table.imageRight.grayFrame.split50 td:first-of-type {
        padding:30px 0;
    }

    .video-banner a.green-circle {
        bottom: 40px;
    }

    #main-menu .search-module.active .form-search {
        width:555px;
    }

    #product-search-container #product-search-result ul.product-list {
        gap:20px 3.33%;
    }

    #product-search-container #product-search-result ul.product-list li {
        width:30%;
    }

}

@media only screen and (max-width: 1080px) {

    #shorts .newsflash .mod-articlesnews__item {
        padding:25px;
    }

    .gutter-sizer {width:2%;}
    .grid-item, .grid-sizer {width: 48%;aspect-ratio: 1 / 1;margin-bottom:2%;overflow:hidden;}
    .grid-item.double-width { width: 48%;aspect-ratio: 2.04 / 1 }
    .grid-item.double-height { aspect-ratio: 1 / 2.04 }

}


@media only screen and (max-width: 980px) {


    #mobile-menu-button {
        display:block;
    }

    #main-menu {
        display:none !important;
    }

    .desktop-only {
        display:none !important;
    }

    .mobile-only {
        display:block !important;
    }

    h1{
        font-size:36px;
    }

    #banner h1 {
        font-size:32px;
    }

    h2 {
        font-size:28px;
    }

    #banner .container {
        flex-direction: column;
        justify-content: flex-start;
        gap:20px;
    }

    #banner .big-banner {
        height:auto;
        padding-bottom: 5%;
    }

    #banner .banner-content, #banner .banner-newsflash {
        width:100%;
        padding:0;
    }

    #banner .banner-content {
        margin-top:30px;
    }

    #banner .banner-content h1 {
        margin:0;
    }

    #banner .banner-newsflash .moduletable,
    #banner .banner-newsflash .newsflash.banner {
        width:100%;
    }

    .blog-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-banner video,
    .video-banner img  {
        min-height:100vh;
        height:100vh;
        object-fit: cover;
    }

    .video-banner h1 {
        font-size:30px;
    }

    .video-banner a.green-circle {
        bottom: 30px;
        right: 5%;
        width: 200px;
        height: 200px;
        font-size: 16px;
        padding: 40px 20px;
    }

    .video-banner a.green-circle strong{
        font-size: 20px;
    }

    ul.blockList,
    ul.iconBlocks,
    ul.landingGallery {
        flex-wrap: wrap;
    }

    ul.blockList li,
    ul.iconList li,
    ul.landingGallery li,
    ul.blockList.threeBlocks li,
    ul.iconList.threeBlocks li {
        width: 100%;
    }

    ul.blockList.fourBlocks li,
    ul.iconBlocks.fourBlocks li {
        width: calc(50% - 10px);
    }

    ul.iconBlocks > li > div {
        max-width:100%;
        padding-left:5%;
        padding-right:5%;
    }

    table.split50 tr, table.imageLeft tr, table.imageRight tr {
        flex-direction: column !important;
        gap:0 !important;
    }

    table.imageRight tr {
        flex-direction: column-reverse !important;
    }

    table.split50 td, table.imageLeft td, table.imageRight td {
        width:100% !important;
    }

    table.imageLeft.grayFrame.split50 td:last-of-type, table.imageRight.grayFrame.split50 td:first-of-type {
        padding:0;
    }


    #product-top {
        flex-direction: column
    }

    #product-images {
        width:100%;
        max-width:640px;
        margin:0 auto 30px;
    }

    #product-images .gallery-small {
        display: none;
    }

    #product-images .product-colors{
        display:none;
    }

    #product-top .product-colors-mobile {
        display:block;
        margin-top:30px;
    }

    table.specTable > tbody > tr > td,
    table.specTable > tbody > tr > td:first-of-type {
        display:block;
        width:100%;
        max-width:100%;
    }

    table.specTable.lumenTable > tbody > tr,
    table.specTable.lumenTable > tbody > tr > td {
        display:block;
        width:100%;
        background-color: #fff;
    }


    .gallery-big ul.slick-dots {
        list-style: none;
        display:flex;
        justify-content: center;
        gap:15px;
        margin-top:5px;
        padding-bottom:10px;
        overflow:auto;
    }

    #product-images#product-images .gallery-big ul.slick-dots li button {
        list-style: none;
        font-size:0;
        background-color: #D9D9D9;
        width:16px;
        height:16px;
        border-radius: 50%;
        transition: background-color 0.5s ease-in-out;
        overflow:hidden;
        padding:0;
    }

    #product-images#product-images .gallery-big ul.slick-dots li.slick-active button {
        background-color: #000;
    }

    #shorts .newsflash {
        flex-direction: column;
    }

    #shorts .newsflash .mod-articlesnews__item {
        min-height:0;
    }

    ul.highlights li {
        width:100% !important;
        min-height:400px;
        padding:5% 10%;
    }

    #inspiration-filters {
        display:none;
    }

    #inspiration-filters-mobile {
        display:block;
        margin:20px 0 30px;
        text-align: center;
    }

    #product-search-container {
        flex-direction: column;
    }

    #product-search-container #product-search-filters,
    #product-search-container #product-search-result {
        width:100% !important;
        padding-left:5%;
        padding-right:5%;
    }

    #product-search-container #product-search-filters {
        height:0;
        padding:0;
        margin-bottom:55px;
        transition: height 1s ease-in-out;
        position: relative;
        background-color: #fff;
    }

    #product-search-container #product-search-filters form {
        display:none;
    }

    #product-search-container #product-search-filters.opened {
        height:auto;
        background-color: rgba(0, 0, 0, 0.033);
        padding:20px 5% 75px;
        margin-bottom:20px;
    }

    #product-search-container #product-search-filters.opened form {
        display:flex;

    }

    #product-search-container #product-search-filters .mobile-filter-button {
        display:block;
        text-align: center;
        color:#fff;
        line-height:32px;
        font-size: 17px;
        text-transform: uppercase;
        width:150px;
        height:50px;
        position:absolute;
        bottom:0;
        left:50%;
        transform: translate(-50%,100%);
        background-color:rgba(0,0,0,0.33);
        border-radius: 0 0 50px 50px;
        background-image: url(../images/ico-arrow-white.svg);
        background-position: center 30px;
        background-repeat: no-repeat;
        background-size: 10%;
        cursor:pointer;
    }

    #product-search-container #product-search-filters.opened .mobile-filter-button {
        transform: translate(-50%,0);
        border-radius: 50px 50px 0 0;
        background-image: url(../images/ico-arrow-white-up.svg);
        background-position: center 8px;
        padding-top:16px;
    }


    #product-search-container #product-search-result ul.product-list {
        gap:20px 5%;
    }

    #product-search-container #product-search-result ul.product-list li {
        width:30%;
    }

}

@media only screen and (max-width: 640px) {

    .blog-items {
        grid-template-columns: repeat(1, 1fr);
    }

    ul.blockList.fourBlocks li, ul.iconBlocks.fourBlocks li {
        width:100%;
    }

    ul.before-after {
        flex-wrap: wrap;
    }

    ul.before-after li {
        width:100%;
    }

    div.formRow {
        flex-wrap: wrap;
    }

    div.formRow > * {
        width:100%;
    }

    ul.highlights li {
        min-height:250px;
        padding:5%;
    }

    .inspiration-action {
        font-size:0;
        padding:0;
        width:40px;
        height:40px;
        border-radius:50%;
        background-position: 50% 50%;
    }

    .inspiration-actions:hover .inspiration-action {
        font-size:0;
    }

    #product-search-container #product-search-result ul.product-list {
        gap:20px 10%;
    }

    #product-search-container #product-search-result ul.product-list li {
        width:45%;
    }

    /*
    .gutter-sizer {width:2%;}
    .grid-item, .grid-sizer {width: 100%;aspect-ratio: 1 / 1;margin-bottom:2%;}
    .grid-item.double-width { width: 100%;aspect-ratio: 2.04 / 1 }
    .grid-item.double-height { aspect-ratio: 1 / 2.04 }
    */


}


@media only screen and (max-width: 500px) {

    .mobile-menu-background {
        display:none;
    }

    ul.product-list li a span {
        font-size:14px;
    }

    #product-sheet .sheet-filters select {
        max-width: calc(100% - 50px);
    }

    #product-sheet .sheet-filters span.load-icon {
        left:auto;
        right:5px;
    }


}
