
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: 2.0rem 0rem 2.0rem 0rem;
	font-size: 2rem;
	font-weight: bold;
	color: #000000;
}

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

a{
	text-decoration: none;
	color: #444444;
}

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

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

img{
	border:0;
	padding:0 .5rem;
	}
	
@media (max-width: 767px) {
}
/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position: relative;
	min-height: 50%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#contenitore{
	position:relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 22rem;
}

.contenitore{
	position: relative;
	max-width: 120rem;
	margin: 0 auto;
	padding: 0 2rem;
}

@media (max-width: 767px) {
	.contenitore{
		position: relative;
		max-width: 96%;
		margin: 0 auto;
		padding: 0 5%;
	}
}
/************************************************/
/* 				Testata							*/
/************************************************/
#testata{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#logo{
	position: absolute;
	width: 80%;
	height: 30%;
	top: 30%;
	left: 10%;
	text-align: left;
	z-index: 80;
}

#logoHome{
	position: absolute;
	width: 80%;
	height: 35%;
	bottom: 35%;
	left: 10%;
	text-align: center;
	z-index: 80;
}

#logoHome img{
	height: 95%;
}

#logo img{
	height: 90%;
}

#banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

#bannerHome {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}

#velinaBanner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	
background: -moz-radial-gradient(center, ellipse cover, rgba(30,87,153,0) 0%, rgba(0,0,0,0.6) 100%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(30,87,153,0) 0%,rgba(0,0,0,0.6) 100%);
background: radial-gradient(ellipse at center, rgba(30,87,153,0) 0%,rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#cc000000',GradientType=1 );
}

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

#testo{
	position: relative;
	width: 60%;
	float: left;
}

#vetrina{
	position: relative;
	width: 100%;
	padding: 4rem 0;
}

#corpo{
	position: relative;
	width: 100%;
	padding: 5rem 0;
	line-height: 2.2rem;
}

.boxHome{
	position:relative;
	float: left;
	width: 45%;
	margin: 2rem 2.5%;
	padding: 0;
}

.boxHomeImg{
	position:relative;
	float: left;
	width: 40%;
}

.boxHome img{
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	border: 0.4rem solid #d59d30;
	border-radius: 50rem;
	box-shadow: 0.1rem 0.1rem 0.4rem #444444;
}

.boxHomeTitolo{
	position: relative;
	float: left;
	width: 50%;
	margin: 0 5%;
	margin-top: 1rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #d59d30;
}

.boxHomeTesto{
	position: relative;
	float: left;
	width: 50%;
	margin: 0 5%;
}

#sidebar{
	width: 25%;
	float: left;
	margin-top: 3.0rem;
}

#sidebar > a{
    display: none;
}

#sidebar li{
    position: relative;
}

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

#sidebar > ul > li{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	border-bottom: 0.1rem solid #d59d30;
}

#sidebar > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.4rem 5%; 
}

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

#sidebar > ul > li:hover{
	background: #d59d30;
}

/* secondo livello*/
#sidebar li ul{
	display: none;
	position: relative;
	top: 0px;
	right: 0px;
	width: 100%;
	padding: 0px 0%;
	list-style-type: none;
	font-size: 1.4rem;
}

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

#sidebar > ul ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.4rem 10%; 
	color: #000000;
}

#sidebar > ul ul > li a:hover{
	text-decoration:none;
	color: #000000;
}

#sidebar > ul > li:hover a{
	color: #ffffff;
}

#sidebar > ul ul> li:hover{
	//background-color: #ffffff;
}

/* terzo livello*/
#sidebar li ul ul{
	display: none;
	position: relative;
	top: 0px;
	right: 0px;
	width: 80%;
	padding: 0px 0%;
	list-style-type: none;
	font-size: 1.2rem;
	margin: 0 auto;
}

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

#social{
	position: relative;
	width: 100%;
	height: 3.0rem;
	padding-top: 2.0rem;
}

#social img{
	height: 100%;
}

#contenutoSx{	
	position: relative;
	float: left;
	width: 46%;
}

#contenutoDx{
	position: relative;
	float: right;
	width: 54%;
}

.include{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
	margin-bottom: 2.0rem;
}

