* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

@font-face {
	font-family:'HelveticaLTStd-Bold';
	src: url('HelveticaLTStd-Bold_gdi.eot');
	src: url('HelveticaLTStd-Bold_gdi.eot?#iefix') format('embedded-opentype'),
		url('HelveticaLTStd-Bold_gdi.woff') format('woff'),
		url('HelveticaLTStd-Bold_gdi.ttf') format('truetype'),
		url('HelveticaLTStd-Bold_gdi.otf') format('opentype'),
		url('HelveticaLTStd-Bold_gdi.svg#HelveticaLTStd-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'HelveticaLTStd-Bold';
}

body {
    background: url('../img/bg2.jpg') #000;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    background-size: cover;
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lawrence1 {
    position: fixed;
    z-index: 12;
    top: 0px;
    right: 0%;
    color: #fff;
    font-size: 3vh;
    font-weight: bold;
    letter-spacing: -0.5px;
    -webkit-transform: rotate(90deg) translate(40%, 7vh);
    transform: rotate(90deg) translate(40%, 7vh);
}

.lawrence2 {
    position: fixed;
    z-index: 12;
    bottom: 0px;
    right: 0%;
    color: #fff;
    font-weight: bold;
    font-size: 3vh;
    letter-spacing: -0.5px;
    -webkit-transform: rotate(90deg) translate(-44%, 0%);   
    transform: rotate(90deg) translate(-44%, 0%); 
    text-align: right;
}

.lawrence2 span {
    display: block;
    margin: 3px 0px 0px auto;
    font-size: 2vh;
}

.buttons {
    position: fixed;
    z-index: 12;
    bottom: 0px;
    right: 20%;
    font-size: 2vh;
    font-weight: bold;
    color: #fff;    
    letter-spacing: -0.5px;    
}

.buttons a {
    margin: 0px 5px;
    padding: 4px 0px 0px 0px;
    border-top: 2px solid transparent;
}

.buttons a:hover {
    border-top: 2px solid #fff;
}

.lh {
    position: fixed;
    z-index: 12;
    top: 0px;
    right: 20%;
    height: 100dvh;
    width: auto;
}


.title {
    position: fixed;
    z-index: 12;
    top: calc(12vh + 50px);
    left: 50%;
    transform: translateX(-50%);
}

.bottomtitle {
    position: fixed;
    z-index: 12;
    bottom: calc(12vh + 50px);;
    left: 50%;
    transform: translateX(-50%);
}

.top, .middle, .bottom {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    display: block;
    margin: 0px auto;
    text-transform: uppercase;
    width: 800px;
}

.middle {
    font-size: 1.5em;
    margin: 0px auto;
}

.logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1,0.8);
    z-index: 10;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-family: "Nimbus Sans Extd D";
}

.menu {
    position: fixed;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: inline-flex;
    text-transform: uppercase;
}

.menu a {
    font-size: 1rem;
    padding: 10px 20px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    margin: 0px 10px;
    transition: 0.5s;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.menu a:hover {
    background: #fff;
    color: #000;
}


.center {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 100%;
    mix-blend-mode: overlay;
}

h1 {
    font-weight: normal;
    font-size: 10vw;
    line-height: 10vw;
    display: block;
    margin: 30px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-weight: normal;
    font-size: 4vw;
    line-height: 4vw;
    display: block;
    margin: 0px auto;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

a {
    text-decoration: none;
    color: #fff;
}

#mobile {
    display: none;
}

#lightbox {
  z-index: 50;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: 34px;  
  background: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: none;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
}

#lightbox.privacy, #lightbox.signup, #lightbox.tour {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    left: 0;
    text-transform: none;
    letter-spacing: 0px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}

#lightbox.signup {
    overflow-y: auto;
}

.privacy-wrap, .tourcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.tourwrapper {
    max-width: 800px;
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 50px auto;
    color: #fff;
    letter-spacing: -1px;
    max-width: 400px;
    font-weight: normal;
}

.privacy-wrap {
    background: rgba(0,0,0,0.95);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: scroll;
}

.privacy-container {
    background: transparent;
    position: relative;
    top: 0px;
    width: 700px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0px 40px;
}

