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

html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: white;
    font-family: 'Weiss BT', serif;
}

@font-face {
    font-family: 'Weiss BT';
    src: url('WeissBT-Roman.woff2') format('woff2'),
        url('WeissBT-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#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;
}

#left {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
    display: block;
}

#left .center {
    display: block;
    position: relative;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

h1 {
    color: #21211f;
    text-transform: uppercase;
    font-size: 3.5dvw;
    text-align: center;
    line-height: 3.5dvw;
    display: block;
    margin: 0px auto 20px auto;
        max-width: 80%;
    font-weight: normal;
}

h2 {
    display: block;
    margin: 20px auto 30px auto;
    font-size: 2dvw;
    line-height: 2dvw;
    color: #21211f;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.buttons {
    margin: 30px auto 50px auto;
    display: table;
}

.buttons a {
    display: inline;
    padding: 10px 20px;
    border: 1px solid #21211f;
    color: #21211f;
    font-size: 1.3dvw;
    text-transform: uppercase;
    margin: 0px 10px;
    transition: 0.5s;
}

.buttons a:hover {
    background: #21211f;
    color: white;
}

.continue {
    display: block;
    margin: 50px auto 0px auto;
    text-align: center;
    font-size: 1.3dvw;
    text-transform: uppercase;
    opacity: 0.5;
    color: #21211f;
    transition: 0.5s;
}

.continue:hover {
    opacity: 1;
}

#right {
    position: fixed;
    width: 50%;
    top: 0px;
    height: 100%;
    right: 0px;
}

#right a, #right img {
-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;  
          -drag: none;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-drag: none;
            -webkit-user-select: none;
            -ms-user-select: none;    
}

#right img {
    width: 40%;
    height: auto;
    position: fixed;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    opacity: 0;
}

body.ready #right img.first {
    animation: first 1.5s forwards;
    animation-delay: 0.25s;
}

@keyframes first {
    0% {opacity: 0;margin-right: 20px}
    100% {opacity: 1;margin-right: 0px;}
}


body.ready #right img.first {
    animation: first 1.5s forwards;
    animation-delay: 0.25s;
    z-index: 40;
}

@keyframes first {
    0% {opacity: 0;transform: translate(20px, -50%)}
    100% {opacity: 1;transform: translate(0px, -50%)}
}


body.ready #right img.second {
    animation: second 1.5s forwards;
    animation-delay: 0.75s;
    z-index: 30;
}

@keyframes second {
    0% {opacity: 0;transform: translate(-20px, -50%)}
    100% {opacity: 1;transform: translate(0px, -50%)}
}


body.ready #right img.third {
    animation: third 1.5s forwards;
    animation-delay: 1.25s;
    z-index: 20;
}

@keyframes third {
    0% {opacity: 0;transform: translate(0px, -55%)}
    100% {opacity: 1;transform: translate(0px, -50%)}
}

body.ready #right img.fourth {
    animation: fourth 1.5s forwards;
    animation-delay: 1.25s;
    z-index: 20;
}

@keyframes fourth {
    0% {opacity: 0;transform: translate(0px, -45%)}
    100% {opacity: 1;transform: translate(0px, -50%)}
}



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

.menu a {
    font-size: 20px;
    padding: 10px 20px;
    color: #21211f;
    margin: 0px 10px;
    transition: 0.5s;
    text-align: center;
}

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

a {
    text-decoration: none;
    color: #21211f;
}

#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: #21211f;
    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: 3rem;
    line-height: 3.1rem;
    text-align: center;
    margin: 50px auto;
    color: #21211f;
    text-transform: uppercase;
    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: 'Weiss BT', serif;
    color: #21211f;
    font-size: 14px;
    line-height: 25px;
    text-align: left;    
}

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

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

.play {
    position: fixed;
    bottom: 22px;
    left: 30px;
    color: #21211f;
    opacity: 0.8;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
}

.play span {
    position: relative;
    top: -7px;
    left: 20px;
    font-size: 14px;
    transition: 0.3s;
    opacity: 0;
}

.play svg {
    height: 25px;
    width: auto;
    fill: #21211f;
    color: #21211f;
}

.play:hover {
    opacity: 1;  
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 25px;
    right: 30px;
    color: #21211f;
    opacity: 0.5;
    font-size: 12px;
    z-index: 4;
    transition: 0.3s;
}

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

