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

@font-face {
    font-family: 'Candlebright';
    src: url('fonts/Candlebright.woff2') format('woff2'),
        url('fonts/Candlebright.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 50% top;
}

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

.signup-iframe {
    width: 500px;
    height: 310px;
}

.woof {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    mix-blend-mode: screen;
}

.woof img {
    width: 120px;
    height: auto;
}

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
    font-family: Candlebright, sans-serif;
  align-items: center;
    font-size: 23px;
    text-transform: lowercase;
  justify-content: center;
  border: 2px solid #000;
  height: 40px;
    line-height: 40px;
  width: 100%;
    position: fixed;
bottom: -15%;
    right: -18%;
    transform: rotate(-45deg);
    z-index: 10;
  border-radius: 22px;
  overflow: hidden;
/*background: rgb(236,80,87);
background: linear-gradient(180deg, rgba(236,80,87,1) 0%, rgba(136,20,66,1) 100%);*/
    background: url("../img/maruqee.jpg");
    background-size: auto;
    background-repeat: repeat-x;
  white-space: nowrap;
    color: white;
}

.marquee--inner {
  display: block;
    line-height: 40px;
  width: 200%;
    vertical-align: middle;
  position: absolute;
  animation: marquee 60s linear infinite;
}
.marquee--inner:hover {
  animation-play-state: paused;
}

.marquee--inner span {
display: inline-block;
  overflow: hidden;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 0px;
    color: white;
}

.marquee--inner span .red {
    color: #e44746;
    margin: 0px 0px;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -300%;
  }
}


.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  box-shadow: 0 0 30vw rgba(0,0,0,1) inset;
}

@-webkit-keyframes flicker {
  from {
    opacity: 0.5;
  }
  4% {
    opacity: 0.5;
  }
  6% {
    opacity: 0.45;
  }
  8% {
    opacity: 0.55;
  }
  10% {
    opacity: 0.45;
  }
  11% {
    opacity: 0.5;
  }
  12% {
    opacity: 0.65;
  }
  14% {
    opacity: 0.55;
  }
  16% {
    opacity: 0.70;
  }
  17% {
    opacity: 0.55;
  }
  19% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.5;
  }
  24% {
    opacity: 0.5;
  }
  26% {
    opacity: 0.69;
  }
  28% {
    opacity: 0.5;
  }
  38% {
    opacity: 0.45;
  }
  40% {
    opacity: 0.5;
  }
  42% {
    opacity: 0.6;
  }
  44% {
    opacity: 0.5;
  }
  46% {
    opacity: 0.5;
  }
  56% {
    opacity: 0.5;
  }
  58% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.5;
  }
  68% {
    opacity: 0.5;
  }
  70% {
    opacity: .6; /*peak*/
  }
  72% {
    opacity: 0.5;
  }
  93% {
    opacity: 0.5;
  }
  95% {
    opacity: .6; /*peak*/
  }
  97% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
    
  
@keyframes flicker {
  from {
    opacity: 0.5;
  }
  4% {
    opacity: 0.5;
  }
  6% {
    opacity: 0.45;
  }
  8% {
    opacity: 0.55;
  }
  10% {
    opacity: 0.45;
  }
  11% {
    opacity: 0.5;
  }
  12% {
    opacity: 0.65;
  }
  14% {
    opacity: 0.55;
  }
  16% {
    opacity: 0.70;
  }
  17% {
    opacity: 0.55;
  }
  19% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.5;
  }
  24% {
    opacity: 0.5;
  }
  26% {
    opacity: 0.69;
  }
  28% {
    opacity: 0.5;
  }
  38% {
    opacity: 0.45;
  }
  40% {
    opacity: 0.5;
  }
  42% {
    opacity: 0.6;
  }
  44% {
    opacity: 0.5;
  }
  46% {
    opacity: 0.5;
  }
  56% {
    opacity: 0.5;
  }
  58% {
    opacity: 0.75;
  }
  60% {
    opacity: 0.5;
  }
  68% {
    opacity: 0.5;
  }
  70% {
    opacity: .6; /*peak*/
  }
  72% {
    opacity: 0.5;
  }
  93% {
    opacity: 0.5;
  }
  95% {
    opacity: .6; /*peak*/
  }
  97% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
} 

.logo {
    position: fixed;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    width: auto;
    height: 35vh;
}

