/* NAVIGATION CONTAINTER */
#navcontain {    
    margin:0;
	z-index:99999;
	padding: 0 10%;
	    width: 100%;
}





/* NAVIGATION STYLES START */
.nav {
    position:relative;
	width:100%;
	margin: 0 auto;
}

.wrapper {
    margin-top: 5%;
}

/* 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;
    line-height:1;
    display:block;
	font-family: 'Muli', sans-serif;
	font-weight:900;
}



/* DESKTOP NAV FIRST LEVEL STYLES*/
#cssmenu {
	width:100%;
	    text-align: center;
}

#cssmenu > ul {
    margin:0 0 0 0;
	display: flex;
    justify-content: space-around;
	text-align: center;
}

#cssmenu > ul > li {
    position: relative;
    display:inline-block;
    text-align:center;
	margin: 0;
	
}

#cssmenu > ul > li > a {
    *display:inline;
	display: inline-block;
    text-transform: uppercase; 
    color: #d8270e;
    font-size: 1.7em;
    line-height:1em;
    text-decoration: none;
	padding:15px;
}

a {

	
	}

/* NAV FIRST LEVEL HOVER EFFECTS */



#cssmenu > ul > li:hover a, #cssmenu > ul > li.active-page a{
		color:#d8270e;
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}



/* NAV SECOND LEVEL STYLES */
/* FOR SECOND LEVEL NAV TO NOT APPEAR UNTIL HOVERED */
#cssmenu ul ul {
    position:absolute !important;
	display: block;
    background-color: #f6f6f6;
    left:-9999px;
    z-index:999;
    margin-left: -2px !important;
    width: 146px;

}
/* MAKES SECOND LEVEL NAV TO APPEAR */
#cssmenu li:hover > ul {
    left: -1px ;
}



/* DESKTOP NAV SECOND LEVEL STYLES*/
#cssmenu ul ul li {
       height: auto;
}

#cssmenu ul ul li a {
    min-width:120px;
    text-align:left;
	color:#000 !important;
	font-weight:500 !important;
	z-index:999;
	padding: 15px;
    font-size: 1em;
    text-transform: uppercase;

}

/* NAV SECOND LEVEL HOVER EFFECTS */
#cssmenu ul ul li a:hover,
#cssmenu ul ul li a:focus ,
#cssmenu ul ul li a.active  {
	color:#d8270e !important;
    -webkit-text-stroke-color: #d8270e;
}
@media screen and (max-width:1400px){
#navcontain {
	padding: 0;
}
	#cssmenu > ul > li > a {font-size: 1.5em;}
}
@media screen and (max-width:1072px){
/* NAVIGATION CONTAINTER */
#navcontain {
    width:100%;
    margin:0 auto;
	padding:0;
}
.wrapper {
    margin-top: 0%;
}


#cssmenu {
    width:100%;
    padding:0;
    background:none;
	overflow: hidden;
}

/* DESTOP NAV TO NOT DISPLAY ON MOBILE 
    ALSO BAKCGROUND STYLES OF MOBILE NAV DROPDOWN */
#cssmenu ul {
    display:none;
    /*START BACKGROUND STYLES */
    width:100%;
    background: transparent;
    background-color: #d82713;
}



/* MOBILE NAV TO DISPLAY AT QUERY WIDTH 
    ALSO BAKCGROUND STYLES OF MOBILE NAV BAR */
#cssmenu
#head-mobile {
    display: block;
    height: 35px; 
 }
 
	
 
 /* MOBILE MENU HAMBURGER BUTTON STYLES */
.button-1 {
    position:absolute;
    width: 100%;
    height: 35px;
    top:0;
    cursor:pointer;
    z-index: 12399994;
	background-color: #d82713;
}

 /* MOBILE MENU HAMBURGER LINE STYLES */
.button-1:after {
    content:'';
    position:absolute;
    display:block;
    width:20px;
    height: 6px;
    top: 17px;
    left: 48%;
    border-top:2px solid #fff;
    border-bottom:2px solid #fff;
}
.button-1:before {
    content:'';
    position:absolute;
    display:block;
    width:20px;
        height: 2px;
    top: 9px;
    left: 48%;
    background:#fff;
}

.button-1.menu-opened:after {
    width:19px;
    height:2px;
    top:17px;
    border:0;
    background:#fff;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.button-1.menu-opened:before {
    width:19px;
    top:17px;
    background:#fff;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

#cssmenu > ul > li:hover, #cssmenu > ul > li.active-page {
border:none;
}
#cssmenu > ul > li > a {
   color: #fff; 
}
	
	
/* MOBILE NAV FIRST LEVEL STYLES*/
#cssmenu ul li {
    *float:none;
    width:100%;
    margin:0;
    padding: 0px;
    text-align:left;
}

	#cssmenu ul ul {
    display: initial;
	}
#cssmenu ul li a,
#cssmenu ul ul li a {
    width:100%;
    padding-left:20px;
    line-height:2;
	text-align:start;
	font-size:16px;
	padding: 2px 10px;
}



/* MOBILE NAV SUBMENU STYLES*/
/*MOBILE NAV TO NOT DISPALY DESKTOP SUBMENU BUTTON */
#cssmenu > ul > li.has-sub > a:after,
#cssmenu > ul > li.has-sub > a:before {
    display:none;
}



/*MOBILE NAV SUBMENU BUTTON STYLES */
#cssmenu .submenu-button {
    position:absolute;
    display:block;
    height:45px;
    right:0;
    top:0;
    padding:0 27px;  
    cursor:pointer;
    z-index:99;
}
/*MOBILE NAV SUBMENU ICON STYLES */
#cssmenu .submenu-button:before {
    content:'';
    position:absolute;
    display:block;
    width:2px;
    height:8px;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    background:#fff;
}
#cssmenu .submenu-button:after {
    content:'';
    position:absolute;
    display:block;
    width:8px;
    height:2px;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
    background: #fff;
}
#cssmenu .submenu-button.submenu-opened:before {
    display:none;
}
#cssmenu .submenu-button.submenu-opened:after {
    background:#fff;
}



/* MOBILE NAV SECOND LEVEL STYLES*/
#cssmenu ul ul,
#cssmenu ul ul ul {
    position:initial !important;
    left:0;
    width:100%;
	margin:0;
    text-align:left;
}

#cssmenu ul ul li {
    height: auto;
    background-color: #e4e4e4;
	}
#cssmenu ul ul li a {
    font-weight: 900 !important;
	}
#cssmenu ul ul li a {
    font-size:14px;
    line-height:1;
    text-decoration:none;
	padding: 8px 10px;
}

#cssmenu ul ul li:hover
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    color:#fff;
    font-weight:bold;
}
	
	#cssmenu > ul > li:hover a, #cssmenu > ul > li.active-page a {
    color: #ffffff;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}

/* MOBILE NAV SECOND LEVEL SUBMENU BUTTON STYLES*/
#cssmenu ul ul .submenu-button {
    height:34px;
    width:34px;
}

/*MOBILE NAV SECOND LEVEL SUBMENU ICON STYLES */
#cssmenu ul ul .submenu-button:after {
    top:13px;
    right:13px;
}
#cssmenu ul ul .submenu-button:before {
    top:10px;
    right:16px;
}
}
@media screen and (max-width: 375px){
