/*	Mobile  */
@media screen and (max-width: 440px) {

	.PageImage {
		display: block;
		width: 100%;
		margin-top: 5.5rem;
	}
	.PageImage IMG {
		width:100%;
	}
	.Container {
        display: block;
        max-width: 92vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4rem;
        margin-bottom: 2rem;
        color: var(--Page_Text_Color);
	}

	.Container H1.PageTitle {
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 1.5rem;
        margin-top: -2rem;
        line-height: 1.1em;
        font-size: 1.8rem;
        font-weight: 900;
        color: var(--Page_Title_Color);
        text-align: left;
        font-family: var(--Font_Title);
    }
	.Container .Scadenza {
		display:block;
		line-height: 1.5em;
		font-size:1.2rem;
		font-style: italic;
		margin-bottom: 1rem;
	}
	.Container .Testo {
		font-size: 1.3rem;
		line-height: 1.6em;
	}
	.Container .Testo A {
		color:var(--Palette1);
		text-decoration: underline;
	}
	.Container .Testo P {
		margin: 0;
		padding: 0;
		margin-bottom: 1rem;
		font-size: 1rem;
	}
	.Container .Testo H4 {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 900;
		margin-bottom: 0.5rem;
	}

	.Container .Prezzi {
		display:block;
	}
	.Container .Prezzi .Prezzo {
    	font-size: 1.3rem;
    	line-height: 1.6em;
    	display: block;
    	margin-bottom:2rem;
	}
	.Container .ButtonProceed {
		display: block;
		width:92vw;
		height: 6rem;
		line-height: 6rem;
		font-size: 1.8rem;
		font-weight: bold;
		background-color: var(--Palette1);
		color: #ffffff;
		text-align: center;
		-webkit-border-radius: 0.3rem;
		-moz-border-radius: 0.3rem;
		border-radius: 0.3rem;
		text-transform:uppercase;
		text-decoration: none;
	}
	.Container .ButtonProceed:HOVER {
		cursor: pointer;
		background-color: var(--Palette1dark);
	}

	/* ---- Tabella stile evento ---- */
	#table {
		width: 100%;
		margin: auto;
		text-align: center;
		margin-bottom: 5rem;
		margin-top: 3rem;
	}
	#table thead {
		text-transform: uppercase;
		font-size: 0.9rem;
		line-height: 0.6rem;
		color: var(--Palette1);
		position: relative;
		bottom: 1rem;
	}
	#table tbody .table-titles {
		position: relative;
		margin-bottom: 3rem;
	}
	#table tbody .table-titles td.table-text {
		font-size: 1.1rem;
		line-height: 3rem;
		padding-bottom: 6rem;
		font-weight: 600;
	}
	#table tbody .table-titles .table-acq {
		position: absolute;
		left: 0rem;
		bottom: 0rem;
		width: 100%;
		text-transform: uppercase;
		color: var(--Palette1);
		margin-bottom: 1rem;
		padding-bottom: 2rem;
		border-bottom: 0.1rem solid var(--Box_Evento_Authors_Color);
	}
	#table tbody .table-titles .table-acq a.buy-button {
		margin: 0;
		text-decoration: none;
		font-weight: 600;
		font-size: 0.9rem;
		width: 100%;
		display: block !important;
		color: var(--Palette1);
		padding: 0.8rem 0rem;
		border: 0.1rem solid var(--Palette1);
	}
	#table tbody .table-titles td.table-text .DropDown select {
		width: 4rem;
		height: 2rem;
		border: 0.1rem solid var(--Palette1dark);
		border-radius: 0.4rem;
		font-size: 1rem;
		font-family: var(--Font_Text);
	}

}

