 .header-navlink {
	color: #EEE !important;
	text-decoration: none;
	}
.header-navlink:hover {
	color: #FFF !important;
	text-decoration: none;
	}

.nav-x-mobile {
	display: block !important;
	text-align: right;
	}

.nav-outer {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 70px;
	overflow: visible;

	}
.nav {
	display: none;
	position: relative;
	right: 0;
	top: 0;	
	width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 100000;
	/* transition: 0.5s; */
	
	}

.nav-inner {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #111;
	/* opacity: 0.9; */
	width: 100%;
	height: 100%;
	z-index: 100001;

	}

.nav-inner-2 {
	padding: 0px 30px 40px 26px;
	}

.nav-link {
	display: block;
	position: relative;
	color: #FFF !important;
	padding: 13px 20px 12px 0px;
	border-bottom: 1px solid #666;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	z-index: 100002;
	}

.nav-link:hover {
	color: #FFF !important;
	text-decoration: none;
	}

.mobnav-header {
	display: block;
	}

.nav-topright {
	display: block;
	position: fixed;
	right: -300px;
	top: 0;	
	width: 300px;
	height: 100%;
	z-index: 100000;
	transition: 0.5s;
	background-color: #000;
	padding: 0px;
	}

.nav-desktop-inner {
	display: block;
	padding: 0px 30px;
	}

.nav-link-top {
	display: block;
	position: relative;
	color: #EEE !important;
	padding: 23px 20px 22px 0px;
	border-bottom: 1px solid #666;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	z-index: 100002;
	}

.nav-link-top:hover {
	color: #FFF !important;
	text-decoration: none;
	}

.nav-x {
	text-align: right;
	}


.subnav {

	padding-left: 40px;
	
	
}

.subnav a {

	display: block;
	float: none;
	padding: 13px 10px 12px 0px;
	line-height: 16px;
	font-size: 14px;
	
}



#header-right-desktop {
	display: none;
	}

#header-right-mobile {
	display: block;
	}

/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* ********************************************************************************************* */


@media only screen and (min-width: 640px) {

	#header-right-desktop {
		display: none;
		}

	#header-right-mobile {
		display: block;
		}

	.nav-link {
	color: #CCC !important;
	
	}
	

}




/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* ********************************************************************************************* */
/* ********************************************************************************************* */






