.mobile-header,
.mobile-show {
  display: none;
}
.mobile-map-link {
  display: none;
}


@media screen and (max-width: 768px) {
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.mobile-header {
  display: block;
}


/* full width */
#holder,
.container,
.container-wide,
.venue-info .text,
#conservation-info .text,
/* #activity-holder .left, */
#activity-list,
#explore #attractions,
#attraction-slideshow,
body.attractions #tab-holder,
body.attractions #attractions-holder .container-wide,
body.attractions .tab-content,
body.attractions .tab-content .box,
body.attractions .tab-content .text,
body.attractions .churchill .tab-content .text .main,
body.attractions .churchill .tab-content .text .other,
body.attractions .nobbies .tab-content .text .main,
body.attractions .nobbies .tab-content .text .other,
body.attractions .koalas .tab-content .text .main,
body.attractions .koalas .tab-content .text .other,
body.attractions .penguins .tab-content .text .other,
body.attractions .penguins .tab-content .text .main,
#ticket-selection
{
  width: 100%;
}

.c-ticket-store .header .mobile-view-cart {
  color: #fffc00;
  display: block;
}

body.ticketing-content footer {
  margin: 0;
}
body.maga-footer footer {
  margin: 0;
  min-height: 0;
}

body.buytickets #hero {
  /*padding: 0;*/
}


.related-products-panel {
  width: 100%;
}
.related-products-panel h2 {
  margin: 0 0 15px;
}



/* hide */
header,
#main .snippet {
  display: none;
}
#holder {
  overflow: hidden;
}

/* home */
body.home #main {
  background-image: none !important;
  background-color: #fff;
}
body.home #hero {
  background-repeat: no-repeat;
  background-size: 1260px auto;
  background-position: 54% -5px;
  padding: 0;
}
body.home #hero-text {
  padding: 2em 0 0 2em;
}
#hero-snapshot img {
  left: -11px;
}
#hero-snapshot p {
  left: 285px;
}
/*#hero-timer {
  padding-right: 2em;
}*/
#activity-holder,
#activity-holder .left,
#activity-holder .right {
  /*background-color: #9e693b;*/
}
#activity-holder {
  background-image: none;
  min-height: 450px;
}
/* #activity-holder .left {
  height: 360px;
} */
.select-holder {
  height: auto;
  width: auto;
  padding: 0;
  border-radius: 0;
  background: none;
}
form#activities select {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 0.5em;
}
#activity-list .column {
  width: 190px;
}
#activity-holder h3 {
  font-size: 2em;
}
#activity-list {
  padding-left: 0;
}
#activity-list h6 {
  font-size: 1.2em;
}
#activity-list li {
  font-size: 1em;
}
#activity-slideshow {
  position: absolute;
  right: 20px;
  /* top: 150px; */
  width: 320px;
}
#activity-slideshow .slideshow {
  width: auto;
}
#activity-slideshow .slideshow img {
  width: 100%;
  height: auto;
}
#activity-holder .right {
  height: auto;
  min-width: 320px;
}
.venue-info > div {
  padding: 2em;
}
#explore #attractions {
  height: auto;
  margin: 1em 0 0;
}
.slideshow-controls .controlPrev {
  left: 0;
}
.slideshow-controls .controlNext {
  right: 0;
}
#welcome {
  margin: 0;
}
.wildlife-conservation .text {
  margin-bottom: 2em;
}
.wildlife-conservation .column {
  width: auto;
  margin: 0;
}
.wildlife-conservation .column h3,
.wildlife-conservation .column .learn-more {
  /*color: #000;*/
}
.wildlife-conservation .column p {
  /*color: #7d7d7d;*/
}
.wildlife-conservation .column h3 img {
  /* display: none; */
  width: 40px;
}

/* footer */
/* footer > div,
body.content footer #footer-transparency,
body.conservation #footer-transparency, body.buyticketsdetail #footer-transparency
 {
  background-image: none;
  position: relative;
  margin: 0;
  padding: 2em 2em 2em 1em;
  background-color: #333333;
} */
body.conservation footer, body .c-ticket-store footer {
  min-height: 0;
  margin: 0;
}
body.home footer,
body.attractions footer,
body.content footer {
  position: relative;
  /*padding: 0;*/
}

