/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

/* ------------------------------- Reset */

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; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; border: 0 none; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

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; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Bliss Media
   ========================================================================== */



/* ------------------------------- Reset */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  color: #7d7d7d;
  font-size: 0.875em;
  line-height: 1.714em;
  margin: 0;
}


/* ------------------------------- Global */

body {
  background-image: url('/assets/Uploads/content-hdr.jpg');
  background-color: #fffff;
  background-position: center top;
  background-repeat: no-repeat;
}

.container {
  margin: 0 auto;
  position: relative;
  width: 980px;
}

.hoverbutton {
  display: block;
}

.hoverbutton:hover,
.hoverbutton:active,
.hoverbutton:focus {
  background-position: center bottom;
  cursor: pointer;
}

.learn-more:hover,
.learn-more:active,
.learn-more:focus {
  color: #c78955 !important;
}

.buy-tickets {
  color: #794a23!important;
  margin: 0 0 0 20px;
}

.learn-more:after, .buy-tickets:after {
  content: "\203A";
  padding: 0 0 0 5px;
  margin: 0 5px 0 0;
}

.learn-more:hover:after, .buy-tickets:hover:after {
  padding: 0 0 0 10px;
  margin: 0;
}

header .buy-tickets:after, .slides .buy-tickets:after, .tab-content .buy-tickets:after {
  content: ""!important;
  color: #9B9D9D!important;
}

img.ui-datepicker-trigger {
  cursor: pointer;
  vertical-align: text-bottom;
}

.nowrap {
  white-space: nowrap;
}

/* ------------------------------- Global - Slideshow controls */

.slideshow-controls {
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
  height: 10px;
}

.slideshow-controls a {
  vertical-align: top;
  display: inline-block;
}

.slideshow-controls .controlLeft a {
  background: url(../images/btns/slideshow_arrow-left.png) no-repeat center 0;
  height: 8px;
  width: 15px;
}

.slideshow-controls .controlRight a {
  background: url(../images/btns/slideshow_arrow-right.png) no-repeat center 0;
  height: 8px;
  width: 15px;
}

.slideshow-controls .controlLeft a:hover,
.slideshow-controls .controlLeft a.active,
.slideshow-controls .controlRight a:hover,
.slideshow-controls .controlRight a.active {
  background-position: center -100px;
}

.slideshow-controls .controlNumbers {
  height: 6px;
}

.slideshow-controls .controlNumbers a {
  display: inline-block;
  height: 6px;
  overflow: hidden;
  margin: 0 1px;
  position: relative;
  width: 6px;
}

.slideshow-controls .controlNumbers a img {
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow-controls .controlNumbers a:hover img,
.slideshow-controls .controlNumbers a.active img {
  top: -100px;
}


/* ------------------------------- Header */

header {
  background: url(../images/bg/repeat_hdr.png) repeat left top;
  display: block;
  height: 107px;
  position: relative;
  z-index: 15;
}

header .bg-repeat {
  background: url(../images/bg/repeat_hdr_dotted.png) repeat-x left bottom;
  height: 107px;
}

header a {
  color: #fff;
}

header a:hover,
header a:active,
header a:focus {
  color: #aeb1b4;
}

header .logo {
  float: left;
  padding: 30px 34px 0 0;
}

header #extras {
  color: #fff;
  font-size: 0.688em;
  font-weight: bold;

  background: url(../images/bg/repeat_hdr-extras.png) repeat;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  float: right;
  height: 35px;
  padding: 0 0 0 13px;
  position: relative;
  width: 292px;
  z-index: 9;
}

header #language,
header #search {
  float: left;
}

header #language a,
header #search {
  color: #e0e0e0;
}

header #language {
  background: url(../images/icons/divider_extras.png) no-repeat right;
  padding: 10px 15px 0 0px;
}

header #language span {
  padding: 0 8px;
}

header #search {
  padding: 11px 0 0 12px;
}

header #search img.icon {
  float: left;
  margin: 0 7px 0 0;
}

header #language-selection {
  background-color: #f8f8f8;
  border-radius: 5px;
  display: none;
  margin: 35px 0 0 0;
  width: 116px;

  position: absolute;
  top: 0;
  left: 2px;
}

header #language-selection ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header #language-selection li {
  background: url(../images/bg/repeat_hdr-language.png) repeat-x left top;
}

header #language-selection li:first-child {
  background: none;
}

header #language-selection li a {
  color: #7d7d7d;
  line-height: 29px;

  display: block;
  height: 29px;
  padding: 0 9px;
  width: 98px;
}

header #language-selection li a:hover,
header #language-selection li a:active,
header #language-selection li a:focus,
header #language-selection li a.active {
  color: #16b9ed;
}

header #language-selection li img {
  margin: 0 13px 0 0;
}

header nav {
  float: left;
  margin: 25px 0 0 0;
  width: 770px;
  z-index: 99;
}

header nav li {
  display: block;
  float: left;
  height: 45px;
  margin: 0 35px 0 0;
  position: relative;
}

header nav li a {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff!important;
}

header nav li.hover .drop-down,
header nav li:hover .drop-down {
  display: block;
}

header nav li .drop-down {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

header nav li .special {
  height: auto;
  width: 978px;
  top: 37px;
  left: -450px;
}

header nav li .special .carrot {
  margin: 0 auto !important;
}

header .attractions-holder {
  background: #fff;
  height: 180px;
  padding: 10px 10px 0;
}

header .attractions-holder .column {
  float: left;
  height: 160px;
  margin: 0 0 0 10px;
  position: relative;
  width: 232px;
}

header .col-5 .attractions-holder .column {
  margin: 0 0 0 13px;
  width: 180px;
}

header .attractions-holder .column:first-child {
  margin: 0;
}

header .attractions-holder .icon {
  position: absolute;
  bottom: 5px;
  left: 3px;
}

header .attractions-holder .shadow {
  position: absolute;
  bottom: -4px;
  left: 8px;
}

header .attractions-holder .ecoboat-tours .icon {
  left: -3px;
}

header .attractions-holder .ecoboat-tours .shadow {
  left: 17px;
}

header .attractions-holder span.table {
  color: #000;
  font-size: 0.938em;
  letter-spacing: -0.5px;

  display: table;

  position: absolute;
  bottom: -15px;
  left: 60px;
  width: 124px;
}

header .attractions-holder span.table-row {
  display: table-row;
}

header .attractions-holder span.table-row {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}

header .special .view-other {
  line-height: 35px;
  text-align: right;

  background-image: linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -o-linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -moz-linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -webkit-linear-gradient(top, #1087AB 0%, #16B7ED 32%);
  background-image: -ms-linear-gradient(top, #1087AB 0%, #16B7ED 32%);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #1087AB),
    color-stop(0.32, #16B7ED)
    );

  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  clear: both;
  height: 35px;
  padding: 0 20px;
}

header .special .view-other a {
  font-size: 0.875em;
  background: url(../images/icons/cta_carrot-right.png) no-repeat left;
  padding: 0 0 0 10px;
}

header nav li .standard {
  height: auto;
  width: 178px;

  position: absolute;
  top: 37px;
  left: 0;
  z-index: 15;
}

header nav li .drop-down .carrot {
  border-bottom: 10px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  height: 0;
  margin: 0 0 0 20px;
  width: 0;
}

header nav ul ul {
  background-color: #f8f8f8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

header nav ul li li {
  background: url(../images/bg/repeat_hdr-language.png) repeat-x left top #f8f8f8;
  display: block;
  height: 35px;
  margin: 0;
}

header nav li li:first-child {
  background-image: none;
}

header nav li li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

header nav li li a {
  color: #7d7d7d !important;
  font-size: 0.813em;
  font-weight: normal;
  line-height: 1.077em;

  display: block;
  height: 13px;
  padding: 11px 20px;
  width: 138px;
}

header nav li li a:hover,
header nav li li a:active,
header nav li li a:focus {
  color: #fff !important;
  background-color: #bf855d;
}

header nav li li:last-child a:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

header a.buy-tickets {
  background: url(../images/btns/buy-tickets.png) no-repeat center top;
  height: 99px;
  width: 99px;

  position: absolute;
  top: 18px;
  right: 0;
  z-index: 10;
}

body.home footer {
  background: url(../images/bg/repeat_ftr-home.png) repeat;
  height: 140px;
  padding: 40px 0 0 0;
  z-index: 10;

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

footer .logo {
  float: left;
  padding: 0 0 0 20px;
}

footer #nav {
  float: left;
  margin: 0;
}

footer #nav a:hover,
footer #nav a:active,
footer #nav a:focus {
  color: #aeb1b4;
}

footer #nav ul {
  margin: 0;
  padding: 8px 0 0 40px;
}

footer #nav li {
  display: inline;
  margin: 0 25px 0 0;
}

footer #nav li a {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

footer #social-icons {
  float: right;
}
footer #social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer #social-icons li {
  float: left;
  height: 32px;
  margin: 0 0 0 20px;
  width: 32px;
}

