body, nav, ul, li, a {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}

header {
	float: left;
	width: 100%;
}
.header-left {
	float: left;
	width: 30%;
	padding: 15px 0 15px 15px;
}
.header-left img {
	max-width: 100%;
}
.header-right {
	float: right;
	margin-top: 3%;
	width: 65%;
}
.toggleMenu {
	border-radius: 1px;
	color: #fff;
	display: none;
	float: right;
	margin-right: 2%;
	padding: 0 15px;
	margin-top:7px;
}
.toggleMenu > img {
	width: 40px;
}
.nav {
	list-style: none;
 *zoom: 1;
	float: right;
	
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 9em;
}
.nav a {
	padding: 10px 14px;
	color: #696969;
	font-size: 16px;
}
.nav a:hover {
	color: #212121;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li > a {
	display: block;
}




@media screen and (max-width: 700px) {
	.nav{ position:absolute; 
	margin-top: 40px !important;
	}
.nav > li {
  background: #0a1124 none repeat scroll 0 0;
  border-bottom: 1px solid #060d20;
  float: right !important;
  margin-right: 7% !important;
  min-width: 215px;
  text-align: left;
  width: 55%;
   z-index: 9999;
}
.header-right {
	float: right;
	margin-top: 3%;
	width: 60%;
	position: absolute;
	margin-left: 38%;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.header-left {
	width: 50%;
}
.header-left img {
	max-width: 70%;
}




}
