/*** BODY ***/
body {
    position: relative;
}
main > section {
    position: relative;
    /* top: -2px; */
}
footer {
    /* margin-top: -2px; */
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}
/* GLOBAL MEDIA QUERIES */
@media only screen and (max-width: 500px) {
main > .container-fluid a.mlkn-button {
    letter-spacing: -0.25px !important;
    font-size: 14px !important;
}
}

/* VARIABLES FOR SLIDESHOW CONTROLS */
#divided-glass-slideshow-controls {
    transform: revert !important;
    left: var(--dgLeft) !important;
    right: revert !important;
}
#cornerstone-slideshow-controls {
    transform: revert !important;
    left: var(--csLeft) !important;
    right: revert !important;
}
#design-destinations-slideshow-controls {
    transform: revert !important;
    left: var(--ddControls) !important;
    right: revert !important;
}
#quiet-woods-slideshow-controls {
    transform: revert !important;
    left: var(--qwControls) !important;
    right: revert !important;
}
#passage-slideshow-controls {
    transform: revert !important;
    left: var(--passageControls) !important;
    right: revert !important;
}
#retrofit-slideshow-controls {
    transform: revert !important;
    left: var(--retrofitControls) !important;
    right: revert !important;
}
#project-installations-slideshow-controls {
    transform: revert !important;
    left: var(--piControls) !important;
    right: revert !important;
}

/*** NAVBAR CIRCLES ***/
#navbar-circles .nav {
    display: block !important;
}
#navbar-circles {
    position: fixed;
    right: 3vw;
    top: 35vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
    font-weight: 700 !important;
}
#navbar-circles > a,
#navbar-circles > a:link,
#navbar-circles > a:active,
#navbar-circles > a:focus {
    text-decoration: none;  
}
#navbar-circles ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
}
#navbar-circles li a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid #fff;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block !important;
}
#navbar-circles a::before {
    color: #fff;
    position: absolute;
    left: -210px;
    top: -8px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    width: 200px;
    border-radius: 25px;
}
#navbar-circles a[href="#visionlab-wrapper"]::before {
    content: "Visionlab";
}
#navbar-circles a[href="#new-visionlab-wrapper"]::before {
    content: "Visionlab";
}
#navbar-circles a[href="#latest-collection-video-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles a[href="#latest-collection-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles a[href="#second-latest-collection-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles.de a[href="#latest-collection-wrapper"]::before {
    content: "Neueste Kollektion";
  }
  #navbar-circles.fr a[href="#latest-collection-wrapper"]::before {
    content: "Dernière collection";
  }
  #navbar-circles.es a[href="#latest-collection-wrapper"]::before {
    content: "Última colección";
  }
#navbar-circles a[href="#latest-all-about-wood-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles a[href="#latest-collection-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles a[href="#divided-glass-wrapper"]::before {
    content: "Divided Glass";
}
#navbar-circles a[href="#facade-wrapper"]::before {
    content: "Living Facades";
}
#navbar-circles a[href="#cornerstone-wrapper"]::before {
    content: "Cornerstone";
}
#navbar-circles a[href="#latest-design-destinations-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles a[href="#design-destinations-wrapper"]::before {
    content: "Design Destinations";
}
#navbar-circles a[href="#all-about-wood-wrapper"]::before {
    content: "All About Wood";
}
#navbar-circles a[href="#northern-soul-wrapper"]::before {
    content: "Northern Soul";
}
#navbar-circles a[href="#quiet-woods-wrapper"]::before {
    content: "Quiet Woods";
}
#navbar-circles a[href="#mixed-formations-wrapper"]::before {
    content: "Mixed Formations";
    top: -10px;
    white-space: pre-wrap;
}
#navbar-circles a[href="#passage-wrapper"]::before {
    content: "Passage";
}
#navbar-circles a[href="#facet-wrapper"]::before {
    content: "Facet";
}
#navbar-circles a[href="#sculptured-forms-wrapper"]::before {
    content: "Sculptured Forms";
}
#navbar-circles a[href="#painted-garden-wrapper"]::before {
    content: "Painted Garden";
}
#navbar-circles a[href="#tracing-landscapes-wrapper"]::before {
    content: "Tracing Landscapes";
}
#navbar-circles a[href="#northward-bound-2-wrapper"]::before {
    content: "Northward Bound 2.0";
}
#navbar-circles a[href="#comfortable-concrete-retold-wrapper"]::before {
    content: "Comfortable Concrete Retold ";
    top: -20px;
    white-space: pre-wrap;
    width: 150px;
    left: -160px;
}
#navbar-circles a[href="#pattern-play-wrapper"]::before {
    content: "Pattern Play";
}
#navbar-circles a[href="#all-about-stone-wrapper"]::before {
    content: "All About Stone";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "M/PACT";
}



#navbar-circles li > a.active,
#navbar-circles li > a.active:focus,
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li > a.active::before,
#navbar-circles li > a.active:focus::before,
#navbar-circles li > a.active:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}
#interactive-brochure-anchor {
    display: inline-block;
    padding: 5px 20px 9px;
    position: absolute;
    top: 50vh;
    background: #000;
    color: #fff;
    font-weight: 700 !important;
    z-index: 1060;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 16px;
    /* letter-spacing: 4px; */
    left: -143px;
    text-decoration: none;
}

#interactive-brochure-anchor.eur-broch {
    left: -129px;
}
#interactive-brochure-anchor.eur-broch-de {
    left: -129px;
}
#interactive-brochure-anchor.eur-broch-fr {
    left: -161px;
}
#interactive-brochure-anchor.eur-broch-es {
    left: -142px;
}
#interactive-brochure-anchor.zh {
    left: -84px;
}
#interactive-brochure-anchor.fr {
    left: -161px;
}
@media only screen and (max-width: 991px) {
    #interactive-brochure-anchor {
        display: none;
    }
}

/*** LATEST design-destinations ***/
#latest-collection-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> Latest design-destinations - Slideshow */
#latest-collection-wrapper {
    width: 100%;  
    height: 100vh;
}
#latest-collection-wrapper .video-container .text-overlay {
    width: 750px;
    position: absolute;
    text-align: center;
}
#latest-collection-wrapper .video-container .text-overlay span,
#latest-collection-wrapper .video-container .text-overlay h4 {
    display: block;
    color: #fff;
    text-align: center;
}
#latest-collection-wrapper .video-container .text-overlay img {
    margin-top: 25px;
    width: 750px;
}
#latest-collection-wrapper .video-container .text-overlay span {
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 300 !important;
    margin-bottom: 3vh;
}
#latest-collection-wrapper .video-container .text-overlay span strong {
    font-weight: 500 !important;
}
#latest-collection-wrapper .video-container .text-overlay span sup {
    top: -0.2em;
}
#latest-collection-wrapper .video-container .text-overlay h4 {
    /*font-size: 135px;
    line-height: 1em;
    font-weight: 700 !important;
    letter-spacing: 10px;
    margin: 20px 0;*/
    font-size: 60px;
    line-height: 1em;
    font-weight: 800 !important;
    letter-spacing: 6px;
    margin: 20px 0;
    color: #fff;
}
#latest-collection-wrapper .video-container .text-overlay h1,
#latest-collection-wrapper .video-container .text-overlay h2,
#latest-collection-wrapper .video-container .text-overlay h3 {
    /*font-size: 66px;
    line-height: 0em;
    letter-spacing: 5px;
    font-weight: 700 !important;
    color: white;
    margin-left: -4px;*/
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 5px;
    font-weight: 600 !important;
    color: white;
    margin-bottom: 3vh;
}

