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

.menu-col1 {
	width: 70px;
	float: left;
	display: block;
	margin: 0 0 0;
	position: fixed;
	top: 23px;
	left: 2%;
	z-index: 99999999;
}
.menu-col1 .menu-row1 {
	width: 100%;
	float: left;
	cursor: pointer;
	outline: none;
	pointer-events: initial;
	position: relative;
	z-index: 9999;
}


.extra-class .menu-col1 {
    z-index: 9999999999;
}
.toggle-menu .toggle-text {
	float: right;
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.60px;
	line-height: 2.2;
	text-transform: uppercase;
	margin: 0 0 0;
}
.toggle-menu .toggle-row1 {
	width: 30px;
	height: 4px;
	float: left;
	background: #fed007;
	transform-origin: 50% 50%;
	transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
	margin: 8px 0 8px;
	position: relative;
}
.toggle-menu .toggle-row1:before, .toggle-menu .toggle-row1:after {
	content: "";
	width: 100%;
	display: block;
	height: 4px;
	background: #ffffff;
	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: 8px;
}
.toggle-menu .toggle-row1:after {
	top: -8px;
}
.toggle-menu.active .toggle-row1 {
	background-color: transparent;
	transition: background 0.2s ease-out;
}
.toggle-menu.active .toggle-text {
	color: #fed007;
}
.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;
}
.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: #1b1b1c;
    opacity: 1 !important;
    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;
    box-shadow: 10px 2px 32px 0px rgba(0, 0, 0, 0.23);
    padding-right: 0.5rem;
    padding-left: 1.35rem;
}
.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:nth-child(16) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.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;
}

.toggle-menu .toggle-text {
    display: none;
}

.openextra.overlay.open li {
    animation: none;
}
.overlay #cssmenu .mCustomScrollBox #mCSB_1_container #menu-main-menu li.facsinatiingarrow > a:after {
    background: url(../images/right-arrow-nav.svg) no-repeat;
    background-position-x: 96%;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    margin: 0 0 0 12px;
    top: 4px;
    position: relative;
	transition: transform 0.4s ease;
}
.overlay #cssmenu .mCustomScrollBox #mCSB_1_container #menu-main-menu li.facsinatiingarrow > a:hover:after {
    background: url(../images/right-arrow-white-nav.svg) no-repeat;
    background-position-x: 96%;
    width: 20px;
    height: 20px;
    background-size: 100%;
}


/*Smartphone css*/
@media screen and (max-width: 480px) {
.menu-col1 {
	display: block;
}
.toggle-menu .toggle-text {
    display: block;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.menu-col1 {
	display: block;
}
.toggle-menu .toggle-text {
    display: block;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.menu-col1 {
	display: block;
}
.toggle-menu .toggle-text {
    display: block;
}
}

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

	.menu-col1 {
		top: 62px;
	
	}

}

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

	.menu-col1 {
	
		top: 20px;
	}
}

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

}

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

		top: 25px;
	}
}