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

		#Header {
			position:fixed;
			left:0px;
			top:0px;
			display: flex;
			align-items: center;
        	justify-content: center;
			width:100%;
			height: 7rem;
			background-color:var(--Header_Background_Color);
			color:var(--Header_Text_Color);
			z-index: 100;
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
		}
		#Header > .Inner {
			display: flex;
	        position: relative;
	        width: 90%;
	        height: 100%;
	        justify-content: flex-end;;
	        align-items: center;
		}
		#Header > .Inner .Social {
			display: none;
		}
		#Header > .Inner .Logo {
			position:static;
			left:1rem;
			top: 1rem;
			display: block;
			height: 4rem;
			z-index:1;
			transition: opacity 0.3s ease;
		}
		#Header > .Inner .Logo IMG {
			height: 5rem;
			position: absolute;
			left: 0rem;
			top: 0.9rem;
		}
		#Header #MobileMenu {
			display: block;
			position: static;
			font-size: 2.3rem;
			font-weight: 300;
			line-height: 1em;
			margin-left: 1.5rem;
			color: var(--Palette1dark);
			order: 2;
		}
		#Header #UserMenu {
			display: none;
			position: absolute;
			right: 4.7rem;
			top: 1.15rem;
			font-size: 2.2rem;
			transition: opacity 0.3s ease;
			line-height: 1em;
		}
		#Header > .Inner .LoginButton {
			display: block;
			transition: opacity 0.3s ease;
		}
		.LoginButton > .Text {
			display: none;
		}
		.LoginButton > .fa-caret-right {
			display: none;
		}
		.LoginButton > .fa-user {
			font-size: 1.7rem;
			color: var(--Palette1);
			transition: opacity 0.3s ease;
		}
		#Header #HeaderMenu {
			display: none;
			position: fixed;
			left: 0;
			top: 6.9rem;
			background: #ffffff;
			width: 100%;
			overflow: hidden;
			overflow-y: auto;
			height: calc(100vh - 6.9rem);
			overscroll-behavior: contain;
			align-items: center;
			transition: opacity 0.3s ease;
		}
		#HeaderMenu::after {
		    content: "© Teatro Civico della Spezia – P. IVA 00211160114 – \A Piazza Mentana, 1 – 19121 La Spezia";
		    white-space: pre-line;
		    display: block;
		    text-align: center;
		    padding: 2rem 0rem;
		    width: 100%;
		    font-size: 0.9rem;
		    color: var(--Palette1light);
		    background: transparent;
		    font-family: var(--Font_Normal);
		    position: absolute;
		    bottom: 0rem;
		}
		#Header #HeaderMenu > UL {
			margin: 0;
			list-style: none;
			list-style-type: none;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			position: absolute;
			top: 0;
			overflow: scroll;
			padding: 1rem 0rem;
		}
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL,
		#Header #HeaderMenu > UL > LI > UL > LI {
			margin:0;
			padding:0;
			list-style: none;
			list-style-type: none;
			display: block;
			position: relative;
		}
		#Header #HeaderMenu > UL, {
			
		}
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL > LI {
			font-size: 1.5rem;
			line-height: 3rem;
			color: var(--Palette1light);
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background: transparent;
			text-align: center;
			font-family: var(--Font_Normal);
			text-transform: uppercase;
			font-weight: 500;
			font-size: 1.5rem;
		}
		#Header #HeaderMenu > UL > LI > A,
		#Header #HeaderMenu > UL > LI > UL > LI > A {
			font-size: 1.5rem;
			line-height: 4rem;
			color: var(--Palette1light);
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width: 100vw;
			-webkit-tap-highlight-color: transparent;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background: transparent;
			text-align: center;
			font-family: var(--Font_Normal);
			text-transform: uppercase;
			font-weight: 500;
			font-size: 1.5rem;
			text-decoration: none;
		}
		#Header #HeaderMenu > UL > LI > UL {
			display: none;
			margin-left: -1rem;
			margin-right: -1rem;
			background: var(--Header_Mob_Background_Color);
			padding: 0.5rem 0rem;
		}
		#Header #HeaderMenu > UL > LI > UL > LI > A{
			text-transform: capitalize;
        	font-size: 1.6rem;
        	line-height: 4.5rem;
        	height: 4.5rem;
        	font-weight: 500;
		}
		#HeaderMenu > UL > LI:ACTIVE,
		#HeaderMenu > UL > LI:FOCUS,
		#HeaderMenu > UL > LI:HOVER,
		#HeaderMenu > UL > LI > A:ACTIVE,
		#HeaderMenu > UL > LI > A:FOCUS,
		#HeaderMenu > UL > LI > A:HOVER,
		#HeaderMenu > UL > LI > UL > LI:ACTIVE,
		#HeaderMenu > UL > LI > UL > LI:FOCUS,
		#HeaderMenu > UL > LI > UL > LI:HOVER,
		#HeaderMenu > UL > LI > UL > LI > A:ACTIVE,
		#HeaderMenu > UL > LI > UL > LI > A:FOCUS,
		#HeaderMenu > UL > LI > UL > LI > A:HOVER {
			background-color: transparent; !important;
