<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print { #camo-edit {display: none;} }
/* Cookie bar **/
/**video e cookie**/
.external-blocker{background: var(--c7);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: 100%; max-width: none;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 &gt;.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 &gt; .cookie_consent_actions{
    margin-top:40px;
    font-weight:700;
    display: flex !important;
	margin-left: auto !important;
}
.cookie_consent.customize &gt;.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) {
	.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}
.goto{cursor: pointer}
.goto:hover{color:var(--c4)}
/***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&gt;div img{width: 100%;display: none} 
.homepage .slider,.slider .cycle-slide/*,.homepage .cycle-slide &gt;span*/{top:0;width:100%; padding:0;position: absolute;height:100%}
.homepage .slider img{position:absolute !important;top:0px;height:auto;width:100%;max-width:none;left: 50%;  transform: translateX(-50%);opacity:0.8}
.btitle{font-size:22px;line-height: 28px; display: block;color:var(--c1);font-weight: 700;}
.btitle span{display: block;color:var(--c4)}
.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(--c1);}
.bwrap.allclick:hover{opacity:0.8}
.bwrap{position: absolute;left:50%; z-index: 1; transform: translateX(-50%);bottom:0px;text-align: center;padding: 10px 20px;width:100%;}
.slider .container:before{content:"";width: 100%; height: 100%; display: block;background: url("../img/background/hover-banner.png");background-size: cover}
.module.page2 .title{display: block;text-align: center}
.module.page2 {width:90%;}
/***/

#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(--c4);border: 1px solid var(--c4);}
 .active.responsive-nav:hover span, .active.responsive-nav:hover::after, .active.responsive-nav:hover::before {background: var(--c1);border: 1px solid var(--c1);}

/***nav***/
#menu li a,#menu li a:visited, #menu li a:hover{ position: relative;line-height: 20px; text-decoration: none;background: none;cursor:pointer;font-size: 15px; font-weight: 400;text-transform: uppercase}
.main-menu a {padding: 10px 10px 10px 0; display: block}
#menu li.first,#menu li.nav92,#menu li.nav102{border-bottom:1px solid var(--c1)}
.main-menu .selected, .nav .selected a, .nav .selected a:visited, .nav .selected a:hover, .nav .selected a:visited:hover {color: var(--c4)}
.main-menu a, .main-menu a:visited {color: var(--c1)}
.main-menu a:hover {color: var(--c4)}
.main-menu li {list-style-type: none;}
input[type="search"]{outline: none;background: rgba(255,255,255,0.2);font-family: var(--f1);font-size:19px;line-height: 24px; padding:4px 15px; font-weight: 400;color:var(--c8);border:1px solid var(--c6)}
input[type="search"]:focus { border: 1px solid var(--c1); color: var(--c5);}
.bsearch{background: var(--c2);padding:0 8px;position: absolute}
.bsearch svg:hover {fill:var(--c1)}
#search{margin-left: 0px;margin-bottom: 20px}
/*pagina dettaglio*/

