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

		.HeroCover {
			display: flex;
	        flex-direction: column;
	        justify-content: center;
	        height: 15.6rem;
	        align-items: center;
	        margin-top: 6rem;
	        overflow: hidden;
	        position: relative;
		}
		.HeroCover > .EvenTags {
			z-index: 10;
		    position: absolute;
		    top: 0.5rem;
		    right: 0.5rem;
		    background: #bf0e0e;
		    color: #ffffff;
		    height: 4rem;
		    width: 4rem;
		    border-radius: 5rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    text-transform: uppercase;
		    font-size: 0.7rem;
		    font-weight: 900;
		}
		.HeroCover > .EvenTags > span {
			max-width: 3.5rem;
			max-height: 3.5rem;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		.HeroCover > .MainImage > .blackGlass {
			z-index: 2;
	        width: 100%;
	        background-color: rgba(0, 0, 0, 0.1);
	        position: absolute;
	        height: 28rem;
	        top: 0rem;
		}
		.HeroCover > .PageTitle {
			font-family: var(--Font_Text);
	        font-size: 2.5rem;
	        z-index: 3;
	        position: absolute;
	        max-width: 95%;
	        text-transform: uppercase;
	        text-align: center;
	        font-weight: 600;
	        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	        line-height: 2.6rem;
	        color: #ffffff;
		}
		.HeroCover > .PageSubtitle {
			font-family: var(--Font_Text);
	        font-size: 1rem;
	        z-index: 3;
	        position: absolute;
	        max-width: 95%;
	        text-align: center;
	        font-weight: 600;
	        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
	        bottom: 0rem;
	        color: #ffffff;
		}
		.HeroCover > .MainImage {
			display: block;
	        padding: 0;
	        margin: 0;
	        width: 100%;
	        height: 100%;
	        overflow: hidden;
	        margin-top: 0rem;
	        z-index: 1;
	        position: absolute;
	        top: 0rem;
		}
		.HeroCover > .Place {
			display: block;
	        padding: 0;
	        margin: 0;
	        width: 200%;
	        height: 100%;
	        overflow: hidden;
	        margin-top: 0rem;
	        z-index: 1;
	        position: absolute;
	        top: 0rem;
		}
		.HeroCover > .MainImage IMG {
			display: block;
	        width: 100%;
	        position: absolute;
	        top: 0rem;
	        height: auto;
		}

		.Container {
	        display: block;
	        max-width: 92vw;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 1rem;
	        margin-bottom: 2rem;
	        color: var(--Page_Text_Color);
	    }

		/*.Container > .LeftColumn > .PageTitle {
	        font-family: var(--Font_Title);
	        font-weight: 200;
	        color: #202124;
	        font-size: 2.5rem;
	    }

		.MainImage {
			display: block;
			padding: 0;
			margin: 0;
			width:100%;
			height: auto;
			overflow: hidden;
			margin-bottom: 2rem;
			margin-top: 2rem;
			border-radius: 0.5rem;
		}
		.MainImage IMG {
			display: block;
			width: 100%;
		}*/
		.LeftColumn > .ContTicket {
	        padding: 1rem 0rem;
	        background: #ededed;
	        border-radius: 1rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        width: 100%;
	    }
		.LeftColumn > .ContTicket > .ticketBtn {
		    display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    width: 92%;
		    position: relative;
		    padding-bottom: 0.5rem;
		    padding-left: 3rem;
		}
		.LeftColumn > .ContTicket > .ticketBtn > h3 {
	        font-family: var(--Font_Text);
	        margin: 0.5rem 1rem;
	        font-size: 1.6rem;
	    }
	    .LeftColumn > .ContTicket > .ticketBtn > h3 > i {
		    position: absolute;
	        left: 1.3rem;
	        top: 0.8rem;
	    }
	    .LeftColumn > .ContTicket > .ticketBtn > button {
	        font-family: var(--Font_Text);
	        text-transform: uppercase;
	        font-size: 1.3rem;
	        padding: 0.8rem 0.8rem;
	        border-radius: 1.7rem;
	        border: none;
	        background: var(--Palette1);
	        color: #ffffff;
	        cursor: pointer;
	        transition: all 0.2s ease;
	        font-weight: 600;
	        width: 90%;
	        margin-top: 1rem;
	    }
		.Container DIV.EventText {
	        line-height: 1.5em;
	        margin-top: 1rem;
	        margin-bottom: 1rem;
	        padding: 1rem 0rem;
	        background: #ededed;
	        border-radius: 1rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        width: 100%;
	        position: relative;
	    }
		.EventText > .BoxText {
	        display: flex;
	        flex-direction: column;
	        align-items: flex-start;
	        width: 89%;
	        position: relative;
	        padding: 0.5rem 1rem;
	    }
	    .EventText > .BoxText > i {
	        position: relative;
	        font-weight: 600;
	        font-size: 1.7rem;
	        margin-bottom: 0.6rem;
	    }
	    .EventText > .BoxText > h4 {
	        font-family: var(--Font_Text);
	        margin: 0.5rem 1rem;
	        font-size: 1.6rem;
	        position: relative;
        	left: 1.4rem;
        	margin-bottom: 2rem;
	    }
	    .EventText > .BoxText > p {
	        font-size: 1.2rem;
	        font-family: var(--Font_Text);
	        font-weight: 400;
	        color: #0a0a0a;
	        margin-top: 0rem;
	    }
	    .EventText > .BoxText > h4:nth-of-type(2) {
	    	position: static !important;
	        color: #0a0a0a;
	        font-size: 1rem;
	        text-transform: uppercase;
	        font-weight: 100;
	        padding-top: 2rem;
	        width: 100%;
	        margin: 0.5rem 0rem !important;
	    }
	    .EventText > .BoxText > hr {
	    	width: 100%;
	        height: 0.2rem;
	        background: var(--Palette1);
	        border: none;
	        border-radius: 2rem;
	        margin-top: 2rem;
	    }
	    .Container DIV.EventText A {
	        color: var(--Palette1);
	        text-decoration: none;
	        width: 100%;
        	display: block;
        	margin: 0.2rem 0rem;
	    }
	    .EventText > .BoxText > img {
	    	display: none;
	        width: 9rem;
	        position: absolute;
	        bottom: 37.5rem;
	        right: 1rem;
	    }
	    .LeftColumn > .BoxLastInfo > .DateBox {
	        margin-right: 0.5rem;
	        position: relative;
	        line-height: 1.5em;
	        margin-top: 1rem;
	        margin-bottom: 1rem;
	        padding: 1rem 0rem;
	        background: #ededed;
	        border-radius: 1rem;
	        width: 100%;
	        position: relative;
	    }
	    .BoxLastInfo > .DateBox > .intBox {
	        width: 80%;
	        margin-left: 1.5rem;
	        color: #656565;
	    }
	    .DateBox > .intBox > h4 {
	        font-size: 1.6rem;
	        font-family: var(--Font_Text);
	        margin-bottom: 0rem;
	        margin-top: 0.5rem;
	        color: var(--Palette1dark)
	    }
	    .DateBox > .intBox > h4 > i {
	    	font-size: 1.8rem;
	    	margin-right: 0.6rem;
	    }

	    .LeftColumn > .BoxLastInfo > .LocationBox {
	        margin-right: 0.5rem;
	        position: relative;
	        line-height: 1.5em;
	        margin-top: 1rem;
	        margin-bottom: 1rem;
	        padding: 1rem 0rem;
	        background: #ededed;
	        border-radius: 1rem;
	        width: 100%;
	        position: relative;
	    }
	    .BoxLastInfo > .LocationBox > .intBox {
	        width: 80%;
	        margin-left: 1.5rem;
	        color: #656565;
	    }
	    .LocationBox > .intBox > h4 {
	        font-size: 1.6rem;
	        font-family: var(--Font_Text);
	        margin-bottom: 0rem;
	        margin-top: 0.5rem;
	    }
	    .LocationBox > .intBox > h4 > i {
	    	font-size: 1.8rem;
	    	margin-right: 0.6rem;
	    }

	    .LeftColumn > .socialBox {
	        padding: 1rem 0rem;
	        background: #ededed;
	        border-radius: 1rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        width: 100%;
	        margin-top: 1rem;
	    }
	    .LeftColumn > .socialBox > .intSocial > a:first-child > img {
	        width: 1rem;
	        margin: 0rem 1rem;
	        cursor: pointer;
	    }
	    .socialBox > .intSocial > a {
	    	text-decoration: none;
	    }
	    .LeftColumn > .socialBox > .intSocial > a > img {
	        width: 1.5rem;
	        margin: 0rem 1rem;
	    }
	    .Container > .Programmazione {
	        padding: 1rem 0rem;
	        background: transparent;
	        border-radius: 1rem;
	        display: flex;
	        width: 100%;
	        margin-top: 1rem;
	        padding-bottom: 0.2rem;
	        justify-content: center;
	        flex-direction: column;
	        align-items: center;
	        position: relative;
	    }
	    .Container > .Allegati {
	    	padding: 1rem 0rem;
		    background: #ededed;
		    border-radius: 1rem;
		    display: flex;
		    width: 100%;
		    margin-top: 1rem;
		    padding-bottom: 1.2rem;
		    justify-content: center;
		    flex-direction: column;
		    align-items: center;
		    position: relative;
	    }
	    .Container > .Allegati > ul.ElencoAllegati {
	    	width: 88%;
	    	list-style-type: none;
	    	padding: 0rem;
	    	margin-bottom: 0.5rem;
	    }
	    .Container > .Allegati > ul.ElencoAllegati > li {
	    	display: flex;
    		align-items: center;
	    }
	    .Container > .Allegati > ul.ElencoAllegati > li > i {
	    	color: var(--Palette1);
	    	margin-right: 0.4rem;
	    	font-size: 1.3rem;
	    }
	    .Container > .Allegati > ul.ElencoAllegati > li > a {
	    	text-decoration: none;
	    	text-transform: uppercase;
	    	font-size: 1.1rem;
	    	font-weight: 600;
	    	line-height: 1.5rem;
	    	font-family: var(--Font_Title);
	    }
	    .Container > .Allegati > h4 {
	    	font-family: var(--Font_Text);
	        margin: 0.5rem 1rem;
	        font-size: 1.6rem;
	        width: 90%;
	        text-align: left;
	        position: relative;
	    }
	    .Container > .Programmazione > h4 {
	        font-family: var(--Font_Text);
	        margin: 0.5rem 1rem;
	        font-size: 1.6rem;
	        width: 94%;
	        text-align: left;
	        position: relative;
	        left: 1.2rem;
	        color: #bf0e0e;
	        text-transform: uppercase;
	    }
	    .Container > .Allegati > h4 > i {
	    	margin-right: 0.5rem;
	    	transform: rotate(30deg);
	    }
	    .Container > .Programmazione > h4 > i {
	        font-size: 1.7rem;
	        right: 0.7rem;
	        position: relative;
	    }
	    .Container > .Programmazione > .DatesTable {
	        display: block;
	        margin-top: 0.5rem;
	        width: 90%;
	    }
	    .Container .DatesTable .Row {
	        display: flex;
	        font-size: 1.1rem;
	        line-height: 3.5em;
	        color: #656565;
	        cursor: pointer;
	        font-family: var(--Font_Text);
	    }

        .Container .DatesTable .Button {
	        text-align: center;
	        display: inline-block;
	        line-height: 2.4em;
	        padding-left: 1rem;
	        padding-right: 1rem;
	        background-color: var(--Palette1);
	        color: #ffffff;
	        text-transform: uppercase;
	        border-radius: 2rem;
	        width: 80%;
	        position: relative;
	        bottom: 0.6rem;
	        font-size: 1.5rem;
	    }


	    .LeftColumn > .Authors {
			padding: 0rem;
		    background: transparent;
		    border-radius: 1rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    width: 100%;
		    margin-top: 0rem;
		    font-size: 1.2rem;
		}
		.LeftColumn > .Authors > .BoxAuthors {
			display: flex;
	        flex-direction: column;
	        align-items: flex-start;
	        width: 89%;
	        position: relative;
	        color: #0a0a0a;
		}
		.Authors > .BoxAuthors > h4 {
	        font-family: var(--Font_Text);
	        margin: 0.5rem 0rem;
	        font-size: 1.6rem;
	        width: 90%;
	        text-transform: uppercase;
	        color: #bf0e0e;

	    }
	    .Authors > .BoxAuthors > h4 > i {
	        font-size: 1.7rem;
	        right: 0.7rem;
	        position: relative;
	    }
		.BoxAuthors > .EventAuthors {
			font-family: var(--Font_Text);
	        font-size: 1.2rem;
	        font-style: italic;
	        display: flex;
	        flex-direction: column;
	        width: 100%;
	        margin: 0.1rem 0rem;
	        margin-left: 0.3rem;
	        align-items: flex-start;
	        font-weight: 400;
		}
		.BoxAuthors > .EventAuthors > b {
			font-size: 1.4rem;
	        margin-right: 0.4rem;
	        font-family: var(--Font_Title);
	        font-style: normal;
	        margin-bottom: 0.5rem;
	        display: none;
		}
		.BoxAuthors > .EventAuthors > b > i {
			font-size: 1.8rem;
	        margin-right: 0.5rem;
	        position: relative;
	        top: 0.2rem;
		}




		.Container .LeftColumn {
			display: block;
		}
		.Container .LeftColumn.NoVerticalPic {
			display: block;
		}
		.Container .RightColumn {
			display: block;
		}
		.Container .RightColumn .VerticalImage {
			width:100%;
		}

		.Container > P {
			display: block;
			padding: 0;
			margin: 0;
			margin-bottom:1rem;
			font-size: 1rem;
			line-height: 1.3em;
		}
		.Container .EventTitle {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 3rem;
			line-height: 1em;
			font-weight: 900;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
		}
		.Container .EventSubtitle {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 2rem;
			line-height: 1em;
			font-weight: bold;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
		}
		.Container P.EventDates {
			margin: 0;
	        padding: 0;
	        font-size: 1.2rem;

	        font-family: var(--Font_Text);
	        margin-bottom: 0.5rem;
	        margin-top: 1.5rem;
		}
		.Container P.EventLocation {
			font-style: italic;
			margin: 0;
	        padding: 0;
	        font-size: 1.2rem;

	        font-family: var(--Font_Text);
	        margin-bottom: 0.5rem;
	        margin-top: 1.5rem;
		}
		.Container DIV.EventText {
			font-size: 1.2rem;
			line-height: 1.5em;
			margin-bottom:1rem;
			background: transparent;
		}
		.Container DIV.EventText P {
			margin: 0;
			padding: 0;
			margin-bottom:1rem;
		}
		.Container .Fotogallery {
			padding: 1rem 0rem;
		    background: #ededed;
		    border-radius: 1rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    width: 100%;
		    flex-direction: column;
		    margin-bottom: 1rem;
		    margin-top: 1rem;
		}
		.Container .Fotogallery H4 {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 1.3rem;
			line-height: 1em;
			font-weight: bold;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
			margin-top: 0.7rem;
			width: 70%;
			font-family: var(--Font_Text);
			color: #656565;
		}
		.Fotogallery H4 > i {
			position: absolute;
		    left: -2.3rem;
		    font-size: 1.6rem;
		}
		.Container .Fotogallery .ElencoFoto {
			 grid-column-gap: 0.5rem;
	        grid-row-gap: 0.5rem;
	        align-items: center;
	        display: flex;
	        position: relative;
	        padding: 0.5rem 1rem;
	        justify-content: flex-start;
	        flex-wrap: wrap;
	        overflow: overlay;
	        padding-left: 2.3rem;
		}
		.Container .Fotogallery .ElencoFoto .Foto {
			display: block;
	        cursor: pointer;
	        height: 10rem;
	        border-radius: 0.5rem;
	        overflow: hidden;
		}
		.Container .Fotogallery .ElencoFoto .Foto IMG {
			width:100%;
			height: 100%;
		}
		
		.Container .Programmazione .DatesTable .Row:first-child {
			display: none;
		}
		.Container .Programmazione .DatesTable .Row {
			display: block;
			position: relative;
			font-size: 1.4rem;
			clear:both;
			border-top: 0.2rem solid #0a0a0a;
			padding-top: 0rem;
			padding-bottom:1rem;
			text-align: center;
			background: transparent;
			color: #0a0a0a;
		}
		.Container .Programmazione .DatesTable .Row SPAN {
			display: inline-block;
			line-height: 1.7rem;
		}
		.Container .Programmazione .DatesTable .Row SPAN:nth-child(1):after {
			content: " - ";
		}
		.Container .Programmazione .DatesTable .Row SPAN:nth-child(3) {
			clear:both;
			display: none;
		}
		.Container .Programmazione .DatesTable .Row SPAN:nth-child(4) {
			clear:both;
			display: none;
		}
		.Container .Programmazione .DatesTable .Row SPAN:nth-child(5) {
			display: block;
			text-align: center;
			padding-top: 0.7rem;
		}
		.Container .Programmazione .DatesTable .Row SPAN:nth-child(5) B {
			text-align: center;
			display: inline-block;
			line-height: 2.4em;
			padding-left: 1rem;
			padding-right: 1rem;
			background-color: #bf0e0e;
			color: #ffffff;
			text-transform: uppercase;
			line-height: 1.9rem;
        	padding: 1rem;
		}
	}

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

		body {
			background: #ffffff;
			color: #0a0a0a;
		}

		.HeroCover {
			display: flex;
	        flex-direction: column;
	        justify-content: center;
	        height: 35rem;
	        align-items: center;
			margin-top: 5rem;
			margin-bottom: 2rem;
	        overflow: hidden;
	        position: relative;
	        max-width: 65.222rem;
        	margin-left: auto;
        	margin-right: auto;
		}
		.HeroCover > .MainImage > .blackGlass {
			z-index: 2;
	        width: 100%;
	        background-color: rgba(0, 0, 0, 0.2);
	        position: absolute;
	        height: 35rem;
		}
		.HeroCover > .PageTitle {
			font-family: var(--Font_Text);
	        font-size: 6rem;
	        z-index: 3;
	        max-width: 95%;
	       	width: 100%;
	        text-transform: uppercase;
	        text-align: left;
	        font-weight: 400;
	        color: #ffffff;
        	line-height: 6rem;
		}
		.HeroCover > .PageSubtitle {
			font-family: var(--Font_Text);
	        font-size: 1.5rem;
	        z-index: 3;
	        text-align: left;
	        font-weight: 600;
	        color: #ffffff;
	        border-top: 0.2rem solid;
	        padding-top: 1rem;
	        max-width: 95%;
	        width: 100%;
	        position: absolute;
	        bottom: 0rem;
		}
		.HeroCover > .MainImage {
			display: block;
	        padding: 0;
	        margin: 0;
	        width: 100%;
	        height: 35rem;
	        overflow: hidden;
	        margin-top: 0rem;
	        z-index: 1;
	        position: absolute;
	        top: 0rem;
		}
		.HeroCover > .MainImage IMG {
			display: block;
	        width: 100%;
	        position: absolute;
	        top: 0rem;
	        height: auto;
		}

		.HeroCover > .EvenTags {
			position: absolute;
		    top: 1rem;
		    right: 1rem;
		    text-transform: uppercase;
		    font-family: var(--Font_Text);
		    font-size: 0.9rem;
		    font-weight: 800;
		    color: #ffffff;
		    background: #bf0e0e;
		    width: 7rem;
		    height: 7rem;
		    text-align: center;
		    border-radius: 5rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    z-index: 10;
		}
		.HeroCover > .EvenTags > span {
			max-width: 4rem;
			max-height: 4rem;
			overflow: hidden;
			text-overflow: ellipsis;
		}

		.Container{
			padding-top: 0rem;
        	margin-top: -1rem;
		}
		.LeftColumn > .ContTicket {
			padding: 1rem 0rem;;
	        background: #ededed;
	        border-radius: 1rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        width: 100%;
		}
		.LeftColumn > .ContTicket > .ticketBtn {
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    width: 92%;
		    position: relative;
		    padding-bottom: 0.5rem;
		}
		.LeftColumn > .ContTicket > .ticketBtn > h3 {
			font-family: var(--Font_Text);
        	margin: 0.5rem 1rem;
        	font-size: 1.3rem;
		}
		.LeftColumn > .ContTicket > .ticketBtn > h3 > i {
			position: absolute;
	        left: -1rem;
	        top: 0.8rem;
		}
		.LeftColumn > .ContTicket > .ticketBtn > button {
			margin: 0.5rem 1rem;
	        font-family: var(--Font_Text);
	        text-transform: uppercase;
	        font-size: 0.8rem;
	        padding: 0.6rem 0.8rem;
	        border-radius: 1.5rem;
	        border: none;
	        background: var(--Palette1);
	        color: #ffffff;
	        cursor: pointer;
	        transition: all 0.2s ease;
	        font-weight: 600;
		}
		.LeftColumn > .ContTicket > .ticketBtn > button:hover {
			background: var(--Palette1dark);
		}

		.Container .LeftColumn {
			float:left;
			width:48rem;
		}
		.Container .LeftColumn.NoVerticalPic {
			float:none;
			width:100%;
		}
		.Container .RightColumn {
			float:right;
			width:20rem;
		}
		.Container .RightColumn .VerticalImage {
			width:100%;
		}

		.Container > P {
			display: block;
			padding: 0;
			margin: 0;
			margin-bottom:1rem;
			font-size: 1rem;
			line-height: 1.3em;
		}
		.Container .EventTitle {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 3rem;
			line-height: 1em;
			font-weight: 900;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
		}
		.Container .EventSubtitle {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 2rem;
			line-height: 1em;
			font-weight: bold;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
		}
		.Container P.EventDates {
			font-size: 1.2rem;
			margin-top:1rem;
		}
		.Container P.EventLocation {
			font-size: 1.2rem;
			font-style: italic;
		}
		.Container DIV.EventText {
			line-height: 1.5em;
	        margin-top: 1rem;
	        margin-bottom: 1rem;
	        padding: 0rem;
	        background: transparent;
	        border-radius: 1rem;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        width: 100%;
	        position: relative;
		}
		.EventText > .BoxText > img {
			width: 9rem;
	        position: absolute;
	        bottom: 16.5rem;
	        right: 1rem;
	        display: none;
		}
		.EventText > .BoxText {
			display: flex;
		    flex-direction: column;
		    align-items: flex-start;
		    width: 100%;
		    position: relative;
		    padding: 0rem;
		}
		.EventText > .BoxText > i {
			position: absolute;
		    top: 1.7rem;
		    left: -1rem;
		    font-weight: 600;
		    font-size: 1.3rem;
		}
		.EventText > .BoxText > h4 {
			font-family: var(--Font_Text);
    		margin: 1.2rem 0rem;
    		font-size: 1.3rem;
		}
		.EventText > .BoxText h4:nth-of-type(2) {
			color: #656565;
			font-size: 1rem;
	        text-transform: uppercase;
	        font-weight: 100;
	        padding-top: 2rem;
	        width: 100%;
	        margin-top: 1rem !important;
		}
		.EventText > .BoxText > hr {
			height: 0.1rem;
		    margin-top: 3rem;
		    background: var(--Palette1);
		    width: 100%;
		    border: none;
		    border-radius: 2rem;
		}
		.EventText > .BoxText > p {
			font-size: 0.800rem;
		    font-family: var(--Font_Text);
		    font-weight: 400;
		    color: #0a0a0a;
		    margin-top: 0rem;
		}

		.LeftColumn > .BoxLastInfo {
			width: 71.222rem;
			display: flex;
		    align-items: center;
		    justify-content: space-between;
		    margin-top: 1rem;
		}
		.LeftColumn > .BoxLastInfo > div {
			padding: 1rem 0rem;
		    background: #ededed;
		    border-radius: 1rem;
		    display: flex;
		    align-items: center;
		    justify-content: flex-start;
		    width: 50%;
		}
		.LeftColumn > .BoxLastInfo > .DateBox {
			margin-right: 0.5rem;
			position: relative;
			width: 100%;
			max-width: 65.222rem;
		}
		.LeftColumn > .BoxLastInfo > .LocationBox {
			margin-left: 0.5rem;
			position: relative;
			width: 100%;
		}
		.BoxLastInfo > .DateBox > .intBox {
			width: 80%;
			margin-left: 0.5rem;
			color: #656565;
			margin-left: 4rem;
		}
		.BoxLastInfo > .LocationBox > .intBox {
			width: 80%;
			margin-left: 0.5rem;
			color: #656565;
			margin-left: 4rem;
		}
		.DateBox > .intBox > h4 {
			font-size: 1.3rem;
	        font-family: var(--Font_Text);
	        color: var(--Palette1dark);
	        margin-bottom: 0rem;
	        margin-top: 0.5rem;
		}
		.DateBox > .intBox > h4 > i {
			position: absolute;
		    left: 1.9rem;
		    font-size: 1.3rem;
		}
		.DateBox > .intBox > p {
			font-size: 0.8rem;
	        font-family: var(--Font_Text);
	        margin-bottom: 0.5rem;
	        margin-top: 0.5rem;
		}
		.LocationBox > .intBox > h4 {
			font-size: 1.1rem;
	        font-family: var(--Font_Text);
	        margin-bottom: 0rem;
	        margin-top: 0.5rem;
		}
		.LocationBox > .intBox > h4 > i {
			position: absolute;
		    left: 1.9rem;
		    font-size: 1.3rem;
		}
		.LocationBox > .intBox > p {
			font-size: 0.8rem;
	        font-family: var(--Font_Text);
	        margin-bottom: 0.5rem;
	        margin-top: 0.5rem;
		}

		.LeftColumn > .Authors {
			padding: 0rem;
		    background: transparent;
		    border-radius: 1rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    width: 100%;
		    margin-top: 1rem;
		    font-size: 1.2rem;
		}
		.LeftColumn > .Authors > .BoxAuthors {
			display: flex;
	        flex-direction: column;
	        align-items: flex-start;
	        width: 100%;
	        position: relative;
	        padding: 0rem;
	        color: #0a0a0a;
		}
		.Authors > .BoxAuthors > h4 {
			font-family: var(--Font_Text);
	        margin-top: 0rem;
        	margin-bottom: 0.8rem;
	        font-size: 1.3rem;
	        width: 90%;
	        color: #bf0e0e;
	        text-transform: uppercase;
		}
		.Authors > .BoxAuthors > h4 > i {
			font-size: 1.3rem;
	        margin-right: 0.5rem;
	        position: relative;
		}
		.BoxAuthors > .EventAuthors {
			margin: 0.1rem 0rem;
	        font-family: var(--Font_Text);
	        font-size: 1rem;
	        font-style: italic;
	        margin-left: 0rem;
	        font-weight: 500;
		}
		.BoxAuthors > .EventAuthors > b {
			font-size: 0.9rem;
	        margin-right: 0.4rem;
	        font-family: var(--Font_Title);
	        font-style: normal;
	        display: none;
		}
		.LeftColumn > .socialBox {
			padding: 1rem 0rem;
		    background: #ededed;
		    border-radius: 1rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    width: 100%;
		    margin-top: 1rem;
		}

		.LeftColumn > .socialBox > .intSocial > a {
			text-decoration: none;
			height: 100%;
        	display: inline-block;
		}
		.LeftColumn > .socialBox > .intSocial > a > img {
			width: 1.1rem;
			margin: 0rem 1rem;
			cursor: pointer;
			transition: transform 0.3s ease;
		}
		.LeftColumn > .socialBox > .intSocial > a:first-child > img {
			width: 0.8rem;
			margin: 0rem 1rem;
			cursor: pointer;
		}
		.LeftColumn > .socialBox > .intSocial > a:hover > img {
			transform: scale(1.3);
		}

		.Container > .Programmazione {
			padding: 0rem;
		    background: transparent;
		    border-radius: 1rem;
		    display: flex;
		    width: 100%;
		    margin-top: 1rem;
		    padding-bottom: 0.2rem;
		    justify-content: center;
		    flex-direction: column;
		    align-items: center;
		    position: relative;
		}
		.Container > .Programmazione > h4 {
			font-family: var(--Font_Text);
	        margin: 0.5rem 1rem;
	        font-size: 2rem;
	        width: 100%;
	        text-transform: uppercase;
	        color: #bf0e0e;
		}
		.Container > .Programmazione > h4 > i {
			position: absolute;
	        left: 1.7rem;
	        top: 1.4rem;
	        font-size: 1.5rem;
		}
		.Container > .Programmazione > .DatesTable {
			display: block;
        	margin-top: 0.5rem;
        	width: 100%;
		}
		.Programmazione > .DatesTable > .Row:last-child {
			border-bottom: none;
		}



		.Container DIV.EventText A {
			color: var(--Palette1);
			text-decoration: none;
		}

		.Container .Allegati {
			padding: 1rem 0rem;
	        background: #ededed;
	        border-radius: 1rem;
	        display: flex;
	        width: 100%;
	        margin-top: 1rem;
	        padding-bottom: 0.2rem;
	        justify-content: center;
	        flex-direction: column;
	        align-items: center;
	        position: relative;
		}
		.Container > .Allegati > h4 > i {
        	transform: rotate(31deg);
    		margin-right: 0.8rem;
    		font-size: 1.6rem;
    	}
		.Container .Allegati H4 {
			font-family: var(--Font_Text);
	        margin: 0.5rem 1rem;
	        font-size: 1.3rem;
	        width: 95%;
	        display: flex;
        	align-items: center;
		}
		.Container > .Allegati > .ElencoAllegati {
			width: 90%;
		}
		.Container > .Allegati > .ElencoAllegati > li {
			margin-top: 0.5rem;
			margin-bottom: 1.5rem;
			display: flex;
	        text-decoration: none;
	        align-items: center;
		}
		.Container > .Allegati > .ElencoAllegati > li > i {
			margin-right: 0.5rem;
    		color: var(--Palette1);
    		font-size: 1.2rem;
		}
		.Container > .Allegati > .ElencoAllegati > li > a {
			text-transform: uppercase;
			font-size: 1rem;
        	font-family: var(--Font_Title);
        	font-weight: 600;
		}

		.Container .Allegati UL,
		.Container .Allegati UL LI {
			margin:0;
			padding:0;
			list-style: none;
			list-style-type: none;
			display: block;
		}
		.Container .Allegati UL LI A {
			font-size: 1.2rem;
			line-height: 1.6em;
			color:var(--Palette1);
			text-decoration: none;
		}

		.Container .Fotogallery {
			padding: 1rem 0rem;
		    background: #ededed;
		    border-radius: 1rem;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    width: 100%;
		    flex-direction: column;
		    margin-bottom: 1rem;
		    margin-top: 1rem;
		}
		.Container .Fotogallery H4 {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 1.3rem;
			line-height: 1em;
			font-weight: bold;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
			margin-top: 0.7rem;
			width: 90%;
			font-family: var(--Font_Text);
			color: #656565;
		}
		.Fotogallery H4 > i {
			position: absolute;
		    left: -2.3rem;
		    font-size: 1.6rem;
		}
		.Container .Fotogallery .ElencoFoto {
			width: 63rem;
	        grid-column-gap: 0.5rem;
	        grid-row-gap: 0.5rem;
	        align-items: center;
	        display: flex;
	        position: relative;
	        padding: 0.5rem 1rem;
	        justify-content: flex-start;
	        flex-wrap: wrap;
		}
		.Container .Fotogallery .ElencoFoto::-webkit-scrollbar {
		-webkit-box-shadow: none;
		width: var(--Scrollbars_Width);
		background-color:var(--Scrollbars_Background);
	}
	 
	.Container .Fotogallery .ElencoFoto::-webkit-scrollbar-track {
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		background-color:trdnsparent;
	}
	 
	.Container .Fotogallery .ElencoFoto::-webkit-scrollbar-thumb { 
		-webkit-box-shadow: none; 
		-webkit-border-radius: 0;
		border-radius: 0;
		background: var(--Palette1);
		border:none;
	}
	.Container .Fotogallery .ElencoFoto::-webkit-scrollbar-thumb:window-inactive {
		background: var(--Scrollbars_Color);
	}
		.Container .Fotogallery .ElencoFoto .Foto {
			display: block;
	        cursor: pointer;
	        height: 8.5rem;
	        border-radius: 0.5rem;
	        overflow: hidden;
		}
		.Container .Fotogallery .ElencoFoto .Foto IMG {
			width:100%;
			height: 100%;
			transition: transform 0.2s ease;
		}
		.Container .Fotogallery .ElencoFoto .Foto IMG:hover {
			transform: scale(1.1);
		}


		
