/*** BODY ***/
body {
    position: relative;  
}
a.mlkn-button {
    border-radius: 25px;
}
main {
    overflow-x: hidden;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 1vw;
    top: 30vh;
    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;
    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;
}
#navbar-circles a[href="#quietlife-video-wrapper"]::before {
    content: "QuietLife LVT";
}
#navbar-circles a[href="#flexform-sound-lvt-wrapper"]::before {
    content: "Flexform Sound LVT";
}
#navbar-circles a[href="#patterns-wrapper"]::before {
    content: "Patterns";
}
#navbar-circles a[href="#folkwood-wrapper"]::before {
    content: "Folkwood";
}
#navbar-circles a[href="#longstraw-wrapper"]::before {
    content: "Longstraw";
}
#navbar-circles a[href="#alabaster-wrapper"]::before {
    content: "Alabaster";
}
#navbar-circles a[href="#MainContainer_C010_Col00"]::before {
    content: "Collection Video";
}
#navbar-circles a[href="#define-spaces-wrapper"]::before {
    content: "Define Spaces";
}
#navbar-circles a[href="#mix-in-color-wrapper"]::before {
    content: "Mix In Color";
}
#navbar-circles a[href="#coordination-wrapper"]::before {
    content: "Coordination";
}
#navbar-circles a[href="#details-wrapper"]::before {
    content: "Details";
}
#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 li > a.active,
#navbar-circles li > a.active:focus,
#navbar-circles li > a.active:hover {
    background: #fff;
}
#navbar-circles li > a.active::before,
#navbar-circles li > a.active:focus::before,
#navbar-circles li > a.active:hover::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #333;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #333;
}
#navbar-circles.dark-theme a::before {
    color: #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;  
    }
}

/*** INTERACTIVE BROCHURE ANCHOR ***/
#interactive-brochure-anchor {
    display: inline-block;
    padding: 5px 20px 9px;
    position: fixed;
    top: 50vh;
    background: #fff;
    color: #333;
    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;
    text-decoration: none;
    white-space: nowrap;
}
#interactive-brochure-anchor.dark-theme {
    background: #333;
    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: #333;
        color: #fff;
    }
}
@media only screen and (max-width: 500px) {
    #interactive-brochure-anchor {
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/*** 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;
    }
}

/*** HOTSPOTS ***/
.hotspot {
    position: absolute;
}
.hotspot-anchor {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    padding: 4px;
    border: 3px solid #fff;
    background-clip: content-box;
    transition: 0.3s;
    -webkit-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -ms-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.hotspot-content {
    background: #fff;
    width: 180px;
    padding: 15px;
    border-radius: 20px;
    position: absolute;
    top: -23px;
    left: 40px;
    display: none;
}
.hotspot-content p {
    color: #000;
    margin: 0;
}
/* >> Hotspot - Hover Styles */
.hotspot-anchor:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
}
.hotspot-anchor:hover .hotspot-content {
    display: block;
}

/*** QUIETLIFE VIDEO ***/
#quietlife-video-wrapper {
    background: #333; 
    position: relative;
    z-index: 2;
    padding: 0;
}
#quietlife-video-wrapper .video-container {
    position: relative;
    height: 100vh;
}
/* >> Quietlife Video - Video */
#quietlife-video-wrapper .video-container video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
}
/* >> Quietlife Video - Text Overlay */
#quietlife-video-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 28vh;
    text-align: center;
    z-index: 10;
    max-width: 800px;
}
#quietlife-video-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#quietlife-video-wrapper .text-overlay h1 {
    font-size: 115px;  
    letter-spacing: 30px;
    margin-bottom: 15px;
    font-weight: 100 !important;
    color: #fff;
    margin: 0;
}
#quietlife-video-wrapper .text-overlay h2 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    letter-spacing: 10px;
    font-weight: 400 !important;
    margin-top: 30px;
}
#quietlife-video-wrapper .text-overlay h2 strong {
    font-weight: 600 !important;
}
#quietlife-video-wrapper .text-overlay h2 sup {
    top: -0.2em;
}
#quietlife-video-wrapper .text-overlay > span.expanded {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 25px;
}
#quietlife-video-wrapper .text-overlay > span:last-of-type {
    position: relative;
    top: 170px;
}
/* >> Quietlife Video - Media Queries */
@media only screen and (max-width: 1300px) {
    #quietlife-video-wrapper .text-overlay > span.expanded {
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 22px;
    }
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 90px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1100px) {
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 70px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 27px;
    }
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #quietlife-video-wrapper .text-overlay {
        top: 30vh;  
    }
    #quietlife-video-wrapper .text-overlay > span {
        letter-spacing: 5px;
    }
    #quietlife-video-wrapper .text-overlay > span:last-of-type {
        top: 70px;
    }      
}
@media only screen and (max-width: 767px) {
    #quietlife-video-wrapper .text-overlay > span.expanded {
        font-size: 20px;
    }
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 50px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 25px;
    }
    #quietlife-video-wrapper .text-overlay {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #quietlife-video-wrapper .text-overlay {
        top: 23vh;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded {
        font-size: 18px;
    }
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 20px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 22px;
        letter-spacing: 5px;
        margin-top: 15px;
    }
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 17px;
        letter-spacing: 2px; 
    }
    #quietlife-video-wrapper .text-overlay > span:last-of-type {
        top: 30px;
    } 
}
/* >> Quietlife Video - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #quietlife-video-wrapper .text-overlay {
        width: auto;
        max-width: 1000px;
    }
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 160px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 50px;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded,
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 35px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #quietlife-video-wrapper .text-overlay h2 {
        white-space: nowrap;
    }
    #quietlife-video-wrapper .text-overlay {
        left: 48%;
    }
}
/* >> Quietlife Video - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #quietlife-video-wrapper .text-overlay {
        top: 22vh;
    } 
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 47px;
        letter-spacing: 10px;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded,
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 15px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        margin-left: -10px;
        white-space: nowrap;
    }
}
/* >> Quietlife Video - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #quietlife-video-wrapper .text-overlay {
        top: 22vh;
    }    
    #quietlife-video-wrapper .text-overlay h1 {
        font-size: 35px;
        letter-spacing: 10px;
    }
    #quietlife-video-wrapper .text-overlay h2 {
        font-size: 15px;
    }
    #quietlife-video-wrapper .text-overlay > span {
        font-size: 15px;
    }
    #quietlife-video-wrapper .text-overlay > span.expanded,
    #quietlife-video-wrapper .text-overlay > span:last-of-type {
        top: 20px;
    }      
}

/*** FLEXFORM SOUND LVT ***/
#flexform-sound-lvt-wrapper {
    background: #000;
    position: relative;
    padding: 0;
}
/* >> FlexForm Sound LVT - Columns */
#flexform-sound-lvt-wrapper .row > div {
    height: 100vh;
    position: relative;
}
#flexform-sound-lvt-wrapper .row > div:first-of-type {
    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;
    padding: 0;
}
/* >> FlexForm Sound LVT - Image */
#flexform-sound-lvt-wrapper .row > div:last-of-type {
    background-image: url('/-/media/c90483cff6c3469eab052444c3b4a5f8.ashx');
    background-repeat: no-repeat;
    background-size: cover;
}
#flexform-sound-lvt-wrapper img {
    width: 100%;
    margin: 20px 0;
}
/* >> FlexForm Sound LVT - Content */
#flexform-sound-lvt-wrapper .content {
    padding-left: 150px;
    padding-right: 150px;
}
#flexform-sound-lvt-wrapper .content span,
#flexform-sound-lvt-wrapper .content h1,
#flexform-sound-lvt-wrapper .content h2,
#flexform-sound-lvt-wrapper .content p {
    text-align: center;
    color: #fff;
}
#flexform-sound-lvt-wrapper .content span {
    font-weight: 600 !important;
    font-size: 16px;
    letter-spacing: 7px;
    display: block;
}
#flexform-sound-lvt-wrapper .content h1 {
    font-weight: 100 !important;
    letter-spacing: 7px;
    font-size: 44px;
    margin: 20px 0;
}
#flexform-sound-lvt-wrapper .content h1 strong {
    font-weight: 600 !important;
}
#flexform-sound-lvt-wrapper .content h1 sup {
    top: -0.2em;
}
#flexform-sound-lvt-wrapper .content h2 {
    margin: 0;
    letter-spacing: 10px;
    font-size: 25px;
}
#flexform-sound-lvt-wrapper .content p {
    font-size: 18px;
}
#flexform-sound-lvt-wrapper .content a.mlkn-button,
#flexform-sound-lvt-wrapper .content a.mlkn-button:hover {
    width: 275px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    font-weight: 600 !important;
    padding: 10px 15px;
    color: #000;
    display: block;
    margin: 50px auto 0;
}
#flexform-sound-lvt-wrapper .content a.mlkn-button.learn-more,
#flexform-sound-lvt-wrapper .content a.mlkn-button.learn-more:hover {
    background: #000;
    border: 2px solid #fff;
    color: #fff;
    margin: 20px auto 0;
}
/* >> FlexForm Sound LVT - Media Queries */
/* >> FlexForm Sound LVT - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #flexform-sound-lvt-wrapper .content span {
        font-size: 25px;
    }
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 70px;
    }
    #flexform-sound-lvt-wrapper .content h2 {
        font-size: 30px;
    }
    #flexform-sound-lvt-wrapper .content p {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1800px) {
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 39px;
    }
}
@media only screen and (max-width: 1700px) {
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 35px;
        letter-spacing: 4px;
    }
    #flexform-sound-lvt-wrapper .content h2 {
        font-size: 20px;
    }
    #flexform-sound-lvt-wrapper .content p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 1500px) {
    #flexform-sound-lvt-wrapper .content {
        padding-left: 100px;
        padding-right: 100px;
    }
    #flexform-sound-lvt-wrapper .content h2 {
        font-size: 18px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 1400px) {
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 30px;
    }
    #flexform-sound-lvt-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1199px) {
    #flexform-sound-lvt-wrapper .row > div {
        height: auto;
    }
    #flexform-sound-lvt-wrapper .row > div:last-of-type {
        height: 60vh;
        background-position-y: bottom;
        background-position-x: left;
    }
    #flexform-sound-lvt-wrapper .row > div:first-of-type {
        min-height: 40vh;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #flexform-sound-lvt-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #flexform-sound-lvt-wrapper img {
        max-height: 200px;
    }
    #flexform-sound-lvt-wrapper .content h1,
    #flexform-sound-lvt-wrapper .content p {
        text-align: center;
    }
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 35px;
    }
}
@media only screen and (max-width: 1100px) {
    #flexform-sound-lvt-wrapper .content {
        max-width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #flexform-sound-lvt-wrapper .content {
        max-width: 800px;
    }
}
@media only screen and (max-width: 767px) {
    #flexform-sound-lvt-wrapper .content p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 30px;
    }
}

/*iphone 13 pro max*/
@media only screen and (max-width: 428px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 26px;
        white-space: nowrap;
        margin-left: -3vw;
    }
}

