.menuer-row1 {

	width: 100%;

	float: left;

	position: absolute;

	top: 46px;

	right: 0;

	left: 0;

}

.menuer-row1 .menuer-bar1 {

	width: 100%;

	float: left;

}

.menuer-row2 {

	width: 117px;

	float: left;

	cursor: pointer;

	margin: 0 0 0 0;

	position: relative;

	z-index: 999999;

}

.menuer-row2 .menuer-bar2 {

	width: 46px;

	float: left;

	background:none;

	border-radius: 50%;

	padding: 15px 13px 9px;

	border:1px solid #fff;

	position: relative;

	z-index: 3;

	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);

}

.toggle-text1 {

	float:right;

	font-size: 12px;

	color: #ffffff;

	letter-spacing:4.5px;

	text-transform:uppercase;

	display: inline-block;

	margin: 16px 0 0;

}

.bar {

	background: #ffffff;

	border-radius: 0;

	display: block;

	width: 100%;

	height: 2px;

	margin: 0 0 5px;

	border: 0;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);

}

.middle {

	top: 11px;

}

.bottom {

	top: 22px;

}

.toggle-active .bar {

	background-color: #ffffff;

}

.toggle-active .top {

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

	background: #ffffff;

	position: relative;

	top: 1px;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

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

	background: #ffffff;

	position: relative;

	top: 5px;

}

.overlay {

	position: fixed;

	z-index: 999999;

	background-image: linear-gradient(120deg, #172337 0%, #445064 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:auto; float:left; margin:0 0 0; position:fixed; top:16px; left:5%; z-index:999999; right: inherit;}

.menuer-row1 .menuer-bar1 { width:auto;}

.bar { margin:0 0 5px;}
.menuer-row2 {
    width: 110px;
	}
}



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

.menuer-row1 { width:auto; float:left; margin:0 0 0; position:fixed; top:16px; left:5%; z-index:999999; right: inherit;}

.menuer-row1 .menuer-bar1 { width:auto;}

.bar { margin:0 0 5px;}

}



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

.menuer-row1 { width:auto; float:left; margin:0 0 0; position:fixed; top:25px; left:5%; z-index:999999; right: inherit;}

.menuer-row1 .menuer-bar1 { width:auto;}

.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) {

}



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

}



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

}