﻿
.clear{clear:both;}
@import url("https://use.typekit.net/egw4lya.css");
/***** Start of primary nav ******/
#menu-button{display: none;}
nav.mobile { display:none;}

nav.primary {
	padding:0px;
	display:flex;
	position:relative;
	width:100%;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	}

	nav.primary ul {
		margin:0; 
		padding:0;
		float:right;
/*		width: calc(100% - 400px);*/
		justify-content: flex-end;
		}
		nav.primary ul li {
			display:inline-block;
			margin:0;
			list-style-type:none; 
			width:auto;
			padding: 50px 0;
			}
			nav.primary ul li a {
				color:#000;
				font-size:16px !important;
				letter-spacing: 1px;
				line-height:20px;
				text-decoration:none;
				position:relative;
				display:block;
				text-align:center;
				text-transform:none;
				-webkit-transition:.4s ease-in;  
				-moz-transition:.2s ease-in;  
				-o-transition:.2s ease-in;  
				transition:.2s ease-in;	
				font-weight:800;
				padding:20px;
				font-family: 'Neulis Sans', sans-serif;
				}	
			nav.primary ul li a:hover {
				background: #9E9D81;
				}
			/* Appearance of the sub-level links */
			nav.primary ul li li a { 
				letter-spacing: .2px;
				line-height:24px;
				padding:20px;
				color:#fff;
				background-color: #000;
				text-align:left;
			}
			/* Appearance of the sub-level links on hover */
			nav.primary ul li li a:hover { 
				color: #000;
				background-color:#9E9D81;
			}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute; 
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 1000;
}
nav.primary ul ul li {
    float: none; 
	width: 220px;
    position: relative;
    margin:0;
	display: block;
	padding: 0;
}


nav.primary i.fa-angle-down{color:#E76806;}

nav.primary ul li:hover i.fa-angle-down{color:#fff;}


.header-contact {
	background-color:#000;
}

.header-contact .wrapper {
	vertical-align: middle;
	transition: .3s ease;
	font-size: 16px;
	padding: 20px 15px;
	justify-content: flex-end;
}

.header-contact ul li a{
    color: #fff;
	font-family: "Redonda", sans-serif;
	font-weight: 400;
}

.header-contact ul li a:hover {
	color: #9E9D81;
}

.header-contact ul li i:hover {
	color: #fff;
}

.header-contact ul li i {
	margin-right: 14px;
	margin-left: 14px;
	color: #9E9D81;
}

.header-contact ul li a.social i {
	margin-left: 14px;
}

nav.logo {
	width: 100%;
	max-width: 350px;
}

.logo img{max-width: 350px; width: 100%}
.logo{
	width:100%;
	max-width: 350px;
}

.logo-mobile {
	display: none;
}


/******** End of primary Nav ***************/

@media screen and (max-width: 1215px)  {
	
	.logo-mobile {
		display: flex;
		align-items: center;
		padding: 40px 0;
	}
	
	.logo-mobile img {
		max-width: 200px;	
	}
/*==============================
	Mobile Nav Styles			
================================*/	
nav.primary{display:none;}
#menu-button{ 
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 24px;
	position: relative;
	line-height:60px; 
	z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	background: #fff;
	text-align: right;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 padding:0 0 0 .8em; 
		 font-weight:700;
		 font-size: 40px;
         margin-right: 10px;
	  }
nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
	padding-top: 15px;
}

/* MENU HEADER STYLES */

/* MENU CLOSE 'X' BUTTON */
nav.mobile .menu-toggle {
	position: absolute;
	padding: 3px 8px 3px;
	font-family: Arial, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 1;
	background: #000;
	color: #fff;
	text-decoration: none;
	right:13px;
}
nav.mobile .menu-toggle:hover { /* Menu close button on hoveer */
	color: #fff;
}

/* MENU LIST STYLE */
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	position:relative;
}

nav.mobile .top-ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
	margin-top: 40px;
}

/* FIRST LEVEL */
nav.mobile ul li a {
	position: relative;
	display: block;
	font-size:15px;
	padding: 15px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-family: 'Neulis Sans', sans-serif;
}
nav.mobile ul li a:hover {
	background:#9E9D81; 
	color: #fff; 
}

/* SECOND LEVEL */
nav.mobile ul li li:last-child {border:none;}
nav.mobile ul li li a {
	background: #000;
	position: relative;
	display: block;
	padding: 15px 15px 15px 43px;
	color: #fff;
	text-decoration: none;
	font-family: 'Neulis Sans', sans-serif;
}
nav.mobile ul li li a:hover {background:#9E9D81;}

nav.mobile ul li .click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	display:block;
	cursor:pointer;
	z-index: 12399994;
	width:auto;
	height:auto;
	padding: 17px 20px;
	color:#fff;
	}
	
/* FONT AWESOME ICONS */
nav.mobile ul li a .fa{
	width:25px;
	font-weight:100;
	padding:8px 3px;
	margin:0 6px 0 0;
	text-align:center;
	background:#000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

	nav.mobile ul li .fa-chevron-down{color:#fff!important;}
nav.mobile ul li .fa-chevron-down {color:#999;}
}

nav.mobile li i {
    margin-right: 10px;
}

@media screen and (max-width: 1282px)  {
	nav.primary ul li a {
		padding: 15px!important;
	}
}

@media screen and (max-width: 1020px)  {
	#menu-button{width:100%;}
}


@media screen and (max-width: 480px)  {
	.header-contact ul li a span {
		display: none;
	}
	
	.header-contact ul li i {
		color: #fff;
	}
	
	.header-contact ul li i:hover {
		color: #9E9D81;
	}
}

@media screen and (max-width:450px){
	#menu-button{width:100%;}
}