
/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
audio, canvas, img, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
/* reset normalize */
ol, ul {
	padding: 0;
	margin: 0;
}
/*questo sotto non somma il padding*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus {
	outline: none;
}

/* ==========================================================================
   STILI SITO
   ========================================================================== */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 30px;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
}
a {
	color: #97bf0d;
}
h1 {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	font-weight: 300;
}

h2 {
	color: #002c5a;
	font-size: 26px;
	margin: 10px 0;
	font-weight: 700;
	font-style: italic;
}


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
section {
	padding: 50px 0 ;
	background: #fff;
}
.pulsante-negativo {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 8px;
	border: solid 1px #fff;
	color: #fff;
	text-decoration: none;
	padding: 10px 40px;
}


/* HEADER
--------------------------------------------------------------- */
header {
	padding: 10px 25px;
	border-bottom: 1px solid #ebebeb;

}
header .flex{
	 justify-content: space-between;
	align-items: center;
}
header h1{
	font-size: 15px;
	line-height: 15px;
	margin: 0;
}

/* HOME
--------------------------------------------------------------- */
article{
	flex: 0 1 46%;
	margin: 0 2% 30px 2%;
	border: solid 1px #ccc;
}
.social{
	text-align: center;
	margin: 40px 5%;
	
}
.social img{
	flex: 0 1 auto;
	padding: 0 20px;}
	
	
	.social strong{
		font-size: 20px;

}
.social a{
	display: inline-block;
	color: #000;

	
}
.social-flex{
	background-color: #c7c7c7;
	padding: 20px 30px;
	width: 100%;
	border-radius: 3px;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	
}

/*  FOOTER 
--------------------------------------------------------------- */
footer {
	background-color: #444;
	padding: 40px;
	font-size: 15px;
	color: #fff;
	text-align: right;
}
footer a{
	color:#fff;
	text-decoration: none;
}

/* Helper classes */

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
 @media only screen and (min-width: 768px) {
	 article{
	flex: 0 1 21%;
	margin: 0 2% 40px 2%;
	border: solid 1px #ccc;
}
}
 @media only screen and (min-width: 1366px) {
.wrapper {
	width: 1300px;
	margin: 0 auto;
}
	 	
}