.detail .block-maps{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 .logofoot{margin-bottom: 20px}

footer ul{list-style-type: none}
footer .email{display: block}
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 .logofoot{text-align: center}
footer mark{text-transform: uppercase;color: var(--c4);font-weight:600;font-size:16px;line-height: 18px;padding-top:10px;padding-bottom: 0px;margin-bottom: 5px;}
footer .finfo .block{text-align: center;padding-left: 0;padding-right: 0}
footer .finfo li{display: inline-block;padding-left: 5px;}
footer .finfo li:not(.first):before{content:"|";padding-right: 5px}
.fsocial a{position: relative;}
.fsocial span{position: relative; display: inline;padding-left: 20px;padding-right: 6px}
.fsocial a.in span{padding-right: 0}
.fcont span.email{padding-left: 10px;}
.sep:before{content:"|";padding-left: 5px;padding-right: 5px; display: inline-block}
.ftel:before{content:url("../img/tel.svg");width:15px;display: block;position: absolute;left:0;top:2px;}
.femail:before{content:url("../img/mail.svg");width:15px;display: block;position: absolute;left:0;top:2px;}
.fsocial span:before{width:15px;display: block;position: absolute;left:0px;top:0px;}
.ln span:before{content:url("../img/s-ln.svg")}
.fb span:before{content: url("../img/s-fb.svg");width: 20px;left:-2px}
.in span:before{content:url("../img/s-in.svg");top:2px}
.fcont a{position: relative; padding-left:20px; display: inline-block}
.fcont mark{text-align: center}
.credit p{text-align: center;margin-top: 30px}
/** gallery**/
.gallery{padding-top: 60px}
.gallery-content{display: flex;flex-wrap: wrap;justify-content: left;overflow: hidden;height: 220px;margin-bottom: 40px}
.gallery-content .desc{white-space: normal;position: absolute;z-index: 100;background:rgba(0,0,0,0.7);padding:5px;text-align: center;left:0;bottom:0;width: 100%;height: 58px;color:var(--c1);overflow: hidden;}

.gallery-content .cycle-slide{position: relative!important;margin-right: 10px}
.page .gallery .gallery-head .title{position: relative; display: block; font-weight: 400!important;text-align: left;padding-bottom:40px; }
.gallery-head .title:after{content:"";width:90px;height: 7px;background: var(--c4);display: block;position: absolute;left:0;bottom: 15px}
.gallery-content:not(.slideshow) &gt;div{margin-right:20px}
/***download***/
section.download{padding:20px 20px 30px}
.download-head &gt;.title,.vertical-table-files &gt; .title,section.gallery &gt;.title,.plain-table &gt;.title,.vertical-table &gt;.title,section.module&gt;.title{display: block;text-transform: none;font-weight:500;padding:20px 0 10px;font-size:28px; line-height: 32px; margin-bottom: 10px;}
.download-head &gt;.title{padding-bottom: 30px}
section.download .description{display:none;}
section.download li:before{content:""}
section.download .download-content a{display: inline-block;position:relative;font-family: var(--f1);font-style: normal;padding-left:30px;min-height:30px; padding-bottom: 5px;padding-top:5px;}
section.download a,section.download a:visited{color:var(--c6)}
section.download a:hover{color:var(--c2)}
.back-c3 section.download a,section.download a:visited{color:var(--c1)}
.back-c3 section.download a:hover{color:var(--c5)}
.file-size{color:var(--c4); font-size:16px;}
.back-c5 .file-size{color:var(--c1); }
.file-size:before{content:"("}
.file-size:after{content:")"}
.download-content .file{display: inline-block;padding-left: 30px;min-height: 35px;line-height: 30px}
.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}
.back-c3 .pdf:before{background:url("../img/background/file-pdf.svg") no-repeat top}
.back-c3 .doc:before,.back-c3 .docx:before{background:url("../img/background/file-word.svg")no-repeat top}
.back-c3 .xls:before,.back-c3 .xlsx:before{background:url("../img/background/file-excel.svg")no-repeat top}
.back-c3 .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)}


/***footer***/
footer {background-color: var(--c2); color: var(--c1);font-size: 14px;line-height: 22px;}
.fcont p {text-align: center;}
/*** correlati*/
.related{margin-top: 30px; background: var(--c5)}
.related .head{padding-top: 30px;padding-bottom: 30px;}
.content-related{overflow: hidden;}

.banner-b p,.banner-b .btitle{white-space: normal}
.banner-b div{ display: inline-block;vertical-align: top; /* allinea i div in cima */}
.banner-b .cycle-slide{width: 96%!important;max-width:380px;margin:0 2%}
#pager{text-align: center;display: none!important;height: 40px!important;position: absolute;z-index:220;top: 100%;background: var(--c1);width: 100%;}
.cycle-pager span{font-size:2px;display: inline-block;padding:2px;cursor: pointer;color:transparent;width:35px;height: 2px;background: var(--c2);margin: 20px 8px 0;}
.cycle-pager .cycle-pager-active{background:var(--c4)}
.contatti section.page .even{background: var(--c5);padding-top: 30px;padding-bottom: 30px;}
/**template**/

