/**************** GLOBAL ****************/

* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Verlag Condensed';
    src: url('fonts/VerlagCondensed-Bold.woff2') format('woff2'),
        url('fonts/VerlagCondensed-Bold.woff') format('woff'),
        url('fonts/VerlagCondensed-Bold.svg#VerlagCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


html {
    font-size: 16px;
}

html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Verlag Condensed', sans-serif;
    text-align: center;
    overscroll-behavior: none;
    overflow-x: hidden !important;
}

body {
    background: #000;
    overflow: auto;
}

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

#home {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

#landscape, #landscape.preorder {
        display: none;
}

.topplay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px;
    color: #ff747a;
    font-size: 0.8em;
    z-index: 11;
}


#socials {
    position: absolute;
    top: 30px;
    right: 20px;
}

#socials a {
    color: #fff;
    opacity: 0.5;
    font-size: 0.8em;
    padding: 5px;
    transition: 0.3s;
}

#socials a:hover {
    opacity: 1;
}

#tour, #buy, #merch, #videos, #disco, #footer {
    position: relative;
    padding: 100px 0px;
    display: block;
    margin: 0px auto;
}

#footer {
    padding-top: 50px;
}

#merch {
    padding-top: 0px;
}

#tour {
    padding-bottom: 0px;
    padding-top: 50px;
}

@media screen and (min-width: 30em) {
#grecaptcha-badge-cform {
    position: absolute !important;
    bottom: 0px !important;
}
}

#merch, #disco {
    background: #fff;
}

#tour {
background: #000;   
}

.tour-container {
    width: 1100px;
    padding: 20px 50px 0px 50px;
/*    box-sizing: border-box;
    height: 70vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    */
    display: block;
    margin: 0 auto;
}


#tour a, #disco a, #tour h1, #videos h1, #disco h1 {
    color: #ff5da0;
}

h1 {
    text-transform: uppercase;
    font-weight: normal;
}

#videos a {
    color: #fff;
}

#videos a i {
    color: #fff;
}

#buy, #videos {
}

#videos {
background: #000;  
}

#buy {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff62a1+0,ff5da0+100 */
    background: #fff;
}

#buy a, #footer h1{
    color: #ff5da0;
}

#buy h1 {
    color: #ff5da0;
}

#videos h1 {
    color: #ff5da0;    
}

#buy a:hover, #footer a:hover, #merch a:hover, #disco a:hover {
    color: #000;
}

#footer a {
    transition: 1s;
}


#home p {
    font-family: 'Verlag Condensed', sans-serif;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #fff;
}

a.link {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 1.3rem;
    border-radius: 10px;
}

#buy .links {
    display: table;
    margin: 0 auto;    
}

#buy .links a.link {
    display: inline-block;
    margin: 0px 5px;
}

a.link:hover, #videos a.link:hover {
    color: #fff;
    background: #ff62a1;
}

#videos a.link {
    color: #fff;
    background: #ff5da0;
}

#videos a.link:hover {
    background: #000;
    color: #ff5da0;
}

#buy a.link {
    background: #ff5da0;
    color: #fff;
}

#buy a.link:hover {
    background: #000;
    color: #ff5da0;
}

#mobile {
    display: none;
}

.buttonrow {
    display: block;
}


.button:hover {
    color: #ff62a1;
    border-color: #fff;
    background: #fff;
}

h1 {
    font-size: 5rem;
    letter-spacing: 0;
    line-height: 4.7rem;
    padding: 0px 0px 0px 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;    
}

#tour h1 {
    padding-bottom: 30px;
    padding-top: 50px;
}


/**************** HOME ****************/

