@media print { #camo-edit {display: none;} }
#camo-edit .surname,#camo-edit .company{display: none} 
/* Cookie bar **/
/**video e cookie**/

div.external-blocker {border: 1px solid black;width: 100%;height: 315px;padding: 20px 10px 10px 10px;background: #ededed;color: #777;text-align:center; margin-bottom: 20px;}
div.external-blocker .txt-item {margin-bottom: 20px;}
div.external-blocker a {color: #777;text-decoration:underline;}
.youtube-video{background: #fff;border:2px solid var(--c12);padding:20px 15px;text-align: center}
.youtube-video .txt-video{text-align: center; padding-bottom: 20px;}
.youtube-video .bt-video{margin-bottom:20px;text-transform: none}
.youtube-video .txt-video a{font-weight:500;}
.youtube-video .txt-video a,.youtube-video .txt-video a:visited{color:var(--c4)}
.youtube-preview {
    cursor:pointer;
    height: 420px;
    width: 100%;
    max-width: 640px;
}

.overlay-active {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
}

.cookie_wrap {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 2rem 0;
    overflow-y: auto;
    font-family: "Segoe UI", sans-serif
}

.cookie_consent {
    background: white;
    color: #222;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 680px;   
    width: 94%;
    margin: 20px auto;
    padding: 2.5rem;
    z-index: 9999;
    font-family: "Segoe UI", sans-serif;
    transition: all 0.3s ease-in-out;
} 

.cookie_wrap p {
    font-size: 15px;
    margin-bottom: 20px;
}
#cookie_consent_customize p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
#cookie_consent_customize p.visible {
  max-height: 200px; /* imposta un'altezza sufficiente al contenuto */
  margin-bottom: 12px;
  opacity: 1;
}

.cookie_wrap a {
    color: #2572e3;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 2px;
}
.cookie_consent.customize #cookie_consent_customize {
    max-height: calc(100vh - 360px); /* Altezza massima visibile: regola i 120px se serve */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;      
}
/* Stile della scrollbar per contenitori scrollabili */
.cookie_consent.customize #cookie_consent_customize::-webkit-scrollbar {
  width: 10px;
  background-color: transparent; /* o un colore di sfondo */
}

.cookie_consent.customize #cookie_consent_customize::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Colore della traccia */
  border-radius: 10px;
}

.cookie_consent.customize #cookie_consent_customize::-webkit-scrollbar-thumb {
  background-color: #000; /* Colore della thumb (barra) */
  border-radius: 10px;
  border: 2px solid #f1f1f1; /* Spazio attorno alla thumb */
}

/* Opzionale: stile al passaggio del mouse */
.cookie_consent.customize #cookie_consent_customize::-webkit-scrollbar-thumb:hover {
  background-color: #174aa3;
}
a.cookie_consent_customize {
    margin-bottom: 12px;
}
.cookie_wrap p a {
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
}

.cookie_wrap p a:hover {
    text-decoration: none;
}

