/*** BODY ***/
body {
    position: relative;
}
.bottom-nav-wrapper {
    border-top: none !important;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** NAVBAR CIRCLES ***/
#navbar-circles {
    position: fixed;
    right: 50px;
    top: 35vh;
    z-index: 10001;
}
#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: -215px;
    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="#modular-landscapes-wrapper"]::before {
    content: "Modular Landscapes";
}
#navbar-circles a[href="#latest-collection-wrapper"]::before {
    content: "Latest Collection";
}
#navbar-circles a[href="#featured-carpet-wrapper"]::before {
    content: "Featured Carpet";
}
#navbar-circles a[href="#featured-lvt-wrapper"]::before {
    content: "Featured LVT";
}
#navbar-circles a[href="#guest-rooms-wrapper"]::before {
    content: "Guest Rooms";
}
#navbar-circles a[href="#corridors-wrapper"]::before {
    content: "Corridors";
}
#navbar-circles a[href="#public-space-wrapper"]::before {
    content: "Public Space";
}
#navbar-circles a[href="#casino-wrapper"]::before {
    content: "Casino";
}
#navbar-circles a[href="#amenity-2-wrapper"]::before {
    content: "Amenity";
}
#navbar-circles a[href="#mpact-wrapper"]::before {
    content: "M/PACT";
}
#navbar-circles a[href="#visionlab-wrapper"]::before {
    content: "VisionLab";
}
#navbar-circles a[href="#design-customization-wrapper"]::before {
    content: "Design Customization";
}
#navbar-circles a[href="#MainContainer_C465_Col00"]::before {
    content: "PrintWorks";
}
#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,
#navbar-circles li:hover > a::before {
    display: inline-block;
}
/*  >> Nav Circles - Dark Theme */
#navbar-circles.dark-theme > a {
    color: #000;  
}
#navbar-circles.dark-theme li a {
    border: 2px solid #000;
}
#navbar-circles.dark-theme a::before {
    color: #000;
}
#navbar-circles.dark-theme li > a.active,
#navbar-circles.dark-theme li > a.active:focus,
#navbar-circles.dark-theme li > a.active:hover {
    background: #000;
}
/* >> Nav Circles - Media Queries */
@media only screen and (max-width: 991px) {
    h1 {
        font-size: 30px;  
    }
    #navbar-circles {
        display: none;  
    }
}

/*** 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;
    z-index: 100;
}
.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: 275px;
    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;
}
@media only screen and (max-width: 991px) {
    .hotspot {
        display: none !important;
    }   
}

/*** MODULAR LANDSCAPES WRAPPER ***/
#modular-landscapes-wrapper {
    height: 100vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
}
/* >> Modular Landscapes - Video Container */
#modular-landscapes-wrapper .video-container {
    height: 75vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#modular-landscapes-wrapper .video-container video {
    width: 100%;
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
#modular-landscapes-wrapper .video-container img {
    width: 400px;
    height: 166px;
    position: relative;
    z-index: 1;
}
#modular-landscapes-wrapper .video-container h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 500 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0.67em;
}
/* >> Modular Landscapes - Text Container */
#modular-landscapes-wrapper .container {
    height: 25vh;
}
#modular-landscapes-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: 30px 15px;
}
#modular-landscapes-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#modular-landscapes-wrapper .container .button-wrapper {
    text-align: center;
}
#modular-landscapes-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 340px;
}
#modular-landscapes-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 991px) {
    #modular-landscapes-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #modular-landscapes-wrapper .container,
    #modular-landscapes-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #modular-landscapes-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #modular-landscapes-wrapper .container a.mlkn-button,
    #modular-landscapes-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #modular-landscapes-wrapper .video-container img {
        width: 300px;
        margin-bottom: 20px;
    }
    #modular-landscapes-wrapper .video-container h1 {
        margin-top: -20px;
        text-align: center;
        font-size: 17px;
    }
}
@media only screen and (max-width: 500px) {
    #modular-landscapes-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
}
/* >> Modular Landscapes - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #modular-landscapes-wrapper .video-container,
    #modular-landscapes-wrapper .video-container video {
        height: 72vh;
    }
    #modular-landscapes-wrapper .video-container img {
        width: 600px;
        height: 249px;
    }
    #modular-landscapes-wrapper .video-container h1 {
        font-size: 37px;
    }
    #modular-landscapes-wrapper .container,
    #modular-landscapes-wrapper .container .content-wrapper {
        height: 28vh;
    }
    #modular-landscapes-wrapper .container p {
        font-size: 25px;
    }
    #modular-landscapes-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}

/*** LATEST COLLECTION WRAPPER ***/
#latest-collection-wrapper {
    height: 100vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
}
/* >> Latest Collection - Image Container */
#latest-collection-wrapper .image-container {
    height: 75vh;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#latest-collection-wrapper .image-container img {
    width: 100%;
    height: 75vh;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
#latest-collection-wrapper .image-container span {
    font-size: 20px;
    display: block;
    letter-spacing: 5px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600 !important;
}
#latest-collection-wrapper .image-container h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 600 !important;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 70px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#latest-collection-wrapper .image-container a.mlkn-button {
    text-transform: uppercase;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 1;
    width: 300px;
    text-align: center;
}
/* >> Latest Collection - Hotspot */
#latest-collection-hotspot-1 {
    bottom: 20%;
    right: 30%;
}
/* >> Latest Collection - Text Container */
#latest-collection-wrapper .container {
    height: 25vh;
}
#latest-collection-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: 30px 15px;
}
#latest-collection-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#latest-collection-wrapper .container .button-wrapper {
    text-align: center;
}
#latest-collection-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#latest-collection-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
/* >> Latest Collection - Media Queries */
@media only screen and (max-width: 991px) {
    #latest-collection-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #latest-collection-wrapper .container,
    #latest-collection-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #latest-collection-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #latest-collection-wrapper .container a.mlkn-button,
    #latest-collection-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #latest-collection-wrapper .image-container span {
        letter-spacing: 2px;
    }
    #latest-collection-wrapper .image-container h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 500px) {
    #latest-collection-wrapper .container a.mlkn-button {
        width: 100%;
    }
    #latest-collection-wrapper .image-container h1 {
        font-size: 45px;
    }
    #latest-collection-wrapper .container p {
        font-size: 15px;
    }
}
/* >> Latest Collection - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #latest-collection-wrapper .image-container span {
        font-size: 30px;
    }
    #latest-collection-wrapper .image-container h1 {
        font-size: 120px;
    }
    #latest-collection-wrapper .image-container a.mlkn-button {
        font-size: 20px;
        width: 400px;
        padding: 15px 20px;
    }
    #latest-collection-wrapper .container p {
        font-size: 25px;
    }
    #latest-collection-wrapper .container a.mlkn-button {
        width: 400px;
        font-size: 20px;
    }
}
/* >> Latest Collection - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #latest-collection-wrapper .image-container h2 {
        letter-spacing: 3px;
    }
}

/*** FEATURED CARPET ***/
#featured-carpet-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
}
#featured-carpet-outer-wrapper {
    position: relative;
}
/* >> Featured Carpet - Slideshow */
#featured-carpet-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#featured-carpet-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#featured-carpet-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Featured Carpet - Slide Content */
#featured-carpet-slideshow-wrapper .slide .left-content,
#featured-carpet-slideshow-wrapper .slide .right-content {
    height: 100vh;
}
#featured-carpet-slideshow-wrapper .slide .left-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 45vw;
    position: relative;
}
#featured-carpet-slideshow-wrapper .slide .right-content {
    background: #000;
    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;  
}
#featured-carpet-slide-1 .left-content {
    background-image: url('/-/media/7e81d7e16c254910bda1a1aa1f6c7188.ashx');
}
#featured-carpet-slide-2 .left-content {
    background-image: url('/-/media/44ffd45f0d93412b91d21709a4923a0b.ashx');
}
#featured-carpet-slide-4 .left-content {
    background-image: url('/-/media/0856b1dd91264855a860c17ade7d8cd1.ashx');
}
#featured-carpet-slide-5 .left-content {
    background-image: url('/-/media/770d322a296b4334a53801e807afd7eb.ashx');
}
#featured-carpet-slideshow-wrapper .slide .right-content > div {
    max-width: 500px;
    margin: 0 0 0 150px;
}
#featured-carpet-slideshow-wrapper .slide .right-content img {
    margin: 0 auto 50px;
    display: block;
}
#featured-carpet-slide-1 img,
#featured-carpet-slide-2 img,
#featured-carpet-slide-3 img,
#featured-carpet-slide-5 img {
    width: 500px;
}
#featured-carpet-slide-4 img {
    width: 400px;
}
#featured-carpet-slideshow-wrapper .slide .right-content p {
    font-size: 19px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#featured-carpet-slideshow-wrapper .slide .right-content a.mlkn-button {
    display: block;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
