@font-face {
	font-family: "OswaldBold";
	src: url('../fonts/Oswald-Bold.ttf') format('truetype') /* Safari, Android, iOS */ 
}
@font-face {
	font-family: "OswaldMedium";
	src: url('../fonts/Oswald-Medium.ttf') format('truetype') /* Safari, Android, iOS */ 
}
@font-face {
	font-family: "OswaldBook";
	src: url('../fonts/Oswald-Regular.otf') format('opentype') /* Safari, Android, iOS */
}
@font-face {
	font-family: "Oswald";
	src: url('../fonts/Oswald-Regular.otf') format('opentype') /* Safari, Android, iOS */
}
@font-face {
	font-family: "Titilium";
	src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype') /* Safari, Android, iOS */
}
@font-face {
	font-family: "Helvetica-Normal";
	src: url('../fonts/HelveticaNeueLTStd-Md.otf') format('opentype') /* Safari, Android, iOS */
}
@font-face {
	font-family: "Helvetica-Bold";
	src: url('../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype') /* Safari, Android, iOS */
}
@font-face {
	font-family: "HelveticaNeueLTStd-LtIt";
	src: url('../fonts/HelveticaNeueLTStd-Lt.otf') format('opentype') /* Safari, Android, iOS */
}




/* The typing effect */
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}
.navbar-nav {
    margin-bottom: 0;
}
button.btn.full-width {
	max-width: 100%;
	width:100%;
}
a.btn.full-width {
	max-width: 100%;
	width:100%;
}
.pdt60{
	padding-top: 60px;
}

.virg:before {
	content: '“';
	font-size: 130px;
	font-family: sans-serif;
	position: relative;
	height: 10px;
	max-height: 10px;
	/* top: -55px; */
	left: -60px;
	display: block;
	top:-50px;
}
.virg:after {
	content: '”';
	font-size: 130px;
	font-family: sans-serif;
	position: relative;
	/* top: -55px; */
	/* right: -463px; */
	/* left: 460px; */
	top: -40px;
	display: block;
	height: 10px;
	max-height: 10px;
	/* left: 0; */
	text-align: right;
	/* align-content: start; */
	right: -10px;
}

bold {
	font-weight:bold;
}

/*bootstrap overrides*/
/*FIX SAFARI ISSUE WITH COLS*/
.bootstrap.strategia .row:before,.bootstrap.strategia .row:after {display: none !important;}


a:focus, a:hover {
    text-decoration: none;
}
body header{
	position: absolute;	
}
body header .subheader ul li a.active:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0px;
	background:none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
body header .subheader ul li a.active {
	font-weight: bold;
}


.navbar-toggle-always {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: 0;
	margin-right: 20px;
	padding: 0;
	height: 50px;
	max-height: 50px;
	margin-top: 0;
	margin-bottom: 0;
	font-size:20px;
}

	.navbar-toggle-always:focus {
		outline: 0;
	}

	.navbar-toggle-always .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color:#000;
	}

		.navbar-toggle-always .icon-bar + .icon-bar {
			margin-top: 4px;
		}

.nav.navbar-nav.navbar-right.terna-lang-selector li {
	padding-top: 15px;
	padding-bottom: 15px;
}

	.nav.navbar-nav.navbar-right.terna-lang-selector li:first-child a {
		border-right: 1px solid #2e5fb8;
	}

	.nav.navbar-nav.navbar-right.terna-lang-selector li a {
		padding:0;
		padding-right: 5px;
		padding-left: 5px;
		font-size: 15px;
	}

	ul.nav.navbar-nav.navbar-right.social-bar{
		font-size: 18px;
	}

@media (min-width: 768px) {
	.navbar-toggle-always {
		display: none;
	}
}

@media (min-width: 768px) {
	.navbar-toggle-always {
		display: block !important;
	}
}