.archive-links{background: var(--c5);padding: 30px 15px;text-align: center;}
/* pagine*/
.searchPage .content-article .theme{display:none}
.back-c5 .title:after,.colonne.back-c5 .title:after,.colonne .back-c5 .title:after,.hs .g2 .title:after,.hs .g6 .title:after,.hs .g10 .title:after{background: var(--c3)}
.study .txtcenter .title:after, .col4 .title:after,.study .fasi .title:after{display: none}
.study .txtcenter .title, .col4 .title{padding-bottom:5px;font-weight: 700 }
.col4 .title{font-size:40px;line-height: 44px; }
.col2 .title:after,.singlecol .title:after,.hs .g4 .title:after,.hs .g8 .title:after,.left .title:after,.right .title:after,.back-c3 .title:after,.colonne .title:after{background: var(--c4)}
.study .f2{border-bottom:5px solid var(--c1);border-top:5px solid var(--c1)}
.study .fasi p{margin-top: 10px; margin-bottom: 0;font-size: 15px;line-height: 20px}
.col4,.col4 p,.home .g6,.home .g6 p{text-align: center}
.col4 span.image,.col4.allclick:hover .image,.home .g6 .media,.home .g6 .allclick:hover .media{position: relative; z-index: 1; width:100px;display: block; height: 100px;margin: 30px auto 30px; border-radius: 100%;background: var(--c1)}
.col4 .image img,.home .g6 .media img{position: relative;z-index:1;max-width: 70px;padding-top: 15px}
.col4 .image:before,.home .g6 .media:before{content: "";z-index:0;border-radius: 100%; width: 112px;height: 112px;position: absolute;left:-6px;top:-6px;display: block;border: 6px solid var(--c7)}
.col4.allclick:hover .image:before,.home .g6 .allclick:hover .media:before { border: 6px solid rgba(246,246,245,1); animation: borderAnimation 8s infinite linear;}
@keyframes borderAnimation {
  0% {
    border-color: rgba(246,246,245,1);
  }
  25% {
     border-color: rgba(255,176,22,0.9);
  }
  50% {
     border-color: rgba(57,56,56,0.60);
  }
  75% {
     border-color: rgba(255,176,22,0.9);
  }
  100% {
    border-color: rgba(246,246,245,1);
  }
}
.col4 {padding:10px 0}
.col4 .abstract,.home .g6 .abstract{text-transform: uppercase;font-weight: 500;margin-bottom: 10px;}
.azienda .col4 .abstract,.back-c3 .col4 .abstract{color:var(--c4)}
.col4 .abstract a,.col4 .abstract a:visited,.col4 .abstract a:hover{color:var(--c2);}
.col4.allclick:hover .abstract a,.home .g6 .allclick:hover .abstract{color:var(--c3)}
.back-c3 .col4 .abstract a,.back-c3 .col4 .abstract a:visited{color:var(--c4)}
.back-c3 .col4 .abstract a:hover{color:var(--c1)}
main .col4 .abstract a::after {border:none}
.col4 p,.home .g6 p{margin: 0;font-size: 15px;line-height: 20px}
.study .fig{padding-top:20px; padding-bottom: 10px}
.study .fig .media{text-align: center}
.study .fig .title{font-size:24px;line-height: 26px;padding-bottom: 0;padding-top: 15px}
.study .fig .abstract{font-size:20px;line-height: 22px;font-style: italic}
.study .txtcenter.back-c5{padding-bottom: 0;}
.study .txtcenter.back-c5 .abstract{margin-bottom: 0}
.left .media,.right .media{padding-top: 10px; padding-bottom: 10px;text-align: center}
.fasi{background: var(--c5);text-align: center;padding-top:20px; padding-bottom: 20px;margin-bottom:5px;position: relative}
.fasi .title:before{position: absolute;color:var(--c1);font-weight: 600; z-index: 0;top:-20px;margin-left:-55px;font-size:60px;line-height: 60px}
.f1 .title:before{content:"1."; margin-left: -40px}
.f2 .title:before{content:"2."}
.f3 .title:before{content:"3."}
.fasi p{text-align: center}
.fasi .title{font-size:20px;padding-top: 13px; line-height: 24px;text-transform: uppercase;padding-bottom: 0px; font-weight: 500;display: inline-block}
.wrap-opere .theme,.page .back-c3 .wrap-opere .title {text-transform: uppercase;	font-size: 18px;line-height: 22px;color:var(--c7);font-weight: 400;display: inline-block}
.wrap-opere .image{position: relative;display: block;padding-bottom: 10px;}
.wrap-opere .image:after{content:"";background: url("../img/background/hover-opere.png") no-repeat;width: 100%;height:40px;background-size: contain;position: absolute;left:0;bottom:3px;}
.page .wrap-opere .block{margin: 0 0 20px;padding-left:0;padding-right: 0}

