/* Style dei font */

.style16 {font-size: 16px; 	color: #000; }
.style24 {font-size: 18px; 	color: #000; }
.style25 {font-size: 22px; 	color: #000; }
.style26 {font-size: 20px; 	color: #666; font-family: "arial"}
.style28 {font-size: 15px; 	color: #ffffff; }
.style29 {font-size: 10px; 	color: #999999; }
.style39 {font-size: 32px;	color: #666; }
.style40 {font-size: 12px; 	font-style: italic;	color: #993300; }


* {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	color: #333;
	font-size: 17px;
	padding-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	text-decoration: underline;
}

a:hover {
	color: none;
}

p {
	margin-bottom: 16px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 1px;
	padding-bottom: 1px;
	}

h1 {
	font-size: 28px;
}

h2 {
	font: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

/* Images set to 100% width */

img {
	float: left;
	padding-bottom: 8px;
	width: 100%;
}



/* Style dei link */

a:link{text-decoration:none;font-weight: color=#333333 }
a:visited{text-decoration:none;font-weight: color: #666666 }
a:active{text-decoration:none;font-weight:color=#666666 }
a:hover{
	text-decoration: underline;
	text-align: float;
	color: #blue;
}


.intro {
	height: 100%;
	color: #333;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
}


/* Style all font awesome icons */



.fa {
  padding: 12px;
  font-size: 22px;
  width: 18px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}






section {
  max-width: 100%;
}

details {
	background: green;
	color: #FFF;
	padding: 15px;
	margin-bottom: 4px;
	border-radius: 25px;
	font-size: 16px;
}

summary {
  cursor: pointer;
  font-weight: 400;
  font-size: 1.2em;
}





/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: pink;
}


.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #ff4500;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-skype {
  background: #00aff0;
  color: white;
}


