/* Foglio di reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	}
fieldset, img {
	border: 0;
	}
table {	
	border-collapse: collapse;
	border-spacing: 0;
	}
cite, code, th {
	font-style: normal;
	font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}
a {
	outline: none;
}

/* Classi speciali */
.grafico {
	font-size: 0px;
	color: #ffffff;
	text-indent: -9000px;
	display: block;
}
.clearfix {
	clear: both;
}
.nascosto {
	display: none;
}

/* Font */
@font-face {
    font-family: 'KomikaAxisRegular';
    src: url('font/komikax_-webfont.eot');
    src: url('font/komikax_-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/komikax_-webfont.woff') format('woff'),
         url('font/komikax_-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Generale */
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow: hidden;
}
#caricamento {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ed1828 url('img/loading.gif') center center no-repeat;
	z-index: 999999;
}
#avanzamento .vuoto {
	width: 500px;
	height: 389px;
	background-color: #ed1828;
	opacity: 0.8;
}
#navigazione {
	line-height: 42px;
	height: 46px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	z-index: 9999;
	position: absolute;
    font-family: 'KomikaAxisRegular';
	bottom: 16px;
	left: 50%;
}
#navigazione .involucro_centrato {
	text-align: center;
	position: relative;
	width: 100%;
	display: table;
	margin-left: -50%;
}
#navigazione ul {
	padding: 0px 20px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin: 0px auto;
	display: block;
}
#navigazione ul li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	margin-top: -2px;
}
#navigazione ul li a {
	padding: 0px 10px;
	color: #fff;
	cursor: pointer;
	opacity: 0.6;
}
#navigazione ul li a.corrente {
	opacity: 1;
}
#social {
	position: absolute;
	z-index: 9999;
	top: 16px;
	right: 16px;
	width: 60px;
	height: 18px;
}
#social ul li {
	display: block;
	float: right;
	margin-left: 6px;
}
#social ul li a {
	cursor: pointer;
	width: 18px;
	height: 18px;
}
#social ul li a.facebook {
	background: transparent url('img/icone_social.png') 0px 0px no-repeat;
}
#social ul li a.twitter {
	background: transparent url('img/icone_social.png') 0px -18px no-repeat;
}
#controlli_audio {
	position: absolute;
	z-index: 9999;
	top: 16px;
	left: 16px;
	cursor: pointer;
}
#controlli_audio, #controlli_audio a {
	width: 24px;
	height: 18px;
}
#controlli_audio a.disattiva {
	background: transparent url('img/controllo_audio.png') 0px 0px no-repeat;
}
#controlli_audio a.riprendi {
	background: transparent url('img/controllo_audio.png') 0px -18px no-repeat;
}
.super-schede {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Montserrat', Arial, sans-serif;
}

/* Schede */
.scheda, .schedas-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
} 
.scheda {
	z-index: 1;
}
.sl-content-cut {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
}
.scheda-orizzontale .sl-content-cut {
	width: 100%;
	height: 50%;
	left: -200px;
}
.scheda-orizzontale .sl-content-cut:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}
.scheda-orizzontale .sl-content-cut:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}
.scheda-verticale .sl-content-cut {
	width: 50%;
	height: 100%;
	top: -200px;
}
.scheda-verticale .sl-content-cut:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}
.scheda-verticale .sl-content-cut:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}
.sl-content-wrapper {
	position: absolute;
}
.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Home */
.scheda_home .sl-content-cut,
.scheda_home .sl-content {
	background-color: #ed1828;
	/*background-color: #e1192e;*/
}
#logo_grande, #avanzamento {
	width: 500px;
	height: 389px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -226px;
}
#logo_grande h1 a, #avanzamento, #avanzamento .fondo .vuoto {
	width: 500px;
	height: 389px;
	background: transparent url('img/logo_mega.png') 0px 0px no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#logo_grande h1 a {
	cursor: pointer;
}

/* Il libro */
.scheda_libro .sl-content-cut,
.scheda_libro .sl-content {
	background: #1C264A;
	color: #fff;
}
#citta {
	background: transparent url('img/citta_profilo.png') 0px 0px repeat-x;
	height: 160px;
	width: 6000px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#sinossi {
	width: 470px;
	padding-left: 293px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -260px;
	margin-left: -389px;
	top: 50%;
	margin-top: -231px;
	font-family: Georgia, "Times New Roman", Times, serif;
	z-index: 1;
}
#sinossi.gal_aperta .testo {
	visibility: hidden;
}
#cornice_copertina {
	margin-left: -278px;
	margin-top: -4px;
	position: absolute;
	padding: 7px;
	background: #10162c url('img/foto_libro.gif') center center no-repeat;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 225px;
	height: 370px;
	z-index: 1;
}
#cornice_copertina a.foto_libro {
	cursor: pointer;
}
#cornice_copertina a.foto_libro img {
	position: relative;
	z-index: 1;
}
#cornice_copertina a.foto_libro span {
	width: 45px;
	height: 39px;
	background: transparent url('img/foto_libro.png') 0px 0px no-repeat;
	margin-left: 90px;
	margin-top: -49px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	cursor: pointer;
}
#cornice_copertina:hover a.foto_libro span {
	margin-top: 0px;
}
#cornice_copertina #galleria_libro {
	display: none;
}
#cornice_copertina #galleria_libro .involucro {
	z-index: 1;
	position: relative;
}
#cornice_copertina #galleria_libro .involucro {
	width: 749px;
	height: 370px;
	overflow: hidden;
}
#cornice_copertina #galleria_libro a.chiudi_gal {
	width: 28px;
	height: 28px;
	background: transparent url('img/controlli_galleria.png') 0px 0px no-repeat;
	position: absolute;
	margin-left: 743px;
	margin-top: -22px;
	cursor: pointer;
}
#cornice_copertina #galleria_libro a.foto_prec, #cornice_copertina #galleria_libro a.foto_succ {
	position: absolute;
	width: 16px;
	margin-top: 172px;
	height: 25px;
	cursor: pointer;
}
#cornice_copertina #galleria_libro a.foto_prec {
	background: transparent url('img/controlli_galleria.png') -44px 0px no-repeat;
	margin-left: -46px;
}
#cornice_copertina #galleria_libro a.foto_succ {
	background: transparent url('img/controlli_galleria.png') -28px 0px no-repeat;
	margin-left: 779px;
}
#cornice_copertina #galleria_libro a.spento {
	opacity: 0.5;
	cursor: default;
}
#copertina {
	width: 225px;
	height: 370px;
	background-color: #e1192e;
}
#luna {
	width: 96px;
	height: 96px;
	background: transparent url('img/luna.png') 0px 0px no-repeat;
	position: absolute;
	top: -38px;
	right: 15%;
}
#sinossi h2, #sinossi h3 {
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	padding-left: 2px;
}
#sinossi h2 {
	font-size: 22px;
	margin-top: 8px;
}
#sinossi h3{
	font-size: 16px;
	margin-bottom: 18px;
}
#sinossi h4 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #c5cee9;
	padding-top: 2px;
	padding-left: 25px;
	background: transparent url('img/manina.png') 0px 5px no-repeat;
}
#sinossi h4 a.autore {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	padding: 0px 1px 0px 2px;
}
#sinossi h4 a.editore {
	width: 113px;
	min-height: 9px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	_height: 9px;
	background: transparent url('img/caratterimobili_mini.png') 3px 0px no-repeat;
	padding-left: 3px;
	margin-top: 3px;
}
#sinossi p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
#sinossi .testo a {
	color: #fff;
	text-decoration: none;
}
#sinossi h4 a:hover, #sinossi .testo a:hover {
	opacity: 0.9;
}

