@charset "utf-8";
/* CSS Document */

.menu-col1 {
	width: 120px;
	float: left;
	margin: 0 0 0;
	position: absolute;
	top: 16px;
	left: 0;
	padding:8px 15px 9px 22px;
	border-radius:0 20px 20px 0;
	background:#55b7b4;
	z-index: 999999;
}
.menu-col1 img { 
	width: 100%;
	display: block;
}
.menu-col1 .menu-row1 {
	width: 78px;
	float: left;
	cursor: pointer;
}
.toggle-text1 {
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.3px;
	line-height: 18px;
	margin: 5px 0 0 8px;
}
.toggle-row1 {
	width: 23px;
	float: left;
	border-radius: 50%;
	margin: 0 0 0;
	border:1px solid #ffffff;
	padding: 6px 6px 6px;
}
.bar {
	width: 100%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: 2px 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 {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-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: 8px;
}
.overlay {
	width: 100%;
	height: 0;
	background-image: linear-gradient(120deg, #000000 0%, #35184d 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}

.overlay .overlay-back{width:42%;display:block;float:left;height:100%;object-fit:cover;margin:0 0 0;position:absolute;top:0;left:0}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 { position: fixed; top: 16px;}
.toggle-text1 { line-height: 16px; }
.overlay .overlay-back{display:none}

}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 { position: fixed; top: 16px;}
.toggle-text1 { line-height: 16px; }
.overlay .overlay-back{display:none}

}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 { position: fixed; top: 16px;}
.toggle-text1 { line-height: 16px; }
.overlay .overlay-back{display:none}

}

@media screen and (min-width:768px) and (max-width:900px) {
/* .menu-col1 { top: 18px; width:50px; padding:8px 15px 9px 11px;} */
.menu-col1 {top: 18px;width: 44px;padding: 8px 21px 9px 8px;}
.toggle-text1 {	display:none;}
.menu-col1 .menu-row1 { width: 28px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 { top: 18px; width:50px; padding:8px 15px 9px 11px;}
.toggle-text1 {	display:none;}
.menu-col1 .menu-row1 { width: 28px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 { top: 18px;	width:50px;	padding:8px 15px 9px 11px;}
.toggle-text1 {	display:none;}
.menu-col1 .menu-row1 { width: 28px;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.toggle-text1 { line-height: 16px; }

}

@media screen and (min-width:1341px) and (max-width:1540px) {
.toggle-text1 { line-height: 16px; }

}