html,body{
	padding:0;
	margin:0;
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
	//background-color:#000000;
	background-color: #d15672;					
}

#preloader {
	position:absolute;
	height:100%;
	width:100%;
	//background-color:#000000;
	background-color: #d15672;				
}

#stage, .page {
	position:absolute;
	top:0;
	left:0;
	height:1080px;
	width:1920px;
	//background-color:#000000;
	background-color: #d15672;					
	overflow:hidden;
	font-family: 'HelveticaNeueLTStdLt', sans-serif;	
}

#intro {
  //background-color: #fbdee0;
	background-color: #d15672;
}

#intro_logo {
	position: absolute;
	left: 363px;
	top: 400px;
	width: 1194px;
}

#intro_links {
	position: absolute;
	width: 100%;
	text-align: center;
	top:600px;
}

.intro_link {
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
  //margin-bottom: 20px;
	margin: 0px 20px 0px 20px;
	padding: 4px 20px 6px 20px;
	//background-color: #000000;
	//background-color: #fbdee0;
	transition: color 0.15s, background-color 0.15s;
}

.intro_link:hover {
	background-color: #ffffff;
	color: #d15672;	
	transition: color 0.15s, background-color 0.15s;
}

#bg {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 1918px;
	height: 1079px;
}

#bg_mask {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 1918px;
	height: 1079px;
	background-color:#000000;
	opacity:0;
}		

#menu_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1920px;
	height: 96px;
	//background-color:#000000;
	background-color: #d15672;		
}

#menu_logo {
	position: absolute;
	left: 59px;
	top: 40px;
}


#menu_links {
	position: absolute;
	width: 75%;
	text-align: right;
	right: 40px;
	top: 35px;
}

.menu_link {
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
  //margin-bottom: 20px;
	margin: 0px 20px 0px 20px;
	padding: 7px 20px 7px 20px;
	background-color: #d15672;
	transition: color 0.15s, background-color 0.15s;
}

.menu_link:hover, .menu_link.router-link-active {
	background-color: #ffffff;
	color: #d15672;
	transition: color 0.15s, background-color 0.15s;
}

.visual {
	position: absolute;
}

.visual_img{
	position: absolute;
	height:100%;
}

.visual_hover {
	position: absolute;
	height:100%;
	width:100%;	
	//visibility:hidden;
	opacity:0;
	transition: visibility 0s linear 0.3s,opacity 0.3s ease-out;
	background-color:rgba(0,0,0,0.7);	
}

.visual:hover .visual_hover{
	//visibility:visible;
	opacity:1;
	transition: opacity 0.3s ease-out;
}

.visual_hover .label{
	position: absolute;
	top:45%;
	width:100%;	
	font-size: 22px;
	text-align:center;
	//text-transform: uppercase;	
	color:#ffffff;
}	

.download_section{
	position: absolute;
	bottom: 0;
	margin-bottom: 20px;
	font-size: 18px;
	text-align:center;
	color:#ffffff;
	left: 0;
	right: 0;
}

.download_section > div{
	display: inline-block;
	margin: 0px 12px;
}


.separator{
	position: relative;
	width: 1px;
	height: 64px;
	background-color:#ffffff;
	top: -20px;
}

a{
	text-decoration: none;
	color:#ffffff;
}

#intro_video{
	//display:none;
	cursor:pointer;
}

#intro_video video{
	position:absolute;
	top:0;
	left:420px;
	height:1080px;
	width:1080px;
}

#video01 {
  position: absolute;
  left: 588px;
  top: 210px;
  width: 739px;
  height: 770px;
	background-color:rgba(0,0,0,0.8);		
}

#video01 video {
  position: absolute;
  left: 0px;
  top: 0px;
	width: 100%;
}

#video01 a {
  position: absolute;
  bottom: 5px;
  left: 10px;
	font-size: 18px;	
	color:#ffffff;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

#contact {
  position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 380px;
  width: 600px;
  //height: 200px;
	background-color:rgba(255,255,255,0.85);
	text-align: center;
	padding : 60px;		
}

#contact_title {
	font-size: 40px;
	text-transform: uppercase;
	color: #d15672;
	margin-bottom: 20px;
}

#contact_name {
	font-size: 30px;
	//text-transform: uppercase;
	color: #d15672;
	margin-bottom: 15px;	
}

#contact_email {
	display: block;	
	font-size: 24px;
	//text-transform: uppercase;
	color: #d15672;
	margin-bottom: 5px;		
}

#contact_tel {
	font-size: 24px;
	//text-transform: uppercase;
	color: #d15672;
	margin-bottom: 80px;		
}

#contact_pr{
	margin-bottom: 20px;		
}

#contact_pr a{
	font-size: 30px;
	text-transform: uppercase;
	background-color:rgba(209, 86, 114, 1);	
	color:rgba(255, 255, 255, 0.8);	
	padding : 10px 20px;
	//border: 1px solid #d15672;
	transition : color 0.15s;			
}

#contact_pr a:hover{
		
	//background-color:#ffffff; 	
	color:rgba(255, 255, 255, 1);	 
	transition : color 0.15s;	
}