@media print { #camo-edit {display: none;} }
#camo-edit .surname,#camo-edit .company{display: none} 
/* Cookie bar **/
/*** inizio video e consenso cookie ***/

div.external-blocker {font-family: "Segoe UI", sans-serif; border: 1px solid black!important;width: 100%;height: 315px;padding: 20px 10px 10px 10px;background: #ededed;color: #777;text-align:center; margin-bottom: 20px;}
div.external-blocker > p {margin: 0 0 20px 0;padding: 0}
div.external-blocker > p > a {border: none;text-decoration: underline;color: #2572e3;}
div.external-blocker > p > a:hover {text-decoration: none;}
div.external-blocker > a.cookie_consent_accept_save {display: inline-block; padding: 10px; font-size: 16px; font-weight: 600; text-align: center; text-decoration: none; border-radius: 6px; border: 1px solid #2572e3; background: #2572e3; color: #fff; box-sizing: border-box;margin-bottom: 20px;}
.youtube-preview {cursor:pointer;height: 420px;width: 100%; max-width: 640px;}
section.g10 div.external-blocker {height: 100%;}
body.overlay-active { width: 100% !important;height: 100% !important;overflow: hidden; position: fixed; top: 0; left: 0; z-index: 11000;}
div.cookie_wrap {font-family: "Segoe UI", sans-serif; 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;}
div.cookie_wrap p {font-size: 15px; margin: 0;}
div.cookie_wrap p a {text-decoration: underline;  font-weight: normal; color: #000000;}
div.cookie_wrap p a:hover {text-decoration: none;}

a.cookie_consent_panel_change {color: #2572e3; font-weight: 600; text-decoration: none; margin: 0 auto; display: block; width: fit-content; line-height: 30px; font-size: 15px}
a.cookie_consent_panel_change:hover { text-decoration: underline}

div.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;}
div.cookie_consent_actions {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; gap: 1rem; padding-bottom: 1rem; margin:30px 0 0 0; font-weight:700;}
div.cookie_consent_actions a { flex: 1 1 40%; max-width: 200px; white-space: nowrap; padding: 10px 0; font-size: 16px; font-weight: 600; text-align: center; text-decoration: none; border-radius: 6px; border: 1px solid #2572e3; background: #2572e3; color: #fff; box-sizing: border-box;}
div.cookie_consent_actions a:hover { background: #000; border-color: #000; color: #fff;}
div.cookie_consent_actions a.cookie_consent_reject_save, div.cookie_consent_actions a.cookie_consent_selection_save { background: none; color: #000; border-color: #000;}
div.cookie_consent_actions a.cookie_consent_accept_save:hover, div.cookie_consent_actions a.cookie_consent_reject_save:hover, div.cookie_consent_actions a.cookie_consent_selection_save:hover, div.external-blocker > a.cookie_consent_accept_save:hover { background: #000; border-color: #000; color: #fff;}
div.cookie_consent > div.cookie_consent_actions, div.cookie_consent > a.cookie_consent_panel_change {display: none;}

#cookie_consent_title {font-size: 26px; line-height: 30px; font-weight: 600; color: #000000; margin-bottom: 20px;}
#cookie_consent_selection {display: none;}
#cookie_consent_selection p {max-height: 0; overflow: hidden; opacity: 0; margin-bottom: 0; transition: max-height 0.2s ease, opacity 0.2s ease; color: #222;}
#cookie_consent_selection p.visible { max-height: 200px; margin-top: 4px; margin-bottom: 12px; opacity: 1;}
#cookie_consent_selection 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;
}
#cookie_scroll_fade_overlay {position: sticky; bottom: 0; left: 0; width: 100%; height: 30px; pointer-events: none; background: linear-gradient(to bottom, transparent, white 80%); z-index: 2;}

.cookie_consent.customize #cookie_consent_intro {display: none;}
.cookie_consent.customize #cookie_consent_selection { max-height: calc(100vh - 360px); overflow-y: auto; -webkit-overflow-scrolling: touch; display: block; padding-right: 8px;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar { width: 10px;  background-color: transparent;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar-track { background-color: #f1f1f1; border-radius: 10px;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar-thumb { background-color: #000; border-radius: 10px; border: 2px solid #f1f1f1;}
.cookie_consent.customize #cookie_consent_selection::-webkit-scrollbar-thumb:hover { background-color: #174aa3;}
.cookie_consent.customize > a.cookie_consent_panel_change { display: block; }
.cookie_consent.customize > div.cookie_consent_actions { display: flex; margin: 0}
 
div.cookie_consent_option{ display: flex; justify-content: space-between; align-items: center; margin-top: 6px; padding-top: 6px; border-top: solid 1px #cccccc; gap: 6px; flex-wrap: wrap;}
div.cookie_consent_option:first-child { border: none; margin-top: 0; padding-top: 8px;}
div.cookie_consent_option > span.option_title {margin-bottom: 0px; font-size: 16px; font-weight: 400; display: flex; align-items: center; gap: 5px; color: #222;}
div.cookie_consent_option div.cookies-switch { display: flex; align-items: center; gap: 8px;}
div.cookie_consent_option div.cookies-switch .selection_value {order: 0; color:gray; font-size: 15px}
div.cookie_consent_option div.cookies-switch .cookie_consent_toggle {order: 1;}
div.cookie_consent_option div.cookies-switch .selection_value.selected {color:#2572e3;}
div.cookie_consent_option p{margin:8px 0px;clear:both}

a.cookie_consent_toggle, a.cookie_consent_forced{ position:relative; cursor: pointer; background-color: #ccc; -webkit-transition: .4s; transition: .4s; padding: 2px; color: #fff; border-radius: 30px; width: 54px; height:26px; display: inline-block }
a.cookie_consent_toggle:before, a.cookie_consent_forced:before { position: absolute; content: ""; height: 22px; width: 22px; left: 2px; bottom: 2px; background-color: white; -webkit-transition: .4s; transition: .4s; border-radius: 50%; }
a.cookie_consent_toggle.selected:before, a.cookie_consent_forced:before{left:30px; }
a.cookie_consent_forced {background:#2572e3; cursor: not-allowed;opacity: 0.7}
a.cookie_consent_toggle.selected { background:#2572e3; }

@media (max-width: 599px) {    
    div.cookie_consent {padding: 1rem;}
    div.cookie_consent_actions {margin: 12px 0;}
    div.cookie_consent_actions a{padding:8px 0;width: 96%;  display: block;  text-align: center !important;  margin: 6px 0 !important; font-size:16px;line-height: 22px;}        

    #cookie_consent_title {flex-wrap: wrap;font-size: 22px;line-height: 26px;margin-bottom: 0;padding:12px;}
    #cookie_consent_title span{display: block;width:100%;}

    #cookie_consent_intro {padding: 12px 12px 6px 12px;font-size: 15px;line-height: 22px;}
    #cookie_consent_intro p{max-height: 220px; overflow-y: auto; -webkit-overflow-scrolling: touch;}
    #cookie_consent_selection {font-size: 15px; line-height: 22px;}
    #cookie_consent_selection p {margin-bottom: 10px;}
    #cookie_consent_selection p.visible {margin-top: 8px}
    #cookie_consent_selection a.more-info, div.cookie_consent_option div.cookies-switch a {margin-bottom: 0;}

    .cookie_consent.customize #cookie_consent_selection { max-height: calc(100vh - 400px);margin: 0 12px; padding-right: 0;}
    .cookie_consent.customize a.cookie_consent_panel_change {margin-bottom: 6px}
    .cookie_consent.customize > div.cookie_consent_actions {margin: 12px}

    a.cookie_consent_reject_save {margin: 10px 0 20px 0;font-size: 18px;line-height: 26px;padding: 7px 25px;}
    
    div.cookie_consent_option {flex-direction: column; align-items: flex-start;}
    div.cookie_consent_option > span.option_title { font-size: 16px; line-height: 16px; float: none; margin-bottom: 0;}    
    div.cookie_consent_option div.cookies-switch {  margin-top: 0;  align-self: flex-start; }
    div.cookie_consent_option div.cookies-switch .selection_value {order: 2; }    
}

@media (orientation: landscape) and (max-device-width: 899px) {
    div.cookie_wrap {align-items: flex-start; padding-top: 1vh;}
    div.cookie_consent {padding: 1.5rem 2.5rem;}
    div.cookie_consent_actions {padding-bottom: 0;}

    .cookie_consent.customize #cookie_consent_selection {max-height: calc(100vh - 240px);}
}

/*** fine video e consenso cookie ***/

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:100%!important;overflow:hidden;}
.overlay-active #zoom {display:block;}


input[type="search"]{outline: none; border:none;background: rgba(255,255,255,0.2);font-family: var(--f1);font-size:19px;line-height: 24px; padding:4px 15px; color:var(--c6);border-width: 0 0 2px 0;border-image:linear-gradient(90deg, var(--c4), var(--c5));border-style: solid;font-style: italic;border-image-slice: 1;}
input[type="search"]:focus {color: var(--c2);}
.bsearch{width:20px;position: absolute;background-color: transparent;right: 0;margin-right: 5px}
.bsearch svg {fill:var(--c5);transition: all 0.5s}
.bsearch svg:hover {fill:var(--c4)}
#search{text-align: center;margin: 10px 15%;position: relative;}
input[type="search"]{width: 100%;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}
.fix.sticky{position: fixed;background: var(--c1);width: 100vw;top:0;z-index: 1000;padding-bottom: 10px;box-shadow: 0 2px 8px rgba(0,0,0,0.06);}
.fix.sticky .logobig{max-height: 50px}
.camo-bmark .fix.sticky{top:47px;}
footer{padding-top: 15px; padding-bottom: 0px;position: relative;background-color: var(--c1); color: var(--c2);font-size: 16px;line-height: 22px;}
.finfo{background: var(--c1);padding-top: 20px;padding-bottom: 20px}
.credit{margin-top:0px; background: var(--c4);padding: 30px 0 20px;font-weight: var(--w1);color:var(--c1);border-bottom:10px solid var(--c2)}
.credit a,.credit a:visited{color:var(--c1)}
.credit a:hover{opacity: 0.7}
.credit img{margin-top: -2px}
footer .col-flex{display: flex;flex-wrap:wrap;padding-top: 20px;padding-bottom: 0px;font-size: 15px;line-height: 18px; justify-content: space-between}
.logofoot img{max-width: 190px;margin: 10px 0}
footer mark{font-weight: var(--w3);font-size: 18px;line-height: 20px;display: block;padding-top: 5px; padding-bottom: 5px;color:var(--c2)}
footer p{margin: 0; text-align: center}
footer a,footer a:visited{color:var(--c3)}
footer a.button{color:var(--c1)}
footer a:hover{opacity: 0.8}
footer .email{display: block}
footer .sede span,footer .recapiti span{display: block}
footer .recapiti{padding-top: 10px;margin-bottom: 15px}
/***footer***/


/***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:700;font-size:24px; line-height: 30px;}
section.download .description{display:none;}
.page .download {max-width:90%;margin: 30px auto;}
.download .file span {font-size: 20px;line-height: 22px; color: var(--c3);padding-left: 30px;display: inline-block}
.download .download-content {padding-top: 0px}
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)}
.download-content div {position: relative;padding: 5px 0px;}
.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:5px;}
.download .file span.file-size {color:var(--c6);padding-left: 5px}
.download span.desc {display: none}
.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**/
.home .g4,.home .g5{margin-left:-15px;margin-right: -15px;background: var(--c5);padding-left: 15px;padding-right: 15px;}
.home .g4{ padding-top: 30px;padding-bottom: 5px; }
.home .g5{padding-bottom: 30px;margin-bottom: 15px;}
.home .g5 .block{background: var(--c1);padding: 15px; margin-bottom: 25px;display: flex;column-gap: 20px; flex-wrap: wrap}
.home .g5 .media{width: 100px}
.home .g5 header{width: calc(100% - 120px);align-self: flex-end}
.home .g5 .title{font-size: 24px; line-height: 30px;font-weight: var(--w3);cursor: pointer}
.home .g5 .abstract{width:100%;font-size: 18px;  line-height: 24px;font-weight:var(--w1);padding-top: 12px;cursor: pointer}
.home .g5 .mp{max-height: 0;overflow: hidden;transition: max-height .45s ease, opacity .1s ease, margin-top .3s ease;opacity: 0;margin-top: 10px;}
.home .g5 .mostra{display: inline-block;margin-left:10px;width: 15px; height: 15px; background:url("../img/icona-freccia.svg") no-repeat;cursor:pointer}
.home .g5 .open .mp{max-height:500px;	opacity:1;}
.home .g5 .open .mostra{transform:rotate(90deg);}
.home .g6 {margin-left:-15px;margin-right: -15px;background: var(--c4);padding:30px 15px;margin-bottom: 15px;}
.home .g6 .title,.home .g6 .abstract{display: block; color:var(--c1);text-align: center}
.home .g6 .text{width:90%;max-width: 500px;margin-left: auto;margin-right: auto; background: var(--c1);padding:15px;margin-top:15px}
.home .g6 p{text-align: center}
.home .g6 .big{width: 90%;display: block;margin:10px auto 0; padding-top: 10px; border-top:1px solid var(--c5);font-weight: var(--w3)}
.home .g7 {margin-left:-15px;margin-right: -15px;padding:30px 15px;background:url("../img/background/sf-realta-supporto.jpg") no-repeat center;background-size: cover}
.home .g7 .title,.home .g7 p{display: block; text-align: center;color:var(--c1)}
.home .g7 a{display: block;width:200px; height: 70px;margin: 8px auto;transition: opacity .3s ease;}
.home .g7 a:hover{opacity: 0.8}
.home .g7 a.consorzio{background: url("../img/background/bottone-consorzio-blu.png");background-size: contain}
.home .g7 a.oasi{background: url("../img/background/bottone-oasi.png");background-size: contain}
.home .g7 a.oasil{background: url("../img/background/bottone-oasil.png");background-size: contain}
.home .g7 a.libellula{background: url("../img/background/bottone-libellula.png");background-size: contain}


@media (min-width: 375px) {


}

@media (min-width: 420px) {

}
@media (min-width: 500px) {
	
}

@media (min-width: 600px) {
	.lfot{width: 30%}
	.lfot img{height: 80px;width: auto}
	.sede{width: 50%}
	footer .flex{justify-content: space-between}
	footer .recapiti{margin-top: 10px; display: flex;justify-content: center;column-gap:20px;}
	.home .g4{padding-top: 40px;padding-bottom:15px}
	.home .g5c{display: flex;flex-wrap: wrap; column-gap:4%;justify-content: center;}
	.home .g5c.expanded{align-items: flex-start;}
	.home .g5 .block{width: 48%;box-sizing: border-box;}
	.home .g5 .block.g5-5{width: 60%}
	.home .g6 {	padding: 50px 15px 60px;}
	.home .g6 .abstract{padding-bottom: 20px}
	.home .g6 p {font-size:22px; line-height: 24px;}
	.home .g6 .big{margin-top: 20px}
	.home .g7{padding-top: 40px; padding-bottom: 40px;}
	.home .g7c{padding-left: 15px; padding-right: 15px}
	.home .text.g7-1p p:last-of-type{	display: flex;	justify-content: center;	gap: 15px; flex-wrap: wrap;margin-top: 40px; margin-bottom: 20px}
	.home .text.g7-1p a{flex: 1;aspect-ratio: 200 / 70; max-width: 200px;margin:0;height: auto;	display: block;}

}



@media (min-width: 768px) {
	.home .g4, .home .g5,.home .g6,.home .g7 {	margin-left: -25px;	margin-right: -25px;padding-left: 25px; padding-right: 25px}
	
	.lfot{width: 170px;}
	.sede,.recapiti{width: calc((100% - 170px)/2)}
	footer .recapiti{display: block;padding-top: 0}
	
	.home .g7 {padding-top: 60px;	padding-bottom: 60px;}

}

@media (min-width: 992px) {
	.home .g5 .block{max-width: 550px;}
	.home .g5 .media{position: absolute}
	.home .g5 header,.home .g5 .abstract, .home .g5 .mp {width: 100%;padding-left: 120px;}
	.home .g6 {padding: 70px 25px 90px;}
	.home .g6 .abstract { font-size: 26px; line-height: 32px;	padding-bottom:30px;}
	.home .g7c {padding-left: 25px;	padding-right: 25px;}
	.home .text.g7-1p p:first-of-type {	padding-left:10%; padding-right: 10%}
	.home .text.g7-1p p:last-of-type{margin-top: 60px;}
	.home .g7 {padding-top: 80px;	padding-bottom: 80px;}
	.home .text.g7-1p a {max-width: 200px;height:70px}

	.lfot{width: 220px;}
	.sede,.recapiti{width: 360px; position: relative}
	.sede:after{content:"";width: 2px; height: 100%;display: block;background: var(--c4);top:0; right:20px;position: absolute}
	footer .recapiti{display: block;padding-top: 0;padding-left:30px}
	footer .flex {	justify-content: center;}
}
@media (min-width: 992px) and (max-width: 1199px){	
	

}
@media (min-width: 1025px) {
}
@media (min-width: 1200px) {
	.lfot{width: 280px;}
	.sede,.recapiti{width: 400px; position: relative}
	.sede:after{right:45px;position: absolute}
	
	.finfo {padding-top: 30px;	padding-bottom: 30px;}
	.credit{padding: 50px 0 20px;}	.home .g4 {padding-top: 60px;}
	.home .g4c,.home .g5c{max-width: 1100px;margin-left: auto;margin-right: auto}
	.home .g4 p{font-size: 22px; line-height: 28px;}
	.home .g5{padding-bottom: 50px;}
	.home .g5 .block{padding:30px 20px;align-content: flex-start}
	.home .g5 .block{margin-bottom: 40px;}
	.home .g7 {	padding-top: 100px;	padding-bottom: 100px;}


}
@media (hover: hover) and (pointer: fine) and (min-width: 1200px) {
	.home .g7 {
		background-attachment: fixed;
	}
}
@media (min-width: 1400px) {

}

.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}