
/*	Mobile  */
	@media screen and (max-width: 440px) {

		body {
			margin-top: -2rem;
        	padding-top: 2rem;
        	z-index: 1;
        	position: relative;
		}
			body::before {
	        content: "";
	        position: fixed;
	        top: 0;
	        left: 0;
	        width: 100%;
	        height: 100%;
	        background-image: url(/repository/files/202410291607006720FA1462E30876480339.jpg);
	        background-repeat: no-repeat;
	        background-position: center;
	        background-size: cover;
	        filter: grayscale(100%);
	        z-index: -1;
	    }
		.Container {
			padding: 1.5rem;
			width: 80%;
			border-radius: 0.5rem;
			background: rgba(0, 0, 0, 1);
			backdrop-filter: blur(5px);
			z-index: 8;
			color: #ffffff;
			margin-bottom: 0rem !important;
			border-bottom-right-radius: 0rem;
			border-bottom-left-radius: 0rem;
			padding-bottom: 1rem;
		}
		.Container H1.PageTitle {
			color: #b29c79;
			font-size: 2rem;
			font-weight: 400;
		}
		.Container H2.PageSubtitle  {
			color: #ffffff;
			margin-bottom: 2rem;
			font-size: 1.3rem;
		}
		.MainImage {
			display: block;
			padding: 0;
			margin: 0;
			width:100%;
			height: auto;
			overflow: hidden;
			margin-bottom: 2.5rem;
			margin-top: 3rem;
		}
		.MainImage IMG {
			display: block;
			width: 98%;
			border-radius: 0.5rem;
			border: 0.15rem solid #b29c79;
		}

		.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 .Authors {
			margin:0;
			padding:0;
			margin-bottom:1rem;
		}
		.Container .Authors .EventAuthors {
			display: block;
			font-size: 1rem;
			line-height: 1.9em;
			margin: 0;
			padding: 0;
			font-style: italic;
		}
		.Container P.EventDates {
			margin: 0;
			padding: 0;
			font-size: 1.1rem;
			margin-bottom:1rem;

			margin: 0;
			padding: 0;
			font-size: 1.1rem;
			margin-bottom: 1rem;
			color: #b29c79;
			background: #121212;
			border: 0.15rem solid #b29c79;
			padding: 0.5rem 1rem;
			border-radius: 0.5rem;
		}
		.Container P.EventLocation {
			margin: 0;
			padding: 0;
			font-size: 1.1rem;
			font-style: italic;
			margin-bottom:1rem;

			margin: 0;
			padding: 0;
			font-size: 1.1rem;
			margin-bottom: 1rem;
			color: #b29c79;
			background: #121212;
			border: 0.15rem solid #b29c79;
			padding: 0.5rem 1rem;
			border-radius: 0.5rem;
		}
		.Container P.EventDates i,
		.Container P.EventLocation i {
			margin-right: 0.5rem;
		}
		.Container DIV.EventText {
			font-size: 1.2rem;
			line-height: 1.5em;
			margin-bottom:1rem;
			margin-top: 2rem;
		}
		.Container DIV.EventText P {
			margin: 0;
			padding: 0;
			margin-bottom:1rem;
		}
		.Container DIV.EventText A {
			color: #b29c79;
			font-weight: 600;
			text-decoration:underline;
		}

		.Fotogallery {
			display: block;
	        width: 80%;
	        margin-left: auto;
	        margin-right: auto;
	        padding: 1.5rem;
	        border-radius: 0.5rem;
	        background: rgba(0, 0, 0, 1);
	        backdrop-filter: blur(4px);
	        margin-top: -1rem !important;
	        border-top-left-radius: 0rem !important;
	        border-top-right-radius: 0rem !important;
	        padding-top: 2rem;
		}
		.Fotogallery 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:2rem;
			margin-top: 0rem;
			color: #ffffff;
		}
		.Fotogallery .ElencoFoto {
			max-width:92vw;
			display: grid;
			grid-template-columns: repeat(4, minmax(0, 1fr));
			grid-column-gap: 1rem;
			grid-row-gap: 1rem;
		}
		.Fotogallery .ElencoFoto .Foto {
			display: block;
			cursor: pointer;
			border: 0.15rem solid #b29c79;
        	border-radius: 0.3rem;
		}
		.Fotogallery .ElencoFoto .Foto IMG {
			width:100%;
			height: 100%;
		}

		.Container .Programmazione {
			display: block;
			padding: 0;
			margin: 0;
			margin-bottom: 0rem;
			margin-top:3rem;
		}
		.Container .Programmazione H4 {
			display: block;
			margin: 0;
			padding: 0;
			margin-bottom: 1.5rem;
			line-height: 1em;
			font-size: 1.9rem;
			font-weight: 400;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: -0.07rem;
			cursor: default;
			color: #b29c79;
		}
		.Container .Programmazione .DatesTable .Row:first-child {
			display: none;
		}
		.Container .Programmazione .DatesTable .Row {
			display: block;
			position: relative;
			font-size: 1.4rem;
			clear:both;
			border-top:1px solid #999999;
			padding-top:1rem;
			padding-bottom:1rem;
			text-align: center;
		}
		.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: 1.2rem;
			margin-bottom: 0.7rem;

		}
		.Container .Programmazione .DatesTable .Row SPAN:nth-child(5) B {
			line-height: 2.4em;
			padding-left: 1rem;
			padding-right: 1rem;
			text-align: center;
			display: inline-block;
			background-color: #b29c79;
			color: #ffffff;
			text-transform: uppercase;
			transition: all 0.2s ease;
			border-radius: 0.3rem;
			font-family: var(--Font_Second);
			font-weight: 700;
			width: 90%;
		}
		.Fotogallery H4,
		.Container .Allegati H4 {
			display: block;
			margin: 0;
			padding: 0;
			margin-bottom: 1.5rem;
			line-height: 1em;
			font-size: 1.6rem;
			font-weight: 400;
			text-align: left;
			text-transform: uppercase;
			letter-spacing: -0.07rem;
			cursor: default;
			color: #ffffff;
			border-bottom: 1px solid #cccccc;
			padding-bottom: 1rem;
		}
		.Container .Allegati UL {
			padding: 0rem;
		}
		.Container .Allegati UL LI {
			list-style-type: none;
		}
		.Container .Allegati UL LI A {
	        font-size: 1.4rem;
	        line-height: 1.6em;
	        text-decoration: none;
	        color: #b29c79;
	        text-transform: uppercase;
	        font-family: var(--Font_Condensed);
	    }
	    .Container .Allegati UL LI A i {
	    	margin-right: 0.5rem;
	    }




	}

