<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** BODY ***/
body {
    position: relative;  
}
main {
    overflow-x: hidden;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 50px;
    top: 25vh;
    z-index: 500;
}
#navbar-circles &gt; a {
    display: block;
    color: #fff;
    font-size: 20px;
    position: relative;
    top: -20px;
    left: -11px;
}
#navbar-circles &gt; a,
#navbar-circles &gt; a:link,
#navbar-circles &gt; a:active,
#navbar-circles &gt; a:focus {
    text-decoration: none;  
}
#navbar-circles li {
    display: block;  
    float: none;
    margin-bottom: 20px;
}
#navbar-circles li a {
    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;
}
#navbar-circles a::before {
    color: #fff;
    position: relative;
    left: -30px;
    top: -5px;
    text-align: right;
    float: right;
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
}
#navbar-circles a[href="#revelation-video-wrapper"]::before {
    content: "Revelation";
}
#navbar-circles a[href="#time-worn-luxury-wrapper"]::before {
    content: "Time-Worn Luxury";
}
#navbar-circles a[href="#patterns-wrapper"]::before {
    content: "Patterns";
}
#navbar-circles a[href="#luxurious-texture-wrapper"]::before {
    content: "Luxurious Texture";
}
#navbar-circles a[href="#flexible-layouts-wrapper"]::before {
    content: "Flexible Layouts";
}
#navbar-circles a[href="#printworks-wrapper"]::before {
    content: "PrintWorks";
}
#navbar-circles a[href="#colorline-wrapper"]::before {
    content: "Colorline";
}
#navbar-circles a[href="#my-room-tool-wrapper"]::before {
    content: "My Room Tool";
}
#navbar-circles a[href="#shop-now-wrapper"]::before {
    content: "Shop Now";
}
#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;
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link { 
    background: #fff !important; 
} 
#navbar-circles.dark-theme .nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link { 
    background: #000 !important; 
} 
/*  &gt;&gt; Nav Circles - Dark Theme */
#navbar-circles.dark-theme &gt; a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
/* &gt;&gt; Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}

/*** KEYFRAMES ***/
@keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-moz-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-webkit-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-o-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}
@-ms-keyframes pulse {
    0% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.4;
    }
}


/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 7px 20px;
    position: fixed;
    top: 50vh;
    background: #fff;
    color: #000;
    font-weight: 700 !important;
    z-index: 2000;
    left: -144px;
    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;
}
#interactive-brochure-anchor.dark-theme {
    background: #303030;
    color: #fff;
}
/* &gt;&gt; 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;
    }
}

/*** REVELATION VIDEO  ***/
#revelation-video-wrapper {
    background: #000; 
    position: relative;
    z-index: 2;
    padding: 0;
}
#revelation-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* &gt;&gt; Revelation Video - Video */
#revelation-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* &gt;&gt; Revelation Video - Text Overlay */
#revelation-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;
}
#revelation-video-wrapper .text-overlay &gt; span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#revelation-video-wrapper .text-overlay &gt; span.expanded {
    margin-top: 0;
    margin-bottom: 25px;
}
#revelation-video-wrapper .text-overlay &gt; h1 {
    font-size: 75px;
    line-height: 1em;
    color: #fff;
    font-weight: 300 !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 2rem;
}
#revelation-video-wrapper .text-overlay &gt; h1 b {
    font-weight: 600 !important;
}
#revelation-video-wrapper .bottomText {
    position: relative;
    top: 15vh;
}
/* &gt;&gt; Revelation Video - Media Queries */
@media only screen and (max-width: 1160px) {
    #revelation-video-wrapper .text-overlay &gt; span.expanded {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    #revelation-video-wrapper .text-overlay {
        width: 100%;
        max-width: 700px;
        padding: 0 20px;
    }
    #revelation-video-wrapper .text-overlay &gt; h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 600px) {
    #revelation-video-wrapper .text-overlay &gt; span.expanded {
        letter-spacing: 1px;
        font-size: 16px;
    }
    #revelation-video-wrapper .text-overlay &gt; span {
        font-size: 18px;
    }
    #revelation-video-wrapper .text-overlay &gt; h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 500px) {
    #revelation-video-wrapper .text-overlay &gt; span.expanded {
        letter-spacing: 0;
        font-size: 13px;
    }
    #revelation-video-wrapper .text-overlay &gt; span {
        font-size: 15px;
    }
    #revelation-video-wrapper .text-overlay &gt; h1 {
        font-size: 40px;
    }
}
/* &gt;&gt; Revelation Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #revelation-video-wrapper .text-overlay &gt; span {
        font-size: 25px;
    }
    #revelation-video-wrapper .text-overlay &gt; h1 {
        max-width: 700px;
        font-size: 100px;
    }
}
/* &gt;&gt; Revelation Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #revelation-video-wrapper .text-overlay &gt; span.expanded {
        letter-spacing: 0;
        font-size: 12px;
    }
    #revelation-video-wrapper .text-overlay &gt; span {
        font-size: 14px;
    }
    #revelation-video-wrapper .text-overlay &gt; h1 {
        font-size: 35px;
    }
}


/*** TIME-WORN LUXURY ***/
#time-worn-luxury-wrapper {
    background: #f1f1f1;
    position: relative;
    padding: 0;
    height: 100vh;
}
/* &gt;&gt; Time-Worn Luxury - Image Container */
#time-worn-luxury-wrapper .image-container {
    width: 100%;
    height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: url('/-/media/c15bbf7ad8294fa694aabf07bd756e4e.ashx');
    background-size: cover;
    background-position-y: 40%;
    background-position-x: 50%;
}