.include iframe,
.include object,
.include embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 767px){	
	#banner{
		height: 50%;
	}
	
	#testo{
		width: 100%;
		float: none;
	}
	
	#logo{
		top: 30%;
		text-align: center;
	}
	
	#logo img{
		height: 90%;
	}
	
	#contenutoSx, #contenutoDx{
		position: relative;
		float: none;
		width: 100%;
		margin: 2rem 0;
	}
	
	.boxHome{
		position:relative;
		float: none;
		width: 60%;
		margin: 4rem 20%;
		padding: 0;
		border: 0.1rem solid red;
	}
	
	.boxHomeImg{
		position:relative;
		float: none;
		width: 100%;
	}
	
	.boxHomeTitolo{
		position: relative;
		float: none;
		width: 100%;
		margin: 0 0%;
		margin-top: 1rem;
		font-size: 2rem;
		font-weight: bold;
		color: #d59d30;
		text-align: center;
	}
	
	.boxHomeTesto{
		position: relative;
		float: none;
		width: 100%;
		margin: 0 0%;
		text-align: center;
	}
	
	#sidebar{
		position:relative;
		width: 100%;
		float: none;
		margin-bottom: 1.0rem;
	}
}
/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

#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;
	text-shadow: 1px 1px 1px #000000;
}

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

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

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

#nav > ul > li:hover{
	background: #d59d30;
}

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

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

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

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

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

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

#nav > ul ul > li.corrente{
	border-bottom: 0.2rem solid #d59d30;
}

/* terzo livello*/
#nav li ul ul{
	display: none;
}

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


@media only screen and ( max-width: 767px){
    #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: 0;
        right: 0;
		background-color: #ffffff;
		top: 5rem;
		text-shadow: 0px 0px 0px #000000;
		font-size: 1.4rem;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #444444;
	}
	
	#nav > ul > li:hover{
		background: #d59d30;
	}
	
	#nav > ul > li a{
		color: #000000; 
		padding: 1.4rem 0;
	}
	
	#nav > ul > li a:hover{
		color: #ffffff;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
		background: #ffffff;
		font-size: 2.4rem;
	}
	
	#nav li:hover ul{
		display: block;
	}

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

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 1rem 2%; 
		color: #000000; 
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #d59d30; 
	}
	
	#nav > ul > li.corrente{
		background: #d59d30;
	}
	
	#nav > ul ul > li.corrente{
		border-bottom: 0.2rem solid #d59d30;
	}
	
    /*terzo livello */
	#nav li ul ul{
		position: relative;
		text-align: left;
		background: #ffffff;
		font-size: 2.2rem;
		width: 90%;
		margin: 0 auto;
		display: none;
	}
	
	#nav ul li:hover ul{
		display: block;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 0.4rem 5%;
	width: 4rem;
	height: 4rem;
	background-color: #d59d30;
	border-radius: 4rem;
	padding: 0.6rem;
}

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

.lineeMenu{
	position: relative;
	border-radius: 0.4rem;
	width: 90%;
	left: 4.5%;
	margin: 0.4rem 0;
	background-color: #ffffff;
	height: 0.4rem;
}

/************************************************/
/* 				Galleria						*/
/************************************************/
#galleria{
	position:relative;
	float: left;
	width: 40%;
}

.foto{
	position: relative;
	float: left;
	width: 28%;
	border: 0.1rem solid #cccccc;
	padding: 0;
	margin: 2.0rem 2.5%;
}

.foto:hover{
	border: 0.1rem solid #d59d30;
}

.fotoNome{
	width: 100%;
	margin: 0.4rem 0;
	height: 3.2rem;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.foto img{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}

@media (max-width: 767px){
	#galleria{
		position:relative;
		float: none;
		width: 100%;
	}
}
/************************************************/
/* 				Fine							*/
/************************************************/
#fine{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	background: #f8f8f8;
	font-size: 1.2rem;
	border-top: 0.2rem dotted #d59d30;
	border-bottom: 0.2rem dotted #d59d30;
}

#fineCentro{
	position: relative;	
	max-width: 96.0rem;
	margin: 1rem auto;
}

.boxFine{
	position: relative;
	float: left;
	width: 30%;
	margin: 4rem 1.5%;
	text-align: center;
}

.boxFine h2{
	font-size: 1.4rem;
    font-weight: bold;
}

.boxFine img{
	display: inline-block;
	height: 10rem;
	margin: 1rem;
}

#logoFine{
	position: relative;
	width: 100%;
	padding: 0;
	text-align: center;
}

#logoFine img{
	height: 10rem;
}

.boxFine ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	z-index: 100;
}

