
/*	-------------------------------------------------------------------------- */
/*	Mobile  
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		.Container {
			margin-top: 11.5rem;
		}
		.ElencoEventiVerticale {
			max-width:92vw;
			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;
			display: none;
		}
		.EventsContainer {
			max-width:82vw;
			display: grid;
			grid-template-columns: repeat(1, minmax(0, 1fr));
			grid-column-gap: 0;
			grid-row-gap: 3.5rem;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 8rem;
		}
		.EventBox {
			max-width: 100% !important;
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
			background: #f4f4f4;
			text-decoration: none;
		}
		.EventBox .TextBox {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		.EventBox .TextBox p.SubTitle.notranslate {
			display: none;
		}
		.EventBox .TextBox .Image {
			width: 100%;
		}
		.EventBox .TextBox .Title {
			font-size: 1.4rem;
		    text-align: center;
		    font-weight: 600;
		    color: var(--Palette1);
		    margin-bottom: 0.5rem;
		    text-transform: uppercase;
		    padding: 0rem 2rem;
		}
		.TextBox p.authors {
			margin: 0;
			color: hsl(0, 0%, 33%);
			font-weight: 600;
			font-size: 0.8rem;
			text-transform: math-auto;
			max-width: 16rem;
			width: 100%;
			height: auto;
			text-align: center;
		}
		.EventBox .TextBox .Text {
			text-align: center;
			font-style: italic;
			padding: 0rem 2rem;
			line-height: 1.5rem;
			color: var(--Box_Evento_Authors_Color);
		}
		.EventBox .ButtonBox {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.EventBox .ButtonBox .Date {
			color: #000;
			font-weight: 600;
			text-transform: uppercase;
			font-size: 1rem;
			margin: 0rem;
			margin-bottom: 0.5rem;
		}
		.EventBox .ButtonBox .EventButton {
			text-transform: uppercase;
			text-decoration: none;
			font-size: 1.1rem;
			font-weight: 600;
			color: var(--Palette1);
			line-height: 2.5rem;
			padding: 0rem 2rem;
			margin-bottom: 2rem;
			border: 0.1rem solid var(--Palette1);
			margin-top: 0.5rem;
		}
		.ElencoNotizie {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-column-gap: 2.5rem;
			grid-row-gap: 2.5rem;
			margin-left: auto;
			margin-right: auto;
			display: none;
		}

/*------------------------------------------------------------------------------*/
		

		.container {
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		.container h1.Subtitle {
			font-size: 2rem;
			text-align: center;
			padding: 0rem 2rem;
			font-weight: 600;
		}
		.container a.Link {
			font-weight: 600;
			font-size: 1rem;
			margin-bottom: 4rem;
		}

		.container .blackContainer {
		    max-width: 82vw;
		    display: grid;
		    grid-template-columns: repeat(1, minmax(0, 1fr));
		    grid-column-gap: 0;
		    grid-row-gap: 5.5rem;
		    margin-left: auto;
		    margin-right: auto;
		    margin-bottom: 6rem;
		}
		.container .blackContainer .blackEventBox {
			max-width: 100% !important;
			width: 100%;
			display: flex;
			background: #000000;
			flex-direction: column;
			align-items: center;
		}
		.container .blackContainer .blackEventBox .blackTextBox {

		}
		.container .blackContainer .blackEventBox .blackTextBox .Image{
			width: 100%;
		}
		.blackEventBox .blackTextBox .innerBlackText {
			padding: 2rem;
			text-align: center;
			color: #ffffff;
			padding-bottom: 0.5rem;
		}
		.blackTextBox .innerBlackText .Title {
			font-size: 1.625rem;
			line-height: 1.85rem;
			text-transform: uppercase;
			font-weight: 600;
			margin-top: 0rem;
		}
		.blackTextBox .innerBlackText .Text {
			font-size: 1rem;
			font-weight: 300;
			font-style: italic;
			line-height: 1.5rem;
		}
		.blackEventBox .blackButtonBox {
			margin-bottom: 2rem;
		}
		.blackEventBox .blackButtonBox .InfoButton {
			color: #ffffff;
			font-weight: 600;
			font-size: 1.1rem;
		}









	}

