/* 	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; }
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; width:100%; top:0; left:0; }
#container-wrap, #container { min-height: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],[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[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.tall-page {overflow-y:auto;}

#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;}
@media all and (-ms-high-contrast:none){ *::-ms-backdrop,.svg-img{width:100%;} }
.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;
}
.pageItem p img { vertical-align:text-top; }
.pageItem p input, .pageItem p button {display:inline;}
.pageItem p .hidden, .details {visibility:hidden; }
#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 {
	position:relative; float:left; height:100%; width:100%; 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;
    opacity:0;
}
body.loaded #container > .page { opacity:1; }/*do show scaling of multi-page*/
body:not(.zoomed)
#container/*, .page-scale-wrap*/ {/*desktop scaling transitions*/

     /* code here by : husien */

    /* -webkit-transition:-webkit-transform .5s;

    transition:transform .5s; */

}
.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 { 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 {
	-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; top:50%; overflow:visible;
}

.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;
}

/*video skins*/
.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 {overflow:hidden;}

.mejs-audio.mejs-no-controls { display:none; }

.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%; }

.page.ls { bottom:auto !important; }

nav#page-nav { display:none; }
html.nav-transition nav#page-nav { opacity:.3; pointer-events:none; }
nav#page-nav > button {
	display:block; position:fixed;
	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;
}	
nav#page-nav > button:hover { opacity:1; }
nav#page-nav > #backBtn { left:0; }
nav#page-nav > #nextBtn { right:0; 
	-ms-transform:scaleX(-1);
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1);
}

.hidden { display:none !important; }
.mso, .group, .mso > .state { pointer-events:none; }
.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; }
.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; }

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:not(.safari a>button).has-down:active .state.btn-down { display:block; }
html:not(.zz) button:not(.safari a>button).has-down:active .state.btn-off, html:not(.zz) button:not(.safari a>button).has-down:active .state.btn-on { display:none; }

.align-vert { display:table; }
[class^="valign"] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
}
.valign-bottom { vertical-align:bottom; }
[class^="valign"] > p { position:relative; }

.flex-image, .fill-image { background-repeat:no-repeat; }
.flex-image { background-size:contain; background-position:center; }
.fill-image { background-size:cover; }

/*tabs*/
p.tabs, p.tabs > a { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex; 
}
p.tabs > a {
	width:100%;
	width:-moz-available;
	width:-webkit-fill-available;
}
p.tabs span.tabbed-right { 
	-ms-flex-grow:1; 
	-webkit-flex-grow:1; 
	flex-grow:1; 
	text-align:right; 
}
p.tabs span.tabbed-center { 
	-ms-flex-grow:50; 
	-webkit-flex-grow:50; 
	flex-grow:50; 
	text-align:center; 
}
span.tabbed-standard { text-indent:1.5ex;padding-left:1.5ex; }

/*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:500px; height:600px; }
.page { width:500px; height:600px; background: #fff !important; }
.paper-vertical { width:500px; height:100%; }
.paper-horizontal { width:10px; height:600px; margin-top:-300.00px; }
@media all and (max-height:600px) {
	.paper-horizontal { margin:0;top:0;}
	#container > .page { margin:0 auto;}/*pos top for webkit+baker*/
	.anythingSlider-in5 .arrow a { margin: -68px 0 0 0; }
}
@media all and (max-width:500px) {
	.paper-vertical .page, .paper-horizontal .page, .anythingSlider-in5 { padding:0;margin:0;top:0;border:0; }
	.paper-vertical, .paper-horizontal { padding:0; }
}
@font-face {
	font-family:FF-MinionPro-Regular;
	src:url("../fonts/MinionPro-Regular.otf");
}

@font-face {
	font-family:FF-Cairo-Bold;
	src:url("../fonts/Cairo-Bold_2.ttf");
	font-weight:bold;
}

@font-face {
	font-family:FF-Cairo-SemiBold;
	src:url("../fonts/Cairo-SemiBold_0.ttf");
	font-weight:bold;
}

