/* @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,400i,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300&display=swap'); */
@import url("/res/fonts/stylesheet.css");

/* *********
RESET CSS
********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label,
table, caption, tbody, tfoot, thead{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline; HO DOVUTO TOGLIERLO PER ALLINEARE MIDDLE LE IMMAGINI NELLE TABELLE*/ 
    background: transparent;
}
body {
    line-height: 0em;
}
hr {
  size:1px;
  height:1px;
  color:#f0f;
  width:100%;
  border-style:dotted;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
p {
	line-stacking: 4em;
}

	
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
button,
select{
	padding: 15px 20px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #bbb;
	color:#000000;
	background-color: #fff;
	transition: 0.2s ease all;
	-webkit-appearance: none; /* serve per far sparire i bordi tondi dal MAC */
}
select{
	background-image: url(/res/img/select.png);
	background-repeat: no-repeat;
	background-position:  99% 20px;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=tel]:hover,
textarea:hover,
button:hover,
select:hover{
	border: 1px solid #777;
}
/* FINE DEL RESET */
@media all{
	#clear_left {clear:left;}
	#clear_right {clear:right;}
	.clear_left {clear:left;}
	.clear_right {clear:right;}
	.clear_both{clear: both;}
	html{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}
	body{
		line-height: 1em;
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 18px;
		font-weight: 300;
		font-family: 'Source Sans', sans-serif;
		background:#fff;
		width:100%;
		color:#000;
		overflow-x: hidden;
		background-color: #d4ded6;
	}
	img{
		border:0;
		max-width:100%;
		max-height: 100%;
	}
    .fontweight200{font-weight: 200;} /* Extra Light */
    .fontweight300{font-weight: 300;} /* Light */
    .fontweight400{font-weight: 400;} /* Normal */
    .fontweight600{font-weight: 600;} /* Semi Bold */
    .fontweight700{font-weight: 700;} /* Bold */
    .fontweight900{font-weight: 900;} /* Ultra Bold */
	
	.colorbianco{color:#fff;}
	.colorbianco a, .colorbianco a:link{ color:#fff; text-decoration:none;}
	.colorbianco a:hover, .colorbianco a:focus, .colorbianco a:active{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
		color: #40aa0d;
	}
	
	.colornero{color:#000;}
	.colornero a, .colornero a:link{ color:#000; text-decoration:none;}
	.colornero a:hover, .colornero a:focus, .colornero a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #3a3a3a;
    }
	
	.colorverde{color:#85b410;}
	.colorverde a, .colorverde a:link{ color:#85b410; text-decoration:none;}
	.colorverde a:hover, .colorverde a:focus, .colorverde a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }
	
	/*.colorgrigio{color:#605f5f;}*/
	.colorgrigio{color:#00f;}
	.colorgrigio a, .colorgrigio a:link{ color:#605f5f; text-decoration:none;}
	.colorgrigio a:hover, .colorgrigio a:focus, .colorgrigio a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }
	
	/*.colorgrigiochiaro{color:#909090;}*/
	.colorgrigiochiaro{color:#0ff;}
	.colorgrigiochiaro a, .colorgrigiochiaro a:link{ color:#909090; text-decoration:none;}
	.colorgrigiochiaro a:hover, .colorgrigiochiaro a:focus, .colorgrigiochiaro a:active{
        -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
        color: #000;
    }
	
	.contenitoregrande{
		max-width:1360px;
		width:100%;
		margin:0 auto;
		line-height: 1em;
		background-color: #fff;
	}
	.container{
		max-width:960px;
		width:100%;
		margin:0 auto;
		line-height: 1em;
	}
	.containerpiccolo{
		max-width:720px;
		width:100%;
		margin:0 auto;
		line-height: 1em;
		/*background-color: #0f0;*/
	}
    .immaginemenu{
		max-width:1360px;
		width:100%;
		margin:0 auto;
		position: relative;
		padding: 0 0 0 0;
    }
	.ombreggiaturasopra{
		background-image: url(/res/img/ombreggiaturasopra.png);
		background-repeat: repeat-x;
	}
	.bgtestoverde{
		background-color: #347d42;
	}
/* MENU */
	.bloccofixed{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		/*background-color: #00f;*/
	}
	header{
		width: 100%;
		height: 110px;
		/*max-width:1360px;*/
		width:100%;
		margin:0 auto;
		background-color: rgba(41, 47, 37, 0);
		/*border-bottom: solid 0px #fff;*/
		box-shadow: 0px 0px 0px #737373;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}
	header .logo {
		display: inline-block;
		width: 315px;
		height: 110px;
		float: left;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .accessi {
		display: inline-block;
		height: 30px;
		width: 625px;
		float: left;
		padding: 23px 20px 0 0;
		text-align: right;
		font-size: 16px;
		font-weight: 300;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .menumobileico{display: none;}
	header .menu {
		font-family: 'Roboto', sans-serif;
		display: inline-block;
		height: 39px;
		float: right;
		padding: 18px 0 0 0;
		margin: 0 0 0 0;
		text-align: right;
		font-weight: 300;
		font-size: 20px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		background-color: rgba(255, 255, 255, 1);
	}
	header.smaller{
		height: 80px;
		background-color: rgba(41, 47, 37, 1);
		/*border-bottom: solid 1px #000;*/
		box-shadow: 0px 0px 20px #737373;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header.smaller .logo {
		width: 315px;
		height: 80px;
	}
	header.smaller .accessi {
		width: 625px;
		height: 30px;
		padding: 10px 20px 0 0;
		font-size: 14px;
	}
	header.smaller .menu {
		height: 30px;
		padding: 10px 0 0 0;
		font-size: 16px;
		background-color: rgba(255, 255, 255, 0);
	}
	#grup-menu{
		text-align: right;
	}
		ul#link {
			list-style: none;
		}
		ul#link li {
			margin:0;
			padding:0;
			display:inline-block;
			position: relative;
		}
		ul#link li:first-child > a{padding: 0 10px 0 20px;}
		ul#link li:last-child > a{padding: 0 20px 0 10px;}
		ul#link li a{
			text-decoration:none;
			margin:0 0 0 0;
			padding: 18px 10px;
			color:#000;
		}
		ul#link li a:hover{
			color:#296c08;
		}
		ul#link li a.selected{/* per il menù di primo livello */
			color:#296c08;
		}
		header.smaller ul#link li a{
			color:#fff;
		}
		header.smaller ul#link li a:hover{
			color:#55e311;
		}
		header.smaller ul#link li a.selected{/* per il menù di primo livello */
			color:#55e311;
		}

		/* per il menù di secondo livello dei clienti */
		/*ul li a.selected{ 
			color:#0ff;
		}*/

		ul#link ul {
			margin:10px 0 0 0;
			padding:0;
			display:inline-block;
			list-style: none;
			display: none; 
			position: absolute;
			top: 29px;
			left: 0;
			z-index:9999;
			background-color: #e2e2e2;
			text-align: left;
		}
		header.smaller .menu ul#link ul{ /* mi  server per quando il menù si rimpicciolisce con lo scroll*/
			top: 20px;
		}
		ul#link li:hover > ul {
			display: block;
			visibility: visible; /* da tenere per evitare che scompaia il "li" con il solo display*/
		}
		ul#link ul li {
			float: none;
			display: block;
			border: 0;
			border-bottom: solid 1px #fff;
			padding: 0;
		}
		ul#link ul li:last-child {
			border-bottom: none;
		}
		ul#link ul a {
			padding:10px 10px;
			width: auto;
			display: block;
			white-space: nowrap;
			float: none;
			text-transform: none;
			color: #000;
			font-size: 18px;
		}
		ul#link ul li:first-child > a{padding:10px 10px;}
		ul#link ul li:last-child > a{padding:10px 10px;}
		ul#link ul a:hover {
			background-color: #fff;
			color:#296c08
		}
		header.smaller ul#link ul a {
			color: #000;
			font-size: 16px;
		}
		header.smaller ul#link ul a{
			color:#000;
		}
		header.smaller ul#link ul a:hover{
			color:#296c08;
		}
		header.smaller ul#link ul a.selected{/* per il menù di primo livello */
			color:#296c08;
		}
		
		
		#grup-menu .show-menu{
			cursor: pointer;
			text-decoration:none;
			color:#fff;
			text-align:center;
			padding:15px 0;
			display:none;
		}
		#grup-menu input[type=checkbox]{
			display:none;
			-webkit-appearance:none;
		}
		#grup-menu input[type=checkbox]:checked ~ #link{
			display: block;
		}
	/* FINE MENU */    
    /* SLIDE */
	#slideHome{height: 100vh;}
    .slideimg {
        position: absolute;
        z-index: 1;
        background:center;
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover;
        background-size: cover;
        margin: 0;
		
    }
	#sfondo{
		width:100%;
		position: absolute;
		z-index: 1;
	}
    .slide {
      border: none; 
      opacity: 0; 
      filter:alpha(opacity=0);
      position: absolute; 
      top: 0; 
      left: 0;
	  width: 100%;
	  height: 100vh;
    }
    .showMe {
      opacity: 1;
      filter:alpha(opacity=100);
    }
	.testosuslide{
		position: absolute;
        z-index: 10;
		width: 100%;
		top: 40%;
		font-family: 'Halogen', sans-serif;
		font-size: 50px;
		font-weight: 300;
		line-height: 1.5em;
		text-align: center;
		text-shadow: 1px 1px 8px #000;
	}
    /* FINE SLIDE */


	/* PRODOTTI */
	.contenitoreelencoprodotti{
		padding: 50px 0 70px 0;
	}
	.contenitoreelencoprodotti h2{
		font-size: 40px;
		font-weight: 200;
		line-height: 1em;
		/*text-transform: uppercase;*/
		margin: 0 0 20px 0;
	}
	.contenitoreelencoprodotti h3{
		font-size: 22px;
		font-weight: 600;
		line-height: 1em;
		margin: 0 0 20px 0;
	}
	.contenitoreelencoprodotti .testo{
		line-height: 1.5em;
	}
	
	.boxprodottilista{
		position: relative;
		float: left;
		width: calc(25% - 10px);
		margin: 20px 5px;
		height: 360px;
	}
	.boxprodottilista .titolo{
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		line-height: 1em;
		padding: 10px 0 5px 0;
	}
	.boxprodottilista .testo{
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.2em;
	}
	.dettagliotestodx{
		float: left;
		width: 68%;
		padding: 0 2% 0 0;
		/*background-color: #0ff;*/
	}
	.dettagliotestodx ul{
		list-style-type: disc;
		padding: 0 0 0 17px;
	}
	.dettagliotestosx{
		float: right;
		width: 30%;
		/*background-color: #00f;*/
	}
	
	.pulsanteinviodati{
		font-size: 19px;
		font-weight: 600;
		padding: 15px 20px;
		border: 0;
		width: 100%;
		margin: 5px 0;
		cursor: pointer;
		text-align: center;
	}
	.pulsantenero{
		background-color: #98c63f;
		color: #292f25;
		transition: 0.2s ease all;
	}
	.pulsantenero:hover{
		background-color: #fff;
		color: #347d42;
	}
	/* FINE PRODOTTI */
	
	/* IMMAGINE INTERNA TOP */
	.immagineinternatop{
		width:100%;
		margin:0 auto;
		height: 300px;
		background-position: center center;
		background-size: cover;
    }
	/* FINE IMMAGINE INTERNA TOP */
	/* TESTO UNA RIGA */
	.testosingolariga{
		padding: 50px 0;
		line-height: 1.5em;
	}
	.testosingolariga h1{
		font-size: 40px;
		line-height: 1.3em;
		font-weight: 300;
		padding: 0 0 20px 0;
	}
	/* FINE TESTO UNA RIGA */
	/* HOME */
	.titoloboxprodottihome{
		font-size: 35px;
		font-weight: 300;
		padding: 0 0 0 0;
		line-height: 1.2em;
	}
	.bbbboho{
		display: flex;
		flex-wrap: wrap;
	}
	.boxprodottihome{
		position: relative;
		width: calc(50% - 2px);
		margin: 4px 2px 0 0;
		padding: 0;
		line-height:0;
		text-align: center;
	}
	.boxprodottihome img{
		padding: 20px 0;
	}
	.boxprodottihome:nth-child(even){margin: 4px 0 0 2px;}
	.boxprodottihome .titolo{
		font-size: 21px;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;
		padding: 10px 0 10px 0;
		background-color: #98c63f;
	}	
	.divhomelinee{
		margin: 50px 0;
		padding: 50px 0;
	}
	.boxduehomesx{
		float: left;
		width: 49%;
		padding: 0 1% 0 0;
	}
	.boxduehomedx{
		float: left;
		width: 49%;
		padding: 0 0 0 1%;
	}
	.boxduehomedx h3{
		font-size: 26px;
		line-height: 1.2em;
		margin: 0 0 10px 0;
	}
	.boxduehomedx .testo{
		line-height: 1.5em;
	}
	/* FINE HOME */
	
	
	/* FASCIA BLOG */
	.fasciablog{
		width:100%;
		/*margin:40px auto 0 auto;*/
		position: relative;
		background-color: #efefef;
		padding: 80px 0;
	}
	.fasciablog h2{
		font-size: 35px;
		font-weight: 300;
		padding: 0 0 0 0;
		line-height: 1.2em;
	}
	.altrilavori{
		padding: 0 0 0 0;
		text-align: right;
	}
	.box3{
		float: left;
		width: 310px;
		margin: 30px 15px 30px 0;
		position: relative;
		line-height: 0;
	}
	.box3:nth-child(3n+3) {margin: 30px 0 30px 0;}
	.testuale{line-height: 1.5em;}
	.testodentrobox{padding: 10px;}
	/*.testodentrobox h2{
		font-weight: 200;
		font-size: 18px;
	}*/
	/*.testodentrobox h1{
		font-weight: 700;
		font-size: 26px;
	}*/
	/* FINE FASCIA BLOG */
	/* PROGETTIAMO */
	.progettiamoerealizziamo{
		padding: 40px 0;
		background-color: #347d42;
		text-align: center;
		font-size: 50px;
		font-weight: 200;
		line-height: 0.8em;
	}
	.bbprfelx{
		display: flex;
		flex-wrap: wrap;
	}
	.boxprogettiamo{
		width: calc(50% - 42px);
		margin: 4px 2px 0 0;
		padding: 30px 20px 60px 20px;
		background-color: #347d42;
		text-align: center;
		line-height: 1.5em;
		font-size: 18px;
		font-weight: 400;
	}
	.boxprogettiamo:nth-child(even){margin: 4px 0 0 2px;}
	.boxprogettiamo img{padding: 0 0 25px 0;}
	.boxprogettiamo h3{
		font-size: 21px;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;
		margin: 0 0 15px 0;
	}
	/* FINE PROGETTIAMO */
	
	/* DIV SOTTOMENU */
	.paginasottomenu{
		padding: 0 0 30px 0;
		text-align: right;
	}
	.paginasottomenu li{
		display: inline;
		margin: 0 10px 0 10px;
		font-size: 21px;
		font-weight: 300;
	}
	.paginasottomenu a{
		margin:0 0 0 0;
		padding: 10px 25px;
		background-color: #0f7474;
		border: solid 1px #0f7474;
	}
	.paginasottomenu a:hover{
		margin:0 0 0 0;
		padding: 10px 25px;
		background-color: #efefef;
	}
	/* FINE DIV SOTTOMENU */


	
	/* BOTTOM */
	.bottom{
		background-color: #c1c1c1;
		padding: 50px 0 20px 0;
	}
	.bottom .box2{
		float: left;
		width: 50%;
		line-height: 1.5em;
	}
	.bottom .box2:last-child{padding: 54px 0 0 0;}
	.bottom .box2 h3{
		font-size: 30px;
		font-weight: 700;
	}
	.bottom .box2 .testuale{
		font-size: 20px;
		font-weight: 300;
	}
	.datiazienda{
		margin: 30px 0 50px 0;
		padding: 20px 0 0 0;
		border-top: solid 1px #e8e8e8;
		text-align: center;
	}
	.datiazienda li{
		font-size: 16px;
		display: inline;
		margin: 0 10px 0 10px;
		padding: 0 0 0 0;
	}
	.social{
		text-align: center;
		padding: 0 0 30px 0;
	}
	.social img{
		width: 50px;
		padding: 0 8px;
	}
	/* FINE BOTTOM */
	.hoverhref{
		text-decoration: none;
		position:absolute;
		display:block;
		top:0;
		bottom:0;
		left:0;
		right:0;
		color: #fff;
		overflow: hidden;
		background-image: url(/res/img/scopri.png);
		background-position: 50% -80px;
		background-repeat: no-repeat;
	}
	.hoverhref:hover{
		color: #fff;
		display: block;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease; 
		transition: all 0.3s ease;
		background-color:rgba(255, 255, 255, 0.7);
		background-position: 50% 50%;
	}	
	/*.path{padding: 15px 0; background-color: #e5e5e5; font-size: 13px; line-height: 1.1em}*/
	
	.tabellachisiamo tr{
		background-color: #94c43a;
	}
	.tabellachisiamo tr:nth-child(even){
		background-color: #d9e6b3;
	}
	
	
	
	.tabellachisiamo td{
		border: solid 2px #fff;
		line-height: 1.5em;
		
	}


		

	
	
	
	
}