.thao {
   height: 100%;
    width: auto;
    position: absolute;
    bottom: auto;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

.preorder {
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 1.2em;
    text-align: right;
    color: #fff;
    max-width: 300px;
    z-index: 10;
    text-transform: uppercase;
}

.preorder a {
    color: #ff5da0;
    border: 1px solid #ff5da0;
    padding: 10px 18px;
    background: transparent;
    display: block;
    text-align: center;
    transition: 1s;
    font-size: 0.8em;
    max-width: 110px;
    margin: 13px 0px auto auto;
}

.preorder a:hover {
    background: #ff5da0;
    color: #222;
    box-shadow: 0px 0px 15px #ff5da0;
}

.preorder span {
    display: block;
}

.preorder span.bigger {
    font-size: 2em;
    margin-bottom: 5px;
}

.preorder span.small {
    font-size: 0.92em;
    color: #ff5da0;
}

.preorder span.smallest {
    font-size: 0.79em;
    color: #ff5da0;
    margin-bottom: 8px;
}

.preorder span.date {
    font-size: 0.94em;
}

.preorder span.date span {
    font-size: 1.13em;
    display: inline;
}

#play {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    top: calc(100vh - 80px);
    left: 10px;
    padding: 20px;
}

#play span {
    font-size: 1.1rem;
    margin-top: -0.8rem;
    margin-left: 25px;
    transition: 0.3s;
    opacity: 0;
}

#play:hover span {
    opacity: 1;
}

.arrow {
    position: absolute;
    top: calc(100vh - 60px);
    font-size: 2.2rem;
    color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    transition: 0.3s;
}

.arrow:hover {
    color: #ff62a1;
}



/****************  TOUR ****************/ 

#tour .line {
    width: 400px;
    height: 3px;
    background: #231f20;
    display: block;
    margin: 30px auto 10px auto;
}

#tour .track {
    display: block;
    margin: 30px auto 0px auto;
    color: #231f20;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.2rem;
}

#tour .track span {
    display: block;
    margin: 0px auto 15px auto;
}

#tour .track a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
}

#tour .track a:hover {
    color: #fff;
}

/****************  FOOTER ****************/ 


#footer {
    background: url("../img/thao.jpg");
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 70vw;
    min-height: 1000px;
}

.footer-logo {
    display: block;
    margin: 0px auto 30px auto;
    width: 250px;
    height: auto;
}

.float {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px;
    float: left;
}

.footer-pic {
    display: block;
    margin: 0 auto;
    width: 600px;
    height: auto;
    border: 10px solid #ff62a1;
}

.footer-content {
    width: 40%;
    position: absolute;
    top: 50%;
    right: 5%;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font-size: 1em;
    color: #fff;
    text-align: center;
}

.footer-content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 20px 0px;
}

.footer-content h3 {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 30px 0px 10px 0px;
    color: darkslategray;
    font-weight: normal;
}

.footer-content a {
    color: #fff;
    transition: 0.3s;
}

.footer-content a:hover {
    color: #ff62a1 !important;
}

#footerfooter {
    background: #161012;
    display: block;
    padding: 70px 0px;
    width: 100%;
}

.footersocials {
    display: block;
    margin: 50px auto;
}

.footersocials a {
    padding: 10px 15px;
    color: darkslategray;
    font-size: 1.3em;
    transition: 0.5s;
}

.footersocials a:hover {
    color: #fff;
}

.footerlogo {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

h2 {
    font-size: 4rem;
    letter-spacing: 0rem;
    display: block;
    margin: 20px 0px;
    color: #ff62a1;
    text-align: left;
    font-weight: normal;
}

h5 {
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0rem;
    display: block;
    margin: 0px auto 40px auto;
    color: #fff;
    text-align: center;
    font-weight: normal;    
}


.flicker {
    -webkit-animation: flicker 20s linear infinite;
    animation: flicker 20s linear infinite;
}

@-webkit-keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: .6;
  }

  6% {
    opacity: .45;
  }

  8% {
    opacity: .85;
  }

  10% {
    opacity: .90;
  }

  11% {
    opacity: .5;
  }

  12% {
    opacity: .8;
  }

  14% {
    opacity: .3;
  }

  16% {
    opacity: .4;
  }

  17% {
    opacity: .2;
  }

  19% {
    opacity: .4;
  }

  20% {
    opacity: .6;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: .8;
  }

  28% {
    opacity: .7;
  }

  37% {
    opacity: .8;
  }

  38% {
    opacity: .9;
  }

  39% {
    opacity: .5;
  }

  42% {
    opacity: .9;
  }

  44% {
    opacity: .7;
  }

  46% {
    opacity: .2;
  }

  56% {
    opacity: .5;
  }

  58% {
    opacity: .8;
  }

  60% {
    opacity: .5;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: .7;
  }

  72% {
    opacity: .3;
  }

  93% {
    opacity: .2;
  }

  95% {
    opacity: .5;
  }

  97% {
    opacity: .7;
  }

  to {
    opacity: 1;
  }
}


