.menuer-row1 {

	width: 20px;

	margin: 0 0 0;

	padding:0 0 0;

	position: fixed;

	top:101px;

	left: 1%;

	z-index: 99999999;

}

.menuer-row1 .menuer-bar1 {

	width: 100%;

	float: left;

	cursor: pointer;

	position: relative;

	z-index: 3;

}

.toggle {

	cursor: pointer;

}

.toggle-text1 { font-size:17px; font-weight:700; color:#55ba47; text-transform:uppercase; transform:rotate(270deg); display:inline-block; margin:22px 0 0 -15px;}

.bar {

	background-color: #dfdddd;

	display: block;

	width: 100%;

	height: 6px;

	margin: 0 0 3px;

	border: 0;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

}

.top {

	background:#55ba47;

}

.middle {

	top: 11px;

}

.bottom {

	top: 22px;

	background:#55ba47;

}

.toggle-active .bar {

	background-color: #ffffff;

}

.toggle-active .top {

	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);

	background: #8cc53c;

	position: relative;

	top: 3px;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);

	background: #8cc53c;

	position:relative;

	top:3px;

}

.overlay {

	position: fixed;

	z-index: 999999;

	background-image: linear-gradient(120deg, #2c2c2c 0%, #58585a 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-row1 { width:100%; padding:0 5% 0; top:14px; right:0; left:0;}

.menuer-row1 .menuer-bar1 { width:32px;}

.middle { background:#fae004;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:481px) and (max-width:600px) {

.menuer-row1 { width:100%; padding:0 5% 0; top:14px; right:0; left:0;}

.menuer-row1 .menuer-bar1 { width:32px;}

.middle { background:#fae004;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:601px) and (max-width:767px) {

.menuer-row1 { width:100%; padding:0 5% 0; top:14px; right:0; left:0;}

.menuer-row1 .menuer-bar1 { width:32px;}

.middle { background:#fae004;}

.toggle-text1 { display:none;}

}



@media screen and (min-width:768px) and (max-width:900px) {

.menuer-row1 { left: 2%;
    top: 30%;
}

.middle { background:#fae004;}

.toggle-text1 { color:#fae004;}

}



@media screen and (min-width:901px) and (max-width:1024px) {

.menuer-row1 { left: 2%;
    top: 31%;}

.middle { background:#fae004;}

.toggle-text1 { color:#fae004;}

}



@media screen and (min-width:1025px) and (max-width:1240px) {

.middle { background:#fae004;}

.toggle-text1 { color:#fae004;}	

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
	.menuer-row1 { left: 2%;
    top: 17%;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){
	.menuer-row1 { left: 2%;
    top: 22.5%;}
}