@charset "utf-8";
	
@font-face {
  font-family: 'Larsseit_ExtraBold';
  src:  url('Larsseit_ExtraBold.woff') format('woff');
  
}

@font-face {
  font-family: 'Larsseit-Bold';
  src:  url('Larsseit-Bold.woff') format('woff');
  
}


	body, html {
		margin:0;
		overflow:hidden;
	}
			
	#container{
		position:absolute;
		top:0;
		left:0;
		width:728px;
		height:90px;
		overflow:hidden;
		background-color:#ffffff;
		opacity:0.0;
	}	

	/*CONTAINER_ASSETS */
	#bg_container{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
		
	#bg{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:auto;
		
	}			
	
	#logo_container{
		position:absolute;
		top:2px;
		right:34px;
		width:80px;
		height:30px;
	}
	
	#logo{
		position:absolute;
		bottom:0;
		right:0;
		width:100%;
		height:auto;
	}
	
	
	#footer{
		position:absolute;
		bottom:0;
		right:0;
		width:151px;
		height:90px;
		background-color:#ffffff;
	}

	#disc_btn_container{
		position:absolute;
		bottom:6px;
		right:18px;
		width:110px;
		height:11px;	
		cursor:pointer;	
	}
	
	#disc_btn{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		text-align:center;
		height:auto;		
	   font-family: Arial, Helvetica, sans-serif;
		font-weight:700;
		font-size:8px;
		color:#201747;
		text-decoration:underline;
		text-transform:uppercase;
		
	}
	
	#disc_mask{
		position:absolute;
		bottom:0;
		right:151px;
		width:300px;
		height:90px;
		overflow:hidden;
		display:none;
	
	}
	
	#disc_container{
		position:absolute;
		bottom:0;
		right:0;
		width:100%;
		height:100%;
		background-color:rgba(255,255,255,.95);
	}
	
	#disc_title{
		position:absolute;
		top:14px;
		left:25px;
		width:64px;
		height:auto;
	   font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:700;
		color:#000000;
		
	}
	
	
	#disc{
		position:absolute;
		top:36px;
		left:26px;
		width:250px;
		height:auto;
	   font-family: Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#000000;
		
	}
	
	#disc_close_container{
		position:absolute;
      top: 28px;
      right: 20px;
      width: 50px;
		height:auto;	
		cursor:pointer;	
	}
	
	#disc_close{
		position:absolute;
		bottom:0;
		right:0;
		width:100%;
		height:auto;		
	}
	
	
		
	#head_container{
		position:absolute;
		top:0;
		left:16px;
		width:440px;
		height:90px;
		opacity:1.0;
	}
	
	#eye{
		position: relative;
		display:block;
		top:20px;
		left:4px;
		width:14px;
		height:10px;
		border-top:3px solid #000000;
	}
	
	
	#head{
		position: relative;
		display:block;
		top:50%;
		left:0;
		width:100%;
		height:auto;
	   font-family: 'Larsseit_ExtraBold';
		font-size:23px;
		color:#ffffff;
		text-align:left;
		opacity:1.0;
		margin:auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%) ;
		
		
	}	
		
	.copy_center{
		position: relative;
		display:block;
		top:50%;
		height:auto;
		width:100%;
		margin:auto;
		transform: translateY(-50%);
	}	
	
	span{
		padding:1px;
	}
		
	#cta_container{
	   position: absolute;
	   bottom:20px;
	   right:18px;
		width:110px;
		height:29px;
	   font-family: 'Larsseit-Bold';
		font-weight:700;
	   text-align:center;
		font-size:11px;
		color:#ffffff;
		text-transform:uppercase;
		background-color:#00a9ce;
		opacity:1.0;
		cursor:pointer;
		letter-spacing:.5px;
		overflow:hidden;
		
	}
		
	#cta{
		position: relative;
		display:block;
		top:57%;
		left:0;
		width:auto;
		height:auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%) ;
	}	
	
	#cta_shine{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0.0;
	
	}

	#cta_shine2{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		opacity:0.0;
	
	}
		
	#cta_hit, #disc_hit, #disc_close_hit{
		position: absolute;
		display:block;
		top:0;
		left:0;
		width:100%;
		height:100%;
	
	}
	
	#bdr_top{
		position: absolute;
		top:0;
		left:0;
		width:100%;
		border-top:1px solid #000000;
	}
	
	#bdr_bot{
		position: absolute;
		bottom:0;
		left:0;
		width:100%;
		border-top:1px solid #000000;
	}
	
					
	/* CLICK TAG */
	
	#ct{
		position:absolute;
		top:0;
		left:0;
		width:726px;
		height:89px;
		overflow:hidden;
		border-left:1px solid #000000;
		border-right:1px solid #000000;
		cursor:pointer;
		opacity:1.0;
	}