/* Stampa */
.scheda_stampa .sl-content-cut,
.scheda_stampa .sl-content {
	background: #ff6600;
	color: #f60;
}

/* Extra */
.scheda_extra .sl-content-cut,
.scheda_extra .sl-content {
	background: #0c0c0c;
}
#box_video {
	width: 780px;
	height: 440px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -390px;
}
#video_corrente {
	width: 578px;
	float: left;
}
#titolo_video {
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: -9px;
	margin-bottom: 12px;
}
#esecuzione {
	background: #090909 url('img/carica_video.gif') center center no-repeat;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	width: 564px;
	height: 321px;
	padding: 7px;
}
#esecuzione #copertina_video {
	overflow: hidden;
}
#esecuzione a.play {
	width: 564px;
	height: 321px;
	background-color: rgba(9,9,9,0.6);
	position: absolute;
	display: block;
	margin-top: -321px;
	cursor: pointer;
	opacity: 0;
}
#esecuzione img, #esecuzione a.play, #condividi_video a {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#esecuzione a.play:hover {
	opacity: 1;
}
#esecuzione a.play span {
	width: 61px;
	height: 60px;
	margin-left: 251px;
	margin-top: 131px;
	background: transparent url('img/play_grande.png') 0px 0px no-repeat;
}
#info_video, #approfondisci_video {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 13px;
	padding: 13px 0px 0px 7px;
}
#approfondisci_video {
	font-size: 11px;
	padding: 8px 0px 0px 7px;
}
#approfondisci_video div.app_cap {
	display: none;
}
#approfondisci_video div.app_cap.visibile {
	display: block;
}
#archivio_video {
	float: right;
	width: 164px;
}
#showreel {
	height: 335px;
	margin-top: 40px;
}
#showreel .mini_video, #showreel .mini_video a, #showreel .mini_video img, #showreel .mini_video .info_video {
	height: 89px;
	width: 150px;
}
#showreel .mini_video img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
#showreel .mini_video {
	padding: 7px;
	background-color: #090909;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	overflow: hidden;
	margin-bottom: 13px;
	overflow: hidden;
    -webkit-transition: all 0.5s ease-out both;
    -moz-transition: all 0.5s ease-out both;
    -o-transition: all 0.5s ease-out both;
    -ms-transition: all 0.5s ease-out both;
    transition: all 0.5s ease-out both;
}
#showreel .mini_video a {
	overflow: hidden;
	display: block;
}
#showreel .mini_video .gruppo_vid {
	display: none;
}
#showreel .mini_video .gruppo_1 {
	display: block;
}
#showreel .mini_video .info_video {
	margin-top: -89px;
	background-color: rgba(9,9,9,0.9);
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	cursor: pointer;
	opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
#showreel .mini_video .info_video strong {
	display: block;
	text-align: center;
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	font-size: 10px;
	padding-top: 23px;
	padding-bottom: 6px;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
	margin: 0px 10px;
	margin-bottom: 5px;
}
#showreel .mini_video .info_video span {
	font-size: 9px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#showreel .mini_video .eseguito .info_video span.ant_info {
	display: none;
}
#showreel .mini_video .info_video span.in_esec {
	display: none;
}
#showreel .mini_video .eseguito .info_video span.in_esec {
	display: block;
}
#biglietto {
	width: 118px;
	height: 89px;
	background: transparent url('img/biglietto.png') 0px 0px no-repeat;
	position: absolute;
	left: 0px;
	margin-left: -24px;
	top: 50%;
	margin-top: -45px;
}
#pallini_video {
	padding-left: 25px;
	padding-left: 63px;
	padding-left: 55px;
}
#pallini_video ul li {
	float: left;
	padding: 13px 4px 0px 4px;
	width: 11px;
	height: 11px;
}
#pallini_video ul li a {
	width: 11px;
	height: 11px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	background-color: #808080;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
