/*--------------------------------------------*/
/* HOME SLIDER                                */
/*--------------------------------------------*/
div#slider {
	/*background-image:   url('/PublishingImages/image.jpg');
    background-size:    100%;
    background-repeat:  no-repeat;*/
	min-height: 350px;
	height: auto;
	transition: all 0.5s ease-in-out;
    background-position: center;
}

div#slider > p.description {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	padding: 10px 0 10px 35px;
	margin: 0;
	width: 100%;
	font-size: 23px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
	text-align: left;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}
div#slider > p.description i {
	/*text-shadow: 5px 5px 10px #fff;*/
	color: #004a8d;
	font-weight: lighter;
}

div#slider > p.description em {
    /*text-shadow: 5px 5px 10px #fff;*/
    color: #004a8d;
    font-weight: lighter;
}

div#slider:hover {
	background: rgba(255,255,255, 0.7);
}
div#slider:hover > p.description {
	background: rgba(255,255,255, 0.7);
	color: #004A8D;
    height:100%;
    /*padding-top:20px;*/
    -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
     -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;

}
div#slider:hover > p.description a {
	color: #004A8D;
    margin-top: 200px;
    }
div#slider > p.description #sliderDescription2, .slider-circles, div#slider:hover > p.description #sliderDescription {
	display: none;
}
div#slider > p.description #sliderDescription2 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: -60px;
}
div#slider:hover > p.description #sliderDescription2 {
	display: block;

} 

div#slider:hover #slider-circles i {
	/*color: #fff;
    display: none; */
    margin-top:35px;
}

div#slider:hover #slider-circles em {
    /*color: #fff;
display: none; */
    margin-top: 35px;
}


div#slider > p.description #sliderDescription2 .discover-more2 {
    border: 1px solid #004A8D!important;
	font-size: 35px;
	line-height: 1;
	color: #004A8D;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
	margin-top: 10px;
	border-radius: 0;
    display:block;
}
div#slider > p.description #sliderDescription2 .discover-more2:hover {
    border: 1px solid #004A8D!important;
	color: #fff;
	background: #004A8D!important;
    border: none;
}
div.bg1 {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 175px;
	height: auto;
}
div.bg3 {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 350px;
	height: auto;
}
img.image-for-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	max-height: 100%;
	object-fit: contain;
	display: block;
	clear: both;
}
img.image-for-carousel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
	max-width: 100%;
	object-fit: contain;
	display: block;
	clear: both;
}
#slider-circles {
	padding-right: 20px;
	cursor: pointer;
}
section.squares, section.squares > * {
	background: #F2F2F2;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
}
section.squares {
	/*	display: table !important; */
	overflow: hidden;
}
section.squares > div {
/*		display: table-cell !important; */
}
section > div.first-row {
	min-height: 350px;
	height: auto;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
}
div.first-row > div {
	min-height: 225px;
	height: auto;
}
div.second-row {
	clear: both;
	/*display: table !important;*/
	padding: 0;
	margin: 0;
	width: 100%;
    margin-bottom: -40px !important;
}
div.second-row > div {
	/*display: table-cell;*/
	vertical-align: middle;
	min-height: 200px;
	height: 100%;
	background: #004a8d;
}
div.second-row > div.first-cell {
	background: #004a8d;
}
div.second-row > div.first-cell > h4 {
	font-weight: bold;
	font-size: 35px;
    padding-left: 20px;
    padding-top: 20px;
	color: #FFF;
}
div.second-row > div.first-cell > a > button {
	margin-left: 20px;
	text-transform: uppercase;
	background: #FFF;
	font-weight: bold;
	font-size: 25px;
}
div.second-row > div.first-cell > a > button:hover {
	color: #fff;
	background: #015236;
}
button.discover-more {
	border-radius: 0 !important;
    color: #004a8d;
}
button.discover-more:hover {
	color: #fff;
	background: #004A8D!important;
    border: none;
}
button.discover-more:focus {
	color: #fff;
	background: #004A8D!important;
    border: none;
}
button.discover-more:visited {
	color: #004a8d;
}

div.information-cell > a, div.information-cell > a:hover {
	color: #004a8d;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
div.information-cell > a > p.description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	font-size: 23px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px;
	transition: all 0.5s ease-in-out;
}

