@charset "utf-8";
/* CSS Document */


body.menu-open .menu-col1{
	top: 3%;
  }
  
.menu-col1 {
	width: 90px;
	float: left;
	margin: 0 0 0;
	position: absolute;
	top: 130px;
	left: 2%;
	z-index: 99999999;
	transition: 0.3s all ease-in-out;
}
.menu-col1 .menu-row1 {
	width: 100%;
	float: left;
	cursor: pointer;
	outline: none;
	pointer-events: initial;
	position: relative;
	z-index: 9999;
}

.toggle-btn1 {
	width: 36px;
	padding:14.5px 6px 14.5px;
	border:1px solid #c6af86;
	float: left;
	margin: 0 0 0;
	border-radius:50%;
}
.toggle-menu .toggle-tex1 {
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #454442;
	line-height: 1;
	margin: 11px 0 0;
}
.toggle-menu .toggle-row1 {
	content: "";
	width: 4.8px;
	height: 4.8px;
	float: left;
	background: #d7ae53;
	border-radius: 50%;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	margin: 0 9px 0;
	position: relative;
}
.toggle-menu .toggle-row1:before, .toggle-menu .toggle-row1:after {
	content: "";
	width: 4.8px;
	height: 4.8px;
	background: #d7ae53;
	border-radius: 50%;
	position: absolute;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	display: block;
}
.toggle-menu .toggle-row1:before {
	top: 0;
	right: -9px;
}
.toggle-menu .toggle-row1:after {
	top: 0;
	right: 9px;
}
.toggle-menu.active .toggle-tex1 {
	color: #454442;
}
.toggle-menu.active .toggle-row1 {
	background-color: transparent;
	transition: background 0.2s ease-out;
	width:22px; border-radius:0;
}
.toggle-menu.active .toggle-row1:before, .toggle-menu.active .toggle-row1:after {
	transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out; border-radius:0; height:3px;
}
.toggle-menu.active .toggle-row1:before {
	width: 100%;
	top: 1px;
	transform: rotate3d(0, 0, 1, -45deg);
	right:10px;
}
.toggle-menu.active .toggle-row1:after {
	width: 100%;
	top: 1px;
	transform: rotate3d(0, 0, 1, 45deg);
}
.conten {
	width: 1228px;
	transform: translateY(-50%);
	margin: 28px auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
.overlay {
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0;
	overflow: hidden;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
	margin: 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
}
.overlay.open li:nth-child(1) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.overlay.open li:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.overlay.open li:nth-child(3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.overlay.open li:nth-child(4) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.overlay.open li:nth-child(5) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.overlay.open li:nth-child(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.overlay.open li:nth-child(7) {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.overlay.open li:nth-child(8) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.overlay.open li:nth-child(9) {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.overlay.open li:nth-child(10) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.overlay.open li:nth-child(11) {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.overlay.open li {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	top: 23px;
	left: 3%;
}

.conten {
	width: 90%;
	margin: 0 auto 0;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.overlay {
	width: 100%;
	margin: 0 0 0;
	z-index: 999;
}

.toggle-menu .toggle-tex1 { color:#c6af86;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	top: 23px;
	left: 3%;
}

.conten {
	width: 90%;
	margin: 0 auto 0;
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.overlay {
	width: 100%;
	margin: 0 0 0;
	z-index: 999;
}

.toggle-menu .toggle-tex1 { color:#c6af86;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	top: 23px;
	left: 3%;
}

.conten {
	width: 90%;
	margin: 0 auto 0;
	height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.overlay {
	width: 100%;
	margin: 0 0 0;
	z-index: 999;
}

.toggle-menu .toggle-tex1 { color:#c6af86;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 {
	top: 120px; left:2%; width: 35px;
}
.toggle-menu .toggle-tex1 { display:none;}
.conten {
	width: 94%;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 {
	top: 130px;
}
.conten {
	width: 94%;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.conten {
	width: 94%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.conten {
	width: 94%;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.menu-col1 {
	left: 1%;
}
}
@media screen and (max-width:1000px) and (max-height:480px) {
	.conten{
		justify-content: center;
	}
}
@media screen and (min-width:1441px) and (max-width:1540px) {

}