#pallini_video ul li a.attivo, #pallini_video ul li a:hover {
	background-color: #fff;
}
#frecce_video {
	padding-top: 18px;
	padding-left: 41px;
}
#frecce_video a {
	width: 25px;
	height: 17px;
	float: left;
	margin: 0px 8px;
}
#frecce_video a#video_prec {
	background: transparent url('img/frecce_video.png') 0px -16px no-repeat;
}
#frecce_video a#video_prec.disattivo {
	background: transparent url('img/frecce_video.png') 0px 0px no-repeat;
}
#frecce_video a#video_succ {
	background: transparent url('img/frecce_video.png') -25px 0px no-repeat;
}
#frecce_video a#video_succ.disattivo {
	background: transparent url('img/frecce_video.png') -25px -17px no-repeat;
}
#condividi_video {
	float: right;
	width: 50px;
	height: 18px;
	margin-top: 16px;
	padding-right: 7px;
}
#condividi_video a {
	height: 18px;
	width: 18px;
	margin-left: 6px;
	float: right;
	opacity: 0.5;
}
#condividi_video a:hover {
	opacity: 1;
}
#condividi_video a.cond_fb {
	background: transparent url('img/icone_social.png') 0px 0px no-repeat;
}
#condividi_video a.cond_tw {
	background: transparent url('img/icone_social.png') 0px -18px no-repeat;
}

/* Shop */
.scheda_shop .sl-content-cut,
.scheda_shop .sl-content {
	background: #3D1734; 
	color: #fff;
}
#box_shop {
	width: 790px;
	height: 410px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: -395px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
#box_shop p {
	margin-bottom: 6px;
}
#box_shop p.i_tec {
	margin-bottom: 20px;
}
#box_shop p.info {
	margin-top: 21px;
	font-size: 11px;
	line-height: 17px;
	margin-top: 15px;
}
#art_libro {
	padding-left: 188px;
	position: absolute;
}
#art_libro .cornice_libro {
	padding: 7px;
	background-color: rgba(0,0,0,0.25);
	width: 144px;
	height: 238px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	position: absolute;
	margin-left: -188px;
}
#box_shop h3 {
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
	padding-top: 2px;
}
#box_shop h3 span {
	color: #f0d22e;
	padding-left: 8px;
}
#box_shop h3 span em {
	font-style: normal;
	padding-left: 3px;
}
#art_libro h3, #art_figurine h3, #art_t-shirt h3 {
	padding-left: 2px;
}
#art_libro form {
	margin-top: -4px;
}
#art_libro #compra_libro {
	background-color: rgba(0,0,0,0.25);
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 3px 12px 6px 33px;
	background-image: url('img/carrello.png');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	width: 114px;
	height: 32px;
	border: none;
	cursor: pointer;
}
#art_libro ul.pagamento {
	padding-top: 0px;
}
#art_libro ul.pagamento li {
	width: 32px;
	height: 20px;
	float: left;
	margin-right: 5px;
	/*cursor: help;*/
}
#art_libro ul.pagamento li.paypal {
	background: transparent url('img/pagamento.png') 0px 0px no-repeat;
	margin-right: 6px;
}
#art_libro ul.pagamento li.visa {
	background: transparent url('img/pagamento.png') -73px 0px no-repeat;
}
#art_libro ul.pagamento li.mastercard {
	background: transparent url('img/pagamento.png') -37px 0px no-repeat;
}
#art_libro ul.pagamento li.amex {
	background: transparent url('img/pagamento.png') -109px 0px no-repeat;
}
#art_figurine {
	margin-top: 290px;
	padding-left: 188px;
	/*background: transparent url('img/figurine_intere.png') 3px 0px no-repeat;*/
	height: 104px;
}
#art_figurine #figurina_1 .figurina, #art_figurine #figurina_2 .figurina, #art_figurine #figurina_3 .figurina {
	z-index: 1;
}
#art_figurine #figurina_1, #art_figurine #figurina_1 .fondo, #art_figurine #figurina_1 .figurina {
	width: 68px;
	height: 79px;
	position: absolute;
}
#art_figurine #figurina_1 {
	margin-left: -185px;
	margin-top: 25px;
}
#art_figurine #figurina_1 .fondo {
	background: transparent url('img/figurine_singole.png') 0px -83px no-repeat;
}
#art_figurine #figurina_1 .figurina {
	background: transparent url('img/figurine_singole.png') -73px -83px no-repeat;
}
#art_figurine #figurina_2, #art_figurine #figurina_2 .fondo, #art_figurine #figurina_2 .figurina {
	width: 73px;
	height: 83px;
	position: absolute;
}
#art_figurine #figurina_2 {
	margin-left: -103px;
	margin-top: 8px;
}
#art_figurine #figurina_2 .fondo {
	background: transparent url('img/figurine_singole.png') 0px 0px no-repeat;
}
#art_figurine #figurina_2 .figurina {
	background: transparent url('img/figurine_singole.png') -75px -1px no-repeat;
}
#art_figurine #figurina_3, #art_figurine #figurina_3 .fondo, #art_figurine #figurina_3 .figurina {
	width: 59px;
	height: 73px;
	position: absolute;
}
#art_figurine #figurina_3 .fondo {
	background: transparent url('img/figurine_singole.png') 0px -162px no-repeat;
}
#art_figurine #figurina_3 .figurina {
	background: transparent url('img/figurine_singole.png') -73px -162px no-repeat;
}
#art_figurine #figurina_3 {
	margin-left: -142px;
}
#art_t-shirt {
	position: absolute;
	height: 208px;
	margin-left: 418px;
	margin-top: -215px;
	padding-left: 237px;
	padding-top: 58px;
	width: 140px;
}
#art_t-shirt #img_t-shirt {
	width: 208px;
	height: 225px;
	background: transparent url('img/t-shirt_sss.png') 0px 0px no-repeat;
	margin-left: -237px;
	margin-top: -58px;
	position: absolute;
}
#art_t-shirt p.taglie {
	margin-bottom: 20px;
	width: 112px;
	white-space: nowrap;
}
#art_t-shirt #compra_t-shirt {
	background-color: rgba(0,0,0,0.25);
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 3px 12px 6px 31px;
	background-image: url('img/icona_prenota.png');
	background-position: 10px 8px;
	background-repeat: no-repeat;
	height: 32px;
}
#art_spillette {
	position: absolute;
	margin-left: 490px;
	margin-top: -394px;
	text-align: right;
	width: 140px;
	padding-right: 140px;
	/*background: transparent url('img/spillette_intere.png') top right no-repeat;*/
	height: 137px;
}
#art_spillette #spilletta_1, #art_spillette #spilletta_1 .fondo, #art_spillette #spilletta_1 .spilletta,
#art_spillette #spilletta_2, #art_spillette #spilletta_2 .fondo, #art_spillette #spilletta_2 .spilletta {
	width: 87px;
	height: 87px;
	position: absolute;
}
#art_spillette #spilletta_2 {
	margin-left: 171px;
}
#art_spillette #spilletta_2 .fondo, #art_spillette #spilletta_1 .fondo {
	background: transparent url('img/spillette_singole.png') 0px 0px no-repeat;
}
#art_spillette #spilletta_1 .spilletta, #art_spillette #spilletta_2 .spilletta {
	z-index: 1; 
}
#art_spillette #spilletta_1 .spilletta {
	background: transparent url('img/spillette_singole.png') 0px -87px no-repeat;
}
#art_spillette #spilletta_2 .spilletta {
	background: transparent url('img/spillette_singole.png') 1px -173px no-repeat;
}
#art_spillette #spilletta_1 {
	margin-left: 193px;
	margin-top: 50px;
}
#carrellone {
	width: 154px;
	height: 150px;
	background: transparent url('img/carrello_animazione.png') 0px 0px no-repeat;
	position: absolute;
	bottom: 0px;
	margin-left: -45px;
}