div.information-cell-cmg > a, div.information-cell-cmg > a:hover {
    cursor: pointer;
    color: #004a8d;
    transition: all 0.5s ease-in-out;
}

    div.information-cell-cmg > a > p.description {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        font-size: 23px;
        text-align: center;
        background: rgba(255,255,255, 0.7);
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0px;
        transition: all 0.5s ease-in-out;
    }

div.information-cell > div.description_legna {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    width: 20%;
    font-size: 23px;
    text-align: center;
    background: rgba(255,255,255, 0.7);
    font-weight: bold;
    text-transform: none;
    color: rgb(0,74,141);
    padding: 10px 0px;
    transition: all 0.5s ease-in-out;
}

@media(max-width: 1024px) {
    div.information-cell > div.description_legna {
        width: 40%;
    }
}

@media(max-width: 680px) {
    div.information-cell > div.description_legna {
        width: 60%;
    }
}

@media(max-width: 320px) {
    div.information-cell > div.description_legna {
        width: 80%;
    }
}



div.information-cell:hover {
	/*background: #004A8D URL();*/
}
div.information-cell:hover > a > p.description {
	background: rgba(255,255,255, 0.7);
	color: #004A8D;
	height: 100%;
	padding-top: 70px;
}
div.information-cell2:hover > a > p.description {
	padding-top: 150px;
}
div.information-cell:hover > a:hover {
	color: #fff;
}



div.carouselitem {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	height: 200px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
div.carouselitem .caption {
	display: inline-block;
	width: 100%;
	background: #fa0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	font-size: 28px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 0px;
	color: #004a8d;
	transition: all 0.5s ease-in-out;
}
div.carouselitem .caption h4 {
    font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004a8d;
    margin: 0;
}
div.water {
	background: url('/PublishingImages/water.png') no-repeat center center;
	background-size: cover;
}
div.energy {
	background: url('/PublishingImages/energy.png') no-repeat center center;
	background-size: cover;
}
div.biodiversity {
	background: url('/PublishingImages/biodiversity.png') no-repeat center center;
	background-size: cover;
}
div#myCarousel, div#myCarousel .col-sm-4, .carousel-inner, .thumbnails, .items {
	margin: 0;
	padding: 0;
}
ul.thumbnails {
	list-style: none;
}
div.carouselitem:hover {
	/*background: #004A8D URL();*/
	cursor: pointer;
}
div.carouselitem:hover .caption {
	background: rgba(255,255,255, 0.7);
	color: #004A8D;
	height: 100%;
	padding-top: 80px;
}
div.carouselitem:hover .caption a {
	background: rgba(255,255,255, 0.7);
	color: #004A8D;
	height: 100%;
	padding-top: 100px;
}
div.carouselitem:hover .caption h4 {
	color: #004A8D;
}
div.carouselitem:hover .caption a:hover {
	color: #004A8D;
}
/* Carousel Control */
.control-box {
	text-align: left;
	width: 100%;
	z-index: 1000;
	position: absolute;
	top: 50px;
	z-index: 99;
}
.pager li:last-child a {
	float: right;
}
.pager li a {
	background: #fff;
	border: 0px;
	border-radius: 50%;
	font-size: 26px;
	font-weight: 300;
	line-height: 26px;
	opacity: 0.8;
	padding: 4px 7px;
	margin: 5px;
}

@media(max-width: 1024px){
    #potrebberoInteressartiNav{
        display: none;
    }
}

/**************************************
*
*           MAPS SECTION
*
**************************************/
section.maps-spot {
	display: block;
    height: auto;
    background: #FAFAFA;
    margin-top: 0;
    padding: 20px 0;
}
div.maps {
    min-height: 300px;
    margin-left:25px;
}
div.input-container {
	box-sizing: border-box;
	overflow: auto;
	margin-top: 20px;
}
section.maps-spot *.maps-input.date-maps-input:before {
	content: '<';
	position: absolute;
	margin-left: -20px;
	font-weight: bold;
}
section.maps-spot *.maps-input.date-maps-input:after {
	content: '>';
	font-weight: bold;
}
section.maps-spot *.maps-input {
	float: left;
    margin: 5px 1px;
    width: calc(97%/3);
    border: none !important;
    font-size: 25px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
}
section.maps-spot select.maps-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*background: #fff URL(/PublishingImages/dropdown_input.png) no-repeat right center;*/
	background-size: contain;
	margin-left: 1%;
}

