/* 	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; overscroll-behavior:contain; }
table { border-collapse:collapse; border-spacing:0; }
th { font-weight:normal; text-align:left; }
ul { list-style-type:none; }
.page ol { list-style-position:outside; margin-left:1em; }
/*.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-wrap, #container { height:100%; }
#container-wrap { position:absolute; top:0; left:0; }
#container-wrap, #container { min-height:100%; width:100%; background-color:transparent; z-index:0;}
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; }
[data-onclick],[onclick],[onrollover],[data-fixed-action],[aria-details],button,.flipwrap{ cursor:pointer; pointer-events:auto; }

body[class^='scaled-none'],body[class*=' scaled-none']{ overflow:auto; }
body[class^='scaled-width'],body[class*=' scaled-width']{ overflow-x:hidden; }
body[class^='scaled-height'],body[class*=' scaled-height']{ overflow-y:hidden; }
body[class^='scaled-best'],body[class*=' scaled-best']{ overflow:hidden; }
body[class^='scaled-best'][data-page-mode^='c'],body[class*=' scaled-best'][data-page-mode^='c']{ overflow:auto; }
body[class^='scaled-width'][data-page-mode^='csh'],body[class*=' scaled-width'][data-page-mode^='csh']{ overflow-x:auto; }
body[class^='scaled-height'][data-page-mode^='csv'],body[class*=' scaled-height'][data-page-mode^='csv']{ overflow-y:auto; }
body[data-scaled-to='w'] #container{ height:auto; min-height:auto; }
body[data-scaled-to='w'][data-page-mode^='cs'] #container{ position:absolute; }
body[data-scaled-to='w'][data-page-mode^='csv'] .pages { padding:0;}
body.zoomed:not([class*='scaled-']) #container { position:absolute; }
body[class*='scaled-'] .pages.paper-vertical{ margin:0; }
body[class^='zoomed'],body[class*=' zoomed']{ overflow-x:auto;overflow-y:auto; }
body[data-scaled-to] .anythingSlider-in5, body[data-scaled-to] #container > .page {padding:0;margin:0;}
body[data-scaled-to] #in5footer { position:fixed; bottom:0;}
/*body[data-scaled-to] * { -webkit-backface-visibility: hidden; }*/ /*fix blurry imgs*/
html.ios body[class*='scaled-'] #container { position:absolute; top:0; left:0; }
body.tall-page {overflow-y:auto;}
.liquid .page.tall-page {height:auto;}

.paper-vertical:after {
    position:relative;
    content:' ';
    display:block;
    height:50px;
    clear:both;
}
body[data-scaled-to="h"] .paper-vertical:after { display:none; }
body[data-scaled-to='h'] .paper-horizontal { margin:0; }
body[data-scaled-to='h'] .paper-horizontal .page { margin-top:0; }

#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%; padding:6px; position:fixed;
	top:0; left:0; margin:auto;
    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;
}
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;}
.spread-shift { position:absolute; }
.pageItem, svg { position:absolute; top:0; left:0; }
svg { overflow:visible; }
.pageItem {
	display:block;
	width:auto !important; height:auto !important;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent;
	padding:0;
}
.pageItem.hd/*, .pageItem img.hd*/  {
	-ms-transform:scale(.5);
    -ms-transform-origin:0 0 0;
    -webkit-transform:scale(.5);
    -webkit-transform-origin:0 0 0;
    transform:scale(.5);
    transform-origin:0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .pageItem { image-rendering: -webkit-optimize-contrast; }
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .pageItem { image-rendering: optimizeSpeed; }
}}
@-moz-document url-prefix() {
  .pageItem { image-rendering: optimizeQuality; }
}
.svg-wrap { width:inherit !important; height:inherit !important; }
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
.pageItem.group[data-ani] { will-change: transform; }
#colorbox .details { visibility:visible; }
.details {max-width:550px;font-size:18px;font-family:sans-serif;padding:0 24px;line-height:150%;left:0;right:0;margin:auto;}
.details p {margin-top:.5em;}
.details h1,.details h2,.details h3,.details h4,.details h5, .details strong {font-weight:bold;margin:.7em 0;}
.details em { font-style:italic; }
.details h1{font-size:150%;} .details h2{font-size:140%;} .details h3{font-size:130%;}
.details a {color:#0099ff;text-decoration:underline}
.details a:hover {text-decoration:none;}
@media (max-device-width:812px){ .details { font-size:32px; } }
html.ios .iframe-container { overflow:auto; -webkit-overflow-scrolling:touch; }
iframe[scrolling="auto"] { overflow:auto; }
iframe[scrolling="yes"] { overflow:scroll; }
iframe[scrolling="no"] { overflow:hidden; }
.page-scale-wrap { transform:translateZ(0); }
.page, .page-scale-wrap {
	position:relative; float:left; 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;
}
body:not(.zoomed,.responsive) #container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/
	-webkit-transition:-webkit-transform .5s;
	transition:transform .5s;
}
html.multifile body #container { opacity:0; }
html.multifile body.loaded #container {/*do show scaling of multi-page*/
	opacity:1;
	-ms-transition:opacity .1s step-start .1s !important;
	-webkit-transition:opacity .1s step-start .1s !important;
	transition:opacity .1s step-start .1s !important;
}
html.multifile.fade body.loaded #container {
	-ms-transition:opacity .6s !important;
	-webkit-transition:opacity .6s !important;
	transition:opacity .6s !important;
}

