
#header{
	top:0px;
	width: 100%;
	position: fixed;
	height: 70px;
	background-color: #fff;
	z-index: 1000;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#nav-button{
	display: none;
}

#top-nav{
	float: right;
	width: 73%;
}
#top-nav ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
#top-nav li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#top-nav #fixed-nav li a {
	display: block;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	margin: 0px 0px;
	text-decoration: none;
	font-size: 14px;
	padding: 0 20px;
	text-align: center;
	color: #26262d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
#top-nav #fixed-nav li a:hover {
	color: #f05b57;
}
#top-nav #fixed-nav li.current a {
	color: #f05b57;
}


@media only screen and (min-width: 768px) and (max-width: 999px){

#top-nav #fixed-nav li a {
	padding: 0 10px;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px){

#header{
	height: 140px;
}

#top-nav{
	float: left;
	width: 100%;
	margin-top: 10px;
}

#top-nav ul {
	float: right;
}

#top-nav #fixed-nav li a {
	padding: 0 10px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}


}

@media only screen and (max-width: 479px){


#header{
	height: 130px;
}

#top-nav{
	float: left;
	width: 100%;
	margin-top: 10px;
}

#top-nav ul {
	float: left;
}

#top-nav #fixed-nav li a {
	padding: 0 10px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}


}





