@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Encode Sans Expanded', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #000;
	background-color: #182d4d;
	overflow-x: hidden;
}

.wrap {
	overflow-x: hidden;
}

h1 {
	font-family: 'Encode Sans Expanded', sans-serif;
	font-size: 2.8em;
	line-height: 1em;
	font-weight: 400;
	color: #000;
}

h2 {
	font-family: 'Encode Sans Expanded', sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 400;
	color: #fff;
}

#myVideo {
	min-width: 100%;
	min-height: 100%;
}

.bottone {
	text-align: center;
	width: 240px;
	margin: 40px auto;
	padding: 12px;
	border: none;
	font-weight: 700;
	background-color: #FF9900;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
	font-family: 'Encode Sans Expanded', sans-serif;
}

.bottoncino {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid #f58a1f;
	font-size: 70%;
	font-weight: 700;
	color: #fff;
	background-color: #f58a1f;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
}

.bottoncino:hover {
	background-color: #132956;
}

.pulsante {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid #f90;
	font-weight: 700;
	background-color: transparent;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
}

.pulsante:hover {
	background-color: #132956;
}

#isingola, #imultipla {
	display: none;
}

.sivede {
	display: block;
}

.nonsivede {
	display: none;
}

.checkbox {
	width: 20px;
	height: 20px;
	padding: 1px;
	font-size: 100%;
	border: 1px solid #333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ebebeb;
	cursor: pointer;
}

h3 {
	font-size: 175%;
	line-height: 1.2;
	color: #000;
}

#header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 12px 0 12px 0;
	background-color: #f58a1f;
}

#header .date-header {
	display: none;
}

#logocongresso {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -150px;
}

#main {
	position: relative;
	width: 100%;
	padding: 40px 0;
	margin: 195px auto;
	background-color: #ffffff;
	/*background-image: url("../img/logo-sfondo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;*/
}

#logocongresso img {
	width: 300px;
}

#testo {
	width: 96%;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 2%;
	/* background-image: url(../img/sfondo-pagina-award.jpg); */
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

#testo h2 {
	margin-left: 0;
	margin-right: 0;
	line-height: 1.2;
	color: #000;
	font-size: 130%;
}

#testo a:hover {
	color: #000;
}

.text-orange {
	color: #f58a1f;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
	font-family: 'Encode Sans Expanded', sans-serif;
}

.text-white {
	color: #fff;
	text-align: left;
	font-size: 400%;
	font-weight: bold;
	font-family: 'Encode Sans Expanded', sans-serif;
}

#slide8 {
	padding-top: 0;
}

#sfondo-hp {
	background-image: url("../img/slider.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 800px;
}

#popup, #popuplungo {
	position: absolute;
	top: 50px;
	left: 50%;
	background-image: url(../img/black-70.png);
	width: 300px;
	height: auto;
	padding: 30px;
	margin-left: -165px;
	color: #fff;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	z-index: 10000;
}

#popup span, #popuplungo span {
	position: absolute;
	top: 0px;
	right: 3px;
}

#popup span a, #popuplungo span a {
	color: #ccc;
	font-size: 80%;
}

#feedback, #popup_msg, #popup_filodiretto, #popup_registrati, #popup_partner {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/sf-menutop.png);
	overflow: scroll;
	z-index: 60000;
}

#feedback {
	display: inline;
}

#popupbase {
	position: fixed;
	bottom: 50px;
	left: 50%;
	background-image: url(../img/black-70.png);
	width: 360px;
	height: 200px;
	padding: 30px;
	margin-left: -180px;
	color: #fff;
	border: 1px solid #999;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 10000;
}

#popupbase span {
	position: absolute;
	top: -20px;
	right: -20px;
	background-color: #666;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 15px 10px 15px;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 11px rgba(50, 50, 50, 0.75);
}

#popupbase a {
	color: #fff;
}

#feedbackmsg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../img/sf-70.png);
	overflow: scroll;
	z-index: 60000;
}

.msg_style {
	position: absolute;
	top: 53px;
	left: 50%;
	margin-left: -240px;
	padding: 30px 10px;
	width: 460px;
	height: auto;
	background-color: #182D4D;
	border: 1px solid #182D4D;
	opacity: 1;
	color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 5px 5px 12px 2px #282828;
	-moz-box-shadow: 5px 5px 12px 2px #282828;
	box-shadow: 5px 5px 12px 2px #282828;
}