.submenu {
	/* height: 201px; */
	position: relative;
	background-color: #fff;
	/* width: 100%; */
	/* padding: 10px; */
	/* left: -20px; */
	/* right: -20px; */
	top: -2px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: -20px;
	/* background-color: #00499b; */
	margin-left: -20px;
	color: #fff;
	overflow:hidden;
	background-color: rgba(32, 73, 144, 0.95);
	/*min-height: 220px;*/
}
	.submenu.collapsing {
		-webkit-transition: none;
		-webkit-transition-duration: 0;

		transition: none;
		transition-duration: 0;
	}

	.submenu > .container-fluid{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.submenu ul {
		padding-top: 10px;
		padding-bottom: 10px;
	}
		.submenu ul.submenu-archive {
			/*border-left: 1px solid white;*/
			border-left-width: 3px;
			border-left-style: solid;
			-webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(rgba(0, 0, 0, 0))) 1 100%;
			-webkit-border-image: -webkit-linear-gradient(white, rgba(0, 0, 0, 0)) 1 100%;
			-moz-border-image: -moz-linear-gradient(white, rgba(0, 0, 0, 0)) 1 100%;
			-o-border-image: -o-linear-gradient(white, rgba(0, 0, 0, 0)) 1 100%;
			border-image: linear-gradient(to bottom, white, rgba(0, 0, 0, 0)) 1 100%;
			padding-left: 60px;
		}
		ul.menu-social{
			display: none;	
		}
			.submenu ul.submenu-archive {
				display: none;
			}
			.submenu ul li {
				margin-bottom: 10px;
			}
		.submenu ul li a {
			font-family: Titilium;
			color: white;
		}
			.submenu ul li a:hover, .submenu ul li a:focus {
				text-decoration: none;
			}


		.submenu ul.submenu-buttons li a {
			font-weight: 400;
			font-size: 25px;
			display: block;
			padding: 10px;
			width: 100%;
		}
		.submenu ul.submenu-buttons li a.active {
			/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f7399+80,c6c6c6+100&1+0,0+100 */
			background: -moz-linear-gradient(left, rgba(79,115,153,1) 0%, rgba(79,115,153,0.2) 80%, rgba(198,198,198,0) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left, rgba(79,115,153,1) 0%,rgba(79,115,153,0.2) 80%,rgba(198,198,198,0) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right, rgba(79,115,153,1) 0%,rgba(79,115,153,0.2) 80%,rgba(198,198,198,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7399', endColorstr='#00c6c6c6',GradientType=1 ); /* IE6-9 */
		}
			.submenu ul.submenu-buttons li a:hover {
				/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4f7399+80,c6c6c6+100&1+0,0+100 */
				background: -moz-linear-gradient(left, rgba(79,115,153,1) 0%, rgba(79,115,153,0.2) 80%, rgba(198,198,198,0) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left, rgba(79,115,153,1) 0%,rgba(79,115,153,0.2) 80%,rgba(198,198,198,0) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right, rgba(79,115,153,1) 0%,rgba(79,115,153,0.2) 80%,rgba(198,198,198,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7399', endColorstr='#00c6c6c6',GradientType=1 ); /* IE6-9 */
			}

			.submenu ul.submenu-archive li a {
				font-size: 18px;
				font-weight: 100;
			}
		.submenu ul.submenu-archive li a:before {
			content: ">";
			position: absolute;
			left: 40px;
		}

.nav > li > a {
	padding-right: 0px;
}
.navbar-toggle-always .icon-bar-always {
	width: 22px;
	height: 2px;
	border: 1px solid #fff;
	display: block;
	border-radius: 1px;
}

.navbar-default .navbar-nav.navbar-right > li > a {
	color: #2e5fb8;
}

.navbar-toggle-always .icon-bar-always + .icon-bar-always {
	margin-top: 4px;
}

.navbar.navbar-default {
	max-height: 50px;
	height: 50px;
	min-height: 50px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

body header .subheader ul li {
	/* text-transform: uppercase; */
	display: inline-block;
	padding: 0px 10px;
	border-right: 1px solid #fff;
	min-height: 50px;
	vertical-align: bottom;
	/* margin-right: 30px; */
	padding-left: 30px;
	padding-right: 30px;
	font-size: 10px;
	height:34px;
}
	body header .subheader ul li.align a {
		line-height:30px;
	}

.navbar-text.navbar-center.navbar-description{
    text-align: center;
    color: #2e5fb8;
    padding-top: 14px;
    float: left;
    position: fixed;
    /* width: 86%; */
    left: 160px;
	right: 160px;
	font-size: 16px;
}

.navbar-brand {
	max-height: 50px;
	height: 50px;
	min-height: 50px;
	padding: 10px;
}

	.navbar-brand > img,.navbar-brand > svg {
		height: 30px;
		color:blue;
	}

.modal-dialog.modal-full{
	width: 100%;
	margin: 0;
	top:100px;
}

.modal.full-modal .modal{
    background-color: rgba(0, 0, 0, 0.65);
	z-index: 1060;
}

.modal-open .modal{
	background-color: rgba(0, 0, 0, 0.65);
}

.modal-dialog{
	top: 100px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

@media (min-width: 992px){
	.col-md-1-5 {
		width: 20%;
	}
}

.modal-content .close-button,#bs-navbar-collapse-1 .close-button {
    content: '×';
    position: absolute;
    top: 0;
    right: 0;
	cursor: pointer;
	padding: 10px;
	border:none;
	background: transparent;
}
.modal-content .close-button:before,#bs-navbar-collapse-1 .close-button:before {
	content: '×';
	line-height: 20px;
	font-size: 40px;
}


/*---------------------------TERNA OVERRIDES--------------------------*/
.btn.btn-terna {
    background-color: #005aa9;
    color: #fff;
    font-family: Titilium;
    font-weight: 100;
	border-radius: 0;
	font-size:20px;
}
.btn.btn-terna.center{
	display: block;
    max-width: 150px;
    margin: auto;
    margin-top: 2vh;
}
.btn.btn-terna.white {
    background-color: #fff;
    color: #005aa9;
    font-family: Titilium;
    font-weight: 100;
    border-radius: 0;
}

body header .subheader {
	background-color: rgba(0, 90, 169, 1);
}

body main.section-wrapper{
	/* margin-top: -100px; */
}

body main .section {
	padding: 0;
}

body main audio, canvas, video{
	vertical-align: bottom;
}

body header .main-header {
	background-color: #fff;
	padding: 20px;
	width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	height: 55px;
	width: 95%;
	margin: auto;
	max-height: 40px;
	height: 30px;
	padding: 15px 0 15px 0;
	overflow: hidden;
}

body header .subheader {
	font-family: 'Titilium', sans-serif;
	width: 100%;
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 50px;
	position: fixed;
	top:0;
}

	body header .subheader ul {
		width: 94%;
		text-align: center;
		padding: 0px;
		margin: auto;
		display: flex;
		justify-content: space-around;
		align-content: center;
		align-items: center;
		align-self: center;
	}

		body header .subheader ul li.divider {
			border-right: 1px solid #fff;
			border-right-width: 1px;
			border-right-style: solid;
			border-right-color: rgb(255, 255, 255);
			padding: 0 !important;
		}

		body header .subheader ul li {
			/* text-transform: uppercase; */
			display: inline-block;
			padding: 0px 0px;
			border-right: none;
			min-height: 30px;
			vertical-align: bottom;
			font-size: 10px;
			line-height: 16px;
			letter-spacing: 2px;
		}

			body header .subheader ul li a {
				font-size: 16px;
				line-height: 15px;
			}

.logo > a > img {
	width: 80px;
	vertical-align: middle;
}

ul.menu-social {
    float: right;
    padding: 0;
}
ul.menu-social li {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

/*-----------------------------------SECTION-------------------------------------------------*/
body main section {
	opacity: 0;
	transition: opacity 0.3s;
}

	body main section.selected-section {
		opacity: 1;
	}

	body main section.section {
		/*min-height:calc( 100vh - 100px);*/
		/*min-height: 788px;
	max-height: 788px;
	height: 788px;
	overflow: hidden;*/
		min-height: calc( 100vh - 100px );
		max-height: calc( 100vh);
		/*height: calc( 100vh + 100px );*/
		overflow: hidden;
		background-color: #fffeff;
    -webkit-background-size: 40% 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
	}

	body main section.section.standard-scroll{
		max-height: 100%;
		height: 100% !important;

	}

body main section .section-content {
	padding-top: 100px;
	padding-top: 30px;
	padding-top: 0px;

	/*max-width:1600px;
	margin:0 auto;*/
}

body main section .img-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	transform: scale3d(1.9, 1.9, 1.9);
	transition: all 4s ease-out;
}


/*SECTION TITLES*/
body main .section{
	font-size:20px;
}
body main .section h2.section-title {
	margin-top: 40px;
	z-index: 1;
	opacity: 0;
	font-family: 'OswaldBold', sans-serif;
	font-size: 3em;
	font-weight: bold;
	transition: opacity 0.5s;
	transition: all 1.5s;
}
body main .section h2.section-title.after {
	opacity: 1;
	font-size: 2em;
}
body main .section h2.section-title.start-down {
	transform: translateY(50px);
}
body main .section h2.section-title.start-down.after {
	transform: translateY(0px);
}

	body main .section h2.section-title.white {
		color:#fff;
	}
body main .section-message .section-title {
	color: #fff;
}



body main .section.intro {
	padding-top: 0px !important;
	background-color: #000;
}

@media only screen and (max-width: 40em) and (min-width: 0) {
	.section.intro {
		padding-top: 50px !important;
	}
}



	section img {
		max-width:100%;
	}

	section > .container > .row > .title {
		margin-top: 30px;
		margin-bottom: 60px;
	}


body main .section-message {
	position: relative;
	height:100%;
}

	body main .section-message .img-wrapper {
		background: url(../img/bg_message.jpg) no-repeat center center;
		background-size: cover;
	}

body main section.start .c-left {
	/* clear: both;
	float: unset; */
	z-index: 3;
}

body main section.start .c-left.center {
	margin-left: 50%;
	transform: translateX(-50%);
	clear: both;
	float: unset;
	z-index: 1;
}

body main section.start .c-left .wrapper {
	opacity: 0;
	transform: scale3d(1.2,1.2,1.2);
	/*transition: all 1.5s ease-in-out;*/
}

body main section.start .c-right {
	display: none;
	z-index: 1;
}
body main .section-message .anim{
    position: absolute;
    top: 0;
	bottom:0px;
	left:0;
	right: 0;
	pointer-events: none;
}
body main .section-message .anim > canvas{
	transition:all 1.5s;
	opacity: 0;
}

	body main .section-message h2.title {
		color: #fff;
		font-weight: bold;
		font-size: 40px;
		padding: 40px;
		width: 100%;
		margin: auto;
		display: block;
		text-align: center;
		z-index: 1;
	}
body main .section-message .name{
	color: #fff;
	font-weight: 600;
	padding: 5px;
	text-align: center;
	/*transition:all 1s;*/
	display:block;
}
body main .section-message .image{
	margin-top: 20px;
}	
body main .section-message .image > img{
	margin: auto;
	display: block;
}
body main .section-message .text {
	padding-top: 20px;
	font-family: OswaldBook;
	color: #fff;
	padding: 5px;
	font-size: 1.4em;
	letter-spacing: 2px;
	/*margin-left: 20vh;*/
	display: inline-block;
	padding-top: 40px;
	max-width: 75%;
}

body main .sezione-performance .slide-carousel .owl-stage-outer .item .slide1-sect {
	width: -moz-calc((99% )/ 3);
	width: calc((99% )/ 3);
	float: left;
	margin-top: 15px;
	border-right: 1px solid #005aa9;
	padding: 0 40px;
	text-align: center;
	vertical-align: middle;
	/* height: 400px; */
	height: 300px;
}

	.operative-bt {
		background-color: #005aa9;
		display: inline-block;
		margin: 15px;
		color: #fff;
		padding: 7px;
		font-size: small;
	}

		body main .section-highlights .operative-el {
			max-height: 200px;
			color: #005aa9;
			text-align: center;
			font-family: 'OswaldBold';
			border-right: 1px solid #005aa9;
			padding-top:7px;
		}
		body main .section-highlights .operative-el {
			min-height: 280px;
		}

		body main .section-highlights #operative2 .operative-el {
			min-height: 140px;
			max-height: 160px;
			height: 155px;
		}


		body main .section-highlights  .operative-content .operative-el:last-child{
			border-right: none;
		}

		body main .section-highlights .col-xs-6.operative-title {
			padding: 10px;
			text-align: center;
			color: #b0bac3;
			font-family: 'OswaldBold';
		}
		body main .section-highlights .col-xs-6.operative-title.active{
			color: #005aa9;
		}

/*PERF1 SLIDE1*/
#perf1 .operative-title {
	height: 40px;
	margin-top: 30px;
}
/*PERF1 SLIDE1*/


		body main .section-highlights #operative1{
			display: block;
		}
		body main .section-highlights #operative2{
			display: none;
		}
		body main .section-highlights  #operative1 .operative-icon{
			opacity:0;
		}
		body main .section-highlights #operative1 .operative-title {
			opacity: 0;
		}
		body main .section-highlights #operative1 .operative-value {
			opacity: 0;
		}
		body main .section-highlights #operative1 .operative-desc {
			opacity: 0;
		}
		body main .section-highlights  #operative1 .operative-icon img{
			max-width: 200px !important;
			width: 200px !important;
		}
		body main .section-highlights  #operative1 .el1 .operative-icon {
		}
		body main .section-highlights  #operative1 .el2 .operative-icon {
			margin-top: 30px;
		}
		body main .section-highlights #operative1 .el3 .operative-icon {
			margin-top: 30px;
		}
		body main .section-highlights  #operative1 .el4 .operative-icon {
			margin-top: 30px;
		}
		body main .section-highlights #operative1 .el2 .operative-desc img {
			shape-margin:0px;
		}
		body main .section-highlights #operative1 .el4 .operative-desc img{
			width:60px !important;
			margin-top: 5px;
		}





		body main .section-highlights .operative-content .operative-el .operative-value {
			font-size: 2em;
		}
		.eurmil:after{
			content: "€ mln";
			font-size: medium;	
			font-family: "OswaldBook";	
		}
		.twh:after{
			content: "TWh";
			font-size: medium;
		}
		.perc:after{
			content: "%";
			font-size: medium;
		}
		.km:after{
			content: " km";
			font-size: medium;
		}
		.sf6:after{
			content: "6";
			font-size: small;		
		}
		.ore:after{
			content: " ore";
			font-size: medium;		
		}
		.dtot:after{
			content: "del totale";
			font-size: "medium";
			font-size: medium;
			position: absolute;
			bottom: -20px;
			left: -35px;
			width: 100px;
		}
		body main .section-highlights #perf1 .operative-content {
			transform: scale(1.1);
		}
