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

*{
	box-sizing: border-box;
}

/*
font-family: 'Caveat', cursive;
*/

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0;
	left: 0;
	margin: 2rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: #000000;
}

h2{
	position: relative;
	top: 0;
	left: 0;
	margin: 1rem 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	font-family: 'Raleway', sans-serif;
	color: #585854;
	font-size: 1.3rem;
	font-weight: 400;
	background: #fbfbf8;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: #12aec5;
	font-weight: 400;
}

a:hover{
	text-decoration: none;
	color: #585854;
	font-weight: 400;
}

.fa-input {
	font-family: FontAwesome, 'Roboto', sans-serif;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
.contenitore{
	position: relative;
	width: 100%;
	max-width: 120rem;
	padding: 2rem 3%;
	margin: 0 auto;
}

.contenitoreInt{
	position: relative;
	width: 100%;
	max-width: 120rem;
	padding: 0 0%;
	margin: 0 auto;
}


@media (max-width: 767px){
	.contenitore{
		padding: 2rem 5%;
	}
}
/************************************************/
/* 				Intestazione					*/
/************************************************/
#intestazione{
	position: relative;
	background: #edece9;
}

#intestazione ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-weight: 400;
}

#intestazione ul li{
	position:relative;
	float: right;
	line-height: 2.8rem;
}

#intestazione ul li a{
	display: block;
	padding: 1.4rem 2rem; 
	color: #585854;
}

#intestazione ul li{
	color: #12aec5;
}

#intestazione ul li:hover{
	background: #e3e3dd;
}

#intestazione ul li img{
	position:relative;
	float: left;
	height: 2.6rem;
	padding: 0 0.6rem 0 0; 
}

#numeroVerde{
	position:relative;
	float: right;
	padding: 0.8rem 0 0 0;
}

#numeroVerde img{
	height: 4rem;
}

#numeroVerdeCorpo{
	position:relative;
	padding: 1rem 0;
	text-align: center;
}

#numeroVerdeCorpo img{
	width: 50%;
}

#qntCarrello{
	position: absolute;
	top: 1rem;
	left: 3.4rem;
	background: #12aec5;
	color: #fbfbf8;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 3rem;
	padding: 0.9rem 0 0 0;
	overflow: hidden;
	line-height: 0;
	text-align: center;
}

#riassuntoCarrello{
	padding-bottom: 1.4rem;
	z-index: 2000;
}

#riassuntoCarrello i{
	margin-top: 1rem;
}

#carrelloIntro{
	position: absolute;
	top: 100%;
	right: 0;
	width: 35rem;
	border: 0.1rem solid #12aec5;
	background: #fbfbf8;
	border-radius: 0.2rem;
	visibility: hidden;
	color: #444444;
	box-shadow: 0rem 0rem 0.8rem #888888;
}

#intestazione ul li > #carrelloIntro a{
	padding: 0;
}

.titoloIntro{
	position: relative;
	width: 100%;
	padding: 0.4rem 1rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: 700;
}

.listaIntro{
	border-bottom: 0.1rem solid #12aec5;
	margin: 1rem 0.8rem 0rem 0.8rem;
}

.promozioneIntro{
	text-align: right;
	color: #12aec5;
	margin: 1rem 0.8rem 0rem 0.8rem;
}

.prodottoIntro{
	position: relative;
	float: left;
	width: 85%;
}

.prezzoIntro{
	position: relative;
	float: left;
	width: 15%;
	color: #12aec5;
}

.totaleIntro{
	color: #12aec5;
	font-size: 2rem;
	text-align: right;
	padding: 0.4rem 1rem;
}

.mancanteIntro{
	position: relative;
	padding: 0.4rem 1rem;
	line-height: 1.6rem;
}

.frecciaSu{
	position: absolute;
	top: -1rem;
	right: 5%;
	width: 0; 
	height: 0; 
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 1rem solid #12aec5;
	margin: 0 0 4rem 0;
}

.tastoIntro{
	float: left;
	margin: 0.8rem 2%;
	padding: 0rem 0.4rem;
	border: 1px solid #12aec5;
	background: #12aec5;
	border-radius: 0.2rem;
	font-size: 1.0rem;
	color: #ffffff;
	text-transform: uppercase;
	transition: background 0.4s;
	width: 46%;
	cursor: pointer;
	text-align: center;
}

