@media print { #camo-edit {display: none;} }
/* Cookie bar **/
/**video e cookie**/
.external-blocker{background: var(--c5);border:2px solid var(--c8) !important;padding:20px;text-align: center;display: flex;align-items: center;justify-content: center}
.external-blocker.google-content{display: flex}
.slider .bwrap div.external-blocker{padding:20px 15px;}
div.external-blocker.youtube-content{height: 410px;padding-bottom: 0;}
.youtube-video .txt-video,.external-blocker .txt-item{font-size:16px; line-height: 20px; position: relative; text-align: center; padding-bottom: 20px;}
.slider .external-blocker .txt-item{position: relative;height:auto!important; text-align: center!important; padding-bottom: 20px!important;}
.youtube-video .bt-video{margin-bottom:20px;text-transform: none}
.bt-item{display: block;margin: 0px auto 20px; background: var(--c4);color: var(--c2);padding: 10px;border-radius: 10px;max-width: 300px;font-size: 15px;line-height: 20px;font-family: var(--f1); overflow: hidden;  position: relative; transition: transform 0.3s ease, color 0.3s ease;z-index:1;}
.bt-item:before {content: ""; position: absolute; top: -2px; left: -2px; right: -2px; bottom: -2px; background: var(--c2);  transform: scaleX(0);
  transform-origin: left; transition: transform 0.3s ease;  z-index:-1;}
.bt-item:hover { color: var(--c4)!important;}
.bt-item:hover:before {transform: scaleX(1);}
#camo-edit .name, #camo-edit .surname, #camo-edit .company {display: none}

.youtube-content, .youtube-content-preview,.google-content {cursor:pointer;height: 450px;width: 100%;max-width: 925px;}
.google-content {display: block; width: 96%; max-width: 1170px;margin:0px auto}
iframe.external-blocker.youtube-content,iframe.external-blocker.google-content{border:0!important;padding: 0}
.cookie_wrap{position: fixed;inset: 0px;overflow: scroll;height: 100%;background: #000000;background-color: rgb(0, 0, 0,0.8);z-index: 11000;
padding-top: 40px;padding-left: 15px;padding-right: 15px;top:0;width:100%;}
html.camo-bmark .cookie_wrap {top: 48px;}
#cookie_consent_customize {display: none;}
.cookie_consent >.cookie_consent_actions {display: none !important;}
.cookie_consent.customize #cookie_consent_customize{display: block !important;} 
.cookie_consent.customize #cookie_consent_intro {display: none;}
.cookie_consent span.title{color:#000;font-size:22px;line-height: 28px;text-transform: none;}
.cookie_consent {font-size: 18px;background: var(--c1);line-height:26px;position: relative;z-index: 99999998 !important;width:94%;margin: 0 auto;padding: 0 ;opacity: 0;-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.cookie_consent_transition{top:10px!important;opacity: 1!important}
#cookie_consent_title{display: flex;background: var(--c4);font-size: 26px;line-height: 30px;font-weight: 600;color: var(--c2);padding:20px 30px;margin:0;}
#cookie_consent_intro p a,#cookie_consent_intro p a:visited{color:var(--c2);font-weight: 600}
#cookie_consent_intro p a:hover{color:var(--c4)}
.cookie_consent span.title{margin-top:0;}
.cookie_consent_reject_save,.cookie_consent_accept_save,.cookie_consent_customize,.cookie_consent_customize_back,.bt-right a{margin-left: auto;font-size:18px;line-height:20px;padding: 10px;font-weight:400;display: inline-block;text-decoration:none}
.cookie_consent_reject_save,.cookie_consent_reject_save:visited{background: rgba(255,255,255,0.3);color:var(--c2);border: 1px solid transparent}
.cookie_consent_customize_back:hover,.bt-right a,.bt-right a:visited{background:var(--c6);color:var(--c1);border:1px solid var(--c1);transition: all 1s ease;}
.cookie_consent_reject_save:hover{background: rgba(255,255,255,0.7);transition: all 0.5s ease;}
.bt-right a:hover{color:var(--c2);background:var(--c4)}
#cookie_consent_intro,#cookie_consent_customize{background: var(--c1);padding:20px 30px;font-size: 17px;line-height: 22px;}
.cookie_consent_customize,.cookie_consent_customize:visited,.cookie_consent_customize_back,.cookie_consent_customize_back:visited,.cookie_consent_customize_back,.cookie_consent_customize_back:hover {
	background: var(--c1);  color:var(--c6);
	border:1px solid var(--c6);
    text-decoration: none;
    display: inline-block;
}
.cookie_consent_customize_save{margin-right:5px;}
.cookie_consent_actions .bt-right {
  margin-left: auto;
}
.cookie_consent_customize:hover,.cookie_consent_customize_back:hover{background: var(--c6);  color:var(--c1)}
.bt-right,.bt-left{align-self: center}
.bt-left a{transition: all 1s ease;}
.cookie_consent_actions,.cookie_consent.customize > .cookie_consent_actions{
    margin-top:40px;
    font-weight:700;
    display: flex !important;
	margin-left: auto !important;
}
.cookie_consent.customize >.cookie_consent_actions{padding-left: 30px; padding-right: 30px;padding-bottom: 20px}

.bt-right a.cookie_consent_reject_save, .bt-right a.cookie_consent_reject_save:visited {
	background: #ededed;
	border: 1px solid #ededed;
	color: rgba(8,61,121,.6);
	display: none;
}
.cookie_consent_option{margin-top:20px;}
.cookie_consent_option span.title{margin-bottom:0px;}
.cookie_consent_option p{margin:8px 0px;}

/***switch**/
.cookie_consent_toggle,.cookie_consent_technical_storage,.forced{
position:relative;
cursor: pointer;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
padding: 2px;
color: var(--c1);
border-radius: 30px;
width: 54px;
height:26px;
	display: inline-block

}
.forced{cursor: auto}
.cookie_consent_toggle:before,.forced:before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 2px;
bottom: 2px;
background-color: var(--c5);
-webkit-transition: .4s;
transition: .4s;
border-radius: 50%;

}
.media .txt-item a {
	display: inline; 
	font-weight:600;
}
.selection_value{
	display: inline-block;
	padding-left: 10px;
	position: relative;
	top: -7px;
}
    .forced{opacity: 0.7}

 .cookie_consent_toggle.selected, .forced {
 	background:var(--c4);
 }

.cookie_consent_toggle.selected:before,.forced:before{left:30px; }
@media (max-width: 767px) {
	.youtube-content, .youtube-content-preview {
		cursor:pointer;
		height: 350px;
	}		
}
@media (max-width: 599px) {
	.cookie_consent.customize > .cookie_consent_actions {padding-bottom: 5px;}
	.cookie_consent_actions a.cookie_consent_customize_back{margin-top:0!important}
	.youtube-content, .youtube-content-preview {cursor:pointer;height: 320px;}	
	iframe.google-content{height: 320px}
	#cookie_consent_intro p{max-height: 220px; overflow-y: auto; -webkit-overflow-scrolling: touch; padding-right:10px;}
	#cookie_consent_title{flex-wrap: wrap;font-size: 22px;line-height: 26px;}
	#cookie_consent_title span{display: block;width:100%;}
	.cookie_consent_reject_save{margin: 10px 0 0 0;margin: 10px 0 0 0;font-size: 16px;line-height: 16px;padding: 7px 15px;}
	.cookie_consent span.title {
        font-size: 20px;
        line-height: 26px;
    }
    #cookie_consent_intro, #cookie_consent_customize {
	font-size: 15px;
	line-height: 22px;
}
    #cookie_consent_intro, #cookie_consent_customize,#cookie_consent_title{padding:20px;}
    .bt-right a, .bt-right a:visited,.cookie_consent_actions a{padding:7px;}
    a.cookie_consent_reject_save:visited{padding:7px 25px; text-decoration: none; margin-left: 20px;font-size:18px;line-height: 26px}
    .cookie_consent_actions {
        margin: 12px 0;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .cookie_consent_actions a{
        width: 100% !important;
        display: block;
        text-align: center !important;
        margin: 6px 3px !important;
    }
    .bt-left{
         width: 100%;
       -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .bt-right{
         width: 100%;
       -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cookie_consent_actions a{font-size:16px;line-height: 22px;}
    /*.cookie_consent{height:calc(100% - 15%);    overflow-y: hidden;}*/
    .cookie_consent.customize{height:calc(100% - 22px); }
    .cookie_consent.customize #cookie_consent_customize {
        display: block;
        height:100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 180px;
    }
    .cookie_consent.customize .cookie_consent_actions{background: var(--c1);width: 82%;position: fixed;left: 9%;bottom: -20px;padding-left:0; padding-right:0}
}
@media (max-width: 375px) {
	.youtube-content, .youtube-content-preview {
		cursor:pointer;
		height: 210px;
	}	
	div.youtube-content, div.youtube-content-preview{height: 370px}
}

@media (min-width: 768px) {
	.bt-item{padding: 15px;font-size: 18px;line-height: 22px;}
	.google-content {width: 90%}
	.youtube-video .txt-video,.external-blocker .txt-item{font-size:18px; line-height: 22px;}
}
@media (min-width: 1200px) {
	.cookie_consent{max-width: 1170px;}
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {opacity:1 !important;}
input:-moz-placeholder,textarea:-moz-placeholder { /* Firefox 18- */opacity:1 !important;}
input::-moz-placeholder,textarea::-moz-placeholder {  /* Firefox 19+ */	opacity:1 !important;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {  opacity:1 !important;}
/***zoom image**/
html.camo-bmark #zoom{top:48px}
html.camo-bmark #zoom button{top:58px}
#zoom {	position: fixed;inset: 0px; overflow: scroll; height:100%;  background-color: rgb(0, 0, 0,0.7);	z-index:1000;display:none;   padding-top:40px;	padding-left:15px; padding-right: 15px;}
#zoom button {position: fixed; top:10px;right: 25px; font-size:40px;line-height: 36px;    background:transparent;   color:var(--c1);min-width:50px;cursor:pointer}	
#zoom img {max-width: 100%;height: auto; margin:40px auto;display: block;}
.overlay-active{width:100% !important;height:auto!important;overflow:hidden;position:fixed;}
.overlay-active #zoom {display:block;}
.btitle{display: block}
/***zoom image*/
/**slider**/
.slider .container{position: relative;width:100%;height: 100%;padding:0}
.banner-t,.banner-t div{position: absolute!important;width: 100%; height: 100%; top:0}
.banner-t>div img{width: 100%;display: none} 
.homepage .slider,.slider .cycle-slide/*,.homepage .cycle-slide >span*/{top:0;width:100%; padding:0;position: absolute;height:100%}
.homepage .slider img{position:absolute !important;top:0px;height:100%;width:auto;max-width:none;left: 50%;  transform: translateX(-50%);opacity:1}
.btitle{font-size:22px;line-height: 28px; display: block;color:var(--c3)}
.babstract{font-size:14px;line-height: 20px; display: block;color:var(--c1);padding-top: 5px;}
.btitle a,.btitle a:visited,.btitle a:hover{color:var(--c3)}
/***/

#intestazione.fixed-top {position: fixed;right: 0;left: 0;z-index: 1030;}
.fixed-top .logobig{height: 40px; width: auto}
.content-menu.open .main-menu {
  right: 0%;
  ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  z-index:299;
}
 .active.responsive-nav::before {transform: translateY(8px) rotate(135deg);}
 .active.responsive-nav::after {transform: translateY(-8px) rotate(-135deg);}
 .active.responsive-nav span {transform: scale(0);}
 .active.responsive-nav span, .active.responsive-nav::after, .active.responsive-nav::before {background: var(--c1);border: 1px solid var(--c1);}

/*pagina dettaglio*/

.detail .date, .detail .address, .detail .desc, .download-head, .wrap-contact .request-sent > span, .homepage .metratura, .homepage .locali, .homepage .postiauto, .homepage .attributi .prezzo .label{display: none}
.detail .block-maps,.detail article.page header{padding-top: 20px;}
.detail .block-maps{padding-bottom: 30px;}
.detail iframe {margin-bottom: 0}
.detail .file{display: block; color:var(--c2);padding-left: 40px;min-height: 40px}
.detail .file:hover{color:var(--c4)}
.detail .download-content .file-size {margin: 0}
.detail .download-content .odd {margin-bottom: 15px}

.request-sent p, .homepage .attributi .prezzo {text-align: center;margin: auto}
.request-sent::before {content:"Grazie!";font-weight: 800;font-size: 30px;line-height: 34px;margin-bottom: 20px;text-transform: none;color: var(--c2);display: block;text-align: center}
iframe{min-height: 170px}
footer{padding-top: 20px; padding-bottom: 20px;}
footer label{display: none}
footer .finfo{position: relative;z-index: 10}
footer a,footer a:visited, footer a:hover{color:var(--c1); text-decoration:none} 
footer a:hover{opacity:0.8}
footer .social a:hover{opacity:1}
footer mark{color: var(--c1);font-weight:400;font-size:14px;line-height: 18px;padding-bottom: 0px;margin-bottom: 10px;}
footer mark:after{content: "";width: 80%;margin: auto; display: block;margin-top:6px;height: 1px;background: rgba(255,255,255,.3)}
.fcont{padding-left: 15px; padding-right: 15px}
.credit {margin-top: 20px; font-family: var(--f1);color:var(--c2);background: var(--c5); font-weight:400;font-size:16px;line-height: 20px;}
.credit p{text-align: center}
/** gallery**/
.gallery ul li:before{content: "";width:0;padding-left:0;}
/***download***/
section.download{padding-top:20px;padding-bottom: 30px}
section.download >.title,.vertical-table-files > .title,section.gallery >.title,.plain-table >.title,.vertical-table >.title,section.module>.title{display: block;font-family: var(--f2);text-transform: none;font-weight:400;padding:20px 0 10px;font-size:28px; line-height: 32px; margin-bottom: 10px;}
section.download .description{display:none;}
section.download li:before{content:""}
section.download li{display: block;position:relative;font-family: var(--f1);font-style: normal;padding-left:30px;min-height:30px; padding-bottom: 5px;padding-top:5px;}
section.download li a,section.download li a:visited{color:var(--c2)}
section.download li a:hover{color:var(--c5)}
.file-size{color:var(--c8); font-size:16px;}
.file-size:before{content:"("}
.file-size:after{content:")"}
.pdf:before,.doc:before,.docx:before,.xls:before,.xlsx:before,.ppt:before,.zip:before{ content:"";width:25px;height:25px;position: absolute;left:0; top:4px;}
.pdf:before{background:url("../img/background/file-pdf.svg") no-repeat top}
.doc:before, .docx:before{background:url("../img/background/file-word.svg")no-repeat top}
.xls:before, .xlsx:before{background:url("../img/background/file-excel.svg")no-repeat top}
.ppt:before{background:url("../img/background/file-ppt.svg")no-repeat top}
.pp_pic_holder .ppt{ display: none !important;}
 .zip:before{background:url("../img/background/file-zip.svg")no-repeat top}
/**homepage**/
a {color: var(--c2)}

.g2c, .g3c, .g4c,.contatti section.page .first {padding-right: 20px;padding-left: 20px;margin-right: auto;margin-left: auto;position: relative;width: 100%}
.g2 {padding: 20px 0px;}
.g2c {display: flex;flex-direction: row;align-content: center;flex-wrap: wrap;justify-content: space-between;}
.g2c .block {width: 90%;text-align: center;padding: 20px 0px;}
.g2c .block p {text-align: center;font-size: 18px;font-weight: 300;padding: 0px 5px}
.g2c h2 {font-size: 22px;font-weight: 300;padding-top: 15px}
.g2c .block {width: 100%;}
.g2::before,.banner-b::before,.recensioni::before {font-weight: 900;position: absolute;color: var(--c8);left:15px}
.g2::before {font-size: 80px;line-height: 80px; content: "Servizi";top:-15px;}
.recensioni{display: none;padding-top: 80px;padding-bottom: 40px;}
.recensioni::before {content: "Dicono di noi";font-size: 40px;top:40px;}
.recensioni .leggi{min-width: 100%; text-align: right;padding-bottom: 15px;padding-right: 15px;}
.recensioni .leggi a{position: relative; display: inline-block;padding-right: 65px;}
.recensioni .leggi a:after{content: "";display:block;width:65px;height: 40px;background: url("../img/autoscout24.png")no-repeat; background-size: contain;position: absolute;right:0;top:-2px}
.recensioni .leggi a,.recensioni .leggi a:visited{color:var(--c6);line-height: 30px}
.recensioni .leggi a:hover{color:var(--c2)}
.banner-b{position: relative;}
.g3 {background: var(--c2);}
.g3 h2,.g3 p,.g3 a {text-align: center}
.g3 a,.g3 a:visited{color:var(--c4)}
.g3 a:hover{color:var(--c1)}
.g3 .title {color: var(--c1);font-size: 34px;font-weight: 900;line-height: 35px}
.g3 .block {padding: 50px 0}
.g3 a::after {content: ">";margin-left: 5px;position: static;border:0;display: inline}

.g4{position: relative; background: var(--c5);padding-top:20px;padding-bottom: 0px;}
.g4slide{padding-bottom: 40px;}
.g4c #pager{position: absolute;	bottom: -10px;	top: auto;	left: 50%;	transform: translateX(-50%);height: 30px;}

/*recensioni*/
.stars5 .btitle:after{content:"";display: block; width:75px;height: 15px; background: url("../img/background/5stars.svg") no-repeat;background-size: contain}
.stars4 .btitle:after{content:"";display: block; width:75px;height: 15px; background: url("../img/background/4stars.svg") no-repeat;background-size: contain}
.stars3 .btitle:after{content:"";display: block; width:75px;height: 15px; background: url("../img/background/3stars.svg") no-repeat;background-size: contain}
.stars2 .btitle:after{content:"";display: block; width:75px;height: 15px; background: url("../img/background/2stars.svg") no-repeat;background-size: contain}
.stars1 .btitle:after{content:"";display: block; width:75px;height: 15px; background: url("../img/background/1stars.svg") no-repeat;background-size: contain}
.recensioni{position: relative;z-index:3;flex-wrap: wrap;}
.recensioni p, .recensioni .btitle {color: var(--c2);font-weight:300}
.banner-b .odd,.banner-b .even {display: flex;flex-wrap:wrap;background-color: var(--c5);border-radius: 35px;padding: 20px 15px;}
.banner-b >div{;width: 90%;margin:0 auto 10px}
.banner-b .container{padding-right: 0px;padding-left: 0px;}
.banner-b .bimage{display: none}
/***footer***/
footer {background-color: var(--c2); color: var(--c1)}
.fcont p {text-align: center;font-size: 14px}
/*** correlati*/
.related{margin-top: 30px; background: var(--c5)}
.related .head{padding-top: 30px;padding-bottom: 30px;}
.content-related{overflow: hidden;}
.related-slideshow,.g4slide,.banner-b{display: flex;flex-wrap: wrap}
.related-slideshow>div,.g4slide>div,.banner-b>div{width: 280px;}
.related-slideshow >div.cycle-carousel-wrap,.g4slide >div.cycle-carousel-wrap,.banner-b >div.cycle-carousel-wrap{width:100%}

.related img,.g4 img{-webkit-border-top-left-radius: 12px;-webkit-border-top-right-radius: 12px;-moz-border-radius-topleft: 12px;-moz-border-radius-topright: 12px;border-top-left-radius: 12px;border-top-right-radius: 12px;}
.related .theme,.related .abstract,.g4 .text,.g4 .abstract, .g4 .theme{display: none}
.related header,.related .attributi,.g4 header,.g4 .attributi{background: var(--c1);padding:0 20px;}
.related .attributi,.g4 .attributi{-webkit-border-bottom-right-radius: 12px;-webkit-border-bottom-left-radius: 12px;-moz-border-radius-bottomright: 12px;-moz-border-radius-bottomleft: 12px;border-bottom-right-radius: 12px;border-bottom-left-radius: 12px;padding-bottom:20px;margin-bottom: 20px;}
.related-slideshow .title,.g4 .title {	font-size: 18px;	line-height: 22px;	margin-bottom: 0;	padding-top: 10px;	padding-bottom: 18px; /* spazio sotto dopo la quarta riga */	text-align: center;	height: calc(22px * 4 + 10px + 18px);	overflow: hidden;	box-sizing: border-box;}
.related-slideshow .title a,.g4 .title a {	display: -webkit-box !important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;	overflow: hidden;text-overflow: ellipsis;white-space: normal !important;line-height: 22px;}
.banner-b p,.banner-b .btitle{white-space: normal}
.banner-b div{ display: inline-block;width:100%;vertical-align: top; /* allinea i div in cima */}
.related-slideshow .title a,.g4 .title a{display: block}
.attributi .label,.related .anno .mm,.related .cambio,.related .km,.g4 .anno .mm,.g4 .cambio,.g4 .km {display: none}
.related .attributi strong,.g4 .attributi strong {font-size: 15px;line-height: 18px;font-weight: 400;	color: var(--c6);}
.related .attributi,.g4 .attributi{width:auto;display: flex;flex-wrap:wrap;justify-content: center;column-gap: 5px}
.related .attributi .anno,.related .attributi .km,.related .attributi .alimentazione,.related .attributi .marca,.g4 .attributi .anno,.g4 .attributi .km,.g4 .attributi .alimentazione,.g4 .attributi .marca{width:auto;padding:5px;border:1px solid var(--c6);border-radius:5px}
/*.related .attributi .km,.related .attributi .alimentazione{width:90px;text-align: center}*/
.related .attributi .prezzo,.g4 .attributi .prezzo{width:100%;text-align: center;border:0;order:2;padding-top:15px;}
.related .attributi .prezzo strong,.g4 .attributi .prezzo strong{color:var(--c2);font-size:18px;line-height: 22px;font-weight: 700}
.related .cycle-slide,.g4slide .cycle-slide{width: 90%!important;max-width:380px;margin:0 5%;}
.banner-b .cycle-slide{width: 96%!important;max-width:380px;margin:0 2%}
#pager{text-align: center;margin-bottom: 20px;}
.cycle-pager span{font-size:60px;display: inline-block;padding:2px;cursor: pointer}
.cycle-pager .cycle-pager-active{color:var(--c4)}
.contatti section.page .even{background: var(--c5);padding-top: 30px;padding-bottom: 30px;}
.contatti .first .btn{margin-left: 0}
/**template**/
.chisiamo .tre{background: var(--c5);padding-bottom: 30px;padding-top: 20px}
.chisiamo .quattro{padding-top:10px;padding-bottom: 10px;position: relative}
.chisiamo .quattro::before {position: relative; font-size: 80px; left:15px; line-height: 80px; font-weight:700;  content: "Servizi"; top: -20px;color: var(--c8);}
.chisiamo .quattro ul{margin-top:0}
.recensionisi .recensioni{border-top:8px solid var(--c5)}
.archive-links{background: var(--c5);padding: 30px 15px;text-align: center;}

@media (min-width: 375px) {
	.g2::before {font-size: 90px;line-height: 90px; }
	.chi .recensioni::before {top: 30px;font-size:48px;}
	.chisiamo .quattro::before {ont-size: 90px; ine-height: 90px;}
	.recensioni::before {font-size:48px;}

}
@media (min-width: 320px)and (max-width:1199px) {  

}
@media (min-width: 420px) {
iframe{min-height: 240px}
	
}
@media (min-width: 600px) {
	.homepage .slider{top:0px/**da questo punto lo slider è visualizzato sotto il menù*/}
	.g2c .block {width: 48%;}
	.g2::before {left: 20px;}
	.recensioni::before {font-size: 80px;left: 20px;}
	.g3 {background-image: url(../img/blackcar_drivecar.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
	.g3c {padding: 70px 0 30px}
	.g3 h2,.g3 p,.g3 a {text-align: center}
	.g3 .title {color: var(--c1);font-size: 51px;line-height: 54px}
	.g3 .block {padding: 0}
	.g3 p {margin: 0;margin-top: 40px}
	.g3 br {display: block}
	.g3c {transition: all 0.3s ease-in-out;}
	.g3c:hover {backdrop-filter: brightness(1.2)}
	.chisiamo .tre {padding-bottom: 60px;	padding-top: 50px;}
	.chisiamo .quattro::before {left:20px}
	.chisiamo .quattro .cont{padding-bottom: 40px;}
	.chi .recensioni{padding-top: 100px;}
	.chi .recensioni::before {top: 50px;}
	.related .cycle-slide,.g4slide .cycle-slide,.banner-b .cycle-slide{width: 48%!important;margin:0;margin-right:2%}

}

@media (min-width: 768px) {
	.g2c, .g3c,.g4c,.contatti section.page .first {width: 750px; }
	.g2c {padding-top: 25px}
	.g2{padding: 0}
	.g2::before,.recensioni::before {font-size: 105px;line-height: 105px;}
	.g2::before {top:-40px}
	.g4 {padding-top: 50px;	padding-bottom: 20px;}
	.chisiamo .quattro::before {font-size: 105px;line-height: 105px;top:-25px}
	.chisiamo .quattro ul{padding-top:30px;padding-bottom: 30px;padding-right:220px;background: url("../img/background/chisiamo-servizi.png") no-repeat center right;background-size: 190px}
	.chisiamo .quattro .cont{padding-bottom: 30px;}
	.chi .recensioni,.recensioni {padding-top: 130px;}
	.chi .recensioni::before {top: 25px;}
	.related .cycle-slide,.g4slide .cycle-slide,.banner-b .cycle-slide{width: 350px!important;margin-right:10px}
	.related-slideshow>div,.g4slide>div{width: 350px;}
	.banner-b>div{width: 230px;}
	.banner-b .odd,.banner-b .even {padding: 30px 15px 15px;}
	.chisiamo #c3 .cont{padding-top: 10px}
}
@media (min-width: 800px) { 
	.g3 h2,.g3 p,.g3 a {text-align: left}
}
@media (min-width: 992px) {
	.g2c, .g3c,.g4c,.contatti section.page .first {width: 970px;}
	footer{padding-top: 30px; padding-bottom: 50px;}
	.g2::before {font-size: 160px;line-height: 160px;}
	.recensioni::before {font-size: 125px;line-height: 125px;}
	.g2::before {top:-50px}
	.recensioni {padding-top: 150px;top:0}
	.g2c, .g3c,.g4c.contatti section.page .first {width: 970px;}
	.g2c .block {width: 24%;}
	.g2c h2 {padding-top: 30px}
	.g3 .title {font-size: 61px;line-height: 64px}
	.recensioni::before {font-size: 140px;line-height: 140px}
	.related .cycle-slide,.g4slide .cycle-slide,.banner-b .cycle-slide{width: 305px!important;margin-right:10px}
	.related-slideshow>div,.g4slide>div,.banner-b>div{width: 305px;}
	.banner-b .odd,.banner-b .even {padding: 40px 30px 20px;}
	.g2c {padding-top: 50px;padding-bottom: 40px;}
	.g3 .block{padding-left: 40px;}
	.g4 {padding-top: 70px;	padding-bottom: 40px;}
	.chisiamo .quattro::before {font-size: 160px;line-height: 160px;top:-30px}
	.g3c {padding: 90px 0 50px;}
	.chisiamo .quattro ul {padding-right: 310px;background-size: 270px;	padding-top: 90px;	padding-bottom: 90px;}
	.chi .recensioni, .recensioni {padding-top: 160px;}
	.chisiamo #c3 .cont{padding-left: 20px; padding-right: 20px}
}
@media (min-width: 1025px) {
}
@media (min-width: 1200px) {
	.g2c, .g3c, .g4c,.contatti section.page .first {width: 1170px;}
	.recensioni .leggi{position: absolute;margin-top: -60px;padding-right:80px;}
	.recensioni .leggi span{display: block}
	.recensioni .leggi a {padding-right: 0px;padding-bottom:60px;min-width:90px;text-align: center;padding-left: 90px}
	.recensioni .leggi a::after {width: 80px;height: 55px;	left: 0;top: -20px;bottom:auto}
	.chi .recensioni, .recensioni {padding-top: 200px;}
	.banner-b{padding-top:40px;padding-bottom: 40px}
	.g2::before, .recensioni::before {margin-left: -20px;}
	.recensioni::before{padding-top: 0px}
	.g2::before {font-size: 170px;line-height: 180px;}
	.g4 {padding-top: 80px;	padding-bottom: 50px;	}
	.chisiamo .quattro::before {font-size: 170px;line-height: 180px;top:-40px;left: 50%;transform: translateX(-50%);display: block;max-width:1170px;}
	.chisiamo .quattro ul li{margin-bottom: 12px}
	.related .cycle-slide,.g4slide .cycle-slide,.banner-b .cycle-slide{width: 370px!important;margin-right:20px}
	.related-slideshow>div,.g4slide>div,.banner-b>div{width: 365px;}
	.chisiamo .quattro .cont {padding-bottom: 50px;}
	.chisiamo .quattro ul {	padding-right: 450px;	background-size: 320px; padding-bottom: 100px; padding-top: 100px	}
	.chisiamo #c3 .cont {padding-bottom: 10px;}
}
@media (min-width: 1400px) {
		.g2::before, .recensioni::before {left:5%}
	.g2c, .g3c, .g4c{padding-left: 0;padding-right: 0}
	.recensioni .leggi a::after {width: 90px;height: 55px;	left: 0;top: -20px;bottom:auto}
	.recensioni .leggi a {padding-left: 100px}
}
@media (min-width: 1600px) {
	.recensioni{padding-top: 230px;}
	.recensioni::before {top:50px;font-size: 170px;line-height: 180px;}
  
}
@media (min-width: 1800px) {

}

.hidden,.fadein,.fromleft,.fromright {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;	
	display:block !important;
	-webkit-transition: background .4s ease;
    transition: background .4s ease;
}
.visible {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity:1 !important;	*/
	-webkit-transition: background .4s ease;
    transition: background .4s ease;
	visibility:visible !important;

}
.fromleft.visible,.fromright.visible ,.zoomin.visible {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
	opacity:1 !important;

}
.del6 {-webkit-animation-delay: 2.2s; animation-delay: 1.2s;}
.del5 {-webkit-animation-delay: 1.8s; animation-delay: 1.0s;}
.del4 {-webkit-animation-delay: 1.4s;animation-delay: .8s;}
.del3 {-webkit-animation-delay: 1.0s; animation-delay: .6s;}
.del2 {-webkit-animation-delay: .6s; animation-delay: .4s;}
.del1 {-webkit-animation-delay: .2s; animation-delay: .2s;}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}