#cssmenu {
	list-style: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: 1; display: block; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#cssmenu ul {
	list-style: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: 1; display: block; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#cssmenu ul li {
	list-style: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: 1; display: block; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#cssmenu ul li a {
	list-style: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: 1; display: block; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#cssmenu #menu-button {
	list-style: none; margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; line-height: 1; display: block; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
#cssmenu::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
#cssmenu > ul::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	margin: 0px auto; width: 1100px;
}
#menu-line {
	background: none; transition:0.25s ease-out; left: 0px; top: 0px; height: 3px; position: absolute; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
	margin-left: 2px; float: left;
}
.align-center#cssmenu > ul {
	text-align: center; font-size: 0px;
}
.align-center#cssmenu > ul > li {
	float: none; display: inline-block;
}
.align-center#cssmenu ul ul {
	text-align: left;
}
.align-right#cssmenu > ul > li {
	float: right;
}
.align-right#cssmenu ul ul {
	text-align: right;
}
.w-header #cssmenu > ul > li > a {
	padding: 20px; transition:color 0.2s; color: rgb(68, 68, 68); text-transform: uppercase; font-size: 14px; text-decoration: none; -webkit-transition: color .2s ease; -moz-transition: color .2s ease; -o-transition: color .2s ease;
}
.w-header.transparent #cssmenu > ul > li > a {
	padding: 20px; transition:color 0.2s; color: rgb(255, 255, 255); text-transform: uppercase; font-size: 14px; text-decoration: none; -webkit-transition: color .2s ease; -moz-transition: color .2s ease; -o-transition: color .2s ease;
}
.w-header #cssmenu > ul > li:hover > a {
	color: rgb(253, 177, 31);
}
.w-header #cssmenu > ul > li.active > a {
	color: rgb(253, 177, 31);
}
.w-header #cssmenu > ul > li.active > a::after {
	color: rgb(253, 177, 31);
}
.w-header.transparent #cssmenu > ul > li.active > a::after {
	color: rgb(253, 177, 31);
}
.w-header.transparent #cssmenu > ul > li:hover > a {
	color: rgb(253, 177, 31);
}
.w-header.transparent #cssmenu > ul > li.active > a {
	color: rgb(253, 177, 31);
}
.w-header.transparent #cssmenu > ul > li.active > a::after {
	color: rgb(253, 177, 31);
}
#cssmenu > ul > li.has-sub > a {
	
}
.w-header #cssmenu > ul > li.has-sub > a::after {
	transition:border-color 0.2s; top: 23px; width: 5px; height: 5px; right: 6px; border-right-color: rgb(68, 68, 68); border-bottom-color: rgb(68, 68, 68); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; position: absolute; content: ""; transform: rotate(45deg); -webkit-transition: border-color 0.2s ease; -moz-transition: border-color 0.2s ease; -o-transition: border-color 0.2s ease; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);
}
.w-header.transparent #cssmenu > ul > li.has-sub > a::after {
	transition:border-color 0.2s; top: 23px; width: 5px; height: 5px; right: 6px; border-right-color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; position: absolute; content: ""; transform: rotate(45deg); -webkit-transition: border-color 0.2s ease; -moz-transition: border-color 0.2s ease; -o-transition: border-color 0.2s ease; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);
}
.w-header #cssmenu > ul > li.has-sub.active > a::after {
	border-right-color: rgb(253, 177, 31); border-bottom-color: rgb(253, 177, 31); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;
}
.w-header #cssmenu > ul > li.has-sub:hover > a::after {
	border-color: rgb(253, 177, 31);
}
.w-header.transparent #cssmenu > ul > li.has-sub:hover > a::after {
	border-color: rgb(253, 177, 31);
}
#cssmenu ul ul {
	left: -9999px; position: absolute;
}
#cssmenu li:hover > ul {
	left: 2px;
}
.align-right#cssmenu li:hover > ul {
	right: 0px;
}
#cssmenu ul ul li {
	transition:height; height: 0px; -webkit-transition: height 0s ease; -moz-transition: height 0s ease; -o-transition: height 0s ease;
}
#cssmenu ul li:hover > ul > li {
	height: 32px;
}
#cssmenu ul ul li a {
	padding: 10px 17px; transition:color 0.2s; width: 160px; color: rgb(68, 68, 68); font-size: 13px; text-decoration: none; -webkit-transition: color .2s ease; -moz-transition: color .2s ease; -o-transition: color .2s ease;
}
#cssmenu ul ul li a.menu-width {
	width: 125px;
}
#cssmenu ul ul li:hover > a {
	color: rgb(253, 177, 31);
}
#cssmenu ul ul li a:hover {
	color: rgb(253, 177, 31);
}
#cssmenu ul ul li.has-sub > a::after {
	transition:border-color 0.2s; top: 13px; width: 4px; height: 4px; right: 10px; border-right-color: rgb(221, 221, 221); border-bottom-color: rgb(221, 221, 221); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; position: absolute; content: ""; transform: rotate(-45deg); -webkit-transition: border-color 0.2s ease; -moz-transition: border-color 0.2s ease; -o-transition: border-color 0.2s ease; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg);
}
.align-right#cssmenu ul ul li.has-sub > a::after {
	border-width: 1px 0px 0px 1px; border-style: solid none none solid; border-color: rgb(221, 221, 221) currentColor currentColor rgb(221, 221, 221); left: 10px; right: auto;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color: rgb(255, 255, 255);
}
@media all and (max-width:768px), not all, not all, not all, not all, only screen and (max-width:1024px) and (min-resolution:192dpi), not all
{
#cssmenu {
	width: 100%;
}
#cssmenu ul {
	width: 100%; display: none;
}
.align-center#cssmenu > ul {
	text-align: left;
}
.align-right#cssmenu ul ul {
	text-align: left;
}
#cssmenu ul li {
	width: 100%; height: auto; border-top-color: rgba(120, 120, 120, 0.15); border-top-width: 1px; border-top-style: solid;
}
#cssmenu ul ul li {
	width: 100%; height: auto; border-top-color: rgba(120, 120, 120, 0.15); border-top-width: 1px; border-top-style: solid;
}
#cssmenu ul li:hover > ul > li {
	width: 100%; height: auto; border-top-color: rgba(120, 120, 120, 0.15); border-top-width: 1px; border-top-style: solid;
}
#cssmenu ul li a {
	width: 100%;
}
#cssmenu ul ul li a {
	width: 100%;
}
#cssmenu > ul > li {
	float: none; display: block;
}
.align-center#cssmenu > ul > li {
	float: none; display: block;
}
.align-right#cssmenu > ul > li {
	float: none; display: block;
}
#cssmenu ul ul li a {
	background: none; padding: 20px 20px 20px 30px; color: rgb(0, 0, 0); font-size: 12px;
}
#cssmenu ul ul li:hover > a {
	color: rgb(0, 0, 0);
}
#cssmenu ul ul li a:hover {
	color: rgb(0, 0, 0);
}
#cssmenu ul ul ul li a {
	padding-left: 40px;
}
#cssmenu ul ul {
	margin: 0px; left: 0px; width: 100%; right: auto; position: relative;
}
#cssmenu ul ul ul {
	margin: 0px; left: 0px; width: 100%; right: auto; position: relative;
}
#cssmenu > ul > li.has-sub > a::after {
	display: none;
}
#cssmenu ul ul li.has-sub > a::after {
	display: none;
}
#menu-line {
	display: none;
}
#cssmenu #menu-button {
	padding: 20px; color: rgb(0, 0, 0); text-transform: uppercase; font-size: 12px; display: block; cursor: pointer;
}
#cssmenu #menu-button::after {
	background: rgb(0, 0, 0); top: 20px; width: 15px; height: 2px; right: 20px; display: block; position: absolute; content: "";
}
#cssmenu #menu-button::before {
	top: 25px; width: 15px; height: 3px; right: 20px; border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid; display: block; position: absolute; content: "";
}
#cssmenu .submenu-button {
	top: 0px; width: 52px; height: 52px; right: 0px; border-left-color: rgba(120, 120, 120, 0.15); border-left-width: 1px; border-left-style: solid; display: block; position: absolute; z-index: 10; cursor: pointer;
}
#cssmenu .submenu-button::after {
	background: rgb(0, 0, 0); left: 26px; top: 21px; width: 1px; height: 11px; display: block; position: absolute; z-index: 99; content: "";
}
#cssmenu .submenu-button::before {
	background: rgb(0, 0, 0); left: 21px; top: 26px; width: 11px; height: 1px; display: block; position: absolute; z-index: 99; content: "";
}
#cssmenu .submenu-button.submenu-opened::after {
	display: none;
}
}
