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

.menuer-row1 {
	width: 100px;
	float: left;
	overflow: hidden;
	margin: 0 0 0;
	position: absolute;
	top: 22px;
	left: 2%;
	z-index: 99999;
}
.menuer-row1 .menuer-bar1 {
	width: 100px;
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 16.55px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.2px;
	line-height: 29px;
	display: inline-block;
	margin: 2px 0 0 12px;
}
.toggle-bar1 {
	width: 36px;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 4px;
	background: #fff;
	display: block;
	margin: 4px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	float: right;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 6px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	width: 100%;
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: -2px;
}
.overlay {
    position: absolute;
    z-index: 99999;
    top: 48px;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s,visibility .35s,height .35s;
    background: #172337;
    padding: 0 5%;
    height: inherit !important;
    display: inline-block;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menuer-row1 { 
	width: 90%; 
	margin: 0 0 0; 
	position: fixed; 
	top: 12px;
	left: 5%;
}
.menuer-row1 .menuer-bar1 {
	width: 100%;
}
.toggle-bar1 {
	width: 30px;
}
.bar { 
	height: 4px;
	margin: 6px 0 0;
}
.toggle-text1 {
	font-size: 14.55px;
	line-height: 26px;
	margin: 0 0 0 12px;	
}
.toggle-active .top { 
	top: 4px;
}
.toggle-active .bottom { 
	top: 2px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menuer-row1 { 
	width: 90%; 
	margin: 0 0 0; 
	position: fixed; 
	top: 12px;
	left: 5%;
}
.menuer-row1 .menuer-bar1 {
	width: 100%;
}
.toggle-bar1 {
	width: 30px;
}
.bar { 
	height: 4px;
	margin: 6px 0 0;
}
.toggle-text1 {
	font-size: 14.55px;
	line-height: 26px;
	margin: 0 0 0 12px;	
}
.toggle-active .top { 
	top: 4px;
}
.toggle-active .bottom { 
	top: 2px;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menuer-row1 { 
	width: 90%; 
	margin: 0 0 0; 
	position: fixed; 
	top: 12px;
	left: 5%;
}
.menuer-row1 .menuer-bar1 {
	width: 100%;
}
.toggle-bar1 {
	width: 30px;
}
.bar { 
	height: 4px;
	margin: 6px 0 0;
}
.toggle-text1 {
	font-size: 14.55px;
	line-height: 26px;
	margin: 0 0 0 12px;	
}
.toggle-active .top { 
	top: 4px;
}
.toggle-active .bottom { 
	top: 2px;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-text1 { 
	font-size: 14.55px;
	line-height: 27px;
	display: none;
	margin: 2px 0 0 12px;
}
.menuer-row1 { 
	width: 36px; 
	margin: 0 0 0;
}
.menuer-row1 .menuer-bar1 { 
	width: 36px;
}
}
 @media screen and (min-width:901px) and (max-width:1024px) {
.toggle-text1 { 
	font-size: 14.55px;
	line-height: 27px;
	display: none;
	margin: 2px 0 0 12px;
}
.menuer-row1 { 
	width: 36px; 
	margin: 0 0 0;
}
.menuer-row1 .menuer-bar1 { 
	width: 36px;
}
}
 @media screen and (min-width:1025px) and (max-width:1240px) {

}