div.white-square {
	margin: 0px 0px 0px -10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
	background:transparent;
	margin-top: 5%;
	padding: 20px 20px 20px 0px;
	text-align: center;
}
div.white-square img {
	margin-top: 20px;
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}


div.square-image-1 {
	background: url('/PublishingImages/icon1.png') no-repeat center center;
	background-size: contain;
	min-height: 200px;
	height: 15%;
	margin-top: 15px;
}
div.square-image-2 {
	background: url('/PublishingImages/icon2.png') no-repeat center center;
	background-size: contain;
	width: auto;
	min-height: 200px;
	height: 15%;
	margin-top: 15px;
}
div.square-image-3 {
	background: url('/PublishingImages/icon3.png') no-repeat center center;
	background-size: contain;
	width: auto;
	min-height: 200px;
	height: 15%;
	margin-top: 15px;
}
/**************************************
*
*           NEWS
*
**************************************/

section.news {
	height: auto;
    background: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.5s ease-in-out;
}
section.news > div.news-header {
	margin-bottom: 10px;
    border-bottom: 1px solid #008658;
	margin-left: 50px;
	margin-right: 50px;
	transition: all 0.5s ease-in-out;/*width: 95%;*/
}
section.news > div > h2 {
	float: left;
    border-bottom: 14px solid #008658;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
div.news-header > p {
	/* h1 has 20px margin, with this margin p and h1 get the same level */
	margin-top: 35px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
div.news-header > p > span {
	float: left;
	font-size: 35px;
}
div.news-header > p > img.icon {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	margin-top: 10px;
	vertical-align: baseline;
}


/*---*/
article.single-news {
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
article.single-news img {
	width: 100%;
}
article.single-news p.publish-date {
    padding: 20px 30px 0 30px;
	color: #008658;
    font-size: 20px;
    text-decoration:none;
}
    article.single-news p.description {
        padding: 10px 30px 0 30px;
        color: #4c4c4c;
        font-size: 20px;
        text-decoration: none;
    }
article.single-news a.news-title {
    font-size: 22px;
	color: #000;
    text-decoration:none;
}
article.single-news a.news-title:visited {
    font-size: 22px;
	color: #000;
    text-decoration:none;
}
article.single-news a.news-title h2 {
    font-size: 22px;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 10px 30px 0 30px;
    text-decoration:none;
}

@media (min-width: 1201px) and (max-width: 1400px) {
article.single-news p.publish-date {
	padding: 20px 20px 0 20px;
	font-size: 20px;
}
article.single-news p.description {
	padding: 7px 20px 0 20px;
	font-size: 20px;
}
article.single-news a.news-title {
	font-size: 17px;
}
article.single-news a.news-title h2 {
	font-size: 22px;
	padding: 7px 20px 0 20px;
}
}


/*IN EVIDENZA*/
section.news.in-evidenza-cont {
	background: #004a8d;
	padding-top: 40px;
	padding-bottom: 0;
}
section.news.in-evidenza-cont article.single-news a.news-title h2 {
    font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 40px;
}


.news-frecce {
	list-style: none;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}
.news-frecce li {
	list-style: none;
	display: inline-block;
	border: 2px solid #eee;
    font-size: 1em;
	font-weight: bold;
    border-radius: 0;
	margin: 0;
	border-right: none;
	margin-right: -4px;
}
.news-frecce li.attivo, .news-frecce li:hover {
	background: #008658;
	color: #fff;
}
.news-frecce li:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-right: none
}
.news-frecce li:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right: 1px solid #eee;
}
.news-frecce li:first-child:hover, news-frecce li:first-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-right: none
}
.news-frecce li:last-child:hover, news-frecce li:last-child:active {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-right: 1px solid #eee;
}

.news-frecce li a {
    display: inline-block;
    padding: 8px 16px;
    color: #008658;
    background-color: #fff;
    margin: 0;
    text-decoration: none !important;
}

