/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
:root {
    --body-background: #28478317;
    --main-color: #203759;
    --dark-color: #203759;
    --secondary-color: #f1c206;
}

.blue-header-page {
	padding-top: 300px;
}

body {
  font-family: 'Jost';
  font-size: 17px;
  line-height: 24px;
  background-color: #bec7da3b;
  color: #000;
}

.page-content.container {
	padding: 0px;
}

strong {
	color: var(--main-color);
}

.section-title {
	position: relative;
}

.section-title h1 {
  font-family: 'Fraunces';
  font-size: 120px !important;
  border-bottom: 0px !important;
  font-weight: 500;
  margin-bottom: 55px;
  line-height: 123px;
  margin-top: 0px;
  color: #003399;
}

.section-title h2 {
  font-family: 'Fraunces';
  font-size: 80px !important;
  border-bottom: 0px !important;
  font-weight: 500;
  margin-bottom: 71px;
  line-height: 83px;
  margin-top: 0px;
  color: var(--main-color);
}

.section-title h2 span,
.section-title h1 span {
	font-weight: 500;
}

.section-title:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 73px;
	height: 5px;
	background-color: var(--secondary-color);
}

.section-subtitle h3 {
	font-weight: 300;
}

h3 {
	font-family: 'Fraunces';
	margin-bottom: 15px;
	margin-top: 30px;
	line-height: 33px;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

a {
	color: var(--secondary-color);
}

.btn.btn-primary {
	border: 1px solid var(--secondary-color);
	padding: 12px 50px;
	margin-top: 20px;
	background-color: var(--secondary-color);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}

.btn.btn-primary:hover {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
}

@media(max-width: 1450px){
	
	.blue-header-page {
		padding-top: 250px;
	}
	
	.section-title h1 {
		font-size: 85px !important;
		line-height: 99px !important;
	}

}

@media(max-width: 1200px){

	.blue-header-page {
		padding-top: 210px;
	}
	
	.section-title h2, .section-title h1 {
		font-size: 75px !Important;
		line-height: 85px !important;
	}

	.section {
		margin-bottom: 70px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important
	}
}

@media(max-width: 991px){

	.blue-header-page {
		padding-top: 160px;
	}
	
	.section {
		margin-bottom: 50px !Important;
	}

	.section-title h2, .section-title h1 {
		font-size: 60px !Important;
		line-height: 67px !important;
		margin-bottom: 40px;
	}

	.section-title:after {
		bottom: -20px;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}

	.section {
		margin-bottom: 50px !Important;
	}

	.no-margin {
		margin-bottom: 0px !important;
	}

	.btn.btn-primary {
		padding: 10px 40px;
	}
}

@media(max-width: 767px){
  
    body {
		font-size: 16px;
    }

	.blue-header-page {
		padding-top: 140px;
	}

	.blue-header-page .table-view {
		padding: 0px 15px;
	}
  
	.section {
		margin-bottom: 30px !Important;
	}
	
	.section-title h2, .section-title h1 {
		font-size: 23px !Important;
		line-height: 25px !important;
		margin-bottom: 33px;
	}

	.section-subtitle h3 {
		font-size: 18px;
		margin-top: 5px;
	}

	.btn.btn-primary {
		margin-top: 0px;
		padding: 10px 30px;
	}

	.section-title:after {
		bottom: -18px;
	}

	.content {
		padding: 0px;
	}

	.section {
		margin-bottom: 30px !Important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}

	h3 {
		font-size: 20px;
		margin-top: 10px;
		line-height: 30px;
		margin-bottom: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------------------------------------- */
header {
    transition: all 0.4s ease 0s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    padding: 40px 0px 20px;
}

.blue-header-page header {
	background-color: var(--main-color);
}

header .section {
	margin-bottom: 0px !Important;
}

.blue-header {
	padding-top: 100px;
}

.blue-header header,
header.shrink {
	background-color: #203759;
	padding-top: 10px;
	top: 0px;
}

header.shrink .navbar-default .navbar-brand {
    padding-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    height: auto;
}

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

header .navbar-default .navbar-nav > li > a {
	position: relative;
}

header .navbar-default .navbar-nav > li > a:hover:after, header .navbar-default .navbar-nav > li > a:focus:after{
	height: 1px;
	width: 50%;
	margin-left: -25%;
	content: "";
	background-color: #fff;
	bottom: 10px;
	position: absolute;
	left: 50%;
}

header.shrink .navbar-default {
	height: 50px;
    margin-bottom: 10px;
}

header .navbar-default .navbar-brand {
  	margin-bottom: 10px;
  	padding: 0px;
  	font-size: 40px;
  	color: #fff;
  	font-family: Oswald, sans-serif;
  	text-transform: uppercase;
  	font-weight: 300;
}

header .navbar-default .navbar-brand img {
	height: 200px;
}

.blue-header .navbar-default .navbar-brand img,
header.shrink .navbar-default .navbar-brand img {
	height: 100px;
}

header .navbar-default .navbar-nav > li > a {
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 20px;
	position: relative;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #fff;
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
	padding: 0px;
}

.dropdown-menu > li > a {
	padding: 7px 20px;
	color: #000
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: var(--main-color);
	color: #fff;
}

header .navbar-default .navbar-nav > li:last-child > a {
	line-height: 18px;
	padding: 6px 16px 6px 65px;
	margin-top: 0px;
	background-color: #BEC7DA;
	color: var(--main-color);
	font-size: 16px;
	margin-left: 7px;
}

header .navbar-default .navbar-nav > li:last-child > a:after {
	content: "";
	background-color: #0057B4;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 9px !IMPORTANT;
	top: 11px;
	z-index: ;
	width: 45px;
	height: 12px;
	margin-left: 0px;
}

header .navbar-default .navbar-nav > li:last-child > a:before {
	content: "";
	background-color: #FFD700;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 9px;
	bottom: 12px;
	width: 45px;
	height: 12px;
}	height: 12px;
}

header .navbar-default .navbar-nav > li:last-child > a:hover {
	background-color: var(--main-color);
	color: #fff;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #fff;
}

header .navbar-nav {
	float: right;
	margin-top: 15px;
}

header.shrink .navbar-nav {
	margin-top: 36px;
}

@media(max-width: 1450px){
	header {
		padding-top: 20px;
	}

	header .navbar-default .navbar-brand img {
		height: 150px;
	}
}

 @media(max-width: 1200px){
	 header .navbar-default .navbar-brand img {
		 height: 130px;
		}

	 header .navbar-nav {
		 margin-top: 50px;
	 }

	 header .navbar-default .navbar-nav > li > a {
		 font-size: 16px;
	 }
 }

@media(max-width: 991px){
	.navbar-toggle {
		margin-top: 20px;
		border: 0px;
		margin-bottom: 25px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	header.shrink .navbar-toggle {
		margin-top: 30px;
	}

	header .navbar-nav {
		float: left;
		width: 100%;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: var(--dark-color);
	}

	header .navbar-default .navbar-brand img {
		height: 90px !important;
		margin-top: -10px;
	}

	header.shrink {
		padding-bottom: 10px;
	}

	header .navbar-default {
		min-height: auto;
		margin-bottom: 0px;
	}
}

@media(max-width: 767px){
	header {
		padding-top: 12px;
	}

	header .container {
		width: 100%;
		padding: 0px;
	}

	header.shrink {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	

	header .navbar-default .navbar-brand {
		font-size: 25px;
		margin-top: 0px;
		padding-left: 15px;
		}

	header .navbar-default .navbar-brand img {
		margin-top: 2px;
		height: 75px !important;
	}

	.navbar-toggle {
		margin-right: 0px;
	}

	header.shrink .navbar-default .navbar-brand img {
		height: 50px;
		margin-top: 6px;
	}

	header.shrink .navbar-default .navbar-brand {
		padding: 0px;
	}

	header.shrink .navbar-toggle {
		margin-top: 15px;
	}

	header .navbar-default .navbar-nav > li > a:hover:after,
	header .navbar-default .navbar-nav > li > a:focus:after,
	header .navbar-default .navbar-nav > li.active > a:after {
		display: none;
	}

	header.shrink .navbar-default .navbar-header {
		padding: 0px 15px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.header-image {
	height: 900px;
	position: relative;
	display: flex;
	align-items: end;
	padding-bottom: 100px;
}

.header-image:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
        90deg,
        rgba(10, 32, 90, 0.85) 0%,
        rgba(10, 32, 90, 0.55) 35%,
        rgba(10, 32, 90, 0.35) 65%,
        rgba(10, 32, 90, 0) 100%
    );
	z-index: 0;
}

.header-image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.header-image .section-title {
	/* padding-top: 275px; */
}

.header-image .section-title h1 {
	color: #fff;
}

.header-image .section-subtitle {
	color: #fff;
	font-weight: 500;
	font-size: 21px;
	line-height: 36px;
	z-index: 9;
	position: relative;
}

.intro-section {
	background-color: var(--body-background);
	margin-top: -100px;
	padding: 100px 0px;
}

.intro-section .text {
	margin-bottom: 30px;
}

.intro-section h2,
.intro-section strong {
	color: var(--main-color);
}

.pdf-link {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 13px 30px;
	display: inline-block;
	text-transform: uppercase;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
}

.pdf-link:hover {
	text-decoration: none;
	background-color: var(--main-color);
	color: #fff;
}

.pdf-link i {
	font-size: 38px;
	margin-right: 10px;
}

.our-pillar-home-section .item {
	margin-top: 15px;
	margin-bottom: 15px;
}

.our-pillar-home-section .item .icon {
	display: inline-block;
	padding: 10px;
	width: 96px;
	border-radius: 50%;
	background-color: #2847834d;
	margin-bottom: 10px;
}

.our-pillar-home-section .item .title {
	font-family: 'Fraunces';
	font-size: 25px !important;
	margin-bottom: 20px;
	line-height: 35px;
	position: relative;
	color: var(--main-color);
	margin-top: 10px;
}

.pillar-section .item {
	margin-bottom: 70px;
	color: #555;
	padding-right: 70px;
}

.pillar-section .col-md-6:nth-child(3),
.pillar-section .col-md-6:nth-child(4) {
	margin-bottom: 0px;
}

.pillar-section .item .icon {
	display: inline-block;
	padding: 10px;
	width: 96px;
	border-radius: 50%;
	background-color: #2847834d;
	margin-bottom: 10px;
	position: absolute;
	left: 10px;
	top: 0px;
}

.pillar-section .item .title {
	font-family: 'Fraunces';
	font-size: 30px !important;
	margin-bottom: 40px;
	line-height: 40px;
	position: relative;
	color: var(--main-color);
	padding-left: 110px;
}

.pillar-section .item .title:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 107px;
	width: 73px;
	height: 5px;
	background-color: var(--secondary-color);
}

.italy-2050-section {
	position: relative;
	padding: 200px 0px;
	color: #fff;
	background-color: var(--dark-color);
}

.italy-2050-section h2 {
	color: #fff;
}

.italy-2050-section strong {
	color: #fff;
}

.italy-2050-section img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	max-width: 72%;
}

.italy-2050-section .container > div {
	width: 43%;
	color: #fff;
	z-index: 2;
	position: relative;
}

.feedback .legend {
	display: none !Important;;
}

.feedback .container .fields-container {
	text-align: left;
	margin-top: 50px;
}

.feedback .container .fields-container .form-group {
	margin-bottom: 30px;
}

select,
textarea,
input {
	background-color: transparent !Important;
	max-width: 100% !Important;
	border: 0px !important;
	border-bottom: 1px solid #BEC7DA !important;
	box-shadow: none !Important;
	color: #fff;
	border-radius: 0px;
}

.feedback .container .fields-container .privacy-field {
	padding: 0px;
}

.feedback .container .fields-container .privacy-field input {
    float: left;
    max-width: 14px !important;
    height: 14px !important;
}

.feedback .container .fields-container .privacy-field a {
	color: var(--main-color);
}

.validation-required {
	background: none !Important;
	padding-left: 0px !Important;
	font-weight: 300 !important;!I;!;
}

.validation-required:after {
	content: "*";
}

.inputbox .validation-highlight {
    background: #fff0f0 none repeat scroll 0 0 !important;
    border-color: #a90329;
}

.input-div {
    position: relative;
}

.inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -30px;
    background-color: #a90329 !important;
    font-size: 11px !Important;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

.modal-header {
	background-color: var(--main-color);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.modal-header .modal-title i {
	display: none;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
}

.modal-body {
	text-align: center;
	padding-top: 30px;
	color: #555;
}

.modal-footer {
	border-top: 0px;
	text-align: center;
}

.modal-footer .btn-secondary {
	margin-top: 20px;
	border: 1px solid rgba(51,51,51,0.5);
	text-transform: uppercase;
	padding: 12px 50px;
	border-radius: 0px;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 15px;
	color: #333;
}

.modal-footer .btn-secondary:hover {
	background-color: #333;
	color: #fff;
}

footer {
	background-color: var(--dark-color);
	padding-bottom: 50px;
	color: #fff;
}

footer .section {
	margin-bottom: 50px !important;
	margin-top: 70px;
}

footer .join-us-footer-section {
	background-color: #bec7da29;
	padding: 40px 0px;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

.tesseramento-page .join-us-footer-section {
	display: none;
}

footer .join-us-footer-section .container {
	padding-right: 200px;
	position: relative;
}

footer .join-us-footer-section .btn.btn-primary {
	position: absolute;
	right: 0px;
	top: -10px;
}

footer .join-us-footer-section .title {
    font-family: 'Fraunces';
    font-size: 35px;
    margin-bottom: 16px;
}

footer .footer-intro-column .logo  {
	width: 170px;
	margin-bottom: 30px;
}

footer .footer-intro-column .description {
	margin-bottom: 20px;
}

footer .footer-intro-column .social-label {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 14px;
}

footer .footer-intro-column .social-item {
	background-color: var(--secondary-color);
	width: 35px;
	height: 35px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	border: 1px solid var(--secondary-color);
	margin-right: 5px;
}

footer .footer-intro-column .social-item:hover {
	background-color: var(--main-color);
	border: 1px solid #fff;
}

footer .contact-section {
	background-color: transparent;
	padding-bottom: 0px;
}

footer .contact-section .item {
	margin-bottom: 25px;
	padding: 35px 40px;
	min-height: auto;
	width: 85%;
	margin-left: 5%;
	border: 0px !important;
	background-color: #bec7da29;
}

footer .contact-section .item .title {
	font-size: 24px;
	line-height: 25px;
}

footer .contacts .title {
	font-size: 31px;
	margin-bottom: 30px;
	font-family: 'Fraunces';
}

footer .contacts .information {
	display: none;
}

footer .contacts .legend {
	display: none;
}

footer .contacts input {
	color: #fff;
	font-size: 17px;
	border-radius: 0px;
}

#footer-copyright {
	text-align: center;
}

#footer-copyright a:hover {
	color: #fff;
}

@media(max-width: 1450px){
	.header-image {
		height: 650px;
		padding-bottom: 50px;
	}
	
	.header-image .section-title {
		/* padding-top: 250px; */
	}

	.italy-2050-section {
		padding: 100px 0px;
	}
}

@media(max-width: 1200px){
	.header-image {
		height: 600px;
		padding-bottom: 70px;
	}

	.header-image .section-title {
		padding-top: 200px;
	}

	.pillar-section .item .title {
		font-size: 25px !important;
		line-height: 33px;
		padding-left: 100px;
	}

	.pillar-section .item .icon {
		width: 86px;
	}

	.pillar-section .item .title:after {
		left: 100px;
	}

	.italy-2050-section {
		padding: 70px 0px;
	}

	.italy-2050-section .container > div {
		width: 50%;
	}

	.intro-section {
		padding-bottom: 70px;
	}
	
	.our-pillar-home-section .item {
		width: 50%;
	}
}

@media(max-width: 991px) {
	.header-image {
		height: auto;
		padding-bottom: 50px;
	}
	
	.header-image .section-title {
		padding-top: 160px;
	}

	.header-image .section-subtitle {
		font-size: 20px;
		line-height: 32px;
	}

	.italy-2050-section {
		padding: 50px 0px;
	}

	.italy-2050-section .container > div {
		width: 100%;
	}

	.italy-2050-section img {
		position: relative;
	}

	.light-section {
		padding: 0px 0px;
	}

	.feedback {
		padding: 50px 0px;
	}

	.feedback .container .fields-container {
		margin-top: 30px;
	}

	.intro-section {
		padding-bottom: 50px;
	}

	.pillar-section .item {
		padding-right: 0px;
		margin-bottom: 0px;
		margin-top: 30px;
	}

	.our-pillar-home-section .item {
		width: 100%;
	}

	header.shrink .navbar-default .navbar-brand {
		padding-top: 0px;
	}

	footer .join-us-footer-section .btn.btn-primary {
		top: 10px;
	}

	footer .section {
		margin-bottom: 50px !important;
		margin-top: 0px;
	}

	footer .contact-section .item {
		margin-left: 15px;
	}

}

@media(max-width: 767px){

	.header-image {
		height: auto;
		padding-bottom: 40px;
		display: block;
	}
	
	.header-image .section-title {
		padding-top: 121px;
	}

	.header-image .section-subtitle {
		font-size: 18px;
		line-height: 23px;
	}

	.header-image .section-subtitle br {
		display: none;
	}

	.header-image img {
		object-position: right;
	}

	.intro-section .section-title h2 {
		margin-bottom: 33px;
	}

	.pillar-section {
		margin: 10px 15px;
	}

	.pillar-section .item .title {
		font-size: 22px !important;
		line-height: 25px;
		padding-left: 73px;
		margin-bottom: 30px;
	}

	.pillar-section .item .icon {
		width: 64px;
	}

	.pillar-section .item .title:after {
		left: 73px;
		bottom: -16px;
	}

	.pillar-section .item {
		margin-bottom: 20px;
		padding-right: 15px;
		margin-top: 15px;
	}

	.pillar-section .item:last-child {
		margin-bottom: 0px;
	}

	.italy-2050-section {
		padding: 15px 0px;
	}

	.italy-2050-section img {
		display: none;
	}

	.light-section {
		padding: 0px 10px;
	}

	.feedback {
		padding: 0px;
	}

	.feedback .container .fields-container {
		margin-top: 15px;
	}

	footer {
		padding-bottom: 30px;
	}

	footer .join-us-footer-section {
		padding: 30px 0px;
		margin-bottom: 30px !important;
	}

	footer .join-us-footer-section .btn.btn-primary {
		position: relative;
		top: auto;
		margin-top: 15px;
		padding: 10px 30px;
	}

	footer .join-us-footer-section .container {
		padding-right: 15px;
	}

	footer .join-us-footer-section .title {
		font-size: 25px;
	}

	footer .section.col-md-4 {
		padding: 0px;
		margin-bottom: 30px !important;
	}

	footer .footer-intro-column .logo {
		margin-bottom: 15px;
		display: block;
		width: 100%;
	}

	footer .footer-intro-column .logo img {
		margin: 0 auto;
		width: 110px;
	}

	footer .footer-intro-column .description {
		margin-bottom: 0px;
	}

	footer .contact-section .item {
		padding: 15px;
		width: 92%;
		margin-bottom: 15px;
		margin-left: 15px;
	}


	footer .contact-section .item:last-child {
		margin-bottom: 0px;	
	}
	
	footer .contact-section .item .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	footer .contacts .title {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.intro-section {
		padding-bottom: 30px;
	}

	.intro-section .text {
		margin-bottom: 0px;
	}

	.pdf-link i {
		font-size: 30px;
	}

	#section-51241 {
		margin: 0px 15px 15px 15px !important;
	} 

	.our-pillar-home-section .item .icon {
		width: 75px;
		margin-bottom: 0px;
	}

	.our-pillar-home-section .item .title {
	font-size: 22px !important;
	line-height: 25px;
	margin-bottom: 10px;
	}

	.our-pillar-home-section .item .title br {
		display: none;
	}
}

.news-carousel-section {
	background-color: var(--body-background);
	padding: 100px 0px 70px;
	margin-top: -100px;
}

.news-carousel-section .item {
	color: #fff;
}

@media(max-width: 1200px){
	.news-carousel-section {
		padding-bottom: 70px;
	}
}

@media(max-width: 991px){
	.news-carousel-section {
		padding-bottom: 50px;
	}
}

@media(max-width: 767px){
	.news-carousel-section {
		padding-bottom: 30px;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Chi Siamo
------------------------------------------------------------------------------------------------- */
.member-list .item {
	text-align: center;
	margin-top: 50px;
}

.member-list .item .image {
	position: relative;
	height: 250px;
	border-radius: 50%;
	width: 250px;
	margin: 0 auto 30px;
}

.member-list .item .image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	object-position: top;
}

.member-list .item .name {
	font-family: 'Fraunces';
    font-size: 30px !important;
	margin-bottom: 15px;
	color: var(--main-color);
}

.statuto-section {
	background-color: var(--body-background);
	padding: 100px 0px;
}

.statuto-section .text {
	margin-bottom: 30px;
}

@media(max-width: 1200px){
	.statuto-section {
		padding: 70px 0px;
	}
}


@media(max-width: 991px){
	.statuto-section {
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.statuto-section {
		padding: 30px 0px;
	}

	.statuto-section .text {
		margin-bottom: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Laboratorio
------------------------------------------------------------------------------------------------- */
.laboratory-grid .item {
	display: block;
	position: relative;
	height: 400px;
	margin-bottom: 30px;
}

.laboratory-grid .item:after {
	content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 32, 90, 0.85) 0%, rgba(10, 32, 90, 0.55) 35%, rgba(10, 32, 90, 0.35) 65%, rgba(10, 32, 90, 0) 100%);
    z-index: 0;
}

.laboratory-grid .item img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.laboratory-grid .item .title {
	font-family: 'Fraunces';
	font-size: 40px !important;
	color: #fff;
	position: absolute;
	bottom: 110px;
	left: 50px;
	z-index: 9;
	width: 67%;
	line-height: 45px;
}

.laboratory-grid .item .more {
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 9;
	background-color: var(--secondary-color);
	display: inline-block;
	padding: 5px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.laboratory-grid .item:hover .more {
	background-color: var(--main-color);
}

@media(max-width: 991px) {
	.laboratory-grid .item {
		height: 350px;
	}
}

@media(max-width: 767px){

	.laboratory-grid.row {
		margin: 0px;	
	}

	.laboratory-grid .item {
		height: 250px;
	}

	.laboratory-grid .item .title {
		font-size: 20px !important;
		left: 15px;
		bottom: 58px;
		line-height: 25px;
	}

	.laboratory-grid .item .title br {
		display: none;
	}

	.laboratory-grid .item .more {
		left: 15px;
		bottom: 15px;
	}

	#section-51273 {
		margin: 0px 15px;
	}

	.owl-theme .owl-dots {
		margin-top: 0px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Donazione
------------------------------------------------------------------------------------------------- */
.legend {
	display: none;
}

.make-donation a.btn-secondary {
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}

.make-donation .btn.btn-primary {
	color: #fff;
}

.make-donation .form-control:focus {
    border-color: #D99F52;
}

.make-donation .modal-header .close {
	background-color: #8EDEAB !Important;
	opacity: 1;
	color: #fff;
}

.make-donation .other-import .input-div {
	max-width: 300px;
	margin: 30px auto;
}

.make-donation .input-div {
    position: relative;
}

.make-donation .inputbox .validation-highlight {
    background: #fff0f0 none repeat scroll 0 0 !important;
    border-color: #a90329;
}

.make-donation .inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -15px;
    background-color: #a90329 !important;
    font-size: 10px;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
    font-weight: 600;
}

.make-donation .consensus-list .validation-error-label {
    right: 0px;
    bottom: -20px;
}

.make-donation .no-label .control-label {
	display: none;
}

.make-donation .no-label .input-group {
    width: 50%;
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    z-index: 2;
}

.make-donation .info-message {
	border: 1px solid #a90329 !important;
	padding: 15px;
	background-color: #a9032917;
}

.make-donation .info-message strong {
	color: #a90329;
} 

.make-donation .info-message i {
	background-color: #a90329;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 7px 8px;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	disp;
	vertical-align: middle;
	margin-top: -10px;
}

.make-donation h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Fraunces';
	font-size: 30px;
}

.make-donation .btn.btn-primary {
	text-decoration: none;
}

.make-donation .price-list label.validation-error-label {
    left: 50%;
    width: auto;
    right: auto;
    margin-left: -83px;
    bottom: -15px;
}

.make-donation a.calculate-cf {
	background-color: var(--secondary-color);
	color:  #fff;
	padding: 5px 15px;
	position: absolute;
	bottom: 30px;
	right: 15px;
	border-radius: 5px;
}

.make-donation a.calculate-cf:hover {
	background-color: var(--main-color);
}

.make-donation .price-list,
.make-donation .donor-type,
.make-donation .payment-list {
  margin: 0 0 30px;
  padding: 0;
}

.make-donation .price-list {
	margin: 0 0px 10px;
	text-align: center;
}

.make-donation .price-list .input-group,
.make-donation .donor-type .input-group,
.make-donation .payment-list .input-group {
  display: inline-block;
  width: 20%;
  padding: 0 15px;
}

.make-donation .donor-type .input-group {
	width: 50%;
}

.make-donation .payment-list .input-group {
  width: 100%;
}

.make-donation .price-list .input-group .option-label,
.make-donation .donor-type .input-group .option-label,
.make-donation .payment-list .input-group .option-label {
  display: block;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--main-color);
  padding: 16px 50px;
  margin-top: 10px;
  background-color: transparent;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px;
  color: var(--main-color);
}

.make-donation .payment-list .input-group .option-label:hover,
.make-donation .payment-list .input-group input.input-type-optionbutton:checked + label,
.make-donation .price-list .input-group .option-label:hover,
.make-donation .price-list .input-group input.input-type-optionbutton:checked + label,
.make-donation .donor-type .input-group .option-label:hover,
.make-donation .donor-type .input-group input.input-type-optionbutton:checked + label {
  background-color: var(--secondary-color);
  color: #FFF;
  border: 1px solid var(--secondary-color);
}


.make-donation .price-list .input-group input.input-type-optionbutton,
.make-donation .donor-type .input-group input.input-type-optionbutton,
.make-donation .payment-list .input-group input.input-type-optionbutton{
  display: none;
}

.make-donation .input-div .input-type-textarea,
.make-donation .input-div input.input-type-text,
.make-donation .input-div .input-type-dropdownlist,
.make-donation .input-div input.input-type-email,
.make-donation .input-div input {
	max-width: 100%;
	background-color: transparent !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #000;
	color: #000;
}

.make-donation .consensus-list .title {
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px;
	font-family: 'Fraunces';
	font-size: 23px;
}

#Privacy1 .input-div,
#Privacy2 .input-div,
#Privacy3 .input-div {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#Privacy1,
#Privacy2,
#Privacy3 {
   margin-bottom: 10px;
   position: relative;
   padding-left: 20px;
}


#Privacy1 a,
#Privacy2 a,
#Privacy3 a {
   z-index: 9999;
   position: relative;
   color: var(--main-color);
}

#Privacy1 label.validation-error-label {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#Privacy2 label.validation-error-label,
#Privacy3 label.validation-error-label {
	position: absolute;
	bottom: -50px;
	right: 0px;
}

