@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
}
html, body{
	font-family: Sanchez;
/*	overflow:hidden;*/
}
.page{
	position:relative;
	height: 660px;
	width:100%;
}

.sans{	font-family: OpenSansLight;	}
.wide{	width:100%;}
#no_click{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 99;
}
.top_part{
	position:absolute;
	height:400px;
}
.bottom_part{
	position:absolute;
	top:527px;
	width:100%;
	
}
.top_part .container{
	position:relative;
	left:50%;
	margin-left:-561px;
	width:1108px;
}
.buttons{	
	position:absolute;
	left:50%;
	margin-left:-560px;
	top:70px;
	height:40px;
	z-index:5;
}
.buttons a{
	float:left;
	background-repeat:no-repeat;
	background-color:#fff;
	background-size:cover;
	margin-right:10px;
	display:block;
	width:40px;
	height:40px;
	z-index:5;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.buttons a.page_down{	background-image:url(images/arrow-down.png);}
.buttons a.page_up{	background-image:url(images/arrow-up.png);}
.buttons a.close{	background-image:url(images/close.png);}
.row1{
	position:absolute;
	top:178px;
	height:10px;
	font-size:14px;
	line-height:14px;
	color: #3f4344;
	text-transform:uppercase;
}
.row2{
	position:absolute;
	top:210px;
}
.row2 > div{
	float:left;
	width: 50%;
}
.title{
	text-transform:uppercase;
	font-size:60px;
	line-height:54px;
	font-family: SanchezExtraLight;
	color: #0094d1;
}
.description{
	position:absolute;
	right:0;
	font-size:14px;
	line-height:20px;
	color: #343430;
}
.video_area{
	background-color:#000 !important;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor:pointer;
	z-index:100;
}
.video_area .video_frame{
	width:100%;
	height:100%;
	background:#000 !important;
}

/**** Boxes ****/
.boxes{
	position:relative;
	width: 100%;
	height: 255px;
}
.big_box{
	float:left;
	width: 50%;
	height: 50%;
}
/*.big_box:nth-child(2n){
	right:0;
}
.big_box:nth-child(n+3){
	bottom:0;
}*/
.big_box:nth-child(3){
	clear:left
}
.box{
	position:absolute;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	height:100%;
	width:100%;
}
.box[data-num="3"], .box[data-num="4"],
.box[data-num="5"], .box[data-num="6"]{
	height:50%;
	width:50%;
}
.box[data-num="4"], .box[data-num="6"]{	right:2px;}
.box[data-num="5"], .box[data-num="6"]{	bottom:2px;}
#buffers{
	display:none;
}