/* 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}

@import url(http://fonts.googleapis.com/css?family=Signika:400,300,600,700);

/* Layering section:
	bg 0
	[gradient] 0
	section 1
		[video] z-index 0
		[gradient] z-idex 1
		[text] z-index 2
		
*/
/* Our CSS */
body {
	background: #000;
	overflow: hidden;
	position: relative;
	font-size: 100%;
}
h1 {
	font-size: 500%;
}
h2 {
	font-size: 350%;
	
}
h3 {
	font-size: 250%;	
}
h1, h2, h3 {
	font-weight: bold;
	line-height: 125%;
}
section {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.txt {
	padding: 4% 0 0 4%;
	position: relative;
	z-index: 2;
	font-family: 'Signika';
	letter-spacing: 1px;
}
.txt p {
	font-size: 150%;
	width: 25%;
	line-height: 1.25;
	margin-bottom: 1em;
	overflow: hidden;
	font-weight: light;
}


h1, h2, .txt p {
	color: #fff;
}
h3 {
	color: #999;
}
.blk p, .blk h1, .blk h2 {
	color:#000;
}
.longtxt p {
	width: 60% !important;
	
}
.bg, .gradient, .gradientTop, .gradientBottom, .absGradient, .gradientLight, .gradientL {
	width: 100%;
	background: no-repeat left center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
.bgvideo {
	position: relative;
}
.bgvideo video {
	position: absolute;
	left: 0;
	top: 0;
}
.absGradient {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
.gradient {
	background-image: url('gradient.png');
	opacity: 0.9;
}
.gradientL {
	background-image: url('gradient.png');
	opacity: 0.85;
}
.gradientTop {
	background-image: url('gradient-top.png');
	opacity: 0.86;
}
.gradientBottom {
	background-image: url('gradient-bottom.png');
}
.gradientLight {
	background-image: url('gradient-light.png');
}
.clear {
	clear: both; width: 100%; height: 1px;
}
.left {
	float: left;
	width: 47.5%;
}
.right {
	float: right;
	width: 47.5%;
}
.fullscreen, .halfscreen {
	position: absolute;
	
	
	z-index: 0;
    height: auto;
	background: #000;
}

.fullscreen {
	top: 0;
	width: 100%;
}
video.right {
	right: 0;
	float: right;
}
video.center {
	margin: 0 auto;
}
.halfscreen {
	bottom: 0px;
	right: 0;
	width: 50%;
	height: auto;
	
}
video {
	z-index: 0;
	image-fit: fill;
	object-fit: fill;
}
ul {
	margin-top: -5%;
}
li {
	color: #fff;
	line-height: 1.25;
	font-size: inherit;
	list-style: disc;
	font-size: 125%;
}
.animate {
	position: relative;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: right;
}
.animate img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.first {
	display: block;
}
#loading {
	background: #000;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 10000px;
	height: 100%;
}
.blast {
  display: inline-block;
  opacity: 0;
}
#nav {
	position: fixed;
	height: 80px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#nav ul {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	box-shadow: 0px -10px 10px #000;
	z-index: 100;
}
#nav ul li {
	color: #fff;
	width: 5%;
	padding-top: 20px;
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 75%;
}
#nav ul li a {
	color: #fff;
	text-decoration: none;
}
#plane {
	position: absolute;
	height: 22px;
	width: auto;
	z-index: 101;
	margin-left: 10px;
	margin-top: 15px;
}
#nav ul li img {
	margin-top: -10px;
	width: 100%;
	height: auto;
}
#nav ul li:hover{
  -webkit-animation: neon4 1.5s ease-in-out infinite alternate;
  -moz-animation: neon4 1.5s ease-in-out infinite alternate;
  animation: neon4 1.5s ease-in-out infinite alternate;
}
#nav ul li.navGlow a {
	text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #B6FF00,
               0 0 70px  #B6FF00,
               0 0 80px  #B6FF00,
               0 0 100px #B6FF00,
               0 0 150px #B6FF00;
  }
}
@-webkit-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #B6FF00,
               0 0 70px  #B6FF00,
               0 0 80px  #B6FF00,
               0 0 100px #B6FF00,
               0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #B6FF00,
               0 0 35px #B6FF00,
               0 0 40px #B6FF00,
               0 0 50px #B6FF00,
               0 0 75px #B6FF00;
  }
}
@-moz-keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #B6FF00,
               0 0 70px  #B6FF00,
               0 0 80px  #B6FF00,
               0 0 100px #B6FF00,
               0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #B6FF00,
               0 0 35px #B6FF00,
               0 0 40px #B6FF00,
               0 0 50px #B6FF00,
               0 0 75px #B6FF00;
  }
}
@keyframes neon4 {
  from {
    text-shadow: 0 0 10px #fff,
               0 0 20px  #fff,
               0 0 30px  #fff,
               0 0 40px  #B6FF00,
               0 0 70px  #B6FF00,
               0 0 80px  #B6FF00,
               0 0 100px #B6FF00,
               0 0 150px #B6FF00;
  }
  to {
    text-shadow: 0 0 5px #fff,
               0 0 10px #fff,
               0 0 15px #fff,
               0 0 20px #B6FF00,
               0 0 35px #B6FF00,
               0 0 40px #B6FF00,
               0 0 50px #B6FF00,
               0 0 75px #B6FF00;
  }
}