/*** BODY ***/
body {
    position: relative;  
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 1vw;
    top: 33vh;
    z-index: 500;
}
#navbar-circles > a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#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;
    display: block !important;
}
#navbar-circles li > a.active,
#navbar-circles li > a.active:focus,
#navbar-circles li > a.active:hover {
    background: #fff;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #333;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #333;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #333;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}
/* >> Nav Circles - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #navbar-circles {
        top: 37vh;
    }
}

/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 5px 20px 9px;
    position: fixed;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 2000;
    left: -146px;
    width: 325px;
    -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;
    line-height: 1.2em;
    text-decoration: none;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
/* >> Interactive Brochure Anchor - Media Queries */
@media only screen and (max-width: 767px) {
    #interactive-brochure-anchor {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: rotate(0) translateX(-50%);
        -ms-transform: rotate(0) translateX(-50%);
        transform: rotate(0) translateX(-50%);
    }
    #interactive-brochure-anchor,
    #interactive-brochure-anchor.dark-theme {
        background: #000;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*** COMFORTABLE CONCRETE VIDEO  ***/
#comfortable-concrete-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
}
#comfortable-concrete-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Comfortable Concrete Video - Video */
#comfortable-concrete-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> Comfortable Concrete Video - Text Overlay */
#comfortable-concrete-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -75%);
    -ms-transform: translateX(-50%, -75%);
    transform: translateX(-50%, -75%);
    text-align: center;
    z-index: 10;
}
#comfortable-concrete-video-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#comfortable-concrete-video-wrapper .text-overlay > span.expanded {
    margin-top: 0;
    margin-bottom: 25px;
}
#comfortable-concrete-video-wrapper .text-overlay > h1 {
    font-size: 75px;
    line-height: 1em;
    color: #fff;
    font-weight: 300 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
}
#comfortable-concrete-video-wrapper .text-overlay > h1 b {
    font-weight: 600 !important;
}
/* >> Comfortable Concrete Video - Media Queries */
@media only screen and (max-width: 1160px) {
    #comfortable-concrete-video-wrapper .text-overlay > span.expanded {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #comfortable-concrete-video-wrapper .text-overlay {
        width: 100%;
        max-width: 700px;
        padding: 0 20px;
    }
    #comfortable-concrete-video-wrapper .text-overlay > h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 600px) {
    #comfortable-concrete-video-wrapper .text-overlay > span.expanded {
        letter-spacing: 1px;
        font-size: 16px;
    }
    #comfortable-concrete-video-wrapper .text-overlay > h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 500px) {
    #comfortable-concrete-video-wrapper .text-overlay > span.expanded {
        letter-spacing: 0;
        font-size: 13px;
    }
    #comfortable-concrete-video-wrapper .text-overlay > h1 {
        font-size: 40px;
    }
}
/* >> Comfortable Concrete Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #comfortable-concrete-video-wrapper .text-overlay > span {
        font-size: 25px;
    }
    #comfortable-concrete-video-wrapper .text-overlay > h1 {
        max-width: 700px;
        font-size: 100px;
    }
}
/* >> Comfortable Concrete Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #comfortable-concrete-video-wrapper .text-overlay > span.expanded {
        letter-spacing: 0;
        font-size: 12px;
    }
    #comfortable-concrete-video-wrapper .text-overlay > h1 {
        font-size: 35px;
    }
}

/*** D/LUX SERIES ***/
#d-lux-series-wrapper {
    position: relative;
    padding: 0;
    background-image: url('/-/media/64d4ef6003e2428893b65185a7a8d895.ashx');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    position: relative;
}
/* >> D/LUX Series - Content */
#d-lux-series-wrapper .content-wrapper {
    height: 100vh;
    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;
}
#d-lux-series-wrapper .content {
    width: 70vw;
    height: 70vh;
    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;
}
#d-lux-series-wrapper .content > div {
    width: 35vw;
    height: inherit;
    position: relative;
}
#d-lux-series-wrapper .content .left-column {
    background-image: url('/-/media/9cceea1dafda49548a3f6eba71a15e78.ashx');
    background-image: no-repeat;
    background-size: cover;
}
#d-lux-series-wrapper .content .right-column {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
}
#d-lux-series-wrapper .content .right-column img:not(.mobile) {
    display: block;
    position: absolute;
    top: -15vh;
    right: 0;
    width: 350px;
}
#d-lux-series-wrapper .content .right-column img.mobile {
    display: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
}
#d-lux-series-wrapper .content .right-column .text-wrapper {
    width: 90%;
    margin-left: 10%;
    margin-bottom: 20%;
}
#d-lux-series-wrapper .content .right-column h2,
#d-lux-series-wrapper .content .right-column h3,
#d-lux-series-wrapper .content .right-column p,
#d-lux-series-wrapper .content .right-column a  {
    color: #ddd;
}
#d-lux-series-wrapper .content .right-column h2 {
    font-size: 60px;
    font-weight: 600 !important;
    letter-spacing: 10px;
    margin: 0;
    color: #fff;
}
#d-lux-series-wrapper .content .right-column h2::before {
    content: "";
    display: block;
    width: 100px;
    border-top: 2px solid #fff;
    position: relative;
    left: -120px;
    top: 40px;
}
#d-lux-series-wrapper .content .right-column h3 {
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500 !important;
}
#d-lux-series-wrapper .content .right-column p {
    font-size: 18px;
}
/* >> D/LUX Series - Media Queries */
@media only screen and (max-width: 1400px) {
    #d-lux-series-wrapper .content {
        width: 80vw;
    }
    #d-lux-series-wrapper .content > div {
        width: 40vw;
    }
}
@media only screen and (max-width: 991px) {
    #d-lux-series-wrapper .content .left-column {
        display: none;
    }
    #d-lux-series-wrapper .content .right-column {
        width: 80vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #d-lux-series-wrapper .content .right-column img:not(.mobile) {
        display: none;
    }
    #d-lux-series-wrapper .content .right-column img.mobile {
        display: block;
    }
    #d-lux-series-wrapper .content .right-column .text-wrapper {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
    }
    #d-lux-series-wrapper .content .right-column h2,
    #d-lux-series-wrapper .content .right-column h3,
    #d-lux-series-wrapper .content .right-column p {
        text-align: center;
    }
    #d-lux-series-wrapper .content .right-column h2::before {
        display: none;
    }
    #d-lux-series-wrapper .content .right-column p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #d-lux-series-wrapper .content,
    #d-lux-series-wrapper .content .right-column {
        width: 100vw;
        height: 100vh;
    }
}
@media only screen and (max-width: 600px) {
    #d-lux-series-wrapper {
        background-position-x: -40%;
    }
    #d-lux-series-wrapper .content .right-column h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 500px) {
    #d-lux-series-wrapper {
        background-image: none;
    }
    #d-lux-series-wrapper .content .right-column h2 {
        font-size: 40px;
    }
}
/* >> D/LUX Series - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #d-lux-series-wrapper .content .right-column img:not(.mobile) {
        width: 600px;
    }
    #d-lux-series-wrapper .content .right-column h2 {
        font-size: 80px;
    }
    #d-lux-series-wrapper .content .right-column h2::before {
        width: 150px;
        left: -180px;
        top: 51px;
    }
    #d-lux-series-wrapper .content .right-column h3 {
        font-size: 35px;
    }
    #d-lux-series-wrapper .content .right-column p {
        font-size: 25px;
    }
}
/* >> D/LUX Series - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #d-lux-series-wrapper .content .right-column h3 {
        font-size: 18px;
    }
    #d-lux-series-wrapper .content .right-column p {
        font-size: 15px;
    }
}

/*** EMBRACE VIBE ***/
#embrace-vibe-wrapper {
    position: relative;
    padding: 0;
    background-color: #626262;
}
#embrace-vibe-wrapper img.background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 63vh;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
/* >> Embrace Vibe - Content */
#embrace-vibe-wrapper .content-wrapper {
    height: 100vh;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#embrace-vibe-wrapper .content {
    width: 70vw;
    height: 85vh;
    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;
}
#embrace-vibe-wrapper .content > div {
    width: 35vw;
    height: inherit;
    position: relative;
    padding: 0 20px;
}
#embrace-vibe-wrapper .content .left-column {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#embrace-vibe-wrapper .content .left-column img.desktop-image {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}
#embrace-vibe-wrapper .content .left-column img.mobile-image {
    display: none;
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}
#embrace-vibe-wrapper .content .left-column h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 400 !important;
    width: 100%;
    max-width: 560px;
    text-transform: none;
    margin: 75px 0 0 25px;
}
#embrace-vibe-wrapper .content .left-column h2::before {
    content: "";
    display: block;
    width: 155px;
    border-top: 2px solid #fff;
    position: relative;
    top: -15px;
}
#embrace-vibe-wrapper .content .left-column .text-wrapper {
    display: none;
}
#embrace-vibe-wrapper .content .left-column .text-wrapper p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}
#embrace-vibe-wrapper .content .left-column a {
    display: block;
    margin: 30px auto 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500 !important;
    width: 225px;
}
#embrace-vibe-wrapper .content .left-column a::before,
#embrace-vibe-wrapper .content .left-column a::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    top: 7px;
}
#embrace-vibe-wrapper .content .left-column a::before {
    border-top: 1px solid transparent;
    top: -10px;
}
#embrace-vibe-wrapper .content .left-column a:hover::before {
    border-top: 1px solid #fff;
}
#embrace-vibe-wrapper .content .right-column img {
    display: block;
    width: 100%;
    max-width: 350px;
    height: 394px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: auto;
}
#embrace-vibe-wrapper .content .right-column .text-wrapper {
    width: 100%;
    max-width: 550px;
    margin: 130px 0 0 auto;
}
#embrace-vibe-wrapper .content .right-column p {
    font-size: 18px;
    color: #ddd;
}
#embrace-vibe-wrapper .content .right-column p sup {
    top: -0.2em;
}
#embrace-vibe-wrapper .content .right-column a {
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500 !important;
}
#embrace-vibe-wrapper .content .right-column a::before,
#embrace-vibe-wrapper .content .right-column a::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    top: 7px;
}
#embrace-vibe-wrapper .content .right-column a::before {
    border-top: 1px solid transparent;
    top: -10px;
}
#embrace-vibe-wrapper .content .right-column a:hover::before {
    border-top: 1px solid #fff;
}
/* >> Embrace the Vibe - Media Queries */
/* >> Embrace the Vibe - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #embrace-vibe-wrapper img.background-image {
        height: 60vh;
    }
    #embrace-vibe-wrapper .content .left-column h2 {
        font-size: 50px;
        max-width: 600px;
    }
    #embrace-vibe-wrapper .content .left-column img.desktop-image {
        height: 700px;
    }
    #embrace-vibe-wrapper .content .right-column img {
        max-width: 450px;
        height: 500px;
    }
    #embrace-vibe-wrapper .content .right-column .text-wrapper {
        max-width: 600px;
    }
    #embrace-vibe-wrapper .content .right-column p {
        font-size: 25px;
    }
    #embrace-vibe-wrapper .content .right-column a {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1550px) {
    #embrace-vibe-wrapper .content .left-column h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1400px) {
    #embrace-vibe-wrapper .content {
        width: 80vw;
    }
    #embrace-vibe-wrapper .content > div {
        width: 40vw;
    }
    #embrace-vibe-wrapper .content .left-column h2 {
        letter-spacing: 0;
        font-size: 36px;
    }
    #embrace-vibe-wrapper .content .right-column .text-wrapper {
        margin: 90px 0 0 auto;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #embrace-vibe-wrapper .content .right-column .text-wrapper {
        margin: 30vh 0 0 auto;
    }
}
@media only screen and (max-width: 991px) {
    #embrace-vibe-wrapper img.background-image {
        height: 67vh;
    }
    #embrace-vibe-wrapper .content-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #embrace-vibe-wrapper .content .left-column {
        width: 80vw;
        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;
    }
    #embrace-vibe-wrapper .content .left-column img.desktop-image {
        display: none;
    }
    #embrace-vibe-wrapper .content .left-column img.mobile-image {
        display: block;
    }
    #embrace-vibe-wrapper .content .left-column h2 {
        max-width: initial;
        text-align: center;
        margin: 150px 0 20px;
        font-size: 30px;
    }
    #embrace-vibe-wrapper .content .left-column h2::before {
        display: none;
    }
    #embrace-vibe-wrapper .content .left-column .text-wrapper {
        display: block;
    }
    #embrace-vibe-wrapper .content .right-column {
        display: none;
    }
}
@media only screen and (max-width: 850px) {
    #embrace-vibe-wrapper img.background-image {
        height: 65vh;
    }
}
/*ipad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {
    #embrace-vibe-wrapper .content .left-column h2 {
        margin: 225px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    #embrace-vibe-wrapper .content,
    #embrace-vibe-wrapper .content .left-column {
        width: 100vw;
        height: 100vh;
    }
    #embrace-vibe-wrapper .content .left-column {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 500px) {
    #embrace-vibe-wrapper img.background-image {
        height: 40vh;
    }
    #embrace-vibe-wrapper .content .left-column {
        padding: 0 20px;
    }
    #embrace-vibe-wrapper .content .left-column img.mobile-image {
        height: 300px;
    }
    #embrace-vibe-wrapper .content .left-column h2 {
        font-size: 28px;
        margin: 30px 0 20px;
    }
    #embrace-vibe-wrapper .content .left-column .text-wrapper p {
        font-size: 15px;
    }
}

/* >> Embrace the Vibe - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #embrace-vibe-wrapper .content .left-column h2 {
        margin: 30px 0 20px;
    }
    #embrace-vibe-wrapper .content-wrapper {
        height: 110vh;
    }
}
/* >> Embrace the Vibe - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #embrace-vibe-wrapper img.background-image {
        height: 35vh;
    }
    #embrace-vibe-wrapper .content .left-column img.mobile-image {
        height: 200px;
    }
    #embrace-vibe-wrapper .content .left-column h2 {
        margin: 20px 0;
        font-size: 23px;
    }
    #embrace-vibe-wrapper .content-wrapper {
        height: 110vh;
    }
}

/*** COLOR BLENDING ***/
#color-blending-wrapper {
    position: relative;
    padding: 0;
    background-image: url('/-/media/efd5d24935a54279bf1f09fee274bf3e.ashx');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-color: #1a1a1a;
}
/* >> Color Blending - Content */
#color-blending-wrapper .content-wrapper {
    height: 100vh;
    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;
}
#color-blending-wrapper .content {
    width: 37vw;
    height: 80vh;
    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;
    margin-left: 11vw;
}
#color-blending-wrapper .content > div {
    width: 100%;
}
#color-blending-wrapper .content .top-row {
    padding: 20px 60px 50px;
}
#color-blending-wrapper .content .bottom-row {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#color-blending-wrapper .content .top-row p {
    color: #ddd;
    font-size: 21px;
    width: 100%;
    max-width: 450px;
}
#color-blending-wrapper .content .bottom-row .image-label {
    width: 60px;
    position: relative;
}
#color-blending-wrapper .content .bottom-row .image img {
    width: 113px;
}
#color-blending-wrapper .content .bottom-row .image.urban-sketch img {
    width: 230px;
}
#color-blending-wrapper .content .bottom-row .image-label h2 {
    width: 225px;
    font-size: 25px;
    color: #ddd;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    bottom: 92px;
    left: -75px;
}
/* >> Color Blending - Media Queries */
@media only screen and (max-width: 1700px) {
    #color-blending-wrapper .content {
        width: 40vw;
    }
    #color-blending-wrapper {
        background-position-x: 120%;
    }
}
@media only screen and (max-width: 1520px) {
    #color-blending-wrapper {
        background-position-x: 140%;
    }
    #color-blending-wrapper .content {
        width: 50vw;
    }
}
@media only screen and (max-width: 1400px) {
    #color-blending-wrapper .content {
        margin-left: 6vw;
    }
}
/* @media only screen and (max-width: 1350px) {
    #color-blending-wrapper {
        background-position-x: 140%;
    }
} */
@media only screen and (max-width: 1350px) {
    #color-blending-wrapper {
        background-image: none;
    }
    #color-blending-wrapper .content {
        width: 100vw;
        height: 100vh;
        margin-left: 0;
    }
    #color-blending-wrapper .content .top-row p {
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    #color-blending-wrapper .content .bottom-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 991px) {
    #color-blending-wrapper .content .top-row p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #color-blending-wrapper .content .bottom-row .image.urban-sketch img {
        width: 184px;
    }
    #color-blending-wrapper .content .bottom-row .image img {
        width: 90px;
    }
    #color-blending-wrapper .content .bottom-row .image-label h2 {
        font-size: 20px;
    }
    div.urban-vista {
        margin-right: 8vw;
    }
}
@media only screen and (max-width: 600px) {
    #color-blending-wrapper .content .bottom-row .image-label {
        width: 40px;
    }
    #color-blending-wrapper .content .bottom-row .image-label h2 {
        font-size: 20px;
        bottom: 96px;
        left: -90px;
    }
}
@media only screen and (max-width: 500px) {
    #color-blending-wrapper .content .bottom-row .image.urban-sketch img {
        width: 163px;
    }
    #color-blending-wrapper .content .bottom-row .image img {
        width: 80px;
    }
    #color-blending-wrapper .content .bottom-row .image-label {
        width: 30px;
    }
    #color-blending-wrapper .content .bottom-row .image-label h2 {
        font-size: 16px;
        bottom: 98px;
        left: -95px;
    }
}
@media only screen and (max-width: 450px) {
    #color-blending-wrapper .content-wrapper,
    #color-blending-wrapper .content {
        height: 70vh;
    }
    #color-blending-wrapper .content .top-row {
        padding: 0 20px 50px;
    }
    #color-blending-wrapper .content .top-row p {
        font-size: 15px;
    }
    #color-blending-wrapper .content .bottom-row .image-label {
        display: none;
    }
    #color-blending-wrapper .content .bottom-row .image {
        padding: 0 10px;
    }
    #color-blending-wrapper .content .bottom-row .image.urban-sketch img {
        width: 143px;
    }
    #color-blending-wrapper .content .bottom-row .image img {
        width: 70px;
    }
    div.urban-vista {
        margin-right: 0;
    }
}
/* >> iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #color-blending-wrapper .content .top-row p {
        font-size: 25px;
        max-width: 550px;
    }
    #color-blending-wrapper .content .bottom-row .image.urban-sketch img {
        width: 306px;
    }
    #color-blending-wrapper .content .bottom-row .image img {
        width: 150px;
    }
}
/* >> Color Blending - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #color-blending-wrapper .content-wrapper,
    #color-blending-wrapper .content {
        height: 80vh;
    }
}
/* >> Color Blending - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #color-blending-wrapper .content-wrapper,
    #color-blending-wrapper .content {
        height: 85vh;
    }
    #color-blending-wrapper .content .top-row {
        padding: 0 20px 30px;
    }
    #color-blending-wrapper .content .bottom-row .image.urban-sketch img {
        width: 102px;
    }
    #color-blending-wrapper .content .bottom-row .image img {
        width: 50px;
    }
}

/*** DESIGNS OVERVIEW ***/
#designs-overview-wrapper {
    position: relative;
    padding: 0;
}
#designs-overview-outer-wrapper {
    position: relative;
}
/* >> Designs Overview - Slideshow */
#designs-overview-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#designs-overview-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#designs-overview-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;
}
/* >> Designs Overview - Slide Content */
#designs-overview-slideshow-wrapper .slide .left-content,
#designs-overview-slideshow-wrapper .slide .right-content {
    height: 100vh;
}
#designs-overview-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 60vw;
    position: relative;
}
#designs-overview-slideshow-wrapper .slide .right-content {
    background: #626262;
    width: 40vw;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#designs-overview-slide-1 .left-content {
    background-image: url('/-/media/7ec393f9822b42b9a612defa0f7d299b.ashx');
}
#designs-overview-slide-2 .left-content {
    background-image: url('/-/media/36275718f6454decb7888224e579fb14.ashx');
}
#designs-overview-slide-3 .left-content {
    background-image: url('/-/media/4dc1d15f63da447a8efb9fa838c52133.ashx');
}
#designs-overview-slideshow-wrapper .slide .right-content > div {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: 7vw;
    position: relative;
}
#designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper {
    position: absolute;
    left: -10.5vw;
    top: 32vh;
}
#designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2 {
    color: #fff;
    font-size: 65px;
    margin: 0;
    letter-spacing: 10px;
    text-align: left;
}
#designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2.mobile {
    text-align: center;
    display: none;
}
#designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2:nth-of-type(2) {
    text-align: right;
}
#designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2:nth-of-type(2)::before {
    content: "";
    display: block;
    width: 150px;
    border-top: 2px solid #fff;
    position: relative;
    left: -100px;
    top: 40px;
}
#designs-overview-slide-1 .right-content .headers-wrapper h2:not(.mobile) {
    width: 392px;
}
#designs-overview-slide-2 .right-content .headers-wrapper h2:not(.mobile) {
    width: 475px;
}
#designs-overview-slide-3 .right-content .headers-wrapper h2:not(.mobile) {
    width: 329px;
}
#designs-overview-slideshow-wrapper .slide .right-content img {
    width: 100%;
    max-width: 300px;
    margin-top: 20vh;
}
#designs-overview-slideshow-wrapper .slide .right-content p {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    color: #ddd;
    margin-top: 8vh;
}
/* >> Designs Overview - Slideshow Controls */
#designs-overview-slideshow-controls {
    position: absolute;
    bottom: 15vh;
    right: 24.2vw;
    z-index: 100;
}
#designs-overview-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #444;
    background: #444;
    padding: 15px 23px;
    font-size: 30px;
    color: #ddd;
}
#designs-overview-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#designs-overview-slideshow-controls button:focus {
    outline: none;
}
/* >> Designs Overview - Media Queries */
@media only screen and (max-width: 1700px) {
    #designs-overview-slideshow-wrapper .slide .right-content > div {
        margin-right: 0;
    }
    #designs-overview-slideshow-controls {
        right: 19.5vw;
    }
}
@media only screen and (max-width: 1350px) {
    #designs-overview-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #designs-overview-slideshow-wrapper .slide .left-content,
    #designs-overview-slideshow-wrapper .slide .right-content {
        width: 100vw;
        height: 50vh;
    }
    #designs-overview-slideshow-wrapper .slide .left-content {
        background-position-y: center;
        background-position-x: center;
        height: 60vh;
    }
    #designs-overview-slideshow-wrapper .slide .right-content {
        height: 40vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #designs-overview-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
        margin-right: auto;
        padding: 50px 0;
    }
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper {
        position: relative;
        top: 0;
        left: 0;
    }
    #designs-overview-slideshow-wrapper .slide .right-content img,
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2:not(.mobile) {
        display: none;
    }
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2.mobile {
        display: block;
        letter-spacing: 5px;
        font-size: 50px;
    }
    #designs-overview-slideshow-wrapper .slide .right-content p {
        text-align: center;
        max-width: 500px;
        margin: 20px auto 0;
    }
    #designs-overview-slideshow-controls {
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        bottom: auto;
        top: 47vh;
    }
    #designs-overview-slideshow-controls button {
        border: 1px solid #fff;
        background: transparent;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #designs-overview-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2.mobile {
        font-size: 40px;
    }
}
@media only screen and (max-width: 500px) {
    #designs-overview-slideshow-wrapper .cycle-slideshow {
        height: 85vh;
    }
    #designs-overview-slideshow-wrapper .slide .left-content {
        height: 55vh;
    }
    #designs-overview-slideshow-wrapper .slide .right-content {
        height: 30vh;
    }
    #designs-overview-slideshow-wrapper .slide .right-content > div {
        padding: 50px 20px;
    }
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2.mobile {
        font-size: 30px;
    }
    #designs-overview-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
    }
    #designs-overview-slideshow-controls {
        top: 43vh;
    }
}
/* >> Designs Overview - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #designs-overview-slideshow-wrapper .slide .right-content > div {
        margin-right: 9vw;
    }
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2 {
        font-size: 80px;
    }
    #designs-overview-slide-1 .right-content .headers-wrapper h2:not(.mobile) {
        width: 460px;
    }
    #designs-overview-slide-2 .right-content .headers-wrapper h2:not(.mobile) {
        width: 560px;
    }
    #designs-overview-slide-3 .right-content .headers-wrapper h2:not(.mobile) {
        width: 385px;
    }
    #designs-overview-slideshow-wrapper .slide .right-content img {
        width: 400px;
    }
    #designs-overview-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #designs-overview-slideshow-controls {
        right: 20.2vw;
    }
    #designs-overview-slideshow-controls button {
        font-size: 40px;
        padding: 20px 31px;
    }
}
/* >> Designs Overview - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #designs-overview-slideshow-controls {
        top: 41vh;
    }
}
/* >> Designs Overview - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #designs-overview-slideshow-wrapper .cycle-slideshow {
        height: 95vh;
    }
    #designs-overview-slideshow-wrapper .slide .right-content {
        height: 40vh;
    }
    #designs-overview-slideshow-wrapper .slide .right-content .headers-wrapper h2.mobile {
        letter-spacing: 3px;
        font-size: 28px;
    }
    #designs-overview-slideshow-controls {
        top: 38vh;
        width: 170px;
    }
}

/*** DESIGN DIRECTION VIDEO ***/
#design-direction-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
}
#design-direction-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Design Direction Video - Video */
#design-direction-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> Design Direction Video - Text Overlay */
#design-direction-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    bottom: 10vh;
    left: 5vw;
    z-index: 10;
}
#design-direction-video-wrapper .text-overlay > h2 {
    font-size: 40px;
    line-height: 1em;
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 2px;
    text-align: left;
    text-transform: none;
    width: 100%;
    max-width: 700px;
}
#design-direction-video-wrapper .text-overlay > h2::after {
    content: "";
    display: block;
    position: relative;
    width: 125px;
    border-top: 2px solid #fff;
    left: 635px;
    top: -20px;
}
/* >> Design Direction Video - Media Queries */
/* >> Design Direction Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #design-direction-video-wrapper .text-overlay > h2 {
        font-size: 50px;
        max-width: 800px;
    }
    #design-direction-video-wrapper .text-overlay > h2::after {
        top: -19px;
        left: 745px;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #design-direction-video-wrapper .text-overlay {
        left: 10vw;
    }
}
@media only screen and (max-width: 991px) {
    #design-direction-video-wrapper .text-overlay {
        bottom: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 700px;
        padding: 0 20px;
    }
    #design-direction-video-wrapper .text-overlay > h2 {
        font-size: 38px;
        text-align: center;
    }
    #design-direction-video-wrapper .text-overlay > h2::after {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    #design-direction-video-wrapper .text-overlay > h2 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 500px) {
    #design-direction-video-wrapper .text-overlay > h2 {
        font-size: 25px;
    }
}

/* >> Design Direction Video - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #design-direction-video-wrapper .text-overlay > h2 {
        font-size: 26px;
    }
}
/* >> Design Direction Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #design-direction-video-wrapper .text-overlay > h2 {
        font-size: 19px;
    }
}

/*** VERSATILE VARIATIONS ***/
#versatile-variations-wrapper {
    position: relative;
    padding: 0;
    background: #1a1a1a;
}
/* >> Versatile Variations - Slideshow */
#versatile-variations-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#versatile-variations-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#versatile-variations-slideshow-wrapper .slide-content-wrapper {
    width: 100vw;
    height: 100vh;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;    
}
#versatile-variations-slideshow-wrapper .slide-content-wrapper > img {
    display: none;
    width: 100vw;
    height: 60vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#versatile-variations-slideshow-wrapper .slide-content {
    width: 85vw;
    height: 85vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-color: transparent;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#versatile-variations-slide-1 .slide-content {
    background-image: url('/-/media/d60c153354c7473eb590fc53bfc4f678.ashx');
}
#versatile-variations-slide-2 .slide-content {
    background-image: url('/-/media/2fd0dded374b4fd894d7227faa9985c1.ashx');
}
#versatile-variations-slide-3 .slide-content {
    background-image: url('/-/media/df3ae11b54564d8fb5f7cd312d1df7a7.ashx');
}
#versatile-variations-slideshow-wrapper .slide-content h1 {
    font-size: 50px;
    font-weight: 500 !important;
    width: 100%;
    max-width: 555px;
    color: #fff;
    text-transform: none;
    margin-bottom: 20vh;
}
#versatile-variations-slideshow-wrapper .slide-content h1::before {
    content: "";
    display: block;
    width: 125px;
    border-top: 2px solid #fff;
    position: relative;
    top: -25px;
}
#versatile-variations-slideshow-wrapper .slide-content p {
    font-size: 18px;
    color: #ddd;
    width: 100%;
    max-width: 400px;
    margin-bottom: 5vh;
}
/* >> Versatile Variations - Pager */
#versatile-variations-slideshow-wrapper .cycle-pager {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;  
    position: absolute;
    bottom: 50px;
    z-index: 500;
    width: 275px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#versatile-variations-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
}
#versatile-variations-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> Versatile Variations - Slideshow Controls */
#versatile-variations-slideshow-controls {
    display: none;
    position: absolute;
    top: 48vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}