/* menu */
header,
.mobile-header {
  background-color: #000;
}
.mobile-header-top {
  text-align: center;
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu-toggle {
  /*float: left;*/
  padding: 1.5em;
}
.mobile-logo {
  display: inline-block;
  /*padding: 1em 0;*/
}
.mobile-buy-tickets {
  /*float: right;*/
  width: 80px;
  height: 80px;
  display: inline-block;
  /*background: transparent url("../images/btns/buy-tickets.png") 0 0 no-repeat;
  background-size: 80px auto;*/
}
.mobile-search-holder {
  padding: 1em;
}
.mobile-search-holder input[type=text] {
  padding: 1em;
  border-radius: 5px;
  width: 100%;
  background: #fff url('../images/icons/extras_search.png') 96% 50% no-repeat;
}
.mobile-header-bot ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-header-bot a {
  color: #fff;
  display: block;
  background-color: #1e1e1e;
  padding: 1em;
  border-bottom: 1px solid #2e2e2e;
}
.mobile-header-bot .mobile-language {
  background-color: #000;
}
.mobile-language,
.has-children {
  background-image: url('../images/icons/i-right.png');
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 12px 22px;
}
.mobile-language.active,
.has-children.active{
  background-image: url('../images/icons/i-down.png');
  background-size: 22px 12px;
}
.mobile-language-selection img {
  margin-right: .5em;
}
.mobile-lvl-2-enhanced a {
  background-color: #fff;
  padding: 0;
  color: #000;
}
.mobile-lvl-2-enhanced .toggle-duplicate {
  padding: 1em;
}
.mobile-language-selection a,
.mobile-lvl-2 a {
  background-color: #fff;
  color: #000;
}
.mobile-header .more-link {
  background-color: #005eb8;
  padding: 1em;
  color: #fff;
}
.mobile-header-bot,
.mobile-lvl-2,
.mobile-language-selection {
  display: none;
}
.mobile-header-bot.active,
.mobile-lvl-2.active,
.mobile-language-selection.active {
  display: block;
}

/* content */
#hero {
  padding: 1em 1em 5em;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
body.content #hero,
body.content #hero .container {
  height: auto;
}
#main .container > div > div {
  padding: 1em;
}
#video .video-holder,
#video .video-quote {
  float: none;
  margin: 0 auto;
}
/*body.conservation #hero-text h1 {
  font-size: 80px;
}*/
#hero-text .breadcrumb {
  position: relative;
  bottom: 0;
}
.c-products .column,
#main .summaries .column {
  margin: 0 2% 1em 0;
  width: 30%;
}
body.content #hero-text h1 {
  line-height: normal;
}
#hero-text h1,
#hero-text .breadcrumb li a {
  text-shadow: 0 0 3px #000;
}
body.content #side {
  margin: 0 0 0 2%;
  width: 21%;
}
body.content #content {
  margin-right: 2%;
  width: 75%;
}
body.content .side-nav li a {
  height: auto;
  line-height: auto;
  padding: .5em 1em .5em 0;
}
body.content .side-nav h4 {
  padding: 0;
}
#main .container > div > .side-ad {
  padding: 0;
}
body.content #content .image {
  padding: 0;
}
.c-products .image img,
.summaries img,
.editor img,
.editor iframe,
body.content #content .image img,
.side-ad img {
  max-width: 100%;
  height: auto;
}
body.attractions .tab-content .image img {
  width: 100%;
  height: 100%;
}
.editor iframe {
  min-height: 500px;
}
body.attractions .tab-content .arrow,
body.attractions .tab-content .snapshot,
body.attractions .tab-content .round,
body.attractions .tip {
  display: none;
}
body.attractions .churchill .tab-content .text .main,
body.attractions .churchill .tab-content .text .other,
body.attractions .nobbies .tab-content .text .main,
body.attractions .nobbies .tab-content .text .other,
body.attractions .koalas .tab-content .text .main,
body.attractions .koalas .tab-content .text .other,
body.attractions .penguins .tab-content .text .other,
body.attractions .penguins .tab-content .text .main {
  position: relative;
  padding: 2em;
  top: 0;
  left: 0;
}
body.buytickets #tab-holder li,
body.attractions #tab-holder li {
  width: 25%;
}
body.attractions #tab-holder li .icon,
body.attractions #tab-holder li .shadow,
body.attractions #tab-holder li span {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
body.attractions #tab-holder li a {
  padding-top: .5em;
}
body.attractions #tab-holder li span {
  font-size: 1em;
}
body.attractions #tab-holder li:first-child a.active,
body.attractions #tab-holder li a:hover {
  border-top: 0;
}
body.attractions #attractions-holder {
  width: 96%;
  margin: 0 auto;
}
body.attractions .attractions-tabs {
  top: 0;
}