.news-frecce li a:hover, .news-frecce li a:active, .news-frecce li a:selected, .news-frecce li:hover a:hover, .news-frecce li:hover a:active, .news-frecce li:hover a:selected {
text-decoration:none;
 background: #008658;
 color: #fff;
}
.news-frecce li.attivo a, .news-frecce li:hover a {
    text-decoration:none;
    background: #008658;
	color: #fff;
}
/**************************************
*
*           DOCUMENTS
*
**************************************/
section.documents {
    margin-top: 30px;
	height: auto;
	background: #eee;
	padding-top: 90px;
	padding-bottom: 50px;
	transition: all 0.5s ease-in-out;
    display: none;
}
section.documents > div > div.documents-header {
	border-bottom: 1px solid #008658;
	margin-bottom: 0px;
	margin-left: 50px;
	margin-right: 50px;
	transition: all 0.5s ease-in-out;/*width: 95%;*/
}
section.documents > div > div > h2 {
	float: left;
	border-bottom: 14px solid #008658;
	margin-bottom: 0px !important;
	padding-bottom: 20px !important;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
}
div.documents-header > p {
	/* h1 has 20px margin, with this margin p and h1 get the same level */
	margin-top: 35px;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
div.documents-header > p > span {
	float: left;
	font-size: 35px;
}
div.documents-header > p > img.icon {
	float: right;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	/*margin-top: 10px;*/
	vertical-align: baseline;
}



.sottotitolo{
    font-size: 30px;
}



input.all-news {
    border-radius: 0px !important;
    margin-top: 15px;
    margin-bottom: 6px;
    background: #008658;
    font-weight: bold;
    color: #FFF;
    float: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-family: 'Titillium Web', sans-serif;
}



input.all-news:hover {
	color: #fff;
	background: #015236;
}
input.all-news:focus {
	color: #fff;
	background: #008658;
}
section.documents input.all-news {
	margin-top: 50px;
}

input.all-news-blue {
    border-radius: 0px !important;
    margin-top: 15px;
    margin-bottom: 6px;
    background: #0B4A83;
    font-weight: bold;
    color: #FFF;
    float: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-family: 'Titillium Web', sans-serif;
}

    input.all-news-blue:hover {
        color: #0B4A83;
        background: #fff;
    }

    input.all-news-blue:focus {
        color: #0B4A83;
        background: #fff;
    }

section.documents input.all-news-blue {
    margin-top: 50px;
}


div.meetings {
	background: #1F1E1E;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 600px;
	transition: all 0.5s ease-in-out;
}
div.meetings > ul {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.meetings > ul > li {
	color: #fff;
	line-height: 1.2;
	margin-bottom: 22px;
	margin-top: 5px;
    font-size: 20px;
}
div.meetings > ul > li > a {
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	transition: all 0.2s ease-in-out;
}
div.documents {
	background: #fff;
	min-height: 600px;
	overflow: hidden;
	overflow-y: auto;
}
ul.document-list {
	list-style: none;
}
ul.document-list > li {
	margin-top: 5px;
	display: table;
	padding-bottom: 5px;
	border-bottom: 1px dashed #151515;
	color: #000;
	cursor: pointer;
}

h4.document-title {
	font-weight: bold;
	font-size: 20px;
}
p.document-description {
	color: #1997df;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
}
img.document-icon {
	margin-top: 4%;
	display: table-cell;
	max-height: 100px;
	height: 60px;
    width: 90px;
}
div.documents-button {
	margin: 10px 5px;
}
section.icon-section {
	margin-top: 0;
    margin-bottom: 1%;
    background: #fff;
    padding: 0;
}
section.icon-section img {
	margin: 50px 10px 0 10px;
	width: 70px;
	height: auto;
}
.flex-view {
	padding: 0 50px;
}


/*---------------*/
ul#be-normal {
	display: block;
}
ul#be-normal li.attivo a {
	color: #959595;
    text-decoration: none;
}
ul#be-normal li a:hover {
	color: #959595;
}
ul#be-select {
	display: none;
}
ul.zg-ul-select {
	display: none;
}



.img-responsive {
    display: block; 
    max-width: 100%;
    min-height: 200px;
}

