#top {
	position: relative;
	overflow: hidden;
	background-color: #FFFFFF;
}
#top .logo {
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #000000;
}
#top .logo img {
	max-width: 100%;
	height: auto;
}
#top .slogan {
	overflow: hidden;
	text-align: center;
	background-color: #FFFFFF;
	padding: 20px 0;
}
#top .slogan img {
	max-width: 100%;
	height: auto;
}
#top .slogan img:nth-child(2) {
	display: none;
}
#top .social {
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
#top .social .wrapper {
	overflow: hidden;
	display: inline-block;
}
#top .social a {
	display: inline-block;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	margin: 0 2px;
}
#top .social a:hover {
	background-color: #E2261C;
}
#top .social .btFacebook {
	background-image: url('../images/site/icon_facebook.svg');
}
#top .social .btInstagram {
	background-image: url('../images/site/icon_instagram.svg');
}
#menu {
	overflow: hidden;
	text-align: center;
	background-color: #E2261C;
	padding: 15px 0;
}
#menu .wrapper {
	display: inline-block;
}
#menu a {
	position: relative;
	overflow: hidden;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	color: #000000;
	padding: 5px 0;
	text-align: center;
}
#menu a:hover div {
	text-decoration: underline;
} 
#menu a div {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	color: #FFFFFF;
	margin-left: 5px;
}

/* ===== MEDIA QUERIES ===== */
@media only screen and (min-width: 480px) {
	#menu {
		padding: 20px 0;
	}
	#menu a {
		display: inline-block;
		margin: 0 15px;
		float: left;
	}
}

@media only screen and (min-width: 800px) {
	#top .logoBar {
		overflow: hidden;
		width: 10%;
		height: 100%;
		background-color: green;
		float: left;
	}
	#top .slogan img:nth-child(1) {
		display: none;
	}
	#top .slogan img:nth-child(2) {
		display: inline-block;
	}
	#top .social {
		position: absolute;
		bottom: 0;
		z-index: 11;
		width: 10%;
	}
	#top .social .wrapper {
		display: block;
	}
	#top .social a {
		margin-top: 10px;
	}
	#menu {
		position: absolute;
		top: 30px;
		left: 10%;
		z-index: 100;
		background-color: transparent;
		padding: 0;
	}
	#menu a {
		color: #E2261C;
		margin: 0 0 0 40px;
	}
}

@media only screen and (min-width: 1024px) {
	#menu a {
		font-size: 1.25em;
	}
}

@media only screen and (min-width: 1280px) {
	#top .logoBar {
		width: 8.33%;
	}
	#menu {
		left: 8.33%;
	}
	#top .social {
		width: 8.33%;
		margin-bottom: 20px;
	}
}