
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,600i');

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

*{
	box-sizing: border-box;
}

/************************************************/
/* 				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: #222222;
}

body {
	margin: 0;
	padding: 0;
	text-align: justify;	
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2rem;
	color: #222222;
}

a{
	text-decoration: none;
	color: #7790cf;
}

a:hover{
	text-decoration: none;
	color: #7790cf;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
}

.contenitore{
	position: relative;
	max-width: 140.0rem;
	margin: 0 auto;
	padding: 0 5%;
}

@media (max-width: 1400px) {
	.contenitore{
		position: relative;
		max-width: 116.0rem;
		margin: 0 auto;
		padding: 0 5%;
	}
}

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 8%;
	}
}

/************************************************/
/* 				Testata							*/
/************************************************/
#testata{
	position: relative;
	width: 100%;
	background: #7790cf;
	padding: 0rem 0;
}

#testataInterno{
	position: relative;
	width: 100%;
	background: #7790cf;
	padding: 0rem 0 0 0;
}

#logo{
	position: relative;
	width: 100%;
	text-align: center;
}

#logo img{
	height: 11rem;
	display: inline-block;
}

#banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	overflow: hidden;
}

@media (max-width: 1400px){
	#logo img{
		height: 8rem;
	}
}

@media (max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 75%;
		text-align: center;
	}

	#logo img{
		height: auto;
		width: 100%;
		display: inline-block;
	}
	
	#banner{
		height: 30vh;
	}
}

/************************************************/
/* 				Titolo banner					*/
/************************************************/
#velinaBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 100;
	opacity: 0.1;
}

#spazioBanner{
	position:relative;
	width: 100%;
	height: 40%;
}

#titoloBanner{
	position: relative;
	width: 80%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 3.8rem;
	text-align: left;
	z-index: 110;
	font-weight: 600;
	font-style: italic;
}

#testoBanner{
	position: relative;
	width: 80%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 2.5rem;
	text-align: left;
	padding-top: 2rem;
	z-index: 110;
}

@media (max-width: 767px){
	#titoloBanner{
		font-size: 2.2rem;
		line-height: 2.0rem;
	}

	#testoBanner{
	}

	/*
	#tastoBanner{
		display: inline-block;
		padding: 0.2rem 0.4rem;
		margin-top: 1rem;
		color: #ffffff;
	}
	*/
	
	#spazioBanner{
		position:relative;
		width: 100%;
		height: 40%;
	}
}

#bannerNavPosition{
	position: absolute;
	left: 0%;
	width: 100%;
	bottom: 1.0rem;
	height: 2.5rem;
	z-index: 200;
	text-align: center;
	z-index: 110;
}

span.linkFoto{
	display: inline-block;
	border-radius: 2.2rem;
	width: 1.2rem;
	height: 1.2rem;
	background: #c4cec2;
	border: 0.1rem solid #c4cec2;
	margin: 0rem 0.5rem;
	cursor: pointer;
	box-shadow: 0.4rem 0.4rem 0.8rem #000000;
}

span.linkFotoEv{
	background: #ffffff;
	border: 0.1rem solid #ffffff;
	border-radius: 2.2rem;
	margin: 0rem 0.5rem;
}

@media (max-width: 767px){
	#velinaBanner{
		width: 100%;
	}
}
/************************************************/
/* 				Mission home					*/
/************************************************/
#fasciaMission{
	position: relative;
	background: #75b74a;
	color: #ffffff;
	text-align: left;
	padding: 4rem 0;
}

.mission{
	position: relative;
	float: left;
	width: 27%;
	margin: 0 3%;
}

.mission h1	{
	font-weight: 600;
	font-style: italic;
	font-size: 1.8rem;
	color: #ffffff;
	height: 8rem;
}

@media (max-width: 767px){
	.mission{
		float: none;
		width: 100%;
		margin: 4rem 0;
	}
}

/************************************************/
/* 				Vetrina home					*/
/************************************************/
#fasciaVetrina{
	position: relative;
	background: #e4eaea;
	text-align: left;
	padding: 0;
}

#fasciaVetrinaTop{
	position: absolute;
	top: 0;
	left: 0;
	height: 5rem;
	width: 100%;
	background: #75b74a;
	z-index: 0;
}

