#contatti2 {
/* margin top mi serve per far scvendere il div sotto il menu link che è fisso */
	margin-top: 60px;
	
       clear: both;
       float: left;
       margin-left: 0;
       width: 100%;
       display: block;
}
#contatti1 {
	   display: none;
}
#contatti3 {
       display: none;
}
#contattiCentro1 {
       clear: both;
       float: left;
       margin-left: 0;
       width: 35%;
       display: block;
}
#contattiCentro2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 60%;
	display: block;
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: none;
	color: #000;
}	 
}

/* Layout tablet: da 481 px a 768 px. Eredita stili da: Layout mobile. */

@media only screen and (min-width: 481px) {
 
#contatti2 {
				/* margin top mi serve per far scvendere il div sotto il menu link che è fisso */
	margin-top: 60px;
	
       clear: both;
       float: left;
       margin-left: 0;
       width: 100%;
       display: block;
}
#contatti1 {
	   display: none;
}
#contatti3 {
       display: none;
}
#contattiCentro1 {
       clear: both;
       float: left;
       margin-left: 0;
       width: 30%;
       display: block;
}
#contattiCentro2 {
       clear: none;
       float: left;
       margin-left: 0;
       width: 65%;
       display: block;
}
#partner {
	/* margin top mi serve per far scvendere il div sotto il menu link che è fisso */
	margin-top: 60px;
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-image: url(img/partnerT.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#partnerM {
display: none;
}
#partner1 {
	margin-top: 100px;
	clear: none;
	float: left;
	margin-left: 5%;
	width: 45%;
	height: 150px;
	display: block;
	background-color: #222;
	text-align: center;
}
#partner2 {
	margin-top: 100px;
	clear: none;
	float: left;
	margin-left: 0;
	width: 45%;
	height: 150px;
	display: block;
	text-align: left;
	background-image:url(img/sf-bianco-70.png)
}
#partner3 {
	margin-top: 100px;
	clear: none;
	float: left;
	margin-left: 5%;
	width: 45%;
	height: 150px;
	display: block;
	text-align: right;
    background-image:url(img/sf-bianco-70.png)
}
#partner4 {
    margin-top: 100px;
	clear: none;
	float: left;
	margin-left: 0;
	width: 45%;
	height: 150px;
	display: block;
	text-align: center;
	background-color: #222; 
}
#partner5 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 45%;
	height: 150px;
	display: block;
	background-color: #222;
	text-align: center;
}
#partner6 {
	clear: none;
	float: left;
	width: 45%;
	height: 150px;
	display: block;
	text-align: left;
    background-image:url(img/sf-bianco-70.png)
}
#partner7 {
	clear: none;
	float: left;
	margin-left: 5%;
	width: 45%;
	height: 150px;
	display: block;
	text-align: right;
	background-image:url(img/sf-bianco-70.png)
}
#partner8 {
	clear: none;
	float: left;
	width: 45%;
	height: 150px;
	display: block;
	text-align: center;
	background-color: #222; 
}
}

/* Layout desktop: da 769 px a 1232 px max.  Eredita stili da: Layout mobile e Layout tablet. */

@media only screen and (min-width: 769px) {

#contatti2 {
	/* margin top mi serve per far scvendere il div sotto il menu link che è fisso */
	margin-top: 100px;
	clear: none;
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
	text-align: center;
}
#contatti1 {
			/* margin top mi serve per far scvendere il div sotto il menu link che è fisso */
	margin-top: 100px;
    clear: both;
	float: left;
	margin-left: 0;
	width: 16%;
	display: block;
}
#contatti3 {
			/* margin top mi serve per far scvendere il div sotto il menu link che è fisso */
	margin-top: 100px;
	clear: none;
	float: left;
	margin-left: 0;
	width: 14%;
	display: block;
}
#contattiCentro1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
}
#contattiCentro2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
	text-align: left;
}
}