#testo-previsione {
    color: #191919 !important;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}



#testoConsolidato {
    color: #191919 !important;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}



#testo-nascosto {
    color: #191919 !important;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}


#UnitaMisura {
    border-bottom: 15px solid #008658;
    clear: both;
    color: #191919;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: none;
    margin-bottom: 10px;
}

#cellaTitoloPagina {
    vertical-align: top;
    border-bottom:0;
}
#tabellaTitoloPagina {
    border-spacing: 0px; 
    width: 100%; 
    margin: 22px 0px 0px; 
    padding: 0px; 
    border: 0px none;
    border-bottom: 1px solid #008658;
}



button.dettaglio-comune {
	border-radius: 0 !important;
    color: #FFF;
    margin-left: 20px;
	text-transform: uppercase;
	background: #004a8d;
	font-weight: bold;
	font-size: 25px;
}
button.dettaglio-comune:hover {
	color: #004A8D;
	background: #fff !important;
    border: none;
}
button.dettaglio-comune:focus {
	color: #004A8D;
	background: #fff!important;
    border: none;
}
button.dettaglio-comune:visited {
	color: #FFF;
}


button.banner-legna {
    border-radius: 0 !important;
    color: #FFF;
    margin-left: 20px;
    text-transform: uppercase;
    background: #004a8d;
    font-weight: bold;
    font-size: 25px;
}

    button.banner-legna:hover {
        color: #004A8D;
        background: #fff !important;
        border: none;
    }

    button.banner-legna:focus {
        color: #004A8D;
        background: #fff !important;
        border: none;
    }

    button.banner-legna:visited {
        color: #FFF;
        background: #004a8d !important;
    }

.first-cell h4 {
    text-align:left; 
}

button.new_emergency {
    background-color: #0b4a83;
    border: 1px solid #eee;
    border-radius: 1px !important;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 1;
    margin: 0px 10px 40px;
    padding: 0;
    width: 180px;
}
button.new_emergency img {
    display: inline-block;
    float: left;
    height: 40px;
    margin: 2px 0 0 5px;
    width: auto;
}

button.new_emergency span {
    display: inline-block;
    height: 40px;
    margin: 8px 0 0 5px;
    overflow: hidden;
    float: left;
    line-height: 1;
}

#logo-click {
    display: block; float: left; height: 100%; width: 100%; background: none; z-index:9999999999999999999999; 
}
   

.box-spacer {
    height:130px;
}


 
 
/*@media (min-width: 1367px) and (max-width: 1600px) {
    div.second-row > div {
        min-height: 180px;
    }
    
}*/

div.second-row > div.protocollo-box {
        min-height: 0;
    } 
 
@media (min-width: 1601px) {
    div.second-row > div.protocollo-box {
        min-height: 240px;
    }
    
    div.second-row > div.protocollo-box > a > button {
        font-size:30px !important;
    }
}
 

/*SLIDER TEMI AMBIENTALI IN EVIDENZA*/

div#temiinevidenza {
    /*background-image:   url('/PublishingImages/image.jpg');
    background-size:    100%;
    background-repeat:  no-repeat;*/
    min-height: 250px;
    height: auto;
    -webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
    background-position: center;
}

div#temiinevidenza > p.description {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	padding: 10px 0 10px 35px;
	margin: 0;
	width: 100%;
	font-size: 23px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
	text-align: center;
	cursor: pointer;
	-webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;
}
div#temiinevidenza > p.description i {
	/*text-shadow: 5px 5px 10px #fff;*/
	color: #004a8d;
	font-weight: lighter;
}
div#temiinevidenza:hover {
	background: rgba(255,255,255, 0.7);
    transition: ease-in-out background 4s;
}
div#temiinevidenza:hover > p.description {
	background: rgba(255,255,255, 0.7);
	color: #004A8D;
    height:100%;
    padding-top:20px;
    transition: ease-in-out background 4s;
    /*-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;*/
     /*-webkit-animation: fadeinout 4s linear forwards;
    animation: fadeinout 4s linear forwards;*/
    /*transition: all 0.5s ease-in-out;*/

    

}
div#temiinevidenza:hover > p.description a {
	color: #004A8D;
    margin-top: 200px;
    }

