@charset "utf-8";

/* CSS Document */



.toggle {

	cursor: pointer;

}

.toggle-text1 {

	float: left;

	font-size: 16.55px;

	color: #000000;

	letter-spacing: 0;

	line-height: 26.55px;

	display: inline-block;

	margin: 4px 0 0 12px;

	font-family: 'Poppins', sans-serif; font-weight: 300;

}

.toggle-row1 {

	width: 36px;

	float: left;

	margin: 0 0 0;

}

.bar {

	width: 100%;

	height: 8px;

	background: #f5a13f;

	display: block;

	margin: 5px 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: #f5a13f;

}

.toggle-active .bar {

	background: #ffffff;

}

.toggle-active .top {

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

	position: relative;

	top: 8px;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

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

	position: relative;

	top: 0;

}

.overlay {

	background-image: linear-gradient(120deg, #000000 0%, #5e5e5e 100%);

	top: 0;

	right: 0;

	left: 0;

	width: 100%;

	height: 0;

	visibility: hidden;

	opacity: 0;

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

	position: fixed;

	z-index: 99999;

}

.nav-active {

	opacity: 1;

	visibility: visible;

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

}



/*Smartphone css*/

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

.bar {

	width: 100%;

	height: 6px;

	margin: 4px 0 0;	

}

.toggle-text1 {

	font-size: 14.55px;

	line-height: 24.55px;

	margin: 1px 0 0 12px;

}

.toggle-row1 {

	width: 32px;

	margin: 0 0 0;

}

.toggle-active .top {

	top: 3px;

}

.toggle-active .bottom {

	top: 1px;

}

}



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

.bar {

	width: 100%;

	height: 6px;

	margin: 4px 0 0;	

}

.toggle-text1 {

	font-size: 14.55px;

	line-height: 24.55px;

	margin: 1px 0 0 12px;

}

.toggle-row1 {

	width: 32px;

	margin: 0 0 0;

}

.toggle-active .top {

	top: 3px;

}

.toggle-active .bottom {

	top: 1px;

}

}



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

.bar {

	width: 100%;

	height: 6px;

	margin: 4px 0 0;	

}

.toggle-text1 {

	font-size: 14.55px;

	line-height: 24.55px;

	margin: 1px 0 0 12px;

}

.toggle-row1 {

	width: 32px;

	margin: 0 0 0;

}

.toggle-active .top {

	top: 3px;

}

.toggle-active .bottom {

	top: 1px;

}

}



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

.toggle-text1 { 

	display: none;

}

.toggle-row1 {

	width: 25px;

}

.bar {

	height: 5px;

	margin: 3px 0 0;

}

.toggle-active .top {
    top: -2px;
}


}



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

.toggle-text1 { 

	display: none;

}

.toggle-row1 {

	width: 30px;

}

.bar {

	height: 6px;

	margin: 4px 0 0;

}
.toggle-active .top {
    top: 2px;
}
}



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

.toggle-text1 { 

	display: none;

}

}

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

.header-row2 .toggle-text1 { color: #f5a13f; }
}