
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.2%;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 2rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	color: #000000;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;	
	//font-family: 'Nunito', sans-serif;
	font-family: 'Roboto', sans-serif;
	color: #2c6994;
	font-size: 1.4rem;
	font-weight: 400;
}

.notoSerif{
	font-family: 'Noto Serif', serif;
}

a{
	text-decoration: none;
	color: #1e4561;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #1e4561;
	font-weight: bold;
}

/************************************************/
/* 				Intestazione					*/
/************************************************/
#banner{
	position: relative;
	width: 100%;
	height: 55vh;
	max-height: 35rem;
	text-align: center;
}

#bannerVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 990;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.8) 100%);
}

#bannerAnimation{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	width: 100%;
	min-height: 100%;
}

#contenitore{
  	position: relative;
	margin: 0px auto;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
}

#corpo{
	padding: 4rem 0 4rem 0;
}

#corpoSx{
	position: relative;
	float: left;
	width: 30%;
}

#corpoDx{
	position: relative;
	float: right;
	width: 70%;
	padding: 0 0 0 5%;
}

.contenuto{
	position: relative;
	max-width: 120rem;
	width: 90%;
	margin: 0 auto;
}

.contenutoMob{
}

#intestazione{
	background: #1e4561;
}

#social{
	position: relative;
	height: 4rem;
	text-align: right;
}

#social img{
	height: 2.8rem;
	margin: 1rem 1rem 0 1rem;
	dispaly: inline-block;
}

#logo{
	position: relative;
	float: left;
	width: 25%;
}

#logo img{
	height: 8rem;
	display: block;
}

#banner{
	position: relative;
	width: 100%;
	height: 60vh;
}

#bannerIn{
	position: relative;
	width: 100%;
	height: 35rem;
}

#bannerInVelina{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 990;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.4) 100%);
}

.boxHome{
	position: relative;
	width: 100%;
}

.boxHome100{
	position: relative;
	padding: 5rem 0;
}

.boxHome30{
	position: relative;
	float: left;
	width: 33.3%;
	padding: 5rem 5%;
}

.boxHome30 img{
	width: 6rem;
	margin: 0.5rem;
	cursor: pointer;
	transition: width 0.2s, margin 0.2s;
}

.boxHome30 img:hover{
	width: 7rem;
	margin: 0;
	cursor: pointer;
}

#sev_1, #sev_2, #sev_3{
	padding: 0 0 0 0;
}

#sev_1{
	padding: 40px 0 40px 0;
}

#sev_2, #sev_3{
	 display: none;
}

.boxHome50{
	position: relative;
	float: left;
	width: 50%;
	padding: 0rem 5%;
}

.borderLeft{
	border-left: 0.1rem solid #2c6994;
}

.boxHome50 img{
	width: 8rem;
	display: inline-block;
}

#nodiSx{
	position: absolute;
	width: 42rem;
	height: 30rem;
	bottom: 12rem;
	left: -8rem;
	background: url(nodi_Sx.png);
	z-index: 0;
	opacity: 0.4;
}

#nodiDx{
	position: absolute;
	width: 42rem;
	height: 30rem;
	background: url(nodi_Dx.png);
	z-index: 0;
	bottom: -6rem;
	right: -10rem;
	opacity: 0.4;
}

.overflowHidden{
	overflow: hidden;
}

.bgBluScuro{
	background: #1e4561;
	color: #ffffff;
}

.bgBlu{
	background: #2c6994;
	color: #ffffff;
}

.bgBluChiaro{
	background: #5f87aa;
	color: #ffffff;
}

.bgCeleste{
	background: #99c8cc;
	color: #ffffff;
}

.bgSxHome{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #5f87aa;
}

.bgDxHome{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #2c6994;
}

.text-center{
	text-align: center;
}

#briciole{
	position: relative;
	width: 100%;
	padding: 1rem 0;
	background: #2c6994;
	color: #ffffff;
}

#briciole a{
	color: #b6cb21;
}

#briciole a:hover{
	color: #ffffff;
}


@media (max-width: 767px){
	#logo{
		position: relative;
		float: left;
		width: 50%;
	}

	#logo img{
		height: auto;
		width: 100%;
		display: block;
	}

	.boxHome30{
		position: relative;
		float: none;
		width: 100%;
		padding: 5rem 0%;
	}
	
	.boxHome50{
		position: relative;
		float: none;
		width: 100%;
		padding: 2rem 5%;
	}

	.borderLeft{
		border-left: 0;
		border-top: 0.1rem solid #2c6994;
	}
	
	#corpoSx{
		position: relative;
		float: none;
		width: 100%;
	}

	#corpoDx{
		position: relative;
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#nodiSx, #nodiDx{
		display: none;
	}
}

/************************************************/
/* 				MenuText						*/
/************************************************/
#menu{
	position: relative;
	float: left;
	width: 75%;
	z-index: 101;
}

#nav{
}

#nav > a{
    display: none;
}

#nav li{
    position: relative;
}
 
/* primo livello*/
#nav > ul{
	position: relative;
	top: 0;
	right: 0;
	margin: 4.6rem 0 0 0; 
	padding: 0;
	list-style-type: none;
	font-size: 1.6rem;
	font-weight: 300;
}

