@charset "utf-8";

/* CSS Document */



.menu-col1 {

	width: 140px;

	float: left;

	cursor: pointer;

	margin: 0 0 0;

	position: absolute;

	top: 88px;

	right: 326px;

	z-index: 99999999;

}

.menu-col1 .menu-row1 {

	width: 100%;

	float: left;

}

.toggle-menu {

	width: 100%;

	float: left;

	background-color: rgba(255,255,255,0.0);

	border-radius: 30px;

	border: 1px solid #dfa80d;

	cursor: pointer;

	outline: none;

	pointer-events: initial;

	margin: 0 0 0;

	padding: 16px 30px 13px 32px;

	position: relative;

	z-index: 9999;

}

.toggle-menu .toggle-tex1 {

	float: left;

	font-size: 15px;

	font-weight: 700;

	color: #dfa80d;

	letter-spacing: -0.20px;

	line-height: 17px;

	text-transform: uppercase;

}

.toggle-menu .toggle-row1 {

	content: "";

	width: 20px;

	height: 2px;

	float: right;

	background-color: #dfa80d;

	transform-origin: 50% 50%;

	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;

	margin: 6px 0 6px;

	position: relative;

}

.toggle-menu .toggle-row1:before, .toggle-menu .toggle-row1:after {

	width: 100%;

	background-color: #dfa80d;

	content: "";

	display: block;

	height: 2px;

	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;

}

.toggle-menu .toggle-row1:before {

	top: 6px;

}

.toggle-menu .toggle-row1:after {

	top: -6px;

}

.toggle-menu.active {

	border: 1px solid #ffffff;

}

.toggle-menu.active .toggle-row1 {

	background-color: transparent;

	transition: background 0.2s ease-out;

}

.toggle-menu.active .toggle-tex1 {

	color: #ffffff;

}

.toggle-menu.active .toggle-row1:before, .toggle-menu.active .toggle-row1:after {

	background: #ffffff;

	transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;

}

.toggle-menu.active .toggle-row1:before {

	top: 0;

	transform: rotate3d(0, 0, 1, -45deg);

}

.toggle-menu.active .toggle-row1:after {

	width: 100%;

	top: 0;

	transform: rotate3d(0, 0, 1, 45deg);

}

.overlay {

	width: 100%;

	height: 100%;

	background: #dfa80d;

	opacity: 0;

	overflow: hidden;

	text-align: center;

	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:nth-child(12) {

	-webkit-animation-delay: 1.2s;

	animation-delay: 1.2s;

}

.overlay.open li:nth-child(13) {

	-webkit-animation-delay: 1.3s;

	animation-delay: 1.3s;

}

.overlay.open li:nth-child(14) {

	-webkit-animation-delay: 1.4s;

	animation-delay: 1.4s;

}

.overlay.open li:nth-child(15) {

	-webkit-animation-delay: 1.5s;

	animation-delay: 1.5s;

}

.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;

}

.overlay-back {
    width: 42%;
    height: 100%;
    float: left;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-position-x: 100% !important;
}


/*Smartphone css*/

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

.menu-col1 {

	width: 110px;

    margin: 0 0 0;

	position: fixed;

	top: 16px;

	right: inherit;

	left: 5%;

}

.menu-col1 .menu-row1 {

	width: 100%;

}

.toggle-menu {

	width: 100%;

	margin: 0 0 0;

	padding: 14px 18px 11px 20px;

}

.toggle-menu .toggle-row1 {

	width: 20px;

	float: left;

}

.toggle-menu .toggle-tex1 {

	float: right;

	font-size: 12px;

	letter-spacing: -0.20px;

	line-height: 17px;

}

.overlay-back {
    width: 100%;
    display: none;
    margin: 0 0 0;
}

}



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

.menu-col1 {

	width: 110px;

    margin: 0 0 0;

	position: fixed;

	top: 16px;

	right: inherit;

	left: 5%;

}

.menu-col1 .menu-row1 {

	width: 100%;

}

.toggle-menu {

	width: 100%;

	margin: 0 0 0;

	padding: 14px 18px 11px 20px;

}

.toggle-menu .toggle-row1 {

	width: 20px;

	float: left;

}

.toggle-menu .toggle-tex1 {

	float: right;

	font-size: 12px;

	letter-spacing: -0.20px;

	line-height: 17px;

}

.overlay-back {
    width: 100%;
    display: none;
    margin: 0 0 0;
}

}



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

.menu-col1 {

	width: 110px;

    margin: 0 0 0;

	position: fixed;

	top: 16px;

	right: inherit;

	left: 5%;

}

.menu-col1 .menu-row1 {

	width: 100%;

}

.toggle-menu {

	width: 100%;

	margin: 0 0 0;

	padding: 14px 18px 11px 20px;

}

.toggle-menu .toggle-row1 {

	width: 20px;

	float: left;

}

.toggle-menu .toggle-tex1 {

	float: right;

	font-size: 12px;

	letter-spacing: -0.20px;

	line-height: 17px;

}

.overlay-back {
    width: 100%;
    display: none;
    margin: 0 0 0;
}

}



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

.menu-col1 {

	width: 98px;

	top: 75px;

	right: 3%;

}

.toggle-menu {

	padding: 13px 14px 12px 16px;

}

.toggle-menu .toggle-tex1 {

	font-size: 11px;

	letter-spacing: -0.20px;

	line-height: 11px;

	margin: 4px 0 0;

}

}



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

.menu-col1 {

	width: 114px;

	top: 79px;

	right: 3%;

}

.toggle-menu {

	padding: 14px 22px 13px 24px;

}

.toggle-menu .toggle-tex1 {

	font-size: 12px;

	letter-spacing: -0.20px;

	line-height: 12px;

	margin: 3px 0 0;

}

}



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

.menu-col1 {

	width: 128px;

	top: 85px;

	right: 3%;

}

.toggle-menu {

	padding: 14px 22px 13px 24px;

}

.toggle-menu .toggle-tex1 {

	font-size: 13px;

	letter-spacing: -0.20px;

	line-height: 13px;

	margin: 3px 0 0;

}

}



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

.menu-col1 {

	width: 138px;

	top: 87px;

	right: 3%;

}

.toggle-menu {

	padding: 14px 30px 13px 32px;

}

.toggle-menu .toggle-tex1 {

	font-size: 14px;

	line-height: 14px;

	margin: 3px 0 0;

}

}



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

.menu-col1 {

	right: 3%;

}

}