@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
url('../fonts/icomoon.woff') format('woff'),
url('../fonts/icomoon.ttf') format('truetype'),
url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Windows Chrome ugly fix http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout/14345363#14345363 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('../fonts/icomoon.svg#icomoon') format('svg');
	};
}
.icon-menu {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-menu:before { content: "\f0c9";}
a, li {	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.nav{
	margin: 0 0.75% 0 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.25em; /*1.5em*/
}
.nav li {
	float: left;
	width: 32.33%;
	margin: 0.5%;
	text-align: center;
	background: #A0A0A0;/*rgba(255,255,255,0.80)*/
}
.nav li span { display: block; }
.nav a {
	display: block;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
	width:auto;
	height:1.9em;
	padding: 0.2em 0;
}
/* Remove the blue Webkit background when element is tapped */
a, button { -webkit-tap-highlight-color: rgba(0,0,0,0); }
/* Hover effect for the whole navigation to make the hovered item stand out */
.no-touch .nav ul:hover a { color: rgba(255, 255, 255, 0.5); }
.no-touch .nav ul:hover a:hover { color: rgba(255, 255, 255, 1); }
/* Styling the toggle menu link and hiding it */
.nav .navtoogle{
	display: none;	
	width: 100%;
	padding: 0.75em 1.8em;
	font-family: 'Lato',Calibri,Arial,sans-serif;
	font-weight: normal;
	text-align: left;
	color: #fff;
	font-size: 1.25em; /*1.5em*/
	background: #333; /*rgba(0,0,0,0.65)*/
	border: none;
	cursor: pointer;
}
.icon-menu {
	position: relative;
	top: 1px;
	line-height: 0;
	font-size: 1.25em;
}
@media (max-width: 52em) {/*63.125em*/
	.nav{
		margin: 0;
	}
	.nav li {
		display: block;
		float: left;
		width: 49%;
	}
	.nav a {}
	.nav li span {
		display: inline-block;
	}
}
	/* Unhiding the styled menu link */
	.nav .navtoogle{
		width:99.5%;
		margin: 0.5%;
		display: block;
	}
	/* When JavaScript is disabled, we hide the menu */
	.no-js .nav ul {
		max-height: 30em;
		overflow: hidden;
	}
	/* When JavaScript is enabled, we hide the menu */
	.js .nav ul {
		max-height: 0em;
		overflow: hidden;
	}
	/* Displaying the menu when the user has clicked on the button*/
	.js .nav .active + ul {		
		max-height: 40em;
		overflow: hidden;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}
	/* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
	.nav li span {
		display: inline-block;
		height: 100%;
	}
	.nav a {}
	.touch .nav a {}
@media (max-width: 35em) {
	.nav li {
		display: block;
		float: left;
		width: 99%;
	}
}