/* >> FlexForm Sound LVT - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #flexform-sound-lvt-wrapper .content h1 {
        font-size: 26px;
        white-space: nowrap;
        margin-left: -5vw;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #flexform-sound-lvt-wrapper .content {
        margin-left: -5vw;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #flexform-sound-lvt-wrapper .content:nth-of-type(2) {
        margin-left: -10px;
    }
}
/*** PATTERNS ***/
#patterns-wrapper {
    height: 100vh;
    position: relative;
    background-image: url('/-/media/96d073402a274913ab65ae71f4803b11.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    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;
}
#patterns-wrapper:before,
#patterns-wrapper:after {
    display: none;
}
#patterns-wrapper > div:first-of-type {
    margin-bottom: 10vh;
}
/* >> Patterns - Content */
#patterns-wrapper h1,
#patterns-wrapper p {
    width: 100%;
    max-width: 1230px;
    color: #555;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}
#patterns-wrapper h1 {
    font-size: 44px;  
    margin: 20px auto;
    letter-spacing: 4px;
    font-weight: 400 !important;
    color: #333;
}
#patterns-wrapper p {
    max-width: 870px;
    font-size: 20px;
}
/* >> Patterns - Images */
#patterns-wrapper .images {
    text-align: center;
}
#patterns-wrapper img {
    width: 125px;
    margin: 0 25px;
}
/* >> Patterns - Media Queries */
@media only screen and (max-width: 1450px) {
    #patterns-wrapper h1,
    #patterns-wrapper p {
        max-width: 1090px;
    }
    #patterns-wrapper h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1300px) {
    #patterns-wrapper h1,
    #patterns-wrapper p {
        max-width: 955px;
    }
    #patterns-wrapper h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1150px) {
    #patterns-wrapper h1,
    #patterns-wrapper p {
        max-width: 785px;
    }
    #patterns-wrapper h1 {
        font-size: 23px;
    }
    #patterns-wrapper p {
        font-size: 18px;
    }
    #patterns-wrapper img {
        width: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #patterns-wrapper p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #patterns-wrapper img {
        width: 80px;
    }
}
@media only screen and (max-width: 500px) {  
    #patterns-wrapper h1 {
        font-size: 21px;
    }
    #patterns-wrapper img {
        width: 70px;
    }
}
/* >> Patterns - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #patterns-wrapper h1,
    #patterns-wrapper p {
        width: 100%;
        max-width: 1140px;
    }
    #patterns-wrapper h1 {
        font-size: 50px;  
        max-width: 1250px;
    }
    #patterns-wrapper p {
        font-size: 25px;
    }
    #patterns-wrapper img {
        width: 170px;
    }
}
/* >> iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #patterns-wrapper img {
        width: 50px;
    }
}

/*** FOLKWOOD ***/
#folkwood-wrapper {
    background: #fff;
    position: relative;
    padding: 0;
}
/* >> Folkwood - Columns */
#folkwood-wrapper .row > div {
    height: 100vh;
    position: relative;
}
#folkwood-wrapper .row > div:last-of-type {
    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;
    padding-left: 150px;
    padding-right: 150px;
}
/* >> Folkwood - Image */
#folkwood-wrapper .row > div:first-of-type {
    background-color: #fff;
    background-image: url('/-/media/e4500cac50904907a3b5652f96f3638c.ashx');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: contain;
    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;
}
#folkwood-wrapper img {
    max-width: 700px;
}
/* >> Folkwood - Content */
#folkwood-wrapper .content {
    margin-left: 50px;
}
#folkwood-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #999;
}
#folkwood-wrapper .content h1,
#folkwood-wrapper .content p {
    text-align: left;
}
#folkwood-wrapper .content h1 {
    font-weight: 100 !important;
    letter-spacing: 10px;
    color: #000;
    font-size: 70px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#folkwood-wrapper .content p {
    font-size: 18px;
    color: #303030;
    max-width: 435px;
    line-height: 1.8em;
}
#folkwood-wrapper .content a.mlkn-button,
#folkwood-wrapper .content a.mlkn-button:hover {
    width: 275px;
    text-align: center;
    background: #333;
    border: 1px solid #333;
    font-weight: 500 !important;
    margin-top: 30px;
    padding: 10px 15px;
}
/* >> Folkwood - Hotspots */
#folkwood-wrapper .hotspot-wrapper {
    position: relative;
}
#hotspot-1 {
    bottom: 175px;
    left: 250px;
}
/* >> Folkwood - Media Queries */
@media only screen and (max-width: 1700px) {
    #folkwood-wrapper img {
        width: 650px;
    }
    #folkwood-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #folkwood-wrapper .row > div:first-of-type {
        background-position-x: 200px;
    }
    #folkwood-wrapper img {
        width: 600px;
    }
    #hotspot-1 {
        left: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #folkwood-wrapper img {
        width: 550px;
    }
    #hotspot-1 {
        left: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #folkwood-wrapper img {
        width: 500px;
    }
}
@media only screen and (max-width: 1400px) {
    #folkwood-wrapper .content h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    #folkwood-wrapper .row > div {
        height: auto;
    }
    #folkwood-wrapper .row > div:first-of-type {
        height: 60vh;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position-y: 115%;
    }
    #folkwood-wrapper img {
        width: 400px;
    }
    #hotspot-1 {
        display: none;
    }
    #folkwood-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #folkwood-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #folkwood-wrapper .content span {
        display: none;
    }
    #folkwood-wrapper .content h1,
    #folkwood-wrapper .content p {
        text-align: center;
    }
    #folkwood-wrapper .content a.mlkn-button,
    #folkwood-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #folkwood-wrapper .row > div:first-of-type {
        background-position-y: 125%;
    }
}
@media only screen and (max-width: 767px) {
    #folkwood-wrapper .row > div:first-of-type {
        height: 50vh;
    }
    #folkwood-wrapper img {
        width: 300px;
    }
    #folkwood-wrapper .content h1 {
        font-size: 50px;
    }
    #folkwood-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #folkwood-wrapper .row > div:first-of-type {
        height: 60vh;
        background-position-y: 140%;
    }
    #folkwood-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #folkwood-wrapper .row > div:first-of-type {
        height: 60vh;
        background-position-y: 175%;
    }
    #folkwood-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #folkwood-wrapper .content {
        width: 100%;
    }
    #folkwood-wrapper .content h1 {
        font-size: 45px;
    }
}
/* >> Folkwood - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #folkwood-wrapper .content {
        margin-left: 150px;
    }
    #folkwood-wrapper .content span {
        font-size: 30px;
    }
    #folkwood-wrapper .content h1 {
        font-size: 90px;
    }
    #folkwood-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #folkwood-wrapper .content {
        margin-left: -5px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #folkwood-wrapper .content h1 {
        margin-left: -10px;
    }
}
/* >> Folkwood - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #folkwood-wrapper .content h1 {
        font-size: 35px;
    }
    #folkwood-wrapper .content p {
        font-size: 14px;
    }
    #folkwood-wrapper img {
        width: 250px;
    }
    #folkwood-wrapper .content {
        margin-left: -8px;
    }
}

/*** LONGSTRAW ***/
#longstraw-wrapper {
    background: #f1f1f1;
    position: relative;
    padding: 0;
}
/* >> Longstraw - Columns */
#longstraw-wrapper .row > div {
    height: 100vh;
    position: relative;
}
#longstraw-wrapper .row > div:last-of-type {
    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;
    padding-left: 150px;
    padding-right: 150px;
}
/* >> Longstraw - Image */
#longstraw-wrapper .row > div:first-of-type {
    background-color: #f1f1f1;
    background-image: url('/-/media/fce33ed9fdb748d99dc232f7ba44cc58.ashx');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    background-size: contain;
    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;
}
#longstraw-wrapper .row > div:first-of-type > div {
    text-align: right;
}
#longstraw-wrapper img {
    max-width: 700px;
}
/* >> Longstraw - Content */
#longstraw-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #999;
}
#longstraw-wrapper .content h1,
#longstraw-wrapper .content p {
    text-align: left;
}
#longstraw-wrapper .content h1 {
    font-weight: 100 !important;
    letter-spacing: 10px;
    color: #000;
    font-size: 70px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#longstraw-wrapper .content p {
    font-size: 18px;
    color: #303030;
    max-width: 435px;
    line-height: 1.8em;
}
#longstraw-wrapper .content a.mlkn-button,
#longstraw-wrapper .content a.mlkn-button:hover {
    width: 275px;
    text-align: center;
    background: #333;
    border: 1px solid #333;
    font-weight: 500 !important;
    margin-top: 30px;
    padding: 10px 15px;
}
/* >> Longstraw - Hotspots */
#longstraw-wrapper .hotspot-wrapper {
    position: relative;
}
#hotspot-2 {
    text-align: left !important;
    bottom: 175px;
    right: 250px;
}
/* >> Longstraw - Media Queries */
@media only screen and (max-width: 1700px) {
    #longstraw-wrapper img {
        width: 650px;
    }
    #longstraw-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #longstraw-wrapper .row > div:first-of-type {
        background-position-x: -200px;
    }
    #longstraw-wrapper img {
        width: 600px;
    }
    #hotspot-2 {
        right: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #longstraw-wrapper img {
        width: 550px;
    }
    #hotspot-2 {
        right: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #longstraw-wrapper img {
        width: 500px;
    }
    #longstraw-wrapper .row > div:last-of-type {
        padding-left: 25px;
        padding-right: 25px;
    }
    #longstraw-wrapper .content {
        max-width: 500px;
    }
    #longstraw-wrapper .content h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1400px) {
    #longstraw-wrapper .content h1 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1300px) {
    #longstraw-wrapper .content {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1199px) {
    #longstraw-wrapper {
        background: #fff;
    }
    #longstraw-wrapper .row > div {
        height: auto;
    }
    #longstraw-wrapper .row > div:first-of-type {
        height: 60vh;
        background-color: #fff;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position-y: 115%;
    }
    #longstraw-wrapper .row > div:first-of-type > div {
        text-align: center;
    }
    #longstraw-wrapper img {
        width: 400px;
    }
    #hotspot-2 {
        display: none;
    }
    #longstraw-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #longstraw-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #longstraw-wrapper .content span {
        display: none;
    }
    #longstraw-wrapper .content h1,
    #longstraw-wrapper .content p {
        text-align: center;
    }
    #longstraw-wrapper .content a.mlkn-button,
    #longstraw-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}
