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

.menuer-col1 {
	width: 100px;
	float: left;
	margin: 0 0 0;
	position: absolute;
	top: 0;
	left: 25px;
	z-index: 99999999;
}
.menuer-col1 .menuer-row1 {
    width: 150px;
    float: left;
    padding: 32px;
}
.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #e09e8b;
	letter-spacing: 1.6px;
	line-height: 10px;
	display: inline-block;
	margin: 0 0 0 10px;
	font-family: 'Montserrat', sans-serif; font-weight: 700;
}
.toggle-row1 {
	width: 20px;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 3px;
	background: #e09e8b;
	display: block;
	margin: 3px 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;
	display: none;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #262626;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: -3px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 9px;
}
.overlay {
	position: fixed;
	z-index: 99999999;
	background-image: linear-gradient(120deg, #fee1d8 0%, #e09e8b 100%);
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}

/*Smartphone css*/

@media screen and (max-width: 480px) {
.menuer-col1 { width:100px; margin:0 0 0; position:fixed; top:16px; left:5%;}
.menuer-col1 .menuer-row1 { width: 110px; padding: 15px 5px 15px 15px;}
.toggle-text1 { font-size: 16px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-col1 { width:100px; margin:0 0 0; position:fixed; top:16px; left:5%;}
.menuer-col1 .menuer-row1 { width: 110px; padding: 15px 5px 15px 15px;}
.toggle-text1 { font-size: 16px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-col1 { width:100px; margin:0 0 0; position:fixed; top:16px; left:5%;}
.menuer-col1 .menuer-row1 { width: 110px; padding: 15px 5px 15px 15px;}
.toggle-text1 { font-size: 16px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-text1 { display:none;}
.menuer-col1 { width:60px;left: 0;}
.menuer-col1 .menuer-row1 {
    width: auto;
    padding: 32px 15px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.toggle-text1 { display:none;}
.menuer-col1 { width:20px;}
.menuer-col1 .menuer-row1 {     width: auto;
    padding: 32px 20px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.toggle-text1 { display:none;}
.menuer-col1 { width:20px;}
.menuer-col1 .menuer-row1 { width:90px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.toggle-text1 { display:none;}
.menuer-col1 { width:20px;}
.menuer-col1 .menuer-row1 { width:90px;}
.menuer-col1 .fixed {
    width: 100px !important;
}
.menuer-col1 .menuer-row1 {
    width: 100px!important;
}
}

@media screen and (min-width:1341px) and (max-width:1445px) {
.toggle-text1 { display:none;}
.menuer-col1 .menuer-row1 {
    width: 100px!important;
}
}