#item743 {
	width:280px !important;
	left:211px !important;
	top:-1px !important;
	min-height:60px !important;
	direction:rtl;
}

#item1276 {
	width:130px !important;
	left:189px !important;
	top:702px !important;
	min-height:21px !important;
	direction:rtl;
}

#item1299 {
	width:209px !important;
	left:149px !important;
	top:297px !important;
	min-height:21px !important;
	direction:rtl;
}

#item1322 {
	width:209px !important;
	left:149px !important;
	top:1029px !important;
	min-height:21px !important;
	direction:rtl;
}

#item1346 {
	width:209px !important;
	left:149px !important;
	top:1409px !important;
	min-height:21px !important;
	direction:rtl;
}

#item1369 {
	width:105px !important;
	left:3px !important;
	top:32px !important;
	min-height:87px !important;
	direction:rtl;
}

#item1998 {
	width:110px !important;
	height:121px !important;
	left:349px !important;
	top:726px !important;
}

#item768 {
	width:90px !important;
	left:3px !important;
	top:34px !important;
	min-height:69px !important;
	direction:rtl;
}

#item1971 {
	width:95px !important;
	height:105px !important;
	left:395px !important;
	top:315px !important;
}

#item1045 {
	width:90px !important;
	left:3px !important;
	top:42px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1980 {
	width:95px !important;
	height:95px !important;
	left:270px !important;
	top:332px !important;
}

#item860 {
	width:90px !important;
	left:3px !important;
	top:42px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1982 {
	width:95px !important;
	height:95px !important;
	left:144px !important;
	top:332px !important;
}

#item1183 {
	width:90px !important;
	left:3px !important;
	top:41px !important;
	min-height:87px !important;
	direction:rtl;
}

#item1984 {
	width:95px !important;
	height:130px !important;
	left:19px !important;
	top:308px !important;
}

#item999 {
	width:90px !important;
	left:3px !important;
	top:40px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1995 {
	width:95px !important;
	height:93px !important;
	left:208px !important;
	top:526px !important;
}

#item929 {
	width:90px !important;
	left:3px !important;
	top:38px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1990 {
	width:95px !important;
	height:92px !important;
	left:144px !important;
	top:437px !important;
}

#item1114 {
	width:90px !important;
	left:3px !important;
	top:35px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1988 {
	width:95px !important;
	height:88px !important;
	left:270px !important;
	top:441px !important;
}

#item814 {
	width:90px !important;
	left:3px !important;
	top:37px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1986 {
	width:95px !important;
	height:91px !important;
	left:395px !important;
	top:471px !important;
}

#item1230 {
	width:90px !important;
	left:3px !important;
	top:35px !important;
	min-height:70px !important;
	direction:rtl;
}

#item1579 {
	width:12px !important;
	height:1px !important;
	left:4px !important;
	top:4px !important;
	background:#c4973c;
}

#item1996 {
	width:95px !important;
	height:107px !important;
	left:19px !important;
	top:470px !important;
}

#item1622 {
	width:130px !important;
	left:189px !important;
	top:94px !important;
	min-height:21px !important;
	direction:rtl;
}

#item1647 {
	width:5px !important;
	height:6px !important;
	left:13px !important;
	top:26px !important;
	background:#8c8c8c;
}

#item1419 {
	width:105px !important;
	left:3px !important;
	top:44px !important;
	min-height:69px !important;
	direction:rtl;
}

#item1655 {
	width:9px !important;
	height:1px !important;
	left:8px !important;
	top:20px !important;
	background:#c4973c;
}

#item1656 {
	width:4px !important;
	height:1px !important;
	left:19px !important;
	top:20px !important;
	background:#c4973c;
}

#item1657 {
	width:13px !important;
	height:1px !important;
	left:8px !important;
	top:22px !important;
	background:#c4973c;
}

#item1658 {
	width:4px !important;
	height:1px !important;
	left:22px !important;
	top:22px !important;
	background:#c4973c;
}

#item2000 {
	width:110px !important;
	height:116px !important;
	left:205px !important;
	top:739px !important;
}