.cookies-switch a.forced {cursor: not-allowed;}
a.more-info:before {
    content: "?";
    cursor: pointer;
    color: #a0a0a0;
    display: inline-block;
    width: 20px;
    font-size: 16px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #a0a0a0;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    font-weight: 400;
}
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{font-size:22px;line-height: 28px;text-transform: none;font-weight: 300;}
.cookie_consent_transition{top:10px!important;opacity: 1!important}
#cookie_consent_title{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.cookie_consent span.title{margin-top:0;}
.cookie_consent_reject_save, .cookie_consent_accept_save, .cookie_consent_customize_back, .cookie_consent_customize_save, .bt-right a, div.external-blocker .bt-item{
        margin-left: auto;
        font-size:18px;
        line-height:20px;
        padding: 10px 38px;
        font-weight:600;
        display: inline-block;
        text-decoration:none;
        border: 1px solid #2572e3;
        color:#fff;
        border-radius: 6px;
}
div.external-blocker .bt-item{
    display: inline-block;
    text-align: center;
    background: #2572e3;
    margin: 0 auto 20px auto;
}
.cookie_consent_accept_save,.cookie_consent_accept_save:visited {
    background:#2572e3;
    color:#fff;
}
.cookie_consent_reject_save, .cookie_consent_reject_save:visited, .cookie_consent_customize_save, .cookie_consent_customize_save:visited{
    background: none;
    color: #000!important;
    border: 1px solid #000;
}
.cookie_consent_reject_save:hover,.cookie_consent_accept_save:hover, .cookie_consent_customize_save:hover{
    background: #000;
    border-color: #000;
    color: #fff!important;}

.cookie_consent_customize, .cookie_consent_customize:visited, .cookie_consent_customize_back, .cookie_consent_customize_back:visited {
    color: #246aa6;
    margin: 0 auto;
    display: block;
    width: fit-content;
    line-height: 30px;
}
.cookie_consent_customize:hover, .cookie_consent_customize_back:hover {
    text-decoration: underline
}
.cookie_consent >.cookie_consent_customize {
    display: none;
}
.cookie_consent.customize >.cookie_consent_customize {
    display: block;
}
.cookie_consent_actions .bt-right {
  margin-left: auto;
}
.cookie_consent_customize_back:hover{background: var(--c4);  color:var(--c2)}
.bt-right,.bt-left{align-self: center}
.cookie_consent_actions,.cookie_consent.customize > .cookie_consent_actions{
    margin:30px 0 20px 0;
    font-weight:700;
    display: flex !important;
    margin-left: auto !important;
}

.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{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding-top: 12px;
  border-top: solid 1px #cccccc;
  gap: 10px;
  flex-wrap: wrap; /* migliora la resa su schermi piccoli */
}
.cookie_consent_option:first-child {
    border: none;
    margin-top: 0;
    padding-top: 8px;
}
.cookie_consent_option span.title{margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cookie_consent_option .cookies-switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cookie_consent_option div.cookies-switch .selection_value {order: 0; color:gray;}
.cookie_consent_option div.cookies-switch .cookie_consent_toggle {order: 1;}
.cookie_consent_option div.cookies-switch .selection_value.selected {color:#2572e3;}
.cookie_consent_option p{margin:8px 0px;clear:both}

/***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: white;
-webkit-transition: .4s;
transition: .4s;
border-radius: 50%;

}

.forced{opacity: 0.7}
.cookie_consent_toggle.selected, .forced {
    background:#2572e3;
 }

.cookie_consent_toggle.selected:before,.forced:before{left:30px; }
@media (max-width: 599px) {
    #cookie_consent_intro p{max-height: 220px; overflow-y: auto; -webkit-overflow-scrolling: touch;}
    #cookie_consent_title{flex-wrap: wrap;font-size: 22px;line-height: 26px;margin-bottom: 0}
    #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 {
        padding: 0.5rem;
    }
    .cookie_consent span.title {    
        font-size: 16px;
        line-height: 16px;
        float: none;
        margin-bottom: 0!important;
    }
     .cookie_consent_option {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie_wrap a.more-info, .cookies-switch a{
        margin-bottom: 0!important;

    }
    .cookies-switch {
        margin-top: 0;
        align-self: flex-start;
        gap: 2px;
    }
    .cookie_consent.customize > .cookie_consent_actions {margin: 12px 0; padding:0 12px}
    #cookie_consent_customize p.visible {margin-top: 8px}
    .cookie_consent_option div.cookies-switch .selection_value {order: 2; }
    #cookie_consent_intro, #cookie_consent_customize {
        font-size: 15px;
        line-height: 22px;
    }
    #cookie_consent_customize p {
       margin-bottom: 10px;
    }
    #cookie_consent_intro {padding: 12px 12px 0 12px}
    #cookie_consent_title{padding:12px;}
    #cookie_consent_customize {padding:0 12px;}
    .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;
    }
    .cookie_consent_actions a{
        width: 94% !important;
        display: block;
        text-align: center !important;
        margin: 6px 0 !important;
    }
    .bt-left, .bt-right{
        width: 50%;
    }
    .cookie_consent_actions a{font-size:16px;line-height: 22px;}
    .cookie_consent_actions .bt-right a {float:right;}
}

@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;}
}

/*** fine video e consenso cookie ***/
.azienda .youtube-content,.blockform .module .js-form{margin-left: auto;margin-right: auto}
/***modalWindows**/
.modalWindows{width:100%;height:100%;position:fixed!important; top:0; left:0;       background:rgba(0, 0, 0, 0.8); z-index:1100; }
.txtWindows {margin: auto; max-width:900px;width:90%;max-height:599px; position: relative;  top: 50%;  transform: translateY(-50%);/*padding:0 0 10px;  z-index: 1;background:var(--c1)*/} 
.close-button {border:1px solid var(--c1);padding: 2px 6px; background: var(--c2);width:28px;height: 30px; right: -10px; position: absolute;z-index:2;top: -10px;}
.txtContent{display: flex;align-items:center;justify-content: center}
@media (min-width: 320px)and (max-width:991px){
	.txtContent{flex-wrap: wrap}
	.text-pop{padding: 0px;font-size:18px;line-height: 22px}
	.txtWindows{max-height: 80%}
	.modalWindows img{max-width: 650px;width: 90%}

}
@media (min-width: 992px) {
	/*.text-pop{width: 35%;padding: 20px 30px 20px 10px;font-size:22px;line-height: 26px}
	.modalWindows img{max-width: 65%}*/
}
.close-button:hover{background: var(--c6);border:1px solid var(--c1);cursor: pointer}
.close-button::before{content: ""; background: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='times' class='svg-inline--fa fa-times fa-w-11' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 352 512'%3E%3Cpath fill='%23ffffff' d='M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z'%3E%3C/path%3E%3C/svg%3E") no-repeat;background-size:contain;display: block;width:23px;height:23px;}
/**popup*/
.banner-popup .txtContent{position: absolute;width: 100%;height: 100%;}
.banner-popup .txtContent .container{position: absolute;bottom: 10px;}
.banner-popup .bimage {position: absolute;height: 100%;overflow: hidden;width: 100%;}
.banner-popup .container{width:100%;}
.banner-popup label{display: none}
.banner-popup section.module,.banner-popup .next{margin-bottom:0}
.banner-popup img{height:100%; width:auto;max-width: none}
.banner-popup .bwrap{position:absolute;  width: 90%; height:auto; overflow-y: auto;bottom:20px;left:50%;margin-left:-45%;  padding: 15px;background: rgba(255,255,255,0.92);font-size: 16px;	line-height: 20px;}
.banner-popup .btheme {display:block;font-size: 14px;	line-height: 16px;	margin-bottom: 5px;}
.banner-popup .btitle {display:block;font-size: 22px;	line-height: 26px;margin-bottom:0}
.banner-popup .btitle a,.banner-popup .btitle a:visited,.banner-popup .btitle:hover{text-decoration: none;color:var(--c2)}
.banner-popup .babstract {display:block;font-size: 18px;	line-height: 22px;	display: block;	margin-bottom: 0px;}
/**popup info*/

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>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: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: 600;}
.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(--c6);border: 1px solid var(--c6);}

/***nav***/
#menu li a,#menu li a:visited, #menu li a:hover{ position: relative;line-height: 24px; text-decoration: none;background: none;cursor:pointer;font-size: 22px; font-weight: 400;}
.main-menu a {padding: 10px 10px 10px 0; display: block}
#menu li a{border-bottom:1px solid var(--c8)}
.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(--c3)}
.main-menu a:hover {color: var(--c4)}
.main-menu li {list-style-type: none;}
#menu .sottomenu li a, #menu .sottomenu li a:visited, #menu .sottomenu li a:hover{font-size:18px; line-height: 20px;padding-top:4px; padding-bottom: 4px;font-weight: 300}
#menu .sottomenu ul {padding: 10px 0 10px 20px;}
#menu .sottomenu ul li a {border-bottom: 0}
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 5px; font-weight: 400;color:var(--c4);border:1px solid var(--c4)}
input[type="search"]:focus { border: 1px solid var(--c5); color: var(--c3);}
.bsearch{background: var(--c4);padding:1px 8px 0;position: absolute;border-left:1px solid var(--c1)}
.bsearch svg {fill: var(--c1);}
.bsearch:hover {background: var(--c3)}
#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}