@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: .6;
  }

  6% {
    opacity: .45;
  }

  8% {
    opacity: .85;
  }

  10% {
    opacity: .90;
  }

  11% {
    opacity: .5;
  }

  12% {
    opacity: .8;
  }

  14% {
    opacity: .3;
  }

  16% {
    opacity: .4;
  }

  17% {
    opacity: .2;
  }

  19% {
    opacity: .4;
  }

  20% {
    opacity: .6;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: .8;
  }

  28% {
    opacity: .7;
  }

  37% {
    opacity: .8;
  }

  38% {
    opacity: .9;
  }

  39% {
    opacity: .5;
  }

  42% {
    opacity: .9;
  }

  44% {
    opacity: .7;
  }

  46% {
    opacity: .2;
  }

  56% {
    opacity: .5;
  }

  58% {
    opacity: .8;
  }

  60% {
    opacity: .5;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: .7;
  }

  72% {
    opacity: .3;
  }

  93% {
    opacity: .2;
  }

  95% {
    opacity: .5;
  }

  97% {
    opacity: .7;
  }

  to {
    opacity: 1;
  }
}

/** NIVO LIGHTBOXPLUGIN **/


.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    width: 50px !important;
    height: 50px !important;
    text-indent: -9999px;
    padding: 5px;
    opacity: 1;
    top: 15px !important;
    right: 15px !important;
    transition: 0.3s;
    background: url('../js/lightbox/lightbox-close.png') !important;
    background-size: 100% !important;
    background-position: top left !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1;
}


.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.95) !important;
}

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
    display: block;
}

a.nivo-lightbox-nav  {
    opacity: 0.7;
    transition: 0.3s;
    padding: 0px 30px;
    box-sizing: border-box;
    color: #fff !important;
    font-size: 20px;
    -webkit-transform: tranlsateY(-50%);
    -ms-transform: tranlsateY(-50%);
    transform: tranlsateY(-50%);
}

a.nivo-lightbox-nav:hover {
    opacity: 1;
}



/****************  SIGNUP WIDGET ****************/ 


.mailinglist {
    display: block;
    margin: 20px 0px 40px 0px;
}

.mailinglist p {
    font-size: 1rem;
    color: #ff62a1;
    letter-spacing: 0.05rem;
    text-align: center;
}

.terms {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #ff62a1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.terms span {
    opacity: 0.8;
}

.terms a, .evidon-notice-link, .terms a.evidon-notice-link, .evidon-consent-link {
    font-size: 0.8rem;
    color: #ff62a1;
    letter-spacing: 0.05rem;
    opacity: 0.8;
    transition: 0.3s;
}

.terms span.evidon-notice-link {
    opacity: 1;
}

.evidon-consent-link-image {
    display: none !important;
}

#_evidon-link-text {
    opacity: 1 !important;
}

.terms a:hover {
    opacity: 1;
}
#footer .cta {
    display: block;
    margin: 0px auto;
    max-width: 500px;
}

#footer a.ae-cform-modal-display-cta {
    color: #fff !important;
    background: #ff62a1;
    padding: 15px 40px;
    font-size: 1.5rem;
}    

.blocker.current {
    z-index: 99999;
}

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

@media (min-width: 2200px) {
    #footer {
        background-position: center right;    
    }
}

@media (min-width: 800px) and (max-height: 780px) {
#body #title {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
}

#body #title p {
    display: block;
    margin: 0px auto 30px auto;
}

#body #title span {
    display: block;
    margin: 5px auto 0px auto;
    color: #ff62a1;
    font-size: 3rem;
    text-shadow: 0px 0px 6px rgba(252,65,54,1);
}    
  
    
}