body main .section-highlights #perf1 .item-content {
	transform: scale(1.1);
}
body main .section-highlights #perf2 .item-content {
	transform: scale(1.1);
}
body main .section-highlights #perf3 .item-content {
}
body main .section-highlights #perf4 .item-content {
	transform: scale(1.1);
}
body main .section-highlights #perf5 .item-content {
	transform: scale(1.1);
}
body main .section-highlights #perf6 .item-content {
	transform: scale(1.1);
}
		body main .section-highlights .operative-content .operative-el .operative-desc {
			font-family: 'OswaldBook';
			font-size: medium;
		}
		body main .section-highlights #operative2 .operative-row .operative-el:last-child{
			border-right:none;
		} 
		body main .section-highlights #operative2 .operative-el .operative-title{
			font-size: 14px;
			line-height: 15px;
		}
		
		body main .section-highlights #operative2 .operative-el .operative-icon img{
			max-width: 70px !important;
			width: 70px !important;
		}
/*------------OPERATIVE 2-------------------------------------------*/
		body main .section-highlights #operative2.operative-content .operative-el .operative-value {
			font-size: 30px;
		}
		body main .section-highlights #operative2.operative-content .operative-el .operative-desc {
			font-size: small;
			margin-top: -5px;
		}
		body main .section-highlights #operative2 .operative-el.el1{
			border-bottom: 1px solid #005aa9;
		}
		body main .section-highlights #operative2 .operative-el.el2{
			border-bottom: 1px solid #005aa9;
		}
		body main .section-highlights #operative2 .operative-el.el3{
			border-bottom: 1px solid #005aa9;
			border-right: none;
		}

		body main .section-highlights #operative2 .operative-el.el2 .operative-icon img {
			max-width: 100px !important;
			width: 100px !important;
			margin-top: 0px;
		}
		body main .section-highlights #operative2 .operative-el.el3 .operative-icon img {
			max-width: 100px !important;
			width: 100px !important;
			margin-top: 0px;
		}
		body main .section-highlights #operative2 .operative-el.el4 .operative-icon img {
			max-width: 100px !important;
			width: 100px !important;
			margin-top: 10px;
		}
		body main .section-highlights #operative2 .operative-el.el5 .operative-icon img {
			max-width: 50px !important;
			width: 80px !important;
			margin-top: 5px;
		}
		body main .section-highlights #operative2 .operative-el.el6 .operative-icon img {
			max-width: 120px !important;
			width: 120px !important;
			margin-top: 15px;
		}

		.azionarie-content{

		}
		body main .sezione-performance .owl-carousel .owl-item .azionarie-content .azionarie-chart{
			width: 80%;
			height: 280px;
			float:left;
			max-width: 80%;
			margin-bottom: 25px;
		}
		.azionarie-content .azionarie-item{
			max-height: 200px;
			color: #005aa9;
			text-align: center;
			font-family: 'OswaldBold';
			padding-top: 7px;
			float:right;
			position: absolute;
			bottom: 60px;
			right: 0;
			text-align: left;
		}
		.azionarie-content .azionarie-item .azionarie-value {
			font-size: 60px;
		}
		.azionarie-content .azionarie-item .azionarie-value.perc:after{
			font-size: large;
		} 
		.azionarie-content .azionarie-item .azionarie-desc {
			font-family: 'OswaldBook';
			font-size: large;
			margin-left:20px;
		}



