/* 	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-Regular;
	src:url("../fonts/Exo2-Regular.ttf");
}

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

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

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

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

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

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

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

@keyframes fadein-227296 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-227296 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromright-227319 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-227319 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		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;}
}
#item154617 {
	width:140px !important;
	height:121px !important;
}

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

#item301176 {
	width:310px !important;
	height:183px !important;
	background:#12a338;
}

#item301177 {
	width:274px !important;
	left:20px !important;
	top:10px !important;
	min-height:144px !important;
}

#item301543 {
	width:310px !important;
	height:183px !important;
	left:660px !important;
	top:300px !important;
}

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

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

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

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

#item232109 {
	width:1024px !important;
	height:768px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes flyinfromtop-301226 {
	0% {
		transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromtop-301226 {
	0% {
		-webkit-transform:translate(-1px,-233px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item301230 {
	width:36px !important;
	height:52px !important;
	border-radius:4px 4px 0 0;
	background:#e31f20;
}

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

@keyframes flyinfromleft-301269 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-301269 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-301293 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
@-webkit-keyframes fadein-301293 {
	0% {opacity:0.5;}
	51% {opacity:1;}
	100% {opacity:0.5;}
}
#item301319 {
	width:140px !important;
	height:121px !important;
}

#item301316 {
	width:140px !important;
	height:121px !important;
}

#item301320 {
	width:213px !important;
	left:22px !important;
	top:556px !important;
	min-height:90px !important;
}

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

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

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

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

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

#item111560 {
	width:198px !important;
	left:67px !important;
	top:1553px !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:3296px !important;
	min-height:18px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item184914 {
	width:366px !important;
	left:120px !important;
	top:910px !important;
	min-height:111px !important;
}

#item301546 {
	width:387px !important;
	height:348px !important;
}

#item301547 {
	width:387px !important;
	height:348px !important;
	left:74px !important;
	top:278px !important;
}

#item301563 {
	width:411px !important;
	height:384px !important;
}

#item301559 {
	width:411px !important;
	height:384px !important;
	left:74px !important;
	top:647px !important;
}

#item301568 {
	width:411px !important;
	height:105px !important;
}

#item301565 {
	width:411px !important;
	height:105px !important;
	left:74px !important;
	top:1055px !important;
}

#item301572 {
	width:411px !important;
	height:105px !important;
}

#item301569 {
	width:411px !important;
	height:105px !important;
	left:74px !important;
	top:1181px !important;
}

#item301576 {
	width:327px !important;
	height:105px !important;
}

#item301573 {
	width:327px !important;
	height:105px !important;
	left:512px !important;
	top:1181px !important;
}

#item301553 {
	width:415px !important;
	height:393px !important;
}

#item301550 {
	width:415px !important;
	height:393px !important;
	left:517px !important;
	top:278px !important;
}

#item301558 {
	width:415px !important;
	height:423px !important;
}

#item301555 {
	width:415px !important;
	height:423px !important;
	left:517px !important;
	top:719px !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:10px !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;
}

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

#item296584 {
	width:315px !important;
	left:30px !important;
	top:5775px !important;
	min-height:544px !important;
}

#item296607 {
	width:140px !important;
	left:30px !important;
	top:783px !important;
	min-height:1733px !important;
}

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

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

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

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

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

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

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

#item301423 {
	width:230px !important;
	left:85px !important;
	top:17px !important;
	background:#375b6a;
	min-height:20px !important;
}

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

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

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

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

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

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

#item296907 {
	width:135px !important;
	left:30px !important;
	top:5730px !important;
	min-height:20px !important;
}

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

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

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

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

#item296533 {
	width:375px !important;
	height:60px !important;
	background:#000;
}

#item296552 {
	width:64px !important;
	height:60px !important;
}

#item296549 {
	width:64px !important;
	height:60px !important;
	left:15px !important;
}

#item296557 {
	width:64px !important;
	height:60px !important;
}

#item296553 {
	width:64px !important;
	height:60px !important;
	left:296px !important;
}

#item296561 {
	width:64px !important;
	height:60px !important;
}

#item296558 {
	width:64px !important;
	height:60px !important;
	left:212px !important;
}

#item296565 {
	width:96px !important;
	height:60px !important;
}

#item296562 {
	width:96px !important;
	height:60px !important;
	left:98px !important;
}

#item296532.fixed-pos-elem {
	width:375px !important;
	height:60px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

@keyframes custom-227439 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(894px,0px);}
}
@-webkit-keyframes custom-227439 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(894px,0px);}
}
#item227548 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

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

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

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

#item312771 {
	width:263px !important;
	height:72px !important;
	top:152px !important;
	background:#fff;
}

#item312772 {
	width:239px !important;
	left:18px !important;
	top:152px !important;
	min-height:78px !important;
}

#item227454_312764 {
	width:652.494458809735px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item227454 {
	width:540px !important;
	left:242px !important;
	top:910px !important;
	min-height:1731px !important;
}

#item227512 {
	width:662px !important;
	height:40px !important;
	left:48px !important;
	top:75px !important;
}

@keyframes flyinfromleft-227512 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-227512 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-227536 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-227536 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item227793 {
	width:1024px !important;
	top:17px !important;
	min-height:136px !important;
}

@keyframes custom-297094 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(894px,0px);}
}
@-webkit-keyframes custom-297094 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(894px,0px);}
}
#item297128 {
	width:235px !important;
	min-height:18px !important;
}

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

#item297220_313138 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item297220 {
	width:315px !important;
	left:30px !important;
	top:483px !important;
	min-height:3022px !important;
}

#item297243 {
	width:375px !important;
	top:368px !important;
	min-height:59px !important;
}

#item297267 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:74px !important;
}

@keyframes flyinfromright-297267 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-297267 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item302297 {
	width:315px !important;
	left:30px !important;
	top:3548px !important;
	min-height:14px !important;
}

#item266037 {
	width:1024px !important;
	height:768px !important;
	top:48px !important;
	background:#000;
}

#item295900 {
	width:375px !important;
	height:607px !important;
	top:60px !important;
	background:#000;
}

@keyframes custom-291321 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-1024px,0px);}
}
@-webkit-keyframes custom-291321 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-1024px,0px);}
}
#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;
}

#item106113 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:75px !important;
}

@keyframes flyinfromleft-106113 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-106113 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		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;
	}
}
#item264013 {
	width:500px !important;
	left:282px !important;
	top:976px !important;
	min-height:120px !important;
}

#item313769 {
	width:283px !important;
	top:291px !important;
	background:#283604;
	min-height:75px !important;
	padding:5px 10px 10px 10px;
}

#item288216_313762::before {
	width:283px;
	height:366px;
	content:'';
	display:block;
}

#item288216_313762 {
	width:283px !important;
	margin:0px 0px 0px 30px;
}

#item313855 {
	width:283px !important;
	top:313px !important;
	background:#283604;
	min-height:53px !important;
	padding:5px 10px 10px 10px;
}

#item313769_313849::before {
	width:283px;
	height:366px;
	content:'';
	display:block;
}

#item313769_313849 {
	width:283px !important;
	margin:0px 30px 0px 0px;
	margin-left:-122px;
}

#item313952 {
	width:540px !important;
	height:308px !important;
	left:84px !important;
	top:54px !important;
}

#item313855_313948 {
	width:708.979968718485px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314029 {
	width:540px !important;
	height:308px !important;
	left:84px !important;
	top:58px !important;
}

#item314031 {
	width:540px !important;
	height:308px !important;
	left:84px !important;
	top:390px !important;
}

#item313952_314024 {
	width:708.979963104284px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314109 {
	width:283px !important;
	top:366px !important;
	background:#283604;
	min-height:53px !important;
	padding:5px 10px 10px 10px;
}

#item314031_314103::before {
	width:283px;
	height:419px;
	content:'';
	display:block;
}

#item314031_314103 {
	width:283px !important;
	margin:0px 0px 0px 30px;
	position:relative;
	left:-377px;
}

#item314231 {
	width:283px !important;
	top:313px !important;
	background:#283604;
	min-height:53px !important;
	padding:5px 10px 10px 10px;
}

#item314109_314225::before {
	width:283px;
	height:366px;
	content:'';
	display:block;
}

#item314109_314225 {
	width:283px !important;
	margin:0px 30px 30px 0px;
}

#item288216 {
	width:540px !important;
	left:242px !important;
	top:1184px !important;
	min-height:4465px !important;
}

#item110966 {
	width:1024px !important;
	top:780px !important;
	min-height:136px !important;
}

@keyframes custom-302118 {
	0% {transform:translate(0px,0px);}
	100% {transform:translate(-375px,0px);}
}
@-webkit-keyframes custom-302118 {
	0% {-webkit-transform:translate(0px,0px);}
	100% {-webkit-transform:translate(-375px,0px);}
}
#item293035 {
	width:315px !important;
	left:30px !important;
	top:475px !important;
	min-height:216px !important;
}

#item314428 {
	width:145px !important;
	left:170px !important;
	background:#283604;
	min-height:218px !important;
	padding:5px 10px 10px 10px;
}

#item293060_314423 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314531 {
	width:145px !important;
	left:170px !important;
	background:#283604;
	min-height:218px !important;
	padding:5px 10px 10px 10px;
}

#item314428_314526 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314531_314624 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314531_314673 {
	width:370px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314531_314745 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314845 {
	width:145px !important;
	left:170px !important;
	background:#283604;
	min-height:218px !important;
	padding:5px 10px 10px 10px;
}

#item314531_314840 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item314943 {
	width:145px !important;
	left:170px !important;
	background:#283604;
	min-height:218px !important;
	padding:5px 10px 10px 10px;
}

#item314845_314938 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item293060 {
	width:315px !important;
	left:30px !important;
	top:727px !important;
	min-height:7557px !important;
}

#item293086 {
	width:375px !important;
	top:18px !important;
	min-height:90px !important;
}

#item302088 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:67px !important;
}

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

#item302269 {
	width:315px !important;
	left:30px !important;
	top:8332px !important;
	min-height:14px !important;
}

#item302553 {
	width:1024px !important;
	height:768px !important;
	top:48px !important;
	background:#000;
}

#item302566 {
	width:572px !important;
	height:768px !important;
	left:226px !important;
	top:48px !important;
}

#item302554 {
	width:375px !important;
	height:607px !important;
	top:60px !important;
	background:#000;
}

#item302562 {
	width:375px !important;
	height:503px !important;
	top:106px !important;
}

#item299015 {
	width:290px !important;
	height:30px !important;
	left:734px !important;
	top:87px !important;
	background:rgba(0,0,0,0.3);
	padding:0px 0px 0px 6px;
}

#item298985 {
	width:290px !important;
	height:30px !important;
	left:734px !important;
	top:87px !important;
	background:rgba(0,0,0,0.3);
	padding:0px 0px 0px 6px;
}

#item291215 {
	width:1024px !important;
	height:556px !important;
	top:152px !important;
}

#item252649 {
	width:784px !important;
	left:120px !important;
	top:50px !important;
	min-height:137px !important;
}

#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:1151px !important;
	min-height:1104px !important;
}

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

#item179761 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:75px !important;
}

@keyframes flyinfromleft-179761 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-179761 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		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;
	}
}
#item298634 {
	width:147px !important;
	height:20px !important;
	left:228px !important;
	top:24px !important;
	background:rgba(0,0,0,0.3);
	padding:0px 0px 0px 6px;
}

#item298657 {
	width:147px !important;
	height:20px !important;
	left:228px !important;
	top:24px !important;
	background:rgba(0,0,0,0.3);
	padding:0px 0px 0px 6px;
}

#item298575 {
	width:375px !important;
	height:204px !important;
	top:98px !important;
}

#item298431 {
	width:375px !important;
	top:316px !important;
	min-height:60px !important;
}

#item298461 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:67px !important;
}

@keyframes flyinfromright-298461 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-298461 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item298488 {
	width:315px !important;
	left:30px !important;
	top:646px !important;
	min-height:2270px !important;
}

#item298511 {
	width:315px !important;
	left:30px !important;
	top:426px !important;
	min-height:184px !important;
}

#item298703 {
	width:235px !important;
	min-height:18px !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:444px !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:374px !important;
}

@keyframes flyinfromright-297319 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-297319 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-297325 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-297325 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-297338 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-297338 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromleft-297352 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-297352 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-297371 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-297371 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes fadein-297379 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-297379 {
	0% {opacity:1;}
	51% {opacity:0.5;}
	100% {opacity:1;}
}
#item297379 {
	width:60px !important;
	height:60px !important;
	left:158px !important;
	top:272px !important;
}

#item290587 {
	width:1024px !important;
	height:512px !important;
	top:170px !important;
}

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

#item316165 {
	width:540px !important;
	height:308px !important;
	left:82px !important;
	top:58px !important;
}

#item98194_316161 {
	width:703.7697238229px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item316264 {
	width:540px !important;
	height:308px !important;
	left:82px !important;
	top:56px !important;
}

#item316165_316260 {
	width:703.7697238229px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item98194 {
	width:540px !important;
	left:242px !important;
	top:1056px !important;
	min-height:2122px !important;
}

#item98218 {
	width:500px !important;
	left:282px !important;
	top:896px !important;
	min-height:56px !important;
}

@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;
	}
}
#item98243 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:75px !important;
}

@keyframes flyinfromleft-98243 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-98243 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item252920 {
	width:1024px !important;
	top:690px !important;
	min-height:124px !important;
}

#item299348 {
	width:375px !important;
	height:204px !important;
	top:98px !important;
}

#item299410 {
	width:375px !important;
	top:314px !important;
	min-height:90px !important;
}

#item299458_316524 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item299458_316619 {
	width:375px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item299458 {
	width:315px !important;
	left:30px !important;
	top:591px !important;
	min-height:2984px !important;
}

#item299481 {
	width:315px !important;
	left:30px !important;
	top:467px !important;
	min-height:88px !important;
}

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

#item299435 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:67px !important;
}

@keyframes flyinfromright-299435 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-299435 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#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:#6c8770;
}

#item171894 {
	width:265px !important;
	left:759px !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;
	background:rgba(185,170,58,0.4);
}

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

#item172444 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172446 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172447 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172448 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172450 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172451 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172453 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172454 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172456 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172457 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172458 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172460 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172461 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172462 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172463 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172464 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172487 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172489 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172490 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172491 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item172492 {
	width:158px !important;
	height:108px !important;
	border-radius:7px;
	background:rgba(185,170,58,0.4);
}

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

#item194662 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:82px !important;
}

@keyframes flyinfromleft-194662 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-194662 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		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-297411 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-297411 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item297420 {
	width:375px !important;
	top:133px !important;
	min-height:72px !important;
}

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

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

@keyframes flyinfromright-297467 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-297467 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item297491 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:733px !important;
}

#item297518 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1253px !important;
}

#item297544 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1773px !important;
}

#item297571 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:798px !important;
}

#item297597 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1318px !important;
}

#item297624 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1838px !important;
}

#item297650 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:863px !important;
}

#item297676 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1383px !important;
}

#item297702 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1903px !important;
}

#item297728 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:928px !important;
}

#item297754 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1448px !important;
}

#item297782 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1968px !important;
}

#item297808 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:993px !important;
}

#item297834 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1513px !important;
}

#item297860 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2033px !important;
}

#item297886 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1058px !important;
}

#item297912 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1578px !important;
}

#item297938 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:2098px !important;
}

#item297964 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1123px !important;
}

#item297990 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1643px !important;
}

#item298017 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1188px !important;
}

#item298043 {
	width:315px !important;
	height:60px !important;
	left:30px !important;
	top:1708px !important;
}

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

#item265943 {
	width:1024px !important;
	height:768px !important;
	top:48px !important;
	background:#000;
}

#item295871 {
	width:375px !important;
	height:607px !important;
	top:60px !important;
	background:#000;
}

#item225795 {
	width:1024px !important;
	height:2247px !important;
	top:53px !important;
	background:#e6e6e6;
}

#item257634 {
	width:1024px !important;
	height:600px !important;
	top:173px !important;
	background:#cd1719;
}

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

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

#item110794 {
	width:1024px !important;
	top:811px !important;
	min-height:136px !important;
}

@keyframes flyinfromright-232353 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-232353 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item232357 {
	width:577px !important;
	height:56px !important;
	left:186px !important;
	top:77px !important;
}

@keyframes fadein-232357 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-232357 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes flyinfromleft-232380 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-232380 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item290742 {
	width:540px !important;
	height:303px !important;
	left:242px !important;
	top:1645px !important;
}

#item299724 {
	width:375px !important;
	height:2090px !important;
	top:60px !important;
	background:#e6e6e6;
}

#item299738 {
	width:277px !important;
	height:20px !important;
	left:68px !important;
	top:71px !important;
}

@keyframes flyinfromright-299738 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-299738 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes fadein-299761 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-299761 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item319329 {
	width:315px !important;
	height:171px !important;
	left:3px !important;
	top:7px !important;
}

#item299766_319328 {
	width:322.000398740107px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item299766 {
	width:315px !important;
	left:30px !important;
	top:495px !important;
	min-height:1442px !important;
}

#item299812 {
	width:315px !important;
	left:30px !important;
	top:393px !important;
	min-height:66px !important;
}

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

#item266204 {
	width:1024px !important;
	height:768px !important;
	top:48px !important;
	background:#000;
}

#item295931 {
	width:375px !important;
	height:607px !important;
	top:60px !important;
	background:#000;
}

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

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

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

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

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

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

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

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

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

#item289001 {
	width:1024px !important;
	height:118px !important;
	background:#bac9cd;
}

@keyframes flyinfromright-289246 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-289246 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item289252 {
	width:540px !important;
	left:242px !important;
	top:1179px !important;
	min-height:2096px !important;
}

#item289275 {
	width:784px !important;
	left:120px !important;
	top:821px !important;
	min-height:101px !important;
}

#item289301 {
	width:540px !important;
	left:41px !important;
	min-height:120px !important;
}

#item289223 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:76px !important;
}

@keyframes flyinfromleft-289223 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-289223 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item300685 {
	width:443px !important;
	left:133px !important;
	top:410px !important;
	min-height:38px !important;
}

#item293678 {
	width:375px !important;
	height:43px !important;
	background:#bac9cd;
}

#item299105 {
	width:375px !important;
	top:389px !important;
	min-height:120px !important;
}

#item299129 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:67px !important;
}

@keyframes flyinfromright-299129 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-299129 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item299152 {
	width:315px !important;
	left:30px !important;
	top:765px !important;
	min-height:3552px !important;
}

#item299175 {
	width:315px !important;
	left:30px !important;
	top:545px !important;
	min-height:184px !important;
}

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

#item300781 {
	width:234px !important;
	left:51px !important;
	top:170px !important;
	min-height:60px !important;
}

#item302378 {
	width:315px !important;
	left:30px !important;
	top:4365px !important;
	min-height:14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#item286360 {
	width:1024px !important;
	height:600px !important;
	top:161px !important;
	background:#8232b4;
}

@keyframes fadein-289502 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-289502 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item224024 {
	width:302px !important;
	min-height:18px !important;
}

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

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

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

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

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

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

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

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

#item320304 {
	width:374px !important;
	left:122px !important;
	top:71px !important;
	min-height:90px !important;
}

#item223970_320302 {
	width:496px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item320564 {
	width:496px !important;
	height:330px !important;
	left:58px !important;
	top:58px !important;
}

#item320328_320560 {
	width:608px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item223970 {
	width:496px !important;
	left:408px !important;
	top:949px !important;
	min-height:2967px !important;
}

#item223995 {
	width:220px !important;
	left:120px !important;
	top:949px !important;
	min-height:88px !important;
}

#item223943 {
	width:734px !important;
	height:40px !important;
	left:48px !important;
	top:75px !important;
}

@keyframes flyinfromleft-223943 {
	0% {
		transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-223943 {
	0% {
		-webkit-transform:translate(-307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
@keyframes flyinfromright-223966 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-223966 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item253138 {
	width:1024px !important;
	top:788px !important;
	min-height:68px !important;
}

@keyframes fadein-295448 {
	0% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes fadein-295448 {
	0% {opacity:0;}
	100% {opacity:1;}
}
#item320780 {
	width:315px !important;
	top:31px !important;
	min-height:114px !important;
}

#item300093_320778 {
	width:315px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item321014 {
	width:315px !important;
	height:209px !important;
	left:3px !important;
	top:7px !important;
}

#item320804_321013 {
	width:322.000398740107px !important;
	position:relative;
	left:auto !important;
	top:auto !important;
}

#item300093 {
	width:315px !important;
	left:30px !important;
	top:560px !important;
	min-height:4644px !important;
}

#item300116 {
	width:315px !important;
	left:30px !important;
	top:436px !important;
	min-height:88px !important;
}

#item300140 {
	width:315px !important;
	height:20px !important;
	left:30px !important;
	top:67px !important;
}

@keyframes flyinfromright-300140 {
	0% {
		transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromright-300140 {
	0% {
		-webkit-transform:translate(307px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item300268 {
	width:375px !important;
	top:324px !important;
	min-height:60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.m-legenda-do-slideshow {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:12px;
	line-height:20px;
	color:#fff;
	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-30-30-centrado {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#7b796f;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

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

p.m-servico {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:18px;
	line-height:24px;
	color:#000;
	text-align:left;
}

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

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

p.m-palavra-do-presidente-titulo {
	font-weight:300;
	font-family:FF-Exo2-Light,"Exo 2";
	font-size:27px;
	line-height:32px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}

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-acontece-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#000;
	margin-top:20px;
	margin-bottom: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-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-turismo-texto-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.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-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.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 {
	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-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.m-titulo-alt {
	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.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-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.m-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.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-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.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-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.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-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.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-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-sumario-nesta-edicao {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:36px;
	color:#929893;
	margin-top:20px;
	margin-bottom:30px;
	text-align:left;
}

p.m-capa-chamada {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:30px;
	line-height:30px;
	color:#000;
	margin-top:14px;
	margin-bottom:21px;
	text-align:left;
}

p.m-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-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.legenda-do-slideshow {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:20px;
	line-height:20px;
	color:#fff;
	text-align:left;
}

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.linha-fina {
	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.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.servico {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:18px;
	line-height:24px;
	color:#000;
	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.titulo-alt {
	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.turismo-sao-lourenco-titulo {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:60px;
	line-height:64px;
	color:#fff;
	margin-top:20px;
	margin-bottom:30px;
	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.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.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.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:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:46px;
	line-height:48px;
	color:#fff;
	margin-top:23px;
	margin-bottom:35px;
	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.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-unidades-de-lazer-unidade {
	font-weight:bold;
	font-family:FF-Exo2-Bold,"Exo 2";
	font-size:20px;
	line-height:22px;
	color:#fff;
	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: #10313f;
	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-texto-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.credito-de-foto-branco {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:14px;
	line-height:20px;
	color:#fff;
	margin-top:12px;
	text-align:left;
}

p.credito-de-foto {
	font-family:FF-Exo2-Regular,"Exo 2";
	font-size:14px;
	line-height:20px;
	color:#254053;
	margin-top:12px;
	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.legenda-sobre-foto {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:16px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.005em;
	margin-top:12px;
	text-align:left;
}

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

p.titulo-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-60-68-branco {
	font-weight:600;
	font-family:FF-Exo2-SemiBold,"Exo 2";
	font-size:60px;
	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.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;
}

p.texto a, p.m-texto a
{
	font-family:FF-Exo2-ExtraBold;
	color: inherit;
	text-decoration-line: underline;
	text-decoration-color: red;
	text-decoration-style: dotted;
}

span.italico {
	font-weight:300;
	font-style:italic;
}

span.destaque-temporario {
}

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