.testimonianze .content-scritte .scritta .block{padding:0}
.testimonianze .star5{display: inline-block;width: 120px;height: 30px; background:url("../img/background/5stars.svg") no-repeat;background-position: center left;background-size: contain;}
.testimonianze .star4{display: inline-block;width: 120px;height: 30px; background:url("../img/background/4stars.svg") no-repeat;background-position: center left;background-size: contain;}
.testimonianze .star3{display: inline-block;width: 120px;height: 30px; background:url("../img/background/3stars.svg") no-repeat;background-position: center left;background-size: contain;}
.testimonianze .star2{display: inline-block;width: 120px;height: 30px; background:url("../img/background/2stars.svg") no-repeat;background-position: center left;background-size: contain;}
.testimonianze .abstract{font-size:17px; line-height: 20px;color:var(--c4)}
.request-sent p, .homepage .attributi .prezzo {text-align: center;margin: auto}
/*.request-sent::before {content:"Grazie!";font-weight: 600;font-size: 30px;line-height: 34px;margin-bottom: 20px;text-transform: none;color: var(--c2);display: block;text-align: center}*/
.contatti .request-sent::before,.contatti .request-sent p {color: var(--c1);}
.contatti .module.page2{width: 100%;}

/** gallery**/
.gallery{padding-top: 60px}
section.gallery{padding-left: 0!important;padding-right: 0!important}
.gallery-content{width: 100vw;overflow: hidden;margin-bottom: 40px;padding: 0 20px;}
.testimonianze .gallery-content{height: auto;margin-bottom: 10px}
.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 div{margin-right: 2px;}
.page .gallery .gallery-head .title{position: relative; display: block; font-weight: 400!important;text-align: left;padding-bottom:40px;padding-left: 20px; padding-right: 20px }
.gallery-head .title:after{content:"";width:90px;height: 3px;background: var(--c4);display: block;position: absolute;left:20px;bottom: 15px}
/***download***/
section.download{padding:20px 20px 30px}
.download-head >.title,.vertical-table-files > .title,section.gallery >.title,.plain-table >.title,.vertical-table >.title,section.module>.title{display: block;text-transform: none;font-weight:600;padding:20px 0 10px;font-size:28px; line-height: 32px; margin-bottom: 10px;}
.download-head >.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,.back-c3 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**/
.home .g3c {padding-bottom: 20px}
.home .g3{padding: 0px 10px 20px; text-align: center}
.home .g3 .title{font-size:22px; line-height: 24px; font-weight: 600;padding-top: 15px;}
.home .g3 p{text-align: center;font-size: 15px;line-height: 18px;}
.home .g3 header,.home .g3 .text{padding-left: 20px;padding-right: 20px}
.home .g3 .media{position: relative}
.home .g3 .media img{border-bottom: 4px solid var(--c6);}
.home .g3 .media:before{content: "";z-index: 0;border-radius: 100%;width: 80px;height: 80px;display: block;border: 4px solid var(--c6);position: absolute;left: 50%;top:-35px;  transform: translateX(-50%);background-color: var(--c4);-webkit-transition: background-color 1000ms linear; -ms-transition: background-color 1000ms linear;  transition: background-color 1000ms linear;background-size: 66%;background-repeat: no-repeat;background-position: center}