.msg_style span {
	position: absolute;
	top: -18px;
	right: -18px;
	color: #e4d349;
	text-align: center;
	line-height: 28px;
	width: 28px;
	background-color: #fff;
	border: 4px solid #e4d349;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}


.msg_style span a {
	font-weight: bold;
	color: #e4d349;
	text-decoration: none;
}

.msg_style span a:hover {
	color: #e4d349;
	text-decoration: none;
}

.msg_style input,
.msg_style textarea {
	width: 93%;
	padding: 12px 2%;
}

.msg_style input[type="submit"] {
	width: 98%;
	cursor: pointer;
}

.msg_style fieldset {
	margin: 0;
	padding: 10px;
	border: solid 1px #022a36;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.msg_style legend {
	padding: 5px;
	border: solid 1px #022a36;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 10px;
	background-color: #fff;
	font-weight: 700;
	font-size: 100%;
	color: #022a36;
}

/*-------------------------------------------------------header*/

.h-left {
	position: relative;
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	left: 5%;
	color: #fff;

}

.h-left a {
	text-decoration: none;
	color: #fff;
}

.h-left a:hover {
	color: #022a36;
}

.h-right {
	position: relative;
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	right: 5%;
	color: #fff;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
}

.h-left span {
	position: relative;
	margin-left: 10px;
	vertical-align: super;
	line-height: normal;
	top: -10px;
	font-size: 120%;
	font-size: 1.3vw;
}

.icon {
	color: #002A4D;
	padding: 5px;
}

.topmenu {
	position: absolute;
	vertical-align: top;
	right: 2%;
	top: 50px;
	text-align: right;
}

.topmenu div {
	text-align: center;
	margin: 0;
	display: inline;
	padding: 0;
}

.topmenu a {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	font-size: 100%;
	font-size: 0.9vw;
	color: #fff;
	text-decoration: none;
	text-align: left;
	vertical-align: text-top;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.topmenu a:hover {
	color: #F58A1F;
}

.social {
	width: 50px;
	padding: 0;
}

.social:hover {
	background-color: transparent;
}

.social img {
	width: 40px;
	padding: 0;
	margin: 0 0 -14px 0;
	opacity: .4;
}

.social:hover img {
	opacity: 1;
}

.topform {
	margin-left: 20px;
}

.social a {
	padding: 0;
}



.navigation {
	position: absolute;
	right: 2%;
	margin: 0;
	padding: 0;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

.navigation:hover {
	background-color: #4bbdcf;
}

#slide0 {
	position: relative;
	width: 100%;
	padding: 20px 0;
	background-color: #AEDAD9;
}

#desktop {
	display: block;
	width: 100%;
}

#mobile {
	display: none;

}

.img_overlay {
	background-color: #182d4d;
}

#slide0 h3 {
	width: 120px;
	color: #000;
	font-weight: 400;
	font-size: 200%;
	margin: 0 auto;
	margin-top: -10px;
	text-align: center;
}

#slide0 h2 {
	font-size: 300%;
	margin: 0px auto;
	letter-spacing: -.05em;
	line-height: 1.0;
	text-align: center;
}

#slide0 h2 span {
	font-weight: 600;
}

#slide1 {
	position: relative;
	padding: 0;
	height: 920px;
	max-height: 1080px;
}

#slide1 iframe {
	width: 100%;
	height: 100%;
}

#header-hp {
	position: absolute;
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;

}

#slide1 .fixed {
	position: fixed;
	top: 69px;
	left: 0;
	z-index: 10;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}

#header-hp video {
	opacity: 0.3;
}

.header-pagine {
	background-color: #182D4D;
	-webkit-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.44);
	-moz-box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.44);
	box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.44);
}

.padding-corret {
	padding-left: 70px !important;
}

#logo-header {
	position: relative;
	display: inline;
}

#slide1 #logo-header img {
	width: 220px;
	margin-left: 2%;
	margin-top: 1%;
}

#logo-trasp {
	position: absolute;
	width: auto;
	top: 30%;
	text-align: center;
	z-index: 9;
}

#logo-trasp img {
	width: 55%;
	margin: 0 auto;
}

#header-hp .logo-menu {
	position: absolute;
	width: 250px;
	top: 16px;
	left: 59px;
}

.video_home {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#playervideo {
	display: inline-block;
	margin: 45px 1% 2% 1%;
	width: 46%;
	height: auto;
	vertical-align: middle;
}

#vid {
	width: 100%;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	text-align: center;
}

#slide2 {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 10px auto;
	overflow: hidden;
	margin-top: 45px;
}

#slide2 img {
	width: 100%;

}

#box span {
	color: #f58a20;
}

.numeri {
	font-weight: 700;
	font-size: 150%;
}

#box .numeri span {
	color: #99d9d9
}

#box2 {
	position: absolute;
	top: 30%;
	right: 15%;
	width: 40%;
	max-width: 400px;
}

#box2 span {
	color: #f18700;
}

#box2 .bottone {
	width: auto;
	max-width: 300px;
	line-height: 1.2;
	padding: 20px;
	font-size: 80%;
	background-color: transparent;
	border: 3px solid #add8d9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #add8d9;
}

#box2 .bottone a {
	text-decoration: none;
	color: #fff;
	font-weight: 200;
}

#box2 img {
	width: 130%;
	margin: 0 auto;
}

#slide3 {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;

}

.quote {
	background-image: url("../img/sfondo_quote.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
}

#slide3 h1 {
	text-align: center;
	font-weight: 600;
	color: #fff;
}

.box3 {
	display: inline-block;
	width: 38%;
	padding: 40px 5%;
	margin: 0;
	text-align: justify;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: top;
}

#slide4 {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url("../img/early-bird.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide4 h1 {
	font-size: 400%;
	font-weight: 700;
	color: #f58a20;
	margin-left: 5%;
	margin-bottom: 20px;
	margin-top: 100px;
}

#slide4 h2 {
	font-size: 300%;
	font-weight: 500;
	color: #f58a20;
	margin-left: 5%;
	margin-top: 30px;
	margin-bottom: 60px;
}

.box3 a {
	color: #AEDAD9;
	text-decoration: none;
}