/*------------AMBIENTALI-------------------------------------------*/
.brnone {
	border-right:none !important;
}
		.ambientali-top {
			border-bottom: 1px solid #cb5700;
		}
		.ambientali-top-inner {
			max-height: 200px;
			color: #cb5700;
			text-align: center;
			font-family: 'OswaldBold';
			/* border-right: 1px solid #005aa9; */
			/* border-top: 1px solid #005aa9; */
			/* padding-top: 7px; */
			margin: auto;
			max-width: 85%;
			padding: 5px;
		}
		.ambientali-top-inner .left-text {
			/* float: left; */
			width: 170px;
			font-size: 16px;
			line-height: 18px;
			text-align: right;
			margin: 0;
			display: inline-block;
		}
		body main .sezione-performance .owl-carousel .owl-item .ambientali-top img {
			max-width: 70px;
			/* float: left; */
			display: inline-block;
			margin: 0;
			vertical-align: super;
			margin-left: 40px;
		}
		.ambientali-ore {
			width: auto;
			font-size: 40px;
			line-height: 18px;
			text-align: right;
			margin: 0;
			display: inline-block;
			vertical-align: top;
			line-height: 90px;
			margin-left: 20px;
		}
		.ambientali-perc {
			width: auto;
			font-size: 40px;
			line-height: 18px;
			text-align: right;
			margin: 0;
			display: inline-block;
			vertical-align: top;
			line-height: 90px;
			margin-left: 20px;
			position: relative;
		}
		.ambientali-container{
			border-right: 1px solid #cb5700;
		}
		.ambientali-container:last-child{
			border-right: none;
		}
		.ambientali-item {
			max-height: 200px;
			color: #cb5700;
			text-align: center;
			font-family: 'OswaldBold';
			/* border-top: 1px solid #005aa9; */
			padding-top: 7px;
		}
		body main .sezione-performance .owl-carousel .owl-item .ambientali-item .ambientali-icon img {
			display: block;
			-webkit-transform-style: preserve-3d;
			width: auto;
			height: 80px;
		}
		.ambientali-value {
			font-size: 40px;
		}
		.ambientali-icon img {
			/* width: 4em !important; */
		}


		.high-persone-item {
			max-height: 280px;
			height: 280px;
			color: #cb5700;
			text-align: center;
			font-family: 'OswaldBold';
			border-right: 1px solid #cb5700;
			/* border-top: 1px solid #005aa9; */
			padding-top: 7px;
		}
		.high-persone-icon{
			height: 90px;
		}
		.high-persone-value {
			font-size: 40px;
		}
		.high-persone-text {
			margin-top: 5px;
			font-size: small;
		}
		body main .sezione-performance .owl-carousel .owl-item .high-persone-icon img {
			/* width: 4em !important; */
			display: block;
			width: 100%;
			/* max-width: 100px; */
			margin: 15px auto;
			-webkit-transform-style: preserve-3d;
			width: auto;
			height: 70px;
		}

		
		.high-societa-item {
			max-height: 280px;
			height: 280px;
			color: #cb5700;
			text-align: center;
			font-family: 'OswaldBold';
			border-right: 1px solid #cb5700;
			/* border-top: 1px solid #005aa9; */
			padding-top: 7px;
		}
		.high-societa-icon{
			height: 90px;
		}
		body main .sezione-performance .owl-carousel .owl-item .high-societa-icon img {
			display: block;
			-webkit-transform-style: preserve-3d;
			width: auto;
			height: 70px;
		}
		.high-societa-value {
			font-size: 40px;
		}
		.high-societa-text {
			margin-top:5px;
			font-size: small;
		}
		.high-societa-icon img {
			/* width: 4em !important; */
		}

