/**
 * Content
 */


html {
	background-color: #000 !important;
}

body {
	background-color: #000 !important;
	color: #000;
    
}

a:active {

}

.page a.active {

}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 -1 3em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(255, 255, 255, 1);
	border: 0;
	height: 0.05rem;
	display: block;
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.content img {
	float: none;
	margin-bottom: .5em;
    vertical-align: bottom;
}

.gallery_image_caption {
  
        margin-top: 1.0rem;
    margin-bottom: 0.5rem;
    font-size: 2.1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "sabon", Icons;
	font-style: normal;
	line-height: 1.1;
    letter-spacing: 0.0rem;
    text-align: left !important;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 2.1rem;
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: "sabon", Icons;
	font-style: normal;
	line-height: 1.1;
    letter-spacing: -0.05rem;
}

[data-predefined-style="true"] bodycopy a {
	color: #fff;
	padding-bottom: 0.05em;
	border-bottom: 0 solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
text-shadow: rgba(255, 255, 255, 0.35) 0.2rem 0.2rem 0.2rem;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "futura", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.8rem;
	line-height: 1;
	color: rgb(255, 255, 255);
    letter-spacing: 0.20rem;
    text-transform: uppercase;
	}

[data-predefined-style="true"] h1 a {
	color: rgb(255, 255, 255);
}

[data-predefined-style="true"] h2 {
	font-family: futura, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 2.4rem;
	line-height: 1;
    letter-spacing: 0.10rem
	}

[data-predefined-style="true"] h2 a {
	color: #fff;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-family: "futura", Icons;
	font-style: normal;
	font-weight: 500;
	color: rgb(255, 255, 255);
	letter-spacing: 0.0rem;
    
}

[data-predefined-style="true"] small a {
	color: #fff;
	
   
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
 
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #000/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 2rem /*!main_margin*/;
	padding-bottom: 2rem /*!main_margin*/;
	padding-left: 2rem /*!main_margin*/;
	padding-right: 2rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	
}

.thumbnails .content_padding {
	padding: 0rem;
}

[data-css-preset] .thumbnails {
   	   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: 0rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 20px;
	font-weight:400;
	color: rgba(255, 255, 255, 1);
	font-family: "sabon", sans-serif, Icons;
	font-style: normal;
	line-height: 21px;
}

@media screen and (min-width: 1024px) {
	.thumbnails .title {
        font-size: 2.1rem;
        line-height: 1.1;
    }
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family:  "Futura", sans-serif, Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

.thumbnails .thumbnail > a {
  
}

.thumbnails .thumbnail .title {
    


}

.thumbnails .title span {
   
}

.thumbnails .thumbnail:hover .title {
  
}

body.mobile .thumbnails .thumbnail .title {
	
}


/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: #fff;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 0.2px;
    line-height: 0.2;
    background: rgba(33, 32, 46, 0);
    position: fixed;
	top: 2.5rem /*!site_menu_button*/;
	left: 2.5rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -5px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family:inherit;
	background: rgba(255, 255, 255, 0.98);

    padding: 40px 70px 90px 90px;

	text-align: center;
	display: flex;
	justify-content: flex-start;
    
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: transparent;

}

#site_menu .set-link > a {
	font-family: 'futura', Icons;
    color: #000;   ;
	font-style: normal;
	font-weight: 400;
    font-size: 6rem;
    letter-spacing: -0.3rem;


 line-height: 2.00;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu a.active {
	opacity: 1;
}

#site_menu .close {
	 
}

body.mobile #site_menu .close {
	 color: #000;
  
    font-size: 5rem	 /*!site_menu_button*/;
    font-weight: 600;
    padding: 6px;
    line-height: 0;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    text-align: left;
	top: 3.45rem /*!site_menu_button*/;
left: 2.15rem /*!site_menu_button*/;
    
}

#site_menu .break {
	height: 38px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.45);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1.5rem /*!shop_button*/;
	right: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	font-style: normal;
    letter-spacing: 0.07rem;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.65);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10rem;
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
    color: rgba(0,0,0,.75)
}

