/* stylesheet for demo and examples */
header, #navigation-menu, #content, footer{
	position: relative;
}

#navigation-menu{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: auto;
	z-index: 9;
	text-shadow: none;
/*	background-color: rgba(0,0,0,.2);*/
    background-color: #262626;
    transition: .25s;
}

#navigation-menu.navfixed{
    top: 0;
    background-color: #262626;
}

/*
#navigation-menu ul{
	overflow: hidden;
	background: #564a44;
	background: rgba(0,0,0,0.5);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#navigation-menu li{
	margin: 3px;
}

#navigation-menu a{
	display: block;
	padding: 0.2em 0.6em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#navigation-menu a:hover, #navigation-menu a.mPS2id-highlight{
	background: #e6842c;
	color: #fff;
}
*/


.content{
	
}


@media only screen and (min-width: 1140px){
	
	
	
}