.privacy-container p {
    font-family: 'HelveticaLTStd-Bold';
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

.privacy-container ul li {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;   
    margin: 10px 0px;
}

.privacy-container h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 40px auto;
    max-width: 500px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    top: 0px;
    left: 0px;
    color: #fff;
    letter-spacing: -0.5px;
    opacity: 1;
    z-index: 4;
    font-size: 0.8rem;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -5px;
    left: 20px;
    font-size: 1.1rem;
    color: #fff;
    transition: 0.3s;
    opacity: 0;
    font-weight: bold;
}

.play:hover {
    opacity: 1;  
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    color: #000;
    opacity: 0.5;
    font-size: 12px;
    font-family: ;

    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    opacity: 1;   
}

#socials {
    position: fixed;
    display: table;
    bottom:5px;
    left: 5px;
    z-index: 12;  
}

#socials a {
    color: #fff;
    opacity: 1;
    font-size: 17px;  
    padding: 10px;
    opacity: 1;
}

#socials a:hover {
    opacity: 1;
}

h4 {
    font-size: 17px;
    line-height: 35px;
    display: block;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'HelveticaLTStd-Bold';
}


#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;  
}

#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;  
}

#signupwrap {
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

#signupform, #mobilenotice {
	color: #000;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#signupform input {
	display: inline-block;
	outline: none;
    -webkit-appearance: none;
}

#signupform .email {
	background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 14px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: HelveticaLTStd-Bold, sans-serif;
    text-transform: uppercase;
}

#signupform .signupbutton {
    color: #fff;
    border: 0px;
    font-size: 15px;
    line-height: 15px;
    vertical-align: bottom;
    transition: 0.3s;
    text-transform: uppercase;
    padding: 7px;
    display: table;
    text-align: center;
    font-weight: bold;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: HelveticaLTStd-Bold, sans-serif;
}

#mcbutton.white {
    color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: sans-serif;
}


.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}


.zoomin {
    -webkit-animation: zoomin 2s forwards ease;
    animation: zoomin 2s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 2s forwards ease;
    animation: zoomout 2s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}


/****  MEDIA QUERIES ****/ 


@media (min-width: 800px) and (max-width: 1050px) {
    .buttons {
        right: 25%;
    }
}

@media (max-width: 800px) {
    
    html, body {
        overscroll-behavior-y: none;
    }
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    .lawrence1, .lawrence2 {
        right: -15%;
    }
    
    #socials {
        bottom: auto;
        top: 0px;
        left: 0px;
        -webkit-transform: none;
        transform: none;
    }
    
    .play {
        display: none;
    }
    
    #socials a {
        font-size: 14px;
        padding: 10px 7px;
    }
    
    .buttons {
        right: auto;
        left: 0px;
    }
    
    body {
        background: url('../img/bg2-mobile.jpg') #000;
        background-repeat: no-repeat;
        background-position: 50% 50%;	
        background-size: cover;
    }
    
    h1 {
        font-size: 15vw;
        line-height: 15vw;
    }
    
    h2 {
        font-size: 7vw;
        line-height: 7vw;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    
/* .play {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 90px;
        opacity: 0.6;
        font-size: 0.7rem;
    }
    
*/    
    
    .play span {
        display: none !important;
    }
    
    .menu {
        bottom: 40px;
        display: inline-flex;
        width: auto;
    }
    
    .menu a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0px 3px;
    }
    
/*
    
    #socials {
        width: 250px;
        top: 10px;
        position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #socials a {
        font-size: 15px;
        opacity: 0.7;
    }
    
*/    

    .privacy-link {
        right: auto;
        bottom: -10px;
        left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-family: 'HelveticaLTStd-Bold';
        font-weight: normal;
        text-transform: uppercase;
    }
    
    h3 {
        padding-top: 30px;
        font-size: 30px;
        line-height: 30px;
    }

}



@media (max-width: 400px) {
    .lawrence1, .lawrence2 {
        right: -25%;
    }    
}


@media (max-width: 350px) {
    .lawrence1, .lawrence2 {
        right: -30%;
    }   
}