/* 	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; }
:-webkit-full-screen { background:#ededed; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:595px; height:780px; }
.page-scale-wrap { width:595px; height:780px; background: #fff !important; }
.paper-vertical { width:595px; height:100%; }
.paper-horizontal { width:111305px; height:792px; }
nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	left:0;
	top:50%;
	width:68px;
	height:68px;
	margin:-34px 0 0 0; /*.5 height*/
	text-align:center;
	outline:0;
	background:url(../images/arrows-slider.svg) no-repeat;
	opacity:.7;
	will-change:transform;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
html[data-dir="rtl"] nav#page-nav > #backBtn, html:not([data-dir="rtl"]) nav#page-nav > #nextBtn { 
	left:auto;
	right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}
/* 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:780px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}
@media all and (max-width:595px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
#share-wrap {
    left:0;
    position:fixed;
    top: 25%;
    background-color: rgba(0,0,0,.65);
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.4);
    z-index:9999;
    -webkit-animation:share-fadein 1s ease 2s;
    animation:share-fadein 1s ease 2s;
}
#share-wrap.align-right { right:0; left:auto; }
#share-wrap.align-bottom {left:auto; right:20px; bottom:0; top:auto; padding-bottom:12px; }
#share-wrap.align-top {left:auto; right:40px; top:0; padding-top:8px; }
#share-wrap > a > span { display: none; }
#share-wrap > a {
	display:block;
	width:30px;
	height:30px;
	border-radius:50%;
	background:url(../images/sharebtns.png) no-repeat;
	background-size: 392px 30px;
	-webkit-background-size: 392px 30px;
	-moz-background-size: 392px 30px;
	margin:12px;
	padding:3px;
}
#share-wrap.align-top > a, #share-wrap.align-bottom > a { display:inline-block; }
#share-wrap > a#sb-fb { background-color:#3b5998; background-position:-27px 50%; }
#share-wrap > a#sb-tw { background-color:#00aced; background-position: -265px 50%; }
#share-wrap > a#sb-li { background-color:#007fb1; background-position: -116px 50%; }
#share-wrap > a:hover { box-shadow: 0 0 6px 2px rgba(255, 255, 255, 0.5); }
@keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes share-fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#viewer-options-wrap {
	position:fixed;bottom:0;left:0;width:100%;padding:4px;
	font-family:'Gill Sans','Arial Narrow',Helvetica,Arial,sans-serif;
	transform:translateZ(0);
	transition:transform .5s;
}
#viewer-options-bar{
	position:absolute;bottom:0;left:0;width:100%;
	background-color:#000; color:#fff; fill:#fff;
	height:40px; display:table;
}
#viewer-options-bar.light { color:#000; fill:#000; }
#viewer-options-wrap.no-options #viewer-options-bar {display:none;}
#viewer-options-bar > span { display:table-cell; vertical-align:middle; cursor:default;}
#viewer-logo { display:inline-block; margin-right:14px;}
#viewer-logo img, #viewer-logo object {
	height:36px;
    vertical-align:middle;
    padding:2px 4px;
}
#viewer-title{ padding-left:6px; white-space:nowrap; }
#viewer-pagecount{ text-align:center; width:100%; }
#viewer-options { text-align:right; min-width:340px; }
.viewer-option-btn { cursor:pointer;display:inline-block;margin-right:24px;width:24px;padding:0;}
.viewer-option-btn > svg { position:relative; }
::-webkit-scrollbar #viewer-thumb-wrap {
    width:0px;  background:transparent;
}
#viewer-thumb-wrap {
    position:fixed; bottom:-50px; padding-bottom:46px;
    left:0; right:0; margin:auto;
    overflow-y:hidden; overflow-x:auto;
    background-color:rgba(255,255,255,.7);
    -webkit-overflow-scrolling:touch;
    scroll-behavior: smooth;
}
#viewer-options-thumb-images { margin-bottom:30px; padding-left:24px}
.viewer-page-thumb {
    display:table-cell;
    cursor:pointer;
    padding:24px 0;
	pointer-events:auto;
	-ms-transform:scale(.9); -webkit-transform:scale(.9); transform:scale(.9);
	-webkit-transition:transform .4s; transition:transform .4s;
}
.viewer-page-thumb:hover {
	-ms-transform:scale(1); -webkit-transform:scale(1); transform:scale(1);
}
.viewer-page-thumb > img { box-shadow:0 0 24px rgba(0,0,0,.5); }
.viewer-page-thumb.active > img { outline:2px solid #ff9900; }
.dragging, .dragging * { cursor:move !important; }
.dragging, .dragging * { cursor:move !important; }
#viewer_progress_bar {width:0;left:0;height:6px;position:fixed;bottom:40px;background:#ff9900;}
#viewer-options-wrap.no-options #viewer_progress_bar {bottom:0;}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}
#viewer-options-bar #view-toggle {
    position:absolute;
    right:8px;
    bottom:120px;
    display:block;
    width:70px;
    height:50px;
    border-radius:12px 12px 0 0;
    cursor:pointer;
    display:none;
}
#viewer-options-bar #view-toggle svg {
    position:absolute;
    left:0;right:0;top:0;bottom:0;
    margin:auto;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
     .viewer-option-btn{height:40px} /*IE10/11 fix*/
}