/* Colophon */
.scheda_colophon .sl-content-cut,
.scheda_colophon .sl-content {
	background: #f78400;
	color: #fff;
}
#nuvolame {
	width: 6000px;
	height: 472px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -3000px;
	background: transparent url('img/nuvolame.png') center bottom no-repeat;
}
#box_colophon {
	width: 676px;
	height: 328px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -195px;
	margin-left: -338px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	z-index: 1;
}
#box_colophon h2 {
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	margin-bottom: 23px;
}
#credits {
	width: 224px;
	padding: 12px 24px 12px 0px;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	border-right: 1px dotted #fff;
}
#credits p {
	margin-bottom: 10px;
}
#credits p a {
	color: #fff;
	text-decoration: none;
}
#credits p a:hover {
	color: #fef2e5;
}
#credits p.nota_copy {
	font-style: italic;
	font-size: 10px;
	line-height: 14px;
	padding-top: 6px;
	margin-bottom: 0px;
}
#credits p strong {
	font-style: italic;
}
#scrivi_autore {
	float: right;
	margin-top: 12px;
	margin-right: 14px;
}
#scrivi_autore #modulo {
	padding: 13px 18px 18px 18px;
	width: 354px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#scrivi_autore h3 {
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin-bottom: 17px;
	padding-left: 1px;
}
#scrivi_autore form input.nome, #scrivi_autore form input.email, #scrivi_autore form textarea {
	border: 1px solid #fff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	color: #b96300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#scrivi_autore form input.nome.errore, #scrivi_autore form input.email.errore {
	background: #fff url('img/errore.png') 144px 6px no-repeat;
}
#scrivi_autore form textarea.errore {
	background: #fff url('img/errore_big.png') 317px 116px no-repeat;
}
#scrivi_autore form input.nome, #scrivi_autore form input.email {
	width: 157px;
	height: 27px;
	float: left;
	padding: 0px 6px;
}
#scrivi_autore form input.nome {
	margin-right: 12px;
}
#scrivi_autore form textarea {
	float: left;
	margin: 0px;
	padding: 5px 7px;
	margin-top: 12px;
	width: 340px;
	height: 140px;
	line-height: 18px;
}
#scrivi_autore form input.invia {
	background-color: rgba(0,0,0,0.25);
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: 'KomikaAxisRegular';
	font-weight: normal;
	color: #fff;
	font-size: 14px;
	border: none;
	padding: 2px 12px 5px 10px;
	cursor: pointer;
	float: right;
	margin-top: 12px;
}
#box_colophon .responso_email {
	text-align: center;
	font-size: 12px;
	padding-top: 12px;
	height: 25px;
}
#box_colophon .responso_email.invio_email {
	background: transparent url('img/invio_mail.gif') center 12px no-repeat;
}


