@charset "utf-8";

/* mobil view */
@media screen and (max-width: 1024px) {	
	body, html{
		margin:0;
		padding:0;
	}
		
	.content {
		padding:7em 3em 16em 3em;
		margin:0;
		width:auto;
	}
	
	.fakeBg {
		left:0;
		right:0;
	}
	
	.header {
		position:fixed;
		left:-80%;
		width:70%;
		transition:left .3s;
	}
	
	.header:hover {
		left:0;
	}
	
	.header a {
		display:block;
	}
	
	.header span {
		display:block !important;
		background:url('images/menu.png');
		background-size:auto 70%;
		background-repeat:no-repeat;
		background-position:10px center;
		position:fixed;
		left:0;
		width:100%;
		background-color:#10206C;
		padding:1em 1em 1em 90px;
		margin:0;
		border-bottom:2px solid rgba(0,0,0,.2);
		vertical-align:bottom;
	}
	
	.header a:nth-child(2) {
		margin-top:75px;
	}
	
	.footer {display:block;}
	.footer .td {display:block;}
}