@media all and (max-width: 1400px){
	.contenitoregrande{max-width:1200px;}
	/*header {max-width:1200px;}*/
	/* SLIDE */
	/*.testosuslide{font-size: 40px;}*/
    /* FINE SLIDE */

}









@media all and (max-width: 1260px){
	.contenitoregrande{max-width:1100px;}
	/*header {max-width:1100px;}*/
	/* SLIDE */
	.testosuslide{font-size: 37px;}
    /* FINE SLIDE */

}







@media all and (max-width: 1160px){
	.contenitoregrande{max-width:1000px;}
	/* SLIDE */
	.testosuslide{font-size: 35px;}
    /* FINE SLIDE */
	
}








@media all and (max-width: 1020px){
	.contenitoregrande{max-width:900px;}
	.container{max-width:860px;}

	
	/* SLIDE */
	.testosuslide{font-size: 32px;}
    /* FINE SLIDE */
	
	/* PRODOTTI */
	.contenitoreelencoprodotti{padding: 40px 0 60px 0;}
	.contenitoreelencoprodotti h2{
		font-size: 36px;
	}
	.contenitoreelencoprodotti h3{
		font-size: 21px;
		/*font-weight: 600;*/
		/*line-height: 1em;*/
		/*margin: 0 0 20px 0;*/
	}
	/*.contenitoreelencoprodotti .testo{
		line-height: 1.5em;
	}*/
	.boxprodottilista{
		/*float: left;
		width: calc(25% - 10px);
		margin: 20px 5px;
		background-color: #00f;*/
		height: 330px;
	}
	.boxprodottilista .titolo{
		/*text-align: center;*/
		font-size: 20px;
		/*font-weight: bold;*/
		/*line-height: 1em;*/
		padding: 7px 0 5px 0;
	}
	.boxprodottilista .testo{
		/*text-align: center;*/
		font-size: 15px;
		/*font-weight: 400;
		line-height: 1.2em;*/
	}
	/*.dettagliotestodx{
		float: left;
		width: 68%;
		padding: 0 2% 0 0;
		background-color: #00f;
	}
	.dettagliotestosx{
		float: right;
		width: 30%;
		background-color: #00f;
	}*/
	.pulsanteinviodati{
		font-size: 18px;
		/*padding: 15px 20px;*/
		margin: 5px 0;
	}
	/* FINE PRODOTTI */
	
	/* MENU */
	header{
		height: 80px;
		/*background-color: #00f;*/
	}
	header .logo {
		width: 240px;
		height: 80px;
		/*background-color: #040;*/
	}
	header .accessi {
		height: 20px;
		width: calc(100% - 240px);
		padding: 5px 0 0 0;
		font-size: 14px;
		/*background-color: #047;*/
	}
	header .menumobileico{
		display: block;
		float: right;
		width: 50px;
		height: 50px;
		line-height: 0;
		padding: 10px 0 0 0;
		top: 0;
	}
	header.smaller{
		height: 80px;
	}
	header.smaller .logo {
		width: 240px;
		height: 80px;
	}
	header.smaller .accessi {
		height: 20px;
		width: calc(100% - 240px);
		padding: 5px 0 0 0;
		font-size: 14px;
	}
	header .menu {
		display: none;
	}
	/* FINE MENU */

	
	/* HOME */
	.boxprodottihome .titolo{
		font-size: 20px;
	}
	
	
	.boxduehome{
		float: left;
		width: 4%;
	}
	.boxduehome h3{
		font-size: 26px;
		line-height: 1.2em;
		margin: 0 0 10px 0;
	}
	.boxduehome .testo{
		line-height: 1.5em;
	}
	/* FINE HOME */
	
	/* FASCIA BLOG */
	.divhomelinee{
		margin: 40px 0;
		padding: 40px 0;
	}
	.boxduehomesx{
		/*float: left;*/
		width: 48%;
		padding: 0 2% 0 0;
	}
	.boxduehomedx{
		/*float: left;*/
		width: 48%;
		padding: 0 0 0 2%;
	}
	.boxduehomedx h3{
		font-size: 22px;
		/*line-height: 1.2em;
		margin: 0 0 10px 0;*/
	}
	/*.boxduehomedx .testo{
		line-height: 1.5em;
	}*/
	
	.box3{
		width: 280px;
		margin: 25px 10px 25px 0;
	}
	.box3:nth-child(3n+3) {margin: 25px 0 25px 0;}
	.testuale{line-height: 1.4em;}
	/*.testodentrobox h2{font-size: 16px;}*/
	/*.testodentrobox h1{font-size: 22px;}*/
	
	/* FINE FASCIA BLOG */
	
	/* PROGETTIAMO */
	.progettiamoerealizziamo{
		padding: 30px 0;
		/*background-color: #347d42;
		text-align: center;*/
		font-size: 45px;
		/*font-weight: 200;
		line-height: 0.8em;*/
	}

	.boxprogettiamo{
		width: calc(50% - 32px);
		/*margin: 4px 2px 0 0;*/
		padding: 30px 15px 60px 15px;
		/*background-color: #d9d9d9;*/
		/*text-align: center;*/
		/*line-height: 1.5em;*/
		font-size: 17px;
		/*font-weight: 400;*/
	}
	/*.boxprogettiamo:nth-child(even){margin: 4px 0 0 2px;}*/
	.boxprogettiamo img{padding: 0 0 20px 0;}
	.boxprogettiamo h3{
		font-size: 20px;
		/*font-weight: 300;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;*/
		margin: 0 0 14px 0;
	}
	/* FINE PROGETTIAMO */
	/* TESTO UNA RIGA */
	.testosingolariga{padding: 45px 0;}
	.testosingolariga h1{
		font-size: 36px;
		padding: 0 0 20px 0;
	}
	/* FINE TESTO UNA RIGA */

	/* BOTTOM */
	.bottom{padding: 40px 0 15px 0;}
	.bottom .box2{line-height: 1.4em;}
	.bottom .box2:last-child{padding: 48px 0 0 0;}
	.bottom .box2 h3{font-size: 26px;}
	.bottom .box2 .testuale{font-size: 18px;}
	.datiazienda{
		margin: 30px 0 50px 0;
		padding: 20px 0 0 0;
		border-top: solid 1px #e8e8e8;
		text-align: center;
	}
	.datiazienda li{
		font-size: 15px;
		display: block;
		margin: 15px 0;
		padding: 0 0 0 0;
        text-align: center;
	}
	/* FINE BOTTOM */

}







