@charset "utf-8";
/* CSS Document */

.menu-col1 { 
	width: 38px; 
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 33px;
	right: 326px;
	z-index: 9999;
}
.menu-col1 img { 
	width: 100%; 
	display: block;
}
.menu-col1 .menu-row1 {
	width: 38px;
	float: left;
}
.toggle-text1 {
	float: left;
	font-size: 13.66px;
	font-weight: 400;
	color: #6d6e71;
	letter-spacing: 0.25px;
	line-height: 24.66px;
	margin: 0 0 5px;
}
.toggle-row1 {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	float: left;
	background: #6e8b3a;
	display: block;
	margin: 6px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	top: 11px;
}
.bottom {
	width: 30px;
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	width: 100%;
	background: #ffffff;
}
.toggle-active .top {
	width: 100%;
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 2px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 0;
}
.overlay {
	width: 50%;
	height: 0;
	background-image: linear-gradient(120deg, #6e8b3a 0%, #9cb56f 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	width: 34px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 34px;
}
.toggle-text1 {
	font-size: 12.46px;
	letter-spacing: 0;
	line-height: 23.46px;
	margin: 0 0 3px;
}
.bottom {
	width: 26px;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	width: 34px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 34px;
}
.toggle-text1 {
	font-size: 12.46px;
	letter-spacing: 0;
	line-height: 23.46px;
	margin: 0 0 3px;
}
.bottom {
	width: 26px;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	width: 34px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 34px;
}
.toggle-text1 {
	font-size: 12.46px;
	letter-spacing: 0;
	line-height: 23.46px;
	margin: 0 0 3px;
}
.bottom {
	width: 26px;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 {
	width: 32px;
	top: 36px;
	right: 3%;
}
.menu-col1 .menu-row1 {
	width: 32px;
}
.bar {
	margin: 5px 0 0;
}
.bottom {
	width: 24px;
}
.toggle-text1 {
	font-size: 11.66px;
	line-height: 22.66px;
	display: none;
	margin: 0 0 2px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 {
	width: 35px;
	top: 43px;
	right: 3%;
}
.menu-col1 .menu-row1 {
	width: 35px;
}
.bottom {
	width: 24px;
}
.toggle-text1 {
	font-size: 12.66px;
	line-height: 23.66px;
	display: none;
	margin: 0 0 4px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 {
	width: 35px;
	top: 16px;
	right: 3%;
}
.menu-col1 .menu-row1 {
	width: 35px;
}
.bottom {
	width: 24px;
}
.toggle-text1 {
	font-size: 12.66px;
	line-height: 23.66px;
	margin: 0 0 4px;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 {
	right: 3%;
}
}

@media screen and (min-width:1341px) and (max-width:1840px) {
.menu-col1 {
	right: 3%;
}
}

@media screen and (min-width:1841px) {
.menu-col1 {
	right: 3%;
}
}