#latest-collection-wrapper .video-container .text-overlay a.mlkn-button {
    width: 385px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    background: #FFF;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 4px;
    font-weight: 500 !important;
}
#latest-collection-wrapper .text-box a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 0px;
    max-width: 400px;
    min-width: 275px;
}
#latest-collection-wrapper .text-box  a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
#latest-collection-wrapper .video-container {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#latest-collection-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
}
#latest-collection-wrapper .text-box {
    width: 550px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 25px;
}
#latest-collection-wrapper .text-box h1 {
    color: #000;
    font-size: 60px;
    font-weight: 300 !important;
    text-align: center;
    letter-spacing: 0px;
}
#latest-collection-wrapper .text-box h3 {
    color: #656565;
    font-size: 24px;
    font-weight: 500 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px
}
#latest-collection-wrapper .text-box p {
    color: #000;
    font-size: 17px;
}
#latest-collection-wrapper sup {
    top: -0.75em !important;
    font-size: 0.5em;
}
/* >> Latest design-destinations - Media Queries */
@media only screen and (max-width: 1450px) { 
    #latest-collection-wrapper .video-container .text-overlay h4, #latest-collection-wrapper .text-box h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1400px) {
    /* #latest-collection-wrapper .video-container .text-overlay h4 {
        line-height: 1em;
        font-weight: 400 !important;
        letter-spacing: 2px;
        margin: 20px 0;
    }
    #latest-collection-wrapper .video-container .text-overlay h1 {
        line-height: 0em;
        letter-spacing: 5px;
        font-weight: 400 !important;
        color: white;
        margin-left: -4px;
    }
    #latest-collection-wrapper .video-container .text-overlay span {
        font-size: 31px;
        margin-left: -8px;
    } */
}
@media only screen and (max-width: 1300px) {
    #latest-collection-wrapper .video-container .text-overlay h4, #latest-collection-wrapper .text-box h1 {
        font-size: 35px;
    }
    }
@media only screen and (max-width: 991px) {
    #latest-collection-wrapper, #latest-collection-wrapper .video-container, #latest-collection-wrapper .video-container video {
        /* height: fit-content; */
    }
    #latest-collection-wrapper .text-box {
        left: 0;
        bottom: 0;
        position: relative;
        width: 100%;
    }
    #latest-collection-wrapper .video-container .text-overlay h4, #latest-collection-wrapper .text-box h1 {
        font-size: 40px;
    }
    #latest-collection-wrapper .video-container .text-overlay h1,
    #latest-collection-wrapper .video-container .text-overlay h2 {
        font-size: 18px;
    }
    #latest-collection-wrapper .video-container .text-overlay p, #latest-collection-wrapper .text-box p {
        font-size: 16px;
    }
    #latest-collection-wrapper .video-container .text-overlay {
        top: 45%;
    }
}
@media only screen and (max-width: 767px) {
    #latest-collection-wrapper .video-container .text-overlay {
        width: 100%;
        max-width: 700px;
        padding: 0 20px;
        top: 45%;
    }
    #latest-collection-wrapper .video-container .text-overlay span, #latest-collection-wrapper .text-box span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #latest-collection-wrapper .video-container .text-overlay {
        top: 45%;
    }
}
@media only screen and (max-width: 500px) {
    #latest-collection-wrapper .video-container .text-overlay p, #latest-collection-wrapper .text-box p {
        font-size: 15px;
    }
    #latest-collection-wrapper .video-container .text-overlay {
        top: 45%;
    }
    #latest-collection-wrapper .video-container .text-overlay h4 {
        font-size: 30px;
    }
    #latest-collection-wrapper .video-container .text-overlay h1,
    #latest-collection-wrapper .video-container .text-overlay h2 {
        letter-spacing: 2px;
        font-size: 16px;
    }
    /* #latest-collection-wrapper .video-container .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #latest-collection-wrapper .video-container .text-overlay h4 {
        font-size: 60px;
        margin: 5px 0px 10px 8px;
    }
    #latest-collection-wrapper .video-container .text-overlay h1 {
        font-size: 29px;
        margin-left: 6px;
        margin-top: 0;
    } */
}
/* >> Latest Mixed Formations - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #latest-collection-wrapper .video-container .text-overlay {
        width: 900px;
    }
    /* #latest-collection-wrapper .video-container .text-overlay span {
        font-size: 35px;
    }
    #latest-collection-wrapper .video-container .text-overlay h4 {
        font-size: 100px;
    } */
    #latest-collection-wrapper .video-container .text-overlay a.mlkn-button {
        width: 375px;
        font-size: 22px;
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 390px) {
    #latest-collection-wrapper .video-container .text-overlay h4 {
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 375px) {
    #latest-collection-wrapper .video-container .text-overlay h4 {
        letter-spacing: 2px;
    }
}
/* >> Latest Mixed Formations - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #latest-collection-wrapper .video-container .text-overlay span {
        letter-spacing: 0;
    }
    /* #latest-collection-wrapper .video-container .text-overlay h4 {
        letter-spacing: 5px;
        font-size: 35px;
    } */
}


/*** LATEST design-destinations ***/
#second-latest-collection-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> Latest design-destinations - Slideshow */
#second-latest-collection-wrapper {
    width: 100%;  
    height: 100vh;
}
#second-latest-collection-wrapper .image-container .text-overlay {
    width: 750px;
    position: absolute;
    text-align: center;
}
#second-latest-collection-wrapper .image-container .text-overlay span,
#second-latest-collection-wrapper .image-container .text-overlay h4 {
    display: block;
    color: #fff;
    text-align: center;
}
#second-latest-collection-wrapper .image-container .text-overlay img {
    margin-top: 25px;
    width: 750px;
}
#second-latest-collection-wrapper .image-container .text-overlay span {
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 300 !important;
    margin-bottom: 3vh;
}
#second-latest-collection-wrapper .image-container .text-overlay span strong {
    font-weight: 500 !important;
}
#second-latest-collection-wrapper .image-container .text-overlay span sup {
    top: -0.2em;
}
#second-latest-collection-wrapper .image-container .text-overlay h4 {
    /*font-size: 135px;
    line-height: 1em;
    font-weight: 700 !important;
    letter-spacing: 10px;
    margin: 20px 0;*/
    font-size: 60px;
    line-height: 1em;
    font-weight: 800 !important;
    letter-spacing: 6px;
    margin: 20px 0;
    color: #fff;
}
#second-latest-collection-wrapper .image-container .text-overlay h1,
#second-latest-collection-wrapper .image-container .text-overlay h2,
#second-latest-collection-wrapper .image-container .text-overlay h3 {
    /*font-size: 66px;
    line-height: 0em;
    letter-spacing: 5px;
    font-weight: 700 !important;
    color: white;
    margin-left: -4px;*/
    font-size: 22px;
    line-height: 0em;
    letter-spacing: 5px;
    font-weight: 600 !important;
    color: white;
    margin-bottom: 3vh;
}

#second-latest-collection-wrapper .image-container .text-overlay a.mlkn-button {
    width: 385px;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    background: #FFF;
    border: 1px solid #000;
    color: #000;
    letter-spacing: 4px;
    font-weight: 500 !important;
}
#second-latest-collection-wrapper .text-box a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 0px;
    max-width: 400px;
    min-width: 275px;
}
#second-latest-collection-wrapper .text-box  a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
#second-latest-collection-wrapper .image-container {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#second-latest-collection-wrapper .image-container img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
}
#second-latest-collection-wrapper .text-box {
    width: 550px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 25px;
}
#second-latest-collection-wrapper .text-box h1 {
    color: #000;
    font-size: 60px;
    font-weight: 300 !important;
    text-align: center;
    letter-spacing: 0px;
}
#second-latest-collection-wrapper .text-box h3 {
    color: #656565;
    font-size: 24px;
    font-weight: 500 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px
}
#second-latest-collection-wrapper .text-box p {
    color: #000;
    font-size: 17px;
}
#second-latest-collection-wrapper sup {
    top: -0.75em !important;
    font-size: 0.5em;
}
/* >> Latest design-destinations - Media Queries */
@media only screen and (max-width: 1450px) { 
    #second-latest-collection-wrapper .image-container .text-overlay h4, #second-latest-collection-wrapper .text-box h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1400px) {
    /* #second-latest-collection-wrapper .image-container .text-overlay h4 {
        line-height: 1em;
        font-weight: 400 !important;
        letter-spacing: 2px;
        margin: 20px 0;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h1 {
        line-height: 0em;
        letter-spacing: 5px;
        font-weight: 400 !important;
        color: white;
        margin-left: -4px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay span {
        font-size: 31px;
        margin-left: -8px;
    } */
}
@media only screen and (max-width: 1300px) {
    #second-latest-collection-wrapper .image-container .text-overlay h4, #second-latest-collection-wrapper .text-box h1 {
        font-size: 35px;
    }
    }
