* {
    hyphens: none;
}
*:not(input, select, textArea, textarea){
    -webkit-touch-callout: none;
    -webkit-user-select: none; /* Webkit */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE 10  */

    /* Currently not supported in Opera but will be soon */
    -o-user-select: none;
    user-select: none;  
}
input, select,textarea{
    font-size: 18pt;
}
/* 	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 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body { line-height: 1; }
table { border-collapse: collapse; border-spacing: 0; }
ul { list-style-type:disc; }
/*General styles*/

html, body, #container { height: 100%; }
button { border:none; cursor:pointer; }
#container { height: 100%; min-height: 100%;}
a { color:inherit; text-decoration:inherit; }
.pageItem, .pageItemIFrame {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:auto !important;
    height:auto !important;
    box-sizing:border-box; 
    -moz-box-sizing:border-box;
    -webkit-tap-highlight-color:transparent;
}

.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:auto;
}

.textColumn {
    float:left;
}

.scroll {
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-vert {
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-device-width : 1024px) {
    .anythingSlider {padding:0;}
}

object, embed, img, a { 
    outline: 0;
}

.liquid svg {
    height: 100%;
    position: absolute;
    width: 100%;
}

.noPlugin {
    width:100%;
    height:100%;
    background:#ccc;
    border:1px solid #666;
    padding:6px;
}

.paper-vertical, .paper-horizontal {
    padding: 0 0px;
}

.paper-horizontal {
    position:absolute;
    top:50%;
    overflow:visible;
}

.paper-vertical .page, .paper-horizontal .page {
    margin: 0px 0px 0px 0;
    -moz-box-shadow: 0px 0px 0px #999;
    -webkit-box-shadow: 0px 0px 0px #999;
    box-shadow: 0px 0px 0px #999;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}

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

#container > nav { display:none; }
#container > nav > button {
    display: block;
    position:absolute;
    top:50%;
    width: 30px;
    height: 40px;
    margin: -20px 0 0 0; /* half height of image */
    text-align: center;
    outline: 0;
    background: url(../images/arrows-minimalist.png) no-repeat;
}	

#container > nav > #backBtn { 
    left: 0; 
    background-position: left bottom;
}
#container > nav > #backBtn:hover { background-position: left top; }

#container > nav > #nextBtn { 
    right: 0; 
    background-position: right bottom; 
}
#container > nav > #nextBtn:hover { background-position: right top; }


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

/* 	User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{
    border-radius: 12px;
    box-shadow: 0 0 10px 10px #CCCCCC;
}
#cboxContent{background:#fff; overflow:hidden;}
#cboxMiddleLeft, #cboxMiddleRight { width:8px; }
#cboxTopCenter{ height:24px; } 
#cboxBottomCenter { height:8px; }
.cboxIframe{background:#fff;}
#cboxError{padding:50px;}
#cboxLoadedContent{background:#fff; margin-top:28px;}
#cboxTitle{position:absolute; top:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; top:4px; left:0px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; top:50%; left:0px; margin-top:-32px; background:url(../images/lb_controls.png) no-repeat top left; width:33px; height:65px; text-indent:-9999px;}
#cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url(../images/lb_controls.png) no-repeat top right; width:33px; height:65px; text-indent:-9999px;}
#cboxLoadingOverlay{background:#fff;}
#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;}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.hidden { display:none; }
.mso > .state { display:none; width:100%; height:inherit; position:absolute; }
.mso > .state.active { display:block; }
.mso.slideshow.seq, .panzoom { overflow: hidden; }
.panzoom { cursor:move; cursor:-moz-grab; cursor:-webkit-grab; }

.align-vert { display:table; }
[class^="valign"] {
    position:relative;
    display:table-cell;
    vertical-align:middle;
}
.valign-bottom { vertical-align:bottom; }

.flex-image {
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.fill-image {
    background-size:cover;
    background-repeat:no-repeat;
}

/*anchor object styles*/
img.noTextWrap {
    position:absolute;
}

img.alignLeft { float:left; }
img.alignRight { float:right; }
img.alignCenter {display:block; margin-left:auto; margin-right:auto;}

img.leftFullWidth {
    float:left;
    padding-right:100%;
}

img.rightFullWidth {
    float:right;
    padding-left:100%;
}

ul.thumbs {
    padding:20px;
    white-space: nowrap;
    width: 1px;
}

