@charset "iso-8859-1";
/* CSS Document */
*{
	margin:0;
	padding:0;
	/*TOGLIE OVER DEI DISPOSITIVI TOUCH*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html{
	width:100%;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	font-family: 'Roboto', Arial;
	color:#4b5457;
	font-size:16px;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
}

img{
	border:0;
	font-size:1px; 
	color:#f6f6f6;
}

ul{
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.txtL{
	text-align:left !important;
}
.txtR{
	text-align:right !important;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}

/* CUFON */
.cfText10 {
	font-family: 'Roboto Bold', Arial;
	font-size: 10px;
	font-weight:700;
}
.cfText11 {
	font-size: 11px;
	font-weight:700;
}
.cfText12 {
	font-family: 'Roboto Bold', Arial;
	font-size: 12px;
	font-weight:700;
}
.cfText14 {
	font-size: 14px;
	font-weight:300;
}
.cfText14B {
	font-size: 14px;
	font-weight:700;
}
.cfText16 {
	font-family: 'Roboto Light', Arial;
	font-size: 16px;
	font-weight:300;
}
.cfText16B {
	font-family: 'Roboto Bold', Arial;
	font-size: 16px;
	font-weight:700;
}
.cfText18 {
	font-size: 18px;
	font-weight:300;
}
.cfText18B {
	font-size: 18px;
	font-weight:700;
}
.cfText22 {
	font-family: 'Roboto Light', Arial;
	font-size: 22px;
	font-weight:300;
}
.cfText22B {
	font-family: 'Roboto Bold', Arial;
	font-size: 22px;
	font-weight:700;
}
.cfText24 {
	font-size: 24px;
	font-weight:300;
}
.cfText24B {
	font-size: 24px;
	font-weight:700;
}
.cfText26 {
	font-family: 'Roboto Light', Arial;
	font-size: 26px;
	font-weight:300;
}
.cfText26B {
	font-family: 'Roboto Bold', Arial;
	font-size: 26px;
	font-weight:700;
}
.cfText32 {
	font-family: 'Roboto Light', Arial;
	font-size: 32px;
	font-weight:300;
}
.cfText32B {
	font-family: 'Roboto Bold', Arial;
	font-size: 32px;
	font-weight:700;
}
.cfText36 {
	font-family: 'Roboto Light', Arial;
	font-size: 36px;
	font-weight:300;
}
.cfText48 {
	font-size: 48px;
	font-weight:400;
}

/* -------------- LINK ------------------------ */

a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #90d1d1;
}
.DIV_contact a, .DIV_contact a:link, .DIV_contact a:active, .DIV_contact a:visited, .DIV_contact a:hover {
	text-decoration: none;
	color: #ffffff;
	cursor:default;
}
.DIV_contact a:hover {
	color: #ffffff;
	cursor:default;
}

a.mail, a.mail:link, a.mail:active, a.mail:visited, a.mail:hover {
	text-decoration: none;
	color: #90d1d1 !important;
}
a.mail:hover {
	color: #ffffff !important;
}

a.footer, a.footer:link, a.footer:active, a.footer:visited, a.footer:hover {
	text-decoration: none;
	color: #9E9E9E !important;
}
a.footer:hover {
	color: #ffffff !important;
}

/* -------------- LINK ------------------------ */

.bgBlack {
	background-color: #000;
}
.bgWhite {
	background-color: #FFF;
}
.bgBlue {
	background-color: #004084;
}
.bgYellow {
	background-color: #ffdd00;
}
.bgOrange{
	background-color: #db694a;	
}
.bgRed{
	background-color: #E2100A;	
}
.bgGreen {
	background-color: #7ab51d;
}
.bgGreen2 {
	background-color: #b0d200;
}
.bgCyan {
	background-color: #6baddb;
}
.bgCyan2 {
	background-color: #0070b8;
}
.bgCyan3 {
	background-color: #0081c7;
}
.bgCyan4 {
	background-color: #005d9b;
}
.bgViolet {
	background-color: #8b5bb2;
}
/* grigio base */
.bgGrey {
	background-color: #f6f6f6;
}
.bgGrey1 {
	background-color: #eceded;
}
.bgGrey2 {
	background-color: #58585a;
}
.bgGrey3 {
	background-color: #dcdcdd;
}
.bgGrey4 {
	background-color: #f7f7f7;
}
.bgAlpha2 {
	background-color: rgba(255,255,255,0.3);
	background-repeat: repeat;
}
.bgAlpha4 {
	background-color: rgba(255,255,255,0.5);
	background-repeat: repeat;
}
.bgAlpha6 {
	background-color: rgba(255,255,255,0.7);
	background-repeat: repeat;
}
.bgAlpha8 {
	background-color: rgba(255,255,255,0.9);
	background-repeat: repeat;
}
.bgIMGGrey{
	background-image: url(BG_grey_50.png);
	background-repeat: repeat-x;
	background-size:1px 468px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.bgAlpha4 {
		background-image: none;
		background-color:rgba(255,255,255,0.4);
	}
	.bgAlpha6 {
		background-image: none;
		background-color:rgba(255,255,255,0.6);
	}
	.bgAlpha8 {
		background-image: none;
		background-color:rgba(255,255,255,0.8);
	}
}

/* titolo */
.colorWhite {
	color:#FFF;
}
.colorBlack {
	color:#000;
}
.colorDark{
	color:#9b9b9b;
}
.colorGreen{
	color:#7ab51d;	
}
.colorYellow{
	color:#ffdd00;	
}
.colorCyan{
	color:#6baddb;
}
.colorOrange{
	color:#ff7a56;
}
.colorOrange2{
	color:#db694a;	
}
.colorBlue {
	color: #003677;
}
.colorRed{
	color:#e2001a;	
}
.colorViolet{
	color:#8b5bb2;	
}

.colorGrey {
	color:#707173;
}
.colorGrey1 {
	color:#9c9e9f;
}
.colorGrey2 { /* 15pt label */
	color:#eceded;
}
.colorGrey3 {
	color:#222222;
}
.colorGrey4 {
	color:#757575;
}
.colorGrey5 {
	color:#c5c5c5;
}
.colorGrey6 {
	color:#333;
}
.colorBeige {
	color:#817573;
}

.imgbutton{
	opacity:0.25;
	filter:alpha(opacity=25); /* For IE8 and earlier */	
}
.imgbutton:hover{
	opacity:0.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */	
	background-color: #dedfdf !important;
}

.imgbutton_on{
	opacity:1.00;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
}
.imgbutton_on:hover{
	opacity:1.00;
	filter:alpha(opacity=100); /* For IE8 and earlier */	
	background-color: #dedfdf !important;
}
