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

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

@font-face {
    font-family: 'Agency Gothic CT Open';
    src: url('fonts/AgencyGothicCT-Open.eot');
    src: url('fonts/AgencyGothicCT-Open.eot?#iefix') format('embedded-opentype'),
        url('fonts/AgencyGothicCT-Open.woff2') format('woff2'),
        url('fonts/AgencyGothicCT-Open.woff') format('woff'),
        url('fonts/AgencyGothicCT-Open.ttf') format('truetype'),
        url('fonts/AgencyGothicCT-Open.svg#AgencyGothicCT-Open') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html {
    font-size: 16px;
}

html, body {
    width:100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Helvetica Neue', Helvetica, 'Helvetica Neue LT Std', sans-serif;
    text-align: center;
    overscroll-behavior: none;
}

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

.maintitle {
    width: 70%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 111;
    animation: blurin forwards 2s;
}

.footertitle {
    width: 500px;
    height: auto;
    display: block;
    margin: -40px auto 40px auto;
}

.tear {
    position: relative;
    bottom: 50px;
    z-index: 1111;
    width: 100%;
    display: block;
}

.tear img {
    width: 100%;
    height: auto;
    display: block;
}

#videos .tear {
    bottom: 80px;
}

@keyframes blurin {
    0% {filter: blur(30px);opacity: 0;transform: translate(-50%,-50%) scale(1.2,1)}
    100% {filter: blur(0px);opacity: 1;transform: translate(-50%,-50%) scale(1,1)}
}

* {
  box-sizing: border-box;
}

.credit {
  position: fixed;
  top: 20px;
  right: 20px;
  font-family: Termina, sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
}
.credit a {
  color: #b9b09b;
  text-transform: lowercase;
}

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

.hiddenbg {
    display: none;
}

#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 2s;
    overflow: hidden;
}

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

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

.ie .noise {
    display: none;
}


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

#videos {
    padding-top: 30px;
}

#discography {
    padding-top: 0px;
}

#merch {
    z-index: 3;
}

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

#merch {
    background: #000;
    padding-bottom: 150px;
}

#tour {
background: #b9b09b;   
}

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


#tour a, #discography a, #tour h1, #videos h1 {
    color: #b9b09b;
}


h1 {
    font-family: "Agency Gothic CT Open", sans-serif;    
    font-size: 7vw;
    letter-spacing: 0.3rem;
    line-height: 4.7rem;
    padding: 0px 0px 50px 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;    
}


#videos a {
    color: #749a9d;
}

#videos a i {
    color: #b9b09b;
}

#merch {
    background: #000;
}

#videos, #discography {
    background: url("../img/bgbeigetile.jpg");
    background-repeat: repeat;
}

#merch, #tour, #footer {
padding-top: 100px;    
background: url("../img/bgdarktile.jpg");
background-repeat: repeat;   
}

#merch, #footer {
    padding-top: 0px;
}

#merch a, #footer h1{
    color: #749a9d;
}

#merch h1 {
    color: #b9b09b;
    padding-top: 50px;
}

#videos h1 {
    color: #000;    
}

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

#merch a:hover, #footer a, #footer a:hover, #merch a:hover, #discography a:hover {
    color: #b9b09b;
}



#footer a:hover {
    color: #fff;
}

#footer a {
    transition: 1s;
}


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

a:hover {
    color: #b9b09b;
}

a.link {
    display: table;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #000;
    font-size: 1.3rem;
    border: 2px solid #b9b09b; 
}

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

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

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

#videos a.link {
    color: #000;
    border-color: #000;
    margin-bottom: 20px;
}

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

#merch a.link {
    background: transparent;
    color: #b9b09b;
}

#merch a.link:hover {
    background: #b9b09b;
    color: #000;
}

#mobile {
    display: none;
}

.buttonrow {
    display: block;
}


.button:hover {
    color: #000;
    border-color: #b9b09b;
    background: #b9b09b;
}



#merch a.link {
    color: #b9b09b;
}



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

.logo {
    width: 400px;
    height: auto;
    position: absolute;
    bottom: 150px;
    right: 20px;
    text-transform: none;
}

.preorder {
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 1.2em;
    text-align: right;
    color: #b9b09b;
    z-index: 10;
}

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

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

.preorder span {
    display: block;
}

#play {
    font-size: 2rem;
    color: #b9b09b;
    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: #b9b09b;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    transition: 0.3s;
}

.arrow:hover {
    color: #000;
}



/****************  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: #b9b09b;
    font-size: 1.2rem;
    line-height: 1.3rem;
    letter-spacing: 0.2rem;
}

#tour .track a:hover {
    color: #749a9d;
}

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


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

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

.footer-content {
    width: 100%;
    display: block;
    position: relative; 
    font-size: 1em;
    color: #b9b09b;
    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: #b9b09b;
    font-weight: normal;
}

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

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

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

#row {
    display: flex;
    width: 600px;
    margin: 0 auto;
}

.col {
    flex: 1;
    padding: 10px;
    margin: 0px auto;
}

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

.footersocials a {
    padding: 10px 15px;
    color: #b9b09b;
    font-size: 1.8em;
    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: #000;
    text-align: left;
    font-weight: normal;
}


.flicker {
    animation: flicker 2s linear infinite;
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: .8;
  }

  6% {
    opacity: .75;
  }

  8% {
    opacity: .95;
  }

  10% {
    opacity: .90;
  }

  11% {
    opacity: .922;
  }

  12% {
    opacity: .9;
  }

  14% {
    opacity: .95;
  }

  16% {
    opacity: .98;
  }

  17% {
    opacity: .9;
  }

  19% {
    opacity: .93;
  }

  20% {
    opacity: .99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: .84;
  }

  28% {
    opacity: .88;
  }

  37% {
    opacity: .93;
  }

  38% {
    opacity: .5;
  }

  39% {
    opacity: .96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: .97;
  }

  46% {
    opacity: .94;
  }

  56% {
    opacity: .9;
  }

  58% {
    opacity: .9;
  }

  60% {
    opacity: .99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: .9;
  }

  72% {
    opacity: .95;
  }

  93% {
    opacity: .93;
  }

  95% {
    opacity: .95;
  }

  97% {
    opacity: .93;
  }

  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: #b9b09b !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: #000;
    letter-spacing: 0.05rem;
    text-align: center;
}

.terms {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #000;
    -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: #000;
    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: #749a9d !important;
    background: #000;
    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: #000;
    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;
}
    
    html, body {
        overflow-x: hidden;
    }

    .tear {
        display: none;
    }    
    
    .footertitle {
    width: 90%;
    height: auto;
    display: block;
    margin: -40px auto 40px auto;
}
    
h1, h2 {
    font-size: 5rem;
    letter-spacing: 0.1rem;
    line-height: 5rem;
    padding-bottom: 30px;
}
    
    #tour h1 {
        padding-bottom: 20px;
    }
 
.footer-content {
    text-align: center;
    margin: 0px auto;
}    

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


/* MOBILE HOME */
  

    

#background.bg1 {
    
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}

#background  {
   
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;    
}    

.logo {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: auto;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: none;
}

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

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

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

.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 .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: 1rem;
    display: table-cell;        
}  
    
.mailinglist {
    margin-top: 30px;
}   
    
    #row, col {
        width: 100%;
        display: block;
        margin: 0 auto;
    }    

    
    
    
}