﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  color: #462a12;
}
body {
  margin: 0;
  font-size: 12pt;
  line-height: 1.4;
  font-family: serif;
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */ ::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #462A12;
}
a:visited {
  color: #462A12;
}
a:hover {
  color: #855f3e;
  text-decoration: none;
}
a:focus {
  outline: none;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.eventrequest button, .eventrequest input, .eventrequest select, .eventrequest textarea {
  position: absolute;
  left: 230px;
}
.eventrequest #message {
  width: 400px;
  height: 100px;
}
.success-message {
  padding: 20px;
  width: 650px;
  padding-left: 100px;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:valid, textarea:valid {}
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
#background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 0;
}
#full-screen-background-image {
  width: 100%;
  min-height: 100%;
}
#body_home {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background: url('https://www.pleasurepier.com/images/bg/bg_home_1.jpg') center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.body_dining {
  font-size: 1em;
  line-height: 1.4;
  background: url('../images/bg/bg_dining.jpg') center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
#mask {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 57px;
  z-index: 100;
  margin: 0 auto;
  overflow: hidden;
}
#body_hotels {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background: url('../images/bg/bg_hotels.jpg') center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
#page {
  display: block;
  position: relative;
  clear: both;
  width: 861px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.body_bg {
  height: 1290px;
  width: 1012px;
  background: url('../images/b_bg.png') 0 0 no-repeat;
  padding: 0 0 0 57px;
}
#container {
  display: block;
  position: relative;
  width: 1012px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 110px;
  z-index: 10;
}
#page-form {
  display: block;
  position: relative;
  clear: both;
  width: 861px;
  min-height: auto;
  margin: 0 auto;
  z-index: 5;
}
#container-form {
  display: block;
  position: relative;
  width: 1012px;
  min-height: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  top: 110px;
  z-index: 10;
}
/* Header Footer Navigation */
#header-container {
  display: block;
  position: fixed;
  width: 100%;
  height: 102px;
  top: 25px;
  z-index: 400;
}
.nav_container {
  display: block;
  position: relative;
  width: 888px;
  height: 102px;
  margin: 0 auto;
  z-index: 301;
}
#nav_left {
  display: inline-block;
  position: relative;
  float: left;
  width: 342px;
  height: 102px;
  padding: 27px 0 0 30px;
  background: url('../images/h_leftnav.png') 0 30px no-repeat;
}
#nav_right {
  display: inline-block;
  position: relative;
  float: left;
  width: 297px;
  height: 102px;
  padding: 27px 0 0 45px;
  background: url('../images/h_rightnav.png') 0 30px no-repeat;
  margin: 0 0 0 -43px;
}
ul.h_navlist {
  list-style-type: none;
  height: 35px;
  width: 303px;
  margin: 0;
  padding: 17px 0 0 0;
}
ul.h_navlist li {
  display: inline-block;
  float: left;
  padding: 0 20px 0 0;
  font-family:'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
  font-weight: 400;
  /*font-family: 'Copperplate Gothic Bold', Copperplate, serif;*/
  font-size: 13px;
  color: #e1d998;
}
ul.h_navlist li a {
  color: #e1d998;
  text-decoration: none;
}
ul.h_navlist li a:hover {
  color: #aca043;
  text-decoration: none;
}
#nav_footer {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 885px;
  height: 34px;
  margin: 0 0 0 64px;
  background: url('../images/f_nav_bg.png') 0 0 no-repeat;
  z-index: 101;
}

.nav-25 {
	position: relative;
	left: 23.4%;
	
}


#nav_footer-form {
  display: block;
  position: fixed;
  bottom: 0px;
  width: 885px;
  height: 31px;
  margin: 0 0 0 335px;
  background: url(../images/f_nav_bg.png) 0 0 no-repeat;
  z-index: 101;
}
#container-form {
  display: block;
  position: relative;
  width: 1012px;
  min-height: 100%;
  /*    height: auto !important;*/
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  top: 83px;
  z-index: 10;
}
ul.f_navlist {
  list-style-type: none;
  height: 35px;
  width: 830px;
  margin: 0 auto;
  padding: 5px 0 0 0px;
}
.lt-ie9 ul.f_navlist {
  list-style-type: none;
  height: 35px;
  width: 830px;
  margin: 0 auto;
  padding: 10px 0 0 0px;
}
ul.f_navlist li {
  display: inline-block;
  padding: 0 7px 0 7px;
  width: auto;
  font-family: "modesto-expanded-n3", "modesto-expanded", sans-serif;
  /*font-family: 'Copperplate Gothic Bold', Copperplate, serif;*/
  font-weight: 300;
  font-size: 0.688em;
  -webkit-font-size: 0.668em;
  color: #e1d998;
  letter-spacing: 0.01em;
}
.lt-ie9 ul.f_navlist li {
  display: inline-block;
  padding: 0 18px 0 0;
  width: auto;
  float: left;
  font-family: "modesto-expanded-n3", "modesto-expanded", sans-serif;
  /*font-family: 'Copperplate Gothic Bold', Copperplate, serif;*/
  font-weight: 300;
  font-size: 0.688em !important;
  -webkit-font-size: 0.668em;
  color: #e1d998;
  letter-spacing: 0.01em !important;
}
ul.f_navlist li.lastf {
  padding: 0 0px 0 7px;
}
ul.f_navlist li a {
  color: #e1d998;
  text-decoration: none;
}
ul.f_navlist li a:hover {
  color: #aca043;
  text-decoration: none;
}
/* End Header Footer Navigation */
/* Body Elements */
#page_c_top {
  display: block;
  position: relative;
  width: 821px;
  height: 175px;
  margin: 10px 0 0 23px;
}
#page_c_top_alt {
  display: block;
  position: relative;
  width: 821px;
  height: 150px;
  margin: 0 0 0 23px;
  padding: 20px 0 0 0;
}
#page_c_bot {
  display: block;
  position: relative;
  width: 821px;
  height: 150px;
  margin: 0 0 0 23px;
}
.divider {
  display: block;
  position: relative;
  width: 821px;
  height: 1px;
  background: url('../images/b_g_divider.png') 0 0 no-repeat;
  margin: 25px 0 25px 20px;
}
.divider_media {
  display: block;
  position: relative;
  width: 780px;
  height: 1px;
  background: url('../images/b_g_divider.png') 0 0 no-repeat;
  margin: 25px 0 5px 21px;
}
.divider_tickets {
  display: block;
  position: relative;
  width: 510px;
  height: 1px;
  float: left;
  background: url('../images/b_g_divider.png') 0 0 no-repeat;
  margin: 25px 0 25px 0;
}
.divider_info {
  display: block;
  position: relative;
  width: 270px;
  height: 1px;
  float: left;
  background: url('../images/b_g_divider.png') 0 0 no-repeat;
  margin: 25px 0 25px 0;
}
.divider_fancy {
  display: block;
  position: relative;
  width: 132px;
  height: 4px;
  background: url('../images/b_g_divider_fancy.png') 0 0 no-repeat;
  margin: 0 0 0 54px;
}
.divider_fancy_ticket {
  display: block;
  position: relative;
  width: 132px;
  height: 4px;
  background: url('../images/b_g_divider_fancy.png') 0 0 no-repeat;
  margin: 10px 0 10px 24px;
}
#logo_pier {
  display: block;
  position: relative;
  float: left;
  width: 279px;
  height: 102px;
  z-index: 202;
  margin: 0 0 0 -63px;
  background: url('../images/logos/logo_pier.png') 0 0 no-repeat;
}
#logo_pier a {
  display: block;
  width: 279px;
  height: 102px;
}

