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

.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	padding: 0 0 0;
	position: relative;
	z-index: 9999999999;
}
.toggle-text1 {
	float: left;
	font-weight: 400;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	display: inline-block;
	border-right: 1px solid #4c515a;
	padding: 1px 14px 2px 0;
	color: #fff;
    margin: 16px 0 0 17px !important;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Neutra-bold-font';
    float: left;
}
.toggle-bar1 {
	width: 30px;
	float: left;
	background: #434343;
	margin: 0 0 0;
	padding: 9px 7px 9px;
}
.bar {
	width: 100%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: 3px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #404040;
	border-right: none;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 1px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 3px;
}
.overlay {
	position: fixed;
	z-index: 9999999999;
	    background-image: linear-gradient(
120deg
, #a2125d 0%, #ee3897 100%);

	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	height: 100%!important;
    max-height: 1000vh !important;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 110%;/*    max-height: 340px;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.toggle { padding:16px 5% 16px;}
.toggle-text1 { font-size:12px; line-height:12px; border-right:none; margin:9px 0 0 10px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.toggle { padding:16px 5% 16px;}
.toggle-text1 { font-size:12px; line-height:12px; border-right:none; margin:9px 0 0 10px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.toggle { padding:16px 5% 16px;}
.toggle-text1 { font-size:12px; line-height:12px; border-right:none; margin:9px 0 0 10px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-text1 { font-size:11px; padding:2px 14px 2px 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.toggle-text1 { font-size:12px; padding:2px 14px 2px 0;}
}

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

}