/*===================== 
	Color information	
	-red: #d52027;
	-gray: #939597;
=======================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
#navcontain {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index: 99999;
	max-width:850px;
	
}
nav {
	position: relative;
	width:100%;
	margin: 0 auto;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	backgroung:#fff;
}
#cssmenu2, #cssmenu2 ul, #cssmenu2 ul li, #cssmenu2 ul li a, #cssmenu2 #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu2:after, #cssmenu2 > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu2 #head-mobile {
	display: none
}
#cssmenu2 {
}
#cssmenu2 > ul {
	margin: 0 0 0 0;
	background:#fff;
}
#cssmenu2 > ul > li {
	float: left;
	text-transform: uppercase;
}
#cssmenu2 > ul > li > a {
	padding: 20px 20px;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
}
#cssmenu2 > ul > li:hover > a, #cssmenu2 > ul > li:focus > a, #cssmenu2 ul li.active a {
	color:#fff;
	background: #367c2b;
	
}
#cssmenu2 > ul > li:hover, #cssmenu2 ul li.active:hover, #cssmenu2 ul li.active, #cssmenu2 ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu2 > ul > li:focus, #cssmenu2 ul li.active:focus, #cssmenu2 ul li.active, #cssmenu2 ul li.has-sub.active:focus {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu2 > ul > li:first-child:hover, #cssmenu2 ul li.active:hover, #cssmenu2 ul li.active, #cssmenu2 ul li.has-sub.active:hover {
}
#cssmenu2 > ul > li.has-sub:focus > a:before {
	top: 23px;
	height: 0
}

#cssmenu2 > ul > li.has-sub > a:after {
	position: absolute;
	top: 20px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000;
	content: ''
}
#cssmenu2 > ul > li.has-sub > a:before {
	position: absolute;
	top: 17px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu2 > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;

}
#cssmenu2 ul ul {
	position: absolute;
	left: -9999px
}
#cssmenu2 ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #fff;
	transition: all .25s ease
}
#cssmenu2 ul ul li:hover {
}
#cssmenu2 li:hover > ul {
	left: auto
}
#cssmenu2 li:hover > ul > li {
	height: 35px
}
#cssmenu2 ul ul ul {
	margin-left: 100%;
	top: 0
}
#cssmenu2 ul ul li a {
	padding: 11px 15px;
	width: 200px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	border: none;
	background:#000;
}

#cssmenu2 ul ul li:last-child > a, #cssmenu2 ul ul li.last-item > a {
	border-bottom: 0
}
#cssmenu2 ul ul li:hover > a, #cssmenu2 ul ul li a:hover {
	color: #000;
	background: #8ec640;
}
#cssmenu2 ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu2 ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu2 ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu2 ul ul li.has-sub:hover, #cssmenu2 ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu2 ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu2 > ul > li.has-sub > ul > li.active > a, #cssmenu2 > ul ul > li.has-sub > ul > li.active> a {

	border-top: 1px solid #333
}




@media screen and (max-width:1365px) {
	#cssmenu2 > ul > li > a{font-size: 12px; padding: 20px 16px;}
	#navcontain {max-width:800px;}
}
@media screen and (max-width:1053px) {
.header-wrap{ height: 100%;}
}


@media screen and (max-width:804px) {
	#navcontain{ padding-top: 0;}
}
@media screen and (max-width:1200px) {
nav {
	width: 100%;
}

#cssmenu2 {
	width: 100%;
}
#cssmenu2 ul {
	width: 100%;
	display: none;
}
#cssmenu2 ul li {
	width: 100%;
}
#cssmenu2 ul li:hover {
	background: #fff;
}
#cssmenu2 ul ul li, #cssmenu2 li:hover > ul > li {
	height: auto;
}
#cssmenu2 ul li a, #cssmenu2 ul ul li a {
	width: 100%;
	border: 1px solid #fff;
	background: url(../siteart/header.jpg) repeat;
	text-align: left;
}
#cssmenu2 > ul > li {
	float: none;
}
#cssmenu2 ul ul li a {
	padding-left: 25px;
}
#cssmenu2 ul ul li {
	background: #000!important;
}
#cssmenu2 ul ul li:hover {
	color:#fff!important;
}
#cssmenu2 ul ul ul li a {
	padding-left: 35px;
}
#cssmenu2 ul ul li a {
	color: #fff;
	background: none;
}
#cssmenu2 ul ul li:hover > a, #cssmenu2 ul ul li.active > a {
	color: #fff;
}
#cssmenu2 ul ul, #cssmenu2 ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu2 > ul > li.has-sub > a:after, #cssmenu2 > ul > li.has-sub > a:before, #cssmenu2 ul ul > li.has-sub > a:after, #cssmenu2 ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu2 #head-mobile {
	display: block;
	padding: 19px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
.button-menu {
	width: 55px;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button-menu:after {
	position: absolute;
	top: 22px;
	right: 20px;
	display: block;
	height: 4px;
	width: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
}
.button-menu:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	height: 2px;
	width: 20px;
	background: #000;
	content: '';
}
.button-menu.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 23px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button-menu.menu-opened:before {
	top: 23px;
	background: #000;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu2 .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	height: 45px;
	width: 46px;
	cursor: pointer
}
#cssmenu2 .submenu-button.submenu-opened {
	background: #000;
}
#cssmenu2 ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu2 .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #000;
	content: '';
}
#cssmenu2 ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu2 .submenu-button.submenu-opened:after {
	background: #fff;
}
#cssmenu2 .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	content: '';
}
#cssmenu2 ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu2 .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu2 ul ul ul li.active a {
	border-left: none;
}
#cssmenu2 > ul > li.has-sub > ul > li.active > a, #cssmenu2 > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
}