.tastoIntro:hover{
	border: 1px solid #50bfdc;
	background: #50bfdc;
}

@media (max-width: 767px){

	#numeroVerdeCorpo img{
		width: 80%;
	}

	#carrelloIntro{
		width: 30rem;
	}

	#intestazione{
		font-size: 1.0rem;
	}

	#intestazione ul li a{
		padding: 1.4rem 0.6rem; 
	}

	#intestazione ul li img{
		padding: 0; 
	}
	
	#qntCarrello{
		left: 2.6rem;
	}
}
/************************************************/
/* 				Logo							*/
/************************************************/
#logoMenu{
	position:relative;
	width: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #fbfbf8;
	border-bottom: 0.1rem solid #12aec5;
}

.contenitoreLogoMenu{
	width: 100%;
	max-width: 120rem;
	padding: 0 3%;
	margin: 0 auto;
}

#logo{
	position: relative;
	float: left;
	width: 20%;
	padding: 1.4rem 0;
}

#logo img{
	width: 80%;
	max-width: 20rem;
	display: block;
}

@media (max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 50%;
		padding: 1rem 0%;
		text-align: center;
		background: #ffffff;
	}
	
	#logo img{
		width: 80%;
		display: inline-block;
	}
	
	.contenitoreLogoMenu{
		padding: 0 0%;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/

#menu{
	float: left;
	width: 80%;
	bottom: 0;
	right: 0;
	z-index: 200;
	margin: 0 auto;
	padding-top: 1.8rem;
}

#nav{
}

#nav > a{
    display: none;
}

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

#nav > ul > li{
	float: right;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: center;
	width: 14.28%;
	text-transform: uppercase;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 1rem 0;
	font-weight: 600;
}

/*
Per utilizzare il menu normale cambiare classe in libPagineweb menu

.normale{
	position: relative;
}

.normale ul{
	display: none;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 400;
	background: #ffffff;
	width: 100%;
}

.normale:hover ul{
    display: block;
	z-index: 100;
}

.normale ul li:hover{
	background: #12aec5;
}

.normale ul li:hover a{
	color: #ffffff;
}
*/

.menuMega{
}

.wrapMegamenu {
	visibility: hidden;
	opacity: 0;
    position: absolute; 
    left: 0;
	height: auto;
    width: 100%;
    background-color: #edece9;
	border-bottom: 0.1rem solid #878785;
    padding: 0;
	z-index: 200;
	transition: visibility 0s, opacity 0.4s linear;
}

#nav > ul > li:hover .wrapMegamenu{
	visibility: visible;
	opacity: 1;
}

.wrapMegamenu ul{
	position: relative;
	list-style-type: none;
	margin: 0 auto;
	padding: 0rem 5%;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 400;
	background: #;
	width: 100%; 
	max-width: 120rem;	
}

.wrapMegamenu > ul > li{
	position: relative;
    width: 25%;
    float: left;
    padding: 0;
    border-right: 0.1rem solid #878785;
	border-left: 0.1rem solid #e3e3dd;
	margin: 1.4rem 0; 	
}

.wrapMegamenu > ul > li img{
    position: relative;
	height: 3.6rem;
}

.wrapMegamenu > ul > li .voceMenu{
    position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 1rem;
}

.wrapMegamenu > ul > li:hover{
	background: #12aec5;
}

.wrapMegamenu > ul > li a:hover{
	color: #fbfbf8;
}

.wrapMegamenu > ul > li a:hover{
	color: #fbfbf8;
}

.wrapMegamenu .sub-menu li.last {
    border-right: 0;        
}

