 
/*	-------------------------------------------------------------------------- */
/*	Mobile
/*	-------------------------------------------------------------------------- */
	@media screen and (max-width: 440px) {

		#Header {
			user-select: none;
			position:fixed;
			left:0px;
			top:0px;
			display: block;
			align-items: center;
        	justify-content: center;
			width:100%;
			height:4rem;
			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;
		}

		#Header .Inner {
			display: flex;
	        position: relative;
	        width: 90%;
	        height: 4rem;
	        align-items: center;
	        justify-content: space-between;
	        margin-left: auto;
	        margin-right: auto;
		}

		#Header .Inner .Logo {
			display: block;
		}

		#Header .Inner .Logo IMG {
			height: 2.5rem;
		}

		#Header .Inner #MenuMobileDropDown {
			display: none;
			position: fixed;
			left: 0;
			top: 4rem;
			background: var(--Header_Mob_Background_Color);
			width: 100%;
			overflow: hidden;
			overflow-y: auto;
			height: calc(100vh - 4rem);
			overscroll-behavior: contain;
			align-items: center;
		}

		#Header .Inner #ButtonsMenu {
			left: 0;
	        background: #fff;
	        width: 100%;
	        color: #000;
	        position: fixed;
	        top: 4rem;
	        border-bottom:1px solid var(--Header_Background_Border_Color);
			background-color:var(--Header_Background_Color);
		}

		#Header .Inner #ButtonsMenu ul {
			display: flex;
			justify-content: space-around;
			align-items: center;
			width: 100%;
	        list-style: none;
	        margin: 1rem 0;
	        padding: 0;
		}

		#Header .Inner #ButtonsMenu ul li {
			font-size: 0.8rem;
			width: 50%;
			text-align: center;
			display: flex;
			flex-direction: column;
		}

		#Header .Inner #ButtonsMenu ul li span {
			margin: 1rem 0;
        	font-size: 2rem;
		}

		#Header .Inner #ButtonsMenu ul li p {
			padding: 0.5rem 0 0 0;
			margin: 0;
		}

		#Header .Inner #MobileMenu ul {
			width: 9.7rem;
			font-size: 2.5rem;
			padding: 0;
			margin: 0;
			color: #000000;
			display: inline-flex;
			justify-content: space-around;
       		align-items: center;
			line-height: 1em;
			list-style-type: none;
			column-gap: 0;
		}

		#Header .Inner #MobileMenu ul li {
			display: inline-flex;
			align-items: center;
		}

		#Header .Inner #MobileMenu ul li .fa-regular {
			font-weight: 500 !important;
		}

		#Header .Inner #MobileMenu ul li span i, #Header .Inner #MobileMenu ul li a i {
			color: #181818;
			font-size: 1.5rem;
			display: block;
		}

		#MobileMenu ul li:nth-child(2) span i {
			font-size: 1.4rem !important;
		}

		#Header .Inner #MobileMenu ul li #MobileHamburger {

		}

		#Header .Inner #MobileMenu ul li #MobileHamburger i {
			font-size: 1.9rem;
		}

		#Header .Inner #UserMenu {
			display: none;
			position: absolute;
			right: 4.7rem;
			top: 1.15rem;
			font-size: 2rem;
			line-height: 1em;
		}

		#Header .Inner #HeaderMenu {
			display: block;
		}

		#Header #HeaderMenu UL {
			margin:0;
			padding: 0;
			list-style: none;
			list-style-type: none;
			display: block;
		}

		#Header .Inner #MenuMobileDropDown #HeaderMenu #HeaderSubMenu, #LangMenu {
			margin: 0;
			padding: 0;
			display: flex;
			flex-flow: column;
		}

		#Header .Inner #MenuMobileDropDown #HeaderMenu #HeaderSubMenu li, 
		#Header .Inner #MenuMobileDropDown #LangMenu li {
			height: 5rem;
			align-content: center;
			margin: 0;
			padding: 0;
			font-size: 1rem !important;
		}
		#Header .Inner #MenuMobileDropDown #LangMenu li {
			line-height: 1rem;
			height: 1.5rem;
		    text-align: center;
		}

		#Header .Inner #MenuMobileDropDown #LangMenu li:last-child span:first-child {
			padding-right: 3rem;
		}


		#Header .Inner #MenuMobileDropDown #LangMenu li:last-child span:last-child {
			padding-left: 3rem;
		}

		#Header #HeaderStatic {
			display: none;
		}

		#Header .Inner .Flag a img{
	    	height: 2rem;
	    }

		#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 LI,
		#Header #HeaderMenu UL LI UL LI {
			text-align: left;
			font-size: 1.35rem;
			font-weight: 400;
			line-height: 3.5rem;
			color: var(--Palette2);
			padding-left: 1rem;
			padding-right: 1rem;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width:100%;
		}


	/* CSS FORM CERCA */
		#searchForm {
			padding-left: 1rem;
		}

		#cerca {
			padding-left: 1rem;
			font-family: "Montserrat", sans-serif;
			text-align: left;
			height: 2.8rem;
		    background: #f7f7f7;
		    width: 19rem;
		    border: 0;
		    font-size: 1rem;
		    color: #414644;
		    font-weight: 600;
		}

		#button {
			color: #000;
			cursor: pointer;
			margin-left: 0.5rem;
			border: 0;
		    background: transparent;
		    position: absolute;
		    top: 2.4rem;
        	right: 1.5rem;
		}
	/* FINE CSS FORM CERCA */


		#Header #HeaderMenu UL LI UL LI {
			font-size: 1.1rem;
			color: #000;
			border-bottom: 0.01px solid black;
		}

		#Header #HeaderMenu UL LI A,
		#Header #HeaderMenu UL LI UL LI A {
			text-align: left;
			font-size: 1.1rem;
			font-weight: 400;
			color: var(--Palette1);
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			box-sizing: border-box;
			width:100%;
			text-decoration: none;
		}

		#Header #HeaderMenu #HeaderSubMenu LI A {
			color: var(--Palette2);
		}

		.visibile {
			display: block !important;
		}

		#Header #HeaderMenu UL LI UL {
			display: none;
			margin-left: -1rem;
			margin-right: -1rem;
			background: var(--Header_Mob_Background_Color);
		}

		#HeaderMenu UL LI:ACTIVE,
		#HeaderMenu UL LI:FOCUS,
		#HeaderMenu UL LI A:ACTIVE,
		#HeaderMenu UL LI A:FOCUS,
		#HeaderMenu UL LI UL LI:ACTIVE,
		#HeaderMenu UL LI UL LI:FOCUS {
			background-color: var(--Palette1light) !important;
			color: var(--Palette2) !important;
		}
		
		#HeaderMenu UL LI UL LI {
			background-color: #f5f5f5;
		}

		
}