/* >> Featured Carpet - Hotspots */
#featured-carpet-hotspot-1 {
    top: 45%;
    left: 55%;
}
#featured-carpet-hotspot-2 {
    top: 70%;
    left: 30%;
}
#featured-carpet-hotspot-3 {
    top: 65%;
    left: 15%;
}
#featured-carpet-hotspot-4 {
    top: 82%;
    left: 30%;
}
#featured-carpet-hotspot-5 {
    bottom: 44%;
    left: 20%;
}
#featured-carpet-hotspot-6 {
    top: 24%;
    left: 39%;
}
#featured-carpet-hotspot-7 {
    bottom: 10%;
    right: 10%;
}
#featured-carpet-hotspot-8 {
    bottom: 40%;
    left: 30%;
}
/* >> Featured Carpet - Slideshow Controls */
#featured-carpet-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    right: 50%;
    transform: translateX(250%);
    z-index: 100;
}
#featured-carpet-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: #000;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#featured-carpet-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#featured-carpet-slideshow-controls button:focus {
    outline: none;
}
/* >> Featured Carpet - Media Queries */
@media only screen and (max-width: 1450px) {
    #featured-carpet-slideshow-wrapper .slide .right-content > div {
        max-width: 400px;
        margin: 0 0 0 50px;
    }
}
@media only screen and (max-width: 1300px) {
    #featured-carpet-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #featured-carpet-slideshow-wrapper .slide .left-content,
    #featured-carpet-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #featured-carpet-slideshow-wrapper .slide .left-content {
        height: 50vh;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content {
        min-height: 73vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 15px;
    }
    #featured-carpet-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #featured-carpet-slideshow-wrapper .slide .left-content {
        background-position: center;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content > div {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 0 30px;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content p {
        font-size: 18px;
    }
    #featured-carpet-slideshow-controls {
        bottom: auto;
        right:  auto;
        left: 50%;
        transform: translateX(-50%);
        top: 40vh;
        width: 170px;
    }
    #featured-carpet-slideshow-controls button {
        background: transparent;
    }
    #featured-carpet-hotspot-7 {
        bottom: 20%;
        right: 20%;
    }
}
@media only screen and (max-width: 991px) {
    #featured-carpet-slideshow-wrapper .slide .right-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #featured-carpet-slideshow-wrapper .slide .right-content > div {
        padding: 0;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content img {
        margin: 0 auto 30px;
    }
    #featured-carpet-slide-1 img,
    #featured-carpet-slide-2 img,
    #featured-carpet-slide-3 img,
    #featured-carpet-slide-5 img {
        width: 250px;
    }
    #featured-carpet-slide-4 img {
        width: 200px;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content {
        height: 72vh;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 15px;
    }
    #featured-carpet-slideshow-controls {
        top: 35vh;
    }
}
@media only screen and (max-width: 500px) {
    #featured-carpet-slideshow-wrapper .slide .right-content {
        height: 60vh;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> Featured Carpet - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #featured-carpet-slideshow-wrapper .slide .right-content > div {
        max-width: 700px;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content p {
        font-size: 25px;
    }
    #featured-carpet-slideshow-wrapper .slide .right-content a.mlkn-button {
        font-size: 20px;
    }
    #featured-carpet-slideshow-controls {
        transform: translateX(270%);
        bottom: 20vh;
    }
}
/* >> Featured Carpet - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #featured-carpet-slideshow-wrapper .slide .right-content {
        height: 65vh;
    }
}
/* >> Featured Carpet - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #featured-carpet-slideshow-wrapper .slide .right-content {
        height: 72vh;
    }
}
/* >> Featured Carpet - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #featured-carpet-slideshow-wrapper .slide .right-content {
        height: 88vh;
    }
}

/*** FEATURED LVT ***/
#featured-lvt-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
}
#featured-lvt-outer-wrapper {
    position: relative;
}
/* >> Featured Lvt - Slideshow */
#featured-lvt-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#featured-lvt-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#featured-lvt-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Featured Lvt - Slide Content */
#featured-lvt-slideshow-wrapper .slide .left-content,
#featured-lvt-slideshow-wrapper .slide .right-content {
    height: 100vh;
}
#featured-lvt-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
    order: 2;
    position: relative;
}
#featured-lvt-slideshow-wrapper .slide .left-content {
    background: #000;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 1;
}
#featured-lvt-slide-1 .right-content {
    background-image: url('/-/media/15d545ad237b45369f09cc08f3b8ed06.ashx');
}
#featured-lvt-slide-2 .right-content {
    background-image: url('/-/media/ebc6777490b54516868295522018ea5e.ashx');
}
#featured-lvt-slide-3 .right-content {
    background-image: url('/-/media/d378f1f6c4ab447abcd82e731c688e99.ashx');
}
#featured-lvt-slide-4 .right-content {
    background-image: url('/-/media/be5e950f9da14c74a3b5e0332dcfde51.ashx');
}
#featured-lvt-slideshow-wrapper .slide .left-content > div {
    max-width: 500px;
    margin: 0 auto;
    margin-right: 175px;
}
#featured-lvt-slideshow-wrapper .slide .left-content img {
    margin: 0 auto 50px;
    display: block;
}
#featured-lvt-slide-1 img,
#featured-lvt-slide-2 img,
#featured-lvt-slide-3 img,
#featured-lvt-slide-4 img {
    width: 500px;
}
#featured-lvt-slideshow-wrapper .slide .left-content p {
    font-size: 20px;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 20px;
}
#featured-lvt-slideshow-wrapper .slide .left-content a.mlkn-button {
    display: block;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold !important;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 400px;
}
/* >> Featured Carpet - Hotspots */
#featured-lvt-hotspot-1 {
    top: 70%;
    left: 20%;
}
#featured-lvt-hotspot-2 {
    top: 50%;
    left: 10%;
}
#featured-lvt-hotspot-3 {
    bottom: 20%;
    left: 41%;
}
#featured-lvt-hotspot-4 {
    top: 64%;
    left: 20%;
}
#featured-lvt-hotspot-5 {
    top: 93%;
    right: 35%;
}
#featured-lvt-hotspot-6 {
    bottom: 15%;
    left: 20%;
}
#featured-lvt-hotspot-7 {
    bottom: 3%;
    right: 13%;
}
/* >> Featured Lvt - Slideshow Controls */
#featured-lvt-slideshow-controls {
    position: absolute;
    bottom: 10vh;
    left: 40%;
    transform: translateX(-250%);
    z-index: 100;
}
#featured-lvt-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: #000;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#featured-lvt-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#featured-lvt-slideshow-controls button:focus {
    outline: none;
}
/* >> Featured Lvt - Media Queries */
@media only screen and (max-width: 1450px) {
    #featured-lvt-slideshow-wrapper .slide .left-content > div {
        max-width: 400px;
        margin: 0 0 0 50px;
    }
}
@media only screen and (max-width: 1300px) {
    #featured-lvt-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content,
    #featured-lvt-slideshow-wrapper .slide .right-content {
        width: 100vw;
    }
    #featured-lvt-slideshow-wrapper .slide .right-content {
        height: 50vh;
        order: 1;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content {
        min-height: 75vh;
        height: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px 15px;
        order: 2;
    }
    #featured-lvt-slideshow-wrapper .slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #featured-lvt-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content > div {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content p {
        font-size: 18px;
    }
    #featured-lvt-slideshow-controls {
        bottom: auto;
        right:  auto;
        left: 50%;
        transform: translateX(-50%);
        top: 40vh;
        width: 170px;
    }
    #featured-lvt-slideshow-controls button {
        background: transparent;
    }
    #featured-lvt-hotspot-3 {
        bottom: 34%;
        left: 54%;
    }
    #featured-lvt-hotspot-5 {
        top: 88%;
        right: 25%;
    }
}
@media only screen and (max-width: 991px) {
    #featured-lvt-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #featured-lvt-slideshow-wrapper .slide .left-content img {
        margin: 0 auto 30px;
    }
    #featured-lvt-slide-1 img,
    #featured-lvt-slide-2 img,
    #featured-lvt-slide-3 img,
    #featured-lvt-slide-4 img {
        width: 250px;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content {
        height: 50vh;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 15px;
    }
    #featured-lvt-slideshow-controls {
        top: 35vh;
    }
}
@media only screen and (max-width: 500px) {
    #featured-lvt-slideshow-wrapper .slide .left-content {
        height: 52vh;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content a.mlkn-button {
        max-width: none;
        width: 100%;
        margin: 0 0 30px;
    }
}
/* >> Featured Lvt - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #featured-lvt-slideshow-wrapper .slide .left-content > div {
        max-width: 700px;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #featured-lvt-slideshow-wrapper .slide .left-content a.mlkn-button {
        font-size: 20px;
    }
    #featured-lvt-slideshow-controls {
        transform: translateX(-290%);
        bottom: 20vh;
    }
}
/* >> Featured LVT - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #featured-lvt-slideshow-wrapper .slide .left-content {
        height: 58vh;
    }
}
/* >> Featured LVT - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #featured-lvt-slideshow-wrapper .slide .left-content {
        height: 64vh;
    }
}
/* >> Featured LVT - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #featured-lvt-slideshow-wrapper .slide .left-content {
        height: 79vh;
    }
}

/*** GUEST ROOMS ***/
#guest-rooms-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
}
/* >> Guest Rooms - Slideshow */
#guest-rooms-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#guest-rooms-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
#guest-rooms-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
    width: 100%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* >> Guest Rooms - Hotspots */