/*			color: var(--Palette1) !important;*/
		}
		#HeaderMenu > UL > LI:HOVER > UL,
		#HeaderMenu > UL > LI > UL:HOVER {
			display: block !important;
		}
		#HeaderMenu > UL > LI > UL > LI {
			background-color: #f5f5f5;
		}


		#Header > .Inner #SearchBlock {
			position: absolute;
			right: 1rem;
			bottom: 1rem;
			margin: 0px;
			padding: 0px;
			line-height: 2.6rem;
			height: 2.6rem;
			width: calc(100% - 2rem);
			-webkit-border-radius: 0.25rem;
			-moz-border-radius: 0.250rem;
			border-radius: 0.25rem;
			background-color: #fafafa;
			border: 0.05rem solid #999999;
		}
		#Header > .Inner #SearchBlock .GsTextBox {
			margin: 0px;
			padding: 0px;
			outline: none;
			font-size: 1.2rem;
			line-height: 2.6rem;
			height: 2.6rem;
			padding-left: 0.7rem;
			width: 21.4rem;
			color: #666666;
			font-weight: 400;
			float: left;
			border: 0px;
			background-color: transparent;
			font-family: var(--Header_Search_Box_Font);
		}
		#Header > .Inner #SearchBlock #bt {
			font-size: 1.5rem;
			line-height: 2.6rem;
			height: 2.5rem;
			color: #666666;
			cursor: pointer;
			float: right;
			width: 2.6rem;
			text-align: center;
		}
		
	}



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

		#Header {
			position:fixed;
			left:0px;
			top:0px;
			display:block;
			width:100%;
			height: 5.5rem;