@media only screen and ( max-width: 767px){
	#menu{
		width: 50%;
		height: 100%;
		padding-top: 1rem;
	}

    #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%;
		z-index: 100;
		top: 4rem;
		width: 200%;
		background: #ffffff;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #12aec5;
		text-align: left;
	}
	
	#nav > ul > li a{
		display: block;
		text-decoration: none;
		padding: 1rem 5%;
	}
	
	.wrapMegamenu{
		position: relative;
		display: none;		
	}
	
	.wrapMegamenu ul{
		position: relative;
		list-style-type: none;
		margin: 0 auto;
		padding: 0rem;
		overflow: hidden;
		font-size: 1.2rem;
		font-weight: 400;
		background: #;
		width: 100%; 
		max-width: 120rem;	
	}

	#nav > ul > li:hover .wrapMegamenu{
		display: block;
	}
	
	.wrapMegamenu > ul > li{
		width: 100%;
		float: none;
		padding: 0;
		border: 0; 
		border-bottom: 0.1rem solid #12aec5;		
		margin:0;
	}
	
	.wrapMegamenu > ul > li img{
		position: relative;
		float: left;
		width: 15%;
		left: 5%;
		height: auto;
	}

	.wrapMegamenu > ul > li .voceMenu{
		position: absolute;
		top: 0;
		left: 25%;
		width: 75%;
		height: 100%;
		padding-top: 2.4rem;
		text-align: left;
	}
}

.tastoMenu{
	position: relative;
	float: right;
	border-radius: 4rem;
	margin: 0 5%;
	padding: 0.6rem 1rem;
	color: #12aec5;
	line-height: 0;
	font-size: 1.2rem;
}

.tastoMenu:hover{
	color: #12aec5;
}

/************************************************/
/* 				Banner							*/
/************************************************/
#banner{
	position: relative;
	float: right;
	width: 75%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	background: #fbfbf8;
}

#banner img{
	width: 100%;
	display: block;
}

#bannerExt{
		position: absolute;
		width: 200%;
		height: 100%;
		top: 0;
		right: -125%;
		background: #edece9;
		z-index: 0;
}

@media (max-width: 767px){
	#banner{
		position: relative;
		float: none;
		width: 100%;
	}
	
	#bannerExt{
		display: none;
	}
}
/************************************************/
#velinaBanner{
	position: absolute;
	width: 0 /*30%*/;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(18, 174, 197, 0.8);
	z-index: 200;
	text-align: center;
	opacity: 0;
}

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

#titoloBanner{
	position: relative;
	width: 90%;
	margin: 0 auto;
	font-family: 'Caveat', cursive;
	color: #fbfbf8;
	font-size: 3rem;
}

#testoBanner{
	position: relative;
	width: 90%;
	margin: 0 auto;
	color: #fbfbf8;
	font-size: 1.4rem;
}

#tastoBanner{
	display: inline-block;
	padding: 1rem 2rem;
	margin-top: 2rem;
	background: #fbfbf8;
	color: #12aec5;
}

#tastoBanner:hover{
	background: #e3e3dd;
	color: #fbfbf8;
}

span.tastoTitolo{
	font-size: 1.4rem;
}

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

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

	#testoBanner{
		display: none;
	}

	#tastoBanner{
		display: inline-block;
		padding: 0.2rem 0.4rem;
		margin-top: 1rem;
		background: #fbfbf8;
		color: #12aec5;
	}
	
	#spazioBanner{
		position:relative;
		width: 100%;
		height: 10%;
	}
}
/************************************************/
#bannerNavPosition{
	position: absolute;
	left: 0%;
	width: 100%;
	bottom: 1.0rem;
	height: 2.5rem;
	z-index: 200;
	text-align: center;
}

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

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

@media (max-width: 767px){
	#velinaBanner{
		width: 100%;
	}
}
/************************************************/
/* 				Corpo							*/
/************************************************/
#ricercaHome{
	position: absolute;
	width: 25%;
	height: 100%;
	top: 0;
	left: 0;
	background: #edece9;
	text-align: center;
	padding-top: 4rem;
	z-index: 1;
}

#titoloHome, #titoloSidebar{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 1.6rem 0;
	text-transform: uppercase;
	color: #fbfbf8;
	background: #878785;
	font-weight: 600;
	font-size: 1.4rem;
}

#titoloSidebar{
	color: #878785;
	padding: 1.7rem 0;
	background: transparent;
}

#titoloHomeExt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: -100%;
	background: #878785;
	z-index: 0;
}

#titoloSidebarExt{
	position: absolute;
	width: 300%;
	height: 100%;
	top: 0;
	left: -200%;
	background: #edece9;
	border-top: 0.1rem solid #878785;
	border-bottom: 0.1rem solid #878785;
	z-index: 0;
}

#corpo{
	position: relative;
}

