
/*	-------------------------------------------------------------------------- */
/*	Mobile   
/*	-------------------------------------------------------------------------- */
	@media screen and (max-device-width: 769px) {

		#SearchBlock { display:none; }

		#Header {
			position:fixed;
			left:0px;
			top:0px;
			display:block;
			width:100%;
			height:4.7rem;
			background-color:var(--Header_Background_Color);
			border-bottom:1px solid var(--Header_Background_Border_Color);
			color:var(--Header_Text_Color);
			z-index: 100;
			font-family: var(--Header_Font);
			box-sizing: border-box;
			z-index: 9999;
			-webkit-box-shadow: 0px 0.3rem 0.8rem 0px #000000aa;
			-moz-box-shadow: 0px 0.3rem 0.8rem 0px #000000aa;
			-o-box-shadow: 0px 0.3rem 0.8rem 0px #000000aa;
			box-shadow: 0px 0.3rem 0.8rem 0px #000000aa;
		}
		#Header.WithSkin {
			top:0px !important;
		}
		#Header > .Inner {
			display:block;
			position:relative;
			width:100%;
			height:100%;
		}
		#Header > .Inner .Logo {
			position:absolute;
			left: 0.7rem;
			top: 0.3rem;
			display: block;
			height: 4rem;
			z-index:1;
		}
		#Header > .Inner .Logo IMG {
			height: 4rem;
			width: auto;
		}

		#Header .ProvinciaNome {
			position: absolute;
			left: 4.3rem;
			top: 0.7rem;
			font-size:1rem;
			line-height: 1em;
			color: #333333;
			font-weight: 600;
			text-transform: uppercase;
		}

		#Header #MobileMenu {
			display: block;
			position: absolute;
			right: 1rem;
			top: 1rem;
			font-size: 2.9rem;
			line-height: 1em;
		}
		#Header #SearchMenu {
			display: block;
			position: absolute;
			right: 4.7rem;
			top: 1.25rem;
			font-size: 2.2rem;
			line-height: 1em;
		}

		#Header .SocialIcons {
			display: block;
			font-size: 1.5rem;
			font-weight: 400;
			line-height: 4rem;
			border-bottom: 1px solid var(--Header_Background_Border_Color);
			padding-left: 1rem;
			padding-right: 1rem;
		}
		#Header .SocialIcons:nth-of-type(2) {
			display: none;
		}

		#Header .SocialIcons:before {
			content:"Seguici sui social";
		}
		#Header .SocialIcons A {
			float:right;
			font-size: 2.4rem;
			margin-left:0.6rem;
		}


		#Header #HeaderMenu {
			display: none;
			position: fixed;
			left: 0;
			top: 4.7rem;
			background: #ffffff;
			width: 100%;
			overflow: hidden;
			overflow-y: auto;
			height: calc(100vh - 4.7rem);
			overscroll-behavior: contain;
			z-index: 9999;
		}
		#Header #HeaderMenu > UL, 
		#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;
		}
		#Header #HeaderMenu > UL > LI,
		#Header #HeaderMenu > UL > LI > UL > LI {
			font-size: 1.5rem;
			font-weight: 400;
			line-height: 4rem;
			border-bottom: 1px solid var(--Header_Background_Border_Color);
			color: var(--Page_Text_Color);
			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;
		}
		#Header #HeaderMenu > UL > LI > A,
		#Header #HeaderMenu > UL > LI > UL > LI > A {
			display: block;
			text-decoration: none;
			color: var(--Page_Text_Color);
			margin-left: -1rem;
			margin-right: -1rem;
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width:100vw;
			height: 4rem;
			outline: none;
		}
		#Header #HeaderMenu > UL > LI > UL {
			display: none;
			background-color: #ffffff;
			margin-left: -1rem;
			margin-right: -1rem;
			border-bottom: 2px solid var(--MainColor);
		}
		#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: var(--MainColor) !important;
			color: #ffffff !important;
		}
		#HeaderMenu > UL > LI:HOVER > UL,
		#HeaderMenu > UL > LI > UL:HOVER {
			display: block !important;
		}
		#HeaderMenu > UL > LI > UL > LI {
			background-color: #f5f5f5;
		}
	}