#versatile-variations-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#versatile-variations-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#versatile-variations-slideshow-controls button:focus {
    outline: none;
}
/* >> Versatile Variations - Media Queries */
@media only screen and (max-width: 1830px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        background-position-x: 135%;
    }
}
@media only screen and (max-width: 1670px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        background-position-x: 180%;
    }
}
@media only screen and (max-width: 1570px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        background-position-x: 240%;
    }
}
@media only screen and (max-width: 1490px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        background-position-x: 325%;
    }
}
@media only screen and (max-width: 1430px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        background-position-x: 435%;
    }
}
@media only screen and (max-width: 1390px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        background-position-x: 435%;
    }
}
@media only screen and (max-width: 1350px) {
    #versatile-variations-slideshow-wrapper .slide-content-wrapper {
        -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;
    }
    #versatile-variations-slideshow-wrapper .slide-content-wrapper > img {
        display: block;
    }
    #versatile-variations-slideshow-wrapper .slide-content {
        background-image: none;
        width: 100vw;
        height: 40vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px;
        position: relative;
        top: -5vh;
    }
    #versatile-variations-slideshow-wrapper .slide-content h1,
    #versatile-variations-slideshow-wrapper .slide-content p {
        max-width: 800px;
        text-align: center;
    }
    #versatile-variations-slideshow-wrapper .slide-content h1 {
        font-size: 45px;
        margin: 0 auto;
    }
    #versatile-variations-slideshow-wrapper .slide-content h1::before {
        display: none;
    }
    #versatile-variations-slideshow-wrapper .slide-content p {
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 991px) {
    #versatile-variations-slideshow-wrapper .slide-content h1,
    #versatile-variations-slideshow-wrapper .slide-content p {
        width: 100%;
        max-width: 700px;
    }
    #versatile-variations-slideshow-wrapper .slide-content h1 {
        font-size: 40px;
    }
    #versatile-variations-slideshow-wrapper .slide-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #versatile-variations-slideshow-wrapper .slide-content {
        top: 0;
    }
    #versatile-variations-slideshow-wrapper .slide-content h1 {
        font-size: 35px;
    }
    #versatile-variations-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #versatile-variations-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #versatile-variations-slideshow-wrapper .slide-content h1 {
        font-size: 27px;
    }
    #versatile-variations-slideshow-wrapper .slide-content p {
        font-size: 15px;
        margin: 20px auto 0;
    }
}
/* >> Versatile Variations - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #versatile-variations-slideshow-wrapper .slide-content p {
        max-width: 450px;
        font-size: 25px;
    }
}
/* >> Versatile Variations - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #versatile-variations-slideshow-wrapper .slide-content h1 {
        font-size: 30px;
    }
}
/* >> Versatile Variations - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #versatile-variations-slideshow-controls {
        top: 45vh;
    }
    #versatile-variations-slideshow-wrapper .cycle-slideshow {
        height: 105vh;
    }
    #versatile-variations-slideshow-wrapper .slide-content {
        top: 2vh;
    }
}
/* >> Versatile Variations - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #versatile-variations-slideshow-wrapper .slide-content-wrapper > img,
    #versatile-variations-slideshow-wrapper .slide-content {
        height: 50vh;
    }
    #versatile-variations-slideshow-wrapper .slide-content h1 {
        font-size: 24px;
    }
    #versatile-variations-slideshow-controls {
        width: 171px;
        top: 33vh;
    }
    #versatile-variations-slideshow-wrapper .cycle-slideshow {
        height: 110vh;
    }
    #versatile-variations-slideshow-wrapper .slide-content {
        top: 5vh;
    }
}

/*** PRINTWORKS ***/
#printworks-wrapper {
    position: relative;
    background: #626262;
    padding: 0;
}
/* >> PrintWorks - Content */
#printworks-wrapper .content-wrapper {
    height: 100vh;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#printworks-wrapper .content {
    width: 70vw;
    height: 85vh;
    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;
}
#printworks-wrapper .content > div {
    height: 85vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    margin: 0 40px;
}
#printworks-wrapper .content .left-column {
    width: 40vw;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#printworks-wrapper .content .left-column img {
    width: 100%;
    height: 580px;
    -o-object-fit: cover;
    object-fit: cover;
}
#printworks-wrapper .content .right-column {
    width: 30vw;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