/*			background-color:var(--Header_Background_Color);*/
			background-color: #ffffff;
			color:#ffffff;
			z-index: 100;
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			box-shadow: 0 1.9px 4px rgba(0, 0, 0, 0.1);
		}
		#Header > .Inner {
			margin-left:auto;
			margin-right:auto;
			display: flex;
			position:relative;
			width:94%;
			height:100%;
			align-items: center;
        	justify-content: flex-end;
		}
		#Header > .Inner .Social {
			margin-left: 1rem;
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 0.7rem;
			font-size: 1.1rem;
		}
		#Header > .Inner .Social a i {
			transition: all 0.2s ease;
		}
		#Header > .Inner .Social a:hover i {
			color: var(--Palette2);
		}
		#Header > .Inner .Logo {
			position:absolute;
			left:0rem;
			display: block;
			z-index:1;
		}
		#Header > .Inner .Logo IMG {
			height: 4.5rem;
		}
		#Header #MobileMenu {
			display: none;
		}
		#Header #UserMenu {
			display: none;
		}
		#Header > .Inner #SearchBlock {
			position:absolute;
			right:15rem;
			top:1.7rem;
			margin:0px;
			padding:0px;
			line-height:2rem;
			height:2rem;
			width:18rem;
			-webkit-border-radius:0.250rem;
			-moz-border-radius:0.250rem;
			border-radius:0.250rem;
			background-color:#fafafa;
			border:0.050rem solid #999999;
		}
		#Header > .Inner #SearchBlock .GsTextBox {
			margin:0px;
			padding:0px;
			outline: none;
			font-size:1rem;
			line-height:2rem;
			height:2rem;
			padding-left:0.700rem;
			width:15rem;
			color:#666666;
			font-weight:400;
			float:left;
			border:0px;
			background-color:transparent;
			font-family: var(--Header_Search_Box_Font);
		}
		#Header > .Inner #SearchBlock #bt {
			font-size:1.3rem;
			line-height:2rem;
			height:2rem;
			color:#666666;
			cursor:pointer;
			float:right;
			width:2.1rem;
			text-align:center;
		}
		#Header > .Inner .LoginButton {
	        display: inline-flex;
            align-items: center;
            gap: 0.4rem;
	        background-color: transparent;
	        cursor: pointer;
	        text-align: left;
	        flex-direction: row;
	        text-decoration: none;
	        position: relative;
	        z-index: 10;
		}
		#Header > .Inner .LoginButton::before {
		    content: "";
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    width: 100%;
		    height: 0.6rem;
		    background-color: var(--Palette2);
		    transition: transform 0.2s ease-in-out;
		    transform: scaleY(0);
		    transform-origin: bottom;
		    pointer-events: none;
		    z-index: -1;
		}

		#Header > .Inner .LoginButton:hover::before {
		    transform: scaleY(1);
		}

		#Header > .Inner .LoginButton .fa-user {
			display:none;
			line-height:2.1rem;
			text-align:center;
			color:#ffffff;
			font-size:1.1rem;
			float:left;
			width:2.2rem;
		}
		#Header > .Inner .LoginButton .fa-caret-right {
			display:none;
			line-height:2.1rem;
			height:2.1rem;
			text-align:center;
			color:#ffffff;
			font-size:1.2rem;
			float:right;
			width:2rem;
			background-color:#00000033;
			-webkit-border-top-right-radius:0.250em;
			-webkit-border-bottom-right-radius:0.250em;
			-moz-border-radius-topright:0.250em;
			-moz-border-radius-bottomright:0.250em;
			border-top-right-radius:0.250em;
			border-bottom-right-radius:0.250em;
		}
		#Header > .Inner .LoginButton i.fa-sharp.fa-thin {
/*			margin-left: 0.4rem;*/
			color: var(--Palette1dark);
			font-weight: 600;
			font-size: 0.5rem;
			te
		}
		#Header > .Inner .LoginButton .Text {
            font-size: 0.94rem;
            text-align: left;
            float: left;
            display: inline-flex;
            align-items: center;
            /* gap: 0.4rem; */
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.3rem;
            color: #0a0a0a;
            text-transform: uppercase;
            font-family: var(--Font_Normal);
            font-weight: 400;
            letter-spacing: 0.05rem;
            transition: color 0.2s ease;
		}
		#Header > .Inner .LoginButton .Text:hover {
			color: #0a0a0a;
		}
		



		#Header #HeaderMenu {
			position: relative;
			right: 0rem;
			margin: 0px;
			padding: 0px;
			display: flex;
			-webkit-user-select: none;
			-ms-user-select: none; 
			user-select: none; 
			font-family: var(--Header_Menu_Font);
			height: 100%;
	        align-items: center;
	        justify-content: center;
	        margin-right: 0.5rem;
        	margin-left: 5rem;
		}
		#HeaderMenu ul, #Menu li {
			margin: 0;
			padding: 0;
			display: block;
			list-style: none;
			list-style-type: none;
		}
		#HeaderMenu > ul { /* MAIN MENU */
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 1.5rem;
			height: 100%;
			margin-right: 0.7rem;
		}
		#HeaderMenu > ul > li { /* MAIN MENU ITEM */
		    font-size: 0.94rem;
		    text-align: left;
		    float: left;
		    display: inline-flex;
		    align-items: center;
		    min-width: 3rem;
		    height: unset;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		    text-transform: uppercase;
		    font-family: var(--Font_Normal);
		    font-weight: 400;
		    letter-spacing: 0.05rem;
		    transition: all 0.5s ease !important;
		    text-decoration: none;
		    cursor: pointer;
		    background-color: transparent;
		    line-height: 1.3rem;
		    position: relative;
		    color: var(--Palette1);
		}
		#HeaderMenu > ul > li::before {
		    content: "";
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    width: 100%;
		    height: 0.6rem;
		    background-color: var(--Palette2);
		    transition: transform 0.1s ease-in-out;
		    transform: scaleY(0);
		    transform-origin: bottom;
		    pointer-events: none;
		    z-index: -1;
		}
		#HeaderMenu > ul > li:hover::before {
		    transform: scaleY(1);
		}
		#HeaderMenu > ul > li::after {
			content: "\f078";
		    font-family: "Font Awesome 6 Pro";
		    font-weight: 900;
		    display: inline-block;
		    margin-left: 10px;
		    font-size: 11px;
		}
		#HeaderMenu > ul > li > A { /* MAIN MENU ITEM LINKED */
            font-size: 0.94rem;
            text-align: left;
            float: left;
            display: inline-flex;
            align-items: center;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-transform: uppercase;
            font-family: var(--Font_Normal);
            font-weight: 400;
            letter-spacing: 0.05rem;
            transition: color 0.2s ease;
            text-decoration: none;
            cursor: pointer;
            background-color: transparent;
            line-height: 1.3rem;
            position: relative;
		}
		/*#HeaderMenu > ul > li > A::before {
		    content: "";
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    width: 100%;
		    height: 0.6rem;
		    background-color: var(--Palette2);
		    transition: transform 0.2s ease-in-out;
		    transform: scaleY(0);
		    transform-origin: bottom;
		    pointer-events: none;
		    z-index: -1;
		}
		#HeaderMenu > ul > li > A:hover::before {
		    transform: scaleY(1);
		}*/
		/*#HeaderMenu i {
			color: var(--Palette1dark);
	        font-weight: 600;
	        font-size: 0.5rem;
	        position: absolute;
	        right: 0.6rem;
		}*/
		#HeaderMenu > ul > li > ul { /* SUBMENU */
			visibility: hidden;
			opacity: 0;
			position: absolute;
			transition: all 0.5s ease;
			top: 2.0rem;
			left: -4rem;
			display: none;
			overflow: hidden;
			z-index: 99;
			background: var(--Footer_Background);
			border:none;
			transition: all 0.5s ease;
			min-width: 10rem !important;
			max-height: 28rem;
        	width: max-content;
		}