#item1393 {
	width:105px !important;
	left:3px !important;
	top:35px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1664 {
	width:7px !important;
	height:1px !important;
	left:2px !important;
	top:5px !important;
	background:#c4973c;
}

#item1665 {
	width:6px !important;
	height:1px !important;
	left:27px !important;
	top:5px !important;
	background:#c4973c;
}

#item2002 {
	width:110px !important;
	height:88px !important;
	left:48px !important;
	top:726px !important;
}

#item1022 {
	width:119px !important;
	left:3px !important;
	top:38px !important;
	min-height:69px !important;
	direction:rtl;
}

#item2006 {
	width:124px !important;
	height:110px !important;
	left:111px !important;
	top:849px !important;
}

#item1160 {
	width:111px !important;
	left:3px !important;
	top:41px !important;
	min-height:69px !important;
	direction:rtl;
}

#item2004 {
	width:116px !important;
	height:112px !important;
	left:289px !important;
	top:847px !important;
}

#item1137 {
	width:90px !important;
	left:3px !important;
	top:43px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1683 {
	width:16px !important;
	height:1px !important;
	left:3px !important;
	top:11px !important;
	background:#c4973c;
}

#item1685 {
	width:16px !important;
	height:1px !important;
	left:3px !important;
	top:14px !important;
	background:#c4973c;
}

#item1686 {
	width:16px !important;
	height:1px !important;
	left:3px !important;
	top:17px !important;
	background:#c4973c;
}

#item1687 {
	width:16px !important;
	height:1px !important;
	left:3px !important;
	top:22px !important;
	background:#c4973c;
}

#item1688 {
	width:16px !important;
	height:1px !important;
	left:3px !important;
	top:25px !important;
	background:#c4973c;
}

#item1690 {
	width:16px !important;
	height:1px !important;
	left:3px !important;
	top:29px !important;
	background:#c4973c;
}

#item2020 {
	width:95px !important;
	height:96px !important;
	left:270px !important;
	top:1164px !important;
}

#item975 {
	width:90px !important;
	left:3px !important;
	top:38px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1692 {
	width:8px !important;
	height:1px !important;
	left:16px !important;
	top:12px !important;
	background:#c4973c;
}

#item1693 {
	width:7px !important;
	height:1px !important;
	left:6px !important;
	top:3px !important;
	background:#c4973c;
}

#item1694 {
	width:7px !important;
	height:1px !important;
	left:6px !important;
	top:5px !important;
	background:#c4973c;
}

#item1695 {
	width:7px !important;
	height:1px !important;
	left:6px !important;
	top:7px !important;
	background:#c4973c;
}

#item1696 {
	width:7px !important;
	height:1px !important;
	left:6px !important;
	top:12px !important;
	background:#c4973c;
}

#item1697 {
	width:7px !important;
	height:1px !important;
	left:6px !important;
	top:8px !important;
	background:#c4973c;
}

#item1698 {
	width:7px !important;
	height:1px !important;
	left:6px !important;
	top:10px !important;
	background:#c4973c;
}

#item1699 {
	width:8px !important;
	height:1px !important;
	left:16px !important;
	top:5px !important;
	background:#c4973c;
}

#item1700 {
	width:8px !important;
	height:1px !important;
	left:16px !important;
	top:3px !important;
	background:#c4973c;
}

#item1702 {
	width:8px !important;
	height:1px !important;
	left:16px !important;
	top:7px !important;
	background:#c4973c;
}

#item1703 {
	width:8px !important;
	height:1px !important;
	left:16px !important;
	top:8px !important;
	background:#c4973c;
}

#item1705 {
	width:8px !important;
	height:1px !important;
	left:16px !important;
	top:10px !important;
	background:#c4973c;
}

#item2029 {
	width:95px !important;
	height:91px !important;
	left:208px !important;
	top:1248px !important;
}

#item1253 {
	width:90px !important;
	left:3px !important;
	top:38px !important;
	min-height:51px !important;
	direction:rtl;
}

#item2027 {
	width:95px !important;
	height:91px !important;
	left:19px !important;
	top:1197px !important;
}