.home .g3 .block{padding:50px 0px 20px;max-width: 445px;margin:0 auto 10px}
.home .g3 .block:hover .media:before,.col4 .block:hover:before{background-color: var(--c3);-webkit-transition: background-color 1000ms linear; -ms-transition: background-color 1000ms linear;  transition: background-color 1000ms linear;}
.home .g3 .media:before{background-image: url("../img/favicon-white.png");}

.home .g4-1 {display: flex;flex-wrap: wrap}
.home .g4-1 header{order:1}
.home .g4-1 .media{order:2}
.home .g4-1 .text{order:3;padding-top: 15px}
.home .g4c,.home .g3c,.home .g5c,.home .g6c,.home .g7c,.home .g8c{padding-left: 20px; padding-right: 20px}
.home .g4{padding:40px 0px 50px;position: relative;overflow: hidden;background: var(--c5)}
.home .g4:before{content:"";position: absolute;width:100vw;left:0;top:-1px;background:url("../img/background/righe-up.svg") no-repeat center top;background-size: cover;z-index:10; padding-top: 8.75%;}
.home .g4 .block{position: relative;z-index:0}
.home .g4 .title,.home .g5 .title{font-weight: 600;padding-top: 15px;padding-bottom: 30px;position: relative}
.home .g4 .title::after,.home .g5 .title::after {content: "";width: 120px;height: 3px;left: 0;bottom: 10px;	display: block;	position: absolute;background: var(--c4);}
.home .g4-1p p{margin-top: 0}
.home .g4 header,.home .g4 .text{padding-left: 0px;padding-right: 10px;}
.home .g5,.testimonianze .wrap-scritte{background: url("../img/background/back-g5.png") repeat}
.home .g5:before{content:"";position: absolute;width:100vw;left:0;top:0;background:url("../img/background/righe-up2.svg") no-repeat center top;background-size: cover;z-index:10; padding-top: 8.75%;}
.home .g5{overflow: hidden;margin-top: -30px;}
.home .g5-1h{padding-top: 40px;}
.home .g5 .anima,.testimonianze .scritta{border:3px solid var(--c5);padding: 5px 20px 20px;border-radius:20px;margin-bottom: 20px;background: rgba(242,242,236,0.68);}
.home .g5 .anima p{font-size:20px; line-height: 26px;margin-top: 5px;margin-bottom: 0}
.home .g5 .anima strong{font-family: var(--f2);font-size:26px; line-height: 30px;color:var(--c4);padding-top: 5px;display: block}