@media only screen and (max-width: 991px) {
    #second-latest-collection-wrapper, #second-latest-collection-wrapper .image-container, #second-latest-collection-wrapper .image-container img {
        /* height: fit-content; */
    }
    #second-latest-collection-wrapper .text-box {
        left: 0;
        bottom: 0;
        position: relative;
        width: 100%;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h4, #second-latest-collection-wrapper .text-box h1 {
        font-size: 40px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h1,
    #second-latest-collection-wrapper .image-container .text-overlay h2 {
        font-size: 18px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay p, #second-latest-collection-wrapper .text-box p {
        font-size: 16px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay {
        top: 45%;
    }
}
@media only screen and (max-width: 767px) {
    #second-latest-collection-wrapper .image-container .text-overlay {
        width: 100%;
        max-width: 700px;
        padding: 0 20px;
        top: 45%;
    }
    #second-latest-collection-wrapper .image-container .text-overlay span, #second-latest-collection-wrapper .text-box span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #second-latest-collection-wrapper .image-container .text-overlay {
        top: 45%;
    }
}
@media only screen and (max-width: 500px) {
    #second-latest-collection-wrapper .image-container .text-overlay p, #second-latest-collection-wrapper .text-box p {
        font-size: 15px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay {
        top: 45%;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h4 {
        font-size: 30px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h1,
    #second-latest-collection-wrapper .image-container .text-overlay h2 {
        letter-spacing: 2px;
        font-size: 16px;
    }
    /* #second-latest-collection-wrapper .image-container .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h4 {
        font-size: 60px;
        margin: 5px 0px 10px 8px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h1 {
        font-size: 29px;
        margin-left: 6px;
        margin-top: 0;
    } */
}
/* >> Latest Mixed Formations - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #second-latest-collection-wrapper .image-container .text-overlay {
        width: 900px;
    }
    /* #second-latest-collection-wrapper .image-container .text-overlay span {
        font-size: 35px;
    }
    #second-latest-collection-wrapper .image-container .text-overlay h4 {
        font-size: 100px;
    } */
    #second-latest-collection-wrapper .image-container .text-overlay a.mlkn-button {
        width: 375px;
        font-size: 22px;
        padding: 15px 20px;
    }
}
@media only screen and (max-width: 390px) {
    #second-latest-collection-wrapper .image-container .text-overlay h4 {
        letter-spacing: 2px;
    }
}
@media only screen and (max-width: 375px) {
    #second-latest-collection-wrapper .image-container .text-overlay h4 {
        letter-spacing: 2px;
    }
}
/* >> Latest Mixed Formations - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #second-latest-collection-wrapper .image-container .text-overlay span {
        letter-spacing: 0;
    }
    /* #second-latest-collection-wrapper .image-container .text-overlay h4 {
        letter-spacing: 5px;
        font-size: 35px;
    } */
}

/*** northward bound 2.0 ***/
#northward-bound-2-wrapper {
    position: relative;
    padding: 0;
}
#northward-bound-2-outer-wrapper {
    position: relative;
}
/* >> northward bound - Slideshow */
#northward-bound-2-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#northward-bound-2-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#northward-bound-2-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> norhtward bound - Slide Content */
#northward-bound-2-slideshow-wrapper .slide .right-content,
#northward-bound-2-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
    height: var(--tlHeight);
}
#northward-bound-2-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#northward-bound-2-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#northward-bound-2-slide-1 .left-content {
    background-image: url('/-/media/FCD102BAB8B444979F2748566011021B.ashx');
}
#northward-bound-2-slide-2 .left-content {
    background-image: url('/-/media/A320168AB94E41C7AE24B6B242DCFF8F.ashx');
}
#northward-bound-2-slide-3 .left-content {
    background-image: url('/-/media/A3C64DD98D2B44DF8C4872971F8B6169.ashx');
}
#northward-bound-2-slide-4 .left-content {
    background-image: url('/-/media/A320168AB94E41C7AE24B6B242DCFF8F.ashx');
}

#northward-bound-2-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#northward-bound-2-slideshow-wrapper .slide .right-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#northward-bound-2-slideshow-wrapper .slide .right-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#northward-bound-2-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#northward-bound-2-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
#northward-bound-2-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> northward bound - Slideshow Controls */
#northward-bound-2-slideshow-controls {
    position: absolute;
    bottom: 4vh;
    z-index: 100;
    left: var(--tlLeft);
}
#northward-bound-2-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#northward-bound-2-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#northward-bound-2-slideshow-controls button:focus {
    outline: none;
}
/* >> northward bound - Media Queries */
@media only screen and (max-width: 1800px) {
    #northward-bound-2-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #northward-bound-2-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #northward-bound-2-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content,
    #northward-bound-2-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #northward-bound-2-slideshow-wrapper .slide .left-content {
        height: 50vh;
        order: 1;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #northward-bound-2-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #northward-bound-2-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content h4 {
        font-size: 35px;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #northward-bound-2-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #northward-bound-2-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #northward-bound-2-slideshow-wrapper .slide .right-content h4 {
        font-size: 30px;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #northward-bound-2-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #northward-bound-2-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #northward-bound-2-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> northward bound - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #northward-bound-2-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #northward-bound-2-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #northward-bound-2-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> northward bound - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #northward-bound-2-slideshow-controls {
        width: 175px;
    }
}  



/*** tracing landscapes ***/
#tracing-landscapes-wrapper {
    position: relative;
    padding: 0;
}
#tracing-landscapes-outer-wrapper {
    position: relative;
}
/* >> tracing landscapes - Slideshow */
#tracing-landscapes-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#tracing-landscapes-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#tracing-landscapes-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> tracing landscapes - Slide Content */
#tracing-landscapes-slideshow-wrapper .slide .left-content,
#tracing-landscapes-slideshow-wrapper .slide .right-content {
    min-height: 100vh;
    height: var(--pgHeight);
}
#tracing-landscapes-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}

#tracing-landscapes-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content h1 {
    color: #000;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}