.box2 {
	display: inline-block;
	width: 49.8%;
	padding: 0;
	margin: 0;
	float: left;
}

.box2 img {
	max-width: 960px;
	width: 100%;
}

#box-arancio {
	width: 100%;
	padding: 4% 0 2% 0;
	background-color: #AEDAD9;
	color: #fff;
	font-size: 140%;
	text-align: center;
}

#box-arancio h1 {
	font-weight: 600;
	font-size: 180%;
	color: #0c395f;
	letter-spacing: 0.00em;
}

#box2-arancio {
	width: 37.8%;
	padding: 6%;
	background-color: #AEDAD9;
	color: #fff;
	font-size: 140%;
	text-align: justify;
}

#box2-arancio h1 {
	font-weight: 600;
	font-size: 180%;
	color: #0c395f;
	letter-spacing: 0.00em;
}

#box2-right {
	width: 37.8%;
	padding: 6%;
	background-color: #1C3661;
	color: #fff;
	font-size: 140%;
	text-align: justify;
	letter-spacing: 0.00em;
}

#box2-right h1 {
	font-weight: 600;
	font-size: 180%;
	color: #AEDAD9;
}

/*--------------------------------------------------*/
#slide5 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	font-weight: 400;
	color: #fff;
	background-color: #f58a1f;
}

#slide5 a:hover {
	color: #AEDAD9;
	text-decoration: none;
}

#slide5 h1 {
	font-size: 100%;
	color: #f18700;
	font-weight: 600;
}

#slide5 h1 a {
	color: #f18700;
	text-decoration: none;
}

#slide5 h3 a:hover {
	text-decoration: underline;
}

#slide5 h5 {
	text-align: center;
	font-size: 80%;
	margin: 16px;
}

#slide5 h5 a {
	color: #f18700;
	text-decoration: none;
}

#slide5 h5 a:hover {
	color: #AEDAD9;
	text-decoration: none;
}

#slide-form {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 67%;
}

#spazio, .spazio {
	height: 50px;
}

.box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.box h1 {
	color: #fff !important;
	text-align: center;
	font-size: 55px !important;
}

.box h3 {
	color: #fff !important;
	font-size: 225% !important;
}

#box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

.box-tariffe {
	display: inline-block;
	background-color: #f58a1f;
	color: #fff;
	text-align: center;
	width: 270px;
	height: 240px;
	margin: 10px 30px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	vertical-align: top;
}

.box-accompagnatore {
	position: relative;
	display: block;
	background-color: #f58a1f;
	color: #fff;
	text-align: center;
	width: 80%;
	height: 148px;
	margin: 51px auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	vertical-align: top;
}

.container-1 {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.box-container-1 {
	background-image: url("../img/sfondo_quote.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	width: 25%;
	padding: 15px;
	transition: .5s !important;
	-webkit-transition: .5s !important;
	-moz-transition: .5s !important;
	-ms-transition: .5s !important;
	-o-transition: .5s !important;
}

/* REPORTAGE */

#copertina{
	position: relative;
	z-index: -1;
}

#copertina img{
	width: 100%;
}

#copertina::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.44);
}

#numeri{
	display: flex;
	justify-content: space-around;
	color: #fff;
	padding: 5px auto;
}

@media screen and (max-width:576px) {
	.box-container-1 {
		width: 80%;
		margin-top: 10px;
	}
}

.box-container-1:hover {
	background-image: none;
	background-color: rgba(245, 138, 31, 1);
}

.box-container-1 .link-iscriviti a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 2vw;
}

@media screen and (max-width:576px) {
	.box-container-1 .link-iscriviti a {
		font-size: 3vw;
	}
}

.box-iscriviti {
	position: relative;
	display: block;
	background-color: rgba(245, 138, 31, 1);
	color: #fff;
	text-align: center;
	width: 30%;
	height: 130x;
	margin: 51px auto;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 21px;
	overflow: hidden;
	-webkit-animation: bounce;
	-moz-animation: bounce;
	-o-animation: bounce;
	animation: bounce;
	/*referringdirectlytotheanimation's@keyframedeclaration*/
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	-o-animation-duration: 3s;
	animation-duration: 3s;
	/*don'tforgettosetaduration!*/
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	transition: background-color .5s !important;
	-webkit-transition: background-color .5s !important;
	-moz-transition: background-color .5s !important;
	-ms-transition: background-color .5s !important;
	-o-transition: background-color .5s !important;
}

.box-iscriviti:hover {
	background-color: rgba(245, 138, 31, 0.8);
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-animation-duration: 0;
	-moz-animation-duration: 0;
	-o-animation-duration: 0;
	animation-duration: 0;
	-webkit-animation: none;
}


.box-iscriviti .link-iscriviti a {
	color: #fff;
	text-decoration: none;
	font-size: 36px;
	font-weight: bold;

	/* 
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
transition: 0.5s; */
}



.box-tariffe .tipo, .tipo {
	font-size: 220%;
	font-weight: bold;
	margin-top: 47px;
}

.euro, .prezzo, .iva {
	display: inline;
}

.euro {
	font-size: 200%;
}

.prezzo {
	font-size: 467%;
	font-weight: bold;
}

.prezzo-form {
	font-size: 180%;
	font-weight: normal;
}

.iva {
	font-size: 100%;
}

.early {
	font-weight: bold;
	height: 75px;
}