#printworks-wrapper .content .right-column img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}
#printworks-wrapper .content .right-column h2 {
    color: #fff;
    font-size: 65px;
    letter-spacing: 6px;
    position: relative;
    left: -350px;
}
#printworks-wrapper .content .right-column h2::after {
    content: "";
    display: block;
    width: 120px;
    border-top: 2px solid #fff;
    position: relative;
    left: 575px;
    top: -35px;
}
#printworks-wrapper .content .right-column h2 sup {
    top: -0.2em;
}
#printworks-wrapper .content .right-column > div {
    margin-bottom: 5vh;
}
#printworks-wrapper .content .right-column p {
    font-size: 18px;
    color: #ddd;
}
#printworks-wrapper .content .right-column p sup {
    top: -0.2em;
}
#printworks-wrapper .content .right-column a {
    color: #fff;
    display: inline-block;
    width: 118px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500 !important;
    margin: 20px 0 0;
}
#printworks-wrapper .content .right-column a::before,
#printworks-wrapper .content .right-column a::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
    top: 7px;
}
#printworks-wrapper .content .right-column a::before {
    border-top: 1px solid transparent;
    top: -10px;
}
#printworks-wrapper .content .right-column a:hover::before {
    border-top: 1px solid #fff;
}
/* >> PrintWorks - Media Queries */
/* >> PrintWorks - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #printworks-wrapper .content .left-column img {
        height: 700px;
    }
    #printworks-wrapper .content .right-column img {
        height: 450px;
    }
    #printworks-wrapper .content .right-column h2 {
        font-size: 85px;
    }
    #printworks-wrapper .content .right-column h2::after {
        left: 700px;
        width: 150px;
    }
    #printworks-wrapper .content .right-column p {
        font-size: 25px;
    }
    #printworks-wrapper .content .right-column a {
        font-size: 22px;
        width: 146px;
    }
}
@media only screen and (max-width: 1400px) {
    #printworks-wrapper .content .left-column {
        margin: 0;
    }
    #printworks-wrapper .content {
        width: 80vw;
    }
    #printworks-wrapper .content .left-column {
        width: 45vw;
    }
    #printworks-wrapper .content .right-column {
        width: 35vw;
    }
    #printworks-wrapper .content .right-column h2 {
        left: -245px;
        font-size: 55px;
    }
    #printworks-wrapper .content .right-column h2::after {
        left: 455px;
        top: -29px;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #printworks-wrapper .right-column h2 {
        top: -5vh;
    }
    #printworks-wrapper .content .right-column > div {
        margin-bottom: 15vh;
    }
}

@media only screen and (max-width: 991px) {
    #printworks-wrapper .content .left-column {
        display: none;
    }
    #printworks-wrapper .content,
    #printworks-wrapper .content .right-column {
        height: 100vh;
    }
    #printworks-wrapper .content .right-column {
        width: 80vw;
        margin: 0;
        padding: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #printworks-wrapper .content .right-column img {
        height: 50%;
    }
    #printworks-wrapper .content .right-column h2,
    #printworks-wrapper .content .right-column p {
        text-align: center;
    }
    #printworks-wrapper .content .right-column h2 {
        font-size: 45px;
        left: auto;
        margin: 50px 0 20px;
    }
    #printworks-wrapper .content .right-column h2::after {
        display: none;
    }
    #printworks-wrapper .content .right-column > div {
        margin-bottom: 0;
    }
    #printworks-wrapper .content .right-column p {
        font-size: 16px;
        margin: 0;
    }
    #printworks-wrapper .content .right-column a {
        display: block;
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #printworks-wrapper .content,
    #printworks-wrapper .content .right-column {
        width: 100vw;
    }
}
@media only screen and (max-width: 600px) {
    #printworks-wrapper .content .right-column img {
        height: 40%;
    }
}
@media only screen and (max-width: 500px) {
    #printworks-wrapper .content-wrapper,
    #printworks-wrapper .content,
    #printworks-wrapper .content .right-column {
        height: 90vh;
    }
    #printworks-wrapper .content .right-column h2 {
        font-size: 35px
    }
}

/* >> PrintWorks - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #printworks-wrapper .content .right-column p {
        font-size: 15px;
    }
}
/* >> PrintWorks - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #printworks-wrapper .content-wrapper,
    #printworks-wrapper .content,
    #printworks-wrapper .content .right-column {
        height: 95vh;
    }
    #printworks-wrapper .content .right-column h2 {
        margin: 30px 0 20px;
    }
}
/* >> PrintWorks - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #printworks-wrapper .content {
        height: 105vh;
    }
    #printworks-wrapper .content .right-column img {
        height: 40%;
    }
    #printworks-wrapper .content .right-column h2 {
        margin: 20px 0;
        font-size: 30px;
    }
    #printworks-wrapper .content .right-column p {
        font-size: 15px;
    }
    #printworks-wrapper .content-wrapper {
        height: 115vh;
    }
    #printworks-wrapper .content .right-column {
        height: 112vh;
    }
}

/*** COLORLINE ***/
#colorline-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> Colorline - Slideshow */
#colorline-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#colorline-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-image: url('/-/media/41a8630700a14275b46ca73a0fd4ad13.ashx');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: left;
    background-color: transparent;
}
#colorline-slideshow-wrapper .slide .slide-content-wrapper {
    width: 100vw;
    height: 100vh;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
#colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper {
    position: absolute;
    top: 26vh;
    left: 2vw;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
#colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h3,
#colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
    color: #000;
    margin: 0;
}
#colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h3 {
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 0;
    text-align: right;
    padding-right: 13px;
}
#colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
    font-size: 70px;
    line-height: 1.2em;
    letter-spacing: 10px;
    font-weight: 500 !important;
}
#colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
    width: 60vw;
    height: 80vh;
    margin-top: 8vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#colorline-slideshow-wrapper .slide .slide-content > div {
    width: 100%;
}
#colorline-slideshow-wrapper .slide .slide-content .top-row {
    height: 10vh;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"] {
    background: transparent;
    border: none;
    font-size: 20px;
    letter-spacing: 2px;
    color: #999;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 600 !important;
}
#colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"]:first-of-type {
    margin-left: 0;
}
#colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"].active {
    color: #000;
    border-bottom: 2px solid #000;
}
#colorline-slideshow-wrapper .slide .slide-content .middle-row {
    height: 60vh;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
    width: 100%;
    height: 28vh;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#colorline-slideshow-wrapper .slide .slide-content .middle-row > div:last-of-type {
    margin-top: 4vh;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile {
    display: block;
    width: 25%;
    height: inherit;
    text-decoration: none;
    position: relative;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile img:not(.global-product) {
    width: 75%;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile .color-tile-content {
    position: relative;
    width: 100%;
    max-width: 75%;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile p {
    color: #626262;
    line-height: 1.1em;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile p:first-of-type {
    margin-top: 5px;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile p strong {
    color: #000;
}
#colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile img.global-product {
    width: 16px;
    position: absolute;
    top: 0;
    right: 0;
}
#colorline-slideshow-wrapper .slide .slide-content .bottom-row {
    height: 10vh;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
#colorline-slideshow-wrapper .slide .slide-content .bottom-row > div:first-of-type {
    position: relative;
    top: -6px;
}
#colorline-slideshow-wrapper .slide .slide-content .bottom-row > div:last-of-type {
    margin-right: 71px;
}
#colorline-slideshow-wrapper .slide .slide-content .bottom-row img {
    width: 22px;
}
#colorline-slideshow-wrapper .slide .slide-content .bottom-row span {
    display: inline-block;
    text-transform: uppercase;
    color: #626262;
    font-size: 14px;
    position: relative;
    top: 1px;
    left: 10px;
    font-weight: 500 !important;
}
#colorline-slideshow-wrapper .slide .slide-content .bottom-row a.mlkn-button {
    font-weight: 500 !important;
    padding: 8px 15px;
    text-align: center;
    border: 1px solid #000;
    background: #000;
}
/* >> Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    display: none;
    position: absolute;
    bottom: 8vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #626262;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #626262;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Media Queries */