.boxProdotto{
	position: relative;
	float: left;
	width: 27%;
	z-index: 10;
	margin: 0 3% 3rem 3%;
	padding: 1rem;
	transition: background, 0.4s;
	overflow: hidden;
}

.boxProdotto:hover{
	/*border: 0.1rem solid #75b74a;*/
}

.boxProdotto img{
	width: 100%;
	display: inline-block;
}

.boxProdottoImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.boxProdottoImg img{
	width: 100%;
	display: inline-block;
}

.boxProdotto h1	{
	font-weight: 600;
	font-style: italic;
	font-size: 1.8rem;
	height: 6rem;
}

.boxProdottoInfo{
	position: relative;
	border-top: 0.1rem solid #222222;
	padding: 1rem 0;
	height: 10rem;
	overflow: hidden;
	text-align: left;
}

.boxProdottoDettagli{
	position: relative;
	float: left;
	background: #75b74a;
	border: 0.3rem solid #75b74a;
	color: #ffffff;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 0.6rem 1rem;
	transition: background 0.4s, color 0.4s;
}

.boxProdottoDettagli:hover{
	color: #75b74a;
	background: #ffffff;
}

#scopri{
	position: relative;
	width: 100%;
	padding: 2rem 0;
	text-align: center;
	background: #75b74a;
	color: #ffffff;
}

@media (max-width: 767px){
	#fasciaVetrina{
		padding: 4rem 0 0 0;
	}

	#fasciaVetrinaTop{
		display: none;
	}

	.boxProdotto{
		float: none;
		width: 100%;
		margin: 4rem 0;
	}
	
	.boxProdotto h1, .boxProdottoInfo{
		height: auto;
	}
}

/************************************************/
/* 				Banner info home				*/
/************************************************/
#newsCarousel{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
}

#bannerInfo{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	overflow: hidden;
	border-bottom: 3rem solid #75b74a;
}

#bannerInfoTop{
	position: absolute;
	width: 24rem;
	height: auto;
	top: 15%;
	right: 20%;
	background: #ffffff;
	padding: 2rem;
	z-index: 100;
	text-align: left;
}

#corpo{
	position: relative;
	width: 100%;
}

#barraTitolo{
	background: #7790cf;
}

#barraTitolo h1{
	color: #ffffff;
}

.corpoSx, .corpoDx{
	position: relative;
	float: left;
	width: 60%;
	margin: 4rem 0;
}

.corpoDx{
	width: 35%;
	margin-left: 5%;
}

@media (max-width: 767px){
	#bannerInfo{
		height: 100vh;
	}

	#bannerInfoTop{
		position: absolute;
		width: 80%;
		top: 10%;
		right: 10%;
		background: rgba(255, 255, 255, 0.8);
	}
	
	.corpoSx, .corpoDx{
		float: none;
		width: 100%;
		margin: 4rem 0;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 101;
	top: 100%;
}

#menuInterno{
	position: relative;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 101;
	top: 0%;
}

#nav{
}

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

#nav > ul > li{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
	width: 16.666666666667%;
	transition: background 0.4s;
}

#nav > ul > li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 1.5rem 0; 
	font-weight: 600;
	transition: color 0.4s;
}

#nav > ul > li a:hover{
	text-decoration: none;
	color: #ffffff;
}

#nav > ul > li:hover{
	background: #709d36;
}

#nav > ul > li.corrente{
	background: #709d36;
}


/* secondo livello*/
#nav > ul > li ul{
	display: none;
	position: absolute;
	top: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	width: 100%;
	left: 0%;
	background: #ffffff;
}

#nav li:hover ul{
    display: block;
}

#nav > ul ul > li{
	position: relative;
	float: none;
	width: 100%;
	margin-top: 0.8rem;
}

#nav > ul ul > li a{
	display: block;
	color: #222222;
	text-align: center;
	padding: 0.6rem 0px; 
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #7790cf;
}

