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

.menu-col1 {
	width: auto;
	float: left;
	margin: 0 0 0;
	position: fixed;
	top: 82px;
	left: 20px;
	z-index: 999999;
}
.menu-col1 img { 
	width: 100%;
	display: block;
}
.menu-col1 .menu-row1 {
	width: 78px;
	float: left;
	cursor: pointer;
}
.toggle-text1 {
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #494949;
	letter-spacing: 1px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 6px 0 0 6px;
}
.toggle-row1 {
	width: 28px;
	float: left;
	background: #b8b8b8;
	border-radius: 50%;
	margin: 0 0 0;
	padding: 10px 8px 10px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #505050;
	display: block;
	margin: 2px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	height: 2px;
	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: 2px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 4px;
}
.overlay {
	width: 50%;
	height: 0;
	background-image: linear-gradient(120deg, #000000 0%, #b8b8b8 100%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
}



/*.overlay { display: none; }
.menu-col1{ display: none; }*/

.overlay #cssmenu ul#menu-mobile-menu { display: none;}
.overlay #cssmenu ul#menu-main-menu { display: block;}

.menu-col1 .menu-row1 .toggle-row1 { height: auto; padding: 0 0 0; background: transparent; float: left; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;}
.menu-col1 .menu-row1 .toggle-row1 .bar { width: 100%; height: 4px; margin: 4px 0 0; float: right; background: #d99a89;}
.menu-col1 .menu-row1 .toggle-row1 .bar:first-child { margin-top: 0;}
.menu-col1 .menu-row1 .toggle-text1 { float: left; font-size: 13px; font-weight: 700; color: #8e8785; line-height: 20px; margin: 0 0 0 12px; letter-spacing: 0;}
.menu-col1 .scroll .menu-row1.toggle { width: auto;}
.menu-col1 .scroll .menu-row1.toggle span.toggle-text1 { display: none;}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	width: 78px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 78px;
}
.toggle-text1 {
	font-size: 11px;
	letter-spacing: 0.60px;
	line-height: 11px;
	margin: 9px 0 0 6px;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	width: 78px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 78px;
}
.toggle-text1 {
	font-size: 11px;
	letter-spacing: 0.60px;
	line-height: 11px;
	margin: 9px 0 0 6px;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	width: 78px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.menu-col1 .menu-row1 {
	width: 78px;
}
.toggle-text1 {
	font-size: 11px;
	letter-spacing: 0.60px;
	line-height: 11px;
	margin: 9px 0 0 6px;
}
.overlay {
	width: 100%;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.menu-col1 {
	width: auto;
	top: 30px;
	left: 2%;
}
.menu-col1 .menu-row1 {
	width: 78px;
}
.toggle-text1 {
	font-size: 11px;
	margin: 7px 0 0 6px;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.menu-col1 {
	width: auto;
	top: 30px;
	left: 2%;
}
.menu-col1 .menu-row1 {
	width: auto;
}
.toggle-text1 {
	font-size: 12px;
	margin: 7px 0 0 6px;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.menu-col1 {
	top: 33px;
	left: 2%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.menu-col1 {
	top: 35px;
	left: 2%;
}
}

@media screen and (min-width:1341px) and (max-width:1540px) {
.menu-col1 {
	top: 35px;
	left: 3%;
}
}



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

.overlay { display: block; background: transparent; height: auto; top: 36px; z-index: 9999999;}
.menu-col1{ display: block; }

.menu-col1 { width: 100%; background: #ffffff; box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 4%); margin: 0 0 0; padding: 16px 0 16px; position: fixed; top: 0; right: 0; left: 0; z-index: 999999;}
.menu-col1 .menu-row1 { margin: 0 0 0 5%; width: auto; height: auto; padding: 0 0 0;}
.menu-col1 .menu-row1 .toggle-row1 { width: 26px; height: auto; padding: 0 0 0; background: transparent; float: left; text-decoration: none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent;}
.menu-col1 .menu-row1 .toggle-row1 .bar { width: 100%; height: 4px; margin: 4px 0 0; float: right; background: #d99a89;}
.menu-col1 .menu-row1 .toggle-row1 .bar:first-child { margin-top: 0;}
.menu-col1 .menu-row1 .toggle-text1 { float: left; font-size: 13px; font-weight: 700; color: #8e8785; line-height: 20px; margin: 0 0 0 12px; letter-spacing: 0;}


.overlay #cssmenu ul#menu-mobile-menu { display: block;}
.overlay #cssmenu ul#menu-main-menu { display: none;}

.overlay #cssmenu { background: #ffffff; position: relative; width: 100%; float: left; margin: 0; padding: 0 0 16px; transform: inherit; top: 0;}
.overlay #cssmenu ul { width: 100%; overflow-y: auto; background: #ffffff; float: left !important; margin: 0; padding: 0;}
.overlay #cssmenu ul li { width: 100%;  display: block; position: relative; float: left;}
.overlay #cssmenu ul li a { width: 100%; padding: 12px 20px;  display: block; border-top: solid 1px #f0f0f0; font-size: 12px; color: #8e8785; letter-spacing: 1.4px; line-height: 1; text-transform: uppercase; outline: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; font-family: 'Poppins', sans-serif; font-weight: 700;}
.overlay #cssmenu ul li a:hover {color: #d99a89;}
.overlay #cssmenu ul li:first-child a { border-top: none;}
 

.menu-col1 .scroll .menu-row1.toggle span.toggle-text1 { display: block;}

}