@charset "utf-8";
/* CSS Document */

.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 0.30px;
	line-height: 24px;
	margin: 12px 0 0 6px;
}
.toggle-row1 {
	width: 46px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 50%;
	margin: 0 0 0;
	padding: 15px 12px 15px;
}
.bar {
	width: 100%;
	height: 2px;
	background: #ffffff;
	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: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 0;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 6px;
}
.overlay {
	width: 50%;
	height: 0;
	background-image: linear-gradient(120deg, #1c1c1c 0%, #000000 100%);
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.toggle-row1 {
	width: 40px;
	padding: 12px 10px 12px;
}
.toggle-text1 {
	font-size: 12px;
	line-height: 23px;
	margin: 10px 0 0 10px;
}
.toggle-active .toggle-row1 {
	border: 1px solid #ffffff;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.toggle-row1 {
	width: 40px;
	padding: 12px 10px 12px;
}
.toggle-text1 {
	font-size: 12px;
	line-height: 23px;
	margin: 10px 0 0 10px;
}
.toggle-active .toggle-row1 {
	border: 1px solid #ffffff;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.toggle-row1 {
	width: 40px;
	padding: 12px 10px 12px;
}
.toggle-text1 {
	font-size: 12px;
	line-height: 23px;
	margin: 10px 0 0 10px;
}
.toggle-active .toggle-row1 {
	border: 1px solid #ffffff;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-row1 {
	width: 42px;
	padding: 13px 10px 13px;
}
.toggle-text1 {
	font-size: 11px;
	line-height: 22px;
	display: none;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.toggle-row1 {
	width: 42px;
	padding: 13px 10px 13px;
}
.toggle-text1 {
	font-size: 11px;
	line-height: 22px;
	display: none;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}