.content .topnav { 
	float: right;
	right: 130px;
	padding:0;
	margin: 0;
	list-style:none;	
	overflow: hidden; 
	}
.content .topnav a { 
	float: left;
	display: block;
	color:#fff; 
	font-weight:bold;
	text-align: center;
	padding: 20px 15px;
	text-decoration: none;
	font-size: 18px;
}
.content .topnav a:hover {
text-decoration:underline;
	color: #fff;
}
.content .topnav a.active {
text-decoration:underline;
	color: #fff;
	font-size: 18px;
}
.content .topnav .icon { display: none; }


@media screen and (max-width: 1024px) {
.header .topnav a {display: none;}
.topnav a.facebook {
    display: none !important;
}
.header .topnav a.icon { 
	float: right; 
	display: block; 
	position: absolute; 
	right: 23px; 
	top: 23px; 
	background: url(menu.png) no-repeat;
	}
.header .topnav.responsive .icon {
	float: right; 
	display: block; 
	position: absolute; 
	right: 23px; 
	top: 23px; 
	background: url(close.png) no-repeat;
	}
.header .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
	padding: 24px 30px 24px 0;
	font-size: 17px;
	color:#405463;
  }
.header  .topnav.responsive  {
    margin: 70px 0 0 0;
	padding: 0;
	width: 100%;
	background: #f4f4f4;
		-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.3) inset;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3) inset;
  }
}


