/* preciso entender o motivo desse menuAjuste */

#menuAjuste {
	width: 100%;
	height: 0px;
	position: fixed;
}

.show #menuAjuste {
	height: 56px;
	background: rgba(26, 80, 101, 0.9);
}


/* --- */

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

}


/* logo na barra */

#logoTop {
	opacity: 0;
	position: fixed;
	width: 380px;
	text-align: center;
	height: 45px;
	line-height: 56px;
	position: fixed;
	left: 0;
	right: 0;
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 25px;
	color: #FFFFFF;
	font-family: 'flamamedium';
}

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


/* transições */

.transition-all-03 {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.transition-all-07 {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.transition-delay-05 {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}


/* classe que controlam o scroll */

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

.noScroll {
	overflow-y: hidden;
}