.epc .content p{margin: 0;font-size: 17px;line-height: 22px;}
.epc .title span{color:var(--c6)}
.epc .title,.azienda .big .title{font-size:32px;line-height: 38px;font-weight: 700;padding-bottom: 5px;text-transform: uppercase}
.epc .btn{background: none;color:var(--c2)!important;border-color:var(--c2)}
.epc .btn:hover {color: var(--c2) !important;}
.wrap-opere .none{display: none}
.wrap-opere a{display: block}
.wrap-opere a,.wrap-opere a:visited,.wrap-opere a:hover{font-size:20px;line-height: 22px;display: block;text-align: right;font-weight: 500;color:var(--c4);padding-right: 20px;}
.wrap-opere a:hover{color:var(--c1)}
.wrap-opere a:before{content:"vedi tutte";padding-right: 5px}
.wrap-story{padding:20px}
.wrap-story section{position: relative;}
.wrap-story section:before{content:"";height:100%; width:1px;border:1px dashed var(--c3);position: absolute;left:50%;}
.wrap-story .block{padding-bottom: 30px;}
.wrap-story p{text-align: center;font-size:16px;line-height: 18px; background:var(--c1);padding:5px 0;margin:17px auto}
.wrap-story header{width:150px;padding:30px 10px;margin:auto;background: var(--c5);border-radius:40px;text-align: center}
.homepage .slider{overflow: hidden;padding-bottom: 60px}
.home .group&gt;div,section.download,.wrap-story{margin-left: auto;margin-right: auto}
.home .g3-1 {display: flex;flex-wrap: wrap}
.home .g3-1 header{order:1}
.home .g3-1 .media{order:2}
.home .g3-1 .text{order:3;padding-top: 15px}
.home .g6 {background: var(--c5);padding-top: 2px;padding-bottom: 2px}
.home .g6 .block{max-width:90%;margin: 10px auto 20px;padding-bottom: 10px}
.home .g5 .btn,.home .g5 p{margin-bottom:0}
.home .g7{background:url("../img/righe.svg") no-repeat top var(--c5); background-size: contain; padding: 70px 20px 20px;text-align: center}
.home .g7 .title{font-weight: 600;text-transform: uppercase}
.home .g7 .abstract{font-size:17px; line-height: 20px}
.g7-2m{margin-top: 20px;margin-bottom: 10px}
.home  .g7 .abstract.g7-2a {position: relative; font-size: 20px;line-height: 24px;font-weight: 700;padding-bottom: 30px}
/*.abstract.g7-2a:after{  content: "";  width: 80px;  height: 4px;  left: 50%; margin-left:-40px;  bottom: 7px;  display: block;  position: absolute;  background: var(--c4);}*/
.home .g8,.home .g9 {padding: 1px 10px 1px;background: var(--c5)}
.home .g8 .abstract,.home .g8 .text{display: none}
.home .g8 article{background: var(--c1);max-width: 325px; margin: 0	auto 15px;padding-bottom: 20px;margin-bottom: 15px;display: flex;flex-wrap: wrap}
.home .g8 article .title {color: var(--c2);	font-weight: 700;font-size: 20px;line-height: 24px;}
.home .g8 .tag-set,.home .g8 header{padding-left: 20px; padding-right: 20px;}
.home .g8 time{padding-left: 40px;position: relative;padding-top: 10px;order:3}
.home .g8 time:before{content:"";width:15px;height: 15px;background: url("../img/clock.svg")no-repeat;background-size: contain;display: block;position: absolute;left:20px}
.home .g8 .text{order:2}
.home .g8 .tag-set{padding-bottom: 15px;padding-top: 10px}
.home .tag-list{padding-top: 8px;padding-bottom: 0px}
.home .g8 .theme,.home .g8 .tag-title{display: none}  
.home .g10 .title a,.home .g10 .title a:visited,.home .g10 .title a:hover{color:var(--c1)}
.home .g11{background: var(--c2); color:var(--c1);border-bottom: 5px solid var(--c3);border-top: 5px solid var(--c3)}
.home .g11 .abstract{margin: 0;color:var(--c1);text-align: center;font-weight:700;font-size:22px; line-height: 26px; padding: 15px 20px 25px}
.home .g11 .abstract span{color:var(--c4)}
.home .group.g12 &gt; div{width: 100%;max-width: none}
.home .group.g12:before{content:"Referenze"; text-align: center;display: block;padding:0 25px 20px;color: var(--c2);font-size: 28px;line-height: 34px; font-weight: 600;text-transform: uppercase}
.home .g12{background: var(--c1);padding-top: 30px; padding-bottom: 20px;}
.home .g12 .block{min-width: 160px;width:160px;margin-left:10px;margin-right: 10px;}
.page-menu .opere-old .title{font-size:16px;line-height: 20px;}
.sep-pm{display: block;width:100%;}
.sep-pm:before{content:"Opere Realizzate";font-weight: bold;text-transform: uppercase; display: block; font-size:24px; line-height: 28px; padding-bottom:20px; padding-top:20px;text-align: center}

