.menuer-row1 {
	width:76px;
	float: right;
	position: relative;
	z-index: 999999;
}
.menuer-row2 {
	width: 100%;
	float: right;
	cursor: pointer;
	margin: 3px 0 0 47px;
	position: relative;
	z-index: 999999;
}
.menuer-row2 .menuer-bar2 {
	width: 25px;
	float: right;
	padding: 11px 0 11px;
	position: relative;
	z-index: 3;
}
.toggle-text1 {
	float:left;
	font-size: 12px;
	color: #ffffff;
	letter-spacing:0.6px;
	text-transform:uppercase;
	display: inline-block;
	margin: 13px 0 0;
	font-family: 'Jost', sans-serif; font-weight: 500;
}
.bar {
	background: #ffffff;
	display: block;
	width: 100%;
	height: 3px;
	margin: 0 0 6px;
	border: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .bar {
	background-color: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	background: #fff;
	position: relative;
	top: 3px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	background: #fff;
	position: relative;
	top: 3px;
}
.overlay {
	position: fixed;
	z-index: 99999999;
	background-image: linear-gradient(120deg, #000000 0%, #343335 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%;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-row1 { width:100%; float:left; margin:0 0 0; position:fixed; top:0; left:0; z-index:999999;}
.menuer-row1 .menuer-bar1 { width:100%;}
.menuer-row2 { width: auto; float: left;margin: 0 0 0;}
.menuer-row2 .menuer-bar2 { width: 50px;padding: 16px 15px 10px;float: left;}
.toggle-text1 {/* display:none; */margin-top: 18px;margin-left: 0;float: right;}
.bar { margin:0 0 5px;}
.toggle-active .top { top:1px;}
.toggle-active .bottom { top:3px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-row1 { width:100%; float:left; margin:0 0 0; position:fixed; top:0; left:0; z-index:999999;}
.menuer-row1 .menuer-bar1 { width:100%;}
.menuer-row2 { width: auto; float: left;margin: 0 0 0;}
.menuer-row2 .menuer-bar2 { width: 50px;padding: 16px 15px 10px;float: left;}
.toggle-text1 {/* display:none; */margin-top: 18px;margin-left: 0;float: right;}
.bar { margin:0 0 5px;}
.toggle-active .top { top:1px;}
.toggle-active .bottom { top:3px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-row1 { width:100%; float:left; margin:0 0 0; position:fixed; top:0; left:0; z-index:999999;}
.menuer-row1 .menuer-bar1 { width:100%;}
.menuer-row2 { width:auto; float:left; margin:0 0 0;}
.menuer-row2 .menuer-bar2 { width:50px; padding:16px 15px 10px; float:left;}
.toggle-text1 {margin-top:18px; margin-left: 0px; float: right;}
.bar { margin:0 0 5px;}
.toggle-active .top { top:1px;}
.toggle-active .bottom { top:3px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menuer-row1 { width:25px;}
.menuer-row2 { width:100%; margin:0;}
.menuer-row2 .menuer-bar2 { width:100%; padding:16px 0 10px;}
.toggle-text1 { display:none;}
.bar { margin:0 0 5px;}
.toggle-active .top { top:1px;}
.toggle-active .bottom { top:3px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menuer-row1 { width:25px;}
.menuer-row2 { width:100%; margin:0;}
.toggle-text1 { display:none;}
.bar { margin:0 0 5px;}
.toggle-active .top { top:1px;}
.toggle-active .bottom { top:3px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menuer-row1 { width:25px;}
.menuer-row2 { width:100%; margin:0;}
.toggle-text1 { display:none;}
.bar { margin:0 0 5px;}
.toggle-active .top { top:1px;}
.toggle-active .bottom { top:3px;}
}