@charset "utf-8";
/* CSS Document */

/* Chrome, Safari, Opera */
@-webkit-keyframes background {
    0% {-webkit-opacity:0;}
	10% {-webkit-opacity:1;}
	90% {-webkit-opacity:1;}
	100% {-webkit-opacity:0;}
}

/* Standard syntax */
@keyframes background {
    0% {opacity:0;}
	2% {opacity:1;}
	31% {opacity:1;}
	33% {opacity:0;}
	100% {opacity:0;}
} 



* {
	vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

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, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*--------------------------------------------------------------- fine_reset -----------------------------------------------------------------------------------*/

.clear {
	clear:both;
}

body {
	background:#444;
	color:#999;
}

.left {
	float:left;
}

.right {
	float:right;
}

.testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:180%;
}

.lista_testo {
	margin:15px 25px;
}

.lista_testo li {
	margin:7px 0;
	list-style:disc;
}

.testo_scuro {
	color:#666;
}

.testo_grigio {
	color:#bbb;
}

.testo_bianco {
	color:#fff;
}

.testo_black {
	color:rgba(0,0,0,0.5);
}

.testo_giallo {
	color:#FABA00 !important;
}

.testo_verde {
	color:#3F9E55 !important;
}

.testo_blu {
	color:#00AFE3 !important;
}

.testo_rosso {
	color:#E7513D !important;
}

.back_giallo {
	background-color:#FABA00 !important;
}

.back_verde {
	background-color:#3F9E55 !important;
}

.back_blu {
	background-color:#00AFE3 !important;
}

.back_rosso {
	background-color:#E7513D !important;
}



#testata {
	position:fixed;
	z-index:200;	
	top:0;
	left:0;
	bottom:0;
	width:260px;
	background:#fff;
}

#logo {
	height:300px;
	padding:20px 0 0 0;
	text-align:center;
}

#logo .big {
	margin:20px 0 15px 0;
}

#logo .small {
	display:none;
}

#logo p {
	color:#575859;
	line-height:170%;
}

#logo span {
	font-family: 'dinprobold';
	font-size:19px;
	text-transform:uppercase;
}

#logo strong {
	font-family: 'dinprolight';
	font-size:18px;
}

#menu {
	display:none;
}

#nav {
	border-top:1px solid #ccc;
}

li.princ > a {
	display:block;
	text-decoration:none;
	height:79px;
	border-bottom:1px solid #ccc;
	line-height:79px;
	font-size:18px;
	color:#666;
	text-transform:uppercase;
	padding-left:30px;
	font-family: 'dinpro-regularregular';
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	box-shadow:0 0 0 #ccc inset;
	-webkit-box-shadow:0 0 0 #ccc inset;
}


li.princ > a:hover {
	box-shadow:-16px 0 0 #ccc inset;
	-webkit-box-shadow:-16px 0 0 #ccc inset;
}

li.active > a {
	transition:none;
	-webkit-transition:none;
	box-shadow:0 0 0 #ccc inset;
	-webkit-box-shadow:0 0 0 #ccc inset;
	color:#fff;
}

li:nth-child(1).active > a {
	background:#FABA00;
}

li:nth-child(2).active > a, li:nth-child(3).active > a {
	background:#E7513D;
}

li:nth-child(4).active > a, li:nth-child(5).active > a {
	background:#00AFE3;
}

li:nth-child(6).active > a, li:nth-child(7).active > a {
	background:#3F9E55;
}

li.active > a:hover {
	box-shadow:none;
	-webkit-box-shadow:none;
}


.bollino {
	width:8px;
	height:8px;
	border-radius:100%;
	-webkit-border-radius:100%;
	background:#FFFFFF;
	float:left;
	margin:7px 0 0 8px;
}




.pagina {
	background:#333333;
	padding:20px 30px;
}

h1.indice {
	font-family: 'dinpro-regularregular';
	font-size:22px;
	text-transform:uppercase;
	padding:7px 0;
}

.briciole {
	font-family: 'dinpro-regularregular';
	color:#999;
	font-size:16px;
}

.briciole a {
	text-decoration:none;
	color:#999;
}

.briciole span {
	font-family:Arial, Helvetica, sans-serif;
}


h2.titolo {
	font-family:'dinpro-regularregular';
	font-size:18px;
	text-transform:uppercase;
	line-height:180%;
}











#area_home {
	padding:0 0 0 260px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	min-height:710px;
}

.area {
	padding:0 0 0 260px;
	min-height:880px;
}

/*footer*/

.footer {
	padding:0 0 20px 260px;
	margin-top:10px;
	border-top:2px #333 solid;
}

.footer p {
	padding:20px 20px 0 20px;
	line-height:200%;
	font-size:13px;
}

.footer p span {
	font-weight:bold;
	padding:0 10px 0 0;
	display:block;
	float:left;
	width:80px;
}

.footer p a {
	color:#999;
	margin:0 10px 0 0;
}

.no_padd {
	padding:0;
}

.padd_30 {
	padding:30px;
}

.padd_30_15 {
	padding:15px 30px;
}

.padd_15 {
	padding:15px;
}

.padd_20 {
	padding:20px;
}

.container {
	width:1380px;
	margin:0 auto;
}