#socials {
    position: fixed;
    display: table;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12;  
    height: 50px;
}

#socials a {
    color: #21211f;
    opacity: 1;
    font-size: 16px;  
    padding: 10px;
    opacity: 0.7;
}

#socials a svg {
    height: 15px;
    width: auto;
    fill: #21211f;
    color: #21211f;
}

#socials a:hover {
    opacity: 1;
}

h4 {
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 35px;
    display: block;
    margin: 0px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'Weiss BT', serif;
}

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

#standaloneform form {
    color: #000;
    margin: 40px auto 0px auto;
    font-weight: normal;
    text-align: center;
    position: relative;
    display: inline-flex;
    z-index: 10;
    vertical-align: middle;
    left: 50%;
    transform: translateX(-50%);
}

#standaloneform form input {
	outline: none;
    -webkit-appearance: none;
    margin: 0px;
    padding: 0px;
    border: none;
    padding: 10px;
}

#standaloneform form .email {
    display: inline-block;
    color: #000;
    background: rgba(255,255,255,0.7);
    width: 250px;
    font-size: 14px;
    font-family: 'Weiss BT', serif;
}

#standaloneform form .signupbutton {
    color: #21211f;
    background: rgba(0,0,0,0.7);
    cursor: pointer;
    display: inline;
    font-size: 14px;
    margin-left: -6px;
    padding: 9px 10px;
    vertical-align: middle;
    font-family: 'Weiss BT', serif;
}

.webkit #standaloneform form input {
    padding: 10px 10px 7px 10px;
}

.webkit #standaloneform form .signupbutton {
    padding: 9px 10px 8px 10px;
}

#standaloneform form .signupbutton:hover {
    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 #21211f;
	width: 370px;
	padding: 0px 10px 5px 10px;
	font-size: 14px;
	color: #21211f;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: 'Weiss BT', serif;
    text-transform: uppercase;
}

#signupform .signupbutton {
    color: #21211f;
    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;
    letter-spacing: 1px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: 'Weiss BT', serif;
}

#mcbutton.white {
    color: #21211f !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Weiss BT', serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Weiss BT', serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Weiss BT', serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Weiss BT', 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 (max-width: 800px) {
    
    html, body {
        overscroll-behavior-y: none;
        overflow-y: auto;
    }
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }



#left {
    position: relative;
    left: 0px;
    top: 40px;
    height: 100%;
    width: 100%;
    display: block;
}

#left .center {
    display: block;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 0px auto;
}
    

#right {
    position: fixed;
    width: 100%;
    top:auto;
    height: auto;
    right:auto;
}

#right img {
    width: 90%;
    height: auto;
    position: fixed;
    top: 110dvw;
    right: auto;
    margin-left: 20px;
    transform: translateX(-50%);
    opacity: 0;
}
    
    .continue {
        font-size: 2.8dvw;
    }

    
    .buttons {
        margin: 30px auto 8dvw auto;
    }
    
    
    h1 {
        font-size: 8vw;
        line-height: 8vw;
    }
    
    h2 {
        font-size: 5vw;
        line-height: 7vw;
    }
    
    .buttons a {
        font-size: 3.3dvw;
    }
    
    .privacy-container {
        width: 100%;
    }
    
    .play {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 90px;
        opacity: 0.6;
    }
    
    .play span {
        display: none !important;
    }
    
    .menu {
        bottom: 40px;
        display: inline-flex;
        width: auto;
    }
    
    .menu a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    #standaloneform form {
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #standaloneform form .email {
        width: calc(100vw - 150px);
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #21211f;
    }
    
    #socials {
        top: 10px;
        left: 50%;
        display: flex;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #socials a {
        font-size: 15px;
        opacity: 0.7;
        flex: 1;
    }

    .privacy-link {
        right: auto;
        bottom: -10px;
        left: 50%;
    -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 10px;
        font-family: 'Weiss BT', serif;
        font-weight: normal;
        text-transform: uppercase;
    }
    
    h3 {
        padding-top: 30px;
        font-size: 20px;
        line-height: 24px;
    }
    
    #tour h3 {
        font-size: 30px;
        line-height: 35px;
    }
    
    #signupform .email {
        width: 70vw;
    }
    

}

@media (max-width: 335px) {
    .menu a, .webkit .menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu, .webkit .menu {
        width: 255px;
    }
}

@media (max-width: 420px) {
    #right img {
        top: 120dvw;
    }
}