.std {
	font-size: 80%;
}

.box-tariffe .button button {
	background-color: #182d4d;
	color: #fff;
	border: 0;
	padding: 10px 20px;
	font-size: 120%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	margin-bottom: 35px;
}

.testo-box {
	display: inline-block;
	position: relative;
	width: 550px;
	margin: 10px;
	color: #182d4d;
	vertical-align: text-top;
	font-weight: 500;
}

.testo-box2 {
	display: inline-block;
	position: relative;
	width: 299px;
	margin: 0 40px;
	color: #182d4d;
	vertical-align: text-top;
	font-weight: 400;
}

.box-wide {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #182D4D;
}

.box-time-orange {
	color: #F58A1F;
}

.box-time-white {
	color: #fff;
}


.box-time-orange, .box-time-white {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 20px;
}

.time {
	font-size: 60px;
	font-weight: bold;
}

.text-time {
	font-size: 30px;
	font-weight: bold;
	margin-top: -25px;
}

/*
.accordion {

	cursor: pointer;
	padding: 18px;
	background-color: transparent;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
}


.active, .accordion:hover {
	background-color: #ccc;
}


.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
*/
.accordion {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 15px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size: 30px;

}

.accordion:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	display: block;
	content: '\f078';
	/*Unicodecharacterfor"plus"sign(+)*/
	font-size: 300%;
	color: #fff;
	margin-left: 5px;
	-webkit-animation: pulse;
	-moz-animation: pulse;
	-o-animation: pulse;
	animation: pulse;
	/*referringdirectlytotheanimation's@keyframedeclaration*/
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	/*don'tforgettosetaduration!*/
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.active:after {
	content: '\f077';
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	-webkit-animation: none;
}