.textColumn { float:left; }
.singleline p { line-height:1em !important; position:absolute;width:100%;/*fix webkit display issue*/ }
p.col-break-before::before {
	content:'';
    height:0px; width:100%;
    display:block; margin-bottom:100%;
}
.scroll, .scroll-vert, .scroll-horiz { -webkit-overflow-scrolling:touch; }/*was broken in iOS, turn off if scroll not working*/
.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);
}
object, embed, img, a { outline:0; }
.liquid svg, .liquid .page-scale-wrap { height:100%; width:100%; }
.noPlugin {
	width:100%; height:100%; padding:6px;
	background:#ccc; border:1px solid #666;
}

.paper-vertical, .paper-horizontal { padding:0 8px; }
.flip { 
	overflow:hidden; 
	-webkit-transition:transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition:transform 0.3s ease-in-out;
}
.turn-page-wrapper{
	will-change:transform;
}
.turn-page {
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.7);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.7);
    box-shadow:0px 0px 20px rgba(0,0,0,.7);
}
.turn-page:not(.activePage) .pageItem[data-ani] { /*fix 2x animation*/
  	opacity:0;
  	animation:none !important;
}
.paper-horizontal {
	position:absolute; overflow-y:visible; overflow-x:hidden;
	margin-top:auto; margin-bottom:auto;
    top:0; bottom:0;
}

.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;
}

html[data-dir="rtl"] .paper-horizontal .page { float:right; }

.one-page-scroll .page {
	border:none;
	margin:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.mejs-mediaelement { overflow:hidden; }
.mejs-container{position:relative;background:none;}
.mejs-none .mejs-overlay-loading, .mejs-none .mejs-overlay-button, .mejs-none .mejs-controls, .mejs-bigplay .mejs-controls {display:none !important;}
.mejs-uncon video { object-fit:fill; }
.mejs-coverfit video { object-fit:cover; }
.mejs-ccsize-large .mejs-captions-layer {font-size:20px;}
.mejs-ccsize-xlarge .mejs-captions-layer {font-size:26px;}
.mejs-video .mejs-controls { transform:translateZ(0); }

.mejs-audio.mejs-no-controls { display:none; }
.vid-scaled .mejs-layers, .vid-scaled .mejs-controls {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
}

.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%; }

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.mso > .state * { pointer-events: inherit; }
.mso > .state.active * { pointer-events:auto; }
[data-tapstart="1"], [data-useswipe="1"], .group > * { pointer-events:auto; }
.mso > .state { display:block; opacity:0; width:100% !important; height:inherit !important; position:absolute; z-index:-1; }
.liquid .mso > .state { height:100% !important; }
.liquid label > .state {
    width:100% !important;
    height:100% !important;
}
.mso > .state.active, .mso > .state.transition { display:block; opacity:1; z-index:0; }
.mso.slideshow.seq, .panzoom, .fauxgroup { overflow:hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }
.panzoom > .content {
	-ms-transform:none;
    -ms-transform-origin:auto;
    -webkit-transform:none;
    -webkit-transform-origin:auto;
    transform:none;
    transform-origin:auto;
}
.panzoom:not(.dragging) > .content {
	transition:all .3s;
}

button .state {width:100% !important; height:100% !important;}
button .state.btn-on, button .state.btn-down { display:none; }
html:not(.ios) button.has-on:hover .state.btn-on { display:block; }
html:not(.ios) button.has-on:hover .state.btn-off, html:not(.ios) button.has-on:hover .state.btn-down { display:none; }
html:not(.zz) button.has-down .state { pointer-events:none; }
html:not(.zz) button.has-down:active .state.btn-down { display:block; }
html:not(.zz) button.has-down:active .state.btn-off, html:not(.zz) button.has-down:active .state.btn-on { display:none; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	columns:inherit;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

.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; }
p.no-start-indent { text-indent:0px !important; }