/*	Desktop  */
	@media screen and (min-width: 441px) {

		body {
			padding-top: 2rem;
			position: relative;
			z-index: 1;
			display: flex;
	        flex-direction: column;
	        align-items: center;
		}
		body::before {
			content: "";
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url(/repository/files/202410221144326717740099590631940033.jpg);
			background-repeat: no-repeat;
			background-position: center;
			background-size: cover;
			filter: grayscale(100%);
			z-index: -1;
		}
		.Container {
			padding: 2rem;
			border-radius: 0.3rem;
			background: rgba(0, 0, 0, 0.89);
			backdrop-filter: blur(4px);
			margin-top: 5rem;
			margin-bottom: 0rem !important;
		    /*border-bottom-right-radius: 0rem;
		    border-bottom-left-radius: 0rem;*/
		    padding-bottom: 1rem;
		    min-width: 71.222rem;
		}
		.Container h1.PageTitle {
			color: #b29c79;
			margin-bottom: 0rem;
		}
		.Container h2.PageSubtitle {
			color: #ffffff;
			margin-top: 0.3rem !important;
			font-size: 1rem !important;
		}

		.MainImage {
			display: block;
			padding: 0;
			margin: 0;
			width:99.5%;
			height: auto;
			overflow: hidden;
			margin-bottom: 1.5rem;
			margin-top: 3rem;
			border-radius: 0.5rem;
			border: 0.15rem solid #b29c79;
		}
		.MainImage IMG {
			display: block;
			width: 100%;
		}

		.Container .LeftColumn {
			float:left;
			width:48rem;
		}
		.Container .LeftColumn.NoVerticalPic {
			float:none;
			width:100%;
			color: #ffffff;
		}
		.Container .RightColumn {
			float:right;
			width:20rem;
		}
		.Container .RightColumn .VerticalImage {
			width: 100%;
			overflow: hidden;
			border-radius: 0.5rem;
			border: 0.15rem solid #b29c79;
		}

		.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.EventAuthors {
			font-size: 1rem;
	        margin: 0;
	        padding: 0;
	        font-family: var(--Font_Condensed);
	        font-weight: 100;
	        line-height: 1.7rem;
		}
		.Container P.EventDates {
			font-size: 1.3rem;
			max-width: max-content;
			margin-top: 2rem;
			padding: 0.5rem 1rem;
			border-radius: 0.5rem;
			cursor: default;
			background: #121212;
			font-weight: 600;
			font-family: var(--Font_Condensed);
			color: #b29c79;
			border: 0.15rem solid #b29c79;
			letter-spacing: -0.04rem;
			text-transform: uppercase;
		}
		.Container P.EventLocation {
			font-size: 1.3rem;
			max-width: max-content;
			margin-top: 1rem;
			padding: 0.5rem 1rem;
			border-radius: 0.5rem;
			cursor: default;
			background: #121212;
			font-weight: 600;
			font-family: var(--Font_Condensed);
			color: #b29c79;
			border: 0.15rem solid #b29c79;
			letter-spacing: -0.04rem;
			text-transform: uppercase;
		}
		.Container P.EventDates i,
		.Container P.EventLocation i {
			margin-right: 0.5rem;
		}
		.Container DIV.EventText {
			font-size: 1.1rem;
	        line-height: 1.4em;
	        margin-top: 2.5rem;
	        margin-bottom: 2rem;
	        font-family: var(--Font_Second);
	        font-weight: 300;
	        cursor: default;
	        color: #ffffff;
		}
		.Container DIV.EventText A {
			color: #b29c79;
			text-decoration: underline;
			font-weight: 600;
		}

		.Container .Allegati {
			display: block;
			padding: 0;
			margin: 0;
			margin-bottom:1rem;
			margin-top:2rem;
		}
		.Container .Allegati 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;
		    text-transform: uppercase;
		    color: #ffffff;
		    font-weight: 200;
		    font-family: var(--Font_Second);
		    border-bottom: 1px solid #cccccc;
        	padding-bottom: 1rem;
		}
		.Container .Allegati UL,
		.Container .Allegati UL LI {
			margin:0;
			padding:0;
			list-style: none;
			list-style-type: none;
			display: block;
			transition: all 0.2s ease;
			margin-bottom: 0.5rem;
			padding: 0.3rem;
		}
		.Container .Allegati UL LI:hover {
			transform: scale(1.01);
		}
		.Container .Allegati UL LI A {
			font-size: 1.2rem;
			line-height: 1.6em;
			text-decoration: none;
			color: #b29c79;
			text-transform: uppercase;
			font-family: var(--Font_Condensed);
		}
		.Container .Allegati UL LI A > i {
			margin-right: 0.5rem;
		}

		body > .Fotogallery {
			display: block;
			max-width: 71.222rem;
			margin-left: auto;
			margin-right: auto;
			padding: 2rem;
	        border-radius: 0.5rem;
	        background: rgba(0, 0, 0, 0.89);
	        backdrop-filter: blur(4px);
	        margin-top: 0rem !important;
			border-top-left-radius: 0rem !important;
			border-top-right-radius: 0rem !important;
			padding-top: 0rem;
		}

		.Container .Fotogallery {
			display: block;
			padding: 0;
			margin: 0;
			margin-bottom:1rem;
			margin-top: 3rem;
		}
		.Fotogallery 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: 2rem;
		    text-transform: uppercase;
		    color: #ffffff;
		    font-weight: 200;
		    font-family: var(--Font_Second);
		    border-bottom: 1px solid #cccccc;
        	padding-bottom: 1rem;
		}
		.Fotogallery .ElencoFoto {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(10, minmax(0, 1fr));
			grid-column-gap: 1rem;
			grid-row-gap: 1rem;
		}
		.Fotogallery .ElencoFoto .Foto {
			display: block;
			cursor: pointer;
			border: 0.15rem solid #b29c79;
			border-radius: 0.3rem;
			transition: all 0.2s ease;
		}
		.Fotogallery .ElencoFoto .Foto IMG {
			width:100%;
			height: 100%;
			border-radius: 0.3rem;
		}
		.Fotogallery .ElencoFoto .Foto:hover {
			transform: scale(1.05);
		}


		.Container .Programmazione {
			display: block;
			padding: 0;
			margin: 0;
			margin-bottom:1rem;
			margin-top:3rem;
		}
		.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;
			text-transform: uppercase;
		    color: #ffffff;
		    font-weight: 200;
		    font-family: var(--Font_Second);
		}


		.Container .DatesTable {
			display: block;
			margin-top:2rem;
		}
		.Container .DatesTable .Row {
			display: flex;
			font-size:1.1rem;
			line-height:3em;
			color:#333333;
			cursor: pointer;
			align-items: center;
			border-bottom:1px solid #cccccc;
		}
		.Container .DatesTable .Row:first-of-type {
			border-top:1px solid #cccccc;
		}
		.Container .DatesTable .Row:first-of-type SPAN {
			font-size: 0.9rem;
			text-transform: uppercase;
			font-weight: 600;
			color: #b29c79;
		}
		.Container .DatesTable .Row SPAN {
			flex:1;
			flex-wrap: nowrap;
			color: #ffffff;
		}
		.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: 2.2em;
			background-color: #b29c79;
			color: #ffffff;
			text-transform: uppercase;
			transition: all 0.2s ease;
			border-radius: 0.3rem;
			font-family: var(--Font_Second);
			font-weight: 700;
			width: 13rem;
		}
		.Container .DatesTable .ButtonNoSell {
			text-align: center;
			display: inline-block;
			line-height: 2.2em;
			background-color: #b29c79;
			color: #ffffff;
			text-transform: uppercase;
			transition: all 0.2s ease;
			border-radius: 0.3rem;
			font-family: var(--Font_Second);
			font-weight: 700;
			padding-left: 1rem;
			padding-right: 1rem;
		}
		.Container .DatesTable .Row:hover .Button { 
			color: #282828;
			transform: scale(1.03);
			font-weight: 700;
		}


		.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;
		}

	}

