@media screen and (min-width: 768px){
	.cde_theme.menu.mobile{
		position: fixed;
		top: 50px;
		right: 0;
		z-index: 3;
	}
	.cde_theme.menu.mobile>.container_esterno{
		background-color: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 4;
		top: 50px;
		left: 0;
	}

	.cde_theme.menu.mobile>.container_menu{
		width: calc(50% - 42px);
		background: white;
		position: fixed;
		right: 0;
		z-index: 5;
		height: 100%;
		border-left:#ae9a65 solid 2px;
		-webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
		-o-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
		box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);

	}
	.cde_theme.menu.mobile>.container_menu>.cde_theme.nav_elem {
		margin-bottom: 20px;
		margin-left: 15px;
		top: 40px;
		position: relative;
		font-family: 'Candara';
		text-transform: uppercase;
		cursor: pointer;
		color: #AE9A65;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height:22px;
	}
	.cde_theme.menu.mobile>.container_menu>.cde_theme.nav_elem.selected{
		border-bottom: solid 2px #AE9A65;
		width: 40%;
	}
	.cde_theme.menu.mobile>.container_menu>.cde_theme.nav_elem:hover{
		border-bottom: solid 2px rgba(174, 154, 101, 0.5);
		width: 40%;
		transition:0.5s border-color;
	}
}
@media screen and (max-width: 767px){
	.cde_theme.menu.mobile{
		position: fixed;
		top: 50px;
		right: 0;
		z-index: 3;
	}
	.cde_theme.menu.mobile>.container_esterno{
		background-color: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 4;
		top: 50px;
		left: 0;
	}

	.cde_theme.menu.mobile>.container_menu{
		width: 65%;
		background: white;
		position: fixed;
		right: 0;
		z-index: 5;
		height: 100%;
		border-left:#ae9a65 solid 2px;
		-webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
		-o-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);
		box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.5);

	}
	.cde_theme.menu.mobile>.container_menu>.cde_theme.nav_elem {
		margin-bottom: 20px;
		margin-left: 15px;
		top: 40px;
		position: relative;
		font-family: 'Candara';
		text-transform: uppercase;
		cursor: pointer;
		color: #AE9A65;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height:22px;
	}
	.cde_theme.menu.mobile>.container_menu>.cde_theme.nav_elem.selected{
		border-bottom: solid 2px #AE9A65;
		width: 70%;
	}
	.cde_theme.menu.mobile>.container_menu>.cde_theme.nav_elem:hover{
		border-bottom: solid 2px rgba(174, 154, 101, 0.5);
		width: 70%;
		transition:0.5s border-color;
	}
}