@media only screen and (max-width: 991px) {
    #longstraw-wrapper .row > div:first-of-type {
        background-position-y: 125%;
    }
}
@media only screen and (max-width: 767px) {
    #longstraw-wrapper .row > div:first-of-type {
        height: 50vh;
    }
    #longstraw-wrapper img {
        width: 300px;
    }
    #longstraw-wrapper .content h1 {
        font-size: 50px;
    }
    #longstraw-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #longstraw-wrapper .row > div:first-of-type {
        height: 60vh;
        background-position-y: 140%;
    }
    #longstraw-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #longstraw-wrapper .row > div:first-of-type {
        height: 60vh;
        background-position-y: 175%;
    }
    #longstraw-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #longstraw-wrapper .content {
        width: 100%;
    }
    #longstraw-wrapper .content h1 {
        font-size: 40px;
    }
}
/* >> Longstraw - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #longstraw-wrapper .content {
        margin-left: 50px;
    }
    #longstraw-wrapper .content span {
        font-size: 30px;
    }
    #longstraw-wrapper .content h1 {
        font-size: 90px;
    }
    #longstraw-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #longstraw-wrapper .content {
        margin-left: -5px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #longstraw-wrapper .content h1 {
        margin-left: -10px;
    }
}
/* >> Longstraw - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #longstraw-wrapper .content h1 {
        font-size: 32px;
    }
    #longstraw-wrapper .content p {
        font-size: 14px;
    }
    #longstraw-wrapper img {
        width: 250px;
    }
    #longstraw-wrapper .content {
        margin-left: -8px;
    }
}

/*** ALABASTER ***/
#alabaster-wrapper {
    background: #fff;
    position: relative;
    padding: 0;
}
/* >> Alabaster - Columns */
#alabaster-wrapper .row > div {
    height: 100vh;
    position: relative;
}
#alabaster-wrapper .row > div:last-of-type {
    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;
    padding-left: 150px;
    padding-right: 150px;
}
/* >> Alabaster - Image */
#alabaster-wrapper .row > div:first-of-type {
    background-color: #fff;
    background-image: url('/-/media/26808f98cfba4393ae4b389dc80e132f.ashx');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: contain;
    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;
}
#alabaster-wrapper img {
    max-width: 700px;
}
/* >> Alabaster - Content */
#alabaster-wrapper .content {
    margin-left: 50px;
}
#alabaster-wrapper .content span {
    font-weight: 500 !important;
    font-size: 16px;
    letter-spacing: 3px;
    color: #999;
}
#alabaster-wrapper .content h1,
#alabaster-wrapper .content p {
    text-align: left;
}
#alabaster-wrapper .content h1 {
    font-weight: 100 !important;
    letter-spacing: 10px;
    color: #000;
    font-size: 70px;
    margin-bottom: 25px;
    margin-top: 10px;
}
#alabaster-wrapper .content p {
    font-size: 18px;
    color: #303030;
    max-width: 420px;
    line-height: 1.8em;
}
#alabaster-wrapper .content a.mlkn-button,
#alabaster-wrapper .content a.mlkn-button:hover {
    width: 275px;
    text-align: center;
    background: #333;
    border: 1px solid #333;
    font-weight: 500 !important;
    margin-top: 30px;
    padding: 10px 15px;
}
/* >> Alabaster - Hotspots */
#alabaster-wrapper .hotspot-wrapper {
    position: relative;
}
#hotspot-3 {
    bottom: 175px;
    left: 250px;
}
/* >> Alabaster - Media Queries */
/* >> Alabaster - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #alabaster-wrapper .content {
        margin-left: 150px;
    }
    #alabaster-wrapper .content span {
        font-size: 30px;
    }
    #alabaster-wrapper .content h1 {
        font-size: 90px;
    }
    #alabaster-wrapper .content p {
        font-size: 25px;
        max-width: 700px;
    }
}
@media only screen and (max-width: 1700px) {
    #alabaster-wrapper img {
        width: 650px;
    }
    #alabaster-wrapper .row > div:last-of-type {
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media only screen and (max-width: 1550px) {
    #alabaster-wrapper .row > div:first-of-type {
        background-position-x: 200px;
    }
    #alabaster-wrapper img {
        width: 600px;
    }
    #hotspot-3 {
        left: 200px;
        bottom: 150px;
    }
}
@media only screen and (max-width: 1500px) {
    #alabaster-wrapper img {
        width: 550px;
    }
    #hotspot-3 {
        left: 190px;
        bottom: 125px;
    }
}
@media only screen and (max-width: 1450px) {
    #alabaster-wrapper img {
        width: 500px;
    }
}
@media only screen and (max-width: 1400px) {
    #alabaster-wrapper .content h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1199px) {
    #alabaster-wrapper .row > div {
        height: auto;
    }
    #alabaster-wrapper .row > div:first-of-type {
        height: 60vh;
        background-size: cover;
        background-position-x: initial;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-position-y: 115%;
    }
    #alabaster-wrapper img {
        width: 400px;
    }
    #hotspot-3 {
        display: none;
    }
    #alabaster-wrapper .row > div:last-of-type {
        min-height: 40vh;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #alabaster-wrapper .content {
        max-width: 700px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    #alabaster-wrapper .content span {
        display: none;
    }
    #alabaster-wrapper .content h1,
    #alabaster-wrapper .content p {
        text-align: center;
    }
    #alabaster-wrapper .content a.mlkn-button,
    #alabaster-wrapper .content a.mlkn-button:hover {
        display: block;
        margin: 30px auto 10px;
    }
}

/*ipad pro*/
@media only screen and (width: 1024px) and (-webkit-device-pixel-ratio: 2) {
    #alabaster-wrapper .content p {
        max-width: 427px;
    }
}
/*ipad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {
    #alabaster-wrapper .content p {
        max-width: 430px;
    }
}
@media only screen and (max-width: 991px) {
    #alabaster-wrapper .row > div:first-of-type {
        background-position-y: 125%;
    }
}
@media only screen and (max-width: 767px) {
    #alabaster-wrapper .row > div:first-of-type {
        height: 50vh;
    }
    #alabaster-wrapper img {
        width: 300px;
    }
    #alabaster-wrapper .content h1 {
        font-size: 50px;
    }
    #alabaster-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    #alabaster-wrapper .row > div:first-of-type {
        height: 60vh;
        background-position-y: 140%;
    }
    #alabaster-wrapper img {
        width: 300px;
    }
}
@media only screen and (max-width: 500px) {
    #alabaster-wrapper .row > div:first-of-type {
        height: 60vh;
        background-position-y: 175%;
    }
    #alabaster-wrapper .row > div:last-of-type {
        padding-bottom: 35px;
    }
    #alabaster-wrapper .content {
        width: 100%;
    }
    #alabaster-wrapper .content h1 {
        font-size: 45px;
    }
}
/*iphone 13*/
@media only screen and (max-width: 393px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 3) {
    #alabaster-wrapper .content {
        margin-left: -5px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #alabaster-wrapper .content h1 {
        margin-left: -10px;
    }
}
/* >> Alabaster - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {    
    #alabaster-wrapper .content h1 {
        font-size: 35px;
    }
    #alabaster-wrapper .content p {
        font-size: 14px;
    }
    #alabaster-wrapper img {
        width: 250px;
    }
    #alabaster-wrapper .content {
        margin-left: -8px;
    }
}

/* EMBEDDED VIDEO - MainContainer_C010_Col00 */
.embedded-video {
    margin-top: 0 !important;
}
div[title="Play Video"]::before {
    content: "WATCH COLLECTION VIDEO";
    width: 300px;
    display: block;
    text-align: center;
    color: #000;
    background: #fff;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: var(--embeddedVideoButtonTop);
    border-radius: 25px;
    right: -1vw;
}
div[title="Play Video"] svg {
    display: none;
}
#MainContainer_C010_Col00 .video-overlay {
    display: none;
}
#MainContainer_C010_Col00 picture img {
    height: 100vh !important;
}
#MainContainer_C010_Col00, #MainContainer_C010_Col00 section, #MainContainer_C010_Col00 iframe, #MainContainer_C010_Col00 picture img {
    height: 100vh !important;
}
.embedded-video .play-btn__text {
    visibility: hidden !important;
}
/* Media Queries */
@media only screen and (max-width: 1600px) {
    div[title="Play Video"]::before {
        right: -3vw;
    } 
}
@media only screen and (max-width: 1200px) {
    div[title="Play Video"]::before {
        right: -4vw;
    } 
}
@media only screen and (max-width: 991px) {
    div[title="Play Video"]::before {
        margin: 0 -94px;
        right: 0;
    }
}
@media only screen and (max-width: 767px) {
    #MainContainer_C010_Col00 picture img {
        content: url(/-/media/139bd25a280341b8a2ecdce6b3e2d83c.ashx);
    }
    div[title="Play Video"]::before {
        margin: 0 -94px;
    }
}
/*iphone 5, 5c, 5s, se*/
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    div[title="Play Video"]::before {
        margin: 0 -100px;
    }
}