#guest-rooms-hotspot-1 {
    top: 70%;
    left: 10%;
}
#guest-rooms-hotspot-2 {
    top: 53%;
    left: 25%;
}
#guest-rooms-hotspot-3 {
    top: 35%;
    left: 3%;
}
#guest-rooms-hotspot-4 {
    top: 70%;
    left: 15%;
}
#guest-rooms-hotspot-5 {
    top: 40%;
    right: 30%;
}
/* >> Guest Rooms - Slide Content */
#guest-rooms-slide-1  > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/f93755f23bca4bdf80b2069a311b5cd7.ashx');
}
#guest-rooms-slide-2 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/b216bfb2d89f45318c392618ad9f60aa.ashx');
}
#guest-rooms-slide-3 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/a0b0104328934c7bbc43545b095f9dcb.ashx');
}
#guest-rooms-slideshow-wrapper .slide .content h2,
#guest-rooms-slideshow-wrapper .slide .content p {
    width: 600px;
    color: #fff;
    display: block;
    text-align: center;
}
#guest-rooms-slideshow-wrapper .slide .content h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
#guest-rooms-slideshow-wrapper .slide .content p {
    font-size: 20px;
    margin-bottom: 50px;
}
/* >> Guest Rooms - Pager */
#guest-rooms-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: 80px;
    z-index: 500;
    width: 325px;
    height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#guest-rooms-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
#guest-rooms-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/85fa9af1b8a94c2193c18fddc75ee98d.ashx');
}
#guest-rooms-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/f7180e382acd473c90685bd59b68d505.ashx');
}
#guest-rooms-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/4060816ef6ea45c5aeeb166bf03319a2.ashx');
}
#guest-rooms-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/8e09583ea35948ea9adcbdda451e4286.ashx');
}
#guest-rooms-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/05b66730a92742758099f04257269cd4.ashx');
}
#guest-rooms-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/a73e6dd9df55409799f05dcb0d62afe7.ashx');
}
/* >> Guest Rooms - Slideshow Controls */
#guest-rooms-slideshow-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
#guest-rooms-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #000;
}
#guest-rooms-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#guest-rooms-slideshow-controls button:focus {
    outline: none;
}
/* >> Guest Rooms - Mobile Content */
#guest-rooms-wrapper .mobile-content {
    display: none;
    margin-top: -267px;
    padding: 20px 15px 144px;
}
#guest-rooms-wrapper .mobile-content h2,
#guest-rooms-wrapper .mobile-content p {
    text-align: center;
    font-weight: 500 !important;
}
#guest-rooms-wrapper .mobile-content h2 {
    font-weight: 600 !important;
    font-size: 25px;
}
/* >> Four Step Process - Media Queries */
@media only screen and (max-width: 1350px) {
    #guest-rooms-hotspot-2 {
        left: 40%;
    }
}
@media only screen and (max-width: 1250px) {
    #guest-rooms-hotspot-5 {
        right: 15%;
    }
}
@media only screen and (max-width: 991px) {
    #guest-rooms-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
}
@media only screen and (max-width: 767px) {
    #guest-rooms-slideshow-wrapper .slide .content h2,
    #guest-rooms-slideshow-wrapper .slide .content p,
    #guest-rooms-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #guest-rooms-slide-1  > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/3c5b1f18225c4a718a3d895360d9e6b8.ashx');
    }
    #guest-rooms-slide-2 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/39e870ec3bba49499962fe289b4b77c9.ashx');
    }
    #guest-rooms-slide-3 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/409d75f4af0e4b83a617095f00a1ddd8.ashx');
    }
    #guest-rooms-wrapper .mobile-content,
    #guest-rooms-slideshow-controls {
        display: block;
    }
    #guest-rooms-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
        height: 60vh;
    }
}
@media only screen and (max-width: 500px) {
    #guest-rooms-wrapper .mobile-content {
        margin-top: -315px;
    }
}
/* >> Guest Rooms - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #guest-rooms-slideshow-wrapper .slide .content h2,
    #guest-rooms-slideshow-wrapper .slide .content p {
        width: 700px;
    }
    #guest-rooms-slideshow-wrapper .slide .content h2 {
        font-size: 70px;
    }
    #guest-rooms-slideshow-wrapper .slide .content p {
        font-size: 25px;
    }
    #guest-rooms-slideshow-wrapper .cycle-pager {
        width: 450px;
        bottom: 115px;
    }
    #guest-rooms-slideshow-wrapper .cycle-pager a {
        width: 135px;
        height: 135px;
    }
}
/* >> Guest Rooms - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #guest-rooms-wrapper .mobile-content {
        margin-top: -285px;
    }
}
/* >> Guest Rooms - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #guest-rooms-wrapper .mobile-content {
        margin-top: -260px;
    }
}
/* >> Guest Rooms - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #guest-rooms-wrapper .mobile-content {
        margin-top: -225px;
    }
}

/*** CORRIDORS ***/
#corridors-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
}
/* >> Corridors - Slideshow */
#corridors-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#corridors-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
#corridors-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
    width: 100%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* >> Corridors - Hotspots */
