.object-fit-cover {
	object-fit:cover;
	height:100%;
}

#contents {
	position:relative;
	z-index:1;
}
#contents.internal {
	margin-top:110px;
}
#contents .content-set {
	width:90%;
	margin:0 auto;
}
/*
#contents .all-width {
	width:100%;
}
*/
#contents .content-set .box {
	width:100%;
}
#contents .box-bianco > div {
	background-color:#fff;
	color:#333333;
}
#contents .box-blu > div {
	background-color:#023A78;
	color:#fff;
}

#contents .content-set .box > div {
	width:100%;
	box-sizing:border-box;
	padding:25px;
}
#contents .three-home-boxes {
	padding-top:30px;
}
#contents .three-home-boxes .box {
	margin-bottom:20px;
}

#contents .spacial-label {
	position:absolute;
	transform: rotate(270deg);
	display:none;
	color:#fff;;
}

#contents .box .header h3 {
	padding-bottom:25px;
}
#contents .box .header h3::after,
#contents .header h3::after {
	content:'';
	display:block;
	margin-top:20px;
	background-color:#1F2357;
	width:50px;
	height:4px;
}

#contents .box .body {
	padding:20px 0 20px 0;
}
#contents a.pulsante {
	display:inline-block;
	width:auto;
	padding:10px 50px 10px 50px;
	text-decoration:none;
}
#contents .box-bianco a.pulsante {
	border:2px solid #333333;
	color:#333333;
}
#contents .box-bianco a.pulsante:hover {
	background-color:#333;
	color:#fff;
}

#contents .box-blu a.pulsante {
	border:2px solid #fff;
	color:#fff;
}
#contents .box-blu a.pulsante:hover {
	background-color:#fff;
	color:#023A78;
}

#contents .box h4 {
	font-size:20px;
	padding:15px 0 15px 0;
}

#contents .home-video-displayer .video-description {
	padding:25px;
	background-color:#fff;
}


#contents .home-counters {
	padding:50px 0 50px 0;
	color:#fff;
	text-align:center;
}
#contents .home-counters .counter-content {
	font-size:40px;
}
#contents .home-counters .counter-content .smaller,
#contents .home-counters .counter-description {
	font-size:12px;
}


@media (min-width:1280px) {
	
	.flexbox-vertical {
		display:flex;
		flex-wrap:wrap;
		align-items: center;
	}
	.flexbox-vertical .flex-item {
		width:100%;
	}
	
	#contents {
		z-index:5;
	}
	/*
	#contents .maxWidth-content {
		max-width:1440px;
	}
	*/	
	
	#contents .box-alto {
		min-height:580px;
	}
	#contents .box-basso {
		/* height:403px; */
		min-height:580px;
	}
	
	#contents .box-alto > div {
		min-height:580px;
	}
	
	
	#contents .box-basso > div {
		height:403px;
	}
	
	#contents .three-home-boxes {
		box-sizing:border-box;
		position:relative;
		z-index:3;
		top:-140px;
		display:flex;
		flex-direction: row;
		justify-content:space-between;
		
	}
	
	#contents .three-home-boxes .box {

		width:31%;
		box-sizing:border-box;
		margin-top:0;
		margin-bottom:0;

	}
	
	#contents .content-set .box > div {
		padding:60px;
	}
	
	
	#contents .content-set .box-basso > div {
		padding-top:45px;
	}
	/*
	#contents .content-set .box > div.box-alto {
		padding-top:60px;
	}
	*/
	
	
	#contents .box.left-box .flexbox-vertical .body {
		padding-top:0;
	}
	
	#contents .three-home-boxes .box.box-basso {
		align-items:flex-end;
		height:403px;
	}
	
	#contents .home-video-displayer {
		position: relative;
		z-index:1;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
	}

	#contents .home-video-displayer .video-content {
		width:69%;
	}
	#contents .home-video-displayer .video-content img,
	#contents .home-video-displayer .video-content video {
		width:100%;
	}
	#contents .home-video-displayer .video-description {
		width:31%;
		background-color:#fff;
		padding:60px;
	}
	
	
	#contents .home-video-displayer .video-description .flexbox-vertical {
		align-items:center;
		height:90%;
	}
	
	#contents .home-video-displayer .video-description .header {
		width:232px;
		margin-bottom:0px;
		
	}
	
	#contents .home-counters {
		padding:120px 0 150px 0;
	}
	
	#contents .home-counters .counter-content {
		font-size:60px;
	}
	#contents .home-counters .counter-content .smaller,
	#contents .home-counters .counter-description {
		font-size:15px;
	}
}

@media (min-width:1600px) {
	#contents .home-counters .counter-content {
		font-size:85px;
	}
	#contents .home-counters .counter-content .smaller,
	#contents .home-counters .counter-description {
		font-size:20px;
	}
	
	#contents .spacial-label {
		display:block;
	}
	
	#contents .spacial-label[data-position='left'] {
		top:70px;
		left:-78px;
	}
	
	#contents .spacial-label[data-position='right'] {
		top: 232px;
		right: -65px;
	}
}
/*
#contents .header h3::after {
	content:'';
	display:block;
	margin-top:20px;
	background-color:#1F2357;
	width:50px;
	height:4px;
}*/