footer #social-icons li a {
  background-image: url(../images/icons/social-media.png);
  background-repeat: no-repeat;
  display: block;
  height: 32px;
  width: 32px;
}

footer .facebook {
  background-position: 0 0;
}

footer .facebook:hover,
footer .facebook:active,
footer .facebook:focus {
  background-position: 0 -32px;
}

footer .twitter {
  background-position: -52px 0;
}

footer .twitter:hover,
footer .twitter:active,
footer .twitter:focus {
  background-position: -52px -32px;
}

footer .youtube {
  background-position: -105px 0;
}

footer .youtube:hover,
footer .youtube:active,
footer .youtube:focus {
  background-position: -105px -32px;
}

footer #copyright {
  clear: both;
  padding: 25px 0 0 20px;
}

footer #copyright span {
  color: #b3b3b3;
  font-size: 0.688em;
}

footer #copyright a {
  color: #b3b3b3;
}


/* ------------------------------- Standard Content pages */

body.content {

}

.content a {
  color: #bd8964;
}

.content a:focus,
.content a:hover {
  color: #845635;
  text-decoration: underline;
}

body.content #hero {
  height: 200px;
}

body.content #hero .container {
  height: 150px;
}

body.content #hero-text {
  padding: 8px 0 0 0;
}

body.content #hero-text h1 {
  color: #fff;
  font-size: 3.125em;
  font-weight: normal;
  line-height: 1.965em;
}

body.content #main {
  background-color: #fff;
}

body.content #main.two-col-with-nav .container {
  position: relative;
  top: -50px;
}

body.googleSiteSearch {
  background-image: none;
  background-color: #000000;
}
body.searchresults #main .container,
body.googleSiteSearch #main .container {
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

body.searchresults #main .container {
  position: relative;
  top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

body.content #side {
  float: left;
  width: 252px;
}

body.content .side-nav {
  background-color: #bf855d;
  border-radius: 5px;
  margin: 0 0 30px;
  padding: 13px 0;
}

body.content .side-nav h4 {
  color: #fff;
  font-size: 1.625em;
  font-weight: normal;
  padding: 0 0 10px 18px;
}

body.content .side-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body.content .side-nav li {
}

body.content .side-nav li a {
  background: url(../images/icons/cta_carrot-right.png) no-repeat 93% center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.286em;

  display: block;
  height: 19px;
  padding: 9px 20px;
}

body.content .side-nav a:hover,
body.content .side-nav a:active,
body.content .side-nav a:focus,
body.content .side-nav a.active {
  background-color: #c78955 !important;
}

body.content .side-nav ul ul a {
  padding-left: 35px;
}

body.content .side-nav ul ul li a,
body.content .side-nav ul li.active ul a {
  background: none;
}

body.content #content {
  float: right;
  width: 696px;
}

body.content #content.full-width {
  float: none;
  width: 100%;
}

body.content #content .image {
  margin: 0 0 25px;
}

body.content #content .image img {
  border-radius: 5px;
}


body.content #content .no_image {
  margin: 65px 0 0 0;
}

body.content #content .editor {
  color: #7D7D7D;
}

.gallery img {
  margin: 0 0 18px 10px;
}

/*-------------------------------- News/Blog Page */

.pagination {
  margin: 20px 0;
}

.pagination a {
  border: SOLID 1px #bd8964;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  color: #bd8964;
}

.pagination a.curr_page {
  background-color: #bd8964;
  color: #ffffff;
  border-color: #845635;
}

.pagination a:hover {
  color: #845635;
  border-color: #845635;
}

.view_more {
  font-weight: bold;
}

.addthis_toolbox {
  margin-bottom: 15px;
}

/*-------------------------------- Home Page Map */

#map_canvas {
  width: 499px;
  height: 320px;
  margin: 0 0 0 10px;
}

/* ------------------------------- SAearch Results Page */
#SearchResults { list-style: none; list-style-type: none; padding: 0px; }
#SearchResults li { list-style: none; list-style-type: none; padding: 0px; border-bottom: 1px solid #f1f1f1; }
#SearchResults li .readMoreLink { display: block; font-size: 14px; color: #00E; margin-bottom: 10px; }

/* ------------------------------- Buy Tickets pages */

body.buytickets {
  background-image: url(../images/bg/buytickets_hdr.jpg);
}

body.buytickets header {
  background: url(../images/bg/repeat_hdr-buytickets.png) repeat left top !important;
}

body.buytickets #hero {
  height: 333px;
}

body.buytickets #hero .container {
  height: 100%;
}

body.buytickets #tab-holder {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
body.buytickets #tab-holder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body.buytickets #tab-holder li {
    float: left;
    height: 70px;
    width: 244px;
}

body.buy-tickets #tab-holder li a:active {
    color: #000000;
}
body.buytickets #tab-holder li a.active {
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    color: #000000 !important;
}
body.buytickets #tab-holder li a {
    background-color: #bf855d;
    border-left: 1px solid #8a5a30;
    color: #fff;
    display: block;
    font-size: 1.25em;
    height: 70px;
    line-height: 70px;
    width: 100%;
}

#ticket-selection {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

#ticket-selection h3 {
  color: #fff;
  font-size: 1.625em;
  font-weight: normal;
  margin: 0 0 29px;
}

#ticket-selection h3.bubble {
  background: #d3d3d3;
  font-size: 18px;
  color: #000000;
  text-shadow: none!important;
  box-shadow: none!important;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  width: 405px;
  margin: 0 auto 40px auto;

}