#corridors-hotspot-1 {
    top: 60%;
    left: 30%;
}
#corridors-hotspot-2 {
    top: 40%;
    left: 35%;
}
#corridors-hotspot-3 {
    top: 70%;
    left: 20%;
}
#corridors-hotspot-4 {
    top: 50%;
    right: 25%;
}
/* >> Corridors - Slide Content */
#corridors-slide-1  > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/c6c37cdb7a184da0b191126a26973d8d.ashx');
}
#corridors-slide-2 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/c6333940f66848818cbdda6a0df66be4.ashx');
}
#corridors-slide-3 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/c9999f0d0ac949b28fd23c84b9bd288c.ashx');
}
#corridors-slideshow-wrapper .slide .content h2,
#corridors-slideshow-wrapper .slide .content p {
    width: 600px;
    color: #fff;
    display: block;
    text-align: center;
}
#corridors-slideshow-wrapper .slide .content h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
#corridors-slideshow-wrapper .slide .content p {
    font-size: 20px;
    margin-bottom: 50px;
}
/* >> Corridors - Pager */
#corridors-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: 80px;
    z-index: 500;
    width: 325px;
    height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#corridors-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
#corridors-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/4ec49c7cd3964a6a97cb370befe75e42.ashx');
}
#corridors-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/a413ba8a51984be9948ea322044e260a.ashx');
}
#corridors-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/2adaed7352304a14a0ead6aac9612a09.ashx');
}
#corridors-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/7609770a9454492abdb393142b4749c2.ashx');
}
#corridors-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/c4f0ef9948684e728fdfa1b7bae9e7da.ashx');
}
#corridors-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/03e6ce1c826a4f7fa8a0fc62d4025824.ashx');
}
/* >> Corridors - Slideshow Controls */
#corridors-slideshow-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
#corridors-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #000;
}
#corridors-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#corridors-slideshow-controls button:focus {
    outline: none;
}
/* >> Corridors - Mobile Content */
#corridors-wrapper .mobile-content {
    display: none;
    margin-top: -267px;
    padding: 20px 15px 144px;
}
#corridors-wrapper .mobile-content h2,
#corridors-wrapper .mobile-content p {
    text-align: center;
    font-weight: 500 !important;
}
#corridors-wrapper .mobile-content h2 {
    font-weight: 600 !important;
    font-size: 25px;
}
/* >> Corridors - Media Queries */
@media only screen and (max-width: 1600px) {
    #corridors-hotspot-4 {
        right: 15%;
    }
}
@media only screen and (max-width: 1400px) {
    #corridors-hotspot-4 {
        top: 62%;
    }
}
@media only screen and (max-width: 1200px) {
    #corridors-hotspot-2 {
        left: 55%;
    }
}
@media only screen and (max-width: 991px) {
    #corridors-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
}
@media only screen and (max-width: 767px) {
    #corridors-slideshow-wrapper .slide .content h2,
    #corridors-slideshow-wrapper .slide .content p,
    #corridors-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #corridors-wrapper .mobile-content,
    #corridors-slideshow-controls {
        display: block;
    }
    #corridors-slide-1  > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/097b2b59793a49f0b8654caa775febd2.ashx');
    }
    #corridors-slide-2 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/83a518f5fa6d4153a1020751acaaff33.ashx');
    }
    #corridors-slide-3 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/240253d33fa646199720472e40e11a65.ashx');
    }
    #corridors-wrapper .mobile-content,
    #corridors-slideshow-controls {
        display: block;
    }
    #corridors-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
        height: 60vh;
    }
}
@media only screen and (max-width: 500px) {
    #corridors-wrapper .mobile-content {
        margin-top: -315px;
    }
}
/* >> Corridors - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #corridors-slideshow-wrapper .slide .content h2,
    #corridors-slideshow-wrapper .slide .content p {
        width: 700px;
    }
    #corridors-slideshow-wrapper .slide .content h2 {
        font-size: 70px;
    }
    #corridors-slideshow-wrapper .slide .content p {
        font-size: 25px;
    }
    #corridors-slideshow-wrapper .cycle-pager {
        width: 450px;
        bottom: 115px;
    }
    #corridors-slideshow-wrapper .cycle-pager a {
        width: 135px;
        height: 135px;
    }
}
/* >> Corridors - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #corridors-wrapper .mobile-content {
        margin-top: -285px;
    }
}
/* >> Corridors - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #corridors-wrapper .mobile-content {
        margin-top: -260px;
    }
}
/* >> Corridors - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #corridors-wrapper .mobile-content {
        margin-top: -225px;
    }
}

/*** PUBLIC SPACE ***/
#public-space-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
}
/* >> Public Space - Slideshow */
#public-space-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#public-space-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}
#public-space-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
    width: 100%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* >> Public Space - Hotspots */
#public-space-hotspot-1 {
    top: 25%;
    left: 60%;
}
#public-space-hotspot-2 {
    top: 70%;
    left: 10%;
}
#public-space-hotspot-3 {
    top: 43%;
    left: 21%;
}
#public-space-hotspot-4 {
    top: 50%;
    left: 30%;
}
#public-space-hotspot-5 {
    top: 47%;
    right: 26%;
}
#public-space-hotspot-6 {
    top: 60%;
    left: 10%;
}
/* >> Public Space - Slide Content */
#public-space-slide-1  > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/61f648e8aea948b883c14d0815c4fcf2.ashx');
}
#public-space-slide-2 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/6dc8173584b24c5aa3df1c4d50dcd8fe.ashx');
}
#public-space-slide-3 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/f8e2f14c68814c178479390b517669a4.ashx');
}
#public-space-slide-4 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/cee4961ee5eb4d309d6e39b091a3e8c5.ashx');
}
#public-space-slideshow-wrapper .slide .content h2,
#public-space-slideshow-wrapper .slide .content p {
    width: 600px;
    color: #fff;
    display: block;
    text-align: center;
}
#public-space-slideshow-wrapper .slide .content h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
#public-space-slideshow-wrapper .slide .content p {
    font-size: 20px;
    margin-bottom: 50px;
}
/* >> Public Space - Pager */
#public-space-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: 80px;
    z-index: 500;
    width: 450px;
    height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#public-space-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