.shop_product .button {
    font-family: "TeX Gyre Heros Condensed", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 10rem;
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: .9;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: 'futura', Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.5;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.75);
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: "TeX Gyre Heros Condensed", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
    letter-spacing: 0.07rem;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

.link-style {
	cursor: pointer;
}

@media screen and (max-width: 769px) {
	
	[data-predefined-style="true"] small  {
		font-size: 1.5rem;
	}
    
    [data-predefined-style="true"] bodycopy {
		font-size: 2.1rem;
	font-family: Sabon, Icons;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
    }
    
    #enquireLink,
    .button-style {
        line-height: 2em !important;
    	height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
	[data-predefined-style="true"] [local-style="20214123"] h2,
    [data-predefined-style="true"] [local-style="20214122"] h2,
    [data-predefined-style="true"] [local-style="20214118"] h2{
    	font-size: 3.6rem;
	}


.gallery_image_caption {
    margin-top: 2.0rem;
    margin-bottom: 0.0rem;
    font-size: 5.8rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	font-family: "sabon", Icons;
	font-style: normal;
	line-height: 1.0;
    letter-spacing: 0.00rem;
    text-align: left;
}
}
.pulsatingtitles { 
           
            margin: 0 auto; 
            background-color: rgba(0, 255, 0, 0); 
            animation-name: stretch; 
            animation-duration: 5.0s; 
            animation-timing-function: ease-out; 
            animation-direction: normal; 
            animation-iteration-count: infinite; 
            animation-play-state: running; 
        }
 
  
@keyframes stretch { 
            0% { 
             
                opacity: 0.6;
               
               
            } 
  
            50% { 
              
                opacity: 1;
            } 
  
            100% { 
               
            
                opacity: 0.6;
            } 
        } 
  
 .nnsfooter {
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
 
    
}
@keyframes fadein {
     0% { 
             
                opacity: 0;
               
               
            } 
  
            80% { 
              
                opacity: 0;
            } 
  
            100% { 
               
            
                opacity: 1;
            } 
}
@-moz-keyframes fadein { /* Firefox */
    0% { 
             
                opacity: 0;
               
               
            } 
  
            80% { 
              
                opacity: 0;
            } 
  
            100% { 
               
            
                opacity: 1;
            } 
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    0% { 
             
                opacity: 0;
               
               
            } 
  
            80% { 
              
                opacity: 0;
            } 
  
            100% { 
               
            
                opacity: 1;
            } 
}
@-o-keyframes fadein { /* Opera */
    0% { 
             
                opacity: 0;
               
               
            } 
  
            80% { 
              
                opacity: 0;
            } 
  
            100% { 
               
            
                opacity: 1;
            } 
}       

.nnsslides {
    animation: nnsfadein 2.5s;
    -moz-animation: nnsfadein 2.5s; /* Firefox */
    -webkit-animation: nnsfadein 2.5s; /* Safari and Chrome */
    -o-animation: nnsfadein 2.5s; /* Opera */
 
    
}
@keyframes nnsfadein {
     0% { 
             
                opacity: 0;
               
               
            } 
  
           
  
            100% { 
               
            
                opacity: 1;
            } 
}
@-moz-keyframes nnsfadein { /* Firefox */
    0% { 
             
                opacity: 0;
               
               
            } 
  
         
  
            100% { 
               
            
                opacity: 1;
            } 
}
@-webkit-keyframes nnsfadein { /* Safari and Chrome */
    0% { 
             
                opacity: 0;
               
               
            } 
  
         
  
            100% { 
               
            
                opacity: 1;
            } 
}
@-o-keyframes nnsfadein { /* Opera */
    0% { 
             
                opacity: 0;
               
               
            } 
  
      
  
            100% { 
               
            
                opacity: 1;
            } 
}   

[data-predefined-style="true"] [local-style="20214099"] bodycopy img,
[data-predefined-style="true"] [local-style="20214097"] bodycopy img {
	overflow: visible;
    pointer-events: none;
    background: none !important;
}

iframe#typeform-full{
	min-width: 100% !important;
    min-height:100% !important;
}

.horiszontalGallery {
	opacity: 0;
    transition: opacity 300ms ease-out;
}