#tracing-landscapes-slideshow-wrapper .slide .left-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#tracing-landscapes-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> tracing landscapes - Slideshow Controls */
#tracing-landscapes-slideshow-controls {
    position: absolute;
    bottom: 4vh;
    left: var(--pgLeft);
    z-index: 100;
}
#tracing-landscapes-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#tracing-landscapes-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#tracing-landscapes-slideshow-controls button:focus {
    outline: none;
}
#tracing-landscapes-slide-1 .right-content {
    background-image: url('/-/media/60b3fd73d42044bc8a666bab9112831f.ashx');
}
#tracing-landscapes-slide-2 .right-content {
    background-image: url('/-/media/f6bd41ae78ce42a7803e1fce3cc47f39.ashx');
}
#tracing-landscapes-slide-3 .right-content {
    background-image: url('/-/media/970C1014C9914410827CFC99B9B48CB0.ashx');
}
#tracing-landscapes-slide-4 .right-content {
    background-image: url('/-/media/930BE928B85F4E7BA49F4A0B1659CBDE.ashx');
}
/* >> tracing landscapes - Media Queries */
/* >> tracing landscapes - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #tracing-landscapes-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #tracing-landscapes-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> tracing landscapes - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #tracing-landscapes-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content h4 {
        font-size: 40px;
    }
    #tracing-landscapes-slideshow-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #tracing-landscapes-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content,
    #tracing-landscapes-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #tracing-landscapes-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #tracing-landscapes-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #tracing-landscapes-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content h4 {
        font-size: 35px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #tracing-landscapes-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #tracing-landscapes-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #tracing-landscapes-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> tracing landscapes - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #tracing-landscapes-slideshow-wrapper .slide .left-content h4 {
        font-size: 30px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #tracing-landscapes-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> tracing landscapes - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #tracing-landscapes-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #tracing-landscapes-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #tracing-landscapes-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
}
/* >> tracing landscapes - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> tracing landscapes - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> tracing landscapes - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> tracing landscapes - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> tracing landscapes - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #tracing-landscapes-slideshow-wrapper .slide .left-content h4 {
        font-size: 28px;
    }
    #tracing-landscapes-slideshow-wrapper .slide .left-content h3 {
        font-size: 19px;
    } 
    #tracing-landscapes-slideshow-controls {
        width: 175px;
    }
}

/*** painted garden ***/
#painted-garden-wrapper {
    position: relative;
    padding: 0;
}
#painted-garden-outer-wrapper {
    position: relative;
}
/* >> tracing landscapes - Slideshow */
#painted-garden-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#painted-garden-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#painted-garden-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> tracing landscapes - Slide Content */
#painted-garden-slideshow-wrapper .slide .right-content,
#painted-garden-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
    height: var(--tlHeight);
}
#painted-garden-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#painted-garden-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#painted-garden-slide-1 .left-content {
    background-image: url('/-/media/b8eb04623c344ec7ba8f37f3df7c9daf.ashx');
}
#painted-garden-slide-2 .left-content {
    background-image: url('/-/media/3ad3c23d9cf74fafa38c129c7da8174d.ashx');
}
#painted-garden-slide-3 .left-content {
    background-image: url('/-/media/5c3862ff11b549a3887c67a510539525.ashx');
}
#painted-garden-slide-4 .left-content {
    background-image: url('/-/media/3D87C65FCFCB457ABF6B2FC0CECA2BA5.ashx');
}

#painted-garden-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#painted-garden-slideshow-wrapper .slide .right-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#painted-garden-slideshow-wrapper .slide .right-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#painted-garden-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#painted-garden-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
#painted-garden-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> tracing landscapes - Slideshow Controls */
#painted-garden-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--tlLeft);
}
#painted-garden-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#painted-garden-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#painted-garden-slideshow-controls button:focus {
    outline: none;
}
/* >> tracing landscapes - Media Queries */
@media only screen and (max-width: 1800px) {
    #painted-garden-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #painted-garden-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #painted-garden-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #painted-garden-slideshow-wrapper .slide .right-content,
    #painted-garden-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #painted-garden-slideshow-wrapper .slide .left-content {
        height: 50vh;
        order: 1;
    }
    #painted-garden-slideshow-wrapper .slide .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #painted-garden-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #painted-garden-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #painted-garden-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #painted-garden-slideshow-wrapper .slide .right-content h4 {
        font-size: 35px;
    }
    #painted-garden-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #painted-garden-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #painted-garden-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #painted-garden-slideshow-wrapper .slide .right-content h4 {
        font-size: 30px;
    }
    #painted-garden-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #painted-garden-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #painted-garden-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #painted-garden-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #painted-garden-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> tracing landscapes - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #painted-garden-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #painted-garden-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #painted-garden-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #painted-garden-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> tracing landscapes - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #painted-garden-slideshow-controls {
        width: 175px;
    }
}  

/*** Northern Soul ***/
#northern-soul-wrapper {
    position: relative;
    padding: 0;
}
#northern-soul-outer-wrapper {
    position: relative;
}
/* >> Northern Soul - Slideshow */
#northern-soul-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#northern-soul-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#northern-soul-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Northern Soul - Slide Content */
#northern-soul-slideshow-wrapper .slide .left-content,
#northern-soul-slideshow-wrapper .slide .right-content {
    min-height: 100vh;
    height: var(--nsHeight);
}
#northern-soul-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#northern-soul-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
#northern-soul-slide-1 .right-content {
    background-image: url('/-/media/a42faabbb2b24e1aa31e108c938bcd42.ashx');
}
#northern-soul-slide-2 .right-content {
    background-image: url('/-/media/fe6fca0e68214b4d96d9e953ecfb6d8f.ashx');
}
#northern-soul-slide-3 .right-content {
    background-image: url('/-/media/d85a091b008e440fad49805e5e5c9c3e.ashx');
}
#northern-soul-slide-4 .right-content {
    background-image: url('/-/media/5a377cb63bb242ceac41934816dcdadb.ashx');
}
#northern-soul-slide-5 .right-content {
    background-image: url('/-/media/a7d0c82292bf4b878a08ec2b00595b18.ashx');
}
#northern-soul-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#northern-soul-slideshow-wrapper .slide .left-content h1 {
    color: #000;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#northern-soul-slideshow-wrapper .slide .left-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#northern-soul-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}
#northern-soul-slideshow-wrapper .slide .left-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#northern-soul-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#northern-soul-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#northern-soul-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#northern-soul-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> Northern Soul - Slideshow Controls */
#northern-soul-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--nsLeft);
    z-index: 100;
}
#northern-soul-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#northern-soul-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#northern-soul-slideshow-controls button:focus {
    outline: none;
}
/* >> Northern Soul - Media Queries */
/* >> Northern Soul - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #northern-soul-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #northern-soul-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> Northern Soul - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #northern-soul-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #northern-soul-slideshow-wrapper .slide .left-content h4 {
        font-size: 40px;
    }
    #northern-soul-slideshow-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #northern-soul-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #northern-soul-slideshow-wrapper .slide .left-content,
    #northern-soul-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #northern-soul-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #northern-soul-slideshow-wrapper .slide .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #northern-soul-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #northern-soul-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #northern-soul-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #northern-soul-slideshow-wrapper .slide .left-content h4 {
        font-size: 35px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #northern-soul-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #northern-soul-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #northern-soul-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> Northern Soul - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #northern-soul-slideshow-wrapper .slide .left-content h4 {
        font-size: 30px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #northern-soul-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> Northern Soul - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #northern-soul-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #northern-soul-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #northern-soul-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
}
/* >> Northern Soul - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Northern Soul - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> Northern Soul - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> Northern Soul - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> Northern Soul - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #northern-soul-slideshow-wrapper .slide .left-content h4 {
        font-size: 28px;
    }
    #northern-soul-slideshow-wrapper .slide .left-content h3 {
        font-size: 19px;
    } 
    #northern-soul-slideshow-controls {
        width: 175px;
    }
}

/*** SCULPTURED FORMS ***/
#sculptured-forms-wrapper {
    position: relative;
    padding: 0;
}
#sculptured-forms-outer-wrapper {
    position: relative;
}
/* >> SCULPTURED FORMS - Slideshow */
#sculptured-forms-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#sculptured-forms-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#sculptured-forms-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> SCULPTURED FORMS - Slide Content */
#sculptured-forms-slideshow-wrapper .slide .right-content,
#sculptured-forms-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
    height: var(--sfHeight);
}
#sculptured-forms-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#sculptured-forms-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#sculptured-forms-slide-1 .left-content {
    background-image: url('/-/media/ec733fceb31f447d86a0a3987e80720b.ashx');
}
#sculptured-forms-slide-2 .left-content {
    background-image: url('/-/media/48a2bed742864d9b9facedd7cef2afbd.ashx');
}
#sculptured-forms-slide-3 .left-content {
    background-image: url('/-/media/6a27dc09e13c42a2b6e6109a0711e3ce.ashx');
}
#sculptured-forms-slide-4 .left-content {
    background-image: url('/-/media/d1bb942e849b4148a9df27722da456b5.ashx');
}
#sculptured-forms-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#sculptured-forms-slideshow-wrapper .slide .right-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#sculptured-forms-slideshow-wrapper .slide .right-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#sculptured-forms-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#sculptured-forms-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
#sculptured-forms-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> SCULPTURED FORMS - Slideshow Controls */
#sculptured-forms-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--sfLeft);
}
#sculptured-forms-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#sculptured-forms-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#sculptured-forms-slideshow-controls button:focus {
    outline: none;
}
/* >> SCULPTURED FORMS - Media Queries */
@media only screen and (max-width: 1800px) {
    #sculptured-forms-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #sculptured-forms-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #sculptured-forms-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content,
    #sculptured-forms-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #sculptured-forms-slideshow-wrapper .slide .left-content {
        height: 50vh;
        order: 1;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #sculptured-forms-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #sculptured-forms-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content h4 {
        font-size: 35px;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #sculptured-forms-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #sculptured-forms-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #sculptured-forms-slideshow-wrapper .slide .right-content h4 {
        font-size: 30px;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #sculptured-forms-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #sculptured-forms-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #sculptured-forms-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> SCULPTURED FORMS - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sculptured-forms-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #sculptured-forms-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #sculptured-forms-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> SCULPTURED FORMS - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #sculptured-forms-slideshow-controls {
        width: 175px;
    }
}  