/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		.Container{
			min-height: 50rem;
			display: block;
	        max-width: 71.222rem;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 6rem;
	        margin-bottom: 5rem;
	        color: var(--Page_Text_Color);
		}
		.PlaceHolder {
			height: 30rem;
	        width: 100%;
	        background: #FFEF28;
	        margin-top: 5.6rem;
		}

		.ElencoEventiVerticale {
			max-width:71.222rem;
			display: flex;
			grid-column-gap: 1.5rem;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			flex-direction: row;
	        justify-content: center;
	        align-items: center;
		}
		.ElencoEventi {
			max-width:71.222rem;
			display: flex;
			grid-column-gap: 1.5rem;
			grid-row-gap: 1.5rem;
			margin-left: auto;
			margin-right: auto;
			flex-direction: row;
	        justify-content: center;
	        align-items: center;
		}
		.ElencoNotizie {
			max-width:71.222rem;
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			grid-column-gap: 2.5rem;
			grid-row-gap: 2.5rem;
			margin-left: auto;
			margin-right: auto;
		}
		#HeaderMenu > ul > li:first-child > A {
			color: #ff3366 !important;

		}

/*-------------------------------------------------------------------------------------------------*/




		.container{
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
		}

		.Subtitle{
			font-size: 1.8rem;
			margin-bottom: 0.9rem;
			font-weight: 600;
			height: 2.5rem;
			overflow: hidden;
			text-align: center;	
			margin-top: 4.5rem;

		}
		.Subtitle.home {
			overflow: visible;
			height: auto;
		}

		.Text {
			margin-top: 0.2rem !important;
			color: #545454 !important;
			text-transform: none !important;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			height: auto;
			overflow: hidden;
			text-overflow: ellipsis;
			font-size: 0.8rem !important;
			line-height: 1.4rem;
			font-style: italic;
			font-weight: 300 !important;
		}


		.Link{
			font-size: 0.9rem;
			color: #9c0034 !important;
			font-weight: 600;
			letter-spacing: 0.02rem;
			margin-bottom: 5rem;
		}

		.EventBox{
			display: flex;
		    max-width: 32%;
		    flex-direction: column;
		    align-content: center;
		    justify-content: space-between;
		    align-items: center;
		    background: #f4f4f4;
		    height: 30rem;
		    width: 100%;
		/*    margin-top: 4rem;*/
			height: 100%;
			max-height: 33rem;
			text-decoration: none;
		}

		.imgBox {
			overflow: hidden;
			width: 100%;
			height: 16rem;
		}

		.Image{
			display: block;
			height: 100%;
			width: 100%;
			position: relative;
			z-index: 100;
			transition: all 0.2s ease;
			object-fit: cover;
			object-position: center 15%;
			/* margin-bottom: 0.8rem; */
		}

		.TextBox{
			display: flex;
		    flex-direction: column;
		    align-items: center;
		    text-align: center;
		    height: 30.5rem;
		    overflow: hidden;
		    justify-content: flex-start;
		    text-overflow: ellipsis;
		}
		.TextBox .SubTitle,
		.TextBox > p {
		    margin: 0;
		    color: #9c0034;
		    font-weight: 600;
		    text-transform: uppercase;
		    max-width: 18rem;
		    font-size: 0.8rem;
		    width: 100%;
		    margin-bottom: 0.4rem;
		}
		.TextBox > p.Title{
		    margin: 0;
		    color: #9c0034;
		    font-weight: 600;
		    text-transform: uppercase;
		    max-width: 18rem;
		    width: 100%;
		    height: auto;
		    font-size: 1.2rem;
		    margin-bottom: 0.4rem;
		}
		.TextBox p.authors {
			margin: 0;
			color: hsl(0, 0%, 33%);
			font-weight: 600;
			font-size: 0.8rem;
			text-transform: math-auto;
			max-width: 16rem;
			width: 100%;
			height: auto;
			margin-bottom: 0.4rem;
		}

		.Title{
			font-size: 1rem;
			margin-top: 1rem !important;
			height: 6rem;
		}

		/*.SubTitle{
			font-size: 0.9rem;
			height: 3.3rem;
		    overflow: hidden;
		}*/


		.ButtonBox{
			display: flex;
			flex-direction: column;
			align-items: center;
			height: 100%;
			max-height: 6rem;
			justify-content: center;
		}

		.EventButton{
			padding: 0.5rem 1.9rem;
			border: 1px solid #9c0034;
			color: #9c0034!important;
			text-transform: uppercase;
			font-weight: 600;
			text-decoration: none;
			transition-duration: 0.3s;
			transition-property: background, color;
			margin-bottom: 1.5rem;
		}

		.InfoButton{
			padding: 0.6rem 1.9rem;
			border: 1px solid #fff;
			color: #fff!important;
			text-transform: uppercase;
			font-weight: 600;
			text-decoration: none;
			transition-duration: 0.3s;
			transition-property: background, color;
			margin-bottom: 1.5rem;
		}