@media only screen and ( max-width: 767px){
	#menu, #menuInterno{
		top: 5rem;
		width: 25%;
		left: 75%;
		background: transparent;
	}
	
	#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;
		background: #ffffff;
		top: 4.6rem;
		box-shadow: 0.2rem 0.2rem 0.4rem #444444;
		overflow: hidden;
		width: 400%;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #7790cf;
	}
	
	#nav > ul > li a{
		color: #222222;
	}
	
    /* second level*/
	#nav > ul > li ul{
		position: relative;
		background: #ffffff;
		box-shadow: 0rem 0rem 0rem transparent;
	}
	
	#nav li:hover ul{
		display: block;
	}

	#nav > ul ul > li{
		position: relative;
		float: none;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		color: #222222;
		text-align: left;
		padding: 0.4rem 2%; 
		border-top: 0.1rem solid #cccccc;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #7790cf;
	}
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0rem  1%;
	background: #ffffff;
	border-radius: 0.4rem;
	padding: 0.5rem;
	color: #7790cf;	
}

.tastoMenu:hover{
}

/************************************************/
/* 				Galleria 						*/
/************************************************/
.galleryExt{
	position: relative;
	width: 90%;
	margin: 2rem auto;
}

.galleryExt img{
	display: block;
	width: 100%;
}

.gallerySx, .galleryDx{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 40%;
	border-radius: 50px;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding-top: 7px;
}

.gallerySx:hover, .galleryDx:hover{
	color: #db3430;
}

.gallerySx{
	left: 5px;
}

.galleryDx{
	right: 5px;
}

.gallery{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	background: #ffffff;
}

.gallery img{
	width: 100%;
	display: block;
}

.galleryTesto{
	position: absolute;
	width: 25%;
	height: 80%;
	right: 10%;
	top: 10%;
	padding: 1rem 2%;
	background: rgba(255,255, 255, 0.6);
	z-index: 2000;
	text-align: left;
}

.active{
	left: 0;
}

.prev, .next{
	width: 90%;
	top: 5%;
}

.prev img, .next img{
	opacity: 0.4;
	transition: opacity 0.4s;
	cursor: pointer;
}

.prev img:hover, .next img:hover{
	opacity: 1;
}

.prev{
	left: -90%;
}

.next{
	left: 100%;
}

.galleryLink{
	position: absolute;
	width: 100%;
	left:0;
	bottom: 20%;
	z-index: 100;
	text-align: center;
}

.next .galleryLink, .prev .galleryLink{
	opacity: 0;
}

.link{
	display: inline-block;
	border: 1px solid #ffffff;
	padding: 2px 2%;
	background: rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

@media only screen and ( max-width: 767px){
	.galleryExt{
		width: 90%;
		height: 80vh;
	}
	
	.gallerySx, .galleryDx{
		top: 3rem;
	}
	
	.gallery{
		overflow: visible;
	}
	
	.galleryTesto{
		position: relative;
		width: 100%;
		height: auto;
		right: 0%;
		top: 0%;
		padding: 1rem 6%;
	}
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 1.8rem 1%;
	border-radius: 0.2rem;
	margin: 0 0 1rem 0;
	background: #ffffff;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #7790cf;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font: normal normal normal 1.2rem ms-serif,arial,tahoma;
	color: #444444;
	background: #ffffff;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"]{
	position: relative;
	width: 100%;
	border: 0.1rem solid #75b74a;
	padding: 1.4rem 1%;
	border-radius: 0.2rem;
	margin: 0 0 1rem 0;
	background: #75b74a;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 700;
	cursor: pointer;
}

form input[type="submit"]:hover{
	color: #75b74a; 
	background: #ffffff;
}

/************************************************/
/* 				Briciole di pane				*/
/************************************************/
#briciole{
	position: relative;
	width: 100%;
	background: #e4eaea;
	padding: 1rem 0;
}

#briciole a{
	color: #222222;
}

#briciole a:hover{
	color: #75b74a;
}

span.separatoreBriciole{
	color: #75b74a;
}

/********************************************************/
/* 	(lib_prodotti.php) 	(prodotti.php)					*/
/********************************************************/
#prodottiElenco{
	position: relative;
}

.eleProdotti{
	position: relative;
	float: left;
	width: 21%;
	background: #ffffff;
	padding: 2rem;
	border: 0.1rem solid #ACB478;
	border-radius: 0.4rem;
	margin: 4rem 2%;
	text-align: center;
}