/*** pattern play ***/
#pattern-play-wrapper {
    position: relative;
    padding: 0;
}
#pattern-play-outer-wrapper {
    position: relative;
}
/* >> pattern play - Slideshow */
#pattern-play-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#pattern-play-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#pattern-play-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> pattern play - Slide Content */
#pattern-play-slideshow-wrapper .slide .left-content,
#pattern-play-slideshow-wrapper .slide .right-content {
    min-height: 100vh;
    height: var(--dteHeight);
}
#pattern-play-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#pattern-play-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
#pattern-play-slide-1 .right-content {
    background-image: url('/-/media/5360b646957b4363bb9d1bb008755fda.ashx');
}
#pattern-play-slide-2 .right-content {
    background-image: url('/-/media/9250625c95144fdf9e1ee906a219514c.ashx');
}
#pattern-play-slide-3 .right-content {
    background-image: url('/-/media/e911078746704bbaac57f748826f663d.ashx');
}
#pattern-play-slide-4 .right-content {
    background-image: url('/-/media/9dca9efe12b948e0b6d1fa9035790e9c.ashx');
}
#pattern-play-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#pattern-play-slideshow-wrapper .slide .left-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#pattern-play-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    letter-spacing: 8px;
}
#pattern-play-slideshow-wrapper .slide .left-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}

#pattern-play-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#pattern-play-slideshow-wrapper .slide .left-content p.subtitle {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0vh;
    padding-bottom: 0.75rem !important;
    font-weight: 600; 
}
#pattern-play-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#pattern-play-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#pattern-play-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> pattern play - Slideshow Controls */
#pattern-play-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--dteLeft);
    z-index: 100;
}
#pattern-play-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#pattern-play-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#pattern-play-slideshow-controls button:focus {
    outline: none;
}
/* >> pattern play - Media Queries */
/* >> pattern play - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #pattern-play-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #pattern-play-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> pattern play - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #pattern-play-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #pattern-play-slideshow-wrapper .slide .left-content h4 {
        font-size: 40px;
    }
    #pattern-play-slideshow-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #pattern-play-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #pattern-play-slideshow-wrapper .slide .left-content,
    #pattern-play-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #pattern-play-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #pattern-play-slideshow-wrapper .slide .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #pattern-play-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #pattern-play-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #pattern-play-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #pattern-play-slideshow-wrapper .slide .left-content h4 {
        font-size: 35px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #pattern-play-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #pattern-play-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #pattern-play-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> pattern play - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #pattern-play-slideshow-wrapper .slide .left-content h4 {
        font-size: 30px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #pattern-play-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> pattern play - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #pattern-play-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #pattern-play-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #pattern-play-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
}
/* >> pattern play - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> pattern play - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> pattern play - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> pattern play - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> pattern play - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #pattern-play-slideshow-wrapper .slide .left-content h4 {
        font-size: 28px;
    }
    #pattern-play-slideshow-wrapper .slide .left-content h3 {
        font-size: 19px;
    } 
    #pattern-play-slideshow-controls {
        width: 175px;
    }
}


/*** all about stone ***/
#all-about-stone-wrapper {
    position: relative;
    padding: 0;
}
#all-about-stone-outer-wrapper {
    position: relative;
}
/* >> all about stone - Slideshow */
#all-about-stone-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#all-about-stone-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#all-about-stone-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> all about stone - Slide Content */
#all-about-stone-slideshow-wrapper .slide .right-content,
#all-about-stone-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
    height: var(--conHeight);
}
#all-about-stone-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#all-about-stone-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#all-about-stone-slide-1 .left-content {
    background-image: url('/-/media/8a385ff2f1ca4eeb8068028fefe6ad70.ashx');
}
#all-about-stone-slide-2 .left-content {
    background-image: url('/-/media/9ff847006a1a4c7ea3cfc7a35cb14212.ashx');
}
#all-about-stone-slide-3 .left-content {
    background-image: url('/-/media/b38305719666410ca7ec6c61194a0d8b.ashx');
}
#all-about-stone-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#all-about-stone-slideshow-wrapper .slide .right-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#all-about-stone-slideshow-wrapper .slide .right-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#all-about-stone-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#all-about-stone-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
#all-about-stone-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> all about stone - Slideshow Controls */
#all-about-stone-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--conLeft);
}
#all-about-stone-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#all-about-stone-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#all-about-stone-slideshow-controls button:focus {
    outline: none;
}
/* >> all about stone - Media Queries */
@media only screen and (max-width: 1800px) {
    #all-about-stone-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #all-about-stone-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }
@media only screen and (max-width: 1450px) and (min-width: 1300px) {
    #all-about-stone-slideshow-wrapper .slide .right-content h4 {
        font-size: 42px;
    }
}
}
@media only screen and (max-width: 1300px) {
    #all-about-stone-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content,
    #all-about-stone-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #all-about-stone-slideshow-wrapper .slide .left-content {
        height: 50vh;
        order: 1;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #all-about-stone-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #all-about-stone-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content h4 {
        font-size: 35px;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #all-about-stone-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #all-about-stone-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #all-about-stone-slideshow-wrapper .slide .right-content h4 {
        font-size: 30px;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #all-about-stone-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #all-about-stone-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #all-about-stone-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> all about stone - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #all-about-stone-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #all-about-stone-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #all-about-stone-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> all about stone - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #all-about-stone-slideshow-controls {
        width: 175px;
    }
}  


