/*
    header.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/


#header {
    position: 				relative;
    margin: 				0 auto;
	width: 					100%;
	
	text-align: 			center;
	
	/* webkit example */
	background-image: -webkit-gradient(
	linear, left top, left bottom, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0))
	);

	/* mozilla example - FF3.6+ */
	background-image: -moz-linear-gradient(
	  rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 95%
	);
	
}

#header .flag {
	position: absolute;
	top:0;
	left:0;
	width: 						100%;
	display: 					inline-block;
}


#header .column{
	float: 						left;
	margin:						0; 
	width:						33%;
	height: 					10px;
}


#header .logo img {
	margin-top: 			30px;
	width:					100%;
	max-width: 				360px;
}




#header .laurel {
	position: 				absolute;
	top: 					15px;
	left:		 			50%;
}

#header .laurel img {
	max-height:				90px;
}




/* responsive */		

@media only screen and (max-width: 1135px) {
	


}
