/* 	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:#fff; }
:-webkit-full-screen { background:#fff; }
#loadIndicator span:after { padding-left:1ex; content:'loading content...'; }
#slider { width:1191px; height:780px; }
.page-scale-wrap { width:1191px; height:780px; background: #fff !important; }
.paper-vertical { width:1191px; height:100%; }
.paper-horizontal { width:38418px; 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:1191px) {
	.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%);
}
#item12042 {
	width:371px !important;
	height:531px !important;
	left:791px !important;
	top:170px !important;
	background:#006a7f;
}

#item6562 {
	width:325px !important;
	left:162px !important;
	top:256px !important;
	min-height:222px !important;
}

#item14374 {
	width:274px !important;
	height:224px !important;
}

#item14375 {
	width:274px !important;
	height:224px !important;
	left:505px !important;
	top:597px !important;
}

#item14385 {
	width:80px !important;
	height:39px !important;
}

#item14382 {
	width:80px !important;
	height:39px !important;
	left:907px !important;
	top:597px !important;
}

#item15283 {
	width:1191px !important;
	height:62px !important;
	left:4px !important;
	background:#fff;
}

#item15288 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15303 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#009ab6;
	border:solid 1.15px #009ab6;
}

#item15296 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15285 {
	width:129px !important;
	height:22px !important;
	left:275px !important;
	top:32px !important;
}

#item15326 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15319 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#ec008c;
	border:solid 1.15px #ec008c;
}

#item15313 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15309 {
	width:129px !important;
	height:22px !important;
	left:552px !important;
	top:31px !important;
}

#item15352 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15343 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#a2c628;
	border:solid 1.15px #a2c628;
}

#item15334 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15330 {
	width:129px !important;
	height:22px !important;
	left:414px !important;
	top:32px !important;
}

#item15370 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#ef7d00;
	border:solid 1.15px #ef7d00;
}

#item15363 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15359 {
	width:129px !important;
	height:22px !important;
	left:698px !important;
	top:32px !important;
}

#item15390 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15385 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#0061ad;
	border:solid 1.15px #0061ad;
}

#item15380 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15377 {
	width:129px !important;
	height:22px !important;
	left:838px !important;
	top:32px !important;
}

#item15409 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15404 {
	width:119px !important;
	height:20px !important;
	left:10px !important;
	top:1px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 10px 0 0;
	background:#cd1619;
	border:solid 1.15px #cd1619;
}

#item15397 {
	width:118px !important;
	height:18px !important;
	left:11px !important;
	top:2px !important;
	box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 5px 0px rgba(0,0,0,0.2);
	border-radius:0 13px 0 0;
	background:#9d9c9c;
}

#item15394 {
	width:129px !important;
	height:22px !important;
	left:978px !important;
	top:32px !important;
}

@keyframes flyinfromleft-15419 {
	0% {
		transform:translate(-167px,0px);
		opacity:0;
	}
	100% {
		transform:translate(0px,0px);
		opacity:1;
	}
}
@-webkit-keyframes flyinfromleft-15419 {
	0% {
		-webkit-transform:translate(-167px,0px);
		opacity:0;
	}
	100% {
		-webkit-transform:translate(0px,0px);
		opacity:1;
	}
}
#item15420 {
	width:330px !important;
	height:372px !important;
	left:5px !important;
	border-radius:0 53px 0 0;
	background:#3c3c3b;
}

#item15422 {
	width:232px !important;
	height:41px !important;
	border-radius:0 20px 20px 0;
	background:#4a4949;
}

#item15439 {
	width:36px !important;
	height:36px !important;
	background:#fff;
	border:solid 1.6px #000;
	-ms-transform:scale(.5);
	-webkit-transform:scale(.5);
	transform:scale(.5);
	-ms-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	transform-origin:0 0 0;
}

#item15446 {
	width:45px !important;
	height:38px !important;
}

#item15443 {
	width:45px !important;
	height:38px !important;
	left:245px !important;
	top:11px !important;
}

#item15688 {
	width:304px !important;
	height:25px !important;
}

#item15685 {
	width:304px !important;
	height:25px !important;
	left:11px !important;
	top:51px !important;
}

#item15692 {
	width:304px !important;
	height:25px !important;
}

#item15689 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:88px !important;
}

#item15696 {
	width:304px !important;
	height:40px !important;
}

#item15693 {
	width:304px !important;
	height:40px !important;
	left:10px !important;
	top:120px !important;
}

#item15700 {
	width:312px !important;
	height:25px !important;
}

#item15697 {
	width:312px !important;
	height:25px !important;
	left:10px !important;
	top:166px !important;
}

#item15704 {
	width:304px !important;
	height:25px !important;
}

#item15701 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:201px !important;
}

#item15708 {
	width:304px !important;
	height:25px !important;
}

#item15705 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:236px !important;
}

#item15712 {
	width:304px !important;
	height:25px !important;
}

#item15709 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:266px !important;
}

#item15718 {
	width:304px !important;
	height:25px !important;
}

#item15714 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:296px !important;
}

#item15723 {
	width:304px !important;
	height:25px !important;
}

#item15720 {
	width:304px !important;
	height:25px !important;
	left:10px !important;
	top:330px !important;
}

#item15727 {
	width:232px !important;
	height:41px !important;
	left:10px !important;
	border-radius:0 18px 18px 0;
	background:#fcc100;
}

#item15743 {
	width:242px !important;
	height:41px !important;
	border-radius:0 18px 18px 0;
	background:#ef7d00;
}

#item15735 {
	width:242px !important;
	height:41px !important;
	border-radius:0 18px 18px 0;
	background:#fcc100;
}

#item15724 {
	width:242px !important;
	height:41px !important;
	top:14px !important;
}

#item15282.fixed-pos-elem {
	left:50% !important;
	width:1199px !important;
	-webkit-transform-origin:50% 0 0;
	transform-origin:50% 0 0;
}

#item12199 {
	width:276px !important;
	left:43px !important;
	top:133px !important;
	min-height:58px !important;
}

#item12222 {
	width:276px !important;
	left:43px !important;
	top:190px !important;
	min-height:58px !important;
}

#item12246 {
	width:98px !important;
	left:1052px !important;
	top:286px !important;
	min-height:83px !important;
}

#item12277 {
	width:98px !important;
	left:20px !important;
	top:351px !important;
	min-height:83px !important;
}

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

#item12358 {
	width:108px !important;
	left:145px !important;
	top:366px !important;
	min-height:83px !important;
}

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

#item12442 {
	width:98px !important;
	left:279px !important;
	top:335px !important;
	min-height:46px !important;
}

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

#item12524 {
	width:98px !important;
	left:406px !important;
	top:329px !important;
	min-height:83px !important;
}

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

#item12606 {
	width:98px !important;
	left:537px !important;
	top:260px !important;
	min-height:63px !important;
}

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

#item12690 {
	width:108px !important;
	left:663px !important;
	top:402px !important;
	min-height:50px !important;
}

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

#item12772 {
	width:98px !important;
	left:921px !important;
	top:310px !important;
	min-height:61px !important;
}

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

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

#item12901 {
	width:108px !important;
	left:797px !important;
	top:294px !important;
	min-height:36px !important;
}

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

#item13115 {
	width:109px !important;
	height:206px !important;
}

#item13116 {
	width:109px !important;
	height:206px !important;
	left:9px !important;
	top:274px !important;
}

#item13122 {
	width:109px !important;
	height:206px !important;
}

#item13119 {
	width:109px !important;
	height:206px !important;
	left:130px !important;
	top:288px !important;
}

#item13126 {
	width:109px !important;
	height:206px !important;
}

#item13123 {
	width:109px !important;
	height:206px !important;
	left:265px !important;
	top:237px !important;
}

#item13130 {
	width:109px !important;
	height:206px !important;
}

#item13127 {
	width:109px !important;
	height:206px !important;
	left:403px !important;
	top:242px !important;
}

#item13134 {
	width:109px !important;
	height:206px !important;
}

#item13131 {
	width:109px !important;
	height:206px !important;
	left:533px !important;
	top:175px !important;
}

#item13138 {
	width:109px !important;
	height:206px !important;
}

#item13135 {
	width:109px !important;
	height:206px !important;
	left:654px !important;
	top:316px !important;
}

#item13147 {
	width:109px !important;
	height:206px !important;
}

#item13142 {
	width:109px !important;
	height:206px !important;
	left:792px !important;
	top:197px !important;
}

#item13151 {
	width:109px !important;
	height:206px !important;
}

#item13148 {
	width:109px !important;
	height:206px !important;
	left:910px !important;
	top:246px !important;
}

#item13155 {
	width:109px !important;
	height:206px !important;
}

#item13152 {
	width:109px !important;
	height:206px !important;
	left:1045px !important;
	top:207px !important;
}

#item650 {
	width:85px !important;
	height:26px !important;
	left:425px !important;
	top:727px !important;
}

#item661 {
	width:85px !important;
	height:26px !important;
	left:615px !important;
	top:403px !important;
}

#item672 {
	width:85px !important;
	height:26px !important;
	left:1079px !important;
	top:307px !important;
}

#item683 {
	width:85px !important;
	height:26px !important;
	left:686px !important;
	top:762px !important;
}

#item4431 {
	width:258px !important;
	left:700px !important;
	top:518px !important;
	min-height:159px !important;
}

#item6598 {
	width:258px !important;
	left:614px !important;
	top:190px !important;
	min-height:62px !important;
}

#item6624 {
	width:258px !important;
	left:895px !important;
	top:120px !important;
	min-height:62px !important;
}

#item14717 {
	width:448px !important;
	height:41px !important;
}

#item14741 {
	width:448px !important;
	height:41px !important;
	left:62px !important;
	top:753px !important;
}

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

#item730 {
	width:85px !important;
	height:26px !important;
	left:482px !important;
	top:596px !important;
}

#item741 {
	width:85px !important;
	height:26px !important;
	left:482px !important;
	top:235px !important;
}

#item757 {
	width:85px !important;
	height:26px !important;
	left:704px !important;
	top:775px !important;
}

#item4463 {
	width:272px !important;
	left:645px !important;
	top:182px !important;
	min-height:376px !important;
}

#item4489 {
	width:252px !important;
	left:70px !important;
	top:70px !important;
	min-height:340px !important;
}

#item6650 {
	width:252px !important;
	left:30px !important;
	top:558px !important;
	min-height:103px !important;
}

#item4543 {
	width:225px !important;
	left:897px !important;
	top:79px !important;
	min-height:162px !important;
}

#item4518 {
	width:208px !important;
	left:624px !important;
	top:79px !important;
	min-height:167px !important;
}

#item799 {
	width:85px !important;
	height:26px !important;
	left:466px !important;
	top:806px !important;
}

#item810 {
	width:85px !important;
	height:26px !important;
	left:800px !important;
	top:130px !important;
}

#item821 {
	width:85px !important;
	height:26px !important;
	left:1072px !important;
	top:143px !important;
}

#item14453 {
	width:595px !important;
	height:577px !important;
	left:595px !important;
	top:265px !important;
}

#item14468 {
	width:65px !important;
	height:48px !important;
}

#item14465 {
	width:65px !important;
	height:48px !important;
	left:439px !important;
	top:1518px !important;
}

#item14472 {
	width:52px !important;
	height:60px !important;
}

#item14469 {
	width:52px !important;
	height:60px !important;
	left:527px !important;
	top:1518px !important;
}

#item14474 {
	width:321px !important;
	height:75px !important;
	left:14px !important;
	top:14px !important;
	border-radius:28px;
	background:#e9e9e8;
}

#item14476 {
	width:145px !important;
	height:39px !important;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.55);
	border-radius:113px;
	background:#d9d33f;
}

#item14480 {
	width:145px !important;
	left:149px !important;
	top:19px !important;
	min-height:26px !important;
}

#item14504 {
	width:109px !important;
	left:17px !important;
	top:10px !important;
	min-height:35px !important;
}

#item7146 {
	width:595px !important;
	height:794px !important;
	left:2px !important;
	top:48px !important;
}

#item7157 {
	width:65px !important;
	height:48px !important;
}

#item7154 {
	width:65px !important;
	height:48px !important;
	left:438px !important;
	top:1517px !important;
}

#item7161 {
	width:52px !important;
	height:60px !important;
}

#item7158 {
	width:52px !important;
	height:60px !important;
	left:526px !important;
	top:1517px !important;
}

#item7162 {
	width:595px !important;
	height:794px !important;
	left:595px !important;
	top:48px !important;
}

#item887 {
	width:85px !important;
	height:26px !important;
	left:198px !important;
	top:130px !important;
}

#item898 {
	width:85px !important;
	height:26px !important;
	left:490px !important;
	top:245px !important;
}

#item909 {
	width:85px !important;
	height:26px !important;
	left:377px !important;
	top:447px !important;
}

#item920 {
	width:85px !important;
	height:26px !important;
	left:473px !important;
	top:750px !important;
}

#item931 {
	width:85px !important;
	height:26px !important;
	left:1070px !important;
	top:656px !important;
}

#item4571 {
	width:308px !important;
	left:19px !important;
	top:627px !important;
	min-height:150px !important;
}

#item6702 {
	width:181px !important;
	left:63px !important;
	top:192px !important;
	min-height:76px !important;
}

#item6709 {
	width:181px !important;
	left:312px !important;
	top:130px !important;
	min-height:76px !important;
}

#item6732 {
	width:181px !important;
	left:29px !important;
	top:360px !important;
	min-height:76px !important;
}

#item6778 {
	width:250px !important;
	left:884px !important;
	top:305px !important;
	min-height:141px !important;
}

#item1000 {
	width:85px !important;
	height:26px !important;
	left:200px !important;
	top:347px !important;
}

#item1011 {
	width:85px !important;
	height:26px !important;
	left:480px !important;
	top:293px !important;
}

#item1022 {
	width:85px !important;
	height:26px !important;
	left:475px !important;
	top:717px !important;
}

#item1033 {
	width:85px !important;
	height:26px !important;
	left:801px !important;
	top:687px !important;
}

#item1044 {
	width:85px !important;
	height:26px !important;
	left:790px !important;
	top:432px !important;
}

#item1055 {
	width:85px !important;
	height:26px !important;
	left:1078px !important;
	top:730px !important;
}

#item1066 {
	width:85px !important;
	height:26px !important;
	left:1078px !important;
	top:500px !important;
}

#item1077 {
	width:85px !important;
	height:26px !important;
	left:1078px !important;
	top:254px !important;
}

#item4597 {
	width:214px !important;
	left:661px !important;
	top:103px !important;
	min-height:177px !important;
}

#item6830 {
	width:214px !important;
	left:652px !important;
	top:329px !important;
	min-height:88px !important;
}

#item6855 {
	width:214px !important;
	left:917px !important;
	top:344px !important;
	min-height:88px !important;
}

#item6880 {
	width:214px !important;
	left:644px !important;
	top:573px !important;
	min-height:88px !important;
}

#item6903 {
	width:214px !important;
	left:897px !important;
	top:617px !important;
	min-height:88px !important;
}

#item6535 {
	width:325px !important;
	left:86px !important;
	top:500px !important;
	min-height:167px !important;
}

#item6801 {
	width:165px !important;
	left:47px !important;
	top:89px !important;
	min-height:178px !important;
}

#item6806 {
	width:165px !important;
	left:315px !important;
	top:89px !important;
	min-height:178px !important;
}

#item13187 {
	width:595px !important;
	height:750px !important;
	top:91px !important;
}

#item13200 {
	width:57px !important;
	height:51px !important;
}

#item13197 {
	width:57px !important;
	height:51px !important;
	left:439px !important;
	top:1524px !important;
}

#item13205 {
	width:57px !important;
	height:63px !important;
}

#item13201 {
	width:57px !important;
	height:63px !important;
	left:520px !important;
	top:1524px !important;
}

#item13209 {
	width:154px !important;
	height:79px !important;
}

#item13206 {
	width:154px !important;
	height:79px !important;
	left:411px !important;
	top:489px !important;
}

#item13210 {
	width:595px !important;
	height:750px !important;
	left:595px !important;
	top:91px !important;
}

#item13223 {
	width:57px !important;
	height:51px !important;
}

#item13220 {
	width:57px !important;
	height:51px !important;
	left:441px !important;
	top:1523px !important;
}

#item13227 {
	width:57px !important;
	height:63px !important;
}

#item13224 {
	width:57px !important;
	height:63px !important;
	left:522px !important;
	top:1523px !important;
}

#item1135 {
	width:85px !important;
	height:26px !important;
	left:1070px !important;
	top:351px !important;
}

#item1146 {
	width:85px !important;
	height:26px !important;
	left:816px !important;
	top:755px !important;
}

#item4683 {
	width:287px !important;
	left:631px !important;
	top:82px !important;
	min-height:202px !important;
}

#item4708 {
	width:351px !important;
	left:748px !important;
	top:479px !important;
	min-height:157px !important;
}

#item14680 {
	width:595px !important;
	height:770px !important;
	left:2px !important;
	top:72px !important;
}

#item14691 {
	width:166px !important;
	height:68px !important;
}

#item14688 {
	width:166px !important;
	height:68px !important;
	left:150px !important;
	top:1240px !important;
}

#item14695 {
	width:61px !important;
	height:68px !important;
}

#item14692 {
	width:61px !important;
	height:68px !important;
	left:79px !important;
	top:1316px !important;
}

#item14699 {
	width:57px !important;
	height:68px !important;
}

#item14696 {
	width:57px !important;
	height:68px !important;
	left:150px !important;
	top:1316px !important;
}

#item14703 {
	width:71px !important;
	height:63px !important;
}

#item14700 {
	width:71px !important;
	height:63px !important;
	left:79px !important;
	top:1418px !important;
}

#item14707 {
	width:156px !important;
	height:20px !important;
}

#item14704 {
	width:156px !important;
	height:20px !important;
	left:92px !important;
	top:605px !important;
}

#item14711 {
	width:127px !important;
	height:14px !important;
}

#item14708 {
	width:127px !important;
	height:14px !important;
	left:92px !important;
	top:628px !important;
}

#item4744 {
	width:225px !important;
	left:140px !important;
	top:623px !important;
	min-height:192px !important;
}

#item4736 {
	width:180px !important;
	left:398px !important;
	top:643px !important;
	min-height:162px !important;
}

#item4896 {
	width:190px !important;
	left:293px !important;
	top:387px !important;
	min-height:233px !important;
}

#item1228 {
	width:85px !important;
	height:26px !important;
	left:199px !important;
	top:279px !important;
}

#item1239 {
	width:85px !important;
	height:26px !important;
	left:410px !important;
	top:361px !important;
}

#item1250 {
	width:85px !important;
	height:26px !important;
	left:27px !important;
	top:520px !important;
}

#item1261 {
	width:85px !important;
	height:26px !important;
	left:480px !important;
	top:586px !important;
}

#item1272 {
	width:85px !important;
	height:26px !important;
	left:474px !important;
	top:688px !important;
}

#item1283 {
	width:85px !important;
	height:26px !important;
	left:1070px !important;
	top:134px !important;
}

#item1294 {
	width:85px !important;
	height:26px !important;
	left:789px !important;
	top:434px !important;
}

#item1305 {
	width:85px !important;
	height:26px !important;
	left:631px !important;
	top:735px !important;
}

#item1316 {
	width:85px !important;
	height:26px !important;
	left:1077px !important;
	top:448px !important;
}

#item1327 {
	width:85px !important;
	height:26px !important;
	left:985px !important;
	top:769px !important;
}

#item4792 {
	width:182px !important;
	left:930px !important;
	top:319px !important;
	min-height:110px !important;
}

#item6400 {
	width:159px !important;
	left:607px !important;
	top:378px !important;
	min-height:155px !important;
}

#item6428 {
	width:182px !important;
	left:660px !important;
	top:72px !important;
	min-height:220px !important;
}

#item6454 {
	width:182px !important;
	left:16px !important;
	top:92px !important;
	min-height:110px !important;
}

#item6479 {
	width:182px !important;
	left:320px !important;
	top:106px !important;
	min-height:110px !important;
}

#item6506 {
	width:182px !important;
	left:36px !important;
	top:565px !important;
	min-height:183px !important;
}

#item4817 {
	width:261px !important;
	left:617px !important;
	top:579px !important;
	min-height:155px !important;
}

#item6374 {
	width:261px !important;
	left:913px !important;
	top:586px !important;
	min-height:155px !important;
}

#item4949 {
	width:175px !important;
	left:955px !important;
	top:347px !important;
	min-height:146px !important;
}

#item4924 {
	width:178px !important;
	left:687px !important;
	top:352px !important;
	min-height:186px !important;
}

#item1391 {
	width:85px !important;
	height:26px !important;
	left:88px !important;
	top:516px !important;
}

#item1402 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:451px !important;
}

#item1413 {
	width:85px !important;
	height:26px !important;
	left:935px !important;
	top:397px !important;
}

#item1424 {
	width:85px !important;
	height:26px !important;
	left:743px !important;
	top:546px !important;
}

#item1435 {
	width:85px !important;
	height:26px !important;
	left:1076px !important;
	top:537px !important;
}

#item1446 {
	width:85px !important;
	height:26px !important;
	left:1070px !important;
	top:730px !important;
}

#item1457 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:676px !important;
}

#item1468 {
	width:85px !important;
	height:26px !important;
	left:168px !important;
	top:752px !important;
}

#item4842 {
	width:163px !important;
	left:30px !important;
	top:84px !important;
	min-height:205px !important;
}

#item4871 {
	width:175px !important;
	left:43px !important;
	top:587px !important;
	min-height:130px !important;
}

#item6943 {
	width:175px !important;
	left:305px !important;
	top:587px !important;
	min-height:130px !important;
}

#item6349 {
	width:175px !important;
	left:366px !important;
	top:158px !important;
	min-height:189px !important;
}

#item6322 {
	width:178px !important;
	left:654px !important;
	top:84px !important;
	min-height:186px !important;
}

#item6295 {
	width:175px !important;
	left:698px !important;
	top:657px !important;
	min-height:146px !important;
}

#item7245 {
	width:595px !important;
	height:777px !important;
	left:1px !important;
	top:65px !important;
}

#item7259 {
	width:44px !important;
	height:50px !important;
}

#item7256 {
	width:44px !important;
	height:50px !important;
	left:452px !important;
	top:1526px !important;
}

#item7263 {
	width:54px !important;
	height:57px !important;
}

#item7260 {
	width:54px !important;
	height:57px !important;
	left:522px !important;
	top:1519px !important;
}

#item7264 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item7276 {
	width:44px !important;
	height:50px !important;
}

#item7273 {
	width:44px !important;
	height:50px !important;
	left:449px !important;
	top:1530px !important;
}

#item7280 {
	width:54px !important;
	height:57px !important;
}

#item7277 {
	width:54px !important;
	height:57px !important;
	left:519px !important;
	top:1523px !important;
}

#item1525 {
	width:85px !important;
	height:26px !important;
	left:1080px !important;
	top:408px !important;
}

#item1536 {
	width:85px !important;
	height:26px !important;
	left:1080px !important;
	top:720px !important;
}

#item4974 {
	width:195px !important;
	left:801px !important;
	top:498px !important;
	min-height:169px !important;
}

#item7003 {
	width:229px !important;
	left:735px !important;
	top:168px !important;
	min-height:169px !important;
}

#item7284 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item7296 {
	width:262px !important;
	height:58px !important;
}

#item7293 {
	width:262px !important;
	height:58px !important;
	left:52px !important;
	top:1018px !important;
}

#item1570 {
	width:85px !important;
	height:26px !important;
	left:112px !important;
	top:246px !important;
}

#item1581 {
	width:85px !important;
	height:26px !important;
	left:213px !important;
	top:259px !important;
}

#item1592 {
	width:85px !important;
	height:26px !important;
	left:486px !important;
	top:272px !important;
}

#item1603 {
	width:85px !important;
	height:26px !important;
	left:479px !important;
	top:411px !important;
}

#item1614 {
	width:85px !important;
	height:26px !important;
	left:204px !important;
	top:479px !important;
}

#item1625 {
	width:85px !important;
	height:26px !important;
	left:28px !important;
	top:744px !important;
}

#item1636 {
	width:85px !important;
	height:26px !important;
	left:293px !important;
	top:736px !important;
}

#item1647 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:717px !important;
}

#item1658 {
	width:85px !important;
	height:26px !important;
	left:710px !important;
	top:776px !important;
}

#item1669 {
	width:85px !important;
	height:26px !important;
	left:788px !important;
	top:385px !important;
}

#item5003 {
	width:165px !important;
	left:20px !important;
	top:89px !important;
	min-height:157px !important;
}

#item5028 {
	width:201px !important;
	left:197px !important;
	top:72px !important;
	min-height:179px !important;
}

#item5056 {
	width:217px !important;
	left:38px !important;
	top:341px !important;
	min-height:141px !important;
}

#item6267 {
	width:180px !important;
	left:391px !important;
	top:96px !important;
	min-height:162px !important;
}

#item5082 {
	width:201px !important;
	left:856px !important;
	top:144px !important;
	min-height:190px !important;
}

#item5105 {
	width:196px !important;
	left:828px !important;
	top:510px !important;
	min-height:215px !important;
}

#item7297 {
	width:595px !important;
	height:777px !important;
	left:2px !important;
	top:65px !important;
}

#item7309 {
	width:125px !important;
	height:26px !important;
}

#item7306 {
	width:125px !important;
	height:26px !important;
	left:23px !important;
	top:23px !important;
}

#item7313 {
	width:125px !important;
	height:26px !important;
}

#item7310 {
	width:125px !important;
	height:26px !important;
	left:461px !important;
	top:1533px !important;
}

#item7317 {
	width:48px !important;
	height:41px !important;
}

#item7314 {
	width:48px !important;
	height:41px !important;
	left:258px !important;
	top:1525px !important;
}

#item7321 {
	width:62px !important;
	height:47px !important;
}

#item7318 {
	width:62px !important;
	height:47px !important;
	left:330px !important;
	top:1525px !important;
}

#item7332 {
	width:595px !important;
	height:777px !important;
	left:597px !important;
	top:65px !important;
}

#item7343 {
	width:125px !important;
	height:26px !important;
}

#item7340 {
	width:125px !important;
	height:26px !important;
	left:451px !important;
	top:17px !important;
}

#item7347 {
	width:125px !important;
	height:26px !important;
}

#item7344 {
	width:125px !important;
	height:26px !important;
	left:448px !important;
	top:789px !important;
}

#item7351 {
	width:48px !important;
	height:41px !important;
}

#item7348 {
	width:48px !important;
	height:41px !important;
	left:235px !important;
	top:1538px !important;
}

#item7355 {
	width:62px !important;
	height:47px !important;
}

#item7352 {
	width:62px !important;
	height:47px !important;
	left:308px !important;
	top:1538px !important;
}

#item1755 {
	width:85px !important;
	height:26px !important;
	left:197px !important;
	top:229px !important;
}

#item1766 {
	width:85px !important;
	height:26px !important;
	left:212px !important;
	top:779px !important;
}

#item1777 {
	width:85px !important;
	height:26px !important;
	left:390px !important;
	top:651px !important;
}

#item1788 {
	width:85px !important;
	height:26px !important;
	left:623px !important;
	top:311px !important;
}

#item1799 {
	width:85px !important;
	height:26px !important;
	left:1076px !important;
	top:291px !important;
}

#item1810 {
	width:85px !important;
	height:26px !important;
	left:781px !important;
	top:739px !important;
}

#item1821 {
	width:85px !important;
	height:26px !important;
	left:1080px !important;
	top:699px !important;
}

#item5130 {
	width:173px !important;
	left:21px !important;
	top:66px !important;
	min-height:207px !important;
}

#item5161 {
	width:133px !important;
	left:381px !important;
	top:229px !important;
	min-height:163px !important;
}

#item5186 {
	width:225px !important;
	left:57px !important;
	top:469px !important;
	min-height:257px !important;
}

#item5211 {
	width:220px !important;
	left:646px !important;
	top:83px !important;
	min-height:214px !important;
}

#item5236 {
	width:225px !important;
	left:935px !important;
	top:74px !important;
	min-height:156px !important;
}

#item5266 {
	width:252px !important;
	left:908px !important;
	top:469px !important;
	min-height:141px !important;
}

#item6241 {
	width:252px !important;
	left:631px !important;
	top:557px !important;
	min-height:141px !important;
}

#item1849 {
	width:85px !important;
	height:26px !important;
	left:432px !important;
	top:778px !important;
}

#item1860 {
	width:85px !important;
	height:26px !important;
	left:839px !important;
	top:778px !important;
}

#item5291 {
	width:140px !important;
	left:147px !important;
	top:259px !important;
	min-height:245px !important;
}

#item1896 {
	width:85px !important;
	height:26px !important;
	left:284px !important;
	top:369px !important;
}

#item1907 {
	width:85px !important;
	height:26px !important;
	left:485px !important;
	top:713px !important;
}

#item5321 {
	width:159px !important;
	left:57px !important;
	top:74px !important;
	min-height:252px !important;
}

#item6215 {
	width:159px !important;
	left:51px !important;
	top:474px !important;
	min-height:252px !important;
}

#item13372 {
	width:595px !important;
	height:783px !important;
	left:595px !important;
	top:59px !important;
}

#item13393 {
	width:72px !important;
	height:43px !important;
}

#item13390 {
	width:72px !important;
	height:43px !important;
	left:512px !important;
	top:1538px !important;
}

#item13398 {
	width:72px !important;
	height:43px !important;
}

#item13394 {
	width:72px !important;
	height:43px !important;
	left:423px !important;
	top:1538px !important;
}

#item13402 {
	width:126px !important;
	height:47px !important;
}

#item13399 {
	width:126px !important;
	height:47px !important;
	left:207px !important;
	top:777px !important;
}

#item13418 {
	width:595px !important;
	height:794px !important;
	top:48px !important;
}

#item13436 {
	width:72px !important;
	top:28px !important;
	min-height:19px !important;
}

#item13462 {
	width:49px !important;
	height:43px !important;
}

#item13459 {
	width:49px !important;
	height:43px !important;
	left:541px !important;
	top:1517px !important;
}

#item13466 {
	width:72px !important;
	height:43px !important;
}

#item13463 {
	width:72px !important;
	height:43px !important;
	left:444px !important;
	top:1517px !important;
}

#item13467 {
	width:595px !important;
	height:794px !important;
	left:595px !important;
	top:48px !important;
}

#item13482 {
	width:72px !important;
	top:28px !important;
	min-height:19px !important;
}

#item13508 {
	width:49px !important;
	height:43px !important;
}

#item13505 {
	width:49px !important;
	height:43px !important;
	left:536px !important;
	top:1517px !important;
}

#item13512 {
	width:72px !important;
	height:43px !important;
}

#item13509 {
	width:72px !important;
	height:43px !important;
	left:439px !important;
	top:1517px !important;
}

#item1981 {
	width:85px !important;
	height:26px !important;
	left:206px !important;
	top:398px !important;
}

#item1992 {
	width:85px !important;
	height:26px !important;
	left:316px !important;
	top:351px !important;
}

#item2003 {
	width:85px !important;
	height:26px !important;
	left:373px !important;
	top:591px !important;
}

#item2014 {
	width:85px !important;
	height:26px !important;
	left:481px !important;
	top:752px !important;
}

#item2025 {
	width:85px !important;
	height:26px !important;
	left:747px !important;
	top:767px !important;
}

#item2036 {
	width:85px !important;
	height:26px !important;
	left:913px !important;
	top:748px !important;
}

#item5346 {
	width:215px !important;
	left:33px !important;
	top:81px !important;
	min-height:194px !important;
}

#item5374 {
	width:229px !important;
	left:332px !important;
	top:137px !important;
	min-height:138px !important;
}

#item6188 {
	width:165px !important;
	left:71px !important;
	top:467px !important;
	min-height:188px !important;
}

#item5400 {
	width:121px !important;
	left:649px !important;
	top:192px !important;
	min-height:532px !important;
}

#item10064 {
	width:300px !important;
	left:874px !important;
	top:51px !important;
	min-height:11px !important;
	padding:1px;
}

#item10017 {
	width:105px !important;
	left:18px !important;
	top:58px !important;
	min-height:11px !important;
	padding:1px;
}

#item2066 {
	width:85px !important;
	height:26px !important;
	left:495px !important;
	top:79px !important;
}

#item7027 {
	width:310px !important;
	left:64px !important;
	top:162px !important;
	min-height:288px !important;
}

#item7521 {
	width:595px !important;
	height:794px !important;
	left:595px !important;
	top:48px !important;
}

#item7523 {
	width:595px !important;
	height:1660px !important;
	background:#fff;
}

#item7545 {
	width:45px !important;
	left:68px !important;
	top:18px !important;
	min-height:20px !important;
}

#item7571 {
	width:74px !important;
	height:54px !important;
}

#item7568 {
	width:74px !important;
	height:54px !important;
	left:89px !important;
	top:11px !important;
}

#item7575 {
	width:74px !important;
	height:54px !important;
}

#item7572 {
	width:74px !important;
	height:54px !important;
}

#item2100 {
	width:85px !important;
	height:26px !important;
	left:975px !important;
	top:412px !important;
}

#item2111 {
	width:85px !important;
	height:26px !important;
	left:1085px !important;
	top:787px !important;
}

#item5454 {
	width:247px !important;
	left:776px !important;
	top:513px !important;
	min-height:170px !important;
}

#item5585 {
	width:266px !important;
	left:709px !important;
	top:151px !important;
	min-height:129px !important;
}

#item7576 {
	width:595px !important;
	height:794px !important;
	top:48px !important;
}

#item7578 {
	width:595px !important;
	height:1660px !important;
	background:#fff;
}

#item7593 {
	width:45px !important;
	left:68px !important;
	top:18px !important;
	min-height:20px !important;
}

#item7619 {
	width:74px !important;
	height:54px !important;
}

#item7616 {
	width:74px !important;
	height:54px !important;
	left:89px !important;
	top:11px !important;
}

#item7623 {
	width:74px !important;
	height:54px !important;
}

#item7620 {
	width:74px !important;
	height:54px !important;
}

#item2192 {
	width:85px !important;
	height:26px !important;
	left:432px !important;
	top:257px !important;
}

#item2203 {
	width:85px !important;
	height:26px !important;
	left:202px !important;
	top:468px !important;
}

#item2214 {
	width:85px !important;
	height:26px !important;
	left:202px !important;
	top:727px !important;
}

#item2225 {
	width:85px !important;
	height:26px !important;
	left:483px !important;
	top:727px !important;
}

#item2236 {
	width:85px !important;
	height:26px !important;
	left:796px !important;
	top:753px !important;
}

#item2247 {
	width:85px !important;
	height:26px !important;
	left:1087px !important;
	top:779px !important;
}

#item2258 {
	width:85px !important;
	height:26px !important;
	left:1087px !important;
	top:509px !important;
}

#item2269 {
	width:85px !important;
	height:26px !important;
	left:803px !important;
	top:588px !important;
}

#item2280 {
	width:85px !important;
	height:26px !important;
	left:791px !important;
	top:218px !important;
}

#item5479 {
	width:197px !important;
	left:58px !important;
	top:85px !important;
	min-height:185px !important;
}

#item5504 {
	width:182px !important;
	left:19px !important;
	top:326px !important;
	min-height:136px !important;
}

#item5529 {
	width:221px !important;
	left:321px !important;
	top:495px !important;
	min-height:158px !important;
}

#item6153 {
	width:221px !important;
	left:37px !important;
	top:566px !important;
	min-height:158px !important;
}

#item5554 {
	width:171px !important;
	left:958px !important;
	top:78px !important;
	min-height:163px !important;
}

#item5610 {
	width:165px !important;
	left:644px !important;
	top:310px !important;
	min-height:199px !important;
}

#item5635 {
	width:241px !important;
	left:899px !important;
	top:283px !important;
	min-height:137px !important;
}

#item5663 {
	width:241px !important;
	left:904px !important;
	top:641px !important;
	min-height:126px !important;
}

#item6126 {
	width:241px !important;
	left:646px !important;
	top:626px !important;
	min-height:126px !important;
}

#item13623 {
	width:595px !important;
	height:787px !important;
	top:54px !important;
}

#item13635 {
	width:163px !important;
	height:35px !important;
}

#item13632 {
	width:163px !important;
	height:35px !important;
	left:275px !important;
	top:488px !important;
}

#item13639 {
	width:108px !important;
	height:31px !important;
}

#item13636 {
	width:108px !important;
	height:31px !important;
	left:289px !important;
	top:703px !important;
}

#item13643 {
	width:82px !important;
	height:26px !important;
}

#item13640 {
	width:82px !important;
	height:26px !important;
	left:408px !important;
	top:703px !important;
}

#item13647 {
	width:136px !important;
	height:26px !important;
}

#item13644 {
	width:136px !important;
	height:26px !important;
	left:408px !important;
	top:734px !important;
}

#item13656 {
	width:48px !important;
	left:29px !important;
	top:5px !important;
	min-height:26px !important;
}

#item13682 {
	width:45px !important;
	height:43px !important;
}

#item13679 {
	width:45px !important;
	height:43px !important;
}

#item13686 {
	width:63px !important;
	height:43px !important;
}

#item13683 {
	width:63px !important;
	height:43px !important;
	left:65px !important;
}

#item13687 {
	width:595px !important;
	height:787px !important;
	left:595px !important;
	top:55px !important;
}

#item13699 {
	width:190px !important;
	height:64px !important;
}

#item13696 {
	width:190px !important;
	height:64px !important;
	left:45px !important;
	top:357px !important;
}

#item13704 {
	width:197px !important;
	height:60px !important;
}

#item13700 {
	width:197px !important;
	height:60px !important;
	left:198px !important;
	top:1128px !important;
}

#item13713 {
	width:48px !important;
	left:29px !important;
	top:5px !important;
	min-height:26px !important;
}

#item13739 {
	width:45px !important;
	height:43px !important;
}

#item13736 {
	width:45px !important;
	height:43px !important;
}

#item13743 {
	width:63px !important;
	height:43px !important;
}

#item13740 {
	width:63px !important;
	height:43px !important;
	left:65px !important;
}

#item2350 {
	width:85px !important;
	height:26px !important;
	left:621px !important;
	top:395px !important;
}

#item2361 {
	width:85px !important;
	height:26px !important;
	left:1073px !important;
	top:288px !important;
}

#item2372 {
	width:85px !important;
	height:26px !important;
	left:1069px !important;
	top:715px !important;
}

#item2383 {
	width:85px !important;
	height:26px !important;
	left:793px !important;
	top:614px !important;
}

#item5688 {
	width:211px !important;
	left:630px !important;
	top:121px !important;
	min-height:162px !important;
}

#item5717 {
	width:229px !important;
	left:925px !important;
	top:85px !important;
	min-height:168px !important;
}

#item5955 {
	width:258px !important;
	left:883px !important;
	top:454px !important;
	min-height:206px !important;
}

#item6100 {
	width:247px !important;
	left:614px !important;
	top:649px !important;
	min-height:157px !important;
}

#item13824 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item13837 {
	width:197px !important;
	height:48px !important;
}

#item13834 {
	width:197px !important;
	height:48px !important;
	left:249px !important;
	top:438px !important;
}

#item13841 {
	width:197px !important;
	height:55px !important;
}

#item13838 {
	width:197px !important;
	height:55px !important;
	left:187px !important;
	top:811px !important;
}

#item13851 {
	width:48px !important;
	left:29px !important;
	top:5px !important;
	min-height:26px !important;
}

#item13877 {
	width:45px !important;
	height:43px !important;
}

#item13874 {
	width:45px !important;
	height:43px !important;
}

#item13881 {
	width:63px !important;
	height:43px !important;
}

#item13878 {
	width:63px !important;
	height:43px !important;
	left:65px !important;
}

#item6017 {
	width:263px !important;
	left:899px !important;
	top:614px !important;
	min-height:122px !important;
}

#item5770 {
	width:263px !important;
	left:611px !important;
	top:599px !important;
	min-height:122px !important;
}

#item5821 {
	width:318px !important;
	left:617px !important;
	top:240px !important;
	min-height:192px !important;
}

#item2454 {
	width:85px !important;
	height:26px !important;
	left:133px !important;
	top:342px !important;
}

#item2465 {
	width:85px !important;
	height:26px !important;
	left:357px !important;
	top:721px !important;
}

#item2476 {
	width:85px !important;
	height:26px !important;
	left:618px !important;
	top:83px !important;
}

#item2487 {
	width:85px !important;
	height:26px !important;
	left:794px !important;
	top:448px !important;
}

#item2498 {
	width:85px !important;
	height:26px !important;
	left:1086px !important;
	top:574px !important;
}

#item2509 {
	width:85px !important;
	height:26px !important;
	left:941px !important;
	top:635px !important;
}

#item2520 {
	width:85px !important;
	height:26px !important;
	left:660px !important;
	top:747px !important;
}

#item5742 {
	width:221px !important;
	left:234px !important;
	top:75px !important;
	min-height:272px !important;
}

#item6070 {
	width:221px !important;
	left:47px !important;
	top:464px !important;
	min-height:272px !important;
}

#item5793 {
	width:229px !important;
	left:921px !important;
	top:312px !important;
	min-height:183px !important;
}

#item6043 {
	width:233px !important;
	left:660px !important;
	top:83px !important;
	min-height:144px !important;
}

#item13914 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item13926 {
	width:38px !important;
	height:47px !important;
}

#item13923 {
	width:38px !important;
	height:47px !important;
	left:466px !important;
	top:1498px !important;
}

#item13930 {
	width:38px !important;
	height:47px !important;
}

#item13927 {
	width:38px !important;
	height:47px !important;
	left:540px !important;
	top:1498px !important;
}

#item13931 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item13943 {
	width:38px !important;
	height:47px !important;
}

#item13940 {
	width:38px !important;
	height:47px !important;
	left:468px !important;
	top:1500px !important;
}

#item13947 {
	width:38px !important;
	height:47px !important;
}

#item13944 {
	width:38px !important;
	height:47px !important;
	left:542px !important;
	top:1500px !important;
}

#item2583 {
	width:85px !important;
	height:26px !important;
	left:893px !important;
	top:239px !important;
}

#item2594 {
	width:85px !important;
	height:26px !important;
	left:793px !important;
	top:494px !important;
}

#item2605 {
	width:85px !important;
	height:26px !important;
	left:904px !important;
	top:459px !important;
}

#item2616 {
	width:85px !important;
	height:26px !important;
	left:999px !important;
	top:752px !important;
}

#item5846 {
	width:229px !important;
	left:645px !important;
	top:65px !important;
	min-height:201px !important;
}

#item5873 {
	width:225px !important;
	left:929px !important;
	top:282px !important;
	min-height:157px !important;
}

#item5898 {
	width:196px !important;
	left:662px !important;
	top:348px !important;
	min-height:111px !important;
}

#item5923 {
	width:229px !important;
	left:750px !important;
	top:600px !important;
	min-height:104px !important;
}

#item14600 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item14611 {
	width:103px !important;
	height:43px !important;
}

#item14608 {
	width:103px !important;
	height:43px !important;
	left:154px !important;
	top:1108px !important;
}

#item14616 {
	width:103px !important;
	height:43px !important;
}

#item14612 {
	width:103px !important;
	height:43px !important;
	left:36px !important;
	top:1137px !important;
}

#item14620 {
	width:103px !important;
	height:43px !important;
}

#item14617 {
	width:103px !important;
	height:43px !important;
	left:146px !important;
	top:1164px !important;
}

#item14624 {
	width:178px !important;
	height:71px !important;
}

#item14621 {
	width:178px !important;
	height:71px !important;
	left:381px !important;
	top:241px !important;
}

#item2653 {
	width:85px !important;
	height:26px !important;
	left:491px !important;
	top:405px !important;
}

#item2664 {
	width:85px !important;
	height:26px !important;
	left:491px !important;
	top:779px !important;
}

#item5980 {
	width:281px !important;
	left:158px !important;
	top:94px !important;
	min-height:305px !important;
}

#item6005 {
	width:238px !important;
	left:158px !important;
	top:556px !important;
	min-height:177px !important;
}

#item13979 {
	width:595px !important;
	height:777px !important;
	left:595px !important;
	top:65px !important;
}

#item13996 {
	width:45px !important;
	left:28px !important;
	top:4px !important;
	min-height:20px !important;
}

#item14023 {
	width:74px !important;
	height:54px !important;
}

#item14020 {
	width:74px !important;
	height:54px !important;
	left:98px !important;
}

#item14027 {
	width:74px !important;
	height:54px !important;
}

#item14024 {
	width:74px !important;
	height:54px !important;
}

#item14031 {
	width:255px !important;
	height:40px !important;
}

#item14028 {
	width:255px !important;
	height:40px !important;
	left:298px !important;
	top:1208px !important;
}

#item14036 {
	width:84px !important;
	height:40px !important;
}

#item14032 {
	width:84px !important;
	height:40px !important;
	left:14px !important;
	top:1222px !important;
}

#item14041 {
	width:181px !important;
	height:55px !important;
}

#item14038 {
	width:181px !important;
	height:55px !important;
	left:354px !important;
	top:608px !important;
}

#item14065 {
	width:595px !important;
	height:777px !important;
	top:65px !important;
}

#item14082 {
	width:45px !important;
	left:28px !important;
	top:4px !important;
	min-height:20px !important;
}

#item14108 {
	width:74px !important;
	height:54px !important;
}

#item14105 {
	width:74px !important;
	height:54px !important;
	left:98px !important;
}

#item14112 {
	width:74px !important;
	height:54px !important;
}

#item14109 {
	width:74px !important;
	height:54px !important;
}

#item14116 {
	width:283px !important;
	height:64px !important;
}

#item14113 {
	width:283px !important;
	height:64px !important;
	left:214px !important;
	top:126px !important;
}

#item14120 {
	width:211px !important;
	height:64px !important;
}

#item14117 {
	width:211px !important;
	height:64px !important;
	left:24px !important;
	top:635px !important;
}

#item14124 {
	width:112px !important;
	height:47px !important;
}

#item14121 {
	width:112px !important;
	height:47px !important;
	left:407px !important;
	top:1388px !important;
}

#item14128 {
	width:232px !important;
	height:38px !important;
}

#item14125 {
	width:232px !important;
	height:38px !important;
	left:212px !important;
	top:1478px !important;
}

#item14146 {
	width:45px !important;
	left:28px !important;
	top:4px !important;
	min-height:19px !important;
}

#item14172 {
	width:74px !important;
	height:53px !important;
}

#item14169 {
	width:74px !important;
	height:53px !important;
	left:98px !important;
}

#item14176 {
	width:74px !important;
	height:53px !important;
}

#item14173 {
	width:74px !important;
	height:53px !important;
}

#item14180 {
	width:227px !important;
	height:62px !important;
}

#item14177 {
	width:227px !important;
	height:62px !important;
	left:51px !important;
	top:130px !important;
}

#item14348 {
	width:446px !important;
	left:393px !important;
	top:115px !important;
	min-height:205px !important;
}

#item14371_container {
	width:897px !important;
	height:589px !important;
	left:168px !important;
	top:196px !important;
}

p.autoParaStyle13 {
	font-weight:bold;
	font-family:"DIN Alternate",sans-serif;
	font-size:24px;
	line-height:28.8px;
	color:#4a4949;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:center;
}

p.autoParaStyle12 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:15px;
	line-height:18px;
	color:#575756;
	letter-spacing:0.020em;
	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:center;
}

p.autoParaStyle11 {
	font-weight:900;
	font-family:roboto,Roboto,sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:#6f6f6e;
	letter-spacing:0.020em;
	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:left;
}

p.autoParaStyle10 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:15px;
	line-height:18px;
	color:#000;
	letter-spacing:0.020em;
	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:center;
}

p.autoParaStyle9 {
	font-family:"D-DIN Exp",sans-serif;
	font-size:8px;
	line-height:9.6px;
	color:#3c3c3b;
	letter-spacing:0.010em;
	text-transform:uppercase;
	text-align:left;
}

p.autoParaStyle8 {
	font-family:"D-DIN Exp",sans-serif;
	font-size:11px;
	line-height:13.2px;
	color:#3c3c3b;
	letter-spacing:0.010em;
	text-transform:uppercase;
	text-align:right;
}

p.autoParaStyle7 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:#000;
	letter-spacing:0.020em;
	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:center;
}

p.autoParaStyle6 {
	font-weight:bold;
	font-family:roboto,Roboto,sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	letter-spacing:0.020em;
	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:center;
}

p.autoParaStyle5 {
	font-weight:500;
	font-family:"Avenir Next",sans-serif;
	font-size:14px;
	line-height:16.8px;
	color:#fff;
	letter-spacing:0.020em;
	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.autoParaStyle4 {
	font-weight:500;
	font-family:"Avenir Next Condensed",sans-serif;
	font-stretch:condensed;
	font-size:14.5px;
	line-height:18px;
	color:#4a4949;
	letter-spacing:0.020em;
	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:left;
}

p.autoParaStyle3 {
	font-weight:300;
	font-family:"Minion Pro",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.autoParaStyle2 {
	font-family:D-DIN,sans-serif;
	font-size:14px;
	line-height:16px;
	color:#4a4949;
	letter-spacing:0.010em;
	text-align:left;
}

p.autoParaStyle1 {
	font-weight:bold;
	font-family:"Avenir Next","Arial Black", Gadget, sans-serif;
	font-size:57.5px;
	line-height:69px;
	color:#4a4949;
	letter-spacing:0.020em;
	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;
}

h3.h3 {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	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.Listing-body-copy {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	color:transparent;
	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;
}

h3.Listing-Headings {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	color:transparent;
	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;
}

h2.h2 {
	font-family:poppins,Poppins;
	font-size:10px;
	line-height:12px;
	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;
}

h1.h1 {
	font-family:poppins,Poppins;
	font-size:14px;
	line-height:16.8px;
	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.Normal {
	font-weight:500;
	font-family:"Helvetica (T1)",sans-serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	text-align:left;
}

p.Basic-Paragraph {
	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.No-Paragraph-Style {
	font-family:"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14.4px;
	color:#000;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:left;
}

span.autoCharStyle4 {
	font-weight:500;
	font-family:"Helvetica (T1)",sans-serif;
	font-size:11px;
	color:#000;
}

span.autoCharStyle3 {
	font-weight:500;
	font-family:"Helvetica (T1)",sans-serif;
	font-size:8px;
	color:#000;
}

span.autoCharStyle2 {
	font-weight:bold;
	font-family:"Avenir Next Condensed",Impact, Charcoal, sans-serif;
	font-stretch:condensed;
}

span.autoCharStyle1 {
	font-weight:300;
	font-family:poppins,Poppins;
}

span.Normal {
	font-weight:500;
	font-family:"Helvetica (T1)",sans-serif;
	font-size:12px;
	color:#000;
}

span.None {
}
#in5footer,  #prefooter {display:none;}

#loadIndicator{display:none;}