#ticket-selection h3.bubble:after {
  content: '';
  display: block;
  width: 0px;
  margin: 0 auto;
  border-top: SOLID 10px #d3d3d3;
  border-left: SOLID 13px transparent;
  border-right: SOLID 13px transparent;
}

body.ticketing-content #main .container {
  top: -217px;
  background-color: #ffffff;
  min-height: 890px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(204,204,204,1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(204,204,204,1);
  box-shadow: 0px 2px 2px 0px rgba(204,204,204,1);
}

body.ticketing-content #main .inner-panel {
  padding: 39px;
  position: relative;
}

body.ticketing-content #main .x-pad-bot {
  padding: 39px 39px 130px 39px;
}

.cat-group {
  border: 1px solid #e9e9e9;
}

.featured-cat-group {
  position: relative;
}

.featured-cat-group p {
  margin-bottom: 20px;
}

.featured-cat-group img {
  float: left;
}

.small-cat-group .info {
  text-align: center;
  height: 180px;
  position: relative;
}

.ticket-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ticket-group li {
  float: left;
  width: 208px;
  border: 1px solid #e9e9e9;
  margin-right: 20px;
  margin-bottom: 20px;
}

.ticket-group li.last-col {
  margin-right: 0px;
}

.section-separator {
  background: url(../images/bg/separator_bg.gif) center center repeat-x #ffffff;
  margin: 30px 0;
}

.bundled-tickets .section-separator {
  margin: 0 0 30px 0;
}

.bundled-section-separator {
  margin: 30px 0 10px 0;
}

.section-separator h2 {
  display: inline-block;
  background-color: #ffffff;
  padding-right: 20px;
}

.section-separator.center {
  text-align: center;
}

.section-separator.center h2 {
  padding: 0px 20px;
  margin: 0 auto;
  float: none;
  display: inline-block;
}

.section-separator h2.light-blue {
  color: #16b9ed;
}

.ticket-group li .info .abtn {
  position: absolute;
  bottom: 15px;
  left: 30px;
}

.ticket-category-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ticket-category-listing h2 {
  float: left;
  padding: 25px;
}

.ticket-category-listing .btn-control {
  float: right;
  display: block;
  padding-top: 33px;
  text-align: center;
  width: 160px;
  height: 55px;
}

.ticket-category-listing .more-info {
  background-color: #ededee;
  color: #212c35;
}

.ticket-category-listing .select-ticket {
  background-color: #212c35;
  color: #ffffff;
}

.ticket-category-listing .content-panel {
  background-color: #ededee;
}

.ticket-category-listing .content-panel .inner {
  padding: 38px;
}

.ticket-category-listing .content-panel .buytickets-slideshow {
  margin-right: 35px;
}

.ticket-category-listing .content-panel .info {
  float: left;
  width: 400px;
}

.ticket-category-listing .content-panel p {
  margin-bottom: 20px;
}

.ticket-category-listing li {
  border: 1px solid #e9e9e9;
  margin-bottom: 10px;
  overflow: hidden;
}

.ticket-category-listing li .buytickets-slideshow {
  height: 275px;
}

.ticket-category-listing .btn-close {
  display: block;
  text-align: center;
  padding: 10px 0;
}

.ticketing-breadcrumbs {
  background-color: #e8e9ea;
}

.ticketing-breadcrumbs ul {
  list-style: none;
  margin: 15px;
  float: left;
  padding: 0;
}

.ticketing-breadcrumbs ul li {
  display: inline;
  font-size: 14px;
  color: #5d6368;
}

.ticketing-breadcrumbs ul li a {
  color: #5d6368;
}


.ticketing-breadcrumbs .back-link {
  padding-left: 45px;
  background: url(../images/icons/arrow-left-small.png) 20px 20px no-repeat #212c35;
  display: block;
  float: left;
}

.ticketing-breadcrumbs .back-link:focus,
.ticketing-breadcrumbs .back-link:hover {
  opacity: 0.9;
}

.ticketing-breadcrumbs .back-link span {
  display: inline-block;
  color: #ffffff;
  padding: 15px 20px;
  border-left: 2px solid #06080a;
}

.small-cat-group .info {
  padding: 15px;
}

.small-cat-group .info h3 {
  margin-bottom: 5px;
}

.bundle-badge {
  position: absolute;
  top: 6px;
  right: -7px;
}

.ticket-group-view .bundle-badge {
  top: -23px;
}

.featured-cat-group .info {
  float: right;
  width: 400px;
  padding: 20px 25px;
}

.featured-cat-group h3 {
  font-size: 38px;
}

.cat-group p {
  color: #8b8b8b;
  line-height: 18px;
}

.special-offers-group {
  position: absolute;
  bottom: 0;
  background-color: #212c35;
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

.special-offers-group h3 {
  color: #ffffff;
  font-size: 24px;
}

.special-offers-group h3 a {
  color: #fffc00;
  border-bottom: 2px solid #fffc00;
}

.special-offers-group h3 a:hover,
.special-offers-group h3 a:focus {
  color: #212c35;
  background-color: #fffc00;
}

#ticket-options {
  padding: 25px 0 0 0;
}

#ticket-options h5 {
  color: #000;
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 15px;
}

#tickets {}

#tickets .row {
  margin: 0 0 30px;
}

#tickets .column {
  text-align: left;

  border: 1px solid #e5e5e5;
  border-radius: 3px;
  float: left;
  margin: 0 0 0 30px;
  padding: 9px 9px 14px 9px;
  width: 286px;
}

#tickets .column.first, #tickets .row .column:first-child {
  margin-left: 0;
}

#tickets .image {
  margin: 0 0 11px;
}

#tickets .image img,
body.conservation .summaries img,
header .attractions-holder img {
  opacity: 1;
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out;
}

#tickets .image img:hover,
body.conservation .summaries img:hover,
header .attractions-holder img:hover {
  opacity: 0.8;
}

#tickets h4 {
  color: #000;
  font-size: 1.375em;
  font-weight: normal;
}

#tickets .column .learn-more, #tickets .column .buy-tickets {
  color: #bf855d;
  font-size: 0.875em;
  font-weight: bold;
}

#tickets .more-info {
  display: none;
  margin: 10px 0 0 0;
  width: 286px;
}

/* ------------------------------- Buy Tickets Detail pages */

.buyticketsdetail .header {
  background-color: #212c35;
}

.buyticketsdetail .header h1 {
  color: #ffffff;
  font-size: 44px;
}

.buyticketsdetail .header .lower-block {
  padding: 25px 35px 40px 35px;
}

.buyticketsdetail .header ul {
  padding: 0;
  margin: 15px 0 0 0;
}

.buyticketsdetail .header ul li {
  display: inline-block;
  margin-right: 35px;
}

.buyticketsdetail .header a {
  color: #ffffff;
  font-size: 13px;
}

.buyticketsdetail .header a:focus,
.buyticketsdetail .header a:hover {
  color: #fffc00;
}

#ticket-desc-tabs {
  float: left;
  width: 550px;
}

.related-products-panel {
  float: right;
  width: 210px;
}

#ticket-types {
  float: left;
  width: 550px;
}

.ticket-details-right-panel {
  float: right;
  width: 265px;
}

.single-tickets-panel {
  position: relative;
}

.soldout {
  color: red;
}

