/* -------------------------- IMPORTO FONT ----------------------------- */
@font-face {
    font-family: 'segoe_uiregular';
    src: url('fonts/segoeui-webfont.eot');
    src: url('fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeui-webfont.woff2') format('woff2'),
         url('fonts/segoeui-webfont.woff') format('woff'),
         url('fonts/segoeui-webfont.ttf') format('truetype'),
         url('fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'myriad_prolight';
    src: url('fonts/myriadpro-light-webfont-webfont.eot');
    src: url('fonts/myriadpro-light-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-light-webfont-webfont.woff2') format('woff2'),
         url('fonts/myriadpro-light-webfont-webfont.woff') format('woff'),
         url('fonts/myriadpro-light-webfont-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-light-webfont-webfont.svg#myriad_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}



.txt{
	font-size: 1.167em;
	line-height: 1.5714em;
	word-spacing: -1px;
	color: #333;
}
.tit_head{
	font-family: segoe_uiregular;
	font-size: 2em;
	color: #002C5E;
}





/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width: 800px) {
	
	.tit_boxHome,.tit_boxLogin{
		font-family: myriad_prolight;
		font-size: 3.0em;
		line-height: 3.2em;
		color: #FFFFFF;
		border-bottom: 0px;
	}
	.tit_boxLogin{
		line-height: 1.5em;
	}
	.tit_boxInterni{
		font-family: myriad_prolight;
		font-size: 2em;
		line-height: 1.8em;
		border-bottom: 0px;
	}
}
/* Other ----------- */
@media only screen and (min-device-width: 801px){
	
	.tit_boxHome,.tit_boxLogin{
		font-family: myriad_prolight;
		font-size: 1.5em;
		color: #FFFFFF;
	}
	.tit_boxInterni{
		font-family: myriad_prolight;
		font-size: 2.1em;
		line-height: 1.7em;
		border-bottom: 0px;
	}
}



.tit_boxInterni.black{ color: #111111; }
.tit_boxHome.black{ color: #111111; }
.tit_boxLogin.black{ color: #111111; }
.tit_boxHome.grey{ color: #4C4C4C; }
.tit_boxLogin.grey{ color: #4C4C4C; }
.tit_boxLogin.blue{ color: #002C5E; }


.txt{
	font-family: myriad_prolight;
	font-size: 1em;
	color: #111111;
}

.txt.medium{
	font-size: 1.5em;
}
.red{color: #FF0000;}
.green{color: #008000;}
.white{color: #FFFFFF;}
.blue{color: #002c5e;}

.dx{text-align: right;}

a{cursor: pointer;}

a.link_file{
	font-family: myriad_prolight;
	font-size: 1.25em;
	color: #111111;
	text-decoration: none;
}
a.link_file:hover{
	color: #999999;
	text-decoration: none;
}

a.link.logout{
	font-family: myriad_prolight;
	font-size: 1.35em;
	line-height: 1.38em;
	color: #002C5E;
	text-decoration: none;
}
a.link.small{
	font-family: myriad_prolight;
	font-size: 1.25em;
	color: #111111;
	text-decoration: none;
}
a.link.small.white{
	color: #fff;
}
a.link.file:hover{
	color: #999999;
	text-decoration: none;
}
	
/* ------------------------------ clock - orologio piede ----------------------- */
.txt_clock{
	font-family: myriad_prolight;
	/*font-size: 3.70em;*/
	font-size: 45px;
	color: #FFFFFF;
}
/*.txt_clock.date{ font-size: 1.55em; line-height: 1.2em; }*/
.txt_clock.date{ font-size: 20px; line-height: 22px; }