ul.thumbs li { /*Baker index thumbnails*/
    display:inline;
    list-style-type:none;
    margin: 0 0px;
    outline: none;
    vertical-align:top;
}
ul.thumbs > li img { box-shadow: 0 0 4px rgba(0, 0, 0, 0.5); }

/*CSS Generated from InDesign Styles*/

body { background:#ededed; }
.page { width:1024.00px; height:768.00px;}
.paper-vertical { width:1024.00px; height:100%; }
.paper-horizontal { width:45496.00px; height:768.00px; margin-top:-384.00px; }
@media all and (max-height:768.00px) {
    .paper-horizontal { margin:0;top:0;}
    #container > .page { margin:0 auto;}/*pos top for webkit+baker*/
}

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

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

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

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

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

@font-face {
    font-family:FF-Intro;
    src:url("../fonts/Intro.otf");
}

span.autoCharStyle23 {
    font-family:Times;
    font-weight:bold;
    font-size:37px;
    white-space:nowrap;
}

span.autoCharStyle22 {
    font-size:9px;
    white-space:nowrap;
}

span.autoCharStyle21 {
    font-family:FF-AGaramondPro-Regular,"Adobe Garamond Pro",Georgia, serif;
    font-style:italic;
    font-size:35px;
    white-space:nowrap;
    letter-spacing:-0.070em;
}

span.autoCharStyle20 {
    font-size:35px;
    white-space:nowrap;
}

span.autoCharStyle19 {
    font-family:"Helvetica Neue";
    font-size:23px;
    white-space:nowrap;
    letter-spacing:0.010em;
}

span.autoCharStyle18 {
    font-size:7px;
    white-space:nowrap;
}

span.autoCharStyle17 {
    font-family:FF-PFBeauSansPro-Regular,"PF BeauSans Pro",serif;
    font-size:7px;
    white-space:nowrap;
}

span.autoCharStyle16 {
    font-family:FF-AGaramondPro-Regular,"Adobe Garamond Pro",Georgia, serif;
    font-style:italic;
    font-size:35px;
    white-space:nowrap;
    letter-spacing:-0.070em;
}

span.autoCharStyle15 {
    font-family:"Helvetica Neue";
    white-space:nowrap;
}

span.autoCharStyle14 {
    font-family:FF-Intro,"Intro ",serif;
    font-size:15px;
    white-space:nowrap;
}

span.autoCharStyle13 {
    font-size:35px;
    white-space:nowrap;
}

span.autoCharStyle12 {
    font-family:"Helvetica Neue";
    font-size:23px;
    white-space:nowrap;
    letter-spacing:0.010em;
}

span.autoCharStyle11 {
    font-size:25px;
    white-space:nowrap;
}

span.autoCharStyle10 {
    font-family:"Helvetica Neue";
    font-size:25px;
    white-space:nowrap;
    letter-spacing:0.010em;
}

span.autoCharStyle9 {
    font-size:7px;
    white-space:nowrap;
}

span.autoCharStyle8 {
    font-family:FF-PFBeauSansPro-Regular,"PF BeauSans Pro",serif;
    font-size:7px;
    white-space:nowrap;
}

span.autoCharStyle7 {
    font-family:FF-AGaramondPro-Regular,"Adobe Garamond Pro",Georgia, serif;
    font-style:italic;
    white-space:nowrap;
    letter-spacing:-0.070em;
}

span.autoCharStyle6 {
    font-size:30px;
    white-space:nowrap;
}

span.autoCharStyle5 {
    font-family:"Helvetica Neue";
    font-size:13px;
    white-space:nowrap;
    letter-spacing:0.010em;
}

span.autoCharStyle4 {
    font-size:13px;
    white-space:nowrap;
}

span.autoCharStyle3 {
    color:#ffffff;
    white-space:nowrap;
}

span.autoCharStyle2 {
    color:#897459;
    white-space:nowrap;
}

span.autoCharStyle1 {
    font-family:"Helvetica Neue";
    font-size:14px;
    white-space:nowrap;
}

span.None {
    white-space:nowrap;
}

p.autoParaStyle52 {
    font-family:PFBulletinBold;
    font-size:15px;
    line-height:18px;
    color:#bc9f7e;
    text-align:left;
}

p.autoParaStyle51 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:51px;
    line-height:61px;
    color:#fff;
    text-align:left;
}

p.autoParaStyle50 {
    font-family:Times;
    font-weight:bold;
    font-size:13px;
    line-height:15px;
    color:#fff;
    text-align:center;
}