/* &gt;&gt; Time-Worn Luxury - Text Container */
#time-worn-luxury-wrapper .row h1 {
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #333;
    text-align: left;
    font-size: 45px;
    text-transform: none;
}
#time-worn-luxury-wrapper .row p {
    color: #333;
    text-align: left;
    font-size: 18px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
#time-worn-luxury-wrapper a.mlkn-button {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    color: #333;
    text-align: center;
    font-weight: bold;
    width: 300px;
    margin: 0 auto;
    letter-spacing: 1px;
    position: relative;
    bottom: 10vh;
    height: 40px;
}
#time-worn-luxury-wrapper .row {
    height: 25vh;
}
#time-worn-luxury-wrapper .text-container {
    top: var(--twlTextContainerTop);
    position: relative;
}
/* &gt;&gt; Time-Worn Luxury - Media Queries */
@media only screen and (max-width: 1400px) {
    #time-worn-luxury-wrapper .row h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    #time-worn-luxury-wrapper .container p {
        width: auto;
    }
    #time-worn-luxury-wrapper .row h1 {
        font-size: 35px;
    }
}
.hideOnDesktop {
    display: none;
}
@media only screen and (max-width: 991px) {
    .hideOnMobile {
        display: none;
    }
    .hideOnDesktop {
        display: revert;
        margin-top: 3vh;
    }
    #time-worn-luxury-wrapper {
        /* height: auto; */
        min-height: var(--twlHeight);
    }
    #time-worn-luxury-slideshow-wrapper {
        position: relative;
        z-index: 1;
    }  
    #time-worn-luxury-wrapper .container,
    #time-worn-luxury-wrapper .container .content-wrapper {
        height: auto;
        min-height: 35vh;
    }
    #time-worn-luxury-wrapper .container h1 {
        margin-top: 50px;
        font-size: 25px;
    }
    #time-worn-luxury-wrapper .container p {
        font-size: 16px;
    }
    #time-worn-luxury-wrapper .row p {
        margin-top: 2vh;
    }
    #time-worn-luxury-wrapper .row {
        position: absolute;
        bottom: 0;
    }
    #time-worn-luxury-wrapper .text-container {
        top: revert;
    }
}
@media only screen and (max-width: 767px) {
    #time-worn-luxury-wrapper .cycle-slideshow .slide {
        background-position-x: 65%;
    }
    #time-worn-luxury-wrapper .container h1 {
        margin-top: 70px;
        font-size: 30px;
    }
    #time-worn-luxury-wrapper .image-container {
        height: 70vh;
    }
    #time-worn-luxury-wrapper .row {
        height: 30vh;
    }
}
@media only screen and (max-width: 500px) {
    #time-worn-luxury-wrapper .container h1 {
        font-size: 25px;
        margin-top: 90px;
    }
    #time-worn-luxury-wrapper .container p {
        font-size: 15px;
    }
}
/* &gt;&gt; Time-Worn Luxury - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #time-worn-luxury-wrapper .container h1 {
        font-size: 55px;
    }
    #time-worn-luxury-wrapper .container p {
        font-size: 22px;
    }
}
/* &gt;&gt; Time-Worn Luxury - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #time-worn-luxury-wrapper .container h1 {
        font-size: 19px;
    }
}



/*** PATTERNS ***/
#patterns-wrapper {
    position: relative;
    padding: 0;
}
#patterns-outer-wrapper {
    position: relative;
}
/* &gt;&gt; Patterns - Slideshow */
#patterns-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#patterns-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#patterns-slideshow-wrapper .slide &gt; 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;
}
/* &gt;&gt; Patterns - Slide Content */
#patterns-slideshow-wrapper .slide .left-content,
#patterns-slideshow-wrapper .slide .right-content {
    height: 100vh;
}
#patterns-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
}
#patterns-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;  
}
#patterns-wrapper .right-content div {
    text-align: center;
}
#patterns-wrapper .right-content div h2{
    font-size: 36px;
    font-weight: 600 !important;
    letter-spacing: 3px;
}
#patterns-slide-1 .left-content {
    background-image: url('/-/media/57d469b330084d6b96aa04ef6f1c5254.ashx');
}
#patterns-slide-2 .left-content {
    background-image: url('/-/media/94a5179d63854a50a17a73b23c7d6c77.ashx');
}
#patterns-slide-3 .left-content {
    background-image: url('/-/media/1e69eae6c9494bdc816664c22a81003b.ashx');
}
#patterns-slideshow-wrapper .slide .right-content &gt; div {
    max-width: 420px;
    margin: 0 0 0 202.5px;
}
#patterns-wrapper .headonImg {
    margin-bottom: 1rem;
}
#patterns-slideshow-wrapper .slide .right-content h1 {
    color: #000;
    font-size: 55px;
    font-weight: bold !important;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8px;
}
#patterns-slideshow-wrapper .slide .right-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#patterns-slideshow-wrapper .slide .right-content p:first-of-type {
    padding-bottom:20px;
    margin-bottom:0;
}
#patterns-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid black;
    background: black;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto 30px;
    max-width: 300px;
    margin-bottom: 6rem;
    font-size: 14px;
    padding: 10px;
}
/* &gt;&gt; Patterns - Slideshow Controls */
#patterns-slideshow-controls {
    position: absolute;
    bottom: 15vh;
    /* right: 50%;
    -webkit-transform: translateX(230%);
    -ms-transform: translateX(230%);
    transform: translateX(230%); */
    z-index: 100;
    left: var(--patternsBtnsLeft);
}
#patterns-slideshow-controls button {
    border-radius: 0;
    border: 2px solid #000;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #000;
}
#patterns-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#patterns-slideshow-controls button:focus {
    outline: none;
}
/* &gt;&gt; Patterns - Media Queries */
@media only screen and (max-width: 1450px) {
    #patterns-slideshow-wrapper .slide .right-content &gt; div {
        max-width: 400px;
        margin: 0 0 0 50px;
    }
    #patterns-slideshow-wrapper .slide .right-content h1 {
        font-size: 40px;
    }
    #patterns-slideshow-controls {
        /* -webkit-transform: translateX(159%);
        -ms-transform: translateX(159%);
        transform: translateX(159%); */
    }
}
@media only screen and (max-width: 1300px) {
    #patterns-slideshow-wrapper .slide .right-content a.mlkn-button {
        margin-bottom: 0;
    }
    #patterns-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #patterns-slideshow-wrapper .slide .left-content,
    #patterns-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #patterns-slideshow-wrapper .slide .left-content {
        height: 50vh;
    }
    #patterns-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;
    }
    #patterns-slideshow-wrapper .slide &gt; div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #patterns-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #patterns-slideshow-wrapper .slide .right-content &gt; div {
        width: 100%;
        max-width: 500px;
        /* margin: 0 auto; */
        margin: auto;
        margin-top: 3rem;
    }
    #patterns-slideshow-wrapper .slide .right-content h1 {
        font-size: 35px;
    }
    #patterns-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #patterns-slideshow-controls {
        bottom: auto;
        right:  auto;
        /* left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); */
        top: 40vh;
    }
    #patterns-slideshow-controls button {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
}
@media only screen and (max-width: 991px) {
    #patterns-slideshow-wrapper .slide .right-content h1 {
        font-size: 30px;
    }
    #patterns-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #patterns-slideshow-controls {
        top: 35vh;
    }
}
@media only screen and (max-width: 500px) {
    #patterns-slideshow-wrapper .slide .right-content p {
        font-size: 15px;
        margin: 0;
    }
    #time-worn-luxury-wrapper .row h1 {
        font-size: 28px;
    }
    img.headonImg {
        width: 80%;
    }
}
/* &gt;&gt; Patterns - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #patterns-slideshow-wrapper .slide .right-content &gt; div {
        max-width: 700px;
    }
    #patterns-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #patterns-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 18px;
    }
    #patterns-slideshow-controls {
        /* -webkit-transform: translateX(270%);
        -ms-transform: translateX(270%);
        transform: translateX(270%); */
        bottom: 20vh;
    }
}