/*** COMFORTABLE CONCRETE RETOLD ***/
#comfortable-concrete-retold-wrapper {
    position: relative;
    padding: 0;
}
#comfortable-concrete-retold-outer-wrapper {
    position: relative;
}
/* >> COMFORTABLE CONCRETE RETOLD - Slideshow */
#comfortable-concrete-retold-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#comfortable-concrete-retold-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#comfortable-concrete-retold-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> COMFORTABLE CONCRETE RETOLD - Slide Content */
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content,
#comfortable-concrete-retold-slideshow-wrapper .slide .right-content {
    min-height: 100vh;
    height: var(--ccrHeight);
}
#comfortable-concrete-retold-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
#comfortable-concrete-retold-slide-1 .right-content {
    background-image: url('/-/media/e554b3595c664dda8aa224e5acab37af.ashx');
}
#comfortable-concrete-retold-slide-2 .right-content {
    background-image: url('/-/media/96ce0e41f70c43dfae61c384c795f87c.ashx');
}
#comfortable-concrete-retold-slide-3 .right-content {
    background-image: url('/-/media/0a19af22816a471ea1fbbc1cef1714bc.ashx');
}
#comfortable-concrete-retold-slide-4 .right-content {
    background-image: url('/-/media/a15473e9e6c64e8381a7240bdca171d8.ashx');
}
#comfortable-concrete-retold-slide-5 .right-content {
    background-image: url('/-/media/b4f300cec1c5466fbedc4770640b88f1.ashx');
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#comfortable-concrete-retold-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #036;
    background: #036;
    color: #fff;
}
/* >> COMFORTABLE CONCRETE RETOLD - Slideshow Controls */
#comfortable-concrete-retold-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--ccrLeft);
    z-index: 100;
}
#comfortable-concrete-retold-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#comfortable-concrete-retold-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#comfortable-concrete-retold-slideshow-controls button:focus {
    outline: none;
}
/* >> COMFORTABLE CONCRETE RETOLD - Media Queries */
/* >> COMFORTABLE CONCRETE RETOLD - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #comfortable-concrete-retold-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> COMFORTABLE CONCRETE RETOLD - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h2 {
        font-size: 40px;
    }
    #comfortable-concrete-retold-slideshow-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #comfortable-concrete-retold-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content,
    #comfortable-concrete-retold-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h2 {
        font-size: 35px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #comfortable-concrete-retold-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #comfortable-concrete-retold-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> COMFORTABLE CONCRETE RETOLD - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h2 {
        font-size: 30px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> COMFORTABLE CONCRETE RETOLD - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #comfortable-concrete-retold-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
    #comfortable-concrete-retold-slide-1 .right-content {
        background-position: 60% !important;
    }
}
/* >> COMFORTABLE CONCRETE RETOLD - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> COMFORTABLE CONCRETE RETOLD - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> COMFORTABLE CONCRETE RETOLD - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> COMFORTABLE CONCRETE RETOLD - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> COMFORTABLE CONCRETE RETOLD - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h2 {
        font-size: 28px;
    }
    #comfortable-concrete-retold-slideshow-wrapper .slide .left-content h3 {
        font-size: 19px;
    } 
    #comfortable-concrete-retold-slideshow-controls {
        width: 175px;
    }
}


/*** all about wood ***/
#all-about-wood-wrapper {
    position: relative;
    padding: 0;
}
#all-about-wood-outer-wrapper {
    position: relative;
}
/* >> all about wood - Slideshow */
#all-about-wood-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#all-about-wood-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#all-about-wood-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> all about wood - Slide Content */
#all-about-wood-slideshow-wrapper .slide .left-content,
#all-about-wood-slideshow-wrapper .slide .right-content {
    min-height: 100vh;
    height: var(--cstHeight);
}
#all-about-wood-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#all-about-wood-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
#all-about-wood-slide-1 .right-content {
    background-image: url('/-/media/320b3e5e5f624550973a7e390b5e246e.ashx');
}
#all-about-wood-slide-2 .right-content {
    background-image: url('/-/media/eca76950d5a0483d8ed383218de97f89.ashx');
}
#all-about-wood-slide-3 .right-content {
    background-image: url('/-/media/bbe309d9971141a4834f91a647a81591.ashx');
}
#all-about-wood-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#all-about-wood-slideshow-wrapper .slide .left-content h4 {
    color: #000;
    font-size: 50px;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#all-about-wood-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#all-about-wood-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}
#all-about-wood-slideshow-wrapper .slide .left-content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 3vh;
}
#all-about-wood-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#all-about-wood-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#all-about-wood-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#all-about-wood-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> all about wood - Slideshow Controls */
#all-about-wood-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--cstLeft);
    z-index: 100;
}
#all-about-wood-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#all-about-wood-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#all-about-wood-slideshow-controls button:focus {
    outline: none;
}
/* >> all about wood - Media Queries */
/* >> all about wood - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #all-about-wood-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #all-about-wood-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> all about wood - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #all-about-wood-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content h4 {
        font-size: 40px;
    }
    #all-about-wood-slideshow-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #all-about-wood-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content,
    #all-about-wood-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #all-about-wood-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #all-about-wood-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #all-about-wood-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content h4 {
        font-size: 35px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #all-about-wood-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #all-about-wood-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #all-about-wood-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> all about wood - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #all-about-wood-slideshow-wrapper .slide .left-content h4 {
        font-size: 30px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #all-about-wood-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> all about wood - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #all-about-wood-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #all-about-wood-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #all-about-wood-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
}
/* >> all about wood - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> all about wood - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> all about wood - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> all about wood - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> all about wood - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #all-about-wood-slideshow-wrapper .slide .left-content h4 {
        font-size: 28px;
    }
    #all-about-wood-slideshow-wrapper .slide .left-content h3 {
        font-size: 19px;
    } 
    #all-about-wood-slideshow-controls {
        width: 175px;
    }
}

/*** FACET ***/
#facet-wrapper {
    position: relative;
    padding: 0;
}
#facet-outer-wrapper {
    position: relative;
}
/* >> FACET - Slideshow */
#facet-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#facet-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#facet-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> FACET - Slide Content */
#facet-slideshow-wrapper .slide .left-content,
#facet-slideshow-wrapper .slide .right-content {
    min-height: 100vh;
    height: var(--fctHeight);
}
#facet-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
}
#facet-slideshow-wrapper .slide .left-content {
    background: #fff;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;  
}
#facet-slide-1 .right-content {
    background-image: url('/-/media/4d997b4cb0094bf78079b19c6d914935.ashx');
}
#facet-slide-2 .right-content {
    background-image: url('/-/media/84854d4fecdf4ecd8772b47a6872d58e.ashx');
}
#facet-slide-3 .right-content {
    background-image: url('/-/media/1e057499c8654921b9c0774d083d9d75.ashx');
}
#facet-slide-4 .right-content {
    background-image: url('/-/media/9d3dd99ccba6493ea3f6ca20a2bd9ffe.ashx');
}
#facet-slideshow-wrapper .slide .left-content > div {
    max-width: 525px;
    margin: auto;
}
#facet-slideshow-wrapper .slide .left-content h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#facet-slideshow-wrapper .slide .left-content h3 {
    color: dimgray;
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 30px;
    letter-spacing: 8px;
}
#facet-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#facet-slideshow-wrapper .slide .left-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#facet-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#facet-slideshow-wrapper .slide .left-content a.mlkn-button:hover {
    border: 1px solid #036;
    background: #036;
    color: #fff;
}
/* >> FACET - Slideshow Controls */
#facet-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: var(--fctLeft);
    z-index: 100;
}
#facet-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#facet-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#facet-slideshow-controls button:focus {
    outline: none;
}
/* >> FACET - Media Queries */
/* >> FACET - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #facet-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #facet-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #facet-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #facet-slideshow-controls {
        bottom: 20vh;
    }
}
/* >>> FACET - Keith's Macbook*/
@media only screen and (min-width: 1450px) and (max-width: 1700px)  {

}
@media only screen and (max-width: 1450px) {
    #facet-slideshow-wrapper .slide .left-content > div {
        max-width: 450px;
        margin: auto;
    }
    #facet-slideshow-wrapper .slide .left-content h2 {
        font-size: 40px;
    }
    #facet-slideshow-controls {

    }
}
@media only screen and (max-width: 1300px) {
    #facet-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #facet-slideshow-wrapper .slide .left-content,
    #facet-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #facet-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #facet-slideshow-wrapper .slide .left-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #facet-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #facet-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #facet-slideshow-wrapper .slide .left-content > div {
        width: 75%;
        max-width: 500px;
        margin: 5vh auto;
    }
    #facet-slideshow-wrapper .slide .left-content h2 {
        font-size: 35px;
    }
    #facet-slideshow-wrapper .slide .left-content h3 {
        font-size: 22px;
    } 
    #facet-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #facet-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #facet-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