p.autoParaStyle49 {
    font-family:PFBulletinBold;
    font-size:15px;
    line-height:18px;
    color:#bc9f7e;












    text-align:left;
}

p.autoParaStyle48 {
    font-family:Times;
    font-weight:bold;
    font-size:28px;
    line-height:33px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle47 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:51px;
    line-height:61px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle46 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:36px;
    line-height:43px;
    color:#fff;
    letter-spacing:-0.020em;












    text-align:left;
}

p.autoParaStyle45 {
    font-family:FF-Enriqueta-Regular,Enriqueta,serif;
    font-size:15px;
    line-height:18px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle44 {
    font-family:"Helvetica Neue";
    font-size: 14px;
    line-height:18px;
    color:#fff;
    letter-spacing:0.010em;












    margin-top:4px;
    text-align:left;
}

p.autoParaStyle43 {
    font-family:PFBulletinBold;
    font-size:15px;
    line-height:18px;
    color:#bc9f7e;












    text-align:left;
}

p.autoParaStyle42 {
    font-family:Times;
    font-weight:bold;
    font-size:8px;
    line-height:10px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle41 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:30px;
    line-height:36px;
    color:#fff;
    letter-spacing:0.020em;












    text-align:left;
}

p.autoParaStyle40 {
    font-family:"Helvetica Neue";
    font-size:12px;
    line-height:15px;
    color:#897459;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle39 {
    font-family:"Helvetica Neue";
    font-size:12px;
    line-height:15px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle38 {
    font-family:Times;
    font-weight:bold;
    font-size:7px;
    line-height:8px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle37 {
    font-family:Times;
    font-weight:bold;
    font-size:8px;
    line-height:10px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle36 {
    font-family:Times;
    font-weight:bold;
    font-size:7px;
    line-height:8px;
    color:#fff;












    margin-top:1px;
    text-align:center;
}

p.autoParaStyle35 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:35px;
    line-height:42px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle34 {
    font-family:FF-Enriqueta-Regular,Enriqueta,serif;
    font-size:13px;
    line-height:15px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle33 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:30px;
    line-height:36px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle32 {
    font-family:"Helvetica Neue";
    font-size:13px;
    line-height:15px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle31 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:60px;
    line-height:72px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle30 {
    font-family:"Helvetica Neue";
    font-size:25px;
    line-height:30px;
    color:#897459;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle29 {
    font-family:"Helvetica Neue";
    font-size:25px;
    line-height:30px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle28 {
    font-family:Times;
    font-weight:bold;
    font-size:7px;
    line-height:8px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle27 {
    font-family:Times;
    font-weight:bold;
    font-size:9px;
    line-height:10px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle26 {
    font-family:Times;
    font-weight:bold;
    font-size:7px;
    line-height:8px;
    color:#fff;












    margin-top:1px;
    text-align:center;
}

p.autoParaStyle25 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:35px;
    line-height:42px;
    color:#fff;
    letter-spacing:0.020em;












    text-align:left;
}

p.autoParaStyle24 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:30px;
    line-height:36px;
    color:#fff;
    letter-spacing:0.020em;












    text-align:left;
}

p.autoParaStyle23 {
    font-family:"Helvetica Neue";
    font-size:13px;
    line-height:15px;
    color:#897459;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle22 {
    font-family:"Helvetica Neue";
    font-size:25px;
    line-height:30px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle21 {
    font-family:PFBulletinBold;
    font-size:15px;
    line-height:18px;
    color:#bc9f7e;












    text-align:left;
}

p.autoParaStyle20 {
    font-family:Times;
    font-weight:bold;
    font-size:8px;
    line-height:10px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle19 {
    font-family:"Helvetica Neue";
    font-size:15px;
    line-height:28px;
    color:#897459;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle18 {
    font-family:"Helvetica Neue";
    font-size:15px;
    line-height:18px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle17 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:40px;
    line-height:48px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle16 {
    font-family:Times;
    font-weight:bold;
    font-size:15px;
    line-height:18px;
    color:#b8a471;












    text-align:left;
}

p.autoParaStyle15 {
    font-family:"Helvetica Neue";
    font-size:13px;
    line-height:28px;
    color:#897459;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle14 {
    font-family:PFBulletinBold;
    font-size:15px;
    line-height:18px;
    color:#bc9f7e;












    text-align:left;
}

p.autoParaStyle13 {
    font-family:Times;
    font-weight:bold;
    font-size:8px;
    line-height:10px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle12 {
    font-family:"Helvetica Neue";
    font-size:15px;
    line-height:28px;
    color:#897459;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle11 {
    font-family:"Helvetica Neue";
    font-size:15px;
    line-height:28px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle10 {
    font-family:"Helvetica Neue";
    font-size:13px;
    line-height:28px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle9 {
    font-family:"Helvetica Neue";
    font-weight:bold;
    font-size:15px;
    line-height:18px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle8 {
    font-family:"Helvetica Neue";
    font-size:14px;
    line-height:16px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle7 {
    font-family:"Helvetica Neue";
    font-size: 14px;
    line-height:18px;
    color:#fff;
    letter-spacing:0.010em;












    text-align:left;
}

p.autoParaStyle6 {
    font-family:FF-EdwardianScriptITC,"Edwardian Script ITC",cursive, sans-serif;
    font-size:40px;
    line-height:48px;
    color:#fff;












    text-align:left;
}

p.autoParaStyle5 {
    font-family:Times;
    font-weight:bold;
    font-size:15px;
    line-height:18px;
    color:#b8a471;












    text-align:left;
}

p.autoParaStyle4 {
    font-family:Times;
    font-weight:bold;
    font-size:30px;
    line-height:36px;
    color:#000;












    text-align:center;
}

p.autoParaStyle3 {
    font-family:Times;
    font-size:14px;
    line-height:36px;
    color:#fff;












    text-align:right;
}

p.autoParaStyle2 {
    font-family:PFBulletinBold;
    font-size:15px;
    line-height:18px;
    color:#fff;












    text-align:center;
}

p.autoParaStyle1 {
    font-family:Times;
    font-weight:bold;
    font-size:10px;
    line-height:12px;
    color:#fff;
    letter-spacing:0.030em;












    text-align:left;
}

p.Basic-Paragraph {
    font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
    font-size:12px;
    line-height:14px;
    color:#000;












    text-align:left;
}

p.No-Paragraph-Style {
    font-family:FF-MinionPro-Regular,"Minion Pro","Times New Roman", Times, serif;
    font-size:12px;
    line-height:14px;
    color:#000;












    text-align:left;
}

#item14 {
    width:638px !important;
    height:63px !important;
    left:344px !important;
    top:675px !important;
}

#item24 {
    width:638px !important;
    height:64px !important;
    left:344px !important;
    top:675px !important;
}

#item30 {
    width:490px !important;
    height:595px !important;
    left:496px !important;
    top: 105px !important;
}

#item37 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item38 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item39 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item49 {
    width:315px !important;
    height:284px !important;
    left:655px !important;
    top:180px !important;
}

#item56 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item57 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item58 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item73 {
    width:315px !important;
    height:284px !important;
    left:655px !important;
    top:180px !important;
}

#item75 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item76 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item77 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item92 {
    width:315px !important;
    height:284px !important;
    left:655px !important;
    top:180px !important;
}

#item94 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item95 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item96 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item113 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item115 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item116 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item132 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item134 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item135 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item151 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item153 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item154 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item168 {
    width:315px !important;
    height:284px !important;
    left:655px !important;
    top:180px !important;
}

#item171 {
    background:#000;
    width:1024px !important;
    height:126px !important;
    top:35px !important;
}

#item173 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item174 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item188 {
    width:315px !important;
    height:284px !important;
    left:655px !important;
    top:180px !important;
}

#item191 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item193 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item194 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item208 {
    width:315px !important;
    height:284px !important;
    left:655px !important;
    top:180px !important;
}

#item211 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item213 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item214 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item228 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item231 {
    background:#000;
    width:1024px !important;
    height:126px !important;
    top:35px !important;
}

#item233 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item234 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item248 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item251 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item253 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item254 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item268 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item271 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item273 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item274 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item290 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item293 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item295 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item296 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item312 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item315 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item317 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item318 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item334 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item337 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item339 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item340 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item356 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item359 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item361 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item362 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item378 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item381 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item384 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item398 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item401 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item403 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item404 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item418 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item421 {
    background:#000;
    width:1024px !important;
    height:127px !important;
    top:34px !important;
}

#item423 {
    background:#000;
    width:384px !important;
    height:612px !important;
    left:640px !important;
    top:156px !important;
}

#item424 {
    background:#000;
    width:620px !important;
    height:612px !important;
    top:156px !important;
}

#item438 {
    width:315px !important;
    height:285px !important;
    left:655px !important;
    top:180px !important;
}