/* &gt;&gt; Patterns - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #patterns-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
    #time-worn-luxury-wrapper .row {
        height: fit-content;
    }
    /* #time-worn-luxury-wrapper {
        height: 108vh;
    } */
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #time-worn-luxury-wrapper .row {
        height: fit-content;
    }
    /* #time-worn-luxury-wrapper {
        height: 110vh;
    } */
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #time-worn-luxury-wrapper .row {
        height: fit-content;
    }
    /* #time-worn-luxury-wrapper {
        height: 118vh;
    } */
}
/* &gt;&gt; Patterns - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #patterns-slideshow-wrapper .slide .right-content h1 {
        font-size: 28px;
    }
    #patterns-slideshow-controls {
        width: 175px;
    }
}

/*** Luxurious Texture ***/
#luxurious-texture-wrapper {
    height: 100vh;
    position: relative;
    background: #f1f1f1;
    padding-left: 0;
    padding-right: 0;
}
/* &gt;&gt; Luxurious Texture - Slideshow Container */
#luxurious-texture-wrapper .slideshow-container {
    height: 75vh;
    width: 100%;
    /* border-top: 3px solid #fff; */
}
#luxurious-texture-wrapper .cycle-slideshow {
    width: 100%;  
    height: 75vh;
}
#luxurious-texture-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#luxurious-texture-slideshow-wrapper .slide &gt; div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    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;
    z-index: 1;
}
/* &gt;&gt; Luxurious Texture - Slide Content */
#luxurious-texture-slideshow-wrapper .slide img.background-image {
    width: 100%;
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
}
#luxurious-texture-wrapper h1 {
    font-weight: 600 !important;
    letter-spacing: 1px;
    color: #333;
    text-align: left;
    font-size: 45px;
    text-transform: none;
    text-align: right;
    white-space: nowrap;
}
#luxurious-texture-wrapper p {
    font-size: 18px;
    color: #333;
}
#luxurious-texture-wrapper .text-container {
    top: var(--ltTextContainerTop);
    position: relative;
}
#luxurious-texture-wrapper .row {
    height: 25vh;
    background: #f1f1f1;
}
/* &gt;&gt; Luxurious Texture - Pager */
#luxurious-texture-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: 10px;
    z-index: 500;
    width: 280px;
    height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#luxurious-texture-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
}
#luxurious-texture-wrapper .cycle-pager a.cycle-pager-active {
    background: #ddd;
}
/* &gt;&gt; Luxurious Textures - Slideshow Controls */
#luxurious-texture-slideshow-controls {
    display: none;
    position: relative;
    bottom: 12vh;
    left: var(--flBtnsLeft);
    z-index: 100;
}
#luxurious-texture-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#luxurious-texture-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#luxurious-texture-slideshow-controls button:focus {
    outline: none;
}
/* &gt;&gt; Luxurious Texture - Text Container */
#luxurious-texture-wrapper .container {
    height: 25vh;
}
#luxurious-texture-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: 25vh;
    padding: 15px !important;
}
#luxurious-texture-wrapper .container p {
    color: #333;
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}
#luxurious-texture-wrapper .container a.mlkn-button {
    border: 1px solid #2a8683;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 1px;
    background: #2a8683;
    width: 325px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