/* >> FACET - iPad Pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 991px) {
    #facet-slideshow-wrapper .slide .left-content h2 {
        font-size: 30px;
    }
    #facet-slideshow-wrapper .slide .left-content h3 {
        font-size: 20px;
    }  
    #facet-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #facet-slideshow-wrapper .slide .left-content > div {
        max-width: revert;
        width: 80%;
    }
}
/* >> FACET - iPad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {

}
@media only screen and (max-width: 767px) {
    #facet-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #facet-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #facet-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #facet-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
    #facet-slideshow-wrapper .slide .left-content > div {
        width: 90%;
    }
}
/* >> FACET - iPhone 13 Pro Max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> FACET - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 

}
/* >> FACET - iPhone 13*/
@media only screen and (max-width: 390px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/* >> FACET - iPhone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* >> FACET - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #facet-slideshow-wrapper .slide .left-content h2 {
        font-size: 28px;
    }
    #facet-slideshow-wrapper .slide .left-content h3 {
        font-size: 19px;
    } 
    #facet-slideshow-controls {
        width: 175px;
    }
}

/*** DIVIDED GLASS ***/
#divided-glass-wrapper {
    position: relative;
    padding: 0;
}
#divided-glass-outer-wrapper {
    position: relative;
}
/* >> DIVIDED GLASS - Slideshow */
#divided-glass-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#divided-glass-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#divided-glass-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> DIVIDED GLASS - Slide Content */
#divided-glass-slideshow-wrapper .slide .right-content,
#divided-glass-slideshow-wrapper .slide .left-content {
    min-height: 100vh;
    height: var(--dgHeight);
}
#divided-glass-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    order: 1;
    background-position-x: center;
    background-position-y: bottom;
}
#divided-glass-slideshow-wrapper .slide .right-content {
    background: #fff;
    width: 55vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 2;
}
#divided-glass-slide-1 .left-content {
    background-image: url('/-/media/9dbf22d279ca40358f0950cada557acc.ashx');
}
#divided-glass-slide-2 .left-content {
    background-image: url('/-/media/455478196970488fa91f823fb05df946.ashx');
}
#divided-glass-slide-3 .left-content {
    background-image: url('/-/media/5dc20b7173e7440abfb6c3de0663b924.ashx');
}
#divided-glass-slide-4 .left-content {
    background-image: url('/-/media/be809e6bb0724ebebc0068da53b989b7.ashx');
}
#divided-glass-slideshow-wrapper .slide .right-content > div {
    max-width: 535px;
    margin: 0 0 0 150px;
}
#divided-glass-slideshow-wrapper .slide .right-content h2 {
    color: #000;
    font-size: 50px;
    margin-bottom: 3vh;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 6px;
}
#divided-glass-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#divided-glass-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
#divided-glass-slideshow-wrapper .slide .right-content a.mlkn-button:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
/* >> DIVIDED GLASS - Slideshow Controls */
#divided-glass-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    z-index: 100;
    left: var(--dgLeft);
}
#divided-glass-slideshow-controls button {
    border-radius: 0;
    border: 2px solid black;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: black;
}
#divided-glass-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#divided-glass-slideshow-controls button:focus {
    outline: none;
}
/* >> DIVIDED GLASS - Media Queries */
@media only screen and (max-width: 1800px) {
    #divided-glass-slideshow-wrapper .slide .right-content > div {
        margin-left: 125px;
        margin-right: 125px;
    }

}
@media only screen and (max-width: 1450px) {
    #divided-glass-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin-left: 75px;
        margin-right: 75px;
    }

}
@media only screen and (max-width: 1300px) {
    #divided-glass-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #divided-glass-slideshow-wrapper .slide .right-content,
    #divided-glass-slideshow-wrapper .slide .left-content {
        width: 100vw;
    }
    #divided-glass-slideshow-wrapper .slide .left-content {
        height: 50vh;
        order: 1;
    }
    #divided-glass-slideshow-wrapper .slide .right-content {
        min-height: 50vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 20px;
        order: 2;
    }
    #divided-glass-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #divided-glass-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #divided-glass-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 498px;
        margin: auto;
    }
    #divided-glass-slideshow-wrapper .slide .right-content h2 {
        font-size: 35px;
    }
    #divided-glass-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #divided-glass-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
    #divided-glass-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #divided-glass-slideshow-wrapper .slide .right-content h2 {
        font-size: 30px;
    }
    #divided-glass-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #divided-glass-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #divided-glass-slideshow-controls {
        top: 80vh;
        bottom: revert;
    }
}
@media only screen and (max-width: 500px) {
    #divided-glass-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #divided-glass-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> DIVIDED GLASS - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #divided-glass-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #divided-glass-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #divided-glass-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #divided-glass-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> DIVIDED GLASS - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #divided-glass-slideshow-controls {
        width: 175px;
    }
}  


/*** The VisionLab WRAPPER ***/
#visionlab-wrapper {
    min-height: 90vh;
    position: relative;
    background: #474647;
    padding-left: 0;
    padding-right: 0;
}
/* >> The VisionLab - Image Container */
#visionlab-wrapper .image-container {
    height: max(750px, 100vh);
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#visionlab-wrapper .image-container img {
    width: 100%;
    height: max(750px, 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    /* -o-object-position: bottom; */
    /* object-position: bottom; */
    position: absolute;
    top: 0;
    left: 0;
}
/* >> The VisionLab Video - Text Overlay */
#visionlab-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: max(263px, 35vh);
    text-align: center;
    z-index: 10;
    max-width: 1100px;
}
#visionlab-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#visionlab-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0;
    margin-top: 10px;
}
#visionlab-wrapper h2 {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 3px;
    color: white;
}
#visionlab-wrapper h2.below-title {
    margin-top: 2vh;
}
#visionlab-wrapper .text-overlay span {
    font-size: 25px;
    letter-spacing: 3px;
}
#visionlab-wrapper .text-overlay p.below-title{
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 10px;
}
#visionlab-wrapper .bottom-text {
    letter-spacing: 1px;
    margin-top: 10px;
    bottom: 5vh;
    position: absolute;
    color: white;
    text-align: center;
}
#visionlab-wrapper .bottom-text p {
    font-size: 18px;
}
#visionlab-wrapper .bottom-text img {
    margin-top: 3vh;
    max-width: 40px;
}
/* >> The VisionLab - Text Container */
#visionlab-wrapper .container {
    min-height: 25vh;
}
#visionlab-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max(188px, 25vh);
    padding: 30px 15px;
}
#visionlab-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#visionlab-wrapper .container .button-wrapper {
    text-align: center;
}
#visionlab-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#visionlab-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
#visionlab-wrapper .mobileOnly {
    display: none;
}

