/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

video#bgvid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background: url(../img/first-screen.png) no-repeat;
	background-size: cover;
}

#logo {
	display: block;
	position: fixed;
	z-index: 100;
	top: 70px;
	left: 50%;
	margin-left: -42.5px;
	text-align: center;
}

section {
	display: block;
	background: url(../img/section-bg.png) repeat;
	position: relative;
}

section .page_container {
	width: 90%;
	height: 100%;
	margin: auto;
	position: relative;
}

.v-center {
	width: 100%;
	height: 125px;
	position: absolute;
	z-index: 100;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

section .page_container.last {
/*
height: 300px;
bottom: 15%;
*/
}

section h1 {
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 20px;
}

section h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 60px 0 20px 0;
}

section span {
	display: block;
	font-size: 24px;
}

section .arrow {
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin-left: -22.5px;
}

section .arrow a {
	text-decoration: none;
	color: #fff;
}

.icon {
	vertical-align: middle;
}

form input[type=email] {
	width: 200px;
	height: 35px;
	padding: 0 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	background: none;
	border: solid 1px #aaa;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

form input[type=submit] {
	height: 35px;
	background: #006aee;
	border: none;
	padding: 0 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	outline: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.error {
	font-size: 16px;
	margin-top: 20px;
	color: #df4343;
}

::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;  
}

:-ms-input-placeholder {  
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff; 
}