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

		.Container {
			margin-top: 7.5rem;
			background-image: url("/images/jeans3.jpg");
			background-attachment: fixed;
			background-size: cover;
			display: flex;
			max-width: none;
			max-height: none;
			min-height: 40rem;
			flex-direction: column;
    		align-items: center;
    		padding-top: 3rem;
    		position: relative;
		}
		.Container > .blackGlass {
	        width: 100%;
	        background: rgba(0, 0, 0, 0.2);
	        height: 100%;
	        position: absolute;
	        top: 0;
	        left: 0rem;
	    }
		.Container > .PageTitle {
			background: var(--Palette1) !important;
		    color: var(--Palette3) !important;
		    padding: 0.8rem 1.5rem !important;
		    box-shadow: 5px 5px 23px rgba(0.4, 9.8, 9.2, 1.5) !important;
		    margin-top: 2rem !important;
		    border-radius: 0.5rem !important;
		    font-family: var(--Font_Title);
		    font-size: 2.5rem !important;
		}
		.Container > .ElencoEventi {
			width: 95%;
    		height: auto;
    		display: flex;
		    flex-direction: column;
		    align-items: center;
		    margin-bottom: 2rem; 
		}
		.Evento {
			width: 100%;
			display: flex;
		    padding: 0;
		    margin: 0;
		    box-sizing: border-box;
		    position: relative;
		    background: rgba(0, 0, 0, 0.89);
		    padding: 0.3rem;
		    margin-bottom: 1rem;
		    border-radius: 0.5rem;
		    backdrop-filter: blur(5px);
		    flex-direction: row;
		    justify-content: space-between;
		}
		.Evento A {
			text-decoration: none;
		    display: flex;
		    width: 100%;
		    min-height: 11rem;
		    position: relative;
		    padding-right: 0.5rem;
		    box-sizing: border-box;
		    flex-direction: row;
		    flex-wrap: wrap;
		    justify-content: space-between;
		    align-items: flex-start;
		}
		.Evento > a > .imgBox {
			width: 25%;
			padding: 0.2rem;
			height: 95%;
			display: flex;
			align-items: center;
		}
		.Evento .Image {
			display: block;
			height:6rem;
			width: 6rem;
			position: static;
			border-radius: 0.3rem;
		}
		.Evento .Titles {
			display: flex;
		    width: 69%;
		    line-height: 1.8em;
		    color: var(--Palette3);
		    padding-top: 0.4rem;
		    flex-direction: column;
		    align-items: flex-start;
		}
		.Evento .Titles .Title {
		    font-size: 1.35rem;
		    font-weight: 500;
		    display: block;
		    padding-bottom: 0.5rem;
		    font-family: var(--Font_Condensed);
		    line-height: 1.4rem;
		    color: #da944c;
		    text-transform: uppercase;
		}
		.Evento .Titles .SubTitle {
			display: none;
			margin-top:-0.2rem;
			padding-bottom:0.7rem;
			font-size: 1.3rem;
			font-weight: 100;
			line-height: 1rem;
		}
		.Evento .Authors {
			display: block;
			font-weight: normal;
			font-style: normal;
			line-height:1.2em;
			color: var(--Box_Evento_Authors_Color);
			padding-bottom:0.2rem;
			font-family: var(--Box_Evento_Authors_Font);
		}
		.Evento .Authors:last-of-type {
			padding-bottom:0.7rem;
		}

		.Evento > a > .EventLocation {
			width: 65%;
	        margin: 0rem;
	        position: absolute;
	        left: 8rem;
	        bottom: 3rem;
	        font-size: 1.1rem;
	        line-height: 1.2rem;
	        font-weight: 300;
	        color: var(--Palette3);
	        font-family: var(--Font_Condensed);
		}
		.Evento > a > .EventLocation > i {
			margin-right: 0.3rem;
			color: #da944c;
			font-size: 1.2rem;
		}
		.Evento .Date {
			display: block;
			line-height:1.2em;
			font-family: var(--Font_Condensed);
			font-size: 1.2rem;
			font-weight: 400;
			position: absolute;
		    bottom: 0.3rem;
		    left: 8rem;
		    color: var(--Palette3);
		}
		.Evento .Abstract {
			display: none;
			font-weight: normal;
			line-height:1.4em;
			color: var(--Box_Evento_Abstract_Color);
			font-style: italic;
			font-family: var(--Box_Evento_Abstract_Font);
			font-size: var(--Box_Evento_Abstract_FontSize);
			padding-bottom:0.7rem;
		}

		.Evento .FakeButton {
			display: none;
			position: absolute;
			right:1rem;
			bottom:0;
			width:8rem;
			text-align: center;
			font-size:1.2rem;
			line-height: 2em;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
			background-color: var(--Box_Evento_Button_Background);
			color: var(--Box_Evento_Button_Text_Color);
			border:0.07em solid var(--Box_Evento_Button_Text_Color);
			font-family: var(--Box_Evento_Button_Font);
		}
		.Evento A:HOVER .FakeButton {
			background-color: var(--Box_Evento_Button_Text_Color);
			color: var(--Box_Evento_Button_Background);
			border:0.07em solid var(--Box_Evento_Button_Text_Color);
		}
	}

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

		.Container {
			display: flex;
			max-width: none;
			max-height: none;
		    width: 100%;
		    height: auto;
		    margin-left: 0rem;
		    margin-right: 0rem;
		    margin-top: 6rem;
		    margin-bottom: 0rem;
		    padding-bottom: 2rem;
		    background-image: url("/images/jeans3.jpg") !important;
		    background-attachment: fixed;
		    background-size: contain;
		    flex-direction: column;
    		align-items: center;
    		padding-top: 5rem;
    		min-height: 30rem;
		}
		.Container > .blackGlass {
			width: 100%;
		    background: rgba(0, 0, 0, 0.2);
		    height: 100%;
		    position: fixed;
		    top: 0;
		    left: 0rem;
		}
		.Container > .PageTitle {
			display: none !important;
			background: var(--Palette1) !important;
		    color: var(--Palette3) !important;
		    padding: 1rem 2rem !important;
		    box-shadow: 5px 5px 23px rgba(0.4, 9.8, 9.2, 1.5) !important;
		    margin-top: 2rem !important;
		    margin-bottom: 1rem !important;
		    border-radius: 0.5rem !important;
		    font-family: var(--Font_Title) !important;
		}
		.Container > .ElencoEventi {
			width: 80%;
    		height: auto;
    		display: flex;
		    flex-direction: column;
		    align-items: center;
		}
		.Evento {
			display: block;
			width: 100%;
			padding: 0;
			margin: 0;
			box-sizing: border-box;
			position: relative;
			background: rgba(0, 0, 0, 0.69);
			padding: 1rem;
			margin-bottom: 2rem;
			border-radius: 0.5rem;
			backdrop-filter: blur(5px);
			transition: box-shadow 0.3s ease;
		}
		.Evento:hover {
			box-shadow: 5px 5px 23px rgba(0.4, 9.8, 9.2, 1.5);
		}
		.Evento A {
			text-decoration:none;
			display: block;
			width: 100%;
			min-height: 12.4rem;
			position: relative;
			padding-left: 14rem;
			padding-right: 1rem;
			box-sizing: border-box;
		}
		.Evento .imgBox {
			display: block;
			height:12rem;
			width: 12rem;
			position: absolute;
			left:0;
			top:0;
			border-radius: 0.2rem;
			overflow: hidden;
		}
		.Evento .Image {
			display: block;
			width: 100%;
			height: auto;
			position: absolute;
			left:0;
			top:0;
			border-radius: 0.2rem;
			transition: transform 0.3s ease;
		}
		.Evento:hover .Image {
			transform: scale(1.1);
		}
		.Evento .Titles {
			display: block;
			line-height:1.6em;
			color: var(--Palette3);
			padding-top:0.5rem;
		}
		.Evento .Titles .Title {
			font-size: 2.2vw;
			font-weight:400;
			line-height: 2rem;
			display: block;
			padding-bottom:0.4rem;
			font-family: var(--Font_Normal);
			text-transform: uppercase;
			color: #da944c;
		}
		.Evento .Titles .SubTitle {
			display: block;
			margin-top: 0rem;
			padding-bottom: 0.3rem;
			font-size:1.5vw;
			font-weight: 300;
		}
		.Evento > a > .EventLocation {
			color: var(--Palette3);
			display: flex;
    		align-items: center;
    		text-transform: uppercase;
		}
		.Evento > a > .EventLocation > i {
			color: #da944c;
		    margin-right: 0.4rem;
		    font-size: 0.9rem;
		}
		.Evento .Authors {
			display: block;
			font-weight: normal;
			font-style: normal;
			line-height:1.2em;
			color: var(--Palette3);
			padding-bottom:0.2rem;
			font-family: var(--Box_Evento_Authors_Font);
		}
		.Evento .Authors:last-of-type {
			padding-bottom:0.7rem;
			color: var(--Palette3);
		}
		.Evento .Abstract {
			display: block;
			font-weight: normal;
			line-height:1.4em;
			color: #919191;
			font-style: italic;
			font-family: var(--Box_Evento_Abstract_Font);
			font-size: var(--Box_Evento_Abstract_FontSize);
			padding-bottom:0.7rem;
			font-size: medium;
		}
		.Evento .Date {
			display: block;
			font-weight: normal;
			line-height:1.2em;
			color: var(--Palette3);
			font-family: var(--Box_Evento_Date_Font);
			font-size: var(--Box_Evento_Date_FontSize);
			padding-bottom:0.7rem;
			font-weight: bold;
			position: absolute;
    		bottom: 0;
    		font-weight: 300;
		}
		.Evento .FakeButton {
			display: inline-block;
			position: absolute;
			right: 0rem;
        	bottom: -1rem;
			font-weight: 600;
			width:8rem;
			text-transform: uppercase;
			text-align: center;
			font-size:1.2rem;
			line-height: 2em;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 1rem;
			background-color: var(--Palette1);
			color: var(--Palette3);
			transition: color 0.3s ease;
			transition: background-color 0.3s ease;
			border-radius: 0.3rem;
			border: 0.2rem solid var(--Palette3);
			transition: all 0.3s ease;
		}
		.Evento A .FakeButton:hover {
			background-color: var(--Box_Evento_Button_Text_Color);
			border:0.2rem solid #da944c;
			color: #da944c;
			box-shadow: inset 3px 6px 23px rgba(-48.6, 0.8, 1.2, 0.5);
		}
	}