#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	line-height: 1;
	margin-top: 25px;
	transition: all 0.2s ease-out;
}
/*#cssmenu {
	width: auto;
	line-height: 1;
	margin-top: 20px;
	transition: all 0.2s ease-out;
}
	.header.shadow #cssmenu {
		margin-top: 10px;
	}*/
		
#cssmenu ul {
	display: block;
	margin: 0;
	text-align: justify !important;
}
#cssmenu > ul:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}
#cssmenu li {
	margin: 0;
	display: inline-block;
    background: none;
}
#cssmenu > ul > li > a {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    color: #003950;
    padding: 10px 0;
    margin: 0;
    box-sizing: border-box;
}
#cssmenu > ul > li > a:hover {
  color: #b10d11;
}
#cssmenu ul li.active a {
  color: #b10d11;
}

#cssmenu ul ul {
	position: absolute;
	top: 30px;
	left: -9999px;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul, #cssmenu li.align-right:hover > ul, #cssmenu li:last-child:hover > ul {
	right: 0;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
    font-size: 16px;
    text-align: left;
    padding: 10px 10px 11px;
    display: block;
    min-width: 300px;
    width: auto;
    /*background: #f6921c;*/ /*orange*/
    background: #b10d11;
    text-decoration: none;
    color: #fff !important;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        /*background: #f05927;*/ /* dark orange */
        background: #003950;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
	#cssmenu ul ul li:last-child a {
		border: none;
	}
#cssmenu ul ul ul li a {
	background: #ebebeb;
	color: #333;
}
#cssmenu ul ul ul li:hover > a, #cssmenu ul ul ul li a:hover {
	background: #ddd;
	color: #222;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: #ffffff;
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
	#cssmenu {
		margin: 18px 0 0 0;
	}
}
 @media only screen and (min-width: 960px) and (max-width: 1279px) {
	#cssmenu {
		margin: 18px 0 0 0;
	}
	#cssmenu > ul > li > a, #cssmenu ul ul li a {
		font-size: 17px;
		line-height: 17px;
	}
	#cssmenu ul ul li a {
		min-width: 220px;
	}
	#cssmenu ul ul {
		top: 26px;
	}
}

@media all and (max-width: 959px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	/*#cssmenu {
		 width: 100%;
		 margin-top: 5px;
	}*/
	#cssmenu {
		width: 100%;
		margin-top: 0;
	}
		.header.shadow #cssmenu {
			 margin-top: 8px;
		}
	 #cssmenu ul {
		 width: 100%;
		 display: none;
		 float: none;
		 margin-bottom: 0;
	}
	 #cssmenu ul li,  #cssmenu ul ul li,  #cssmenu ul li:hover > ul > li {
		 width: 100%;
		 height: auto;
	  }
	 #cssmenu > ul > li > a, #cssmenu > ul > li > a:hover {
		 border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	 #cssmenu > ul > li:last-child > a {
		 border-bottom: none;
	}
	 #cssmenu ul li a,  #cssmenu ul ul li a {
		 display: block;
		 width: 100%;
		 color: #646566;
		 padding: 11px 0 10px;
		 font-size: 17px;
		 background: none !important;
	}
	 #cssmenu > ul > li:hover > a {
		 background: #fafafa;
	}
	 #cssmenu > ul > li {
		 float: none;
		 display: block;
	}
	 #cssmenu ul ul li a {
		 padding: 13px 10px;
		 font-size: 14px;
		 background: none;
		 color: #646566 !important;
		 border-bottom: 1px dashed rgba(0,0,0,0.15);
		 margin-bottom: 0;
		 border-radius: 0;
		 -moz-border-radius: 0;
		 -webkit-border-radius: 0;
	}
		#cssmenu ul ul li:last-child a {
			 border-bottom: 1px solid rgba(0,0,0,0.2);
		}
	 #cssmenu ul ul li:hover > a,  #cssmenu ul ul li a:hover {
		 color: #111;
		 background: #f4f4f4;
		 border-bottom: 1px dashed rgba(0,0,0,0.15);
	}
	 #cssmenu ul ul ul li a {
		 padding-left: 40px;
	}
	 #cssmenu ul ul,  #cssmenu ul ul ul {
		 position: relative;
		 top: 0;
		 left: 0;
		 right: auto;
		 width: 100%;
		 margin: 0;
	}
	 #cssmenu ul ul ul li a {
		 background: #fff;
		 color: #333;
	}
	 #cssmenu ul ul ul li:hover > a,  #cssmenu ul ul ul li a:hover {
		 background: #ddd;
		 color: #222;
	}
	 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
		 display: none;
	}
	 #menu-line {
	 	display: none;
	}
	 #cssmenu #menu-button {
		 display: block !important;
		 padding: 20px 0;
		 color: #000;
		 cursor: pointer;
		 font-size: 16px;
		 font-weight: 700;
		 text-transform: uppercase;
		 -webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-tap-highlight-color: transparent;
	}
	 #cssmenu #menu-button::after {
		 content: '';
		 position: absolute;
		 top: 14px;
		 right: 0;
		 display: block;
		 width: 24px;
		 height: 3px;
		 background: #b10d11;
		 -webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		 transition: all 0.2s ease-out;
	}
	 #cssmenu #menu-button::before {
		 content: '';
		 position: absolute;
		 top: 20px;
		 right: 0;
		 display: block;
		 width: 24px;
		 height: 3px;
		 border-top: 3px solid #b10d11;
		 border-bottom: 3px solid #b10d11;
		 -webkit-transition: all 0.2s ease-out;
		 -moz-transition: all 0.2s ease-out;
		 -o-transition: all 0.2s ease-out;
		 transition: all 0.2s ease-out;
	}
	 #cssmenu #menu-button.menu-opened::after {
		 top: 20px;
		 right: 0;
		 transform: rotate(225deg);
	}
	 #cssmenu #menu-button.menu-opened::before {
		 top: 20px;
		 transform: rotate(-225deg);
		 display: block;
		 width: 24px;
		 height: 3px;
		 background: #b10d11;
		 border: none;
	}
	 #cssmenu .submenu-button {
		 position: absolute;
		 z-index: 10;
		 right: 0;
		 top: 0;
		 display: block;
		 border-left: 1px solid #ddd;
		 height: 41px;
		 width: 41px;
		 cursor: pointer;
	}
	 #cssmenu .submenu-button::after {
		 content: '';
		 position: absolute;
		 top: 15px;
		 left: 20px;
		 display: block;
		 width: 1px;
		 height: 11px;
		 background: #7ea8ad;
		 z-index: 99;
	}
	 #cssmenu .submenu-button::before {
		 content: '';
		 position: absolute;
		 left: 15px;
		 top: 20px;
		 display: block;
		 width: 11px;
		 height: 1px;
		 background: #7ea8ad;
		 z-index: 99;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		 background: #7ea8ad;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		 display: none;
	}
}

@media only screen and (max-width: 767px) {
	#cssmenu {
		 width: 100%;
		 margin-top: 0;
	}
	/*#cssmenu #menu-button {
		 display: block !important;
		 width: 50%;
		 margin: -46px 0 0 50%; 
	}*/
		#cssmenu #menu-button {
			display: block !important;
			width: 50%;
			margin: -36px 0 0 50%;
		}
}
@media only screen and (max-width: 479px) {
        /*#cssmenu #menu-button {
            margin: -40px 0 0 50%;
        }*/
	#cssmenu #menu-button {
		margin: -39px 0 0 50%;
	}
}