@media screen and (max-width: 1750px) {

	/*
.headerMenuRight div {
	display:inline-block;
	padding:0 20px;
}

.headerMenu {
	width:95%;
}*/

}

@media screen and (max-width: 1300px) {

/*
.headerMenuRight div {
	display:inline-block;
	padding:0 15px;
}*/

}


@media screen and (max-width: 900px) {

.headerName {
	background-color:inherit!important;
	color:white!important;

}

.joinForm {
	width:95%;
}

.joinFormItem {
	width:100%;
	margin:10px auto;
	text-align:center;
}

.joinFormItem input {
	max-width:320px;
	width:95%;
}

.joinFormItem textarea {
	max-width:320px;
	width:95%;
}

.joinInputLarge {
	width:300px!important;
}

.joinInputExtraLarge {
	width:300px!important;
}


.joinInputSmall {
	width:300px!important;
}

.joinFormItem select {
	width:100%;
}

.joinFormItemLarge {
	width:300px;
	margin-left:0;
	margin-right:0;
}

.joinFormItemLarge input {
	width:100%;
}

.logisticBlock {
	display:block;
}

.logisticLeft {
	display:block;
	font-size:15px;
	width:140px;
	vertical-align:top;
}

.logisticRight {
	display:block;
	font-size:16px;
	line-height:16px;
}

.logisticRight span {
	font-size:13px;
	line-height:15px;
	display:block;
}

.pageTitle {
	padding-top:10px;
	width:95%;
}

.pageTitleLeft {
	width:100%;
	display:block;
	text-align:center;
}

.pageTitleRight {
	width:100%;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:20px;
}

.pageTitleRight img {
	width:14px;
}


.homeSubTable {
	width:95%;
}

.homeTableCell {
	font-size:16px;
	line-height:20px;
}

.homeTableCellGrey {
	font-size:16px;
	line-height:20px;
}

.homeSubTableTime {
	width:30%;
}

.homeSubTableDescription {
	width:70%;
}

.footerInner {
	width:95%;
}

#playButton img {
	max-width:200px;
}

.videoButtons button {
	width:192px;
	height:40px;
	color:black;
	font-size:15px;
	margin:10px 30px;
	border:0;
}

.videoContainer video {
	width:100%;
	height:100%;
	object-fit:contain;
}

.partecipateTable {
	display:block;
}

.participateColSeparator {
	display:none;
}

.partecipateCol {
	display:block;
	width:100%;
	max-width:300px;
	margin:0 auto;
}

.partecipateCol div {
	text-align:center;
}

.partecipateCol input {
	width:100%;
}

.intoleranceContainer {
	text-align:center;
	width:100%;
	max-width:300px;
}

.intoleranceContainer textarea {
	width:100%;
	max-width:300px;
}

.buttonContainer {
	width:100%;
	padding-bottom:30px;
}

.footerInner {
	text-align:center;
	font-size:14px;
	line-height:18px;}

.footerLeft {
	display:block;
	text-align:center;	
	width:100%;
}

.footerRight {
	display:block;
	text-align:center;
	width:100%;
}

.headerMenu {
	width:100%;
	height:auto;
}

/*
.headerMenuLeft {
	display:none;
}*/


.headerWhite {
	background-image:url(../img/header_mobile.jpg?);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: top;
	position:relative;
}

.pageContent {
	padding-top:70px;
}

.joinFormTop {
	padding-top:0;
}

.headerMenuMobile {
	width:50%;
	text-align:right;
}

/*
.headerMenuLogo {
	width:150px;
	padding-left:20px;
}*/

.menuMobile {
	display:table;
	width:100%;
}

.menuMobileLeft {
	display:table-cell;
	text-align:left;
	width:70%;
}

.menuMobileRight {
	display:table-cell;
	text-align:right;
	width:30%;
	padding-right:20px;
}

.menuMobileRight img {
	width:30px;
}

.headerMenuRight {
	display:none;
	width:100%;
	background-image:white;
}

.headerMenuRight div {
	display:block;
	text-align:center;
}

.homePayoff {
	font-size:40px;
	line-height:40px;
}

.contactsTitle {
	font-size:50px;
	line-height:60px;
}

.contactsSubtitle {
	font-size:20px;
	line-height:20px;
}

.locationName {
	font-size:70px;
	line-height:70px;
}

.locationAddress {
	font-size:20px;
}

.locationInfo {
	font-size:18px;
	line-height:20px;
}

.locationInfo2 {
	font-size:18px;
	line-height:20px;
}

.lavoriamoTitle {
	font-size:30px;
	line-height:30px;
}

#lavoriamoQuizQuestion {
	line-height:25px;
}

.lavoriamoQuiz {
	padding:4px;
}

.lavoriamoQuizAnswerBlock {
	padding:4px;
}

.invalidBG {
	background-size:contain;
	background-repeat:no-repeat;
}

.roadVideoBlock {
	width:320px;
	display:inline-block;
	margin:0px;
}

.roadVideoBlock iframe {
	width:320px;
	height:180px;
}

.confirmButton {
	margin-left:0px;
}

.formSection {
	font-size:30px;
	line-height:40px;
	/*height:44px;*/
}

.formSectionName {
	width:95%;
}

.toggleButton {
	font-size:12px;
}

.confirmText {
	font-size:20px;
	line-height:25px;
	display: block;
	justify-content: center; /* Centers horizontally */
	align-items: center; /* Centers vertically */
	height: 100vh; /* Takes full viewport height */
	width: 90%;
	margin:120px auto 0 auto;
}

/****CONFIRM PAGE*****/


.confirmBox {
	background-color: #002086;
	color:white;
	font-size:20px;
	line-height:23px;
	padding:20px 10px;
	border-radius:50px;
}

.confirmText img {
	width:140px;
}

/*** MENU****/

.headerWhite{
	padding-top:10px;
	position:fixed;
	height:60px;
	width:100%;
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
}

.headerMenuleftItems {
	padding-top:0px;
}

#menuJoin {
	display:none;
}

.menuItem {
	font-size:16px;
}

.agenda {
	width:95%;
	padding-top:0%;
}

}