body main .controls .ctrl.active, body main .controls .ctrlf.active {
	border: 1px solid #005aa9;
	background-color: #005aa9;
}

.owl-slide {

}
body main .section-highlights .col-xs-6.operative-title:hover {
    cursor: pointer;
}
.owl-slide > .title {
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0;
    background-color: #fffeff;
    position: absolute;
    top: -15px;
    width: 420px;
    left: 0;
    margin: auto;
    display: block;
    /* clear: both; */
    right: 0;
    position: relative;
}


body main .controls .ctrl, body main .controls .ctrlf {
	height: 100px;
	width: 100px;
	font-size: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 50px;
	border: 1px solid #81818D;
	background-color: #dee3f3;
	/* margin-bottom: 20px; */
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	float: left;
	margin-right: 15px;
	font-family: "OswaldBook";
	line-height: 96px;
	vertical-align: middle;
}
body main .controls .ctrl:first{
	line-height: 140px;
}
	body main .controls .ctrl span, body main .controls .ctrlf span {
		font-size: 12px;
		vertical-align: middle;
		color: #81818D;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		color: #165aa9;
		display: inline-block;
		line-height: normal;
	}

	body main .controls .ctrl.orange {
		background-color: #ffe3ce;
	}
	body main .controls .ctrl.orange span {
		color: #ce5f0d;
	}
	body main .controls .ctrl.orange.active span, body main .controls .ctrlf.orange.active span{
		color: #fff;
	}
	body main .controls .ctrl.orange:hover, body main .controls .ctrlf.orange:hover {
		border: 1px solid #ce5f0d;
	}
	body main .controls .ctrl.orange.active, body main .controls .ctrlf.orange.active {
		border: 1px solid #ce5f0d;
		background-color: #ce5f0d;
	}

body main .section-contesti {
	position: relative;
	/*min-height: 400px;*/
	margin-top: -5px;
	min-height: -moz-calc(100vh - 200px);
	min-height: calc(100vh - 100px);
}

	body main .section-contesti .img-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background: url(../img/bg_contesti.png) no-repeat center center;
		background-size: cover;
		transform: scale3d(1.9, 1.9, 1.9);
		transition: all 4s ease-out;
	}

body main .section-contesti .content {
	opacity:0;
}

	body main .section-contesti button.btn-contesto {
		width: 100%;
		background-color: #e3e4e65e;
		background-color: rgba(227, 228, 230, 0.3686274509803922);
		border: 1px solid #165aa9;
		height: 250px;
		color: #165aa9;
		display: block;
		margin: auto;
		width: 350px;
		transform:scale3d(1.0,1.0,1.0);
		transition:all 0.5s;
	}
	body main .section-contesti button#btn1.btn-contesto{
		float: left;
	}
	body main .section-contesti button#btn3.btn-contesto{
		float: right;
	}
	body main .section-contesti button.btn-contesto svg{
		height: 80px;
	}
	body main .section-contesti button.btn-contesto.active svg{
		height: 90px;
	}
	body main .section-contesti button.btn-contesto svg path{
		fill:#165aa9;
		stroke:#165aa9;
	}
	body main .section-contesti button.btn-contesto svg line{
		stroke:#fff;
	}
	body main .section-contesti button#btn3.btn-contesto svg line{
		stroke:#165aa9;
	}
	body main .section-contesti button.btn-contesto.active svg path{
		fill:#fff;
		stroke:#fff;
	}
	body main .section-contesti button.btn-contesto.active svg line{
		stroke:#165aa9;
	}
	body main .section-contesti button#btn3.btn-contesto.active svg line{
		stroke:#fff;
	}
		body main .section-contesti button.btn-contesto:hover {
			transform: scale3d(1.05,1.05,1.05);
		}
		body main .section-contesti button.btn-contesto span.text {
			font-size: 30px;
			font-weight: 500;
			font-family: "OswaldMedium";
		}

		body main .section-contesti button.btn-contesto.active {
			background-color: #165aa9;
			color: #fff;
			transform: scale3d(1.05,1.05,1.05);
		}

		body main .section-contesti button.btn-contesto.active span.text {
			font-size:40px;
		}
	body main .section-contesti .contesti-text-area {
		margin: auto;
		margin-top: 50px;
		background-color: #165aa9;
		color: #fff;
		padding: 20px;
		display: none;
	}
	body main .section-contesti .contesti-text-area.active {
		display: block;
	}
	body main .section-contesti .btn-terna-custom {
		position: absolute;
		right: 0;
		margin-right: 15px;
	}


