DIV.header {
	width:100%;
	height:100px;
	display: block;
	background-color:#000000;
	color:white;
}
DIV.headlogotext {
	width:950px;
	height:100px;
	margin: 0 auto;	
	padding: 33 0 0 0;
	display:block;
}
DIV.header * {
	background-color:#000000;
	color:white;
}
DIV.printheader {
	width:100%;
	height:50px;
	display:block;
	background-color:white;
	color:#000000;
}
DIV.printheader * {
	background-color:white;
	color:#000000;
}

/*
	PULSANTI EMOTIVE (col bordo tagliato)
*/

.ee-w92    { width:92px; }       .ee-big.ee-w92 > *   { width:83px; }       .ee-medium.ee-w92 > *   { width:83px; }       .ee-small.ee-w92 > *    { width:84px; }
.ee-w150   { width:150px; }      .ee-big.ee-w150 > *  { width:141px; }      .ee-medium.ee-w150 > *  { width:141px; }      .ee-small.ee-w150 > *   { width:142px; }
.ee-w151   { width:151px; }      .ee-big.ee-w151 > *  { width:142px; }      .ee-medium.ee-w151 > *  { width:142px; }      .ee-small.ee-w151 > *   { width:143px; }
.ee-w180   { width:180px; }      .ee-big.ee-w180 > *  { width:171px; }      .ee-medium.ee-w180 > *  { width:171px; }      .ee-small.ee-w180 > *   { width:172px; }
.ee-w192   { width:192px; }      .ee-big.ee-w192 > *  { width:183px; }      .ee-medium.ee-w192 > *  { width:183px; }      .ee-small.ee-w192 > *   { width:184px; }
.ee-w200   { width:200px; }      .ee-big.ee-w200 > *  { width:191px; }      .ee-medium.ee-w200 > *  { width:191px; }      .ee-small.ee-w200 > *   { width:192px; }
.ee-w250   { width:250px; }      .ee-big.ee-w250 > *  { width:241px; }      .ee-medium.ee-w250 > *  { width:241px; }      .ee-small.ee-w250 > *   { width:242px; }
.ee-w300   { width:300px; }      .ee-big.ee-w300 > *  { width:291px; }      .ee-medium.ee-w300 > *  { width:291px; }      .ee-small.ee-w300 > *   { width:292px; }
.ee-wn100  { min-width:100px; }  .ee-big.ee-wn100 > * { min-width:91px; }   .ee-medium.ee-wn100 > * { min-width:91px; }   .ee-small.ee-wn100 > *  { min-width:92px; }
.ee-wn180  { min-width:180px; }  .ee-big.ee-wn180 > * { min-width:171px; }  .ee-medium.ee-wn180 > * { min-width:171px; }  .ee-small.ee-wn180 > *  { min-width:172px; }
.ee-wx180  { max-width:180px; }  .ee-big.ee-wx180 > * { max-width:171px; }  .ee-medium.ee-wx180 > * { max-width:171px; }  .ee-small.ee-wx180 > *  { max-width:172px; } 

