
@media screen and (min-width: 1280px){
	.cde_theme.header>.mobile{
		display:none;
	}
		.cde_theme.header>.desktop>.background{		
		display: block;
		background: #ffffff;
		top: 0;
		left: 0;
		width: 100%;
		height: 92px;
		position: fixed;
		z-index: 2;
		-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
	}
	
	.cde_theme.header>.desktop>.deco_bar{
		display: block;
		background: white;
		border-top:solid 1px #AE9A65;
		top: 73px;
		left: 0;
		width: 100%;
		height: 19px;
		position: fixed;
		z-index: 3;
	}
	.cde_theme.header>.desktop>.container>.logo{		
		display: block;
		top: 39px;
		left: 0px;
		font-family: 'Serpentine-Bold';
		font-size: 28px;
		color: #AE9A65;
		position: absolute;	
	}
	.cde_theme.header>.desktop>.container>.marchio{
		display: block;
		top: 0;
		left: 162px;
		width: 92px;
		height: 39px;
		background-image: url("../img/marchio_gold.png");
		position: absolute;
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.cde_theme.header>.desktop>.container>.nav_bar>.nav_elem{
		color:#AE9A65;
		font-family:'Candara';
		text-transform: uppercase;
		display:inline-block;
		margin-left:60px;
		height: 21px;
		cursor:pointer;
		border-color: #AE9A65;
	}
	.cde_theme.header>.desktop>.container>.nav_bar>.nav_elem:hover{
		border-bottom: solid rgba(174, 154, 101, 0.5) 4px;
		transition:0.5s border-color;
	}
	.cde_theme.header>.desktop>.container>.nav_bar>.nav_elem.selected{
		border-bottom: solid #AE9A65 4px;
	}
		.cde_theme.header>.desktop>.container{		
		display: block;
		top: 0;
		left: 50%;
		width: 1140px;
		height: 92px;
		color: white;
		z-index: 3;
		position: fixed;
		margin-left: -570px;
	}
	
	.cde_theme.header>.desktop>.container>.nav_bar{
		display: block;
		top: 48px;
		right: 0px;
		position: absolute;
	}
}
@media screen and (min-width: 768px) and (max-width: 1279px){
	.cde_theme.header>.desktop{
		display:none;
	}		
	.cde_theme.header>.mobile{
		display:block;
	}
	
	.cde_theme.header>.mobile>.background{		
		display: block;
		background: #ffffff;
		top: 0;
		left: 0;
		width: 100%;
		height: 57px;
		position: fixed;
		z-index: 2;
		-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
	}
	
	.cde_theme.header>.mobile>.container{		
		display: block;
		top: 0;
		left: 43px;
		width: 604px;
		height: 47px;
		color: white;
		z-index: 3;
		position: fixed;
	}
	
	.cde_theme.header>.mobile>.container>.logo{		
		display: block;
		top: 19px;
		font-family:'Serpentine-Bold';
		font-size: 21px;
		color: #AE9A65;
		position: absolute;	
	}
	.cde_theme.header>.mobile>.container>.marchio{
		display: block;
		top: 0;
		left: 128px;
		width: 52px;
		height: 39px;
		background-image: url("../img/marchio_gold.png");
		position: absolute;
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.cde_theme.header>.mobile>.deco_bar{
		display: block;
		background: #ffffff;
		border-top:solid 1px #AE9A65;
		top: 47px;
		left: 0;
		width: 100%;
		height: 9px;
		position: fixed;
		z-index: 3;
	}
	.cde_theme.header>.mobile>.hamburger_menu{
		background-image: url('../img/hamburger_menu.png');
		position: fixed;
		right: 25px;
		top: 9px;
		width: 35px;
		height: 35px;
		z-index: 2;
		background-size: contain;
		cursor:pointer;
		filter: invert(30%) sepia(21%) saturate(665%) hue-rotate(6deg) brightness(85%) contrast(87%);
	}
	.cde_theme.header>.mobile>.container>.nav_bar{
		display: none;
		top: 21px;
		right: 0px;
		position: absolute;
	}
	.cde_theme.header>.mobile>.container>.nav_bar>.nav_elem{
		color:#AE9A65;
		font-family:'Candara';
		text-transform: uppercase;
		display:inline-block;
		margin-left:17px;
		height: 16px;
		cursor:pointer;
		border-color: rgba(255,255,255,0);
		font-size: small;
	}
	.cde_theme.header>.mobile>.container>.nav_bar>.nav_elem:hover{
		border-bottom: solid rgba(255,255,255,0.5) 2px;
		transition:0.5s border-color;
	}
	.cde_theme.header>.mobile>.container>.nav_bar>.nav_elem.selected{
		border-bottom: solid #AE9A65 2px;
	}
}
@media screen and (max-width: 767px){
	.cde_theme.header>.desktop{
		display:none;
	}		
	.cde_theme.header>.mobile{
		display:block;
	}
	.cde_theme.header>.mobile>.background{		
		display: block;
		background: #ffffff;
		top: 0;
		left: 0;
		width: 100%;
		height: 57px;
		position: fixed;
		z-index: 2;
		-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		-o-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
		box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.5);
	}
	
	.cde_theme.header>.mobile>.container{		
		display: block;
		top: 0;
		left: 0%;
		width: 300px;
		height: 47px;
		color: white;
		z-index: 3;
		position: fixed;
		margin-left: 10px;
	}
	
	.cde_theme.header>.mobile>.container>.logo{		
		display: block;
		top: 24px;
		left: 0px;
		font-family:'Serpentine-Bold';
		font-size:21px;
		color: #AE9A65;
		position: absolute;	
	}
	.cde_theme.header>.mobile>.container>.marchio{
		display: block;
		top: 0;
		left: 128px;
		width: 52px;
		height: 39px;
		background-image: url("../img/marchio_gold.png");
		position: absolute;
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.cde_theme.header>.mobile>.deco_bar{
		display: block;
		background: #ffffff ;
		border-top:solid 1px #AE9A65;
		top: 47px;
		left: 0;
		width: 100%;
		height: 9px;
		position: fixed;
		z-index: 3;
	}
	.cde_theme.header>.mobile>.hamburger_menu{
		background-image: url('../img/hamburger_menu.png');
		position: fixed;
		right: 10px;
		top: 16px;
		width: 28px;
		height: 28px;
		z-index: 2;
		background-size: contain;
		cursor:pointer;
		filter: invert(30%) sepia(21%) saturate(665%) hue-rotate(6deg) brightness(85%) contrast(87%);
	}
	.cde_theme.header>.mobile>.container>.nav_bar{
		display: none;
		top: 21px;
		right: 0px;
		position: absolute;
	}
	.cde_theme.header>.mobile>.container>.nav_bar>.nav_elem{
		color:white;
		font-family:'Candara';
		text-transform: uppercase;
		display:inline-block;
		margin-left:17px;
		height: 16px;
		cursor:pointer;
		border-color: rgba(255,255,255,0);
		font-size: small;
	}
	.cde_theme.header>.mobile>.container>.nav_bar>.nav_elem:hover{
		border-bottom: solid rgba(255,255,255,0.5) 2px;
		transition:0.5s border-color;
	}
	.cde_theme.header>.mobile>.container>.nav_bar>.nav_elem.selected{
		border-bottom: solid white 2px;
	}
}