body main .to-top i {
	font-size: 32px;
	line-height: 32px;
}

/*-------------------------------------BUSINESS SECTION-----------------------------------------------*/

.section-business {
}
	.section-business .content {
		opacity:0;
	}

/*-------------------------------------STRATEGY SECTION-----------------------------------------------*/

.section-strategy {
}

.strategy-left-content {
	
}
	.strategy-left-content img {
		max-height: 50vh;
		margin: auto;
		display: block;
	}
	.strategy-left-content video {
		max-height: 50vh;
		width: 100%;
		margin: auto;
		display: block;
	}
	.strategy-left-content iframe {
		max-width: 700px;
		max-height: 50vh;
		width: 100%;
		margin: auto;
		display: block;
	}

	

.strategy-right-content {
	/* max-width: 700px; */

	border: 1px dashed #005aa9;
	height: 50vh;
	border-radius: 35px;
	padding: 30px;
	text-align: center;
	vertical-align: middle;
}

	.strategy-right-content .overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 16px;
		right: 16px;
		background-color: transparent;
		border-radius: 35px;
		/* padding: 10px; */
		z-index: 3;
		display: none;
		opacity: 0;
		transition: opacity 0.4s linear;
	}
		.strategy-right-content .overlay.active {
			background-color: rgba(255, 255, 255, 0.1);
			display: block;
			opacity: 1;
			cursor: pointer;
		}
		.strategy-right-content .overlay > img {
			display: none;
			transform: translateY(-50%);
			top: 50%;
			width: 100%;
			position: relative;
		}
img#strategy_item_fr {
	margin-bottom:0vh;
}
img#strategy_item_2 {
	margin-top: 0vh;
}
.strategy-right-content .overlay.img1 > #strategy_item_1_in {
	display: inline-block;
}
.strategy-right-content .overlay.img2 > #strategy_item_2_in {
	display: inline-block;
}
.strategy-right-content .overlay.img3 > #strategy_item_3_in {
	display: inline-block;
}


	.strategy-right-content.selected > img, .strategy-right-content.selected > img.after, .strategy-right-content.selected > img.after.finished {
		opacity: 0.1;
	}


		.strategy-right-content > img {
			margin-top: 2vh;
			margin-bottom: 2vh;
			transition: all 1s ease-out 0s;
			transform: scale3d(0.1,0.1,0.1);
			opacity: 0;
			position: relative;
			width: 90%;
			margin-left: auto;
			margin-right: auto;
			display: block;
			left: 0;
			right: 0;
			cursor:pointer;
		}


		.strategy-right-content > img.after {
			transform: scale3d(1,1,1);
			opacity: 1;
		}
			.strategy-right-content > img.after.finished {
				transition: all 0.2s ease-out 0s;
			}


			.strategy-right-content > img.active {
				transform: scale(1.15);
				z-index: 2;
			}

		.strategy-right-content > img:not(.active):not(#strategy_item_fr):hover {
			transform: scale3d(1.1,1.1,1.1);
		}


/*-------------------------------------PERSONE SECTION-----------------------------------------------*/
.section-persone {
}
.section-persone .section-title {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	z-index: 2;
	color: #fff;
	text-align: center;
}

	.section-persone .owl-dots {
		top: 35px;
		left: 0;
		right: 0;
		position: absolute;
	}
		.section-persone .owl-dots .owl-dot span {
			width: 15px;
			height: 15px;
			background-color: #fff;
			border-color: #fff;
		}

		.section-persone .owl-dots .owl-dot.active span {
			background-color: #ef7213;
			border-color: #ef7213;
		}


.persone-carousel .item .animated-bg {
	height: calc(100vh - 100px);
	width: 100%;
	background-size:160vw;
	transition:all 4s;
	background-position:center;
	min-height: 630px;

}

	.persone-carousel .item .animated-bg.after {
		background-size: 100vw;
	}

.persone-carousel #persone_slide_1 .animated-bg {
	background-image: url('../img/persone1.jpg');
}
.persone-carousel #persone_slide_2 .animated-bg {
	background-image: url('../img/persone2.jpg');
}

.persone-carousel .title {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	z-index: 1;
	text-align: center;
	font-size: 40px;
	color: #165aa9;
	font-weight: bold;
}

	.persone-carousel .title.white {
		color: #fff;
	}

.persone-carousel .persone-slide-content {
	transition: opacity 0.5s ease 4s;
	opacity: 0;
}

.persone-carousel .persone-slide-content.after {
	transition: opacity 0.5s ease 4s;
	opacity: 1;
}

.persone-carousel .text-container {
	font-family: Titilium;
	max-width: 1310px;
	margin: auto;
	color: #fff;
	position: absolute;
	/*bottom: 20vh;*/
	left: 100px;
	top: 100px;
	z-index: 1;
	max-width: 440px;
}
.persone-carousel .text-container .text{
	padding: 20px;
	background-color: rgba(22, 90, 169, 0.7607843137254902);
}
.persone-carousel .text-container a.btn-terna-custom{
	margin-left: 0px;
	margin-right: 0px;
	background-color: #2966ad;
}

.persone-carousel .top-right-block {
	position: absolute;
	top: 100px;
	z-index: 1;
	text-align:center
}

#persone_slide_1 .top-right-block,#persone_slide_2 .top-right-block {
    position: absolute;
    z-index: 1;
    text-align: center;
	/* transform: scale(1.3); */
	position: absolute;
    top: 100px;
	right: 100px;
	font-size:40px;
	right: 11vw;
    font-size: 2em;
}
/* #persone_slide_2 .top-right-block{
	right: 40px;
} */
	.persone-carousel .top-right-block .block {
		background-color: rgba(22, 90, 169, 0.7607843137254902);
		color: #fff;
		padding: 20px;
		/* float: left; */
		width: 230px;
		margin-left: 5px;
		margin-top:20px;
	}


.persone-carousel .top {
	font-family:OswaldBold;
	font-size:1.1em;
}
.persone-carousel .desc {
	font-family: OswaldBook;
	font-size:0.5em;
}