.single-tickets-panel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.ticket-details-right-panel .video-popup {
    display: block;
    position: relative;
    height: 174px;
    overflow: hidden;
}
.ticket-details-right-panel .video-popup .thumbnail {
  width: 100%;
}

.ticket-details-right-panel .video-popup:hover ,
.ticket-details-right-panel .video-popup:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.ticket-details-right-panel .video-popup table {
    height: 100%;
    width: 100%;
}

.ticket-details-right-panel .video-popup .play {
    position: absolute;
    top: 20%;
    left: 36%;
}

.shopping-cart-mini-container {
  border: 1px solid #e8e9ea;
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-top: -300px;
}

.shopping-cart-mini ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shopping-cart-mini ul li {
  margin-bottom: 20px;
}

.shopping-cart-mini p {
  color: #212c35;
  font-size: 12px;
}

.shopping-cart-mini .package-name {
  font-weight: bold;
  font-size: 14px;
}
.shopping-cart-mini .qty,
.shopping-cart-mini .price {
  font-size: 14px;
}

.shopping-cart-mini .qty {
  float: left;
}

.shopping-cart-mini .price {
  float: right;
  font-weight: bold;
}

.shopping-cart-mini .total-label,
.shopping-cart-mini .total {
  font-size: 24px;
  margin-bottom: 30px;
}

.shopping-cart-mini .total-label {
  float: left;
}

.shopping-cart-mini .total {
  float: right;
}

.shopping-cart-mini .footer-panel {
  text-align: center;
}

.shopping-cart-mini .section-panel {
  padding: 20px;
  border-bottom: 1px solid #e8e9ea;
}

.shopping-cart-mini .section-panel.last {
  border-bottom: 0;
}

.shopping-cart-mini .remove-cart {
  font-size: 12px;
}

.shopping-cart-mini .remove-item:hover,
.shopping-cart-mini .remove-item:focus {
  text-decoration: underline;
}

.select-ticket-panel {
  margin-bottom: 50px;
}

.tabs-panel .nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabs-panel .nav li {
  float: left;
  margin-right: 2px;
}

.tabs-panel .nav a {
  display: inline-block;
  padding: 20px 0;
  text-align: center;
  width: 130px;
  background-color: #ededee;
  color: #afb1b3;
}

.tabs-panel .nav a:focus,
.tabs-panel .nav a:hover,
.tabs-panel .nav a.active {
  background-color: #212c35;
  color: #ffffff;
}

.tabs-panel .panel {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
}

.bundled-packages-block .description {
  margin-bottom: 30px;
  position: relative;
}

.add-to-cart-success {
  color: green;
  font-size: 14px;
  margin-top: 5px;
}

.buyticketsdetail .header .bundle-badge {
  top: 29px;
}

.bundled-packages-block .bundle-badge {
  right: -47px;
}

.bundled-packages-block .description h2 {
  font-size: 44px;
}

.bundled-packages-block .accordion-listing .trigger {
  background-color: #212c35;
  color: #ffffff;
  width: 80px;
}

.bundled-packages-block .accordion-listing .trigger:hover,
.bundled-packages-block .accordion-listing .trigger:focus {
  background-color: #324350;
}

.bundled-packages-block .accordion-listing .trigger span {
  background-image: url(../images/icons/plus_minus.png);
  background-position: center top;
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.bundled-packages-block .accordion-listing .opened .trigger span {
  background-position: center bottom;
}

.bundled-packages-block .content-panel {
  width: 100%;
  padding: 0;
}

.bundled-packages-container > ul > li {
  background-color: #f6f6f6;
}

.bundled-packages-container .info-block {
  width: 293px;
  background-color: #ffffff;
}

.bundled-packages-container .info-block .desc-panel {
  padding: 15px;
}

.bundled-packages-container .select-tickets-block {
  padding: 35px;
  vertical-align: top;
}

.bundled-packages-container .select-tickets-block ul {
  padding: 0;
  margin: 0;
}

#additional-info {
  clear: both;
  padding: 25px 0 40px 0;
}

#additional-info h4 {
  margin: 0 0 22px;
}

#additional-info h5 {
  color: #7d7d7d;
  font-size: 1.125em;
  margin: 0 0 11px;
}


.buytickets-slideshow {
  float: left;
  width: 388px;
}

.buytickets-slideshow .slideshow {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 15px;
}

.buytickets-slideshow .controls {
  padding: 10px 0 0;
  width: 100%;
}

.buytickets-slideshow .slides {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.buytickets-slideshow .slides li {
  background: #fff;
}

.buytickets-slideshow .slides .image {
  float: left;
  height: 244px;
  padding: 5px;
}

.buytickets-slideshow .slides .image a {
  display: block;
}

.tickets .message {
  padding: 0 0 10px 0;
  color: #ff0000;
}


.date-confirm {
  background: url(/themes/penguins/images/bg/date-confirm-back.png) no-repeat;
  width: 358px;
  height: 56px;
  text-align: center;
  font: 11px Arial;
  line-height: 40px;
  color: #e44a4a;
  position: absolute;
  margin: -60px 0 0 102px;
}

.checkout-page .date-confirm {
  margin-left: 310px;
}

.date-confirm .close {
  background: #77d23a;
  border-radius: 5px;
  padding: 5px;
  margin: 8px 20px 0 10px;
  color: #ffffff;
  font-weight: bold;
}


.date-confirm .close:hover {
  color: #ffffff;
}

.step-circle,
.tickets dl dd {
  float: left;
  display: block;
  background: #fffc00;
  color: #000000;
  font: bold 13px Arial;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 15px;
}

.tickets dl dt {
  width: 470px;
  padding-left: 40px;
  margin-bottom: 20px;
}

.tickets dl dt.grouped-packages {
  padding-left: 0;
  width: 100%;
}

.accordion-mode .tickets dl dd {
  margin-left: 20px;
}

.checkout-page {
  width: 100%!important;
  margin: 10px 0 0 0;
}

.checkout-page thead tr, .checkout-page tbody tr:last-child {
  border-bottom: SOLID 1px #ebebeb;
}

.checkout-page tbody tr td:last-child {
  text-align: center;
}

.remove-product-cart,
.checkout-page .remove-cart {
  display: block;
  float: right;
  margin-right: 20px;
  background: url(/themes/penguins/images/icons/remove-cart.gif) no-repeat;
  width: 21px;
  height: 22px;
  text-indent: -9999em;
}

.continue-browsing {
  float: left;
}
.continue-browsing a {
  display: block;
  width: 217px;
  height: 40px;
  font: bold 14px Arial;
  line-height: 40px;
  color: #ffffff!important;
  background: #a06a3c;
  border-radius: 3px;
  text-align: center;
}

div.go-to-checkout-button {
  margin-top: 40px;
}

.checkout-form {
}

.checkout {
  width: 100%;
  margin: 0 0 30px 0;
}

.checkout td, .checkout th {
  padding: 25px 10px;
}


.checkout td:first-child, .checkout th:first-child {
  text-align: left;
}


.ticket-checkout td:first-child, .ticket-checkout th:first-child {
  width: 400px;
}

.ticket-checkout .ticket_qty {
  border: SOLID 1px #ebebeb;
  border-radius: 3px;
  padding: 3px;
}

.checkout tr td {
  vertical-align: middle;
  text-align: center;
}

.checkout tr th:last-child {
  text-align: right;
}

.checkout div.qty {
  float: right!important;
}

.clear-cart, .go-to-checkout {
  display: block;
  float: right;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #d86e6e;
  border: SOLID 1px #c95f5f;
  border-radius: 4px;
  color: #000000!important;
  font-size: 0.875em;
  font-weight: bold;
  margin-left: 5px;
}

.content .clear-cart:hover, .content .go-to-checkout:hover {
  text-decoration: none;
}

.go-to-checkout {
  background: #fffc00;
  border: SOLID 1px #e9e600;
}

.payment-form {
  background: #ffffff;
  border: SOLID 1px #e5e5e5;
  border-radius: 3px;
  padding: 18px 20px;
  margin: -65px 0 10px 0;
  color: #6E6E6E;
  font-size: 0.875em;
}

.payment-form input[type=text], .payment-form input[type=email], .payment-form .creditCardField input, .payment-form select {
  border: SOLID 1px #E5E5E5;
  border-radius: 4px;
  width: 250px;
  padding: 3px;
}

.payment-form .creditCardField input {
  width: 45px;
}

.payment-form #Form_PaymentForm_CVN {
  width: 45px;
}