@media all and (max-width: 940px){
	.contenitoregrande{max-width:740px;}
	/*header {max-width:740px;}*/
	.container{max-width:700px;}
	.containerpiccolo{
		max-width:700px;
		/*background-color: #ff0;*/
	}
	body{font-size: 17px;}
	/* SLIDE */
	.testosuslide{font-size: 30px;}
	/*.testosuslide .txt{padding: 5px 15px;}*/
    /* FINE SLIDE */
	
	/* PRODOTTI */
	.contenitoreelencoprodotti{
		padding: 40px 0 40px 0;
		/*background-color: #00f;*/
	}
	.contenitoreelencoprodotti h2{
		font-size: 33px;
		/*font-weight: 200;*/
		/*line-height: 1em;*/
		/*text-transform: uppercase;*/
		/*margin: 0 0 20px 0;*/
	}
	.contenitoreelencoprodotti h3{
		font-size: 20px;
		/*font-weight: 600;*/
		/*line-height: 1em;*/
		/*margin: 0 0 20px 0;*/
	}
	/*.contenitoreelencoprodotti .testo{
		line-height: 1.5em;
	}*/
	.boxprodottilista{
		/*float: left;*/
		width: calc(33.33% - 14px);
		margin: 20px 7px;
		/*background-color: #00f;*/
		height: 350px;
	}
	.boxprodottilista .titolo{
		/*text-align: center;*/
		font-size: 24px;
		/*font-weight: bold;*/
		/*line-height: 1em;*/
		padding: 10px 0 5px 0;
	}
	.boxprodottilista .testo{
		/*text-align: center;*/
		font-size: 16px;
		/*font-weight: 400;
		line-height: 1.2em;*/
	}
	.dettagliotestodx{
		float: none;
		width: 100%;
		padding: 0 0 0 0;
		/*background-color: #f0f;*/
	}
	.dettagliotestosx{
		float: none;
		text-align: center;
		width: 100%;
		/*height: 300px;*/
		/*background-color: #00f;*/
	}
	.pulsanteinviodati{
		font-size: 17px;
		/*padding: 15px 20px;*/
		margin: 5px 0;
	}
	/* FINE PRODOTTI */
	
	
	/* MENU */
	header{
		height: 50px;
	}
	header .logo {
		width: 150px;
		height: 50px;
	}
	header .accessi {
		display: none;
	}
	header .menumobileico{
		width: 45px;
		height: 45px;
		padding: 10px 0 0 0;
	}
	header.smaller{
		height: 50px;
	}
	header.smaller .logo {
		width: 150px;
		height: 50px;
	}
	header .menu {
		display: none;
	}
	/* FINE MENU */
	/* HOME */	
	.titoloboxprodottihome{
		font-size: 29px;
	}
	.boxprodottihome .titolo{
		font-size: 16px;
	}
	
	/* FINE HOME */

	/* FASCIA BLOG */
	.divhomelinee{
		margin: 35px 0;
		padding: 35px 0;
	}
	.boxduehomesx{
		/*float: left;*/
		width: 40%;
		padding: 0 2% 0 0;
	}
	.boxduehomedx{
		/*float: left;*/
		width: 56%;
		padding: 0 0 0 2%;
	}
	.boxduehomedx h3{
		font-size: 22px;
		/*line-height: 1.2em;
		margin: 0 0 10px 0;*/
	}
	/*.boxduehomedx .testo{
		line-height: 1.5em;
	}*/
	.box3{
		width: 230px;
		margin: 20px 5px 20px 0;
	}
	.box3:nth-child(3n+3) {margin: 20px 0 20px 0;}
	.testuale{line-height: 1.4em;}
	.testodentrobox{padding: 5px;}
	/*.testodentrobox h2{font-size: 14px;}*/
	/*.testodentrobox h1{font-size: 18px;}*/
	/* FINE FASCIA BLOG */

	/* FASCIA BLOG */
	.fasciablog{
		/*margin:30px auto 0 auto;*/
		padding: 40px 0;
	}
	.fasciablog h2{
		font-size: 29px;
	}
	.altrilavori{
		padding: 0 0 0 0;
		text-align: right;
	}
	/* FINE FASCIA BLOG */
	/* PROGETTIAMO */
	.progettiamoerealizziamo{
		padding: 25px 0;
		/*background-color: #347d42;
		text-align: center;*/
		font-size: 40px;
		/*font-weight: 200;
		line-height: 0.8em;*/
	}

	.boxprogettiamo{
		/*width: calc(50% - 32px);*/
		/*margin: 4px 2px 0 0;*/
		/*padding: 30px 15px 60px 15px;*/
		/*background-color: #d9d9d9;*/
		/*text-align: center;*/
		/*line-height: 1.5em;*/
		font-size: 16px;
		/*font-weight: 400;*/
	}
	/*.boxprogettiamo:nth-child(even){margin: 4px 0 0 2px;}*/
	.boxprogettiamo img{padding: 0 0 17px 0;}
	.boxprogettiamo h3{
		font-size: 18px;
		/*font-weight: 300;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;*/
		margin: 0 0 12px 0;
	}
	/* FINE PROGETTIAMO */
	/* TESTO UNA RIGA */
	.testosingolariga{padding: 40px 0;}
	.testosingolariga h1{
		font-size: 32px;
		padding: 0 0 20px 0;
	}
	/* FINE TESTO UNA RIGA */

	/* BOTTOM */
	.bottom{padding: 30px 0 15px 0;}
	.bottom .box2:last-child{padding: 42px 0 0 0;}
	.bottom .box2 h3{font-size: 22px;}
	.bottom .box2 .testuale{font-size: 16px;}
	/* FINE BOTTOM */
	
}











