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

@font-face {
    font-family: 'Euclid Circular B';
    src: url('fonts/EuclidCircularB-Regular.woff2') format('woff2'),
        url('fonts/EuclidCircularB-Regular.woff') format('woff'),
        url('fonts/EuclidCircularB-Regular.svg#EuclidCircularB-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

#mobile {
    display: none;
}

.video {
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%,-50%);    
      transform: translate(-50%,-50%); 
}

.video.main {
      z-index: 2;
      mix-blend-mode: screen;       
}

/*
.bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}*/

.bg {
    position: fixed;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;    
    height: 100%;
}

.logo {
    position: fixed;
    top: 30px;
    left: 50%;
    width: 200px;
    height: auto;
    z-index: 3;
    -webkit-transform: translate(-50%,-100px);
    transform: translate(-50%,-100px);
    opacity: 0;
}

.fine {
    position: fixed;
    bottom: 5px;
    left: 50%;
    font-size: 0.7em;
    opacity: 0.7;
    text-align: center;
    width: 100%;
    z-index: 49;
    color: #fff;
    -webkit-transform: translate(-50%,100px);
    -ms-transform: translate(-50%,100px);
    transform: translate(-50%,100px);
    opacity: 0;    
    text-shadow: 1px 1px 0px #000;    
}

#menu {
    position: fixed;
    bottom: 45px;
    left: 50%;
    z-index: 49;
    width: 610;
    -webkit-transform: translate(-50%,100px);
    -ms-transform: translate(-50%,100px);
    transform: translate(-50%,100px);
    opacity: 0;
}


#menu a {
    color: #fff;
    font-size: 0.8em;
  background: transparent;
  font: inherit;
  line-height: 1;
  margin: 1em;
  padding: 0.5em 2em;
  transition: 0.35s; 
    border: 2px solid #fff;
    border-radius: 10px;
    text-transform: uppercase;
        border-color: #d5660d;
    background: #d5660d;
    color: #fff;
}


#menu a:hover, #menu a:focus {
  color: #d5660d;
      background: black;
}



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

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px;
    color: #fff;
    background: #000;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
    z-index: 1111;
}

#lightbox.privacy, #lightbox.signup {
    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%;
}

.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: 'Euclid Circular B', 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: #fff;
    text-transform: uppercase;
    text-align: center;
}

.play {
    position: fixed;
    bottom: 20px;
    left: 30px;
    color: rgba(255,255,255,.5);
    font-family: 'Euclid Circular B';
    z-index: 4;
    transition: 0.3s;
    padding: 15px;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

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

.play:hover {
    color: rgba(255,255,255,1);    
}

.play:hover span {
    opacity: 1;
}

.privacy-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    right: 30px;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    font-family: 'Euclid Circular B';
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
}

.privacy-link:hover {
    color: rgba(255,255,255,1);    
}

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

#socials a {
    color: rgba(255,255,255,.5);
    font-size: 20px;  
    padding: 10px;
    opacity: 0.5;
}

#socials a:hover {
    color: rgba(255,255,255,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: 'Euclid Circular B', sans-serif;
}

.signup-link {
    position: fixed;
    padding: 15px;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(255,255,255,.5);
    font-size: 15px;
    font-family: 'Euclid Circular B';
    font-weight: bold;
    z-index: 4;
    transition: 0.3s;
}

.signup-link:hover {
    color: rgba(255,255,255,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;
	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: 'Euclid Circular B', 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: 'Euclid Circular B', 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: 'Euclid Circular B', sans-serif, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Euclid Circular B', sans-serif, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Euclid Circular B', sans-serif, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6a6d73;
  text-transform: uppercase;
  font-family: 'Euclid Circular B', sans-serif, sans-serif;
}

.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

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

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


.movedown2 {
    -webkit-animation: movedown2 2s ease forwards;
    animation: movedown2 2s ease forwards;
}

@-webkit-keyframes movedown2 {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }    
}

@keyframes movedown2 {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;    
}

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

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


.moveup2 {
    -webkit-animation: moveup2 2s ease forwards;
    animation: moveup2 2s ease forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;    
}

@-webkit-keyframes moveup2 {
    0% {
        opacity: 0; -webkit-transform: translateY(100px);
    }
    100% {
        opacity: 1; -webkit-transform: translateY(0px);
    }    
}

@keyframes moveup2 {
    0% {
        opacity: 0; transform: translateY(100px);
    }
    100% {
        opacity: 1; transform: translateY(0px);
    }    
}

.moveup3 {
    -webkit-animation: moveup3 2s ease forwards;
    animation: moveup3 2s ease forwards;  
}

@-webkit-keyframes moveup3 {
    0% {
        opacity: 1; -webkit-transform: translateY(0px);
    }
    100% {
        opacity: 0; -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup3 {
    0% {
        opacity: 1; transform: translateY(0px);
    }
    100% {
        opacity: 0; 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) {
    
    .bg {
        background: url('../img/bg-mobile.jpg') #000;
        background-repeat: no-repeat;
        background-position: 50% 50%;	
        background-size: cover;
    }   
    
    .play span {
        display: none;
    }    

    .fine {
        width: 90%;
        z-index: 49;
        bottom: 55px;
        color: rgba(255,255,255,1); 
    }
    
    .logo {
        width: 100px;
    }    
    
    .video {
          min-width: 100%;
          min-height: 100%;
          width: 100%;
          height: 100%;
    }    
    
    .play {
        bottom: 20vh;
        opacity: 0;
        left: 50%;
        width: 50px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }    
    
    .moveup2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    @-webkit-keyframes moveup2 {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }    
    }

    @keyframes moveup2 {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }    
    }    
    
    #menu {
        bottom: 0px;
        width: 100%;
        left: 50%;
        display: table;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #menu a {
display: table-cell;
    margin: 0;
    font-size: 0.8em;
    padding: 1em 0em;
    text-align: center;
    border-radius: 0px;
        border: 0px;
    border-color: #d5660d;
    background: #d5660d;
    color: #fff;
    }
        
	
	#desktop {
		display: none;
	}	
    
    #mobile {
        display: block;
    }
    
    #mobile.privacy-click {
        display: inline;
        text-decoration: underline;
    }
    
    .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;
    }
    
    .signup-link {
        bottom: auto;
        top: 40px;
    }


}


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

}
