@charset "utf-8";

/* CSS Document */



.menu-col1 {

	width: 40px;

	float: left;

	margin: 0 0 0;

	position: absolute;

	top: 51px;

	left: 30px;

	z-index: 999999;

}

.menu-col1 img { 

	width: 100%;

	display: block;

}

.menu-col1 .menu-row1 {

	width: 40px;

	float: left;

	cursor: pointer;

}

.toggle-text1 {

	float: right;

	font-size: 12px;

	font-weight: 500;

	color: #000000;

	letter-spacing: 1.60px;

	line-height: 24px;

	text-transform: uppercase;

	display: none;

	margin: 1px 0 0;

}

.toggle-row1 {

	width: 100%;

	float: left;

	margin: 0 0 0;

}

.bar {

	width: 100%;

	height: 3px;

	background: #ffffff;

	display: block;

	margin: 9px 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 {

	height: 1px;

	top: 22px;

}

.toggle-active .toggle-text1 {

	color: #ffffff;

}

.toggle-active .bottom {

	background: #ddaf4e;

}

.toggle-active .top {

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

	position: relative;

	top: 5px;

}

.toggle-active .middle {

	opacity: 0;

}

.toggle-active .bottom {

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

	position: relative;

	top: 1px;

}

.overlay {

	width: 25%;

	height: 0;

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

	visibility: hidden;

	opacity: 0;

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

	position: fixed;

	top: 0;

	left: 0;

	z-index: 99999;

}

 



.overlay.nav-active {

	opacity: 1;

	visibility: visible;

	height: 100%;

}

.overlay.nav-active li:nth-child(1) {

	-webkit-animation-delay: 0.1s;

	animation-delay: 0.1s;

}

.overlay.nav-active li:nth-child(2) {

	-webkit-animation-delay: 0.2s;

	animation-delay: 0.2s;

}

.overlay.nav-active li:nth-child(3) {

	-webkit-animation-delay: 0.3s;

	animation-delay: 0.3s;

}

.overlay.nav-active li:nth-child(4) {

	-webkit-animation-delay: 0.4s;

	animation-delay: 0.4s;

}

.overlay.nav-active li:nth-child(5) {

	-webkit-animation-delay: 0.5s;

	animation-delay: 0.5s;

}

.overlay.nav-active li:nth-child(6) {

	-webkit-animation-delay: 0.6s;

	animation-delay: 0.6s;

}

.overlay.nav-active li:nth-child(7) {

	-webkit-animation-delay: 0.7s;

	animation-delay: 0.7s;

}

.overlay.nav-active li:nth-child(8) {

	-webkit-animation-delay: 0.8s;

	animation-delay: 0.8s;

}

.overlay.nav-active li:nth-child(9) {

	-webkit-animation-delay: 0.9s;

	animation-delay: 0.9s;

}

.overlay.nav-active li:nth-child(10) {

	-webkit-animation-delay: 1s;

	animation-delay: 1s;

}

.overlay.nav-active li:nth-child(11) {

	-webkit-animation-delay: 1.1s;

	animation-delay: 1.1s;

}

.overlay.nav-active li:nth-child(12) {

	-webkit-animation-delay: 1.2s;

	animation-delay: 1.2s;

} 

.overlay.nav-active li:nth-child(13) {

	-webkit-animation-delay: 1.3s;

	animation-delay: 1.3s;

}

.overlay.nav-active li:nth-child(14) {

	-webkit-animation-delay: 1.4s;

	animation-delay: 1.4s;

}

.overlay.nav-active li:nth-child(15) {

	-webkit-animation-delay: 1.5s;

	animation-delay: 1.5s;

}

.overlay.nav-active li {

	-webkit-animation-duration: 1s;

	animation-duration: 1s;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

	-webkit-animation-name: fadeInDown;

	animation-name: fadeInDown;

}







/*Smartphone css*/

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

.menu-col1 {

	width: 88px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5% !important;

}

.menu-col1 .menu-row1 {

	width: 88px;

}

.toggle-row1 {

	width: 34px;

}

.bar {

	background: #000000;

}

.toggle-active .top {

	background: #ffffff;

}

.toggle-text1 {

	display: block;

}

.overlay {

	width: 100%;

}

}



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

.menu-col1 {

	width: 88px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5% !important;

}

.menu-col1 .menu-row1 {

	width: 88px;

}

.toggle-row1 {

	width: 34px;

}

.bar {

	background: #000000;

}

.toggle-active .top {

	background: #ffffff;

}

.toggle-text1 {

	display: block;

}

.overlay {

	width: 100%;

}

}



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

.menu-col1 {

	width: 88px;

	margin: 0 0 0;

	position: fixed;

	top: 16px;

	left: 5% !important;

}

.menu-col1 .menu-row1 {

	width: 88px;

}

.toggle-row1 {

	width: 34px;

}

.bar {

	background: #000000;

}

.toggle-active .top {

	background: #ffffff;

}

.toggle-text1 {

	display: block;

}

.overlay {

	width: 100%;

}

}



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

.menu-col1 {

	width: 32px;

	top: 31px;

	left: 3%;

}

.menu-col1 .menu-row1 {

	width: 32px;

}

.overlay {

    width: 35%;

}

}



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

.menu-col1 {

	width: 36px;

	top: 41px;

	left: 3%;

}

.menu-col1 .menu-row1 {

	width: 36px;

}

.overlay {

    width: 30%;

}

}



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

.menu-col1 {

	left: 3%;

}

}



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

.menu-col1 {

	left: 3%;

}

}



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

.menu-col1 {

	left: 3%;

}

}