@charset "utf-8";
/* CSS Document */

.menu-col1 { 
	width: 40px; 
	float: right; 
	margin: 0 0 0;
	position: absolute;
	top: 84px;
	right: 147px;
	z-index: 999999;
}
.menu-col1 .menu-row1 { 
	width: 40px; 
	float: right;
}
.toggle {
	cursor: pointer;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0.2px;
	line-height: 12px;
	display: inline-block;
	margin: 2px 0 0 11px;
}
.bar {
	width: 100%;
	height: 8px;
	background: #7d7046;
	border-radius: 14px;
	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: #ffffff;
}
.toggle-active .bar {
	background: #ffffff;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 4px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 0;
}
.overlay {
	position: fixed;
	z-index: 9999;
	background-image: linear-gradient(120deg, #404040 0%, #000000 100%);
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 { 
	width: 40px; 
	margin: 0 0 0;
	top: 16px; 
	position: fixed; 
	right: inherit; 
	left: 5%;
}
.menu-col1 .menu-row1 { 
	width: 40px; 
}
.overlay { 
	width: 100%; 
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 { 
	width: 40px; 
	margin: 0 0 0;
	top: 16px; 
	position: fixed; 
	right: inherit; 
	left: 5%;
}
.menu-col1 .menu-row1 { 
	width: 40px; 
}
.overlay { 
	width: 100%; 
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 { 
	width: 40px; 
	margin: 0 0 0;
	top: 16px; 
	position: fixed; 
	right: inherit; 
	left: 5%;
}
.menu-col1 .menu-row1 { 
	width: 40px; 
}
.overlay { 
	width: 100%; 
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 { 
	width: 40px; 
	margin: 0 0 0;
	top: 55px;
	right: 3%;
}
.bar {
	height: 7px;
}
.toggle-active .bottom { top: 2px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 { 
	width: 40px; 
	margin: 0 0 0;
	top: 69px;
	right: 3%;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 { 
	right: 3%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 { 
	right: 3%;
}
}