@media (min-width: 375px) {
.fsocial span{padding-left: 20px;padding-right: 10px}
	.gallery-content{height:245px }
	.gallery-content .cycle-carousel-wrap .cycle-slide{margin-right: 10px}

}
@media (min-width: 320px)and (max-width:374px) {  
.gallery-content .desc{white-space: normal;bottom:26px;width: 100%;height: 58px;color:var(--c1);overflow: hidden;max-width: 280px}
	.gallery{padding-top:30px;}
}
@media (min-width: 420px) {
iframe{min-height: 240px}
.slider .container:after{content:"";width: 100%; height: 40%;position:absolute; bottom:0; display: block;background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 96%);background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); transition: all 1s cubic-bezier(0, 0, 0.2, 1);}	
.bwrap{bottom:10px;}	
.homepage .slider img{height:100%;width:auto;max-width:none;}
.cycle-pager span{width:40px;}	
.home .g6 .abstract,.home .g6 .text{padding-left: 10px;padding-right: 10px}
	.abstract.g7-2a{padding-left: 15px; padding-right: 15px}	
}
@media (min-width: 500px) {
	.epc .block{position: relative}
	.epc .block:before{content:"";background: url("../img/ico-epc-contractor.svg") no-repeat;background-size: contain;height: 80px;width:90px;display: block;position: absolute}
	.epc .title {padding-left: 90px;}
}
@media (min-width: 600px) {
	.homepage .slider{top:0px/**da questo punto lo slider Ã¨ visualizzato sotto il menÃ¹*/}
	.btitle {font-size: 28px;	line-height: 36px;}
	.babstract {font-size: 18px;line-height: 24px;padding-top: 8px;width:90%;margin-left: 5%}	
	.bwrap{bottom:20px;}	
	.cycle-pager span{margin: 10px 10px 0;}	
	footer .flex{display: flex;justify-content: space-between;flex-wrap: wrap}
	footer .block{width: 48%;margin-bottom:15px;}	
	.block.fcont {width: 100%;}
	footer mark{margin-bottom: 10px;}
	.fasi .block,.col4 .block,.home .g6 .block{max-width: 400px}
	.wrap-col4,.home .g6c{display: flex;flex-wrap: wrap;justify-content: center;margin-left: auto;margin-right: auto}
	.wrap-col4{margin-top: -20px; padding: 0 20px  20px}
	.wrap-story .block{display: flex;}
	.azienda .wrap-col4{margin-top:-70px;padding-bottom: 0}
	.col4,.home .g6 .block {width:48%;}
	.home .g3 {padding: 40px 20px}
	.home .g7 {	padding: 90px 20px 30px;}
	.home  .g7 .abstract.g7-2a {font-size: 24px;line-height: 28px;max-width: 600px;margin:auto}
	.g7-2m {margin-top: 30px;}
	.home .g8 {padding: 0px 20px 0px;}
	.home .g8c{display: flex;flex-wrap: wrap;justify-content: space-around;}
	.home .g8c article{width: 48%; margin:0 0 20px;align-items: flex-start}
	.home .g6 .abstract,.home .g6 .text{padding-left: 20px;padding-right: 20px}
	.home .g11 .abstract{font-size:26px; line-height: 32px; padding: 25px 20px 35px}

}