/*** DEFINE SPACES ***/
#define-spaces-wrapper {
    position: relative;
    padding: 0;
}
/* >> Define Spaces - Slideshow */
#define-spaces-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#define-spaces-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#define-spaces-slide-1 {
    background-image: url('/-/media/8979ed60a89a4d6380ad2b370928e63c.ashx');
}
#define-spaces-slide-2 {
    background-image: url('/-/media/487172be0aad404dbcd2d3dfa1570989.ashx');
}
#define-spaces-slide-3 {
    background-image: url('/-/media/f9fbd54082ad4f99976eb9a4a6255f74.ashx');
}
#define-spaces-slideshow-wrapper .slide-content {
    width: 885px;
    position: absolute;
    bottom: 80px;
    left: 80px;
}
#define-spaces-slideshow-wrapper .slide-content h1,
#define-spaces-slideshow-wrapper .slide-content p {
    text-align: left;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}
#define-spaces-slideshow-wrapper .slide-content p {
    font-size: 18px;
}
#define-spaces-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: 400 !important;
    letter-spacing: 4px;
    font-size: 35px;
    margin-bottom: 10px;
}
/* >> Define Spaces - Pager */
#define-spaces-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;
    bottom: 80px;
    z-index: 500;
    width: 425px;
    right: 200px;
}
#define-spaces-slideshow-wrapper .cycle-pager a {
    width: 125px;
    height: 125px;
    background-size: cover !important;
    background-color: transparent;
    background-repeat: no-repeat;
}
#define-spaces-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/f20eab34d0a14c7687fb9f41ae8438e3.ashx');
}
#define-spaces-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/5be09474063346eb9b4e97d695ef9671.ashx');
}
#define-spaces-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/03753ebf19134134b898a1e8c1347b2e.ashx');
}
#define-spaces-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/cecfc25be78245bf883723556ce453b5.ashx');
}
#define-spaces-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/f1b006fb4893489498d908a2e25c0b28.ashx');
}
#define-spaces-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/3906e3f78e094cb6aeeaefcd4331f0b2.ashx');
}
/* >> Define Spaces - Mobile Content */
#define-spaces-mobile-content {
    background: #fff;
    display: none;
    position: relative;
}
#define-spaces-mobile-content [class^="col"] {
    min-height: 30vh;
    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;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#define-spaces-mobile-content h1,
