#header {
	width: 100%;
	z-index: 999;
	margin: auto;
	position: relative;
	height: 70px;
}

#header-container {
	width: 100%;
	margin: auto;
}

#header-logo {
	position: absolute;
	margin-left: 5%;
}

#header-logos {
		position: absolute;
		right: 5%;
		top: 5px;
	}

@media screen and (max-width:1390px) {
	#header-menu {display: none;}
	#header-logos {right: 120px;}
}

#header-menu {
	left: 230px;
    position: absolute;
}

/* Dropdown Button */
.dropbtn {
    padding: 14px;
    font-size: 14px;
    border: none;
	margin-top: 10px;
	padding-bottom: 25px;
}

.dropbtn a {
	color: #231f20;
}

.dropbtn a:hover {
	opacity: .7;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	font-weight: 400;
	color: #231f20;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #231f20;
	padding: 10px 0px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	top: 70px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: rgba(255,255,255,.6);
	font-size: 12px;
	font-weight: 300;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
	min-width: 150px;
	text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	color: #f7831f;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	color: #f7831f;
}

/* MAIN NAVIGATION - MOBILE */

@media screen and (min-width: 1391px) {
	.menu-mobile {display: none;}
	#header-logos {right: 5%;}
}

.menu-mobile {
	padding-top: 12px;
}

.menu-mobile2 {
	width:97%; 
	background: url(/images/icons/menu-hamburger-dark.svg);
	background-repeat: no-repeat;
	background-position: right center;
	height:45px; 
	border: none;
	color: #FFF;

}

.dropdown-mobile {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #231f20;
	z-index: 99999;
	top: 0px;

}

.menu-mobile-primary-row a:hover .menu-mobile-primary-row td i {
	color: #f7831f;
}

.menu-mobile-primary-row a {
	color: rgba(255,255,255,.60);
	text-decoration: none;
	font-weight: 300;
	display: block;
}

.menu-mobile-primary {
	width: 100%;
	font-size: 22px;
}

.menu-mobile-primary-row td {
	text-indent: 40px;
}

.menu-mobile-primary-row {
	height: 69px;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.menu-mobile-primary-row:first-child {
	border-top: 1px solid rgba(255,255,255,.1);
}

.menu-mobile-primary-row td:last-child {
	font-size: 28px;
	color: #f7831f;
	text-indent: 0px;
}

.menu-mobile-primary-row:hover {
	background-color: #302B2C;
}

.menu-mobile-secondary-row {	
	height: 40px;
	font-size: 20px;
	text-indent: 20px;
}
.menu-mobile-secondary-row a {
	padding: 0px 10px;
	margin: 10px 0px;
	color: #595959;
	text-decoration: none;
	font-weight: 300;
	display: block;
	text-indent: 40px;
}

.menu-mobile-secondary-row a:hover {
	color: #f7831f;
}

#close_nav {
	font-size: 23px;
	width: 90%;
	text-align: right;
	color: rgba(255,255,255,.6);
	padding: 20px 0px;
	cursor: pointer;
}

#close_nav:hover {
	color: #f7831f;
}