@charset "utf-8";

/* CSS Document */



.menuer-col1 {

	width: 92px;

	float: left;

	overflow: hidden;

	cursor: pointer;

	margin: 0 0 0;

	position: absolute;

	top: 20px;

	left: 1.4%;

	z-index: 9999999;

}

.menuer-col1 .menuer-row1 {

	width: 92px;

	float: left;

}

.toggle-row1 {

	width: 35px;

	float: left;

	background-image: -webkit-linear-gradient(top, #907751, #c7aa78), -webkit-linear-gradient(top, #907751, #c7aa78);

	border-radius: 50%;

	padding: 10px 10px 10px 10px;

	margin: 0 0 0;

}

.toggle-text1 {

	float: left;

	font-size: 14px;

	font-weight: 600;

	color: #b89d72;

	letter-spacing: -1px;

	line-height: 24px;

	text-transform: uppercase;

	display: inline-block;

	margin: 8px 0 0 8px;

}

.bar {

	width: 100%;

	height: 3px;

	background: #000000;

	display: block;

	margin: 3px 0 0;

	-webkit-transition: all .35s ease;

	transition: all .35s ease;

}

.bar:first-child {

	margin-top: 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 {

	width: 100%;

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

	position: relative;

	top: 6px;

}

.overlay {

	width: 100%;

	height: 0;

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

	visibility: hidden;

	opacity: 0;

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

	position: fixed;

	top: 0;

	right: 0;

	left: 0;

	z-index: 9999999;

}

.nav-active {

	opacity: 1;

	visibility: visible;

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

}



/*Smartphone css*/

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

.toggle-text1 {

	font-size: 12px;

	line-height: 22px;

	margin: 9px 0 0 10px;

}

.menuer-col1 {

	width: 84px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5%;

}

.menuer-col1 .menuer-row1 {

	width: 100%;

}

}



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

.toggle-text1 {

	font-size: 12px;

	line-height: 22px;

	margin: 9px 0 0 10px;

}

.menuer-col1 {

	width: 84px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5%;

}

.menuer-col1 .menuer-row1 {

	width: 100%;

}

}



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

.toggle-text1 {

	font-size: 12px;

	line-height: 22px;

	margin: 9px 0 0 10px;

}

.menuer-col1 {

	width: 84px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5%;

}

.menuer-col1 .menuer-row1 {

	width: 100%;

}

}



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

.toggle-text1 { font-size:11px; line-height:21px; display:none; margin:6px 0 0 10px;}

.menuer-col1 { width:35px; margin:0 0 0; top:9px; left:3%;}

.menuer-col1 .menuer-row1 { width:35px;}

}



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

.toggle-text1 { font-size:11px; line-height:21px; display:none; margin:6px 0 0 10px;}

.menuer-col1 { width:35px; margin:0 0 0; top:10px; left:3%;}

.menuer-col1 .menuer-row1 { width:35px;}

}



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

.toggle-text1 { font-size:11px; line-height:21px; display:none; margin:6px 0 0 10px;}

.menuer-col1 { width:35px; margin:0 0 0; left:3%; top: 14px;}

.menuer-col1 .menuer-row1 { width:35px;}

}



@media screen and (min-width:1241px) and (max-width:1340px) {

.toggle-text1 { font-size:11px; line-height:21px; display:none; margin:6px 0 0 10px;}

.menuer-col1 { width:35px; margin:0 0 0; left:3%;}

.menuer-col1 .menuer-row1 { width:35px;}

}



@media screen and (min-width:1341px) and (max-width:1440px) {

.menuer-col1 { left:1%; top: 19px;}

}