/********************************************
HIGHLIGHTS - start
********************************************/
#contents .highlights-content {
	padding-bottom:100px;
}

#contents .highlights-content h2 {
	color:#fff;
	font-size:30px;
}
#contents .highlights-content h2::after {
	content:'';
	display:block;
	margin:0 auto;
	margin-top:15px;
	background-color:#fff;
	width:50px;
	height:4px;
}
#contents .highlights-content .highlights-slider {
	margin-top:15px;
}
#contents .highlights-content .highlights-slider .item .area-img {
	width:100%;
}
#contents .highlights-content .highlights-slider .item .area-img img {
	object-fit: contain;
	width:100%;
	height:auto;
    background:#fff;
}
#contents .highlights-content .highlights-slider .item .area-text {
	width:100%;
	padding:60px;
	background-color:#fff;
    display: flex;
    align-items: center;
}
#contents .highlights-content .highlights-slider .item .area-text h3 {
	font-size:22px;
}

#contents .highlights-content .highlights-slider .item .area-text h4 {
	font-size:14px;
	color:#777;
	margin:0;
	padding:15px 0;
}
#contents .highlights-content .highlights-slider .item .area-text p {
	margin-bottom:40px;
	line-height: 2.0;
}

#contents .highlights-content .owl-nav {
	/* display:none; */
}
/*
#contents .highlights-content .owl-dots {
	width:100%;
	padding:10px 0 10px 0;
	display:flex;
	flex-direction:row;
	justify-content:center;
}
*/

#contents .highlights-content .owl-carousel .owl-nav {

    position: relative;
    z-index: 5;
    /* top: -55%; */
    width: 100%;

}

#contents .highlights-content .owl-carousel .owl-nav button.owl-prev,
#contents .highlights-content .owl-carousel .owl-nav button.owl-next {

    background-color: rgba(2, 58, 120, 0.7);
	color:#fff;
    font-size: 100px;

}
#contents .highlights-content .owl-carousel .owl-nav button.owl-prev {
    float: left;
    margin-left:0;
}
#contents .highlights-content .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right:0;
}
#contents .highlights-content .owl-carousel .owl-nav button span {
	display: block;
	margin-top: -12px;
}

#contents .highlights-content .owl-carousel button.owl-dot {
	background-color:#003A76;
	width:15px;
	height:15px;
	border-radius:50%;
	margin:0 3px;
}
#contents .highlights-content .owl-carousel button.owl-dot.active {
	background-color:#fff;
}

@media (min-width:768px) {
	#contents .highlights-content .highlights-slider .item .area-img,
	#contents .highlights-content .highlights-slider .item .area-text {
		width:50%;
		float:left;
		height:554px;
		box-sizing:border-box;
	}
	#contents .highlights-content .highlights-slider .item .area-img img {
		height:100%;
	}
}
@media (min-width:1280px) {
	#contents .highlights-content .highlights-slider .item .area-text {
		padding-top:80px;
	}
}
@media (min-width:1600px) {
	#contents .highlights-content .highlights-slider .item .area-text {
		padding-top:110px;
		padding-right:220px;
	}
}

/********************************************
HIGHLIGHTS - end
********************************************/
#contents .page-title {
	/* padding-top:10px; */
	padding:20px 0 20px 0;
}

#contents .page-title h1,
#contents h2.inside {
	font-size:30px;
	font-family: "Open Sans", Roboto;
	color:#fff;
}
/*
#contents .page-title h1::before,
#contents h2.inside::before {
	content:'';
	display:block;
	float:left;
	width:50px;
	height:4px;
	background-color:#fff;
	margin-right:12px;
	margin-top:16px;
}
*/

#contents h2.black {
	color:#333;
}
#contents h2.black.inside::before {
	background-color:#333;
}

@media (min-width:1280px) {
	#contents .page-title h1,
	#contents h2.inside {
		padding-top:25px;
		padding-bottom:25px;
	}
}




.news .highlights-content h3 a {
	color:#212529;
	text-transform:uppercase;
}
.news .highlights-content h4 {
	text-transform:uppercase;
}
	
#contents h1.line-under {
	color:#333333;
	font-size:30px;
}

#contents .page-title h1:after ,
#contents h2.inside:after, 
#contents h1.line-under:after {
	content: ' ';
	background-color:#ffffff;
	height:3px;
	width:50px;
	margin-top:12px;
	display:block;
}

#contents h1.line-under:after {
	background-color:#333333;
}

#contents .grey-head {
	width:100%;
	/*background-color:#F0F0F0;*/
	background-color:#eee;
	padding:40px 0 40px 0;
}
#contents .grey-head .head-disclaimer {
	color:#A4A4A4;
	font-size:16px;
}
@media (min-width:1024px) {
	#contents .grey-head h1 {
		float:left;
		width:18%;
	}
	#contents .grey-head .head-disclaimer {
		
		float:right;
		width:78%;
	}
}

#contents .transparent {
	font-size:20px;
}

#contents .transparent .white {
	color:#fff;
}
#contents .transparent .black {
	color:#333;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (max-width:1023px) {
	#contents.information .all-width {
		padding-left:25px;
		padding-right:25px;
	}
}