/* &gt;&gt; Luxurious Texture - Media Queries */
@media only screen and (max-width: 1400px) {
    #luxurious-texture-wrapper h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1350px) {
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1300px) {
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h2 {
        letter-spacing: 4px;
    }
}
@media only screen and (max-width: 1200px) {
    #luxurious-texture-wrapper h1 {
        font-size: 35px;
        margin-bottom: 1rem;
        text-align: center;
    }
}
@media only screen and (max-width: 991px) {
    #luxurious-texture-wrapper {
        height: auto;
        min-height: var(--ltHeight);
    }
    #luxurious-texture-wrapper .container,
    #luxurious-texture-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #luxurious-texture-wrapper .container p {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #luxurious-texture-wrapper .row {
        margin: 3vh 0;
    }
}
@media only screen and (max-width: 767px) {
    #luxurious-texture-wrapper .slideshow-container,
    #luxurious-texture-wrapper .cycle-slideshow,
    #luxurious-texture-slideshow-wrapper .slide &gt; div,
    #luxurious-texture-slideshow-wrapper .slide img.background-image {
        height: 70vh;
    }
    #luxurious-texture-wrapper .container,
    #luxurious-texture-wrapper .container .content-wrapper {
        min-height: 30vh;
    }
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h1 {
        font-size: 40px;
    }
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h2 {
        font-size: 20px;
    }
    #luxurious-texture-wrapper .container a.mlkn-button,
    #luxurious-texture-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
    #luxurious-texture-wrapper .row {
        height: 30vh;
    }
    #luxurious-texture-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #luxurious-texture-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 600px) {
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h1 {
        font-size: 40px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h2 {
        letter-spacing: 4px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        font-size: 25px;
    }
    #luxurious-texture-wrapper .row {
        height: 33vh;
    }
    #luxurious-texture-wrapper .slideshow-container,
    #luxurious-texture-wrapper .cycle-slideshow,
    #luxurious-texture-slideshow-wrapper .slide &gt; div,
    #luxurious-texture-slideshow-wrapper .slide img.background-image {
        height: 67vh;
    }
}
@media only screen and (max-width: 500px) {
    #luxurious-texture-wrapper .container .content-wrapper {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    #luxurious-texture-wrapper h1 {
        font-size: 28px;
    }
    #luxurious-texture-wrapper .row {
        height: fit-content;
        padding: 3vh 0;
        margin: 0;
    }
}
/* &gt;&gt; Luxurious Texture - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #luxurious-texture-wrapper .container p {
        font-size: 25px;
    }
    #luxurious-texture-wrapper .container a.mlkn-button {
        width: 420px;
        font-size: 20px;
    }
}
/* &gt;&gt; Luxurious Texture - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h1 {
        font-size: 30px;
    }
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h2 {
        letter-spacing: 4px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {

}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {

}
/* &gt;&gt; Luxurious Texture - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #luxurious-texture-slideshow-wrapper .slide &gt; div.content h1 {
        font-size: 30px;
    }
    #luxurious-texture-wrapper .container a.mlkn-button {
        width: 270px;
    }
}



/*** Flexible Layouts ***/
#flexible-layouts-wrapper {
    position: relative;
    padding: 0;
    background: #1a1a1a;
}
/* &gt;&gt; Flexible Layouts - Slideshow */
#flexible-layouts-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#flexible-layouts-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#flexible-layouts-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;    
}
#flexible-layouts-slideshow-wrapper .slide-content {
    width: 590px;
    position: absolute;
    bottom: 10vh;
    left: 10vw;
    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;
}
#flexible-layouts-slide-1 {
    background-image: url('/-/media/7ccf7e5fa52845359ed2a0edb500fb8c.ashx');
    background-size: cover;
}
#flexible-layouts-slide-2 {
    background-image: url('/-/media/a821e2621cb74389a32ca92390287509.ashx');
    background-size: cover;
}
#flexible-layouts-slideshow-wrapper .slide-content h1 {
    font-size: 45px;
    font-weight: 500 !important;
    width: 100%;
    color: #fff;
    text-transform: none;
    margin-bottom: 2vh;
    white-space: nowrap;
}
#flexible-layouts-slideshow-wrapper .slide-content p {
    font-size: 18px;
    color: #ddd;
    width: 100%;

    margin-bottom: 5vh;
}
/* &gt;&gt; Flexible Layouts - Pager */
#flexible-layouts-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: 10vh;
    z-index: 500;
    width: 185px;
    left: 10vw;
}
#flexible-layouts-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
}
#flexible-layouts-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* &gt;&gt; Flexible Layouts - Slideshow Controls */
#flexible-layouts-slideshow-controls {
    display: none;
    position: absolute;
    bottom: 4vh;
    left: var(--flBtnsLeft);
    z-index: 100;
}
#flexible-layouts-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#flexible-layouts-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#flexible-layouts-slideshow-controls button:focus {
    outline: none;
}
/* &gt;&gt; Flexible Layouts - Media Queries */
@media only screen and (max-width: 1670px) {
    #flexible-layouts-slideshow-wrapper .slide-content {
        /* background-position-x: 135%; */
    }
}
@media only screen and (max-width: 1570px) {
    #flexible-layouts-slideshow-wrapper .slide-content {
        /* background-position-x: 180%; */
    }
}
@media only screen and (max-width: 1490px) {
    #flexible-layouts-slideshow-wrapper .slide-content {
        /* background-position-x: 240%; */
    }
}
@media only screen and (max-width: 1430px) {
    #flexible-layouts-slideshow-wrapper .slide-content {
        /* background-position-x: 325%; */
    }
}
@media only screen and (max-width: 1400px) {
    #flexible-layouts-wrapper h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1390px) {
    #flexible-layouts-slideshow-wrapper .slide-content {
        /* background-position-x: 435%; */
    }
}
@media only screen and (max-width: 1200px) {
    #flexible-layouts-wrapper h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 991px) {
    #flexible-layouts-slideshow-wrapper .slide-content h1,
    #flexible-layouts-slideshow-wrapper .slide-content p {
        width: 100%;
        max-width: 700px;
    }
    #flexible-layouts-slideshow-wrapper .slide-content h1 {
        font-size: 40px;
    }
    #flexible-layouts-slideshow-wrapper .slide-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #flexible-layouts-slideshow-wrapper .slide-content {
        width: 80vw;
    }
    #flexible-layouts-slideshow-wrapper .slide-content h1 {
        font-size: 35px;
    }
    #flexible-layouts-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #flexible-layouts-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #flexible-layouts-slideshow-wrapper .slide-content h1 {
        font-size: 28px;
        white-space: normal;
    }
    #flexible-layouts-slideshow-wrapper .slide-content p {
        font-size: 15px;
        /* margin: 20px auto 0; */
    }
}
/* &gt;&gt; Flexible Layouts - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #flexible-layouts-slideshow-wrapper .slide-content p {
        max-width: 450px;
        font-size: 25px;
    }
}
/* &gt;&gt; Flexible Layouts - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #flexible-layouts-slideshow-wrapper .slide-content h1 {
        /* font-size: 30px; */
    }
}
/* &gt;&gt; Flexible Layouts - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #flexible-layouts-slideshow-controls {
        bottom: 3vh;
    }
    
}
/* &gt;&gt; Flexible Layouts - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #flexible-layouts-slideshow-wrapper .slide-content-wrapper &gt; img,
    #flexible-layouts-slideshow-wrapper .slide-content {
        /* height: 50vh; */
    }
    #flexible-layouts-slideshow-wrapper .slide-content h1 {
        /* font-size: 24px; */
    }
    #flexible-layouts-slideshow-controls {
        width: 171px;
        top: 33vh;
    }
}

