@charset "utf-8";
/* CSS Document */

.menu-col1 { 
	width: 80px; 
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: absolute;
	top: 25px;
	left: 80px;
	z-index: 99999;
}
.menu-col1 img { 
	width: 100%; 
	display: block;
}
.menu-col1 .menu-row1 {
	width: 80px;
	float: left;
}
.toggle-text1 {
	float: right;
	font-size: 15px;
	color: #ffffff;
	letter-spacing: 0.80px;
	line-height: 17px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 0 0;
}
.toggle-row1 {
	width: 25px;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 5px;
	height: 15px;
	float: left;
	background: #ffffff;
	display: block;
	margin: 0 5px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-right: 0;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #cbd1b3;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: -6px;
	left: 10px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 12px;
	right: 10px;
}
.overlay {
	width: 100%;
	height: 0;
	background-image: linear-gradient(120deg, #434140 0%, #434140 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;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	width: 80px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 80px;
}
.overlay {
	width: 100%;
}
.toggle-text1 {
	color: #434140;
}
.bar {
	background: #cbd1b3;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	width: 80px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 80px;
}
.overlay {
	width: 100%;
}
.toggle-text1 {
	color: #434140;
}
.bar {
	background: #cbd1b3;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	width: 80px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 80px;
}
.overlay {
	width: 100%;
}
.toggle-text1 {
	color: #434140;
}
.bar {
	background: #cbd1b3;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 {
	width: 25px;
	margin: 0 0 0;
	top: 23px;
	left: 3%;
}
.menu-col1 .menu-row1 {
	width: 25px;
}
.toggle-text1 {
	display: none;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 {
	width: 25px;
	margin: 0 0 0;
	top: 24px;
	left: 3%;
}
.menu-col1 .menu-row1 {
	width: 25px;
}
.toggle-text1 {
	display: none;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 {
	width: 25px;
	margin: 0 0 0;
	left: 3%;
}
.menu-col1 .menu-row1 {
	width: 25px;
}
.toggle-text1 {
	display: none;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 {
	left: 3%;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.menu-col1 {
	left: 3%;
}
}

@media screen and (min-width:1441px) and (max-width:1600px) {
.menu-col1 {
	left: 3%;
}
}