/*		.Container .Programmazione H4 {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 1.6rem;
			line-height: 1em;
			font-weight: bold;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
		}


		.Container .DatesTable {
			display: block;
			margin-top:2rem;
		}*/
		.Container .DatesTable .Row {
			display: flex;
			font-size:1.1rem;
			line-height: 3.5em;
			color: #0a0a0a;
			cursor: pointer;
			border-bottom: 1px solid #0a0a0a;
			font-family: var(--Font_Text);
		}
		.Container .DatesTable .Row:first-of-type {
			border-top: 1px solid #0a0a0a;
			font-family: var(--Font_Text);
			color: #0a0a0a;
		}
		.Container .DatesTable .Row:first-of-type SPAN {
			font-size: 0.9rem;
			text-transform: uppercase;
			font-weight: 800;
		}
		.Container .DatesTable .Row SPAN {
			flex:1;
			flex-wrap: nowrap;
		}
		.Container .DatesTable .Row SPAN:first-of-type {
			padding-left:0.6em;
		}
		.Container .DatesTable .Row SPAN:last-of-type {
			padding-right:0.6em;
		}

		.Container .DatesTable .Row > SPAN:nth-child(1){ /* GIORNO */
			flex:1.5 !important;
		}
		.Container .DatesTable .Row > SPAN:nth-child(2){ /* ORARIO */
			text-align: center;
			flex: 0.5;
		}
		.Container .DatesTable .Row > SPAN:nth-child(3){ /* PREZZO */
			text-align: center;
			flex: 0.5;
		}
		.Container .DatesTable .Row > SPAN:nth-child(4){ /* PROMO */
			text-align: center;
			flex: 0.6;
		}
		.Container .DatesTable .Row > SPAN:nth-child(5){ /* BUTTON */
			text-align:right;
			flex: 1.5;
		}

		.Container .DatesTable .Button {
			text-align: center;
			display: inline-block;
			line-height: 1.2em;
			background-color: #bf0e0e;
			color: #ffffff;
			text-transform: uppercase;
			border-radius: 2rem;
			transition: all 0.2s ease;
			width: 105% !important;
			padding: 0.6rem 0.3rem;
			margin-left: -1rem;
		}

		.Container .DatesTable .Row:hover .Button { 
			background-color: var(--Palette1dark);
			color: #ffffff;
		}


		.Container .Correlati H4 {
			display: block;
			padding: 0;
			margin: 0;
			font-size: 1.6rem;
			line-height: 1em;
			font-weight: bold;
			box-sizing: border-box;
			position: relative;
			margin-bottom:1rem;
			margin-top:3rem;
		}
		.Container .Correlati .ElencoCorrelati {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(3, minmax(0, 1fr));
			grid-column-gap: 1.5rem;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
		}

	}


	@media screen and (min-width: 441px) and (max-width: 1366px) {

		.HeroCover {
	        display: flex;
	        flex-direction: column;
	        justify-content: center;
	        height: 36rem;
	        align-items: center;
	        margin-top: 5rem;
	        overflow: hidden;
	    }
	    .HeroCover > .MainImage {
	        display: block;
	        padding: 0;
	        margin: 0;
	        width: 100%;
	        height: 36rem;
	        overflow: hidden;
	        margin-top: 0rem;
	        z-index: 1;
	    }
	    .HeroCover > .MainImage > .blackGlass {
	        z-index: 2;
	        width: 100%;
	        background-color: rgba(0, 0, 0, 0.1);
	        position: absolute;
	        height: 42rem;
	    }















	}

