





#layer-menu{
	/*position: absolute;*/
	/*left: 100%;*/
	/*top: 0;*/
	/*width: 600px;*/
	z-index: -1;
	top: 0;

}
#layer-menu ul {
	background: #2C6957;
	box-sizing: border-box;
	padding: 40px 50px 40px 40px;
	list-style: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	height: 100vh;
	overflow-y: auto;
	width: 450px;
	left: calc(100% + 30px);
	z-index: 1113;
	transition: left 0.5s ease-in-out;
}
#layer-menu ul::-webkit-scrollbar {
	display: none;
}


#layer-menu h2{
	cursor: pointer;
}
#layer-menu h2 span{
	float: right;
}
#layer-menu ul .close-menu{
	overflow: hidden;
	color: #fff;
	height: 61px;
	margin-top: -15px;
	margin-bottom: 33px;
	padding: 0px;
	font-size: 40px;
}

#layer-menu ul .close-menu span {
	float: right;
	border: 1px solid #fff;
	padding: 0px 13px 5px;
	cursor: pointer;
	font-weight: 600;
	font-family: 'Muli';
	line-height: 44px;
	transition: 0.3s all;
}

#layer-menu ul .close-menu span:hover {
	color: #7FAFA1;
	border: 1px solid #7FAFA1;
}

#layer-menu ul{}
#layer-menu a.has-submenu:after{
	background-image: url(/core/templates/gb/images/icons/menu_plus.png);
	content: '';
	display: inline-block;
	position: relative;
	width: 31px;
	top: 5px;
	background-size: contain;
	background-color: transparent;
	height: 31px;
	margin-left: 21px;
	transform: rotate(0deg) !important;
	transition: 0.3s all;
}

#layer-menu a:hover.has-submenu:after {
	background-image: url(/core/templates/gb/images/icons/menu_plus_hover.png);
}


#layer-menu ul{}


.body-disabled{
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1112;
	display: none;
}


@media only screen and (max-width: 767px) {

	#layer-menu ul{
		width: 100%;
	}
}