.logo.glow {
    z-index: 1;
    -webkit-animation: flicker 5s infinite;
    animation: flicker 5s infinite; 
}

.video {
    position: fixed;
    height: 100%;
    width: auto;
    left: 50%;
    top: -5%;
    object-fit: contain;
    transform: translateX(-50%);
}

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;
    background: #fff;
    color: black;
    -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.5rem;
    text-align: center;
    margin: 50px auto;
    color: #e44746;
    font-weight: normal;
    text-transform: lowercase;
    max-width: 350px;
    font-family: Candlebright, sans-serif;
}

.signup h3 {
    max-width: 350px;
}

.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: sans-serif, sans-serif;
    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;
    letter-spacing: 2px;
    margin: 40px auto;
    max-width: 500px;
    color: #e44746;
    text-transform: lowercase;
    text-align: center;
    font-family: Candlebright, sans-serif;
}

.play {
    position: fixed;
    bottom: 20px;
    left: 30px;
    color: #fff;
    opacity: 1;
    font-family: sans-serif;
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    mix-blend-mode: difference;
}

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

.play:hover {
    opacity: 1;  
    color: #fff;
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 0.2;
    font-size: 11px;
    font-family: sans-serif;
    font-weight: bold;
    z-index: 4;
    text-transform: lowercase;
    transition: 0.3s;
}

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

#socials {
    position: fixed;
    display: table;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;    
}

#socials a {
    color: #fff;
    font-size: 19px;  
    padding: 10px;
}

#socials a:hover {
    color: white;
}

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: lowercase;
    font-family: sans-serif, sans-serif;
}

#menu {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
    z-index: 4;
    mix-blend-mode: difference;
    display: table;
    width: 480px;
}

#menu a {
    color: #fff;
    opacity: 1;
    font-size: 26px;
    font-family: sans-serif;
    font-weight: bold;
    transition: 0.6s;
    text-transform: lowercase;
    padding: 10px 20px;
    margin: 0px 10px;
    font-family: Candlebright, sans-serif;
    text-shadow: 0px 0px 5px #fff;
}

#menu a:hover {
    color: burlywood;
    text-shadow: 0px 0px 5px #e44746;
}

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

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

#signupform, #mobilenotice {
	color: #fff;
	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: 13px;
	color: #fff;
	line-height: 17px;
    text-align: center;
	vertical-align: bottom;
	margin: 0px;
    font-weight: normal;
    font-family: sans-serif, sans-serif, sans-serif;
    text-transform: lowercase;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6a6d73;
  text-transform: lowercase;
  font-family: sans-serif, sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: lowercase;
  font-family: sans-serif, sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: lowercase;
  font-family: sans-serif, sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: lowercase;
  font-family: sans-serif, 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 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) {
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    .play span, .play span:hover {
        display: none;
    }
    
    
    .signup-iframe {
        width: 100%;
        height: 310px;
    }    
    
body {
    background: url("../img/bg-mobile.jpg");
    background-size: cover;
    background-position: 50% bottom;
}    

#menu {
    width: 90%;
    display: flex;
    padding: 0px;
    bottom: 30px;
}

#menu a {
    flex: 1;
    border: none;
    transition: 0.6s;
    padding: 10px 0px;
    margin: 0;
    text-align: center;
    font-size: 4.8vw;
    text-shadow: none;
}
    

.logo, .logo.overlay {
    width: 80%;
    height: auto;
    top: 0px;
}    
    
    
    .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;
        width: 290px;
    }
    
    #socials a {
        font-size: 16px;
    }
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }
    
    .play {
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    width: 55px;
    height: 55px;
    font-size: 0.8rem;
    }
    
    .privacy-link {
        right: -5px;
        bottom: auto;
        top: 3px;
        font-size: 10px;
        text-align: center;
    }
    
    .video {
        height: 70%;
        top: 45%;
        transform: translate(-50%,-50%);
    }
    
    .woof {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 2;
    mix-blend-mode: screen;
}        

   
    
    .play {
        bottom: auto;
        top: 28%
    }
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

}


@media (min-width: 1200px) {
    .marquee {
        bottom: -20%;
        right: -20%;
    }
}

@media (min-width: 1500px) {
    .marquee {
        bottom: -23%;
        right: -23%;
    }
}

@media (min-width: 800px) and (max-width: 1280px) {
    .marquee {
            transform: rotate(-45deg) scale(0.8);
    right: -25%;
    }
}