.modulo_doppio_slim {
	width:auto;
	margin:0 30px 60px 30px;
	padding:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.modulo_doppio {
	width:auto;
	margin:0 0 60px 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

/*chi sono e contatti */
.modulo {
	width:630px;
	margin:0 30px 60px 30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float:left;
}

.modulo ul {
	padding-left:15px;
}

.modulo li {
	list-style-type:square;
}

.raccolta_box {
	padding:0 10px;
}

/*servizi*/
.modulo_3 {
	width:300px;
	height:170px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

h2 {
	font-family:'dinpro-regularregular';
	font-size:24px;
	text-transform:uppercase;
	padding:0 0 10px 0;
}

.relative {
	position:relative;
}

h1.testata {
	font-family:'dinpro-regularregular';
	text-transform:uppercase;
	font-size:23px;
	line-height:140%;
	text-align:center;
	margin:0 20px;
	padding:25px 0 20px 0;
}

.esiti {
	padding-bottom:40px;
}

.esiti p {
	margin:25px auto;
	
}

.esiti a {
	color:#fff;
}










/* HOMEPAGE INDEX */

.entry {
	position:absolute;
	top:0;
	right:0;
	left:260px;
}

h1.home {
	font-size:24px;
	font-family: 'dinpro-regularregular';
	padding-bottom:10px;
	text-transform:uppercase;
}

.sfondo_home {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:75%;
	background:#333;
}

.sfondo_home div:nth-child(1) {
	background: url(../images/sfondo_4.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
    animation: background;
	animation-duration:36s;
	animation-delay:0s;
	animation-iteration-count:infinite;
    -webkit-animation: background;
	-webkit-animation-duration:36s;
	-webkit-animation-delay:0s;
	-webkit-animation-iteration-count:infinite;
}

.sfondo_home div:nth-child(2) {
	background: url(../images/sfondo_1.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
    animation: background;
	animation-duration:36s;
	animation-delay:12s;
	animation-iteration-count:infinite;
    -webkit-animation: background;
	-webkit-animation-duration:36s;
	-webkit-animation-delay:12s;
	-webkit-animation-iteration-count:infinite;
}


.sfondo_home div:nth-child(3) {
	background: url(../images/sfondo_2.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
    animation: background;
	animation-duration:36s;
	animation-delay:24s;
	animation-iteration-count:infinite;
    -webkit-animation: background;
	-webkit-animation-duration:36s;
	-webkit-animation-delay:24s;
	-webkit-animation-iteration-count:infinite;
}


.spot_home {
	width:25%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#bbb;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

.fade {
	min-height:250px;
}

.fade h1 {
	line-height:110%;
}

.fade article {
	padding:20px;
}

.spot_home h2 {
	text-transform:lowercase;
	background:#fff;
	padding:0 20px;
	height:60px;
	color:#999;
	line-height:48px;
}

.spot_home h2 span {
	font-size:1.8em;
	position:relative;
	top:7px;
	padding-right:5px;
	color:#FABA00;
}

.spot_home ul {
	margin:0 0 0 28px;
	list-style:disc;
}

.spot_home li {
	padding:8px 0 0 10px;
	list-style:url(../images/freccia_elenco.png);
}

.banda {
	position:absolute;
	bottom:0;
	left:260px;
	right:0;
	height:265px;
}

.banda article {
	float:left;
}

.cont_home_1 {
	width:50%;
	padding:20px 25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:#444;
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	text-align:center;
}

.cont_home_2 {
	text-align:center;
	width:25%;
	background:#fff;
	padding:20px 25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:absolute;
	left:50%;
	bottom:0;
	top:0;
}

.cont_home_2:nth-child(3) {
	text-align:center;
	width:25%;
	background:#fff;
	padding:20px 25px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:absolute;
	left:75%;
	bottom:0;
	top:0;
}


.cont_home_1 img, .cont_home_2 img {
	padding:16px 0;
	height:80px;
}

.banda a {
	color:#fff;
	padding:4px 5px;
	background:#666;
	background:rgba(0,0,0,0.35);
	border-radius:3px;
	-webkit-border-radius:3px;
	text-decoration:none;
}


/*CHI SONO*/

#foto_pers {
	width:100%;
	height:380px;
	margin:10px 0 20px 0;
	
}

#foto_1 {
	width:370px;
	margin:0 auto;
	background:url(../images/2014-06-21_0025.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	height:370px;
	border-radius:100%;
}

#foto_2 {
	display:none;
	float:left;
	width:40%;
	background:url(../images/heating-300961_640.jpg) no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	height:360px;
}

#foto_3 {
}

.social {
	display:block;
	width:45px;
	height:45px;
	float:left;
	margin:10px 10px 0 0;
	text-align:center;
	line-height:45px;
	font-size:26px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background:#999;
	border:1px solid #999;
	color:rgba(0,0,0,0.5);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.social.g {
	line-height:47px;
}


body .container .f:hover {
	box-shadow:45px 0 0 #3A5897 inset;
	-webkit-box-shadow:45px 0 0 #3A5897 inset;
}

body .container .g:hover {
	box-shadow:45px 0 0 #dd4b39 inset;
	-webkit-box-shadow:45px 0 0 #3A5897 inset;
}

body .container .i:hover {
	box-shadow:45px 0 0 #0274B3 inset;
	-webkit-box-shadow:45px 0 0 #3A5897 inset;
}

.elenco_est li {
	padding:4px 0;
}




/*SERVIZI*/

.raccolta_box {
	padding-top:20px;
}

.box_servizi {
	float:left;
	margin:20px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	background:#bbb url(../images/servizi_angolo.jpg) no-repeat bottom right;
	line-height:180%;
	color:#fff;
}

.box_servizi .clicca {
	cursor:pointer;
	padding:20px;
	box-shadow:0 0 0 #E7513D inset;
	-webkit-box-shadow:0 0 0 #E7513D inset;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.box_servizi .clicca:hover {
	box-shadow:0 15px 0 #E7513D inset;
	-webkit-box-shadow:0 15px 0 #E7513D inset;
}

.ante {
	font-family:'dinpro-regularregular';
	text-transform:uppercase;
	font-size:23px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	padding:0;
}

.box_servizi:hover .ante {
	padding-top:15px;
}

.servizio {
	z-index:-2;
	position:absolute;
	top:92px;
	left:260px;
	right:0;
	bottom:0;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	background:#E7513D;
	color:#666;
	opacity:0;
	-webkit-opacity:0;
	transform:scaleX(0.5);
	-webkit-transform:scaleX(0.5);
	transition:transform, opacity;
	-webkit-transition:-webkit-transform, -webkit-opacity;
	transition-duration:0.5s, 0.5s;
	-webkit-transition-duration:0.5s, 0.5s;
}

.box_servizi.open .servizio {
	z-index:400;
	opacity:1;
	-webkit-opacity:1;
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	transition-delay:0.2s, 0.2s;
	-webkit-transition-delay:0.2s, 0.2s;
	transition-duration:0.5s, 0.5s;
	-webkit-transition-duration:0.5s, 0.5s;
    transition-timing-function: ease-in, ease-in;
	-webkit-transition-timing-function: ease-in, linear;
}

.servizio h2 {
	font-size:2em;
	color:#fff;
	color:rgba(255,255,255,0.9);
	margin:50px 0 20px 0;
	opacity:0;
	-webkit-opacity:0;
}

.servizio p {
	color:#444;
	margin:0;
	font-size:1.1em;
	opacity:0;
	-webkit-opacity:0;
}

.open .servizio h2 {
	opacity:1;
	-webkit-opacity:1;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	transition-delay:1.0s;
	-webkit-transition-delay:1.0s;
}

.open .servizio p {
	opacity:1;
	-webkit-opacity:1;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	transition-delay:1.6s;
	-webkit-transition-delay:1.6s;
}

.servizio .esc {
	cursor:pointer;
	width:34px;
	height:34px;
	background:#444 url(../images/X_40_40.png) no-repeat center center;
	background-size:contain;
	-webkit-background-size:contain;
	border:3px solid #ccc;
	border-radius:100%;
	-webkit-border-radius:100%;
	position:absolute;
	top:20px;
	right:20px;
}

.close {
	opacity:0 !important;
	-webkit-opacity:0 !important;
}

.contenuto {
	width:820px;
	margin:0 auto;
	font-size:16px;
}



/*COLLABORAZIONI*/

.partner {
	float:left;
	width:450px;
	margin:5px;
	position:relative;
}

.partner h2 {
	height:60px;
	line-height:30px;
	padding-bottom:15px;
}

.partner div:nth-child(1){
	height:120px;
	background-size:cover;
}

.inge {
	background:url(../images/collab_inge.jpg) no-repeat center center;
}

.legno {
	background:url(../images/collab_legno.jpg) no-repeat center center;
}

.partner div:nth-child(2){
	height:225px;
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.email {
	background:#3F9E55;
	padding:0 20px;
	line-height:40px;
	color:#fff;
	position:absolute;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	bottom:0;
	left:0;
	margin:0 !important;
}





/*OPERE*/

.blocco_opera {
	background:#fff;
	float:left;
	width:450px;
	height:420px;
	margin:5px;
	overflow:hidden;
}

.blocco_opera h2 {
	background:#fff;
	height:60px;
	line-height:60px;
	padding:0 20px;
}

.blocco_opera .sensible {
	position:relative;
	height:360px;
	cursor:pointer;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.img_op {
	height:100%;
	background:#CCCCCC url(../images/img_prova.png) repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.scopri_btn {
	position:absolute;
	top:50%;
	left:50%;
	margin:-20px 0 0 -45px;
	height:90px;
	width:90px;
	background:#fff url(../images/piu_90_90.png) no-repeat center center;
	opacity:0;
	-webkit-opacity:0;
	border-radius:100%;
	-webkit-border-radius:100%;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}

.chiudi_btn {
	font-weight:bold;
	line-height:40px;
	font-size:15px;
	padding:0 20px;
	background:#00AFE3;
	color:rgba(0,0,0,0.5);
	height:40px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity:0;
	-webkit-opacity:0;
	position:relative;
}

.chiudi_btn i {
	position:absolute;
	right:15px;
	top:11px;
	font-size:16px;
}

.scopri_btn span {
	display:none;
}

.sensible:hover .scopri_btn {
	margin:-45px 0 0 -45px;
	opacity:1;
	-webkit-opacity:1;
}

.blocco_opera .sensible.open {
	height:40px;
}

.blocco_opera .sensible.open .scopri_btn {
	display:none;
}

.blocco_opera .sensible.open .img_op {
	height:0;
}

.blocco_opera .sensible.open .chiudi_btn {
	background:#00AFE3;
	color:rgba(0,0,0,0.5);
	opacity:1;
	-webkit-opacity:1;
}

.blocco_opera p {
	overflow:scroll;
	padding:20px 0 10px 20px;
	height:320px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


/*PER CHI*/

.chi_gruppo {
	position:relative;
}

.chi_colonna {
	width:33%;
	float:left;
}

.pulsante_chi {
	width:230px;
	height:230px;
	padding-top:50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 auto;
	cursor:pointer;
	text-align:center;
	border-radius:4px;
	background:#00AFE4;
	box-shadow: 1px 1px rgb(48, 48, 48), 2px 2px rgb(48, 48, 48), 3px 3px rgb(48, 48, 48), 4px 4px rgb(48, 48, 48), 5px 5px rgb(48, 48, 48), 6px 6px rgb(48, 48, 48), 7px 7px rgb(48, 48, 48), 8px 8px rgb(48, 48, 48), 9px 9px rgb(48, 48, 48), 10px 10px rgb(48, 48, 48), 11px 11px rgb(48, 48, 48), 12px 12px rgb(48, 48, 48), 13px 13px rgb(48, 48, 48), 14px 14px rgb(48, 48, 48), 15px 15px rgb(48, 48, 48), 16px 16px rgb(48, 48, 48), 17px 17px rgb(48, 48, 48), 18px 18px rgb(48, 48, 48), 19px 19px rgb(48, 48, 48), 20px 20px rgb(48, 48, 48), 21px 21px rgb(48, 48, 48), 22px 22px rgb(48, 48, 48), 23px 23px rgb(48, 48, 48), 24px 24px rgb(48, 48, 48), 25px 25px rgb(49, 49, 49), 26px 26px rgb(49, 49, 49), 27px 27px rgb(49, 49, 49), 28px 28px rgb(50, 50, 50), 29px 29px rgb(50, 50, 50), 30px 30px rgb(50, 50, 50), 31px 31px rgb(51, 51, 51), 32px 32px rgb(51, 51, 51), 33px 33px rgb(51, 51, 51), 34px 34px rgb(52, 52, 52), 35px 35px rgb(52, 52, 52), 36px 36px rgb(52, 52, 52), 37px 37px rgb(53, 53, 53), 38px 38px rgb(53, 53, 53), 39px 39px rgb(53, 53, 53), 40px 40px rgb(54, 54, 54), 41px 41px rgb(54, 54, 54), 42px 42px rgb(54, 54, 54), 43px 43px rgb(55, 55, 55), 44px 44px rgb(55, 55, 55), 45px 45px rgb(55, 55, 55), 46px 46px rgb(56, 56, 56), 47px 47px rgb(56, 56, 56), 48px 48px rgb(56, 56, 56), 49px 49px rgb(57, 57, 57), 50px 50px rgb(57, 57, 57), 51px 51px rgb(57, 57, 57), 52px 52px rgb(58, 58, 58), 53px 53px rgb(58, 58, 58), 54px 54px rgb(58, 58, 58), 55px 55px rgb(59, 59, 59), 56px 56px rgb(59, 59, 59), 57px 57px rgb(59, 59, 59), 58px 58px rgb(60, 60, 60), 59px 59px rgb(60, 60, 60), 60px 60px rgb(60, 60, 60), 61px 61px rgb(61, 61, 61), 62px 62px rgb(61, 61, 61), 63px 63px rgb(61, 61, 61), 64px 64px rgb(62, 62, 62), 65px 65px rgb(62, 62, 62), 66px 66px rgb(62, 62, 62), 67px 67px rgb(63, 63, 63), 68px 68px rgb(63, 63, 63), 69px 69px rgb(63, 63, 63), 70px 70px rgb(64, 64, 64), 71px 71px rgb(64, 64, 64), 72px 72px rgb(64, 64, 64), 73px 73px rgb(65, 65, 65), 74px 74px rgb(65, 65, 65), 75px 75px rgb(65, 65, 65), 76px 76px rgb(66, 66, 66), 77px 77px rgb(66, 66, 66), 78px 78px rgb(66, 66, 66), 79px 79px rgb(67, 67, 67), 80px 80px rgb(67, 67, 67), 81px 81px rgb(68, 68, 68);
	-webkit-box-shadow: 1px 1px rgb(48, 48, 48), 2px 2px rgb(48, 48, 48), 3px 3px rgb(48, 48, 48), 4px 4px rgb(48, 48, 48), 5px 5px rgb(48, 48, 48), 6px 6px rgb(48, 48, 48), 7px 7px rgb(48, 48, 48), 8px 8px rgb(48, 48, 48), 9px 9px rgb(48, 48, 48), 10px 10px rgb(48, 48, 48), 11px 11px rgb(48, 48, 48), 12px 12px rgb(48, 48, 48), 13px 13px rgb(48, 48, 48), 14px 14px rgb(48, 48, 48), 15px 15px rgb(48, 48, 48), 16px 16px rgb(48, 48, 48), 17px 17px rgb(48, 48, 48), 18px 18px rgb(48, 48, 48), 19px 19px rgb(48, 48, 48), 20px 20px rgb(48, 48, 48), 21px 21px rgb(48, 48, 48), 22px 22px rgb(48, 48, 48), 23px 23px rgb(48, 48, 48), 24px 24px rgb(48, 48, 48), 25px 25px rgb(49, 49, 49), 26px 26px rgb(49, 49, 49), 27px 27px rgb(49, 49, 49), 28px 28px rgb(50, 50, 50), 29px 29px rgb(50, 50, 50), 30px 30px rgb(50, 50, 50), 31px 31px rgb(51, 51, 51), 32px 32px rgb(51, 51, 51), 33px 33px rgb(51, 51, 51), 34px 34px rgb(52, 52, 52), 35px 35px rgb(52, 52, 52), 36px 36px rgb(52, 52, 52), 37px 37px rgb(53, 53, 53), 38px 38px rgb(53, 53, 53), 39px 39px rgb(53, 53, 53), 40px 40px rgb(54, 54, 54), 41px 41px rgb(54, 54, 54), 42px 42px rgb(54, 54, 54), 43px 43px rgb(55, 55, 55), 44px 44px rgb(55, 55, 55), 45px 45px rgb(55, 55, 55), 46px 46px rgb(56, 56, 56), 47px 47px rgb(56, 56, 56), 48px 48px rgb(56, 56, 56), 49px 49px rgb(57, 57, 57), 50px 50px rgb(57, 57, 57), 51px 51px rgb(57, 57, 57), 52px 52px rgb(58, 58, 58), 53px 53px rgb(58, 58, 58), 54px 54px rgb(58, 58, 58), 55px 55px rgb(59, 59, 59), 56px 56px rgb(59, 59, 59), 57px 57px rgb(59, 59, 59), 58px 58px rgb(60, 60, 60), 59px 59px rgb(60, 60, 60), 60px 60px rgb(60, 60, 60), 61px 61px rgb(61, 61, 61), 62px 62px rgb(61, 61, 61), 63px 63px rgb(61, 61, 61), 64px 64px rgb(62, 62, 62), 65px 65px rgb(62, 62, 62), 66px 66px rgb(62, 62, 62), 67px 67px rgb(63, 63, 63), 68px 68px rgb(63, 63, 63), 69px 69px rgb(63, 63, 63), 70px 70px rgb(64, 64, 64), 71px 71px rgb(64, 64, 64), 72px 72px rgb(64, 64, 64), 73px 73px rgb(65, 65, 65), 74px 74px rgb(65, 65, 65), 75px 75px rgb(65, 65, 65), 76px 76px rgb(66, 66, 66), 77px 77px rgb(66, 66, 66), 78px 78px rgb(66, 66, 66), 79px 79px rgb(67, 67, 67), 80px 80px rgb(67, 67, 67), 81px 81px rgb(68, 68, 68);
	border-radius:100%;
	z-index:10;
}

.pulsante_chi h2 {
	position:relative;
	text-align:center;
	background:none;
	color:#00AFE4;
	bottom:-5px;
	margin:0 auto;
	line-height:100%;
	padding:27px 0 5px 0;
	-webkit-box-sizing:border-box;
	opacity:0;
	-webkit-opacity:0;
	z-index:200;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}

.icone {
	width:160px;
	height:130px;
	background:url(../images/icone-chi.jpg) no-repeat;
	margin:0 auto;
}

.priv .icone {
	background-position:0 0;
}

.prof .icone {
	background-position:-160px 0;
}

.azie .icone {
	background-position:-320px 0;
}

.priv h2 {
	width:84px;
}

.prof h2 {
	width:184px;
}

.azie h2 {
	width:100px;
}

.pulsante_chi:hover h2 {
	opacity:1;
	-webkit-opacity:1;
	bottom:-45px;
}

.box_chi {
	margin-top:60px;
	height:310px;
	overflow:hidden;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.box_chi .desc {
	position:absolute;
	border-top:10px solid #00AFE4;
	margin:0;
	padding:25px 30px 30px 30px;
	top:410px;
	left:50px;
	right:50px;
	z-index:300;
	background:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	transform-origin:top;
	-webkit-transform-origin:top;
	transform:scaleY(0);
	-webkit-transform:scaleY(0);
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.box_chi.open {
	margin-top:100px;
	overflow:hidden;
}

.box_chi.open .desc {
	z-index:1000;
	transform:scaleY(1);
	-webkit-transform:scaleY(1);
}

.open .pulsante_chi h2 {
	opacity:1;
	-webkit-opacity:1;
	bottom:-45px;
	font-size:28px;
}

.open .priv .icone {
	background-position:0 0;
}

.open .prof .icone {
	background-position:-160px 0;
}

.open .azie .icone{
	background-position:-320px 0;
}

.open .priv h2 {
	width:104px;
}

.open .prof h2 {
	width:220px;
}

.open .azie h2 {
	width:130px;
}



/*CONTATTI*/

.mappa {
	padding-top:30px;
}

#map-canvas {
	margin:0;
	padding:0;
	height:500px;
	width:100%;
}

.contatti_uno {
	background:#3F9E55;
	height:470px;
	margin:30px 0 20px 0;
	padding:30px 30px 0 30px;
	color:rgba(255,255,255,0.8);
}

.contatti_uno .titolo {
	padding:0;
	font-size:1.3em;
	color:rgba(0,0,0,0.3);
	font-family: 'dinprobold';
}

.contatto {
	padding-bottom:40px;
	font-size:1.1em;
}

.contatti_uno .social {
	background:rgba(255,255,255,0.8);
	color:rgba(0,0,0,0.5);
	border:1px solid #fff;
	box-shadow:none;
	-webkit-box-shadow:none;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.modulo > p.testo {
   display: none;
}

.apri_info {
	font-family: 'dinpro-regularregular';
	display: none;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
	height:42px;
}

.apri_info i {
	font-size:24px;
	line-height:24px;
	padding:8px 10px 10px 10px;
	box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3) inset;
	transition:all 0.25s;
	-webkit-transition:all 0.25s;
}

.apri_info:hover i {
	box-shadow: 45px 0 0 rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 45px 0 0 rgba(0,0,0,0.3) inset;
}

.apri_info span {
	line-height:18px;
	font-size:18px;
	padding:0 10px;
	position:relative;
	top:-1px;
}

.modulo_info {
	position:fixed;
	z-index:500;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	top:0;
	left:0;
	overflow:scroll;
	display:none;
}

.modulo_info div {
	background:#fff;
	margin:40px auto 0 auto;
	width:448px;
	padding:20px 10px;
	position:relative;
}

.modulo_info h2 {
	padding-left:10px;
}

td {
	padding:10px;
	font-size:1.2em;
}

input {
	padding:6px 5px;
	width:300px;
	background:#d4d4d4;
	box-shadow:0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3) inset;
}

textarea {
	padding:6px 5px;
	width:300px;
	font-size:0.8em;
	max-width:300px;
	min-width:300px;
	min-height:180px;
	background:#d4d4d4;
	box-shadow:0 1px 1px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3) inset;
}

#spunta {
	width:auto;
	margin:20px 6px 0 0;
}

#privacy {
	max-width:300px;
	font-size:12px;
	line-height:150%;
}

.invia {
	text-align:right;
}

.invia button {
	width:310px;
	cursor:pointer;
	padding:7px 5px;
	font-family: 'dinpro-regularregular';
	font-size:18px;
	border:2px solid #3F9E55;
	background:#fff;
	color:#3F9E55;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.invia button:hover {
	background:#3F9E55;
	color:#fff;
}

.chiudi_info {
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	top:0;
	right:-40px;
	background:#666;
	cursor:pointer;
	box-shadow:0 0 0 #3F9E55 inset;
	-webkit-box-shadow:0 0 0 #3F9E55 inset;
	transition:all 0.2s;
	-webkit-transition:all 0.3s;
}

.chiudi_info:hover {
	box-shadow:-40px 0 0 #3F9E55 inset;
	-webkit-box-shadow:40px 0 0 #3F9E55 inset;
}



/*MAPPA elementi interni*/
.map {
	padding:10px;
	width:200px;
	line-height:160%;
}

.map strong {
	font-weight:bold;
}

.map h1 {
	font-size:16px;
	padding-bottom:10px;
}




/*informative*/
.informative h1 {
	margin-bottom:15px;
}
.informative h2 {
	color:#3F9E55;
	font-size:1.1em;
	margin:20px 0 10px 0;
}

.informative p {
	margin-bottom:15px;
}

.informative ul {
	padding-left:15px;
}

.informative li {
	list-style:disc;
}

.informative .s_elenco {
	padding-left:25px;
}

.informative .s_elenco li {
	list-style:lower-latin;
}



.under_c {
	font-style:italic;
	margin:30px 0;
	line-height:150%;
}










@media screen and (max-width:1735px){/*____________*/
	.banda {
		height:290px;
	}
}

@media screen and (max-width:1700px){/*____________*/
	.container {
		width:1260px;
	}
	
	.modulo {
		width:590px;
		margin:0 20px 60px 20px;
	}
	
	
	/*servizi*/
	.raccolta_box {
		padding:0;
	}
	
	.modulo_3 {
		width:380px;
	}
	
	
	
	/*opere*/
	.blocco_opera {
		width:620px;
	}
	
	/*collaborazioni*/
	.partner {
		width:410px;
	}
	
	.partner div:nth-child(2) {
		height:245px;
	}

}


@media screen and (max-width:1685px) {
	
	.sfondo_home {
		width:50%;
	}
	
	.spot_home {
		width:50%;
	}
}

@media screen and (max-width:1620px){/*____________*/
	.container {
		width:1170px;
	}
	
	.modulo {
		width:565px;
		margin: 0 10px 60px 10px;
	}
	
	/*servizi*/
	.modulo_3 {
		width:350px;
	}
	
	
	/*opere*/
	.blocco_opera {
		width:575px;
	}
	
	/*collaborazioni*/
	.partner {
		width:380px;
	}
	
	.partner div:nth-child(2) {
		height:280px;
	}
	
	.partner h2 {
		font-size:20px;
		height:52px;
		line-height:26px;
	}
	
	.partner div:nth-child(2) {
		height:238px;
	}
		
}


@media screen and (max-width:1500px){/*____________*/
	.container {
		width:1050px;
	}
	
	.modulo {
		width:515px;
		margin: 0 5px 60px 5px;
	}
	
	/*homepage*/
	#area_home {
		position:static;
	}
	
	.entry {
		position:static;
	}
	
	.sfondo_home {
		width:50%;
		height:500px;
		float:left;
		position:relative;
	}
	
	.spot_home {
		width:50%;
		float:left;
		height:500px;
		position:static;
	}
		
	.fade article {
		margin:0 auto;
	}
		
	.banda {
		position:static;
		height:auto;
	}
	
	#area_home .banda .cont_home_1 {
		width:auto;
		position:static;
		padding:40px;
		float:none;
	}
	
	#area_home .banda .cont_home_2 {
		width:50%;
		float:left;
		position:static;
		padding:40px;
	}
	
	.banda article p {
		max-width:700px;
		margin:0 auto;
	}
	
	/*servizi*/
	.modulo_3 {
		width:310px;
	}
	
	
	/*opere*/
	.blocco_opera {
		width:515px;
	}
	
	/*collaborazioni*/
	.partner {
		width:515px;
	}
	
	.partner div:nth-child(2) {
		height:215px;
	}
	
}

@media screen and (max-width:1467px){/*____________*/
	
}

@media screen and (max-width:1349px){/*____________*/
	.container {
		width:960px;
	}
	
	.modulo {
		float:none;
		width:auto;
		margin:0 0 30px 0;
	}
	
	/*chi sono*/
	#foto_pers {
		float:left;
		width:50%;
		height:315px;
	}
	
	#foto_pers div {
		height:315px;
		width:315px;
	}
	
	
	
	#me {
		float:left;
		padding:3px 0 0 20px;
		width:50%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	.padd_30 {
		padding:0;
	}
	
	/*servizi*/
	
	.modulo_3 {
		width:300px;
	}
	
	.box_servizi {
		margin:10px;
	}
	
	/*opere*/
	.blocco_opera {
		width:470px;
	}
	
	/*collaborazioni*/
	.partner {
		width:470px;
		margin-bottom:20px;
	}
	
	.partner div:nth-child(2) {
		height:215px;
	}
	
}


