/*  NAVIGATION
------------------------------------------------*/
#menu-button{
	display: none;
}

nav.primary {
	padding:0;
	margin: 0;
	width:100%;
	position: relative;
	bottom: 0;
	z-index:9999;
	left: 0;
	box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.3);
}

nav.primary ul {
	width: 100%;
	margin: 0;
	padding:0;
	text-align:center;
	bottom: 0;
	font-size: 0;
	background: linear-gradient(#222, #888, #222);
}

#navbar-header {
	width: 100%;
	background-color: #fff;
	transition: 0.3s;
	padding: none;
}

#navbar-header img {
	height: 140px;
	transition: 0.3s;
	float: left;
}

#navbar-header:hover {}

#navbar--phone {
	font-size: 26px;
	font-weight: 600;
	color: #dbc168 !important;
}

nav.primary ul li {
	list-style-type:none;
	display:inline-block;
	*zoom:1;
	*display:inline;
	vertical-align: middle;
	position: relative;
	margin: 0;
	
	font-family: roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

nav.primary ul li:not(#navbar-header) {
	font-family: aero-matics-regular, sans-serif;
	color: #fff;
	text-transform: uppercase;
	transition: 0.15s;
	padding: 6px 30px;
}

nav.primary ul li:hover {
	color: #dbc168;
}





/*==========================================
			  SUBNAV MENUS
==========================================*/
nav.primary ul li ul.subnav {
	position: absolute;
	top: 34px;
	display: none;
	margin-left: -16px;
	width: 837px;
	padding: 0px 10px;
	background: #0071bd;
	height: 38px;
}

nav.primary ul li:not(#navbar-header) a {color: #fff;}

ul.subnav li {
	font-size: 12px !important;
	background-color: #0071bd;
	padding: 9px 20px !important;
	display: inline-block;
	float: left;
}

nav.primary ul li ul.subnav li:hover {
	border: none;
	background-color: #333;
}

nav.primary ul li:hover > ul.subnav {display: block;}

nav.primary ul li ul.subnav li.nohover:hover {
	background-color: #ddd;
	cursor: default;
}


.nav-opener, .nav-closer, .mobile--icon, .mobile--icon__fa { display: none !important; }
.mobile-only {display: none !important;}
.not-mobile {display: block !important;}




/*==========================================
		RESPONSIVE MENU STYLES
==========================================*/
@media screen and (max-width: 970px) {
	.mobile-only {display: block !important;}
	.not-mobile {display: none !important;}

	nav.primary ul li.weather {
		margin-left: 0;
		padding: 10px 0 10px 110px !important;
	}
	
	nav.primary {
		height: 100%;
		width: 310px;
		max-width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -315px;
		transition: 0.3s;
		padding: 0;
		background-color: #111;
	}
	
	nav.primary ul {margin: 50px 0;	background: transparent;}
	
	nav.primary ul li {
		width: 100%;
		text-align: left;
		margin: 0;
		font-size: 14px;
		border-bottom: 2px solid rgba(255,255,255,0.3);
		padding: 10px 2%;
	}

	nav.primary ul li:not(#navbar--header) {
		color: #fff;
		border-right: none;
		border-left: 20px solid #202020;
		border-top: 1px solid #202020;
		border-bottom: 1px solid #2f2f2f;
		transition: 0.15s;
		padding: 10px 12px;
	}
	
	#navbar-header {display: none;}	
	
	nav.primary ul li.first{margin-left: 0;}
	
	.mobile--icon {
		display: inline-block !important;
		width: 20px;
		vertical-align: bottom;
	}
	
	.nav-opener {
		display: block !important;
		height: 80px;
		width: 100%;
		position: fixed;
		top: 0;
		padding: 10px 20px;
		transition: 0.5s;
		text-align: center;
		background: #fff;
	}
	
	.nav-opener svg {
		position: absolute;
		top: 0; bottom: 0;
		left: 15px;
		margin: auto 0;
		color: #aaa;
		cursor: pointer;
	}
	
	.nav-opener img {max-height: 60px; max-width: 80%; margin: 0 auto;}
	
	.nav-closer {
		display: block !important;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 10px;
		left: -60px;
		color: #fff;
		font-size: 25px;
		z-index: 100101110011;
		cursor: pointer;
		transition: 0.3s;
	}
	
	.scrolling-wrap.small {width: 80%; margin-left: 10%;}
	nav.primary ul li.onpage {background-color: inherit; color: #fff;}	
	.onpage-bg {display:none;}
	
	/* Subnav */
	nav.primary ul li ul.subnav {
		position: relative;
		margin: 0 !important;
		padding: 0 !important;
		top: 0;
		width: 100%;
	}
	
	nav.primary ul li ul.subnav li {
		padding: 9px 10px !important;
		border: none !important;
	}
	
	nav.primary ul li ul.subnav li.nohover {background-color: #ff811a !important;}
	
	nav.primary ul li.contact-info {
		color: #fff;
		padding: 20px 25px !important;
		border: none !important;
		text-transform: none !important;
		background-color: #222 !important;
	}
	
	nav.primary ul li.contact-info:hover {
		border: none;
	}
	
}

/* Resets the navbar position if switing from mobile to desktop */
@media screen and (min-width: 970px) {
	nav.primary {left: 0 !important; display: block !important;}
	#wrapper {opacity: 1 !important;}
	.header-links {left: auto !important;}
	.mobile-only {display: none !important;}
}














		