.payment-form select.countrydropdown {
  width: 250px;
}

.payment-form select {
  width: auto;
}

.payment-form label {
  float: left;
  width: 200px;
  line-height: 24px;
  padding: 0 10px 0 0;
}

.payment-form div.nolabel {
  padding: 0 0 0 210px;
}

.payment-form #Promotion label {
  width: 200px;
  margin: 0 0 10px 0;
}

.payment-form input[type=submit] {
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #FFFC00;
  border: SOLID 1px #E9E600;
  border-radius: 4px;
  color: #000000!important;
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0 0 0;
}

.payment-form div.text, .payment-form div.Actions, .payment-form div.dropdown, .payment-form div.creditcard, .payment-form div.checkbox {
  clear: both;
  margin: 0 0 10px 0;
}

.payment-form div.Actions {
  margin: 0;
  text-align: right;
}


span.required, span.validation {
  color: #ff0000;
  position: absolute;
  margin: -21px 0 0 475px;
  font-size: 11px;
  width: 190px;
}

.credit_card_error p, #Form_PaymentForm_error {
  color: #ff0000!important;
  font-weight: bold!important;
}

/* ------------------------------- Buy Tickets Detail pages */
.productdetails #main .container {
    position: relative;
    top: -50px;
}

.productdetails #ticket-types {
    float: right;
    width: 560px;
}

.productdetails #buytickets-slideshow {
    float: left;
    width: 388px;
}

.productdetails #buytickets-slideshow .slides {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.productdetails #ticket-select fieldset {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 18px 20px 0;
}

.productdetails #ticket-select .tickets ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.productdetails #ticket-select .tickets li.headings {
    color: #494949;
    font-weight: bold;
    margin: 0 0 20px;
}

.productdetails #ticket-select .tickets li {
    color: #6e6e6e;
    font-size: 0.875em;
    line-height: 25px;
    margin: 0 0 11px;
}

.productdetails #ticket-select .tickets li .column.first {
    width: 258px;
}

.productdetails #ticket-select .tickets li .column {
    float: left;
    width: 70px;
}

.productdetails #ticket-select .extraCol li .column.first {
    width: 225px;
}

.productdetails #ticket-select fieldset h4 {
    color: #494949;
    font-size: 1.5em;
}

.past-cutoff {
  margin-bottom: 20px;
}

/* ------------------------------- Attractions page */

body.attractions {
}

body.attractions #attractions-holder {
  text-align: center;
  min-height: 800px;
}

body.attractions .container {
  z-index: 2;
}

body.attractions #attractions-holder .container-wide {
  margin: 0 auto;
  min-height: 540px;
  position: relative;
  width: 1260px;
  overflow: hidden;
}

body.attractions #attractions-holder .penguins {
  background: url(../images/bg/attractions_penguins-bg.jpg) no-repeat center -40px;
}

body.attractions #attractions-holder .koalas {
  background: url(../images/bg/attractions_koalas-bg.jpg) no-repeat center -40px;
}

body.attractions #attractions-holder .churchill {
  background: url(../images/bg/attractions_churchill-bg.jpg) no-repeat -140px -40px;
}

body.attractions #attractions-holder .nobbies {
  background: url(../images/bg/attractions_nobbies-bg.jpg) no-repeat -115px -40px;
}

body.attractions #attractions-holder h3 {
  color: #000;
  font-size: 1.625em;
  margin: 0 0 20px;
}

body.attractions #tab-holder {
  width: 978px;
}

body.attractions #tab-holder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body.attractions #tab-holder li {
  text-align: center;
  background-color: #fafafa;
  display: block;
  float: left;
  height: 130px;
  width: 244px;
  position: relative;
}

body.attractions #tab-holder li a {
  border-left: 1px solid #e5e5e5;
  display: block;
  height: 129px;
  position: relative;
}

body.attractions #tab-holder li a.active:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;

  border: 10px solid transparent;
  border-top-color: #fff;

  top: 100%;
  left: 50%;
  margin-left: -10px;
}

body.attractions #tab-holder li a:hover,
body.attractions #tab-holder li a:active,
body.attractions #tab-holder li a:focus,
body.attractions #tab-holder li a.active {
  border-top: 1px solid #e5e5e5;
}

body.attractions #tab-holder li:first-child a.active {
  border-top: 1px solid #e5e5e5;
}

body.attractions #tab-holder li:first-child a:hover,
body.attractions #tab-holder li:first-child a:active,
body.attractions #tab-holder li:first-child a:focus,
body.attractions #tab-holder li:first-child a.active {
  border-top-left-radius: 5px;
  height: 129px;
}

body.attractions #tab-holder li:last-child a:hover,
body.attractions #tab-holder li:last-child a:active,
body.attractions #tab-holder li:last-child a:focus,
body.attractions #tab-holder li:last-child a.active {
  border-top-right-radius: 5px;
  border-right: 1px solid #e5e5e5;
}

body.attractions #tab-holder li .icon {
  position: absolute;
  top: 17px;
  left: 90px;
}

body.attractions #tab-holder li .shadow {
  position: absolute;
  top: 77px;
  left: 97px;
}

body.attractions #tab-holder li span {
  color: #000;
  font-size: 1.125em;
  display: block;
  padding: 95px 0 0 0;
}

body.attractions .tab-content {
  text-align: left;
  margin: 0 auto;
  width: 978px;
}

body.attractions .tip {
  width: 80px;
  position: absolute;
  right: 15px;
}

body.attractions .penguins .tip {
  top: 125px;
  /* right: 90px;*/
}

body.attractions .koalas .tip {
  top: 75px;
  /*right: 125px; */
}

body.attractions .churchill .tip {
  top: 110px;
  /*right: 120px;*/
}

body.attractions .nobbies .tip {
  top: 110px;
  /*right: 120px;*/
}


body.attractions .tip a {
  color: #000;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 1em;
}

body.attractions .tab-content .snapshot,
body.attractions .tab-content .round {
  position: absolute;
  z-index: 3;
}

body.attractions .tab-content .round {
  right: 33px;
}

