#cssmenu{background: #c60609; position: relative; z-index: 999; border-bottom: 1px #333 solid; text-align: center;}
#cssmenu ul{width: 100%; margin: 0 auto; font-size: 0;}
#cssmenu ul li{display: inline-block; position: relative; /*border-left: 1px #e74141 solid; border-right: 1px #600c0c solid;*/ box-sizing: border-box;}
#cssmenu ul li a{display: block; font-size: 16px; text-decoration: none; text-transform: uppercase; cursor: pointer; line-height: 1; color: #fff; padding: 12px 22px; box-sizing: border-box;}
#cssmenu > ul > li:hover > a{background: #343434;}
/*#cssmenu > ul > li.has-sub > a{padding-right: 30px;}
#cssmenu > ul > li.has-sub > a::after{position: absolute; top: 18px; right: 14px; font-family: "Font Awesome 5 Free"; font-size: 8px; content: '\f078';}
*/#cssmenu ul li:hover > ul{left: auto;}
#cssmenu ul ul{display: block; position: absolute; left: -9999px; width: 200px;}
#cssmenu ul ul li{border-bottom: 1px #ccc solid; border-top: none; display: block; overflow: hidden;}
#cssmenu ul ul li a{background: #c60609; font-size: 15px; text-transform: none; text-decoration: none; color: #fff; padding: 15px; text-align: left;}
#cssmenu ul ul li a:hover, #cssmenu ul ul li:hover > a{background: #343434; color: #fff;}
#cssmenu ul ul li.has-sub > a::after{position: absolute; top: 18px; right: 8px; font-family: "Font Awesome 5 Free"; font-size: 8px; content: '\f054';}
#cssmenu ul ul ul{margin-left: 100%; top: -1px;}
#cssmenu #menu-button{display: none;}


@media screen and (max-width: 1205px){
	#cssmenu ul {width:100%;}
	#cssmenu > ul > li > a{font-size:16px; padding:12px 13px;}
}

@media screen and (max-width: 1080px){
	
	#cssmenu ul{width: 100%; display: none;}
	#cssmenu ul li{width: 100%; border: none; border-top: 1px #e74141 solid;}
	#cssmenu ul li:last-child{border-right: none;}
	#cssmenu ul li a{font-size: 12px; padding: 20px; width: 100%;}
	#cssmenu ul ul{display: none; position: relative; left: 0; right: auto; width: 100%; margin: 0;}
	#cssmenu ul ul li{width: 100%; border: none; border-top: 1px solid #ccc;}
	#cssmenu ul ul li a{background: #333; font-size: 12px; color: #fff; padding: 20px; width: 100%;}
	#cssmenu ul ul ul{display: none; position: relative; top: 0; left: 0; right: auto; width: 100%; margin: 0;}
	#cssmenu ul ul ul li a{padding: 20px 40px; background: #555;}
	#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after{display: none;}
	#cssmenu #menu-button{display: block; padding: 20px; cursor: pointer; font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 1; color: #fff;}
	#cssmenu #menu-button::after{position: absolute; top: 19px; right: 20px; font-family: "Font Awesome 5 Free"; font-size: 16px; content:'\f0c9';}
	#cssmenu .submenu-button{position: absolute; z-index: 10; right: 0; top: 0; display: block; height: 55px; width: 100%; cursor: pointer;}
	#cssmenu .submenu-button::after{position: absolute; top: 13px; right: 20px; font-family: "Font Awesome 5.10.2 Free"; font-size: 16px; color: #fff;}
	#cssmenu .submenu-button.submenu-opened:after{}
}