/*** COLORLINE ***/
#colorline-wrapper {
    position: relative;
}
#colorline-wrapper .col-lg-3 {
    white-space: nowrap;
}
#colorline-wrapper .container {
    min-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;    
}
/* &gt;&gt; Colorline - Top Content */
#colorline-wrapper .top-content {
    margin-bottom: 3vh;
}
#colorline-wrapper .top-content h1,
#colorline-wrapper .top-content h2,
#colorline-wrapper .top-content p {
    text-align: center;  
}
#colorline-wrapper .top-content h1 {
    text-transform: none;
    font-size: 35px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #555;
}
#colorline-wrapper .top-content h2 {
    font-size: 28px;
    font-weight: 600 !important;
}
#colorline-wrapper .top-content p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 240px;
    text-align: center;
    background: black;
    font-weight: 700 !important;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #000 !important;
}
#colorline-wrapper .bottom-content {
    margin-top: 50px;  
}
#colorline-wrapper .row {
    display: block;
}
/* &gt;&gt; Colorline - Slideshow */
#colorline-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorline-slideshow-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-slideshow-wrapper .slide &gt; 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;*/
    margin-bottom: 2rem;
}
#colorline-slideshow-wrapper span.title {
    display: block;
    margin: 10px 0;
    text-align: center;
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
#colorline-slideshow-wrapper .color-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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#colorline-slideshow-wrapper .color-tile {
    display: inline-block;
    width: 112px;
    margin: 5px 15px;
}
#colorline-slideshow-wrapper .color-tile img {
    width: 90px;
}
#colorline-slideshow-wrapper .color-tile p {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#colorline-slideshow-wrapper .color-tile p:first-of-type {
    margin-top: 5px;  
}
#colorline-slideshow-wrapper .slide .plus,
#colorline-slideshow-wrapper .slide .equals {
    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;
}
#colorline-slideshow-wrapper .slide .plus-sign,
#colorline-slideshow-wrapper .slide .equal-sign {
    color: #000;
    font-weight: 500 !important;
    font-size: 40px;
    margin: 0 5px;
    position: relative;
    top: 15px;
}
#colorline-slideshow-wrapper .tablet {
    display: none !important;
}
#colorline-slideshow-wrapper .mobile {
    display: none !important;
}
#colorline-slideshow-wrapper .tablet .row {
    margin-bottom: 3rem;
    justify-content: space-evenly;
}
#colorline-slideshow-wrapper .mobile .row  {
    margin-bottom: 1rem;
    justify-content: space-evenly;
}
/* &gt;&gt; Colorline - Pager */
#colorline-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: space-evenly;
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
      position: absolute;
      top: -6vh;
      left: var(--clTitleLeft);
      width: 400px;
}
#colorline-slideshow-wrapper .cycle-pager a {
    width: 250px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: black;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-underline-offset: 0.5rem;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    font-weight: 600 !important;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-thickness: 5px;
}
#colorline-slideshow-wrapper .cycle-pager a:first-of-type:after {
    content: "PATHWAY";
}
#colorline-slideshow-wrapper .cycle-pager a:nth-of-type(2):after {
    content: "REVEAL";
}
#colorline-slideshow-wrapper .cycle-pager a:last-of-type:after {
    content: "WANDER";
}
#colorline-slideshow-wrapper .desktop, #colorline-slideshow-wrapper .tablet, #colorline-slideshow-wrapper .mobile {
    text-align: center;
}
/* &gt;&gt; Colorline - Slideshow Controls */
#colorline-slideshow-controls {
    margin: 50px 0 0;
    text-align: center;
    display: none;
}
#colorline-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #333;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #333;
}
#colorline-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-slideshow-controls button:focus {
    outline: none;
}
/* &gt;&gt; Colorline - Media Queries */
@media only screen and (max-width: 1200px) {
    #colorline-slideshow-wrapper .color-tile {
        margin: 0 25px;
    }
    #colorline-slideshow-wrapper .color-tile p {
        /* display: none; */
    }
    #colorline-slideshow-wrapper .cycle-pager {
        width: 720px;
    }
    /*#colorline-slideshow-wrapper .cycle-pager a {
        width: 40px;
        height: 40px;
    }*/
    #colorline-slideshow-wrapper .desktop {
        display: none !important;
    }
    #colorline-slideshow-wrapper .tablet {
        display: revert !important;
    }
    #colorline-slideshow-wrapper .color-tile img {
        width: 125px;
    }
    #colorline-wrapper .top-content {
        margin-top: 3rem;
    }
    #colorline-wrapper {
        height: var(--clHeight);
        min-height: 175vh;
    }
}
/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #colorline-slideshow-wrapper .cycle-pager {
        top: -4vh;
    }
    #colorline-wrapper {
        min-height: 130vh;
    }
}
@media only screen and (max-width: 991px) {
    #colorline-wrapper .top-content h1 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 800px) {
    #colorline-slideshow-wrapper .slide .plus-sign,
    #colorline-slideshow-wrapper .slide .equal-sign {
        font-size: 25px;
    }
    #colorline-slideshow-wrapper .cycle-pager {
        /* display: none; */
    }
    #colorline-slideshow-controls {
        /* display: block; */
    }
}
@media only screen and (max-width: 767px) {
    #colorline-wrapper .bottom-content {
        margin-bottom: 50px;
    }
    #colorline-slideshow-wrapper .mobile {
        display: revert !important;
    }
    #colorline-slideshow-wrapper .tablet {
        display: none !important;
    }
    #colorline-slideshow-wrapper .cycle-pager {
        width: 92%;
        left: revert;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-slideshow-wrapper .cycle-pager {
        width: 100%;
    }
    /*#colorline-wrapper .container {
        height: 129vh;
    }
    #colorline-wrapper .top-content,
    #colorline-wrapper .bottom-content {
        position: relative;
        top: 2vh;
    }
    #colorline-wrapper .bottom-content {
        margin-top: 170px;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 0;
        font-size: 28px;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 16px;
    }
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-slideshow-wrapper .slide &gt; div {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: relative;
        left: 22px;
    }
    #colorline-slideshow-wrapper span.title {
        font-size: 13px;
    }
    #colorline-slideshow-wrapper .color-tile,
    #colorline-slideshow-wrapper .color-tile img {
        width: 65px;
    }
    #colorline-slideshow-wrapper .color-tile {
        margin: 0 5px;
    }
    #colorline-slideshow-wrapper .slide .plus-sign,
    #colorline-slideshow-wrapper .slide .equal-sign {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    #colorline-slideshow-controls {
        margin: 170px 0 0;
    }*/
}
/* &gt;&gt; Colorline - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #colorline-wrapper .top-content p {
        max-width: 900px;
    }
    #colorline-wrapper .top-content h1 {
        font-size: 50px;
    }
    #colorline-wrapper .top-content h2 {
        font-size: 27px;
    }
    #colorline-wrapper .top-content p {
        font-size: 25px;
    }
    #colorline-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;
    }
    #colorline-slideshow-wrapper span.title {
        font-size: 22px;
    }
    #colorline-slideshow-wrapper .color-tile {
        margin: 0 15px;
    }
    #colorline-slideshow-wrapper .color-tile p {
        font-size: 15px;
    }
    #colorline-slideshow-wrapper .slide .plus-sign,
    #colorline-slideshow-wrapper .slide .equal-sign {
        font-size: 55px;
    }
    #colorline-slideshow-wrapper .cycle-pager {
        width: 100%;
    }
    #colorline-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
}
/* &gt;&gt; Colorline - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #colorline-wrapper .top-content h2 {
        font-size: 18px;
    }
}
/* &gt;&gt; Colorline - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #colorline-wrapper .top-content h2 {
        font-size: 16px;
    }
}
/* &gt;&gt; Colorline - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #colorline-wrapper .top-content h2 {
        font-size: 13px;
    }
    #colorline-wrapper .top-content p {
        font-size: 15px;
    }
}

/*** MY ROOM TOOL ***/
#my-room-tool-wrapper {
    height: 100vh;
    background-image: url('/-/media/eca0c34a6d114a9fab44d483dc576cb2.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right 0px center;
}
#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  &gt; div {
    margin-bottom: 10vh;
}
/* &gt;&gt; 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 h1 {
    text-transform: none;  
}
#my-room-tool-wrapper b {
    font-size: 30px;
    font-weight: 600 !important;
}
#my-room-tool-wrapper h1 {
    font-size: 45px;  
    margin: 20px 0;
    letter-spacing: 4px;
    font-weight: 300 !important;
}
#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;  
}  
/* &gt;&gt; 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 {
        height: 60vh;
    }
    #my-room-tool-wrapper .row {
        min-height: 60vh;
    }
    #my-room-tool-wrapper .row  &gt; 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; */
    }
}
/* &gt;&gt; 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;        
    }
}
/* &gt;&gt; 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 {
        height: 65vh;
    }
    #my-room-tool-wrapper .row {
        min-height: 65vh;
    }
    #my-room-tool-wrapper h1 {
        font-size: 25px;
    }
}
/* &gt;&gt; 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 {
        height: 65vh;
    }
    #my-room-tool-wrapper .row {
        min-height: 65vh;
    }
    #my-room-tool-wrapper h1 {
        font-size: 21px;
    }
}
/* &gt;&gt; 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 {
        height: 70vh;
    }
    #my-room-tool-wrapper .row {
        min-height: 70vh;
    }
    #my-room-tool-wrapper h1 {
        font-size: 18px;  
    }
    #my-room-tool-wrapper p {
        font-size: 15px;
    }
}

/* SHOP NOW */
#shop-now-wrapper {
    height: 100vh;
    position: relative;
    padding: 0;
    background: white;
}
#shop-now-wrapper .buttons {
    text-align: center;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