#corpoNegativo{
	position: relative;
	padding: 4rem 0;
	margin-bottom: 4rem;
}

#sidebar{
	position:relative;
	width: 25%;
	float: left;
	z-index: 1;
	padding: 0;
}

#sidebarNV{
	width: 100%;
	padding-top: 1rem;
}

#sidebarNV img{
	width: 70%;
	margin: 0rem 15%;
}

#whatsappSidebar{
	position:relative;
	width: 80%;
	margin: 2rem 10%;
	padding: 1.6rem 5%;
	border: 0.1rem solid #12aec5;
	background: #12aec5;
	color: #fbfbf8;
}

#whatsappSidebar a, #whatsappSidebar a:hover{
	color: #fbfbf8;
}

#whatsappSidebar h2{
	color: #fbfbf8;
	margin: 0;
	padding: 0 0 1rem 0;
	font-size: 1.6rem;
}

#whatsappSidebar i{
	padding: 0.6rem 0.4rem 0.6rem 0;
}

span.whatsapp{
	font-size: 2rem;
	padding: 0;
	margin: 0;
	top: -1rem;
}

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

#sidebarBanner img{
	position: relative;
	width: 80%;
	display: block;
	margin: 2rem 10%;
	border: 0.1rem solid #e3e3dd;
}

#sidebarIn{
	position:relative;
	width: 25%;
	float: left;
	z-index: 1;
	padding: 2rem 2%;
}

.sidebarExt{
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: -175%;
	background: #edece9;
	z-index: 0;
}

#corpoDx{
	position:relative;
	width: 75%;
	float: right;
	padding: 0; /*2rem 3% 0 3%;*/
	font-size: 1.4rem;
	line-height: 2rem;
}


@media (max-width: 767px){
	#ricercaHome{
		position: relative;
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		background: #edece9;
		text-align: center;
		padding: 2rem 0%;
		z-index: 1;
	}
	
	.sidebarExt{
		display: none;
	}
	
	#sidebar{
		position:relative;
		width: 100%;
		float: none;
		background: #e3e3dd;
		padding: 0 0 2rem 0;
	}
	
	#whatsappSidebar{
		position:relative;
		width: 90%;
		margin: 2rem 5%;
	}
	
	#sidebarBanner{
		position:relative;
		width: 100%;
	}
	
	#sidebarBanner img{
		position: relative;
		width: 90%;
		display: block;
		margin: 2rem 5%;
	}
	
	#sidebarIn{
		width: 100%;
		float: none;
		padding: 2rem 5%;
		background: #e3e3dd;
	}
	
	#corpoDx{
		width: 100%;
		float: none;
	}
}

/************************************************/
/* 				Sidebar Linee					*/
/************************************************/
.lineeLaterali{
	position: relative;
	width: 100%;
	margin: 2rem 0;
}

.lineeLaterali h1{
	position: relative;
	width: 100%;
	background: #878785;
	color: #fbfbf8;
	text-align: center;
	padding: 0.4rem 0;
	font-weight: 400;
	font-size: 1.4rem;
	margin: 0;
}

.lineeLaterali ul{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2rem;
	width: 100%; 
}

.lineeLaterali > ul > li{
    width: 100%;
    padding: 0.8rem 1%;
	display: block;
	background: #fbfbf8;
	font-size: 1.2rem;
	line-height: 3.4rem;
	text-transform: uppercase;
}

.lineeLaterali > ul > li img{
	height: 3.4rem;
	margin: 0 1rem;
}

.lineeLaterali > ul > li a{
    display: block;
	font-weight: 600;
}

.lineeLaterali > ul > li:hover{
	background: #ffffff;
}

/************************************************/
/* 				Corpo Linee					*/
/************************************************/
.lineeCorpo{
	position: relative;
	width: 100%;
	margin: 2rem 0;
	padding: 1rem 2%;
	border: 0.1rem solid #e3e3dd;
}

.lineeCorpo h1{
	position: relative;
	width: 100%;
	border-bottom: 0.1rem solid #e3e3dd;
	color: #878785;
	text-align: left;
	padding: 0.4rem 2%;
	font-weight: 600;
	font-size: 1.4rem;
	margin: 0;
}

.lineeCorpo ul{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2rem;
	width: 100%; 
}

