.menu_overlay {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.menuOpened .menu_overlay {
	display: block;
}

body.menuOpened {
	overflow: hidden;
}

/* .cornerMenu {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background: #4cab80;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 22px;
	z-index: 6;
	cursor: pointer;
} */

/* .menu {
	width: 40px;
    height: 40px;
    position: absolute;
    background: #4cab80;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0, 0);
    opacity: 0;
    z-index: 5;
    transition: all .4s ease-in-out;
} */

.menu {
	width: 180px;
    /* height: 40px; */
    padding: 2px;
    position: absolute;
    background: #003768;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    top: 5px;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(0, 0);
    opacity: 0;
    z-index: 5;
    transition: all .4s ease-in-out;
}

.menuOpened .menu {
	opacity: 1;
	transition: all .4s ease-in-out;
}

/* .menuOpened .menu1 {
	transform: translate(-105px, 20px);
	transition-delay: 0s;
} */

.menuOpened .menu1 {
	transform: translate(-150px, -145px);
	transition-delay: 0s;
}

.menuOpened .menu2 {
	transform: translate(-215px, -60px);
	transition-delay: .05s;
}

.menuOpened .menu3 {
	transform: translate(-215px, 30px);
	transition-delay: .1s;
}

.menuOpened .menu4 {
	transform: translate(-155px, 105px) !important;
	transition-delay: .15s !important;
}