nav.primary{display: block; position: relative; padding: 0; margin: 0; width: 100%; font-size: 0;}
nav.primary ul{display: flex; align-items: center; justify-content: flex-end;}
nav.primary ul i{margin-left: 5px;}
nav.primary ul li a{ white-space: nowrap; display: block; color: #fff; padding: 20px; margin: 0; font-family: "univers-next-pro-compressed", sans-serif; font-size: 20px; font-weight: 500; text-align: center; text-transform: uppercase;}
nav.primary ul li:hover > a{background: #2e2e2e;}
nav.primary ul li:hover > ul{display: block; z-index: 100;}

nav.primary ul ul{display: none; position: absolute; background: #2e2e2e; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);}
nav.primary ul ul li{display: block; width: 275px; position: relative; margin: 0;}
nav.primary ul ul li a{padding: 12px 20px; font-size: 16px; font-weight: 400; text-align: left; letter-spacing: 2px;}
nav.primary ul ul ul{position: absolute; left: 100%; top: 0;}

/* RESPONSIVE */

#menu-button{display: none; width: 100%; z-index: 1000;}
#menu-button .menu-toggle{color:#fff; display: block; padding: 12px 20px; font-size: 18px; font-weight: 700; text-transform: uppercase; text-align: center; cursor: pointer;}

nav.mobile{display: none; position: fixed; top: 0; left: -300px; width: 300px; height: 100%; background: #2e2e2e; overflow: auto; box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1); z-index: 999999;}
nav.mobile ul i{margin-left: auto;}
nav.mobile ul li a{display: flex; align-items: center; font-family: "univers-next-pro-compressed", sans-serif; font-size: 20px; font-weight: 500; text-transform: uppercase; padding: 15px; color: #eee; border-bottom: 1px #333 solid;}
nav.mobile ul li a:hover{background: #000; color: #fff;}
nav.mobile ul ul li a{background: #3e3e3e; font-size: 16px; font-weight: 400; letter-spacing: 1px;}
nav.mobile ul ul ul li a{background: #4e4e4e;}
nav.mobile ul ul{display: none;}

nav.mobile .mobile-header{display: flex; align-items: center; position: relative; padding: 15px 16px; border-bottom: 1px #333 solid;}
nav.mobile .mobile-header .menu-toggle{margin-left: auto; font-size: 20px; font-weight: 900; color: #fff; cursor: pointer;}
nav.mobile .mobile-social ul{display: flex; align-items: center; justify-content: center;}
nav.mobile .mobile-social ul li a{display: block; padding: 15px; font-size: 18px; border: none;}
nav.mobile .mobile-copyright{display: block; padding: 20px 0; font-size: 12px; text-align: center; color: #fff; opacity: .75;}

@media screen and (max-width: 1650px){	
	nav.primary ul li a{padding: 20px 10px; font-size: 18px;}
	.header .btn{padding: 10px 20px; font-size: 18px; white-space: nowrap;}
}
@media screen and (max-width: 1440px){	
	nav.primary ul li a{ font-size: 16px;}
	.header .btn{font-size: 16px;}
	
}
@media screen and (max-width: 1200px){
	#menu-button{display: block;}
	#menu-primary{flex: 1;}

	nav.primary{display: none;}
	nav.mobile{display: flex; flex-direction: column;}
}