.persone-carousel #persone_slide_2 .top {
	/* font-family: OswaldBook; */
	/* font-size: 30px;
	line-height: 34px; */
	margin-bottom: 5px;
}
.persone-carousel #persone_slide_2 .top:last-child{
	padding-bottom: 5px;
}
.persone-carousel #persone_slide_2  .top-right-block .block {
	width: 250px;
    margin-left: 5px;
}

body main .section-persone .owl-nav {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 40vh;
	width: auto;
	height: auto;
}

body main .section-persone .slide-carousel .owl-nav .owl-next {
	background-image: url(../img/ico/Freccia_RIGHT_White.png);
}

body main .section-persone .slide-carousel .owl-nav .owl-prev {
	background-image: url(../img/ico/Freccia_LEFT_White.png);
	background-position: left;
}

body main .section-persone .anim {
	position: absolute;
	bottom:0px;
	top:0;
	right: 0px;
	left:0px;
}
	body main .section-persone .anim > canvas {
		transition: all 1.5s;
		opacity: 0;
	}



.lum {
	position: absolute;
	background-image: url(../img/lum.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 220px;
}

	.lum.right {
		right: 0;
		bottom: 40px;
		transform: rotate(180deg);
	}

	.lum.left {
		left: 0;
		top: 40px;
	}

.business-model-container {
	/* height: 50vh; */
    /* min-height: 50vh; */	
    display: block;
    overflow-x: auto;
}

svg#business_model_svg {
	/* position: absolute; */
	/* width: 80%; */
	width: 1400px;
	margin: auto;
	right: 0;
	left: 0;
	display: block;
	min-height:50vh;
}
	/* svg#business_model_svg .img-inner {
		width: 24%;
		y: 80px;
		x: 120px;
	}
	svg#business_model_svg .img-inner-circle {
		width: 9%;
		y: 523px;
		x: 1510px;
	}
	svg#business_model_svg .img-inner-data {
		width: 70%;
		x: 525;
		y: 10;
	} */

.business-model-data {
	position: relative;
	left: 670px;
	top: 40px;
	/* bottom: 81px; */
	height: 80%;
}
.business-model-data ul {
	list-style:none !important;
}
.business-data {
	transform: translateY(-50%);
	top: 50%;
}
.business-data-1 ul li {
	font-family: OswaldBold;
	padding: 5px;
	color: #165aa9;
	margin-top: 7vh;
}
	.business-data-1 ul li .text {
		border-top: 2px solid #165aa9;
		border-bottom: 2px solid #165aa9;
		padding:5px;
	}
	.business-data-1 ul li:first-child {
		color: #ca5700;
		margin-left: -1vw;
		margin-right: 1vw;
	}
		.business-data-1 ul li:first-child .text {
			border-top: 2px solid #ca5700;
			border-bottom: 2px solid #ca5700;
		}
		.business-data-1 ul li:first-child:before {
			position: absolute;
			display: block;
			top: -4px;
			left: -35px;
			content: "";
			background-image: url(../img/placeholder/be01.png);
			width: 70px;
			height: 70px;
		}
	.business-data-1 ul li:last-child {
		color: #a30f00;
		margin-left: -1vw;
		margin-right: 1vw;
	}
		.business-data-1 ul li:last-child .text {
			border-top: 2px solid #a30f00;
			border-bottom: 2px solid #a30f00;
		}


.section-sostenibilita{

}
.section-sostenibilita .content {
	opacity: 0;
}
.section-sostenibilita .btn-sost{
    display: inline-block;
    border: 1px solid #337ab7;
    margin-top: 20px;
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    /* margin-left: 40px; */
	display: table;
	transition: all 0.5s ease;
}
.section-sostenibilita .btn-sost:hover{
	transform: scale(1.05);
}




.section-finanza{

}
.section-finanza .section-title{
	color:#fff;
}
.section-finanza .img-wrapper{
	background: url(../img/finanza.jpg) no-repeat center center;
	background-size: cover;
}
.section-finanza .content {
	margin-top: 10vh;
	height: 50vh;
	opacity: 0;
}
.section-finanza .ctn {
    transition: all 0.5s ease;
    font-size: 20px;
    padding: 20px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    height: 45vh;
	width: auto;
    display: block;
    border: 1px solid #005aa9;
}
.ctn:hover {
    transform: scale(1.1);
}
.section-finanza .ctn .ctn-title {
	font-family: OswaldBold;
    color: #005aa9;
    margin-top: 2vh;
	margin-bottom: 4vh;
	font-size:1.2em;
}
.section-finanza .ctn .ctn-text{
	font-size:0.9em;
}
.section-finanza .btn.btn-terna {
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: block;
}
.section-finanza .anim {
    position: absolute;
    bottom: 0px;
    top: 0;
    right: 0px;
    left: 0px;
}
.section-finanza  .anim > canvas {
	transition: all 1.5s;
	opacity: 0;
}




.section-history {

}
.section-history .content{
	opacity: 0;
    margin-top: 60px;
}

a.btn-terna-expand{
	background-image: url(../img/ico/expand.png);
    background-size: contain;
    width: 50px;
    display: block;
    height: 50px;
    margin-right: 100px;
	margin-left: 100px;
	transition: all 0.5s ease;
}
a.btn-terna-expand.business{
	position: absolute;
    right: 0;
    bottom: 0;
}
a.btn-terna-expand.matrix1{
	position: absolute;
    right: 40px;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 45px;
}
a.btn-terna-expand.matrix2{
	position: absolute;
    right: 40px;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 45px;
}
a.btn-terna-expand:hover,a.btn-terna-expand.matrix1:hover,a.btn-terna-expand.matrix2:hover{
	transform:scale(1.1);
}

a.btn-terna-custom,a.btn-terna-custom:link,a.btn-terna-custom:hover,a.btn-terna-custom:visited {
	background-color: #005aa9;
	text-align: center;
    color: #fff;
    font-family: OswaldMedium;
    font-weight: 100;
    border-radius: 0;
    display: block;
    width: auto;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
}

body main a.btn-terna-custom:focus {
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*DATI STORICI---------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/
body main .sezione-datistorici .tr-row #chart_div{
	position: relative;
}