body.attractions #tab-holder li a.active:after {
  display: none;
}
body.attractions .tab-inner {
  padding: 30px 15px;
}
body.attractions #attractions-holder {
    min-height: auto;
    padding-bottom: 40px;
}
body.attractions .tab-inner {
  flex-direction: column;
}
body.attractions .tab-inner h2 {
  font-size: 40px;
}
body.attractions .tab-inner__content {
  width: 100%;
}
body.attractions .tab-inner__buy {
  width: 140px;
  padding-left: 0;
  text-align: center;
}
body.attractions .attractions-learnmore {
  width: 96%;
  margin: 0 auto;
}
body.content .side-nav ul ul a {
  padding: .5em 1em;
}
body.buytickets #hero {
  /*padding-bottom: 0;*/
}
#ticket-types,
#buytickets-slideshow,
#main #buytickets-slideshow .slideshow {
  padding: 0;
  float: none;
}
body .c-ticket-store #main {
  padding: 0 1em;
}
span.required, span.validation {
  margin: 0;
  position: relative;
}
body .c-ticket-store footer {
  /*padding-top: 0;*/
}
body.buytickets #tab-holder li a:hover {
  color: #000;
}
#ticket-selection {
  position: relative;
}
.payment-col {
  width: auto;
}

.wildlife-conservation .home-dark-img {
  width: auto;
}
#ticket-types {
  width: 100%;
}
.tickets dl dt {
  width: 100%;
}
.c-products .row {
  margin: 0;
}

.c-products .column {
  width: 48%;
  margin: 0 2% 1em 0;
  min-height: 250px;
}
.ticket-col-holder .column:nth-child(2n+1){
  clear: left;
}
.ticket-col-holder {
  padding: 0 3em;
}
#explore #map {
  display: none;
}
.mobile-map-link {
  display: inline-block;
  color: #16b9ed;
  text-decoration: underline;
  padding: 1em;
  padding-left: 0;
}
body.content #main .container {
  top: 10px;
}

body .c-ticket-store .select-ticket-panel {
  padding: 0;
}

.ticket-category-listing h2 {
  background-color: #f6f6f6;
  font-size: 22px;
  width: 90%;
}

.ticket-category-listing .btn-control {
  padding-top: 30px;
  height: 80px;
}

.bundled-packages-container > ul > li {
  background-color: #f6f6f6
}

.ticket-category-listing li {
  border: 0 none;
}

.buytickets .ticket-group-view .ticket-category-listing h2 {
  width: 60%;
}

.buytickets .ticket-category-listing .btn-control {
  width: 20%;
}

.featured-cat-group .info {
  width: 55%;
}
.featured-cat-group img {
  width: 45%;
}
.featured-cat-group .bundle-badge {
  width: auto;
}
.ticket-group .small-cat-group {
  width: 23%;
  margin: 0 1%;
}
.ticket-group .small-cat-group img {
  width: 100%;
}
.ticket-group .small-cat-group .info {
  height: 235px;
}
.ticket-group li .info .abtn {
  position: inherit;
  bottom: inherit;
  left: inherit;
  font-size: 14px;
  margin: 15px 0;
}
.small-cat-group .info h3 {
  line-height: 14px;
}

}/* end media query tablet */


@media screen and (min-width: 641px) and (max-width: 768px) {
  .wildlife-conservation .image {
    width: 40%;
  }
  .wildlife-conservation .image img {
    width: 100%;
    height: auto;
  }
  .wildlife-conservation .text {
    width: 60%;
  }
  .wildlife-conservation .mobile-hide {
    display: none;
  }
  .wildlife-conservation .home-dark-img {
    display: inline-block;
  }
  .slideshow-controls .controlPrev, .slideshow-controls .controlNext {
    top: 100px;
  }
  .slideshow-controls .controlPrev {
    left: 390px;
  }
  #attraction-slideshow .slides li {
    width: 100%;
  }
  #attraction-preview {
    position: absolute;
    right: 20px;
    top: 0;
    width: 310px;
  }
  #attraction-preview img {
    width: 100%;
    height: auto;
  }
  body.home #main {
    min-height: 0;
  }
  .wildlife-conservation .column {
    width: 46%;
    margin-right: 4%;
  }
  .wildlife-conservation .column:nth-child(2n+1){
    clear: left;
  }

  .accordion-mode .grand-total {
    margin-right: 20px;
  }


}/* end just tablet */