#item448 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item449 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item450 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item451 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item452 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item462 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item465 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item466 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item467 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item468 {
    width:251px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item469 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item470 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item475 {
    background:#9a95c8;
    width:5px !important;
    height:5px !important;
    top:763px !important;
}

#item483 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item484 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item485 {
    width:251px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item486 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item487 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item488 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item489 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item501 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item502 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item503 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item504 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item505 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item506 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item507 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item519 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item520 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item521 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item522 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item523 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item524 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item525 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item537 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item538 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item539 {
    width:251px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item540 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item541 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item542 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item543 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item555 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item556 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item557 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item558 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item559 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item560 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item561 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item573 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item574 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item575 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item576 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item577 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item578 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item579 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item591 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item592 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item593 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item594 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item595 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item596 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item597 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item609 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item610 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item611 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item612 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item613 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item614 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item615 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item627 {
    width:140px !important;
    height:179px !important;
    left:147px !important;
    top:156px !important;
}

#item628 {
    width:140px !important;
    height:177px !important;
    left:340px !important;
    top:156px !important;
}

#item629 {
    width:319px !important;
    height:144px !important;
    left:589px !important;
    top:156px !important;
}

#item630 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item631 {
    width:287px !important;
    height:123px !important;
    left:158px !important;
    top:525px !important;
}

