@charset "utf-8";
/* Contenuto fluido semplice
   Nota: per i contenuti di tipo fluido è necessario rimuovere gli attributi di altezza e larghezza del contenuto dal codice HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */
.ie6 img {
	width:100%;
}

/*
	Proprietà griglia fluida Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Ispirato da "Responsive Web Design" di Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	e Golden Grid System di Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/* Layout mobile: 480 px e inferiori. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90.25%;
	padding-left: 2.375%;
	padding-right: 2.375%;
	clear: none;
	float: none;
}
#div1 {
	width: 100%;
	margin-top: 5%;
	text-align: center;
}
#cont_menu {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-top: 4%;
	margin-bottom: 4%;
}
#cont_image {
	text-align: center;
	margin-bottom: 4%;
}
#cont_section {
}
#testo_home {
	width: 100%;
	text-align: left;
	font-size: 15px;
}
#foto_section {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#testo2 {
	color: #2CAACD;
	text-align: center;
}
#cont_commerciali {
	width: 47.3684%;
	text-align: center;
	letter-spacing: -1px;
}
#cont_civili {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	text-align: center;
}
#cont_esterni {
	width: 47.3684%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#cont_portierato {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	text-align: center;
}
#box_testo {
	text-align: center;
	color: #FFF;
	background-color: #2CAACD;
	padding-top: 10px;
	padding-bottom: 10px;
}
#testo3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 5%;
}
#cont_tel {
	width: 47.3684%;
	margin-left: 0;
	text-align: center;
	font-size: 20px;
}
#cont_mail {
	width: 47.3684%;
	clear: none;
	margin-left: 5.2631%;
	font-size: 20px;
	text-align: center;
}
#cont_footer {
	text-align: center;
	font-size: 15px;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Layout tablet: da 481 px a 768 px. Eredita stili da: Layout mobile. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 92.625%;
	padding-left: 1.1875%;
	padding-right: 1.1875%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 100%;
	text-align: center;
	margin-top: 3%;
}
#cont_menu {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
	margin-top: 3%;
	margin-bottom: 3%;
}
#cont_image {
}
#cont_section {
}
#testo_home {
	width: 100%;
	text-align: justify;
	font-size: 16px;
}
#foto_section {
	width: 100%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#testo2 {
	text-align: center;
	color: #2CAACD;
}
#cont_commerciali {
	width: 48.7179%;
	text-align: center;
}
#cont_civili {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
	text-align: center;
}
#cont_esterni {
	width: 48.7179%;
	clear: both;
	margin-left: 0;
	text-align: center;
}
#cont_portierato {
	width: 48.7179%;
	clear: none;
	margin-left: 2.5641%;
	text-align: center;
}
#box_testo {
	text-align: center;
	color: #FFF;
	background-color: #2CAACD;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
#testo3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 2%;
}
#cont_tel {
	width: 35.8974%;
	margin-left: 12.8205%;
	text-align: center;
	font-size: 25px;
}
#cont_mail {
	width: 35.8974%;
	clear: none;
	margin-left: 2.5641%;
	font-size: 25px;
	text-align: center;
}
#cont_footer {
	text-align: center;
	font-size: 17px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Layout desktop: da 769 px a 1232 px max.  Eredita stili da: Layout mobile e Layout tablet. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 93.4166%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	width: 100%;
	margin-top: 2%;
}
#cont_menu {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 4%;
}
#cont_image {
	margin-top: 2%;
}
#cont_section {
	margin-top: 2%;
}
#testo_home {
	width: 57.6271%;
	font-size: 15px;
	line-height: 25px;
}

#foto_section {
	width: 40.6779%;
	margin-left: 1.6949%;
	clear: none;
	text-align: center;
}
#testo2 {
	text-align: center;
	color: #2CAACD;
	font-size: 33px;
	margin-top: 2%;
	font-family: montserrat;
	font-style: normal;
	font-weight: 400;
}
#cont_commerciali {
	width: 23.7288%;
	text-align: center;
	font-size: 13px;
}
#cont_civili {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
	text-align: center;
	font-size: 13px;
}
#cont_esterni {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
	text-align: center;
	font-size: 13px;
}
#cont_portierato {
	width: 23.7288%;
	margin-left: 1.6949%;
	clear: none;
	text-align: center;
	font-size: 13px;
}
#box_testo {
	text-align: center;
	margin-top: 2%;
	font-size: 20px;
	background-color: #2CAACF;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#testo3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 2%;
}
#cont_tel {
	width: 23.7288%;
	text-align: center;
	font-size: 23px;
	margin-left: 16.9491%;
}
#cont_mail {
	width: 23.7288%;
	margin-left: 18.644%;
	clear: none;
	text-align: center;
	font-size: 23px;
}
#cont_footer {
	text-align: center;
	margin-top: 3%;
	font-size: 17px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

.azzurro {
	color: #2CAACF;
}