/*
		.InfoButton:hover{
			color: #000!important;
			background: #fff;
		}
*/

		.EventsContainer{
			display: flex;
			flex-direction: row;
			column-gap: 0.5rem;
			row-gap: 5rem;
			width: 100%;
			max-width: 71.222rem;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			margin-bottom: 10rem;
			/* margin-left: auto; */
			/* margin-right: auto; */
		}



		.container .blackContainer {
			display: flex;
			flex-direction: row;
			gap: 0.7%;
			width: 100%;
			max-width: 71.222rem;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
			margin-bottom: 10rem;
		}
		.blackContainer .blackEventBox {
			display: flex;
			max-width: 32%;
			flex-direction: column;
			justify-content: space-between;
			align-items: center;
			background: #000;
			height: 29rem;
		}
		.blackContainer .blackEventBox .blackTextBox {
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			height: 100%;
			overflow: hidden;
			justify-content: flex-start;
			text-overflow: ellipsis;
		}
		.blackContainer .blackEventBox .blackTextBox .Title {
			margin: 0;
			color: #ffffff;
			font-weight: 600;
			text-transform: uppercase;
			max-width: 18rem;
			width: 100%;
			height: auto;
			font-size: 1.4rem;
		}
		.blackContainer .blackEventBox .blackTextBox .Text {
			font-size: 0.8rem !important;
			margin-top: 0rem !important;
			font-weight: 300 !important;
			width: 100%;
			max-width: 18rem;
			text-transform: none !important;
			display: flex;
			margin: 0;
			height: 100%;
			text-overflow: ellipsis;
			font-style: italic;
			line-height: 1.4rem;
			color: #ffffff !important;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		.blackContainer .blackEventBox .blackButtonBox {
			margin-bottom: 2rem;
		}
		.blackContainer .blackEventBox .blackButtonBox .InfoButton {
		    padding: 0rem;
		    border: none;
		    text-decoration: underline;
		    color: #ffffff !important;
		    text-transform: math-auto;
		    font-weight: 400;
		}
		.blackContainer .blackEventBox .blackTextBox .innerBlackText {
			display: flex;
			flex-direction: column;
			align-items: center;
			max-width: 18rem;
			width: 100%;
			height: 100%;
			justify-content: space-between;
		}







	}









	.EventButton:hover{
		color: #fff!important;
		background: #9c0034;
	}
	.Date{
		color: #000;
		font-weight: 600;
		text-transform: uppercase;
		font-size: 0.8rem;
		margin: 0rem;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
	}

	body{
		background: #fff;
	}

	footer{
		background: #f7f7f7 !important;
	}



