body{
  font-family: "Avenir";
  text-align: center;
  font-size: 13pt;
      -webkit-font-smoothing: antialiased;
}

p{
	margin-bottom: 10px;
}

h1{}

h2{
	font-size: 110%;
}

h2.big{
	font-size:150%;
	font-size: 4.2rem;
}

h3{
}

.title_box{
  width:50%;
  padding:7px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: -20px;
}

.title_box_wide{
  min-width:50%;
  width:auto;
}

.title_box_smaller{
	font-size:12pt;
}

.bk_black{
  background-color:rgb(25,25,25);
  color:#fff;
}

.bk_white{
  background-color:#fff;
  color:#000;
}

.bk_grey{
  background-color:rgb(179,179,179);
  color:#000;
}

.section_padding{
  
  padding-top:50px;
  padding-bottom:50px;
  
}

.gallery-fullscreen-button{
  position: absolute;
  z-index: 10000;
  right: 1em;
  top: 1em;
  display: block;

  
  width: 30px;
  height: 30px;
  background-image: url(../img/gall-full.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;

  background-color: rgba(255,255,255,0.5);
  padding: 15px;


}

.video-fullscreen-button{
  position: absolute;
  z-index: 10000;
  right: 1em;
  top: 1em;
  display: block;

  
  width: 30px;
  height: 30px;
  background-image: url(../img/video-full-screen.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  -webkit-filter: invert(1);
  filter: invert(1);

  background-color: rgba(255,255,255,0.5);
  padding: 15px;

  background-color: rgba(0,0,0,0);


}

.video-mute-button{
  position: absolute;
  z-index: 10000;
  right: 1em;
  top: 5em;
  display: block;

  
  width: 30px;
  height: 30px;
  background-image: url(../img/sound-off.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;

  background-color: rgba(0,0,0,0.5);
  padding: 15px;

  background-color: rgba(0,0,0,0);


}

.video-share-button{
  position: absolute;
  z-index: 10000;
  right: 1em;
  top: 9em;
  display: block;

  
  width: 30px;
  height: 30px;
  background-image: url(../img/share-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;

  background-color: rgba(0,0,0,0.5);
  padding: 10px;

  background-color: rgba(0,0,0,0);


}



.xcarousel-height{
  position: relative;
}

.carousel-height{
	/*height:70vh;
	min-height:650px;*/
}

.carousel-slide{
  /*height:50vh;
  min-height:500px;*/
  
}

.carousel-slide-image{
  width:100vw;
  /*min-width:auto;
  min-height:auto;*/
  min-height:auto!important;
  height:66vw;
  object-fit: cover;
}

.exp_header{
  font-size:18pt;
  text-transform: uppercase;
  background: #fff;
  display:inline-block;
  transform: translateY(-23px);
  padding: 5px;
  padding-left:15px;
  padding-right:15px;
}

.exp_copy{
  transform: translateY(-25px);
  font-size: 12pt;
}

.exp_image{
  width:50px;
  height:50px;
  transition: all 1s;
  opacity:0;
  transform: translateY(5px)
} 

.exp_image.activated{
  opacity:1;
  transform: translateY(0px)
} 

.line{
  background-color:rgb(33,33,33);
  height:1px;
  margin: 0 auto;
  margin-top:20px;
  transition: width 1s;
  width:0%;
}

.line.activated{
  width:100%;
  
}

.best_img{
	padding-top:20px;
	width:40%;
}

.contact_icon{
  padding-right:10px;
  height:20px;
  vertical-align: middle
}

.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.social-media-icon{
	width:30px;
	opacity:0.9;
	transition: all 0.5s;
	padding: 5px;
}

.social-media-icon:hover{
	opacity:1;
}

.mail_link{
	text-decoration: none;
	color:#fff;
}

/* menu */

.menu{
  background: rgb(38,38,38);
  color: #FFF;
  position: fixed;
  width: 100%;
  z-index: 1001;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  /*height : 30px;*/
  padding:0.5em;
  font-size:12pt;
  top:0;
  z-index: 999999;
}

.menu_tag{
	font-size: 12pt;
	font-weight: 300;
}

.menu_links{

background: #000;
height : 100vh;
width: 250px;
right: 0;
top: 40px;
position: absolute;
transform: translateX(100%);
transition : all 200ms;

}

.menu_links.show{

transform: translateX(0%);

}

.menu_links ul{
list-style-type: none;
margin-top: 30px;
}

.menu_links ul li{
	font-weight: normal;
	
}

.menu_links ul li a{
	text-decoration: none;
	color:#fff;
	
}

.menu_seperator{
	display:none;
}

.menu_toggle{
	position: absolute;
	right: 2em;
	top: 5px;
	width:20px;
	height:30px;
	cursor:pointer;
}

/*MENU ITEM  */

.mline{
	position:absolute;
	width:20px;
	height:3px;
	background-color:#fff;
	opacity: 1;
	transition: all 200ms;
	transform-origin: 10px 16px;
	
}

.mline1{
	transform: rotateZ(0deg) translateY(5px);
}

.mline2{
	transform: rotateZ(0deg) translateY(15px);
}

.mline3{
	transform: rotateZ(0deg) translateY(25px);
}

.mline1.on{
	transform: rotateZ(45deg) translateY(15px);
}

.mline2.on{
	transform: rotateZ(-45deg) translateY(15px);
}

.mline3.on{
	opacity:0;
	transform: rotateZ(0deg) translateY(25px);
}

.logo-header{
  background-color: #fff;
  margin-top:36px;
}

/* CONTACT FORM */

/*
#contact:hover { background: #666; }
#contact:active { background: #444; }
*/

#contactForm { 
  display: none;

  border: 2px solid rgb(33,33,33); 
  padding: 2em;
  width: 75%;
  text-align: center;
  background: #fff;
  color:#000;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  z-index:1000;
  
}

input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}

textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}

.contact-form-button, .link-button{
	background-color: rgb(179,179,179);
    color: #000;
    padding: 5px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none;
}

.contact-form-button:hover, .link-button:hover{
	transform: scale(1.1)
}

.contact-form-button.black, .link-button.black{
	background-color: rgb(0,0,0);
    color: #FFF;
    padding: 5px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 50px;
} 

.contact-form-button.black, .link-button.white{
	background-color: rgb(255,255,255);
    color: #000;
    padding: 5px;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 50px;
    border: 1px solid #000;
} 
/*
.contact-form-button{
	font-weight: bold;
}
*/
.close_contact_form{
	position: absolute;
	right:5px;
	top:5px;
	cursor : pointer;
}

.close_contact_form img{
	width : 30px;
	height: 30px;
}

@media (min-width: 1500px) {

	.menu_seperator{
		display: block;
		padding-left: 10px;
		padding-right:10px;
	}
	
	.menu_links{
	
		background: none;
	    width: auto;
	    height: auto;
	    right: 2em;
	    top: 0.5em;
	    position: absolute;
	    transform: none;
	    transition : all 200ms;
		
	}
	
	.menu_link{
		border-bottom: 1px solid rgba(0,0,0,0);
		transition:border 500ms;
		cursor: pointer;
	}
	
	.menu_link:hover{
		border-bottom: 1px solid rgba(255,255,255,1)
	}
	
	.menu_links li{
		
		float:left;
		
	}
	
	.menu_toggle{
		display:none
	}
	
	.menu_links ul{
		margin-top: 0px;
	}
	
	


}

@media (min-width: 450px) {
	
	#contactForm { 
		width: 400px;
	}
	
	.title_box_wide{
	  width:50%;
	  padding:7px;
	  text-transform: uppercase;
	  margin: 0 auto;
	  margin-bottom: 20px;
	  margin-top: -20px;
	}

  .mob-only{
    display:none;
  }

  .desk-only{
    display:block;
  }
	
}