/*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*/

@media print { 
	#container,.page-scale-wrap{transform:none !important;}
	[class*=" btn-form-"]{display:none;}
}

:-ms-fullscreen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-moz-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }
:-webkit-full-screen .paper-horizontal { width:auto;height:auto;position:initial;margin:auto; }

:-ms-fullscreen .paper-vertical .page { display:none; }
:-moz-full-screen .paper-vertical .page { display:none; }
:-webkit-full-screen .paper-vertical .page { display:none; }

:-ms-fullscreen .paper-horizontal .page { display:none; }
:-moz-full-screen .paper-horizontal .page { display:none; }
:-webkit-full-screen .paper-horizontal .page { display:none; }

:-ms-fullscreen .page.activePage { display:block; }
:-moz-full-screen .page.activePage { display:block; }
:-webkit-full-screen .page.activePage { display:block; }

:-webkit-full-screen .hideFS { display:none; }
:-ms-fullscreen .hideFS { display:none; }
:-moz-full-screen .hideFS { display:none; }

/*CSS Generated from InDesign Styles*/

body, #container-wrap { background:#ededed; }
:-webkit-full-screen { background:#ededed; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
.page-scale-wrap { width:1366px; height:768px; background: #fff !important; }
.paper-vertical { width:1366px; height:100%; }
.paper-horizontal { width:13750px; height:780px; }
@media all and (max-height:768px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:1366px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
/*start:fixedpos*/
.pageItem.fixed-pos-elem { position:fixed !important; }
.fixed-center-x {
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.fixed-center-y {
	top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-center-y.fixed-center-x {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#item624 {
	background-image:url('../images/item_624.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

@keyframes flyinfromleft-721 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-721 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item322 {
	background-image:url('../images/item_322.png');
	left:18.79% !important;
	top:26.29% !important;
	width:81.21% !important;
	height:26.29% !important;
}

#item414 {
	width:19.44% !important;
	height:99.43% !important;
}

#item721 {
	background-position:left top;
	top:10px !important;
	width:463px !important;
	height:87px !important;
}

@keyframes flyinfromtop-726 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-726 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item247 {
	background-image:url('../images/item_247.png');
	left:34.33% !important;
	width:64.61% !important;
	height:52.17% !important;
}

#item299 {
	background-image:url('../images/item_299.png');
	top:49.75% !important;
	width:99.96% !important;
	height:50.35% !important;
}

#item725 {
	width:99.96% !important;
	height:61.5% !important;
}

#item681 {
	background-image:url('../images/item_681.png');
	left:88.61% !important;
	width:11.39% !important;
	height:99.92% !important;
}

#item345 {
	background-image:url('../images/item_345.png');
	top:4.16% !important;
	width:88.26% !important;
	height:90.55% !important;
}

#item724 {
	left:13.67% !important;
	top:64.11% !important;
	width:85.37% !important;
	height:35.78% !important;
}

#item726 {
	background-position:right top;
	left:auto !important;
	top:28px !important;
	width:987px !important;
	right:18px !important;
	height:268px !important;
}

@keyframes fadein-41083 {
	0% {opacity:0;}
	100% {opacity:0.33;}
}
@-webkit-keyframes fadein-41083 {
	0% {opacity:0;}
	100% {opacity:0.33;}
}
#item41081 {
	background-image:url('../images/item_41081.png');
	width:99.9% !important;
	height:59.22% !important;
}

#item41080 {
	background-image:url('../images/item_41080.png');
	top:68.58% !important;
	width:99.9% !important;
	height:31.17% !important;
}

#item41083 {
	background-position:right bottom;
	left:auto !important;
	top:auto !important;
	width:223px !important;
	right:19px !important;
	height:32px !important;
	bottom:4px !important;
}

#item31912 {
	background-image:url('../images/item_31912.png');
	background-position:center;
	left:15.74% !important;
	top:91.8% !important;
	width:95px !important;
	height:15px !important;
}

#item19270 {
	opacity:0.30;
	width:100% !important;
	height:100% !important;
}

#item19271 {
	left:auto !important;
	top:17.84% !important;
	width:196px !important;
	right:0px !important;
	height:219px !important;
}

#item50122 {
	background-image:url('../images/item_50122.png');
	width:100% !important;
	height:100% !important;
}

#item50132 {
	left:auto !important;
	top:auto !important;
	width:173px !important;
	right:0px !important;
	height:58px !important;
	bottom:0px !important;
}