@media only screen and (max-width: 1700px) {
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
        margin-left: 10vw;
    }
}
@media only screen and (max-width: 1550px) {
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 56vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row > div:last-of-type {
        margin-top: 0;
    }
}
@media only screen and (max-width: 1300px) {
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
        margin-left: 20vw;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 48vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 24vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile p {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1150px) {
    #colorline-slideshow-wrapper .slide {
        background-image: none;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        top: auto;
        left: auto;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h3 {
        display: none;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
        font-size: 50px;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
        margin-left: 0;
        margin-top: 0;
        width: 80vw;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 52vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row > div:last-of-type {
        margin-top: 4vh;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 48vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row > div:last-of-type {
        margin-top: 0;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 900px) {
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
        width: 85vw;
        margin-left: 5vw;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 44vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 22vh;
    }
}
@media only screen and (max-width: 767px) {
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
        width: 100vw;
        margin: 0;
        padding: 0 20px 50px;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
        font-size: 40px;
        padding-top: 50px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"] {
        font-size: 18px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile {
        width: 23%;
        margin: 0 10px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile img:not(.global-product) {
        width: 100%;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile .color-tile-content {
        max-width: 100%;
    }
}
@media only screen and (max-width: 650px) {
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile p {
        display: none;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile .color-tile-content {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(255,255,255,0.7);
        padding: 2px 5px 5px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row > a:first-of-type .color-tile-content {
        display: none;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile img.global-product {
        position: relative;
        top: auto;
        right: auto;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row {
        -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;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row > div {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row > div:last-of-type {
        margin-right: 0;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row {
        height: 7vh;
        min-height: 30px;
        margin: 10px 0 20px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"] {
        font-weight: 400 !important;
        border: none !important;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"]:not(.active) {
        display: none;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .slide-content {
        height: 51vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 34vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 17vh;
    }
    #colorline-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 450px) {
    #colorline-slideshow-wrapper .cycle-slideshow,
    #colorline-slideshow-wrapper .slide .slide-content-wrapper {
        height: 85vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
        font-size: 35px;
        letter-spacing: 5px;
        padding: 0;
        margin-top: -5vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row {
        height: auto;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile {
        width: 24%;
        margin: 0 7px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 20vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 10vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row {
        margin-top: 30px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row span {
        font-size: 12px;
    }
    #colorline-slideshow-controls {
        bottom: 10vh;
    }
}
/* >> iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper h2 {
        font-size: 90px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .top-row button[type="button"] {
        font-size: 30px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile p {
        font-size: 20px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .colorline-row .color-tile img.global-product {
        width: 30px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row img {
        width: 33px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row span {
        font-size: 21px;
    }
    #colorline-slideshow-wrapper .slide .slide-content .bottom-row a.mlkn-button {
        font-size: 22px;
        width: 375px;
        padding: 10px 15px;
    }
}
/* >> Colorline - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper {
        margin-top: -5vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 26vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 13vh;
    }
    #colorline-slideshow-controls {
        bottom: 7vh;
    }
}
/* >> Colorline - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #colorline-slideshow-wrapper .cycle-slideshow,
    #colorline-slideshow-wrapper .slide .slide-content-wrapper {
        height: 90vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper {
        margin-top: -8vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 26vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 13vh;
    }
    #colorline-slideshow-controls {
        bottom: 7vh;
    }
}
/* >> Colorline - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #colorline-slideshow-wrapper .cycle-slideshow,
    #colorline-slideshow-wrapper .slide .slide-content-wrapper {
        height: 100vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content-wrapper .headers-wrapper {
        margin-top: -12vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row {
        height: 24vh;
    }
    #colorline-slideshow-wrapper .slide .slide-content .middle-row .colorline-row {
        height: 12vh;
    }
    #colorline-slideshow-controls {
        width: 171px;
    }
}

/*** MY ROOM TOOL ***/
#my-room-tool-wrapper {
    height: 100vh;
    background-image: url('/-/media/ad56924551fd4d3db1803b9b4079e28a.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
#my-room-tool-wrapper .row {
    min-height: 100vh;
    /* -- START IE 11 HACK */
    height: 1px;
    /* -- END IE 11 HACK */
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#my-room-tool-wrapper .row  > div {
    margin-bottom: 10vh;
}
/* >> My Room Tool - Content */
#my-room-tool-wrapper b,
#my-room-tool-wrapper h1,
#my-room-tool-wrapper p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
#my-room-tool-wrapper b {
    font-size: 30px;
    font-weight: 600 !important;
    letter-spacing: 4px;
}
#my-room-tool-wrapper h1 {
    font-size: 45px;  
    margin: 20px 0;
    letter-spacing: 2px;
    font-weight: 400 !important;
    text-transform: none;
}
#my-room-tool-wrapper p {
    font-size: 18px;
}
#my-room-tool-wrapper .buttons {
    text-align: center;  
    margin-top: 40px;
}
#my-room-tool-wrapper a.mlkn-button {
    width: 300px;
    background: #fff;
    border: 2px solid #fff;
    text-align: center;
    color: #000;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
#my-room-tool-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
}  
/* >> My Room Tool - Media Queries */
@media only screen and (max-width: 1399px) {
    #my-room-tool-wrapper h1 {
        font-size: 40px;  
    }
}
@media only screen and (max-width: 1199px) {
    #my-room-tool-wrapper h1 {
        font-size: 30px;  
    }
}
@media only screen and (max-width: 1099px) {
    #my-room-tool-wrapper a.mlkn-button {
        width: 260px;  
    }
}
@media only screen and (max-width: 991px) {
    #my-room-tool-wrapper b {
        font-size: 20px;  
    }
    #my-room-tool-wrapper p {
        font-size: 16px;
    }
    #my-room-tool-wrapper a.mlkn-button {
        display: block;
        margin: 20px auto !important;
        width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    #my-room-tool-wrapper h1 {
        font-size: 35px;  
    }
}
@media only screen and (max-width: 500px) {
    #my-room-tool-wrapper {
        background-position-x: 55% !important;
    }
    #my-room-tool-wrapper .row  > div {
        margin-bottom: 3vh;
    }    
    #my-room-tool-wrapper h1 {
        font-size: 23px;
        font-weight: 500 !important;
        margin: 10px 0;
    }
    #my-room-tool-wrapper p {
        font-weight: 500 !important;
    }
    #my-room-tool-wrapper a.mlkn-button {
        width: auto;
    }
}
/* >> My Room Tool - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #my-room-tool-wrapper .row [class^="col"] {
        margin-bottom: 15vh;
    }
    #my-room-tool-wrapper h1 {
        font-size: 70px;
    }
    #my-room-tool-wrapper p {
        font-size: 25px;
    }
    #my-room-tool-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;        
    }
}
/* >> My Room Tool - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #my-room-tool-wrapper h1 {
        font-size: 27px;
    }
}
/* >> My Room Tool - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #my-room-tool-wrapper h1 {
        font-size: 23px;
    }
}
/* >> My Room Tool - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #my-room-tool-wrapper h1 {
        font-size: 18px;  
    }
    #my-room-tool-wrapper p {
        font-size: 15px;
    }
}

/*** SHOP NOW ***/
#shop-now-wrapper {
    background-image: url('/-/media/cc3d699e38954e2694df4aee33708544.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#shop-now-wrapper .content-wrapper {
    height: 100vh;
    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;
}
/* >> Shop Now - Content */
#shop-now-wrapper .content {
    width: 100%;
    max-width: 700px;
    margin-left: 10vw;
}
#shop-now-wrapper h2 {
    width: 100%;
    max-width: 450px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300 !important;
    line-height: 1em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