.slick-list, .slick-track{
	max-height:90vh;

}

@media (max-width: 450px) {
	
	.no-pull-up{
		margin-top:20px;
	}
	
	.no-break{
		display:none;
	}

  .mob-only{
    display:block;
  }

  .desk-only{
    display:none;
  }

  .gallery-fullscreen-button{
    display: none;
  }

  .slick-dots li button:before {
    font-size: 5px!important;
  }

  .slick-dots li{
    width: 10px!important;
  }
	
}




/*
     FILE ARCHIVED ON 01:34:22 Jun 29, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:01:04 Aug 03, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 99.162
  exclusion.robots: 0.085
  exclusion.robots.policy: 0.075
  cdx.remote: 0.064
  esindex: 0.011
  LoadShardBlock: 71.646 (3)
  PetaboxLoader3.datanode: 106.182 (4)
  load_resource: 333.727
  PetaboxLoader3.resolve: 281.942
*/

/* NEW UPDATES */

#top{
  height: calc(100vh - 244px);
  position: relative;
  /*margin-top: 300px;*/
  background-color:#000;
}

#top .video-backdrop{
  
  background: url(../video/poster.jpg);
  opacity: 0.5;
  backdrop-filter: blur(10px);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:0;
  filter: blur(10px);
}

#top #video-wrapper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top .video-wrapper-inner{
  z-index:100;
  position: relative;

}