#item952 {
	width:90px !important;
	left:3px !important;
	top:37px !important;
	min-height:51px !important;
	direction:rtl;
}

#item2025 {
	width:95px !important;
	height:90px !important;
	left:144px !important;
	top:1169px !important;
}

#item837 {
	width:90px !important;
	left:3px !important;
	top:43px !important;
	min-height:51px !important;
	direction:rtl;
}

#item2018 {
	width:95px !important;
	height:96px !important;
	left:395px !important;
	top:1196px !important;
}

#item791 {
	width:90px !important;
	left:3px !important;
	top:34px !important;
	min-height:69px !important;
	direction:rtl;
}

#item1721 {
	width:11px !important;
	height:1px !important;
	left:12px !important;
	top:16px !important;
	background:#c4973c;
}

#item1723 {
	width:8px !important;
	height:1px !important;
	left:13px !important;
	top:13px !important;
	background:#c4973c;
}

#item2010 {
	width:95px !important;
	height:106px !important;
	left:395px !important;
	top:1045px !important;
}

#item1206 {
	width:90px !important;
	left:3px !important;
	top:40px !important;
	min-height:87px !important;
	direction:rtl;
}

#item1729 {
	width:11px !important;
	height:1px !important;
	left:10px !important;
	top:9px !important;
	background:#c4973c;
}

#item1730 {
	width:8px !important;
	height:1px !important;
	left:10px !important;
	top:11px !important;
	background:#c4973c;
}

#item1731 {
	width:2px !important;
	height:1px !important;
	left:19px !important;
	top:11px !important;
	background:#c4973c;
}

#item1732 {
	width:6px !important;
	height:1px !important;
	left:10px !important;
	top:13px !important;
	background:#c4973c;
}

#item1733 {
	width:2px !important;
	height:1px !important;
	left:16px !important;
	top:13px !important;
	background:#c4973c;
}

#item1734 {
	width:8px !important;
	height:1px !important;
	left:10px !important;
	top:14px !important;
	background:#c4973c;
}

#item1735 {
	width:2px !important;
	height:1px !important;
	left:19px !important;
	top:14px !important;
	background:#c4973c;
}

#item1736 {
	width:8px !important;
	height:1px !important;
	left:10px !important;
	top:16px !important;
	background:#c4973c;
}

#item2016 {
	width:95px !important;
	height:130px !important;
	left:19px !important;
	top:1039px !important;
}

#item1068 {
	width:90px !important;
	left:3px !important;
	top:35px !important;
	min-height:51px !important;
	direction:rtl;
}

#item2012 {
	width:95px !important;
	height:88px !important;
	left:270px !important;
	top:1070px !important;
}

#item883 {
	width:97px !important;
	left:3px !important;
	top:35px !important;
	min-height:51px !important;
	direction:rtl;
}

#item2014 {
	width:102px !important;
	height:88px !important;
	left:142px !important;
	top:1070px !important;
}

#item1091 {
	width:108px !important;
	left:3px !important;
	top:38px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1760 {
	width:10px !important;
	height:1px !important;
	left:5px !important;
	top:11px !important;
	background:#c4973c;
}

#item1761 {
	width:10px !important;
	height:1px !important;
	left:5px !important;
	top:15px !important;
	background:#c4973c;
}

#item1763 {
	width:10px !important;
	height:1px !important;
	left:5px !important;
	top:18px !important;
	background:#c4973c;
}

#item1764 {
	width:10px !important;
	height:1px !important;
	left:5px !important;
	top:21px !important;
	background:#c4973c;
}

#item2031 {
	width:113px !important;
	height:92px !important;
	left:270px !important;
	top:1450px !important;
}

#item906 {
	width:90px !important;
	left:3px !important;
	top:42px !important;
	min-height:51px !important;
	direction:rtl;
}

#item2033 {
	width:95px !important;
	height:95px !important;
	left:144px !important;
	top:1446px !important;
}

#item1776 {
	width:395px !important;
	height:12px !important;
	left:41px !important;
	top:13px !important;
	background:#0b6f77;
}

