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

@font-face {
  font-family:'dpgothic';
  src: url('fonts/dp-gothic-webfont.eot');
  src: url('fonts/dp-gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/dp-gothic-webfont.woff') format('woff'),
    url('fonts/dp-gothic-webfont.ttf') format('truetype'),
    url('fonts/dp-gothic-webfontsvg#dpgothic') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

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

.bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg.one {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-flighttower.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.two {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-overlord.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.three {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0; 
    background: url("../img/packshot-super.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.four {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-hmm4.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.five {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-hmm5.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #717171;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  transition: 600ms ease;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  color: #000;
}

.dots {
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
}

.dot {
  display: inline-block;
  background: #b4b4b4;
  width: 10px;
  height: 10px;
  padding: 5spx;
    margin: 0px 4px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: background 600ms ease;
}

.active,
.dot:hover {
  background: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.7s;
  animation-name: fade;
  animation-duration: 1.7s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}



.fade2 {
  -webkit-animation-name: fade2;
  -webkit-animation-duration: 1.3s;
  animation-name: fade2;
  animation-duration: 1.3s;
}


@-webkit-keyframes fade2 {
  from {
    opacity: 0.4;
      transform: translateY(15px);
  }
  to {
    opacity: 1;
      transform: translateY(0px);
  }
}

@keyframes fade2 {
  from {
    opacity: 0.4;
      transform: translateY(15px);
  }
  to {
    opacity: 1;
      transform: translateY(0px);
  }
}

.svg-inline--fa {
    width: 16px !important;
}

.fineprint {
    font-size: 0.8em;
    color: #fff;
    opacity: 0.5;
    position: fixed;
    bottom: 30px;
    right: 30px;
    max-width: 550px;
    text-align: right;
}

body.save {
    background-size: cover;  
    background: url('../img/packshot-flighttower-blurred.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;	      
}

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

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

#lightbox.privacy a {
    color: #fff;
}

#top {
    position: fixed;
    top: 30px;
    left: 40px;
    z-index: 49;
    text-align: left;
}

body.save #content {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

body.save #content #top {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
}
    
.textblock {
    font-style: italic;
    max-width: 350px;
    text-align: center;
    opacity: 1;
    color: #fff;
    opacity: 0.6;
    margin: 30px auto;
}

.back {
    display: block;
    margin: 30px auto 0px auto;
    text-align: center;
}

.mobiletextblock {
    display: none;
}

#home h1 {
    color: #222;
    font-size: 1.8em;
    display: block;
    margin: 0px auto 0px auto;
    text-transform: none;
    font-weight: normal;
    line-height: 0.9em;
}

#home h2 {
    color: #222;
    font-size: 1.12em;
    display: block;
    padding-top: 0.1em;
    margin: 0px auto 0px auto;
    font-weight: normal;
}

body#home.save h1 {
    font-size: 3.5em;
    color: #fff;
}

body#home.save  h2 {
    font-size: 2.8em;
    color: #fff;
}

video {  
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}

video.show {
    opacity: 1;
}

#content img {
    z-index: 9;
}

#content video {
    z-index: 10;
    opacity: 0;
    transition: 0.4s;
    cursor: pointer;
}

#content video:hover {
    opacity: 1;
}

#mobile {
    display: none;
}

#menu {
    position: fixed;
    bottom: 12%;
    left: 50%;
    z-index: 49;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#submenu {
    position: fixed;
    top: 130px;
    left: 40px;
    z-index: 49;
    text-align: left;
}

.fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
    color: #222;
}

#menu a {
    color: #000;
    font-size: 1em;
    margin: 0px 9px;
  background: transparent;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
padding: 5px 9px;
  transition: 0.35s;    
    font-weight: normal;
}

#menu a svg, #menu a ig {
    font-size: 0.8em;
} 