div#temiinevidenza > p.description #temiinevidenzaDescription2, .slider-circles, div#temiinevidenza:hover > p.description #temiinevidenzaDescription {
	display: none;
}
div#temiinevidenza > p.description #temiinevidenzaDescription2 {
    font-size: 28px;
	line-height: 1;
	margin-bottom: 0px;
    margin-top: 100px;
    text-align:center;
}
div#temiinevidenza:hover > p.description #temiinevidenzaDescription2 {
	display: block;

}

div#temiinevidenza:hover #temiinevidenza-circles i {
	/*color: #fff;
    display: none; */
    margin-top:19px;
}

div#temiinevidenza > p.description #temiinevidenzaDescription2 .discover-more2 {
border: 1px solid #004A8D!important;
font-size: 20px;
line-height: 1;
color: #004A8D;
text-transform: uppercase;
font-weight: bold;
padding: 15px;
border-radius: 0;
display:block;
text-align: center;
margin: 40px auto;
}


div#temiinevidenza > p.description #temiinevidenzaDescription2 .discover-more2:hover {
    border: 1px solid #004A8D!important;
	color: #fff;
	background: #004A8D!important;
    border: none;
}



div#temiinevidenza:hover {
	height: auto;
}

div#temiinevidenza:hover > p.description {
	padding: 0;
	margin: 0;
	width: 100%;
    height:100%;
	font-size: 40px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
	text-align: left;
	cursor: pointer;
}

div#temiinevidenza:hover > p.description a {
    display: block;
    vertical-align: bottom;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 30px;
    }


div#temiinevidenza:hover > p.description #temiinevidenzaDescription2 {
	display: block;

}

div#temiinevidenza:hover > p.description #temiinevidenzaDescription {
	display: none;
}

/*@media (max-width: 1024px) {
   
    div#temiinevidenza:hover {
        min-height: 350px;
        height: auto;
    }
}*/

@media (max-width: 1024px) {
div.information-cell > a > p.description {
	font-size: 21px;
}

div.information-cell-cmg > a > p.description {
    font-size: 21px;
}

div#slider > p.description {
        padding: 10px 0 10px 20px;
        font-size: 23px;
}


div.information-cell > a > p.description {
	font-size: 23px;
}

div.information-cell-cmg > a > p.description {
    font-size: 23px;
}

section.maps-spot *.maps-input {
	clear: both;
	width: 98%;
}
section.maps-spot select.maps-input {
	margin-left: 0;
}

div.white-square img {
width: 33%;
}
div.maps {
margin-left:0;
}

section.news {
	padding-top: 40px;
	padding-bottom: 40px;
}
section.news > div.news-header {
	border: none;
	text-align: center;
	width: 30%;
	margin: auto auto;
	margin-bottom: 60px;
}
section.news > div > h2 {
	display: block;
	border-bottom: 7px solid #008658;
	float: none;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
}
div.news-header > p {
	border: none;
	text-align: center;
	display: block;
	float: none;
}
div.news-header > p > img.icon {
	float: none
}

article.single-news p.publish-date {
	padding: 20px 20px 0 20px;
	font-size: 16px;
}
article.single-news p.description {
	padding: 7px 20px 0 20px;
	font-size: 16px;
}
article.single-news a.news-title {
	font-size: 17px;
}
article.single-news a.news-title h2 {
	font-size: 17px;
	padding: 7px 20px 0 20px;
}

section.news.in--evidenza-cont article.single-news a.news-title h2 {
	font-size: 20px;
}

section.news.in--evidenza-cont article.single-news a.news-title h2 {
	font-size: 30px;
}

section.news.in--evidenza-cont article.single-news a.news-title h2 {
	font-size: 40px;
}

section.documents {
	padding-top: 40px;
	padding-bottom: 40px;
}
section.documents > div > div.documents-header {
	border: none;
	text-align: center;
	width: 50%;
	margin: auto auto;
	margin-bottom: 60px;
}
div.documents-body {
	margin: auto 50px;
}
section.documents > div > div > h2 {
	display: block;
	border-bottom: 7px solid #008658;
	float: none;
	padding-bottom: 12px !important;
	margin-bottom: 20px;
}
div.documents-header > p {
	border: none;
	text-align: center;
	display: block;
	float: none;
}
div.documents-header > p > img.icon {
	float: none
}