@media (min-width: 800px) and (max-height: 680px) {
#body #home-top {
    padding: 30px 0px 0px 0px;
}    
#body .biglogo {
    margin: 0 auto 2vh auto        
}    
.button {
    padding: 10px 15px;
    font-size: 1.1rem;
}    
}




@media (max-width: 800px) {
	
/* MOBILE GLOBAL */    
    
#desktop {
    display: none;
}	

#mobile {
    display: block;
}

#footer {
    background: url("../img/footermobile.jpg");
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: auto;
    min-height: auto;
}    
    
h1, h2 {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
    padding-bottom: 0px;
}
    
    #tour h1 {
        padding-bottom: 20px;
            padding-top: 0px;
    }
 
.footer-content {
    text-align: center;
    margin: 0px auto;
    
}    

.footer-content p {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin: 0px 0px 20px 0px;
}    
    
h2 {
    text-align: center;
}
    
    
#tour, #buy, #merch, #videos, #news, #disco, #footer {
    padding: 50px 0px;
}    
    
    #tour {
        padding-bottom: 0px;
    }    
    
a.link {
    font-size: 1rem;
    letter-spacing: 0.03rem;
}   
    
    #buy .links a.link {
        display: block;
        margin: 10px 5px;
    }    
    
.tour-container {
    width: 80%;
}    
    
    h5 {
font-size: 1.8rem;
    letter-spacing: 0rem;
    display: block;
    margin: 0px auto 00px auto;        
    }    


/* MOBILE HOME */
  
.topplay {
    bottom: -4px;
}
    

#socials {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);        
}    

#background.bg1 {
    background: url("../img/bgmobile.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

#background  {
    background: url("../img/bgmobile2.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}    

.thao {
    height: 70%;
    width: auto;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

.preorder {
    position: absolute;
    bottom: auto;
    top: 7vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    z-index: 10;
    width: 100%;
}

.preorder a {
    color: #ff5da0;
    border: 1px solid #ff5da0;
    padding: 10px 20px;
    background: transparent;
    display: block;
    text-align: center;
    transition: 1s;
    max-width: 200px;
    margin: 20px auto 0px auto;
}

.preorder a:hover {
    background: #ff5da0;
    color: #222;
    box-shadow: 0px 0px 15px #ff5da0;
}

.preorder span {
    display: block;
}
    
    
#play {
    display: block;
}
    
    
#play span {
    display: none;
}   

.button {
    font-size: 0.8rem;
    padding: 10px 0px;
    max-width: 80%;
    margin: 5px;
    width: 150px;      
}    
    
.arrow {
    bottom: 20px;
}    
    
#body .arrow {
    bottom: 0px;
}
    

    
/* MOBILE TOUR */
    
#tour {
    z-index: 10;
    margin-top: -2px;
}    
    
#tour .line {
    width: 100px;
}    
    
/* MOBILE FOOTER */
    
#footer {
    padding-bottom: 30px;
}    
    
    .footer-content {
        width: 80%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin-right: 0%;
    max-width: 250px;
    }    
    
#footer .fa, #footer .fab, #footer .fal, #footer .far, #footer .fas {
    display: inline !important;
    margin: 0 auto;
}   
    
    .footer-pic {
        width: 80%;
        border-width: 5px;
    }    
    
.footersocials {
    display: table;
    margin: 30px auto 20px auto
}    

    #footerfooter {
        padding: 40px 0px;
    }    
    
.footersocials a {
    margin: 0px 0px;
    padding: 10px 9px;
    font-size: 0.8rem;
    display: table-cell;        
}  
    
.mailinglist {
    margin-top: 10px;
}    

    
}



@media (max-width: 340px) {
.preorder {
    top: 5vh;
}        
    
}


@media (max-width: 800px) and (orientation: landscape) {
    
    .topplay {
        bottom: -10px;
    }
    
    #socials {
         bottom: 10px;
    }
    
    #landscape, #landscape.preorder {
        display: block;
        top: auto;
        bottom: 50px;
    }
    .preorder a.preorderportrait {
        display: none;      
    }
    
    #landscape.preorder a {
                background: #FF5D9F !important;
        color: #000 !important;  
    }
    
.preorder span.bigger {
    margin-bottom: -3px;
}    
}