@media(max-width: 991px){
	.laboratory-grid .item .title {
		font-size: 30px !Important;
		line-height: 35px;
		left: 30px;
	}

	.laboratory-grid .item .more {
		left: 30px;
	}

	.laboratory-grid .item .title br {
		display: none;
	}
}

@media(max-width: 767px){
	.make-donation {
		padding: 0px 15px;
	}
	
	.make-donation .price-list, .make-donation .donor-type, .make-donation .payment-list {
		margin-bottom: 15px;
	}

	.make-donation .price-list .input-group .option-label, .make-donation .donor-type .input-group .option-label, .make-donation .payment-list .input-group .option-label {
		padding: 10px 30px;
		font-size: 16px;
	}

	.make-donation .consensus-list .title {
		margin-top: 0px;
		font-size: 20px;
		height: auto;
		margin-bottom: 5px;
	}

	.make-donation .consensus-list .title br {
		display: none;
	}

	.make-donation .no-label .input-group {
		width: 100%;
		margin-bottom: 0px;
	}

	.make-donation .payment-list .input-group, .make-donation .donor-type .input-group {
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* News
------------------------------------------------------------------------------------------------- */
.news-carousel-section .container {
	position: relative;
}

.news-carousel-section .container > .btn.btn-primary {
	position: absolute;
	right: 0px;
	bottom: 70px;
}

.news-grid .item {
	position: relative;
	z-index: 9;
	display: inline-block;
	color: #000;
	background-color: #fff;
	width: 100%;
	margin-bottom: 30px;
}

.news-grid .item:focus {
	outline: none;
}

.news-grid .item:hover {
	text-decoration: none;
}

.news-grid .item .image:after {
	content: "";
	background-color: #00000030;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.news-grid .item:hover .image:after {
	background-color: #00000059;
}

.news-grid .item .image {
	position: relative;
	height: 300px;
	margin-bottom: 30px;
}

.news-grid .item .image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	object-position: center;
}

.news-grid .item .data {
	background-color: var(--secondary-color);
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 6px 15px;
	color: #fff;
	margin: 0px 30px 0px 0px;
	position: absolute;
	top: 30px;
}

.news-grid .item .title {
	font-size: 24px;
	z-index: 1;
	position: relative;
	line-height: 33px;
	margin: 20px 30px 15px 30px;
	font-family: 'Fraunces';
}

.news-grid .item .short-description {
	position: relative;
	z-index: 1;
	margin: 0px 30px;
	padding-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 76px;
	margin-bottom: 30px;
}

.news-grid .item .btn.btn-primary {
	margin-top: 0px;
	background-color: var(--main-color);
	border:  1px solid var(--main-color);
	margin-bottom: 20px;
}

.news-grid .item:hover .more {
	background-color: #000;
}

.news-detail .header-image {
	margin-bottom: 100px;
	height: auto;
	padding-top: 270px;
	background-color:  #203759;
}

.news-detail .image img {
	margin: 0 auto 50px;
}

@media(max-width: 1200px){

	.news-grid .item .image {
		margin-bottom: 15px;
	}
	
	.news-grid .item .title {
		margin: 15px 15px;
	}
	
	.news-grid .item .short-description {
		margin: 0px 15px 15px;
	}

	.news-detail .header-image {
		height: auto !Important;
		padding-top: 0px;
	}

	.news-detail .header-image {
		padding-bottom: 50px;
		margin-bottom: 70px;
	}
}

@media(max-width: 991px){

	.news-grid .item {
		height: auto !important;
	}

	.news-grid .col-md-4:last-child .item {
		margin-bottom: 0px;
	}
	
	.news-grid .item .title {
		height: auto !important;
		margin-bottom: 7px;
	}

	.news-grid .item .short-description {
		padding-bottom: 0px;
		height: auto;
	}

	.news-grid .item .btn.btn-primary{
		margin-bottom: 0px;
	}

	.news-carousel-section .container > .btn.btn-primary {
		position: relative;
		bottom: auto;
		margin-bottom: 15px;
		margin-top: 0px;
	}
}

@media(max-width: 767px){
	.news-grid .item .title {
		font-size: 20px;
		line-height: 25px;
	}

	.news-detail .header-image {
		padding-bottom: 10px;
		margin-bottom: 30px;
		display: block;
	}

	.news-detail .image img {
		margin-bottom: 15px;
	}

	.make-donation h3 {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.news-grid .item .image {
		height: 250px;
	}


}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.contact-section {
	background-color: var(--body-background);
	margin-top: -100px;
	padding: 100px 0px 100px;
}

.contact-section > .title {
	font-size: 331px;
	color: #fff;
	padding-top: 100px;
	letter-spacing: 47px;
	display: flex;
	justify-content: center;
}

.contact-section .item {
	padding: 50px 40px;
	min-height: 274px;
	background-color: #ffffff4f;
}

.contact-section .item .title {
	margin-bottom: 25px;
	font-size: 31px;
	line-height: 40px;
	font-family: 'Fraunces';
	position: relative;
}


.contact-section .item a {
	display: inline-block;
	color: var(--main-color);
	font-size: 22px;
	margin-bottom: 6px;
}

.contact-section .item a:hover {
	color: var(--secondary-color);
}

footer .contact-section .item a {
	color: var(--secondary-color);
}

footer .contact-section .item a:hover {
	color: #fff;
}

.contact-section .item .social-item {
	background-color: var(--secondary-color);
	width: 45px;
	height: 45px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 7px;
	font-size: 28px;
	border: 1px solid var(--secondary-color);
	margin-right: 5px;
}

.contact-section .item .social-item:hover {
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	color: #fff;
}

.googlemap {
	filter: grayscale(1);
}

@media(max-width: 1200px){
	.contact-section {
		padding: 70px 0px;
		margin-top: -70px;
	}
}

@media(max-width: 991px){

	.contact-section {
		padding: 50px 0px;
		margin-top: -50px;
	}
	
	.contact-section .item {
		margin-bottom: 30px;
		min-height: auto;
	}
}

@media(max-width: 767px){

	.contact-section {
		padding: 30px 0px;
		margin-top: -30px;
	}
	
	.contact-section .item {
		padding: 20px;
		margin-bottom: 15px;
	}

	.contact-section .col-md-6:last-child .item {
		margin-bottom: 0px;
	}

	.contact-section .item p {
		margin-bottom: 0px;
	}

	.contact-section .item .title {
		font-size: 20px;
		line-height: 25px;
		margin-bottom:  15px;
	}

	.contact-section .item a {
		font-size: 20px;
	}

	footer .contact-section .item .social-item {
		font-size: 25px;
		height: 40px;
		width: 40px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Banner Cookie
------------------------------------------------------------------------------------------------- */
.cookie-consents {
    z-index: 9 !Important;
}

.cookie-consents a {
	color: var(--secondary-color);
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--main-color) !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
}

.change-cookie-consents {
	background-color: var(--main-color) !important;
	color: #FFF !important;
	padding: 2px 10px;
	font-size: 16px;
    line-height: 18px;
	display: inline-block;
}

@media(max-width: 767px){
	.cookie-consents .banner-intro .banner-description {
		font-size: 10px;
		line-height: 14px;
	}

	.cookie-consents .cookie-buttons a {
		font-size: 10px;
		padding: 5px !Important;
		line-height: 13px;
	}
}

.privacy-policy a,
.cookie-policy a {
	color: var(--main-color);
}

.privacy-policy a:hover,
.cookie-policy a:hover {
	text-decoration: underline;
}

@media(max-width: 767px){
	.privacy-policy,
	.cookie-policy {
		padding: 0px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */
