
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font: normal normal normal 1.4rem Verdana, Geneva, sans-serif;
	color: #ffffff;
}

a{
	text-decoration: none;
	color: #604c3f;
}

a:hover{
	text-decoration: underline;
	color: #604c3f;
}

@media (max-width: 767px){
	h1{
		color: #000000;
	}
}
/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background:#000000;
}

#lingue{
	position: absolute;
	top: 0rem;
	right: 0rem;
	z-index: 200;
}

#lingue ul{
	list-style-type: none;
}


#lingue ul li{
	float: right;
	padding: 0rem 0.8rem;
	color: #ae0000;
	font-weight: bold;
}

#lingue ul li a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#lingue ul li a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#contenitore{
	position:absolute;
	width: 90%;
	height: 85%;
	margin: 4% 5%;
	padding: 0;
}

@media (max-width: 767px){
	#contenitore{
		position:absolute;
		width: 100%;
		height: 100%;
		margin: 0;
	}
}
/************************************************/
/* 				laterale						*/
/************************************************/
#laterale{
	position: absolute;
	width: 40%;
	height: 100%;
}

#velinaLaterale{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
}

#contenutoLaterale{
	position: absolute;
	width: 100%;
	height: 100%;
}

#corpo{
	position: absolute;
	width: 40%;
	left: 40%;
	height: 100%;
}

#velinaCorpo{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.4;
}

#contenutoCorpo{
	position: absolute;
	width: 94%;
	height: 94%;
	margin: 3% 3%;
}

#corpoMob{
	position: relative;
	width: 90%;
	left: 0%;
	background: #ffffff;
	padding: 2.0rem 5%;
	color: #000000;
}

#logo{
	position: relative;
	float: left;
	margin: 5% 0 0 5%;
	width: 25%;
	height: 90%;
}

#logo img{
	height: 100%;
	/*max-height: 50.0rem;*/
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	margin-top: 5%;
	height: 90%;
	z-index: 101;
	text-align: left;
	padding-left: 20%;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0 auto; 
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 1.4rem;
}

#nav > ul > li{
	position: relative;
	list-style-image: url(x.gif);
	padding-bottom:5px;
}

#nav > ul > li a{
	color: #ffffff;
	text-decoration: none;
	padding: 0 2.0rem 0 0;
}

#nav > ul > li a:hover{
	text-decoration: underline;
}

/* secondo livello*/
#nav li ul{
	display: none;
	position: relative;
	top: 96%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	left: 2%;
}

#nav li:hover > ul{
    display: block;
	z-index: 100;
}

#nav > ul ul > li{
	list-style-image: url(blank.gif);
	margin: 0.3rem 0;
}

#nav > ul ul ul{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: #000000;
}

@media only screen and ( max-width: 767px){
	#menu{
		position: absolute;
		width: 100%;
		top: 0.5rem;
		right: 0rem;
	}

    #nav{
        position: relative;
    }
    
	#nav > a{
    }
	
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type
	{
		display: block;
	}
	
    /* first level */
    #nav > ul{
        height: auto;
        display: none;
        position: absolute;
        left: 100%;
        width: 100%;
		z-index: 100;
		background-color: #000000;
		top: 3.6rem;
		z-index: 100;
		border-radius: 0.5rem; 
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
	}
	
	#nav > ul > li a{
		color: #ffffff;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
		text-decoration: underline;
	}
	
    #nav > ul ul{
        height: auto;
        display: none;
        position: relative;
        left: 0%;
        width: 100%;
		z-index: 100;
		top: 0rem;
		z-index: 100;
    }
	
    #nav > ul ul ul{
        height: auto;
        display: none;
        position: relative;
        left: 0%;
        width: 100%;
		z-index: 100;
		top: 0rem;
		z-index: 100;
    }
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0rem  0.5rem;
	width: 2.0rem;
	height: 2.0rem;
	background-color: #ffffff;
	border-radius: 0.4rem;
	padding: 0.5rem;
}

.tastoMenu:hover{
/*
	background-color: #c0a583;
*/
}

.lineeMenu{
	position: relative;
	border-radius: 0.2rem;
	width: 100%;
	margin: 0.2rem 0;
	background-color: #444444;
	height: 0.4rem;
}

/************************************************/
/* 				Galleria						*/
/************************************************/
#galleria{
	position:relative;
	background: #000000;
}

.foto{
	position: relative;
	float: left;
	width: 15%;
	border: 0.1rem solid #cccccc;
	padding: 0.5rem 0.6%;
	margin: 1.0rem 1.5%;
}

.foto img{
	width: 100%;
}

@media (max-width: 767px){
	.foto{
		position: relative;
		float: left;
		width: 27.5%;
		border: 0.1rem solid #cccccc;
		padding: 0.5rem 1%;
		margin: 1.0rem 1.5%;
	}
}

@media (max-width: 319px){
	.foto{
		position: relative;
		float: left;
		width: 44%;
		border: 0.1rem solid #ae0000;
		padding: 0.5rem 1%;
		margin: 1.0rem 1.5%;
	}
}
/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	padding-top: 1.0rem;
	text-align: center;
	background: #cccccc;
	font-size: 1.0rem;
	border-top: 0.1rem solid #666666;
	height: 3rem;
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}
