
			body.homespeciale {
				background-color:#EFEFEF;	
			}

			#fondosfumato {
				position:absolute;
				top:0;
				left:0;
				width:100%;
			  height: 600px;
			  z-index:-1000;
			  background-color: #FF0000; 
			  background-image: linear-gradient(#FFFFFF, #EFEFEF); 
			}

			#map {
				width:100%;
				height:500px;
			}
		
			@media all and (min-width:500px) {
				mainssss {
					padding-top:100px !important;
				}
			}
			

			.embedpdf {
				margin-top:100px;
				width:100%;
				max-width:1000px;
				height:100%;
			}

			.h_embed {
				width:100%;
				position:relative;
				padding-top: 140%;
			}

			.h_embed iframe {
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
			}
			.elenco article .halftitle {
				font-size:1.2em !important;
			}
			.elenco article .title {
				font-size:1.8em !important;
				font-weight:bold;
				margin-bottom:.5em;
			}
			
			.elenco article {
				margin-bottom:50px;
			}

			figure img {
				width:100%;
			}
			
			.heading {
				background:#e4241f;
				color:#FFF;
				font-weight:bold;
				padding:10px 10px;
			}
			
			.intro {
				font-weight:bold;
				line-height:150%;
			}
			article a,
			article a:hover {
				font-weight: 400 !important;
				color: #1e8b80 !important;
				text-decoration: none !important;
			}
			ul {
				margin-bottom: 0;
			}
			nav a,
			nav a:hover {
				color: #FFF !important;				
			}

	
			@media (min-width:1200px) {
				.intro {
					font-size:1.1em;
				}
			}

			@media (max-width:575px) {
				.intro {
					font-size:.9em;
				}
			}

			.bigtitle {
				font-size: 3vw;
				line-height:140%;
				text-align:center;
				color: #1e8b80;
			}
			
			
			a.refnota {
				font-weight:bold !important;
				margin-left:.2em;
			}

			a.numnote {
				font-weight:bold !important;
			}
			
			.note {
				font-size:.9em;
				line-height:140%;
			}

			.note::before {
				content:' ';
				display:block;
				width:200px;
				border-top:1px solid #999;
				margin-bottom:1em;
			}
			.note p {
				text-indent:0;
				margin-top:1em;
			}


			.nav-tabs {
				border-bottom:none;
				background-color:rgba(239,239,239,.8);
				/*background-color:#e4241f;*/
			}
			
			a:hover {
				text-decoration:none !important;
				color:#1e8b80;
			}	
			
			a.nav-link {
				border-color: rgba(239,239,239,.8) !important;
				border-width:0 !important;
				/*border-right-width:3px !important;*/
				/*border-bottom-width:3px !important;*/
				border-radius:0 !important;
				background-color:#e4241f;
				color:#FFF;
				font-size:1.1em;
				padding: .7em 1em;
				letter-spacing: -.03em;
				margin:0 3px 3px 0;
			}

			.nav-tabs .nav-item {
			margin-bottom:0;
			}

			
			.nav-tabs li:last-child a.nav-link {
				/*border-right-width:0 !important;*/
			}
 /*verde #1e8b80*/
			.nav-tabs a.nav-link:focus,
			.nav-tabs a.nav-link:hover,
			.nav-tabs a.nav-link.active {
				background-color:#b41b17;
				color:#FFF;
			}

			.homespeciale h2 {
				color:#e4241f;
				font-size:4em;
				font-weight:300;
				letter-spacing: -.06em;
				margin: 1em 0 1em 0;
			}
			
			h2 {
				font-size:2em;
			}
			
			.page article:not(.contributo) {
				background-color:#FFF;
				padding:2em;
				border:1px solid #BBB;
			}
			
			.page article .title {
				font-size:2.2em;
				margin-bottom:.5em;
			}

			.page article .title a {
				/*font-weight:600 !important;*/
			}
			
			.page article .halftitle {
				margin-bottom:.5em;
				font-weight:600 !important;
				font-size:1.5em;
			}
			
			.page article .summary {
				font-size:1.1em;
			}

			.page article .author {
				margin-bottom:1em;
			}

			
			.page article.contributo {
				font-size:.9em;
			}
			
			
			.make-me-sticky {
				position: -webkit-sticky;
				position: sticky;
				top: 0;
				z-index:1000;
			}
			
			
			.page hgroup .author {
				font-weight:400;
			}
			
			
