/* 	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;
	flex-wrap:wrap;
}
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:2ex;padding-left:2ex; }
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 url("../images/bg-body.png") repeat left top/auto; }
:-webkit-full-screen { background:#ededed url("../images/bg-body.png") repeat left top/auto; }
#loadIndicator span:after { padding-left:1ex; content:'Aguarde...'; }
.page-scale-wrap { width:1024px; height:768px; background: #fff !important; }
.paper-vertical { width:1024px; height:100%; }
.paper-horizontal { width:10px; height:780px; }
/* 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;}
@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:1024px) {
	.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%);
}
@font-face {
	font-family:FF-MinionPro-Regular;
	src:url("../fonts/MinionPro-Regular.otf");
}

@font-face {
	font-family:FF-Exo2-Light;
	src:url("../fonts/Exo2-Light.ttf");
}

@font-face {
	font-family:FF-Exo2-ExtraBold;
	src:url("../fonts/Exo2-ExtraBold.ttf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Exo2-Regular;
	src:url("../fonts/Exo2-Regular.ttf");
}

@font-face {
	font-family:FF-Exo2-Bold;
	src:url("../fonts/Exo2-Bold.ttf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Exo2-Black;
	src:url("../fonts/Exo2-Black.ttf");
}

@font-face {
	font-family:FF-Exo2-Medium;
	src:url("../fonts/Exo2-Medium.ttf");
}

@font-face {
	font-family:FF-Exo2-SemiBold;
	src:url("../fonts/Exo2-SemiBold.ttf");
	font-weight:bold;
}

@keyframes custom-171334 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-1031px,0px);}
}
@-webkit-keyframes custom-171334 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-1031px,0px);}
}
@keyframes flyinfromtop-106492 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-106492 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item106495 {
	width:55px !important;
	height:84px !important;
	border-radius:5px 5px 0 0;
	background:#e31f20;
}

#item106503 {
	width:344px !important;
	top:213px !important;
	min-height:22px !important;
}

@keyframes fadein-153470 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-153470 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-153482 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-153482 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadeout-170468 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-170468 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item170467 {
	width:50px !important;
	height:50px !important;
}

@keyframes fadeout-170470 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-170470 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@keyframes fadein-170379 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-170379 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item170469 {
	width:50px !important;
	height:50px !important;
}

@keyframes fadeout-170472 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-170472 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@keyframes fadein-170385 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-170385 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item170471 {
	width:50px !important;
	height:50px !important;
}

@keyframes fadeout-170474 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-170474 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@keyframes fadein-170391 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-170391 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item170473 {
	width:50px !important;
	height:50px !important;
}

@keyframes fadein-170457 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-170457 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item170400 {
	width:500px !important;
	height:360px !important;
	border-radius:2px;
	background:#000;
	border:solid 8.21219006088516px #000;
}

#item170495 {
	width:260px !important;
	left:722px !important;
	top:370px !important;
	min-height:60px !important;
}

@keyframes fadein-170495 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-170495 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fadein-170523 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-170523 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@keyframes disappear-171419 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
@-webkit-keyframes disappear-171419 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
#item154617 {
	width:140px !important;
	height:121px !important;
}

#item154615 {
	width:140px !important;
	height:121px !important;
	left:884px !important;
	top:647px !important;
}

#item164409 {
	opacity:0.90;
	width:1024px !important;
	height:768px !important;
	background:#fff;
}

@keyframes fadein-164409 {
	0% {opacity:0;}
	100% {opacity:0.9;}
}
@-webkit-keyframes fadein-164409 {
	0% {opacity:0;}
	100% {opacity:0.9;}
}
#item188034 {
	width:547px !important;
	height:339px !important;
	left:56px !important;
	top:60px !important;
	background:#646465;
}

#item188038 {
	width:547px !important;
	left:56px !important;
	top:73px !important;
	min-height:30px !important;
}

#item164407 {
	width:10px !important;
	height:10px !important;
}

#item164405 {
	width:1024px !important;
	height:768px !important;
	top:-1px !important;
}

#item188219 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item188220 {
	width:176px !important;
	height:56px !important;
	left:10px !important;
	top:236px !important;
}

#item188206 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item188208 {
	width:176px !important;
	height:56px !important;
	left:10px !important;
	top:236px !important;
}

#item188207 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item188212 {
	width:176px !important;
	height:56px !important;
	left:387px !important;
	top:236px !important;
}

#item188196 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item188198 {
	width:176px !important;
	height:56px !important;
	left:387px !important;
	top:236px !important;
}

#item188197 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item188201 {
	width:176px !important;
	height:56px !important;
	left:10px !important;
	top:236px !important;
}

#item188190 {
	width:170px !important;
	height:50px !important;
	left:3px !important;
	top:3px !important;
}

#item188191 {
	width:176px !important;
	height:56px !important;
	left:387px !important;
	top:236px !important;
}

#item188250 {
	width:10px !important;
	height:10px !important;
	left:13px !important;
	top:13px !important;
}

#item188179 {
	width:563px !important;
	height:294px !important;
	left:226px !important;
	top:220px !important;
}

#item188252 {
	width:170px !important;
	height:50px !important;
}

#item188253 {
	width:170px !important;
	height:50px !important;
	left:616px !important;
	top:458px !important;
}

#item170907 {
	width:375px !important;
	top:228px !important;
	min-height:60px !important;
}

@keyframes flyoutleft-171083 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-307px,0px);}
}
@-webkit-keyframes flyoutleft-171083 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-307px,0px);}
}
#item171082 {
	width:50px !important;
	height:50px !important;
}

@keyframes flyoutleft-171090 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-307px,0px);}
}
@-webkit-keyframes flyoutleft-171090 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-307px,0px);}
}
@keyframes flyinfromright-171040 {
	0% {transform:translate(307px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes flyinfromright-171040 {
	0% {-webkit-transform:translate(307px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item171089 {
	width:50px !important;
	height:50px !important;
}

@keyframes flyoutleft-171096 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-307px,0px);}
}
@-webkit-keyframes flyoutleft-171096 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-307px,0px);}
}
@keyframes flyinfromright-171041 {
	0% {transform:translate(307px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes flyinfromright-171041 {
	0% {-webkit-transform:translate(307px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item171095 {
	width:50px !important;
	height:50px !important;
}

@keyframes flyoutleft-171102 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-307px,0px);}
}
@-webkit-keyframes flyoutleft-171102 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-307px,0px);}
}
@keyframes flyinfromright-171042 {
	0% {transform:translate(307px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes flyinfromright-171042 {
	0% {-webkit-transform:translate(307px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item171101 {
	width:50px !important;
	height:50px !important;
}

@keyframes disappear-171292 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
@-webkit-keyframes disappear-171292 {
	0% {opacity:0.25;}
	57% {opacity:0.25;}
	64% {opacity:0;}
	100% {opacity:0;}
}
@keyframes fadein-171103 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-171103 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item171128 {
	width:120px !important;
	height:120px !important;
}

#item171126 {
	width:120px !important;
	height:120px !important;
	left:255px !important;
	top:547px !important;
}

#item171173 {
	width:36px !important;
	height:52px !important;
	border-radius:4px 4px 0 0;
	background:#e31f20;
}

#item171181 {
	width:202px !important;
	top:137px !important;
	min-height:15px !important;
}

@keyframes flyinfromright-194357 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-194357 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item194358 {
	width:289px !important;
	height:209px !important;
	border-radius:1px;
	background:#000;
	border:solid 8.21219006088516px #000;
}

#item106841 {
	width:384px !important;
	left:120px !important;
	top:1234px !important;
	min-height:84px !important;
}

#item106864 {
	width:350px !important;
	left:554px !important;
	top:403px !important;
	min-height:85px !important;
}

#item106887 {
	width:350px !important;
	left:554px !important;
	top:542px !important;
	min-height:84px !important;
}

#item106914 {
	width:360px !important;
	left:554px !important;
	top:236px !important;
	min-height:61px !important;
}

#item113711 {
	width:229px !important;
	left:632px !important;
	top:307px !important;
	min-height:18px !important;
}

#item113735 {
	width:229px !important;
	left:632px !important;
	top:334px !important;
	min-height:18px !important;
}

#item107113 {
	width:330px !important;
	left:120px !important;
	top:471px !important;
	min-height:85px !important;
}

#item107316 {
	width:350px !important;
	left:584px !important;
	top:922px !important;
	min-height:30px !important;
}

#item107402 {
	width:350px !important;
	left:554px !important;
	top:1273px !important;
	min-height:50px !important;
}

#item107431 {
	width:1024px !important;
	height:56px !important;
	top:75px !important;
}

#item111560 {
	width:198px !important;
	left:67px !important;
	top:1623px !important;
	min-height:18px !important;
}

#item111587 {
	width:31px !important;
	height:45px !important;
	border-radius:3px 3px 0 0;
	background:#e31f20;
}

#item111610 {
	width:125px !important;
	left:74px !important;
	top:3366px !important;
	min-height:18px !important;
}

#item111666 {
	width:160px !important;
	left:67px !important;
	top:3417px !important;
	min-height:68px !important;
}

#item111689 {
	width:162px !important;
	left:247px !important;
	top:3355px !important;
	min-height:165px !important;
}

#item111693 {
	width:153px !important;
	left:424px !important;
	top:3355px !important;
	min-height:147px !important;
}

#item111698 {
	width:180px !important;
	left:595px !important;
	top:3355px !important;
	min-height:230px !important;
}

#item111702 {
	width:727px !important;
	left:75px !important;
	top:2472px !important;
	min-height:28px !important;
}

#item111725 {
	width:214px !important;
	left:67px !important;
	top:2564px !important;
	min-height:668px !important;
}

#item111748 {
	width:214px !important;
	left:292px !important;
	top:2564px !important;
	min-height:680px !important;
}

#item111752 {
	width:214px !important;
	left:518px !important;
	top:2564px !important;
	min-height:658px !important;
}

#item111756 {
	width:214px !important;
	left:743px !important;
	top:2564px !important;
	min-height:695px !important;
}

#item111760 {
	width:168px !important;
	left:67px !important;
	top:1677px !important;
	min-height:637px !important;
}

#item111783 {
	width:168px !important;
	left:247px !important;
	top:1677px !important;
	min-height:653px !important;
}

#item111787 {
	width:168px !important;
	left:428px !important;
	top:1677px !important;
	min-height:653px !important;
}

#item111792 {
	width:168px !important;
	left:608px !important;
	top:1677px !important;
	min-height:653px !important;
}

#item111796 {
	width:168px !important;
	left:789px !important;
	top:1677px !important;
	min-height:653px !important;
}

#item111800 {
	width:173px !important;
	left:789px !important;
	top:3355px !important;
	min-height:138px !important;
}

#item111935 {
	width:70px !important;
	height:18px !important;
	left:554px !important;
	top:306px !important;
	background:#008eb7;
}

#item113734 {
	width:70px !important;
	height:18px !important;
	left:554px !important;
	top:333px !important;
	background:#ffdc28;
}

#item113776 {
	width:350px !important;
	left:554px !important;
	top:964px !important;
	min-height:45px !important;
}

#item113800 {
	width:350px !important;
	left:554px !important;
	top:1231px !important;
	min-height:30px !important;
}

#item128224 {
	width:377px !important;
	height:147px !important;
}

#item128221 {
	width:377px !important;
	height:147px !important;
	left:537px !important;
	top:225px !important;
}

#item128203 {
	width:374px !important;
	height:128px !important;
}

#item128200 {
	width:374px !important;
	height:128px !important;
	left:536px !important;
	top:378px !important;
}

#item128207 {
	width:374px !important;
	height:128px !important;
}

#item128204 {
	width:374px !important;
	height:128px !important;
	left:536px !important;
	top:524px !important;
}

#item128215 {
	width:416px !important;
	height:340px !important;
}

#item128212 {
	width:416px !important;
	height:340px !important;
	left:523px !important;
	top:676px !important;
}

#item142892 {
	width:425px !important;
	height:288px !important;
}

#item142889 {
	width:425px !important;
	height:288px !important;
	left:518px !important;
	top:1042px !important;
}

#item128211 {
	width:463px !important;
	height:390px !important;
}

#item128208 {
	width:463px !important;
	height:390px !important;
	left:43px !important;
	top:948px !important;
}

#item128196 {
	width:396px !important;
	height:356px !important;
}

#item128197 {
	width:396px !important;
	height:356px !important;
	left:80px !important;
	top:216px !important;
}

#item184914 {
	width:327px !important;
	left:120px !important;
	top:876px !important;
	min-height:57px !important;
}

#item184990 {
	width:446px !important;
	height:356px !important;
}

#item184987 {
	width:446px !important;
	height:356px !important;
	left:54px !important;
	top:586px !important;
}

#item184912 {
	width:904px !important;
	height:684px !important;
	left:13px !important;
	top:61px !important;
	background:#fff;
}

@keyframes custom-184912 {
	0% {transform:translate(0px,0px) scaleY(1);}
	100% {transform:translate(0px,0px) scaleY(0);}
}
@-webkit-keyframes custom-184912 {
	0% {-webkit-transform:translate(0px,0px) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleY(0);}
}
#item184912 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item185849 {
	width:904px !important;
	height:684px !important;
	left:3px !important;
	top:3px !important;
}

#item185850 {
	width:910px !important;
	height:690px !important;
	left:10px !important;
	top:58px !important;
}

#item183603 {
	width:1024px !important;
	height:48px !important;
	left:13px !important;
	top:13px !important;
	background:#000;
}

#item183604 {
	width:141px !important;
	height:54px !important;
	left:10px !important;
	top:10px !important;
}

#item183615 {
	width:266px !important;
	height:54px !important;
	left:145px !important;
	top:10px !important;
}

#item183626 {
	width:220px !important;
	height:54px !important;
	left:612px !important;
	top:10px !important;
}

#item183638 {
	width:214px !important;
	height:54px !important;
	left:826px !important;
	top:10px !important;
}

#item184902.fixed-pos-elem {
	width:1040px !important;
	height:759px !important;
	left:50% !important;
	top:-13px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item163326 {
	width:25px !important;
	height:36px !important;
	border-radius:2px 2px 0 0;
	background:#e31f20;
}

#item163334 {
	width:315px !important;
	left:30px !important;
	top:5835px !important;
	min-height:576px !important;
}

#item163847 {
	width:140px !important;
	left:30px !important;
	top:843px !important;
	min-height:1694px !important;
}

#item164034 {
	width:315px !important;
	left:30px !important;
	top:2706px !important;
	min-height:2760px !important;
}

#item163446 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item201372 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:281px !important;
}

#item220173 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item220169 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:569px !important;
}

#item194769 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item201371 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:209px !important;
}

#item220199 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:497px !important;
}

#item163543 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item201370 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:137px !important;
}

#item220234 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item220229 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:425px !important;
}

#item163519 {
	width:230px !important;
	left:85px !important;
	top:21px !important;
	min-height:20px !important;
}

#item201377 {
	width:315px !important;
	height:69px !important;
	left:30px !important;
	top:637px !important;
}

#item163660 {
	width:106px !important;
	left:30px !important;
	top:5790px !important;
	min-height:20px !important;
}

#item163871 {
	width:82px !important;
	left:30px !important;
	top:798px !important;
	min-height:20px !important;
}

#item164058 {
	width:120px !important;
	left:30px !important;
	top:2661px !important;
	min-height:24px !important;
}

#item163907 {
	width:140px !important;
	left:205px !important;
	top:843px !important;
	min-height:1739px !important;
}

#item164341 {
	width:315px !important;
	left:30px !important;
	top:80px !important;
	min-height:35px !important;
}

#item163567 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	min-height:20px !important;
}

#item201373 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:353px !important;
}

#item219816 {
	opacity:0.90;
	width:375px !important;
	height:710px !important;
	left:13px !important;
	top:13px !important;
	background:#fff;
}

#item219827 {
	width:375px !important;
	height:589px !important;
	left:13px !important;
	top:73px !important;
	background:#fff;
}

@keyframes shrink-219827 {
	0% {transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
@-webkit-keyframes shrink-219827 {
	0% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(1);}
	100% {-webkit-transform:translate(0px,0px) scaleX(1) scaleY(0);}
}
#item219827 {
	transform-origin:50% 100%;
	-webkit-transform-origin:50% 100%;
}

#item219830 {
	width:375px !important;
	height:589px !important;
	left:3px !important;
	top:3px !important;
}

#item219828 {
	width:381px !important;
	height:595px !important;
	left:10px !important;
	top:70px !important;
}

#item219797 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item219795 {
	width:70px !important;
	height:66px !important;
	left:88px !important;
	top:10px !important;
}

#item219801 {
	width:60px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item219799 {
	width:66px !important;
	height:66px !important;
	left:10px !important;
	top:10px !important;
}

#item219805 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item219803 {
	width:70px !important;
	height:66px !important;
	left:321px !important;
	top:10px !important;
}

#item219809 {
	width:64px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item219807 {
	width:70px !important;
	height:66px !important;
	left:254px !important;
	top:10px !important;
}

#item219813 {
	width:96px !important;
	height:60px !important;
	left:3px !important;
	top:3px !important;
}

#item219811 {
	width:102px !important;
	height:66px !important;
	left:155px !important;
	top:10px !important;
}

#item219786.fixed-pos-elem {
	width:391px !important;
	height:723px !important;
	left:50% !important;
	top:-13px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item179024 {
	width:1024px !important;
	height:540px !important;
	top:184px !important;
	background:#000;
}

#item62093 {
	width:882px !important;
	height:40px !important;
	left:120px !important;
	top:75px !important;
}

@keyframes custom-62450 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(894px,0px);}
}
@-webkit-keyframes custom-62450 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(894px,0px);}
}
#item63306 {
	width:540px !important;
	left:242px !important;
	top:732px !important;
	min-height:1069px !important;
}

#item63664 {
	width:263px !important;
	height:72px !important;
	left:171px !important;
	top:1979px !important;
	background:#fff;
}

#item63659 {
	width:239px !important;
	left:189px !important;
	top:1979px !important;
	min-height:78px !important;
}

#item142963 {
	width:662px !important;
	height:40px !important;
	left:120px !important;
	top:75px !important;
}

@keyframes fadein-142963 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-142963 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-150773 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-150773 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item129405 {
	width:302px !important;
	min-height:18px !important;
}

#item123770 {
	width:302px !important;
	min-height:18px !important;
}

#item150905 {
	width:36px !important;
	height:36px !important;
}

#item150945 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item150960 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item150976 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item150919 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item151108 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item151084 {
	width:180px !important;
	min-height:18px !important;
}

#item185140 {
	width:1024px !important;
	height:40px !important;
	top:2395px !important;
	background:#000;
}

#item194655 {
	width:45px !important;
	height:80px !important;
}

#item179396 {
	width:45px !important;
	height:80px !important;
}

#item179398 {
	width:45px !important;
	height:80px !important;
	left:931px !important;
	top:389px !important;
}

#item179399 {
	width:45px !important;
	height:80px !important;
	left:48px !important;
	top:389px !important;
}

#item179416 {
	width:784px !important;
	height:490px !important;
}

#item179586 {
	width:359px !important;
	top:49px !important;
	min-height:62px !important;
}

#item179414 {
	width:784px !important;
	height:490px !important;
}

#item179542 {
	width:352px !important;
	top:51px !important;
	min-height:120px !important;
}

#item179412 {
	width:784px !important;
	height:490px !important;
}

#item179511 {
	width:344px !important;
	top:57px !important;
	min-height:130px !important;
}

#item179410 {
	width:784px !important;
	height:490px !important;
}

#item179478 {
	width:309px !important;
	top:47px !important;
	min-height:94px !important;
}

#item179408 {
	width:784px !important;
	height:490px !important;
}

#item179432 {
	width:355px !important;
	top:48px !important;
	min-height:126px !important;
}

#item179403 {
	width:784px !important;
	height:490px !important;
	left:120px !important;
	top:184px !important;
}

#item195341 {
	width:375px !important;
	height:350px !important;
	top:118px !important;
	background:#000;
}

#item143968 {
	width:315px !important;
	left:30px !important;
	top:498px !important;
	min-height:1791px !important;
}

#item150196 {
	width:125px !important;
	left:17px !important;
	top:2339px !important;
	min-height:81px !important;
}

#item152824 {
	width:235px !important;
	min-height:18px !important;
}

#item150009 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:76px !important;
}

@keyframes flyinfromright-150009 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-150009 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item200660 {
	width:375px !important;
	height:20px !important;
	top:2749px !important;
	background:#000;
}

#item195020 {
	width:20px !important;
	height:36px !important;
}

#item195023 {
	width:20px !important;
	height:36px !important;
}

#item195017 {
	width:20px !important;
	height:36px !important;
	left:350px !important;
	top:210px !important;
}

#item195025 {
	width:20px !important;
	height:36px !important;
	left:5px !important;
	top:210px !important;
}

#item195186 {
	width:268px !important;
	top:234px !important;
	min-height:62px !important;
}

#item195147 {
	width:268px !important;
	top:210px !important;
	min-height:92px !important;
}

#item195116 {
	width:268px !important;
	top:240px !important;
	min-height:68px !important;
}

#item195085 {
	width:315px !important;
	top:234px !important;
	min-height:68px !important;
}

#item195419 {
	width:315px !important;
	top:240px !important;
	min-height:68px !important;
}

#item195034 {
	width:315px !important;
	height:308px !important;
	left:30px !important;
	top:137px !important;
}

#item180296 {
	width:1024px !important;
	height:564px !important;
	top:165px !important;
	background:#000;
}

@keyframes fadeout-180296 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-180296 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item176177 {
	width:302px !important;
	min-height:18px !important;
}

#item176221 {
	width:302px !important;
	min-height:18px !important;
}

#item176245 {
	width:36px !important;
	height:36px !important;
}

#item176264 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item176281 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item176298 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item176314 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item176332 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item176343 {
	width:180px !important;
	min-height:18px !important;
}

#item179689 {
	width:540px !important;
	left:242px !important;
	top:1235px !important;
	min-height:916px !important;
}

#item179712 {
	width:540px !important;
	left:242px !important;
	top:967px !important;
	min-height:184px !important;
}

#item179736 {
	width:540px !important;
	left:242px !important;
	top:4507px !important;
	min-height:707px !important;
}

#item179761 {
	width:882px !important;
	height:40px !important;
	left:43px !important;
	top:75px !important;
}

@keyframes fadein-179761 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-179761 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-179784 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-179784 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item179795 {
	width:784px !important;
	left:120px !important;
	top:733px !important;
	min-height:137px !important;
}

#item179853 {
	width:80px !important;
	height:116px !important;
	border-radius:8px 8px 0 0;
	background:#e32121;
}

#item179864 {
	width:540px !important;
	left:242px !important;
	top:3164px !important;
	min-height:1220px !important;
}

#item179872 {
	width:220px !important;
	left:470px !important;
	top:2939px !important;
	min-height:108px !important;
}

#item179897 {
	width:540px !important;
	left:242px !important;
	top:5887px !important;
	min-height:999px !important;
}

#item194718 {
	width:68px !important;
	height:48px !important;
	background:#375b6a;
}

#item180373 {
	width:68px !important;
	height:48px !important;
	background:#008eb7;
}

#item180371 {
	width:68px !important;
	height:48px !important;
	left:914px !important;
	top:5525px !important;
}

#item180375 {
	width:68px !important;
	height:48px !important;
	left:44px !important;
	top:5525px !important;
}

#item180358 {
	width:730px !important;
	height:474px !important;
}

#item180594 {
	width:340px !important;
	top:52px !important;
	min-height:210px !important;
}

#item180356 {
	width:730px !important;
	height:474px !important;
}

#item180559 {
	width:340px !important;
	top:53px !important;
	min-height:178px !important;
}

#item180354 {
	width:730px !important;
	height:474px !important;
}

#item180519 {
	width:312px !important;
	top:50px !important;
	min-height:242px !important;
}

#item180352 {
	width:730px !important;
	height:474px !important;
}

#item180482 {
	width:328px !important;
	top:52px !important;
	min-height:210px !important;
}

#item180350 {
	width:730px !important;
	height:474px !important;
}

#item180439 {
	width:312px !important;
	top:50px !important;
	min-height:210px !important;
}

#item180345 {
	width:730px !important;
	height:474px !important;
	left:147px !important;
	top:5322px !important;
}

#item195684 {
	width:375px !important;
	height:200px !important;
	top:110px !important;
	background:#000;
}

@keyframes fadeout-195684 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-195684 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item195927 {
	width:315px !important;
	left:30px !important;
	top:929px !important;
	min-height:2463px !important;
}

#item195950 {
	width:274px !important;
	left:71px !important;
	top:459px !important;
	min-height:376px !important;
}

#item195973 {
	width:315px !important;
	left:30px !important;
	top:5867px !important;
	min-height:101px !important;
}

#item195998 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:76px !important;
}

@keyframes flyinfromright-195998 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-195998 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item196029 {
	width:264px !important;
	left:56px !important;
	top:328px !important;
	min-height:66px !important;
}

#item196057 {
	width:29px !important;
	height:42px !important;
	border-radius:3px 3px 0 0;
	background:#e32121;
}

#item196065 {
	width:315px !important;
	left:30px !important;
	top:3767px !important;
	min-height:1964px !important;
}

#item199374 {
	width:315px !important;
	left:30px !important;
	top:6715px !important;
	min-height:3512px !important;
}

#item215014 {
	width:235px !important;
	min-height:18px !important;
}

#item199606 {
	width:315px !important;
	height:582px !important;
	left:30px !important;
	top:6040px !important;
}

#item177491 {
	width:1024px !important;
	height:190px !important;
	top:688px !important;
	background:#998467;
}

#item177503 {
	width:662px !important;
	left:242px !important;
	top:708px !important;
	min-height:136px !important;
}

#item95088 {
	width:882px !important;
	height:40px !important;
	left:34px !important;
	top:78px !important;
}

@keyframes fadein-95088 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-95088 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-95141 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-95141 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item151129 {
	width:302px !important;
	min-height:18px !important;
}

#item151173 {
	width:302px !important;
	min-height:18px !important;
}

#item151197 {
	width:36px !important;
	height:36px !important;
}

#item151214 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item151231 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item151249 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item151268 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item151286 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item151294 {
	width:180px !important;
	min-height:18px !important;
}

#item177449 {
	width:540px !important;
	height:76px !important;
	left:242px !important;
	top:2660px !important;
	background:#4cafcc;
	padding:0px 10px 0px 10px;
}

#item177542 {
	width:540px !important;
	left:242px !important;
	top:919px !important;
	min-height:866px !important;
}

#item177570 {
	width:540px !important;
	left:242px !important;
	top:1847px !important;
	min-height:322px !important;
}

#item177578 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item177860 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item177990 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item178016 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item178042 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item177842 {
	width:540px !important;
	left:242px !important;
	top:2814px !important;
	min-height:190px !important;
}

#item177851 {
	width:540px !important;
	left:242px !important;
	top:3040px !important;
	min-height:208px !important;
}

#item177898_233895 {
	width:180px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 20px 0px 0px;
}

#item177898 {
	width:540px !important;
	left:242px !important;
	top:3284px !important;
	min-height:319px !important;
}

#item177948 {
	width:540px !important;
	left:242px !important;
	top:3639px !important;
	min-height:154px !important;
}

#item177956_234062 {
	width:155.27013155775px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
	margin:0px 20px 0px 0px;
}

#item177956 {
	width:540px !important;
	left:242px !important;
	top:3829px !important;
	min-height:198px !important;
}

@keyframes fadein-194479 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-194479 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item194694 {
	width:68px !important;
	height:48px !important;
	background:#375b6a;
}

#item96620 {
	width:68px !important;
	height:48px !important;
	background:#008eb7;
}

#item96623 {
	width:68px !important;
	height:48px !important;
	left:802px !important;
	top:2388px !important;
}

#item96629 {
	width:68px !important;
	height:48px !important;
	left:154px !important;
	top:2388px !important;
}

#item185145 {
	width:1024px !important;
	height:40px !important;
	top:4284px !important;
	background:#000;
}

#item178414 {
	width:69px !important;
	height:65px !important;
	left:242px !important;
	top:2587px !important;
}

#item178426 {
	width:70px !important;
	height:65px !important;
	left:398px !important;
	top:2587px !important;
}

#item178435 {
	width:69px !important;
	height:65px !important;
	left:320px !important;
	top:2587px !important;
}

#item178443 {
	width:70px !important;
	height:65px !important;
	left:634px !important;
	top:2587px !important;
}

#item178450 {
	width:69px !important;
	height:65px !important;
	left:713px !important;
	top:2587px !important;
}

#item178458 {
	width:70px !important;
	height:65px !important;
	left:555px !important;
	top:2587px !important;
}

#item178465 {
	width:69px !important;
	height:65px !important;
	left:477px !important;
	top:2587px !important;
}

#item178476 {
	width:540px !important;
	height:329px !important;
	left:242px !important;
	top:2249px !important;
}

#item144440 {
	width:315px !important;
	left:30px !important;
	top:465px !important;
	min-height:1870px !important;
}

#item158944 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:72px !important;
}

@keyframes flyinfromright-158944 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-158944 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item196644 {
	width:375px !important;
	height:100px !important;
	top:3286px !important;
	background:#4cafcc;
	padding:0px 30px 0px 30px;
}

#item196343 {
	width:375px !important;
	height:84px !important;
	top:348px !important;
	background:#998467;
}

@keyframes fadein-196845 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-196845 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item196347 {
	width:315px !important;
	left:30px !important;
	top:353px !important;
	min-height:62px !important;
}

#item200405 {
	width:315px !important;
	left:30px !important;
	top:2416px !important;
	min-height:596px !important;
}

#item200416 {
	width:315px !important;
	left:30px !important;
	top:3413px !important;
	min-height:400px !important;
}

#item200420 {
	width:315px !important;
	left:30px !important;
	top:3932px !important;
	min-height:413px !important;
}

#item200459 {
	width:315px !important;
	left:30px !important;
	top:4470px !important;
	min-height:71px !important;
}

#item200491 {
	width:315px !important;
	left:30px !important;
	top:4817px !important;
	min-height:439px !important;
}

#item200554 {
	width:315px !important;
	left:30px !important;
	top:5337px !important;
	min-height:302px !important;
}

#item200564 {
	width:315px !important;
	left:30px !important;
	top:5722px !important;
	min-height:41px !important;
}

#item200568 {
	width:315px !important;
	left:30px !important;
	top:6109px !important;
	min-height:260px !important;
}

#item200650 {
	width:375px !important;
	height:20px !important;
	top:6554px !important;
	background:#000;
}

#item213339 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item213408 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item213440 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item213473 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item213506 {
	width:50px !important;
	left:7px !important;
	top:7px !important;
	min-height:41px !important;
}

#item215070 {
	width:235px !important;
	min-height:18px !important;
}

#item213546 {
	width:375px !important;
	height:230px !important;
	top:3052px !important;
}

#item213539 {
	width:45px !important;
	height:80px !important;
}

#item213541 {
	width:45px !important;
	height:80px !important;
	left:335px !important;
	top:3127px !important;
}

#item213542 {
	width:30px !important;
	height:60px !important;
	left:10px !important;
	top:3137px !important;
}

#item108461 {
	width:1024px !important;
	top:390px !important;
	min-height:55px !important;
}

@keyframes fadein-108461 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-108461 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fadeout-108538 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-108538 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item108540 {
	width:200px !important;
	left:28px !important;
	top:86px !important;
	min-height:115px !important;
}

@keyframes fadeout-108563 {
	0% {opacity:1;}
	100% {opacity:0;}
}
@-webkit-keyframes fadeout-108563 {
	0% {opacity:1;}
	100% {opacity:0;}
}
#item108565 {
	width:200px !important;
	left:28px !important;
	top:109px !important;
	min-height:69px !important;
}

#item108599 {
	width:256px !important;
	height:280px !important;
}

#item108594 {
	width:256px !important;
	height:280px !important;
	left:512px !important;
	top:468px !important;
}

#item108605 {
	width:256px !important;
	height:280px !important;
}

#item108600 {
	width:256px !important;
	height:280px !important;
	left:128px !important;
	top:118px !important;
}

#item160914 {
	width:315px !important;
	left:30px !important;
	top:109px !important;
	min-height:100px !important;
}

@keyframes flyinfromleft-160914 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-160914 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item161981 {
	width:125px !important;
	left:188px !important;
	top:532px !important;
	min-height:70px !important;
	padding:0px 10px 0px 10px;
}

@keyframes fadein-161981 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-161981 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item162004 {
	width:125px !important;
	left:63px !important;
	top:340px !important;
	min-height:43px !important;
	padding:0px 10px 0px 10px;
}

@keyframes fadein-162004 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-162004 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item162542 {
	width:125px !important;
	height:137px !important;
	left:63px !important;
	top:292px !important;
}

#item162548 {
	width:125px !important;
	height:137px !important;
	left:188px !important;
	top:497px !important;
}

#item130745 {
	width:1024px !important;
	height:1517px !important;
	top:48px !important;
	background:#e6e6e6;
}

#item110794 {
	width:784px !important;
	left:120px !important;
	top:764px !important;
	min-height:132px !important;
}

#item110890 {
	width:540px !important;
	left:242px !important;
	top:948px !important;
	min-height:435px !important;
}

#item111230 {
	opacity:0.70;
	width:1024px !important;
	height:650px !important;
	top:48px !important;
	background:#fff;
}

@keyframes flyinfromright-111230 {
	0% {
		transform:translate(1024px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:0.7;
	}
}
@-webkit-keyframes flyinfromright-111230 {
	0% {
		-webkit-transform:translate(1024px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:0.7;
	}
}
@keyframes fadein-111077 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-111077 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item111103 {
	width:3px !important;
	height:17px !important;
	left:345px !important;
	top:1px !important;
	background:#666666;
}

#item111125 {
	width:3px !important;
	height:17px !important;
	left:638px !important;
	top:1px !important;
	background:#666666;
}

#item110865 {
	width:577px !important;
	height:56px !important;
	left:186px !important;
	top:29px !important;
}

@keyframes fadein-110865 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-110865 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-114687 {
	0% {
		transform:translate(884px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-114687 {
	0% {
		-webkit-transform:translate(884px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-114717 {
	0% {
		transform:translate(603px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-114717 {
	0% {
		-webkit-transform:translate(603px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-143027 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-143027 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item151559 {
	width:302px !important;
	min-height:18px !important;
}

#item151606 {
	width:302px !important;
	min-height:18px !important;
}

#item151630 {
	width:36px !important;
	height:36px !important;
}

#item151649 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item151665 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item151682 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item151701 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item151721 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item151729 {
	width:180px !important;
	min-height:18px !important;
}

#item145872 {
	width:375px !important;
	height:1505px !important;
	top:60px !important;
	background:#e6e6e6;
}

#item145878 {
	width:315px !important;
	left:30px !important;
	top:320px !important;
	min-height:1056px !important;
}

#item145924 {
	opacity:0.70;
	width:375px !important;
	height:238px !important;
	top:60px !important;
	background:#fff;
}

@keyframes flyinfromright-145924 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:0.7;
	}
}
@-webkit-keyframes flyinfromright-145924 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:0.7;
	}
}
@keyframes fadein-145925 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-145925 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item145949 {
	width:1px !important;
	height:6px !important;
	left:126px !important;
	background:#666666;
}

#item145970 {
	width:1px !important;
	height:6px !important;
	left:234px !important;
	background:#666666;
}

#item145980 {
	width:277px !important;
	height:20px !important;
	left:68px !important;
	top:11px !important;
}

@keyframes flyinfromright-145980 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-145980 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-146003 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-146003 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-146007 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-146007 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-146117 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-146117 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item215120 {
	width:235px !important;
	min-height:18px !important;
}

#item130720 {
	width:1024px !important;
	height:2248px !important;
	top:48px !important;
	background:#e6e6e6;
}

#item130740 {
	width:620px !important;
	height:484px !important;
	left:202px !important;
	top:1578px !important;
	background:#fff;
}

#item130729 {
	width:620px !important;
	height:484px !important;
	left:202px !important;
	top:1020px !important;
	background:#fff;
}

#item123538 {
	width:540px !important;
	height:400px !important;
	left:242px !important;
	top:1063px !important;
}

#item123541 {
	width:520px !important;
	min-height:1794px !important;
}

#item123539 {
	width:540px !important;
	height:400px !important;
	left:242px !important;
	top:1618px !important;
}

#item123568 {
	width:520px !important;
	min-height:1188px !important;
}

#item123304 {
	width:784px !important;
	left:120px !important;
	top:613px !important;
	min-height:60px !important;
}

#item123327 {
	width:516px !important;
	left:266px !important;
	top:749px !important;
	min-height:152px !important;
}

#item108863 {
	width:577px !important;
	height:56px !important;
	left:186px !important;
	top:29px !important;
}

@keyframes fadein-108863 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-108863 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-143035 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-143035 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item151758 {
	width:302px !important;
	min-height:18px !important;
}

#item151801 {
	width:302px !important;
	min-height:18px !important;
}

#item151825 {
	width:36px !important;
	height:36px !important;
}

#item151844 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item151861 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item151880 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item151899 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item151916 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item151923 {
	width:180px !important;
	min-height:18px !important;
}

#item162854 {
	width:375px !important;
	height:6836px !important;
	top:60px !important;
	background:#e6e6e6;
}

#item146140 {
	width:375px !important;
	height:3517px !important;
	top:816px !important;
	background:#fff;
}

#item163205 {
	width:375px !important;
	height:2413px !important;
	top:4378px !important;
	background:#fff;
}

#item162939 {
	width:277px !important;
	height:20px !important;
	left:68px !important;
	top:11px !important;
}

@keyframes flyinfromright-162939 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-162939 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-162973 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-162973 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item163043 {
	width:295px !important;
	left:50px !important;
	top:440px !important;
	min-height:280px !important;
}

#item163090 {
	width:375px !important;
	top:380px !important;
	min-height:30px !important;
}

#item163162 {
	width:315px !important;
	left:30px !important;
	top:859px !important;
	min-height:3444px !important;
}

#item163207 {
	width:315px !important;
	left:30px !important;
	top:4421px !important;
	min-height:2358px !important;
}

#item215174 {
	width:235px !important;
	min-height:18px !important;
}

#item129288 {
	width:1024px !important;
	height:800px !important;
	top:48px !important;
	background:#000;
}

#item98151 {
	width:1024px !important;
	height:540px !important;
	top:152px !important;
	background:#000;
}

@keyframes flyinfromleft-97894 {
	0% {transform:translate(-1024px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes flyinfromleft-97894 {
	0% {-webkit-transform:translate(-1024px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
@keyframes flyinfromright-97782 {
	0% {transform:translate(1024px,0px);}
	100% {transform:translate(0px,0px);}
}
@-webkit-keyframes flyinfromright-97782 {
	0% {-webkit-transform:translate(1024px,0px);}
	100% {-webkit-transform:translate(0px,0px);}
}
#item97138 {
	width:496px !important;
	left:408px !important;
	top:921px !important;
	min-height:1011px !important;
}

#item97216 {
	width:220px !important;
	left:120px !important;
	top:919px !important;
	min-height:248px !important;
}

#item97240 {
	width:882px !important;
	height:40px !important;
	left:34px !important;
	top:75px !important;
}

@keyframes fadein-97240 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-97240 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-97263 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-97263 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item97911 {
	width:560px !important;
	height:319px !important;
	left:261px !important;
	top:2023px !important;
}

#item132000 {
	width:1024px !important;
	top:703px !important;
	min-height:136px !important;
}

#item151961 {
	width:302px !important;
	min-height:18px !important;
}

#item152007 {
	width:302px !important;
	min-height:18px !important;
}

#item152031 {
	width:36px !important;
	height:36px !important;
}

#item152050 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item152069 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item152087 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item152103 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item152121 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152129 {
	width:180px !important;
	min-height:18px !important;
}

#item146423 {
	width:375px !important;
	height:200px !important;
	top:108px !important;
	background:#000;
}

@keyframes flyinfromleft-146424 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-146424 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-146430 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-146430 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item146437 {
	width:315px !important;
	left:30px !important;
	top:763px !important;
	min-height:1227px !important;
}

#item146515 {
	width:275px !important;
	height:160px !important;
	left:50px !important;
	top:2035px !important;
}

#item146618 {
	width:375px !important;
	top:313px !important;
	min-height:66px !important;
}

#item160161 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:73px !important;
}

@keyframes flyinfromright-160161 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-160161 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item160200 {
	width:295px !important;
	left:50px !important;
	top:450px !important;
	min-height:216px !important;
}

#item160262 {
	width:315px !important;
	left:30px !important;
	top:2249px !important;
	min-height:722px !important;
}

#item215232 {
	width:235px !important;
	min-height:18px !important;
}

#item129290 {
	width:1024px !important;
	height:800px !important;
	top:48px !important;
	background:#000;
}

#item107760_container {
	width:1024px !important;
	height:502px !important;
	top:152px !important;
}

#item106113 {
	width:882px !important;
	height:40px !important;
	left:34px !important;
	top:75px !important;
}

@keyframes fadein-106113 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-106113 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-106136 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-106136 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item110943 {
	width:540px !important;
	left:242px !important;
	top:859px !important;
	min-height:1020px !important;
}

#item110966 {
	width:1024px !important;
	top:685px !important;
	min-height:144px !important;
}

#item110997 {
	width:495px !important;
	left:361px !important;
	top:2204px !important;
	min-height:225px !important;
}

#item152169 {
	width:302px !important;
	min-height:18px !important;
}

#item152214 {
	width:302px !important;
	min-height:18px !important;
}

#item152238 {
	width:36px !important;
	height:36px !important;
}

#item152254 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item152271 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item152289 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item152306 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item152327 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152336 {
	width:180px !important;
	min-height:18px !important;
}

#item160462 {
	width:375px !important;
	height:560px !important;
	top:2856px !important;
	background:#e5e5e5;
}

#item146986 {
	width:315px !important;
	left:30px !important;
	top:505px !important;
	min-height:2054px !important;
}

#item147037 {
	width:315px !important;
	left:30px !important;
	top:2885px !important;
	min-height:456px !important;
}

#item160366 {
	width:315px !important;
	left:30px !important;
	top:373px !important;
	min-height:102px !important;
}

#item160416 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:73px !important;
}

@keyframes flyinfromright-160416 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-160416 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item215285 {
	width:235px !important;
	min-height:18px !important;
}

#item194032 {
	width:420px !important;
	height:100px !important;
}

#item194162 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:241px !important;
}

#item194153 {
	width:420px !important;
	height:100px !important;
}

#item194158 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:348px !important;
}

#item194155 {
	width:420px !important;
	height:100px !important;
}

#item194159 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:455px !important;
}

#item194156 {
	width:420px !important;
	height:100px !important;
}

#item194160 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:562px !important;
}

#item194157 {
	width:420px !important;
	height:100px !important;
}

#item194161 {
	width:420px !important;
	height:100px !important;
	left:38px !important;
	top:669px !important;
}

#item194173 {
	width:1024px !important;
	height:150px !important;
}

#item194174 {
	width:1024px !important;
	height:150px !important;
	top:48px !important;
}

#item214864 {
	width:200px !important;
	height:45px !important;
}

#item214861 {
	width:200px !important;
	height:45px !important;
	left:100px !important;
	top:432px !important;
}

#item214869 {
	width:200px !important;
	height:40px !important;
}

#item214865 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:478px !important;
}

#item214873 {
	width:200px !important;
	height:40px !important;
}

#item214870 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:518px !important;
}

#item214877 {
	width:200px !important;
	height:40px !important;
}

#item214874 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:562px !important;
}

#item214881 {
	width:200px !important;
	height:40px !important;
}

#item214878 {
	width:200px !important;
	height:40px !important;
	left:100px !important;
	top:606px !important;
}

#item214927 {
	width:315px !important;
	height:78px !important;
}

#item214928 {
	width:315px !important;
	height:78px !important;
	left:30px !important;
	top:72px !important;
}

@keyframes fadein-171846 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-171846 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes custom-171870 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-512px,-383px);}
}
@-webkit-keyframes custom-171870 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-512px,-383px);}
}
@keyframes custom-171877 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(512px,-383px);}
}
@-webkit-keyframes custom-171877 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(512px,-383px);}
}
@keyframes custom-171882 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-512px,383px);}
}
@-webkit-keyframes custom-171882 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-512px,383px);}
}
@keyframes custom-171886 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(512px,384px);}
}
@-webkit-keyframes custom-171886 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(512px,384px);}
}
@keyframes fadein-190669 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-190669 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item190699 {
	width:24px !important;
	height:41px !important;
	left:500px !important;
	top:420px !important;
}

@keyframes fadein-190699 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-190699 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item194488 {
	width:116px !important;
	height:116px !important;
}

#item194489 {
	width:116px !important;
	height:116px !important;
	left:454px !important;
	top:350px !important;
}

@keyframes flyinfromright-203120 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-203120 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-203219 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-203219 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-203220 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-203220 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-203218 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-203218 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-203221 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-203221 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fadein-214940 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-214940 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
#item214940 {
	width:60px !important;
	height:60px !important;
	left:158px !important;
	top:272px !important;
}

#item194458 {
	width:278px !important;
	top:182px !important;
	background:rgba(51,51,51,0.6);
	min-height:203px !important;
	padding:30px 20px 20px 20px;
}

@keyframes flyinfromleft-194458 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-194458 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item98194 {
	width:496px !important;
	left:408px !important;
	top:921px !important;
	min-height:408px !important;
}

#item98218 {
	width:224px !important;
	left:120px !important;
	top:919px !important;
	min-height:152px !important;
}

#item98243 {
	width:882px !important;
	height:40px !important;
	left:34px !important;
	top:75px !important;
}

@keyframes fadein-98243 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-98243 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-98267 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-98267 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item152367 {
	width:302px !important;
	min-height:18px !important;
}

#item152409 {
	width:302px !important;
	min-height:18px !important;
}

#item152433 {
	width:36px !important;
	height:36px !important;
}

#item152451 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item152468 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item152487 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item152504 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item152523 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152530 {
	width:180px !important;
	min-height:18px !important;
}

#item181506 {
	width:784px !important;
	height:50px !important;
	left:120px !important;
	top:1362px !important;
	background:#570035;
}

#item181526 {
	width:784px !important;
	left:120px !important;
	top:1370px !important;
	min-height:28px !important;
}

#item183332 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181857 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183360 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183394 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181835 {
	width:274px !important;
	height:184px !important;
	left:370px !important;
	top:2276px !important;
}

#item183335 {
	width:264px !important;
	height:215px !important;
	left:10px !important;
	top:10px !important;
}

#item182469 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item182493 {
	width:258px !important;
	height:126px !important;
	left:13px !important;
	top:13px !important;
	background:#666666;
}

#item183591 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183596 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182466 {
	width:274px !important;
	height:225px !important;
	left:633px !important;
	top:2276px !important;
}

#item183329 {
	width:264px !important;
	height:195px !important;
	left:10px !important;
	top:10px !important;
}

#item182671 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item182694 {
	width:258px !important;
	height:126px !important;
	left:13px !important;
	top:13px !important;
	background:#666666;
}

#item183590 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183592 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182642 {
	width:274px !important;
	height:205px !important;
	left:107px !important;
	top:2276px !important;
}

#item183326 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182208 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183357 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183391 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182186 {
	width:274px !important;
	height:184px !important;
	left:633px !important;
	top:2103px !important;
}

#item183322 {
	width:264px !important;
	height:195px !important;
	left:10px !important;
	top:10px !important;
}

#item182264 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183356 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183388 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182242 {
	width:274px !important;
	height:205px !important;
	left:370px !important;
	top:2103px !important;
}

#item183319 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182320 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183355 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183385 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182298 {
	width:274px !important;
	height:184px !important;
	left:107px !important;
	top:2103px !important;
}

#item183316 {
	width:264px !important;
	height:293px !important;
	left:10px !important;
	top:10px !important;
}

#item181686 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183354 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183382 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181664 {
	width:274px !important;
	height:303px !important;
	left:633px !important;
	top:1930px !important;
}

#item183312 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181742 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183353 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183379 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181720 {
	width:274px !important;
	height:184px !important;
	left:370px !important;
	top:1930px !important;
}

#item183309 {
	width:264px !important;
	height:267px !important;
	left:10px !important;
	top:10px !important;
}

#item181799 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183352 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183374 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181777 {
	width:274px !important;
	height:277px !important;
	left:107px !important;
	top:1930px !important;
}

#item183305 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182035 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183351 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183371 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182013 {
	width:274px !important;
	height:184px !important;
	left:633px !important;
	top:1757px !important;
}

#item183296 {
	width:264px !important;
	height:201px !important;
	left:10px !important;
	top:10px !important;
}

#item181915 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183348 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183361 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181893 {
	width:274px !important;
	height:211px !important;
	left:633px !important;
	top:1584px !important;
}

#item183302 {
	width:264px !important;
	height:247px !important;
	left:10px !important;
	top:10px !important;
}

#item182093 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183350 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183368 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182071 {
	width:274px !important;
	height:257px !important;
	left:370px !important;
	top:1757px !important;
}

#item183299 {
	width:264px !important;
	height:227px !important;
	left:10px !important;
	top:10px !important;
}

#item182150 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183349 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183364 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item182128 {
	width:274px !important;
	height:237px !important;
	left:107px !important;
	top:1757px !important;
}

#item183282 {
	width:264px !important;
	height:252px !important;
	left:10px !important;
	top:10px !important;
}

#item181630 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183281 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183285 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181608 {
	width:274px !important;
	height:262px !important;
	left:633px !important;
	top:1411px !important;
}

#item183290 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181975 {
	width:258px !important;
	left:13px !important;
	top:146px !important;
	min-height:22px !important;
}

#item183289 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183293 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181953 {
	width:274px !important;
	height:184px !important;
	left:370px !important;
	top:1584px !important;
}

#item183272 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181558 {
	width:258px !important;
	left:13px !important;
	top:145px !important;
	min-height:23px !important;
}

#item183130 {
	width:258px !important;
	height:168px !important;
	left:3px !important;
	top:3px !important;
}

#item183127 {
	width:264px !important;
	height:174px !important;
	left:10px !important;
	top:10px !important;
}

#item181529 {
	width:274px !important;
	height:184px !important;
	left:370px !important;
	top:1411px !important;
}

#item185183 {
	width:258px !important;
	background:#000;
	min-height:341px !important;
	padding:20px;
}

#item131975 {
	width:1024px !important;
	top:696px !important;
	min-height:136px !important;
}

#item197016 {
	width:315px !important;
	left:30px !important;
	top:650px !important;
	min-height:812px !important;
}

#item197040 {
	width:285px !important;
	left:60px !important;
	top:493px !important;
	min-height:88px !important;
}

#item202902 {
	width:375px !important;
	top:1544px !important;
	min-height:28px !important;
}

#item203245 {
	width:375px !important;
	height:1158px !important;
	top:1584px !important;
	background:#d1d1d1;
}

#item203246 {
	width:375px !important;
	height:50px !important;
	top:1534px !important;
	background:#570035;
}

#item203247 {
	width:375px !important;
	top:1544px !important;
	min-height:28px !important;
}

#item204583 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1677px !important;
}

#item210822 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2197px !important;
}

#item205443 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1742px !important;
}

#item210849 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2262px !important;
}

#item205469 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1807px !important;
}

#item210876 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2327px !important;
}

#item205495 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1872px !important;
}

#item210902 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2392px !important;
}

#item205521 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1937px !important;
}

#item210928 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2457px !important;
}

#item205547 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2002px !important;
}

#item210954 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2522px !important;
}

#item205574 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2067px !important;
}

#item210980 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2587px !important;
}

#item205600 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2132px !important;
}

#item211006 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2652px !important;
}

#item203739 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:73px !important;
}

@keyframes flyinfromright-203739 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-203739 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item203771 {
	width:375px !important;
	top:357px !important;
	min-height:68px !important;
}

#item212161 {
	width:375px !important;
	top:1599px !important;
	min-height:52px !important;
}

#item215333 {
	width:235px !important;
	min-height:18px !important;
}

#item191005 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:580px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191038 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:698px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191069 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:344px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191101 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:462px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191135 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:226px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191166 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:757px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191197 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:639px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191229 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:580px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191263 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:698px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191294 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:344px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191326 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:462px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191359 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:226px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191391 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:639px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191422 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:757px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191454 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:403px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191487 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:521px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191519 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:285px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191551 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:167px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191583 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:403px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191616 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:521px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191647 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:285px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item191681 {
	opacity:0.90;
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:167px !important;
	box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow:4px 4px 10px 0px rgba(0,0,0,0.75);
	border-radius:7px;
	background:#375b6a;
}

#item171894 {
	width:272px !important;
	left:752px !important;
	top:149px !important;
	background:rgba(255,255,255,0.7);
	min-height:737px !important;
	padding:15px 20px 0px 20px;
}

@keyframes flyinfrombottom-171894 {
	0% {
		transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfrombottom-171894 {
	0% {
		-webkit-transform:translate(-1px,233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item172443 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173640 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:580px !important;
}

#item172444 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173641 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:698px !important;
}

#item172446 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173638 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:344px !important;
}

#item172447 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173639 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:462px !important;
}

#item172448 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173637 {
	width:158px !important;
	height:108px !important;
	left:349px !important;
	top:226px !important;
}

#item172450 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173647 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:757px !important;
}

#item172451 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173646 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:639px !important;
}

#item172453 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173629 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:580px !important;
}

#item172454 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173630 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:698px !important;
}

#item172456 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173627 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:344px !important;
}

#item172457 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173628 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:462px !important;
}

#item172458 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173626 {
	width:158px !important;
	height:108px !important;
	left:13px !important;
	top:226px !important;
}

#item172460 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173635 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:639px !important;
}

#item172461 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173636 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:757px !important;
}

#item172462 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173633 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:403px !important;
}

#item172463 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173634 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:521px !important;
}

#item172464 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173632 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:285px !important;
}

#item172487 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173631 {
	width:158px !important;
	height:108px !important;
	left:181px !important;
	top:167px !important;
}

#item172489 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173644 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:403px !important;
}

#item172490 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173645 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:521px !important;
}

#item172491 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173643 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:285px !important;
}

#item172492 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
}

#item173642 {
	width:158px !important;
	height:108px !important;
	left:517px !important;
	top:167px !important;
}

#item194662 {
	width:882px !important;
	height:40px !important;
	left:34px !important;
	top:82px !important;
}

@keyframes fadein-194662 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-194662 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-194685 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-194685 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-203820 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-203820 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item203828 {
	width:375px !important;
	top:133px !important;
	min-height:72px !important;
}

#item213184 {
	width:315px !important;
	left:30px !important;
	top:565px !important;
	min-height:452px !important;
}

#item214976 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:73px !important;
}

@keyframes flyinfromright-214976 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-214976 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item215396 {
	width:235px !important;
	min-height:18px !important;
}

#item215501 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1049px !important;
}

#item217208 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1569px !important;
}

#item217418 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2089px !important;
}

#item217179 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1114px !important;
}

#item217234 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1634px !important;
}

#item217444 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2154px !important;
}

#item216815 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1179px !important;
}

#item217260 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1699px !important;
}

#item217470 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2219px !important;
}

#item216842 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1244px !important;
}

#item217286 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1764px !important;
}

#item217496 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2284px !important;
}

#item216868 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1309px !important;
}

#item217312 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1829px !important;
}

#item217522 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2349px !important;
}

#item216894 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1374px !important;
}

#item217338 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1894px !important;
}

#item217548 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2414px !important;
}

#item216920 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1439px !important;
}

#item217365 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1959px !important;
}

#item216946 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1504px !important;
}

#item217391 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2024px !important;
}

#item129292 {
	width:1024px !important;
	height:800px !important;
	top:48px !important;
	background:#000;
}

#item194179 {
	width:190px !important;
	height:46px !important;
}

#item194180 {
	width:190px !important;
	height:46px !important;
	left:277px !important;
	top:425px !important;
}

#item105950 {
	width:1024px !important;
	top:598px !important;
	min-height:136px !important;
}

#item101239 {
	width:882px !important;
	height:40px !important;
	left:34px !important;
	top:75px !important;
}

@keyframes fadein-101239 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-101239 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-101262 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-101262 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item101662 {
	width:496px !important;
	left:408px !important;
	top:816px !important;
	min-height:274px !important;
}

#item101686 {
	width:220px !important;
	left:120px !important;
	top:814px !important;
	min-height:184px !important;
}

#item101889 {
	width:496px !important;
	left:408px !important;
	top:1575px !important;
	min-height:349px !important;
}

#item101918 {
	width:496px !important;
	left:408px !important;
	top:2415px !important;
	min-height:295px !important;
}

#item101923 {
	width:496px !important;
	left:408px !important;
	top:3192px !important;
	min-height:234px !important;
}

#item105982 {
	width:560px !important;
	height:319px !important;
	left:345px !important;
	top:1174px !important;
}

#item105989 {
	width:560px !important;
	height:319px !important;
	left:345px !important;
	top:2014px !important;
}

#item105991 {
	width:560px !important;
	height:319px !important;
	left:345px !important;
	top:2790px !important;
}

@keyframes fadein-111855 {
	0% {opacity:1;}
	51% {opacity:0.33;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-111855 {
	0% {opacity:1;}
	51% {opacity:0.33;}
	100% {opacity:1;}
}
@keyframes fadein-111879 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-111879 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@keyframes fadein-111895 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-111895 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@keyframes fadein-111912 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-111912 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
#item152609 {
	width:302px !important;
	min-height:18px !important;
}

#item152653 {
	width:302px !important;
	min-height:18px !important;
}

#item152677 {
	width:36px !important;
	height:36px !important;
}

#item152696 {
	width:36px !important;
	height:36px !important;
	left:82px !important;
}

#item152715 {
	width:36px !important;
	height:36px !important;
	left:123px !important;
}

#item152731 {
	width:36px !important;
	height:36px !important;
	left:164px !important;
}

#item152748 {
	width:36px !important;
	height:36px !important;
	left:41px !important;
}

#item152768 {
	width:89px !important;
	height:47px !important;
	left:45px !important;
	top:28px !important;
}

#item152775 {
	width:180px !important;
	min-height:18px !important;
}

#item148603 {
	width:315px !important;
	left:30px !important;
	top:650px !important;
	min-height:546px !important;
}

#item148656 {
	width:315px !important;
	left:30px !important;
	top:1470px !important;
	min-height:696px !important;
}

#item148664 {
	width:315px !important;
	left:30px !important;
	top:2434px !important;
	min-height:501px !important;
}

#item148677 {
	width:288px !important;
	height:168px !important;
	left:44px !important;
	top:1244px !important;
}

#item160696 {
	width:288px !important;
	height:168px !important;
	left:44px !important;
	top:2214px !important;
}

#item160724 {
	width:288px !important;
	height:168px !important;
	left:44px !important;
	top:2984px !important;
}

#item160538 {
	width:375px !important;
	top:269px !important;
	min-height:66px !important;
}

#item160562 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:73px !important;
}

@keyframes flyinfromright-160562 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-160562 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item160587 {
	width:295px !important;
	left:50px !important;
	top:395px !important;
	min-height:152px !important;
}

@keyframes fadein-148683 {
	0% {opacity:1;}
	51% {opacity:0.33;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-148683 {
	0% {opacity:1;}
	51% {opacity:0.33;}
	100% {opacity:1;}
}
@keyframes fadein-148692 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-148692 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@keyframes fadein-148703 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-148703 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@keyframes fadein-148713 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-148713 {
	0% {opacity:1;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
#item160736 {
	width:315px !important;
	left:30px !important;
	top:3210px !important;
	min-height:470px !important;
}

#item215449 {
	width:235px !important;
	min-height:18px !important;
}

p.autoParaStyle1 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:72px;
	line-height:64px;
	color:#fff;
	margin-top:20px;
	text-align:center;
}

ul.m-guia-do-usuario-texto-nivel-1 > li {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding-left:30px;
	margin-top:30px;
	text-align:left;
}
ul.m-guia-do-usuario-texto-nivel-1 > li::before {
	content:'\25A0';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.m-sustentabilidade-numerinhos {
	font-weight:900;
	font-family:FF-Exo2-Black,"Exo 2";
	font-size:32px;
	line-height:32px;
	color:#929893;
	text-align:center;
}

p.m-sustentabilidade-slideshow-legenda {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.m-sustentabilidade-titulos-numerados {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#008eb7;
	text-align:left;
}

p.m-turismo-unidades-de-lazer-titulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:36px;
	line-height:36px;
	color:#fff;
	text-align:center;
}

p.m-turismo-calendario-titulao {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:22px;
	line-height:22px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.m-turismo-calendario-instrucoes {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:22px;
	line-height:30px;
	color:#000;
	margin-bottom:20px;
	text-align:center;
}

p.m-turismo-calendario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	padding-left:20px;
	margin-bottom:30px;
	text-align:left;
}

p.m-turismo-abre-entrar {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.m-sumario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	margin-top:24px;
	text-align:left;
}

p.m-palavra-do-presidente-cargo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:2px;
	text-align:right;
}

p.m-palavra-do-presidente-nome {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:16px;
	line-height:18px;
	color:#000;
	margin-top:18px;
	text-align:right;
}

p.m-slideshow-legenda {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:18px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:center;
}

p.m-materia-de-capa-titulo-box {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:40px;
	line-height:40px;
	color:#000;
	text-align:left;
}

p.m-expediente-telefones-intertitulo-maior {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-transform:uppercase;
	margin-top:18px;
	text-align:left;
}

p.m-expediente-telefones-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.m-expediente-telefones-intertitulo-menor {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-revista-texto-12 {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.expediente-revista-texto-6 {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-intertitulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#ffff83;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.m-expediente-revista-texto-6 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.m-expediente-edicao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	margin-top:24px;
	text-align:left;
}

p.m-expediente-afpesp-texto2 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.m-expediente-afpesp-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.m-expediente-afpesp-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.m-compartilhe-redes-sociais {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#254053;
	margin-bottom:20px;
	text-align:left;
}

p.m-capa-identificacao-linha-2 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:12px;
	line-height:12px;
	color:#fff;
	letter-spacing:0.030em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-top:4px;
	text-align:center;
}

p.m-capa-identificacao-linha-1 {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:6.5px;
	line-height:8px;
	color:#000;
	letter-spacing:0.030em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.m-chamada {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
}

p.m-capa-clique-aqui {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.m-arin-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-top:18px;
	text-align:left;
}

p.m-acontece-conselho-inter {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:29px;
	color:#666666;
	letter-spacing:0.005em;
	margin-top:18px;
	text-align:left;
}

p.m-acontece-conselho-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#008eb7;
	margin-top:18px;
	text-align:left;
}

p.m-acontece-abre-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:48px;
	line-height:50px;
	color:#000;
	margin-top:20px;
	text-align:left;
}

p.m-acontece-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#000;
	margin-top:20px;
	text-align:center;
}

p.m-acontece-vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:17px;
	line-height:17px;
	color:#fff;
	white-space:nowrap;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.m-acontece-abertura-chamada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:13px;
	line-height:14px;
	color:#fff;
	text-align:center;
}

p.m-vinheta-branca {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

p.m-vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#000;
	text-align:left;
}

p.m-inter {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#008eb7;
	margin-top:18px;
	text-align:left;
}

p.m-linha-fina-L {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#929893;
	margin-bottom:20px;
	text-align:left;
}

p.m-titulo-68-68-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:34px;
	line-height:34px;
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

p.m-titulo-68-68 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:34px;
	line-height:34px;
	color:#929893;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

p.m-titulo-centrado {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#929893;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

p.m-titulo-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	text-align:left;
}

p.m-titulo-leading-32-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:32px;
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	text-align:left;
}

p.titulo-branco-centrado {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

p.m-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#929893;
	margin-top:20px;
	margin-bottom:15px;
	text-align:left;
}

p.m-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:20px;
	line-height:30px;
	color:#000;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.barra-superior-texto-ajuda {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#ffff83;
	text-align:left;
}

p.barra-superior-alinh-direita {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-align:right;
}

p.barra-superior-alinh-esquerda {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#fff;
	text-align:left;
}

p.guia-do-usuario-clique-para-fechar {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#ffff83;
	margin-top:50px;
	text-align:center;
}

p.guia-do-usuario-texto-nivel-2 {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-indent:-40px;
	padding-left:100px;
	margin-top:25px;
	text-align:left;
}

ul.guia-do-usuario-texto-nivel-1 > li {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#fff;
	padding-left:60px;
	margin-top:50px;
	text-align:left;
}
ul.guia-do-usuario-texto-nivel-1 > li::before {
	content:'\4A';
	position:absolute;
	display:inline-block;
	left:0px;
	width:0;
}

p.guia-do-usuario-titulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:40px;
	line-height:52.8px;
	color:#fff;
	margin-bottom:5px;
	text-align:center;
}

p.dicas-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
}

p.materia-de-capa-slideshow-texto {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.materia-de-capa-slideshow-titulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:40px;
	line-height:42px;
	color:#7fff7f;
	text-align:left;
}

p.materia-de-capa-titulo-box {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:40px;
	line-height:40px;
	color:#000;
	text-align:left;
}

p.sustentabilidade-numerinhos {
	font-weight:900;
	font-family:FF-Exo2-Black,"Exo 2";
	font-size:32px;
	line-height:32px;
	color:#929893;
	text-align:center;
}

p.sustentabilidade-slideshow-legenda {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.arin-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-top:18px;
	text-align:left;
}

p.palavra-do-presidente-cargo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#000;
	text-align:left;
}

p.palavra-do-presidente-nome {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#000;
	margin-top:18px;
	text-align:left;
}

p.palavra-do-presidente-slideshow-legenda {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.compartilhe-compartilhe {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#fff;
	margin-bottom:20px;
	text-align:right;
}

p.compartilhe-redes-sociais {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#254053;
	margin-bottom:20px;
	text-align:left;
}

p.compartilhe-portal {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:20px;
	color:#ffff83;
	margin-bottom:20px;
	text-align:center;
}

p.acontece-conselho-inter {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#666666;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.acontece-conselho-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#008eb7;
	margin-top:18px;
	text-align:left;
}

p.capa-identificacao-linha-2 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:16px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.030em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	margin-top:4px;
	text-align:center;
}

p.capa-identificacao-linha-1 {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:10px;
	line-height:12px;
	color:#000;
	letter-spacing:0.030em;
	text-transform:uppercase;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.clique-aqui {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:14px;
	line-height:14px;
	color:#000;
	text-align:center;
}

p.capa-chamada {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#fff;
	text-align:left;
}

p.expediente-afpesp-texto2 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-afpesp-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.expediente-afpesp-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-edicao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:18px;
	color:#00ff00;
	margin-top:6px;
	text-align:left;
}

p.expediente-telefones-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:10px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-align:left;
}

p.expediente-telefones-intertitulo-maior {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	text-transform:uppercase;
	margin-top:18px;
	text-align:left;
}

p.expediente-telefones-intertitulo-menor {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:11px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:9px;
	text-align:left;
}

p.expediente-telefones-titulao {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:28px;
	line-height:18px;
	color:#fff;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-texto-12 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.expediente-revista-texto-6 {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-intertitulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:14px;
	line-height:16px;
	color:#ffff83;
	letter-spacing:0.005em;
	margin-top:6px;
	text-align:left;
}

p.expediente-revista-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:28px;
	line-height:18px;
	color:#fff;
	font-variant:small-caps;
	margin-top:6px;
	text-align:left;
}

p.acontece-vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:48px;
	line-height:48px;
	color:#fff;
	white-space:nowrap;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.acontece-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:60px;
	line-height:64px;
	color:#000;
	margin-top:20px;
	text-align:center;
}

p.acontece-abertura-chamada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:21px;
	line-height:23px;
	color:#fff;
	text-align:center;
}

p.acontece-abertura-titulao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:49.2px;
	line-height:54.5px;
	color:#fff;
	text-align:center;
}

p.sumario-nesta-edicao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:48px;
	line-height:57.6px;
	color:#fff;
	white-space:nowrap;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.sumario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:33px;
	color:#000;
	margin-top:24px;
	text-align:left;
}

p.sumario-texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#000;
	letter-spacing:0.005em;
	text-align:left;
}

p.turismo-calendario-instrucao {
	font-weight:500;
	font-family:FF-Exo2-Medium,"Exo 2";
	font-size:22px;
	line-height:28px;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
}

p.turismo-unidades-de-lazer-unidade {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:20px;
	line-height:22px;
	color:#00ff00;
	text-align:center;
}

p.turismo-calendario-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:22px;
	line-height:30px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.turismo-calendario-titulao {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:28px;
	line-height:28px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.turismo-unidades-de-lazer-titulo-alt {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:36px;
	line-height:40px;
	color:#375b6a;
	text-align:left;
}

p.turismo-unidades-de-lazer-titulo {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:64px;
	line-height:70px;
	color:#fff;
	text-align:right;
}

p.turismo-abre---entrar {
	font-weight:bold;
	font-family:FF-Exo2-ExtraBold,"Exo 2";
	font-size:18px;
	line-height:18px;
	color:#000;
	text-align:center;
}

p.turismo-legenda-cachoeira {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.texto-turismo-unidades-de-lazer {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#375b6a;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.linha-fina-R {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#929893;
	margin-bottom:20px;
	text-align:right;
}

p.linha-fina-L {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:24px;
	line-height:32px;
	color:#929893;
	margin-bottom:20px;
	text-align:left;
}

p.vinheta-branca {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:40px;
	line-height:40px;
	color:#fff;
	text-align:left;
}

p.vinheta {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:40px;
	line-height:40px;
	color:#000;
	text-align:left;
}

p.inter {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:24px;
	line-height:30px;
	color:#008eb7;
	margin-top:18px;
	text-align:left;
}

p.titulo-68-68-branco-esq {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:68px;
	line-height:68px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:left;
}

p.titulo-68-68-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:68px;
	line-height:68px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.titulo-68-68 {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:68px;
	line-height:68px;
	color:#929893;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

p.titulo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:48px;
	line-height:52.8px;
	color:#929893;
	margin-top:20px;
	margin-bottom:30px;
	text-align:left;
}

p.texto {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:18px;
	line-height:27px;
	color:#000;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

p.Basic-Paragraph {
	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

p.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

span.m-italico {
	font-weight:300;
	font-style:italic;
}

span.m-destaquinho-geraldes {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#8232b4;
	-webkit-text-decoration-color:#8232b4;
}

span.m-destaquinho-gradim {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#547a82;
	-webkit-text-decoration-color:#547a82;
}

span.m-destaquinho {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#662382;
	-webkit-text-decoration-color:#662382;
}

span.negrito {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
}

span.Hyperlink {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
	text-decoration-color:#ff0000;
	-webkit-text-decoration-color:#ff0000;
}

span.destaquinho-geraldes {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#8232b4;
	-webkit-text-decoration-color:#8232b4;
}

span.destaquinho-gradim {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#547a82;
	-webkit-text-decoration-color:#547a82;
}

span.destaquinho {
	font-weight:600;
	color:#ffffff;
	text-decoration:underline;
	text-decoration-color:#662382;
	-webkit-text-decoration-color:#662382;
}

span.italico {
	font-weight:300;
	font-style:italic;
}

span.None {
}
#in5footer,  #prefooter {display:none;}

[class*=" mq-"]{ display:none; }
.mq-default { display:block; }
@media all and (max-width:505px){ [class*=" mq-"], .mq-default { display:none; } .mq-375 {display:block; } }

