
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 1rem 0;
	font-size: 2.4rem;
	font-weight: 600;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font: normal normal normal 1.6rem Poppins, Geneva, sans-serif;
	color: #222222;
	text-align: justify;
}

b{
	font-weight: 600;
}

a{
	text-decoration: none;
	color: #004f94;
	font-weight: 500;
}

a:hover{
	text-decoration: none;
	color: #004f94;
	font-weight: 500;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

#contenitore{
	position:relative;
	width: 90%;
	max-width: 100rem;
	margin: 0 auto;
	padding: 4rem 0;
	font-weight: 300;
	z-index: 0;
}

#contenitoreSx{
	position: relative;
	float: left;
	width: 65%;
	padding-right: 5%;
}

#contenitoreDx{
	position: relative;
	float: left;
	width: 30%;
}

#banner{
	position: relative;
	width: 100%;
	height: 100%;
	box-shadow: 0rem 0.4rem 1rem #000000;
}

#bannerIn{
	position: relative;
	width: 100%;
	height: 60%;
	box-shadow: 0rem 0.4rem 1rem #000000;
}

#testata{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}

#testataIn{
	position: absolute;
	width: 100%;
	height: 60%;
	top: 0;
	left: 0;
	z-index: 200;
}

#testoBanner{
	position: absolute;
	top: 40%;
	left: 15%;
	width: 85%;
	height: 20%;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px 4px #444444;
	font-size: 2.8rem;
	z-index: 100;
}

#testoBanner h1{
	font-size: 4rem;
	color: #ffffff;
}

#testoBanner a, #testoBanner a:hover{
	text-decoration: none;
	color: #ffffff;
}




@media (max-width: 767px){
	#banner{
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	#bannerIn{
		position: relative;
		width: 100%;
		height: 60%;
	}
	
	#testoBanner{
		position: absolute;
		top: 40%;
		left: 0%;
		width: 100%;
		height: 20%;
		text-align: center;
		color: #ffffff;
		text-shadow: 2px 2px 4px #444444;
		font-size: 2rem;
	}
	
	#contenitoreSx, #contenitoreDx{
		position: relative;
		float: none;
		width: 100%;
	}
}

/************************************************/
/* 				Galleria pagine					*/
/************************************************/
#primaFoto{
	position: relative;
	width: 100%;
}

#primaFoto img{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.foto{
	position: relative;
	width: 30%;
	float: left;
	margin: 0.5rem 1.5%;
}

.foto img{
	position: relative;
	width: 100%;
	height: auto;
	display:block;
}

/************************************************/
/* 				Menu							*/
/************************************************/
#menuSfondo{
	position: absolute;
	width: 15%;
	background: #ffffff;
	opacity: 0.5;
	z-index: 100;
	height: 100%;
}

#menu{
	position: absolute;
	width: 15%;
	height: 100%;
	color: #ffffff;
	z-index: 101;
}

#logo{
	position: absolute;
	width: 100%;
	left: 0%;
	bottom: 0;
	height: 8rem;
	border-radius: 0rem;
	overflow: hidden;
}

#logo img{
	width: 100%;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 3rem;
	right: 0px;
	width: 100%;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.4rem;
	font-weight: 400;
}

#nav > ul > li{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px; 
	text-align: right;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.5rem 20% 0.5rem 0%; 
	color: #004e93;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
}

#nav > ul > li:hover{
	background-color: #004e93;
}

#nav > ul > li:hover > a {
    color: #ffffff;
}

#nav > ul > li.corrente {
	background: #004e93;
}

#nav > ul > li.corrente a{
	color: #ffffff;
}

/* secondo livello*/
#menuSfondoUl{
	position: absolute;
	width: 15%;
	height: 100%;
	left: 15%;
	top: 0;
	background: #ffffff;
	opacity: 0;
	z-index: 100;
}

#nav li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: auto; 
	list-style-type: none;
	padding: 0;
}

#nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
	left: 0;
}

#nav > ul ul > li a{
	display: block;
	text-align: right;
	padding: 0.5rem 10%; 
	color: #004e93 !important;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #ffffff !important;
}

#nav > ul ul > li:hover{
	background: #1d92c7;
}

#nav > ul ul > li.corrente {
	background: #1d92c7;
}

#nav > ul ul > li.corrente a{
	color: #ffffff !important;
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 2rem 20% 2rem 0rem;
	width: 3rem;
	height: 3rem;
}

.tastoMenu img{
	width: 100%;
	height: 100%;
	display: block;
}

