/* LATERAL STYLESHEET */

/* RESET */

html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

/* STYLES 
	
	font-family:'Futura Plus W08 Book';
	font-family:'Futura Plus W08 Book Obl';
	font-family:'Futura Plus W08 Medium';
	font-family:'Futura Plus W08 Medium Obl';
	font-family:'Futura Plus W08 Demi';
	
*/

em {
	font-family:'Futura Plus W08 Medium Obl';
}

html, body {
	min-width: 100%;
	min-height: 100%;
	height: 100%;
}

body {
	background: url(../img/office_still.jpg) no-repeat center center #000;
	background-size: cover;
	font-family:'Futura Plus W08 Book', sans-serif;
	color: #000;
	font-size: 22px;
	line-height: 22px;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.3s ease;
}

.info a:hover {
	color: #666;
}

#container {
	padding: 0px 50px;

}

#content {
	padding: 60px 60px 60px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.3);
	max-width: 660px;
	position: relative;
	z-index: 1000;
	transition: 0.3s ease;
}

#content:hover {
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.85);
}

#content:after, #container:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
}



#video_background {
	position: absolute;
	bottom: 0px;
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

#video_pattern {
	background-image: url(../img/pattern.png);
	position: fixed;
	opacity: 0.8;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

footer {
	position: absolute;
	bottom: 20px;
	left: 50px;
	z-index: 20;
	font-size: 16px;
}

p {
	margin-bottom: 1em;
}


.logo {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-bottom: 0px;
}

.logo {
	max-width: 242px;
	height: auto;
	width: 100%;
}

.ie .logo {
	width: 242px;
	height: 79px;
}

.mobile .logo {
	margin-top: 0px;
}

.info {
	clear: left;
	float: left;
	width: 270px;
	margin-right: 60px;
	margin-bottom: 45px;
}

.copy {
	float: left;
	width: 100%;
	margin-bottom: 45px;
	max-width: 330px;
	margin-right: 0px;
	font-size: 15px;
	line-height: 16px;
}

.mobile #content{
		background-color: rgb(255,255,255);
		background-color: rgba(255, 255, 255, 0.9);
		padding: 10%;
		width: 82%;
		max-width: 100%;
}

#container.mobile  {
	padding: 0px;
}

.mobile .info {
	font-size: 21px;
	line-height: 21px;
}


@media screen and (max-width: 568px) {
	#container {
		padding: 0px;	
	}
	
	body {
		font-size: 15px;
		line-height: 15px;
	}
	
	.info { max-width: 270px;  }
	
	#container.mobile{ 
		width: 100% !important;
		
	}
	
	.mobile #content {
		width: 80%;
	}
	

}