#submenu a {
    color: #000;
    font-size: 0.8em;
  background: transparent;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 5px 0px;
  transition: 0.35s;    
    font-weight: normal;
    opacity: 0.6;
    display: block;
    margin: 0px;
    text-align: left;
}

   #submenu a span {
        display: none;
    }

#buttons {
    display: block;
    width: 330px;
    margin: 50px auto 50px auto;
}

#buttons a {
    display: inline;
    margin: 0px 5px;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 14px 22px;
    color: #fff;
    font-size: 1.9em;
    transition: 0.5s;
    
}

#buttons a:hover {
    background: #000;
    color: #fff;
}

#submenu a.add {
    margin-bottom: 2vh;
}

#menu a:hover, #menu a:focus, #submenu a:hover, #submenu a:focus {
  opacity: 1;
}

/*
#submenu a.watch-link:hover {
    color: #fff;
}
*/

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

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 15px 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, #lightbox.popup {
    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.popup {
    overflow-y: hidden;
}

.popup .popupbuttons {
    position: fixed;
    bottom: 10px;
    right: 15%;
    -webkit-transform: translateX(-50%) translateY(10vh);
    transform: translateX(-50%) translateY(10vh);
    z-index: 3;
    mix-blend-mode: overlay;
}

.popup .popupbuttons a {
    padding: 10px 20px;
    font-size: 5vh;
    background: #124b22;
    color: white;
    margin: 0px 5px;
    text-transform: lowercase;
}

.popup .popupbuttons.buttonup {
    -webkit-animation: buttonup forwards 1s;
    animation: buttonup forwards 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


@-webkit-keyframes buttonup {
    0% {
       -webkit-transform: translateX(-50%) translateY(10vh); 
    }
    100% {
       -webkit-transform: translateX(-50%) translateY(0vh); 
    }    
}

@keyframes buttonup {
    0% {
       transform: translateX(-50%) translateY(10vh); 
    }
    100% {
       transform: translateX(-50%) translateY(0vh); 
    }    
}


.popup .popupbuttons a:hover {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.popup .bg1, .popup .bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
}

.popup .bg1 {
    background: url("../img/disneyhallposterfinalplease.jpg");
    background-size: cover;
    background-position: 0% 50%;
    z-index: 1;
}

.popup .bg2 {
    background: url("../img/disneyhallposterfinalplease2.jpg");
    background-size: contain;
    background-position: 50% 50%;
    z-index: 2;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.popup .bg2 .ticketlink {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    display: block;
}


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


.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: 'dpgothic', sans-serif;
    color: gray;
    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;
}

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

/*
.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 20px;
    right: 30px;
    color: rgba(255,255,255,0.5);
    font-size: 12px;
    font-family: 'dpgothic';
    font-weight: normal;
    z-index: 4;
    transition: 0.3s;
}

.privacy-link:hover {
    color: white;    
}
*/

.fineprint a {
    text-decoration: underline;
}

#socials {
    position: fixed;
    display: table;
    top: 30px;
    right: 30px;
    z-index: 4;    
}

#socials a {
    color: dimgray;
    font-size: 17px;  
    padding: 10px;
    opacity: 1;
    transition: 0.3s;
}

#socials a:hover {
    color: rgba(0,0,0,1);
}

h4 {
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 19px;
    display: block;
    margin: 0px auto 20px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'dpgothic', sans-serif;
}

h3 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 35px;
    display: block;
    color: #fff;
    margin: 30px auto 50px auto;
    text-align: center;
    font-weight: normal;
    width: auto;
    text-transform: uppercase;
    font-family: 'dpgothic', sans-serif;
}


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

#signupform, #mobilenotice {
	color: #fff;
	margin: 0px auto;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	letter-spacing: 4px;
	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: 13px;
    letter-spacing: 2px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: 'dpgothic', sans-serif, 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;
    letter-spacing: 1px;
    margin: 10px auto 0px auto;
    cursor: pointer;
    background: transparent;
    font-family: 'dpgothic', sans-serif, sans-serif;
}

