#auto-header{
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.25);
	z-index: 1;
}

#auto-header a{
	color: #ff5d02;
}
	
#auto-header a:hover, #auto-header .current-menu-item a{
	color: #343831;
}

#auto-header.animate{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

#auto-header.top{
	min-height: 6em;
}

#auto-header.bottom{
	min-height: 4em;
}

#auto-header.wide{
	background: #fff;
}

#auto-header ul{
	margin-top: 6em;
	list-style-type: none;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#auto-header.bottom ul{
	top: 1.5em;
}

#auto-header li{
	line-height: 3em;
	border-top: 1px solid #eee;
}

#auto-header.wide ul{
	position: absolute;
	right: 2em;
	top: 1.5em;
	margin: 0;
	padding: 0;
	
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
}

#auto-header.narrow ul{
	max-height: 0;
}

#auto-header.animate.narrow ul{
	transition: margin-top 0.5s, max-height 0.5s;
	-webkit-transition: margin-top 0.5s, max-height 0.5s;
}

#auto-header.bottom ul{
	top: 0.5em;
}

#auto-header.bottom.narrow ul{
	margin-top: 4em;
}

#auto-header.narrow.show-nav ul{
	max-height: 14em;
}

#auto-header.wide li{
	float: left;
	margin-left: 1.5em;
	border-top: none;
}

#auto-header .nav-switch{
	position: absolute;
	right: -1em;
	top: 2.5em;
	width: 1em;
	height: 1em;
	background: url(menu-mobile.png);
	opacity: 0;	        	
}

#auto-header.animate .nav-switch{
	transition: transform 0.25s, top 0.5s, opacity 0.25s;
	-webkit-transition: transform 0.25s, top 0.5s, opacity 0.25s;
}

#auto-header.bottom .nav-switch{
	top: 1.5em;
}

#auto-header.narrow .nav-switch{
	opacity: 1;
	right: 1em;
}

#auto-header.show-nav .nav-switch{
	display: block;
	background-position: 0 -16px;
	transform: rotate(180deg);
}

#auto-header .logo img{
	border-radius: 0.5em;
    width: auto;
    height: 3em;
    display: block;
    position: absolute;
    top: 1.5em;
    left: 1.5em;
}

#auto-header.animate .logo img,
#auto-header.animate .logo span{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#auto-header.bottom .logo img{
    top: 0.5em;
}

#auto-header .logo span{
    position: absolute;
    left: 4.2em;
    top: 1.6em;
    font-size: 1.3em;
}

#auto-header.bottom .logo span{
    top: 0.9em;
}
