@charset "utf-8";

/* CSS Document */



.toggle {

	width: 114px;

	float: left;

	cursor: pointer;

	overflow: hidden;

	margin: 0 0 0;

	position: relative;

	z-index: 9999;

}

.toggle-bar1 {

	width: 114px;

	float: left;

	background: #ffffff;

	cursor: pointer;

	border-radius: 0 10px 10px 0;

	overflow: hidden;

	margin: 0 0 0;

	padding: 11px 0 8px;

	position: relative;

}

.toggle-text1 {

	float: left;

	font-size: 13.5px;

	font-weight: 400;

	color: #9364a6;

	letter-spacing: 1.2px;

	line-height: 23px;

	text-transform: uppercase;

	display: inline-block;

	margin: -3px 0 0 14px;

	font-family: 'Jost', sans-serif; font-weight: 700;

}

.bar {

	width: 100%;

	height: 3px;

	background-color: #9364a6;

	border: 0;

	border-radius: 20px;

	display: block;

	margin: 4px 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: #172337;

}

.toggle-active .bar {

	background: #172337;

}

.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: 5px;

}

.overlay {

	position: fixed;

	z-index: 99999;

	background-image: linear-gradient(120deg, #ff8bba 0%, #d793f3 100%);

	top: 0;

	right: 0;

	left: 0;

	width: 100%;

	height: 0;

	visibility: hidden;

	opacity: 0;

	-webkit-transition: opacity .35s, visibility .35s, height .35s;

}

.overlay.nav-active { z-index: 9999999;}

.nav-active {

	opacity: 1;

	visibility: visible;

	height: 100%;/*    max-height: 340px;*/

}



/*Smartphone css*/

@media screen and (max-width: 480px) {

.bar { background:#ffffff;}

.toggle { width:100%;}

.toggle-bar1 { width:100%; background:none; border-radius:0; padding:16px 5% 16px;}

.toggle-text1 { color:#ffffff;}

.toggle-active .toggle-text1 { color:#ffffff;}

.toggle-active .bar { background:#ffffff;}

}



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

.bar { background:#ffffff;}

.toggle { width:100%;}

.toggle-bar1 { width:100%; background:none; border-radius:0; padding:16px 5% 16px;}

.toggle-text1 { color:#ffffff;}

.toggle-active .toggle-text1 { color:#ffffff;}

.toggle-active .bar { background:#ffffff;}

}



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

.bar { background:#ffffff;}

.toggle { width:100%;}

.toggle-bar1 { width:100%; background:none; border-radius:0; padding:16px 5% 16px;}

.toggle-text1 { color:#ffffff;}

.toggle-active .toggle-text1 { color:#ffffff;}

.toggle-active .bar { background:#ffffff;}

}



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

.toggle { width:54px;}

.toggle-bar1 { width:54px; padding:11px 0 11px;}

.toggle-text1 { display:none;}

}



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

.toggle { width:64px;}

.toggle-bar1 { width:64px; padding:11px 0 11px;}

.toggle-text1 { display:none;}

}



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

.toggle { width:94px;}

.toggle-bar1 { width:94px;}

.toggle-text1 { font-size:11.5px; letter-spacing:1px;}

}