.lineeCorpo > ul > li{
	position: relative;
	float: left;
    width: 33.3%;
    padding: 0.8rem 1%;
	display: block;
	background: #fbfbf8;
	font-size: 1.2rem;
	line-height: 3.4rem;
	text-transform: uppercase;
}

.lineeCorpo > ul > li img{
	height: 3.4rem;
	margin: 0 1rem;
}

.lineeCorpo > ul > li a{
    display: block;
	font-weight: 600;
}

.lineeCorpo > ul > li:hover{
	background: #ffffff;
}

@media (max-width: 767px){
	.lineeCorpo > ul > li{
		float: none;
		width: 100%;
	}	
}
/************************************************/
/* 				Sidebar marche					*/
/************************************************/
.marcheLaterali{
	position: relative;
	width: 100%;
	margin: 2rem 0;
}

.marcheLaterali h1{
	position: relative;
	width: 100%;
	background: #878785;
	color: #fbfbf8;
	text-align: center;
	padding: 0.4rem 0;
	font-weight: 400;
	font-size: 1.4rem;
	margin: 0;
}

.marcheLaterali ul{
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2rem;
	width: 100%; 
}

.marcheLaterali > ul > li{
    width: 100%;
    padding: 0.8rem 1%;
	display: block;
	background: #fbfbf8;
	font-size: 1.2rem;
	line-height: 4rem;
	text-transform: uppercase;
}

.marcheLaterali > ul > li img{
	width: 30%;
	margin: 0 1rem;
}

.marcheLaterali > ul > li a{
    display: block;
	font-weight: 600;
}

.marcheLaterali > ul > li:hover{
	background: #ffffff;
}
/************************************************/
/* 				Marchi							*/
/************************************************/
#marchi{
	position: relative;
	padding: 4rem 0;
	margin-top: 4rem;
}

#marchiLinea{
	position:absolute;
	top: 1rem;
	left: 0;
	width: 100%;
	height: 0.3rem;
	background: #585854;
	z-index: 0;
}

#marchiTitolo{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	margin: 0 40%;
	padding: 0.4rem 0;
	z-index: 200;
	text-align: center;
	font-size: 1.4rem;
	background: #fbfbf8;
}

.marca{
	position: relative;
	float: left;
	padding: 2rem 0;
	text-aling: center;
}

.marca img{
	width: 60%;
	margin: 0 20%;
	display: inline-block;
}

#marchiContenitore{
	position: relative;
	width: 100%;
	max-width: 110rem;
	padding: 0;
	margin: 0 auto;
	margin-top: 1rem;
	overflow: hidden;
}

#marchiInt{
	position:absolute;
	height: 100%;
}

@media (max-width: 767px){
	#marchiTitolo{
		width: 50%;
		margin: 0 25%;
	}
	
	.marca img{
		width: 80%;
		margin: 0 10%;
		display: inline-block;
	}
	
	.marchiContenitore{
		padding: 0;
	}
}

/************************************************/
/* 				Contatti						*/
/************************************************/
#contatti{
	position: relative;
	background: #12aec5;
	padding: 3rem 0;
}

.contatti{
	position:relative;
	float: left;
	width: 30%;
	margin: 0 1.5%;
	text-align: center;
	color: #fbfbf8;
}

.contatti a, .contatti a:hover{
	color: #fbfbf8;	
}

.contatti img{
	height: 3rem;
	display: inline-block;
	padding: 0 1rem;
}

.contattiLeft{
	text-align: left;
}

.contattiLeft img{
	height: 2.4rem;
	padding: 0rem 0.4rem 0 0;
	display: inline-block;
}

span.verde{
	font-size: 2rem;
}

.contattiRight{
	text-align: center;
}


@media (max-width: 767px){
	.contatti{
		float: left;
		width: 100%;
		margin: 2rem 0;
	}
	
	.contattiLeft, .contattiRight{
		text-align: center;
	}
}
/************************************************/
/* 				Info							*/
/************************************************/
#info1, .info1{
	position: relative;
	background: #585854;
	color: #fbfbf8;
	font-weight: 700;
	padding: 2rem 0;
	font-size: 1.4rem;
}

#info2{
	position:relative;
	background: #fbfbf8;
	padding: 2rem 0;
}