body.attractions .penguins .tab-content .snapshot {
  top: 169px;
  left: 15px;
}

body.attractions .koalas .tab-content .snapshot {
  top: 170px;
  left: 0px;
}

body.attractions .churchill .tab-content .snapshot {
  top: 160px;
  left: 0px;
}

body.attractions .nobbies .tab-content .snapshot {
  top: 160px;
  left: 5px;
}


body.attractions .penguins .tab-content .round {
  top: 178px;
}

body.attractions .koalas .tab-content .round {
  top: 140px;
}

body.attractions .churchill .tab-content .round {
  top: 175px;
}

body.attractions .nobbies .tab-content .round {
  top: 180px;
}

body.attractions .tab-content .buy-tickets {
  background: url(../images/btns/buy-tickets.png) no-repeat center top;
  height: 99px;
  width: 99px;

  position: absolute;
  top: 341px;
  right: 180px;
  z-index: 7;
}

body.attractions .tab-content .buy-tickets:hover {
  background-position: center bottom;
}

body.attractions .tab-content .shadow {
  position: absolute;
  top: 445px;
  right: 190px;
}

body.attractions .tab-content .box {
  height: 420px;
  position: relative;
  width: 978px;
}

body.attractions .tab-content .text {
  color: #fff;

  width: 978px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

body.attractions .penguins .tab-content .text .main {
  float: left;
  padding: 57px 0 0 83px;
  width: 253px;
}

body.attractions .koalas .tab-content .text .main {
  padding: 57px 0 0 210px;
  width: 440px;
}

body.attractions .churchill .tab-content .text .main {
  padding: 22px 0 0 99px;
  width: 253px;
}

body.attractions .nobbies .tab-content .text .main {
  padding: 35px 0 0 99px;
  width: 390px;
}


body.attractions .tab-content .text .main h2 {
  font-size: 2.813em;
  font-weight: normal;
  line-height: 0.756em;
  margin: 0 0 14px;
}

body.attractions .tab-content .text .main .attr-cta {
  color: #fff;
  font-size: 1.125em;
}

body.attractions .tab-content .text .main .attr-cta:hover {
  color: #c78955;
}

body.attractions .tab-content .text .main .attr-cta img {
  margin: 0 0 0 10px;
}

body.attractions .tab-content .text .main .attr-cta:after {
  content: "\203A";
  padding: 0 0 0 5px;
}

body.attractions .tab-content .text .main .attr-cta:hover:after {
  padding: 0 0 0 10px;
}

body.attractions .penguins .tab-content .text .other {
  float: right;
  padding: 95px 30px 0;
  width: 505px;
}

body.attractions .koalas .tab-content .text .other {
  text-align: center;
  width: 500px;

  position: absolute;
  top: 295px;
  left: 290px;
}

body.attractions .churchill .tab-content .text .other {
  text-align: center;
  width: 420px;

  position: absolute;
  top: 70px;
  right: 25px;
}

body.attractions .nobbies .tab-content .text .other {
  text-align: center;
  width: 485px;

  position: absolute;
  top: 30px;
  right: 25px;
}

body.attractions .tab-content .text .other p {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.333em;
}

body.attractions .tab-content .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body.attractions .tab-content .image img {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

body.attractions .fact-slideshow {
  float: right;
  margin: 0 0 40px;
  width: 726px;
}

body.attractions .fact-slideshow h4 {
  font-size: 1.5em;
  letter-spacing: -0.5px;
  margin: 40px 0 10px 0;
}

body.attractions .fact-slideshow p {
  color: #7d7d7d;
  font-size: 0.875em;
  line-height: 1.714em;
}

body.attractions .tab-content .arrow {
  position: absolute;
  top: 575px;
  left: 280px;
}

body.attractions #other {
  text-align: center;
  margin: 0 0 50px;
}

body.attractions #other .container {
  width: 650px;
}

body.attractions #other h3 {
  font-size: 1.625em;
  font-weight: normal;
  margin: 0 0 7px;
}

body.attractions #other .image {
  margin: 0 0 13px;
}

.fact-slideshow {
  float: left;
  width: 388px;
}

.fact-slideshow .slideshow {
  margin: 0 0 15px;
}

.fact-slideshow .controls {
  padding: 10px 0 0;
  width: 100%;
}

.fact-slideshow .slides {
  list-style-type: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.fact-slideshow .slides li {
  width: auto;
  background: #fff;
}

.fact-slideshow .slideshow-controls {
  text-align: left;
}


/* ------------------------------- Conservation pages */

body.environment {
  background-image: url(../images/bg/environment_hdr.jpg);
}

body.education {
  background-image: url(../images/bg/education_hdr.jpg);
}

body.research {
  background-image: url(../images/bg/research_hdr.jpg);
}

body.content header,
body.conservation header {
  background: url(../images/bg/repeat_hdr-conservation.png) repeat left top;
}

body.conservation #hero {
  height: 493px;
  position: relative;
}

body.conservation #hero .container {
  height: 493px;
}

body.conservation #hero-text {
  padding: 242px 0 0 0;
}

body.conservation #hero-text h1 {
  color: #fff;
  font-size: 106px;
  letter-spacing: -3px;
  font-weight: normal;
  line-height: 0.819em;
}

body.conservation #hero-text h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 0.819em;
  margin: 0 0 12px;
}

#hero-text .breadcrumb {
  position: absolute;
  bottom: 35px;
  /*margin-top: 35px;*/
}

body.content #hero .container .breadcrumb {
  margin-top: 0px!important;
}

#hero-text .breadcrumb ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#hero-text .breadcrumb li {
  color: #fff;

  background: url(../images/icons/cta_carrot-right.png) no-repeat left 60%;
  display: inline;
  float: left;
  margin: 0 6px 0 0;
  padding: 0 0 0 12px;
}

#hero-text .breadcrumb li:first-child {
  background: none;
  padding-left: 0;
}

#hero-text .breadcrumb li a {
  color: #fff;
  font-size: 0.7em;
}

#hero-text .breadcrumb li a:hover,
#hero-text .breadcrumb li a:active,
#hero-text .breadcrumb li a:focus {
  color: #c78955;
}

body.conservation #main {
  background-color: #fff;
}

body.conservation #video {
  margin: 50px 0 45px 0;
}

body.conservation .video-holder {
  background: url(../images/bg/video-shadow.png) no-repeat center bottom;
  float: left;
  height: 325px;
  margin: 0 54px 0 0;
  width: 504px;
}

body.conservation .video-quote {
  text-align: center;

  float: left;
  padding: 80px 0 0 0;
  width: 395px;
}

body.conservation .video-quote p {
  color: #000 !important;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.333em;
}

body.conservation .summaries {
  clear: both;
}

body.conservation .summaries .column {
  float: left;
  margin: 0 0 65px 30px;
  width: 306px;
}

body.conservation .summaries .column.first {
  margin-left: 0;
}

body.conservation .summaries .column h3 {
  margin-bottom: 0!important;
}

body.conservation #tab-content .summaries h3 {
  margin: 0;
}

body.conservation .summaries img {
  margin: 0 0 13px;
}

body.conservation .summaries p {
  letter-spacing: 0;
  margin: 0 0 8px;
}

body.conservation .learn-more {
  color: #bf855d;
  font-size: 1em;
  font-weight: bold;
}