/*	-------------------------------------------------------------------------- */
/*	Desktop  
/*	-------------------------------------------------------------------------- */
	@media screen and (min-width: 441px) {

		#LangMenu {
			display: none !important;
		}
		
		#Header {
			user-select: none;
			position:fixed;
			left:0px;
			top:0px;
			display: block;
			width:100%;
			height:5rem;
			background: #ffffff;
			color:#000000;
			z-index: 9998;
		}

		#Header .Inner {
			display: flex;
			position: relative;
			width: 100%;
			height: 100%;
			flex-direction: row;
    		justify-content: flex-start;
		}

		#Header .Inner .Logo {
			position: relative;
			margin: 0;
		    display: flex;
		    z-index: 1;
		    align-items: center;
		}

		#Header .Inner .Logo IMG {
			position: absolute;
			left: 4.5rem;
			height: 3rem;
		}

		#Header #MobileMenu, #Header #HeaderSubMenu  {
			display: none;
		}

		#HeaderMenu, #HeaderStatic {
			position: absolute;
			right: 1rem;
		}

		#HeaderStatic {
			top: 0.5rem;
		    margin-right: 4.5rem;
		}

		#HeaderMenu {
			bottom: 0.5rem;
			margin-right: 4rem;
		}

		#HeaderMenu ul, #HeaderStatic ul { /* MAIN MENU */
			margin: 0;
			padding: 0;
			list-style: none;
			list-style-type: none;
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 0.7rem;
			text-decoration: none;
		}

		#HeaderMenu ul li, #HeaderStatic ul li { /* MAIN MENU ITEM */
			position: relative;
			line-height: 2rem;
			font-size: 0.775rem;
			font-weight: 500;
			cursor: default;
			color:var(--Header_Menu_Buttons_Text);
			background-color: transparent;
		}

		#HeaderMenu ul li {
			padding: 0px 0.5rem;
			text-transform: uppercase;
			font-size: 0.9rem;
			text-decoration: none;
		}

		#HeaderMenu ul li a, #HeaderStatic ul li a {
			text-decoration: none;
			display: flex;
		}

		#HeaderStatic ul li:last-child {
			background: transparent !important;
			color: #444444 !important;
			box-shadow: unset !important;
		}

		#HeaderStatic ul li span:HOVER {
			text-decoration: underline;
		}

		#HeaderStatic ul li a,
		#HeaderStatic ul li span {
			font-weight: 500;
		}

		#HeaderStatic ul li, 
		#HeaderStatic ul li a,
		#HeaderStatic ul li i, 
		#HeaderStatic ul li a span {
			color: #4d4d4d;
		} 

		#HeaderStatic ul li i {
			padding: 0.3rem 0.5rem;
			line-height: 1.4em;
		    width: auto;
		}

		#HeaderMenu ul li:HOVER, #HeaderStatic ul li:HOVER, #HeaderStatic ul li:HOVER i  {
			background: #000000;
			color:var(--Header_Menu_Buttons_Text_Hover);
			box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.35);
		}

		#HeaderMenu ul li:HOVER > a, #HeaderStatic ul li:HOVER > a {
			color:var(--Header_Menu_Buttons_Text_Hover) !important;
		}


		#HeaderMenu ul li ul { /* SUBMENU */
			box-shadow: 0px 0.1rem 0.4rem rgba(0, 0, 0, 0.35);
			visibility: hidden;
			opacity: 0;
			position: absolute;
			top: 2.0rem;
			left: 0;
			display: none;
			overflow: hidden;
			z-index: 99;
			background-color: #f7f7f7;
		}
		#HeaderMenu ul li:last-child ul { 
			width: 100%;
			left: unset;
			right:0;
		}
		#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: 1rem;
			padding-right: 1rem;
			white-space: nowrap !important;
			color:var(--Header_SubMenu_Buttons_Text);
			background:var(--Header_SubMenu_Buttons_Background);
		}

		#HeaderMenu ul li ul li a {
			color: var(--Header_SubMenu_Buttons_Text);
		}

		#HeaderMenu ul li ul li:hover a {
			color: #ffffff;
			background: #000000;
		}



		#HeaderMenu ul li:HOVER ul,
		#HeaderMenu ul li ul:HOVER {
			visibility: visible;
			opacity: 1;
			display: block;
			min-width: calc(100% - 8px);
		}

		#HeaderMenu ul li ul li {
			text-transform: none;
			font-size: 0.9rem;
			clear: both;
			width: 100%;
		}

		.menu-item.icon-menu-item:before {
   			 padding-right: 6px;
		}


	    #HeaderStatic ul {
	    	list-style-type: none;
	    }

	    #UserMenu, #ButtonsMenu {
	    	display: none;
	    }
	    
	    #google_translate_element, .skiptranslate {
	    	display: none !important;
	    }

	    #Header .Inner .Lang {
	    	padding-right: 0.5rem;
	    }

	    #Header .Inner .Lang a img{
	    	height: 1.3rem;
	    }

	    .LoginButton {
	    	width: 1rem;
	    }


	}

