/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Description: Tema Child per il tema WP Bootstrap Starter
Author: Telemaco
Template: wp-bootstrap-starter
Version: 0.1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@100;300;400;700&display=swap');
body{
	font-family: 'Titillium Web', sans-serif;
	color: #4c4b4b;
}
a{
	color: #ea062b ;
	text-decoration: none;
}
a:hover{
	color: #ea062b ;
}
/* Generate Margin Class
* margin, margin-top, margin-bottom, margin-left, margin-right
*/
.m-0 { margin: 0 !important;}.m-t-0 {margin-top: 0 !important;}.m-b-0 {margin-bottom: 0 !important;}.m-l-0 {margin-left: 0 !important;}.m-r-0 {margin-right: 0 !important;}.m-5 {margin: 0.3125rem !important;}.m-t-5 {margin-top: 0.3125rem !important;}.m-b-5 {margin-bottom: 0.3125rem !important;}.m-l-5 {margin-left: 0.3125rem !important;}.m-r-5 {margin-right: 0.3125rem !important;}.m-10 {margin: 0.625rem !important;}.m-t-10 {margin-top: 0.625rem !important;}.m-b-10 {margin-bottom: 0.625rem !important;}.m-l-10 {margin-left: 0.625rem !important;}.m-r-10 {margin-right: 0.625rem !important;}.m-15 {margin: 0.9375rem !important;}.m-t-15 {margin-top: 0.9375rem !important;}.m-b-15 {margin-bottom: 0.9375rem !important;}.m-l-15 {margin-left: 0.9375rem !important;}.m-r-15 {margin-right: 0.9375rem !important;}.m-20 {margin: 1.25rem !important;}.m-t-20 {margin-top: 1.25rem !important;}.m-b-20 {margin-bottom: 1.25rem !important;}.m-l-20 {margin-left: 1.25rem !important;}.m-r-20 {margin-right: 1.25rem !important;}.m-25 {margin: 1.5625rem !important;}.m-t-25 {margin-top: 1.5625rem !important;}.m-b-25 {margin-bottom: 1.5625rem !important;}.m-l-25 {margin-left: 1.5625rem !important;}.m-r-25 {margin-right: 1.5625rem !important;}.m-30 {margin: 1.875rem !important;}.m-t-30 {margin-top: 1.875rem !important;}.m-b-30 {margin-bottom: 1.875rem !important;}.m-l-30 {margin-left: 1.875rem !important;}.m-r-30 {margin-right: 1.875rem !important;}/*
* Generate Padding Class
* padding, padding-top, padding-bottom, padding-left, padding-right
*/.p-0 {padding: 0 !important;}.p-t-0 {padding-top: 0 !important;}.p-b-0 {padding-bottom: 0 !important;}.p-l-0 {padding-left: 0 !important;}.p-r-0 {padding-right: 0 !important;}.p-5 {padding: 0.3125rem !important;}.p-t-5 {padding-top: 0.3125rem !important;}.p-b-5 {padding-bottom: 0.3125rem !important;}.p-l-5 {padding-left: 0.3125rem !important;}.p-r-5 {padding-right: 0.3125rem !important;}.p-10 {padding: 0.625rem !important;}.p-t-10 {padding-top: 0.625rem !important;}.p-b-10 {padding-bottom: 0.625rem !important;}.p-l-10 {padding-left: 0.625rem !important;}.p-r-10 {padding-right: 0.625rem !important;}.p-15 {padding: 0.9375rem !important;}.p-t-15 {padding-top: 0.9375rem !important;}.p-b-15 {padding-bottom: 0.9375rem !important;}.p-l-15 {padding-left: 0.9375rem !important;}.p-r-15 {padding-right: 0.9375rem !important;}.p-20 {padding: 1.25rem !important;}.p-t-20 {padding-top: 1.25rem !important;}.p-b-20 {padding-bottom: 1.25rem !important;}.p-l-20 {padding-left: 1.25rem !important;}.p-r-20 {padding-right: 1.25rem !important;}.p-25 {padding: 1.5625rem !important;}.p-t-25 {padding-top: 1.5625rem !important;}.p-b-25 {padding-bottom: 1.5625rem !important;}.p-l-25 {padding-left: 1.5625rem !important;}.p-r-25 {padding-right: 1.5625rem !important;}.p-30 {padding: 1.875rem !important;}.p-t-30 {padding-top: 1.875rem !important;}.p-b-30 {padding-bottom: 1.875rem !important;}.p-l-30 {padding-left: 1.875rem !important;}.p-r-30 {padding-right: 1.875rem !important;}.p-r-35 {padding-right: 1.9375rem !important;}.p-l-35 {padding-left: 1.9375rem !important;}.p-t-60 {padding-top: 2.750rem !important;}
.bk-dark{
	background-color: #000 !important;
}
.bk-white{
	background-color: #fff !important;
}
.bk-blue{
	background-color: #005071 !important;
}
.cr-white{
	color: #fff !important;
}
.cr-blue{
	color: #005071 !important;
}
.cr-red{
	color: #b91e2b !important;
}
.cr-dark{
	color: #000 !important;
}
.border-top-1{
	border-top: 1px solid #fff;
}
.border-bottom-4{
	border-bottom: solid 4px #a5a5a5;
}
h1, h2{
	font-size: 34px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
	margin: 0;
}
h3{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 20px 0px;
	margin: 0;
}
@media all and (max-width: 768px) {
	p {
		font-size: 16px;
	}
}
section{
	padding: 0;
}
.bk-over-section{
	padding: 60px 0 60px 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.bk-color{
	background-color: #005071 ;
}
.bk-color2{
	background-color: #f2f2f2;
}
.box-ico-img{
	padding-right: 15px;
	padding-left: 15px;

	text-align: center;
}
.box-ico-img .box-title{
	font-size: 30px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 15px;
}
.box-ico-img p{
	text-align: center !important;
}

.ico-img{
	margin: 0 auto 0 auto;
	margin-bottom: 15px;
}
.ico-img.ico-round{
	max-width: 130px;
	border-radius: 100%;
	padding: 20px;
	overflow: hidden;
}
.ico-round img{
	/*	width: calc(100% - 20px);*/
}
.ico-img {
	background-color: #005071;
}
.bk-color .ico-img {
	background-color: #fff;
}
.bk-color2 .ico-img {
}
footer{
	color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 14px;
	border-top: 2px solid #fff;
	background-color: #01384f;
}
footer a{
	color: #fff;
	font-size: 14px;
}
footer a:hover{
	color: #fff;
}
footer h3{
	font-weight: 300;
}
.testo-normal{
	font-size: 18px !important;
	font-weight: normal;
}
.testo-normal p{
	padding: 0;
	margin: 0 0 5px 0;
}
.testo-small{
	font-size: 15px !important;
	font-weight: normal;
}
.testo-extra-small{
	font-size: 12px !important;
	font-weight: normal;
}
.btn-primary-black {
	color: #fff;
	background-color: transparent;
	border-color: #ea062b;
	border-radius: 0;
	white-space: nowrap;
	border-width: 2px;font-weight: bold;
	padding: 15px 20px 15px 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.btn-primary-black:hover {
	color: #fff;
	background-color: #ea062b;
	border-color: #ea062b;
}
.btn-primary-black:focus, .btn-primary-black.focus {
	color: #fff;
	background-color: transparent;
	border-color: #ea062b;
	box-shadow: none;
}
.btn-primary-black.disabled, .btn-primary-black:disabled {
	color: #fff !important;
	background-color: transparent;
	border-color: #ea062b;
}
.btn-primary-black:not(:disabled):not(.disabled):active, .btn-primary-black:not(:disabled):not(.disabled).active,
.show > .btn-primary-black.dropdown-toggle {
	color: #fff !important;
	background-color: transparent;
	border-color: #ea062b;
}
.btn-primary-black:not(:disabled):not(.disabled):active:focus, .btn-primary-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary-black2 {
	color: #000;
	background-color: transparent;
	border-color: #ea062b;
	border-radius: 0;
	white-space: nowrap;
	border-width: 2px;font-weight: bold;
	padding: 15px 20px 15px 20px;
	font-size: 12px;
	text-transform: uppercase;
}
.btn-primary-black2:hover {
	color: #000;
	background-color: #ea062b;
	border-color: #ea062b;
}
.btn-primary-black2:focus, .btn-primary-black2.focus {
	color: #000;
	background-color: transparent;
	border-color: #ea062b;
	box-shadow: none;
}
.btn-primary-black2.disabled, .btn-primary-black2:disabled {
	color: #000 !important;
	background-color: transparent;
	border-color: #ea062b;
}
.btn-primary-black2:not(:disabled):not(.disabled):active, .btn-primary-black2:not(:disabled):not(.disabled).active,
.show > .btn-primary-black2.dropdown-toggle {
	color: #000 !important;
	background-color: transparent;
	border-color: #ea062b;
}
.btn-primary-black2:not(:disabled):not(.disabled):active:focus, .btn-primary-black2:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-black2.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-accordion, .btn-accordion:hover, .btn-accordion:focus, .btn-accordion:active{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 0 !important;
	cursor: pointer;
	text-decoration: none;
}
.btn-accordion.collapsed, .btn-accordion.collapsed:hover, .btn-accordion.collapsed:focus, .btn-accordion.collapsed:active{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0 !important;
	text-decoration: none;
}
.btn-accordion i{
	color: #eb072a;
	margin-right:  10px;
}
.btn-accordion i.fa-angle-down{
	display: none;
}
.btn-accordion.collapsed i.fa-angle-down{
	display: inline-block;
}
.btn-accordion.collapsed i.fa-angle-up{
	display: none;
}

.form-control {
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	border-radius: 0;
}
.form-box textarea, .wpcf7 .wpcf7-textarea {
	max-height: 100px;
}
#search {
	border: 1px solid #005071;
	padding-left: 5px;
	min-width: 180px;
}
#form_search {
	display: none;
}
#form_search input[type="image"]{
	border: 1px solid #005071;
	padding: 0 5px;
}
#openSearch {
	cursor: pointer;
}
#search_mobile input[type="image"]{
	border: 1px solid #fff;
	padding: 0 5px;
}
.p_search_mobile {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0.6;
	font-size: 16px;
}
.header-top a {
	color: #000;
	padding: 0;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
.header-top a:hover {
	color: #000;
	text-decoration: none;
}
header#masthead {
	background-color: rgba(255,255,255,.8);
	box-shadow: none;
	padding: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color: #005071;
	padding:  10px 0 10px 0;
	margin: 25px 15px 15px 0px;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	/*border-bottom: 2px solid #000;*/
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
	margin-right: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
	font-weight: 300;
	color: #005071;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.active > a {
	/*border-bottom: 2px solid #8e8e8c;*/
	color: #b91e2b;
	font-weight: 300;
}
#masthead li a:hover:after, #masthead li.active a:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #005071;
	display: block !important;
	border: none 0 #000;
}
#masthead li.active a:after {
	background-color: #b91e2b;
}
#masthead li.active a .dropdown-menu a:after {
	background-color: #b91e2b;
}
.logged-in #masthead{
	top: 32px;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-menu {
	padding: 10px 10px 0px 10px;
	margin: 0;
	font-size: 14px;
	color: #000;
	border: 0px none rgba(0,0,0,.15);
	border-radius: 0;
	background-color: rgba(255,255,255,.8);
}
.dropdown-item {
	padding: 0 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #005071;
}
.dropdown-menu .dropdown-item {
	white-space: nowrap!important;
}
.dropdown-item:hover {
	color: #b91e2b;
}
.navbar-brand {
	max-width: 200px;
	padding: 15px 0 15px 0;
}
.container-slide{
	max-width: 1200px;
}
.bk-over{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 40%;
	z-index: 9;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.6);
}
.bk-over-testo{
	width: 100%;
	text-align: center;

}
.bk-img-cover{
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.header-pag{
	padding: 0;
}
.header-pag .bk-op{
	padding-top: 100px;
	padding-bottom: 120px;
}
.bk-op {
	background-color: rgba(0, 0, 0, 0.4);
	padding-top: 50px;
	padding-bottom: 50px;
}
.header-pag h1{
	font-size: 42px;
	padding: 100px 0 0 50px ;
	font-weight: 400;
	position:relative ;
}
@media all and (min-width:990px) {
	.header-pag h1{
		font-size: 50px;
	}
	.header-pag .claim p {
		font-size: 25px;
	}
}
.header-pag h1:after{
	position:absolute ;
	left: 0;
	bottom: 6px;
	z-index: 2;
	content: '';
	width: 200px;
	height: 2px;
	background-color: #b91e2b;
}
.header-pag h1:before{
	position:absolute ;
	left: 0;
	bottom: 13px;
	z-index: 2;
	content: '';
	width: 45px;
	height: 35px;
	background-image: url('inc/assets/img/frecce-dx.svg');
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.header-pag .box-titolo{
	padding: 0 50px 0 50px;
}
.contatti-home{
	background-color: rgba(0, 0, 0, 0.6);
	padding: 50px 35px 35px 35px;
}
.social a{
	display: inline-block;
	font-size: 10px;
	/*margin-left: 30px;
	color: #000;
	background-color: #fff;
	border-radius: 100%;
	padding: 0;*/
}
.social a .fa-inverse {
	color: #fff;
}
.social a i{
	/*width: 32px;
	height: 32px;*/
}
.social a:hover{
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "/";
	color: #fff;
	opacity: 0.4;
}
.breadcrumb a{
	color: #fff;
	text-decoration: none;
	opacity: 0.4;
}
.breadcrumb-item.active {
	color: #fff;
	opacity: 0.7;
}
.numeri-big{
	font-size: 40px;
	font-weight: bold;
	color: #e9082a;
}
.box-numeri{
	border-right: 2px solid #000;
}
.box-numeri:last-child{
	border-right: 0px none #000;
}
.wpcf7-response-output{
	color: #fff;
}
.contenuto-articolo{
	font-size: 1.25rem;
	overflow: hidden;
}
.contenuto-articolo h2{
	font-size: 2rem;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	position: relative;
	color: #005071;
}
.contenuto-articolo h2:after{
	position:absolute ;
	left: 0;
	bottom: -5px;
	z-index: 2;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #b91e2b;
}
.contenuto-articolo img{
	max-width: 100%;
}
.bk-color .contenuto-articolo h2:after, .bk-color2 .contenuto-articolo h2:after{
	/*background-color: #fff;*/
}

.contenuto-articolo a{
	display: inline-block;
	position: relative;
	z-index: 0;
	color: #000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
	/*white-space: nowrap;
	max-width: calc(100% - 5px);
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;*/
}
.contenuto-articolo a:hover{
	color: #fff;
}
.contenuto-articolo a:after {
	/*background-color: #d6d6d6;*/
	background-color: #b91e2b ;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	z-index: -1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.contenuto-articolo a.no-effect:after {
	display: none;
}
.contenuto-articolo a.color-grey {
	color: #000;
}
.contenuto-articolo a.color-grey:after {
	background-color: #d6d6d6;
}
.contenuto-articolo a.btn:after {
	display: none;
}
.contenuto-articolo .swiper-slide a:after {
	display: none;
}
.contenuto-articolo a:hover:after {
	height: 100%;
}
.contenuto-articolo p{
	padding: 0;
	margin: 0 0 15px 0;
	text-align: justify;
}
.contenuto-articolo table{
	padding: 0;
	margin: 0 0 15px 0;
	border: solid 2px #d6d6d6;
}
.contenuto-articolo table tbody tr {
	background-color: rgba(0,0,0,.05);
}
.contenuto-articolo table tbody tr:nth-of-type(odd) {
	background-color: rgba(255,255,255,.05);
}
.contenuto-articolo table thead th, .contenuto-articolo table thead td{
	padding: 5px;
	margin: 0;
}
.contenuto-articolo table tbody th, .contenuto-articolo table tbody td{
	padding: 5px;
	margin: 0;
	border-top: 1px solid #d6d6d6;
}
.contenuto-articolo table thead th p, .contenuto-articolo table thead td p, .contenuto-articolo table tbody th p, .contenuto-articolo table tbody td p{
	text-align: left;
}
.contenuto-articolo ul{
	padding: 0;
	margin: 0 0 30px 0;
}
.contenuto-articolo ul li{
	padding-left: 25px;
	list-style: none;
	background-image: url('../../uploads/2020/06/ico-li.png');
	background-repeat: no-repeat;
	background-position: left 6px;
	background-size: 15px 15px;
	margin-bottom: 5px;
}
.testo_evidenza {
	font-size: 1.75rem;
	margin-bottom: 30px;
}
.condividi-social{
	font-size: 0.875rem;
	color: #000;
	/*padding: 10px;*/
	text-align: right;
}
.social{
	padding-bottom: 30px;
}
.condividi-social .social{
	padding-left: 5px;
	padding-bottom: 0;
	padding-top: 15px;
}
.social a{
	display: inline-block;
	/*margin-right: 10px;
	font-size: 2rem;
	color: #fff;
	width: 40px;
	text-align: center;
	border-radius: 5px;
	padding: 2px;*/
	color: #fff;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.condividi-social .social a{
	/*font-size: 1.125rem;
	width: 24px;
	margin-right: 0;
	margin-left: 2px;*/
}
.social .fa-stack{
	width: 2em;
	height: 2em;
	line-height: 2em;
}
.social .fa-stack-small {
	font-size: 1em;
}
.social .fa-stack-small .fa-stack-1x{
	font-size: 1.15rem;
}
.social .fa-stack-1x{
	font-size: 1.25rem;
}
.social-footer .fa-square{
	color: #005071;
}
.social-footer .social a{
	color: #fff;
}
.social a .fa-inverse {
	color: #005071;
}
.social-footer a:hover .fa-inverse {
	color: #fff;
}
.social a:hover {
	/*background: #fff;*/
}
.social a.facebook:hover, .social-footer a.soc-facebook:hover {
	color: #3b5998;
}
.social a.youtube:hover, .social-footer a.soc-youtube:hover {
	color: #FF0000;
}
.social a.instagram:hover, .social-footer a.soc-instagram:hover {
	color: #E1306C;
}
.social a.linkedin:hover, .social-footer a.soc-linkedin:hover {
	color: #2867B2;
}
.social a.email:hover, .social-footer a.soc-email:hover {
	color: #d5bf05;
}
.social a.pinterest:hover, .social-footer a.soc-pinterest:hover {
	color: #c8232c ;
}
.social a.whatsapp:hover, .social-footer a.soc-whatsapp:hover {
	color: #25d366;
}
.social a.twitter:hover, .social-footer a.soc-twitter:hover {
	color: #1DA1F2;
}
.modal-header {
	border-bottom: 0px none #dee2e6;
}
.modal-content{
	border-radius: 0;
}
button:focus {
	outline: 0px none;
	outline: 0px auto -webkit-focus-ring-color;
}
.col-footer{
	padding: 0 15px 15px 15px;
}

/**** menu buger *****/
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000002;
	left: 0;
	top: 0;
	background-color: rgb(0,80,113);
	background-color: rgba(0,80,113, 1.0);
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 10px;
	width: 300px;
	margin-top: 10px;
}
.overlay a {
	/*padding: 8px;*/
	text-decoration: none;
	color: #fff;
	display: block;
	transition: 0.3s;
	padding: 5px 10px 5px 10px;
}
.overlay a:hover, .overlay a:focus {
	color: #fff;
}
.overlay .closebtn {
	position: absolute;
	top: 15px;
	right: 5px;
	color: #005071;
	font-size: 20px;
	font-weight: 400;
}
.overlay .closebtn:hover {
	color: #005071;
}
.overlay-content .menu-auto {
	/*background-color: transparent;*/
}
.overlay-content ul.menu-list li {
	display: block;
}
.overlay-content ul.menu-list li a{

	border-bottom: 1px solid #fff;
}
#menu-mobile {
	padding: 0;
}
#menu-mobile li{

}
#menu-mobile li a{
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	opacity: 0.6;
	font-size: 16px
}
#menu-mobile li a:hover{
	opacity: 1;
}
#menu-mobile .sub-menu{
	padding: 0;
	display:none;
}
#menu-mobile .sub-menu a{
	padding-left: 25px;
	font-size: 14px;
}
.logo-menu-mobile{
	width: 200px;
	min-width: 200px;
	padding: 8px 10px 8px 10px;
	overflow: hidden;
}
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		top: 15px;
		right: 35px;
	}
}
/**** fine menu burger *****/
@media all and (max-width:767px) {
	.box-ico-img .box-title{
		font-size: 24px;
	}
}
@media all and (min-width:768px) {
	.row-footer{
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.col-footer{
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-pack: right!important;
		justify-content: right!important;
	}
	footer h3{
		text-align: center;
	}
	.box-footer{
		text-align: center;
	}

}
@media all and (min-width:992px) {
	.testo-chisiamo{
		max-width: 60%;
	}
	.w-60{
		width: 60%;
	}
	.numeri-big{
		font-size: 110px;
	}
}
p.sottotitolo {
	color: #b91e2b;
	font-weight: 400;
}
.wrapper-contatore-co2 {
	padding: 15px 5px;
	box-sizing: border-box;
	text-align: center;
	border: 3px solid #e0e0e0;
}
@media all and (max-width:768px) {
	.wrapper-contatore-co2 {
		padding: 15px 5px 15px 5px;
		min-height: auto;
	}
}
.wrapper-contatore-co2 div {
	font-weight: bold;
	font-size: 23px;
	color: #b91e2b;
}
.wrapper-contatore-co2 p {
	margin:0;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
.wrapper-contatore-co2 i {
	color: #005071;
}
.icon-barrel {
	width:auto;
	height:38px;
	margin-bottom:4px;
}
.wrapper-cta-org {
	position: absolute;
	bottom: 0;
	left:15px;
}
.didascalia-immagine {
	font-style: italic;
	font-size: 18px;
}
.contacts-wrapper-1 {
	padding: 50px;
}
@media all and (max-width:768px) {
	.contacts-wrapper-1 {
		padding: 30px 10px;
	}
}
.contacts-wrapper-2 {
	background-color: #f2f2f2;
	padding: 50px;
}
.contacts-wrapper-2 input[type="text"], .contacts-wrapper-2 input[type="email"], textarea{
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.25);
	margin-bottom: 35px;
}
.contacts-wrapper-1 h2, .contacts-wrapper-2 h2 {
	font-size: 2rem;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	position: relative;
	color: #005071;
}
.contacts-wrapper-1 h2:after, .contacts-wrapper-2 h2:after{
	position:absolute ;
	left: 0;
	bottom: 6px;
	z-index: 2;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #b91e2b;
}
.contacts-wrapper-2 label{
	width: 100%;
}

@media (min-width: 767px) {
	ul li.dropdown:hover ul.dropdown-menu {
		display: block;
	}
}
/* triangle animation */
@media all and (min-width:990px) and (max-width:1500px) {
	.triangle-left-1 {
		width: 0;
		height: 0;
		border-top: 90px solid transparent;
		border-left: 80px solid rgba(0,80,113,0.6);
		border-bottom: 90px solid transparent;
		position: absolute;
		top:80%;
		left:0;
		z-index:100;
	}
	.triangle-left-2 {
		width: 0;
		height: 0;
		border-top: 38px solid transparent;
		border-left: 35px solid rgba(185,30,43,0.6);
		border-bottom: 38px solid transparent;
		position: absolute;
		top:60%;
		left:0;
		z-index:100;
	}
	.triangle-right-1 {
		width: 0;
		height: 0;
		border-top: 121px solid transparent;
		border-right: 110px solid rgba(185,30,43,0.6);
		border-bottom: 121px solid transparent;
		position: absolute;
		top:40%;
		right:0;
		z-index:100;
	}
	.triangle-right-2 {
		width: 0;
		height: 0;
		border-top: 65px solid transparent;
		border-right: 60px solid rgba(0,80,113,0.6);
		border-bottom: 65px solid transparent;
		position: absolute;
		top:80%;
		right:0;
		z-index:100;
	}
}
@media all and (min-width:1500px) {
	.triangle-left-1 {
		width: 0;
		height: 0;
		border-top: 190px solid transparent;
		border-left: 180px solid rgba(0,80,113,0.6);
		border-bottom: 190px solid transparent;
		position: absolute;
		top:80%;
		left:0;
		z-index:100;
	}
	.triangle-left-2 {
		width: 0;
		height: 0;
		border-top: 58px solid transparent;
		border-left: 55px solid rgba(185,30,43,0.6);
		border-bottom: 58px solid transparent;
		position: absolute;
		top:60%;
		left:0;
		z-index:100;
	}
	.triangle-right-1 {
		width: 0;
		height: 0;
		border-top: 221px solid transparent;
		border-right: 210px solid rgba(185,30,43,0.6);
		border-bottom: 221px solid transparent;
		position: absolute;
		top:40%;
		right:0;
		z-index:100;
	}
	.triangle-right-2 {
		width: 0;
		height: 0;
		border-top: 95px solid transparent;
		border-right: 90px solid rgba(0,80,113,0.6);
		border-bottom: 95px solid transparent;
		position: absolute;
		top:80%;
		right:0;
		z-index:100;
	}
}
#our-contribution {
	height: 50px!important;
}
.image-blog-card {
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.image-blog-card.category {
	min-height: 400px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.overlay-image-blog-card {
	display: none;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,80,113,0.3);
	z-index: 100;
}
.overlay-image-blog-card i {
	position: absolute;
	top:50%;
	left:50%;
	z-index: 101;
	transform: translate(-50%,-50%);
	color: rgba(0,80,113,1);
}
.sidebar-category aside {
	width: 100%!important;
	max-width: 100%!important;
}
.sidebar-category .search-field {
	border-color: rgba(0,80,113,1);
}
.sidebar-category a::after {
	content: none!important;
}
p.card-text {
	font-size: 16px;
}
.single-articolo a::after {
	content:none!important;
}
.single-articolo a:hover {
	color:inherit;
	background-color: #f2f2f2;
}

/* accordion (key figures) */
.image-cropper {
	width: 150px;
	height: 150px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid rgba(0,80,113,1);
}
.wrapper-accordion {
	width: 150px;
	margin-bottom: 20px;
}
.accordion-img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}
.accordion-line {
	position: absolute;
	top:30%;
	left:100%;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background-color: rgba(0,80,113,1);
	z-index: 2;
}
.accordion-line.active {
	background-color:  rgba(185,30,43,1);
}
.accordion-text {
	position: absolute;
	top:5px;
	left:5px;
	z-index: 2;
	font-size: 16px;
	padding: 10px;
	overflow-y: hidden;
	height: 110px;
}
.accordion-text.open {
	height: auto;
}
.accordion-text-overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top:30%;
	left:0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+50&0+0,1+50 */
	background: -moz-linear-gradient(top,  rgba(229,229,229,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,229,229,0) 0%,rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.accordion-arrow {
	cursor: pointer;
	position: absolute;
	font-size: 30px;
	top:50%;
	right:-25px;
	transform: translateY(-50%);
	color: rgba(0,80,113,1);
	z-index: 3;
}
.accordion-arrow.active {
	color:  rgba(185,30,43,1);
}
.accordion-number {
	position: absolute;
	top:0;
	right:0;
	width: 50px;
	height: 50px;
	z-index: 100;
	background-color: rgba(0,80,113,1);
	border-radius: 50%;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 10px 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
.accordion-number.animate-1 {
	top: 0px;
	right: 107px;
	background-color: rgba(185,30,43,1);
	animation: anima-number-1 0.3s linear;
}
@keyframes anima-number-1 {
	0% {
		top:0;
		right:0;
	}
	50% {
		top: -20px;
		right: 60px;
	}
	100% {
		top: 0px;
		right: 107px;
		background-color: rgba(185,30,43,1);
	}
}
.accordion-number.animate-2 {
	animation: anima-number-2 0.3s linear;
}
@keyframes anima-number-2 {
	0% {
		top: 0px;
		right: 107px;
	}
	50% {
		top: -20px;
		right: 60px;
	}
	100% {
		top:0;
		right:0;
	}
}

/*@-webkit-keyframes anima-number {
from {
top: -20px;
right: 60px;
}
to {
top: 0px;
right: -127px;
}
}

@-moz-keyframes anima-number {
from {
top: -20px;
right: 60px;
}
to {
top: 0px;
right: -127px;
}
}*/
#expand-all {
	cursor: pointer;
	font-size: 16px;
}

/* css diagram */
.group-diagram *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.group-diagram .cf:before,
.group-diagram .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.group-diagram .cf:after {
	clear: both;
}

.group-diagram{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 650px;
	margin-top: -90px;
}
@media screen and (max-width: 989px){
	.group-diagram{
		padding: 0 20px;
		height: 1900px;
		z-index: -1;
		margin-left: -12px;
		margin-top: -134px;
	}
}
.group-diagram ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.group-diagram ul span.box{
	position: relative;
	display: block;
	text-align: center;
	/*overflow: hidden;*/
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	min-height:80px;
	margin-bottom: -26px;
	box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
	-webkit-transition: all linear .1s;
	-moz-transition: all linear .1s;
	transition: all linear .1s;
}
@media screen and (max-width: 989px){
	.group-diagram ul span.box{
		font-size: 1em;
	}
}
.group-diagram ul span.box span{
	position: absolute;
	width: 90%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	display: block;
}
.group-diagram .administration > li > span.box{
	margin-bottom: 25px;
}
.group-diagram .departments{
	position: absolute;
	width: 100%;
	left: 0;
}
@media all and (min-width:990px) {
	.group-diagram .departments{
		top: -25px;
	}
}
.group-diagram .departments > li:first-child{
	width: 10.59894921190893%;
	height: 50px;
	margin: 0 auto 92px auto;
	padding-top: 0px;
	z-index: 1;
	padding-left: 0;
	background-image: none;
}
.group-diagram .departments > li:nth-child(2){
	margin-left: 0;
	clear: left;
}
.group-diagram .departments > li:nth-child(2)::before{
	content:none!important;
}
.group-diagram .departments:after{
	content: "";
	display: block;
	position: absolute;
	width: 87.1%;
	height: 35px;
	border-top: 1px solid #005071;
	border-right: 1px solid #005071;
	border-left: 1px solid #005071;
	margin: 0 auto;
	top: 110px;
	left: 5.2%
}
@media screen and (max-width: 989px){
	.group-diagram .departments:after{
		border-right: none;
		left: 0;
		width: 49.8%;
		height: 40px;
		top: 110px;
	}
}
@media screen and (min-width: 990px){
	.group-diagram .department:first-child:before,
	.group-diagram .department:last-child:before{
		border:none;
	}
}
.group-diagram .department:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 50px;
	border-left: 1px solid #005071;
	z-index: 1;
	top: -31px;
	left: 50%;
	transform: translateX(-50%);
}
li.department.dep-c {
	border-left: 0px!important;
}
li.department.dep-c:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 400px;
	border-left: 1px solid #005071;
	z-index: 1;
	top: -31px;
	left: -10px;
}
li.department.dep-c li.section {
	border-bottom: 0px;
}
li.department.dep-c li.section:after {
	content: "";
	display: block;
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #005071;
	z-index: 0;
	top: 105px;
	left: -10px;
}

