@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaMediumRegular';
    src: url('fonts/helvetica-medium-webfont.eot');
    src: url('fonts/helvetica-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helvetica-medium-webfont.woff') format('woff'),
         url('fonts/helvetica-medium-webfont.ttf') format('truetype'),
         url('fonts/helvetica-medium-webfont.svg#HelveticaMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica LT Std';
    src: url('fonts/HelveticaLTStd-Roman.eot');
    src: url('fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('fonts/HelveticaLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
        url('fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* { padding:0; margin:0; }

body {
	font-family: 'Helvetica LT Std', Arial, Helvetica, sans-serif;
	color: #154155;
	background-color: #f6f6f6;	
	font-size: 16px;
	line-height: 22px;   	
}
#logo {
	position: absolute;
	top: 70px;
	left: 5%;
}
#logo img {
	width: 240px;
}
#langs {
	position: absolute;
	top: 70px;
	right: 5%;
	width: 100px;
	text-align: right;
	color: white !important;
}
#container {
	width: 100%;
	height: 100%;
	background-image: url(images/back-3.jpg);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}
.wrapper {
	width: 93%;
	margin-left: 5%;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	z-index: 99999;	
}
#slideshow {
    position: relative;
    top: 0;
	left: 0;
	width: 100%;
    z-index: -2;
}
.slide {
	background-size: cover;
	background-position: center center;
}
#overlay_slideshow {
	left: 0;
	top: 0;
	position: absolute;
	background-color: black;
	opacity: .3;
	z-index: -1;
}
.overlay_img {
    position: absolute;
    background-color: #000000bd;
    opacity: 0;
    height: 350px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 40px;
}
.overlay_img span {
    display: block;
	padding-right: 100px;
	padding-left: 25px;
}
#intro {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 60%;
	margin-left: 5%;
	width: 70%;
	color: white;
}
#down {
	position: absolute;
	margin-top: 70px;
}
#down img {
	width: 64px;
	height: auto;
	border: 0;
}
h1 {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 120px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 1px;
	line-height: 100px;  
}
h2 {	
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 50px;  
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.title {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-size: 44px;
	line-height: 44px;
	font-weight: 700;
}
.bolded {
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: 700;	
}
.col {
	width: 93%;
	margin: 0;	
	float: left;
}
.col1 {
	width: 100%;
	margin: 0;	
	float: left;
}
.col2 {
	width: 40%;
	margin-right: 4%;	
	float: left;
}
.col3 {
	width: 30%;
	padding: 100px 0;
	margin-right: 3%;	
	float: left;
	background-position: center center;
	background-size: cover;
}
.col3_special {
	width: 30%;
	padding: 100px 0;
	margin-right: 3%;	
	float: left;
	background-position: center center;
	background-size: cover;
	text-align: center;
	font-family: 'HelveticaMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: white;
	text-shadow: 0px 0px 12px #11111170;
}
.ico_sx {
	width: 45%;
	float: left;
}
.ico_dx {
	width: 45%;
	float: right;
}
video {
	width: 30%;
	margin-right: 3%;
	margin-top: 30px;
	height: auto;
	background-color: #000000;
	vertical-align: top;
}
.pic {
	width: 18%;
	display: inline-block;
    margin: 0.5%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.pic:hover {
	filter: brightness(1.3);
}

.separatore {
	clear: both;
	display: block;
	height: 50px;
	width: 100%;
}
#footer {
	margin-top: 150px;
	padding: 50px 0;
	font-size: 16px;
}
a:link, a:visited {
	color: #154155;
	text-decoration: none;
}
a:active, a:hover {
	color: #4c86a1;
	text-decoration: none;
}

.mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	
	.mobile {
		display:block;
	}	
	.nomobile {
		display:none !important;
	}	
	.separatore {
		height: 30px;
	}
	.overlay_img {
		height:100%;	
	}		
	#logo {
		top: 25px;		
	}
	#logo img {
		width: 180px;
	}
	h1 {
		font-size: 60px !important;
		line-height: 56px;
	}	
	h2 {
		font-size: 24px !important;
	}
	.title {
		line-height: 32px;
	}
	#slideshow {
		height: 400px;	
	}	
	#intro {
		
	}	
	.col3 {
		width: 97%;
		padding: 50px 0;	
	}
	.col3_special {
		width: 96%;
		display: block;
		padding: 50px 0;
		font-size: 32px;
		margin-bottom: 20px;
	}
	video {
		width: 30%;
		margin-right: 2%;
		margin-top: 30px;
	}
	.ico_sx {
		width: 48%;
	}
	.ico_dx {
		width: 48%;
	}
	.pic {
		width: 31%;
		margin: 0.5%;
	}
	.ham {
		position: absolute;
		right: 5%;
		width: 33px;
		top: 30px;
		z-index: 99999;
	}
	.title {
		font-size: 30px;
		letter-spacing: 0px;	
	}
}