/*	Desktop  */
@media screen and (min-width: 441px) {

	.PageImage {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 22rem;
		overflow: hidden;
		margin-top: 8rem;
	}
	.PageImage IMG {
		width: 100%;
		height:auto;
	}
	.Container {
	    margin-top: 0rem;
	    padding-top: 3rem;
	}
	.Container .titleBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #f7f7f7;
		padding: 3rem;
		margin-bottom: 4rem;
	}
	.Container .titleBox H1.PageTitle {
	    display: block;
	    margin: 0;
	    padding: 0;
	    margin-bottom: 0rem;
	    line-height: 1em;
	    font-size: 1.8rem;
	    font-weight: 600;
	    color: var(--Page_Title_Color);
	    text-align: left;
	    font-family: var(--Font_Title);
	    text-transform: uppercase;
	}
	.Container .titleBox .Abstract {
		display: block;
		margin: 0;
		padding: 0;
		margin-bottom: 0rem;
		line-height: 1em;
		font-size: 1.8rem;
		font-weight: 600;
		color: #9c0034;
		text-align: left;
		font-family: var(--Font_Title);
		text-transform: uppercase;
	}
	.Container .Scadenza {
		display:block;
		line-height: 1.5em;
		font-size:0.9rem;
		font-style: italic;
		margin-bottom: 1rem;
	}
	.Container .Testo {
		font-size: 0.8rem;
		line-height: 1.6em;
	}
	.Container .Testo A {
		color:var(--Palette1);
		text-decoration: underline;
	}
	.Container .Testo P {
		margin:0;
		padding: 0;
		margin-bottom: 1rem;
	}
	.Container .Testo H4 {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 1.6rem;
		font-weight: 900;
		margin-bottom: 0.5rem;
	}

	.Container .Prezzi {
		display:grid;
		grid-template-columns: auto 17rem;
	}
	.Container .Prezzi .Prezzo {
		font-size: 1.1rem;
		line-height: 1.6em;
	}

	.Container .ButtonProceed:HOVER {
		cursor: pointer;
		background-color: var(--Palette1dark);
	}

	/* ---- Tabella stile evento ---- */
	#table {
		text-transform: uppercase;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10rem;
		margin-top: 5rem;
	}
	.table-titles {
		display: grid;
		grid-template-columns: 2.5fr 2.5fr 2fr 2fr 2.4fr;
		grid-column-gap: 2.7rem;
		border-bottom: 0.5px solid #555555;
		text-align: left;
		color: #9c0034;
		padding: 2rem 0rem;
	}
	.table-text {
		font-weight: 600;
		color: #555555;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.table-acq {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.buy-button {
		padding: 0.7rem 0rem;
		font-size: 0.9rem;
		text-transform: uppercase;
		color: #9c0034 !important;
		border: 1px solid #9c0034;
		text-align: center;
		font-weight: 600;
		transition-duration: 0.3s;
		transition-property: background, color;
		text-decoration: none;
		width: 100%;
		display: block !important;
	}
	.buy-button:hover {
		color: #fff !important;
		background: #9c0034;
	}
	.table-text .DropDown {
		margin: 0px;
		padding: 0px;
		display: inline-block;
		background-color: #ffffff;
		border: 1px solid #a1a1a1;
		white-space: nowrap;
		-webkit-border-radius: 0.3em;
		-moz-border-radius: 0.3em;
		border-radius: 0.3em;
		box-sizing: border-box;
		width: 5rem;
		font-size: 1.1rem;
		height: 2.1rem;
	}
	.table-text .DropDown select {
		margin: 0px;
		padding: 0px;
		border: 0;
		font-size: 1.1rem;
		margin-left: 0.2em;
		height: 2.1rem;
		line-height: 2.1rem;
		font-weight: 300;
		background-color: transparent;
		color: #666666;
		display: block;
		outline: none;
		box-shadow: none;
		width: calc(100% - 0.2em);
	}

	.Forms .FormDropDown SELECT {
	    margin: 0px;
	    padding: 0px;
	    border: 0px;
	    height: 1.6em;
	    line-height: 1.6em;
	    font-size: 1em;
	    margin: 0.1em;
	    margin-left: 0.1em;
	    color: #666666;
	    display: block;
	    background-color: #ffffff;
	    outline: none;
	    box-shadow: none;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    border-radius: 0;
	    width: calc(100% - 0.2em);
	}

}

a{
	color: #9c0034!important;
}

.Container .ButtonProceed {
	display: block;
	width:17rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #9c0034;
	color: #ffffff!important;
	float:right;
	text-align: center;

	text-transform:uppercase;
	text-decoration: none;
}