.eleProdotti img{
	width: 100%;
	display: inline-block;
}

.eleProdottiNome{
	position: relative;
	font-size: 1.6rem;
	padding: 0.4rem 0;
	font-weight: 700;
}

.eleProdottiIntro{
	position: relative;
}

.eleProdottiPrezzo{
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0.4rem 0;
}

.eleProdottiAggiungi{
	display: inline-block;
	border: 0.1rem solid #ebeeba;
	border-radius: 0.4rem;
	background: #ebeeba;
	padding: 0.4rem 1rem;
	margin-top: 1rem;
}

#scopriProdotti{
	position: relative;
	width: 100%;
	font-family: 'Damion', cursive;
	font-size: 2.4rem;
	text-align: center;
	margin-top: 4rem;
}

@media (max-width: 767px) {
	.eleProdotti{
		float: none;
		width: 100%;
		margin: 2rem 0%;
	}
}

/********************************************************/
/* 	Dettaglio Prodotto									*/
/********************************************************/
#menuCategorie{
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
	background: #75b74a;
}

#menuCategorie > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.2rem;
	line-height: 1.6rem;
	max-width: 140rem;
	text-transform: uppercase;
}

#menuCategorie > ul > li{
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
	width: 11.1%;
	transition: background 0.4s;
}

#menuCategorie > ul > li a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 1.2rem 0; 
	font-weight: 400;
	transition: color 0.4s;
}

#menuCategorie > ul > li.corrente a{
	color: #75b74a;
}

#menuCategorie > ul > li.corrente{
	background: #ebf3de;
}

#menuCategorie > ul > li a:hover{
	text-decoration: none;
	color: #75b74a;
}

#menuCategorie > ul > li:hover{
	background: #ebf3de;
	color: #75b74a;
}

@media (max-width: 1400px){
	#menuCategorie > ul{
		max-width: 100%;
	}
}

@media (max-width: 767px){
	#menuCategorie > ul > li{
		position: relative;
		float: none;
		width: 100%;
	}
}

/********************************************************/
/* 	Dettaglio Prodotto									*/
/********************************************************/
#prodotto{
	position: relative;
	width: 100%;
	padding: 4rem 0 0 0;
}

#prodottiConsigliati{
	position: relative;
	width: 100%;
	background: #e4eaea;
}

#prodottiConsigliatiTit{
	background: #75b74a;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 4rem 0;
}

#fasciaProdottiConsigliati{
	position: relative;
	width: 100%;
}

#footerProdottiConsigliati{
	position: relative;
	width: 100%;
	background: #75b74a;
	height: 5rem;
}

#dettaglioImmagine{
	float: left;
	width: 50%;
}

#dettaglioInfo{
	float: right;
	width: 48%;
}

#dettaglioNome{
	position: relative;
	font-size: 2.4rem;
	font-weight: 600;
	width: 100%;
	padding: 0 0 2rem 0;
	border-bottom: 0.1rem solid #000000;
	text-transform: uppercase;
}

#dettaglioCategorie{
	position: relative;
	font-weight: 300;
	width: 100%;
	padding: 1rem 0;
	text-transform: uppercase;
}

#dettaglioDescrizione{
	position: relative;
	width: 100%;
	padding: 1rem 0 0 0;
}

#dettaglioPrincipi{
	position: relative;
	width: 100%;
	font-weight: 400;
	padding: 0.5rem 0 1rem 0;
}

.principio{
	position: relative;
	float: left;
	border: 0.1rem solid #cccccc;
	padding: 0.4rem 0.6rem;
	margin: 0;
	cursor: pointer;
	font-style: italic;
	background: #f8f8f8;
}

.principio:hover{
	background: #ffffff;
}

.principioDettaglio{
	position: relative;
	font-weight: 300;
	padding: 2rem;
	border: 0.1rem solid #cccccc;
	display: none;
}

.principioDettaglioFoto{
	position: relative;
	float: left;
	width: 40%;
	padding-right: 5%;
}

.principioDettaglioFoto img{
	width: 100%;
	margin-bottom: 1rem;
}