@media screen and (max-width: 768px) {

  .shopping-cart-mini-container {
    display: none;
  }

  #ticket-desc-tabs {
    float: none;
    width: auto;
  }

  .related-products-panel {
    float: none;
  }

  .bundled-packages-container .select-tickets-block,
  .bundled-packages-container .info-block {
    display: block;
    width: auto;
  }

  .bundled-packages-block .accordion-listing .trigger {
    float: none;
    display: block;
    width: 100%;
  }

  .ticket-select .table,
  .ticket-select .table-row {
    display: block;
  }
}

@media screen and (max-width: 640px) {

.mobile-show { display: inline-block; }

.mobile-hide {
  display: none;
}

body.home #hero-text,
#activity-holder .right,
form#activities select,
#explore #map,
#map_canvas,
.wildlife-conservation .image,
body.conservation .video-holder,
body.conservation .video-quote,
.c-products .column, #main .summaries .column,
body.attractions .fact-slideshow,
body.attractions #other .container,
#ticket-selection h3.bubble,
#buytickets-slideshow,
#buytickets-slideshow .slides li,
#buytickets-slideshow .slides .image,
#buytickets-slideshow .slides img
{
  width: 100%;
}

.mobile-menu-toggle {
  padding: 1em .5em;
}
.mobile-menu-toggle img {
  width: 30px;
  height: auto;
}
.mobile-buy-tickets {
  width: 60px;
  height: 60px;
  background-size: 60px auto;
}
.mobile-logo {
  /*padding: 1em;*/
}
.mobile-logo img {
  width: 100px;
  height: auto;
}
.mobile-lvl-2-enhanced a > img:first-of-type {
  display: none;
}
.mobile-lvl-2-enhanced a {
  padding: .5em;
}

/* footer */
body.home footer {
  height: auto;
}
footer .logo,
footer #nav,
footer #nav ul,
footer #social-icons,
footer #copyright {
  padding: 0;
  float: none;
  margin-bottom: 1em;
}
footer #social-icons li {
  margin: 0 1em 0 0;
}

/* home */
body.home #hero-text h1 {
  font-size: 2em;
}
#hero-snapshot img {
  width: 150px;
  height: auto;
}
#hero-snapshot p {
    left: 150px;
    top: 0;
}
#activity-holder .left {
  height: auto;
  padding: 1em;
}
#activity-slideshow {
  position: relative;
  width: 95%;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.venue-info > div {
  padding: 1em;
}
#map_canvas {
  margin: 0;
}
#explore #attractions .left,
#explore #attractions .right {
  margin: 0;
  width: 49%;
}
.wildlife-conservation img,
#attraction-slideshow .penguin-parade img {
  width: 100%;
  height: auto;
}

body.conservation #footer-transparency,
body .c-ticket-store #footer-transparency {
  height: auto;
}