#visionlab-wrapper a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#visionlab-wrapper  a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 1600px) {
    #visionlab-wrapper .text-overlay {
        max-width: 1000px;
    }
}
@media only screen and (max-width: 991px) {
    #visionlab-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #visionlab-wrapper .container,
    #visionlab-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #visionlab-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #visionlab-wrapper .container a.mlkn-button,
    #visionlab-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #visionlab-wrapper .text-overlay {
        width: 100%;
    }
    #visionlab-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
    #visionlab-wrapper .mobileOnly {
        display: revert;
    }
    #visionlab-wrapper .desktopOnly {
        display: none;
    }
    #visionlab-wrapper h2 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #visionlab-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #visionlab-wrapper .text-overlay span {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #visionlab-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #visionlab-wrapper .text-overlay span {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #visionlab-wrapper .text-overlay h1 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    #visionlab-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
    #visionlab-wrapper h2 {
        font-size: 18px;
    }
}
/* >> The VisionLab - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #visionlab-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #visionlab-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #visionlab-wrapper .container,
    #visionlab-wrapper .container .content-wrapper {
        height: max(188px, 25vh);
    }
    #visionlab-wrapper .container p {
        font-size: 25px;
    }
    #visionlab-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> The VisionLab - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #visionlab-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}


/*** NEW VISIONLAB ***/
#new-visionlab-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> New VisionLab - Slideshow */
#new-visionlab-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#new-visionlab-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#new-visionlab-slide-1 {
    background-image: url('/-/media/fdd6e9fc3a3d44c59bec5548f0dc3621.ashx');
}
#new-visionlab-slide-2 {
    background-image: url('/-/media/d1a0f97e96de4d08bc70c107c890b527.ashx');
}
#new-visionlab-slide-3 {
    background-image: url('/-/media/fbf00b9cdc824eb58b6097c10608fb4e.ashx');
}
#new-visionlab-slide-4 {
    background-image: url('/-/media/649b41915ff3437d8bb2ada225030545.ashx');
}
#new-visionlab-slide-5 {
    background-image: url('/-/media/950dfecedf224242a859dc53a1ca4a5b.ashx');
}
#new-visionlab-slide-6 {
    background-image: url('/-/media/0e9bd7fe21694dc4b7d72f9cb635b6cf.ashx');
}
#new-visionlab-slideshow-wrapper .slide-content {
    max-width: 750px;
    background: rgba(105, 105, 105, 0.8);
    position: relative;
    /*top: 50%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    padding: 1px;
}
#new-visionlab-slideshow-wrapper .slide .row > div {
    display: flex;
    justify-content: center;
}
#new-visionlab-slideshow-wrapper .slide-content p {
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    line-height: 1.2em;
    text-align: center;
    padding: 0 1em;
}
#new-visionlab-slideshow-wrapper .slide-content img {
    display: block;
    width: 350px;
    margin: 0 auto 30px;

}
#new-visionlab-wrapper a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#new-visionlab-wrapper  a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
#new-visionlab-slideshow-wrapper .slideshow-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
#new-visionlab-slideshow-wrapper .slideshow-breadcrumb span {
    font-weight: 600 !important;
}
#new-visionlab-slideshow-wrapper .slideshow-breadcrumb span.active {
    color: #f2cd51;
}
/* >> New VisionLab - Media Queries */
@media only screen and (max-width: 1200px) {
    #new-visionlab-slideshow-wrapper .slideshow-breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #new-visionlab-slideshow-wrapper .slideshow-breadcrumb span:not(.active) {
        display: none;
    }
    #new-visionlab-slide-1,
    #new-visionlab-slide-2,
    #new-visionlab-slide-3,
    #new-visionlab-slide-4,
    #new-visionlab-slide-5,
    #new-visionlab-slide-6 {
        background-position-y: center !important;
        background-position-x: left !important;
    }
    #new-visionlab-slideshow-wrapper .slide-content {
        width: 100%;
    }
    #new-visionlab-slideshow-wrapper .slide-content img {

    }
}
@media only screen and (max-width: 767px) {
    #new-visionlab-slideshow-wrapper .slide-content img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #new-visionlab-slideshow-wrapper .slide-content img {
        width: 250px;
    }
    #new-visionlab-wrapper a.mlkn-button {
        max-width: 250px;
    }
    #new-visionlab-slideshow-wrapper .slide-content {
        margin: 20px;
    }
}
/* >> New VisionLab - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #new-visionlab-slideshow-wrapper .slide-content {
        width: 1200px;
    }
    #new-visionlab-slideshow-wrapper .slide-content span {
        font-size: 35px;
    }
    #new-visionlab-slideshow-wrapper .slide-content h1 {
        font-size: 100px;
    }
}
/* >> New VisionLab - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #new-visionlab-slideshow-wrapper .slide-content h1 {
        font-size: 33px;
    }
    #new-visionlab-slideshow-wrapper .slide-content img {
        width: 250px;
    }
    #new-visionlab-slideshow-wrapper .slide-content a.mlkn-button {
        width: 280px;
        display: block;
        margin: 0 auto;
        border: 1px solid #000;
        background: #000;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600 !important;
        letter-spacing: 1px;
        color: #fff;
        font-size: 13px;
    }
}


/*** M/PACT VIDEO  ***/
#mpact-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
}
#mpact-wrapper .video-container {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* >> M/PACT Video - Video */
#mpact-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> M/PACT Video - Text Overlay */
#mpact-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
}
#mpact-wrapper .text-overlay img.logo-img {
    width: 450px;
    display: block;
    margin: 0 auto 35px;
}
#mpact-wrapper .text-overlay h1.outline-header {
    position: absolute;
    left: -100%;
    top: -100%;
}
#mpact-wrapper .text-overlay h3,
#mpact-wrapper .text-overlay p {
    color: #fff;
    display: block;
    text-align: center;
}
#mpact-wrapper .text-overlay h3 {
    display: block;
    font-size: 43px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin: 0 0 35px;
    text-transform: none;
}

#mpact-wrapper .text-overlay p {
    font-size: 18px;
    margin: 0 auto;
    width: 100%;
    max-width: 810px;
}

#mpact-wrapper .text-overlay h3.asia {
    margin-bottom: 100px;
}
#mpact-wrapper .text-overlay img.asia {
    margin-bottom: 0;
}
#mpact-wrapper a.mlkn-button {
    display: block;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 400px;
}
#mpact-wrapper  a.mlkn-button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
/* >> M/PACT Video - Media Queries */
@media only screen and (max-width: 1150px) {
    #mpact-wrapper .text-overlay h3 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) {
    #mpact-wrapper .text-overlay h3 {
        font-size: 30px;
    }
    #mpact-wrapper .text-overlay p {
        font-size: 16px;
    }
    #mpact-wrapper .text-overlay img.logo-img {
        width: 350px;
    }
}
@media only screen and (max-width: 500px) {
    #mpact-wrapper .text-overlay img.logo-img {
        width: 300px;
    }
    #mpact-wrapper a.mlkn-button {
        max-width: 250px;
    }
    #mpact-wrapper .text-overlay h3 {
        font-size: 27px;
    }
}
/* >> M/PACT Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mpact-wrapper .text-overlay img.logo-img {
        width: 450px;
    }
    #mpact-wrapper .text-overlay {
        max-width: 1200px;
    }
    #mpact-wrapper .text-overlay h3 {
        font-size: 60px;
    }
    #mpact-wrapper .text-overlay p {
        max-width: 1000px;
        font-size: 25px;
    }
}
/* >> M/PACT Video - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #mpact-wrapper .text-overlay h3 {
        font-size: 20px;
    }
}
/* >> M/PACT Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mpact-wrapper .text-overlay img.logo-img {
        width: 200px;
    }
    #mpact-wrapper .text-overlay h3 {
        font-size: 20px;
    }
    #mpact-wrapper .text-overlay p {
        font-size: 15px;
    }

    #mpact-wrapper .text-overlay a span {
        font-size: 14px;
    }
    #mpact-wrapper .video-container {
        height: 110vh;
    }
    #mpact-wrapper .video-container video {
        height: 110vh;
    }
}

/*** SOCIAL / SHARE ***/
#MainContainer_C107_Col00 {
    background: #036;
    position: relative;
    content: " ";
    display: table;
}
#MainContainer_C109_Col02 > div {
    text-align: center;
    margin-top: 3vh;
}
.top-margin-thirty {
    margin-top: 30px !important;
}
.bottom-margin-thirty {
    margin-bottom: 30px !important;
}
/* >> Social / Share -  Images */
#MainContainer_C109_Col00 {
    text-align: center;
}
#MainContainer_C109_Col00 img {
    width: 100px;
    height: 100px;
    padding: 7px;
}
#MainContainer_C109_Col01 p {
    color: #fff;
    font-size: 26px;
    margin-top: 30px;
    line-height: 1.2em;
    text-align: center;
    padding: 0 1em;
}
#MainContainer_C201_Col02 a.mlkn-button {
    text-align: center;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    background: #036;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#MainContainer_C109_Col02 a.mlkn-button:hover {
    background: #fff;
    color: #036;
}
/* >> Social / Share - Media Queries */
@media only screen and (max-width: 991px) {
    #MainContainer_C109_Col00 img {
        display: block;
        margin: 0 auto;
    }
    #MainContainer_C109_Col01 p {
        text-align: center;  
    }
}
@media only screen and (max-width: 767px) {
    #MainContainer_C109_Col01 p {
        font-size: 20px;  
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)  {
    #MainContainer_C109_Col02 a.mlkn-button {
        font-size: 13px;
    }
}