.navigation {
	display: block;
	width: auto;
	height: 80px;
	float: left;
	margin-left: 5%
}
.brand {
	position: absolute;
	padding-left: 20px;
	float: left;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 1.4em;
}
.brand a, .brand a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav-container {
	max-width: 1000px;
	margin: 0 auto;
}
nav {
	float: right;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li {
	float: left;
	position: relative;
}
nav ul li a, nav ul li a:visited {
	display: block;
	padding: 10px 20px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-family: 'Raleway', sans-serif; 
}
nav ul li a:hover, nav ul li a:visited:hover {
		color: #fdb515;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: ' â–¾';
}
nav ul li ul li {
	min-width: 190px;
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}
.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
}
/* Mobile navigation */
.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #12314c;
	height: 60px;
	width: 60px;
}
 @media only screen and (max-width: 600px) {
.navigation {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #383839;
	border-bottom: 2px solid #fdb515; padding:0; margin:0; background-image:url(../img/logo-m.png); background-position:left; background-repeat:no-repeat
}
.nav-mobile {
	display: block; background-color:#383839
}
nav {
	width: 100%;
	padding: 60px 0 15px;
}
nav ul {
	display: none; background-color:#383839
}
nav ul li {
	float: none;
}
nav ul li a {
	padding: 15px;
	line-height: 20px;
}
nav ul li ul li a {
	padding-left: 30px;
}
.nav-dropdown {
	position: static;
}
}
#nav-toggle {
	position: absolute;
	left: 18px;
	top: 20px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #fdb515;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
}
.menu_simple ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu_simple ul li a {
	text-decoration: none;
	color: #064176;
	background-image: url(../img/arrow.png);
	display: block;
	height: 25px;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: .9em;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
}
.menu_simple ul li a:hover {
	color: #1c4060;
}
.menu_simple1 ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu_simple1 ul li a {
	text-decoration: none;
	color: #fff;
	background-image: url(../img/arrow1.png);
	display: block;
	height: 25px;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
}
.menu_simple1 ul li a:hover {
	color: #fec909;
}
.menu_simple2 ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu_simple2 ul li a {
	text-decoration: none;
	color: #444;
	background-image: url(../img/arrow.png);
	display: block;
	padding-left: 20px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 30px;
 font-family: Arial, Helvetica, sans-serif font-weight: normal;
	letter-spacing: 1px
}
.menu_simple2 ul li a:hover {
	color: #999;
}
.menu_simple7 ul {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}
.menu_simple7 ul li a {
	text-decoration: none;
	color: #5C5C5C;
	background-image: url(../img/arrow.png);
	display: block;
	height: 25px;
	padding-left: 5px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: .9em;
	line-height: 25px;
	font-family: 'Roboto', sans-serif;
}
.menu_simple7 ul li a:hover {
	color: #1c4060;
}