div.documents-header .sottotitolo {
	font-size: 18px;
}

div.documents-header .sottotitolo {
	display: none!important;
}

input.all-news {
	margin-right: 0;
}

ul.document-list {
	padding-left: 0;
	padding-right: 0;
}
ul.document-list > li span {
	width: 91%;
    font-size: 20px;
}

btn discover-more2 {
    display: none;
}


/*div#slider:hover {
	min-height: 450px;
	height: auto;
}*/

div#slider:hover > p.description {
	padding: 0;
	margin: 0;
	width: 100%;
    height:20%;
	font-size: 25px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
	text-align: left;
	cursor: pointer;
}

div#slider:hover > p.description a {
    display: block;
    vertical-align: bottom;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 25px;
    }


div#slider:hover > p.description #sliderDescription2 {
	display: none;

}

div#slider:hover > p.description #sliderDescription {
	display:inline-block;
    font-size: 25px;
}


div.carouselitem:hover {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	/*height: 280px;*/
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
div.carouselitem:hover .caption {
	display: inline-block;
	width: 100%;
	background: #fa0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	font-size: 28px;
	text-align: center;
	background: rgba(255,255,255, 0.7);
	font-weight: bold;
	text-transform: uppercase;
	padding: 12px 0px;
	color: #004a8d;
    height: 24.5%;
	transition: all 0.5s ease-in-out;
}
div.carouselitem:hover .caption h4 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #004a8d;
}

div.carouselitem:hover .caption a {
	color: #004a8d;
	height: 24.5%;
	padding-top: 0px;
}

div.meetings {
	width: 100%;
	float: none;
	clear: both;
	min-height: 100px;
	max-height: 800px;
	transition: all 0.5s ease-in-out;
}
div.documents {
	width: 100%;
	float: none;
	clear: both;
	max-height: none;
}
.flex-view {
	padding: 0;
}

ul#be-normal {
	display: none;
}
ul#be-select {
	display: block;
}
div.meetings > ul {
	padding-top: 0;
	padding-bottom: 0;
}
ul.zg-ul-select {
	box-sizing: border-box;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
	display: block;
}
ul.zg-ul-select li {
	display: none;
	padding: 10px;
	margin: 0;
}
ul.zg-ul-select li.active {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
ul.zg-ul-select.active {
/*	border: 1px solid #aaa;*/
}
ul.zg-ul-select.active li {
	border: none;
	box-shadow: none;
	display: block;
}
ul.zg-ul-select.active li:hover {
	background: #0074d9;
	text-decoration: none;
}
ul.zg-ul-select.active li.active {
	background: #40a6ff;
}
ul.zg-ul-select.active li.active:hover {
	background: #0074d9;
	text-decoration: none;
}
#selected--zg-ul-select {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 30px;
	width: auto;
}
#selected--zg-ul-select.active {
	color: #40a6ff;
	margin: 10px 10px 0 10px;
}
#ul-arrow {
	color: #fff;
}

#testo-previsione {
    font-size: 15px;
    font-weight: bold;
}

#testoConsolidato {
    font-size: 15px;
    font-weight: bold;
}

#testo-nascosto {
    font-size: 15px;
    font-weight: bold;
}

#tabellaTitoloPagina {
    border-bottom: none;
}

    .ng-scope {
    margin-left:0 !important; 
    }

    .box-spacer {
        display: none;
    }

.youtube-iframe {
        height:250px !important;
    }

    div#slider:hover {
    min-height: 350px;
	height: auto;
	transition: all 0.5s ease-in-out;
    background-position: center;
    }

 
    div.second-row > div.first-cell > h4 {
            /*font-size: 24px !important;*/
    }
    
    div.second-row > div.first-cell > a > button {
        /*font-size:17px !important;*/
    }

div#temiinevidenza > p.description {
	padding: 14px 0 14px 20px;
	font-size: 30px;
}
}


@media (max-width: 768px) {
    div#temiinevidenza > p.description {
        padding: 14px 0 14px 0;
        font-size: 25px;
    }
}