#public-space-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/3ec9fea71f814269b65cbea78cb1be8a.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/91788926ea574998b7f1f70a12b80715.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:nth-of-type(3) {
    background-image: url('/-/media/213965b813564fc9b68d34cf72532211.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/f950b98d104d4d8eace30795b1ceb024.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/b38ccc729c9b432c90181bdaa58b2d93.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/3aa40f5bb65c43d088ad3ed17aad9ef1.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:nth-of-type(3).cycle-pager-active {
    background-image: url('/-/media/250682272c3a44be9b53e7c2646c6188.ashx');
}
#public-space-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/5944341fdcfc47adbc6e6859f34b0e4b.ashx');
}
/* >> Public Space - Slideshow Controls */
#public-space-slideshow-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
#public-space-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #000;
}
#public-space-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#public-space-slideshow-controls button:focus {
    outline: none;
}
/* >> Public Space - Mobile Content */
#public-space-wrapper .mobile-content {
    display: none;
    margin-top: -267px;
    padding: 20px 15px 144px;
}
#public-space-wrapper .mobile-content h2,
#public-space-wrapper .mobile-content p {
    text-align: center;
    font-weight: 500 !important;
}
#public-space-wrapper .mobile-content h2 {
    font-weight: 600 !important;
    font-size: 25px;
}
/* >> Public Space - Media Queries */
@media only screen and (max-width: 1600px) {
    #public-space-hotspot-5 {
        right: 13%;
    }
}
@media only screen and (max-width: 1350px) {
    #public-space-hotspot-4 {
        left: 44%;
    }
    #public-space-hotspot-5 {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    #public-space-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
}
@media only screen and (max-width: 767px) {
    #public-space-slideshow-wrapper .slide .content h2,
    #public-space-slideshow-wrapper .slide .content p,
    #public-space-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #public-space-wrapper .mobile-content,
    #public-space-slideshow-controls {
        display: block;
    }
    #public-space-slide-1  > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/3e93e836e75349dbbf63958a488f2f51.ashx');
    }
    #public-space-slide-2 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/dc92e2a6dda0400888b6a54a31578d31.ashx');
    }
    #public-space-slide-3 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/bc5718594b4942e586b6a0555efadfd9.ashx');
    }
    #public-space-slide-4 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/4726aa0878b7483abc605b314494ccf3.ashx');
    }
    #public-space-wrapper .mobile-content,
    #public-space-slideshow-controls {
        display: block;
    }
    #public-space-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
        height: 60vh;
    }
}
@media only screen and (max-width: 500px) {
    #public-space-wrapper .mobile-content {
        margin-top: -315px;
    }
}
/* >> Public Space - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #public-space-slideshow-wrapper .slide .content h2,
    #public-space-slideshow-wrapper .slide .content p {
        width: 700px;
    }
    #public-space-slideshow-wrapper .slide .content h2 {
        font-size: 70px;
    }
    #public-space-slideshow-wrapper .slide .content p {
        font-size: 25px;
    }
    #public-space-slideshow-wrapper .cycle-pager {
        width: 750px;
        bottom: 115px;
    }
    #public-space-slideshow-wrapper .cycle-pager a {
        width: 135px;
        height: 135px;
    }
    #public-space-hotspot-5 {
        right: 27%;
    }
}
/* >> Public Space - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #public-space-wrapper .mobile-content {
        margin-top: -285px;
    }
}
/* >> Public Space - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #public-space-wrapper .mobile-content {
        margin-top: -260px;
    }
}
/* >> Public Space - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #public-space-wrapper .mobile-content {
        margin-top: -225px;
        font-size: 15px;
    }
}

/*** CASINO ***/
#casino-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
}
/* >> Casino - Slideshow */
#casino-slideshow-wrapper .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#casino-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
}
#casino-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
    width: 100%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* >> Casino - Hotspots */
#casino-hotspot-1 {
    top: 50%;
    left: 26%;
}
#casino-hotspot-2 {
    top: 37%;
    left: 45%;
}
#casino-hotspot-3 {
    top: 37%;
    left: 35%;
}
#casino-hotspot-4 {
    top: 42%;
    left: 55%;
}
/* >> Casino - Slide Content */
#casino-slide-1  > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/47ad78cca5b0442d92ae593b5eb89b8c.ashx');
}
#casino-slide-2 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/b6bfc8d91d144d7b8a1f8d62d6950edc.ashx');
}
#casino-slide-3 > div:not(.hotspots-wrapper) {
    background-image: url('/-/media/210c9ac4fa1c4dea9e288656167548d5.ashx');
}
#casino-slideshow-wrapper .slide .content h2,
#casino-slideshow-wrapper .slide .content p {
    width: 600px;
    color: #fff;
    display: block;
    text-align: center;
}
#casino-slideshow-wrapper .slide .content h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}
#casino-slideshow-wrapper .slide .content p {
    font-size: 20px;
    margin-bottom: 50px;
}
/* >> Casino - Pager */
#casino-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: 80px;
    z-index: 500;
    width: 325px;
    height: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#casino-slideshow-wrapper .cycle-pager a {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}
