@charset "UTF-8";  
/* common */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,button,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}
table{
	border-spacing: 0;
}
img{
	border: none;
}
ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
sup,sub{
	vertical-align: baseline;
}
input,button,textarea,select,optgroup,option{
 	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input:focus,
textarea:focus,
select:focus{
	outline: none;
}
input[type='checkbox'],
input[type='submit'],
input[type='reset'],
input[type='radio'],
input[type='image'],
input[type='file']{
	cursor: pointer;
}
label{
	cursor: pointer;
	color: inherit;
}
html{
	height: 100%;
}
body{
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 110%;
	text-align: left;
	color: #515151;
	height: 100%;
	background: #000;
}
hr{
	border: 0 none;
	border-top: dotted 1px #515151;
	height: 0;
	color: #525252;
	background: none;
	margin: 4px 0;
}
a{
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	float: none !important;
	display: block;
	clear: both;
	height: 0;
}
/* off */
.wrapper{
	position: relative;
	overflow: hidden;
	height: 100%;
	height: auto !important;
	min-height: 100%;
}
/* header */
header{
	position: relative;
	z-index: 20;
	width: 156px;
	height: 60px;
	margin: 0 auto;
	padding: 50px 0 0;
}
header img{
	width: 100%;
	height: 100%;
}
/* header off */

/* content */
div[role='main']{
	padding: 0 0 90px;
}
.video{
	position: relative;
	z-index: 10;
	margin: 50px auto 0;
	width: 800px;
	height: 450px;
	background: #333;
	-webkit-box-shadow: 0 7px 11px rgba(0,0,0,0.37);
	-moz-box-shadow: 0 7px 11px rgba(0,0,0,0.37);
	-o-box-shadow: 0 7px 11px rgba(0,0,0,0.37);
	box-shadow: 0 7px 11px rgba(0,0,0,0.37);
}
.video #movie{
	width: 100% !important;
	height: 100% !important;
}
/* content off */

/* footer */
footer{
	position: relative;
	z-index: 18;
	height: 40px;
	margin: -40px 0 0;
	background: #000;
}
footer .inside{
	width: 800px;
	margin: 0 auto;
	padding: 13px 0 0;
}
footer nav{
	margin: 0 0 0 28px;
}
.socials a{
	margin: 0 0 0 10px;
}
.socials a:first-child{
	margin: 3px 0 0;
}
/* footer off */

/* Parallax */
.layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.parallax{
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#video.parallax,#videostatic.parallax{
	pointer-events: none;
	top: 500px;
	z-index: 15;
}
.parallax img{
	position: relative;
	z-index: 1;
}
.parallax #stars img{
	left: -120px;
	top: 15px;
}
.parallax #stars img.bg{
	position: absolute;
	z-index: 0;
	width: 110% !important;
	height: 110% !important;
	left: -5% !important;
	top: -5% !important;
}
#cloud1{
	z-index: 2;
	left: -549px !important;
	top: 690px !important;
}
#cloud2{
	z-index: 3;
	left: -478px !important;
	top: 503px !important;
}
#cloud3{
	z-index: 4;
	left: 275px !important;
	top: 513px !important;
}
#cloud4{
	z-index: 5;
	left: 366px !important;
	top: 668px !important;
}
#cloud5{
	z-index: 6;
	left: -266px !important;
	top: 615px !important;
}
#cloud6{
	z-index: 6;
	left: 25px !important;
	top: 593px !important;
}
#cloud7{
	z-index: 11;
	left: -355px !important;
	top: 68px !important;
}
#cloud8{
	z-index: 12;
	left: -22px !important;
	top: 89px !important;
}
#cloud8-copy{
	z-index: 12;
	left: 128px !important;
	top: 89px !important;
}
#cloud9{
	z-index: 12;
	left: 459px !important;
	top: 28px !important;
}
#cloud10{
	z-index: 13;
	left: -266px !important;
	top: 115px !important;
}
#cloud11{
	z-index: 14;
	left: 661px !important;
	top: 81px !important;
}
#cloud12{
	z-index: 15;
	left: 109px !important;
	top: 123px !important;
}
#cloud13{
	z-index: 16;
	left: -409px !important;
	top: 154px !important;
}
/* off */

/* Video Controls*/
.vjs-default-skin .vjs-control-bar{
	top: 0;
	bottom: auto;
}
/* off */













/* eof */