@media screen and (max-width:1270px){
	.container {
		width:auto;
		padding:0 20px;
	}
	
	.modulo {
		float:none;
		width:auto;
		margin:0 10px 30px 10px;
	}
	
	.modulo_doppio {
		width:auto;
		margin-right:10px;
		margin-left:10px;
	}
	
	#foto_pers {
		float:none;
		width:auto;
		height:230px;
	}
	
	#foto_pers div {
		width:220px;
		height:220px;
	}
	
	#me {
		float:none;
		padding:0;
		width:auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	.padd_30 {
		padding:0;
	}
	
	/*servizi*/
	.raccolta_box {
		width:720px;
		margin:0 auto;
		
	}
	
	.modulo_3 {
		width:340px;
	}
	
		
	/*opere*/
	.blocco_opera {
		width:470px;
	}
	
	.contenuto {
		width:600px;
		font-size:15px;
	}
	
	
	/*collaborazioni*/
	.raccolata_pat {
		width:840px;
	}
	
	.partner {
		width:410px;
	}
	
	.partner div:nth-child(2) {
		height:235px;
	}
}

@media screen and (max-width:1150px){
	
	.footer p {
		padding-left:25px;
		padding-right:25px;
	}
	
	/*homepage*/
	.sfondo_home {
		width:auto;
		height:200px;
		float:none;
	}
	
	.spot_home {
		width:auto;
		float:none;
		height:360px;
	}
	
	/*collaborazioni*/
	.raccolata_pat {
		width:auto;
	}
	
	.partner {
		width:90%;
		float:none;
		margin:10px auto 20px auto;
	}
	
	.partner div:nth-child(1) {
		height:90px;
	}
	
	.partner div:nth-child(2) {
		height:auto;
		padding-bottom:50px;
	}
	
	/*footer*/
	.footer p {
		float:none !important;
	}
}