#top video{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index:100;
}

@media screen and (orientation:landscape) { 

  #top video{
    object-fit: cover;
    object-position: bottom;
  }

}

@media screen and (orientation:portrait) { 

  #top{
    height:auto !important
  }

  #video-wrapper{
    height:auto !important
  }

  #top #toptext{
    position: relative !important;
    background-color: #000;
    padding-left: 2em;
    padding-right: 2em;
    box-sizing: border-box;
  }
 }



#top video.full{
  object-fit:contain;
}


#top #toptext{
  position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 13pt;
}

.quote{
    opacity:1;
    display: flex!important;
    flex-direction: column;
    align-items: center;
}

.quote .text{
  padding-top: 75px;
  padding-bottom: 50px;
  font-size: 18px;
  max-width: 800px;
}

.quote .person{
  padding-bottom: 75px;
}

.quote .text:before{
  content: open-quote;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 100px;
  color: #FFF;
  position:absolute;
  margin-top:-60px;
  margin-left:-60px;
  line-height: 130px;
}

.quote .text:after{
  content: close-quote;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-size: 100px;
  color: #FFF;
  position:absolute;
  line-height: 130px;
  margin-left: 15px;
}

@media (max-width: 900px) {
  .quote .text{
    max-width: 70%;
  }
}

.clients-image, .shangrilaxilluminate-image{
  max-width: 100%;
}

.brand-logo-image{
  max-width:70%;
  opacity:0;
  transition: opacity 1s;
  padding-top: 50px;
  padding-bottom: 50px;;
}

.brand-logo-image.activated{
  opacity:1;
}

#partnerships{
  margin-bottom: 150px;;
}

.carousel-gallery-section{
  max-height: 100vh;
  overflow: hidden;
}

.carousel-gallery-section.full{
  width: 100vw;
  height:100vh;
}

.carousel-gallery-section.full .slick-slide{
  width: 100vw;
  height:100vh;
}

.carousel-gallery-section.full .slick-slide img{
  height: 100%;
	width: 100%;
	object-fit: contain;
}

.carousel-gallery-section.fixed-gallery{
  max-height: unset;
  overflow: unset;
}

.carousel-gallery-section.fixed-gallery .carousel-slide-image{
  width:100vw;
  /*min-width:auto;
  min-height:auto;*/
  min-height:auto!important;
  height:auto!important;
  object-fit: unset;
}

.carousel-gallery-section.fixed-gallery .slick-list{
  max-height: unset;
}

.carousel-gallery-section.contained-gallery{
  background-color: #000;
}

.carousel-gallery-section.contained-gallery .carousel-slide-image{
  object-fit: contain;
}