#item50123 {
	background-image:url('../images/item_50123.png');
	width:100.18% !important;
	height:100.14% !important;
}

#item50129 {
	top:auto !important;
	width:235px !important;
	height:76px !important;
	bottom:0px !important;
}

@keyframes fadein-463 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-463 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item463 {
	background-image:url('../images/item_463.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

@keyframes flyinfrombottom-40535 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-40535 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item12669 {
	opacity:0.68;
	width:100.02% !important;
	height:100.23% !important;
	background:#fff;
}

#item476 {
	background-image:url('../images/item_476.png');
	width:83.54% !important;
	height:49.51% !important;
}

#item501 {
	background-image:url('../images/item_501.png');
	left:0.95% !important;
	top:53.18% !important;
	width:99.08% !important;
	height:46.76% !important;
}

#item40533 {
	left:1.45% !important;
	top:6.76% !important;
	width:96.47% !important;
	height:67.03% !important;
}

#item40534 {
	width:100.02% !important;
	height:100.23% !important;
}

@keyframes fadein-535 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-535 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item535 {
	background-image:url('../images/item_535.png');
	left:1.97% !important;
	top:73.18% !important;
	width:33.65% !important;
	height:25.21% !important;
}

#item40535 {
	background-position:left bottom;
	left:55px !important;
	top:auto !important;
	width:761px !important;
	height:163px !important;
	bottom:68px !important;
}

#item11832 {
	background-image:url('../images/item_11832.png');
	background-position:left top;
	left:47px !important;
	top:25px !important;
	width:343px !important;
	height:58px !important;
}

#item49598 {
	background-image:url('../images/item_49598.png');
	background-position:left top;
	left:75px !important;
	top:91px !important;
	width:290px !important;
	height:49.61% !important;
}

#item49824 {
	width:99.39% !important;
	height:101.12% !important;
}

#item49825 {
	left:71px !important;
	top:90px !important;
	width:69px !important;
	height:2.34% !important;
}

#item49878 {
	width:100.09% !important;
	height:101.12% !important;
}

#item49875 {
	left:71px !important;
	top:110px !important;
	width:204px !important;
	height:2.34% !important;
}

#item49882 {
	width:100.14% !important;
	height:101.12% !important;
}

#item49879 {
	left:71px !important;
	top:127px !important;
	width:254px !important;
	height:2.34% !important;
}

#item49886 {
	width:100% !important;
	height:101.12% !important;
}

#item49883 {
	left:71px !important;
	top:147px !important;
	width:275px !important;
	height:2.34% !important;
}

#item49890 {
	width:100.23% !important;
	height:101.12% !important;
}

#item49887 {
	left:71px !important;
	top:167px !important;
	width:190px !important;
	height:2.34% !important;
}

#item49894 {
	width:99.77% !important;
	height:101.12% !important;
}

#item49891 {
	left:71px !important;
	top:184px !important;
	width:206px !important;
	height:2.34% !important;
}

#item49898 {
	width:99.96% !important;
	height:101.12% !important;
}

#item49895 {
	left:71px !important;
	top:205px !important;
	width:274px !important;
	height:2.34% !important;
}

#item49905 {
	width:100.02% !important;
	height:101.12% !important;
}

#item49902 {
	left:71px !important;
	top:224px !important;
	width:154px !important;
	height:2.34% !important;
}

#item49909 {
	width:99.88% !important;
	height:101.12% !important;
}

#item49906 {
	left:71px !important;
	top:242px !important;
	width:200px !important;
	height:2.34% !important;
}

#item49913 {
	width:99.77% !important;
	height:101.12% !important;
}

#item49910 {
	left:71px !important;
	top:262px !important;
	width:214px !important;
	height:2.34% !important;
}

#item49917 {
	width:100.09% !important;
	height:101.12% !important;
}

#item49914 {
	left:71px !important;
	top:282px !important;
	width:155px !important;
	height:2.34% !important;
}

#item49921 {
	width:99.88% !important;
	height:101.12% !important;
}

#item49918 {
	left:71px !important;
	top:302px !important;
	width:144px !important;
	height:2.34% !important;
}

#item49925 {
	width:100.21% !important;
	height:101.12% !important;
}

#item49922 {
	left:71px !important;
	top:320px !important;
	width:132px !important;
	height:2.34% !important;
}

#item49931 {
	width:99.88% !important;
	height:101.12% !important;
}

#item49928 {
	left:71px !important;
	top:339px !important;
	width:160px !important;
	height:2.34% !important;
}

#item49935 {
	width:99.73% !important;
	height:101.12% !important;
}