#shop-now-wrapper h2 strong {
    font-weight: 600 !important;
}
#shop-now-wrapper .buttons {
    text-align: center;
    margin-top: 40px;
}
#shop-now-wrapper a.mlkn-button {
    width: 310px;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    color: #333;
    font-weight: 700 !important;
    letter-spacing: 1px;
}
#shop-now-wrapper .buttons a:last-of-type {
    margin-left: 30px;  
}
/* >> Shop Now - Media Queries */
/* >> Shop Now - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #shop-now-wrapper .content {
        max-width: 900px
    }
    #shop-now-wrapper h2 {
        max-width: 800px;
        font-size: 80px;
    }
    #shop-now-wrapper a.mlkn-button {
        width: 375px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 1100px) {
    #shop-now-wrapper {
        background-position-x: 10%;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #shop-now-wrapper .content {
        margin-left: 16vw;
    }
}
@media only screen and (max-width: 991px) {
    #shop-now-wrapper {
        background-position-x: 30%;
    }
    #shop-now-wrapper .content {
        margin-left: 0;
        margin: 0 auto;
    }
    #shop-now-wrapper a.mlkn-button {
        display: block;
        margin: 20px auto !important;
    }
}
@media only screen and (max-width: 767px) {
    #shop-now-wrapper {
        background-position-x: 40%;
    }
}
@media only screen and (max-width: 600px) {
    #shop-now-wrapper h2 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 500px) {
    #shop-now-wrapper {
        background-position-x: 48%;
    }
    #shop-now-wrapper h2 {
        font-size: 40px;
    }
}

/* >> Shop Now - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #shop-now-wrapper h2 {
        font-size: 35px;
    }
    #shop-now-wrapper a.mlkn-button {
        width: 290px;
    }
}

/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/cec2305e48eb499f92c38901d313c7ef.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
    color: #fff;
    font-weight: 500 !important;
}
/* >> Creative Collective - Media Queries */
@media only screen and (max-width: 991px) {
    #creative-collective-wrapper .container .row .col-sm-8 div {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row > div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row > div:first-of-type img {
        margin: 20px auto 0;  
        width: 150px;
    }
    #creative-collective-wrapper a.mlkn-button {
        display: block;
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 500px) {
    #creative-collective-wrapper a.mlkn-button {
        width: 100%;
    }
}
/* >> Creative Collective - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #creative-collective-wrapper a.mlkn-button {
        font-size: 20px;
    }
}

/*** SUSTAINABILITY OVERVIEW ***/
#sustainability-overview-wrapper {
    background: #322F30;
    position: relative;
}
#sustainability-overview-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}
/* >> Sustainability Overview - Content */
#sustainability-overview-wrapper h2,
#sustainability-overview-wrapper p {
    color: #fff;
}
#sustainability-overview-wrapper h2 {
    text-transform: none;  
}
/* >> Sustainability Overview - Image */
#sustainability-overview-wrapper img {
    width: 100%;
}
/* >> Sustainability Overview - Media Queries */

/* >> Sustainability Overview - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sustainability-overview-wrapper h2 {
        font-size: 32px; 
    }
    #sustainability-overview-wrapper p {
        font-size: 20px;
    }
}