#define-spaces-mobile-content p {
    color: #555;
    text-align: center;
}
#define-spaces-mobile-content h1 {
    font-weight: 400 !important;
    letter-spacing: 4px;
    font-size: 28px;
    color: #333;
}
#define-spaces-mobile-content p {
    font-size: 16px;
}
/* >> Define Spaces - Media Queries */
@media only screen and (max-width: 1600px) {
    #define-spaces-slideshow-wrapper .slide-content {
        width: 675px;
    }
}
@media only screen and (max-width: 1450px) {
    #define-spaces-slideshow-wrapper .slide-content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 885px;
    }
    #define-spaces-slideshow-wrapper .slide-content h1,
    #define-spaces-slideshow-wrapper .slide-content p {
        text-align: center;
    }
    #define-spaces-slideshow-wrapper  .cycle-pager {
        bottom: 230px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 330px;
    }
    #define-spaces-slideshow-wrapper .cycle-pager a {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 991px) {
    #define-spaces-slideshow-wrapper .slide-content {
        max-width: 800px;
        width: 100%;
    }
    #define-spaces-slideshow-wrapper .slide-content h1 {
        font-size: 30px;
    }
    #define-spaces-slideshow-wrapper .slide-content p {
        font-size: 16px;
        margin: 0 auto;
        max-width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    #define-spaces-slideshow-wrapper .cycle-slideshow {
        height: 70vh;
    }
    #define-spaces-slideshow-wrapper .cycle-pager {
        width: 250px;
        bottom: 30px;
    }
    #define-spaces-slideshow-wrapper .cycle-pager a {
        width: 70px;
        height: 70px;
    }
    #define-spaces-slideshow-wrapper .slide-content {
        display: none;
    }
    #define-spaces-mobile-content {
        display: block;
    }
}
@media only screen and (max-width: 500px) {
    #define-spaces-mobile-content h1 {
        font-size: 25px;
    }
    #define-spaces-slide-2 {
        background-position-x: 15% !important;
    }
}
/* >> Define Spaces - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #define-spaces-slideshow-wrapper .cycle-pager {
        width: 630px;
    }
    #define-spaces-slideshow-wrapper .cycle-pager a {
        width: 180px;
        height: 180px;
    }
    #define-spaces-slideshow-wrapper .slide-content {
        width: 1000px;
    }
    #define-spaces-slideshow-wrapper .slide-content h1 {
        font-size: 50px;
    }
    #define-spaces-slideshow-wrapper .slide-content p {
        font-size: 25px;
    }
}
/* >> Define Spaces - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #define-spaces-mobile-content h1 {
        font-size: 22px;
    }
}

/*** MIX IN COLOR ***/
#mix-in-color-wrapper {
    position: relative;
    background: #fff;
    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;
    padding-left: 0;
    padding-right: 0;
}
#mix-in-color-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
/* >> Mix In Color - Slideshow */
#mix-in-color-slideshow-wrapper {
      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;  
}
#mix-in-color-slideshow-wrapper .cycle-slideshow {
    display: inline-block; 
    width: 1125px;
}
#mix-in-color-slideshow-wrapper .cycle-slideshow .slide {
    position: relative;  
}
#mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
    width: 1125px;
}
#mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay {
    position: absolute;
    width: 70px;
    z-index: 100;
}
#mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay.left {
    left: 0;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay.right {
    right: 0;
    bottom: 50px;
    top: auto;
    left: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
/* >> Mix In Color - Pager */
#mix-in-color-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;  
      width: 28%;
      margin: -30px auto 0;
      position: relative;
      z-index: 1000;
}
#mix-in-color-slideshow-wrapper .cycle-pager a {
    width: 29%;
    height: 3px;
    background: #e1e1e1;
}
#mix-in-color-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #fff;  
}  
/* >> Mix In Color - Slideshow Controls */
#mix-in-color-slideshow-controls {
    display: none;  
    margin: 50px 0 20px;
    text-align: center;
}
#mix-in-color-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #333;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #333;
}
#mix-in-color-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#mix-in-color-slideshow-controls button:focus {
    outline: none;
}
/* >> Mix In Color - Content */
#mix-in-color-wrapper .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
#mix-in-color-wrapper .content h1,
#mix-in-color-wrapper .content p {
    text-align: center;
    color: #555;
}
#mix-in-color-wrapper .content h1 {
    text-transform: none;
    font-weight: 400 !important;
    letter-spacing: 3px;
    font-size: 35px;
    color: #333;
    margin-bottom: 10px;
}
#mix-in-color-wrapper .content p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 1100px;
    padding-left: 20px;
    padding-right: 20px;
}
/* >> Mix In Color - Media Queries */
@media only screen and (max-width: 1650px) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow,
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
        width: 950px;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay {
        width: 60px;
    }
}
@media only screen and (max-width: 1400px) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow,
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
        width: 800px;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay {
        width: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow,
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
        width: 700px;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay {
        width: 45px;
    }
    #mix-in-color-wrapper .content h1 {
        max-width: 600px;
        margin: 0 auto 10px;
    }
    #mix-in-color-wrapper .content p {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1150px) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay {
        display: none;
    }
}
@media only screen and (max-width: 1100px) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow,
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
      width: 600px;
    }
}
/*ipad 9th gen*/
@media only screen and (width: 810px) and (-webkit-device-pixel-ratio: 2) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow {
        height: 48vh;
    }
}
@media only screen and (max-width: 991px) {
    #mix-in-color-wrapper {
        min-height: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 30px;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow,
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
      width: 100vw;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow {
        height: 46vh;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
        height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
    #mix-in-color-slideshow-wrapper .cycle-pager {
      display: none;  
    }
    #mix-in-color-slideshow-controls {
      display: block;  
    }
    #mix-in-color-wrapper .content {
        margin-top: 0;
    }
    #mix-in-color-wrapper .content h1 {
      font-size: 28px;
      max-width: 700px;
    }
    #mix-in-color-wrapper .content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px) {
    #mix-in-color-wrapper .content h1 {
        font-size: 24px; 
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* >> Mix In Color - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mix-in-color-slideshow-wrapper .cycle-slideshow,
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.main {
        width: 1233px;
    }
    #mix-in-color-slideshow-wrapper .cycle-slideshow img.overlay {
        width: 85px;
    }
    #mix-in-color-wrapper .content {
        margin-top: 70px;
    }
    #mix-in-color-wrapper .content h1 {
        font-size: 50px;
    }
    #mix-in-color-wrapper .content p {
        font-size: 25px;
    }
}
/* >> Mix In Color - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mix-in-color-wrapper .content p {
        font-size: 14px;
    }
}

/*** COORDINATION ***/
#coordination-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
}
/* >> Design Overview - Slideshow */
#coordination-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#coordination-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#coordination-slide-1 {
    background-image: url('/-/media/6a229986015c4d02b38dc217c03cb5f1.ashx');
}
#coordination-slide-2 {
    background-image: url('/-/media/266122cd883240f69923301e699d247a.ashx');
}
/*#coordination-slide-3 {
    background-image: url('/-/media/f70e1195748e488ba8ac91c847e791ea.ashx');
}
#coordination-slide-4 {
    background-image: url('/-/media/7b856ae6154445b6858c055a02d30eb4.ashx');
}
#coordination-slide-5 {
    background-image: url('/-/media/f40cc0993f7f45918754f1873be68948.ashx');
}
#coordination-slide-6 {
    background-image: url('/-/media/266122cd883240f69923301e699d247a.ashx');
}*/
#coordination-slideshow-wrapper .slide-content {
    width: 1100px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#coordination-slideshow-wrapper .slide-content h1,
