html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
}
	
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block
}

button,input,select,textarea {
	margin:0
}

ul {
	list-style:none
}

a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	outline:0
}

html {
	font-size:90%;
	line-height:1.84615em
}
	
html {
	height:100%
}

body {
	height:100%;
	background:#f8f8f8;
	letter-spacing:1px;
	line-height:2.21538em;
}

#main-nav {
	top:45%;
	width:100%;
	height:86px;
	position:fixed;
	z-index:1000;
}

header #main-nav ul.icon {
	width:30px;
	height:4px;
	position:absolute;
	top:50%;
	left:50%;
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index:10000;
}

header #main-nav ul.icon li {
	position:absolute;
	width:30px;
	height:4px;
	z-index:10000;
}

header #main-nav .menu-header-menu-container {
	position:relative;
	z-index:10000;
}

header #main-nav .menu-header-menu-container ul {
	width:100%;
	text-align:center;
	padding:28px 0;
	z-index:10000;
	color:#FFFFFF;
	background: #000000;
}

header #main-nav .menu-header-menu-container ul li {
	display:inline-block;
	padding:0 15px;
	font-size: 20px;
	z-index:10000;
	font-weight: light;
	}

header #main-nav .menu-header-menu-container ul li a {
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	text-transform: uppercase;
	-moz-transition-property:all;
	-o-transition-property:all;
	-webkit-transition-property:all;
	transition-property:all;
	-moz-transition-duration:0.4s;
	-o-transition-duration:0.4s;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
	z-index:10000;

}

header #main-nav .menu-header-menu-container ul li a:after {
	content:"";
	clear:both;
	display:block;
	position:relative;
	width:0;
	left:50%;
	height:1px;
	background:#FFFFFF;
}


header #main-nav .menu-header-menu-container ul li a.active:after {
	left:0;
	width:100%	
}

@media screen and (max-width: 400px) {
	header #main-nav .menu-header-menu-container ul {
	display: none; 
	}
}

@media screen and (max-width: 400px) {
	header #main-nav ul.icon li {
	display: none; 
	}
}

.no-touch #main-nav a:hover {
	color:#FFFFFF
}

.no-touch #main-nav a:hover:after {
	left:0;
	width:100%
}

.logo {
	top: 32%;
	left: 50%;
	width: 500px;
	text-align: center;
	margin-left: -250px;
	margin-top: -25px;
	text-transform: uppercase;
	z-index:9999;
	display:block;
	position: fixed;
}

@media screen and (max-width: 400px) {
.logo {
	top: 10%;
	}
}

.logo h1 {
	font-size: 80px;
	line-height: 65px;
}

@media screen and (max-width: 400px) {
.logo h1 {
	font-size: 30px;
	}
}

.permalink .logo {
	top: 10%;
	}
}

.permalink header #main-nav .menu-header-menu-container ul {
	display: none; 
}

@media screen and (max-width: 400px) {
	.permalink header #main-nav .menu-header-menu-container ul {
	display: none; 
	}
}

@media screen and (max-width: 400px) {
.permalink .logo h1 {
	font-size: 30px;
	}
}

@media screen and (max-width: 400px) {
.permalink .logo {
	top: 10%;
	}
}