/*	-------------------------------------------------------------------------- */
/*	DESKTOP GLOBALI  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-device-width: 770px) {

		#MobileMenu { display: none; }
		#SearchMenu { display: none; }

		#Header {
			position:fixed;
			left: 50%;
			top:0px;
			display:block;
			width:100%;
			height:8rem;
			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;
			margin-left: -502px;
			width:1004px;
		}
		#Header .GradientFade {
			position:absolute;
			left:0rem;
			bottom:-1.5rem;
			right:0;
			height: 1.5rem;
			display: block;
			background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
			background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
			background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
		}
		#Header > .Inner {
			margin-left:auto;
			margin-right:auto;
			display:block;
			position:relative;
			width:970px;
			height:100%;
			border-bottom:1px solid var(--Header_Background_Border_Color);
		}
		#Header > .Inner .ProvinciaNome {
			font-family: "Helvetica Neue LT Std";
			font-weight: normal;
			font-size: 2.3rem;
			color: #000000;
			position: absolute;
			left: 17.85rem;
			top: 1.14rem;
			letter-spacing: -0.03rem;
		}
		#Header > .Inner .Logo {
			position:absolute;
			left:0rem;
			top: 0.5rem;
			display: block;
			height: 5rem;
			z-index:1;
		}
		#Header > .Inner .Logo IMG {
			height: 5rem;
			width: auto;
		}
		#Header #MobileMenu {
			display: none;
		}
		#Header > .Inner #SearchBlock {
			position:absolute;
			right: 0;
			top: 1.9rem;
			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:block;
			position:absolute;
			right:0px;
			top:1.7rem;
			width:13.1rem;
			height:2.1rem;
			background-color:#00000066;
			-webkit-border-radius:0.250em;
			-moz-border-radius:0.250em;
			border-radius:0.250em;
			cursor:pointer;
			text-align:left;
		}
		#Header > .Inner .LoginButton .fa-user {
			display:block;
			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:block;
			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 .Text {
			font-size:0.95rem;
			color:#ffffff;
			text-align:left;
			float:left;
			display:block;
			width:8.5rem;
			white-space:nowrap;
			overflow:hidden;
			text-overflow:ellipsis;
			line-height:2.1rem;
		}
		#Header > .Inner .LoginButton:HOVER {
			background-color:#000000dd;
		}


		#Header #HeaderMenu .SocialIcons {
			display: grid;
			grid-template-columns: auto auto auto;
			grid-column-gap: 0.5rem;
			position: absolute;
			right:0;
			top:0;
			width:5.6rem;
			height: 1.8rem;
			line-height: 1.8rem;
			font-size: 1.2rem;
		}
		#Header #HeaderMenu .SocialIcons A {
			display: block;
			text-align: center;
			text-decoration: none;
			color: var(--MainColor);
		}
		#Header #HeaderMenu .SocialIcons A SPAN {
			display: block;
			text-align: center;
		}
		#Header #HeaderMenu .SocialIcons A:HOVER {
			color: var(--MainColorHover);
		}

		#Header #HeaderMenu {
			position: absolute;
			right: 0;
			left:0;
			bottom: 0rem;
			margin: 0px;
			padding: 0px;
			display: block;
			-webkit-user-select: none; 
			-ms-user-select: none; 
			user-select: none; 
			font-family: var(--Header_Menu_Font);
			border-top:1px solid #cccccc;
			border-bottom:1px solid #cccccc;
			padding-top: 0rem;
			padding-bottom: 0rem;
		}
		#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: left;
			gap: 0.15rem;
		}
		#HeaderMenu > ul > li { /* MAIN MENU ITEM */
			position: relative;
			padding-left: 0.6rem;
			padding-right: 0.6rem;

			line-height: 1.8rem;
			font-size: 0.875rem;
			font-weight: 500;
			text-transform: uppercase;
			text-decoration: none;
			cursor: default;
			color:var(--Header_Menu_Buttons_Text);
		}
		#HeaderMenu > ul > li:HOVER {
			background-color:var(--Header_Menu_Buttons_Background_Hover) !important;
			color:var(--Header_Menu_Buttons_Text_Hover) !important;
		}
		#HeaderMenu > ul > li > A { /* MAIN MENU ITEM LINKED */
			padding-left: 0.6rem;
			padding-right: 0.6rem;
			margin-left: -0.6rem;
			margin-right: -0.6rem;

			font-size: 0.875rem;
			font-weight: 500;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 1.8rem;
			cursor: pointer;
			display: block;

			color:var(--Header_Menu_Buttons_Text) !important;
			background-color:transparent;
		}
		#HeaderMenu > ul > li > A:HOVER {
			background-color:transparent;
			color:var(--Header_Menu_Buttons_Text_Hover) !important;
		}

		#HeaderMenu > ul > li > ul { /* SUBMENU */
			visibility: hidden;
			opacity: 0;
			position: absolute;
			transition: all 0.5s ease;
			top: 1.8rem;
			left: 0;
			display: none;
			overflow: hidden;
			z-index: 99;
			background-color: var(--Header_SubMenu_Background);
			border:1px solid var(--Header_Menu_Buttons_Background_Hover);

			/*box-shadow: 0 0.2rem 0.3rem -0.1rem #000000ee;*/
		}
		#HeaderMenu > ul > li > ul > li { /* SUBMENU MENU ITEM */
			display: block;
			font-size: 1rem;
			line-height: 2.2rem;
			position: relative;
			cursor: default;
			white-space: nowrap;
			padding-left: calc(0.90rem - 2px);
			padding-right: calc(0.90rem - 2px);
			white-space: nowrap !important;
			color:var(--Header_SubMenu_Buttons_Text) !important;
			background-color:var(--Header_SubMenu_Buttons_Background) !important;
			border-bottom: 1px solid var(--Header_Menu_Buttons_Background_Hover);
		}
		#HeaderMenu > ul > li > ul > li:last-child {
			border-bottom:0;
		}
		#HeaderMenu > ul > li > ul > li:HOVER { /* SUBMENU MENU ITEM */
			color:var(--Header_SubMenu_Buttons_Text_Hover) !important;
			background-color:var(--Header_SubMenu_Buttons_Background_Hover) !important;
		}
		#HeaderMenu > ul > li > ul > li A { /* SUBMENU MENU ITEM LINKED */
			font-size: 0.775rem;
			font-weight: 500;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 1.8rem;
			padding-left: calc(0.90rem - 2px);
			padding-right: calc(0.90rem - 2px);
			margin-left: calc(-0.90rem - 2px);
			/*margin-right: calc(-0.75rem - 2px);*/
			display: block;
			color:var(--Header_SubMenu_Buttons_Text) !important;
			background-color:var(--Header_SubMenu_Buttons_Background) !important;
			overflow: hidden;
		}
		#HeaderMenu > ul > li > ul > li A:HOVER {
			color:var(--Header_SubMenu_Buttons_Text_Hover) !important;
			background-color:var(--Header_SubMenu_Buttons_Background_Hover) !important;
		}

		#HeaderMenu > ul > li:HOVER ul,
		#HeaderMenu > ul > li ul:HOVER {
			visibility: visible;
			opacity: 1;
			display: block;
		}

		#xxHeaderMenu ul li ul li {
			clear: both;
			width: 100%;
		}

		#HeaderMenu > ul > li > ul {
		    display:grid !important;
		    grid-template-columns: 9rem 9rem 9rem;
		}
		#HeaderMenu > ul > li > ul.single-column{
		    grid-template-columns: 9rem;
		}


	}

/*	----------------------------------------------------------------------------- */
/*	DESKTOP da 782 a 1023 (100% + zoom)
/*	----------------------------------------------------------------------------- */
	@media screen and (min-device-width: 770px) and (max-device-width: 1015px) {

		#Header {
			left: 0;
			width:100%;
			margin-left: unset;
			width:100%;
		}
		#Header > .Inner {
			width:calc(100% - 34px);
		}

	}

/*	----------------------------------------------------------------------------- */
/*	DESKTOP da 1016px (fixed font)
/*	----------------------------------------------------------------------------- */
	@media screen and (min-device-width: 1016px) {



	}

