/* ==========================================================================
   Base
   ========================================================================== */
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; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; overflow-x:hidden; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
* { outline:none; }


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong { font-weight:bold; }
i, em { font-style:italic; }
.left { float:left; }
.right { float:right; }
.alignleft { text-align:left; }
.alignright { text-align:right; }
.aligncenter { text-align:center; }
.clear { clear:both; line-height:1px; height:1px; }
textarea { overflow:auto; font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */ }

a { color:#fa3721; text-decoration:none; }
a:hover { color:#d72c18; }
address { font-style:normal; }

/* 1.2 Common Tags */
.ico { background:url(/assets/img/sprite_ico.png) no-repeat 0 0; text-indent:-9999px; }
a.viewall { font-size:14px; font-style:italic; float:right; margin-top:4px; }


/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
html, body { height:100%; }
body { background:url('/assets/img/stars_background.webp'); font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#434343; }
.box { width:964px; margin:0 auto; position:relative; }
.wrap { width:100%; position:relative; }

/* 2.1 Column Left */
/*.Columnleft { width:198px; height:100%; position:absolute; left:0; top:0; z-index:50; }*/
.Columnleft { width:198px; height:100%; position:absolute; left:0; top:0; z-index:50; display:none; }

/*.leftbg { background:#fff; width:198px; height:100%; box-shadow:rgba(0, 0, 0, 0.15) 4px 0px 5px; behavior:url(/assets/css/PIE.htc); position:fixed; left:0; top:0; z-index:49; }*/
.leftbg { background:#fff; width:198px; height:100%; display:none; box-shadow:rgba(0, 0, 0, 0.15) 4px 0px 5px; behavior:url(/assets/css/PIE.htc); position:fixed; left:0; top:0; z-index:49; }



/* =============================================================================
   Header
   ========================================================================== */

/* 2.1.1 Logo */
.showcase .logo { background:#d6e8ee; width:165px; height:275px; float:left; padding:9px 20px 16px 13px; }
.logo-new { background:url('/assets/img/logo_new.webp') no-repeat; width:314px; height:56px; position:absolute; top:12px; left:0; display:block; }

.book_ticket_link { display:inline-block; padding: 0 20px; border: 1px #aa0d00 solid; border-bottom: 4px #aa0d00 solid; position:absolute; width:auto; height:40px; background:url('/assets/img/red_button.webp') repeat-x; top:18px; right:0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-weight: bold; font-size: 15px; line-height: 40px; }
.book_ticket_link:hover { color:#fff; background:#d92516; }

/* Sidebar logo */
.brand  { width:281px; margin:0 auto; }
.brand .logo-new { background:url('/assets/img/final_logo.png') no-repeat; width:281px; height:166px; display:block; }

.book_ticket { display:inline-block; padding: 5px 35px; border: 1px #aa0d00 solid; margin: 20px 0 0 30px; border-bottom: 4px #aa0d00 solid; width:auto; height:40px; background:url('/assets/img/red_button.webp') repeat-x; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-weight: bold; font-size: 22px; line-height: 40px; }
.book_ticket:hover { color:#fff; background:#d92516; }

/* Sidebar Brand logo */
.brand-blog  { width:281px; margin:0 auto; }
.brand-blog .logo-new { background:url('/assets/img/final_logo_small.png') no-repeat; width:245px; height:144px; display:block; }
.brand-blog .book_ticket { display:block; width:244px; height:101px; background:url('/assets/img/book_ticket.png') no-repeat; margin-bottom:20px; }


/* Mobile menu */
.menu-icon { display: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; float: right; margin:8px 5px 5px 5px; background: #e44d3b; width: 90px; height: 30px; padding-top: 2px; border: 1px #aa0d00 solid; border-bottom: 4px #aa0d00 solid; }
.menu-icon span { display: none; margin:6px 4px; background: #FFF; -moz-border-radius: 7px; border-radius: 7px; height: 5px; }
.menu-icon .left { width: 40px; font-size: 15px; color: #fff; padding: 6px 0 0 8px; }
.menu-icon .right { width: 38px; }

/* 2.1 Top-bar */
.top-bar { background:none; width:100%; height:75px; font-size:17px; color:#6f574b; position:relative; margin-bottom:-4px; z-index:1; }
.top-bar span { display:inline-block; padding-top:8px; font-family:Georgia, "Times New Roman", Times, serif; line-height:67px !important; font-size: 20px; position: absolute; left: 410px !important; color: #fff; }

/* 2.1.1 Top-link */
.top-bar ul.top-link { float:right; font-size:25px; color:#5c493e; text-transform:uppercase; }
.top-bar ul.top-link li { background:#E4678E; height:64px; float:left; padding:0; width:267px; }
.top-bar ul.top-link li a { display:block; height:64px; color:#5c493e !important; line-height:64px; font-size:19px; }
.top-bar ul.top-link li a .link { display:block; float:left; width:192px; height:64px; line-height:64px; padding:0 15px; text-indent:-9999px; }

.top-bar ul.top-link li a .northwest strong { display:block; width:174px; height:65px; background:url('/assets/img/fair-text.png') no-repeat left center; }
.top-bar ul.top-link li a .bluewater strong { display:block; width:169px; height:65px; background:url('/assets/img/fair-text.png') no-repeat right center; }

.top-bar ul.top-link li a .arrow { display:block; float:right; width:45px; height:64px; background:#D4547D url('/assets/img/select_site_tab.png') no-repeat center center; }

.top-bar ul.top-link li:hover { background:#f27ba6; height:64px; }
.top-bar ul.top-link li.active { background:#ffffff; height:64px; }
.top-bar ul.top-link li.active a { color:#fff !important; }
.top-bar ul.top-link li.active a .arrow { background:#d7ebec url('/assets/img/selected_tab_arrow.png') no-repeat center center; }

.sliding_news_wrapper { height:280px !important; }

.screen { display: block; }
.mobile { display: none; padding: 0 20px; border: 1px #aa0d00 solid; border-bottom: 4px #aa0d00 solid; position: absolute; width: 130px; height: 34px; background: url('/assets/img/red_button.webp') repeat-x; top: 5px; left: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-weight: bold; font-size: 15px; line-height: 34px; }

/* 2.1.2 Social */
.social { width:100%; float:left; }
.social li { font-size:14px; color:#fff; text-transform:uppercase; width:100%; float:left; }
.social li a { background:#f7f7f7; display:block; color:#fff; line-height:23px; letter-spacing:-1px; padding:7px 0 7px 8px; }
.social li span { width:23px; height:22px; float:left; margin-right:8px; }
.social li.fb a { background:#21beda; }
.social li.tw a { background:#1f9fb6; }
.social li.fb a:hover { background:#23d2f1; }
.social li.tw a:hover { background:#17798b; }
.social li.fb .ico { background-position:0 0; }
.social li.tw .ico { background-position:0 -32px; }

/* -2.1.4 Navigation */
.navigation { background:url(/assets/img/bg_nav.webp) repeat-x left top; width:100%; height:48px; z-index:999; position:relative; margin-top:10px; }
.navigation ul { margin:0 auto; margin-left:10px; padding-top:0; width:956px; float:left; }
.navigation li { float:left; padding-right:2px; font-size:16px; color:#20225f; font-weight:normal; line-height:48px; position:relative; z-index:500; font-family:Georgia, "Times New Roman", Times, serif; }
.navigation li a { display:block; height:50px; padding:0 7px; color:#20225f; line-height:50px; }
.navigation li:hover a { color:#fa3721; }
.navigation li.active a { color:#fa3721; }


/* Dropdown */
.navigation ul li.hover,
.navigation ul li:hover a { position:relative; color:#fa3721; text-decoration:none; }
.navigation ul li:hover li a { background:none; color:#fa3721; }

/* LEVEL TWO */
.navigation ul ul {  visibility:hidden; position:absolute; top:100%; left:0; font-size:13px; z-index:10000; height:auto; margin:0; padding:5px 14px 15px 10px; background:#e12617; width:178px; }
.navigation ul ul li {  float:none; margin:0; font-size:13px; padding:3px 0; line-height:18px; display:block; background:none !important; font-variant:normal; width:166px; }
.navigation ul ul li a { margin:0; color:#fff !important; height:auto; line-height:18px; padding:0 5px 0 10px; display:block; background:none; font-weight:normal; width:155px; }
.navigation ul ul li a:hover { color:#fff; }

/* LEVEL THREE */
.navigation ul ul ul{  visibility:hidden; position:absolute; top:0; left:166px; font-size:13px; z-index:10000; height:auto; margin:0; padding:5px 14px 15px 10px; background:#e12617;  }
.navigation ul ul ul li {  float:none; margin:0; font-size:13px; padding:3px 0; line-height:18px; display:block; background:none; font-variant:normal; white-space:nowrap; }
.navigation ul ul ul li a { margin:0; color:#fff !important; height:auto; line-height:18px; padding:0 5px 0 8px; display:block; background:none; font-weight:normal; }
.navigation ul ul ul li a:hover { color:#fff; }

/* Dropdown */	
.navigation ul li:hover ul { visibility:visible; }
.navigation ul li:hover ul ul { visibility:hidden; }

.navigation ul li li:hover ul { visibility:visible; }
.navigation ul li li:hover ul ul { visibility:hidden; }


/* Social Media link */
.social { float:right !important; list-style:none; width:85px !important; height:28px; margin-top:8px !important; }
.social li { float:left; margin:2px; padding:0; width:24px; height:24px; }
.social li a { text-indent:-9999px; padding:0 !important; margin:0 !important; }

.social li.facebook a { background:url('/assets/img/top-social-media.png') no-repeat 0 -24px; display:block; width:24px; height:24px; }
.social li.facebook a:hover { background:url('/assets/img/top-social-media.png') no-repeat 0 0px; display:block; width:24px; height:24px; }

.social li.twitter a { background:url('/assets/img/top-social-media.png') no-repeat -27px -24px; display:block; width:24px; height:24px; }
.social li.twitter a:hover { background:url('/assets/img/top-social-media.png') no-repeat -27px 0; display:block; width:24px; height:24px; }

.social li.pinterest a { background:url('/assets/img/top-social-media.png') no-repeat -53px -24px; display:block; width:25px; height:24px; }
.social li.pinterest a:hover { background:url('/assets/img/top-social-media.png') no-repeat -53px 0; display:block; width:25px; height:24px; }


/* ==========================================================================
   Content
   ========================================================================== */

/* 2.1.3 Newsletter */
.newsletter { background:url(/assets/img/bg_form.jpg) repeat; width:100%; float:left; padding:14px 0 0 0; }
.newsletter h4 { font-size:18px; color:#fff; font-weight:normal; letter-spacing:-1px; padding:0 0 10px 12px; }
.newsletter p { font-size:13px; color:#fff; letter-spacing:-1px; padding:10px; font-weight:bold; }
.newsletter .input { background:transparent; border:none; width:164px; border-bottom:solid 1px #847d79; font-size:12px; float:left; color:#fff; margin:7px 0 15px 12px; padding:0 0 5px 0; }
.newsletter select { background:transparent; border:none; width:164px; border-bottom:solid 1px #847d79; font-size:12px; float:left; color:#fff; margin:7px 0 15px 12px; padding:0 0 5px 0; }
.newsletter select option { background:#625a57; }
.newsletter .button { background:url(/assets/img/bullet_arrow1.png) no-repeat 89% center #463e39; width:65px; height:32px; float:right; border:none; letter-spacing:-1px; text-align:left; cursor:pointer; font-size:14px; color:#fff; }
.newsletter .button:hover { background-color:#191614; }

/* 2.2 Column Right */

.Columnright { width:auto; margin:0; position:relative; z-index:30; }
/*.Columnright { background:#fff; width:auto; margin:0 0 0 134px; position:relative; z-index:30; }*/

/* 2.2.1 Showcase */
.showcase { width:100%; position:relative; z-index:31; height:362px; }
.showcase-inner { width:100%; position:relative; z-index:31; height:263px; }

.tabnav { width:100%; position:absolute; left:15px; top:0; z-index:32; }
.tabnav li { font-size:14px; color:#fff; float:left; letter-spacing:-1px; }
.tabnav li a { background:#3f2c23; display:block; color:#fff; padding:10px 15px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size:17px; }
.tabnav li a.active { background:#5b4439; font-size:25px; padding:12px 10px 20px 10px; }

.bookevent { background:url(/assets/img/bg_today_button.png) no-repeat; width:235px; height:55px; font-size:14px; color:#fff; text-align:center; position:absolute; right:0; top:0; z-index:33; }
.bookevent strong { font-size:20px; text-transform:uppercase; letter-spacing:-2px; display:block; }
.bookevent a { color:#fff; display:block; height:47px; padding-top:8px; }
.bookevent a:hover { color:#f1f1f1; }

/* 2.2.2 Container */
.container { width:930px; padding:0 18px; position:relative; z-index:34; background:#FFF; }

/* Fading Banners */
.fading-banners { width:966px; height:290px; }
.fading-banners .items { height:290px; width:966px; }

/* Fading Banner small */
.small-banner { width:966px; height:290px; }
.small-banner .items { height:290px; width:966px; }


/* ==========================================================================
   Featured Boxes
   ========================================================================== */
/* 2.2.2.1 Featured Box */
.featuredbox { width:100%; float:left; margin-bottom:-6px; position:relative; left:0; top:0; z-index:35; }
.featured { background:url(/assets/img/bg_featured.webp) no-repeat 0 bottom; width:304px; float:left; margin:0 3px; padding:0 0 22px 0; position:relative; z-index:36; }
.featured .inner { background:#fff; padding:7px; margin:0 2px; }
.featured .titlebar { display:block; padding:9px 7px 16px 7px; }
.featured h2 { font-size:20px; color:#20225f; letter-spacing:-1px; font-weight:normal; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif; }
.featured .txtb { min-height:201px; padding:0 13px; }
.featured p { font-size:14px; color:#404040; line-height:19px; padding-bottom:18px; }
.featured a.readmore { background:url(/assets/img/bullet_arrow2.png) no-repeat right center; padding-right:18px; font-size:14px; }
.featured .ico { position:absolute; }
.featured .ico.sparrow { background-position:0 -64px; width:77px; height:36px; left:-3px; top:-36px; }
.featured .ico.heart { background-position:0 -120px; width:49px; height:33px; right:11px; top:-17px; }
.featured .ico.base { background-position:0 -173px; width:23px; height:94px; right:13px; top:-57px; }



/* ==========================================================================
   Primary Content
   ========================================================================== */

/* Show button */
.show_button { display:block; background:url('/assets/img/bg_button.jpg') no-repeat; width:868px; height:59px; color:#fff; font-size:24px; text-decoration:none; line-height:59px; padding:0 20px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; margin:0 0 0 10px; }
.show_button:hover { background:url('/assets/img/bg_button_hover.jpg') no-repeat; color:#fff;  }

/* 2.2.2.2 Entry */
.entry { padding:0 18px 15px 18px; }
.entry h1 { font-size:31px; color:#20225f; font-weight:normal; letter-spacing:-1px; padding-bottom:18px; }
.entry h2 { font-size:28px; color:#20225f; font-weight:normal; letter-spacing:-1px; padding-bottom:17px; }
.entry h3 { font-size:25px; color:#20225f; font-weight:normal; letter-spacing:-1px; padding-bottom:16px; }
.entry h4 { font-size:20px; color:#20225f; font-weight:normal; letter-spacing:-1px; padding-bottom:15px; }
.entry h5 { font-size:18px; color:#20225f; font-weight:normal; letter-spacing:-1px; padding-bottom:14px; }
.entry h6 { font-size:14px; color:#20225f; font-weight:normal; letter-spacing:-1px; padding-bottom:13px; }

.entry ul { list-style:outside; margin:7px 5px 7px 28px; }
.entry ul li { margin:8px 10px; line-height: 18px; padding:2px; }

.entry ol { list-style:decimal; margin:7px 5px 7px 28px; }
.entry ol li { margin:8px 10px; line-height: 18px; padding:2px; }



.entry p { line-height:19px; padding-bottom:18px; }

/* Right content */
.rightcol { float:right; width:605px; margin-top:20px; }


/* Left content / Sidebar */
.leftcol { float:left; width:310px; }


/* 2.2.2.3 Common Column */
.CommonColumn { width:100%; padding:0 0 20px 0; display:block; }

#blog-update { width:283px; }
#blog-update h3 { color:#f06d9b; }

.sliding_news_wrapper ul { width:283px; }

#facebook-update { width:289px; }
#facebook-update h3 { color:#21beda; }
#twitter-update { width:266px; }
#twitter-update h3 { color:#20225f; }

#jqtweet { clear:both; }
#jqtweet .tweet { width:246px; padding:6px 0; padding-left:20px; border-bottom:1px #f2f2f2 solid; background:url('/assets/img/twitter_ico.jpg') left 8px no-repeat;}
#jqtweet .tweet span { display:inline-block; padding:1px 1px 1px 1px; color:#bebebe; }
#jqtweet .tweet p { font-size:12px; color:#000; line-height:15px; }
#jqtweet .tweet p a { color:#24b6ee; font-weight:bold; text-decoration:none; }


.CommonColumn a.prev, 
.CommonColumn a.next { width:26px; height:26px; float:right; text-indent:-9999px; }
.CommonColumn a.prev { background:url(/assets/img/bullet_arrow3.png) no-repeat center center #fa3721; }
.CommonColumn a.next { background:url(/assets/img/bullet_arrow4.png) no-repeat center center #fa3721; }
.CommonColumn a.prev:hover, 
.CommonColumn a.next:hover { background-color:#1f2049; }

.Common1 { float:left; padding:0 13px; }
.Common1 h3 { font-size:22px; text-transform:uppercase; letter-spacing:-1px; line-height:26px; padding-bottom:24px; font-weight:normal; }

.widget { width:100%; float:left; border-bottom:solid 1px #d9d9d9; margin:0 0 10px 0; padding:0 0 10px 0; }
.widget img { float:left; margin-right:8px; }
.widget h4 { color:#3e3e3e; line-height:16px; padding:3px 0; }
.widget h4 a { color:#3e3e3e; }
.widget h4 a:hover { color:#000; }
.widget p { font-size:12px; color:#444444; }
.widget .date { background:url(/assets/img/ico_calender.png) no-repeat left center; font-size:9px; color:#686868; font-style:italic; padding-left:14px; }





/*============================== Content listings page content.php ===============================*/
.post-listings { list-style:none !important; width:92%; box-shadow:rgba(0, 0, 0, .25) 0px 0px 10px; behavior: url(/assets/css/PIE.htc); position:relative; margin-bottom:34px; margin-left:0 !important; padding:10px; }
.post-listings li { margin:0; padding:10px; border-bottom:1px #CCCCCC solid; overflow:hidden; }
.post-listings li:hover { background:#f3f3f3; }
.post-listings li .thumb_image { float:left; margin:0 5px; width:90px; height:60px; }
.post-listings li .entry-summary { float:left; }

.post-listings li .entry-summary h2 { font-size:15px; margin:4px 0; }
.post-listings li .entry-summary h2 a { display:block; color:#ca9b00; }
.post-listings li .entry-summary p { margin:5px 0; padding:5px 0; color:#8e8e8e; }


.newsletter .wpcf7 span.wpcf7-not-valid-tip { left:auto !important; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; behavior: url(/assets/css/PIE.htc);  right:0px !important; width:190px !important; padding:2px 10px !important; height:31px !important; line-height:30px !important; top:11px !important; }
.newsletter .wpcf7-validation-errors { -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; color:#b83328 !important; font-weight:bold; padding:12px !important; background:#ffb5af !important; border:2px #e33d30 solid !important; clear:both; }
.newsletter .wpcf7-mail-sent-ok { -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; color:#4c950c !important; font-weight:bold; padding:12px !important; background:#dcffbd !important; border:2px #61af1b solid !important; clear:both; }

.newsletter .wpcf7 span.wpcf7-not-valid-tip { left:auto !important; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; behavior: url(/assets/css/PIE.htc);  right:0px !important; width:190px !important; padding:2px 10px !important; height:31px !important; line-height:30px !important; top:11px !important; }
.newsletter .wpcf7-validation-errors { -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; color:#b83328 !important; font-weight:bold; padding:12px !important; background:#ffb5af !important; border:2px #e33d30 solid !important; clear:both; width:175px;}
.newsletter .wpcf7-mail-sent-ok { -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; color:#4c950c !important; font-weight:bold; padding:12px !important; background:#dcffbd !important; border:2px #61af1b solid !important; clear:both; width:175px;}




/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar { }



/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry p.byline { }
.hentry .entry-content { }
.hentry footer { }



/* ==========================================================================
   Footer
   ========================================================================== */

/* 2.2.3 Footer */
.footer { background:#1a1b3b; width:100%; padding:0 0 20px 0; }
.footer .box { width:960px; }
.footer h5 { font-size:19px; color:#878787; font-weight:normal; letter-spacing:-1px; padding-bottom:10px; }
.footer-top { width:100%; padding-bottom:25px; }
.footer-bottom { border-top: 1px #2f305f solid; width:855px; padding:15px 15px 8px 50px; }
.footer .Column1 { width:190px; float:left; padding-left:50px; }

/* 2.2.3.1 Footer Menu */
.footer li { font-size:12px; color:#878787; line-height:18px; }
.footer li a { color:#878787; }
.footer li a:hover { color:#666; }

/* 2.2.3.2 Footer Txt */
.footer-bottom p { font-size:11px; color:#b0afaf; }
.footer-bottom a { color:#b0afaf; }
.footer-bottom a:hover { color:#666; }

/*-------------------------------------------------------------------------------------------*/
/* 3. FONTS */
/*-------------------------------------------------------------------------------------------*/
.tabnav li, .bookevent strong { font-family:"Arial Black", Gadget, sans-serif; font-weight:900; }
.bookevent, a.viewall, .widget .date { font-family:Georgia, "Times New Roman", Times, serif; }


/* COMMENTS */
.comments-wrapper h2 { font-size:20px; border-top:1px solid #e9e8e8; padding:25px 0;}
.comments-wrapper h3 { font-size:16px; margin-bottom:10px !important; }
#respond { padding:20px 0 20px 10px; position:relative; overflow:hidden; border-top:1px solid #e9e8e8; }
#respond h3 { margin-bottom:5px;}
#respond p { font-size:12px; color:#7d7c7c; width:473px; padding-bottom:0; }
#respond p a { color:#7d7c7c; text-decoration:none;}
#respond p a:hover { color:#962287;}

#respond label { color:#7d7c7c }
#respond .input { border:2px #ebebeb solid; color:#666; padding:5px; height:15px; width:200px; font-family:Arial, Helvetica, sans-serif; font-size:12px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin:5px 10px 5px 0;}
#respond textarea { border:2px #ebebeb solid; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:5px; width:458px; height:120px; margin-top:15px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}

ol.commentlist { margin:0; padding:0 0 0 30px; font-size:12px; color:#444; margin:0 30px 0 0;}
.commentlist li { padding:2px 20px 20px; background:#f0f0f0 url('/assets/img/commentlist-bk.gif') bottom no-repeat; color:#555; width:430px;}
.commentlist li p { margin-top:0; color:#555; line-height:18px; font-weight:normal;}
.commentlist .top-bk { background:url('/assets/img/commentlist-top-bk.gif') no-repeat; display:block; width:470px; height:16px; margin:20px 0 0 0;}
.commentlist cite { display:block; font-size:11px; font-style:normal; margin-bottom:20px; padding-left:40px; color:#999;} 
.commentlist cite a { color:#666; text-decoration:none;}
.commentlist cite a:hover { color:#962287;}


/* ======================== Single Page ====================== */
.date-single { float:left; margin:15px 15px 15px 0; display:block; width:36px; height:51px; background:#FFF; text-align:center; padding:8px; font-family:Georgia, "Times New Roman", Times, serif; box-shadow:rgba(0, 0, 0, .25) 0px 0px 5px; behavior: url(/assets/css/PIE.htc); border:1px #dddddd solid;  }
.date-single span { font-weight:normal; text-align:center; display:block; font-size:17px; color:#727272; margin:0 !important; padding:0 !important; line-height:25px; }
.date-single span strong { font-weight:normal; font-size:31px; color:#771034; display:block; }



/* ======================== Sidebar ======================== */
.sidebar-widget { margin:40px 0 0 10px;  }
.sidebar-widget h3 { font-size:22px; margin:10px 0 5px 0; font-weight:normal; color:#771034; font-family:Georgia, "Times New Roman", Times, serif; }
.sidebar-widget ul { list-style:none; margin:0 auto; padding:0 0 8px 0; border-bottom:1px #bebec0 dashed; }
.sidebar-widget ul li { margin:0; padding:9px; }
.sidebar-widget ul li a { font-size:13px; }


/* ----------------- Forms ----------------- */
ul.enquiry-form { margin:0 0 40px; padding:0;}
ul.enquiry-form li { background:none; list-style:none; clear:both; margin:5px 0 20px; position:relative; overflow:hidden; padding-left:5px; line-height:normal;}
ul.enquiry-form li span { padding:0; display:inline;}
ul.enquiry-form li h3 { color:#a42a51; border-bottom:1px #ccc dashed; padding-bottom:5px; width:435px; font-size:25px;}
ul.enquiry-form li label { font-weight:bold; color:#a42a51;}
ul.enquiry-form li span.input-half-wrapper { display:inline-block; width:210px; margin-right:10px; position:relative; float:left;}
ul.enquiry-form li small { font-size:10px; font-style:italic; color:#888;}
ul.enquiry-form li .wpcf7-list-item { display:block; clear:both;}
ul.enquiry-form li.child { padding-left:30px;}


ul.enquiry-form li .input-half { width:200px; border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; padding:7px 5px;}
ul.enquiry-form li .input-half:focus { border:1px solid #a42a51;}

ul.enquiry-form li .input-full { width:420px; border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; padding:7px 5px;}
ul.enquiry-form li .input-full:focus { border:1px solid #a42a51;}

ul.enquiry-form li .input-number { width:35px; border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; padding:7px 5px;}
ul.enquiry-form li .input-number:focus { border:1px solid #a42a51;}

ul.enquiry-form li.submit-wrapper { width:430px; border-top:1px solid #ccc; padding-top:0;}
ul.enquiry-form li .input-submit { background:url("/assets/img/bg_button_arrow.png") no-repeat scroll right center transparent; border:none; color:#771034; cursor:pointer; float:right; font-family:Arial,Helvetica,sans-serif; font-size:15px; font-weight:bold; margin:10px 18px 0 0; padding-right:15px;}
ul.enquiry-form li .input-submit:hover { color:#981e49;}

/* Contact form 7 styles */
span.wpcf7-not-valid-tip { font-size:11px !important; left:6px !important; padding:2px !important; position:absolute; top:0 !important; width:280px !important; z-index:100; color:red !important; border:none !important; background:#fff !important; width:184px !important; font-weight:normal;}

.wpcf7-validation-errors { border:1px solid #fbb5b5 !important; font-size:12px !important; color:#b10000 !important; background-color:#fce2e2 !important; padding:10px !important; width:400px; font-weight:normal;}
.wpcf7-mail-sent-ok { border:1px solid #c3ed7b !important; font-size:12px !important; color:#629705 !important; background-color:#e7fdc1 !important; padding:10px !important; width:400px; font-weight:normal;}



/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */
   
   
   
   
   

/* ==========================================================================
Masonry Blog Posts
Blog listings
========================================================================== */

.leftcol-blog { float:left; width:210px; }

.rightcol-blog { float:right; width:695px; margin-top:20px; }



/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.blog-posts { list-style:none !important; margin:0 auto !important; padding:0 !important; width:695px !important; }

.blog-posts h4 { color:#525252; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; line-height:21px; margin:10px 0; padding-bottom:0 !important; }
.blog-posts h4 a { color:#525252; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; }
.blog-posts p { color:#777777; font-weight:normal; font-size:12px; line-height:16px; }
.blog-posts .more-link { text-align:right; position:relative; height:33px; }
.blog-posts .more-link a { display:block; position:absolute; right:-10px; bottom:-10px; width:66px; height:33px; line-height:33px; background:#fa3721 url('/assets/img/more.png') 75px 15px no-repeat; font-size:11px; color:#fff; text-decoration:none; padding:0 10px; text-align:left; }

.blog-posts li { overflow:hidden; box-shadow:rgba(0, 0, 0, .25) 0px 0px 5px; behavior: url(/assets/css/PIE.htc); border:1px #dddddd solid; }

.blog-posts li.first_box { width:424px !important; padding:10px !important; margin:9px 3px !important; float:none !important; }
.blog-posts li.first_box .image-box { float:left; width:209px; position:relative; }
.blog-posts li.first_box .image-box .thumb_image { position:relative; z-index:1; }
.blog-posts li.first_box .image-box-small { width:36px; padding:10px; height:51px; }

.blog-posts li.first_box .date { position:absolute; left:0; top:50px; z-index:5; display:block; width:36px; height:51px; background:#FFF; text-align:center; padding:5px; font-family:Georgia, "Times New Roman", Times, serif; }
.blog-posts li.first_box .date span { font-weight:normal; text-align:center; display:block; font-size:17px; color:#727272; margin:0 !important; padding:0 !important; line-height:25px; }
.blog-posts li.first_box .date span strong { font-weight:normal; font-size:31px; color:#fa3721; display:block; }
.blog-posts li.first_box .blog-text-box { float:right; width:197px; }



.blog-posts li.second_box { width:191px; padding:10px !important; margin:9px 3px !important; float:none !important; }
.blog-posts li.second_box .image-box { width:191px; position:relative; }
.blog-posts li.second_box .image-box .thumb_image { position:relative; z-index:1; }

.blog-posts li.second_box .date { position:absolute; left:0; top:30px; z-index:5; display:block; width:36px; height:51px; background:#FFF; text-align:center; padding:5px; font-family:Georgia, "Times New Roman", Times, serif; }
.blog-posts li.second_box .date span { font-weight:normal; text-align:center; display:block; font-size:17px; color:#727272; margin:0 !important; padding:0 !important; line-height:25px; }
.blog-posts li.second_box .date span strong { font-weight:normal; font-size:31px; color:#fa3721; display:block; }
.blog-posts li.second_box .blog-text-box { float:none; }

.blog-posts li.second_box .image-box-small { width:191px; padding:10px; }
.blog-posts li.second_box .image-box-small h4 { margin-left:40px; }
.blog-posts li.second_box .image-box-small .date { top:0; }


/* COMMENTS */
.comments-wrapper h2 { font-size:20px; border-top:1px solid #e9e8e8; padding:25px 0;}
.comments-wrapper h3 { font-size:16px; margin-bottom:10px !important; }
#respond { padding:20px 0 20px 10px; position:relative; overflow:hidden; border-top:1px solid #e9e8e8; }
#respond h3 { margin-bottom:5px;}
#respond p { font-size:12px; color:#7d7c7c; width:473px; padding-bottom:0; }
#respond p a { color:#7d7c7c; text-decoration:none;}
#respond p a:hover { color:#962287;}

#respond label { color:#7d7c7c }
#respond .input { border:2px #ebebeb solid; color:#666; padding:5px; height:15px; width:200px; font-family:Arial, Helvetica, sans-serif; font-size:12px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin:5px 10px 5px 0;}
#respond textarea { border:2px #ebebeb solid; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:5px; width:458px; height:120px; margin-top:15px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}

ol.commentlist { margin:0; padding:0 0 0 30px; font-size:12px; color:#444; margin:0 30px 0 0;}
.commentlist li { padding:2px 20px 20px; background:#f0f0f0 url('/assets/img/commentlist-bk.gif') bottom no-repeat; color:#555; width:430px;}
.commentlist li p { margin-top:0; color:#555; line-height:18px; font-weight:normal;}
.commentlist .top-bk { background:url('/assets/img/commentlist-top-bk.gif') no-repeat; display:block; width:470px; height:16px; margin:20px 0 0 0;}
.commentlist cite { display:block; font-size:11px; font-style:normal; margin-bottom:20px; padding-left:40px; color:#999;} 
.commentlist cite a { color:#666; text-decoration:none;}
.commentlist cite a:hover { color:#962287;}


/* ======================== Single Page ====================== */
.date-single { float:left; margin:15px 15px 15px 0; display:block; width:36px; height:51px; background:#FFF; text-align:center; padding:8px; font-family:Georgia, "Times New Roman", Times, serif; box-shadow:rgba(0, 0, 0, .25) 0px 0px 5px; behavior: url(/assets/css/PIE.htc); border:1px #dddddd solid;  }
.date-single span { font-weight:normal; text-align:center; display:block; font-size:17px; color:#727272; margin:0 !important; padding:0 !important; line-height:25px; }
.date-single span strong { font-weight:normal; font-size:31px; color:#fa3721; display:block; }


/* ======================== Sidebar ======================== */
.sidebar-widget { margin:40px 0 0 10px;  }
.sidebar-widget h3 { font-size:22px; margin:10px 0 5px 0; font-weight:normal; color:#20225f; font-family:Georgia, "Times New Roman", Times, serif; }
.sidebar-widget ul { list-style:none; margin:0 auto; padding:0 0 8px 0; border-bottom:1px #bebec0 dashed; }
.sidebar-widget ul li { margin:0; padding:9px; }
.sidebar-widget ul li a { font-size:13px; }





/* ================================== Sliding Partners Logo ================================== */
.partner-scrolling { padding-top:15px; border-top:1px #eeeeee solid; }
.sliding_partners { height:100px !important; }
.sliding_partners ul { width:894px !important; margin:0 auto; padding:0; list-style:none !important; height:100px !important; }
.sliding_partners ul li { float:left; line-height:120px; margin:0 10px; }
.sliding_partners ul li img { line-height:120px }




/* =============================================================================
   RESPONSIVE BITS 
   ========================================================================== */

@media (min-width: 960px) and (max-width: 1200px) {
   .box, .fading-banners { width: 960px; }

}

@media (min-width: 768px) and (max-width: 959px) {
   .box, .fading-banners, .small-banner, .footer .box { width: 768px; }
   .container { width: 732px; }
   .featured { width: 100%; }

   .fading-banners, .small-banner { height: 231px; }

   img { max-width: 100%; height: auto !important; width: 100%; /* ie8 fix*/ }

   /* Display Mobile menu icon */
   .nav { display: none; }
   .menu-icon { display: block; }
   .menu-icon span { display: block; }

   /* Header */
   .top-bar span { left: 340px !important; font-size: 17px; }

   .footer-bottom { width: 703px; }

   /* Inner Page */
   .leftcol, .rightcol { width: 100%; }

   .screen { display: none; }
   .mobile { display: block; display: inline-flex; padding: 0 20px; border: 1px #aa0d00 solid; border-bottom: 4px #aa0d00 solid; position: absolute; width: 130px; height: 34px; background: url('/assets/img/red_button.webp') repeat-x; top: 5px; left: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-weight: bold; font-size: 15px; line-height: 34px; }
}  


@media (min-width: 480px) and (max-width: 767px) {
   .box, .fading-banners, .small-banner, .footer .box { width: 480px; }
   .container { width: 444px; }
   .featured { width: 100%; }

   .fading-banners, .small-banner { height: 144px; }
   
   img { max-width: 100%; height: auto !important; width: 100%; /* ie8 fix*/ }

   
   /* Display Mobile menu icon */
   .nav { display: none; }
   .menu-icon { display: block; }
   .menu-icon span { display: block; }
   

   /* Header */
   .top-bar { height: auto; overflow: hidden; }
   .logo-new { background: url('/assets/img/logo_new.webp') no-repeat; width: 314px; height: 56px; position: static; margin: 0 auto; margin-top: 12px; display: block; top: inherit; left: inherit; float: none; }
   .top-bar span { display: block; clear: both; padding-top: 8px; position: static; font-family: Georgia, "Times New Roman", Times, serif; line-height: 67px !important; font-size: 20px; color: #fff; text-align: center; }
   .book_ticket_link { position: static; float: right; margin-top: 10px; }

   .footer-bottom { width: 415px; } 

   /* Inner Page */
   .leftcol, .rightcol { width: 100%; }

   .screen { display: none; }
   .mobile { display: block; display: inline-flex; padding: 0 20px; border: 1px #aa0d00 solid; border-bottom: 4px #aa0d00 solid; position: absolute; width: 130px; height: 34px; background: url('/assets/img/red_button.webp') repeat-x; top: 5px; left: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-weight: bold; font-size: 15px; line-height: 34px; margin-top: 0; }

}


@media only screen and (max-width: 479px)  { 
   .box, .fading-banners, .small-banner, .footer .box { width: 320px; }
   .container { width: 284px; }
   .featured { width: 100%; }

   .fading-banners, .small-banner { height: 96px; }
   
   img { max-width: 100%; height: auto !important; width: 100%; /* ie8 fix*/ }


   /* Display Mobile menu icon */
   .nav { display: none; }
   .menu-icon { display: block; }
   .menu-icon span { display: block; }
   

   /* Header */
   .top-bar { height: auto; overflow: hidden; }
   .logo-new { background: url('/assets/img/logo_new.webp') no-repeat; width: 314px; height: 56px; position: static; margin-top: 12px; float: left; display: block; }
   .top-bar span { display: block; padding-top: 8px; position: static; font-family: Georgia, "Times New Roman", Times, serif; line-height: 67px !important; font-size: 20px; color: #fff; text-align: center; }
   .book_ticket_link { position: static; float: right; margin-top: 10px; }

   .footer-bottom { width: 255px; }    

   /* Inner Page */
   .leftcol, .rightcol { width: 100%; }

   .screen { display: none; }
   .mobile { display: block; display: inline-flex; padding: 0 20px; border: 1px #aa0d00 solid; border-bottom: 4px #aa0d00 solid; position: absolute; width: 130px; height: 34px; background: url('/assets/img/red_button.webp') repeat-x; top: 5px; left: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; color: #fff; font-weight: bold; font-size: 15px; line-height: 34px; margin-top: 0; }

}


/*
     FILE ARCHIVED ON 06:23:06 Feb 06, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:37:06 May 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.342
  exclusion.robots: 0.039
  exclusion.robots.policy: 0.032
  esindex: 0.005
  cdx.remote: 5.24
  LoadShardBlock: 48.424 (3)
  PetaboxLoader3.datanode: 63.278 (4)
  load_resource: 122.401
  PetaboxLoader3.resolve: 83.138
*/