/*		#HeaderMenu > ul > li:last-child > ul { 
			left: unset;
			right:0;
		}*/
		#HeaderMenu > ul > li > ul > li { /* SUBMENU MENU ITEM */
	        display: flex;
	        font-size: 0.75rem;
	        line-height: 2.2rem;
	        position: relative;
	        cursor: default;
	        white-space: nowrap !important;
	        color: #ffffff !important;
	        background-color: var(--Header_SubMenu_Buttons_Background) !important;
	        transition: all 0.2s ease;
	        align-items: center;
	        cursor: pointer;
		}
		#HeaderMenu > ul > li > ul > li:HOVER { /* SUBMENU MENU ITEM */
			color: #bbbbbb !important;
			background-color: transparent !important;
		}
		#HeaderMenu > ul > li > ul > li A { /* SUBMENU MENU ITEM LINKED */
			font-size: 0.84rem;
			letter-spacing: 0.1em;
		    font-weight: 500;
		    text-decoration: none;
		    line-height: 1.2rem;
/*		    padding-left: 1rem;
		    padding-right: 1rem;
		    margin-left: -1rem;
		    margin-right: -1rem;*/
		    display: block;
		    color: #ffffff;
		    background-color: var(--Header_SubMenu_Buttons_Background) !important;
		    text-transform: uppercase;
		    white-space: normal;
		    cursor: pointer;
		    transition: all 0.2s ease;
		}
		#HeaderMenu > ul > li > ul > li A:HOVER {
			color: #ffffff !important;
			background-color: transparent !important;
			transform: scale(1.1);
		}

		#HeaderMenu > ul > li:HOVER ul,
		#HeaderMenu > ul > li ul:HOVER {
			visibility: visible !important;
	        opacity: 1;
	        display: flex;
	        box-shadow: 0px 55px 80px -40px rgba(0, 0, 0, 1);
	        padding: 1rem;
	        top: 1.4rem;
	        flex-direction: column;
	        flex-wrap: wrap;
	        transition: all 0.5s ease;
	        background: var(--Palette1light);
	        font-size: 1rem;
		}

		#HeaderMenu ul li ul li {
			clear: both;
			min-width: 13rem;
			height: 2rem;
		}


	}

