/* NAVIGATION CONTAINTER */
#navcontain {
	position: absolute;
	right: 0;
	top: 68px;
	width: calc(100% - 440px);
	max-width: 100%;  
    margin: 0 auto;
    z-index: 9999;
    float: right;
}

.navcontain-mobile {visibility: hidden;}

/* NAVIGATION STYLES START */
.nav {
    position:relative;
	max-width:100%;
	margin: 0 auto;
	text-align: center;
	z-index:9999;
}



/* MOBILE NAV TO NOT DISPLAY ON DESKTOP */
#cssmenu #head-mobile {display:none;}



/* NAV AND LIST GLOBAL STYLES */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    position:relative;
    list-style:none;
    display:block;
}



/* DESKTOP NAV FIRST LEVEL STYLES*/
#cssmenu {
	float: right;
	margin: 0 auto;

}

#cssmenu > ul {
    margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;

	
	 }

#cssmenu > ul > li {
    position: relative;
	display: inline-block;
	color: #fff;
	margin-left: 10px;
	
}



#cssmenu > ul > li > a {
	display: inline-block;
	color: #fff;
	text-transform:Uppercase;
	font-size: 20px;
	font-weight: 600;
	padding: 0px 15px;
    text-decoration: none;
}

/* NAV FIRST LEVEL HOVER EFFECTS */
#cssmenu > ul > li:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li:focus > a,
#cssmenu ul li.active a { 

    color:#ffc22c;

}

/* NAV FIRST LEVEL LI - HAS SUB-NAV STYLES (ADDS "+" BUTTON) */

#cssmenu > ul > li.has-sub > a:after {
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;

}
#cssmenu > ul > li.has-sub > a:hover:after {}

.fa-caret-down {color: #ffc22c;}



/* NAV SECOND LEVEL STYLES */
/* FOR SECOND LEVEL NAV TO NOT APPEAR UNTIL HOVERED */
#cssmenu ul ul {
    position:absolute;
    left:-9999px;
    z-index:999;

}

/* MAKES SECOND LEVEL NAV TO APPEAR */
#cssmenu li:hover > ul {
    left:auto;
}



/* DESKTOP NAV SECOND LEVEL STYLES*/
#cssmenu ul ul li {
    height:auto;
    background: rgba(0,0,0,.9);
	font-weight: 700;
}

#cssmenu ul ul li a {
    max-width:100%;
    min-width: 280px;
	text-transform: uppercase;
	font-size:16px;
	font-weight: 400;
    padding: 12px 30px;
    text-align:left;
	color: #fff;
	z-index:999;
}
#cssmenu ul ul li:last-child > a {
    border-bottom:0
}

/* NAV SECOND LEVEL HOVER EFFECTS */
#cssmenu ul li:hover
#cssmenu ul ul li:hover,
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li:focus > a,
#cssmenu ul ul li.active a {
    color:#ffc22c;
}





/* NAV THIRD LEVEL STYLES */
#cssmenu ul ul ul {
    margin-left:100%;
    top:0;
}

@media screen and (max-width:1755px){

#cssmenu > ul > li{margin-left: 0;}
#cssmenu > ul > li > a {font-size: 16px;}

}

@media screen and (max-width:1563px){

#cssmenu > ul > li > a {padding: 0px 10px;}

}

@media screen and (max-width:1490px){

#cssmenu > ul > li > a {padding: 0px 8px;}


.navcontain-mobile {
	visibility: visible;
	position: absolute;
	right: 0;
	top: 68px;
	width: 100%;
	max-width: 100%;  
    margin: 0 auto;
    z-index: 9999;
}

.navcontain-mobile {
	position: absolute;
	right: 0;
	top: 68px;
	width: 100%;
	max-width: 100%;  
    margin: 0 auto;
    z-index: 9999;
}

.navcontain-mobile {   
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    z-index: 9999;
    float: right;}
}



@media screen and (max-width:1494px){
/* NAVIGATION CONTAINTER */
 
	.menu-toggle {justify-content: flex-end;padding-right:40px;}
    
	nav.primary{display:none !important; }
    .mobile-nav-cont-1 {
        display:block;
        position: relative;
        z-index: 2;
    }
    
	#menu-button{ 
		display: block;
        padding-bottom:20px;
		position: relative;
		z-index: 400; /* needs to be lower than nav.mobile, adjust as needed */
	}
	.menu-toggle {
       float: right;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:35px;
        height: 27px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 5px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:10px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:10px;
        transform: rotate(-45deg);
        width:25px;
    }
	nav.mobile {
    width: 100%;
    margin: 0;
    padding: 8px 0;
    border-left: none;
    border-right: none;
    text-align: center;
    border-bottom: 1px solid #1e1e1e;
		background: rgba(0, 0, 0,.9);
    font-size: 18px;
    line-height: 2;
	}

	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin:0;
		padding:0;
	}
	nav.mobile ul li {
		position:relative;
		padding: 8px 0;
	}
	nav.mobile ul li li {
		position:relative;
		background: #444;
		border-bottom: 1px solid #1e1e1e;
	}

	/* FIRST LEVEL */
	nav.mobile ul li a {
		font-size:17px;
		font-weight: 600;
		font-family: 'Saira', sans-serif !important;
		text-transform: uppercase;
		padding: 8px 0;
		margin-left: 20px;
/*
        font-family: "Oswald", sans-serif;
		position: relative;
		display: block;
		font-size:16px;
		padding: 10px 20px;
*/
		color: #fff;
		text-decoration: none;
	}
	nav.mobile ul li a:hover {
		background:rgba(45,45,45,0.5); 
		color: #fff; 
	}

	/* SECOND LEVEL */
	nav.mobile ul li li:last-child {border:none;}
	nav.mobile ul li li a {
		background: #444;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #fff;
		text-align: left;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {background:rgba(65,65,65,0.5);}

	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {border:none;}
	nav.mobile ul li li li a {
		background: #4a4a4a;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		color: #fff;
		text-decoration: none;
		border-left:4px #555 solid;
	}
	nav.mobile ul li li li a:hover {background:rgba(85,85,85,0.5);}

}

@media screen and (max-width: 680px) {
#navcontain {position: relative;padding-bottom: 10px; top:0;width: 100%;}
.navcontain-mobile {position: relative;padding-bottom: 10px; top:0;width: 100%;}
	
}