/* content */
body.content #hero-text,
body.conservation #hero-text {
  padding: 0;
}
body.content #hero,
body.conservation #hero .container,
body.conservation #hero,
#hero-text .breadcrumb,
body.content #hero .container
{
  position: relative;
  bottom: 0;
  height: auto;
}
body.conservation .video-holder {
  height: auto;
}
.c-products .image img,
body.conservation .summaries img,
body.conservation .video-holder iframe {
  max-width: 100%;
  height: auto;
}
.c-products .column, #main .summaries .column {
  margin: 0 0 1em 0;
}
body.content #hero-text h1,
body.conservation #hero-text h1 {
  font-size: 2em;
  letter-spacing: 0;
  line-height: 1;
}
body.conservation #hero-text h2 {
  font-size: 1.5em;
}
body.content #side {
  float: none;
  width: 96%;
  margin: 0 2%;
}
body.content #main .container {
  top: 0;
  margin-top: 1em;
}
body.content .side-nav li a {
  font-size: 1em;
  padding: 1em 1em 1em 0;
}
#main .container > div > .side-ad {
  text-align: center;
}
body.content #content {
  width: 100%;
  margin: 0;
}
.editor iframe {
  height: auto;
  min-height: 0;
}
#main .sidenav-toggle {
  background-color: #bf855d;
  color: #fff;
  display: block;
  padding: 1em;
  margin: 0 2% .5em;
  border-radius: 5px;
}
.sidenav-toggle img {
  display: inline-block;
  margin-right: 1em;
  width: 30px;
  height: auto;
}
.venue-info .text-no-image,
#conservation-info .text-no-image {
  width: 100% !important;
}
body.attractions #tab-holder li .icon {
  width: 95%;
  height: auto;
}
body.attractions #tab-holder li span {
  font-size: .8em;
}
body.attractions .tab-content .text .main h2 {
  font-size: 2em;
}
body.attractions .tab-content .text .other p {
  font-size: 1.2em;
}
#attractions-holder .container-wide .box {
  background-color: #bf855d;
}
body.attractions .penguins .tab-content .text .other {
  text-align: center;
}
#ticket-selection {
  position: relative;
  margin-top: 1em;
}
#ticket-selection h3.bubble {
  height: auto;
  line-height: 1.4;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1em;
}
body.buytickets #tab-holder li a {
  font-size: 1em;
  line-height: 1;
  max-height: 70px;
  padding: 1em 0.2em;
}
/*body.buytickets #tab-holder li a {
  color: #000 !important;
}*/
body.buytickets #tab-holder li {
  max-width: 25%;
}
#buytickets-slideshow .slides li,
#buytickets-slideshow .slides .image {
  height: auto;
  min-height: 230px;
}
form#ticket-select,
#ticket-types {
  width: 100%;
  padding-bottom: 1em;
}
#ticket-select fieldset {
  padding: .5em;
}
#ticket-select .header {
  margin: 0;
}
#ticket-select .tickets {
  position: relative;
}
.checkout-page .date-confirm {
  margin-left: 0;
}
.date-confirm {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 0;
  position: relative;
  height: auto;
  font-size: 1em;
  line-height: 1.4;
  padding: .5em;
}
.date-confirm .close {
  display: block;
  margin: .5em auto;
}
#ticket-select .tickets li .column.first {
  width: 200px;
}
#ticket-select .tickets li:nth-child(2n){
  background-color: #ebebeb;
}
#ticket-select .tickets li .column {
  padding: .4em;
}
.cta-swipe-wiew-more,
#ticket-select fieldset h4,
.date-confirm {
  width: auto;
}
#ticket-select fieldset h4 {
  float: none;
}
.cta-swipe-wiew-more {
  padding: 2em 1em 2em 5em;
  background-image: url('../images/icon-swipe.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 60px auto;
  margin: 2em 0;
}
.checkout tr td {
    text-align: left;
    vertical-align: top;
}
.clear-cart {
  margin-bottom: .5em;
}
.payment-form label {
  float: none;
}
.payment-form div.nolabel {
  padding: 0;
}
#Promotion {
  width: 250px;
}
.cta-back-top {
  display: block;
  color: #fff !important;
  /*background-color: #bf855d;*/
  background-color: #005eb8;
  border-radius: 5px;
  padding: 1em;
  margin: .5em;
  font-weight: bold;
}
.tickets .mobile-ball-number-holder dd {
  float: none;
  margin-bottom: .5em;
}
.tickets .mobile-ball-number-holder dt {
  float: none;
  padding-left: 0;
}
.grand-total {
  float: none;
}

.ticket-col-holder {
  padding: 0;
}
#Form_Form #recaptcha_widget_div {
  padding: 0;
}

.accordion-mode .ticket-add-to-cart,
.accordion-mode .grand-total,
.accordion-mode .tickets dl dd,
.accordion-mode h5,
.accordion-mode h4 {
  margin-left: 0.5em;
}

.accordion-mode .datetime-input label {
  clear: left;
  width: 120px;
  margin: 0;
}