.group-diagram .department{
	border-left: 1px solid #005071;
	width: 10.59894921190893%;
	float: left;
	margin-left: 1.751313485113835%;
	margin-bottom: 60px;
}
@media all and (min-width:990px) {
	.group-diagram .department{
		padding-left: 0;
		background-image: none;
		margin-bottom: 0;
	}
	.group-diagram li.section, .group-diagram li.different {
		padding-left: 0;
		background-image: none;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 989px){
	li.department.dep-c:after {
		left: -4px;
	}
	li.department.dep-c li.section:after {
		left: -4px;
	}
	.group-diagram .department{
		padding-left: 0;
		float: none;
		width: 100%;
		margin-left: 0;
		background-image: none;
	}
	.group-diagram li.section, .group-diagram li.different {
		padding-left: 0;
		background-image: none;
		margin-bottom: 0;
	}
	.group-diagram .department:before{
		content: "";
		display: block;
		position: absolute;
		width: 0;
		height: 60px;
		border-left: 1px solid #005071;
		z-index: 1;
		top: -60px;
		left: 0%;
		margin-left: -4px;
	}
	.group-diagram .department:nth-child(2):before{
		display: none;
	}
}
.group-diagram .department > span.box{
	margin: 0 0 -26px -4px;
	z-index: 1;
}
.group-diagram .department > ul{
	margin-top: 0px;
	margin-bottom: 0px;
}
.group-diagram .department li:not(.different){
	padding-left: 25px;
	border-bottom: 1px solid #005071;
	height: 105px;
}
.group-diagram .department li.different::before{
	position: absolute;
	content:'';
	height: 50px;
	width: 1px;
	background-color: #005071;
	top: 23px;
	left: 53%;
	z-index: 1;
}
@media all and (max-width:990px) {
	.group-diagram .department li.different{
		margin-bottom: 144px;
	}
	.group-diagram .department.dep-g::before {
		height: 145px;
		top: -144px;
	}
}
.group-diagram .department li span.box {
	color:#fff;
	top: 48px;
	position: absolute;
	z-index: 1;
	width: 97%;
	height: 60px;
	vertical-align: middle;
	right: -2px;
}
.group-diagram .percentuale {
	position: absolute;
	top: -17px;
	left: 50%;
	width: 35px;
	height: 30px;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: white;
	border: 1px solid #005071;
	text-align: center;
	padding-top: 5px;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	color: black;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
.group-diagram .percentuale-2 {
	position: absolute;
	top: 32px;
	left: 40%;
	width: 35px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	border: 1px solid #005071;
	text-align: center;
	padding-top: 5px;
	z-index: 2;
	font-size: 12px;
	font-weight: bold;
	color: black;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
}
@media all and (max-width: 990px) {
	.group-diagram .percentuale-2 {
		left: 50%;
	}
}
/* Department/ section colors */
.group-diagram .department.dep-a span.box{
	background: #122d4e;
}
.group-diagram .department.dep-b span.box{
	background: #122d4e;
}
.group-diagram .department.dep-c > span.box{
	background: #1b4b7a;
}
.group-diagram .department.dep-c ul.sections span.box {
	background: #b0c6e5;
	color: black;
}
.group-diagram .department.dep-c ul.sections li:nth-child(3) span.box {
	background: #1b4b7a;
	color: white;
}
.group-diagram .department.dep-c ul.sections li:nth-child(1) span.box {
	color: white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a4b7a+0,acc2e1+100 */
	background: rgb(26,75,122); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(26,75,122,1) 0%, rgba(172,194,225,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(26,75,122,1) 0%,rgba(172,194,225,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(26,75,122,1) 0%,rgba(172,194,225,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4b7a', endColorstr='#acc2e1',GradientType=0 ); /* IE6-9 */
}
.group-diagram .department.dep-d span.box{
	background: #54687d;
}
.group-diagram .department.dep-e span.box{
	background: #5c7b9d;
}
.group-diagram .department.dep-f span.box{
	background: #5c7b9d;
}
.group-diagram .department.dep-g span.box{
	background: #1e75b2;
}
.group-diagram .department.dep-h span.box{
	background: #a6b5c8;
}
/* legenda */
.legenda-diagram {
	position: absolute;
	right:0;
	bottom: 0;
	background-color: #f2f2f2;
	border: 2px dashed #005071;
	padding: 10px;
	z-index: 3;
}
.apri-legenda {
	cursor: pointer;
}
@media all and (max-width:990px) {
	.legenda-diagram {
		display: none;
		position: absolute;
		right:0;
		top: 145px;
		max-height: 200px;
		z-index: 2;
	}
}
.legenda-desc {
	font-size: 13px;
	font-weight: bold;
}
.legenda-1 {
	width: 30px;
	height: 20px;
	background-color: #11314e;
}
.legenda-2 {
	width: 30px;
	height: 20px;
	background-color: #1b4b7a;
}
.legenda-3 {
	width: 30px;
	height: 20px;
	background-color: #b0c6e5;
}
.legenda-4 {
	width: 30px;
	height: 20px;
	background-color: #53687d;
}
.legenda-5 {
	width: 30px;
	height: 20px;
	background-color: #5b7a9d;
}
.legenda-6 {
	width: 30px;
	height: 20px;
	background-color: #1e75b1;
}
.legenda-7 {
	width: 30px;
	height: 20px;
	background-color: #a6b5c7;
}