.horiszontalGallery.loaded {
    overflow-x: scroll;
	display: flex;
    align-items: flex-end;
    opacity: 1;
}

.horiszontalGallery h2 {
    width: 100vw;
    height: 100vh;
}

.horizontalGridViewContainer {
	overflow-x: scroll;
}

.horizontalGridView {
	display: flex;
    /*width: fit-content;*/
    overflow-y: hidden;
}

.horizontalGridView > h2 {
    flex: 0 0 100vw;
}

.horizontalGridView > div {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.horizontalGridView > div > div {
    width: auto;
}

.horizontalGridView > div > div * {
	display: block;
}

.horizontalGridView > .textContainer {
	flex: 0 0 100vw;
}

/*
 * Horizontal Layout for Gallery
 */

@media screen and (min-width:1024px) {
    .horizontalScrollViewContainer {
        /*overflow-x: scroll;*/
        overflow-x: hidden;
    }

    .horizontalScrollView {
        display: flex;
        overflow-y: hidden;
        overflow-x: hidden;
        width: fit-content;
    }

    .horizontalScrollView .title {
        flex: 0 0 100vw;
        margin: 0;
    }

    .horizontalScrollView .title {
        flex: 0 0 60vw;
        margin: 0;
    }

    .horizontalScrollView .horizontalSliderGallery {
        flex: 0 0 70vw;
        overflow: hidden;
        margin-right: 100px;
    }
}

/*
@media screen and (max-width:1023px) {
	.horizontalScrollView .horizontalSliderGallery {
    	flex: 0 0 100vw;
	}
}
*/

@media screen and (min-width:1024px) {
    .horizontalScrollView .horizontalSliderGallery .image-gallery {
        width: 100%;
        padding: 0 50px;
    }

    .horizontalScrollView .horizontalSliderGallery .image-gallery .slick-arrow.slick-prev {
        opacity: 1;
        left: 0;
    }

    .horizontalScrollView .horizontalSliderGallery .image-gallery .slick-arrow.slick-next {
        opacity: 1;
        right: 0;
    }

    .horizontalScrollView .horizontalSliderGallery .image-gallery .slick-list {
        width: 100% !important;
    }
    
    .horizontalScrollView .horizontalGallery .horizontalScrollView .horizontalGallery {
		overflow-x: hidden;
   		overflow-y: hidden;
	}

    .horizontalScrollView .horizontalGallery > div {
        display: flex;
        align-items: flex-end;
        flex-wrap: nowrap;
    }

    .horizontalScrollView .horizontalGallery > div > div {
        height: 100%;
        padding: 0 100px 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .horizontalScrollView .horizontalGallery > div > div > a {
    }

    .horizontalScrollView .horizontalGallery > div > div > a > small {
        position: absolute;
        bottom: 0;
    }

    .horizontalScrollView .bio {
        flex: 0 0 70vw;
    }
}

@media screen and (max-width:1023px) {
    
    .horizontalScrollView .horizontalGallery > div > div {
        width: 100%;
    }
}


/*
@media screen and (max-width:1023px) {
	.horizontalScrollView .bio {
		flex: 0 0 100vw;
        padding-left: 20px;
	}
}
*/

@media screen and (min-width:1024px) {
    .horizontalScrollView .bio > div {
        font-size: 2vh;
        margin: 0;
    }
}

/*
@media screen and (max-width:1023px) {
    .horizontalScrollView .extra-info:first-of-type {
    	width: 100% !important;
        margin-top: 0;
	}
    
	.horizontalScrollView .extra-info {
    	width: 50% !important;
        margin-top: 1em;
	}

	.horizontalScrollView .extra-info * {
		font-size: 10px;
	}

	.horizontalScrollView .extra-info img {
        width: 100%;
        height: auto;
	}
}
*/

#galleryList a {
    font-size: 1.2em;
    line-height: 1.6em;
	cursor: pointer;
    display: block;
    margin-bottom: 1em;
}

.page_container[local-style="20337124"],
.page_container[local-style="20337124"] > .page[data-id="20337124"],
.page_container[local-style="20337124"] > .page[data-id="20337124"] > .bodycopy,
.page_container[local-style="20337124"] > .page[data-id="20337124"] > .bodycopy > .page_content,
.page_container[local-style="20337124"] > .page[data-id="20337124"] > .bodycopy > .page_content > #galleryList {
	height: 100%;
}