#item1779 {
	width:90px !important;
	left:3px !important;
	top:35px !important;
	min-height:69px !important;
	direction:rtl;
}

#item1961 {
	width:95px !important;
	height:106px !important;
	left:395px !important;
	top:114px !important;
}

#item1802 {
	width:98px !important;
	left:3px !important;
	top:33px !important;
	min-height:69px !important;
	direction:rtl;
}

#item1967 {
	width:103px !important;
	height:105px !important;
	left:140px !important;
	top:141px !important;
}

#item1445 {
	width:9px !important;
	height:1px !important;
	left:8px !important;
	top:19px !important;
	background:#c4973c;
}

#item1446 {
	width:4px !important;
	height:1px !important;
	left:18px !important;
	top:19px !important;
	background:#c4973c;
}

#item1447 {
	width:12px !important;
	height:1px !important;
	left:8px !important;
	top:21px !important;
	background:#c4973c;
}

#item1448 {
	width:4px !important;
	height:1px !important;
	left:21px !important;
	top:21px !important;
	background:#c4973c;
}

#item1825 {
	width:90px !important;
	left:3px !important;
	top:41px !important;
	min-height:51px !important;
	direction:rtl;
}

#item1965 {
	width:95px !important;
	height:95px !important;
	left:270px !important;
	top:133px !important;
}

#item1848 {
	width:90px !important;
	left:3px !important;
	top:38px !important;
	min-height:33px !important;
	direction:rtl;
}

#item1884 {
	width:34px !important;
	height:14px !important;
	top:7px !important;
	border-radius:2px;
	background:#c4973c;
}

#item1889 {
	width:14px !important;
	height:1px !important;
	left:10px !important;
	top:18px !important;
	border-radius:2px;
	background:#c4973c;
}

#item1890 {
	width:16px !important;
	height:1px !important;
	left:9px !important;
	top:21px !important;
	border-radius:2px;
	background:#c4973c;
}

#item1891 {
	width:17px !important;
	height:1px !important;
	left:9px !important;
	top:24px !important;
	border-radius:2px;
	background:#c4973c;
}

#item1969 {
	width:95px !important;
	height:73px !important;
	left:13px !important;
	top:111px !important;
}

p.autoParaStyle5 {
	font-weight:600;
	font-family:FF-Cairo-SemiBold,Cairo;
	font-size:12px;
	line-height:19px;
	color:#0b6f77;
	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.autoParaStyle4 {
	font-weight:600;
	font-family:FF-Cairo-SemiBold,Cairo;
	font-size:12px;
	line-height:18px;
	color:#0b6f77;
	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.autoParaStyle3 {
	font-weight:600;
	font-family:FF-Cairo-SemiBold,Cairo;
	font-size:16px;
	line-height:18px;
	color:#0b6f77;
	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.autoParaStyle2 {
	font-weight:bold;
	font-family:FF-Cairo-Bold,Cairo;
	font-size:18px;
	line-height:37px;
	color:#0b6f77;
	direction:rtl;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.autoParaStyle1 {
	font-weight:bold;
	font-family:FF-Cairo-Bold,Cairo;
	font-size:26px;
	line-height:37px;
	color:#c4973c;
	direction:rtl;
	hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-webkit-hyphens:auto;
	hyphenate-after:2;
	-ms-hyphenate-after:2;
	-moz-hyphenate-after:2;
	-webkit-hyphenate-after:2;
	hyphenate-before:2;
	-ms-hyphenate-before:2;
	-moz-hyphenate-before:2;
	-webkit-hyphenate-before:2;
	text-align:right;
}

p.Basic-Paragraph {
	font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	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:14px;
	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.autoCharStyle2 {
	font-weight:600;
	font-family:FF-Cairo-SemiBold,Cairo;
	font-size:12px;
	color:#0b6f77;
}

span.autoCharStyle1 {
	font-weight:600;
	font-family:FF-Cairo-SemiBold,Cairo;
	font-size:12px;
	color:#0b6f77;
}

span.None {
}
#in5footer,  #prefooter {display:none;}

#loadIndicator{display:none;}