#item49932 {
	left:71px !important;
	top:358px !important;
	width:179px !important;
	height:2.34% !important;
}

#item49939 {
	width:100.16% !important;
	height:101.12% !important;
}

#item49936 {
	left:71px !important;
	top:377px !important;
	width:238px !important;
	height:2.34% !important;
}

#item49943 {
	width:99.88% !important;
	height:101.12% !important;
}

#item49940 {
	left:71px !important;
	top:397px !important;
	width:184px !important;
	height:2.34% !important;
}

#item49947 {
	width:99.92% !important;
	height:101.12% !important;
}

#item49944 {
	left:71px !important;
	top:416px !important;
	width:249px !important;
	height:2.34% !important;
}

#item49951 {
	width:100.07% !important;
	height:101.12% !important;
}

#item49948 {
	left:71px !important;
	top:435px !important;
	width:114px !important;
	height:2.34% !important;
}

#item49955 {
	width:100.05% !important;
	height:101.12% !important;
}

#item49952 {
	left:71px !important;
	top:454px !important;
	width:130px !important;
	height:2.34% !important;
}

#item5913 {
	background-image:url('../images/item_5913.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

#item12670 {
	opacity:0.40;
	top:116px !important;
	width:100% !important;
	height:54.17% !important;
	background:#fff;
}

@keyframes flyinfromright-36667 {
	0% {
		transform:translate(431px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-36667 {
	0% {
		-webkit-transform:translate(431px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item36667 {
	background-image:url('../images/item_36667.png');
	background-position:right top;
	left:auto !important;
	top:142px !important;
	width:565px !important;
	right:103px !important;
	height:49.09% !important;
}

@keyframes flyinfromleft-50168 {
	0% {
		transform:translate(-481px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-50168 {
	0% {
		-webkit-transform:translate(-481px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item50168 {
	background-image:url('../images/item_50168.png');
	background-position:left top;
	left:81px !important;
	top:146px !important;
	width:580px !important;
	height:46.88% !important;
}

#item32202 {
	background-image:url('../images/item_32202.png');
	background-position:center;
	left:2.27% !important;
	top:91.28% !important;
	width:95px !important;
	height:15px !important;
}

#item5923 {
	background-image:url('../images/item_5923.jpg');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

@keyframes fadein-36278 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36278 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36278 {
	background-image:url('../images/item_36278.png');
	background-position:left top;
	left:220px !important;
	top:102px !important;
	width:24.67% !important;
	height:18.75% !important;
}

@keyframes fadein-36292 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36292 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36292 {
	background-image:url('../images/item_36292.png');
	background-position:right top;
	left:62.15% !important;
	top:398px !important;
	width:24.67% !important;
	height:17.19% !important;
}

@keyframes fadein-36299 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36299 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36299 {
	background-image:url('../images/item_36299.png');
	background-position:right top;
	left:62.15% !important;
	top:251px !important;
	width:24.67% !important;
	height:17.19% !important;
}

@keyframes fadein-36306 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36306 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36306 {
	background-image:url('../images/item_36306.png');
	background-position:right top;
	left:56.88% !important;
	top:536px !important;
	width:24.67% !important;
	height:18.75% !important;
}

@keyframes fadein-36315 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36315 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36315 {
	background-image:url('../images/item_36315.png');
	background-position:left top;
	left:213px !important;
	top:538px !important;
	width:24.67% !important;
	height:18.75% !important;
}

@keyframes fadein-36323 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36323 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36323 {
	background-image:url('../images/item_36323.png');
	background-position:left top;
	left:146px !important;
	top:255px !important;
	width:24.67% !important;
	height:17.19% !important;
}

@keyframes fadein-36331 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-36331 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36331 {
	background-image:url('../images/item_36331.png');
	background-position:left top;
	left:147px !important;
	top:399px !important;
	width:24.67% !important;
	height:17.19% !important;
}

@keyframes fadein-41382 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-41382 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item36285 {
	background-image:url('../images/item_36285.png');
	top:23.82% !important;
	width:77.77% !important;
	height:76.23% !important;
}

#item36632 {
	background-image:url('../images/item_36632.png');
	left:58.61% !important;
	width:41.31% !important;
	height:27% !important;
}

#item41382 {
	left:56.88% !important;
	top:56px !important;
	width:31.7% !important;
	height:24.61% !important;
}

@keyframes pulse-41543 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	21% {transform:translate(0px,0px) scaleX(1.32) scaleY(1.32);}
	42% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	63% {transform:translate(0px,0px) scaleX(1.8) scaleY(1.8);}
	83% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pulse-41543 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	21% {-webkit-transform:translate(0px,0px) scaleX(1.32) scaleY(1.32);}
	42% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	63% {-webkit-transform:translate(0px,0px) scaleX(1.8) scaleY(1.8);}
	83% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
}
#item41390 {
	background-image:url('../images/item_41390.png');
	width:100.04% !important;
	height:99.93% !important;
}

#item41410 {
	background-image:url('../images/item_41410.png');
	left:18.67% !important;
	top:36.83% !important;
	width:63.29% !important;
	height:9.36% !important;
}

#item41513 {
	background-image:url('../images/item_41513.png');
	left:18.96% !important;
	top:55.55% !important;
	width:63.29% !important;
	height:9.36% !important;
}

#item41543 {
	left:36.24% !important;
	top:225px !important;
	width:25.11% !important;
	height:43.1% !important;
}

#item41373 {
	background-image:url('../images/item_41373.png');
	width:100.01% !important;
	height:100.01% !important;
}

#item41380 {
	width:1366px !important;
	height:768px !important;
}

#item41609 {
	background-image:url('../images/item_41609.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

#item41851 {
	background-image:url('../images/item_41851.png');
	background-position:center;
	left:42.24% !important;
	top:26.04% !important;
	width:15px !important;
	height:15px !important;
}

#item41859 {
	background-image:url('../images/item_41859.png');
	background-position:center;
	left:80.01% !important;
	top:4.69% !important;
	width:23px !important;
	height:23px !important;
}

#item41862 {
	background-image:url('../images/item_41862.png');
	background-position:center;
	left:60.4% !important;
	top:10.16% !important;
	width:18px !important;
	height:18px !important;
}