#item632 {
    width:224px !important;
    height:34px !important;
    left:154px !important;
    top:473px !important;
}

#item633 {
    width:209px !important;
    height:11px !important;
    left:182px !important;
    top:683px !important;
}

#item645 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item646 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item647 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item648 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item649 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item650 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item651 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item663 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item664 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item665 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item666 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item667 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item668 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item669 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item681 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item682 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item683 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item684 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item685 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item686 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item687 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item699 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item700 {
    width:140px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item701 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item702 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item703 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item704 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item705 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item717 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item718 {
    width:172px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item719 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item720 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item721 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item722 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item723 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item735 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item736 {
    width:172px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item737 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item738 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item739 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item740 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item741 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item753 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item754 {
    width:172px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item755 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item756 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item757 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item758 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item759 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item771 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item772 {
    width:172px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item773 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item774 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item775 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item776 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item777 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item789 {
    width:140px !important;
    height:257px !important;
    left:147px !important;
    top:156px !important;
}

#item790 {
    width:172px !important;
    height:257px !important;
    left:340px !important;
    top:156px !important;
}

#item791 {
    width:319px !important;
    height:567px !important;
    left:589px !important;
    top:156px !important;
}

#item792 {
    background:#897459;
    width:287px !important;
    height:197px !important;
    left:146px !important;
    top:465px !important;
}

#item793 {
    width:287px !important;
    height:125px !important;
    left:158px !important;
    top:525px !important;
}

#item794 {
    width:262px !important;
    height:39px !important;
    left:154px !important;
    top:473px !important;
}

#item795 {
    width:221px !important;
    height:20px !important;
    left:182px !important;
    top:683px !important;
}

#item800 {
    background:#a39288;
    width:567px !important;
    height:399px !important;
    left:228px !important;
    top:184px !important;
}

#item801 {
    width:567px !important;
    height:26px !important;
    left:228px !important;
    top:198px !important;
}

.form_field {
    background:#d2d0d0;   
    font-family: Times;
    font-size: 14px;
    color: #000;
    text-align: left;
}
#first_name {
    width:167px !important;
    height:28px !important;
    left:344px !important;
    top:241px !important;
}

#last_name{
    left:612px;
    top:241px;
    width: 167px !important; 
    height: 28px !important;
}

#email {
    width:241px !important;
    height:28px !important;
    left:344px !important;
    top:277px !important;
}

#phone_number {
    width:241px !important;
    height:28px !important;
    left:344px !important;
    top:312px !important;
}

#city {
    width:167px !important;
    height:28px !important;
    left:344px !important;
    top:348px !important;
}

#country {
    width:167px !important;
    height:28px !important;
    left:612px !important;
    top:347px !important;
}

#message {
    width:435px !important;
    height:150px !important;
    left:344px !important;
    top:384px !important;
}

#item809 {
    width:90px !important;
    height:268px !important;
    left:245px !important;
    top: 239px !important;
}

#item810 {
    width:80px !important;
    height:28px !important;
    left:520px !important;
    top:239px !important;
}

#item811 {
    width:222px !important;
    height:12px !important;
    left:474px !important;
    top:542px !important;
}

#item812 {
    width:80px !important;
    height:27px !important;
    left:520px !important;
    top:348px !important;
}
