@charset "utf-8";

/* ------------------------------------------------------------------------------------------ */
/* Titoli */
/* ------------------------------------------------------------------------------------------ */
h1,h2,h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
}
h4,h5,h6 {
    font-weight: 600;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
h1 { font-size: 48px; line-height: 48px; margin-bottom: 12px !important;}
h2 { font-size: 30px; line-height: 36px; margin-bottom: 12px !important;}
h3 { font-size: 24px; line-height: 30px; margin-bottom: 12px !important;}
h4 { font-size: 11px; line-height: 20px; margin-bottom: 8px !important;}
h5 { font-size: 11px; line-height: 20px; margin-bottom: 8px !important;}
h6 { font-size: 11px; line-height: 20px; margin-bottom: 8px !important;}

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}

p {
	margin-bottom: 10px;
}
em { color: #999 }