@media screen and (max-width:1050px){
	
	
	/*servizi*/
	
	.raccolta_box {
		width:auto;
		padding:0 20px;
	}
	
	.modulo_3 {
		width:auto;
		float:none;
		height:auto;
	}
	
	.box_servizi {
		margin:20px;
	}
	
	.box_servizi .clicca {
		padding:25px 25px 40px 25px;
	}
	
	
}



/*@media screen and (max-width:1270px) and (min-width:700px){
}*/

@media screen and (max-width:980px){
	.spot_home {
		height:400px;
	}
}


@media screen and (min-width:961px){
	.serv_stile_big {
		position:absolute;
		left:260px;
		top:0;
		bottom:0;
		width:274px;
		padding-top:40px;
		display:none;
	}
		
	.serv_attivo .serv_stile_big {
		display:block;
		background:#E7513D;
	}
	
	.serv_stile_big a {
		font-family: 'dinpro-regularregular';
		color:#fff;
		text-decoration:none;
		font-size:18px;
		display:block;
		margin:0 0 25px 20px;
		padding:5px;
	}
	
	.serv_stile_big span {
		float:left;
	}
	
	#servizi_link {
		display:none;
	}
	
	.bollo_ruota {
		display:none;
	}

}

@media screen and (max-width:960px){/*____________ DISPOSITIVI MOBILI*/
	.container {
		width:auto;
	}
		
	#testata {
		position:fixed;
		width:100%;
		height:60px;
	}
	
	#logo {
		height:auto;
		padding:0;
		text-align:left;
	}
	
	#logo .big {
		margin:10px 10px 0 10px;
		height:40px;
		float:left;
	}
	
	#logo p {
		margin-top:10px;
		color:#575859;
		line-height:120%;
		float:left;
	}
	
	#logo span {
		font-size:18px;
	}
	
	#logo strong {
		font-size:17px;
	}
	
	#menu {
		display:block;
		width:60px;
		height:60px;
		background:#fff;
		border-left:1px solid #ccc;
		float:right;
		cursor:pointer;
		position:relative;
	}
	
	#menu i {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		line-height:60px;
		text-align:center;
		font-size:30px;
	}
	
	#menu i:nth-child(1) {
		opacity:1;
		-webkit-opacity:1;
	}
	
	#menu i:nth-child(2) {
		opacity:0;
		-webkit-opacity:0;
	}
	
	#menu.menu_aperto i:nth-child(1) {
		opacity:0;
		-webkit-opacity:0;
	}
	
	#menu.menu_aperto i:nth-child(2) {
		opacity:1;
		-webkit-opacity:1;
	}
	
	#nav {
		border-top:1px solid #ccc;
		background:#fff;
		position:fixed;
		top:60px;
		left:0;
		display:none;
		width:100%;
		bottom:0;
	}
	
	#nav.nav_aperta {
		display:block;
	}
	
	li.princ > a {
		height:50px;
		line-height:50px;
		font-size:18px;
		padding-left:30px;
		transition:none;
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	
	li.princ > a:hover {
		box-shadow:none;
		-webkit-box-shadow:none;
	}
	
	.footer {
		padding:0 0 20px 0px;
		margin-top:40px;
	}
	
	.area {
		min-height:0;
	}
	
	/*homepage*/
	#area_home {
		position:static;
		padding:0;
	}
	
	.sfondo_home {
		margin-top:60px;
	}
	
	
	/*Servizi*/
	#bottone_serv  {
		position:relative;
	}
	
	.servizio {
		left:0;
		top:60px;
		position:fixed;
	}
	
	.b_servizi {
		display:block;
		position:absolute;
		width:100%;
		height:50px;
		top:0;
		left:0;
	}
	
	.bollo_ruota {
		margin:10px 15px 0 0;
		display:block;
		float:right;
		width:30px;
		height:30px;
		border-radius:100%;
		-webkit-border-radius:100%;
		background:url(../images/bollo_servizi.png) no-repeat #fff;
		border:1px solid rgba(0,0,0,0.25);
	}
	
	.bollo_ruota_att {
		transform:rotate(90deg);
	}
	
	.serv_stile_smart {
		display:none;
		background:#d4d4d4;
		position:static;
		width:auto;
		padding:10px 0;
	}
		
	.serv_attivo .serv_stile_smart {
		display:none;
		background:#E7513D;
	}
	
	#menu_servizi.serv_aperto {
		display:block;
	}
			
	.serv_stile_smart a {
		font-family: 'dinpro-regularregular';
		color:#fff;
		text-decoration:none;
		font-size:18px;
		display:block;
		margin:12px 0;
		padding:10px 40px;
	}
	
	.serv_stile_smart span {
		float:left;
	}
	
	
	.area, .area_serv {
		padding:60px 0 0 0;
	}
	
	/*collaborazioni*/

	.raccolta_box {
		width:720px;
		padding:0;
	}
	
	.modulo_3 {
		width:340px;
		float:left;
		height:160px;
	}
	
	.box_servizi {
		margin:10px;
	}
	
	.box_servizi .clicca {
		padding:25px;
	}
	
	/*contatti*/
	.modulo_info div {
		margin-top:70px;
	}

}