#coordination-slideshow-wrapper .slide-content p {
    text-align: center;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
}
#coordination-slideshow-wrapper .slide-content p {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}
#coordination-slideshow-wrapper .slide-content h1 {
    text-transform: none;
    font-weight: 400 !important;
    letter-spacing: 3px;
    font-size: 35px;
    text-transform: none;
    margin-bottom: 10px;
}
/* >> Coordination - Pager */
#coordination-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: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#coordination-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
}
#coordination-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> Coordination - Slideshow Controls */
#coordination-outer-wrapper {
    position: relative;  
}
#coordination-slideshow-controls {
    display: none;  
    margin: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 29vh;
    width: 100%;
    z-index: 500;
}
#coordination-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#coordination-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#coordination-slideshow-controls button:focus {
    outline: none;
}
/* >> Floorscapes - Mobile Content */
#coordination-mobile-content {
    background: #fff;
    display: none;
    position: relative;
}
#coordination-mobile-content [class^="col"] {
    min-height: 30vh;
    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;
    padding-top: 30px;
    padding-bottom: 30px; 
}
#coordination-mobile-content h1,
#coordination-mobile-content p {
    color: #555;
    text-align: center;
}
#coordination-mobile-content h1 {
    font-weight: 400 !important;
    letter-spacing: 4px;
    font-size: 31px;
    color: #333;
}
#coordination-mobile-content p {
    font-size: 16px;
}
/* >> Coordination - Media Queries */
@media only screen and (max-width: 1450px) {
    #coordination-slideshow-wrapper .slide-content {
        max-width: 700px;
    }
}
@media only screen and (max-width: 1100px) {
    #coordination-slideshow-wrapper .slide-content {
        width: 600px;
    }
}
@media only screen and (max-width: 991px) {
    #coordination-slideshow-wrapper .cycle-slideshow,
    #coordination-slideshow-wrapper .slide {
        height: auto;
        min-height: 100vh;
    }
    #coordination-slideshow-wrapper .slide-content {
        height: 42vh;
        width: 100%;
        padding: 30px 20px;
        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;
        bottom: 0;
    }
    #coordination-slideshow-wrapper .slide-content h1 {
        font-size: 30px;
        margin-top: 40px;
    }    
    #coordination-slideshow-wrapper .slide-content p {
        font-size: 16px;
    }
    #coordination-slideshow-wrapper .slide-content a.mlkn-button {
        border: 2px solid #333;
    }
    #coordination-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #coordination-slideshow-controls {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    #coordination-slideshow-wrapper .cycle-slideshow,
    #coordination-slideshow-wrapper .slide {
        min-height: 50vh;
    }
    #coordination-slideshow-wrapper .cycle-slideshow {
        height: 50vh;
    }
    #coordination-slideshow-wrapper .slide-content {
        display: none;
    }
    #coordination-mobile-content {
        display: block;
    }
    #coordination-slideshow-controls {
        bottom: 30px;
        margin: 20px 0 0;
    }
}
@media only screen and (max-width: 500px) {
    #coordination-slide-1 {
        background-position-x: 70% !important;
    }
    #coordination-slide-2 {
        background-position-x: 73% !important;
    }
    #coordination-slide-3 {
        background-position-x: 80% !important;
    }
    #coordination-slide-5 {
        background-position-x: 40% !important;
    }
    #coordination-mobile-content h1 {
        font-size: 21px;
    }
}
/* >> Coordination - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #coordination-slideshow-wrapper .slide-content {
        width: 1300px;
    }
    #coordination-slideshow-wrapper .slide-content h1 {
        font-size: 50px;
    }
    #coordination-slideshow-wrapper .slide-content p {
        font-size: 25px;
    }
}
/* >> Coordination - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #coordination-mobile-content p {
        font-size: 14px;
    }
}

/*** DETAILS ***/
#details-wrapper {
    background: #f1f1f1;
    position: relative;
    padding: 0;
    height: 100vh;
}
/* >> Details - Slideshow Container */
#details-wrapper .slideshow-container {
    height: 85vh;
    width: 100%;
}
#details-wrapper .cycle-slideshow {
    width: 100%;  
    height: 85vh;
}
#details-wrapper .cycle-slideshow .slide {
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
#details-slide-1 {
    background-image: url('/-/media/d486a500662b4c5bb2abd70ace0c27f7.ashx');
}
#details-slide-2 {
    background-image: url('/-/media/d1ac98ccffe848f6a9422b6cfcd2160f.ashx');
}
/* >> Details - Pager */
#details-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: 30px;
    z-index: 500;
    width: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#details-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #aaa;
}
#details-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #eee;  
}
/* >> Details - Slideshow Controls */
#details-slideshow-controls {
    display: none;  
    text-align: center;
    position: relative;
    z-index: 2;
    top: 3vh;
}
#details-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #333;
    background: transparent;
    padding: 15px 23px;
    font-size: 30px;
    color: #333;
}
#details-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#details-slideshow-controls button:focus {
    outline: none;
}
/* >> Details - Text Container */
#details-wrapper .container {
    height: 15vh;
}
#details-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: 15vh;
    padding: 15px !important;
}
#details-wrapper .container h1 {
    font-weight: 400 !important;
    letter-spacing: 3px;
    color: #333;
    text-align: center;
    font-size: 35px;
    text-transform: none;
    margin-bottom: 10px;
}
#details-wrapper .container p {
    color: #333;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}
