/*  NAVIGATION
------------------------------------------------*/
#menu-button{
	display: none;
}

nav.primary {
	padding:0;
	margin: 0;
	width:100%;
	position: relative;
	bottom: 0;
	z-index:9999;
	left: 0;
}

nav.primary ul {
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 0;
	font-size: 0;
	 background: linear-gradient(#ddd, #bbb, #ddd);
}

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: oswaldl, sans-serif;
	color: #222;
	text-transform: uppercase;
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #d2d2d2;
	transition: 0.15s;
	padding: 10px 12px;
}

nav.primary ul li.first{margin-left: 10%;}

#navbar--header {
	width: 100%;
	background-color:#f0f0f0;
	height: 135px;
	padding: 10px 0;
	transition: 0.3s;
}

#navbar--header img {max-height: 118px;transition: 0.3s;}

#navbar--header:hover {}

.nav-opener, .nav-closer, .mobile--icon, .mobile--icon__fa { display: none !important; }

nav.primary ul li.onpage, nav.primary ul li:hover {
	background-color: #222;
	color: #fff!important;
}

nav.primary ul li.weather {
	margin-left: 18%;
	border: none !important ;
	padding: 0 !important;
}

.mobile-only {display: none;}

/*==========================================
		RESPONSIVE MENU STYLES
==========================================*/
@media screen and (max-width: 970px) {
	
	.mobile-only {display: block;}

	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: 115px;
		width: 100%;
		position: fixed;
		top: 0;
		padding: 10px 20px;
		transition: 0.5s;
		text-align: center;
		background-color: #f0f0f0;
	}
	
	.nav-opener svg {
		position: absolute;
		top: 0; bottom: 0;
		left: 15px;
		margin: auto 0;
		color: #9b0c10!important;
		cursor: pointer;
		font-size:22px;
	}
	
	.nav-opener img {max-height: 102px; max-width: 80%;}
	
	.nav-closer {
		display: block !important;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 10px;
		left: -30px;
		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;}
	
	nav.primary ul li.contact-info {
		color: #fff;
		padding: 20px 25px !important;
		border: none !important;
		text-transform: none !important;
		background-color: #222 !important;
	}
	
}

/* 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;}
}






















		