.tooltip {
  display: none;
}

.ui-tooltip img {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}


/* ------------------------------- Homepage */

html,
body {
  height: 100%;
}

#holder {
  min-height: 100%;
  position: relative;
}

#holder.full-height {
  margin-bottom: -180px;
}

.footer-push {
  height: 180px;
}

body.home {
  background: #a67144 no-repeat center top;
}

#hero {}

body.home #hero-text {
  float: left;
  padding: 59px 0 0 0;
  width: 660px;
}

body.home #hero-text h1 {
  color: #fff;
  font-size: 3.438em;
  font-weight: normal;
  line-height: 1.109em;
  margin: 0 0 12px;
}

#hero-text .hero-cta {
  color: #fff;
  font-size: 1.125em;
}

#hero-text .hero-cta:hover,
#hero-text .hero-cta:active,
#hero-text .hero-cta:focus {
  color: #aeb1b4;
}

#hero-text .hero-cta img {
  margin: 2px 0 0 10px;
}

#hero-timer {
  color: #fff;
  float: right;
  padding: 63px 0 0 0;
  text-align: center;
}

#hero-timer h2 {
  font-size: 1.875em;
  line-height: 1em;
}

#hero-timer h5 {
  font-size: 1.125em;
  font-weight: bold;
}

#hero-snapshot {
  clear: both;
  height: 215px;
  position: relative;
}

#hero-snapshot img {
  position: absolute;
  top: 55px;
  left: -41px;
}

#hero-snapshot p {
  color: #fff;
  font-size: 1.375em;
  letter-spacing: -1px;
  line-height: 1.273em;
  width: 160px;

  position: absolute;
  top: 110px;
  left: 245px;
}

.container-wide {
  margin: 55px auto 0;
  position: relative;
  width: 1194px;
}

#activity-holder {
  background: url(../images/bg/home_activities.png) no-repeat center top;
  height: 318px;
  /* margin: 55px 0 0 0; */
}

#activity-holder .left {
  float: left;
  height: 259px;
  padding: 21px 0 0 33px;
  width: 592px;
}

#activity-holder h3 {
  color: #fff;
  font-size: 1.625em;
  font-weight: normal;
  margin: 0 0 10px;
}

#activity-selector {}

#activity-selector h5 {
  color: #fff;
  font-size: 1.125em;
  font-weight: normal;

  float: left;
  margin-right: 30px;
  margin-top: 4px;
}

form#activities {
  float: left;
}

.select-holder {
  background-color: #fff;
  border-radius: 4px;
  height: 30px;
  padding: 6px 0 0 10px;
  width: 371px;
}

form#activities select {
  color: #3d3d3d;
  font-size: 0.875em;

  background: transparent;
  width: 360px;
}

#activity-list {
  clear: both;
  padding: 40px 0 0 85px;
  width: 475px;
}

#activity-list h6 {
  color: #fff;
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 8px;
}

#activity-list .column {
  float: left;
  width: 226px;
  padding-right: 10px;
}

#activity-list .column p {
  color: #ffffff;
}

#activity-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#activity-list li {
  color: #ffedbb;
  font-size: 12px;
  line-height: 1.286em;
  padding: 0 0 5px;
}

#activity-list li a {
  color: #ffedbb;
}

#activity-list li a:hover,
#activity-list li a:active,
#activity-list li a:focus {
  color: #d9b78a;
}

#activity-holder .right {
  float: left;
  height: 280px;
  width: 354px;
}

#activity-slideshow {
  overflow: hidden;
  position: relative;
}

#activity-slideshow .slideshow {
  height: 280px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 354px;
}

#activity-slideshow .prev,
#activity-slideshow .next {
  color: #fff;
  font-size: 50px;

  position: absolute;
  top: 90px;
  z-index: 100;
}

#activity-slideshow .prev {
  left: 20px;
}

#activity-slideshow .next {
  right: 20px;
}

#activity-slideshow .slideshow img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 280px;
  width: 354px;

  top: 0;
  left: 0;
}

.grid-row div:first-child {
  margin-left: 0!important;
}

.container-wide .snippet {
  width: 135px;

  position: absolute;
  top: 160px;
  right: -65px;
}

.container-wide .snippet span {
  color: #1b150e;
  font-size: 1.5em;
  line-height: 1.333em;
  letter-spacing: -0.5px;
}


#main {}

body.home #main {
  background: no-repeat center bottom #fff;
  min-height: 1760px;
  -webkit-background-size: 1920px 1280px;
}

body.attractions #main {}

body.content footer {
  background-image: none;
  background-color: #000;
  padding: 40px 0 0 0;
  margin: 0;
  min-height: 140px;
}

body.maga-footer footer {
  background-image: url(../images/bg/environment_ftr.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
  margin: -190px 0 0 0;
  min-height: 650px;
}

body.ticketing-content footer {
  margin: -390px 0 0 0;
}

body.attractions footer {
  background-image: none;
  background-color: #000;
  padding: 40px 0 0 0;
  margin: 0;
  min-height: 140px;
}

body.education footer {
  background-image: url(../images/bg/education_ftr.jpg);
  margin: -335px 0 0 0;
}

body.research footer {
  background-image: url(../images/bg/research_ftr.jpg);
  margin: -185px 0 0 0;
}

body.maga-footer #footer-transparency {
  background: url(../images/bg/repeat_ftr-conservation.png) repeat;
  height: 140px;
  padding: 40px 0 0 0;
  z-index: 10;

  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#main .snippet {
  text-align: center;
  background: url(../images/icons/arrow_home-ftr.png) no-repeat left -25px;
  margin: 190px 0 0 345px;
}

#main .snippet span {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.333em;

  display: block;
  padding: 0 0 0 37px;
}

#venue-info,
#conservation-info {
  padding: 50px 0 0 0;
}

#venue-info .image,
#conservation-info .image {
  float: left;
  padding: 0 10px 0 0;
  width: 175px;
}

#venue-info .text,
#conservation-info .text {
  float: left;
  width: 786px;
}

#venue-info .text-no-image,
#conservation-info .text-no-image {
  width: 970px!important;
}

#venue-info h3,
#conservation-info h3 {
  color: #000;
  font-size: 1.625em;
  font-weight: normal;
  letter-spacing: -0.5px;
  margin: 0 0 7px;
}

#venue-info p,
#conservation-info .text p {
  color: #7d7d7d;
  font-size: 1.313em;
  font-weight: normal;
  line-height: 1.619em;
  letter-spacing: -0.5px;
}

#welcome {
  margin: 0 0 50px;
}

#welcome p a {
  border-bottom: 1px dashed #b9cd84;
  color: #7d7d7d;
}

#welcome p a:hover,
#welcome p a:active,
#welcome p a:focus {
  color: #b9cd84;
}

#explore {}

#explore #map {
  text-align: center;

  background: url(../images/bg/home_mapholder.png) no-repeat center top;
  float: left;
  height: 330px;
  padding: 8px 0 0 0;
  width: 517px;
}

#explore #attractions {
  float: left;
  height: 365px;
  margin: 0 0 0 40px;
  position: relative;
  width: 420px;
}

#explore #attractions .left,
#explore #attractions .right {
  float: left;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 185px;
  z-index: 99;
}