.home .g6 {background: url("../img/background/back-logo.png");	padding-top: 20px;padding-bottom: 20px;border-top:6px solid #016e6e;border-bottom:6px solid #016e6e}
.home .g6,.home .g6 .title,.home .g6 .text{color:var(--c1); font-family: var(--f2)}
.home .g6 .theme{width: 100%; font-family: var(--f2);color:var(--c9);font-size: 22px;line-height: 26px; font-weight: 600; order:-1;display: block;padding-bottom: 5px;}
.home .g6 .text{font-size: 22px; line-height: 28px;}
.home .g6 .title{display: block;margin:8px 0 5px;}
.home .g6 .title span{color:var(--c9)}
.home .g8,.home .g7{padding-top: 20px; padding-bottom: 20px }
.home .g7 header{text-align: center}
.home .g8{padding-top: 10px; padding-bottom: 20px }
.g8c {max-height: 100px;width: 100%;max-width:calc(100vw - 40px); overflow: hidden}
a {color: var(--c3)}

/***footer***/
footer { color: var(--c1);font-size: 16px;line-height: 24px;}
.fcont p {margin-top: 5px; margin-bottom: 5px;}
footer .block.fcont span{display: block}
footer .logofoot{margin-bottom: 20px}
footer .f1{padding-top: 20px;padding-bottom: 20px;}
footer ul{list-style-type: none}
footer .email{display: block}
footer label{display: none}
footer .finfo{position: relative;z-index: 10;background-color: var(--c4)}
footer a,footer a:visited, footer a:hover{color:var(--c5); text-decoration:none} 
footer a:hover{color:var(--c9)}
footer mark{color: var(--c1);font-family: var(--f2); font-weight:600;font-size:22px;line-height: 24px;padding-top:10px;padding-bottom: 10px;margin-bottom: 5px;position: relative;text-align: left}
footer mark:after{content:"";position: absolute;bottom:0px; left:0;width:80px; height: 2px; background: var(--c1)}
footer .finfo .block{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}
footer svg{width: 40px;}
footer svg path,footer svg circle{fill:var(--c1);}
footer .sc:hover svg path,footer .sc:hover svg circle{fill:var(--c9)}
footer .sc{display: inline-block;margin:10px 8px 0;cursor: pointer}
.blockform{background: var(--c1);}
.blockform .module .title{color:var(--c3);font-weight: 400;position: relative;padding-bottom: 30px;display: block}
.blockform .module .title::after {content: '';display: block;	width: 80px;height: 3px;background: var(--c2);	position: absolute;	bottom: 10px;left:50%;margin-left: -40px;}
.blockform label,.blockform legend,.blockform .module .check-block label{color:var(--c3);}
.blockform .js-form{padding-left: 20px; padding-right: 20px}
.blockform .module{margin: 0}
.blockform form{padding-top: 30px;}
.blockform section.module {border-top: 6px solid var(--c6);border-bottom: 6px solid var(--c6);border-radius:0}
.blockform .check-block label a, .blockform .check-block label a:visited { color: var(--c3);}
.blockform .check-block label a:hover { color: var(--c7);}
.blockform .input-field input[type="text"], .blockform .input-field input[type="email"], .blockform.input-field input[type="number"]{background: var(--c5)}
.sep:before{content:"|";padding-left: 5px;padding-right: 5px; display: inline-block}
.fcont a{position: relative; display: inline-block}
.credit p{color:var(--c3);text-align: center}
.credit p a,.credit p a:visited{color:var(--c4)}
.credit p a:hover{color:var(--c7)}
.credit img{margin-top: -6px}
/*** 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, .title:after{background: var(--c3)}
.wrap-col4{padding-top: 50px; padding-bottom: 0px}
.content-col4{padding-left: 20px;padding-right: 20px}
.col4 .title{font-size:28px;line-height: 30px; color:var(--c4);text-align: center;padding-top: 60px;}
.col4 .block{border:1px solid var(--c4);border-radius:30px;position: relative;margin-bottom:50px;padding-bottom: 20px}
.col4 .block::before {	content: "";z-index: 0;	border-radius: 100%;width: 80px;height: 80px;display: block;border: 4px solid var(--c6);position: absolute;left: 50%;	top: -35px;	transform: translateX(-50%);background-color: var(--c4);-webkit-transition: background-color 1000ms linear;	-ms-transition: background-color 1000ms linear;	transition: background-color 1000ms linear;	background-size: 66%;	background-repeat: no-repeat;	background-position: center;background-image: url("../img/favicon-white.png");}


@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);
  }
}

.left .media,.right .media{padding-top: 10px; padding-bottom: 10px;text-align: center}

.home .g3>div,.home .g4>div,.home .g5>div,.home .g6>div,.home .g7>div,.home .g8>div,section.download,.wrap-story,.testimonianze .content-scritte,.content-col4{margin-left: auto;margin-right: auto}

.contatti .tre{padding-top: 10px;padding-bottom: 10px;}
.contatti .tre .cont p{text-align: center}
#carrow {opacity: 0;position: absolute;top:20px;right:30px}
#carrow {display: flex; gap: 0px;}
#carrow svg {width: 15px;height: 20px;fill: currentColor; transition: color 0.4s; margin-left:-5px; }

@media (min-width: 375px) {
.fsocial span{padding-left: 20px;padding-right: 10px}

}
@media (min-width: 320px)and (max-width:767px) {  
	.home .g6 .block{display: flex;flex-wrap: wrap}
}
@media (min-width: 420px) {
.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;}	
.cycle-pager span{width:40px;}	
}

@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 .f1{max-width: 970px;margin-left: auto;margin-right: auto}
	footer .block,footer .finfo .block{margin-bottom:15px; text-align: left}
	footer .f1 .block.fsocial{width:225px;}
	footer .f1 .block{width:190px;}
	footer .block.fcont{width:calc(100% - 225px)}
	footer .block p,.fcont mark,.fcont ul{text-align: left}
	footer .finfo li:not(.first)::before {content: "";	padding-right: 0;display: none}
	footer .finfo li{display: block}
	footer mark{margin-bottom: 10px;}
	.content-col4{display: flex;flex-wrap: wrap;justify-content: center;column-gap:2%}
	.wrap-story .block{display: flex;}
	.temp .psa-left {padding-top: 0px}
	.psa-left span.image {margin-bottom: 20px;	}
	.col4{width:48%;}
	.home .g5{margin-top: -50px}
	.home .g5 .title{padding-top: 30px;}
	.home .g4 {padding: 50px 0px 70px}
	.home .g4-1 .media {max-height: 350px;	overflow: hidden;}
	.home .g4-1 .media img{margin-top: -5%}
	.home .g3c{display: flex;flex-wrap: wrap;justify-content: space-between}
	.home .g3 .block{width: 48%;}
	.home .g3 header, .home .g3 .text {padding-left: 10px;	padding-right: 10px;}
	.home .g3 .media:before{width: 70px;height: 70px;top:-35px;}
}

@media (min-width: 768px) {
	section.page > section:not(.parallax) >.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 {margin-bottom:10px;padding-bottom: 10px;	} */
	.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>div{width: 350px;}
	.banner-b>div{width: 230px;}
	.banner-b .odd,.banner-b .even {padding: 30px 15px 15px;}
	.page .gallery .gallery-head .title{padding-top: 0px;padding-bottom:50px; }
	.gallery-content{max-width:710px}
	.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;}
	.contatti .tre .cont{padding-top: 20px; padding-bottom: 20px;}
	.home .g3 {padding-bottom: 40px;}

	.home .g4-1h .title,.home .g5 .title{padding-top: 40px;}
	.home .g4-1 .media {max-height: 400px;	overflow: hidden;}
	.home .g4-1 .media img{margin-top: -8%}
	.home .g5 .anima{max-width: 70%;margin-top: 30px;margin-bottom: 40px}	
	.home .g5 .odd{margin-left: auto;margin-right: 10%}
	.home .g5 .odd.first{margin-right: 0}
	.home .g5 .even{margin-left:10%}
	.home .g6 {padding-top: 40px;	padding-bottom: 40px;}
	.home .g6 .block { display: grid; grid-template-columns: 370px auto;  grid-template-rows: auto auto auto auto;}

	.home .g6 .block .theme { grid-column: 1 / 3;  grid-row: 1;align-content: end}
	.home .g6 .block .media { grid-column: 1;  grid-row: 2/5;  align-self: start;}
	.home .g6 .block header {  grid-column: 2;  grid-row: 2;padding-top: 30px}
	.home .g6 .block .text {  grid-column: 2;  grid-row: 3;}
    .home .g7{padding-top: 40px;}
	.home .g8{padding-bottom: 40px }
}
@media (min-width: 800px) { 
	/*.g3 h2,.g3 p,.g3 a {text-align: left}*/
}
@media (min-width: 992px) {
	section.page > section:not(.parallax) > .block,section.gallery,section.download,.wrap-story,.home .g6c{width: 970px;}
	footer .block.fcont{width:calc(100% - 600px)}
	.contatti .tre .cont{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: 0px; padding-bottom: 0px;}
	.related .cycle-slide{width: 305px!important;margin-right:10px}
	.related-slideshow>div{width: 305px;}
	.parallax header{bottom:40px;width: 90%;}
	section.page > section.left > .block,section.page > section.right > .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 }
	.home .g3 .block{width: 32%;	}
	.home .g4 .block { display: grid;  grid-template-columns: 45% 1fr; grid-template-areas: "header media" "text media"; column-gap: 10px; }
	.home .g4 .media {   grid-area: media;align-self: center;margin-right: -20px;margin-top:5px;max-height: none}
	.home .g4-1 .media img{margin-top: 0}
	.home .g4 header {   grid-area: header;padding-top: 50px}
	.home .g4 .text {   grid-area: text;padding-top:0}
	.home .g4{padding-top:0;padding-bottom: 60px}
	.home .g5::before {top:0px;}
	.home .g5{margin-top: -80px}
	.home .g6 .block { grid-template-columns: 400px auto;}
	.home .g5 .title {   padding-top: 60px;  }
	.home .g5c{display: flex;flex-wrap:wrap;padding-bottom: 60px;}
	.home .g5c .first{width: 100%;}
	.home .g5c .anima{width: 45%;margin-bottom: 0px;}
	.home .g5 .odd {margin-left: auto;	margin-right: 3%;}
	.home .g5 .even {margin-left: 3%;	margin-right: 0;}
	.testimonianze .scritta .title {font-size: 30px;line-height: 34px;}
	.testimonianze .scritta{padding:20px 40px}
	.blockform .module{padding-top:50px;padding-bottom: 50px}
	.blockform .field-check{display: flex;flex-wrap:wrap; column-gap: 1%;}
	.blockform .field-check legend{widht:100%;}
	.blockform .field-check .input-field {width:32%}
}
@media (min-width: 1025px) {
}
@media (min-width: 1200px) {
	section.page > section:not(.parallax) > .block,section.gallery,section.download{width: 1170px;}
	footer .f1 {max-width: 1170px;}
	.gallery-content{max-width:1130px}
	.btitle {font-size: 52px;	line-height: 58px;}
	.bwrap{bottom:50px;}	
	.related .cycle-slide{width: 370px!important;margin-right:20px}
	.related-slideshow>div{width: 365px;}
	.block.fcont mark,.block.fcont p{text-align: left}
	footer .block,.block.fcont{width: 19%;margin-top:10px;}	
	footer .block.fsocial{width: 19%;}
	footer .f1 .cert{width:160px;}
	footer .block.fcont {width: calc(100% - 800px);}
	.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';}*/
	.home .g4{padding-right: 0;}
	.home .g4 header{padding-top: 70px}
	.home .g3 .media:before{width: 80px;height: 80px;top:-35px;}
	.home .g3 .title {font-size: 26px;	line-height: 30px;	}
	.home .g5 .anima{padding:15px 30px 30px}
	.home .g5-1h {padding-top: 8.75%;}
	.home .g5 .anima {max-width: 60%;	margin-top: 30px;	margin-bottom: 0px;}
	.col4 {width:24%;padding-top: 40px;}
	.content-col4 {	column-gap: 1.3%;}	
	.wrap-col4{padding-top: 20px;}

}