.info{
	position:relative;
	float: left;
	width: 30%;
	margin: 0 1.5%;
	text-align: center;
}

.info img{
	position:relative;
	float: left;
	margin: 0.8rem 0.8rem 0 0.8rem;
	height: 2.5rem;
}

.info > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0 auto; 
	padding: 0;
	list-style-type: none;
	font-size: 1.2rem;
	font-weight: 400;
}

.info > ul > li{
	position: relative;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: left;
	width: 100%;
}

.info > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.2rem 0;
	color: #585854
}

.info > ul > li a:hover{
	text-decoration:none;
	color: #12aec5;
}

.infoLeft{
	text-align: left;
}

.infoRight{
	text-align: right;
}

.frecciaFine{
	position: relative;
	width: 100%;
	max-width: 120rem;
	padding: 0rem 3%;
	margin: 0 auto;	
}

.infoFreccia{
	position:relative;
	float: left;
	width: 33.3%;
}

.infoFreccia img{
	width: 100%;
	max-width: 3.2rem;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px){
	.info{
		float: none;
		width: 100%;
		margin: 2rem 0;
	}
	
	.info1{
		text-align:center;
	}
}
/************************************************/
/* 				Box fine						*/
/************************************************/
#fine{
	position:relative;
	color: #fbfbf8;
	background: #878785;
	padding: 2rem 0;
	text-align: center;
}

@media (max-width: 767px){
}

/********************************************************/
/* 				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: 0.5rem 1%;
	border-radius: 0.1rem;
	margin: 0 0 1.6rem 0;
	-webkit-appearance: none;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #12aec5;
	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;
	-webkit-appearance: none;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
	/*-webkit-appearance: none;*/
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	float:left;
	width: 46%;
	margin: 1rem 2%;
	padding: 0.8rem 0;
	border: 0.1rem solid #12aec5;
	border-radius: 0.1rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	-webkit-appearance: none;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #50bfdc;
	color: #fbfbf8;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/************************************************/
/* 			Form Ricerca Home					*/
/************************************************/
#ricercaHome form input[type="text"],  
#ricercaHome form select{
	display: inline-block;
	border: 0.1rem solid #e3e3dd;
	padding: 0.5rem 1%;
	border-radius: 0.1rem;
	margin: 1.4rem 2%;
	width: 80%;
}

#ricercaHome form input[type="text"]:focus, 
#ricercaHome form select:focus{
	border: 0.1rem solid #12aec5;
}

#ricercaHome form select{
	color: #585854;
}

#sidebarIn form input[type="submit"], #ricercaHome form input[type="submit"]{
	float: none;
	display: inline-block;
	padding: 0.5rem 0.8rem;
	margin: 1.4rem 2%;
	border: 0.1rem solid #12aec5;
	border-radius: 0.1rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.2s;
	width: 80%;
}

#sidebarIn form input[type="submit"]{
	margin: 0rem 0% 2rem 0%;
	width: 100%;
}

#ricercaHome form input[type="submit"]:hover{
	background: #50bfdc;
}

/************************************************/
/* 			Form Ricerca Home					*/
/************************************************/
#ricercaSidebar form input[type="submit"]{
	float: none;
	display: inline-block;
	padding: 0.5rem 0.8rem;
	margin: 0;
	border: 0.1rem solid #12aec5;
	border-radius: 0.1rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.2s;
	width: 100%;
}

#ricercaSidebar form input[type="submit"]:hover{
	background: #50bfdc;
}

/************************************************/
/* 				Recensioni						*/
/************************************************/
#recensioniHome, #recensioniAnteprima{
	position: relative;
	width: 80%;
	margin: 2rem auto;
	background: #f2f0f3;
	border: 0.1rem solid #12aec5;
	border-radius: 0.2rem;
	box-sizing: border-box;
	padding: 1rem 2%;
}

#recensioniAnteprima{
	width: 100%;
}

span.recensioneInfo{
	font-size: 1rem;
	font-weight: 500;
}

.recensione{
	position: relative;
	width: 98%; 
	margin: 1.4rem 1%; 
	padding: 0.4rem 0;
	border-radius: 3px;
	border: 0.1rem solid #e3e3dd;
	overflow: hidden;
	background: #edece9;
}