.accordion-mode .datetime-input div.field.time,
.accordion-mode .datetime-input label.label-time {
  margin-top: 15px;
}
.package-panel a {
  font-size: 14px;
}
#ticket-select .tickets li .column {
  float: left;
}
#ticket-select .accordion-mode .multiple-datetime-input .field.time,
#ticket-select .accordion-mode .multiple-datetime-input .column,
#ticket-select .accordion-mode .multiple-datetime-input .date-field {
  float: none;
  width: 100%;
  height: auto;
  border: 0;
}
#ticket-select .accordion-mode .multiple-datetime-input span {
  display: inline-block;
  width: 50px;
  font-weight: bold;
}
#ticket-select .accordion-mode .multiple-datetime-input .field.time {
  padding: 5px;
  margin: 0 0 0 10px;
}
#ticket-select .accordion-mode .multiple-datetime-input .date-field {
  padding: 0;
}
.package-panel a span {
  display: none;
}
#ticket-select .tickets li.datetime-select .category-name,
#ticket-select .tickets li.datetime-select .column.first {
  width: 100%;
}

.section-separator {
  margin: 0;
}
body.ticketing-content #hero {
  padding: 0;
}
body .c-ticket-store .x-pad-bot {
  padding: 20px;
}
.featured-cat-group .info,
.featured-cat-group img {
  float: none;
  width: 100%;
  padding: 0;
}
.featured-cat-group .bundle-badge {
  width: auto;
}
.featured-cat-group .info {
  height: auto;
  padding: 20px 0;
  text-align: center;
}
.featured-cat-group h3 {
  font-size: 28px;
}

.ticket-group li {
  float: none;
  width: 100% !important;
  margin-right: 0;
  text-align: center;
}
.small-cat-group img {
  padding: 15px 0;
  width: 90%;
}
.cat-group p {
  margin: 0 0 20px;
}
.ticket-group li .info .abtn {
  position: inherit;
  bottom: inherit;
  left: inherit;
}
.special-offers-group {
  position: inherit;
  bottom: inherit;
  padding: 20px;
}
.special-offers-group h3 {
  font-size: 20px;
}

body .c-ticket-store .inner-panel {
  padding: 15px;
}
.ticket-category-listing h2 {
  float: none;
  padding: 15px;
}
.ticket-category-listing .btn-control {
  float: none;
  padding: 0;
  width: 100% !important;
  line-height: 55px;
}
.ticket-category-listing .content-panel .inner{
  padding: 15px;
}
.ticket-category-listing .content-panel .buytickets-slideshow {
  margin-right: 0;
}
.ticket-category-listing li .buytickets-slideshow {
  height: auto;
}
.buytickets-slideshow {
  float: none;
  width: 100%;
}
.ticket-category-listing .content-panel .info {
  float: none;
  width: 100%;
}
.ticketing-content .upper-block {
  display: none;
}
.c-ticket-store .header h1 {
  font-size: 28px;
}

.bundled-packages-container .content-panel li .column.first,
.ticket-select .tickets li .column.first {
  width: 80%;
}
.bundled-packages-container .content-panel li .column,
.ticket-select .tickets li .column {
  width: 20%;
}

.ticketing-content .select-ticket-panel {
  padding: 0 !important;
}

.bundled-packages-block .bundle-badge {
  display: none;
}

.bundled-packages-container .select-tickets-block {
  padding: 15px 0;
}

.ticketing-content #information {
  padding: 0 !important;
  width: 100%;
}

.ticketing-content .tabs-panel .nav li {
  margin-right: 0;
  width: 50%
}

.ticketing-content .tabs-panel .nav a {
  display: block;
  width: 100%;
}

#ticket-search .field, .ticket-select .field {
  clear: both;
  float: none;
  text-align: left;
}


#ticket-search .field, .ticket-select .field {
  margin-left: 0;
}

.date-field-holder label {
  float: none;
  margin: 0 0 10px;
}

.datetime-select {
  float: none;
}

.c-ticket-store .header .bundle-badge {
  top: 100px;
}

.boat-bundled .tickets li .column {
  float: none !important;
}
.boat-bundled .column.first {
  width: 100% !important;
}

.boat-bundled .ticket-select li.datetime-select .time-placeholder, .ticket-select li.datetime-select .time {
  width: 100%;
  padding: 0 10px;
}

.ticket-category-listing .btn-control {
  padding-top: 10px;
  height: 55px;
}

p.soldout {
  padding: 0 20px;
}

.mobile-banner-bg {
  background-color: rgba(0, 0, 0, .15);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.venue-info, #conservation-info {
  padding-top: 10px;
}


}/* end media query mobile */