/**
/*	Header
/* ==========================================*/

#navigation {
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	background-color: rgba(0,0,0,.8);
}

#navigation.animated-header {
	padding: 10px 0;
}

h1.navbar-brand {
	color: red;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 15px;
	text-transform: uppercase;

}

.menuNav{
	color:red;
}