.recensioneVoto{
	position: relative;
	float: left;
	width: 16%;  
	margin: 0px; 
	padding: 4px 2% 2px 2%;
}

.recensioneUtente{
	position: relative;
	float: left;
	width: 66%; 
	margin: 0px; 
	padding: 4px 2% 2px 2%;
	font-size: 11px; 
}

.recensioneMessaggio{
	position: relative;
	width: 96%;
	margin: 0px 2% 5px 2%; 
	padding: 0.8rem 1%;
	background: #ffffff;
}

.recensioneRisposte{
	position: relative;
	width: 92%;
	margin: 0px 2% 5px 6%; 
	padding: 0.8rem 1%;
	background: #ffffff;
}

#boxRecensione{
	position: relative;
	width: 260px; 
	margin: 10px 4px 10px 4px;
	padding: 5px;
	background: #f2f2f2;
	border: 1px solid #c5d886;
	border-radius: 4px;
	font-size: 10px; 
	color: #444444;
}

.valutazione{
	position: relative;
	width: 100%;  
	margin: 0px; 
	padding: 0px 0px 5px 0px; 
	font-size: 20px;
	text-align: center;
	letter-spacing: 2px;
}

.stellineVoti{
	position: relative;
	width: 100%;
	margin: 0px; 
	padding: 0px 0px 3px 0px; 
	text-align: center;
}

.stellineVoti img{
	width: auto;
}

.messaggioCasuale{
	position: relative;
	width: 100%;
	margin: 0.4rem 0; 
	padding: 0.4rem 2%; 
	background: #ffffff;
	text-align: left;
	box-sizing: border-box;
}

#valutazioniRaggruppate{
	position: relative;
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: linear-gradient(to top, #dedede 0%, #f8f8f8 70%) repeat scroll 0% 0% transparent;
}

#stelleRaggruppate{
	position: relative;
	float: left;
	width: 66%;
	margin: 0px 3%;
}

#votiRaggruppati{
	position: relative;
	float: left;
	width: 23%;
	margin: 0px 2%;
	font-family: arial;
	font-weight: bold;
	font-size: 5rem;
	text-align: left;
	line-height: 5rem;
}

#riepilogo{
	position: relative;
	float: left;
	padding: 5px 8%;
	margin: 5px 0px;
	width: 34%;
	border-right: 1px solid #cccccc;
	line-height: 20px;
}

#dettagli{
	position: relative;
	float: left;
	padding: 5px 2%;
	margin: 5px 0px;
	width: 45%;
}

.dettagliArgomenti{
	position: relative;
	float: left;
	width: 49%;
	padding: 4px 0px 2px 0px;
}

.dettagliStelle{
	position: relative;
	float: left;
	width: 49%;
}

.stelle{
	position:relative;
	border:1px solid #cccccc;
}

span.grigio {
	color:#ababab;
}

@media (max-width: 767px) {

	#recensioniHome{
		width: 90%;
		padding: 1rem 2%;
	}

	#stelleRaggruppate{
		position: relative;
		float: none;
		width: 94%;
		margin: 0px 3%;
		text-align: center;
	}
	
	#votiRaggruppati{
		position: relative;
		float: left;
		width: 96%;
		margin: 0px 2%;
		text-align: center;
	}
	
	#riepilogo, #dettagli{
		position: relative;
		float: none;
		padding: 5px 2%;
		margin: 0;
		width: 96%;
		border-right: 0;
	}
	
	.recensioneVoto, .recensioneUtente{
		position: relative;
		float: none;
		width: 96%;  
	}

}

/************************************************/
/* 				Facebook						*/
/************************************************/
#facebookHome{
	position: relative;
	width: 80%;
	margin: 2rem auto;
}

#facebookIn{
	position: relative;
	width: 100%;
	margin: 2rem auto;
}
/************************************************/
/* 				Char							*/
/************************************************/
#chat{
	position: fixed;
	bottom: 0;
	right: 5%;
	width: 25rem;
	z-index: 20000;
	border: 0.1rem solid #12aec5;
	background: #fbfbf8;
	box-shadow: 0rem 0rem 1rem #444444;
	overflow: hidden;
}

.chat{
	height: 30rem;
}

.chiusa{
}

.ridotta{
	height: 3rem;
}