#nav > ul > li{
	position: relative;
	float: left;
	width: 16.66%;
	top: 0;
	left: 0;
	margin: 0; 
	text-align: left;
	border-bottom: 0.2rem solid #1e4561;
	text-transform: uppercase;
	transition: border 0.5s;
}

#nav > ul > li a{
	display: block;
	text-decoration: none;
	padding: 0.4rem 0rem; 
	color: #ffffff;
	font-weight: normal;
	transition: color 0.5s;
}

#nav > ul > li a:hover{
	text-decoration:none;
	color: #b6cb21;
	font-weight: normal;
}

#nav > ul > li:hover{
	border-bottom: 0.2rem solid #b6cb21;
}

#nav > ul > li.corrente {
	border-bottom: 0.2rem solid #b6cb21;
}

#nav > ul > li.corrente a{

}

/* secondo livello*/
#nav li ul{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 400;
	background: #ffffff;
}

#nav li:hover ul{
    display: block;
	z-index: 100;
}

#nav > ul ul > li{
	position: relative;
	width: 100%;
	z-index: 11;
	text-align: left;
	padding: 0 3%;
}

#nav > ul ul > li a{
	display: block;
	padding: 1.2rem 0; 
	color: #2c6994;
	font-weight: normal;
}

#nav > ul ul > li a:hover{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}

#nav > ul ul > li:hover{
	background: #2c6994;
}

/* terzo livello*/
#nav ul ul li ul{
	display: none;
	position: absolute;
	top: 0%;
	left: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 400;
	background: #;
}

#nav ul ul li:hover ul{
    display: block;
	z-index: 100;
}

@media only screen and ( max-width: 767px){
	#menu{
		position: relative;
		float: left;
		width: 50%;
		z-index: 1000;
		margin: 0 auto;
	}

    #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: 1rem;
		width: 200%;
		background: #ffffff;
    }
	
	#nav:target > ul{
		display: block;
	}
	
	#nav > ul > li{
		width: 100%;
		float: none;
		border-bottom: 1px solid #;
		text-align: left;
		margin: 0;
	}
	
	#nav > ul > li:hover{
		border-bottom: 1px solid #;
	}
	
	#nav > ul > li a{
		color: #444444;
		padding: 1rem 5%;
	}
	
	#nav > ul > li a:hover{
		color: #;
	}
	
    /*second level */
	#nav li ul{
		position: relative;
		text-align: left;
		background: #5f87aa;
	}
	
	#nav li:hover ul{
		display: block;
		z-index: 100;
	}

	#nav > ul ul > li{
		position: relative;
		width: 100%;
		border: 0;
	}

	#nav > ul ul > li a{
		display: block;
		text-align: left;
		padding: 0.8rem 8%;
		color: #ffffff;
	}

	#nav > ul ul > li a:hover{
		text-decoration:none;
		color: #2c6994;
	}
	
	#nav > ul ul > li:hover{
		background: #b6cb21;
	}
	
}

.tastoMenu{
	position: relative;
	float: right;
	margin: 2rem 10% 0 0;
	width: 3rem;
	height: 3rem;
	border-radius: 0.6rem;
	padding: 0.5rem;
}

.tastoMenu:hover{
/*
	background-color: #c0a583;
*/
}

.lineeMenu{
	position: relative;
	border-radius: 0.2rem;
	width: 100%;
	margin: 0.2rem 0;
	background-color: #ffffff;
	height: 0.4rem;
}

/************************************************/
.foto{
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1.5% 2rem 1.5%;
	padding: 0.8rem;
	transition: padding 0.2s;
}

.foto img{
	width: 100%;
	display: block;
	border: 0.2rem solid #2c6994;
	border-radius: 30rem;
	overflow: hidden;
}

.foto:hover{
	padding: 0rem;
}

/************************************************/
/* 				Incentivi						*/
/************************************************/
.incentivi{
	position: relative;
	float: left;
	width: 20%;
	margin: 2rem 2.5%;
	border: 0.1rem solid #ffffff;
	border-radius: 2rem;
	overflow: hidden;
}

.incentivi img{
	width: 100%;
	display: block;
}

.incentiviTitolo{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40%;
	left: 0;
	padding: 1rem 0;
	text-align: center;
	font-size: 1.6rem;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-weight: 600;
}

.incentiviIntro{
	position: relative;
	width: 100%;
	padding: 1rem 2%;
	font-size: 1.2rem;
	opacity: 0;
	font-weight: 400;
}


/************************************************/
/* 				News							*/
/************************************************/
.newsHome{
	position: relative;
	float: left;
	width: 40%;
	margin: 2rem 5%;
	color: #1e4561;
}

.newsElenco{
	position: relative;
	float: left;
	width: 30%;
	margin: 2rem 1.5% 3rem 1.5%;
	color: #1e4561;
}

.newsBoxImg{
	position: relative;
	width: 35%;
	float: left;
	text-align: center;
}

.newsBoxImg img{
	display: inline-block;
	width: 100%;
	border: 0.4rem solid #1e4561;
	border-radius: 20rem;
	overflow: hidden;
}