@media screen and (max-width:780px){
	
	/*homepage*/
	.spot_home {
		display:none;
	}
	
	/*servizi*/
	.contenuto {
		width:500px;
		font-size:14px;
	}
	
	
	/*collaborazioni*/
	
	.raccolta_box {
		width:auto;
		padding:0 20px;
	}
	
	.modulo_3 {
		width:auto;
		float:none;
		height:auto;
	}
	
	.box_servizi {
		margin:20px;
	}
	
	.box_servizi .clicca {
		padding:25px 25px 40px 25px;
	}
	
}


@media screen and (max-width:700px){
	
	#area_home .banda .cont_home_2 {
		float:none;
		width:auto;
	}
}


@media screen and (max-width:650px){
	.footer p 
	{
		font-size:12px;
	}
	
	.footer .right {
		display:none;
	}
	
	h1.indice {
		font-size:18px;
	}
	
	.briciole {
		font-size:14px;
	}
	

	.pagina {
		padding: 5px 20px 15px 20px;
	}	
	
	/*servizi*/
	
	
	h1.testata {
		font-size:20px;
	}
	
	.raccolta_box {
		padding:0;
	}
	
	.box_servizi {
		background-size:20%;
		-webkit-background-size:20%;
	}
		
	.ante {
		font-size:20px;
	}
	
	.contenuto {
		width:auto;
		margin:0 50px;
		font-size:12px;
	}
	
	/*contatti*/
	.modulo_info div {
		margin:70px 10px 0 10px;
		width:auto;
		padding-top:50px;
	}
	
	.modulo_info table {
		width:100%;
	}
	
	.modulo_info tr td:nth-child(1) {
		display:none;
	}
	
	.modulo_info tr td:nth-child(2) {
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	.modulo_info input, .modulo_info textarea, .modulo_info button {
		width:100% !important;
		margin:0 auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		max-width:none;
	}
	
	.modulo_info .chiudi_info {
		right:5px;
		top:5px;
	}
	
	.modulo_info tr td.invia {
		display:block;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
}

@media screen and (max-width:520px){

	
	/*servizi*/
	.box_servizi {
		background-size:25%;
		-webkit-background-size:25%;
	}
	
	.ante {
		font-size:18px;
	}
	
	.servizio .esc {
		width:30px;
		height:30px;
	}
		
	.contenuto {
		width:auto;
		margin:0 30px;
		padding:10px 0;
	}

}

@media screen and (max-width:450px){
	#logo .big {
		display:none;
	}
	
	#logo .small {
		display:block;
		float:left;
		margin:5px 12px 5px 5px;
	}
	
	#logo p {
		line-height:125%;
		margin-top:8px;
	}
	
	#logo span {
		font-size:17px;
	}
	
	#logo strong {
		font-size:16px;
	}
	
	.footer p {
		font-size:11px;
	}
	
	
	/*servizi*/
	.contenuto {
		font-size:11px;
	}
	
	/*collaborazioni*/
	.partner h2 {
		font-size:18px;
	}
	
	.partner p {
		font-size:12px;
	}
	
	/*contatti*/
	#map-canvas {
		height:400px;
	}
	
	.contatti_uno {
		font-size:14px;
		padding:20px;
		height:auto;
	}
	
	.contatto {
		padding-bottom:20px;
	}

	.modulo_info input, .modulo_info textarea {
		min-width:10px;
	}

}