.boxFine li{
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	font-size: 1.4rem;
    font-weight: bold;
}

.boxFine li a, .boxFine li a:hover{	
	display: block;
	text-decoration: none;
	padding: 0.4rem 2%; 
}

#fineTesto{
	position: relative;
	width: 100%;
	padding: 1rem 5%;
	text-align: center;
	background: #d59d30;
}

@media (max-width: 767px){
	.boxFine{
		float: none;
		width: 100%;
		margin: 3rem 0;
	}
	
	#logoFine{
		display: none;
	}
}

/************************************************/
/* 				Prodotti						*/
/************************************************/
#prodottoSx{	
	position: relative;
	float: left;
	width: 50%;
}

#prodottoDx{
	position: relative;
	float: right;
	width: 46%;
}

#prodottoSx img{	
	width: 100%;
	display: block;
	margin: 2rem 0;
	padding: 0;
}

#prodottoDx img{
	width: 100%;
	display: block;
	padding: 0;
}

.table{
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.table > tbody > tr > td, .table > tbody > tr > th, 
.table > tfoot > tr > td, .table > tfoot > tr > th, 
.table > thead > tr > td, .table > thead > tr > th{
    padding: 0.8rem;
    line-height: 1.42857143;
    vertical-align: top;
    border: 0rem;
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > th{
	border: 0rem;
	text-align: center;
	background: #e8e8e8;
}

.valori{
	background: #f8f8f8;
	text-align: center;
	font-style: italic;
}

.pari{
	background: #efefef;
}

.dipari{
	background: #f8f8f8;
}

@media (max-width: 767px){
	#prodottoDx, #prodottoSx{
		position: relative;
		float: none;
		width: 100%;
	}
	
	#prodottoSx img{	
		display: block;
		margin: 3rem 0;
	}
	
	#prodottoDx img{
		padding: 0 0 3rem 0;
	}
}

/********************************************************/
/* 				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 #d59d30;
	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 #d59d30;
	border-radius: 0.1rem;
	background: #d59d30;
	color: #ffffff;
	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: #;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

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

/************************************************/
/* 				Fascia home						*/
/************************************************/
.fasciaHome{
	position: relative;
	width: 100%;
}

.fasciaHomeFoto{
	position: relative;
	float: left;
	width: 50%;
	top: 0;
	left: 0;
}

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

.fasciaHomeTesto{
	position: relative;
	float: right;
	width: 40%;
	margin: 0 5% 0 0;
	padding: 0;
}

.fasciaHomeTestoTitolo{
	position: relative;
	width: 60%;
	font-size: 3rem;
	line-height: 3.6rem;
	padding: 0 0 2rem 0;
}

.tastoProdotto{
	position: relative;
	float: left;
	width: 45%;
	margin: 1rem 2.5%;
	background: #d59d30;
	color: #ffffff;
	font-size: 1.6rem;
	padding: 1rem 0;
	text-align: center;
}

@media (max-width: 767px){

	.fasciaHomeFoto{
		position: relative;
		float: none;
		top: 0;
		left: 0%;
		width: 100%;
		height: 30vh;
	}
	
	.fasciaHomeTesto{
		position: relative;
		float: none;
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 5rem 5%;
	}
	
}

/************************************************/
/* 				Fasce home						*/
/************************************************/
.fasciaParallax{
	position: relative;
	width: 100%;
	height: 60vh;
}

.tastiHome{
	position: absolute;
	bottom: 3rem;
	width: 100%;
	text-align: center;
	z-index: 500;
}

.tastoHome{
	display: inline-block;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	padding: 1.8rem 3rem;
	transition: background 0.4s;
}

.tastoHome:hover{
	background: rgba(213, 157, 48, 0.9);
}

/************************************************/
/* 				Media Video						*/
/************************************************/
#video{
	position: relative;
	width: 100%;
	background: #ededed;
}

#videoFrame{
	position: relative;
	float: left;
	width: 50%;
}

#videoTesto{
	position: relative;
	float: left;
	width: 50%;
	padding: 5rem 5%;
	line-height: 2.2rem;
}

.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 767px){
	#videoFrame, #videoTesto{
		position: relative;
		float: none;
	}
	
	#videoFrame{
		width: 100%;
	}
	
	#videoTesto{
		width: 100%;
		padding: 5rem 10%;
	}
}

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

.visible-mob{
	display: none;
}

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

}