.ee-button {
	display: inline-block;
	margin: 0px;
	overflow:hidden;
    border: none;
    outline: none;
    background: none;
    padding: 0;	
    cursor: default;
	border-collapse: collapse;
	box-shadow: none;
	box-sizing: border-box;
	border-image-width: 0px;
}
	
	
.ee-button:not([disabled]) {
    cursor: pointer;
}
.ee-button:disabled, .ee-button.em-disabled {
    opacity: 0.4;
}
.ee-button > DIV:first-child {
	height:100%;
	vertical-align: top;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;
}
.ee-button > DIV:first-child > DIV {
	display: inline-block;
	font-family: EmotiveSans;
	font-weight: 600; 
	text-align: center;
	line-height:1em !important;
}
.ee-button > DIV:last-child {
	height:100%;
	vertical-align: top;
	display: inline-block;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.ee-button.ee-small {
	height:24px;
	font-size: 10px;
}
.ee-button.ee-medium {
	height:30px;
	font-size: 10px;
}
.ee-button.ee-big {
	height:30px;
	font-size: 10px;
}

.ee-button.ee-small .ee-button-arrow {
	height:9px;margin-left:6px;margin-top:1px;margin-right:0px;margin-bottom:0px;vertical-align:top;
}
.ee-button.ee-medium .ee-button-arrow {
	height:10px;margin-left:6px;margin-top:1px;margin-right:0px;margin-bottom:0px;vertical-align:top;
}
.ee-button.ee-big .ee-button-arrow {
	height:10px;margin-left:6px;margin-top:1px;margin-right:0px;margin-bottom:0px;vertical-align:top;
}

.ee-button.ee-small > DIV:first-child {
	padding-left: 6px;
	padding-right: 2px;
}
.ee-button.ee-medium > DIV:first-child {
	padding-left: 7px;
	padding-right: 2px;
}
.ee-button.ee-big > DIV:first-child {
	padding-left: 7px;
	padding-right: 2px;
}

.ee-button.ee-black > DIV:first-child {
	background: #000000;
	color: #ffffff;
}
.ee-button.ee-small.ee-black > DIV:last-child {
	width:8px;
	min-width:8px;
	max-width:8px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%22100%22%20viewBox%3D%220%200%208%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L8%208V100H0V0Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button.ee-medium.ee-black > DIV:last-child {
	width:9px;
	min-width:9px;
	max-width:9px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button.ee-big.ee-black > DIV:last-child {
	width:9px;
	min-width:9px;
	max-width:9px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-black > DIV:first-child {
	background: #5E616A;
}
.ee-button:hover:not([disabled]).ee-small.ee-black > DIV:last-child {
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%22100%22%20viewBox%3D%220%200%208%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L8%208V100H0V0Z%22%20fill%3D%22%235E616A%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-medium.ee-black > DIV:last-child {
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%235E616A%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-big.ee-black > DIV:last-child {
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%235E616A%22%2F%3E%3C%2Fsvg%3E );
}

.ee-button.ee-green > DIV:first-child {
	background: #00F890;
	color: #000000;
}
.ee-button.ee-small.ee-green > DIV:last-child {
	width:8px;
	min-width:8px;
	max-width:8px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%22100%22%20viewBox%3D%220%200%208%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L8%208V100H0V0Z%22%20fill%3D%22%2300F890%22%2F%3E%3C%2Fsvg%3E );}
.ee-button.ee-medium.ee-green > DIV:last-child {
	width:9px;
	min-width:9px;
	max-width:9px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%2300F890%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button.ee-big.ee-green > DIV:last-child {
	width:9px;
	min-width:9px;
	max-width:9px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%2300F890%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-green > DIV:first-child {
	background: #24BE85;
}
.ee-button:hover:not([disabled]).ee-small.ee-green > DIV:last-child {
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%22100%22%20viewBox%3D%220%200%208%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L8%208V100H0V0Z%22%20fill%3D%22%2324BE85%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-medium.ee-green > DIV:last-child {
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%2324BE85%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-big.ee-green > DIV:last-child {
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%209V100H0V0Z%22%20fill%3D%22%2324BE85%22%2F%3E%3C%2Fsvg%3E );
}


.ee-button.ee-outline-black > DIV:first-child {
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 1px 1px;
}
.ee-button.ee-small.ee-outline-black > DIV:last-child {
	width:8px;
	min-width:8px;
	max-width:8px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%22100%22%20viewBox%3D%220%200%208%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L8%207L8%20100L7%20100L7%207L0%201%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E );
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.ee-button.ee-medium.ee-outline-black > DIV:last-child {
	width:9px;
	min-width:9px;
	max-width:9px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%208L9%20100L8%20100L8%208L0%201%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E );
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.ee-button.ee-big.ee-outline-black > DIV:last-child {
	width:9px;
	min-width:9px;
	max-width:9px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%208L9%20100L8%20100L8%208L0%201%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E );
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.ee-button:hover:not([disabled]).ee-outline-black > DIV:first-child {
	color: #5E616A;
	border-color: #5E616A;
}
.ee-button:hover:not([disabled]).ee-small.ee-outline-black > DIV:last-child {
	border-color: #5E616A;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%22100%22%20viewBox%3D%220%200%208%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L8%207L8%20100L7%20100L7%207L0%201%22%20fill%3D%22%235E616A%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-medium.ee-outline-black > DIV:last-child {
	border-color: #5E616A;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%208L9%20100L8%20100L8%208L0%201%22%20fill%3D%22%235E616A%22%2F%3E%3C%2Fsvg%3E );
}
.ee-button:hover:not([disabled]).ee-big.ee-outline-black > DIV:last-child {
	border-color: #5E616A;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%22100%22%20viewBox%3D%220%200%209%20100%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20id%3D%22Rectangle%22%20d%3D%22M0%200L9%208L9%20100L8%20100L8%208L0%201%22%20fill%3D%22%235E616A%22%2F%3E%3C%2Fsvg%3E );
}

/*
	FINE PULSANTI EMOTIVE (col bordo tagliato)
*/

.em-LinkUnderline, .em-LinkUnderline:link, .em-LinkUnderline:visited {
	text-decoration: underline ;
}
.em-LinkNoUnderline, .em-LinkNoUnderline:link, .em-LinkNoUnderline:visited {
	text-decoration: none ;
}
.em-LinkGreenOnBlack, .em-LinkGreenOnBlack:link, .em-LinkGreenOnBlack:visited {
	color: #00F890 ;
}
.em-LinkGreenOnBlack:hover, .em-LinkGreenOnBlack:active {
	color: #C4FAE1 ;
}
.em-LinkWhiteOnBlack, .em-LinkWhiteOnBlack:link, .em-LinkWhiteOnBlack:visited {
	color: #FFFFFF ;
}
.em-LinkWhiteOnBlack:hover, .em-LinkWhiteOnBlack:active {
	color: #00F890 ;
}
.em-LinkGreenOnWhite, .em-LinkGreenOnWhite:link, .em-LinkGreenOnWhite:visited {
	color: #24BE85 ;
}
.em-LinkGreenOnWhite:hover, .em-LinkGreenOnWhite:active {
	color: #478279 ;
}
.em-LinkBlackOnWhite, .em-LinkBlackOnWhite:link, .em-LinkBlackOnWhite:visited {
	color: #000000 ;
}
.em-LinkBlackOnWhite:hover, .em-LinkBlackOnWhite:active {
	color: #478279 ;
}


FOOTER {
	font-size: 12px;
	color: #FFFFFF;
}

.em-SocialIcon {
	margin-left: 13px;
}


/*
	Menu
*/
.em-menu-base {
	width: 70px; /*98px*/
	height: 36px;
	background-color: #FFFFFF;
	border-color:#ff0000;
	border-style: hidden; 
	border-width: 0;
}
.em-menu-base > A {
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
}
.em-menu-base.em-menu-enabled > A:hover, .em-menu-enabled > A:active {
	color: #478279;
}
.em-menu-base.em-menu-selected {
	background-color: #E7FDF3;
}
.em-menu-base.em-menu-selected > A, .em-menu-selected > A:visited {
	color: #478279;
}
.em-menu-base.em-menu-disabled {
}
.em-menu-base.em-menu-disabled > A, .em-menu-disabled > A:visited {
	color: #B5B9C7;
}
.em-menu-base.em-menu-selected {
	/*background-color: #E7FDF3;*/
	background-color: #C4FAE1;
}
.em-menu-base.em-menu-promo {
}
.em-menu-base.em-menu-promo > A, .em-menu-promo > A:visited {
	color: #EF4765;
}

.em-footmenu, .em-footmenu:link, .em-footmenu:visited {
	white-space: nowrap;
	background-color: #000000;
	border-color:#ff0000;
	border-style: hidden; 
	border-width: 0;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 20px;
}
.em-footmenu:hover, .em-footmenu:active {
	color: #00F890;
}

















.em-menu-lingua {
	width: 114px;
	height: 36px;
	text-align: right;
	background-color: #FFFFFF;
	border-color:#FFFFFF;
	border-style: hidden; 
	border-width: 1px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
}

.em-menu-lingua IMG {
    vertical-align: top;
	margin-top:-2px;
}
.em-lng-dropdown-button {
  cursor: pointer;
}

.em-lng-dropdown-button:hover, .em-lng-dropdown-button:focus {
  color: #478279;
}

.em-lng-dropdown {
  position: relative;
  display: inline-block;
}

.em-lng-dropdown-content {
  display: none;
  position: absolute;
  text-align: left;
  right: 0;
  background-color: #F3F3F7;
  min-width: 90px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.em-lng-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.em-lng-dropdown a:hover {
	background-color: #C4FAE1;
	color: #478279;
}

.em-lng-dropdown-show {display: block;}





.ee-icon-chart {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url( data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.00093%2010H28.0009V24H10.0009L4.00094%2018L4.00094%206.16005L1.71094%203.8698L4.54094%201.0498L8.00094%204.4998L8.00093%2010ZM10.4853%2016L12.4853%2018H22V16H10.4853Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M14%2028.5C14%2029.8807%2012.8807%2031%2011.5%2031C10.1193%2031%209%2029.8807%209%2028.5C9%2027.1193%2010.1193%2026%2011.5%2026C12.8807%2026%2014%2027.1193%2014%2028.5Z%22%20fill%3D%22black%22%2F%3E%3Cpath%20d%3D%22M25%2028.5C25%2029.8807%2023.8807%2031%2022.5%2031C21.1193%2031%2020%2029.8807%2020%2028.5C20%2027.1193%2021.1193%2026%2022.5%2026C23.8807%2026%2025%2027.1193%2025%2028.5Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E ) ;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-origin: border-box
	
}