@media all and (max-width:780px) {
	#viewer-thumb-wrap { bottom:-20px; }
	#viewer-options-wrap.collapsed {
		-ms-transform:translateY(120px);
		-webkit-transform:translateY(120px) translateZ(0);
		transform:translateY(120px) translateZ(0);
		transition:transform .5s;
	}
	#viewer-options-wrap.collapsed #view-toggle svg {
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	#viewer-options-wrap.collapsed #viewer-options-thumb-images { display:none; }
	#viewer-options-bar #view-toggle { display:block; }
	#viewer_progress_bar {bottom:120px;}
	#viewer-options-bar{height:120px;display:block;}
	#viewer-pagecount{right:24px;width:auto;}
	#viewer-options-bar > span{display:inline-block;position:absolute;padding-top:14px}
	#viewer-options{display:table;table-layout:fixed;width:98%;bottom:12px;}
	.viewer-option-btn{display:table-cell;height:auto;min-width:44px;max-width:50px;padding:12px;width:2%;position:relative;}
	.viewer-option-btn > svg {max-width:50px;position:absolute;left:0;right:0;bottom:10px;margin:auto;}
	.viewer-option-btn:first-child{padding-left:6px;}
	.viewer-option-btn:last-child{padding-right:18px;}
	#viewer-options-thumb-images{margin-bottom:90px;}
	body:not(.responsive) .viewer-page-thumb > img {max-width:175px;}
}
/*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%);
}
#item41685 {
	width:1134px !important;
	height:736px !important;
	top:57px !important;
	background:#fdeff5;
}

#item6764 {
	width:1134px !important;
	height:58px !important;
	background:#fff;
}

#item6776 {
	width:128px !important;
	height:42px !important;
}

#item6788 {
	width:128px !important;
	height:42px !important;
}

#item6782 {
	width:128px !important;
	height:42px !important;
}

#item6773 {
	width:128px !important;
	height:42px !important;
	left:981px !important;
	top:12px !important;
}

#item6795 {
	width:111px !important;
	height:41px !important;
}

#item6806 {
	width:111px !important;
	height:41px !important;
}

#item6801 {
	width:111px !important;
	height:41px !important;
}

#item6792 {
	width:111px !important;
	height:41px !important;
	left:862px !important;
	top:11px !important;
}

#item6813 {
	width:138px !important;
	height:41px !important;
}

#item6830 {
	width:138px !important;
	height:41px !important;
}

#item6822 {
	width:138px !important;
	height:41px !important;
}

#item6810 {
	width:138px !important;
	height:41px !important;
	left:713px !important;
	top:11px !important;
}

#item6839 {
	width:159px !important;
	height:38px !important;
}

#item6851 {
	width:159px !important;
	height:38px !important;
}

#item6846 {
	width:159px !important;
	height:38px !important;
}

#item6836 {
	width:159px !important;
	height:38px !important;
	left:545px !important;
	top:12px !important;
}

#item6858 {
	width:147px !important;
	height:38px !important;
}

#item6877 {
	width:147px !important;
	height:38px !important;
}

#item6869 {
	width:147px !important;
	height:38px !important;
}

#item6855 {
	width:147px !important;
	height:38px !important;
	left:378px !important;
	top:12px !important;
}

#item6888 {
	width:143px !important;
	height:38px !important;
}

#item6904 {
	width:143px !important;
	height:38px !important;
}

#item6897 {
	width:143px !important;
	height:38px !important;
}

#item6885 {
	width:143px !important;
	height:38px !important;
	left:224px !important;
	top:11px !important;
}

#item6763.fixed-pos-elem {
	top:2px !important;
	left:50% !important;
	width:1134px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item6936 {
	width:240px !important;
	height:61px !important;
	left:795px !important;
	top:599px !important;
}

#item7062 {
	width:281px !important;
	height:474px !important;
	left:10px !important;
	top:19px !important;
	background:#fff;
}

#item7105 {
	width:128px !important;
	height:46px !important;
	left:3px !important;
	top:3px !important;
}

#item7102 {
	width:134px !important;
	height:52px !important;
	left:78px !important;
	top:438px !important;
}

#item7106 {
	width:266px !important;
	height:38px !important;
	left:18px !important;
	top:111px !important;
}

#item7180 {
	width:266px !important;
	height:38px !important;
	left:18px !important;
	top:149px !important;
}

#item7254 {
	width:266px !important;
	height:38px !important;
	left:17px !important;
	top:240px !important;
}

#item7329 {
	width:266px !important;
	height:38px !important;
	left:18px !important;
	top:276px !important;
}

#item7404 {
	width:266px !important;
	height:38px !important;
	left:18px !important;
	top:313px !important;
}

#item7478 {
	width:266px !important;
	height:38px !important;
	left:18px !important;
	top:404px !important;
}

#item7553 {
	width:266px !important;
	height:51px !important;
	left:18px !important;
	top:350px !important;
}

#item7627 {
	width:266px !important;
	height:51px !important;
	left:18px !important;
	top:189px !important;
}

#item7060 {
	width:208px !important;
	height:87px !important;
	left:3px !important;
	top:3px !important;
}

#item7057 {
	width:214px !important;
	height:93px !important;
	left:80px !important;
	top:10px !important;
}

#item7018.fixed-pos-elem {
	width:332px !important;
	height:493px !important;
	left:auto !important;
	top:50% !important;
	right:-41px !important;
	-webkit-transform-origin:100% 50% 0;
	transform-origin:100% 50% 0;
}

#item7717 {
	width:142px !important;
	height:116px !important;
}

#item7714 {
	width:142px !important;
	height:116px !important;
	left:618px !important;
	top:649px !important;
}

#item41698 {
	width:210px !important;
	height:41px !important;
}

#item41695 {
	width:210px !important;
	height:41px !important;
	left:249px !important;
	top:591px !important;
}

#item41702 {
	width:212px !important;
	height:62px !important;
}

#item41699 {
	width:212px !important;
	height:62px !important;
	left:250px !important;
	top:641px !important;
}

#item41706 {
	width:215px !important;
	height:74px !important;
}

#item41703 {
	width:215px !important;
	height:74px !important;
	left:249px !important;
	top:708px !important;
}

#item15091 {
	width:595px !important;
	height:113px !important;
	background:#fff;
}

#item15144 {
	width:260px !important;
	height:109px !important;
}

#item15142 {
	width:260px !important;
	height:109px !important;
}

#item15090.fixed-pos-elem {
	width:646px !important;
	height:118px !important;
	left:50% !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item15869 {
	width:595px !important;
	height:116px !important;
	background:#fff;
}

#item15888 {
	width:193px !important;
	height:47px !important;
}

#item15880 {
	width:193px !important;
	height:47px !important;
}

#item15878 {
	width:193px !important;
	height:47px !important;
}

#item15871 {
	width:193px !important;
	height:47px !important;
	left:209px !important;
	top:53px !important;
}

#item15903 {
	width:193px !important;
	height:47px !important;
}

#item15897 {
	width:193px !important;
	height:47px !important;
}

#item15892 {
	width:193px !important;
	height:47px !important;
}

#item15889 {
	width:193px !important;
	height:47px !important;
	left:209px !important;
}

#item15927 {
	width:193px !important;
	height:47px !important;
}

#item15919 {
	width:193px !important;
	height:47px !important;
}

#item15910 {
	width:193px !important;
	height:47px !important;
}

#item15907 {
	width:193px !important;
	height:47px !important;
	top:53px !important;
}

#item15952 {
	width:193px !important;
	height:47px !important;
}

#item15945 {
	width:193px !important;
	height:47px !important;
}

#item15937 {
	width:193px !important;
	height:47px !important;
}

#item15934 {
	width:193px !important;
	height:47px !important;
}

#item15868.fixed-pos-elem {
	top:auto !important;
	bottom:0px !important;
	height:116px !important;
	left:50% !important;
	width:595px !important;
	-webkit-transform-origin:50% 100% 0;
	transform-origin:50% 100% 0;
}

#item41710 {
	width:210px !important;
	height:41px !important;
}

#item41707 {
	width:210px !important;
	height:41px !important;
	left:74px !important;
	top:689px !important;
}

#item41714 {
	width:212px !important;
	height:62px !important;
}

#item41711 {
	width:212px !important;
	height:62px !important;
	left:75px !important;
	top:738px !important;
}

#item41718 {
	width:215px !important;
	height:74px !important;
}

#item41715 {
	width:215px !important;
	height:74px !important;
	left:74px !important;
	top:806px !important;
}

#item41722 {
	width:142px !important;
	height:116px !important;
}

#item41719 {
	width:142px !important;
	height:116px !important;
	left:441px !important;
	top:763px !important;
}

#item39090 {
	width:227px !important;
	height:31px !important;
}

#item39087 {
	width:227px !important;
	height:31px !important;
	left:13px !important;
	top:757px !important;
}

#item39103 {
	width:121px !important;
	height:330px !important;
	left:159px !important;
	top:396px !important;
	background:#c9c7ca;
}

#item39118 {
	width:122px !important;
	height:313px !important;
	left:300px !important;
	top:413px !important;
	background:#004700;
}

#item39137 {
	width:120px !important;
	height:370px !important;
	left:18px !important;
	top:356px !important;
	background:#000;
}

#item39169 {
	width:122px !important;
	height:49px !important;
	top:82px !important;
}

#item39195 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item39271 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item39345 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item39419 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item39471 {
	width:123px !important;
	height:178px !important;
}

#item39468 {
	width:123px !important;
	height:178px !important;
	left:13px !important;
	top:202px !important;
}

#item39475 {
	width:134px !important;
	height:200px !important;
}

#item39472 {
	width:134px !important;
	height:200px !important;
	left:150px !important;
	top:244px !important;
}

#item39480 {
	width:129px !important;
	height:191px !important;
}

#item39476 {
	width:129px !important;
	height:191px !important;
	left:299px !important;
	top:241px !important;
}

#item39485 {
	width:125px !important;
	height:194px !important;
}

#item39482 {
	width:125px !important;
	height:194px !important;
	left:432px !important;
	top:137px !important;
}

#item39486 {
	width:121px !important;
	height:310px !important;
	left:1004px !important;
	top:416px !important;
	background:#c9c7ca;
}

#item39498 {
	width:121px !important;
	height:521px !important;
	left:581px !important;
	top:205px !important;
	background:#c9c7ca;
}

#item39508 {
	width:121px !important;
	height:330px !important;
	left:722px !important;
	top:396px !important;
	background:#c9c7ca;
}

#item39518 {
	width:121px !important;
	height:496px !important;
	left:863px !important;
	top:230px !important;
	background:#c9c7ca;
}

#item41349 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item41425 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item41500 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item41574 {
	width:70px !important;
	height:21px !important;
	background:#4a4949;
}

#item41603 {
	width:136px !important;
	height:179px !important;
}

#item41600 {
	width:136px !important;
	height:179px !important;
	left:573px !important;
	top:48px !important;
}

#item41607 {
	width:125px !important;
	height:186px !important;
}

#item41604 {
	width:125px !important;
	height:186px !important;
	left:727px !important;
	top:422px !important;
}

#item41611 {
	width:129px !important;
	height:204px !important;
}

#item41608 {
	width:129px !important;
	height:204px !important;
	left:853px !important;
	top:50px !important;
}

#item41615 {
	width:128px !important;
	height:180px !important;
}

#item41612 {
	width:128px !important;
	height:180px !important;
	left:1006px !important;
	top:262px !important;
}

#item38405 {
	width:424px !important;
	height:49px !important;
	left:20px !important;
	top:346px !important;
}

#item38479 {
	width:424px !important;
	height:49px !important;
	left:20px !important;
	top:405px !important;
}

#item38553 {
	width:424px !important;
	height:49px !important;
	left:20px !important;
	top:544px !important;
}

#item38628 {
	width:424px !important;
	height:49px !important;
	left:20px !important;
	top:598px !important;
}

#item38702 {
	width:424px !important;
	height:49px !important;
	left:20px !important;
	top:655px !important;
}

#item38776 {
	width:424px !important;
	height:49px !important;
	left:20px !important;
	top:794px !important;
}

#item38851 {
	width:424px !important;
	height:69px !important;
	left:20px !important;
	top:713px !important;
}

#item38926 {
	width:424px !important;
	height:69px !important;
	left:20px !important;
	top:465px !important;
}

#item42280_container {
	width:822px !important;
	height:675px !important;
	left:119px !important;
	top:107px !important;
}

#item37597_container {
	width:523px !important;
	height:710px !important;
	left:35px !important;
	top:183px !important;
}

#item37537 {
	width:260px !important;
	height:36px !important;
	left:551px !important;
	top:726px !important;
}

#item37544 {
	width:146px !important;
	height:31px !important;
}

#item37541 {
	width:146px !important;
	height:31px !important;
	left:381px !important;
	top:729px !important;
}

#item42240 {
	width:107px !important;
	height:29px !important;
	left:211px !important;
	top:731px !important;
}

#item37492 {
	width:106px !important;
	height:39px !important;
	left:252px !important;
	top:157px !important;
}

#item37506 {
	width:260px !important;
	height:36px !important;
	left:257px !important;
	top:831px !important;
}

#item37513 {
	width:146px !important;
	height:31px !important;
}

#item37510 {
	width:146px !important;
	height:31px !important;
	left:88px !important;
	top:835px !important;
}

#item36455 {
	width:85px !important;
	height:26px !important;
	left:191px !important;
	top:331px !important;
}

#item36474 {
	width:85px !important;
	height:26px !important;
	left:193px !important;
	top:150px !important;
}

#item36400 {
	width:85px !important;
	height:26px !important;
	left:186px !important;
	top:578px !important;
}

#item36421 {
	width:85px !important;
	height:26px !important;
	left:845px !important;
	top:652px !important;
}

#item36434 {
	width:85px !important;
	height:26px !important;
	left:845px !important;
	top:359px !important;
}

#item37020 {
	width:85px !important;
	height:26px !important;
	left:201px !important;
	top:332px !important;
}

#item37040 {
	width:85px !important;
	height:26px !important;
	left:26px !important;
	top:201px !important;
}

#item36964 {
	width:85px !important;
	height:26px !important;
	left:75px !important;
	top:628px !important;
}

#item36986 {
	width:85px !important;
	height:26px !important;
	left:183px !important;
	top:220px !important;
}

#item36999 {
	width:85px !important;
	height:26px !important;
	left:488px !important;
	top:441px !important;
}

#item41728 {
	width:1134px !important;
	height:736px !important;
	top:57px !important;
	background:#007289;
}

#item3590 {
	width:85px !important;
	height:26px !important;
	left:217px !important;
	top:737px !important;
}

#item10549 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:276px !important;
}

#item27529 {
	width:1134px !important;
	height:734px !important;
	top:60px !important;
	background:#c9c7ca;
}

#item27531 {
	width:292px !important;
	height:159px !important;
	left:269px !important;
	top:249px !important;
	background:#febd00;
}

#item27533 {
	width:291px !important;
	height:132px !important;
	left:574px !important;
	top:628px !important;
	background:#febd00;
}

#item27534 {
	width:292px !important;
	height:201px !important;
	left:574px !important;
	top:416px !important;
	background:#febd00;
}

#item27535 {
	width:292px !important;
	height:107px !important;
	left:269px !important;
	top:420px !important;
	background:#febd00;
}

#item27536 {
	width:292px !important;
	height:222px !important;
	left:269px !important;
	top:538px !important;
	background:#febd00;
}

#item27671 {
	width:595px !important;
	height:776px !important;
	top:120px !important;
	background:#c9c7ca;
}

#item27673 {
	width:292px !important;
	height:159px !important;
	top:360px !important;
	background:#febd00;
}

#item27675 {
	width:291px !important;
	height:132px !important;
	left:304px !important;
	top:649px !important;
	background:#febd00;
}

#item27676 {
	width:292px !important;
	height:201px !important;
	left:304px !important;
	top:437px !important;
	background:#febd00;
}

#item27677 {
	width:292px !important;
	height:107px !important;
	top:531px !important;
	background:#febd00;
}

#item27678 {
	width:292px !important;
	height:222px !important;
	top:649px !important;
	background:#febd00;
}

#item17043 {
	width:385px !important;
	height:36px !important;
	background:#febd00;
}

#item17057 {
	width:385px !important;
	height:36px !important;
	background:#bbd6a6;
}

#item17051 {
	width:385px !important;
	height:36px !important;
	background:#febd00;
}

#item17040 {
	width:385px !important;
	height:36px !important;
	left:386px !important;
	top:713px !important;
}

#item27815 {
	width:385px !important;
	height:36px !important;
	background:#febd00;
}

#item27828 {
	width:385px !important;
	height:36px !important;
	background:#bbd6a6;
}

#item27822 {
	width:385px !important;
	height:36px !important;
	background:#febd00;
}

#item27811 {
	width:385px !important;
	height:36px !important;
	left:36px !important;
	top:826px !important;
}

#item36515 {
	width:85px !important;
	height:26px !important;
	left:207px !important;
	top:733px !important;
}

#item36529 {
	width:85px !important;
	height:26px !important;
	left:211px !important;
	top:177px !important;
}

#item36543 {
	width:85px !important;
	height:26px !important;
	left:213px !important;
	top:381px !important;
}

#item36557 {
	width:85px !important;
	height:26px !important;
	left:825px !important;
	top:380px !important;
}

#item37079 {
	width:85px !important;
	height:26px !important;
	left:487px !important;
	top:790px !important;
}

#item37092 {
	width:85px !important;
	height:26px !important;
	left:200px !important;
	top:281px !important;
}

#item37105 {
	width:85px !important;
	height:26px !important;
	left:201px !important;
	top:469px !important;
}

#item37119 {
	width:85px !important;
	height:26px !important;
	left:490px !important;
	top:372px !important;
}

#item41878 {
	width:1134px !important;
	height:736px !important;
	left:1px !important;
	top:57px !important;
	background:#b0cfda;
}

#item3744 {
	width:85px !important;
	height:26px !important;
	left:215px !important;
	top:747px !important;
}

#item10735 {
	width:85px !important;
	height:26px !important;
	left:373px !important;
	top:849px !important;
}

#item42047 {
	width:1134px !important;
	height:794px !important;
	background:#dedede;
}

#item42057 {
	width:571px !important;
	height:51px !important;
	left:283px !important;
	top:247px !important;
	background:#9d612f;
}

#item41977 {
	width:595px !important;
	height:546px !important;
	top:118px !important;
	background:#dedede;
}

#item41986 {
	width:571px !important;
	height:51px !important;
	top:434px !important;
	background:#9d612f;
}

#item17164 {
	width:1134px !important;
	height:404px !important;
	top:390px !important;
	background:#e7d2bf;
}

#item27900 {
	width:576px !important;
	height:462px !important;
	left:19px !important;
	top:442px !important;
	background:#e7d2bf;
}

#item28093 {
	width:400px !important;
	height:398px !important;
	top:125px !important;
	background:#e7d2bf;
}

#item28219 {
	width:524px !important;
	height:346px !important;
	top:160px !important;
	background:#e7d2bf;
}

#item17455 {
	width:729px !important;
	height:730px !important;
	top:62px !important;
	background:#183a22;
}

#item28321 {
	width:360px !important;
	height:777px !important;
	left:22px !important;
	top:119px !important;
	background:#183a22;
}

#item17580 {
	width:1134px !important;
	height:734px !important;
	top:60px !important;
	background:#dadcdb;
}

#item17582 {
	width:610px !important;
	height:269px !important;
	left:433px !important;
	top:507px !important;
	background:#e7d2bf;
}

#item28444 {
	width:431px !important;
	height:322px !important;
	left:178px !important;
	top:551px !important;
	background:#e7d2bf;
}

#item17692 {
	width:1134px !important;
	height:734px !important;
	top:59px !important;
	background:#826a5e;
}

#item17703 {
	width:377px !important;
	height:621px !important;
	left:203px !important;
	top:101px !important;
	background:#4a6b7e;
}

#item28553 {
	width:415px !important;
	height:598px !important;
	left:14px !important;
	top:136px !important;
	background:#183a22;
}

#item36638 {
	width:85px !important;
	height:26px !important;
	left:227px !important;
	top:658px !important;
}

#item36651 {
	width:85px !important;
	height:26px !important;
	left:218px !important;
	top:281px !important;
}

#item36665 {
	width:85px !important;
	height:26px !important;
	left:836px !important;
	top:399px !important;
}

#item37178 {
	width:85px !important;
	height:26px !important;
	left:36px !important;
	top:594px !important;
}

#item37192 {
	width:85px !important;
	height:26px !important;
	left:202px !important;
	top:274px !important;
}

#item37205 {
	width:85px !important;
	height:26px !important;
	left:489px !important;
	top:343px !important;
}

#item3952 {
	width:85px !important;
	height:26px !important;
	left:244px !important;
	top:234px !important;
}

#item3963 {
	width:85px !important;
	height:26px !important;
	left:245px !important;
	top:607px !important;
}

#item4010 {
	width:85px !important;
	height:26px !important;
	left:850px !important;
	top:668px !important;
}

#item4021 {
	width:85px !important;
	height:26px !important;
	left:846px !important;
	top:189px !important;
}

#item10978 {
	width:85px !important;
	height:26px !important;
	left:204px !important;
	top:315px !important;
}

#item10990 {
	width:85px !important;
	height:26px !important;
	left:28px !important;
	top:678px !important;
}

#item11002 {
	width:85px !important;
	height:26px !important;
	left:490px !important;
	top:751px !important;
}

#item11013 {
	width:85px !important;
	height:26px !important;
	left:315px !important;
	top:221px !important;
}

#item36719 {
	width:85px !important;
	height:26px !important;
	left:812px !important;
	top:438px !important;
}

#item36733 {
	width:85px !important;
	height:26px !important;
	left:215px !important;
	top:238px !important;
}

#item36746 {
	width:85px !important;
	height:26px !important;
	left:823px !important;
	top:621px !important;
}

#item36761 {
	width:85px !important;
	height:26px !important;
	left:213px !important;
	top:495px !important;
}

#item36775 {
	width:85px !important;
	height:26px !important;
	left:812px !important;
	top:197px !important;
}

#item37266 {
	width:85px !important;
	height:26px !important;
	left:480px !important;
	top:452px !important;
}

#item37279 {
	width:85px !important;
	height:26px !important;
	left:204px !important;
	top:274px !important;
}

#item37293 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:708px !important;
}

#item37306 {
	width:85px !important;
	height:26px !important;
	left:201px !important;
	top:733px !important;
}

#item37320 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:285px !important;
}

#item17942 {
	width:374px !important;
	height:721px !important;
	top:72px !important;
	background:#e7d2bf;
}

#item17944 {
	width:517px !important;
	height:51px !important;
	left:267px !important;
	top:172px !important;
	background:#9d612f;
}

#item28800 {
	width:105px !important;
	height:605px !important;
	top:279px !important;
	background:#e7d2bf;
}

#item28802 {
	width:517px !important;
	height:51px !important;
	top:239px !important;
	background:#9d612f;
}

#item18165 {
	width:865px !important;
	height:356px !important;
	left:269px !important;
	top:438px !important;
}

#item18166 {
	width:913px !important;
	height:405px !important;
	left:23px !important;
	top:34px !important;
	border-radius:57px;
	background:#183a22;
}

#item29017 {
	width:595px !important;
	height:347px !important;
	top:543px !important;
}

#item29018 {
	width:641px !important;
	height:405px !important;
	left:23px !important;
	top:34px !important;
	border-radius:57px;
	background:#183a22;
}

#item18290 {
	width:1134px !important;
	height:363px !important;
	top:431px !important;
	background:#183a22;
}

#item29158 {
	width:576px !important;
	height:363px !important;
	top:544px !important;
	background:#183a22;
}

#item29346 {
	width:595px !important;
	height:312px !important;
	top:578px !important;
}

#item29347 {
	opacity:0.78;
	width:670px !important;
	height:409px !important;
	left:27px !important;
	top:26px !important;
	border-radius:51px;
	background:#e7d2bf;
}

#item18589 {
	width:1134px !important;
	height:256px !important;
	top:538px !important;
	background:#183a22;
}

#item18613 {
	width:327px !important;
	height:69px !important;
	border-radius:12px;
	background:#fff;
}

#item18608 {
	width:327px !important;
	height:69px !important;
	border-radius:12px;
	background:#aaea6d;
}

#item18603 {
	width:327px !important;
	height:69px !important;
	border-radius:12px;
	background:#fff;
}

#item18600 {
	width:327px !important;
	height:69px !important;
	left:587px !important;
	top:703px !important;
}

#item29465 {
	width:419px !important;
	height:256px !important;
	left:157px !important;
	top:640px !important;
	background:#183a22;
}

#item29490 {
	width:327px !important;
	height:69px !important;
	border-radius:12px;
	background:#fff;
}

#item29486 {
	width:327px !important;
	height:69px !important;
	border-radius:12px;
	background:#aaea6d;
}

#item29481 {
	width:327px !important;
	height:69px !important;
	border-radius:12px;
	background:#fff;
}

#item29478 {
	width:327px !important;
	height:69px !important;
	left:199px !important;
	top:785px !important;
}

#item29656 {
	width:178px !important;
	height:190px !important;
	top:706px !important;
	background:#9d612f;
}

#item18882 {
	width:531px !important;
	height:146px !important;
	left:401px !important;
	top:57px !important;
}

#item18883 {
	width:470px !important;
	height:248px !important;
	left:41px !important;
	top:-107px !important;
	border-radius:28px;
	background:#183a22;
}

#item18885 {
	opacity:0.78;
	width:445px !important;
	height:174px !important;
	left:468px !important;
	top:209px !important;
	background:#e7d2bf;
}

#item18887 {
	opacity:0.78;
	width:444px !important;
	height:174px !important;
	left:468px !important;
	top:392px !important;
	background:#e7d2bf;
}

#item18888 {
	opacity:0.78;
	width:442px !important;
	height:207px !important;
	left:470px !important;
	top:576px !important;
	background:#e7d2bf;
}

#item29743 {
	width:376px !important;
	height:169px !important;
	left:204px !important;
	top:137px !important;
}

#item29744 {
	width:448px !important;
	height:235px !important;
	left:41px !important;
	top:-74px !important;
	border-radius:28px;
	background:#183a22;
}

#item29746 {
	opacity:0.78;
	width:308px !important;
	height:185px !important;
	left:271px !important;
	top:311px !important;
	background:#e7d2bf;
}

#item29748 {
	opacity:0.78;
	width:308px !important;
	height:174px !important;
	left:271px !important;
	top:505px !important;
	background:#e7d2bf;
}

#item29749 {
	opacity:0.78;
	width:306px !important;
	height:207px !important;
	left:273px !important;
	top:690px !important;
	background:#e7d2bf;
}

#item19065 {
	opacity:0.78;
	width:602px !important;
	height:221px !important;
	left:347px !important;
	top:57px !important;
	background:#e7d2bf;
}

#item19067 {
	width:726px !important;
	height:266px !important;
	left:242px !important;
	top:264px !important;
	background:#183a22;
}

#item19079 {
	width:292px !important;
	height:321px !important;
	left:143px !important;
	top:57px !important;
}

#item29926 {
	opacity:0.78;
	width:539px !important;
	height:263px !important;
	left:51px !important;
	top:113px !important;
	background:#e7d2bf;
}

#item29928 {
	width:595px !important;
	height:309px !important;
	left:14px !important;
	top:320px !important;
	background:#183a22;
}

#item29939 {
	width:292px !important;
	height:364px !important;
	left:14px !important;
	top:113px !important;
}

#item19334 {
	width:307px !important;
	height:567px !important;
}

#item19335 {
	width:595px !important;
	height:619px !important;
	left:8px !important;
	top:3px !important;
	border-radius:48px;
	background:#183a22;
}

#item19339 {
	width:233px !important;
	height:446px !important;
	left:7px !important;
	top:47px !important;
}

#item30176 {
	width:312px !important;
	height:553px !important;
	left:281px !important;
	top:344px !important;
}

#item30177 {
	width:595px !important;
	height:619px !important;
	left:8px !important;
	top:-1px !important;
	border-radius:48px;
	background:#183a22;
}

#item30179 {
	width:233px !important;
	height:446px !important;
	left:327px !important;
	top:403px !important;
}

#item4262 {
	width:85px !important;
	height:26px !important;
	left:839px !important;
	top:677px !important;
}

#item41881 {
	width:106px !important;
	height:39px !important;
	left:212px !important;
	top:505px !important;
}

#item41894 {
	width:260px !important;
	height:36px !important;
	left:315px !important;
	top:750px !important;
}

#item11300 {
	width:85px !important;
	height:26px !important;
	left:29px !important;
	top:609px !important;
}

#item11313 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:765px !important;
}

#item36854 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:320px !important;
}

#item36867 {
	width:85px !important;
	height:26px !important;
	left:241px !important;
	top:510px !important;
}

#item36881 {
	width:85px !important;
	height:26px !important;
	left:836px !important;
	top:660px !important;
}

#item41906 {
	width:85px !important;
	height:26px !important;
	left:244px !important;
	top:149px !important;
}

#item37393 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:331px !important;
}

#item37406 {
	width:85px !important;
	height:26px !important;
	left:202px !important;
	top:515px !important;
}

#item37420 {
	width:85px !important;
	height:26px !important;
	left:484px !important;
	top:741px !important;
}

#item41919 {
	width:85px !important;
	height:26px !important;
	left:221px !important;
	top:163px !important;
}

#item20141 {
	width:46px !important;
	height:29px !important;
	left:577px !important;
	top:141px !important;
}

#item20148 {
	width:354px !important;
	height:235px !important;
	left:512px !important;
	top:558px !important;
}

#item30969 {
	width:46px !important;
	height:30px !important;
	left:308px !important;
	top:241px !important;
}

#item30976 {
	width:354px !important;
	height:239px !important;
	left:242px !important;
	top:665px !important;
}

#item22003 {
	width:152px !important;
	height:298px !important;
	left:763px !important;
	top:149px !important;
}

#item32830 {
	width:152px !important;
	height:305px !important;
	left:444px !important;
	top:218px !important;
}

#item22304 {
	width:592px !important;
	height:442px !important;
	left:165px !important;
	top:420px !important;
}

#item33123 {
	width:523px !important;
	height:449px !important;
	left:-9px !important;
	top:455px !important;
}

#item4446 {
	width:85px !important;
	height:26px !important;
	left:249px !important;
	top:180px !important;
}

#item4457 {
	width:85px !important;
	height:26px !important;
	left:839px !important;
	top:689px !important;
}

#item4468 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:132px !important;
}

#item4486 {
	width:85px !important;
	height:26px !important;
	left:833px !important;
	top:351px !important;
}

#item4497 {
	width:85px !important;
	height:26px !important;
	left:251px !important;
	top:476px !important;
}

#item11523 {
	width:85px !important;
	height:26px !important;
	left:204px !important;
	top:217px !important;
}

#item11534 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:774px !important;
}

#item11546 {
	width:85px !important;
	height:26px !important;
	left:483px !important;
	top:208px !important;
}

#item11562 {
	width:85px !important;
	height:26px !important;
	left:175px !important;
	top:10px !important;
}

#item11574 {
	width:85px !important;
	height:26px !important;
	left:26px !important;
	top:452px !important;
}

#item41937 {
	width:1134px !important;
	height:736px !important;
	top:57px !important;
	background:#353130;
}

#item4536 {
	width:85px !important;
	height:26px !important;
	left:228px !important;
	top:711px !important;
}

#item11604 {
	width:85px !important;
	height:26px !important;
	left:468px !important;
	top:178px !important;
}

#item22662 {
	width:809px !important;
	height:40px !important;
	top:206px !important;
	background:#f1d400;
}

#item33471 {
	width:565px !important;
	height:40px !important;
	left:-6px !important;
	top:288px !important;
	background:#f1d400;
}

#item22718 {
	width:1134px !important;
	height:734px !important;
	top:60px !important;
	background:#fcdab1;
}

#item22720 {
	width:369px !important;
	height:439px !important;
	left:729px !important;
	top:217px !important;
	background:#f1d400;
}

#item22721 {
	width:369px !important;
	height:268px !important;
	left:36px !important;
	top:315px !important;
	background:#ebc08d;
}

#item33536 {
	width:369px !important;
	height:439px !important;
	left:206px !important;
	top:439px !important;
	background:#f1d400;
}

#item33537 {
	width:369px !important;
	height:268px !important;
	left:52px !important;
	top:140px !important;
	background:#ebc08d;
}

#item22902 {
	width:740px !important;
	height:349px !important;
	top:60px !important;
	background:#f1d400;
}

#item22903 {
	width:379px !important;
	height:187px !important;
	left:182px !important;
	top:416px !important;
	background:#ff9696;
}

#item22906 {
	width:429px !important;
	height:383px !important;
	top:411px !important;
}

#item33719 {
	width:391px !important;
	height:372px !important;
	left:-2px !important;
	top:115px !important;
	background:#f1d400;
}

#item33720 {
	width:379px !important;
	height:205px !important;
	left:180px !important;
	top:509px !important;
	background:#ff9696;
}

#item33722 {
	width:429px !important;
	height:383px !important;
	left:-2px !important;
	top:522px !important;
}

#item23140 {
	opacity:0.64;
	width:1140px !important;
	height:396px !important;
	left:-6px !important;
	top:1px !important;
	background:#ebc08d;
}

#item23173 {
	width:322px !important;
	height:370px !important;
	left:553px !important;
	top:74px !important;
}

#item33954 {
	width:595px !important;
	height:372px !important;
	top:115px !important;
	background:#ebc08d;
}

#item33986 {
	width:322px !important;
	height:370px !important;
	left:272px !important;
	top:113px !important;
}

#item23500 {
	mix-blend-mode:multiply;
	width:523px !important;
	height:253px !important;
	left:288px !important;
	top:509px !important;
	background:#ff9696;
}

#item23502 {
	width:405px !important;
	height:382px !important;
	left:288px !important;
	top:57px !important;
	background:#ebc08d;
}

#item23504 {
	opacity:0.40;
	width:1134px !important;
	height:734px !important;
	top:57px !important;
	background:#ebc08d;
}

#item34310 {
	mix-blend-mode:multiply;
	width:523px !important;
	height:253px !important;
	left:20px !important;
	top:651px !important;
	background:#ff9696;
}

#item34312 {
	width:405px !important;
	height:382px !important;
	left:20px !important;
	top:113px !important;
	background:#ebc08d;
}

#item23708 {
	width:1134px !important;
	height:734px !important;
	top:58px !important;
	background:#fcf4cf;
}

#item23717 {
	width:385px !important;
	height:262px !important;
	left:190px !important;
	top:112px !important;
	background:#f1d400;
}

#item34535 {
	width:385px !important;
	height:262px !important;
	left:36px !important;
	top:113px !important;
	background:#f1d400;
}

#item4632 {
	width:85px !important;
	height:26px !important;
	left:250px !important;
	top:289px !important;
}

#item4643 {
	width:85px !important;
	height:26px !important;
	left:245px !important;
	top:716px !important;
}

#item11755 {
	width:85px !important;
	height:26px !important;
	left:465px !important;
	top:226px !important;
}

#item11767 {
	width:85px !important;
	height:26px !important;
	left:482px !important;
	top:527px !important;
}

#item23951 {
	opacity:0.90;
	width:690px !important;
	height:177px !important;
	top:70px !important;
	background:#e9c89f;
}

#item23953 {
	width:172px !important;
	height:117px !important;
	left:304px !important;
	top:328px !important;
	background:#242426;
}

#item23955 {
	width:172px !important;
	height:117px !important;
	left:486px !important;
	top:328px !important;
	background:#242426;
}

#item23956 {
	width:172px !important;
	height:117px !important;
	left:669px !important;
	top:328px !important;
	background:#242426;
}

#item23957 {
	width:247px !important;
	height:137px !important;
	left:304px !important;
	top:455px !important;
	background:#242426;
}

#item23958 {
	width:284px !important;
	height:137px !important;
	left:557px !important;
	top:455px !important;
	background:#242426;
}

#item23959 {
	width:163px !important;
	height:133px !important;
	left:304px !important;
	top:602px !important;
	background:#242426;
}

#item23960 {
	width:150px !important;
	height:133px !important;
	left:474px !important;
	top:602px !important;
	background:#242426;
}

#item23961 {
	width:211px !important;
	height:159px !important;
	left:630px !important;
	top:602px !important;
	background:#242426;
}

#item34751 {
	opacity:0.90;
	width:418px !important;
	height:177px !important;
	left:-6px !important;
	top:164px !important;
	background:#e9c89f;
}

#item34753 {
	width:172px !important;
	height:117px !important;
	left:26px !important;
	top:422px !important;
	background:#242426;
}

#item34755 {
	width:172px !important;
	height:117px !important;
	left:208px !important;
	top:422px !important;
	background:#242426;
}

#item34756 {
	width:172px !important;
	height:117px !important;
	left:391px !important;
	top:422px !important;
	background:#242426;
}

#item34757 {
	width:247px !important;
	height:137px !important;
	left:26px !important;
	top:549px !important;
	background:#242426;
}

#item34758 {
	width:284px !important;
	height:137px !important;
	left:279px !important;
	top:549px !important;
	background:#242426;
}

#item34759 {
	width:163px !important;
	height:133px !important;
	left:26px !important;
	top:696px !important;
	background:#242426;
}

#item34760 {
	width:150px !important;
	height:133px !important;
	left:196px !important;
	top:696px !important;
	background:#242426;
}

#item34761 {
	width:211px !important;
	height:159px !important;
	left:352px !important;
	top:696px !important;
	background:#242426;
}

#item24243 {
	mix-blend-mode:multiply;
	opacity:0.26;
	width:1134px !important;
	height:731px !important;
	top:61px !important;
	background:#758853;
}

#item24253 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:565px !important;
	top:165px !important;
	background:#004700;
}

#item24254 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:565px !important;
	top:304px !important;
	background:#004700;
}

#item24255 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:565px !important;
	top:445px !important;
	background:#004700;
}

#item24256 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:565px !important;
	top:587px !important;
	background:#004700;
}

#item24257 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:355px !important;
	top:165px !important;
	background:#004700;
}

#item24258 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:355px !important;
	top:304px !important;
	background:#004700;
}

#item24259 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:355px !important;
	top:445px !important;
	background:#004700;
}

#item24260 {
	opacity:0.87;
	width:202px !important;
	height:133px !important;
	left:355px !important;
	top:587px !important;
	background:#004700;
}

#item24449 {
	width:253px !important;
	height:232px !important;
	left:164px !important;
	top:163px !important;
	background:#301d17;
}

#item24451 {
	mix-blend-mode:multiply;
	width:253px !important;
	height:232px !important;
	left:417px !important;
	top:163px !important;
	background:#758853;
}

#item24717 {
	mix-blend-mode:multiply;
	width:643px !important;
	height:454px !important;
	left:490px !important;
	top:340px !important;
	background:#758853;
}

#item24719 {
	mix-blend-mode:multiply;
	width:344px !important;
	height:280px !important;
	left:147px !important;
	top:60px !important;
	background:#e9c89f;
}

#item24862 {
	mix-blend-mode:multiply;
	width:865px !important;
	height:84px !important;
	top:568px !important;
	background:#0a214b;
}

#item24863 {
	width:727px !important;
	height:66px !important;
	left:407px !important;
	top:647px !important;
	background:#ff5903;
}

#item24912 {
	width:179px !important;
	height:19px !important;
	background:#ff5903;
}

#item24967 {
	width:1134px !important;
	height:794px !important;
	background:#eba369;
}

#item24976 {
	width:1018px !important;
	height:117px !important;
	top:86px !important;
	background:#ff5903;
}

#item25001 {
	width:651px !important;
	height:57px !important;
	left:268px !important;
	top:237px !important;
}

#item25077 {
	width:651px !important;
	height:43px !important;
	left:269px !important;
	top:303px !important;
}

#item25152 {
	width:651px !important;
	height:57px !important;
	left:269px !important;
	top:351px !important;
}

#item35046 {
	width:466px !important;
	height:475px !important;
	left:41px !important;
	top:113px !important;
	background:#eba369;
}

#item35048 {
	width:466px !important;
	height:168px !important;
	left:41px !important;
	top:113px !important;
	background:#ff5903;
}

#item35073 {
	width:433px !important;
	height:84px !important;
	left:51px !important;
	top:293px !important;
}

#item35149 {
	width:433px !important;
	height:57px !important;
	left:51px !important;
	top:374px !important;
}

#item35224 {
	width:433px !important;
	height:91px !important;
	left:51px !important;
	top:436px !important;
}

#item25327 {
	mix-blend-mode:multiply;
	width:1134px !important;
	height:734px !important;
	top:60px !important;
	background:#f2dacd;
}

#item25385 {
	width:481px !important;
	height:68px !important;
	left:315px !important;
	top:457px !important;
}

#item35399 {
	mix-blend-mode:multiply;
	width:516px !important;
	height:475px !important;
	left:31px !important;
	top:381px !important;
	background:#f2dacd;
}

#item35460 {
	width:481px !important;
	height:68px !important;
	left:46px !important;
	top:565px !important;
}

#item25543 {
	opacity:0.90;
	width:292px !important;
	height:305px !important;
	left:177px !important;
	top:84px !important;
	background:#ff5903;
}

#item25570 {
	width:179px !important;
	height:19px !important;
	background:#ff5903;
}

#item25600 {
	width:1134px !important;
	height:423px !important;
	top:198px !important;
	background:#ff5903;
}

#item25751 {
	opacity:0.82;
	width:495px !important;
	height:291px !important;
	left:132px !important;
	top:455px !important;
	background:#9f6f9f;
}

#item25838 {
	mix-blend-mode:multiply;
	width:765px !important;
	height:304px !important;
	top:74px !important;
	background:#f2dacd;
}

#item35626 {
	mix-blend-mode:multiply;
	width:504px !important;
	height:304px !important;
	left:37px !important;
	top:594px !important;
	background:#ff5903;
}

#item26018 {
	width:1134px !important;
	height:741px !important;
	top:53px !important;
	background:#4c2714;
}

#item26027 {
	width:405px !important;
	height:51px !important;
	left:274px !important;
	top:472px !important;
	background:#ea6449;
}

#item35709 {
	width:559px !important;
	height:322px !important;
	left:36px !important;
	top:582px !important;
	background:#4c2714;
}

#item35711 {
	width:405px !important;
	height:51px !important;
	top:582px !important;
	background:#ea6449;
}

#item26162 {
	opacity:0.50;
	width:364px !important;
	height:129px !important;
	left:501px !important;
	top:211px !important;
	background:#e7d2bf;
}

#item26165 {
	width:414px !important;
	height:139px !important;
	left:269px !important;
	top:340px !important;
	background:#e7d2bf;
}

#item26166 {
	opacity:0.50;
	width:511px !important;
	height:179px !important;
	left:357px !important;
	top:465px !important;
	background:#e7d2bf;
}

#item26167 {
	width:411px !important;
	height:136px !important;
	left:269px !important;
	top:641px !important;
	background:#e7d2bf;
}

#item26168 {
	width:1134px !important;
	height:734px !important;
	top:60px !important;
	background:#e7d2bf;
}

#item43015 {
	opacity:0.50;
	width:364px !important;
	height:129px !important;
	left:231px !important;
	top:339px !important;
	background:#e7d2bf;
}

#item43017 {
	width:414px !important;
	height:139px !important;
	top:468px !important;
	background:#e7d2bf;
}

#item43018 {
	opacity:0.50;
	width:511px !important;
	height:179px !important;
	left:88px !important;
	top:592px !important;
	background:#e7d2bf;
}

#item43019 {
	width:411px !important;
	height:136px !important;
	top:768px !important;
	background:#e7d2bf;
}

#item43020 {
	width:413px !important;
	height:226px !important;
	top:113px !important;
	background:#e7d2bf;
}

#item42304 {
	width:1134px !important;
	height:278px !important;
	top:60px !important;
	background:#183a22;
}

#item42315 {
	width:334px !important;
	height:200px !important;
	left:215px !important;
	top:356px !important;
	background:#183a22;
}

#item42317 {
	width:334px !important;
	height:189px !important;
	left:215px !important;
	top:591px !important;
	background:#183a22;
}

#item42835 {
	width:523px !important;
	height:250px !important;
	left:35px !important;
	top:132px !important;
	background:#183a22;
}

#item42843 {
	width:171px !important;
	height:220px !important;
	left:35px !important;
	top:401px !important;
	background:#183a22;
}

#item42845 {
	width:171px !important;
	height:220px !important;
	left:35px !important;
	top:626px !important;
	background:#183a22;
}

#item42670 {
	width:651px !important;
	height:465px !important;
	top:69px !important;
	background:#183a22;
}

#item42680 {
	width:198px !important;
	height:231px !important;
	left:616px !important;
	top:555px !important;
	background:#c7d300;
}

#item42681 {
	width:310px !important;
	height:231px !important;
	left:291px !important;
	top:555px !important;
	background:#c7d300;
}

#item43300 {
	width:198px !important;
	height:231px !important;
	left:341px !important;
	top:634px !important;
	background:#183a22;
}

#item43302 {
	width:310px !important;
	height:231px !important;
	left:15px !important;
	top:634px !important;
	background:#183a22;
}

#item43304 {
	width:360px !important;
	height:465px !important;
	left:15px !important;
	top:149px !important;
	background:#183a22;
}

#item26792 {
	width:812px !important;
	height:370px !important;
	top:89px !important;
	background:#ea6449;
}

#item26878 {
	width:865px !important;
	height:736px !important;
	top:57px !important;
	background:#edebec;
}

#item26889 {
	width:788px !important;
	height:460px !important;
	left:346px !important;
	top:57px !important;
	background:#ea6449;
}

#item41939 {
	width:1134px !important;
	height:736px !important;
	top:57px !important;
	background:#414862;
}

#item4909 {
	width:85px !important;
	height:26px !important;
	left:207px !important;
	top:705px !important;
}

#item12154 {
	width:85px !important;
	height:26px !important;
	left:491px !important;
	top:248px !important;
}
#in5footer,  #prefooter {display:none;}

[class*=" mq-"]{ display:none; }
.mq-default { display:block; }
@media all and (max-width:725px){ [class*=" mq-"], .mq-default { display:none; } .mq-595 {display:block; } }

#loadIndicator{display:none;}