#chatChiudi, #chatRiduci, #chatEspandi{
	position: relative;
	float: right;
	width: 9%;
	padding: 0rem 0.4rem;
	text-align: center; 
	margin: 0 1%;
	cursor: pointer;
	border: 0.1rem solid 12aec5;
	display: none;
	cursor: pointer;
}

#chatChiudi:hover, #chatRiduci:hover, #chatEspandi:hover{
	background: #fbfbf8;
	color: #12aec5;
}

#chatBarra{
	position: relative;
	width: 100%;
	height: 3rem;
	background: #12aec5;
	color: #fbfbf8;
	font-weight: 700;
	font-size: 1.4rem;
	padding: 0.6rem 2%;
}

#chatIcon{
	position: relative;
	float: left;
	width: 9%;
	padding: 0rem 0.4rem;
	text-align: center; 
	margin: 0 1%;
	cursor: pointer;
}

.chatApri, .chatStato{
	position: relative;
	float: left; 
	width: 65%;
	cursor: pointer;
}

.chatStato{
	display: none;
}

#chatCorpo{
	position:relative;
	width: 100%;
	height: 21rem;
	padding: 0.2rem 2%;
	overflow: auto;
}

.messaggioUtente, .messaggioAdmin{
	position: relative;
	width: 90%;
	padding: 0.6rem 4%;
	border-radius: 1rem;
	background: #ffffff;
	overflow-x: hidden;
}

.messaggioUtente{
	margin: 0.6rem 0 0.6rem 10%;
	background: #dad8cc;
}

.messaggioAdmin{
	margin: 0.6rem 10% 0.6rem 0;
	background: #edece9;
}

#chatTesto{
	position:relative;
	width: 100%;
	height: 6rem;
	background: #585854;
}

#chatTesto form textarea{
	position: absolute;
	width: 80%;
	min-height: 3rem;
	margin: 0.2rem 2%;
	padding: 0.4rem 2%;
	border: 0.1rem solid #585854;
	border-radius: 0.4rem;
	background: #edece9;
	box-shadow: 0rem 0rem 0rem #444444;
}

#chatTesto form input[type="submit"]{
	position: absolute;
	width: 16%;
	height: 100%;
	right: 1%;
	color: #12aec5;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#chatTesto form input[type="submit"]:hover{
	color: #fbfbf8;
}

.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/************************************************/
/* 				Colori							*/
/************************************************/
span.ciano{
	color: #12aec5;
}
span.magenta{
	color: #d4145a;
}

/************************************************/
/* 				Invita amico					 *
*************************************************/
#invitaAmico{
	position: relative;
	width: 50%;
	border: 0.1rem solid #12aec5;
	background: #12aec5;
	padding: 2rem 2%;
	margin: 1rem auto;
	color: #ffffff;
	text-align: center;
}

#invitaAmico h2{
	color: #ffffff;
}

#invitaAmico form input[type="submit"]{
	position: relative;
	width: 100%;
	margin: 0rem 0%;
	padding: 0.4rem 0;
	border: 0.1rem solid #fbfbf8;
	border-radius: 0.1rem;
	background: #fbfbf8;
	color: #12aec5;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
}

@media (max-width: 767px){
	position: relative;
	width: 90%;
}

/************************************************/
/* 				Strumenti admin					 *
*************************************************/
#strumentiAdmin{
	position: fixed;
	top: 6rem;
	left: 0;
	padding: 0.6rem;
	border: 0.1rem solid #ffffff;
	background: #12aec5;
	color: #ffffff;
	font-weight: 600;
	z-index: 10000;
	opacity: 0.6;
	transition: opacity 0.2s;
}

#strumentiAdmin:hover{
	opacity: 1;
}

/************************************************/
/* 				Utilità							*/
/************************************************/
.visible-mob{
	display: none;
}

.hidden-mob{
	display: block;
}

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

span.light{
	font-weight: 300;
}

span.medium{
	font-weight: 600;
}

.vuoto {
	clear:both;
}
/************************************************/
/* 				Credits							 *
*************************************************/
.credits{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 2rem;
}

.credits a, .credits a>hover{
	color: #ffffff;
	font-weight: 700;
}

@media (max-width: 767px){
	.credits{
		text-align: center;
	}
}