.panel {
	padding: 0 18px;
	color: #182d4d;
	max-height: 0;
	max-width: 1080px;
	overflow: hidden;
	-webkit-transition: max-height 0.8s ease-in-out;
	-o-transition: max-height 0.8s ease-in-out;
	-moz-transition: max-height 0.8s ease-in-out;
	transition: max-height 0.8s ease-in-out;
	text-align: center;
	margin: 0 auto;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.t-center, .t-center a {
	text-align: center !important;
}


.boxes-single, .boxes-5, .boxes-video, .boxes-form {
	display: inline-block;
	position: relative;
	width: 360px;
	height: 340px;
	margin: 45px 1% 2% 1%;
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: display;
	-o-transition-property: display;
	-moz-transition-property: display;
	transition-property: display;
	font-size: 53%;
}

.boxes-video, .boxes-form {
	margin: 10px 1% 2% 3%;
	width: 45%;
	height: auto;
	vertical-align: middle;
}

/*.boxes-video div {
	display: inline;
	text-align: left;
}*/
.boxes-video .data {
	text-align: left;
	float: left;
	width: 35%;
	font-size: 185%;
	height: 160px;
}

.boxes-video .testo {
	text-align: left;
	color: #99d9d9;
}

.boxes-video .testo em {
	text-align: left;
	color: #fff;
	font-style: normal;
	font-size: 90%;
}

.boxes-form {
	text-align: left;
	height: auto;
	vertical-align: top;
}

.boxes-form h2 {
	color: #f58a1f;
	font-size: 30px;
	margin-top: 70px;
	line-height: normal;
}


.boxes-single {
	width: 775px;
	height: 200px;
}

.boxes-5 {
	width: 220px;
	height: 280px;
	margin: 0 1px;
}

.boxes-5 img {
	width: 100%;
}

.boxes {
	display: inline-block;
	position: relative;
	width: 300px;
	height: 340px;
	margin: 0 2% 2% 0;
	padding: 60px 0 0 0;
	border: 16px solid #f58a1f;
	background-color: transparent;
	overflow: hidden;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
	font-size: 60%;
}

.boxes h3 {
	font-size: 140%;
	margin: 0 auto;
	/*text-transform: lowercase;*/
}

.boxes h3 {
	position: absolute;
	width: 100%;
	height: 85px;
	padding: 10px 0 0 0;
	bottom: 0;
	background-color: #f58a1f;
	color: #fff;
	line-height: 1;
}

.boxes div {
	position: absolute;
	height: 32px;
	margin: 0;
	overflow: hidden;
	width: 220px;
	padding: 20px 0 0 15px;
}

#boxes-1 {
	background-image: url(../img/boxes-11.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-1:hover {
	background-image: url(../img/boxes-12.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-2 {
	background-image: url(../img/boxes-21.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-2:hover {
	background-image: url(../img/boxes-22.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-3 {
	background-image: url(../img/boxes-31.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-3:hover {
	background-image: url(../img/boxes-32.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-4 {
	background-image: url(../img/boxes-41.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-4:hover {
	background-image: url(../img/boxes-42.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-6 {
	background-image: url(../img/boxes-61.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-6:hover {
	background-image: url(../img/boxes-62.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-7 {
	background-image: url(../img/boxes-71.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-7:hover {
	background-image: url(../img/boxes-72.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-8 {
	background-image: url(../img/boxes-81.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-8:hover {
	background-image: url(../img/boxes-82.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-9 {
	background-image: url(../img/boxes-91.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-9:hover {
	background-image: url(../img/boxes-92.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-10 {
	background-image: url(../img/boxes-101.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-10:hover {
	background-image: url(../img/boxes-102.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-11 {
	background-image: url(../img/boxes-111.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-11:hover {
	background-image: url(../img/boxes-112.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-12 {
	background-image: url(../img/boxes-121.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-12:hover {
	background-image: url(../img/boxes-122.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-13 {
	background-image: url(../img/boxes-131.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-13:hover {
	background-image: url(../img/boxes-132.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

#boxes-14 {
	background-image: url(../img/boxes-141.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition-property: background-image, -webkit-box-shadow;
	transition-property: background-image, -webkit-box-shadow;
	-o-transition-property: background-image, box-shadow;
	-moz-transition-property: background-image, box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow, -moz-box-shadow;
	transition-property: background-image, box-shadow, -webkit-box-shadow;
}

#boxes-14:hover {
	background-image: url(../img/boxes-142.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 4px 4px 6px rgba(255, 64, 8, 0.4);
	-moz-box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
	box-shadow: 0px 0px 10px 6px rgba(255, 64, 8, 0.4);
}

.boxes-video img {
	width: 80%;
}

#hashtag2021 {
	width: 30%;
}

#hashtag2021 img {
	margin-top: 120px;
}

.boxes h3, .boxes-single h3 {
	font-size: 140%;
	margin: 0 auto;
}

.boxes h4 {
	display: block;
	font-size: 120%;
	font-weight: 600;
	margin-top: 0;

}

.boxes h5 {
	display: block;
	font-weight: 600;
	margin-top: 30px;
	font-style: italic;
}

.boxes div, .boxes div {
	position: absolute;
	width: 320px;
	height: 32px;
	margin: 0;
	padding: 20px;
	overflow: hidden;
}

.boxes div {
	width: 220px;
	padding: 20px 0 0 15px;
}

.iscriviti div:hover {
	/*background-image:url(../img/box-handmade.png);*/
	background-color: #AEDAD9;
	border: 16px solid #AEDAD9;
}

.boxes img, .boxes-single img {
	width: 100%;
}

.boxes span, .boxes-single span, .boxes-5 span {
	display: none;
}

.boxes:hover span, .boxes-single:hover span, .boxes-5:hover span {
	display: block;
}

.boxes:hover em, .boxes-single:hover em, .boxes-5:hover em {
	display: none;
}

#testuale, #testualeblu {
	font-size: 120%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 50px auto 10px auto;
}

#testualeblu {
	color: #AEDAD9;
}

#testuale span {
	color: #f58a20;
}

.blocco-video {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 60px auto 10px auto;
	clear: both;
	font-size: 150%;
	color: #f18700;
	font-weight: 400;
	vertical-align: middle;
}

.blocco-video h2 {
	font-size: 120%;
	color: #f18700;
	font-weight: 600;
	text-align: left;
	margin: 0;
	line-height: 1.4;
}

#slide6 {
	display: block;
	width: 100%;
	padding: 40px 0;
	margin: 0px auto;
	text-align: center;
	font-size: 100%;
	background-image: url("../img/sfondo-spazio.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#slide6 h2 {
	font-size: 400%;
	font-weight: 500;
	color: #f58a20;
	margin-left: 5%;
	margin-top: 100px;
}

#slide6 a {
	text-decoration: none;
	color: #fff;
}

#richiesta input {
	display: block;
	width: 100%;
	line-height: 1.2;
	margin: 10px 0 20px 0;
	padding: 9px;
	font-size: 217%;
	border: 4px solid orange;
	background-color: transparent;
	color: #fff;
}

#richiesta input[type="submit"] {
	width: 50%;
	line-height: 1.2;
	padding: 13px;
	font-size: 160%;
	background-color: transparent;
	border: 3px solid #add8d9;
	color: #add8d9;
	cursor: pointer;
}

#richiesta input[type="radio"], #richiesta input[type="checkbox"] {
	display: inline;
	width: 40px;
	margin: 0 20px;
}

#richiesta label {
	position: relative;
	color: #f58a20;
	font-size: 180%;
	left: 2%;

}

.button-privacy a {
	position: relative;
	display: block;
	width: 40%;
	text-decoration: none;
	color: #fff;
	background-color: orange;
	text-align: center;
	padding: 10px;
	font-size: 151%;
	font-weight: 500;
	margin-top: 81px;
}

.button-multi a {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.button-multi a:hover {
	color: #182D4D !important;
}

.warning>h2 {
	background-color: rgba(251, 177, 23, 0.6);
	padding: 10px;
	border-left: 4px solid rgb(251, 177, 23);
}

/*---------------------------------------*/
#slide7 {
	position: relative;
	width: 100%;
	height: auto;
	/**/
	margin: 0px auto;
	padding: 60px 0;
	background-color: #fff;
}

#slide7 h4 {
	color: #000;
	margin: 20px auto;
}

#slide7 a {
	color: #999;
}

#slide7 a:hover {
	color: #000;
}

#slide7 a.link {
	line-height: 5.6;
	font-size: 200%;
	font-weight: 900;
	color: #182d4d;
	;
	text-decoration: none;
}

#slide7 a.link:hover {
	text-decoration: underline;
}

#slide7 div.ul {
	display: block;
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 0;
}

#slide7 div.logos, #slide7 div.logos-350 {
	position: relative;
	display: inline-block;
	width: 250px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	clear: none;
}

#slide7 div.logos-350 {
	width: 350px;
	text-align: center;
}

#slide5 div.logosponsor, #slide7 div.logosponsor, #slide7 div.logosponsor-200, #slide8 div.logosponsor {
	position: relative;
	display: inline-block;
	width: 175px;
	margin: 0 20px 0 20px;
	padding: 0px;
	text-align: left;
	clear: none;
}

#slide7 div.logosponsor img, .logos img {
	width: 150px;
}

#slide5 div.logosponsor {
	width: 50px;
}

#slide5 div.logosponsor img {
	width: 50px;
}

#slide5 .logosponsor a span img {
	display: none;
}

#slide5 .logosponsor a:hover span img {
	display: inline;
}

#slide5 .logosponsor a:hover em img {
	display: none;
}

#testo div.logosponsor {
	position: relative;
	display: inline-block;
	margin: 0 20px 0 20px;
	padding: 0px;
	text-align: left;
	clear: none;
}

#testo div.logosponsor img {
	width: 70px;
}

#slide7 div.logosponsor-200, #slide7 div.logosponsor-200 img {
	width: 200px;
}

#slide7 h1 {
	color: #f58a20;
	font-weight: 900;
	font-size: 200%;
	text-align: center;
	margin-bottom: 90px;
}

#slide7 h2 {
	color: #f58a20;
	font-size: 170%;
	font-weight: 900;
	margin: 20px 0;
}

#slide7 h3 {
	color: #f58a20;
	font-size: 200%;
	font-weight: 900;
}

#slide7 h4 {
	color: #AEDAD9;
	font-size: 250%;
	font-weight: 900;
}

#slide7 .testo-slide2 {
	font-size: 83%;
	width: 60%;
	margin-left: 0;
	padding: 25px 5% 0 35%;
}

.testo-2 {
	position: relative;
	width: 60%;
	max-width: 900px;
	text-align: justify;
	margin: 0 auto;
	padding: 70px 0 70px 0;
	background-color: #fff;
	background-image: url("../img/logo-sfondo.png");
	background-position: center;
	background-repeat: no-repeat;
}

.testo-2 span {
	padding: 0;
	margin-left: -50px;
}

.testo-5 {
	position: relative;
	width: 1200px;
	color: #999;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	background-color: #fff;
}

#slide8 {
	position: relative;
	width: 100%;
	height: auto;
	/**/
	margin: 0px auto;
	padding: 60px 0 60px 0;
	color: #fff;
	background-color: #182d4d;
}

#slide8 h1 {
	text-align: center;
	color: #f58a20;
	font-weight: 600;
	font-size: 200%;
	margin-bottom: 40px;
}

#slide8 h2 {
	text-align: center;
	font-weight: 300;
	font-size: 200%;
	margin: 5px 0;
	line-height: 1.5;
}

#slide8 h3 {
	text-align: center;
	color: #f58a20;
	font-weight: 300;
	font-size: 200%;
	margin: 5px 0;
}

#testo8 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
}

#testo8 a {
	text-decoration: none;
}

#testo8 p {
	text-align: justify;
}

#testo8 img {
	width: 260px;
	margin-right: 80px;
	margin-bottom: 55px;
	vertical-align: middle;
	float: left;
}

#slide8 div.logosponsor {
	width: 100px;
}

#slide8 div.logosponsor img {
	width: 70px;
}

#slide8 .logosponsor a span img {
	display: none;
}

#slide8 .logosponsor a:hover span img {
	display: inline;
}

#slide8 .logosponsor a:hover em img {
	display: none;
}

#bottom {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	background-color: #182d4d;
}

#bottom a {
	color: #fff;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
	color: #f58a20;
}

