
/*	Mobile  */
	@media screen and (max-width: 440px) {

		#Footer {
			width: 100%;
			margin-left: auto;
			margin-right: auto;
			display: flex;
			clear: both;
			padding-bottom: 2rem;
			padding-top: 3rem;
			background: var(--Footer_Background);
			flex-direction: column;
        	align-items: center;
		}
		#Footer > .FooterBox {
			width: 80%;
		}
		.FooterBox H2 {
			font-family: var(--Font_Text);
	        color: #ffffff;
	        font-weight: 600;
	        font-size: 1.2rem;
	        margin: 0rem;
	        text-transform: uppercase;
		}
		.FooterBox H5,
		.FooterBox P {
			color: #ffffff;
		}
		.FooterBox > div {
			margin-bottom: 4rem;
		}
		.FooterBox > #BoxOffice {
			margin-bottom: 0rem;
		}
		.FooterBox > #MessageInfo > a {
			color: #ffffff;
			text-decoration: none;
			display: block;
		}
		#Footer > .FooterBox > #MessageInfo > #MtmLogo {
			padding-bottom: 1.5rem;
    		border-bottom: 1px solid #747474;
		}
		#Footer > .FooterBox > #MessageInfo > p {
	        font-family: var(--Font_Text);
	        font-size: 1.5rem;
	        font-weight: 100;
	        margin: 1.4rem 0rem;
	    }
	    #Footer > .FooterBox > #MessageInfo > #Fondazione {
	        font-weight: 600;
	        width: 100%;
	        margin: 0rem;
	        line-height: 1.6rem;
	        margin-top: 1.5rem;
	    }
	    #Footer > .FooterBox > #FooterFocus {
	    	display: flex;
		    flex-direction: column;
		    align-items: flex-start;
	    }
	    .FooterBox > #FooterFocus > a {
	        font-family: var(--Font_Text);
	        color: #ffffff;
	        text-decoration: none;
	        font-size: 1.5rem;
	        margin-bottom: 1rem;
		}
		.FooterBox > #CountryInfo > .teatro {
	        padding: 0rem;
	        width: 110%;
	        margin-bottom: 0.33rem;
	    }
	    .FooterBox > #CountryInfo > .teatro > h5 {
	        margin: 0rem;
	        font-family: var(--Font_Text);
	        font-size: 1.9rem;
	    }
	    .FooterBox > #CountryInfo > .teatro > p {
	        margin: 0rem;
	        font-size: 0.9rem;
	        font-family: var(--Font_Text);
	        margin-top: 0.3rem;
	    }
		.FooterBox P {
	        color: #ffffff;
	        margin: 0rem;
	        margin-bottom: 0rem;
	        font-size: 0.9rem;
	        font-family: var(--Font_Text);
		}
		.FooterBox > #BoxOffice > a {
	        color: #ffffff;
	        text-decoration: none;
	        font-size: 1.5rem;
	        width: 100%;
	        display: block;
	        padding-bottom: 1.94rem;
	        border-bottom: 1px solid #747474;
	        font-family: var(--Font_Text);
	    }
	    #BoxOffice > .social {
	    	margin-top: 3.1rem;
	        width: 100%;
	        padding-bottom: 1.94rem;
	        border-bottom: 1px solid #747474;
	        margin-bottom: 3rem;
	    }
	    .FooterBox > #BoxOffice > .privacy, .cookie {
	        margin-top: 2.1rem;
	        margin: 0rem;
	    }
	    .FooterBox > #BoxOffice > .social > i {
	        color: #ffffff;
	        font-size: 2.3rem;
	        margin-right: 0.83rem;
	        cursor: pointer;
	        transition: all 0.2s ease;
	    }

	    .lastMessage {
	        padding-top: 2rem;
        	padding-bottom: 2rem;
	        padding-left: 1rem;
	        padding-right: 1rem;
	        background-color: #bf0e0e;
	        display: flex;
	        justify-content: center;
	        flex-direction: column;
	        align-items: center;
	        text-align: center;
	    }
	    .lastMessage > p {
			margin: 0rem;
		    font-family: var(--Font_Text);
		    font-size: 0.822rem;
		    color: #ffffff;
		    text-transform: uppercase;
		    font-weight: 700;

		}
		.lastMessage > p > a {
			color: #ffffff;
    		text-decoration: none;
		}
		#BoxOffice > .imgFlex {
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		}
		#BoxOffice > h2 {
			margin-bottom: 1rem;
		}
		#BoxOffice > .imgFlex > .imgBox {
	        margin-bottom: 2rem;
	        padding: 0.3rem;
	        background: #ffffff;
	        overflow: hidden;
	        border-radius: 0.4rem;
		}
		#BoxOffice > .imgFlex > .imgBox > img {
			width: 9rem;
		}
		#BoxOffice > .imgFlex > .imgBox:last-child > img {
			width: 5rem;
		}
		#Footer > .modal {
			display: none;
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			align-items: center;
			justify-content: center;
		}




		#Footer .Message {
			display: block;
			padding-top:2rem;
		}
		#Footer .Message P {
			margin:0;
			padding: 0;
			text-align:center;
			font-size:0.9rem;
			line-height:1.5em;
			color:var(--Footer_Background);
		}

	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		#Footer {
			display: flex;
	        clear: both;
	        padding-bottom: 2rem;
	        margin-top: 2rem;
	        background: var(--Footer_Background);
	        width: 100%;
	        align-items: center;
	        justify-content: center;
	        padding-top: 1.5rem;
		}
		#Footer > .FooterBox {
			display: flex;
		    flex-direction: row;
        	justify-content: space-between;;
		    align-items: flex-start;
		    width: 60rem;
		    flex-wrap: nowrap;
		}
		#Footer > .FooterBox DIV {
			display: flex;
			justify-content: center;
        	flex-direction: column;
        	margin: 0rem;
        	width: auto;
        	padding: 0rem;
        	padding-right: 3rem;
		}
		.FooterBox H2 {
			font-family: var(--Font_Text);
	        color: #ffffff;
	        font-weight: 700;
	        font-size: 0.850rem;
	        margin: 0rem;
	        margin-bottom: 0.1rem;
	        text-transform: uppercase;
	        cursor: default;
		}
		.FooterBox H5,
		.FooterBox P {
			color: #ffffff;
	        font-size: 0.800rem;
	        margin: 0rem;
	        margin: 0.03rem 0px;
	        font-family: var(--Font_Text);
		}
		.FooterBox > #CountryInfo > .teatro {
			padding: 0rem;
			width: 110%;
			margin-bottom: 0.11rem;
		}
		.FooterBox > #CountryInfo > .teatro > h5{
			margin: 0rem;
			font-family: var(--Font_Text);
			font-size: 1.211rem;
		}
		.FooterBox > #CountryInfo > .teatro > p{
			margin: 0rem;
			font-size: 0.800rem;
			font-family: var(--Font_Text);
		}

		.FooterBox > #FooterFocus > a {
			font-family: var(--Font_Text);
			color: #ffffff;
			text-decoration: none;
			width: 110%;
			font-size: 1rem;
			margin-bottom: 0.61rem;
			transition: all 0.2s ease;
		}
		.FooterBox > #FooterFocus > a:hover {
			color: #ff3366;
		}

		.FooterBox > #BoxOffice {
			padding: 0rem !important;
		}
		.FooterBox > #BoxOffice > .imgFlex{
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    margin: 0rem;
    		padding: 0rem
		}
		.FooterBox > #BoxOffice > .imgFlex > .imgBox {
			margin-bottom: 0.3rem;
	        padding: 0.3rem;
	        width: 7rem;
	        background: #ffffff;
	        overflow: hidden;
	        border-radius: 0.4rem;
		}
		.FooterBox > #BoxOffice > .imgFlex > .imgBox:last-child{
			width: 3rem !important;
		}
		.FooterBox > #BoxOffice > p {
			margin: 0rem;
			margin-bottom: 1.66rem;
			font-size: 1.1rem;
			font-family: var(--Font_Text);
		}
		.FooterBox > #BoxOffice > .privacy, .cookie {
			margin: 0rem;
			margin-top: 1.94rem;
			cursor: pointer;
			transition: all 0.2s ease;
		}
		.FooterBox > #BoxOffice > .privacy:hover,
		.FooterBox > #BoxOffice > .cookie:hover {
			color: #ff3366;
		}
		.FooterBox > #BoxOffice > a {
			color: #ffffff;
			text-decoration: none;
			font-size: 1.1rem;
			transition: all 0.2s ease;
			padding-bottom: 1.94rem;
			border-bottom: 1px solid #747474;
			font-family: var(--Font_Text);
		}
		.FooterBox > #BoxOffice > a:hover {
			color: #ff3366;
		}
		.FooterBox > #BoxOffice > .social {
			display: flex;
	        flex-direction: row;
	        justify-content: start;
	        padding: 1.66rem 0rem;
	        border-bottom: 1px solid #747474;
	        width: 100%;
		}
		.FooterBox > #BoxOffice > .social > i {
			color: #ffffff;
			font-size: 1.33rem;
        	margin-right: 0.83rem;
        	cursor: pointer;
        	transition: all 0.2s ease;
		}
		.FooterBox > #BoxOffice > .social > i:hover {
			color: #ff3366;
		}

		#Footer > .FooterBox > #MessageInfo > a {
			font-family: var(--Font_Text);
			font-size: 0.800rem;
			margin: 0.03rem 0px;
			font-weight: 400;
			text-decoration: none;
			color: #ffffff;
		}
		#Footer > .FooterBox > #MessageInfo > #Fondazione {
			font-weight: 600;
			width: 100%;
			margin: 0rem;
			line-height: 1.6rem;
		}
		#Footer > .FooterBox > #MessageInfo > #MtmLogo {
			width: 10.5rem;
    		margin-bottom: 18px;
		}

		#Footer > .FooterBox > #MessageInfo > #LittaLogo {
			width: 9.644rem;
			margin: 0.33rem 0px;
		}
		.FooterBox > #MessageInfo > .txt {
			border-top: 1px solid #747474;
			padding-top: 0.33rem;
		}


		.lastMessage {
			padding-top: 0.5rem;
		    padding-bottom: 0.5rem;
		    background-color: #bf0e0e;
		    display: flex;
	        justify-content: center;
	        flex-direction: row;
	        align-items: center;
		}
		.lastMessage > p {
			margin: 0rem;
		    font-family: var(--Font_Text);
		    font-size: 0.822rem;
		    color: #ffffff;
		    text-align: center;
        	border-top: 0.15rem solid #ffffff;
        	padding-top: 0.5rem;
        	text-transform: uppercase;
        	font-weight: 600;
        	cursor: pointer;
		}
		.lastMessage > p > a {
			color: #ffffff;
    		text-decoration: none;
    		transition: all 0.2s ease;
		}

		#Footer > .modal {
			display: none;
			position: fixed;
			z-index: 1000;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: rgb(0,0,0);
			background-color: rgba(0,0,0,0.4);
			align-items: center;
			justify-content: center;
		}

		.modal > .modal-content {
		  background-color: #fefefe;
		  margin: 15% auto;
		  padding: 0.33rem;
		  border: none;
		  width: 80%;
		}

		.modal > .modal-content > .close {
		  color: #aaa;
		  float: right;
		  font-size: 1.55rem;
		  font-weight: bold;
		}

		.modal-content > .close:hover,
		.modal-content > .close:focus {
		  color: black;
		  text-decoration: none;
		  cursor: pointer;
		}



	}

