/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body { line-height:1; letter-spacing:-0.25px; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:disc; }
.page ol, .page ul { list-style-position:inside; }
.page ol > li, .page  ul > li { text-indent:-1em; padding-left:1em; }
.page .singleline li, .page .singleline li { text-indent:inherit; padding:0; }
.page ol > li > *, .page ul > li > * { text-indent:initial; padding-left:initial; }
button { background:transparent;border:none; }
/*General styles*/

html, body, #container { height:100%; }
button { border:none;}
#container { height:100%; min-height:100%;}
b { font-weight:bold; }
i { font-style:italic; }
a { color:inherit; text-decoration:inherit; }
input,select,textarea { font-size:inherit; }
p:first-child { margin-top:inherit !important; }
*{ outline:none; animation-fill-mode:both !important; -webkit-animation-fill-mode:both !important; }
[onclick], [onrollover], button { cursor:pointer; pointer-events:auto; }

#in5footer,#demoNote,#loadIndicator{
	min-width:100%;
	color:#fff;
	background:#666;
	font-family:"Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

#loadIndicator{
	width:100%;
	top:0; left:0; margin:auto;
	padding:6px;
    position:fixed;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    transition:all 1s ease-in .5s;
    opacity:1;
    z-index:99;
}
body.loaded #loadIndicator {
	opacity:0;
	transform:translateY(-36px);
	-webkit-transform:translateY(-36px);
	display:none\9;/*old IE*/
}
#loadIndicator img {
	vertical-align:text-bottom;
    width:18px;
}
#loadIndicator span:after { content:' Loading Content...'; }
html.local #loadIndicator, html.dps #loadIndicator, html.baker #loadIndicator { display:none; }

#in5footer{
	height:26px;
	line-height:26px;
	clear:both;
	position:relative;
	margin-top:-26px;
}

#demoNote {
    right:0; bottom:0; margin:auto;
    height:96px !important;
    padding:36px 10px;
}

#in5footer a, #demoNote a {
	text-decoration:none;
	color:#99ccff;
}
svg-img{display:block;position:absolute;}
.win-safari svg-img{width:100%;}
svg-img{width:100%\9;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.pageItem, svg { position:absolute; }
svg { overflow:visible; }
.pageItem, .pageItemIFrame {
	display:block;
	top:0;
	left:0;
	width:auto !important;
	height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden {visibility:hidden; }

html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }

.page {
	position:relative;
	float:left;
	height:100%;
	width:100%;
	overflow:hidden;
}

.pages {
	list-style:none outside none;
	padding:0;
	margin:0 auto ;
}	

#container > .page { /*center single page baker*/
    position:absolute;
    bottom:0;
    left:0; 
    right:0;
    top:0;
    margin:0 auto;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }

/*.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }*//*currently broken in iOS*/
.scroll { overflow:auto; }
.scroll-vert { overflow-y:auto; overflow-x:hidden; }
.scroll-horiz { overflow-x:auto; overflow-y:hidden; }
.scroll-vert::-webkit-scrollbar { -webkit-appearance:none; width:7px; } /*add back scrollbar for webkit*/
.scroll-vert::-webkit-scrollbar-thumb { border-radius:4px; background-color:rgba(0,0,0,.5); }
.hidescroll::-webkit-scrollbar { display:none; }
.hidescroll { -ms-overflow-style:none; overflow:-moz-scrollbars-none;/*old FF*/ }
.pulltab-left, .pulltab-left > * {
	-moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
}
.pulltab-top, .pulltab-top > * {
	-moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
}	

@media only screen and (max-device-width:1024px) {
	.anythingSlider {padding:0;}
}

object, embed, img, a { outline:0; }

.liquid svg {
    height:100%;
    width:100%;
}

.noPlugin {
	width:100%;
	height:100%;
	background:#ccc;
	border:1px solid #666;
	padding:6px;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.paper-horizontal {
	position:absolute;
	top:50%;
	overflow:visible;
}

.paper-vertical .page, .paper-horizontal .page {
	border:1px solid #bbb;	
	margin:4px 4px 4px 0;
	-moz-box-shadow:0px 0px 0px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";/*IE8*/
}

/*video skins*/
.mejs-none .mejs-controls {display:none !important;}

.liquid .page, .page.liquid {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}

.page.liquid { /*for multi-file*/
    display:block;
}
.liquid .page.activePage {display:block; }
.liquid video {width:100%; height:100%; }

.page.ls { bottom:auto !important; }

#container > nav { display:none; }
#container > nav > button {
	display:block;
	position:absolute;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /* half height of image */
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.png) no-repeat;
}	
#container > nav > button:hover { opacity:.7; }
#container > nav > #backBtn { left:0; background-position:left bottom; }
#container > nav > #nextBtn { right:0; background-position:right bottom; }

/* ColorBox Core Style:The following CSS is consistent between example themes and should not be altered. */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; /*-webkit-overflow-scrolling:touch;*/}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 	Colorbox User Style:
*/
#colorbox{
	border-radius:12px;
    box-shadow:0 0 10px 10px #CCCCCC;
}
    #colorbox, #cboxOverlay, #cboxContent, .cboxIframe, #cboxLoadedContent, #cboxLoadingOverlay { background:#fff; }
    #cboxContent{ overflow:hidden;}
    #cboxMiddleLeft, #cboxMiddleRight { width:8px; }
    #cboxTopCenter{ height:24px; } 
    #cboxBottomCenter { height:8px; }
	#cboxError{padding:50px;}
	#cboxLoadedContent{margin-top:28px;}
	#cboxTitle, #cboxCurrent { position:absolute; top:4px; left:0; color:#949494; }
	#cboxTitle{ text-align:center; width:100%; }
	#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
	#cboxPrevious, #cboxNext { position:absolute; top:50%; margin-top:-32px; width:33px; height:65px; text-indent:-9999px;}
	#cboxPrevious{left:0px; background:url(../images/lb_controls.png) no-repeat top left; }
	#cboxNext{right:0px; background:url(../images/lb_controls.png) no-repeat top right; }
	#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:2px; right:0px; display:block; background:url(../images/lb_controls.png) no-repeat top center; width:26px; height:24px; text-indent:-9999px;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See:http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.hidden { display:none; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:none; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.mso > .state.active, .mso > .state.transition { display:block; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.valign-bottom { vertical-align:bottom; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex; 
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:1.5ex;padding-left:1.5ex; }

/*anchor object styles*/
.ao-noTextWrap { position:absolute; }
.ao-alignLeft, .ao-leftFullWidth { float:left; position:relative; }
.ao-alignRight, .ao-rightFullWidth { float:right; transform-origin:90% 50%; -webkit-transform:90% 50%; /*fix for anchored animation*/ }
.ao-alignCenter {display:block; margin-left:auto; margin-right:auto;}
.ao-inlineTable { display:block; }
.ao-leftFullWidth { padding-right:100%; }
.ao-rightFullWidth { padding-left:100%; }
.anchorGroup { position:relative; };
div.ao-alignLeft:before, div.ao-leftFullWidth:before { content:''; float:left; display:none; }
div.ao-alignRight:before, div.ao-leftFullRight:before { content:''; float:right; display:none; }
.anchorGroup > .mso, .anchorGroup > .group { position:relative; }

ul.thumbs {
	padding:20px;
	white-space:nowrap;
    width:1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline;
    list-style-type:none;
    margin:0 4px;
    outline:none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow:0 0 4px rgba(0, 0, 0, 0.5); }
.baker audio[controls] {min-width:400px;} /*fix progress bar*/

