/* preciso entender o motivo desse menuAjuste */

#menuAjuste {
	width: 100%;
	height: 0px;
	position: fixed;
	-webkit-box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 21px 0px rgba(0,0,0,0.2);
}

.show #menuAjuste {
	height: 56px;
	background-color: #fff;
}

/* --- */

#menu {
	position: fixed;
	width: 100%;
	height: 56px;
	top: 0px;
	z-index: 100;
	opacity: 1;
}

/* logo na barra */



#logoTop {
	opacity: 0;
	position: fixed;
	width: 380px;
	text-align: center;
	height: 45px;
	line-height: 56px;
	position: fixed;
	left: 0;
	font-size: 8rem;
	right: 0;
	margin: 0 auto;
	color: #925B24;
	font-family: 'dragon_is_comingregular';

}

#menu.show,
#menu.show #logoTop  {
	opacity: 1;
}

/* classe que controlam o scroll */

.scroll {
	overflow-y: scroll;
	  -webkit-overflow-scrolling: touch;
}

.noScroll {
	overflow-y: hidden;
}






