#mobilenotice .signupbutton {
    background: #fff;
    color: #eb0f14;
    padding: 15px 30px;
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 0px;
}

#signupform .signupbutton:hover {
    color: #6a6d73;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'dpgothic', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'dpgothic', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'dpgothic', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'dpgothic', sans-serif, 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 1.5s forwards ease;
    animation: zoomin 1.5s 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 1.5s forwards ease;
    animation: zoomout 1.5s 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) {
	
	#desktop, #submenu a#desktop {
		display: none;
	}	
    
body {
    background: #fff; 
}    
    
body.save {
    background-size: cover;  
    background: url('../img/packshot-flighttower-mobile-blurred.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;	    
}        

    .textblock {
        max-width: 80%;
    }    
    
.bg.one {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-flighttower-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.two {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-overlord-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.three {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-super-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.four {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-hmm4-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bg.five {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../img/packshot-hmm5-mobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
    
    #submenu .svg-inline--fa {
        display: block;
    margin: 5px auto 5px auto;    
        }
        
    
    
    #top {
right: 0px;
    width: 100%;
    text-align: center;
    top: 50px;
    mix-blend-mode: difference;
    left: auto;
    }    
    
    .save #top {
        right: auto;
        top: auto;
    }
    
    body.save #buttons a {
        width: 90%;
        display: block;
        margin: 10px auto;   
        text-align: center;
    }
    
    #buttons {
        margin: 30px auto
    }
    
    #socials {
            right: auto;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
        mix-blend-mode: difference;
    }
    
    #socials a {
        color: #fff;
        font-size: 0.8em;
    }

    
    #home h1 {
        margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;        
    }
    
    #home h1, #home h2 {
        color: #fff;
    }
    
    #home h2 {
        padding-top: 10px;
    }
    
    #mobile {
        display: block;
    }
    
    .privacy-container {
        width: 100%;
    }

    #signupform {
        width: 290px;
        margin: 0 auto;
        z-index: 9;
        font-size: 10px;
        letter-spacing: 1px;
    }

    #signupform .email {
        width: 85%;
        border-radius: 0px;
        line-height: 20px;
        vertical-align: middle;
        box-sizing: border-box;
        color: #fff;
    }

    #signupform .signupbutton {
        opacity: 1;
        top: 1px;
        right: 15px;
    }
    
    #socials {
        top: 20px;
    }


    
  #content img {
      width: 70%;
      height: auto;
    }
    
    #content video {
        display: none;
    }
    

    
    #menu, #submenu {
    width: 300px;
    left: 50%;
    display: table;
    }
    
    #menu {
        bottom: 15%;
    }
    
    #submenu {
bottom: 20px;
    top: auto;
    right: 0px;
    left: auto;
    width: 100%;
    mix-blend-mode: unset;
    -webkit-transform: none;
    transform: none;
            background: rgba(0,0,0,0.3);
        
    }
    
    #menu a, #submenu a {
        display: table-cell;
        margin: 0px 5px;
        font-size: 1em;
        padding: 5px;
        text-align: center; 
    }
    
    .fineprint {
        bottom: 10px;
        opacity: 1;
        z-index: 111;
        font-size: 1em;
        line-height: 0.9em;
        opacity: 0.7;
    }
    
    .dots {
        display: none;
    }
    
    #submenu a {
    color: #fff;
    opacity: 1;

    }
    
    #submenu a span {
        display: block;
    }


    
    .tourwrapper {
        padding: 0px 20px;   
}

.popup .bg1 {
    background: url("../img/disneyhallposterfinalplease-mobile.jpg");
    background-size: cover;
    background-position: 50% top;
    z-index: 1;
}

.popup .bg2 {
    background: url("../img/disneyhallposterfinalplease2-mobile.jpg");
    background-size: contain;
    background-position: 50% 0%;
    z-index: 2;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
    
    
}