/*---------------------------------------------------------------------------AGENDA*/

.giornate {
	display: inline-block;
	width: 45%;
	margin: 0 2%;
	vertical-align: top;
}

.orario {
	display: inline;
	width: 30%;
	float: left;
	vertical-align: top;
	font-size: 200%;
	font-weight: 200;
	color: #AEDAD9;
}

.cosa {
	display: inline;
	width: 65%;
	float: left;
	vertical-align: top;
	overflow: hidden;
	color: #fff;
	clear: none;
	margin-top: -26px;
}

.cosa h1 {
	font-size: 220%;
	font-weight: 700;
	font-family: Georgia, serif;
	color: #fff;
}

.cosa h1 span {
	font-size: 90%;
	font-family: 'Encode Sans Expanded', sans-serif;
	font-weight: 400;
}

.cosa h1 cel {
	color: #AEDAD9;
}

/*---------------------------------------------------------------protagonisti*/
.protagonisti {
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 32px;
	vertical-align: top;
	border-bottom: 5px solid #f58a20;
	border: 5px solid #f58a20;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 17px -6px;
	-moz-box-shadow: 0px 0px 17px -6px;
	box-shadow: 0px 0px 17px -6px;
	padding: 14px;

}

.speciale {

	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(245, 138, 32, 1) 100%);
	font-size: 1.2rem;
	border-radius: 30px;
	padding: 10px;
	text-align: right;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	transition: 0.5s;
	-webkit-animation: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

#link_leader {
	color: #182D4D;
	text-decoration: none;
}

#link_leader:hover {
	color: #fff !important;
}

.speciale:hover {
	background-color: #f58a20;
	background-position-x: -900px;
}