.newsBoxInfo{
	position: relative;
	float: right;
	width: 55%;
}

.newsBoxData{
	position: relative;
	width: 100%;
	font-size: 1rem;
}

.newsBoxTitolo{
	position: relative;
	width: 100%;
	font-size: 2rem;
	margin: 0.2rem 0 0.4rem 0;
}

.newsBoxIntro{
	position: relative;
	width: 70%;
	border-top: 0.2rem solid #1e4561;
	padding: 1rem 0;
}

#newsDettData{
	position: relative;
	width: 100%;
	font-size: 1.2rem;
}

#newsDettTitolo{
	position: relative;
	width: 100%;
	font-size: 3rem;
	padding: 0.6rem 0;
}

#newsDettAutore{
	position: relative;
	float: left;
	padding: 1rem 2% 2rem 0;
	border-top: 0.4rem solid #b6cb21;
}

#newsDettImg{
	position: relative;
	width: 100%;
}

#newsDettImg img{
	width: 100%;
	display: block;
	border: 0.4rem solid #1e4561;
}

#newsDettTesto{
	position: relative;
	width: 100%;
	padding: 2rem 0 0 0;
}

.newsLaterale{
	position: relative;
	width: 90%;
	margin: 0 0 2rem 0;
}

#titoloIncentivi, #titoloNenws, #titoloInformative{
	position: relative;
	width: 90%;
	margin: 0 0 2rem 0;
	padding: 0.8rem 2%;
	border: 0.1rem solid #ffffff;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
	background: #2c6994;
}

#titoloNenws{
	background: #1e4561;
}

#titoloInformative{
	background: #5f87aa;
}

@media (max-width: 767px){
	.newsHome{
		position: relative;
		float: none;
		width: 100%;
		margin: 3rem 0%;
	}
	
	.newsElenco{
		float: none;
		width: 100%;
		margin: 2rem 0;
	}
	
	.newsBoxImg{
		position: relative;
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	
	.newsBoxInfo{
		position: relative;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.newsBoxIntro{
		width: 90%;
		margin: 0 auto;
	}
}

/************************************************/
/* 				News RSS						*/
/************************************************/
#newsRss{
	position: relative;
	width: 100%;
	background: #2c6994;
	/*min-height: 6rem;*/
}

.news{
	padding: 2rem 0 0 0;
}

.news a,.news a:hover{
	color: #ffffff;
}

span.newsData{
	font-weight: normal;
	font-style: italic;
}

.newsCopy{
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: right;
	padding-top: 0.8rem;
}

.newsCopy img{
	height: 2rem;
	display: inline-block;
}

/************************************************/
/* 				Eventi							*/
/************************************************/
#eventi{
	position: relative;
	width: 100%;
	background: #5f87aa;
	padding: 2rem 0;
}

.evento{
	position: relative;
	float: left;
	width: 20%;
	padding: 0 2%;
	display: none;
}

#evento1, #evento2, #evento3, #evento4, #evento5{
	display: block;
}

.eventoData{
	color: #ffffff;//1e4561;
	font-weight: 400;
}

.eventoEnte{
	color: #ffffff;//2c6994;
	font-weight: 300;
}

.eventoTitolo{
	color: #ffffff;//ffffff;
	font-weight: 700;
}

@media (max-width: 767px){

	.evento{
		width: 100%;
	}

	#evento1{
		display: block;
	}
	
	#evento2, #evento3, #evento4, #evento5{
		display: none;
	}

}

/************************************************/
/* 				box fine						*/
/************************************************/
.fine1{
	/*
	position: absolute;
	bottom: 5.5rem;
	*/
	position: relative;
	width: 100%;
	background: #2c6994;
}

.boxFine{
	position: relative;
	float: left;
	width: 33%;
	padding: 4rem 1.5%;
	text-align: left;
}
/*
.boxFine img{
	display: inline-block;
	height: 4rem;
	margin: 0 1rem 2rem 0; 
}
*/

.boxFineLinea{
	position: relative;
	width: 40%;
	height: 0.1rem;
	background: #ffffff;
	margin: 1rem 0;
}

.fine2{
	/*
	position: absolute;
	bottom: 0;
	*/
	position: relative;
	width: 100%;
	padding: 2rem 0;
	text-align: center;
	color: #ffffff;
	font-size: 1.0rem;
	background: #1e4561;
}

@media (max-width: 767px){
	.boxFine{
		position: relative;
		float: none;
		width: 100%;
		padding: 2rem 0%;
		text-align: center;
	}
	
	.boxFineLinea{
		position: relative;
		width: 40%;
		height: 0.1rem;
		background: #ffffff;
		margin: 1rem auto;
	}

}
/************************************************/
/* 				Media Video						*/
/************************************************/
.video{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 55.5%;
	margin-bottom: 2.0rem;
	border: 0.8rem solid #2c6994;
}

.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px){
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
	
	.contenutoMob{
		width: 100%;
	}
}

/************************************************/
/* 				Utilità							 *
**************************************************

span.nomeSpan{
}

*************************************************/