@media (min-width: 1400px) {
	.wrap-fasi,.content-col4,section.page > section:not(.parallax) > .block,section.gallery,section.download,.home .g3 > div,.home .g4 > div,.home .g5>div{width: 1300px;}
	.gallery-content,.testimonianze .content-scritte{max-width:1300px}
	.leftvideo .youtube-content, .leftvideo .youtube-content-preview, .leftvideo .google-content,.rightvideo .youtube-content, .rightvideo .youtube-content-preview, .rightvideo .google-content{height:380px }
	.home .g3c{padding-left: 0;padding-right: 0}
	.home .g3 header, .home .g3 .text {padding-left: 20px;	padding-right: 20px;}
	.home .g3 p {font-size: 18px;	line-height: 22px;}
	.home .g4{overflow: hidden}
	.home .g4 .block { display: grid;  grid-template-columns: 50% 1fr; grid-template-areas: "header media" "text media"; column-gap: 30px; }
	.home .g4 .media {grid-area: none;	position: absolute;	right: -15%;}
	.home .g4 .block{padding-top: 50px; padding-bottom: 50px;}
	.home .g4 .text{padding-right: 30px;}
	/*.home .g4::before {height: 100px;}*/
	.home .g5{margin-top: -6.5%}
	.home .g5-1h {padding-top: 10%;}
}
@media (min-width: 1600px) {

}
@media (min-width: 1800px) {
	.home .g5-1h {padding-top: 12%;}
}

.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}