/*CSS Generated from InDesign Styles*/
body { background:#fff url("../images/bg-body.jpg") no-repeat fixed center center/cover; }#slider { width:1024.00px; height:10420.00px; }.page { width:1024.00px; height:10420.00px; background: #fff url("../images/bg-page.jpg") no-repeat left top/auto !important; }.paper-vertical { width:1024.00px; height:100%; }.paper-horizontal { width:10.00px; height:10420.00px; margin-top:-5210.00px; }@media all and (max-height:10420.00px) {	.paper-horizontal { margin:0;top:0;}	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }}@media all and (max-width:1024.00px) {	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }	.paper-vertical, .paper-horizontal { padding:0; }}#share-wrap {    left: 0;    position: fixed;    top: 25%;    background-color: rgba(0,0,0,.65);    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);    z-index: 9999;    -webkit-animation:share-fadein 1s ease 2s;    animation:share-fadein 1s ease 2s;}#share-wrap.align-right { right:0; left:auto; }#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }#share-wrap > a > span { display: none; }#share-wrap > a {	display:block;	width:30px;	height:30px;	border-radius:50%;	background:url(../images/sharebtns.png) no-repeat;	background-size: 392px 30px;	-webkit-background-size: 392px 30px;	-moz-background-size: 392px 30px;	margin:12px;	padding:3px;}#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }#share-wrap > a#sb-fb {	background-color:#3b5998;    background-position:-27px 50%;}#share-wrap > a#sb-tw {    background-color:#00aced;    background-position: -265px 50%;}#share-wrap > a#sb-gp {	background-color:#e74c3c;	background-position: -85px 50%;}#share-wrap > a#sb-li {	background-color:#007fb1;	background-position: -116px 50%;}#share-wrap > a:hover {	box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5);}@keyframes share-fadein {    from { opacity: 0; }    to   { opacity: 1; }}@-webkit-keyframes share-fadein {    from { opacity: 0; }    to   { opacity: 1; }}@keyframes aumento-14939 {	0% {		transform:scaleX(1) scaleY(1);	}	100% {		transform:scaleX(1.3) scaleY(1.3);	}}@-webkit-keyframes aumento-14939 {	0% {		-webkit-transform:scaleX(1) scaleY(1);	}	100% {		-webkit-transform:scaleX(1.3) scaleY(1.3);	}}@keyframes dissolvenzainentrata-15644 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-15644 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-14962 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-14962 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-15525 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-15525 {	0% {opacity:0;}	100% {opacity:1;}}#item15527 {	width:77px !important;	height:95px !important;	left:958px !important;	top:61px !important;	background:url('../images/item15527.png') no-repeat 0 50%;}@keyframes entratavelocedasinistra-15348 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-15348 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}@keyframes dissolvenzainentrata-15228 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-15228 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes entratavelocedadestra-30265 {	0% {		transform:translate(21.73px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedadestra-30265 {	0% {		-webkit-transform:translate(21.73px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item30265:hover {	background:url('../images/item30265.png') no-repeat 100% 50%;}#item30265 {	width:579px !important;	height:37px !important;	left:238px !important;	top:69px !important;	background:url('../images/item30265.png') no-repeat 0px 50%;}@keyframes entratavelocedadestra-15375 {	0% {		transform:translate(21.73px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedadestra-15375 {	0% {		-webkit-transform:translate(21.73px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item15375:hover {	background:url('../images/item15375.png') no-repeat 100% 50%;}#item15375 {	width:196px !important;	height:37px !important;	left:618px !important;	top:113px !important;	background:url('../images/item15375.png') no-repeat 0px 50%;}@keyframes entratavelocedadestra-15402 {	0% {		transform:translate(22.91px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedadestra-15402 {	0% {		-webkit-transform:translate(22.91px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item15402:hover {	background:url('../images/item15402.png') no-repeat 100% 50%;}#item15402 {	width:453px !important;	height:39px !important;	left:362px !important;	top:160px !important;	background:url('../images/item15402.png') no-repeat 0px 50%;}@keyframes entratavelocedadestra-15428 {	0% {		transform:translate(22.54px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedadestra-15428 {	0% {		-webkit-transform:translate(22.54px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item15428:hover {	background:url('../images/item15428.png') no-repeat 100% 50%;}#item15428 {	width:166px !important;	height:34px !important;	left:648px !important;	top:211px !important;	background:url('../images/item15428.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-32084 {	0% {		transform:translate(-39.1px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-32084 {	0% {		-webkit-transform:translate(-39.1px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item32084:hover {	background:url('../images/item32084.png') no-repeat 100% 50%;}#item32084 {	width:83px !important;	height:79px !important;	left:843px !important;	top:112px !important;	background:url('../images/item32084.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-15459 {	0% {		transform:translate(-8.37px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-15459 {	0% {		-webkit-transform:translate(-8.37px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item15459:hover {	background:url('../images/item15459.png') no-repeat 100% 50%;}#item15459 {	width:86px !important;	height:41px !important;	left:840px !important;	top:69px !important;	background:url('../images/item15459.png') no-repeat 0px 50%;}@keyframes dissolvenzainuscita-30391 {	0% {opacity:1;}	100% {opacity:0;}}@-webkit-keyframes dissolvenzainuscita-30391 {	0% {opacity:1;}	100% {opacity:0;}}@keyframes dissolvenzainuscita-27570 {	0% {opacity:1;}	100% {opacity:0;}}@-webkit-keyframes dissolvenzainuscita-27570 {	0% {opacity:1;}	100% {opacity:0;}}#item27561 {	background:#fff;	width:1024px !important;	height:949px !important;}@keyframes dissolvenzainentrata-30443 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-30443 {	0% {opacity:0;}	100% {opacity:1;}}#item30443 {	width:1037px !important;	height:955px !important;	left:-7px !important;	top:-3px !important;	background:url('../images/item30443.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-32679 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-32679 {	0% {opacity:0;}	100% {opacity:1;}}#item2572 {	background:#ebe7ce;	width:299px !important;	height:10101px !important;	left:725px !important;	top:99px !important;}#item31100 {	width:600px !important;	height:362px !important;	left:101px !important;	top:6939px !important;}@keyframes dissolvenzainentrata-2669 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-2669 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-3040 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-3040 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-2750 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-2750 {	0% {opacity:0;}	100% {opacity:1;}}#item3069 {	background:#ebe7ce;	width:775px !important;	height:140px !important;	top:10060px !important;}#item30838:hover {	background:url('../images/item30838.png') no-repeat 100% 50%;}#item30838 {	width:53px !important;	height:32px !important;	left:98px !important;	top:32px !important;	background:url('../images/item30838.png') no-repeat 0px 50%;}#item22133:hover {	background:url('../images/item22133.png') no-repeat 100% 50%;}#item22133 {	width:63px !important;	height:45px !important;	left:274px !important;	top:19px !important;	background:url('../images/item22133.png') no-repeat 0px 50%;}#item33546:hover {	background:url('../images/item33546.png') no-repeat 100% 50%;}#item33546 {	width:63px !important;	height:45px !important;	left:184px !important;	top:19px !important;	background:url('../images/item33546.png') no-repeat 0px 50%;}#item22162:hover {	background:url('../images/item22162.png') no-repeat 100% 50%;}#item22162 {	width:63px !important;	height:45px !important;	left:363px !important;	top:19px !important;	background:url('../images/item22162.png') no-repeat 0px 50%;}#item3098 {	width:80px !important;	height:80px !important;	left:906px !important;	top:3px !important;	background:url('../images/item3098.png') no-repeat 0 50%;}#item3994 {	width:80px !important;	height:80px !important;	left:767px !important;	top:3px !important;	background:url('../images/item3994.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-3577 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-3577 {	0% {opacity:0;}	100% {opacity:1;}}#item3705 {	width:298px !important;	height:60px !important;	left:726px !important;	top:119px !important;}#item4002 {	width:80px !important;	height:60px !important;	left:904px !important;	top:10054px !important;	background:url('../images/item4002.png') no-repeat 0 50%;}#item4007 {	width:80px !important;	height:60px !important;	left:766px !important;	top:10051px !important;	background:url('../images/item4007.png') no-repeat 0 50%;}#item7472 {	background:#ebe7ce;	width:77px !important;	height:362px !important;	top:2125px !important;}#item7473 {	background:#ebe7ce;	width:77px !important;	height:362px !important;	top:5134px !important;}#item7474 {	background:#ebe7ce;	width:77px !important;	height:362px !important;	top:6939px !important;}@keyframes dissolvenzainentrata-3048 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-3048 {	0% {opacity:0;}	100% {opacity:1;}}#item3048:hover {	background:url('../images/item3048.png') no-repeat 100% 50%;}#item3048 {	width:67px !important;	height:67px !important;	left:666px !important;	top:2095px !important;	background:url('../images/item3048.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-3041 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-3041 {	0% {opacity:0;}	100% {opacity:1;}}#item3041:hover {	background:url('../images/item3041.png') no-repeat 100% 50%;}#item3041 {	width:67px !important;	height:67px !important;	left:666px !important;	top:2095px !important;	background:url('../images/item3041.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-1717 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-1717 {	0% {opacity:0;}	100% {opacity:1;}}#item1717:hover {	background:url('../images/item1717.png') no-repeat 100% 50%;}#item1717 {	width:67px !important;	height:67px !important;	left:669px !important;	top:5102px !important;	background:url('../images/item1717.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-1730 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-1730 {	0% {opacity:0;}	100% {opacity:1;}}#item1730:hover {	background:url('../images/item1730.png') no-repeat 100% 50%;}#item1730 {	width:67px !important;	height:67px !important;	left:669px !important;	top:5102px !important;	background:url('../images/item1730.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-571 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-571 {	0% {opacity:0;}	100% {opacity:1;}}#item571:hover {	background:url('../images/item571.png') no-repeat 100% 50%;}#item571 {	width:67px !important;	height:67px !important;	left:667px !important;	top:68px !important;	background:url('../images/item571.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-582 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-582 {	0% {opacity:0;}	100% {opacity:1;}}#item582:hover {	background:url('../images/item582.png') no-repeat 100% 50%;}#item582 {	width:67px !important;	height:67px !important;	left:667px !important;	top:68px !important;	background:url('../images/item582.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-18927 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-18927 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item18597 {	background:#fff;	width:1024px !important;	height:67px !important;}#item18751 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item18751.png') no-repeat 0px 50%;}#item18781:hover {	background:url('../images/item18781.png') no-repeat 100% 50%;}#item18781 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item18781.png') no-repeat 0px 50%;}#item18813:hover {	background:url('../images/item18813.png') no-repeat 100% 50%;}#item18813 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item18813.png') no-repeat 0px 50%;}#item18841:hover {	background:url('../images/item18841.png') no-repeat 100% 50%;}#item18841 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item18841.png') no-repeat 0px 50%;}#item18870:hover {	background:url('../images/item18870.png') no-repeat 100% 50%;}#item18870 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item18870.png') no-repeat 0px 50%;}#item18899:hover {	background:url('../images/item18899.png') no-repeat 100% 50%;}#item18899 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item18899.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-18933 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18933 {	0% {opacity:0;}	100% {opacity:1;}}#item18933 {	width:35px !important;	height:35px !important;	left:51px !important;	top:30px !important;	background:url('../images/item18933.png') no-repeat 0 50%;}#item23069:hover {	background:url('../images/item23069.png') no-repeat 100% 50%;}#item23069 {	width:53px !important;	height:32px !important;	left:98px !important;	top:10070px !important;	background:url('../images/item23069.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-23185 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-23185 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item23186 {	width:1024px !important;	height:67px !important;}#item23187 {	width:140px !important;	height:56px !important;	left:107px !important;	top:6px !important;	background:url('../images/item23187.png') no-repeat 0px 50%;}#item23237:hover {	background:url('../images/item23237.png') no-repeat 100% 50%;}#item23237 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item23237.png') no-repeat 0px 50%;}#item23287:hover {	background:url('../images/item23287.png') no-repeat 100% 50%;}#item23287 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item23287.png') no-repeat 0px 50%;}#item23337:hover {	background:url('../images/item23337.png') no-repeat 100% 50%;}#item23337 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item23337.png') no-repeat 0px 50%;}#item23387:hover {	background:url('../images/item23387.png') no-repeat 100% 50%;}#item23387 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item23387.png') no-repeat 0px 50%;}#item23437:hover {	background:url('../images/item23437.png') no-repeat 100% 50%;}#item23437 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item23437.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-23491 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-23491 {	0% {opacity:0;}	100% {opacity:1;}}#item23491 {	width:35px !important;	height:35px !important;	left:51px !important;	top:10068px !important;	background:url('../images/item23491.png') no-repeat 0 50%;}#item33609:hover {	background:url('../images/item33609.png') no-repeat 100% 50%;}#item33609 {	width:63px !important;	height:45px !important;	left:274px !important;	top:10058px !important;	background:url('../images/item33609.png') no-repeat 0px 50%;}#item33659:hover {	background:url('../images/item33659.png') no-repeat 100% 50%;}#item33659 {	width:63px !important;	height:45px !important;	left:184px !important;	top:10058px !important;	background:url('../images/item33659.png') no-repeat 0px 50%;}#item33709:hover {	background:url('../images/item33709.png') no-repeat 100% 50%;}#item33709 {	width:63px !important;	height:45px !important;	left:363px !important;	top:10058px !important;	background:url('../images/item33709.png') no-repeat 0px 50%;}#item36450 {	width:304px !important;	height:67px !important;	left:723px !important;	top:9718px !important;	background:url('../images/item36450.png') no-repeat 0 50%;}#item36454 {	width:304px !important;	height:67px !important;	left:722px !important;	top:388px !important;	background:url('../images/item36454.png') no-repeat 0 50%;}#item36479 {	width:305px !important;	height:87px !important;	left:722px !important;	top:266px !important;	background:url('../images/item36479.png') no-repeat 0 50%;}#item36476 {	width:304px !important;	height:87px !important;	left:722px !important;	top:480px !important;	background:url('../images/item36476.png') no-repeat 0 50%;}#item36482 {	width:305px !important;	height:87px !important;	left:721px !important;	top:9602px !important;	background:url('../images/item36482.png') no-repeat 0 50%;}#item36486 {	width:304px !important;	height:87px !important;	left:721px !important;	top:9813px !important;	background:url('../images/item36486.png') no-repeat 0 50%;}#item36495 {	width:303px !important;	height:87px !important;	left:723px !important;	top:596px !important;	background:url('../images/item36495.png') no-repeat 0 50%;}#item36498 {	width:303px !important;	height:87px !important;	left:721px !important;	top:9929px !important;	background:url('../images/item36498.png') no-repeat 0 50%;}#item2573 {	background:#ebe7ce;	width:77px !important;	height:332px !important;	top:97px !important;}#item30973:hover {	background:url('../images/item30973.png') no-repeat 100% 50%;}#item30973 {	width:98px !important;	height:54px !important;	left:630px !important;	top:10057px !important;	background:url('../images/item30973.png') no-repeat 0px 50%;}#item2000 {	background:#ebe7ce;	width:299px !important;	height:10321px !important;	left:725px !important;	top:101px !important;}#item2286 {	background:#ebe7ce;	width:775px !important;	height:140px !important;	top:10280px !important;}#item3900 {	width:80px !important;	height:80px !important;	left:767px !important;	top:4px !important;	background:url('../images/item3900.png') no-repeat 0 50%;}#item3984 {	width:80px !important;	height:80px !important;	left:902px !important;	top:4px !important;	background:url('../images/item3984.png') no-repeat 0 50%;}#item4014 {	width:62px !important;	height:58px !important;	left:773px !important;	top:10273px !important;	background:url('../images/item4014.png') no-repeat 0 50%;}#item4019 {	width:62px !important;	height:58px !important;	left:912px !important;	top:10272px !important;	background:url('../images/item4019.png') no-repeat 0 50%;}#item30642 {	width:62px !important;	height:58px !important;	left:663px !important;	top:10220px !important;	background:url('../images/item30642.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-4252 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-4252 {	0% {opacity:0;}	100% {opacity:1;}}#item8339 {	background:#fff;	width:716px !important;	height:989px !important;	left:-8px !important;	top:81px !important;}@keyframes dissolvenzainentrata-8339 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8339 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-1743 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-1743 {	0% {opacity:0;}	100% {opacity:1;}}#item1743:hover {	background:url('../images/item1743.png') no-repeat 100% 50%;}#item1743 {	width:67px !important;	height:67px !important;	left:664px !important;	top:67px !important;	background:url('../images/item1743.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-1750 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-1750 {	0% {opacity:0;}	100% {opacity:1;}}#item1750:hover {	background:url('../images/item1750.png') no-repeat 100% 50%;}#item1750 {	width:67px !important;	height:67px !important;	left:664px !important;	top:67px !important;	background:url('../images/item1750.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-1762 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-1762 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes entratavelocedasinistra-19328 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-19328 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item19329 {	background:#fff;	width:1024px !important;	height:67px !important;}#item19330:hover {	background:url('../images/item19330.png') no-repeat 100% 50%;}#item19330 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item19330.png') no-repeat 0px 50%;}#item19380 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item19380.png') no-repeat 0px 50%;}#item19430:hover {	background:url('../images/item19430.png') no-repeat 100% 50%;}#item19430 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item19430.png') no-repeat 0px 50%;}#item19481:hover {	background:url('../images/item19481.png') no-repeat 100% 50%;}#item19481 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item19481.png') no-repeat 0px 50%;}#item19531:hover {	background:url('../images/item19531.png') no-repeat 100% 50%;}#item19531 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item19531.png') no-repeat 0px 50%;}#item19580:hover {	background:url('../images/item19580.png') no-repeat 100% 50%;}#item19580 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item19580.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-19634 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-19634 {	0% {opacity:0;}	100% {opacity:1;}}#item19634 {	width:35px !important;	height:35px !important;	left:52px !important;	top:29px !important;	background:url('../images/item19634.png') no-repeat 0 50%;}#item21317:hover {	background:url('../images/item21317.png') no-repeat 100% 50%;}#item21317 {	width:53px !important;	height:32px !important;	left:98px !important;	top:33px !important;	background:url('../images/item21317.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-23526 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-23526 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item23527 {	width:1024px !important;	height:67px !important;}#item23528:hover {	background:url('../images/item23528.png') no-repeat 100% 50%;}#item23528 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item23528.png') no-repeat 0px 50%;}#item23578 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item23578.png') no-repeat 0px 50%;}#item23629:hover {	background:url('../images/item23629.png') no-repeat 100% 50%;}#item23629 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item23629.png') no-repeat 0px 50%;}#item23679:hover {	background:url('../images/item23679.png') no-repeat 100% 50%;}#item23679 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item23679.png') no-repeat 0px 50%;}#item23729:hover {	background:url('../images/item23729.png') no-repeat 100% 50%;}#item23729 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item23729.png') no-repeat 0px 50%;}#item23779:hover {	background:url('../images/item23779.png') no-repeat 100% 50%;}#item23779 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item23779.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-23833 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-23833 {	0% {opacity:0;}	100% {opacity:1;}}#item23833 {	width:35px !important;	height:35px !important;	left:51px !important;	top:10286px !important;	background:url('../images/item23833.png') no-repeat 0 50%;}#item23841:hover {	background:url('../images/item23841.png') no-repeat 100% 50%;}#item23841 {	width:53px !important;	height:32px !important;	left:97px !important;	top:10290px !important;	background:url('../images/item23841.png') no-repeat 0px 50%;}#item30701 {	width:303px !important;	height:65px !important;	left:723px !important;	top:457px !important;	background:url('../images/item30701.png') no-repeat 0 50%;}#item30714 {	width:303px !important;	height:65px !important;	left:724px !important;	top:360px !important;	background:url('../images/item30714.png') no-repeat 0 50%;}#item30704 {	width:303px !important;	height:58px !important;	left:723px !important;	top:550px !important;	background:url('../images/item30704.png') no-repeat 0 50%;}#item30709 {	width:303px !important;	height:58px !important;	left:723px !important;	top:635px !important;	background:url('../images/item30709.png') no-repeat 0 50%;}#item30718 {	width:303px !important;	height:65px !important;	left:722px !important;	top:9977px !important;	background:url('../images/item30718.png') no-repeat 0 50%;}#item30722 {	width:303px !important;	height:65px !important;	left:724px !important;	top:9880px !important;	background:url('../images/item30722.png') no-repeat 0 50%;}#item30726 {	width:303px !important;	height:58px !important;	left:722px !important;	top:10070px !important;	background:url('../images/item30726.png') no-repeat 0 50%;}#item30730 {	width:303px !important;	height:58px !important;	left:722px !important;	top:10155px !important;	background:url('../images/item30730.png') no-repeat 0 50%;}#item31146 {	width:700px !important;	height:420px !important;	top:3445px !important;}#item31187 {	width:704px !important;	height:513px !important;	left:-2px !important;	top:5317px !important;}#item33782:hover {	background:url('../images/item33782.png') no-repeat 100% 50%;}#item33782 {	width:63px !important;	height:45px !important;	left:273px !important;	top:21px !important;	background:url('../images/item33782.png') no-repeat 0px 50%;}#item33833:hover {	background:url('../images/item33833.png') no-repeat 100% 50%;}#item33833 {	width:63px !important;	height:45px !important;	left:184px !important;	top:21px !important;	background:url('../images/item33833.png') no-repeat 0px 50%;}#item33883:hover {	background:url('../images/item33883.png') no-repeat 100% 50%;}#item33883 {	width:63px !important;	height:45px !important;	left:362px !important;	top:21px !important;	background:url('../images/item33883.png') no-repeat 0px 50%;}#item35364:hover {	background:url('../images/item35364.png') no-repeat 100% 50%;}#item35364 {	width:63px !important;	height:45px !important;	left:273px !important;	top:10277px !important;	background:url('../images/item35364.png') no-repeat 0px 50%;}#item35414:hover {	background:url('../images/item35414.png') no-repeat 100% 50%;}#item35414 {	width:63px !important;	height:45px !important;	left:184px !important;	top:10277px !important;	background:url('../images/item35414.png') no-repeat 0px 50%;}#item35464:hover {	background:url('../images/item35464.png') no-repeat 100% 50%;}#item35464 {	width:63px !important;	height:45px !important;	left:362px !important;	top:10277px !important;	background:url('../images/item35464.png') no-repeat 0px 50%;}#item30990:hover {	background:url('../images/item30990.png') no-repeat 100% 50%;}#item30990 {	width:98px !important;	height:54px !important;	left:630px !important;	top:10278px !important;	background:url('../images/item30990.png') no-repeat 0px 50%;}#item4030 {	background:#ebe7ce;	width:299px !important;	height:5609px !important;	left:725px !important;	top:101px !important;}@keyframes dissolvenzainentrata-4133 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-4133 {	0% {opacity:0;}	100% {opacity:1;}}#item4190 {	width:80px !important;	height:80px !important;	left:767px !important;	top:4px !important;	background:url('../images/item4190.png') no-repeat 0 50%;}#item4194 {	width:80px !important;	height:80px !important;	left:902px !important;	top:4px !important;	background:url('../images/item4194.png') no-repeat 0 50%;}#item4354 {	background:#ebe7ce;	width:751px !important;	height:144px !important;	top:5566px !important;}#item4416 {	width:55px !important;	height:55px !important;	left:779px !important;	top:5564px !important;	background:url('../images/item4416.png') no-repeat 0 50%;}#item4420 {	width:51px !important;	height:51px !important;	left:920px !important;	top:5565px !important;	background:url('../images/item4420.png') no-repeat 0 50%;}#item30648 {	width:51px !important;	height:51px !important;	left:669px !important;	top:5510px !important;	background:url('../images/item30648.png') no-repeat 0 50%;}#item8588 {	background:#fff;	width:732px !important;	height:1216px !important;	left:-24px !important;	top:4334px !important;}@keyframes dissolvenzainentrata-8588 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8588 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-8561 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8561 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-8566 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8566 {	0% {opacity:0;}	100% {opacity:1;}}#item8566:hover {	background:url('../images/item8566.png') no-repeat 100% 50%;}#item8566 {	width:67px !important;	height:67px !important;	left:667px !important;	top:4325px !important;	background:url('../images/item8566.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-8576 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8576 {	0% {opacity:0;}	100% {opacity:1;}}#item8576:hover {	background:url('../images/item8576.png') no-repeat 100% 50%;}#item8576 {	width:67px !important;	height:67px !important;	left:667px !important;	top:4325px !important;	background:url('../images/item8576.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-19976 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-19976 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item19977 {	background:#fff;	width:1024px !important;	height:67px !important;}#item19979:hover {	background:url('../images/item19979.png') no-repeat 100% 50%;}#item19979 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item19979.png') no-repeat 0px 50%;}#item20031:hover {	background:url('../images/item20031.png') no-repeat 100% 50%;}#item20031 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item20031.png') no-repeat 0px 50%;}#item20081:hover {	background:url('../images/item20081.png') no-repeat 100% 50%;}#item20081 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item20081.png') no-repeat 0px 50%;}#item20131:hover {	background:url('../images/item20131.png') no-repeat 100% 50%;}#item20131 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item20131.png') no-repeat 0px 50%;}#item20181:hover {	background:url('../images/item20181.png') no-repeat 100% 50%;}#item20181 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item20181.png') no-repeat 0px 50%;}#item20230:hover {	background:url('../images/item20230.png') no-repeat 100% 50%;}#item20230 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item20230.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-20285 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-20285 {	0% {opacity:0;}	100% {opacity:1;}}#item20285 {	width:35px !important;	height:35px !important;	left:52px !important;	top:29px !important;	background:url('../images/item20285.png') no-repeat 0 50%;}#item21357:hover {	background:url('../images/item21357.png') no-repeat 100% 50%;}#item21357 {	width:53px !important;	height:32px !important;	left:98px !important;	top:34px !important;	background:url('../images/item21357.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-23985 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-23985 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item23986 {	width:1024px !important;	height:67px !important;}#item23987:hover {	background:url('../images/item23987.png') no-repeat 100% 50%;}#item23987 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item23987.png') no-repeat 0px 50%;}#item24037:hover {	background:url('../images/item24037.png') no-repeat 100% 50%;}#item24037 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item24037.png') no-repeat 0px 50%;}#item24087:hover {	background:url('../images/item24087.png') no-repeat 100% 50%;}#item24087 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item24087.png') no-repeat 0px 50%;}#item24138:hover {	background:url('../images/item24138.png') no-repeat 100% 50%;}#item24138 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item24138.png') no-repeat 0px 50%;}#item24188:hover {	background:url('../images/item24188.png') no-repeat 100% 50%;}#item24188 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item24188.png') no-repeat 0px 50%;}#item24238:hover {	background:url('../images/item24238.png') no-repeat 100% 50%;}#item24238 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item24238.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-24292 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-24292 {	0% {opacity:0;}	100% {opacity:1;}}#item24292 {	width:35px !important;	height:35px !important;	left:52px !important;	top:5575px !important;	background:url('../images/item24292.png') no-repeat 0 50%;}#item24301:hover {	background:url('../images/item24301.png') no-repeat 100% 50%;}#item24301 {	width:53px !important;	height:32px !important;	left:98px !important;	top:5580px !important;	background:url('../images/item24301.png') no-repeat 0px 50%;}#item30735 {	width:303px !important;	height:65px !important;	left:723px !important;	top:458px !important;	background:url('../images/item30735.png') no-repeat 0 50%;}#item30739 {	width:303px !important;	height:65px !important;	left:724px !important;	top:361px !important;	background:url('../images/item30739.png') no-repeat 0 50%;}#item30743 {	width:303px !important;	height:58px !important;	left:723px !important;	top:551px !important;	background:url('../images/item30743.png') no-repeat 0 50%;}#item30747 {	width:303px !important;	height:58px !important;	left:722px !important;	top:636px !important;	background:url('../images/item30747.png') no-repeat 0 50%;}#item30751 {	width:303px !important;	height:65px !important;	left:723px !important;	top:5283px !important;	background:url('../images/item30751.png') no-repeat 0 50%;}#item30755 {	width:303px !important;	height:65px !important;	left:724px !important;	top:5186px !important;	background:url('../images/item30755.png') no-repeat 0 50%;}#item30759 {	width:303px !important;	height:58px !important;	left:723px !important;	top:5376px !important;	background:url('../images/item30759.png') no-repeat 0 50%;}#item30763 {	width:303px !important;	height:58px !important;	left:722px !important;	top:5461px !important;	background:url('../images/item30763.png') no-repeat 0 50%;}#item33993:hover {	background:url('../images/item33993.png') no-repeat 100% 50%;}#item33993 {	width:63px !important;	height:45px !important;	left:274px !important;	top:21px !important;	background:url('../images/item33993.png') no-repeat 0px 50%;}#item34043:hover {	background:url('../images/item34043.png') no-repeat 100% 50%;}#item34043 {	width:63px !important;	height:45px !important;	left:184px !important;	top:21px !important;	background:url('../images/item34043.png') no-repeat 0px 50%;}#item34094:hover {	background:url('../images/item34094.png') no-repeat 100% 50%;}#item34094 {	width:63px !important;	height:45px !important;	left:363px !important;	top:21px !important;	background:url('../images/item34094.png') no-repeat 0px 50%;}#item35520:hover {	background:url('../images/item35520.png') no-repeat 100% 50%;}#item35520 {	width:63px !important;	height:45px !important;	left:274px !important;	top:5568px !important;	background:url('../images/item35520.png') no-repeat 0px 50%;}#item35570:hover {	background:url('../images/item35570.png') no-repeat 100% 50%;}#item35570 {	width:63px !important;	height:45px !important;	left:184px !important;	top:5568px !important;	background:url('../images/item35570.png') no-repeat 0px 50%;}#item35620:hover {	background:url('../images/item35620.png') no-repeat 100% 50%;}#item35620 {	width:63px !important;	height:45px !important;	left:363px !important;	top:5568px !important;	background:url('../images/item35620.png') no-repeat 0px 50%;}#item31005:hover {	background:url('../images/item31005.png') no-repeat 100% 50%;}#item31005 {	width:98px !important;	height:54px !important;	left:630px !important;	top:5565px !important;	background:url('../images/item31005.png') no-repeat 0px 50%;}#item6554 {	background:#ebe7ce;	width:299px !important;	height:3399px !important;	left:727px !important;	top:101px !important;}@keyframes dissolvenzainentrata-6605 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-6605 {	0% {opacity:0;}	100% {opacity:1;}}#item6662 {	width:80px !important;	height:80px !important;	left:769px !important;	top:4px !important;	background:url('../images/item6662.png') no-repeat 0 50%;}#item6666 {	width:80px !important;	height:80px !important;	left:904px !important;	top:4px !important;	background:url('../images/item6666.png') no-repeat 0 50%;}#item6671 {	background:#ebe7ce;	width:751px !important;	height:146px !important;	top:3354px !important;}#item6732 {	width:62px !important;	height:52px !important;	left:770px !important;	top:3355px !important;	background:url('../images/item6732.png') no-repeat 0 50%;}#item6736 {	width:74px !important;	height:55px !important;	left:913px !important;	top:3352px !important;	background:url('../images/item6736.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-6786 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-6786 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-6769 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-6769 {	0% {opacity:0;}	100% {opacity:1;}}#item6769:hover {	background:url('../images/item6769.png') no-repeat 100% 50%;}#item6769 {	width:67px !important;	height:67px !important;	left:693px !important;	top:2767px !important;	background:url('../images/item6769.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-6777 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-6777 {	0% {opacity:0;}	100% {opacity:1;}}#item6777:hover {	background:url('../images/item6777.png') no-repeat 100% 50%;}#item6777 {	width:67px !important;	height:67px !important;	left:693px !important;	top:2768px !important;	background:url('../images/item6777.png') no-repeat 0px 50%;}#item21384:hover {	background:url('../images/item21384.png') no-repeat 100% 50%;}#item21384 {	width:53px !important;	height:32px !important;	left:98px !important;	top:33px !important;	background:url('../images/item21384.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-21458 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-21458 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item21459 {	background:#fff;	width:1024px !important;	height:67px !important;}#item21460:hover {	background:url('../images/item21460.png') no-repeat 100% 50%;}#item21460 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item21460.png') no-repeat 0px 50%;}#item21510:hover {	background:url('../images/item21510.png') no-repeat 100% 50%;}#item21510 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item21510.png') no-repeat 0px 50%;}#item21560:hover {	background:url('../images/item21560.png') no-repeat 100% 50%;}#item21560 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item21560.png') no-repeat 0px 50%;}#item21610:hover {	background:url('../images/item21610.png') no-repeat 100% 50%;}#item21610 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item21610.png') no-repeat 0px 50%;}#item21661:hover {	background:url('../images/item21661.png') no-repeat 100% 50%;}#item21661 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item21661.png') no-repeat 0px 50%;}#item21710:hover {	background:url('../images/item21710.png') no-repeat 100% 50%;}#item21710 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item21710.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-21764 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-21764 {	0% {opacity:0;}	100% {opacity:1;}}#item21764 {	width:35px !important;	height:35px !important;	left:51px !important;	top:29px !important;	background:url('../images/item21764.png') no-repeat 0 50%;}#item24440:hover {	background:url('../images/item24440.png') no-repeat 100% 50%;}#item24440 {	width:53px !important;	height:32px !important;	left:97px !important;	top:3370px !important;	background:url('../images/item24440.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-24453 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-24453 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item24454 {	width:1024px !important;	height:67px !important;}#item24455:hover {	background:url('../images/item24455.png') no-repeat 100% 50%;}#item24455 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item24455.png') no-repeat 0px 50%;}#item24505:hover {	background:url('../images/item24505.png') no-repeat 100% 50%;}#item24505 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item24505.png') no-repeat 0px 50%;}#item24555:hover {	background:url('../images/item24555.png') no-repeat 100% 50%;}#item24555 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item24555.png') no-repeat 0px 50%;}#item24606:hover {	background:url('../images/item24606.png') no-repeat 100% 50%;}#item24606 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item24606.png') no-repeat 0px 50%;}#item24656:hover {	background:url('../images/item24656.png') no-repeat 100% 50%;}#item24656 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item24656.png') no-repeat 0px 50%;}#item24705:hover {	background:url('../images/item24705.png') no-repeat 100% 50%;}#item24705 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item24705.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-24759 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-24759 {	0% {opacity:0;}	100% {opacity:1;}}#item24759 {	width:35px !important;	height:35px !important;	left:51px !important;	top:3364px !important;	background:url('../images/item24759.png') no-repeat 0 50%;}#item30767 {	width:303px !important;	height:65px !important;	left:725px !important;	top:457px !important;	background:url('../images/item30767.png') no-repeat 0 50%;}#item30771 {	width:303px !important;	height:65px !important;	left:726px !important;	top:360px !important;	background:url('../images/item30771.png') no-repeat 0 50%;}#item30776 {	width:303px !important;	height:58px !important;	left:725px !important;	top:550px !important;	background:url('../images/item30776.png') no-repeat 0 50%;}#item30780 {	width:303px !important;	height:58px !important;	left:724px !important;	top:635px !important;	background:url('../images/item30780.png') no-repeat 0 50%;}#item30784 {	width:303px !important;	height:65px !important;	left:725px !important;	top:3067px !important;	background:url('../images/item30784.png') no-repeat 0 50%;}#item30788 {	width:303px !important;	height:65px !important;	left:726px !important;	top:2970px !important;	background:url('../images/item30788.png') no-repeat 0 50%;}#item30792 {	width:303px !important;	height:58px !important;	left:725px !important;	top:3160px !important;	background:url('../images/item30792.png') no-repeat 0 50%;}#item30796 {	width:303px !important;	height:58px !important;	left:725px !important;	top:3245px !important;	background:url('../images/item30796.png') no-repeat 0 50%;}#item31506 {	width:701px !important;	height:635px !important;	left:-2px !important;	top:132px !important;}#item34161:hover {	background:url('../images/item34161.png') no-repeat 100% 50%;}#item34161 {	width:63px !important;	height:45px !important;	left:273px !important;	top:21px !important;	background:url('../images/item34161.png') no-repeat 0px 50%;}#item34211:hover {	background:url('../images/item34211.png') no-repeat 100% 50%;}#item34211 {	width:63px !important;	height:45px !important;	left:184px !important;	top:21px !important;	background:url('../images/item34211.png') no-repeat 0px 50%;}#item34261:hover {	background:url('../images/item34261.png') no-repeat 100% 50%;}#item34261 {	width:63px !important;	height:45px !important;	left:362px !important;	top:21px !important;	background:url('../images/item34261.png') no-repeat 0px 50%;}#item35693:hover {	background:url('../images/item35693.png') no-repeat 100% 50%;}#item35693 {	width:63px !important;	height:45px !important;	left:273px !important;	top:3358px !important;	background:url('../images/item35693.png') no-repeat 0px 50%;}#item35743:hover {	background:url('../images/item35743.png') no-repeat 100% 50%;}#item35743 {	width:63px !important;	height:45px !important;	left:184px !important;	top:3358px !important;	background:url('../images/item35743.png') no-repeat 0px 50%;}#item35794:hover {	background:url('../images/item35794.png') no-repeat 100% 50%;}#item35794 {	width:63px !important;	height:45px !important;	left:362px !important;	top:3358px !important;	background:url('../images/item35794.png') no-repeat 0px 50%;}#item31017:hover {	background:url('../images/item31017.png') no-repeat 100% 50%;}#item31017 {	width:98px !important;	height:54px !important;	left:633px !important;	top:3353px !important;	background:url('../images/item31017.png') no-repeat 0px 50%;}#item18224 {	background:#ebe7ce;	width:299px !important;	height:850px !important;	left:725px !important;	top:100px !important;}#item18318 {	width:80px !important;	height:80px !important;	left:769px !important;	top:2px !important;	background:url('../images/item18318.png') no-repeat 0 50%;}#item18323 {	width:80px !important;	height:80px !important;	left:905px !important;	top:2px !important;	background:url('../images/item18323.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-18449 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18449 {	0% {opacity:0;}	100% {opacity:1;}}#item18454 {	width:729px !important;	height:855px !important;	left:-2px !important;	top:98px !important;	background:url('../images/item18454.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-18509 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18509 {	0% {opacity:0;}	100% {opacity:1;}}#item18509:hover {	background:url('../images/item18509.png') no-repeat 100% 50%;}#item18509 {	width:67px !important;	height:67px !important;	left:692px !important;	top:67px !important;	background:url('../images/item18509.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-18518 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18518 {	0% {opacity:0;}	100% {opacity:1;}}#item18518:hover {	background:url('../images/item18518.png') no-repeat 100% 50%;}#item18518 {	width:67px !important;	height:67px !important;	left:692px !important;	top:67px !important;	background:url('../images/item18518.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-18530 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18530 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes entratavelocedasinistra-19661 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-19661 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item19662 {	background:#fff;	width:1024px !important;	height:67px !important;}#item19663:hover {	background:url('../images/item19663.png') no-repeat 100% 50%;}#item19663 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item19663.png') no-repeat 0px 50%;}#item19713:hover {	background:url('../images/item19713.png') no-repeat 100% 50%;}#item19713 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item19713.png') no-repeat 0px 50%;}#item19763 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item19763.png') no-repeat 0px 50%;}#item19814:hover {	background:url('../images/item19814.png') no-repeat 100% 50%;}#item19814 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item19814.png') no-repeat 0px 50%;}#item19864:hover {	background:url('../images/item19864.png') no-repeat 100% 50%;}#item19864 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item19864.png') no-repeat 0px 50%;}#item19913:hover {	background:url('../images/item19913.png') no-repeat 100% 50%;}#item19913 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item19913.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-19968 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-19968 {	0% {opacity:0;}	100% {opacity:1;}}#item19968 {	width:35px !important;	height:35px !important;	left:51px !important;	top:28px !important;	background:url('../images/item19968.png') no-repeat 0 50%;}#item21344:hover {	background:url('../images/item21344.png') no-repeat 100% 50%;}#item21344 {	width:53px !important;	height:32px !important;	left:98px !important;	top:31px !important;	background:url('../images/item21344.png') no-repeat 0px 50%;}#item30873 {	width:303px !important;	height:65px !important;	left:-2px !important;	top:139px !important;	background:url('../images/item30873.png') no-repeat 0 50%;}#item30877 {	width:303px !important;	height:65px !important;	left:-1px !important;	top:42px !important;	background:url('../images/item30877.png') no-repeat 0 50%;}#item30881 {	width:303px !important;	height:58px !important;	left:-2px !important;	top:231px !important;	background:url('../images/item30881.png') no-repeat 0 50%;}#item30886 {	width:303px !important;	height:58px !important;	left:-3px !important;	top:317px !important;	background:url('../images/item30886.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-18490 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18490 {	0% {opacity:0;}	100% {opacity:1;}}#item18390 {	background:#3e3d2e;	opacity:0.94;	filter:alpha(opacity=94);	width:1029px !important;	height:453px !important;}#item18397 {	width:907px !important;	height:392px !important;	left:102px !important;	top:29px !important;}@keyframes dissolvenzainentrata-18492 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-18492 {	0% {opacity:0;}	100% {opacity:1;}}#item18492 {	width:35px !important;	height:35px !important;	left:854px !important;	top:829px !important;	background:url('../images/item18492.png') no-repeat 0 50%;}#item34321:hover {	background:url('../images/item34321.png') no-repeat 100% 50%;}#item34321 {	width:63px !important;	height:45px !important;	left:273px !important;	top:19px !important;	background:url('../images/item34321.png') no-repeat 0px 50%;}#item34371:hover {	background:url('../images/item34371.png') no-repeat 100% 50%;}#item34371 {	width:63px !important;	height:45px !important;	left:184px !important;	top:19px !important;	background:url('../images/item34371.png') no-repeat 0px 50%;}#item34421:hover {	background:url('../images/item34421.png') no-repeat 100% 50%;}#item34421 {	width:63px !important;	height:45px !important;	left:362px !important;	top:19px !important;	background:url('../images/item34421.png') no-repeat 0px 50%;}#item31622 {	width:702px !important;	height:433px !important;	left:-1px !important;	top:10877px !important;}#item31559 {	width:702px !important;	height:515px !important;	left:-1px !important;	top:3670px !important;}#item6812 {	background:#ebe7ce;	width:299px !important;	height:14900px !important;	left:725px !important;	top:100px !important;}@keyframes dissolvenzainentrata-6862 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-6862 {	0% {opacity:0;}	100% {opacity:1;}}#item6919 {	width:80px !important;	height:80px !important;	left:767px !important;	top:2px !important;	background:url('../images/item6919.png') no-repeat 0 50%;}#item6924 {	width:80px !important;	height:80px !important;	left:902px !important;	top:2px !important;	background:url('../images/item6924.png') no-repeat 0 50%;}#item6928 {	background:#ebe7ce;	width:751px !important;	height:141px !important;	top:14859px !important;}#item6989 {	width:80px !important;	height:47px !important;	left:771px !important;	top:14861px !important;	background:url('../images/item6989.png') no-repeat 0 50%;}#item6993 {	width:80px !important;	height:47px !important;	left:908px !important;	top:14861px !important;	background:url('../images/item6993.png') no-repeat 0 50%;}#item31581 {	width:701px !important;	height:563px !important;	top:4497px !important;}@keyframes dissolvenzainentrata-7177 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7177 {	0% {opacity:0;}	100% {opacity:1;}}#item7177:hover {	background:url('../images/item7177.png') no-repeat 100% 50%;}#item7177 {	width:67px !important;	height:67px !important;	left:692px !important;	top:566px !important;	background:url('../images/item7177.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7007 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7007 {	0% {opacity:0;}	100% {opacity:1;}}#item7007:hover {	background:url('../images/item7007.png') no-repeat 100% 50%;}#item7007 {	width:67px !important;	height:67px !important;	left:692px !important;	top:566px !important;	background:url('../images/item7007.png') no-repeat 0px 50%;}#item8361 {	background:#fff;	width:725px !important;	height:929px !important;	left:-16px !important;	top:1549px !important;}@keyframes dissolvenzainentrata-8361 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8361 {	0% {opacity:0;}	100% {opacity:1;}}#item8398 {	background:#fff;	width:725px !important;	height:896px !important;	left:-9px !important;	top:641px !important;}@keyframes dissolvenzainentrata-8398 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8398 {	0% {opacity:0;}	100% {opacity:1;}}#item8365 {	background:#fff;	width:725px !important;	height:989px !important;	left:-16px !important;	top:2666px !important;}@keyframes dissolvenzainentrata-8365 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8365 {	0% {opacity:0;}	100% {opacity:1;}}#item8371 {	background:#fff;	width:733px !important;	height:826px !important;	left:-24px !important;	top:3654px !important;}@keyframes dissolvenzainentrata-8371 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8371 {	0% {opacity:0;}	100% {opacity:1;}}#item8374 {	background:#fff;	width:733px !important;	height:805px !important;	left:-32px !important;	top:4485px !important;}@keyframes dissolvenzainentrata-8374 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8374 {	0% {opacity:0;}	100% {opacity:1;}}#item8378 {	background:#fff;	width:733px !important;	height:864px !important;	left:-20px !important;	top:5327px !important;}@keyframes dissolvenzainentrata-8378 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8378 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7186 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7186 {	0% {opacity:0;}	100% {opacity:1;}}#item7186:hover {	background:url('../images/item7186.png') no-repeat 100% 50%;}#item7186 {	width:67px !important;	height:67px !important;	left:665px !important;	top:1528px !important;	background:url('../images/item7186.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7016 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7016 {	0% {opacity:0;}	100% {opacity:1;}}#item7016:hover {	background:url('../images/item7016.png') no-repeat 100% 50%;}#item7016 {	width:67px !important;	height:67px !important;	left:665px !important;	top:1528px !important;	background:url('../images/item7016.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7562 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7562 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7206 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7206 {	0% {opacity:0;}	100% {opacity:1;}}#item7206:hover {	background:url('../images/item7206.png') no-repeat 100% 50%;}#item7206 {	width:67px !important;	height:67px !important;	left:668px !important;	top:2656px !important;	background:url('../images/item7206.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7214 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7214 {	0% {opacity:0;}	100% {opacity:1;}}#item7214:hover {	background:url('../images/item7214.png') no-repeat 100% 50%;}#item7214 {	width:67px !important;	height:67px !important;	left:668px !important;	top:2656px !important;	background:url('../images/item7214.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7570 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7570 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7244 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7244 {	0% {opacity:0;}	100% {opacity:1;}}#item7244:hover {	background:url('../images/item7244.png') no-repeat 100% 50%;}#item7244 {	width:67px !important;	height:67px !important;	left:667px !important;	top:3635px !important;	background:url('../images/item7244.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7251 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7251 {	0% {opacity:0;}	100% {opacity:1;}}#item7251:hover {	background:url('../images/item7251.png') no-repeat 100% 50%;}#item7251 {	width:67px !important;	height:67px !important;	left:668px !important;	top:3636px !important;	background:url('../images/item7251.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7580 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7580 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7259 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7259 {	0% {opacity:0;}	100% {opacity:1;}}#item7259:hover {	background:url('../images/item7259.png') no-repeat 100% 50%;}#item7259 {	width:67px !important;	height:67px !important;	left:667px !important;	top:4464px !important;	background:url('../images/item7259.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7266 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7266 {	0% {opacity:0;}	100% {opacity:1;}}#item7266:hover {	background:url('../images/item7266.png') no-repeat 100% 50%;}#item7266 {	width:67px !important;	height:67px !important;	left:668px !important;	top:4464px !important;	background:url('../images/item7266.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7588 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7588 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7306 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7306 {	0% {opacity:0;}	100% {opacity:1;}}#item7306:hover {	background:url('../images/item7306.png') no-repeat 100% 50%;}#item7306 {	width:67px !important;	height:67px !important;	left:667px !important;	top:5298px !important;	background:url('../images/item7306.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7297 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7297 {	0% {opacity:0;}	100% {opacity:1;}}#item7297:hover {	background:url('../images/item7297.png') no-repeat 100% 50%;}#item7297 {	width:67px !important;	height:67px !important;	left:667px !important;	top:5298px !important;	background:url('../images/item7297.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7596 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7596 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7325 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7325 {	0% {opacity:0;}	100% {opacity:1;}}#item7325:hover {	background:url('../images/item7325.png') no-repeat 100% 50%;}#item7325 {	width:67px !important;	height:67px !important;	left:666px !important;	top:6121px !important;	background:url('../images/item7325.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7317 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7317 {	0% {opacity:0;}	100% {opacity:1;}}#item7317:hover {	background:url('../images/item7317.png') no-repeat 100% 50%;}#item7317 {	width:67px !important;	height:67px !important;	left:666px !important;	top:6121px !important;	background:url('../images/item7317.png') no-repeat 0px 50%;}#item8383 {	background:#fff;	width:725px !important;	height:778px !important;	left:-16px !important;	top:10863px !important;}@keyframes dissolvenzainentrata-8383 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8383 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7401 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7401 {	0% {opacity:0;}	100% {opacity:1;}}#item7401:hover {	background:url('../images/item7401.png') no-repeat 100% 50%;}#item7401 {	width:67px !important;	height:67px !important;	left:667px !important;	top:10845px !important;	background:url('../images/item7401.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7394 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7394 {	0% {opacity:0;}	100% {opacity:1;}}#item7394:hover {	background:url('../images/item7394.png') no-repeat 100% 50%;}#item7394 {	width:67px !important;	height:67px !important;	left:667px !important;	top:10845px !important;	background:url('../images/item7394.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7613 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7613 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7554 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7554 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes entratavelocedasinistra-20324 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-20324 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item20325 {	background:#fff;	width:1024px !important;	height:67px !important;}#item20326:hover {	background:url('../images/item20326.png') no-repeat 100% 50%;}#item20326 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item20326.png') no-repeat 0px 50%;}#item20376:hover {	background:url('../images/item20376.png') no-repeat 100% 50%;}#item20376 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item20376.png') no-repeat 0px 50%;}#item20427:hover {	background:url('../images/item20427.png') no-repeat 100% 50%;}#item20427 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item20427.png') no-repeat 0px 50%;}#item20477 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item20477.png') no-repeat 0px 50%;}#item20528:hover {	background:url('../images/item20528.png') no-repeat 100% 50%;}#item20528 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item20528.png') no-repeat 0px 50%;}#item20577:hover {	background:url('../images/item20577.png') no-repeat 100% 50%;}#item20577 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item20577.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-20632 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-20632 {	0% {opacity:0;}	100% {opacity:1;}}#item20632 {	width:35px !important;	height:35px !important;	left:51px !important;	top:31px !important;	background:url('../images/item20632.png') no-repeat 0 50%;}#item21397:hover {	background:url('../images/item21397.png') no-repeat 100% 50%;}#item21397 {	width:53px !important;	height:32px !important;	left:98px !important;	top:31px !important;	background:url('../images/item21397.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-24890 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-24890 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item24891 {	width:1024px !important;	height:67px !important;}#item24892:hover {	background:url('../images/item24892.png') no-repeat 100% 50%;}#item24892 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item24892.png') no-repeat 0px 50%;}#item24942:hover {	background:url('../images/item24942.png') no-repeat 100% 50%;}#item24942 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item24942.png') no-repeat 0px 50%;}#item24992:hover {	background:url('../images/item24992.png') no-repeat 100% 50%;}#item24992 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item24992.png') no-repeat 0px 50%;}#item25043 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item25043.png') no-repeat 0px 50%;}#item25093:hover {	background:url('../images/item25093.png') no-repeat 100% 50%;}#item25093 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item25093.png') no-repeat 0px 50%;}#item25143:hover {	background:url('../images/item25143.png') no-repeat 100% 50%;}#item25143 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item25143.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-25197 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-25197 {	0% {opacity:0;}	100% {opacity:1;}}#item25197 {	width:35px !important;	height:35px !important;	left:51px !important;	top:14869px !important;	background:url('../images/item25197.png') no-repeat 0 50%;}#item25205:hover {	background:url('../images/item25205.png') no-repeat 100% 50%;}#item25205 {	width:53px !important;	height:32px !important;	left:98px !important;	top:14870px !important;	background:url('../images/item25205.png') no-repeat 0px 50%;}#item31550 {	width:701px !important;	height:457px !important;	left:-1px !important;	top:12697px !important;}#item31591 {	width:700px !important;	height:480px !important;	top:6753px !important;}#item8381 {	background:#fff;	width:733px !important;	height:1032px !important;	left:-20px !important;	top:6219px !important;}@keyframes dissolvenzainentrata-8381 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8381 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7605 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7605 {	0% {opacity:0;}	100% {opacity:1;}}#item34494:hover {	background:url('../images/item34494.png') no-repeat 100% 50%;}#item34494 {	width:63px !important;	height:45px !important;	left:274px !important;	top:19px !important;	background:url('../images/item34494.png') no-repeat 0px 50%;}#item34544:hover {	background:url('../images/item34544.png') no-repeat 100% 50%;}#item34544 {	width:63px !important;	height:45px !important;	left:184px !important;	top:19px !important;	background:url('../images/item34544.png') no-repeat 0px 50%;}#item34594:hover {	background:url('../images/item34594.png') no-repeat 100% 50%;}#item34594 {	width:63px !important;	height:45px !important;	left:363px !important;	top:19px !important;	background:url('../images/item34594.png') no-repeat 0px 50%;}#item35867:hover {	background:url('../images/item35867.png') no-repeat 100% 50%;}#item35867 {	width:63px !important;	height:45px !important;	left:274px !important;	top:14858px !important;	background:url('../images/item35867.png') no-repeat 0px 50%;}#item35917:hover {	background:url('../images/item35917.png') no-repeat 100% 50%;}#item35917 {	width:63px !important;	height:45px !important;	left:184px !important;	top:14858px !important;	background:url('../images/item35917.png') no-repeat 0px 50%;}#item35967:hover {	background:url('../images/item35967.png') no-repeat 100% 50%;}#item35967 {	width:63px !important;	height:45px !important;	left:363px !important;	top:14858px !important;	background:url('../images/item35967.png') no-repeat 0px 50%;}#item31031:hover {	background:url('../images/item31031.png') no-repeat 100% 50%;}#item31031 {	width:98px !important;	height:54px !important;	left:630px !important;	top:14857px !important;	background:url('../images/item31031.png') no-repeat 0px 50%;}#item7640 {	background:#ebe7ce;	width:299px !important;	height:11650px !important;	left:725px !important;	top:100px !important;}@keyframes dissolvenzainentrata-7667 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7667 {	0% {opacity:0;}	100% {opacity:1;}}#item8045 {	background:#ebe7ce;	width:751px !important;	height:140px !important;	top:11610px !important;}#item8106 {	width:80px !important;	height:44px !important;	left:772px !important;	top:11614px !important;	background:url('../images/item8106.png') no-repeat 0 50%;}#item8110 {	width:80px !important;	height:51px !important;	left:907px !important;	top:11610px !important;	background:url('../images/item8110.png') no-repeat 0 50%;}#item8262 {	width:80px !important;	height:80px !important;	left:767px !important;	top:2px !important;	background:url('../images/item8262.png') no-repeat 0 50%;}#item8266 {	width:80px !important;	height:80px !important;	left:902px !important;	top:2px !important;	background:url('../images/item8266.png') no-repeat 0 50%;}#item8386 {	background:#fff;	width:724px !important;	height:832px !important;	left:-17px !important;	top:1360px !important;}@keyframes dissolvenzainentrata-8386 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8386 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-7774 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7774 {	0% {opacity:0;}	100% {opacity:1;}}#item7774:hover {	background:url('../images/item7774.png') no-repeat 100% 50%;}#item7774 {	width:67px !important;	height:67px !important;	left:666px !important;	top:1337px !important;	background:url('../images/item7774.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-7762 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-7762 {	0% {opacity:0;}	100% {opacity:1;}}#item7762:hover {	background:url('../images/item7762.png') no-repeat 100% 50%;}#item7762 {	width:67px !important;	height:67px !important;	left:666px !important;	top:1337px !important;	background:url('../images/item7762.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-8283 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8283 {	0% {opacity:0;}	100% {opacity:1;}}#item8390 {	background:#fff;	width:727px !important;	height:761px !important;	left:-13px !important;	top:6250px !important;}@keyframes dissolvenzainentrata-8390 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8390 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-8301 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8301 {	0% {opacity:0;}	100% {opacity:1;}}#item8301:hover {	background:url('../images/item8301.png') no-repeat 100% 50%;}#item8301 {	width:67px !important;	height:67px !important;	left:670px !important;	top:6236px !important;	background:url('../images/item8301.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-8292 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8292 {	0% {opacity:0;}	100% {opacity:1;}}#item8292:hover {	background:url('../images/item8292.png') no-repeat 100% 50%;}#item8292 {	width:67px !important;	height:67px !important;	left:670px !important;	top:6236px !important;	background:url('../images/item8292.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-8289 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8289 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes entratavelocedasinistra-20656 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-20656 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item20657 {	background:#fff;	width:1024px !important;	height:67px !important;}#item20658:hover {	background:url('../images/item20658.png') no-repeat 100% 50%;}#item20658 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item20658.png') no-repeat 0px 50%;}#item20708:hover {	background:url('../images/item20708.png') no-repeat 100% 50%;}#item20708 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item20708.png') no-repeat 0px 50%;}#item20758:hover {	background:url('../images/item20758.png') no-repeat 100% 50%;}#item20758 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item20758.png') no-repeat 0px 50%;}#item20809:hover {	background:url('../images/item20809.png') no-repeat 100% 50%;}#item20809 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item20809.png') no-repeat 0px 50%;}#item20860:hover {	background:url('../images/item20860.png') no-repeat 100% 50%;}#item20860 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item20860.png') no-repeat 0px 50%;}#item20909:hover {	background:url('../images/item20909.png') no-repeat 100% 50%;}#item20909 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item20909.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-20963 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-20963 {	0% {opacity:0;}	100% {opacity:1;}}#item20963 {	width:35px !important;	height:35px !important;	left:51px !important;	top:30px !important;	background:url('../images/item20963.png') no-repeat 0 50%;}#item21411:hover {	background:url('../images/item21411.png') no-repeat 100% 50%;}#item21411 {	width:53px !important;	height:32px !important;	left:98px !important;	top:32px !important;	background:url('../images/item21411.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-27086 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-27086 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item27087 {	width:1024px !important;	height:67px !important;}#item27088:hover {	background:url('../images/item27088.png') no-repeat 100% 50%;}#item27088 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item27088.png') no-repeat 0px 50%;}#item27139:hover {	background:url('../images/item27139.png') no-repeat 100% 50%;}#item27139 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item27139.png') no-repeat 0px 50%;}#item27189:hover {	background:url('../images/item27189.png') no-repeat 100% 50%;}#item27189 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item27189.png') no-repeat 0px 50%;}#item27239 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item27239.png') no-repeat 0px 50%;}#item27288:hover {	background:url('../images/item27288.png') no-repeat 100% 50%;}#item27288 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item27288.png') no-repeat 0px 50%;}#item27338:hover {	background:url('../images/item27338.png') no-repeat 100% 50%;}#item27338 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item27338.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-27395 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-27395 {	0% {opacity:0;}	100% {opacity:1;}}#item27395 {	width:35px !important;	height:35px !important;	left:51px !important;	top:11620px !important;	background:url('../images/item27395.png') no-repeat 0 50%;}#item27404:hover {	background:url('../images/item27404.png') no-repeat 100% 50%;}#item27404 {	width:53px !important;	height:32px !important;	left:98px !important;	top:11620px !important;	background:url('../images/item27404.png') no-repeat 0px 50%;}#item31999 {	width:699px !important;	height:553px !important;	top:10000px !important;}#item8393 {	background:#fff;	width:751px !important;	height:966px !important;	left:-44px !important;	top:8641px !important;}@keyframes dissolvenzainentrata-8393 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8393 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-8333 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8333 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-8325 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8325 {	0% {opacity:0;}	100% {opacity:1;}}#item8325:hover {	background:url('../images/item8325.png') no-repeat 100% 50%;}#item8325 {	width:67px !important;	height:67px !important;	left:665px !important;	top:8627px !important;	background:url('../images/item8325.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-8317 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-8317 {	0% {opacity:0;}	100% {opacity:1;}}#item8317:hover {	background:url('../images/item8317.png') no-repeat 100% 50%;}#item8317 {	width:67px !important;	height:67px !important;	left:664px !important;	top:8627px !important;	background:url('../images/item8317.png') no-repeat 0px 50%;}#item34662:hover {	background:url('../images/item34662.png') no-repeat 100% 50%;}#item34662 {	width:63px !important;	height:45px !important;	left:273px !important;	top:19px !important;	background:url('../images/item34662.png') no-repeat 0px 50%;}#item34713:hover {	background:url('../images/item34713.png') no-repeat 100% 50%;}#item34713 {	width:63px !important;	height:45px !important;	left:184px !important;	top:19px !important;	background:url('../images/item34713.png') no-repeat 0px 50%;}#item34764:hover {	background:url('../images/item34764.png') no-repeat 100% 50%;}#item34764 {	width:63px !important;	height:45px !important;	left:362px !important;	top:19px !important;	background:url('../images/item34764.png') no-repeat 0px 50%;}#item36044:hover {	background:url('../images/item36044.png') no-repeat 100% 50%;}#item36044 {	width:63px !important;	height:45px !important;	left:273px !important;	top:11608px !important;	background:url('../images/item36044.png') no-repeat 0px 50%;}#item36094:hover {	background:url('../images/item36094.png') no-repeat 100% 50%;}#item36094 {	width:63px !important;	height:45px !important;	left:184px !important;	top:11608px !important;	background:url('../images/item36094.png') no-repeat 0px 50%;}#item36144:hover {	background:url('../images/item36144.png') no-repeat 100% 50%;}#item36144 {	width:63px !important;	height:45px !important;	left:362px !important;	top:11608px !important;	background:url('../images/item36144.png') no-repeat 0px 50%;}#item31043:hover {	background:url('../images/item31043.png') no-repeat 100% 50%;}#item31043 {	width:98px !important;	height:54px !important;	left:630px !important;	top:11608px !important;	background:url('../images/item31043.png') no-repeat 0px 50%;}#item12442 {	background:#ebe7ce;	width:1024px !important;	height:58px !important;	top:892px !important;}#item8675 {	width:80px !important;	height:80px !important;	left:769px !important;	top:7px !important;	background:url('../images/item8675.png') no-repeat 0 50%;}#item8680 {	width:80px !important;	height:80px !important;	left:905px !important;	top:-2px !important;	background:url('../images/item8680.png') no-repeat 0 50%;}#item13171 {	width:1024px !important;	height:176px !important;	top:706px !important;}#item14432:hover {	background:url('../images/item14432.png') no-repeat 100% 50%;}#item14432 {	width:218px !important;	height:135px !important;	left:-2px !important;	top:21px !important;	background:url('../images/item14432.png') no-repeat 0px 50%;}#item14443:hover {	background:url('../images/item14443.png') no-repeat 100% 50%;}#item14443 {	width:218px !important;	height:135px !important;	left:236px !important;	top:21px !important;	background:url('../images/item14443.png') no-repeat 0px 50%;}#item14455:hover {	background:url('../images/item14455.png') no-repeat 100% 50%;}#item14455 {	width:218px !important;	height:135px !important;	left:475px !important;	top:21px !important;	background:url('../images/item14455.png') no-repeat 0px 50%;}#item14467:hover {	background:url('../images/item14467.png') no-repeat 100% 50%;}#item14467 {	width:218px !important;	height:135px !important;	left:714px !important;	top:21px !important;	background:url('../images/item14467.png') no-repeat 0px 50%;}#item14478:hover {	background:url('../images/item14478.png') no-repeat 100% 50%;}#item14478 {	width:218px !important;	height:135px !important;	left:953px !important;	top:21px !important;	background:url('../images/item14478.png') no-repeat 0px 50%;}#item14490:hover {	background:url('../images/item14490.png') no-repeat 100% 50%;}#item14490 {	width:218px !important;	height:135px !important;	left:1192px !important;	top:21px !important;	background:url('../images/item14490.png') no-repeat 0px 50%;}#item14501:hover {	background:url('../images/item14501.png') no-repeat 100% 50%;}#item14501 {	width:218px !important;	height:135px !important;	left:1431px !important;	top:21px !important;	background:url('../images/item14501.png') no-repeat 0px 50%;}#item14513:hover {	background:url('../images/item14513.png') no-repeat 100% 50%;}#item14513 {	width:218px !important;	height:135px !important;	left:1670px !important;	top:21px !important;	background:url('../images/item14513.png') no-repeat 0px 50%;}#item14524:hover {	background:url('../images/item14524.png') no-repeat 100% 50%;}#item14524 {	width:218px !important;	height:135px !important;	left:1909px !important;	top:21px !important;	background:url('../images/item14524.png') no-repeat 0px 50%;}#item14535:hover {	background:url('../images/item14535.png') no-repeat 100% 50%;}#item14535 {	width:218px !important;	height:135px !important;	left:2148px !important;	top:21px !important;	background:url('../images/item14535.png') no-repeat 0px 50%;}#item14546:hover {	background:url('../images/item14546.png') no-repeat 100% 50%;}#item14546 {	width:218px !important;	height:135px !important;	left:2391px !important;	top:20px !important;	background:url('../images/item14546.png') no-repeat 0px 50%;}#item14556:hover {	background:url('../images/item14556.png') no-repeat 100% 50%;}#item14556 {	width:218px !important;	height:135px !important;	left:2630px !important;	top:20px !important;	background:url('../images/item14556.png') no-repeat 0px 50%;}#item14566:hover {	background:url('../images/item14566.png') no-repeat 100% 50%;}#item14566 {	width:218px !important;	height:135px !important;	left:2869px !important;	top:20px !important;	background:url('../images/item14566.png') no-repeat 0px 50%;}#item14578:hover {	background:url('../images/item14578.png') no-repeat 100% 50%;}#item14578 {	width:218px !important;	height:135px !important;	left:3108px !important;	top:20px !important;	background:url('../images/item14578.png') no-repeat 0px 50%;}#item14591:hover {	background:url('../images/item14591.png') no-repeat 100% 50%;}#item14591 {	width:218px !important;	height:135px !important;	left:3347px !important;	top:20px !important;	background:url('../images/item14591.png') no-repeat 0px 50%;}#item14603:hover {	background:url('../images/item14603.png') no-repeat 100% 50%;}#item14603 {	width:218px !important;	height:135px !important;	left:3586px !important;	top:20px !important;	background:url('../images/item14603.png') no-repeat 0px 50%;}#item14615:hover {	background:url('../images/item14615.png') no-repeat 100% 50%;}#item14615 {	width:218px !important;	height:135px !important;	left:3825px !important;	top:20px !important;	background:url('../images/item14615.png') no-repeat 0px 50%;}#item14627:hover {	background:url('../images/item14627.png') no-repeat 100% 50%;}#item14627 {	width:218px !important;	height:135px !important;	left:4064px !important;	top:20px !important;	background:url('../images/item14627.png') no-repeat 0px 50%;}#item14639:hover {	background:url('../images/item14639.png') no-repeat 100% 50%;}#item14639 {	width:218px !important;	height:135px !important;	left:4303px !important;	top:20px !important;	background:url('../images/item14639.png') no-repeat 0px 50%;}#item14649:hover {	background:url('../images/item14649.png') no-repeat 100% 50%;}#item14649 {	width:218px !important;	height:135px !important;	left:4542px !important;	top:20px !important;	background:url('../images/item14649.png') no-repeat 0px 50%;}#item14660:hover {	background:url('../images/item14660.png') no-repeat 100% 50%;}#item14660 {	width:218px !important;	height:135px !important;	left:4781px !important;	top:20px !important;	background:url('../images/item14660.png') no-repeat 0px 50%;}#item21428:hover {	background:url('../images/item21428.png') no-repeat 100% 50%;}#item21428 {	width:53px !important;	height:32px !important;	left:98px !important;	top:31px !important;	background:url('../images/item21428.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-12445 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-12445 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-14714 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-14714 {	0% {opacity:0;}	100% {opacity:1;}}#item34839:hover {	background:url('../images/item34839.png') no-repeat 100% 50%;}#item34839 {	width:63px !important;	height:45px !important;	left:273px !important;	top:19px !important;	background:url('../images/item34839.png') no-repeat 0px 50%;}#item34889:hover {	background:url('../images/item34889.png') no-repeat 100% 50%;}#item34889 {	width:63px !important;	height:45px !important;	left:184px !important;	top:19px !important;	background:url('../images/item34889.png') no-repeat 0px 50%;}#item34939:hover {	background:url('../images/item34939.png') no-repeat 100% 50%;}#item34939 {	width:63px !important;	height:45px !important;	left:362px !important;	top:19px !important;	background:url('../images/item34939.png') no-repeat 0px 50%;}#item14389 {	width:1024px !important;	height:620px !important;	top:101px !important;}@keyframes entratavelocedasinistra-21797 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-21797 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item21798 {	background:#fff;	width:1024px !important;	height:67px !important;}#item21799:hover {	background:url('../images/item21799.png') no-repeat 100% 50%;}#item21799 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item21799.png') no-repeat 0px 50%;}#item21850:hover {	background:url('../images/item21850.png') no-repeat 100% 50%;}#item21850 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item21850.png') no-repeat 0px 50%;}#item21901:hover {	background:url('../images/item21901.png') no-repeat 100% 50%;}#item21901 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item21901.png') no-repeat 0px 50%;}#item21951:hover {	background:url('../images/item21951.png') no-repeat 100% 50%;}#item21951 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item21951.png') no-repeat 0px 50%;}#item22001:hover {	background:url('../images/item22001.png') no-repeat 100% 50%;}#item22001 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item22001.png') no-repeat 0px 50%;}#item22050:hover {	background:url('../images/item22050.png') no-repeat 100% 50%;}#item22050 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item22050.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-22104 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-22104 {	0% {opacity:0;}	100% {opacity:1;}}#item22104 {	width:35px !important;	height:35px !important;	left:52px !important;	top:29px !important;	background:url('../images/item22104.png') no-repeat 0 50%;}#item31058:hover {	background:url('../images/item31058.png') no-repeat 100% 50%;}#item31058 {	width:98px !important;	height:54px !important;	left:909px !important;	top:889px !important;	background:url('../images/item31058.png') no-repeat 0px 50%;}#item28892 {	background:#ebe7ce;	width:238px !important;	height:75px !important;	left:786px !important;}#item15669 {	background:#bcb899;	opacity:0.84;	filter:alpha(opacity=84);	width:1024px !important;	height:84px !important;	top:866px !important;}#item15733 {	width:63px !important;	height:80px !important;	left:784px !important;	top:-2px !important;	background:url('../images/item15733.png') no-repeat 0 50%;}#item15738 {	width:73px !important;	height:80px !important;	left:954px !important;	top:-2px !important;	background:url('../images/item15738.png') no-repeat 0 50%;}@keyframes dissolvenzainentrata-21278 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-21278 {	0% {opacity:0;}	100% {opacity:1;}}#item21278 {	width:35px !important;	height:35px !important;	left:430px !important;	top:28px !important;	background:url('../images/item21278.png') no-repeat 0 50%;}#item21445:hover {	background:url('../images/item21445.png') no-repeat 100% 50%;}#item21445 {	width:53px !important;	height:32px !important;	left:870px !important;	top:29px !important;	background:url('../images/item21445.png') no-repeat 0px 50%;}#item16941 {	background:#fff;	width:1026px !important;	height:726px !important;	left:1px !important;}#item29366 {	width:1027px !important;	height:726px !important;	left:-3px !important;	top:100px !important;}@keyframes entratavelocedasinistra-20971 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-20971 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item20973 {	background:#fff;	width:1024px !important;	height:67px !important;}#item20974:hover {	background:url('../images/item20974.png') no-repeat 100% 50%;}#item20974 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item20974.png') no-repeat 0px 50%;}#item21024:hover {	background:url('../images/item21024.png') no-repeat 100% 50%;}#item21024 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item21024.png') no-repeat 0px 50%;}#item21074:hover {	background:url('../images/item21074.png') no-repeat 100% 50%;}#item21074 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item21074.png') no-repeat 0px 50%;}#item21124:hover {	background:url('../images/item21124.png') no-repeat 100% 50%;}#item21124 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item21124.png') no-repeat 0px 50%;}#item21174:hover {	background:url('../images/item21174.png') no-repeat 100% 50%;}#item21174 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item21174.png') no-repeat 0px 50%;}#item21223:hover {	background:url('../images/item21223.png') no-repeat 100% 50%;}#item21223 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item21223.png') no-repeat 0px 50%;}#item30905:hover {	background:url('../images/item30905.png') no-repeat 100% 50%;}#item30905 {	width:22px !important;	height:25px !important;	left:644px !important;	top:884px !important;	background:url('../images/item30905.png') no-repeat 0px 50%;}#item30901:hover {	background:url('../images/item30901.png') no-repeat 100% 50%;}#item30901 {	width:23px !important;	height:25px !important;	left:356px !important;	top:884px !important;	background:url('../images/item30901.png') no-repeat 0px 50%;}#item30922:hover {	background:url('../images/item30922.png') no-repeat 100% 50%;}#item30922 {	width:39px !important;	height:23px !important;	left:459px !important;	top:886px !important;	background:url('../images/item30922.png') no-repeat 0px 50%;}#item30927:hover {	background:url('../images/item30927.png') no-repeat 100% 50%;}#item30927 {	width:39px !important;	height:23px !important;	left:526px !important;	top:887px !important;	background:url('../images/item30927.png') no-repeat 0px 50%;}#item30964:hover {	background:url('../images/item30964.png') no-repeat 100% 50%;}#item30964 {	width:98px !important;	height:45px !important;	left:46px !important;	top:879px !important;	background:url('../images/item30964.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-33150 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-33150 {	0% {opacity:0;}	100% {opacity:1;}}#item35010:hover {	background:url('../images/item35010.png') no-repeat 100% 50%;}#item35010 {	width:63px !important;	height:45px !important;	left:606px !important;	top:16px !important;	background:url('../images/item35010.png') no-repeat 0px 50%;}#item35060:hover {	background:url('../images/item35060.png') no-repeat 100% 50%;}#item35060 {	width:63px !important;	height:45px !important;	left:516px !important;	top:16px !important;	background:url('../images/item35060.png') no-repeat 0px 50%;}#item35110:hover {	background:url('../images/item35110.png') no-repeat 100% 50%;}#item35110 {	width:63px !important;	height:45px !important;	left:695px !important;	top:16px !important;	background:url('../images/item35110.png') no-repeat 0px 50%;}#item25380 {	background:#ebe7ce;	width:299px !important;	height:10633px !important;	left:727px !important;	top:95px !important;}@keyframes dissolvenzainentrata-25431 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-25431 {	0% {opacity:0;}	100% {opacity:1;}}#item25437 {	width:80px !important;	height:80px !important;	left:769px !important;	top:4px !important;	background:url('../images/item25437.png') no-repeat 0 50%;}#item25441 {	width:80px !important;	height:80px !important;	left:904px !important;	top:4px !important;	background:url('../images/item25441.png') no-repeat 0 50%;}#item25491:hover {	background:url('../images/item25491.png') no-repeat 100% 50%;}#item25491 {	width:53px !important;	height:32px !important;	left:98px !important;	top:33px !important;	background:url('../images/item25491.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-25505 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-25505 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item25506 {	background:#fff;	width:1024px !important;	height:67px !important;}#item25507:hover {	background:url('../images/item25507.png') no-repeat 100% 50%;}#item25507 {	width:140px !important;	height:55px !important;	left:107px !important;	top:8px !important;	background:url('../images/item25507.png') no-repeat 0px 50%;}#item25557:hover {	background:url('../images/item25557.png') no-repeat 100% 50%;}#item25557 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item25557.png') no-repeat 0px 50%;}#item25609:hover {	background:url('../images/item25609.png') no-repeat 100% 50%;}#item25609 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item25609.png') no-repeat 0px 50%;}#item25661:hover {	background:url('../images/item25661.png') no-repeat 100% 50%;}#item25661 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item25661.png') no-repeat 0px 50%;}#item25711:hover {	background:url('../images/item25711.png') no-repeat 100% 50%;}#item25711 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item25711.png') no-repeat 0px 50%;}#item25760:hover {	background:url('../images/item25760.png') no-repeat 100% 50%;}#item25760 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item25760.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-25814 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-25814 {	0% {opacity:0;}	100% {opacity:1;}}#item25814 {	width:35px !important;	height:35px !important;	left:51px !important;	top:29px !important;	background:url('../images/item25814.png') no-repeat 0 50%;}#item25445 {	background:#ebe7ce;	width:1024px !important;	height:146px !important;	top:10724px !important;}#item25453 {	width:62px !important;	height:52px !important;	left:770px !important;	top:10725px !important;	background:url('../images/item25453.png') no-repeat 0 50%;}#item25457 {	width:74px !important;	height:55px !important;	left:914px !important;	top:10722px !important;	background:url('../images/item25457.png') no-repeat 0 50%;}#item25926:hover {	background:url('../images/item25926.png') no-repeat 100% 50%;}#item25926 {	width:53px !important;	height:32px !important;	left:98px !important;	top:10740px !important;	background:url('../images/item25926.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-25939 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-25939 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item25940 {	width:1024px !important;	height:67px !important;}#item25941:hover {	background:url('../images/item25941.png') no-repeat 100% 50%;}#item25941 {	width:140px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item25941.png') no-repeat 0px 50%;}#item25992:hover {	background:url('../images/item25992.png') no-repeat 100% 50%;}#item25992 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item25992.png') no-repeat 0px 50%;}#item26042:hover {	background:url('../images/item26042.png') no-repeat 100% 50%;}#item26042 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item26042.png') no-repeat 0px 50%;}#item26092:hover {	background:url('../images/item26092.png') no-repeat 100% 50%;}#item26092 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item26092.png') no-repeat 0px 50%;}#item26142 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item26142.png') no-repeat 0px 50%;}#item26191:hover {	background:url('../images/item26191.png') no-repeat 100% 50%;}#item26191 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item26191.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-26248 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-26248 {	0% {opacity:0;}	100% {opacity:1;}}#item26248 {	width:35px !important;	height:35px !important;	left:51px !important;	top:10734px !important;	background:url('../images/item26248.png') no-repeat 0 50%;}#item26693 {	width:604px !important;	height:437px !important;	left:100px !important;	top:3059px !important;}#item26799 {	width:600px !important;	height:458px !important;	left:100px !important;	top:4407px !important;}#item35178:hover {	background:url('../images/item35178.png') no-repeat 100% 50%;}#item35178 {	width:63px !important;	height:45px !important;	left:273px !important;	top:23px !important;	background:url('../images/item35178.png') no-repeat 0px 50%;}#item35228:hover {	background:url('../images/item35228.png') no-repeat 100% 50%;}#item35228 {	width:63px !important;	height:45px !important;	left:184px !important;	top:23px !important;	background:url('../images/item35228.png') no-repeat 0px 50%;}#item35280:hover {	background:url('../images/item35280.png') no-repeat 100% 50%;}#item35280 {	width:63px !important;	height:45px !important;	left:362px !important;	top:23px !important;	background:url('../images/item35280.png') no-repeat 0px 50%;}#item36212:hover {	background:url('../images/item36212.png') no-repeat 100% 50%;}#item36212 {	width:63px !important;	height:45px !important;	left:273px !important;	top:10727px !important;	background:url('../images/item36212.png') no-repeat 0px 50%;}#item36262:hover {	background:url('../images/item36262.png') no-repeat 100% 50%;}#item36262 {	width:63px !important;	height:45px !important;	left:184px !important;	top:10727px !important;	background:url('../images/item36262.png') no-repeat 0px 50%;}#item36313:hover {	background:url('../images/item36313.png') no-repeat 100% 50%;}#item36313 {	width:63px !important;	height:45px !important;	left:362px !important;	top:10727px !important;	background:url('../images/item36313.png') no-repeat 0px 50%;}#item36506 {	width:302px !important;	height:65px !important;	left:724px !important;	top:281px !important;	background:url('../images/item36506.png') no-repeat 0 50%;}#item36509 {	width:302px !important;	height:65px !important;	left:724px !important;	top:10415px !important;	background:url('../images/item36509.png') no-repeat 0 50%;}#item36517 {	width:302px !important;	height:72px !important;	left:724px !important;	top:373px !important;	background:url('../images/item36517.png') no-repeat 0 50%;}#item36520 {	width:302px !important;	height:72px !important;	left:724px !important;	top:10508px !important;	background:url('../images/item36520.png') no-repeat 0 50%;}#item36527 {	width:302px !important;	height:65px !important;	left:724px !important;	top:479px !important;	background:url('../images/item36527.png') no-repeat 0 50%;}#item36530 {	width:302px !important;	height:65px !important;	left:726px !important;	top:10607px !important;	background:url('../images/item36530.png') no-repeat 0 50%;}#item31073:hover {	background:url('../images/item31073.png') no-repeat 100% 50%;}#item31073 {	width:98px !important;	height:54px !important;	left:632px !important;	top:10723px !important;	background:url('../images/item31073.png') no-repeat 0px 50%;}#item33046 {	background:#275621;	width:685px !important;	height:36px !important;	top:914px !important;}#item32734 {	width:384px !important;	height:175px !important;	left:290px !important;	top:753px !important;}@keyframes entratavelocedasinistra-33097 {	0% {transform:translate(-124.5px,0px);}	100% {transform:translate(0px,0px);}}@-webkit-keyframes entratavelocedasinistra-33097 {	0% {-webkit-transform:translate(-124.5px,0px);}	100% {-webkit-transform:translate(0px,0px);}}#item33097:hover {	background:url('../images/item33097.png') no-repeat 100% 50%;}#item33097 {	width:108px !important;	height:46px !important;	left:29px !important;	top:763px !important;	background:url('../images/item33097.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-32813 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-32813 {	0% {opacity:0;}	100% {opacity:1;}}#item33511 {	background:#275621;	width:700px !important;	height:41px !important;	left:-15px !important;	top:927px !important;}#item27649 {	width:63px !important;	height:46px !important;	left:24px !important;	top:26px !important;	background:url('../images/item27649.png') no-repeat 0 50%;}#item27658:hover {	background:url('../images/item27658.png') no-repeat 100% 50%;}#item27658 {	width:53px !important;	height:32px !important;	left:477px !important;	top:34px !important;	background:url('../images/item27658.png') no-repeat 0px 50%;}@keyframes entratavelocedasinistra-28321 {	0% {		transform:translate(-307px,0px);		opacity:0;	}	100% {		transform:translate(0px,0px);		opacity:1;	}}@-webkit-keyframes entratavelocedasinistra-28321 {	0% {		-webkit-transform:translate(-307px,0px);		opacity:0;	}	100% {		-webkit-transform:translate(0px,0px);		opacity:1;	}}#item28322 {	background:#fff;	width:1024px !important;	height:67px !important;}#item28323:hover {	background:url('../images/item28323.png') no-repeat 100% 50%;}#item28323 {	width:141px !important;	height:55px !important;	left:107px !important;	top:7px !important;	background:url('../images/item28323.png') no-repeat 0px 50%;}#item28374:hover {	background:url('../images/item28374.png') no-repeat 100% 50%;}#item28374 {	width:112px !important;	height:55px !important;	left:262px !important;	top:8px !important;	background:url('../images/item28374.png') no-repeat 0px 50%;}#item28424:hover {	background:url('../images/item28424.png') no-repeat 100% 50%;}#item28424 {	width:95px !important;	height:55px !important;	left:396px !important;	top:8px !important;	background:url('../images/item28424.png') no-repeat 0px 50%;}#item28474:hover {	background:url('../images/item28474.png') no-repeat 100% 50%;}#item28474 {	width:175px !important;	height:55px !important;	left:512px !important;	top:8px !important;	background:url('../images/item28474.png') no-repeat 0px 50%;}#item28525:hover {	background:url('../images/item28525.png') no-repeat 100% 50%;}#item28525 {	width:112px !important;	height:55px !important;	left:708px !important;	top:8px !important;	background:url('../images/item28525.png') no-repeat 0px 50%;}#item28575 {	width:74px !important;	height:55px !important;	left:839px !important;	top:8px !important;	background:url('../images/item28575.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-28630 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-28630 {	0% {opacity:0;}	100% {opacity:1;}}#item28630 {	width:35px !important;	height:35px !important;	left:551px !important;	top:32px !important;	background:url('../images/item28630.png') no-repeat 0 50%;}#item32286 {	width:110px !important;	height:24px !important;	left:544px !important;	top:632px !important;	background:url('../images/item32286.png') no-repeat 0 50%;}#item32600:hover {	background:url('../images/item32600.png') no-repeat 100% 50%;}#item32600 {	width:175px !important;	height:62px !important;	left:427px !important;	top:203px !important;	background:url('../images/item32600.png') no-repeat 0px 50%;}#item33175 {	background:#fff;	width:909px !important;	height:560px !important;	left:85px !important;	top:132px !important;}#item33204:hover {	background:url('../images/item33204.png') no-repeat 100% 50%;}#item33204 {	width:46px !important;	height:47px !important;	left:796px !important;	top:8px !important;	background:url('../images/item33204.png') no-repeat 0px 50%;}@keyframes dissolvenzainentrata-33175 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-33175 {	0% {opacity:0;}	100% {opacity:1;}}@keyframes dissolvenzainentrata-33489 {	0% {opacity:0;}	100% {opacity:1;}}@-webkit-keyframes dissolvenzainentrata-33489 {	0% {opacity:0;}	100% {opacity:1;}}#item33489 {	width:34px !important;	height:16px !important;	left:494px !important;	top:708px !important;	background:url('../images/item33489.png') no-repeat 0 50%;}#item33394 {	width:344px !important;	height:231px !important;	left:685px !important;	top:758px !important;}#item33449:hover {	background:url('../images/item33449.png') no-repeat 100% 50%;}#item33449 {	width:186px !important;	height:44px !important;	left:497px !important;	top:753px !important;	background:url('../images/item33449.png') no-repeat 0px 50%;}#in5footer,  #prefooter {display:none;}