body main .sezione-datistorici .tr-row #chart_div:after {
	content: "€/milioni";
    /* background-color: #165aa9; */
    color: #000;
    /* font-family: OswaldBook; */
	bottom: 7px;
	left: 10px;
    position: absolute;
	padding: 8px 20px 8px 20px;
	padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*PROSPETTI---------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

.section-prospetti {

}
.section-prospetti .content{
    margin-top: 40px;
    opacity: 0;
    margin-bottom: 30px;
    display: block;
    float: left;
}
.section-prospetti .content .prospetti-item{
    margin: 30px;
}
.section-prospetti .content .prospetti-item .title{
    min-height: 100px;
    font-family: OswaldMedium;
    font-weight: 500;
    color: #165aa9;
    text-align: center;
    line-height: 20px;
    max-width: 300px;
    margin: auto;
}
.section-prospetti .content .prospetti-item .image{
	min-height: 300px;
	margin-bottom: 20px;
}
.section-prospetti .content .prospetti-item .image > img{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(133,133,133,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(133,133,133,1);
	box-shadow: 10px 10px 5px 0px rgba(133,133,133,1);
	border: 1px solid gray;
	cursor: pointer;
	transition: all 0.5s;
	max-width: 90%;
    margin: auto;
    display: block;
}
.section-prospetti .content .prospetti-item .image > img:hover {
    transform: scale(1.1);
}
.section-prospetti .content .prospetti-item a.btn-terna-custom{
	margin: auto;
	max-width: 200px;
}

body footer .disclaimer.table h3 {
    color: #1558a1;
    font-family: OswaldMedium;
    font-weight: 500;
    text-transform: none;
    margin-top: 0;
}
/*------------------------------------------------------------------------------------------------------------------------*/
/*FOOTER---------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

footer * {
	box-sizing: content-box ;
}
body footer > p{
	width: 90%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
body footer a:hover,body footer a:focus {
    color: #fff;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*END FOOTER ---------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------------------------*/
/*DOWNLOAD CENTER---------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/

.section-download{
	position:relative;
	padding-bottom:100px;
}
.subheader {
	font-size: 25px;
}
.subheader .title {
    color: #fff;
    font-size: 1em;
    line-height: 35px;
	margin-left: 20px;
	float: left;
}
a.download-center-close {
    float: right;
    color: #fff;
    margin-right: 10px;
    font-size: 1em;
}

.download-item {
	width: 95%;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #005aa9;
	margin:4vh 2vw 3vh 2vw;
	opacity: 0.3;
	cursor: pointer;
}
.download-item.selected {
    opacity: 1;
}
.download-item.orange{
    border-bottom: 2px solid #ca5600;	
}
.download-item img.icon {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 200px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.download-item .actions {
	position: absolute;
    top: -80px;
	left: 0px;
	opacity: 0;
	visibility: hidden;
}
.download-item.selected .actions {
	opacity: 1;
	visibility: visible;
}
.download-item .actions svg {
	height: 60px;
    max-height: 70px;
    width: 60px;
    max-width: 70px;
    cursor: pointer;
}
.download-item.orange .actions svg path.cls-1 {
	fill:#ca5600;
}
.download-item.orange .actions svg path.cls-2,.download-item.orange .actions svg path.cls-3 {
	stroke:#ca5600;
}
.download-item .title {
    font-size: 20px;
    font-family: OswaldBook;
    color: #005aa9;
    margin-left: 190px;
    margin-right: 160px;
    margin-top: 120px;
    /* margin-bottom: 20px; */
    padding-bottom: 10px;
    /* border-bottom: 2px solid #005aa9; */
    position: relative;
	display:inline-block;
	min-width: 300px;
}
.download-item .title .subtitle {
    font-size: 12px;
}
.download-item.orange .title{
	color: #ca5600;
}

.download-item-selection {
    height: auto;
    display: block;
    width: 100%;
    display: block;
    position: relative;
    border-left: 2px solid #005aa9;
    margin: 2vw 2vh 2vw 2vh;
    padding: 20px;
    font-size: 20px;
    font-family: OswaldBook;
}

.download-container{
	margin-top:40px;
	color: #165aa9;
}

.download-container .download-list{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.download-container .download-list.selected{
	display: block;
	opacity: 1;
	visibility: visible;
}

.download-item-selection .download-header {
    /* margin-left: 60px; */
	color: gray;
	padding-left: 0.5em;
	padding: 0 0 0 20px;
}

.download-item-selection .download-header span:first-child {
	float:left;
}
.download-item-selection .download-header span:last-child {
	float:right;
}

.download-container ul{
	list-style:none;
}

.download-container ul li.download-element{
	margin-top: 10px;
    font-size: 22px;
}
.download-container ul li.download-element a span{
	vertical-align: top;
	display: inline-block;
	width: 70%;
}

.download-container ul li.download-element > span{
	color:gray;
	float:right;	
}

.download-action {
	position: absolute;
	bottom: -100px;
	left:0;
	right: 0;
	font-size:20px;
	color:#165aa9;
	padding: 20px;
	border-bottom: 1px solid #165aa9;
	margin: 2vh 2vw 0vh 2vw;
}
.download-action .download-now-action{
	cursor: pointer;
	float:left;
}
.download-action .share-now-action{
	cursor: pointer;
	float:right;
}

.download-action svg {
	height: 70px;
	max-height: 60px;
	width:70px;
	max-width: 70px;
}
.download-action svg#share_now_icon {
	float:right;
}
.download-action .download-now{
	line-height: 60px;
	float:left;
}
.download-action .share-now{
	line-height: 60px;	
	float:right;
}

.a2a_more { display: none !important; }

/* .download-item-selection .pretty{
	opacity: 0;
	visibility: hidden;
	display: none;
} */

.download-item-selection .pretty .state label:before {
    border-color: #165aa9 !important;
}

embed{
	display: none;
	visibility: hidden;
}

/*------------------------------------------------------------------------------------------------------------------------*/
/*END DOWNLOAD CENTER-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------*/


/**/

#sezione-nostricontesti .inner-tab{
	min-height: 300px;
}