.overlay {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100% !important;
	opacity: 0;
	visibility: hidden;
	background-color: #000;
	transition: opacity .25s ease-in-out, visibility 0s linear 0.5s;
	-moz-transition: opacity .25s ease-in-out, visibility 0s linear 0.5s;
	-webkit-transition: opacity .25s ease-in-out, visibility 0s linear 0.5s;
	transition: opacity .25s ease-in-out, visibility 0s linear 0.5s;
}

#menuContent {
	width: 700px;
	margin: 0 auto;
	margin-top: 8rem;
}

ol.menu {
	margin-bottom: 8rem;
}

.menuItem {
	width: 100%;
}

.menuLink {
	width: 100%;
	padding: 2rem 0 2rem 0;
	height: 180px;
}

.menuLink.last {
	border-bottom: none !important;
}

.img-menu {
	float: left;
	height: 180px;
	width: 230px;
	overflow: hidden;
}

.img-menu img {
	width: 100%;
}

.itemInfo {
	font-size: 3.4rem;
	color: #939e36;
	float: left;
	width: 410px;
	margin-left: 2rem;
	height: 180px;
	font-family: 'estadoheadlineregular';
}

.itemInfo span {
    display: block;
    font-size: 1.8rem;
    color: #ccc;
    font-family: 'flamamedium';
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.menuItem.atual {
	opacity: 0.2;
	margin-left: 48px;
}

.itemInfo h3 {
	font-family: 'flamamedium';
	font-weight: 500;
	color: #CCCCCC;
	margin: 0;
	text-align: left;
}

.itemInfo h2 {
	font-size: 3.4rem;
	text-align: left;
	padding: 1rem 0 0 0;
	color: #666666;
}
.itemInfo h2:after{
	display: none;
}


.menuLink {
	height: 190px;
	border-bottom: 1px solid #333333;
	 -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* MENU RESPONSIVO */

@media screen and (max-width: 960px) {
	#menuContent {
		max-width: 460px;
		width: 100%;
		padding: 2rem;
	}
	.img-menu {
		float: none !important;
	}
	.itemInfo {
		float: none;
		margin-left: 0;
		margin-top: 2rem;
		height: auto;
		width: 100%;
	}
	.img-menu {
		float: left;
		height: auto;
		width: 100%;
	}
	.menuLink {
		width: 100%;
		padding: 2rem 0 2rem 0;
		height: auto;
	}
	.atual {
		margin-left: 0px !important;
	}
}

/* HOVER DO MENU */

@media screen and (min-width: 1025px) { /* 960px */
	.menuLink:hover {
		padding-left: 24px;
		 -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.menuLink:hover .itemInfo h2 {
		 color: #3C5034;
		-webkit-transition: all 0.3s ease-in-out;
		  -moz-transition: all 0.3s ease-in-out;
		  -o-transition: all 0.3s ease-in-out;
		  transition: all 0.3s ease-in-out;
	}

	.menuItem.atual .menuLink:hover {
		padding-left: 0px;
	}
}

/* ANIMAÇÃO NO MENU (revisar) */

.animate span, .animate:hover span {
  background-color: transparent;
}

.animate span:before,
.animate:hover span:before,
.animate span:after,
.animate:hover span:after {
  transition: top .2s, transform .2s;
  transition-delay: 0s, .3s;
}

.animate span:before,
.animate:hover span:before {
  top: 0;
  transform: rotate(-45deg);
}

.animate span:after,
.animate:hover span:after {
  top: 0;
  transform: rotate(45deg);
}

.abre {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
