html { -webkit-text-size-adjust: 100%; }

body {
	margin:0;
	padding:0;
	font-family:Helvetica;
	width: 100%;
	background: black;
	height: 100%;
}

#desktop {
	display:none;
}

#mobile {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.scroll {
	position: absolute;
	bottom: 5%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.scroll center {
	text-align: center;
	margin: 0px auto;
	font-size: 2.5vh;
}

#horizontal {
	height:100%;
	width:100%;
	position: absolute;
}

#horizontal p {
	float: left;
	padding-top: 2vh;
	text-align: center;
	position: relative;
}

#horizontal span {
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	width: 100%;
	bottom: -10%;
	color: white;
	font-size: 2vh;
}

#horizontal img {
	height: 65vh;
	width: auto;
	margin-top: 10vh;
	vertical-align: middle;
}

.images {
	padding: 0;
	margin: 0;
}

#logomobile {
	position: fixed;
	margin: 6%;
	z-index: 3;
	cursor: pointer;
}

#logomobile img {
	width: 5vh;
}

#slider {
	position:fixed;
	width:100%;
	height:100%;
	z-index: 2;
	background:black;
	background-color:rgba(0,0,0,0.9);
	color:#fff;
	display: block;
	bottom: 0;
	text-align: center;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.intro {
	text-align: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 25%;
	font-size: 3.5vh;
	padding-bottom: 10%;
}

#slider.hide {
	bottom: -100%;
}

.closemobile {
	position: absolute;
	margin: 5%;
	right: 0;
	top: 0;
	font-size: 5vh;
	cursor: pointer;
}

#downloadmobile {
	position: fixed;
	margin: 5%;
	right: 0;
	top: 0;
	font-size: 5vh;
	cursor: pointer;
	color: white;
}

#downloadmobile:hover {
	border-bottom: 3px solid;
}

#downloadcomplete {
	position: fixed;
	margin: 5%;
	right: 0;
	bottom: 0;
	color: black;
	font-size: 5vh;
	cursor: pointer;
}


#emailme {
	position: fixed;
	background: #000;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 4;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	bottom: -100%;
}

#emailme.active {
	bottom: 0;
}

form {
	font-size: 4.5vh;
	width: 80%;
	padding-left: 12%;
	padding-top: 20%;
}

form span {
	margin-left: 25px;
}

input {
	background: black;
	color: #fff;
	border: 3px solid white;
	font-size: 5vh;
	padding: 20px;
	border-radius: 0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

input[type=submit] {
	background: white;
	-webkit-appearance: none;
	color: black;
	border: 3px solid white;
	border-radius: 0;
	cursor: pointer;
	margin-top: 20px;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	width: 100%;
}

input[type=email] {
	border:3px solid white; 
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%; 
}


input[type=checkbox] {
    position: relative;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

input[type=checkbox]:after {
    display: block;
    content: "◦";
    margin-top: -28px;
    margin-left: -20px;
    position: static;
    visibility: visible;
    text-align: center;
    background: transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 50px;
    -webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

input[type=checkbox]:hover:after {
    font-size: 50px;
    -webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

input[type=checkbox]:checked:after {
    content: "✕";
    background: transparent;
	font-size: 50px;
    -webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.under {
	position: absolute;
	bottom: 5%;
	width: 75%;
	max-width: 800px;
}

#loader {
	position: absolute;
	height: 100%;
	width: 100%;
	color: white;
	font-size: 50px;
	background: #000;
	z-index: 100;
	display: none;
	text-align: center;
	padding-top: 40%;
}

#no, #no2 {
	position: absolute;
	height: 100%;
	width: 100%;
	color: white;
	font-size: 50px;
	background: #000;
	z-index: 100;
	opacity: 0;
	text-align: center;
	padding-top: 40%;
	display: none;
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
}

#no.active, #no2.active {
	opacity: 1;
	display: block;
}

#landscape{
         position: fixed;
         top: 0px;
         left: 0px;
         background: #000000;
         width: 100%;
         height: 100%;
         display: none; 
         font-size: 40px;
         z-index: 20000;
         opacity: 1.0;
         margin:0 auto;
}
#landscape div{

        color: #FFFFFF;                                  
        opacity: 1;
        top: 50%;
        position: absolute;
        text-align: center;
        display: inline-block;
        width: 100%;
}