/*
.tastoMenu:hover{
	background-color: #c0a583;
}

.lineeMenu{
	position: relative;
	border-radius: 0.2rem;
	width: 100%;
	margin: 0.2rem 0;
	background-color: #ffffff;
	height: 0.4rem;
}
*/

@media only screen and ( max-width: 767px){
	
	.tastoMenu{
		position: relative;
		float: right;
		margin: 1rem 1rem 1rem 0;
		z-index: 100;
	}
	
	#logo{
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 10;
		padding-bottom: 5%;
	}
	
	#menu{
		position: absolute;
		width: 100%;
		z-index: 101;
		height: auto;
		background: #004e93;
	}
	
	#logo img{
		width: 100%;
	}
	
    #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;
        right: 0%;
		top: 100%;
		width: 100%;
		background: #ffffff;
		z-index: 101;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		border-bottom: 1px solid #004e93;
	}
	
	#nav > ul > li a{
		color: #004e93;
		padding: 1rem 0;
		text-align: left;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
	}
	
	#nav > ul > li:hover{
		background-color: #004e93;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
	
	#nav li:hover ul{
		display: block;
	}

	#nav > ul ul > li{
		position: relative;
		width: 100%;
		border: 0;
		border-top: 1px solid #ffffff;
	}

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.6rem 2%; 
		color: #ffffff !important;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #004e93 !important;
	}
	
	#nav > ul ul > li:hover{
		text-decoration:none;
		background-color: #ffffff;
	}
	
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
#prodottoSx{
	position: relative;
	float: left;
	width: 30%;
	padding: 0 5%;
}

#prodottoFoto{
	position: relative;
	width: 100%;
}

#prodottoFoto img{
	width: 100%;
}

#prodottoGalleria{
	position: relative;
	width: 100%;
}

.fotoProdotto{
	position: relative;
	float: left;
	width: 30%;
	margin: 1rem 1.5%;
}

.fotoProdotto img{
	width: 100%;
}

#prodottoDx{
	position: relative;
	float: left;
	width: 50%;
	padding: 0 5%;
}

@media (max-width: 767px){
	#prodottoSx, #prodottoDx{
		position: relative;
		float: none;
		width: 100%;
		padding: 2rem 0%;
	}
}

/************************************************/
/* 				Categorie						*/
/************************************************/
.categorie{
	position: relative;
	float: left;
	width: 30%;
	margin: 1rem 1.5%;
	overflow: hidden;
}

.scopri{
	position: absolute;
	width: 30%;
	top: -4rem;
	left: 35%;
	border: 0.1rem solid #ffffff;
	text-align: center;
	color: ffffff;
	background: rgba(255, 255, 255, 0.4);
	padding: 0.2rem 0;
	z-index: 200;
}

.categorie img{
	width: 100%;
	display: block;
	z-index: 98;
}

.categorieVelina{
	position: absolute;
	top: 60%;
	width: 100%;
	height: 40%;
	z-index: 99;
	background: #ffffff;
	opacity: 0.6;
}

.categorie h1{
	position: absolute;
	top: 60%;
	width: 100%;
	height: 20%;
	z-index: 100;
	color: #004f94;
	font-family: times new roman;
	text-align: center;
	font-weight: normal;
}

.categorie h2{
	position: absolute;
	top: 75%;
	width: 100%;
	height: 20%;
	z-index: 100;
	color: #004f94;
	font-family: times new roman;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	font-size: 1.4rem;
}

@media (max-width: 767px){
	.categorie{
		position: relative;
		float: none;
		width: 90%;
		margin: 2rem 5%;
	}
}

/************************************************/
/* 				Briciole						*/
/************************************************/
#briciole{
	position:relative;
	width: 100%;
	padding-bottom: 2rem;
	font-size: 1.4rem;
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
.prodotti{
	position: relative;
	float: left;
	width: 23%;
	margin: 1rem 1%;
}

.prodotti img{
	width: 100%;
	display: block;
}

.prodotti h1{
	position: absolute;
	top: 60%;
	width: 90%;
	height: 2.4rem;
	z-index: 100;
	background: #ffffff;
	text-align: left;
	font-weight: normal;
	color: #004f94;
	font-size: 1.4rem;
	padding: 0.3rem 0 0.3rem 5%;
}

@media (max-width: 767px){
	.prodotti{
		position: relative;
		float: left;
		width: 90%;
		margin: 2rem 5%;
	}
}
/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: relative;
	width: 80%;
	padding: 2rem 10%;
	background: #004f94;
	color: #ffffff;
	text-align: center;
}

#fine img{
	width: 80%;
	max-width: 15rem;
	margin: 1rem 0;
}
/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}

}