#item41698 {
	background-image:url('../images/item_41698.png');
	background-position:center;
	left:0.66% !important;
	top:7.68% !important;
	width:1364px !important;
	height:170px !important;
}

@keyframes flyinfromleft-41616 {
	0% {
		transform:translate(-512px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-41616 {
	0% {
		-webkit-transform:translate(-512px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item41616 {
	background-image:url('../images/item_41616.png');
	background-position:left bottom;
	left:73px !important;
	top:288px !important;
	width:668px !important;
	height:44.79% !important;
}

@keyframes flyinfromright-41649 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-41649 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item41649 {
	background-image:url('../images/item_41649.png');
	background-position:right bottom;
	left:auto !important;
	top:auto !important;
	width:228px !important;
	right:108px !important;
	height:335px !important;
	bottom:66px !important;
}

@keyframes flyinfromleft-41653 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-41653 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item41653 {
	background-image:url('../images/item_41653.png');
	background-position:right bottom;
	left:auto !important;
	top:auto !important;
	width:215px !important;
	right:282px !important;
	height:335px !important;
	bottom:65px !important;
}

@keyframes flyinfromright-40090 {
	0% {
		transform:translate(584px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-40090 {
	0% {
		-webkit-transform:translate(584px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item40090 {
	background-image:url('../images/item_40090.png');
	background-position:right top;
	left:37.19% !important;
	top:13px !important;
	width:57.69% !important;
	height:35.42% !important;
}

#item39467 {
	background-image:url('../images/item_39467.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

@keyframes flyinfromleft-39533 {
	0% {
		transform:translate(-415px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-39533 {
	0% {
		-webkit-transform:translate(-415px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item39533 {
	background-image:url('../images/item_39533.png');
	background-position:left top;
	left:16px !important;
	top:4px !important;
	width:54.03% !important;
	height:21.88% !important;
}

#item50506 {
	background-image:url('../images/item_50506.png');
	width:100.04% !important;
	height:100% !important;
}

#item50539 {
	background-image:url('../images/item_50539.png');
	width:100.04% !important;
	height:100% !important;
}

#item50545 {
	background-image:url('../images/item_50545.png');
	width:100.04% !important;
	height:100% !important;
}

#item50535 {
	background-image:url('../images/item_50535.png');
	width:100.04% !important;
	height:100% !important;
}

#item50582 {
	left:785px !important;
	top:42px !important;
	width:36.68% !important;
	height:17.71% !important;
}

#item42176 {
	background-image:url('../images/item_42176.png');
	width:99.24% !important;
	height:100.24% !important;
}

#item42174 {
	left:1299px !important;
	top:145px !important;
	width:1.32% !important;
	height:4.04% !important;
}

#item42179 {
	background-image:url('../images/item_42179.png');
	width:99.24% !important;
	height:100.24% !important;
}

#item42177 {
	left:1264px !important;
	top:145px !important;
	width:1.32% !important;
	height:4.04% !important;
}

#item39523 {
	width:100% !important;
	height:100% !important;
	background:#2b5163;
}

#item38355 {
	background-image:url('../images/item_38355.png');
	background-position:center top;
	left:28.92% !important;
	top:354px !important;
	width:42.17% !important;
	height:7.81% !important;
}

#item42316 {
	background-image:url('../images/item_42316.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

#item42323 {
	background-image:url('../images/item_42323.png');
	background-position:right bottom;
	left:15.23% !important;
	top:36.98% !important;
	width:85.29% !important;
	height:58.2% !important;
}

@keyframes flyinfromright-42335 {
	0% {
		transform:translate(846px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-42335 {
	0% {
		-webkit-transform:translate(846px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item42335 {
	background-image:url('../images/item_42335.png');
	background-position:right top;
	left:auto !important;
	top:14.71% !important;
	width:733px !important;
	right:-175px !important;
	height:40.23% !important;
}

@keyframes moveright-50708 {
	0% {
		transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		transform:translate(935px,0px);
		opacity:1;
	}
}
@-webkit-keyframes moveright-50708 {
	0% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
	100% {
		-webkit-transform:translate(935px,0px);
		opacity:1;
	}
}
#item50708 {
	background-image:url('../images/item_50708.png');
	background-position:center;
	left:21.3% !important;
	top:65.1% !important;
	width:145px !important;
	height:77px !important;
}

@keyframes flyinfromleft-50729 {
	0% {
		transform:translate(-666px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-50729 {
	0% {
		-webkit-transform:translate(-666px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item50729 {
	background-image:url('../images/item_50729.png');
	background-position:center;
	left:0.88% !important;
	top:3.13% !important;
	width:696px !important;
	height:273px !important;
}

#item37541 {
	background-image:url('../images/item_37541.png');
	background-position:center;
	width:100% !important;
	height:100% !important;
}

@keyframes flyinfromleft-50807 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-50807 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-42348 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-42348 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item38085 {
	background-image:url('../images/item_38085.png');
	width:100.02% !important;
	height:100.05% !important;
}

#item31488 {
	background-image:url('../images/item_31488.png');
	left:5.8% !important;
	top:9.45% !important;
	width:77.47% !important;
	height:28.36% !important;
}

#item31641 {
	background-image:url('../images/item_31641.png');
	left:6.47% !important;
	top:43.33% !important;
	width:84.62% !important;
	height:26.78% !important;
}

#item42348 {
	width:100.02% !important;
	height:22.38% !important;
}

@keyframes flyinfromleft-42350 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-42350 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item38097 {
	background-image:url('../images/item_38097.png');
	width:100.02% !important;
	height:100.26% !important;
}

#item31546 {
	background-image:url('../images/item_31546.png');
	left:5.8% !important;
	top:10.18% !important;
	width:51.57% !important;
	height:28.2% !important;
}

#item31670 {
	background-image:url('../images/item_31670.png');
	left:6.47% !important;
	top:44.65% !important;
	width:87.07% !important;
	height:28.98% !important;
}

#item42350 {
	top:51.46% !important;
	width:100.02% !important;
	height:22.56% !important;
}

@keyframes flyinfromleft-42351 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-42351 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item38091 {
	background-image:url('../images/item_38091.png');
	width:100.02% !important;
	height:100.05% !important;
}

#item31523 {
	background-image:url('../images/item_31523.png');
	left:5.8% !important;
	top:7.09% !important;
	width:88.19% !important;
	height:28.36% !important;
}

#item31699 {
	background-image:url('../images/item_31699.png');
	left:6.47% !important;
	top:40.96% !important;
	width:87.07% !important;
	height:41.75% !important;
}

#item42351 {
	top:77.72% !important;
	width:100.02% !important;
	height:22.38% !important;
}

@keyframes flyinfromleft-42349 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-42349 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item38105 {
	background-image:url('../images/item_38105.png');
	width:100.02% !important;
	height:100.26% !important;
}

#item31570 {
	background-image:url('../images/item_31570.png');
	left:5.8% !important;
	top:8.62% !important;
	width:77.47% !important;
	height:28.2% !important;
}

#item31645 {
	background-image:url('../images/item_31645.png');
	left:6.47% !important;
	top:39.95% !important;
	width:88.63% !important;
	height:39.17% !important;
}

#item42349 {
	top:25.38% !important;
	width:100.02% !important;
	height:22.56% !important;
}

#item50807 {
	background-position:left top;
	left:19px !important;
	top:33px !important;
	width:32.8% !important;
	height:73.83% !important;
}

#item42392 {
	background-image:url('../images/item_42392.png');
	background-position:right bottom;
	left:auto !important;
	top:16.93% !important;
	width:771px !important;
	right:25px !important;
	height:73.96% !important;
}

@keyframes flyinfromtop-42410 {
	0% {
		transform:translate(0px,0px);
		opacity:0;
	}
	100% {
		transform:translate(4px,674px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-42410 {
	0% {
		-webkit-transform:translate(0px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(4px,674px);
		opacity:1;
	}
}
#item42410 {
	background-image:url('../images/item_42410.png');
	background-position:left top;
	left:453px !important;
	top:-223px !important;
	width:297px !important;
	height:29.69% !important;
}

@keyframes flyinfromtop-42423 {
	0% {
		transform:translate(-4px,-646px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-42423 {
	0% {
		-webkit-transform:translate(-4px,-646px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item42423 {
	background-image:url('../images/item_42423.png');
	background-position:right bottom;
	left:auto !important;
	top:13.93% !important;
	width:185px !important;
	right:259px !important;
	height:22.66% !important;
}

#item32106 {
	background-image:url('../images/item_32106.png');
	background-position:center;
	left:2.27% !important;
	top:91.28% !important;
	width:95px !important;
	height:15px !important;
}

@keyframes fadein-49520 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-49520 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item13196 {
	background-image:url('../images/item_13196.png');
	left:4.22% !important;
	top:35.06% !important;
	width:95.75% !important;
	height:28.57% !important;
}

#item13272 {
	background-image:url('../images/item_13272.png');
	left:4.52% !important;
	top:70.13% !important;
	width:75.25% !important;
	height:29.87% !important;
}

#item13295 {
	background-image:url('../images/item_13295.png');
	left:4.22% !important;
	top:1.3% !important;
	width:18.55% !important;
	height:28.57% !important;
}

#item13324 {
	background-image:url('../images/item_13324.png');
	width:1.51% !important;
	height:92.21% !important;
}

#item49520 {
	background-position:left bottom;
	left:94px !important;
	top:72.92% !important;
	width:48.54% !important;
	height:20.05% !important;
}

@keyframes fadein-49521 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-49521 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item40334 {
	background-image:url('../images/item_40334.png');
	left:18.79% !important;
	top:24% !important;
	width:81.21% !important;
	height:26.29% !important;
}

#item40359 {
	width:19.44% !important;
	height:99.43% !important;
}

#item49521 {
	background-position:left center;
	top:1.3% !important;
	width:33.89% !important;
	height:11.33% !important;
}

@keyframes fadein-40431 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-40431 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item40433 {
	background-image:url('../images/item_40433.png');
	left:16.1% !important;
	width:82.84% !important;
	height:52.17% !important;
}

#item40456 {
	background-image:url('../images/item_40456.png');
	top:49.75% !important;
	width:99.96% !important;
	height:50.35% !important;
}

#item40432 {
	width:99.96% !important;
	height:61.5% !important;
}

#item40480 {
	background-image:url('../images/item_40480.png');
	left:88.61% !important;
	width:11.39% !important;
	height:99.92% !important;
}

#item40503 {
	background-image:url('../images/item_40503.png');
	top:4.16% !important;
	width:88.26% !important;
	height:90.55% !important;
}

#item40479 {
	left:13.67% !important;
	top:64.11% !important;
	width:85.37% !important;
	height:35.78% !important;
}

#item40431 {
	background-position:right top;
	left:25.55% !important;
	top:3.65% !important;
	width:72.25% !important;
	height:34.9% !important;
}

@keyframes fadein-49547 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-49547 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item40366 {
	background-image:url('../images/item_40366.png');
	width:100.17% !important;
	height:39.04% !important;
}

#item40390 {
	background-image:url('../images/item_40390.png');
	left:2.51% !important;
	top:57.25% !important;
	width:96.4% !important;
	height:44.24% !important;
}

#item40365 {
	left:21.41% !important;
	top:43.84% !important;
	width:76.36% !important;
	height:55.54% !important;
}

#item49523 {
	background-image:url('../images/item_49523.png');
	width:100% !important;
	height:43.84% !important;
}

#item49547 {
	background-position:right bottom;
	left:72.77% !important;
	top:79.04% !important;
	width:22.91% !important;
	height:8.85% !important;
}

#item34939 {
	background-image:url('../images/item_34939.png');
	background-position:center;
	left:0.51% !important;
	top:94.92% !important;
	width:95px !important;
	height:15px !important;
}
#in5footer,  #prefooter {display:none;}

#loadIndicator{display:none;}