.page_container[local-style="20337124"] > .page[data-id="20337124"] > .bodycopy > .page_content > #galleryList > small {
    min-height: 100%;
}

#galleryList {
	overflow-y: scroll;
}

#galleryList small {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#galleryList small br {
	display: none;
}

@media screen and (max-width:1023px) {
	#galleryList a {
        font-size: 2.3rem;
    	line-height: 0rem;
    }
}

#galleryList a {
	line-height: 1.4em;
}

#galleryImages img {
	margin-bottom: 0;
    padding-bottom: .5em;
}

.page.container[data-id="20337124"] {
	margin: 0;
	z-index: 9999;
}

.page_container[local-style="20337124"] {
	z-index: 9999;
    pointer-events: auto;
}

/* 3D Room Background */

@media screen and (max-width:1023px) {
	body[data-page-id="21459651"] .main_container,
	body[data-page-id="21659565"] .main_container {
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
}

.three-d-room {    
    /*height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
	background-image: url(https://freight.cargo.site/t/original/i/85a5e1b62320d325821aa7c0579ffc24fda93e7e83d84720b18d187d914ff63d/3d-room-background.jpg);*/
    
    width: 170%;
    transform: translate(-20%, -12%);
}

@media screen and (min-width:1024px) {
	.three-d-room {
    	/*background-size: cover;*/
        width: 100%;
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
}

/*.three-d-room.plinth {
	background-image: url(https://freight.cargo.site/t/original/i/2b9ab529b3aa711fbfb1fb84e3eba429faa0dc8ba94f856323f5abb3c23c57f3/3d-room-background-plinth.jpg);
}*/

.three-d-room .three-d-room-background {
	width: 100%;
    height: auto;
    margin-bottom: 0;
    display: block;
}

.three-d-room .three-d-room-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -57%);
    box-shadow: 0px 5px 4px 2px #999;
    width: auto;
    margin: 0;
}

.three-d-room.plinth .three-d-room-image {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 30.5%;
    box-shadow: none;
}

.exit-three-d-room {
    font: 14px/19px 'Futura', sans-serif;
    color: white;
    text-decoration: none;
	position: fixed;
    top: 2.2rem !important;
    right: 2rem !important;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 9999;
}

@media screen and (min-width:1024px) {
    .exit-three-d-room {
     font-size: 1.7rem;
     line-height: 1rem;
     top: 30px;
     right: 30px;
    }
}

.exit-three-d-room:hover {
    text-shadow: none !important;
}

.page[data-id="21260352"] {
	height: 100vh;
    height: var(--app-height);
    position: relative;
}

.main_container {
}

.page_container[local-style="21528599"] {
	display: none;
}

.page_container[local-style="21260352"] .page_background {
	display: none;
	background-color: initial /*!page_container_bgcolor*/;
}

#site_menu_button {
	font-size: 0 !important;
    line-height: 0 !important;
    top: 2.2rem !important;
    left: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
}

#site_menu_button:before {
	content: 'Menu';
    /*font-size: 2.3rem !important;
 	line-height: 1.5 !important;*/
    font-size: 14px !important;
    line-height: 19px !important;
    font-family: "futura", Icons;
    font-style: normal;
    font-weight: 500;
    color: rgb(255, 255, 255);
    letter-spacing: 0.0rem;
    text-transform: uppercase;
    padding: 0 !important;
}

@media screen and (min-width:770px) {
    #site_menu_button {
        top: 2rem !important;
        padding: 0 !important;
    }
    
    #site_menu_button:before {
    	font-size: 1.7rem !important;
    	line-height: 1.3 !important;
    }
}

#closeMenuBtn {
	cursor: pointer;
    position: relative;
    z-index: 9999;
}

@media screen and (max-width:1023px) {
	.headerLogo img {
        width: 70px !important;
		height: auto !important;
	}
}