.portrait {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 35%;
	height: 100%;
	padding: 0;
	margin: 0;
	float: left;
	vertical-align: top;
	font-size: 200%;
	font-weight: 200;
	color: #AEDAD9;
}

.portrait img {
	width: 100%;
}

.biografia {
	display: inline;
	width: 56%;
	padding: 4% 2%;
	float: left;
	vertical-align: top;
	overflow: hidden;
	color: #282828;
	line-height: 1.8;
	clear: none;
	margin-top: -26px;
}

.biografia span {
	font-size: clamp(16px, calc(5vw + 5px), 25px);

}

.biografia h1 {
	font-size: 240%;
	font-weight: 700;
	color: #AEDAD9;
}

/*------------------------------------------------------------------------------1366x768*/
@media screen and (max-width:1380px) {
	#header-hp .logo-menu {
		width: 170px;

	}

	#slide1 img {
		margin-top: 0px;
	}

	#slide2 {
		font-size: 100%;
	}

	#box2 {
		padding: 40px 4% 60px 4%;
	}

	.box {
		width: 80%;
	}

	#box2-arancio, #box2-right {
		font-size: 120%;
		max-height: 556px;
	}

	.testo-5 {
		width: 100%;
		padding: 0 0 60px 0;
	}

}

/*------------------------------------------------------------------------------1200*/
@media screen and (max-width:1200px) {
	#header-hp .logo-menu {
		display: none;
	}

	#box2 {
		width: 50%;
	}
}

/*------------------------------------------------------------------------------1024*/
@media screen and (max-width:1024px) {
	#header .date-header {
		display: inline;
		position: absolute;
		top: 0;
		margin-left: 11px;
	}

	#slide1 {
		height: 476px;
	}

	.testo-box {
		position: relative;
		display: block;
		font-size: 100%;
		padding: 0 3%;
		width: 88%;
		margin: 0 auto;
	}

	#slide2 {
		margin-top: 15px;
	}

	.h-left {
		width: 49%;
	}

	.h-left span {
		display: none;
	}

	.h-right {
		width: 51%;
		font-size: 99%;
	}

	.icon {

		padding: 0px;
	}

	.testo-box2 {
		margin: 0 auto;
	}

	.text-orange {

		font-size: 170%;

	}

	.text-white {

		font-size: 257%;

	}

	#logo-trasp {
		top: 34%;
	}

	#logo-trasp img {
		width: 61%;
	}

	.topmenu a {
		font-size: 78%;
		padding: 10px 11px;
	}

	#slide0 h2 {
		font-size: 300%;
	}

	.box {
		width: 100%;
	}

	#box2 {
		right: 2%;
	}

	#box2 img {
		width: 100%;
	}

	#slide2 {
		font-size: 100%;
	}

	#box2-arancio, #box2-right {
		font-size: 110%;
	}

	#box2-right {
		padding-bottom: 8.4%;
	}

	#box2-arancio h1, #box2-right h1 {
		font-size: 160%;
	}

	.box3 img {
		max-width: 66px;
		margin: 0 20px;
	}

	#slide8 div.logosponsor {
		width: 50px;
	}

	#slide8 div.logosponsor img {
		width: 50px;
	}

	#testo8 img {
		width: 220px;
	}

	#testo8 p {
		font-size: 75%;
		;
	}

	.boxes-video {
		width: 75%;
	}

	.boxes-video .data {
		width: 30%;
		font-size: 145%;
		height: 160px;
	}

	.giornate {
		display: inline-block;
		width: 90%;
		margin: 30px 2%;
		vertical-align: top;
	}
}

/*----------------------------------------------------------------768 pixel*/
@media screen and (max-width:768px) {
	#header .date-header {
		display: inline;
		position: absolute;
		top: auto;
		bottom: -21px;
		margin-left: 11px;
		width: 100%;
		font-size: 62%;
		/* right: 5%; */
		/* text-align: right; */
	}

	#header-hp .logo-menu {
		display: block;
		position: absolute;
		width: 331px;
		top: 0;
		left: 24px;
	}

	#slide7 a.link {
		line-height: 1;
	}

	.box-iscriviti {
		width: 80%;
	}

	#playervideo {
		display: inline-block;
		margin: 45px 1% 2% 1%;
		width: 96%;
		height: auto;
		vertical-align: middle;
	}

	#desktop {
		display: none;
	}

	#mobile {
		display: block;
		width: 100%;
	}

	#sfondo-hp {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#logo-trasp img {
		width: 64%;
	}

	#nav a {
		color: #fff;
		text-decoration: none;
	}

	#slide2 {
		line-height: 1.4;
		font-size: 90%;
		height: auto;
		margin-top: 10px;
	}

	#box2 {
		width: 90%;
		padding: 10px 0 20px 10%;
		margin: 0;
	}

	.testo-box {
		font-size: 87%;
		padding: 0 3%;
		width: 94%;
	}

	.box3 {
		line-height: 1.4;
	}

	.boxes-single {
		width: 90%;
	}

	.boxes {
		width: 50%;
		max-width: 330px;
		height: 340px;
	}

	.boxes-video {
		width: 80%;
	}

	.boxes-5 {
		width: 70%;
		height: auto;
		margin: 20px 2% 20px 2%;
	}

	#hashtag2021 {
		width: 70%;
	}

	#hashtag2021 img {
		margin-top: 40px;
	}

	#slide4 span {
		display: inline-block;
		margin: 0 10px;
	}

	.orario {
		font-size: 100%;
		font-weight: 200;
	}

	.cosa {
		margin-top: -12px;
	}

	.cosa h1 {
		font-size: 160%;
	}

	.portrait {
		display: block;
		width: 100%;
	}

	.portrait img {
		width: 100%;
	}

	.biografia {
		display: block;
		width: 96%;
		margin-top: -26px;
	}

	.biografia h1 {
		font-size: 200%;
		font-weight: 700;
		color: #AEDAD9;
	}

	.boxes-video, .boxes-form {
		margin: 15px 1% 1% 1%;
		width: 95%;
		height: auto;
	}

	.blocco-video {
		margin: 20px 0;
	}

	.blocco-video h2 {
		font-size: 80%;
		text-align: center;
		margin: 15px 0 0 0;
	}

	#slide6 h2 {
		font-size: 200%;
		margin-top: 0px;
	}

	#testo8 img {
		float: none;
		margin-right: 0;
	}
}

