@charset "utf-8";
html {
 -webkit-text-size-adjust: 100%;
}

#header {
	position:         fixed;
	top:              0;
	background:       rgba(255,255,255,0.9);
	z-index:         100;
	width:            100%;
	height:           60px;
}

#header h1 {
	width:            480px;
	margin:           0 auto;
	height:           60px;
  font-size:        1px;
  margin-bottom:    0px;
  padding:          0;
}

#header h1 img {
	display:          block;
	padding-top:      21px;
}
#header  ul {
	position:         absolute;
	top:              18px;
	right:            20px;
}
#header  ul li {
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-left: 10px;
	padding: 0;
}

#header  ul li.current a {
	color: #999 !important;
}
#header a.profile {
	width:            49px;
	height:           16px;
	position:         absolute;
	top:              20px;
	right:            20px;
}

#footer {
	text-align:       center;
	padding:          20px 0 10px;
}

#footer p.copy {
	margin-top:       20px;
}

#audio {
	display:          none;
}

img.contact {
	position:        fixed;
	bottom:          10px;
	left:            50%;
	z-index:         100;
	margin-left:     -31px;
}
