/* NAVIGATION CONTAINTER */
#navcontain {    
     margin:auto;
    z-index: 99999;
}





/* NAVIGATION STYLES START */
.nav {
    position:relative;
	width:100%;
	margin: 0 auto;
}



/* 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: 'Roboto', sans-serif;
	font-weight:500;
}



/* DESKTOP NAV FIRST LEVEL STYLES*/
#cssmenu {
	width:100%;
	text-align: left;
}

#cssmenu > ul {
    margin:0 0 0 0;
	display: block;
	text-align: center;
}

#cssmenu > ul > li {
    position: relative;
    display:inline-block;
    text-align:center;
	padding: 7px 10px;
    margin: 7px;
	vertical-align: middle;
}

#cssmenu > ul > li.inside{
	    margin: 7px 15px;
}

#cssmenu > ul > li > a {
    *display:inline;
	display: inline-block;
    text-transform: uppercase; 
    color: #000;
    font-size:1em;
    line-height:1em;
	font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
li.active-page {
    background-color: #8f0409;
}

#cssmenu > ul > li.active-page > a {
		color:#fff ;
	font-weight:900 ;
	
	}

/* NAV FIRST LEVEL HOVER EFFECTS */
#cssmenu > ul > li:hover,
#cssmenu > ul > li:hover,
#cssmenu > ul > li:focus, 
#cssmenu ul li.active  {
	background-color: #8f0409;
}
#cssmenu > ul > li:hover,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li:focus > a,
#cssmenu ul li.active a {

	color:#fff;
	
}

/* NAV SECOND LEVEL STYLES */
/* FOR SECOND LEVEL NAV TO NOT APPEAR UNTIL HOVERED */
#cssmenu ul ul {
    position:absolute !important;
    left:-9999px;
    z-index:999;
	margin-top: 7px;
    margin-left:0 !important ;
	width: 220px;

}

/* MAKES SECOND LEVEL NAV TO APPEAR */
#cssmenu li:hover > ul {
    left: 0px ;
}



/* DESKTOP NAV SECOND LEVEL STYLES*/
#cssmenu ul ul li {
    height:auto;
    background:#d4d4d4;
	padding: 12px 10px 8px 10px;
}

#cssmenu ul ul li a {
    min-width:120px;
    text-align:left;
	color: #8f0409 !important;
    font-weight: 600 !important;;
	z-index:999;
    font-size: 0.9em;
    text-transform: uppercase;
}

/* NAV SECOND LEVEL HOVER EFFECTS */
#cssmenu ul ul li:hover,
#cssmenu ul ul li:focus ,
 {
	color: #fff !important;
    font-weight: 900 !important;
	background-color:#8f0409;

}

@media screen and (max-width:1024px){
/* NAVIGATION CONTAINTER */
#navcontain {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color:#8f0409;
}
#cssmenu {
    width:100%;
    padding:0;
    background:none;
	overflow: hidden;
}
#cssmenu > ul > li {
    margin: 0;
}

#cssmenu > ul > li.inside {
    padding: 0 !important;
    margin: 0 !important;
}


/* 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;
}



/* MOBILE NAV TO DISPLAY AT QUERY WIDTH 
    ALSO BAKCGROUND STYLES OF MOBILE NAV BAR */
#cssmenu
#head-mobile {
    display: block;
    height: 40px; 
 }
 
 
 
 /* MOBILE MENU HAMBURGER BUTTON STYLES */
.nav-button {
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 0 42% 0 48%;
    top: 2px;
    cursor: pointer;
    z-index: 12399994;
    background-color: #8f0409;
    border: #fff 1px solid;
}

 /* MOBILE MENU HAMBURGER LINE STYLES */
.nav-button:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 6px;
    top: 16px;
    left: 20%;
    border-top:2px solid #ebebeb;
    border-bottom:2px solid #ebebeb;
}
.nav-button:before {
        content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    top: 8px;
    left: 20%;
    background: #ebebeb;
}

.nav-button.menu-opened:after {
    width:19px;
    height:2px;
    top: 15px;
    border:0;
    background:#ebebeb;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
.nav-button.menu-opened:before {
    width:19px;
    top: 15px;
    background:#ebebeb;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}



/* MOBILE NAV FIRST LEVEL STYLES*/
#cssmenu ul li {
    *float:none;
    width:100%;
    margin:0;
    padding: 0px 0 4px 0px;
    text-align:left;
}

#cssmenu ul li a,
#cssmenu ul ul li a {
    width:100%;
    margin-left:40px;
    line-height:2;
	text-align:start;
	font-size:16px;
	padding: 2px 10px;
	color: #fff;
}



/* 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;
	    margin-right: 20px;
}
/*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 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;
}

/* 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: 350px){
.nav-button {
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 0 44.5%;
}