#casino-slideshow-wrapper .cycle-pager a:first-of-type {
    background-image: url('/-/media/53761ff033fc476e86f613353e544b96.ashx');
}
#casino-slideshow-wrapper .cycle-pager a:nth-of-type(2) {
    background-image: url('/-/media/2ce1ea1068c14db09601f636730b1cfb.ashx');
}
#casino-slideshow-wrapper .cycle-pager a:last-of-type {
    background-image: url('/-/media/8ef77f8d1ba746ebb09ae8f6b2c9a468.ashx');
}
#casino-slideshow-wrapper .cycle-pager a:first-of-type.cycle-pager-active {
    background-image: url('/-/media/6aace4c21478472b82471fa138d114b6.ashx');
}
#casino-slideshow-wrapper .cycle-pager a:nth-of-type(2).cycle-pager-active {
    background-image: url('/-/media/97ae12f7e80444a3b7dd1963e7f79ed1.ashx');
}
#casino-slideshow-wrapper .cycle-pager a:last-of-type.cycle-pager-active {
    background-image: url('/-/media/c0ac0100ffbc4296981882f3585a5630.ashx');
}
/* >> Casino - Slideshow Controls */
#casino-slideshow-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}
#casino-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 15px 23px;
    font-size: 30px;
    color: #000;
}
#casino-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#casino-slideshow-controls button:focus {
    outline: none;
}
/* >> Casino - Mobile Content */
#casino-wrapper .mobile-content {
    display: none;
    margin-top: -267px;
    padding: 20px 15px 144px;
}
#casino-wrapper .mobile-content h2,
#casino-wrapper .mobile-content p {
    text-align: center;
    font-weight: 500 !important;
}
#casino-wrapper .mobile-content h2 {
    font-weight: 600 !important;
    font-size: 25px;
}
/* >> Casino - Media Queries */
@media only screen and (max-width: 1350px) {
    #casino-hotspot-4 {
        left: 80%;
    }
}
@media only screen and (max-width: 1300px) {
    #casino-hotspot-3 {
        left: 55%;
    }
}
@media only screen and (max-width: 1150px) {
    #casino-hotspot-1 {
        left: 38%;
    }
    #casino-hotspot-2 {
        left: 60%;
    }
}
@media only screen and (max-width: 991px) {
    #casino-slideshow-wrapper .cycle-slideshow {
        height: auto;
        min-height: 100vh;
    }
}
@media only screen and (max-width: 767px) {
    #casino-slideshow-wrapper .slide .content h2,
    #casino-slideshow-wrapper .slide .content p,
    #casino-slideshow-wrapper .cycle-pager {
        display: none;
    }
    #casino-wrapper .mobile-content,
    #casino-slideshow-controls {
        display: block;
    }
    #casino-slide-1  > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/09180700fa48429fb45fbb048681f099.ashx');
    }
    #casino-slide-2 > div:not(.hotspots-wrapper)  {
        background-image: url('/-/media/75478cca8f1f43dea591877c87eb3e77.ashx');
    }
    #casino-slide-3 > div:not(.hotspots-wrapper) {
        background-image: url('/-/media/f13946ea647d4372b29ceb9805b8047d.ashx');
    }
    #casino-wrapper .mobile-content,
    #casino-slideshow-controls {
        display: block;
    }
    #casino-slideshow-wrapper .slide > div:not(.hotspots-wrapper) {
        height: 60vh;
    }
}
@media only screen and (max-width: 500px) {
    #casino-wrapper .mobile-content {
        margin-top: -315px;
    }
}
/* >> Casino - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #casino-slideshow-wrapper .slide .content h2,
    #casino-slideshow-wrapper .slide .content p {
        width: 700px;
    }
    #casino-slideshow-wrapper .slide .content h2 {
        font-size: 70px;
    }
    #casino-slideshow-wrapper .slide .content p {
        font-size: 25px;
    }
    #casino-slideshow-wrapper .cycle-pager {
        width: 450px;
        bottom: 115px;
    }
    #casino-slideshow-wrapper .cycle-pager a {
        width: 135px;
        height: 135px;
    }
}
/* >> Casino - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #casino-wrapper .mobile-content {
        margin-top: -285px;
    }
}
/* >> Casino - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #casino-wrapper .mobile-content {
        margin-top: -260px;
    }
}
/* >> Casino - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #casino-wrapper .mobile-content {
        margin-top: -225px;
        font-size: 15px;
    }
}

/*** AMENITY ***/
#amenity-wrapper {
    position: relative;
    top: -2px;
    background: #000;
}
#amenity-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;    
}
/* >> Amenity - Top Content */
#amenity-wrapper .top-content h1,
#amenity-wrapper .top-content p {
    text-align: center;
    color: #fff;
}
#amenity-wrapper .top-content h1 {
    text-transform: none;
    font-size: 50px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin-bottom: 0;
}
#amenity-wrapper .top-content p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 18px;
}
#amenity-wrapper .bottom-content {
    margin-top: 50px;  
}
/* >> Amenity - Slideshow */
#amenities {
    display: block !important;
}
#amenities .cycle-slideshow {
    width: 960px;
    margin: 0 auto;
}
#amenities .cycle-slideshow .slide {
    height: 435px !important;
    opacity: 0.5 !important;
}
#amenities .cycle-slideshow .slide > div {
    position: relative;
    height: 435px;
    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;
}
#amenities .cycle-slideshow .slide span.latest-issue {
    position:  absolute;
    display: block;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: 600 !important;
    padding: 5px 10px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#amenities .cycle-slideshow .slide a {
    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;
    text-decoration: none;
}
#amenities .cycle-slideshow .slide a img {
    max-width: 275px;
}
#amenities .cycle-slideshow .slide a span {
    color: #fff;
    margin-top: 10px;
}
#amenities .cycle-slideshow .slide.cycle-slide-active + div.slide {
    opacity: 1 !important;
}
/* >> Amenity - Mobile Slideshow */
#amenities-mobile {
    display: none !important;
}
#amenities-mobile .cycle-slideshow .slide {
    width: 100% !important;
    height: 350px !important;
}
#amenities-mobile .cycle-slideshow .slide > div {
    position: relative;
    height: 350px !important;
    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;
}
#amenities-mobile .cycle-slideshow .slide span.latest-issue {
    position:  absolute;
    display: block;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: 600 !important;
    padding: 5px 10px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#amenities-mobile .cycle-slideshow .slide a {
    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;
    text-decoration: none;
}
#amenities-mobile .cycle-slideshow .slide a img {
    max-width: 205px;
}
#amenities-mobile .cycle-slideshow .slide a span {
    color: #fff;
    margin-top: 10px;
}
/* >> Amenity - Slideshow Controls */
#amenities-slideshow-controls,
#amenities-mobile-slideshow-controls {
    margin: 20px 0;
    text-align: center;
}
#amenities-slideshow-controls button,
#amenities-mobile-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: #000;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#amenities-slideshow-controls button:last-of-type,
#amenities-mobile-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#amenities-slideshow-controls button:focus,
#amenities-mobile-slideshow-controls button:focus {
    outline: none;
}
/* >> Amenity - Media Queries */
@media only screen and (max-width: 1300px) {
    #amenities .cycle-slideshow {
        width: 840px;
    }
    #amenities .cycle-slideshow .slide,
    #amenities .cycle-slideshow .slide > div {
        height: 385px !important;
    }
    #amenities .cycle-slideshow .slide a img {
        max-width: 235px;
    }
}
@media only screen and (max-width: 1150px) {
    #amenities .cycle-slideshow {
        width: 750px;
    }
    #amenities .cycle-slideshow .slide,
    #amenities .cycle-slideshow .slide > div {
        height: 350px !important;
    }
    #amenities .cycle-slideshow .slide a img {
        max-width: 205px;
    }
}
@media only screen and (max-width: 991px) {
    #amenities .cycle-slideshow {
        width: 100%;
    }
    #amenity-wrapper .top-content h1 {
        margin-top: 50px;
        font-size: 35px;
    }
    #amenity-wrapper .top-content p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    #amenity-wrapper .bottom-content {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 730px) {
    #amenities {
        display: none !important;
    }
    #amenities-mobile {
        display: block !important;
    }
}
@media only screen and (max-width: 500px) {
    #amenity-wrapper .bottom-content {
        margin-top: 0;
    }
}
/* >> Amenity - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #amenity-wrapper .top-content h1 {
        font-size: 50px;
    }
    #amenity-wrapper .top-content p {
        max-width: 1050px;
        font-size: 25px;
    }
    #amenities .cycle-slideshow {
        width: 1170px;
    }
    #amenities .cycle-slideshow .slide,
    #amenities .cycle-slideshow .slide > div {
        height: 525px !important;
    }
    #amenities .cycle-slideshow .slide a img {
        max-width: 345px;
    }
    #amenities .cycle-slideshow .slide span.latest-issue {
        padding: 5px 30px;
    }
}

/*** AMENITY 2 ***/
#amenity-2-wrapper {
    position: relative;
    top: -2px;
    padding: 0;
    background: #000;
    overflow: hidden;
}
/* >> Amenity 2 - Slideshow */
#amenity-2-slideshow-wrapper > .cycle-slideshow {
    width: 100%;  
    height: 100vh;
}
#amenity-2-slideshow-wrapper > .cycle-slideshow .slide {
    width: inherit;
    height: inherit;
}
#amenity-2-slideshow-wrapper .slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* >> Amenity 2 - Slideshow Content */
#amenity-2-slideshow-wrapper .slide .left-content,
#amenity-2-slideshow-wrapper .slide .right-content {
    height: 100vh;
}
#amenity-2-slideshow-wrapper .slide .right-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 55vw;
    order: 2;
    position: relative;
}
#amenity-2-slideshow-wrapper .slide .left-content {
    background: #000;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 1;
}
#amenity-2-slideshow-wrapper .slide .right-content {
    background-image: url('/-/media/dcfa62ab94764207b207b9beca2903c9.ashx');
    background-position-y: bottom;
}
#amenity-2-slideshow-wrapper .slide .left-content > div {
    max-width: 500px;
    margin: 0 auto;
    margin-right: 175px;
}
#amenity-2-slideshow-wrapper .slide .left-content img {
    width: 175px;
    display: block;
    margin: 0 auto;
}
#amenity-2-slideshow-wrapper .slide .left-content h2,
#amenity-2-slideshow-wrapper .slide .left-content p {
    color: #fff;
    text-align: center;
}
#amenity-2-slideshow-wrapper .slide .left-content h2 {
    font-size: 35px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    margin: 20px 0 40px;
}
#amenity-2-slideshow-wrapper .slide .left-content p {
    font-size: 18px;
}
#amenity-2-slideshow-wrapper .slide .left-content a.mlkn-button,
#amenity-2-slideshow-wrapper .slide .left-content button {
    border: 1px solid #fff;
    width: 300px;
    display: block;
    margin: 0 auto;
    font-weight: 600 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    padding: 8px 12px;
}
#amenity-2-slideshow-wrapper .slide .left-content a.mlkn-button {
    background: #fff;
    color: #000;
    margin-top: 40px;
}
#amenity-2-slideshow-wrapper .slide .left-content button {
    margin-top: 20px;
    color: #fff;
    background: #000;
    padding-top: 10px;
    border-radius: 20px;
}
#amenity-2-slideshow-wrapper .slide .left-content button:hover {
    background: #fff;
    color: #000;
}
/* >> Amenity 2 - Nested Carousels */
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow {
    width: 100vw;
    height: 100vh
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide {
    width: inherit;
    height: inherit;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide div.brochure-inline {
    display: inline-block;
    height: inherit;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide div.brochure-flex {
    height: inherit;
    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;
}
/* >> Amenity 2 - Nested Carousels Content */
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide h2,
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a span {
    color: #fff;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide h2 {
    letter-spacing: 4px;
    font-size: 30px;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 40px;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-wrapper > div:last-of-type {
    margin-top: 30px;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img,
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link span {
    display: block;
    text-align: center;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img {
    width: 175px;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link span {
    margin-top: 7px;
}
/* >> Amenity 2 - Nested Carousel Pager */
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager {
    width: 100%;
    margin-top: 60px;
    border-top: 1px solid #999;
    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;
    padding-top: 10px;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager span,
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager button {
    font-weight: 600 !important;
    color: #999;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager button {
    display: inline-block;
    margin-left: 10px;
    padding: 0 3px;
    border: none;
    background: none;
    border-bottom: 1px solid transparent;
}
#amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager button.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}
/* >> Amenity 2 - Mobile Carousel */
#amenity-2-slide-2-mobile-outer-wrapper {
    display: none !important;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow {
    width: 100vw;
    height: 100vh
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide {
    width: inherit;
    height: inherit;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide > div {
    height: inherit;
    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;
}
/* >> Amenity 2 - Mobile Carousel Content */
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide h2,
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a span {
    color: #fff;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide h2 {
    letter-spacing: 4px;
    font-size: 30px;
    font-weight: 600 !important;
    margin-top: 0;
    margin-bottom: 40px;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img,
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link span {
    display: block;
    text-align: center;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img {
    width: 250px;
}
#amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link span {
    margin-top: 7px;
}
/* >> Amenity 2 - Mobile Carousel Controls */
#amenity-2-slide-2-mobile-slideshow-controls {
    position: absolute;
    bottom: 12vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}
#amenity-2-slide-2-mobile-slideshow-controls button {
    border-radius: 0;
    border: 1px solid #fff;
    background: #000;
    padding: 15px 23px;
    font-size: 30px;
    color: #fff;
}
#amenity-2-slide-2-mobile-slideshow-controls button:last-of-type {
    margin-left: 30px;  
}
#amenity-2-slide-2-mobile-slideshow-controls button:focus {
    outline: none;
}
/* >> Amenity 2 - Carousel Controls */
#amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark {
    width: 100vw;
    height: 100px;
    position: absolute;
    bottom: 0;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
}
#amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark > button {
    font-size: 20px;
    background: #000;
    border: none;
    color: #fff;
    position: absolute;
    width: 105px;
    padding: 10px 15px;
    left: 20px;
}
#amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark > button span {
    margin-left: 5px;
}
/* >> Amenity 2 - Media Queries */
@media only screen and (max-width: 1450px) {
    #amenity-2-slideshow-wrapper .slide .left-content > div {
        max-width: 400px;
        margin: 0 0 0 50px;
    }
}
@media only screen and (max-width: 1300px) {
    #amenity-2-slideshow-wrapper .slide .right-content {
        display: none;
    }
    #amenity-2-slideshow-wrapper .slide .left-content {
        width: 100vw;
        height: 100vh;
        padding: 30px 15px;
        order: 1;
    }
    #amenity-2-slide-1.slide > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #amenity-2-slideshow-wrapper .slide .right-content {
        background-position: center;
    }
    #amenity-2-slideshow-wrapper .slide .left-content > div {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1100px) {
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img {
        width: 125px;
    }
}
@media only screen and (max-width: 991px) {
    #amenity-2-slideshow-wrapper .slide .left-content img {
        width: 150px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content h2 {
        font-size: 30px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark {
        height: 65px;
        bottom: auto;
        top: 0;
    }
}
@media only screen and (max-width: 767px) {
    #amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark {
        height: 50px;
    }
    #amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark > button {
        font-size: 17px;
    }
    #amenity-2-slide-2-outer-wrapper {
        display: none !important;
    }
    #amenity-2-slide-2-mobile-outer-wrapper {
        display: block !important;
    }
}
@media only screen and (max-width: 700px) {
    #amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide h2 {
        font-size: 25px;
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 600px) {
    #amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide h2 {
        padding: 0 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    #amenity-2-slideshow-wrapper .slide .left-content p {
        font-size: 15px;
    }
    #amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide h2 {
        font-size: 27px;
        margin-top: -15vh;
    }
    #amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img {
        width: 200px;
    }
    #amenity-2-slide-2-mobile-slideshow-controls {
        bottom: 20vh;
    }
}
/* >> Amenity 2 - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #amenity-2-slideshow-wrapper .slide .left-content > div {
        width: 700px;
        margin-right: auto;
    }
    #amenity-2-slideshow-wrapper .slide .left-content img {
        width: 300px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content h2 {
        font-size: 45px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content p {
        font-size: 25px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content a.mlkn-button,
    #amenity-2-slideshow-wrapper .slide .left-content button {
        font-size: 22px;
        width: 425px;
        padding: 12px 15px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content button {
        padding-top: 12px;
    }
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide h2 {
        font-size: 45px;
    }
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img {
        width: 250px;
    }
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link span {
        font-size: 22px;
    }
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager span,
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager button {
        font-size: 22px;
    }
    #amenity-2-slide-2-slideshow-wrapper > .cycle-slideshow .slide .brochure-links-pager span {
        position: relative;
        top: 3px;
    }
    #amenity-2-slideshow-wrapper > .cycle-slideshow .outer-carousel-controls.dark > button {
        font-size: 25px;
        width: 135px;
    }
}
/* >> Amenity 2 - iPhone 6+, 7+, 8+ */
@media only screen and (device-width: 414px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) { 
    #amenity-2-slide-2-mobile-slideshow-controls {
        bottom: 12vh;
    }
}
/* >> Amenity 2 - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #amenity-2-slideshow-wrapper .slide .left-content p {
        font-size: 16px;
    }
    #amenity-2-slide-2-mobile-slideshow-controls {
        bottom: 10vh;
    }
}
/* >> Amenity 2 - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #amenity-2-slideshow-wrapper .slide .left-content h2 {
        font-size: 25px;
        margin: 20px 0;
    }
    #amenity-2-slideshow-wrapper .slide .left-content img {
        width: 100px;
    }
    #amenity-2-slideshow-wrapper .slide .left-content a.mlkn-button,
    #amenity-2-slideshow-wrapper .slide .left-content button {
        width: 100%;
    }
    #amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide h2 {
        font-size: 23px;
    }
    #amenity-2-slide-2-mobile-slideshow-wrapper > .cycle-slideshow .slide a.brochure-link img {
        width: 150px;
    }
    #amenity-2-slide-2-mobile-slideshow-controls {
        width: 300px;
        text-align: center;
        bottom: 10vh;
    }
}

/*** M/PACT ***/
#mpact-wrapper {
    background-image: url('/-/media/a3f0b0d48cdd4edf854781ee8732aeac.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}
#mpact-wrapper .content-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
#mpact-wrapper .text-overlay {
    width: 100%;
    max-width: 605px;
    padding: 0 20px;
    position: relative;
    top: 20vh;
    left: 5vw;
}
/* >> M/PACT - Content */
#mpact-wrapper .text-overlay img {
    width: 300px;
}
#mpact-wrapper .text-overlay h2,
#mpact-wrapper .text-overlay p {
    color: #fff;
}
#mpact-wrapper .text-overlay h2 {
    margin: 30px 0 15px;
    font-weight: 600 !important;
    font-size: 30px;
}
#mpact-wrapper .text-overlay p {
    font-size: 18px;
}
#mpact-wrapper .buttons-wrapper {
    margin-top: 40px;
}
#mpact-wrapper .buttons-wrapper a.mlkn-button {
    width: 240px;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    color: #000;
    font-weight: 600 !important;
}
#mpact-wrapper .buttons-wrapper a.mlkn-button:last-of-type {
    margin-left: 20px;
}
/* >> M/PACT - Media Queries */
@media only screen and (max-width: 991px) {
    #mpact-wrapper .content-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #mpact-wrapper .text-overlay {
        top: auto;
        left: auto;
    }
    #mpact-wrapper .text-overlay img {
        display: block;
        margin: 0 auto;
    }
    #mpact-wrapper .text-overlay h2,
    #mpact-wrapper .text-overlay p {
        text-align: center;
    }
    #mpact-wrapper .buttons-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;
    }
}
@media only screen and (max-width: 767px) {
    #mpact-wrapper .text-overlay h2 {
        font-size: 27px;
    }
    #mpact-wrapper .text-overlay p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 625px) {
    #mpact-wrapper .text-overlay {
        width: 100%;
        max-width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 600px) {
    #mpact-wrapper .text-overlay h2 {
        font-size: 23px;
    }
    #mpact-wrapper .buttons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #mpact-wrapper .buttons-wrapper a.mlkn-button {
        width: 250px;
    }
    #mpact-wrapper .buttons-wrapper a.mlkn-button:last-of-type {
        margin-left: 0;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 500px) {
    #mpact-wrapper .text-overlay img {
        width: 280px;
    }
    #mpact-wrapper .text-overlay h2 {
        font-size: 21px;
    }
    #mpact-wrapper .text-overlay p {
        font-size: 15px;
    }
}
/* >> M/PACT - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #mpact-wrapper .text-overlay {
        max-width: 825px;
    }
    #mpact-wrapper .text-overlay img {
        width: 450px;
    }
    #mpact-wrapper .text-overlay h2 {
        font-size: 40px;
    }
    #mpact-wrapper .text-overlay p {
        font-size: 25px;
    }
    #mpact-wrapper .buttons-wrapper a.mlkn-button {
        width: 325px;
        font-size: 22px;
        padding: 12px 20px;
    }
    #mpact-wrapper .buttons-wrapper a.mlkn-button:last-of-type {
        margin-left: 30px;
    }
}
/* >> M/PACT - iPhone 6, 6S, 7, 8 */
@media only screen and (device-width: 375px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {   
    #mpact-wrapper .text-overlay h2 {
        font-size: 18px;
    }
}
/* >> M/PACT - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #mpact-wrapper .text-overlay img {
        width: 225px;
    }
    #mpact-wrapper .text-overlay h2 {
        font-size: 15px;
    }
}

/*** VISIONLAB ***/
#visionlab-wrapper {
    height: 100vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
    top: -2px;
}
/* >> Visionlab - Slideshow Container */
#visionlab-wrapper .slideshow-container {
    height: 75vh;
    width: 100%;
}
#visionlab-wrapper .cycle-slideshow {
    width: 100%;  
    height: 75vh;
}
#visionlab-slideshow-wrapper .slide {
    width: inherit;
    height: inherit;
}
#visionlab-slideshow-wrapper .slide > 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;
}
/* >> Visionlab - Slide Content */
#visionlab-slideshow-wrapper .slide img.background-image {
    width: 100%;
    height: 75vh;
    -o-object-fit: cover;
    object-fit: cover;
}
#visionlab-slideshow-wrapper .slide > div.content img {
    width: 400px;
    height: 345px;
}
/* >> Visionlab - Pager */
#visionlab-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%);
}
#visionlab-slideshow-wrapper .cycle-pager a {
    width: 80px;
    height: 3px;
    background: #777;
}
#visionlab-wrapper .cycle-pager a.cycle-pager-active {
    background: #ddd;
}
/* >> Visionlab - Text Container */
#visionlab-wrapper .container {
    height: 25vh;
}
#visionlab-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25vh;
    padding: 15px !important;
}
#visionlab-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}
#visionlab-wrapper .container .button-wrapper {
    text-align: center;
}
#visionlab-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 345px;
}
/*#visionlab-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}*/
/* >> Visionlab - Media Queries */
@media only screen and (max-width: 991px) {
    #visionlab-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #visionlab-wrapper .container,
    #visionlab-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #visionlab-wrapper .container p {
        font-size: 16px;
    }
    #visionlab-slideshow-wrapper .cycle-pager {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    #visionlab-wrapper .slideshow-container,
    #visionlab-wrapper .cycle-slideshow,
    #visionlab-slideshow-wrapper .slide > div,
    #visionlab-slideshow-wrapper .slide img.background-image {
        height: 60vh;
    }
    #visionlab-slideshow-wrapper .slide > div.content img {
        width: 200px;
        height: 172px;
    }
    #visionlab-wrapper .container a.mlkn-button,
    #visionlab-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 500px) {
    #visionlab-wrapper .container a.mlkn-button {
        width: 100%;
        font-size: 15px;
    }
}
/* >> Visionlab - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #visionlab-wrapper .container p {
        font-size: 25px;
    }
    #visionlab-wrapper .container a.mlkn-button {
        width: 420px;
        font-size: 20px;
    }
}

/*** DESIGN CUSTOMIZATION ***/
#design-customization-wrapper {
    height: 100vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
    top: -2px;
}
#design-customization-wrapper div[class^="col"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/* >> Design Customization - Content */
#design-customization-wrapper .left-content {
    height: 100vh;
    width: 45vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    order: 1;
}
#design-customization-wrapper .left-content > div {
    width: 600px;
}
#design-customization-wrapper .left-content h1,
#design-customization-wrapper .left-content p {
    color: #fff;
    text-align: center;
}
#design-customization-wrapper .left-content h1 {
    margin-bottom: 0.67em;
}
#design-customization-wrapper .left-content p {
    font-size: 20px;
}
#design-customization-wrapper .left-content table {
    margin-top: 35px;
    border-spacing: 0;
}
#design-customization-wrapper .left-content table img {
    width: 175px;
    height: 70px;
}
#design-customization-wrapper .left-content table td {
    color: #fff;
    font-size: 15px;
    padding: 10px 20px 10px 0;
    line-height: 1.2em;
}
#design-customization-wrapper .left-content table td:first-of-type {
    width: 195px;
}
#design-customization-wrapper .left-content table td:last-of-type {
    width: 405px;
}
/* >> Design Customization - Image */
#design-customization-wrapper .right-content {
    height: 100vh;
    width: 55vw;
    background-image: url('/-/media/ff25150d266b4fe08b5154aa63426e77.ashx');
    background-repeat: no-repeat;
    background-size: cover;
    order: 2;
}
/* >> Design Customization - Mobile Content */
#design-customization-wrapper .mobile-content {
    display: none;
}
#design-customization-wrapper .mobile-content img {
    margin: 0 auto 15px;
    width: 175px;
    height: 70px;
    display: block;
}
#design-customization-wrapper .mobile-content img:first-of-type {
    margin-top: 30px;
}
/* >> Design Customization - Media Queries */
@media only screen and (max-width: 1450px) {
    #design-customization-wrapper .left-content > div {
        max-width: 400px;
        margin: 0 0 0 50px;
    }
}
@media only screen and (max-width: 1300px) {
    #design-customization-wrapper {
        height: auto;
        min-height: 100vh;
    }
    #design-customization-wrapper .left-content,
    #design-customization-wrapper .right-content {
        width: 100vw;
    }
    #design-customization-wrapper .right-content {
        height: 50vh;
        order: 1;
    }
    #design-customization-wrapper .left-content {
        min-height: 50vh;
        height: auto;
        padding: 30px 15px;
        order: 2;
    }
    #design-customization-wrapper div[class^="col"] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #design-customization-wrapper .right-content {
        background-position: center;
    }
    #design-customization-wrapper .left-content > div {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
    #design-customization-wrapper .left-content p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 991px) {
    #design-customization-wrapper .left-content p {
        font-size: 16px;
    }
    #design-customization-wrapper .left-content > div {
        max-width: none;
    }
}
@media only screen and (max-width: 767px) {
    #design-customization-wrapper .left-content table {
        display: none;
    }
    #design-customization-wrapper .mobile-content {
        display: block;
    }
}
/* >> Design Customization - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #design-customization-wrapper .left-content > div {
        width: 700px;
    }
    #design-customization-wrapper .left-content h1 {
        font-size: 46px;
    }
    #design-customization-wrapper .left-content p {
        font-size: 25px;
    }
    #design-customization-wrapper .left-content table img {
        width: 280px;
        height: 112px;
    }
    #design-customization-wrapper .left-content table td {
        font-size: 20px;
    }
}

/*** EMBEDDED VIDEO ***/
.embedded-video.container-fluid {
    margin-top: -2px;
}