/* >> Details - Media Queries */
@media only screen and (max-width: 1400px) {
    #details-wrapper .container h1 {
        font-size: 29px;
    }
}
@media only screen and (max-width: 1200px) {
    #details-wrapper .container p {
        width: auto;
    }
}
@media only screen and (max-width: 991px) {
    #details-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #details-slideshow-wrapper {
        position: relative;
        z-index: 1;
    }
    #details-wrapper .slideshow-container,
    #details-wrapper .cycle-slideshow,
    #details-wrapper .cycle-slideshow .slide {
        height: 70vh;
    }
    #details-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #details-slideshow-controls {
        display: block;
    }     
    #details-wrapper .container,
    #details-wrapper .container .content-wrapper {
        height: auto;
        min-height: 35vh;
    }
    #details-wrapper .container h1 {
        max-width: 500px;
        margin: 50px auto 10px;
    }
    #details-wrapper .container p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #details-wrapper .cycle-slideshow .slide {
        background-position-x: 65%;
    }
    #details-wrapper .container h1 {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 500px) {
    #details-slide-1 {
        background-position-x: 51% !important;
    }
    #details-wrapper .container h1 {
        font-size: 21px;
        margin-top: 90px;
    }
    #details-wrapper .container p {
        font-size: 15px;
    }
}
/* >> Details - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #details-wrapper .container h1 {
        font-size: 45px;
    }
    #details-wrapper .container p {
        width: 1000px;
        font-size: 25px;
    }
}
/* >> Details - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #details-wrapper .container h1 {
        font-size: 19px;
        letter-spacing: 2px;
    }
}

/*** COLORLINE ***/
#colorline-wrapper {
    position: relative;
}
#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;    
}
/* >> Colorline - Top Content */
#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 {
    margin: 12px 0;
    font-weight: 500 !important;
}
#colorline-wrapper .top-content p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}
#colorline-wrapper a.mlkn-button {
    display: block;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background: #fff;
    border: 2px solid #333;
    font-weight: 600 !important;
    color: #333;
}
#colorline-wrapper .bottom-content {
    margin-top: 50px;  
}
/* >> Colorline - Slideshow */
#colorline-slideshow-wrapper .cycle-slideshow,
#colorline-mobile-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
}
#colorline-slideshow-wrapper .slide,
#colorline-mobile-slideshow-wrapper .slide {
    width: 100%;  
    position: relative;
}
#colorline-slideshow-wrapper .slide > div:first-of-type,
#colorline-mobile-slideshow-wrapper .slide > div:first-of-type {
    margin-top: 0 !important;  
}
#colorline-slideshow-wrapper .color-row,
#colorline-mobile-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;  
    margin-top: 20px;
}
#colorline-slideshow-wrapper .color-tile {
    display: inline-block;
    width: 8%;
    padding: 0 10px;
}
#colorline-slideshow-wrapper .color-tile a {
    text-decoration: none;
}
#colorline-slideshow-wrapper .color-tile img {
    width: 80px;
}
#colorline-slideshow-wrapper .color-tile p {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    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-mobile {
    display: none;
    text-align: center;
}
#colorline-mobile-slideshow-wrapper .color-tile {
    width: 9%;
}
#colorline-mobile-slideshow-wrapper .color-tile img {
    width: 50px;
}
/* >> 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;
      width: 260px;
      margin: 50px auto 0;
}
#colorline-slideshow-wrapper .cycle-pager a {
    width: 71px;
    height: 3px;
    background: #b1b1b1;
}
#colorline-slideshow-wrapper .cycle-pager a.cycle-pager-active {
    background: #777;  
}
/* >> Colorline - Slideshow Controls */
#colorline-mobile-slideshow-controls {
    margin: 20px 0;
    text-align: center;
}
#colorline-mobile-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #333;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #333;
}
#colorline-mobile-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#colorline-mobile-slideshow-controls button:focus {
    outline: none;
}
/* >> Colorline - Media Queries */
@media only screen and (max-width: 1550px) {
    #colorline-slideshow-wrapper .color-tile {
        width: 7%;
    }
    #colorline-slideshow-wrapper .color-tile img {
        width: 70px;
    }
}
@media only screen and (max-width: 1400px) {
    #colorline-slideshow-wrapper .color-tile {
        width: 6%;
    }
    #colorline-slideshow-wrapper .color-tile img {
        width: 60px;
    }
}
@media only screen and (max-width: 1250px) {
    #colorline-slideshow-wrapper .color-tile img {
        width: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    #colorline-slideshow-wrapper .color-tile p {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    #colorline {
        display: none;
    }
    #colorline-mobile {
        display: block;
    }
    #colorline-wrapper .top-content h1 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    #colorline-wrapper .bottom-content {
        margin-bottom: 50px;
    }
    #colorline-mobile-slideshow-wrapper .color-tile {
        width: 11%;
    }
}
@media only screen and (max-width: 650px) {
    #colorline-mobile-slideshow-wrapper .color-tile {
        width: 12%;
    }
}
@media only screen and (max-width: 500px) {
    #colorline-wrapper .top-content h2 {
        font-size: 16px;
    }
    #colorline-wrapper a.mlkn-button {
        width: auto;
    }
    #colorline-mobile-slideshow-wrapper .color-tile {
        width: 20%;
    }
}
/* >> 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: 1050px;
    }
    #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 .color-tile {
        width: 11%;
    }
    #colorline-slideshow-wrapper .color-tile img {
        width: 100px;
    }
}
/* >> 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;
    }
}
/* >> 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;
    }
}
/* >> 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;
    }
    #colorline-mobile-slideshow-wrapper .color-tile {
        width: 20%;
    }
    #colorline-mobile-slideshow-wrapper .color-tile img {
        width: 40px;
    }
}

/*** MY ROOM TOOL ***/
#my-room-tool-wrapper {
    height: 100vh;
    background-image: url('/-/media/86466F8B9CC4435A9596A6DD7F2D1C25.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: 17vh;
}
/* >> 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: 50px;  
    margin: 20px 0;
    letter-spacing: 4px;
}
#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: transparent;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    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 .row [class^="col"] {
        margin-bottom: 15vh;
    }
    #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 .row [class^="col"] {
        margin-bottom: 5vh;
    }
    #my-room-tool-wrapper h1 {
        font-size: 35px;  
    }
}
@media only screen and (max-width: 500px) {
    #my-room-tool-wrapper {
        background-position-x: 80% !important;
    }
    #my-room-tool-wrapper h1 {
        font-size: 28px;
        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: 23vh;
    }
    #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: 25px;
    }
}
/* >> 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: 21px;
    }
}
/* >> 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;
        width: 110%;
        margin-left: -5%;
    }
}

/*** SHOP NOW ***/
#shop-now-wrapper {
    height: 100vh;
    background-image: url('/-/media/741715F6A01245CEA05F8D58C93B32B7.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#shop-now-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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Shop Now - Content */
#shop-now-wrapper h1,
#shop-now-wrapper p {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}
#shop-now-wrapper h1 {
    font-size: 115px;  
    letter-spacing: 30px;
    margin-bottom: 15px;
    font-weight: 100 !important;
}
#shop-now-wrapper p {
    font-size: 35px;
    letter-spacing: 10px;
    font-weight: 400 !important;
}
#shop-now-wrapper p strong {
    font-weight: 600 !important;
}
#shop-now-wrapper p sup {
    top: -0.2em;
}
#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 */
@media only screen and (max-width: 1300px) {
    #shop-now-wrapper h1 {
        font-size: 90px;
    }
    #shop-now-wrapper p {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1100px) {
    #shop-now-wrapper h1 {
        font-size: 70px;
    }
    #shop-now-wrapper p {
        font-size: 27px;
    }
}
@media only screen and (max-width: 991px) {
    #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: 43%;
    }
    #shop-now-wrapper h1 {
        font-size: 50px;
    }
    #shop-now-wrapper p {
        font-size: 25px;
    }
}
@media only screen and (max-width: 600px) {
    #shop-now-wrapper h1 {
        font-size: 40px;
        letter-spacing: 10px;
    }
    #shop-now-wrapper p {
        font-size: 22px;
        letter-spacing: 5px;
    }
}
@media only screen and (max-width: 500px) {
    #shop-now-wrapper a.mlkn-button {
        width: auto;
    }
    #shop-now-wrapper p {
        font-weight: 500 !important;
        font-size: 17px;
    }
}
/* >> 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 h1 {
        font-size: 160px;
    }
    #shop-now-wrapper p {
        font-size: 50px;
    }
    #shop-now-wrapper a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 10px 15px;
        font-weight: 600 !important;
    }
}
/* >> Shop Now - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #shop-now-wrapper h1 {
        font-size: 47px;
        letter-spacing: 10px;
    }
}
/*iphone 6, 6s, 7, 8*/
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #shop-now-wrapper h1 {
        margin-left: -10px;
    }
    #shop-now-wrapper p {
        white-space: nowrap;
    }
}
/* >> 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 h1 {
        font-size: 35px;
    }
    #shop-now-wrapper  {
        font-size: 15px;
    }
    #shop-now-wrapper p {
        font-size: 12px;
    }
}

/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/b7624ba5869f44c6a74c9e43f6e15f94.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: 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;
    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;
}
/* >> 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 */
@media only screen and (max-width: 991px) {
    #sustainability-overview-wrapper [class^="col"] {
        height: auto;
    }
}
/* >> 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;
    }
}