@media all and (max-width: 760px){
	.container{max-width:460px;}
	.containerpiccolo{
		max-width:460px;
		/*background-color: #f0f;*/
	}
	/* SLIDE */
	.testosuslide{font-size: 25px;}
    /* FINE SLIDE */
	/* HOME */
	.titoloboxprodottihome{
		font-size: 26px;
	}
	.boxprodottihome .titolo{
		font-size: 15px;
	}
	/* FINE HOME */


	.boxprodottihome{
		position: relative;
		width: 100%;
		margin: 2px 0;
		padding: 0;
		line-height:0;
		text-align: center;
	}
	.boxprodottihome:nth-child(even){margin: 2px 0;}
	/* PRODOTTI */
	.contenitoreelencoprodotti{
		/*padding: 40px 0 40px 0;*/
		/*background-color: #ff0;*/
	}
	.contenitoreelencoprodotti h2{
		font-size: 30px;
		/*font-weight: 200;*/
		/*line-height: 1em;*/
		/*text-transform: uppercase;*/
		/*margin: 0 0 20px 0;*/
	}
	.contenitoreelencoprodotti h3{
		font-size: 18px;
		/*font-weight: 600;*/
		/*line-height: 1em;*/
		/*margin: 0 0 20px 0;*/
	}
	/*.contenitoreelencoprodotti .testo{
		line-height: 1.5em;
	}*/
	.boxprodottilista{
		/*float: left;*/
		width: calc(50% - 10px);
		margin: 20px 5px;
		/*background-color: #00f;*/
		height: 340px;
	}
	.boxprodottilista .titolo{
		/*text-align: center;*/
		font-size: 22px;
		/*font-weight: bold;*/
		/*line-height: 1em;*/
		padding: 7px 0 5px 0;
	}
	.boxprodottilista .testo{
		/*text-align: center;*/
		font-size: 15px;
		/*font-weight: 400;
		line-height: 1.2em;*/
	}
	.dettagliotestodx{
		/*float: none;
		width: 100%;
		padding: 0 0 0 0;
		background-color: #f0f;*/
	}
	.dettagliotestosx{
		/*float: none;
		width: 100%;*/
		/*height: 250px;*/
		/*background-color: #00f;*/
	}
	.pulsanteinviodati{
		font-size: 16px;
		/*padding: 15px 20px;*/
		margin: 5px 0;
	}
	/* FINE PRODOTTI */
	
	/* FASCIA BLOG */
	.divhomelinee{
		margin: 30px 0;
		padding: 30px 0;
	}
	.boxduehomesx{
		/*float: left;*/
		width: 100%;
		padding: 0 0 0 0;
	}
	.boxduehomedx{
		/*float: left;*/
		width: 100%;
		padding: 0 0 0 0;
	}
	.boxduehomedx h3{
		font-size: 22px;
		/*line-height: 1.2em;
		margin: 0 0 10px 0;*/
	}
	/*.boxduehomedx .testo{
		line-height: 1.5em;
	}*/
	.box3{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.titoli{
		float:right;
		width: 225px;
		margin: 0 0 10px 0;
	}
	.img{
		float:left;
		width: 225px;
		margin: 0 0 0 0;
		line-height: 0;
	}
	.txxx{
		float:right;
		width: 225px;
		margin: 0 0 0 0;
	}
	.testodentrobox{padding: 0;}
	/*.testodentrobox h2{font-size: 14px;}*/
	/*.testodentrobox h1{font-size: 18px;}*/
	/* FINE FASCIA BLOG */

	/* FASCIA BLOG */
	.fasciablog{
		/*margin:20px auto 0 auto;*/
		padding: 30px 0;
	}
	.fasciablog h2{
		font-size: 26px;
		padding: 0 0 30px 0;
	}
	.altrilavori{
		padding: 0 0 0 0;
		text-align: right;
	}
	/* FINE FASCIA BLOG */
	/* PROGETTIAMO */
	.progettiamoerealizziamo{
		padding: 20px 0;
		/*background-color: #347d42;
		text-align: center;*/
		font-size: 35px;
		/*font-weight: 200;
		line-height: 0.8em;*/
	}
	.boxprogettiamo{
		width: calc(100% - 30px);
		margin: 4px 0 0 0;
		padding: 20px 15px 40px 15px;
		/*background-color: #d9d9d9;*/
		/*text-align: center;*/
		/*line-height: 1.5em;*/
		font-size: 16px;
		/*font-weight: 400;*/
	}
	.boxprogettiamo:nth-child(even){margin: 4px 0 0 0;}
	.boxprogettiamo img{padding: 0 0 15px 0;}
	.boxprogettiamo h3{
		/*font-size: 18px;*/
		/*font-weight: 300;
		font-family: 'Roboto', sans-serif;
		text-transform: uppercase;
		line-height: 1.5em;*/
		/*margin: 0 0 12px 0;*/
	}
	/* FINE PROGETTIAMO */
	/* TESTO UNA RIGA */
	.testosingolariga{padding: 35px 0;}
	.testosingolariga h1{
		font-size: 27px;
		padding: 0 0 20px 0;
	}
	/* FINE TESTO UNA RIGA */

	/* BOTTOM */
	.bottom{padding: 25px 0 20px 0;}
	.bottom .box2:last-child{padding: 39px 0 0 0;}
	.bottom .box2 h3{font-size: 18px;}
	.bottom .box2 .testuale{font-size: 14px;}
	.datiazienda li{
		font-size: 15px;
		/*display: block;
		margin: 15px 0;
		padding: 0 0 0 0;
        text-align: center;*/
	}
	/* FINE BOTTOM */	
}












@media all and (max-width: 520px){
	
	body{font-size: 16px;}
	.container{
		max-width:92%;
		padding: 0 4%;
	}
	.containerpiccolo{
		max-width:92%;
		padding: 0 4%;
		/*background-color: #0ff;*/
	}
	.ombreggiaturasopra{
		background-image: url(/res/img/ombreggiaturasopra.png);
		background-position: 0 -50px;
		background-repeat: repeat-x;
	}
	/*body{font-size: 16px;}
	.container{max-width:320px;}
	.containerpiccolo{
		max-width:320px;
		background-color: #0f0;
	}*/
	
	/*.txtslide{display: none;}
	.frecceslide{display: none;}
	.flasciaslidehome{
		height: 180px;
		border-bottom: none;
	}*/
	/* SLIDE */
	.testosuslide{font-size: 20px;}

    /* FINE SLIDE */
	/* HOME */
	.titoloboxprodottihome{
		font-size: 23px;
	}
	.boxprodottihome .titolo{
		font-size: 14px;
	}
	/* FINE HOME */
	
	/* PRODOTTI */
	.contenitoreelencoprodotti{
		padding: 20px 0 20px 0;
		/*background-color: #ff0;*/
	}
	.contenitoreelencoprodotti h2{
		font-size: 26px;
		/*font-weight: 200;*/
		/*line-height: 1em;*/
		/*text-transform: uppercase;*/
		/*margin: 0 0 20px 0;*/
	}
	.contenitoreelencoprodotti h3{
		font-size: 17px;
		/*font-weight: 600;*/
		/*line-height: 1em;*/
		/*margin: 0 0 20px 0;*/
	}
	/*.contenitoreelencoprodotti .testo{
		line-height: 1.5em;
	}*/
	.boxprodottilista{
		/*float: left;*/
		width: 70%;
		margin: 15px 15%;
		height: auto;
		/*background-color: #00f;*/
	}
	.boxprodottilista .img{
		text-align: center;
		height: 220px;
	}
	.boxprodottilista .titolo{
		/*text-align: center;*/
		font-size: 22px;
		/*font-weight: bold;*/
		/*line-height: 1em;*/
		padding: 7px 0 5px 0;
	}
	.boxprodottilista .testo{
		/*text-align: center;*/
		font-size: 16px;
		/*font-weight: 400;
		line-height: 1.2em;*/
	}
	.pulsanteinviodati{
		font-size: 15px;
		/*padding: 15px 20px;*/
		margin: 5px 0;
	}
	/* FINE PRODOTTI */
	
	/* FASCIA BLOG */
	.fasciablog{
		/*margin:30px auto 0 auto;*/
		padding: 30px 0;
	}
	.fasciablog h2{
		font-size: 23px;
		padding: 0 0 15px 0;
	}
	.altrilavori{
		padding: 0 0 0 0;
		text-align: right;
	}
	.box3{
		margin: 0 0 30px 0;
	}
	.titoli{
		float:none;
		width: 100%;
		margin: 0;
		}
	.img{
		float:none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.txxx{
		float:none;
		width: 100%;
		margin: 0;
	}
	.testuale{line-height: 1.5em;}
	.testodentrobox{padding: 10px;}
	/*.testodentrobox h2{
		font-weight: 200;
		font-size: 18px;
	}*/
	/*.testodentrobox h1{
		font-weight: 700;
		font-size: 26px;
	}*/
	/* FINE FASCIA BLOG */

	/* IMMAGINE INTERNA TOP */
	.immagineinternatop{
		height: 200px;
    }
	/* FINE IMMAGINE INTERNA TOP */
	/* TESTO UNA RIGA */
	.testosingolariga{
		padding: 10px 0 50px 0;
		line-height: 1.5em;
	}
	.testosingolariga h1{
		font-size: 24px;
		padding: 0 0 15px 0;
	}
	/* FINE TESTO UNA RIGA */
	/* BOTTOM */
	.bottom{
		background-color: #c1c1c1;
		padding: 25px 0 20px 0;
	}
	.bottom .box2{
		float: none;
		width: 100%;
	}
	.bottom .box2:last-child{
		padding: 0 0 0 0;
	}
	.bottom .box2 h3{
		font-size: 16px;
	}
	.bottom .box2 .testuale{
		font-size: 13px;
	}
	.datiazienda li{
		font-size: 14px;
	}
	/* FINE BOTTOM */

	.presucc{display: none;}
	/*.path{display: none;}*/
}



@media all and (max-width: 380px){
	/*body{font-size: 16px;}
	.container{
		max-width:92%;
		padding: 0 4%;
	}
	.containerpiccolo{
		max-width:92%;
		padding: 0 4%;
		background-color: #0ff;
	}*/
}

/* MAPPA CLIENTI */
#map{
	position: relative;
	width: 100%;
	height: 600px;
}
#map img {
	max-width: none;
	max-height: none;
}