#explore #attractions .left {
  margin-right: 40px;
}

#explore #attractions .left a,
#explore #attractions .right a {
  color: #9b9d9d;
  font-size: 1.125em;

  background-position: 0 0;
  display: block;
  height: 37px !important;
  margin: 0 0 15px;
  padding: 0 0 0 50px !important;
  width: 135px !important;
}

#explore #attractions .left a:hover,
#explore #attractions .left a:active,
#explore #attractions .left a:focus,
#explore #attractions .right a:hover,
#explore #attractions .right a:active,
#explore #attractions .right a:focus {
  color: #bf855d;
  background-position: 0 -37px;
}

#explore #attractions .buy-tickets {
  background: url(../images/icons/attr_buy-tickets.png) no-repeat;
}

#explore #attractions .opening-times {
  background: url(../images/icons/attr_opening-times.png) no-repeat;
}

#explore #attractions .get-there {
  background: url(../images/icons/attr_get-there.png) no-repeat;
}

#explore #attractions .faq {
  background: url(../images/icons/attr_faq.png) no-repeat;
}

#attraction-slideshow {
  float: left;
  width: 388px;
}

#attraction-slideshow .slideshow {}

#attraction-slideshow .slideshow-controls {
  padding: 10px 0 0;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

#attraction-slideshow .slides {
  list-style-type: none;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
}

#attraction-slideshow .slides li {
  width: auto;
}


.slideshow-controls .controlPrev,
.slideshow-controls .controlNext {
  position: absolute;
  top: 185px;
  z-index: 99;
}

.slideshow-controls .controlPrev a,
.slideshow-controls .controlNext a {
  color: #000;
  font-size: 21.19px;
}

.slideshow-controls .controlPrev a:hover,
.slideshow-controls .controlNext a:hover {
  color: #bf855d;
}

.slideshow-controls .controlPrev {
  left: 60px;
}

.slideshow-controls .controlNext {
  right: 45px;
}

#attraction-preview {
  clear: both;
  padding: 15px 0 0 0;
  position: relative;
}

#attraction-preview a,
#attraction-preview .snippet img {
  display: block;
}

#attraction-preview .snippet {
  background: none;
  margin: 0 0 0 120px;
  text-align: left;
  width: 440px;
}

#attraction-preview .snippet img {
  float: left;
}

#attraction-preview .snippet span {
  color: #000;
  font-size: 1.375em;
  letter-spacing: -1px;

  display: block;
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
}

.penguin-parade .snippet {
  padding: 0 0 0 0;
}

#wildlife-conservation {
  padding: 37px 0 0 0;
}

#wildlife-conservation a:hover,
#wildlife-conservation a:active,
#wildlife-conservation a:focus {
  color: #aeb1b4 !important;
}

#wildlife-conservation .image {
  float: left;
  width: 335px;
}

#wildlife-conservation .text {
  float: left;
  padding: 13px 0 0 0;
  width: 430px;
}

#wildlife-conservation .column-holder {
  clear: both;
  padding: 155px 0 0 0;
}

#wildlife-conservation .column {
  float: left;
  margin: 0 0 0 30px;
  width: 306px;
}

#wildlife-conservation .column.first {
  margin-left: 0;
}

#wildlife-conservation .column h3 {
  color: #fff;
}

#wildlife-conservation .column h3 img {
  padding: 0 15px 0 0;
}

#wildlife-conservation .column p {
  color: #fff;
  font-size: 0.875em;
  letter-spacing: 0;
  line-height: 1.714em;
  margin: 0 0 14px;
}

#wildlife-conservation .column .learn-more {
  color: #fff;
  font-weight: bold;

  padding: 0 10px 0 0;
}



/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.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; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@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; }
}



/* = Security
------------- */
#MemberLoginForm_LoginForm_error { color: red; }
#ChangePasswordForm_ChangePasswordForm h1,
#MemberLoginForm_LostPasswordForm h1,
#MemberLoginForm_LoginForm h1 { text-transform: uppercase; font-weight: normal; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #000; text-align: center; }
#ChangePasswordForm_ChangePasswordForm .header,
#MemberLoginForm_LostPasswordForm .header,
#MemberLoginForm_LoginForm .header { text-align: center; }
#ChangePasswordForm_ChangePasswordForm .row,
#MemberLoginForm_LostPasswordForm .row,
#MemberLoginForm_LoginForm .row { width: 300px; min-width: 300px; }
#ChangePasswordForm_ChangePasswordForm div.field,
#MemberLoginForm_LostPasswordForm div.field,
#MemberLoginForm_LoginForm div.field { overflow: hidden; padding-bottom: 10px; }
#ChangePasswordForm_ChangePasswordForm div.field label,
#MemberLoginForm_LostPasswordForm div.field label,
#MemberLoginForm_LoginForm div.field label { display: block; float: none; padding-bottom: 10px; }
#ChangePasswordForm_ChangePasswordForm input.text,
#MemberLoginForm_LostPasswordForm input.text,
#MemberLoginForm_LoginForm input.text { background: #FFF; display: block; padding: 10px; width: 277px; border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: 1px solid #cccccc; }
#ChangePasswordForm_ChangePasswordForm .field.checkbox,
#MemberLoginForm_LostPasswordForm .field.checkbox,
#MemberLoginForm_LoginForm .field.checkbox { display: block; padding-bottom: 10px; overflow: hidden; }
#ChangePasswordForm_ChangePasswordForm .field.checkbox input,
#MemberLoginForm_LostPasswordForm .field.checkbox input,
#MemberLoginForm_LoginForm .field.checkbox input { float: left; margin: 5px 5px 0 0; }
#ChangePasswordForm_ChangePasswordForm .field.checkbox label,
#MemberLoginForm_LostPasswordForm .field.checkbox label,
#MemberLoginForm_LoginForm .field.checkbox label { float: left; }
#ChangePasswordForm_ChangePasswordForm .action,
#MemberLoginForm_LostPasswordForm .action,
#MemberLoginForm_LoginForm .action  {
    background-color: #bf855d;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
}

body.NoFramePage {
  background: none;
  padding: 20px;
}

body.NoFramePage h1{
  font-size: 16px;
}

body.NoFramePage * {
  /*color: #222222;*/
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

#TandC { margin-top: 10px; }
#TandC input { float: left; margin: 5px 10px 0 0; }
#TandC label { display: none; }
#Form_PaymentForm_TandCText { width: auto; }
#Form_PaymentForm_CardCVN { width: 45px; }
#TandC .message { margin-left: 450px; margin-top: 0; }

.ticket-checkout .option-text {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.cart-item-error {
  color: red;
  font-size: 14px;
}

#ticket-select a.disabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.maintenance-message {
  background-color: #4693e1;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  padding: 13px 0;
}

#Form_TicketBookingForm span.required, #Form_TicketBookingForm span.validation {
  width: auto;
  margin: 0;
  position: relative;
}

.abtn {
  border-radius: 5px;
  padding: 10px 25px;
  display: inline-block;
}

.abtn-darkblue {
  background-color: #212c35;
  color: #ffffff !important;
  font-size: 15px;
}

.abtn-darkblue:hover,
.abtn-darkblue:focus {
  background-color: #324350;
}

.abtn.disabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.buyticketsdetail .header a.view-cart {
  color: #fffc00;
}