#shop-now-wrapper .buttons a:last-of-type {
    margin-top: 20px;
}
#shop-now-wrapper a.mlkn-button {
    width: 275px;
    background: #212121;
    border: 1px solid #212121;
    text-align: center;
    color: #fff;
    font-weight: 600 !important;
    font-size: 13px;
}
#shop-now-wrapper .rightSide {
    background: url('/-/media/a37415d2bb0a4c2c8a8d376912cd4595.ashx');
    background-size: cover;
    height: 100vh;
}
#shop-now-wrapper .leftSide {
    text-align: center;
    height: 100vh;
}
#shop-now-wrapper .buttons {
    left: var(--snBtnsLeft);
    position: absolute;
}
#shop-now-wrapper .leftSide &gt; div {
    position: relative;
    top: var(--snBtnsTop);
}
#shop-now-wrapper .leftSide h1 {
    margin-bottom: 0.5rem;
    letter-spacing: 5px;
    font-weight: 600 !important;
    font-size: 45px;
}
#shop-now-wrapper .leftSide p {
    letter-spacing: 5px;
    font-weight: 500 !important;
}
#shop-now-wrapper .mobile {
    display: none;
}
@media only screen and (max-width: 1200px) {
    #shop-now-wrapper .leftSide h1 {
        font-size: 35px;
    }
    #shop-now-wrapper .leftSide {
        width: 100%;
        height: 25vh;
        position: absolute;
        top: 75vh;
    }
    #shop-now-wrapper .rightSide {
        width: 100%;
        height: 75vh;
    }
    #shop-now-wrapper {
        height: 108vh;
    }
}
@media only screen and (max-width: 991px) {
    #shop-now-wrapper .leftSide h1 {
        font-size: 30px;
    }
    #shop-now-wrapper .leftSide &gt; div {
        width: 103%;
    }
}
@media only screen and (max-width: 500px) {
    #shop-now-wrapper .leftSide h1 {
        font-size: 28px;
    }
    #shop-now-wrapper .leftSide &gt; div {
        width: 105%;
    }
}
/*iphone 6+, 7+, 8+*/
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #shop-now-wrapper {
        height: 112vh;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #shop-now-wrapper .leftSide {
        height: 30vh;
    }
    #shop-now-wrapper {
        height: 117vh;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)  {
    #colorline-slideshow-wrapper .slide &gt; div {
        margin-left: -10vw;
    }
    #colorline-slideshow-wrapper .color-tile {
        width: 95px;
    }
    #colorline-slideshow-wrapper .color-tile p {
        margin-left: 30px;
    }
}

/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/0f275b947e124a80b28c4f5ff56ea381.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
/* &gt;&gt; Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* &gt;&gt; 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;
}
/* &gt;&gt; Creative Collective - Media Queries */
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row &gt; div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row &gt; 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%;
    }
}
/* &gt;&gt; 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: #343233;
    position: relative;
}
#sustainability-overview-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
    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: 295px;
}
/* &gt;&gt; Sustainability Overview - Content */
#sustainability-overview-wrapper h2,
#sustainability-overview-wrapper p {
    color: #fff;
}

#sustainability-overview-wrapper h2 {
    text-transform: none;  
}
/* &gt;&gt; Sustainability Overview - Image */
#sustainability-overview-wrapper img {
    width: 100%;
}
/* &gt;&gt; Sustainability Overview - Media Queries */

/* &gt;&gt; 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;
    }
}
@media only screen and (max-width: 991px) {
    #sustainability-overview-wrapper [class^="col"] {
        height: auto;
    }
}</pre></body></html>