/* End of first cut 01/12/23*/
#hometext_1 {
  display: block;
  position: relative;
  height: 189px;
  width: 461px;
  margin: 160px 0 0 0px;
  background: transparent url('../images/b_g_hometext_1.png') 0 0 no-repeat;
}
#hometext_2 {
  display: block;
  position: relative;
  height: 313px;
  width: 122px;
  margin: 135px 0 0 30px;
  background: transparent url('../images/b_g_hometext_2.png') 0 0 no-repeat;
}
#hometext_3 {
  display: block;
  position: relative;
  height: 234px;
  width: 174px;
  margin: 160px 0 0 25px;
  background: transparent url('../images/b_g_hometext_3.png') 0 0 no-repeat;
}
#dining_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_dining.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
#dining_c_top {
    display: block;
    position: relative;
    width: 850px;
    height: 430px;
    margin: 0 0 0 23px;
}
#dining_c_top1 {
  display: block;
  position: relative;
  float: left;
  width: 535px;
  height: auto;
  padding: 0 5px 0 0;
}
#dining_c_top2 {
  display: inline;
  position: relative;
  float: left;
  width: 285px;
  height: 400px;
}
#dining_c_mid {
  display: block;
  position: relative;
  width: 821px;
  height: 400px;
  margin: 0 0 0 23px;
}
#dining_c_bot {
  display: block;
  position: relative;
  width: 821px;
  height: 300px;
  margin: 0 0 0 23px;
}
.dining_logocontainer {
  display: block;
  position: relative;
  width: 810px;
  height: 100px;
  margin: 25px 0 25px 15px;
}
.dining_col1 {
  display: block;
  position: relative;
  float: left;
  width: 130px;
  height: 87px;
  margin: 0 35px 0 0;
}
.dining_col2 {
  display: block;
  position: relative;
  float: left;
  width: 171px;
  height: 90px;
  margin: 0 12px 0 32px;
}
.dining_col3 {
  display: block;
  position: relative;
  float: left;
  width: 146px;
  height: 97px;
  margin: 0 20px 0 40px;
}
.dining_col4 {
  display: block;
  position: relative;
  float: left;
  width: 167px;
  height: 87px;
  margin: 0 9px 0 29px;
}
.dining_col5 {
  display: block;
  position: relative;
  float: left;
  width: 171px;
  height: 87px;
  margin: 20px 35px 0 0;
}
.dining_col6 {
  display: block;
  position: relative;
  float: left;
  width: 212px;
  height: 100px;
}
.dining_col7 {
  display: block;
  position: relative;
  float: left;
  width: 212px;
  height: 100px;
}
.dining_col8 {
  display: block;
  position: relative;
  float: left;
  width: 213px;
  height: 100px;
}
#hotels_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_hotels.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
.hotels_c_mid {
  display: block;
  position: relative;
  width: 821px;
  height: auto;
  margin: 0 0 0 23px;
}
.hotels_mid_col1 {
  display: block;
  position: relative;
  float: left;
  width: 600px;
  height: auto;
}
.hotels_mid_col2 {
  display: block;
  position: relative;
  float: left;
  width: 221px;
  height: auto;
}
.hotels_mid_col3 {
  display: block;
  position: relative;
  float: left;
  width: 821px;
  height: auto;
}
#hotels_c_bot {
  display: block;
  position: relative;
  width: 821px;
  height: 150px;
  margin: 0 0 0 23px;
}
.hotels_bot_col1 {
  display: block;
  position: relative;
  float: left;
  width: 535px;
  height: auto;
}
.hotels_bot_col2 {
  display: block;
  position: relative;
  float: left;
  width: 271px;
  height: auto;
  margin: 0 0 0 15px;
}
.hotel {
  display: inline-block;
  position: relative;
  float: left;
  width: 223px;
  height: 152px;
  padding: 0 15px 0 0;
}
#shops_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_shopping.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
.shops_mid {
  display: block;
  position: relative;
  width: 821px;
  height: 180px;
  margin: 0 0 0 23px;
}
.concept_list {
  display: block;
  position: relative;
  width: 821px;
  /* height:  280px; */
  margin: 30px 0 0 0;
}
.concept_col {
  display: block;
  position: relative;
  float: left;
  /*	height: 130px; */
  width: 553px;
  margin: 5px 0 0 0;
  padding: 10px 0 0 0;
}
.shops_col {
  display: block;
  position: relative;
  float: left;
  height: 130px;
  width: 553px;
  margin: 5px 0 0 0;
  padding: 30px 0 0 25px;
}
#giftcard_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_giftcard.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
.giftcard_mid {
  display: block;
  position: relative;
  width: 821px;
  height: 550px;
  margin: 0 0 0 23px;
}
.giftcard_col {
  display: block;
  position: relative;
  width: 410px;
  height: auto;
  float: left;
  margin: 0 0 0 0px;
}
.giftcard_order {
  display: block;
  position: relative;
  width: 103px;
  height: 23px;
  background: url('../images/b_g_button.png') 0 0 no-repeat;
  margin: 25px 0 0 0;
  padding: 2px 0 0 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.giftcard_order a {
  display: block;
  width: 103px;
  height: 23px;
  color: #ffffff;
  text-decoration: none;
}
.giftcard_order a:hover {
  display: block;
  color: #ffffff;
  width: 103px;
  height: 23px;
}
#media_mid {
  display: block;
  position: relative;
  width: 821px;
  height: auto;
  margin: 0 0 0 23px;
}
.media_row {
  dipslay: block;
  position: relative;
  width: 800px;
  height: 60px;
  margin: 0 0 0 21px;
  background: url('../images/icon_adobe.png') 0 20px no-repeat;
  padding: 20px 0 0 0;
}
.media_date {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  font-size: 15px;
  padding: 0 0 0 100px;
}
.media_desc {
  display: block;
  position: relative;
  width: 500px;
  font-size: 16px;
  float: left;
  color: #462a12;
}
.media_desc a {
  display: block;
  text-decoration: none;
  width: 500px;
  font-size: 16px;
  color: #462a12;
}
.media_desc a:hover {
  text-decoration: none;
  color: #cc7b36;
  font-style: bold;
}
.media_bot {
  display: block;
  position: relative;
  width: 821px;
  height: 500px;
  margin: 30px 0 0 23px;
}
#media_ride {
  display: block;
  position: absolute;
  width: 165px;
  height: 150px;
  margin: 0px 0 0 665px;
}
#rides_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_rides.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
#ride-grid {
  display: block;
  position: relative;
  padding: 20px 0 0 23px;
}
.ride-item {
  display: inline-block;
  position: relative;
  float: left;
  width: 180px;
  height: 232px;
  margin: 0 29px 17px 0;
  background: transparent url('../images/rides/b_bg_rides_tmb.png') 0 0 no-repeat;
}
.ride-item .last {
  margin: 0 0px 17px 0;
}
.ride-item a {
  color: white;
  text-decoration: none;
}
.ride-item img {
  display: block;
  position: relative;
  padding: 4px;
}
.ride-caption {
  display: block;
  position: absolute;
  width: 113px;
  height: 48px;
  margin: 170px 0 0 4px;
  padding: 8px 40px 0 15px;
  background: transparent url('../images/rides/b_g_r_caption.png') 0 0 no-repeat;
  z-index: 50;
}
#ride_tickets {
  display: block;
  position: relative;
  width: 109px;
  height: 75px;
  margin: -180px 0 0 700px;
  padding: 55px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #463a23;
}
.lt-ie8 .ride_tickets {
  display: block;
  position: relative;
  width: 109px;
  height: 75px;
  margin: -180px 0 0 700px;
  padding: 55px 50px 0 0;
  text-align: center;
  font-size: 14px;
  color: #463a23;
}
#ride_tickets a {
  display: block;
  text-decoration: none;
  width: 109px;
  height: 75px;
  font-size: 12px;
  color: #463a23;
}
#ride_tickets a:hover {
  display: block;
  text-decoration: none;
  width: 109px;
  height: 75px;
  font-size: 12px;
  color: #463a23;
}
#media_ride_txt {
  display: inline-block;
  position: relative;
  float: left;
  height: 135px;
  width: 51px;
  padding: 0 9px 0 0;
  background: url(../images/arrow_right_red.png) 15px 50px no-repeat;
  text-align: right;
}
#ride_alt {
  display: inline-block;
  position: relative;
  float: left;
  height: 135px;
  width: 105px;
}
#ride_alt a {
  display: block;
  height: 135px;
  width: 105px;
}
#ride_alt img {
  display: block;
  position: relative;
  width: 105px;
  height: 135px;
}
#tickets_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_tickets.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
#ticket_top_c {
  display: inline-block;
  position: relative;
  float: left;
  width: 520px;
  height: 700px;
  margin: 10px 0 0 0;
}
#ticket_top_col1 {
  display: block;
  position: relative;
  float: left;
  width: 250px;
  height: 500px;
  margin: 0 0 0 0;
}
#ticket_top_col2 {
  display: block;
  position: relative;
  float: left;
  width: 250px;
  height: 500px;
  padding: 0 0 0 20px;
}
#ticket_top_col3 {
  display: block;
  position: relative;
  float: left;
  width: 510px;
  height: 250px;
}
.ticket_c_mid {
  display: block;
  position: relative;
  width: 821px;
  height: 200px;
  margin: 0 0 0 23px
}
#tickets_c_bot {
  display: block;
  position: relative;
  width: 821px;
  height: 150px;
  margin: 0 0 0 23px;
}
.tickets_bot_col1 {
  display: block;
  position: relative;
  float: left;
  width: 600px;
  height: 250px;
}
.tickets_bot_col2 {
  display: block;
  position: relative;
  float: left;
  width: 221px;
  height: 250px;
}
#ticket_sales {
  display: inline-block;
  position: relative;
  height: 700px;
  width: 195px;
  float: left;
  background: url('../images/b_g_ticket_lg.png') 0 0 no-repeat;
  padding: 40px 35px 0 35px;
  margin: 0 0 0 30px;
  font-size: 14px;
}
#ticket_buytickets {
  display: block;
  position: relative;
  height: 66px;
  width: 96px;
  background: url('../images/b_g_buytickets.png') 0 0 no-repeat;
  margin: 0px 0 0 48px;
}
#ticket_buytickets a {
  display: block;
  position: relative;
  height: 66px;
  width: 96px;
  background: url('../images/b_g_buytickets.png') 0 0 no-repeat;
}
#ticket_buytickets a:hover {
  display: block;
  position: relative;
  height: 66px;
  width: 96px;
  background: url('../images/b_g_buytickets_hover.png') 0 0 no-repeat;
}
#ticket_ride {
  display: block;
  position: absolute;
  float: left;
  width: 225px;
  height: 135px;
  z-index: 10;
  margin: 70px 0 0 600px;
}
#ticketbox {
  /* overlay is hidden before loading */
  display: none;
  position: relative;
  /* standard decorations */
  width: 450px;
  border: 0px;
  z-index: 9990;
}
#ticketbox img {
  z-index: 9990;
}
#ticketbox .close {
  display: inline-block;
  position: absolute;
  width: 450px;
  height: 25px;
  z-index: 20000;
  background: transparent url('../images/temp_ticket_info_a.png') 0 0 no-repeat;
}
#info_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_info.png') 0 0 no-repeat;
  margin: -5px 0 0 5px;
}
.info_c_mid {
  display: block;
  position: relative;
  width: 821px;
  margin: 0 0 0 23px;
}
#info_c_mid_col1 {
  display: block;
  position: relative;
  width: 275px;
  height: 500px;
  float: left;
}
#info_c_mid_col2 {
  display: block;
  position: relative;
  width: 530px;
  height: 500px;
  float: left;
  margin: 0 0 0 15px;
}
#info_map {
  display: block;
  position: relative;
  width: 528px;
  height: 465px;
}
#info_map a {
  display: block;
  position: relative;
  width: 528px;
  height: 465px;
}
#info_map img {
  display: block;
  position: relative;
  width: 528px;
  height: 465px;
}
.info_href {
  display: inline;
  position: relative;
  color: #462a12;
  text-decoration: none;
}
.info_href a {
  color: #462a12;
}
.info_href a:hover {
  color: #462a12;
}
#info_propertymap {
  dipslay: block;
  position: relative;
  width: 268px;
  height: 24px;
  /*	text-decoration: none; */
  color: #462a12;
  background: url('../images/icon_adobe_sm.png') 0 0 no-repeat;
  padding: 0 0 0 28px;
  margin: 10px 0 0 0;
}
#info_propertymap a {
  color: #462a12;
  /*	text-decoration: none */
}
#info_propertymap a:hover {
  color: #855f3e;
}
.info_ul_col {
  display: block;
  position: relative;
  float: left;
  width: 350px;
  height: auto;
  min-height: 100px;
}
.park_date {
  display: inline-block;
  position: relative;
  width: 175px;
}
.park_hours {
  display: inline-block;
  position: relative;
  width: 150px;
}
.lt-ie8 .park_date {
  display: inline;
  position: relative;
  width: 175px;
}
.lt-ie8 .park_hours {
  display: inline;
  position: relative;
  width: 150px;
}
.lt-ie8 ul.info {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 350px;
  height: 200px;
  margin: 0 0 0 -20px;
}
ul.info {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 350px;
  min-height: 200px;
  height: auto;
  margin: 0 0 0 -20px;
}
#info_ride_txt {
  display: inline-block;
  position: relative;
  float: left;
  height: 135px;
  width: 51px;
  padding: 0 9px 0 0;
  background: url(../images/arrow_right_red.png) 15px 50px no-repeat;
  text-align: right;
}
#info_ride {
  display: block;
  position: absolute;
  width: 165px;
  height: 150px;
  margin: 150px 0 0 650px;
  z-index: 300;
}
#info_tickets {
  display: block;
  position: absolute;
  width: 109px;
  height: 75px;
  margin: -50px 0 0 715px;
  padding: 55px 0 0 0;
  text-align: center;
  font-size: 12px;
  color: #463a23;
}
#info_tickets a {
  display: block;
  text-decoration: none;
  width: 109px;
  height: 75px;
  font-size: 12px;
  color: #463a23;
}
#info_tickets a:hover {
  display: block;
  text-decoration: none;
  width: 109px;
  height: 75px;
  font-size: 12px;
  color: #463a23;
}
#info_parkhours_cont {
  display: block;
  position: relative;
  float: left;
  background: url('../images/cal_parkhours.png') 0 0 no-repeat;
  width: 246px;
  height: 66px;
  color: white;
  text-align: center;
  padding: 8px 0 0 0;
  line-height: 24px;
  margin: 85px 0 0 0;
}
.contact_c_mid {
  display: block;
  position: relative;
  width: 821px;
  margin: 0 0 0 23px;
}
#history_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_history.png') 0 0 no-repeat;
  margin: -5px 0 0 2px;
}
.history_c_mid {
  display: block;
  position: relative;
  width: 821px;
  min-height: 100px;
  height: auto;
  margin: 0 0 0 23px;
}
.cog-form {
	display: block;
	width: 100%;
	height: auto;
}
#groups_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_groups.png') 0 0 no-repeat;
  margin: -5px 0 0 2px;
}
#groups_header-form {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url(https://www.pleasurepier.com/images/tri_panel/b_p_groups.png) 0 0 no-repeat;
  margin: -5px 0 0 81px;
  z-index: 300;
}
.groups_c_mid {
  display: block;
  position: relative;
  width: 821px;
  min-height: 100px;
  height: auto;
  margin: 0 0 0 23px;
}
#group_ride {
  display: block;
  position: absolute;
  float: left;
  width: 225px;
  height: 135px;
  z-index: 10;
  margin: 15px 0 0 650px;
}
#group_ride_txt {
  display: inline-block;
  position: relative;
  float: left;
  height: 135px;
  width: 51px;
  padding: 0 9px 0 0;
  background: url(../images/arrow_right_red.png) 15px 50px no-repeat;
  text-align: right;
}
ul.group {
  display: inline-block;
  position: relative;
  float: left;
  width: 200px;
  height: 100px;
  margin: 10px 0 0 -20px;
}
#club_header {
  display: block;
  postition: relative;
  width: 900px;
  height: 233px;
  background: url('../images/tri_panel/b_p_club.png') 0 0 no-repeat;
  margin: -5px 0 0 2px;
}
.club_col1 {
  display: block;
  position: relative;
  float: left;
  width: 562px;
  height: 200px;
}
.club_col2 {
  display: block;
  position: relative;
  float: left;
  width: 259px;
  height: 200px;
  background: url('../images/b_g_clubcard.png') 5px 0 no-repeat;
  margin: 17px 0 0 0;
}
ul.club {
  display: inline-block;
  position: relative;
  float: left;
  width: 775px;
  height: auto;
  margin-top: 0;
}
li.club {
  list-style-type: none;
  background: url('../images/arrow_right_red.png') 0 5px no-repeat;
  padding: 3px 0 3px 40px;
}
.piercam {
  display: block;
  position: relative;
  border: 4px solid #462A12;
  width: 640px;
  min-height: 390px;
  margin: 40px 0 0 90px;
}
table.request tr {
  height: 35px;
}
table.request td {
  width: 200px;
}
label {
  width: 200px;
}
.req {
  display: inline-block;
  position: absolute;
  color: red;
  left: 12em;
  padding-top: 5px;
}
.request_select1 {
  width: 300px;
}
.request_select2 {
  width: 200px;
}
.request_input1 {
  width: 292px;
}
.request_textarea {
  width: 292px;
  text-align: left;
}
.request_clear {
  display: block;
  position: relative;
  top: -24px;
  z-index: 10;
}
.request_submit {
  margin: 5px 0 20px 200px;
}
#pier_nav {
  display: inline-block;
  position: fixed;
  height: 75px;
  width: 120px;
  background: url('../images/b_g_piernav.png') 8px 0 no-repeat;
  text-align: right;
  padding: 0 8px 0 0;
  top: 0;
  right: 0;
  z-index: 250;
}
#pier_nav a {
  text-decoration: none;
  height: 75px;
  width: 120px;
  color: #e1d998;
}
#pier_nav a:hover {
  text-decoration: none;
  color: white;
}
#piermap_c_top {
  display: block;
  position: relative;
  width: 850px;
  height: 400px;
  margin: 0 0 0 23px;
}
#piermap_c_mid {
  display: block;
  position: relative;
  width: 821px;
  height: 300px;
  margin: 0 0 0 23px;
}
#piermap_c_bot {
  display: block;
  position: relative;
  width: 821px;
  height: 300px;
  margin: 0 0 0 23px;
}
.eventLogo {
  display: block;
  position: relative;
  width: 200px;
  height: 141px;
  background: url('../images/calendar-of-events-large.png') 0 0 no-repeat;
  margin: 30px 0 10px 315px;
}
.event_content {
  display: block;
  position: relative;
  width: 801px;
  height: auto;
  min-height: 200px;
}
.eventContainer {
  display: block;
  position: relative;
  width: 801px;
  height: auto;
  min-height: 200px;
}
.eventBlock {
  display: block;
  position: relative;
  width: 818px;
  height: auto;
  min-height: 50px;
}
.eventMonthlyItem {
  margin: 0.5em 0;
  padding: 0.5em;
  border: 1px dotted #713800;
  background-color: #FFEFBF;
}
.eventItem {
  margin: 0.5em 0;
  padding-left: 120px;
  padding-bottom: 0.5em;
  position: relative;
  color: #000;
  border-bottom: 1px dotted #713800;
  line-height: 2.0em;
}
/*
.eventMonth {
	display:  block;
	position:  relative;
	width:  791px;
	height: 25px;
	background-color: #643c1a;
	color:  white;
	font-size: 1.2em;
	padding-left: 20px;	
	margin:  10px 0 10px 0;
}
*/
h3.eventMonth {
  display: block;
  position: relative;
  /*	width:  791px; */
  height: 25px;
  background-color: #643c1a;
  color: white;
  font-size: 1.2em;
  padding-left: 20px;
  margin: 30px 0 10px 0;
}
.eventCol1 {
  display: block;
  position: relative;
  width: 400px;
  height: auto;
  min-height: 50px;
  float: left;
  margin: 0 5px 0 0;
}
.eventCol2 {
  display: block;
  position: relative;
  width: 391px;
  height: auto;
  min-height: 50px;
  float: left;
  margin: 0 0 0 5px;
}
.eventDate {
  display: block;
  position: relative;
  text-align: right;
  float: left;
  width: 25px;
  padding-right: 10px;
}
.eventDay {
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: 115px;
}
.eventTime {
  text-align: right;
  width: 400px;
  position: absolute;
  /*top: 0px;*/
  right: 0px;
}
.eventTitle {
  display: block;
  position: relative;
  float: left;
  width: 240px;
  padding: 0 0 0 20px;
}
/*
.eventTime {
	display:  block;
	position:  relative;
	float: left;
	width:  95px;	
}
*/
/*shadow and wood background*/
.shadow_container {
  display: block;
  position: fixed;
  top: 0px;
  width: 999px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 102px 0 0 7px;
  background: url('../images/b_bg_shadow_mid.png') 0 0 repeat;
  z-index: 1;
}
.shadow_container_top {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 102px;
  background: url('../images/b_bg_shadow_top.png') center top no-repeat;
  z-index: 201;
}
#wood_container {
  display: block;
  position: fixed;
  top: 96px;
  width: 924px;
  height: 100%;
  background: url('../images/b_bg_wood.jpg') 0 0 repeat-y;
  margin: 0px 0 0 76px;
  z-index: 2;
}
.lt-ie8 #wood_container {
  margin: 0px 0 0 0px;
}
/*end of shadow and wood*/
/* Logos */
#logo_bubbagump {
  display: block;
  position: relative;
  width: 269px;
  height: 153px;
  font-size: 14px;
  text-align: center;
  background: url('../images/logos/logo_bubbagump.png') 0 0 no-repeat;
  margin: 35px 0 0 0;
  padding: 165px 5px 0 0;
}
#link_bubbagump {
  text-decoration: none;
  color: #8c0e0e;
}
#link_bubbagump a {
  text-decoration: none;
  color: #8c0e0e;
}
.logo_gumprun {
  width: 113px;
  height: 91px;
  margin: 0 15px 0 0;
  background: url('../images/logos/logo_gumpontherun.png') 0 0 no-repeat;
}
.logo_bigtop {
  width: 202px;
  height: 100px;
  background: url('../images/logos/logo_bigtop.png') 0 7px no-repeat;
}
.logo_slices {
  width: 202px;
  height: 100px;
  background: url('../images/logos/logo_slices.png') 0 5px no-repeat;
}
.logo_carousel {
  width: 202px;
  height: 100px;
  background: url('../images/logos/logo_carousel.png') 0 1px no-repeat;
}
.logo_brewstation {
  width: 202px;
  height: 100px;
  background: url('../images/logos/logo_brewstation.png') 0 7px no-repeat;
}
.logo_sweetscoops {
  width: 202px;
  height: 100px;
  background: url('../images/logos/logo-Sweet-Scoops.png') 0 7px no-repeat;
}
.logo_fishtales {
  width: 202px;
  height: 100px;
  display: block;
  position: relative;
  background: url('../images/logos/logo_fishtales.png') 0 8px no-repeat;
}
.logo_fishtales a {
  width: 202px;
  height: 100px;
  display: block;
}
.logo_rainforest {
  width: 202px;
  height: 100px;
  display: block;
  position: relative;
  background: url('../images/logos/logo_rainforest.png') 30px 5px no-repeat;
}
.logo_rainforest a {
  width: 202px;
  height: 100px;
  display: block;
}
.logo_landrys {
  width: 202px;
  height: 100px;
  display: block;
  position: relative;
  background: url('../images/logos/logo_landrys.png') 25px 32px no-repeat;
}
.logo_landrys a {
  width: 202px;
  height: 100px;
  display: block;
}
.logo_saltgrass {
  width: 202px;
  height: 100px;
  display: block;
  position: relative;
  background: url('../images/logos/logo_saltgrass.png') 40px 16px no-repeat;
}
.logo_saltgrass a {
  width: 202px;
  height: 100px;
  display: block;
}
.logo_sanluis {
  width: 221px;
  height: 75px;
  background: url('../images/logos/logo_sanluis.png') 5px 0px no-repeat;
}
.logo_hilton {
  width: 221px;
  height: 75px;
  background: url('../images/logos/logo_hilton.jpg') 123px 0px no-repeat;
}
.logo_holidayinn {
  width: 221px;
  height: 75px;
  background: url('../images/logos/logo_holidayinn.png') 120px 0px no-repeat;
}
.logo_boardwalk {
  width: 221px;
  height: 75px;
  background: url('../images/logos/logo_boardwalk.png') 123px 0px no-repeat;
}
.logo_pelicans {
  width: 220px;
  height: 130px;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 0;
  background: url('../images/logos/logo_pelicansbag.png') 26px 0px no-repeat;
}
.logo_lollipops {
  width: 220px;
  height: 130px;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 0;
  background: url('../images/logos/logo_lollipops.png') 4px 17px no-repeat;
}
.logo_piergifts {
  width: 220px;
  height: 130px;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 0;
  background: url('../images/logos/logo_piergifts.png') 3px 26px no-repeat;
}
.logo_bubbagump2 {
  width: 220px;
  height: 130px;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 0;
  background: url('../images/logos/logo_bubbagump2.png') 50px 2px no-repeat;
}
.logo_antiquephoto {
  width: 220px;
  height: 130px;
  display: block;
  position: relative;
  float: left;
  margin: 5px 0 0 0;
  background: url('../images/logos/logo_antiquephoto.png') 21px 4px no-repeat;
}
.logo_giftcards {
  width: 306px;
  height: 196px;
  display: block;
  position: relative;
  float: left;
  background: url('../images/logos/logo_giftcards.png') 0 0 no-repeat;
  margin: -200px 0 0 510px; /* orig - margin:-340px 0 0 510px;*/
}
.logo_over1, .logo_over5 {
  display: none;
  position: absolute;
  width: 213px;
  height: 69px;
  text-align: center;
  background: url('../images/b_g_hover.png') 0 0 no-repeat;
  margin: -20px 0 0 -50px;
  padding: 30px 10px 0 10px;
  color: #e8e2c4;
  font-size: 12px;
}
.logo_over2 {
  display: none;
  position: absolute;
  width: 213px;
  height: 69px;
  text-align: center;
  background: url('../images/b_g_hover.png') 0 0 no-repeat;
  margin: -20px 0 0 -50px;
  padding: 30px 10px 0 10px;
  color: #e8e2c4;
  font-size: 12px;
}
.logo_over3 {
  display: none;
  position: absolute;
  width: 213px;
  height: 59px;
  text-align: center;
  background: url('../images/b_g_hover.png') 0 0 no-repeat;
  margin: -20px 0 0 -50px;
  padding: 40px 8px 0 12px;
  color: #e8e2c4;
  font-size: 12px;
}
.logo_over4 {
  display: none;
  position: absolute;
  width: 213px;
  height: 79px;
  text-align: center;
  background: url('../images/b_g_hover.png') 0 0 no-repeat;
  margin: -20px 0 0 -50px;
  padding: 23px 10px 0 10px;
  color: #e8e2c4;
  font-size: 12px;
}
.concept_logo {
  width: 200px;
  height: 130px;
  display: block;
  position: relative;
  float: left;
  margin: 20px 0 0 0;
  font-size: 12px;
  /*	text-align:center; */
  padding: 0 0 0 15px;
}
.fb {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  margin: 0 0 0 5px;
  top: 3px;
}
.fb a {
  display: block;
  height: 16px;
  width: 16px;
}
.fb img {
  display: block;
  height: 16px;
  width: 16px;
}
/*footer carousel */
#f_container {
  display: block;
  position: fixed;
  bottom: 50px;
  width: 885px;
  height: 149px;
  margin: 400px 0 0 60px;
}
#f_cont_col1 {
  display: block;
  position: fixed;
  float: left;
  bottom: 50px;
  width: 295px;
  height: 149px;
  margin: 400px 0 0 0;
}
#f_cont_col2 {
  display: block;
  position: fixed;
  float: left;
  bottom: 50px;
  width: 295px;
  height: 149px;
  margin: 400px 0 0 295px;
}
#f_cont_col3 {
  display: block;
  position: fixed;
  float: left;
  bottom: 50px;
  width: 295px;
  height: 149px;
  margin: 400px 0 0 590px;
}
.f_ad_events {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_events.png') 0 0 no-repeat;
}
.f_ad_rides {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_rides.png') 0 0 no-repeat;
}
.f_ad_gifts {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_gifts.png') 0 0 no-repeat;
}
.f_ad_eventlist {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_eventlist.png') 0 0 no-repeat;
}
.f_ad_map {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_map.png') 0 0 no-repeat;
}
.f_ad_bubba {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_bubba.png') 0 0 no-repeat;
}
.f_ad_mid_promo {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/Weekend-Adventure-Pass.png') 0 0 no-repeat;
}
.f_ad_mid_spring {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/Chickfila-now-open.png') 0 0 no-repeat;
}
.f_ad_rides2 {
  display: block;
  position: relative;
  height: 149px;
  width: 299px;
  background: url('../images/f_ad_rides2.png') 0 0 no-repeat;
}
.f_hover {
  display: block;
  position: relative;
  height: 83px;
  width: 273px;
  margin: 68px 0 0 0;
  background: url('../images/f_ad_hover.png') 0 0 no-repeat;
}
/*
.bx-prev {
    background: url("../images/left.png") no-repeat transparent;
    height: 54px;
    left: -55px;
    position: absolute;
    top: 50px;
    width: 54px;
}

.bx-next {
    background: url("../images/right.png") no-repeat transparent;
    height: 54px;
    right: -55px;
    position: absolute;
    top: 50px;
    width: 54px;
}
*/
/*End of footer carousel */
/* For XML Reader */
.m_event {
  width: 275px;
  margin: 0 auto;
  height: auto;
  padding: 42px 0 0 10px;
}
.event {
  width: 275px;
  font-family: helvetica;
  font-size: 12px;
  color: black;
  float: left;
  line-height: 16px
}
.event_txt {
  font-family: helvetica;
  font-weight: bold;
  font-size: 12px;
  color: #006784;
  text-align: center;
  margin: 5px 0 0 0;
  line-height: 16px;
}
/* End XML Reader */
/* Horizontal Drawer */
.slide-out-div {
  width: 650px;
  height: 63px;
  postion: fixed;
  display: block;
  bottom: 100px;
  background: transparent url(../images/drawer_bg_long.gif) 0 0 no-repeat;
  z-index: 75;
}
.socialpanel {
  display: block;
  height: 63px;
  opacity: 1;
}
.slide_fb {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  postion: relative;
  background: url('../images/drawer_fb.png') no-repeat center center;
  margin: 16px 0 0 20px;
}
.slide_fb a {
  height: 30px;
  width: 30px;
  display: block;
}
.slide_tw {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  postion: relative;
  background: url('../images/drawer_tw.png') no-repeat center center;
  margin: 16px 0 0 20px;
}
.slide_tw a {
  height: 30px;
  width: 30px;
  display: block;
}
.slide_yt {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  postion: relative;
  background: url('../images/drawer_yt.png') no-repeat center center;
  margin: 16px 0 0 15px;
}
.slide_yt a {
  height: 30px;
  width: 30px;
  display: block;
}
.slide_instagram {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  postion: relative;
  margin: 16px 0 0 15px;
}
.slide_instagram a {
  background: url("/images/icons/instagram.png") no-repeat 0 0;
  overflow: hidden;
  height: 30px;
  width: 30px;
  display: block;
}
/*.slide_instagram a:hover {
	background-position: 0 -31px ;
}*/
/*.slide_instagram a:active {
	background-position:  0 -62px;
}*/
.slide_tix {
  height: 67px;
  width: 124px;
  float: left;
  display: inline-block;
  postion: relative;
  background: url('../images/drawer_ticket.png') no-repeat center center;
  margin: 0 0 0 10px;
}
.slide_tix a {
  height: 67px;
  width: 124px;
  display: block;
  postion: relative;
}
.slide_hours {
  height: 67px;
  width: 195px;
  float: left;
  text-align: center;
  margin: 0 0 0 0px;
}
.slide_hours a {
  height: 67px;
  width: 155px;
  display: block;
  postion: relative;
}
.lt-ie9 .slide_hours {
  height: 67px;
  width: 155px;
  float: left;
  margin: 15px 0 0 25px;
}
.slide_weather {
  height: 67px;
  width: 95px;
  float: left;
  display: inline-block;
  postion: relative;
  margin: 0 0 0 10px;
  padding: 5px 0 0 0;
}
.slide_weather a {
  height: 67px;
  width: 95px;
  display: block;
  postion: relative;
}
/* End Horizontal Drawer */
/* Background Fade */
/* End Background Fade */
#h2 {}
h2.header_lg {
  margin: 0 0 0 0px;
  font-family: 'Enriqueta', serif;
  font-weight: 700;
  font-style: bold;
  font-size: 40px;
  color: #462a12;
}
h2.header_med {
  margin: 0 0 0 0px;
  font-family: 'Enriqueta', serif;
  font-size: 25px;
  font-style: normal;
  color: #462a12;
  font-weight: 400;
}
h2.header_med_b {
  margin: 0 0 0 0px;
  font-family: 'Enriqueta', serif;
  font-size: 25px;
  font-style: bold;
  color: #462a12;
  font-weight: 400;
}
h2.header_events {
  margin: 0 0 0 0px;
  font-family: 'Enriqueta', serif;
  font-size: 32px;
  font-style: bold;
  color: #462a12;
  font-weight: 400;
  text-align: center;
}
h2.header_sm {
  margin: 0 0 0 0px;
  font-family: 'Enriqueta', serif;
  font-size: 20px;
  font-style: normal;
  color: #462a12;
  font-weight: 400;
}
h2.parkhours {
  font-family: modesto-expanded, sans-serif;
  font-size: 17px;
  font-style: bold;
  font-weight: 300;
  color: #47270d;
}
h2.weather {
  font-family: modesto-expanded, sans-serif;
  font-size: 22px;
  font-style: bold;
  font-weight: 300;
  width: 30px;
  float: left;
  color: #47270d;
  margin: 15px 0 0 -35px;
  z-index: 1;
}
.body_p {
  color: #462a12;
}
.body_p a {
  color: #462a12;
}
.hotel_link {
  /*	color:  #462a12; */
  /*	text-decoration: none; */
  display: inline-block;
  position: relative;
}
/*
.hotel_link a{
	color:  #462a12;
	text-decoration: none;
}
*/
.content_link {
  color: #462a12;
}
.content_link a {
  color: #462a12;
}
.content_italics {
  font-style: italic;
}
.hotel_info {
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.rides_games {
  font-size: 18px;
}
.underline {
  text-decoration: underline;
}
.italics {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.larger {
  font-size: 26px;
}
.medium {
  font-size: 20px;
}
.smaller {
  font-size: 20px;
}
.brown {
  color: #462a12;
}
.brown a {
  color: #462a12;
}
/* Policies Page */
.accordion {
  margin: 20px 10px 50px 23px;
}
.accordion dt {
  display: block;
  font-family: 'Enriqueta', serif;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #80512a;
  font-size: 28px;
  padding: 17px 0 17px 23px;
  cursor: pointer;
}
.accordion dt.ui-state-default {
  background: url('../images/b_g_plus.png') 0 29px no-repeat;
}
.accordion dt.ui-state-active {
  background: url('../images/b_g_minus.png') 0 29px no-repeat;
}
.accordion dd {
  margin: 0;
  padding: 0 0 27px 23px;
  color: #80512a;
}
.accordion-line {
  display: block;
  position: relative;
  border-bottom: 1px solid #80512a;
}
.ui-state-focus {
  outline: none;
}
/* Photo Gallery  */
.navigation-controls {
  position: relative;
  text-align: center;
  padding: 0;
  z-index: 101;
  top: -15px;
}
/* Picture slides */
.picture-frame {
  display: block;
  position: absolute;
  width: 794px;
  height: 374px;
  top: 121px;
  background: transparent url('../images/gallery/b_p_frame.png') 3px 0 no-repeat;
  z-index: 103;
}
.picture-slides-disabled {
  color: #eee;
}
.picture-slides-container {
  margin: 25px 0 80px 0;
}
.picture-slides-dimmed-background .navigation-controls {}
.picture-slides-dimmed-background .picture-slides-image-text {}
.picture-slides-fade-container {
  position: relative;
  overflow: hidden;
  z-index: 102;
  padding: 10px 0 0 0;
}
.picture-slides-fade-container a {
  display: block;
  width: 794px;
  height: 374px;
  text-align: center;
  margin-bottom: 10px;
}
.picture-slides-fade-container a img {}
.picture-slides-image-load-fail {
  display: none;
}
.picture-slides-image-text {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 5px 0 10px;
  z-index: 101;
}
.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {
  display: none;
  text-decoration: none;
  top: -30px;
}
.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {
  cursor: pointer;
}
a.picture-slides-previous-image {
  color: #462a12;
  padding: 3px 60px 3px 0;
  margin: 0 15px 0 0;
  background: url('../images/arrow_left_brown.png') right 2px no-repeat;
}
a.picture-slides-next-image {
  color: #462a12;
  padding: 3px 0px 3px 60px;
  margin: 0 0px 0 15px;
  background: url('../images/arrow_right_brown.png') 0 2px no-repeat;
}
ul.picture-slides-thumbnails {
  list-style: none;
  margin-top: 1em;
  overflow: hidden;
  padding: 0 0 0 5px;
}
.picture-helptext {
  text-align: center;
  padding: 15px 0;
}
.picture-slides-thumbnails li {
  float: left;
  width: 232px;
  height: 179px;
  margin: 0 40px 25px 0;
  background: transparent url('../images/gallery/p_bk_thumb.png') 0 0 no-repeat;
}
.picture-slides-thumbnails li img {
  padding: 4px;
}
.picture-slides-thumbnails a {
  outline: none;
}
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {}
.picture-slides-dim-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 1000;
  display: none;
}
.home-caption {
  display: none;
  position: absolute;
  width: 273px;
  height: 83px;
  bottom: 0px;
  margin: 0 0 14px 9px;
  background: transparent url('../images/f_ad_hover.png') 0 0 no-repeat;
  z-index: 100;
}
.home-caption-no-bk {
  display: block;
  position: absolute;
  width: 273px;
  height: 113px;
  bottom: 0px;
  margin: 0 0 14px 9px;
  z-index: 100;
}
.home-caption-txt {
  display: block;
  position: relative;
  color: white;
  padding: 7px 10px 5px 10px;
}
.home-caption-txt a {
  color: white;
  text-decoration: none;
}
.home-caption-link {
  display: block;
  position: relative;
  color: white;
  padding: 0px 10px 10px 10px;
  text-align: right;
  font-size: 12px;
}
.home-caption-link a {
  color: white;
  text-decoration: none;
}
.home-caption-no-bk a {
  display: block;
  width: 273px;
  height: 113px;
}
#calendar {
  display: inline-block;
  float: left;
  width: 500px;
  margin: 30px 0 0 0;
}
.ui-widget {
  font-family: 'Gudea', sans-serif;
  font-weight: 400;
  color: #654f3b;
}
#calendar .ui-state-hover, #calendar .ui-widget-content .ui-state-hover, #calendar .ui-widget-header .ui-state-hover, #calendar .ui-state-focus, #calendar .ui-widget-content .ui-state-focus, #calendar .ui-widget-header .ui-state-focus {
  border: 1px solid #c4151e;
  background: transparent none;
  color: #915a1c;
  border-radius: 5px;
  font-weight: bolder;
}
#calendar .ui-state-highlight, #calendar .ui-widget-content .ui-state-highlight, #calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #c4151e;
  background: transparent none;
  color: #915a1c;
  border-radius: 5px;
}
#calendar .ui-state-active, #calendar .ui-widget-content .ui-state-active, #calendar .ui-widget-header .ui-state-active {
  border: 1px solid #c4151e;
  background: transparent none;
  color: #915a1c;
  border-radius: 5px;
}
.ui-datepicker-multi {
  width: 460px !important;
}
.ui-datepicker {
  padding: 0;
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
}
.ui-datepicker table thead {
  border-bottom: 1px solid #b09985;
}
.ui-datepicker th {
  border: 0 none;
  font-weight: bold;
  padding: 0.2em 0.3em;
  text-align: center;
}
.ui-datepicker td {
  border: 0 none;
  padding: 1px;
  text-align: center;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  background: transparent none;
  color: #915a1c;
  border-radius: 3px;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 45%;
}
.ui-datepicker-group.ui-datepicker-group-first {
  border-right: 1px solid #80512a;
  padding: 0 8px 0 0;
}
.ui-datepicker-group.ui-datepicker-group-last {
  padding: 0 0 0 8px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-datepicker-next.ui-state-hover, .ui-datepicker-prev.ui-state-hover {
  border: none;
}
.ui-datepicker-next .ui-icon, .ui-datepicker-prev .ui-icon {
  height: 16px;
  width: 30px;
}
.ui-widget-header .ui-datepicker-next .ui-icon {
  background: transparent url(../images/cal_next.png) 0 0 no-repeat;
}
.ui-widget-header .ui-datepicker-prev .ui-icon {
  background: transparent url(../images/cal_prev.png) 0 0 no-repeat;
}
.ui-datepicker-next .ui-icon-circle-triangle-e, .ui-datepicker-prev .ui-icon-circle-triangle-e {
  background-position: 0px 0px;
}
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " ("attr(href) ")";
  }
  abbr[title]:after {
    content: " ("attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media only screen and (max-width: 300px) {
  #container {
    width: 100%;
    height: auto;
  }
  .piercam {
    display: block;
    position: relative;
    border: 4px solid #462A12;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }
}
#page {
  display: block;
  position: relative;
  clear: both;
  /*width: 100%;*/
  height: auto;
  margin: 0 auto;
  z-index: 5;
}
#page_c_top_mobile {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  padding-top: 30px
}
.cam-mobile {
  display: block;
  position: relative;
  margin: 10px 0 0 23px;
}
}
.disclaimer {
  font-size: 12px;
}
.concept_col h2.header_sm {
  width: 300px;
}
.concept_col span {
  width: 253px;
  /*	float:right; */
  position: absolute;
  right: 0;
  top: 20px;
  text-align: right;
  font-size: 12px;
}
#social {
  position: absolute;
  right: 20px;
  top: 0px;
}
#buytickets a {
  z-index: 100;
  display: block;
  text-align: center;
  text-indent: -9000px;
  width: 109px;
  height: 53px;
  background: url(/images/icons/buy-tickets-now.png) center top no-repeat;
  position: absolute;
  top: -24px;
  left: 30px;
}
#buytickets a:hover {
  background-position: center bottom;
}
#buytickets_cta {
  position: absolute;
  height: 86px;
  width: 123px;
  margin: 0 0 30px 30px;
  clear: both;
  left: 250px;
  top: 265px;
}
#expand {
  width: 100%;
  height: 50px; /* orig - height: 200px;*/
}
.copyright {
  width: 100%;
  margin: auto;
  padding: 3px;
  background: #4B2D13;
  color: #E1D998;
  text-align: center;
}
/*========== â†“â†“â†“â†“â†“â†“ [KT @Styles] â†“â†“â†“â†“â†“â†“ ========+=*/
/* ==========================================================================
   !![START]!! ---- || Skip To Main Styles
   ========================================================================== */
div#skipToMain a {
  padding: 6px 12px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #000000;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 1000;
}
div#skipToMain a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #F6D69C;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}
div#skipToMain a {
  padding: 6px 12px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #000000;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 1000;
}
.ipc {
  position: relative;
  left: 0px;
  top: -15px;
}
/* ==========================================================================
   !![END]!! ---- || Skip To Main Styles 
   ========================================================================== */
/* @google Maps iFrames*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  height: 0;
  min-height: 250px;
}
/* @FocusedElements */
/**:focus {
  outline-width: 2px;
  outline-style:solid;
  outline-color: #4F7EFE;
	padding-left:1px;
	padding-right:1px;
}*/
/*p a h1 h2 h3 h4 h5 li img:focus {
	outline-width: 2px;
  outline-style:solid;
  outline-color: #4F7EFE;
	padding-left:1px;
	padding-right:1px;
}*/
/*========== â†‘â†‘â†‘â†‘â†‘â†‘ [/KT @Styles] â†‘â†‘â†‘â†‘â†‘â†‘ ========+=*/