.menuer-row1 { /*width:40%;*/ margin:0 0 0; display:block; /*padding:0 11.6% 14px;*/ padding: 0 0 14px 11.6%; position:fixed; top:0; /*right:0;*/ left:0; z-index:2147483610;}
#wpadminbar {z-index: 9999999999;}
.menuer-row1 .menuer-bar1 {
	width:70px;
	float:left;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.toggle { cursor:pointer; width:100%; float:left;}
.toggle-text1 {
	float: right;
    font-size: 14px;
    font-weight: 400;
    color: #6d98ac;
    background: #fff;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0 0 0;
    font-family: 'Jost', sans-serif; font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px 5px;
}
.bar {
	background-color: #ffffff;
	display: inline-block;
	float:left;
	width: 1px;
	margin:0 7px 0;
	border: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
div.menuer-row1 .top {
	height: 96px;
}

div.menuer-row1 .middle {
	height: 69px;
}
div.menuer-row1 .bottom {
	height: 49px;
}

div.menuer-row1 .last {
	height: 36px;
}

.toggle-active .bar {
	background-color: #fff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position:relative; top:3.5px; height:40px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg); position:relative; height:40px; top:21px; left:-30px;
}
.toggle-active .last {
	opacity: 0;
}
.overlay {
	position: fixed;
	z-index: 2147483600;
	background-image: linear-gradient(120deg, #6d98ac 0%, #8c9aa4 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 {
		padding: 0px;
		display: block;
	}
	.toggle-active .bar {
		background-color: #fff;
	}
	.bar {
	    background-color: #6d98ac;
	}
	.toggle-text1 {
		color: #6d98ac;
	}
	.toggle-active .top {
		left: 15px;
	}
	.toggle-active .bottom {
		left: -15px;
	}

	.menuer-row1 .menuer-bar1 {
		width: 60px;
	}
	.toggle-text1 {
		font-size: 12px;
		padding: 2px 3px;
	}
}

@media screen and (min-width:481px) and (max-width:600px) {
	.menuer-row1 {
		padding: 10px 5%;
		display: block;
	}
	.toggle-active .bar {
		background-color: #fff;
	}
	.bar {
	    background-color: #6d98ac;
	}
	.toggle-text1 {
		color: #6d98ac;
	}
	.toggle-active .top {
		left: 15px;
	}
	.toggle-active .bottom {
		left: -15px;
	}
}

@media screen and (min-width:601px) and (max-width:767px) {
	.menuer-row1 {
		padding: 10px 5%;
		display: block;
	}
	.toggle-active .bar {
		background-color: #fff;
	}
	.bar {
	    background-color: #6d98ac;
	}
	.toggle-text1 {
		color: #6d98ac;
	}
	.toggle-active .top {
		left: 15px;
	}
	.toggle-active .bottom {
		left: -15px;
	}
}

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

}

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

}

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

}