.principioDettaglioTesto{
	position: relative;
	float: left;
	width: 60%;
}

.dettaglioCampo, .dettaglioVal{
	position; relative;
	width: 100%;
	padding-top: 1rem;
}

.dettaglioVal{
	padding-top: 0rem;
	padding-bottom: 1rem;
	font-weight: 600;
}

span.iva{
	font-size: 1.2rem;
	font-weight: 300;
}

#backgroundTabs{
	position: absolute; 
	width: 200%;
	height: 100%; 
	top: 0; 
	left: -50%; 
	border-bottom: 0.1rem solid #d3d3d3;
	z-index: 0;
	background: #ffffff;
}

@media (max-width: 767px){
	#dettaglioImmagine, #dettaglioInfo{
		float: none;
		width: 100%;
	}
	
	#principioDettaglioFoto, #principioDettaglioTesto{
		float: none;
		width: 100%;
	}
}

/************************************************/
/* 				Fine							*/
/************************************************/
.fine{
	position: relative;
	float: left;
	width: 27%;
	margin: 4rem 3%;
	text-align: left;
}

.fine h1{
	font-size: 2.4rem;
	padding: 0;
	margin: 0 0 1rem 0;
}

.fine > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.fine > ul > li{
	position: relative;
	width: 100%;
}

.fine > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.4rem 0rem; 
	color: #444444;
}

.fine > ul > li a:hover{
	text-decoration:none;
	color: #222222;
}

.fine > ul > li ul{
	display: none;
}

@media (max-width: 767px){
	.fine{
		position: relative;
		float: none;
		width: 90%;
		margin: 2rem 5%;
		text-align: center;
	}
}

#fine{
	position: absolute;
	width: 100%;
	bottom: 0rem;
	text-align: left;
	background: #e4eaea;
}

#fineCentro{
	text-align: center;
	margin: 3rem auto;
	font-size: 1.2rem;
}

#fineCentro img{
	height: 6rem;
	margin: 0 auto;
}

/************************************************/
/* 				News							*/
/************************************************/
/*
.boxNews{
	position: relative;
	width: 100%;
	margin: 0 0 2rem 0;
}

.boxNewsFloat{
	float: left;
	width: 46%;
	margin: 0 2% 2rem 2%;
}

.boxNews img{
	width: 100%;
	display: block;
}

.boxNewsSpazio{
	position: relative;
	width: 100%;
	height: 0;
}

.boxNewsTitolo{
	position: absolute;
	width: 100%;
	height: 40%;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 500;
	background: rgba(0,0,0, 0.4);
	z-index: 100;
	padding: 0.8rem 4% 0 4%;
	line-height: 1.8rem;
}

span.boxNewsData{
	font-size: 1.2rem;
}

span.newsData{
	font-size: 1.2rem;
	font-style: italic;
}

.newsAnteprima{
	position: relative;
}

.newsFoto{
	position: relative;
	width: 100%;
	margin: 1rem 0;
}

.newsFoto img{
	width: 100%;
	display: inline-block;
}
*/

/************************************************/
/* 				Tabelle ajax					*/
/************************************************/
.rigaTitoli{
	position: relative;
	width: 100%;
	background: #ffffff;
	border-bottom: 0.1rem solid #7790cf;
	padding: 0.4rem 0;
	font-weight: 600;
}

.riga{
	position: relative;
	width: 100%;
	background: #ffffff;
	border-bottom: 0.1rem solid #cccccc;
	padding: 0.2rem 0;
	font-weight: 300;
}

.riga:hover{
	border-bottom: 0.1rem solid #7790cf;
	background: #f8f8f8;
}

.box{
	float:left;
	padding: 0.2rem 1%;
}

.box5{
	width: 5%;
}

.box10{
	width: 10%;
}

.box15{
	width: 15%;
}

.box20{
	width: 20%;
}

.box25{
	width: 25%;
}

.box30{
	width: 30%;
}

.box40{
	width: 40%;
}

.box50{
	width: 50%;
}

.box60{
	width: 60%;
}

.box80{
	width: 80%;
}

.box100{
	width: 100%;
}

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

.visible-mob{
	display: none;
}

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

}