/*
	.modulo_3 {
		width:auto;
		margin:0;
		float:none;
		padding:10px;
		height:auto;
	}
*/




@media screen and (max-height:879px) and (min-width:960px) {
	
	#logo {
		height:200px;
	}


}


@media screen and (max-height:849px) and (min-width:1500px) {
	
	.sfondo_home {
		width:50%;
	}
	
	.spot_home {
		width:50%;
	}
}

@media screen and (max-height:779px) and (min-width:960px) {
	li.princ > a {
		height: 69px;
		line-height: 69px;
	}
}


@media screen and (max-height:711px) and (min-width:960px) {

    #testata {
        overflow: hidden;
    }

	#hide_scroll {
		width:100%;
        width:calc(100% + 18px);
        width:-webkit-calc(100% + 18px);
        width:-moz-calc(100% + 18px);
        width:-o-calc(100% + 18px);
		position:absolute;
		top:0;
		bottom:0;
		left:0;
        overflow-y: scroll;
        overflow-x: hidden;
	}
}
	
@media screen and (min-width:1350px) {
   .contatti .container {
      display: flex;
   }

   .contatti .modulo {
      width: 50%;
      float: none;
   }
}

.contatti .modulo {
   position: relative;
}

.contatti iframe {
   position: absolute;
   top: 30px;
   left: 0;
   width: 100%;
   height: calc(100% - 50px);
}

.contatti .mappa {
   min-height: 260px;
}


































































































