@media (min-width: 768px) {
	.title {font-size: 32px;line-height: 38px;}
	section.page &gt; section:not(.parallax) &gt;.block,section.gallery,section.download,.wrap-story{width: 750px;}
	#pager{display: block!important; }
	#menu li a,#menu li a:visited, #menu li a:hover{line-height: 24px; font-size: 19px;padding: 15px 10px 15px 0;}
	#menu li.first, #menu li.nav92, #menu li.nav102 {margin-bottom:10px;padding-bottom: 10px;	}
	.epc .title,.azienda .big .title {font-size: 40px;line-height: 46px;}
	.btitle {font-size: 34px;	line-height: 42px;}
	.babstract {font-size: 20px;line-height: 26px;padding-top: 8px;width:700px;margin-left:auto;margin-right: auto}	
	.related .cycle-slide{width: 350px!important;margin-right:10px}
	.related-slideshow&gt;div{width: 350px;}
	.banner-b&gt;div{width: 230px;}
	.banner-b .odd,.banner-b .even {padding: 30px 15px 15px;}
	.page .gallery .gallery-head .title{padding-top: 50px;padding-bottom:50px; }
	.gallery-content{max-width:710px}
	.gallery-content div{min-width:325px;max-width: 325px}
	.gallery-head .title:after{bottom: 30px}
	.fcont p span{display: inline-block;position: relative}
	footer .block{width: 24%;}	
	footer .block.fsocial{width: 21%;}	
	footer .finfo li {display: block;padding-left:0}
	footer .finfo li:before{display: none}
	.fsocial span{display: inline-block}
	footer .finfo .block {text-align: left;}
	
	.col4 .title {font-size: 48px;	line-height: 54px;}
	.col4 .abstract,.home .g6 .abstract{font-size:20px;line-height: 24px;}
	.fig .block {display: grid; grid-template-columns: auto 1fr; align-items: center;}
	/*grid-row: 1 / span 2 indica che l'elemento a cui Ã¨ applicata questa regola occupa una cella nella griglia che inizia dalla prima riga e si estende per 2 righe. Quindi, l'elemento occupa verticalmente lo spazio corrispondente a due righe della griglia*/
	.fig .media { grid-row: 1 / span 2;  margin-right: 20px;}
	.study .fig{padding-bottom: 60px;padding-top: 50px}
	.wrap-fasi{display: flex;flex-wrap: wrap;justify-content: center;margin-left: auto;margin-right: auto;padding: 0px 20px;}
	.fasi {width:32.33333%;padding-bottom: 0;padding-top: 10px}
	.study .f2 {border-bottom: 0px solid var(--c1);	border-top: 0px solid var(--c1);}
	.wrap-opere{padding-left: 20px;padding-right: 20px}
	.page .wrap-opere .block{width:49%;padding: 0;margin-left: 0;margin-right: 0px}
	.wrap-opere a{width: 100%}
	.epc {padding: 30px 0;}
	.epc .block:before{content:"";background: url("../img/ico-epc-contractor.svg") no-repeat;background-size: contain;height: 90px;width:115px;display: block;position: absolute}
	.epc .title {padding-left: 120px;}
	.sep-pm:before{font-size:32px; line-height: 36px; padding-bottom:30px; padding-top:40px;}

	
	.home .g3-1h .title{padding-top: 40px;}
	.home .g6,.home .g9{padding-bottom:20px;}
	.home .g7{padding-top: 110px;}
	.home .g11 .block{display: flex;align-items: center}
	.home .g11 .abstract{max-width: 50%}
	.home .g11-1m{padding:50px 50px 60px 40px}
	.home .group.g12:before{font-size: 32px; line-height: 38px;}

}
@media (min-width: 800px) { 
	/*.g3 h2,.g3 p,.g3 a {text-align: left}*/
}
@media (min-width: 992px) {
	section.page &gt; section:not(.parallax) &gt; .block,section.gallery,section.download,.wrap-story{width: 970px;}
	.contatti .flex{max-width: 900px;margin: auto}
	.gallery-content{max-width:930px}
	.btitle {font-size: 44px;	line-height: 52px;}
	.babstract {font-size: 24px;line-height: 28px;padding-top: 10px;}	
	.big-title .abstract {font-size: 20px;line-height: 24px;}	
	.bwrap{bottom:40px;}		
	footer{padding-top: 30px; padding-bottom: 50px;}
	.related .cycle-slide{width: 305px!important;margin-right:10px}
	.related-slideshow&gt;div{width: 305px;}
	.col4,.home .g6 .block {width:24%;}
	.page .col4 .block,.home .g6 .bloc{padding: 10px 8px 15px }
	.study .title,.colonne .title{padding-bottom: 40px;}
	.study .fasi .title,.study .parallax .title{padding-bottom: 20px;}
	.col4 .title {font-size: 60px;	line-height: 64px;padding-bottom: 5px}
	.fasi .title:before{top:-53px;margin-left:-85px;font-size:100px;line-height: 100px}
	.f1 .title::before {margin-left: -65px;}
	.parallax header{bottom:40px;width: 90%;}
	section.page &gt; section.left &gt; .block,section.page &gt; section.right &gt; .block{width:100% }
	.left .abstract,.right .abstract{padding-bottom: 20px;}
	.left .block,.leftvideo .block{display: grid;	grid-template-columns: 48% 2% auto;grid-template-rows: 1fr auto auto 1fr;align-items: center;grid-template-areas: '. . media' 'header . media' 'cont . media' '. . media';padding-right: 0!important;  }
	.left .media,.right .media{padding: 0}
	.left .media {grid-area: media;}
	.left header{grid-area: header;  align-self: end; max-width: 640px;justify-self:end;width:100%;}
	.left .content{grid-area: cont;  align-self: start; max-width: 640px;justify-self:end;width:100%}
	.right .block,.rightvideo .block{display: grid;	grid-template-columns: auto 2% 48%;grid-template-rows: 1fr auto auto 1fr;align-items: center;grid-template-areas: 'media . .' 'media . header' 'media . cont' 'media . .';padding-left:0!important; }
	.right .media,.rightvideo .media {grid-area: media;text-align: center}
	.right header,.rightvideo header{grid-area: header;  align-self: end; max-width: 640px}
	.right .content,.rightvideo .content{grid-area: cont;   align-self: start; max-width: 640px }
	.leftvideo .youtube-content, .leftvideo .youtube-content-preview, .leftvideo .google-content,.rightvideo .youtube-content, .rightvideo .youtube-content-preview, .rightvideo .google-content{height:320px }
	.epc .title,.azienda .big .title {font-size: 48px;line-height: 54px;}
	.epc .block:before{content:"";background: url("../img/ico-epc-contractor.svg") no-repeat;background-size: contain;height: 110px;width:130px;display: block;position: absolute}
	.epc .title, .epc .content {padding-left: 135px;}
	
	.home .g3 .block { display: grid;  grid-template-columns: 40% 1fr; grid-template-areas: "header header" "text media"; column-gap: 10px; }
	.home .g3 .media {   grid-area: media;}
	.home .g3 header {   grid-area: header;}
	.home .g3 .text {   grid-area: text;}
	.home .g3 .btn{margin-right: 0}
	.home .g7 {	padding-top: 150px;}
	.home .parallax {height: 400px;}
	.home .g8c{max-width:700px;margin-left: auto;margin-right: auto}
	.home .g11 .abstract{font-size:40px; line-height: 44px; padding: 20px 50px}
	.home .group.g12:before{font-size: 36px; line-height: 42px;padding:0 25px 30px}
}
@media (min-width: 1025px) {
}
@media (min-width: 1200px) {
	section.page &gt; section:not(.parallax) &gt; .block,section.gallery,section.download{width: 1170px;}
	.gallery-content{max-width:1130px}
	.title {font-size: 36px;line-height: 42px;}
	.btitle {font-size: 52px;	line-height: 58px;}
	.bwrap{bottom:50px;}	
	.related .cycle-slide{width: 370px!important;margin-right:20px}
	.related-slideshow&gt;div{width: 365px;}
	.block.fcont mark,.block.fcont p{text-align: left}
	footer .block,.block.fcont{width: 19%;margin-top:25px;}	
	footer .block.fsocial{width: 19%;}
	.fcont p span{display: block}
	.sep::before {content: "";	padding-left: 0;padding-right: 0;}
	.fcont span.email {padding-left: 0px;}
	/*.left .block{display: grid;	grid-template-columns: 48% 2% auto;align-items: center;grid-template-areas: 'header . media' 'cont . media';}
	.right .block{display: grid;	grid-template-columns: auto 2% 48%;align-items: center;grid-template-areas: 'media . header' 'media . cont';}*/
	.page .wrap-opere .block{width:49%;padding: 0;margin-left: 0;margin-right: 10px}
	.pser .wrap-opere{position: relative}
	.pser .wrap-opere a:before {content:""}
	.pser .wrap-opere p a{width: auto;padding: 0;font-size:28px; line-height: 28px;position: absolute;right:7px;bottom:49%}
	
	.home .g3{padding-right: 0}
	.home .g7 {padding-top: 12%;}
	.home .g8c{max-width:none}
	.home .g8c article{width: 24%;}
	.epc {padding: 50px 0;}
	.page-menu &gt;div.opere-old{width:15%}
	.home .g11 .block{justify-content: space-between}
	.home .g11 .abstract {max-width: 60%;padding:0px 10% 0 30px}
	.home .g11-1m {padding: 50px 70px 60px 0px;}
	
}
@media (min-width: 1400px) {
	.wrap-fasi,.wrap-col4,section.page &gt; section:not(.parallax) &gt; .block,.wrap-opere,.epc,section.gallery,.home .group&gt;div,section.download{width: 1360px;}
	.gallery-content{max-width:1320px}
	.leftvideo .youtube-content, .leftvideo .youtube-content-preview, .leftvideo .google-content,.rightvideo .youtube-content, .rightvideo .youtube-content-preview, .rightvideo .google-content{height:380px }
	.wrap-opere a{right:0;}
	.epc .block&gt;div{padding-right: 170px;}
	.epc .btn{position: absolute;right:10px;top:25%;margin-left: auto;margin-right: 0;max-width: 170px;}
	.epc .block:before{content:"";background: url("../img/ico-epc-contractor.svg") no-repeat;background-size: contain;height: 120px;width:150px;display: block;position: absolute}
	.epc .title, .epc .content {padding-left: 0;}
	.epc .block&gt;div,.epc .block header{padding-left: 155px;}
	.home .g3{overflow: hidden}
	.home .g3 .block { display: grid;  grid-template-columns: 50% 1fr; grid-template-areas: "header media" "text media"; column-gap: 30px; }
	.home .g4 .g4c,.home .g10 .g10c{width:100%}
	.home .g3 .media {grid-area: none;	position: absolute;	right: -20%;}
	.home .g3 .block{padding-top: 50px; padding-bottom: 50px;}
	.home .g3 .text{padding-right: 30px;}
}
@media (min-width: 1600px) {

}
@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}</pre></body></html>