/*-----------------------------------------------------------------600px*/
@media screen and (max-width:600px) {
	#header-hp .logo-menu {
		width: 230px;
		top: 20px;
	}

	#logo-trasp {
		top: 17%;
	}

	.msg_style {
		position: relative;
		display: block;
		top: 53px;
		left: 0;
		margin: 0 auto;
		width: 80%;

	}

	.box-time-orange, .box-time-white {
		margin: 20px;
	}

	.time {
		font-size: 49px;

	}

	.text-time {
		font-size: 17px;

	}

	#testuale, #testualeblu {
		font-size: 90%;
	}

	#box2 {
		top: -10%;
		right: 4%;
	}

	.boxes-video .data, .boxes-video .testo {
		display: block;
		width: 90%;
		margin: 0 auto;
		float: none;
		font-size: 80%;
		height: auto;
	}

	.boxes-5 {
		margin: 5px 1%;
	}

	.boxes {
		width: 94%;
	}

	.box3 {
		display: inline-block;
		width: 90%;
		padding: 10px 5%;
		margin: 0;
		font-size: 100%;
		line-height: 1.4;
	}

	.box3 div {
		display: block;
		text-align: center;
		margin: 20px auto 40px auto;
	}

	#slide5 {
		padding: 0 0 40px 0;

	}

	#slide5 h1 {
		font-size: 28px !important;
		padding-top: 20px;
	}

	#slide8 div.logosponsor {
		width: 50%;
		margin: 20px auto;
		text-align: center;
	}

	#copertina img {
    width: auto;
    height: 510px;
   
}
}

/*-------------------------------------------------------------400*/
@media screen and (max-width:400px) {


	#logo-trasp {
		position: relative;
		margin: 0 auto;
		top: 15%;
		right: 3%;
	}

	#logo-trasp img {
		width: 100%;
	}

	.h-left {
		width: 49%;
	}

	.h-left span {
		display: none;
	}

	.h-right {
		width: 50%;
		font-size: 84%;
	}

	.icon {

		padding: 0px;
	}

	.testo-box2 {
		margin: 0 auto;
	}

	.text-orange {

		font-size: 100%;

	}

	.text-white {

		font-size: 200%;

	}


	#slide0 h4 {
		width: 75px;
	}

	#slide0 h3 {
		width: 75px;
	}

	#slide4 h1 {
		margin-top: 70px;
	}

	#slide6 h1 {
		font-size: 300%;
		margin-top: 50px;
	}

	#slide6 h2 {
		font-size: 185%;
	}

	#slide8 h1 {
		font-size: 160%;
	}

	#slide8 h2 {
		font-size: 160%;
	}

	#slide8 h3 {
		font-size: 160%;
	}
}

/*-----------------------------------------------------------360*/
@media screen and (max-width:360px) {
	#slide1 #logo-header img {
		width: 120px;
	}

	#logo-trasp {
		width: 70%;
		top: 20%;
		left: 4%;
	}

	#logocongresso {
		position: absolute;
		top: 110px;
		left: 50%;
		margin-left: -130px;
	}

	#logocongresso img {
		width: 260px;
	}

	.boxes-single {
		height: auto;
	}

	.boxes {
		height: 340px;
	}

	#slide8 div.logosponsor {
		width: 50%;
		margin: 5px auto;
		text-align: center;
	}

	#box2 {
		width: 96%;
		padding: 40px 2% 50px 3%;
		text-align: left;
		color: #fff;
		font-size: 90%;
	}

	.orario {
		width: 30%;
	}

	.cosa {
		width: 70%;
	}

	.cosa h1 {
		font-size: 120%;
	}

	.boxes-5 {
		width: 210px;
		height: auto;
		margin: 0 auto;
	}

	#hashtag2021 {
		width: 70%;
	}

	#hashtag2021 img {
		margin-top: 20px;
	}

	#testuale {
		font-size: 65%;
	}

	#richiesta input {
		display: block;
		width: 90%;
		line-height: 1.2;
		margin: 10px 0;
		padding: 20px;
		font-size: 120%;
		background-color: #add8d9;
	}
}

/*-------------------------------------------------------------300px*/
@media screen and (max-width: 300px) {}