	* {

	/*	COLOR PALETTE IN ORDINE DI IMPORTANZA */
		--MainColor: #00a0db; /* Originale #00a9e7; */
		--MainColorHover: #00729C;

		--SecondColor: #E87800;
		--SecondColorHover: #9C6B38;

		--BannerBackgroundEmpty: #f0f0f0;

	/*	PAGINA */
		--Page_Background_Color: #ffffff;
		--Page_Title_Color: #333333;
		--Page_Text_Color: #333333;
		--Link_Text_Color: var(--MainColor);

	/*	LOGHI */
		--Logo_Light: url(/images/logo/website_white.png);
		--Logo_Dark: url(/images/logo/website_black.png);
		--Logo_Color: url(/images/logo/website_color.png);

	/*	FONTS */
		--Font_Normal: "Fira Sans","Roboto","Arial","Helvetica";
		--Font_Condensed: "Fira Sans Condensed","Roboto Condensed","Arial Narrow","Helvetica Condensed";

	/*	HEADER */
		--Header_Background_Color: #ffffff;
		--Header_Background_Border_Color: #cccccc;
		--Header_Text_Color: #333333;

		--Header_Font: var(--Font_Normal);
		--Header_Search_Box_Font: var(--Font_Normal);
		--Header_Menu_Font: var(--Font_Normal);

		--Header_Menu_Buttons_Text: #7e7e7e;
		--Header_Menu_Buttons_Background: transparent;
		--Header_Menu_Buttons_Text_Hover: #222222;
		--Header_Menu_Buttons_Background_Hover: #e5e5e5;

		--Header_SubMenu_Background: #ffffff;
		--Header_SubMenu_Buttons_Text: #222222;
		--Header_SubMenu_Buttons_Background: transparent;
		--Header_SubMenu_Buttons_Text_Hover: #222222;
		--Header_SubMenu_Buttons_Background_Hover: #f0f0f0;

	/*	FOOTER */
		--Footer_Background: #dddddd;
		--Footer_Text_Color: #444444;
		--Footer_Text_Font_Size: 0.9rem;
		--Footer_Titles_Font_Size: 1.5rem;
		--Footer_Link_Color: #4281bf;
		--Footer_Link_Underline: underline;
		--Footer_Logo_Height: 2rem;

	/*	SCROLLBARS */
		--Scrollbars_Width: 0.6rem;
		--Scrollbars_Color: var(--MainColor);
		--Scrollbars_Background:#dddddd;

	/*	ROTOR 
		--Rotor_OffsetTop: 6rem;
		--Rotor_MaxWidth:unset;
		--Rotor_MaxHeight:unset; */

	/*	VARIANTE PER ROTOR PIU PICCOLO E CENTRATO */
		--Rotor_OffsetTop: 9rem;
		--Rotor_MaxWidth:70rem;
		--Rotor_MaxHeight:30rem; 

	}