/* Animazioni */
.sl-trans-elems #logo_grande {
	-webkit-animation: sali 0.5s ease-in-out both;
	-moz-animation: sali 0.5s ease-in-out both;
	-o-animation: sali 0.5s ease-in-out both;
	-ms-animation: sali 0.5s ease-in-out both;
	animation: sali 0.5s ease-in-out both;
}
.sl-trans-elems #nuvolame, .sl-trans-elems #art_t-shirt #img_t-shirt {
	-webkit-animation: sali 1s ease-in-out both;
	-moz-animation: sali 1s ease-in-out both;
	-o-animation: sali 1s ease-in-out both;
	-ms-animation: sali 1s ease-in-out both;
	animation: sali 1s ease-in-out both;
}
.sl-trans-elems #cornice_copertina, .sl-trans-elems #esecuzione {
	-webkit-animation: minimax 1s ease-out both;
	-moz-animation: minimax 1s ease-out both;
	-o-animation: minimax 1s ease-out both;
	-ms-animation: minimax 1s ease-out both;
	animation: minimax 1s ease-out both;
}
.sl-trans-elems #art_libro .cornice_libro {
	-webkit-animation: maxmini 1s ease-out both;
	-moz-animation: maxmini 1s ease-out both;
	-o-animation: maxmini 1s ease-out both;
	-ms-animation: maxmini 1s ease-out both;
	animation: maxmini 1s ease-out both;
}
.sl-trans-elems #sinossi .testo, .sl-trans-elems #box_video a#video_prec, .sl-trans-elems #box_video h2 , .sl-trans-elems #box_video #apparato_video, .sl-trans-elems #art_figurine .info_prod, .sl-trans-elems #art_spillette .info_prod {
	-webkit-animation: scivola 1s ease-out both;
	-moz-animation: scivola 1s ease-out both;
	-o-animation: scivola 1s ease-out both;
	-ms-animation: scivola 1s ease-out both;
	animation: scivola 1s ease-out both;
}
.sl-trans-elems #box_video a#video_succ, .sl-trans-elems #luna, .sl-trans-elems #credits {
	-webkit-animation: scivola_giu 1s ease-out both;
	-moz-animation: scivola_giu 1s ease-out both;
	-o-animation: scivola_giu 1s ease-out both;
	-ms-animation: scivola_giu 1s ease-out both;
	animation: scivola_giu 1s ease-out both;
}
.sl-trans-elems #pallini_video a.cad_1 {
	-webkit-animation: caduta 0.7s ease-out both;
	-moz-animation: caduta 0.7s ease-out both;
	-o-animation: caduta 0.7s ease-out both;
	-ms-animation: caduta 0.7s ease-out both;
	animation: caduta 0.7s ease-out both;
}
.sl-trans-elems #pallini_video a.cad_2 {
	-webkit-animation: caduta 0.8s ease-out both;
	-moz-animation: caduta 0.8s ease-out both;
	-o-animation: caduta 0.8s ease-out both;
	-ms-animation: caduta 0.8s ease-out both;
	animation: caduta 0.8s ease-out both;
}
.sl-trans-elems #pallini_video a.cad_3 {
	-webkit-animation: caduta 0.9s ease-out both;
	-moz-animation: caduta 0.9s ease-out both;
	-o-animation: caduta 0.9s ease-out both;
	-ms-animation: caduta 0.9s ease-out both;
	animation: caduta 0.9s ease-out both;
}
.sl-trans-elems #pallini_video a.cad_4 {
	-webkit-animation: caduta 1s ease-out both;
	-moz-animation: caduta 1s ease-out both;
	-o-animation: caduta 1s ease-out both;
	-ms-animation: caduta 1s ease-out both;
	animation: caduta 1s ease-out both;
}
.sl-trans-elems #pallini_video a.cad_5 {
	-webkit-animation: caduta 1.1s ease-out both;
	-moz-animation: caduta 1.1s ease-out both;
	-o-animation: caduta 1.1s ease-out both;
	-ms-animation: caduta 1.1s ease-out both;
	animation: caduta 1.1s ease-out both;
}
.sl-trans-elems #pallini_video a.cad_6 {
	-webkit-animation: caduta 1.2s ease-out both;
	-moz-animation: caduta 1.2s ease-out both;
	-o-animation: caduta 1.2s ease-out both;
	-ms-animation: caduta 1.2s ease-out both;
	animation: caduta 1.2s ease-out both;
}
.sl-trans-elems #showreel .ing_1 {
	-webkit-animation: ingresso_dx 0.7s ease-out both;
	-moz-animation: ingresso_dx 0.7s ease-out both;
	-o-animation: ingresso_dx 0.7s ease-out both;
	-ms-animation: ingresso_dx 0.7s ease-out both;
	animation: ingresso_dx 0.7s ease-out both;
}
.sl-trans-elems #showreel .ing_2 {
	-webkit-animation: ingresso_dx 0.85s ease-out both;
	-moz-animation: ingresso_dx 0.85s ease-out both;
	-o-animation: ingresso_dx 0.85s ease-out both;
	-ms-animation: ingresso_dx 0.85s ease-out both;
	animation: ingresso_dx 0.85s ease-out both;
}
.sl-trans-elems #showreel .ing_3 {
	-webkit-animation: ingresso_dx 1s ease-out both;
	-moz-animation: ingresso_dx 1s ease-out both;
	-o-animation: ingresso_dx 1s ease-out both;
	-ms-animation: ingresso_dx 1s ease-out both;
	animation: ingresso_dx 1s ease-out both;
}
.sl-trans-elems #biglietto {
	-webkit-animation: volo_biglietto 1s ease-out both;
	-moz-animation: volo_biglietto 1s ease-out both;
	-o-animation: volo_biglietto 1s ease-out both;
	-ms-animation: volo_biglietto 1s ease-out both;
	animation: volo_biglietto 1s ease-out both;
}
.sl-trans-elems #scrivi_autore {
	-webkit-animation: scrivi_aut 1s ease-out both;
	-moz-animation: scrivi_aut 1s ease-out both;
	-o-animation: scrivi_aut 1s ease-out both;
	-ms-animation: scrivi_aut 1s ease-out both;
	animation: scrivi_aut 1s ease-out both;
}
.sl-trans-elems #figurina_3 .fondo, .sl-trans-elems #figurina_3 .figurina {
	-webkit-animation: figurina_3 1s ease-out both;
	-moz-animation: figurina_3 1s ease-out both;
	-o-animation: figurina_3 1s ease-out both;
	-ms-animation: figurina_3 1s ease-out both;
	animation: figurina_3 1s ease-out both;
}
.sl-trans-elems #figurina_1 .fondo, .sl-trans-elems #figurina_1 .figurina {
	-webkit-animation: figurina_1 1s ease-out both;
	-moz-animation: figurina_1 1s ease-out both;
	-o-animation: figurina_1 1s ease-out both;
	-ms-animation: figurina_1 1s ease-out both;
	animation: figurina_1 1s ease-out both;
}
.sl-trans-elems #figurina_2 .fondo, .sl-trans-elems #figurina_2 .figurina, #condividi_video a.cond_tw {
	-webkit-animation: figurina_2 1s ease-out both;
	-moz-animation: figurina_2 1s ease-out both;
	-o-animation: figurina_2 1s ease-out both;
	-ms-animation: figurina_2 1s ease-out both;
	animation: figurina_2 1s ease-out both;
}
.sl-trans-elems #spilletta_1 .fondo, .sl-trans-elems #spilletta_1 .spilletta, #condividi_video a.cond_fb {
	-webkit-animation: spilletta_1 1s ease-out both;
	-moz-animation: spilletta_1 1s ease-out both;
	-o-animation: spilletta_1 1s ease-out both;
	-ms-animation: spilletta_1 1s ease-out both;
	animation: spilletta_1 1s ease-out both;
}
.sl-trans-elems #spilletta_2 .fondo, .sl-trans-elems #spilletta_2 .spilletta {
	-webkit-animation: spilletta_2 1s ease-out both;
	-moz-animation: spilletta_2 1s ease-out both;
	-o-animation: spilletta_2 1s ease-out both;
	-ms-animation: spilletta_2 1s ease-out both;
	animation: spilletta_2 1s ease-out both;
}
.sl-trans-elems #art_libro ul.pagamento li.paypal {
	-webkit-animation: girati 0.4s ease-out both;
	-moz-animation: girati 0.4s ease-out both;
	-o-animation: girati 0.4s ease-out both;
	-ms-animation: girati 0.4s ease-out both;
	animation: girati 0.4s ease-out both;
}
.sl-trans-elems #art_libro ul.pagamento li.mastercard {
	-webkit-animation: girati 0.6s ease-out both;
	-moz-animation: girati 0.6s ease-out both;
	-o-animation: girati 0.6s ease-out both;
	-ms-animation: girati 0.6s ease-out both;
	animation: girati 0.6s ease-out both;
}
.sl-trans-elems #art_libro ul.pagamento li.visa {
	-webkit-animation: girati 0.8s ease-out both;
	-moz-animation: girati 0.8s ease-out both;
	-o-animation: girati 0.8s ease-out both;
	-ms-animation: girati 0.8s ease-out both;
	animation: girati 0.8s ease-out both;
}
.sl-trans-elems #art_libro ul.pagamento li.amex {
	-webkit-animation: girati 1s ease-out both;
	-moz-animation: girati 1s ease-out both;
	-o-animation: girati 1s ease-out both;
	-ms-animation: girati 1s ease-out both;
	animation: girati 1s ease-out both;
}
.sl-trans-elems #art_t-shirt {
	-webkit-animation: scivola_destra 1s ease-out both;
	-moz-animation: scivola_destra 1s ease-out both;
	-o-animation: scivola_destra 1s ease-out both;
	-ms-animation: scivola_destra 1s ease-out both;
	animation: scivola_destra 1s ease-out both;
}
.sl-trans-elems #art_libro {
	-webkit-animation: scivola_sinistra 1s ease-out both;
	-moz-animation: scivola_sinistra 1s ease-out both;
	-o-animation: scivola_sinistra 1s ease-out both;
	-ms-animation: scivola_sinistra 1s ease-out both;
	animation: scivola_sinistra 1s ease-out both;
}
.sl-trans-elems #citta {
	-webkit-animation: scorri_lento 1s ease-out both;
	-moz-animation: scorri_lento 1s ease-out both;
	-o-animation: scorri_lento 1s ease-out both;
	-ms-animation: scorri_lento 1s ease-out both;
	animation: scorri_lento 1s ease-out both;
}
.sl-trans-elems #carrellone {
	-webkit-animation: carrellati 1s ease-out both;
	-moz-animation: carrellati 1s ease-out both;
	-o-animation: carrellati 1s ease-out both;
	-ms-animation: carrellati 1s ease-out both;
	animation: carrellati 1s ease-out both;
}
@-webkit-keyframes scivola {
	0% {-webkit-transform: translateY(20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-moz-keyframes scivola {
	0% {-moz-transform: translateY(20px); opacity: 0; }
	100% {-moz-transform: translateY(0px); opacity: 1; }
}
@-o-keyframes scivola {
	0% {-o-transform: translateY(20px); opacity: 0; }
	100% {-o-transform: translateY(0px); opacity: 1; }
}
@-ms-keyframes scivola {
	0% {-ms-transform: translateY(20px); opacity: 0; }
	100% {-ms-transform: translateY(0px); opacity: 1; }
}
@keyframes scivola {
	0% {transform: translateY(20px); opacity: 0; }
	100% {transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes scivola_giu {
	0% {-webkit-transform: translateY(-20px); opacity: 0; }
	100% {-webkit-transform: translateY(0px); opacity: 1; }
}
@-moz-keyframes scivola_giu {
	0% {-moz-transform: translateY(-20px); opacity: 0; }
	100% {-moz-transform: translateY(0px); opacity: 1; }
}
@-o-keyframes scivola_giu {
	0% {-o-transform: translateY(-20px); opacity: 0; }
	100% {-o-transform: translateY(0px); opacity: 1; }
}
@-ms-keyframes scivola_giu {
	0% {-ms-transform: translateY(-20px); opacity: 0; }
	100% {-ms-transform: translateY(0px); opacity: 1; }
}
@keyframes scivola_giu {
	0% {transform: translateY(-20px); opacity: 0; }
	100% {transform: translateY(0px); opacity: 1; }
}
@-webkit-keyframes caduta {
	0% {-webkit-transform: translateY(-1200px); }
	100% {-webkit-transform: translateY(0px); }
}
@-moz-keyframes caduta {
	0% {-moz-transform: translateY(-1200px); }
	100% {-moz-transform: translateY(0px); }
}
@-o-keyframes caduta {
	0% {-o-transform: translateY(-1200px); }
	100% {-o-transform: translateY(0px); }
}
@-ms-keyframes caduta {
	0% {-ms-transform: translateY(-1200px); }
	100% {-ms-transform: translateY(0px); }
}
@keyframes caduta {
	0% {transform: translateY(-1200px); }
	100% {transform: translateY(0px); }
}
@-webkit-keyframes ingresso_dx {
	0% {-webkit-transform: translateX(2200px) rotate(360deg); }
	100% {-webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes ingresso_dx {
	0% {-moz-transform: translateX(2200px) rotate(360deg); }
	100% {-moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes ingresso_dx {
	0% {-o-transform: translateX(2200px) rotate(360deg); }
	100% {-o-transform: translateX(0px) rotate(0deg); }
}
@-ms-keyframes ingresso_dx {
	0% {-ms-transform: translateX(2200px) rotate(360deg); }
	100% {-ms-transform: translateX(0px) rotate(0deg); }
}
@keyframes ingresso_dx {
	0% {transform: translateX(2200px) rotate(360deg); }
	100% {transform: translateX(0px) rotate(0deg); }
}
@-webkit-keyframes volo_biglietto {
	0% {-webkit-transform: translateY(500px) translateX(500px) rotate(360deg); }
	100% {-webkit-transform: translateY(0px) translateX(0px) rotate(0deg); }
}
@-moz-keyframes volo_biglietto {
	0% {-moz-transform: translateY(500px) translateX(500px) rotate(360deg); }
	100% {-moz-transform: translateY(0px) translateX(0px) rotate(0deg); }
}
@-o-keyframes volo_biglietto {
	0% {-o-transform: translateY(500px) translateX(500px) rotate(360deg); }
	100% {-o-transform: translateY(0px) translateX(0px) rotate(0deg); }
}
@-ms-keyframes volo_biglietto {
	0% {-ms-transform: translateY(500px) translateX(500px) rotate(360deg); }
	100% {-ms-transform: translateY(0px) translateX(0px) rotate(0deg); }
}
@keyframes volo_biglietto {
	0% {transform: translateY(500px) translateX(500px) rotate(360deg); }
	100% {transform: translateY(0px) translateX(0px) rotate(0deg); }
}
@-webkit-keyframes scrivi_aut {
	0% {-webkit-transform: translateY(800px) translateX(800px) rotate(360deg) scale(0.8); }
	100% {-webkit-transform: translateY(0px) translateX(0px) rotate(0deg) scale(1); }
}
@-moz-keyframes scrivi_aut {
	0% {-moz-transform: translateY(800px) translateX(800px) rotate(360deg) scale(0.8); }
	100% {-moz-transform: translateY(0px) translateX(0px) rotate(0deg) scale(1);  }
}
@-o-keyframes scrivi_aut {
	0% {-o-transform: translateY(800px) translateX(800px) rotate(360deg) scale(0.8); }
	100% {-o-transform: translateY(0px) translateX(0px) rotate(0deg) scale(1); }
}
@-ms-keyframes scrivi_aut {
	0% {-ms-transform: translateY(800px) translateX(800px) rotate(360deg) scale(0.8); }
	100% {-ms-transform: translateY(0px) translateX(0px) rotate(0deg) scale(1); }
}
@keyframes scrivi_aut {
	0% {transform: translateY(800px) translateX(800px) rotate(360deg) scale(0.8); }
	100% {transform: translateY(0px) translateX(0px) rotate(0deg) scale(1); }
}
@-webkit-keyframes minimax {
	0% {-webkit-transform: scale(0.75); }
	100% {-webkit-transform: scale(1); }
}
@-moz-keyframes minimax {
	0% {-moz-transform: scale(0.75); }
	100% {-moz-transform: scale(1); }
}
@-o-keyframes minimax {
	0% {-o-transform: scale(0.75); }
	100% {-o-transform: scale(1); }
}
@-ms-keyframes minimax {
	0% {-ms-transform: scale(0.75); }
	100% {-ms-transform: scale(1); }
}
@keyframes minimax {
	0% {transform: scale(0.75); }
	100% {transform: scale(1); }
}
@-webkit-keyframes maxmini {
	0% {-webkit-transform: scale(1.25); }
	100% {-webkit-transform: scale(1); }
}
@-moz-keyframes maxmini {
	0% {-moz-transform: scale(1.25); }
	100% {-moz-transform: scale(1); }
}
@-o-keyframes maxmini {
	0% {-o-transform: scale(1.25); }
	100% {-o-transform: scale(1); }
}
@-ms-keyframes maxmini {
	0% {-ms-transform: scale(1.25); }
	100% {-ms-transform: scale(1); }
}
@keyframes maxmini {
	0% {transform: scale(1.25); }
	100% {transform: scale(1); }
}
@-webkit-keyframes sali {
	0% {-webkit-transform: translateY(20px); }
	100% {-webkit-transform: translateY(0px); }
}
@-moz-keyframes sali {
	0% {-moz-transform: translateY(20px); }
	100% {-moz-transform: translateY(0px); }
}
@-o-keyframes sali {
	0% {-o-transform: translateY(20px); }
	100% {-o-transform: translateY(0px); }
}
@-ms-keyframes sali {
	0% {-ms-transform: translateY(20px); }
	100% {-ms-transform: translateY(0px); }
}
@keyframes sali {
	0% {transform: translateY(20px); }
	100% {transform: translateY(0px); }
}
@-webkit-keyframes figurina_3 {
	0% {-webkit-transform: translateX(-400px) translateY(100px) rotate(360deg); }
	100% {-webkit-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-moz-keyframes figurina_3 {
	0% {-moz-transform: translateX(-400px) translateY(100px) rotate(360deg); }
	100% {-moz-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-o-keyframes figurina_3 {
	0% {-o-transform: translateX(-400px) translateY(100px) rotate(360deg); }
	100% {-o-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-ms-keyframes figurina_3 {
	0% {-ms-transform: translateX(-400px) translateY(100px) rotate(360deg); }
	100% {-ms-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@keyframes figurina_3 {
	0% {transform: translateX(-400px) translateY(100px) rotate(360deg); }
	100% {transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-webkit-keyframes figurina_1 {
	0% {-webkit-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-webkit-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-moz-keyframes figurina_1 {
	0% {-moz-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-moz-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-o-keyframes figurina_1 {
	0% {-o-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-o-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-ms-keyframes figurina_1 {
	0% {-ms-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-ms-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@keyframes figurina_1 {
	0% {transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-webkit-keyframes figurina_2 {
	0% {-webkit-transform: translateX(-100px) translateY(500px) rotate(360deg); }
	100% {-webkit-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-moz-keyframes figurina_2 {
	0% {-moz-transform: translateX(-100px) translateY(500px) rotate(360deg); }
	100% {-moz-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-o-keyframes figurina_2 {
	0% {-o-transform: translateX(-100px) translateY(500px) rotate(360deg); }
	100% {-o-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-ms-keyframes figurina_2 {
	0% {-ms-transform: translateX(-100px) translateY(500px) rotate(360deg); }
	100% {-ms-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@keyframes figurina_2 {
	0% {transform: translateX(-100px) translateY(500px) rotate(360deg); }
	100% {transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-webkit-keyframes spilletta_1 {
	0% {-webkit-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-webkit-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-moz-keyframes spilletta_1 {
	0% {-moz-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-moz-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-o-keyframes spilletta_1 {
	0% {-o-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-o-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-ms-keyframes spilletta_1 {
	0% {-ms-transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {-ms-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@keyframes spilletta_1 {
	0% {transform: translateX(500px) translateY(200px) rotate(360deg); }
	100% {transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-webkit-keyframes spilletta_2 {
	0% {-webkit-transform: translateX(-100px) translateY(-300px) rotate(-360deg); }
	100% {-webkit-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-moz-keyframes spilletta_2 {
	0% {-moz-transform: translateX(-100px) translateY(-300px) rotate(-360deg); }
	100% {-moz-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-o-keyframes spilletta_2 {
	0% {-o-transform: translateX(-100px) translateY(-300px) rotate(-360deg); }
	100% {-o-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-ms-keyframes spilletta_2 {
	0% {-ms-transform: translateX(-100px) translateY(-300px) rotate(-360deg); }
	100% {-ms-transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@keyframes spilletta_2 {
	0% {transform: translateX(-100px) translateY(-300px) rotate(-360deg); }
	100% {transform: translateX(0px) translateY(0px) rotate(0deg); }
}
@-webkit-keyframes girati {
	0% {-webkit-transform: translateY(8px) rotate(50deg); }
	100% {-webkit-transform: translateY(0px) rotate(0deg); }
}
@-moz-keyframes girati {
	0% {-moz-transform: translateY(8px) rotate(50deg); }
	100% {-moz-transform: translateY(0px) rotate(0deg); }
}
@-o-keyframes girati {
	0% {-o-transform: translateY(8px) rotate(50deg); }
	100% {-o-transform: translateY(0px) rotate(0deg); }
}
@-ms-keyframes girati {
	0% {-ms-transform: translateY(8px) rotate(50deg); }
	100% {-ms-transform: translateY(0px) rotate(0deg); }
}
@keyframes girati {
	0% {transform: translateY(8px) rotate(50deg); }
	100% {transform: translateY(0px) rotate(0deg); }
}
@-webkit-keyframes scivola_destra {
	0% {-webkit-transform: translateX(20px); opacity: 0; }
	100% {-webkit-transform: translateX(0px); opacity: 1; }
}
@-moz-keyframes scivola_destra {
	0% {-moz-transform: translateX(20px); opacity: 0; }
	100% {-moz-transform: translateX(0px); opacity: 1; }
}
@-o-keyframes scivola_destra {
	0% {-o-transform: translateX(20px); opacity: 0; }
	100% {-o-transform: translateX(0px); opacity: 1; }
}
@-ms-keyframes scivola_destra {
	0% {-ms-transform: translateX(20px); opacity: 0; }
	100% {-ms-transform: translateX(0px); opacity: 1; }
}
@keyframes scivola_destra {
	0% {transform: translateX(20px); opacity: 0; }
	100% {transform: translateX(0px); opacity: 1; }
}
@-webkit-keyframes scivola_sinistra {
	0% {-webkit-transform: translateX(-20px); opacity: 0; }
	100% {-webkit-transform: translateX(0px); opacity: 1; }
}
@-moz-keyframes scivola_sinistra {
	0% {-moz-transform: translateX(-20px); opacity: 0; }
	100% {-moz-transform: translateX(0px); opacity: 1; }
}
@-o-keyframes scivola_sinistra {
	0% {-o-transform: translateX(-20px); opacity: 0; }
	100% {-o-transform: translateX(0px); opacity: 1; }
}
@-ms-keyframes scivola_sinistra {
	0% {-ms-transform: translateX(-20px); opacity: 0; }
	100% {-ms-transform: translateX(0px); opacity: 1; }
}
@keyframes scivola_sinistra {
	0% {transform: translateX(-20px); opacity: 0; }
	100% {transform: translateX(0px); opacity: 1; }
}
@-webkit-keyframes scorri_lento {
	0% { left: -100px; }
	100% { left: 0px; }
}
@-moz-keyframes scorri_lento {
	0% { left: -100px; }
	100% { left: 0px; }
}
@-o-keyframes scorri_lento {
	0% { left: -100px; }
	100% { left: 0px; }
}
@-ms-keyframes scorri_lento {
	0% { left: -100px; }
	100% { left: 0px; }
}
@keyframes scorri_lento {
	0% { left: -100px; }
	100% { left: 0px; }
}
@-webkit-keyframes carrellati {
	0% {-webkit-transform: translateX(1200px); }
	100% {-webkit-transform: translateX(0px); }
}
@-moz-keyframes carrellati {
	0% {-moz-transform: translateX(1200px); }
	100% {-moz-transform: translateX(0px); }
}
@-o-keyframes carrellati {
	0% {-o-transform: translateX(1200px); }
	100% {-o-transform: translateX(0px); }
}
@-ms-keyframes carrellati {
	0% {-ms-transform: translateX(1200px); }
	100% {-ms-transform: translateX(0px); }
}
@keyframes carrellati {
	0% {transform: translateX(1200px); }
	100% {transform: translateX(0px); }
}
#showreel .mini_video:hover .info_video, #showreel .mini_video .eseguito .info_video {
	opacity: 1;
}
#showreel .mini_video:hover img, #showreel .mini_video .eseguito img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#esecuzione #copertina_video:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}