﻿@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Roboto+Slab:400,700");
.caret {
  color: #79ba11 !important;
  font-size: 25px !important;
  border-top: 7px dashed;
  border-top: 4px solid \9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: auto \0;
  min-width: 90px;
}
.bootstrap-select>.dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background: white !important;
  border: 1px solid #79ba11 !important;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  padding: 4px 10px 4px 3px;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0px !important;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  list-style-type: none !important;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
  padding: 10px !important;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204,204,204,0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204,204,204,0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
header#home .homepageBtnContainer {
  position: absolute;
  right: 1%;
  top: 9%;
}
header#home .homepageBtnContainer .puxtonPhobiaLogo {
  max-width: 200px !important;
}
.alternateHeader {
  background-image: url("/image/img/puxton-banner-new.jpg");
}
.alternateHeader .imgContainer {
  margin-top: -3%;
}
.alternateHeader .imgContainer img {
  max-width: 100%;
}
@media (max-width: 1500px) {
  header#home .homepageBtnContainer {
    top: 7%;
  }
}
@media (max-width: 767px) {
  header#home {
    padding-top: 155px;
  }
  header#home .homepageBtnContainer .puxtonPhobiaLogo {
    max-width: 170px;
  }
}
@media (max-width: 576px) {
  header#home {
    padding-top: 175px;
    right: 0;
  }
  header#home .homepageBtnContainer {
    top: 11%;
  }
  header#home .homepageBtnContainer .puxtonPhobiaLogo {
    max-width: 125px !important;
  }
  header#home h1 {
    margin-top: 0px !important;
  }
}
abbr[data-original-title],
abbr[title] {
  display: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #979797 !important;
  background: #444443 !important;
  color: #ffffff !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #979797 !important;
  background: #599e09 !important;
  color: #ffffff !important;
}
.trans,
.button-green {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.form-item--error input,
.form-item--error textarea,
.form-item--error select {
  border: 1px solid red !important;
}
.form-item__help.negative {
  position: absolute;
  left: 15px;
  bottom: 8px;
  color: red;
}
.caret {
  color: #79ba11 !important;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px dashed;
  float: right;
  font-size: 25px !important;
  margin-right: 6px;
  margin-top: 11px;
}
.stick {
  top: 0px;
  position: fixed;
}
.m-reveal-o {
  display: none;
}
div.messages {
  margin-bottom: 60px;
}
.panel-collapse:focus {
  outline: 0px !important;
}
A:hover {
  text-decoration: none !important;
}
H1,
H2,
H3,
H4 {
  font-family: 'Conv_RobotoSlab-Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
H1.main-title {
  font-size: 75px;
  font-weight: 900;
  margin-bottom: 40px;
  display: block;
}
H2 {
  font-size: 60px !important;
  font-weight: 900;
}
H3 {
  font-size: 30px;
  font-weight: 900;
}
H4 {
  font-size: 26px;
  font-weight: 900;
}
H5 {
  font-size: 22px;
  font-weight: 900;
}
P,
DIV.blog-internal UL LI,
DIV.page UL LI {
  color: #161616;
  font-size: 18px;
  font-weight: 300;
  display: block;
  font-family: 'Conv_RobotoSlab-Regular';
}
P a,
DIV.blog-internal UL LI a,
DIV.page UL LI a {
  color: #383838;
  font-weight: 700;
  text-decoration: underline;
}
P.tagline,
DIV.blog-internal UL LI.tagline,
DIV.page UL LI.tagline {
  font-size: 23px !important;
  font-weight: 300;
  max-width: 1000px;
  margin: 15px auto 0;
}
P.sub,
DIV.blog-internal UL LI.sub,
DIV.page UL LI.sub {
  font-size: 23px;
}
P.eighty,
DIV.blog-internal UL LI.eighty,
DIV.page UL LI.eighty {
  max-width: 80%;
  margin: auto;
}
.lato {
  font-family: 'Conv_RobotoSlab-Regular';
}
.button-green {
  background-image: -moz-linear-gradient(top,#599e09 0%,#82bd0d 100%);
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#599e09),color-stop(100%,#82bd0d));
  background-image: -webkit-linear-gradient(top,#599e09 0%,#82bd0d 100%);
  background-image: linear-gradient(to bottom,#599e09 0%,#82bd0d 100%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  border-radius: 4px;
  color: white;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF599E09',endColorstr='#FF82BD0D');
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 15px;
  padding: 15px 21px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #599e09;
  outline: none;
  border: 0px;
}
.button-green:hover {
  opacity: 0.9;
  text-decoration: none;
  color: white;
}
.orange-cta-reverse {
  background-color: #fd934e;
  filter-gradient: #e45a1d, #fd934e, vertical;
  background-image: linear-gradient(top,#e45a1d 50%,#fd934e 100%);
}
.orange-cta {
  background-color: #fd934e;
  filter-gradient: #fd934e, #e45a1d, vertical;
  background-image: linear-gradient(top,#fd934e 0%,#e45a1d 100%);
}
.inputs SELECT,
DIV.contact SELECT,
DIV.group-bookings SELECT,
DIV.dashboard DIV.right-panel SELECT,
DIV.register DIV.register-box SELECT,
.inputs INPUT,
DIV.contact INPUT,
DIV.group-bookings INPUT,
DIV.dashboard DIV.right-panel INPUT,
DIV.register DIV.register-box INPUT,
.inputs TEXTAREA,
DIV.contact TEXTAREA,
DIV.group-bookings TEXTAREA,
DIV.dashboard DIV.right-panel TEXTAREA,
DIV.register DIV.register-box TEXTAREA {
  background: white;
  border-radius: 5px;
  font-family: 'Conv_RobotoSlab-Regular';
  height: 50px;
  margin-bottom: 30px;
  min-width: 80px;
  border: 0px;
  border: 1px solid #ddd;
  font-weight: 900;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-left: 15px;
  width: 100%;
}
.inputs SELECT:focus,
DIV.contact SELECT:focus,
DIV.group-bookings SELECT:focus,
DIV.dashboard DIV.right-panel SELECT:focus,
DIV.register DIV.register-box SELECT:focus,
.inputs INPUT:focus,
DIV.contact INPUT:focus,
DIV.group-bookings INPUT:focus,
DIV.dashboard DIV.right-panel INPUT:focus,
DIV.register DIV.register-box INPUT:focus,
.inputs TEXTAREA:focus,
DIV.contact TEXTAREA:focus,
DIV.group-bookings TEXTAREA:focus,
DIV.dashboard DIV.right-panel TEXTAREA:focus,
DIV.register DIV.register-box TEXTAREA:focus {
  border: 1px solid #79ba11;
  box-shadow: none !important;
  outline: none !important;
}
.inputs SELECT.month,
DIV.contact SELECT.month,
DIV.group-bookings SELECT.month,
DIV.dashboard DIV.right-panel SELECT.month,
DIV.register DIV.register-box SELECT.month,
.inputs INPUT.month,
DIV.contact INPUT.month,
DIV.group-bookings INPUT.month,
DIV.dashboard DIV.right-panel INPUT.month,
DIV.register DIV.register-box INPUT.month,
.inputs TEXTAREA.month,
DIV.contact TEXTAREA.month,
DIV.group-bookings TEXTAREA.month,
DIV.dashboard DIV.right-panel TEXTAREA.month,
DIV.register DIV.register-box TEXTAREA.month {
  min-width: 200px;
}
.inputs TEXTAREA,
DIV.contact TEXTAREA,
DIV.group-bookings TEXTAREA,
DIV.dashboard DIV.right-panel TEXTAREA,
DIV.register DIV.register-box TEXTAREA {
  height: 150px;
  padding-top: 10px;
}
button:disabled,
button[disabled] {
  background-color: #cccccc !important;
  background-image: none !important;
}
.full {
  width: 100%;
  height: auto;
}
.eighty {
  max-width: 80%;
}
.ninety {
  max-width: 90%;
}
.no-m-b {
  margin-bottom: 0px !important;
}
.no-t {
  margin-top: 0px;
}
.image-rounded {
  border-radius: 5px;
  overflow: hidden;
}
.bold {
  font-weight: 700;
}
.b-button {
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: white;
  width: 100%;
  height: 50px;
  border: 1px solid #79ba11;
  font-weight: 700;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 17px;
  text-align: left;
}
.button-animal-zone {
  background: #eb4c11 !important;
}
.button-animal-zone a,
.button-animal-zone button {
  background-color: #362323;
  filter-gradient: #f17419, #eb4c11, vertical;
  background-image: linear-gradient(top,#f17419 0%,#eb4c11 100%);
}
.button-water-pursuits {
  background: #599e09 !important;
}
.button-water-pursuits a,
.button-water-pursuits button {
  background-color: #599e09;
  filter-gradient: #82bd0d, #599e09, vertical;
  background-image: linear-gradient(top,#82bd0d 0%,#599e09 100%);
}
.button-adventure-area {
  background: #4576f7 !important;
}
.button-adventure-area a,
.button-adventure-area button {
  color: #fff;
  background-color: #362323;
  filter-gradient: #6aa5f9, #4576f7, vertical;
  background-image: linear-gradient(top,#6aa5f9 0%,#4576f7 100%);
}
.button-tractor-tracks {
  background-color: #362323;
}
.button-tractor-tracks button {
  filter-gradient: #543535, #362323, vertical;
  background-image: linear-gradient(top,#543535 0%,#362323 100%);
}
.button-indoor-soft-play {
  background: #c50101 !important;
}
.button-indoor-soft-play a,
.button-indoor-soft-play button {
  background-color: #a60101;
  filter-gradient: #a60101, #c50101, vertical;
  background-image: linear-gradient(top,#a60101 0%,#c50101 100%);
}
.button-falconry-and-mini-railway {
  background: #ddb20e !important;
}
.button-falconry-and-mini-railway a,
.button-falconry-and-mini-railway button {
  background-color: #ddb20e;
  filter-gradient: #ddb20e, #e9cd15, vertical;
  background-image: linear-gradient(top,#ddb20e 0%,#e9cd15 100%);
}
.widSSP {
  width: 100% !important;
}
.no-overflow {
  overflow: hidden;
}
.highropes {
  margin-bottom: 140px;
  margin-top: -40px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0c6298;
}
.highropes img {
  max-width: 100%;
}
.highropes h3 {
  color: white;
}
.highropes p,
.highropes DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets UL LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets UL .highropes LI,
.highropes DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences UL LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences UL .highropes LI {
  color: white;
}
DIV.adventure-activities {
  position: relative;
  overflow-x: hidden;
}
DIV.adventure-activities H3 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900;
  margin-top: 0px;
  line-height: 1.4;
}
DIV.adventure-activities P,
DIV.adventure-activities DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.adventure-activities LI,
DIV.adventure-activities DIV.page UL LI,
DIV.page UL DIV.adventure-activities LI {
  /*font-size: 20px !important;*/
  line-height: 1.5;
}
DIV.adventure-activities UL LI {
  font-size: 20px;
}
DIV.adventure-activities .fa-chevron-down {
  font-size: 50px;
  color: #ddd;
  margin-bottom: 30px;
  position: relative;
  top: -60px;
}
DIV.adventure-activities:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: url("/image/img/dots.png");
  background-repeat-y: true;
}
DIV.adventure-activities DIV.section {
  padding-bottom: 60px;
}
DIV.adventure-activities DIV.section DIV.image-wrapper {
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  margin: 0 15px;
  padding: 10px;
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
}
DIV.adventure-activities DIV.section DIV.image-wrapper img {
  display: inline-block;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  opacity: 0;
}
DIV.adventure-activities DIV.section DIV.image-wrapper img.vis {
  opacity: 1;
}
DIV.adventure-activities DIV.section DIV.text {
  padding-top: 44px;
}
DIV.adventure-activities DIV.section DIV.text h2 {
  font-size: 34px !important;
}
DIV.adventure-activities DIV.left {
  padding-bottom: 30px;
  padding-right: 30px;
  overflow: hidden;
  position: relative;
  transform: translate3d(-140%,0,0);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.adventure-activities DIV.left.onScreen {
  transform: translate3d(0,0,0);
  opacity: 1;
}
DIV.adventure-activities DIV.left.onScreen:hover {
  transform: translate3d(0,0,0) scale(1.06);
}
DIV.adventure-activities DIV.right {
  padding-bottom: 30px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  transform: translate3d(140%,0,0);
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.adventure-activities DIV.right.onScreen {
  transform: translate3d(0,0,0);
  opacity: 1;
}
DIV.adventure-activities DIV.right.onScreen:hover {
  transform: translate3d(0,0,0) scale(1.06);
}
DIV.adventure-activities DIV.odd DIV.right {
  position: relative;
}
DIV.adventure-activities DIV.odd DIV.right:before {
  content: "";
  position: absolute;
  width: 50px;
  background: url("/image/img/dots-side.png");
  background-repeat: repeat-y;
  height: 1px;
  top: 100px;
  left: -10px;
}
DIV.adventure-activities DIV.even DIV.left {
  position: relative;
}
DIV.adventure-activities DIV.even DIV.left:after {
  content: "";
  position: absolute;
  width: 50px;
  background: url("/image/img/dots-side.png");
  background-repeat: repeat-y;
  height: 1px;
  top: 100px;
  right: -10px;
}
DIV.adventure-slider {
  max-width: 100%;
  overflow-x: hidden;
}
@font-face {
  DIV.adventure-slider {
    font-family: 'Conv_RobotoSlab-Regular';
    src: url("pacifico.eot");
    src: url("pacifico.eot?#iefix") format("embedded-opentype"), url("pacifico.woff") format("woff"), url("pacifico.ttf") format("truetype"), url("pacifico.svg#Pacifico") format("svg");
  }
}
DIV.adventure-slider #disqus_thread {
  margin-top: 20px;
}
DIV.adventure-slider * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
DIV.adventure-slider .blue {
  background: #3498db;
  color: #fff;
}
DIV.adventure-slider .blue h3 {
  background: #fff;
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}
DIV.adventure-slider .variable-width .slick-slide p,
DIV.adventure-slider .variable-width .slick-slide DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets UL LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets UL DIV.adventure-slider .variable-width .slick-slide LI,
DIV.adventure-slider .variable-width .slick-slide DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences UL LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences UL DIV.adventure-slider .variable-width .slick-slide LI {
  background: #fff;
  height: 100px;
  color: #3498db;
  margin: 5px;
  line-height: 100px;
}
DIV.adventure-slider .button {
  background: #3498db;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 48%;
}
DIV.adventure-slider .buttons {
  padding: 0 20px 20px;
  margin-bottom: 10px;
}
DIV.adventure-slider .buttons .button {
  background: #FFF;
  color: #3498db;
  float: left;
  margin: 5px;
}
DIV.adventure-slider .center .slick-center h3 {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
DIV.adventure-slider .center h3 {
  opacity: 0.8;
  transition: all 300ms ease;
}
DIV.adventure-slider .content {
  margin: auto;
  padding: 20px;
  width: 600px;
}
DIV.adventure-slider .content:after,
DIV.adventure-slider .buttons::after {
  clear: both;
  content: "";
  display: table;
}
DIV.adventure-slider .destroy {
  font-weight: 400;
  margin-top: 40px;
}
DIV.adventure-slider .features {
  display: block;
  list-style-type: none;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}
DIV.adventure-slider .features li {
  margin: 20px 0;
}
DIV.adventure-slider .filter .button {
  background: #FFF;
  color: #3498db;
  margin-bottom: 40px;
}
DIV.adventure-slider .fixed-header {
  background: #FFF;
  box-shadow: 2px 0 5px rgba(0,0,0,0.5);
  display: none;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
DIV.adventure-slider .fixed-header .header-content {
  margin: auto;
  width: 600px;
}
DIV.adventure-slider .fixed-header .subheading {
  display: none;
}
DIV.adventure-slider .fixed-header h1.title {
  float: left;
  font-size: 24px;
  margin: 0;
}
DIV.adventure-slider .fixed-header ul.nav {
  float: right;
  margin: 0;
  padding: 5px;
}
DIV.adventure-slider .fixed-header ul.nav li {
  margin: 0 0 0 10px;
}
DIV.adventure-slider .header {
  padding: 20px 0;
}
DIV.adventure-slider .margin-40 {
  margin-bottom: 40px;
}
DIV.adventure-slider .more,
DIV.adventure-slider .button.first {
  margin-top: 40px;
}
DIV.adventure-slider .red {
  background: #e74c3c;
  color: #fff;
}
DIV.adventure-slider .slick-slide .image {
  padding: 10px;
}
DIV.adventure-slider .slick-slide img {
  border: 5px solid #FFF;
  display: block;
  width: 100%;
}
DIV.adventure-slider .slick-slide img.slick-loading {
  border: 0;
}
DIV.adventure-slider .slick-slider {
  margin: 30px auto 0px;
}
DIV.adventure-slider .subheading {
  color: #555;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  margin: 10px auto;
  text-align: center;
}
DIV.adventure-slider .white {
  background: #fff;
  color: #3498db;
}
DIV.adventure-slider .white pre,
DIV.adventure-slider .white hr {
  background: #3498db !important;
}
DIV.adventure-slider a {
  color: #3498db;
}
@media (max-width: 420px) {
  DIV.adventure-slider ul.nav li a {
    display: block;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  DIV.adventure-slider .fixed-header {
    display: none !important;
  }
  DIV.adventure-slider #carbonads {
    top: 0px;
  }
  DIV.adventure-slider .header ul.nav li {
    display: block;
    margin: 20px;
  }
  DIV.adventure-slider .blue h3 {
    font-size: 24px;
  }
  DIV.adventure-slider .button {
    margin: 0 auto 20px;
    width: auto;
  }
  DIV.adventure-slider .button.first {
    margin-top: 40px;
  }
  DIV.adventure-slider .buttons {
    padding: 0 0 20px;
  }
  DIV.adventure-slider .buttons .button {
    float: left;
    font-size: 12px;
    margin: 1%;
    width: 48%;
  }
  DIV.adventure-slider .center {
    margin-left: -40px;
    margin-right: -40px;
  }
  DIV.adventure-slider .center .slick-center h3 {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    color: #e67e22;
    opacity: 1;
    transform: scale(1);
  }
  DIV.adventure-slider .center h3 {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    opacity: 0.8;
    transform: scale(0.95);
    transition: all 300ms ease;
  }
  DIV.adventure-slider .content {
    margin: auto;
    padding: 20px 40px;
    width: auto;
  }
  DIV.adventure-slider .fixed-header .header-content {
    width: auto;
  }
}
DIV.adventure-slider .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
DIV.adventure-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
DIV.adventure-slider .slick-list:focus {
  outline: none;
}
DIV.adventure-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
DIV.adventure-slider .slick-slider .slick-track,
DIV.adventure-slider .slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
DIV.adventure-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
DIV.adventure-slider .slick-track:before,
DIV.adventure-slider .slick-track:after {
  display: table;
  content: '';
}
DIV.adventure-slider .slick-track:after {
  clear: both;
}
DIV.adventure-slider .slick-loading .slick-track {
  visibility: hidden;
}
DIV.adventure-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
DIV.adventure-slider [dir='rtl'] .slick-slide {
  float: right;
}
DIV.adventure-slider .slick-slide img {
  display: block;
}
DIV.adventure-slider .slick-slide.slick-loading img {
  display: none;
}
DIV.adventure-slider .slick-slide.dragging img {
  pointer-events: none;
}
DIV.adventure-slider .slick-initialized .slick-slide {
  display: block;
}
DIV.adventure-slider .slick-loading .slick-slide {
  visibility: hidden;
}
DIV.adventure-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
DIV.adventure-slider .slick-arrow.slick-hidden {
  display: none;
}
DIV.adventure-slider .slider {
  visibility: hidden;
}
DIV.adventure-slider .slick-initialized {
  visibility: visible;
}
DIV.adventure-slider .slick-slide {
  opacity: 0.5;
  margin: 0 1%;
  position: relative;
  z-index: 1;
}
DIV.adventure-slider .slick-center {
  opacity: 1 !important;
}
DIV.adventure-slider .slick-prev,
DIV.adventure-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 60%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10 !important;
}
DIV.adventure-slider .slick-prev:hover,
DIV.adventure-slider .slick-prev:focus,
DIV.adventure-slider .slick-next:hover,
DIV.adventure-slider .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
DIV.adventure-slider .slick-prev:before,
DIV.adventure-slider .slick-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
DIV.adventure-slider .slick-prev {
  left: 50%;
  margin-left: -15%;
}
[dir="rtl"] DIV.adventure-slider .slick-prev {
  left: auto;
  right: -25px;
}
DIV.adventure-slider .slick-prev:before {
  content: "";
  position: absolute;
  left: -24px;
  height: 168px;
  top: -159px;
  width: 53px;
  background-image: url(/image/img/arrow.png);
  transform: rotate(-180deg);
}
DIV.adventure-slider .slick-next {
  right: 50%;
  margin-right: -15%;
}
[dir="rtl"] DIV.adventure-slider .slick-next {
  left: -25px;
  right: auto;
}
DIV.adventure-slider .slick-next:before {
  content: "";
  position: absolute;
  right: -24px;
  height: 168px;
  top: -159px;
  width: 53px;
  background-image: url(/image/img/arrow.png);
}
DIV.ad-detail H2.tagline {
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900 !important;
  font-size: 30px !important;
}
DIV.adventure-grid {
  background-image: url("/image/img/adventure_background.png");
  background-size: cover;
  margin-bottom: 100px;
  padding: 100px 0;
  position: relative;
}
DIV.adventure-grid #attraction-image {
  margin-left: -500px;
  margin-top: -122px;
  position: relative;
  z-index: 2;
}
DIV.adventure-grid.no-m {
  margin-bottom: 0px;
}
DIV.adventure-grid DIV.text.int {
  background: #79ba11;
  margin-top: 60px;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
DIV.adventure-grid DIV.text.int H3 {
  color: white !important;
  font-size: 40px;
  font-weight: 700;
  text-shadow: -3px -3px 0 #308613, 3px -3px 0 #308613, -3px 3px 0 #308613, 3px 3px 0 #308613;
}
DIV.adventure-grid DIV.text.int H3 A {
  color: #79ba11;
  text-decoration: underline;
  font-weight: 700;
}
DIV.adventure-grid DIV.text.int H3 SPAN {
  color: #fcee1c;
}
DIV.adventure-grid DIV.text.int DIV.green-ripple {
  background-image: url("/image/img/ripple_green.png");
  background-repeat-x: yes;
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
DIV.adventure-grid DIV.text.int DIV.green-ripple.bottom {
  bottom: -10px;
  transform: rotate(-180deg);
}
DIV.adventure-grid DIV.text.int DIV.green-ripple.top {
  top: -10px;
}
DIV.adventure-grid DIV.text.te H3 {
  color: white !important;
}
DIV.adventure-grid DIV.text.te H3 A {
  color: #79ba11;
  font-weight: 700;
  text-decoration: underline;
}
DIV.adventure-grid DIV.adventure-icons P,
DIV.adventure-grid DIV.adventure-icons DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.adventure-grid DIV.adventure-icons LI,
DIV.adventure-grid DIV.adventure-icons DIV.page UL LI,
DIV.page UL DIV.adventure-grid DIV.adventure-icons LI {
  color: white;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid {
  max-width: 80%;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons {
  padding-bottom: 50px;
  padding-top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon {
  margin-bottom: 60px;
  width: 420px;
  height: 420px;
  position: relative;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon DIV.button-wrapper {
  width: 95%;
  left: 0px !important;
}
DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon DIV.button-wrapper a.button-home {
  width: 100%;
  font-size: 25px;
}
DIV.adventure-grid DIV.adventure-icons DIV.text {
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 25px;
  font-weight: 300;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 4;
}
DIV.adventure-grid DIV.adventure-icons DIV.text P,
DIV.adventure-grid DIV.adventure-icons DIV.text DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.adventure-grid DIV.adventure-icons DIV.text LI,
DIV.adventure-grid DIV.adventure-icons DIV.text DIV.page UL LI,
DIV.page UL DIV.adventure-grid DIV.adventure-icons DIV.text LI {
  max-width: 80%;
  margin: auto;
}
DIV.adventure-grid DIV.adventure-icons DIV.text P SPAN,
DIV.adventure-grid DIV.adventure-icons DIV.text DIV.blog-internal UL LI SPAN,
DIV.blog-internal UL DIV.adventure-grid DIV.adventure-icons DIV.text LI SPAN,
DIV.adventure-grid DIV.adventure-icons DIV.text DIV.page UL LI SPAN,
DIV.page UL DIV.adventure-grid DIV.adventure-icons DIV.text LI SPAN {
  font-weight: 700;
}
DIV.adventure-grid DIV.adventure-icons DIV.light-blue-ripple {
  background-image: url("/image/img/ripple_blue.png");
  background-size: cover;
  height: 50px;
  left: 0;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: 0;
}
DIV.adventure-grid DIV.adventure-icons DIV.dark-blue-ripple {
  background-image: url("/image/img/ripple_blue_dark.png");
  background-size: cover;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
DIV.adventure-grid DIV.adventure-icons DIV.white-ripple-top {
  background-image: url("/image/img/ripple_white.png");
  top: 0;
  left: 0;
  height: 12px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons {
  left: 0;
  padding: 100px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon {
  border-radius: 50%;
  border: 7px solid white;
  cursor: pointer;
  display: inline-block;
  height: 350px;
  margin-bottom: 60px;
  margin: 0 10px;
  position: relative;
  visibility: visible !important;
  width: 350px;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon:hover DIV.button-wrapper {
  -moz-transform: scale(1.1) skew(-6deg);
  -o-transform: scale(1.1) skew(-6deg);
  -webkit-transform: scale(1.1) skew(-6deg);
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon#adventure {
  background-image: url("/image/img/adventure.png");
  background-size: cover;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon#dining {
  background-image: url("/image/img/dining.png");
  background-size: cover;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon#ticket {
  background-image: url("/image/img/ticket.png");
  background-size: cover;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon#events {
  background-image: url("/image/img/events.png");
  background-size: cover;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  bottom: -20px;
  display: inline-block;
  left: 10px;
  padding: 5px;
  position: absolute;
  -moz-transform: skew(2deg);
  -o-transform: skew(2deg);
  -webkit-transform: skew(2deg);
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper:hover {
  -moz-transform: scale(1.1) skew(-6deg);
  -o-transform: scale(1.1) skew(-6deg);
  -webkit-transform: scale(1.1) skew(-6deg);
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper.orange {
  background: #d53a0c;
  left: 27px;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper.yellow {
  background: #deb30e;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper.red {
  background: #970101;
  left: 45px;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper.green {
  background: #308613;
  left: 25px;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper a.button-home {
  border: 1px dashed white;
  color: white;
  display: inline-block;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 18px;
  padding: 13px 24px;
  font-weight: 700;
  text-decoration: none !important;
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper a.button-home.orange {
  background-color: #f06b17;
  filter-gradient: #f06b17, #e8480f, vertical;
  background-image: linear-gradient(top,#f06b17 0%,#e8480f 100%);
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper a.button-home.yellow {
  background-color: #ddb20e;
  filter-gradient: #ddb20e, #e9cd15, vertical;
  background-image: linear-gradient(top,#ddb20e 0%,#e9cd15 100%);
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper a.button-home.red {
  background-color: #a60101;
  filter-gradient: #a60101, #c50101, vertical;
  background-image: linear-gradient(top,#a60101 0%,#c50101 100%);
}
DIV.adventure-grid DIV.adventure-icons DIV.home-icons DIV.icon DIV.button-wrapper a.button-home.green {
  background-color: #439d24;
  filter-gradient: #439d24, #67bf37, vertical;
  background-image: linear-gradient(top,#439d24 0%,#67bf37 100%);
}
DIV.adventure-grid DIV.adventure-icons DIV.white-ripple-bottom {
  background-image: url("/image/img/ripple_white.png");
  bottom: 0;
  height: 12px;
  left: 0;
  position: absolute;
  transform: rotate(-180deg);
  width: 100%;
  z-index: 0;
}
DIV.accountRow {
  padding: 2px 0;
  position: relative;
  background-image: url(/image/img/top_bar.png);
  z-index: 10000000000000;
  height: 32px;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}
DIV.accountRow A {
  color: white !important;
}
DIV.ad-top H2.tagline {
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 43px !important;
  font-weight: 900 !important;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 20px;
}
DIV.ad-top P,
DIV.ad-top DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.ad-top LI,
DIV.ad-top DIV.page UL LI,
DIV.page UL DIV.ad-top LI {
  max-width: 900px;
  margin: auto;
}
DIV.adventure-slider DIV.slick-slide {
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transform: scale(0.8);
}
DIV.adventure-slider DIV.slick-slide.slick-current {
  transform: scale(1);
}
DIV.adventure-slider DIV.slick-slide.slick-current:hover {
  transform: scale(1.03);
}
DIV.adventure-slider DIV.slick-slide DIV.button-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #362323;
  bottom: -20px;
  display: inline-block;
  left: 10px;
  padding: 3px;
  transition: all 0.4s ease-in-out;
  box-shadow: 2px 3px 4px 2px rgba(0,0,0,0.2);
}
DIV.adventure-slider DIV.slick-slide DIV.button-wrapper BUTTON {
  padding: 16px 11px;
  display: inline-block;
  font-family: 'Conv_RobotoSlab-Regular';
  border: 1px dashed white;
  font-size: 22px;
  color: white;
  font-weight: 700;
  background: #362323;
}
DIV.adventure-slider DIV.slick-slide DIV.super-wrapper {
  position: relative;
  top: -30px;
}
DIV.adventure-slider DIV.slick-slide DIV.image-wrapper {
  display: inline-block;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 5px;
  box-shadow: 3px 4px 3px 1px rgba(0,0,0,0.1);
}
DIV.adventure-slider DIV.slick-slide IMG {
  display: inline-block;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
DIV.cal INPUT {
  background: url("/image/img/calendar.png") calc(91%) 9px no-repeat !important;
}
DIV.comment.more {
  max-height: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px !important;
}
DIV.comment.more .view-less {
  display: none;
}
DIV.comment.more .view-less,
DIV.comment.more .view-all {
  color: #79ba11;
  cursor: pointer;
}
DIV.comment.more DIV.main-content {
  display: none;
}
DIV.comment.more.view-all {
  max-height: 100%;
}
DIV.comment.more.view-all DIV.summary {
  display: none;
}
DIV.comment.more.view-all DIV.main-content {
  display: block;
}
DIV.comment.more.view-all .view-less {
  display: inline-block;
}
DIV.container.eighty {
  width: 80% !important;
}
DIV.container.ninety {
  width: 90% !important;
}
DIV.contact DIV.address P,
DIV.contact DIV.address DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.contact DIV.address LI,
DIV.contact DIV.address DIV.page UL LI,
DIV.page UL DIV.contact DIV.address LI {
  font-size: 15px;
}
SPAN.posted-by {
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 0 10px;
  display: block;
}
SPAN.posted-by I {
  margin-right: 5px;
}
SPAN.posted-by I.fa-tags {
  margin-left: 5px;
}
SPAN.posted-by SPAN {
  color: #79ba11;
  font-weight: 900;
}
DIV.blog-main {
  padding: 30px 0;
}
DIV.blog-main.home {
  overflow: hidden;
}
DIV.blog-main H2 {
  padding-bottom: 30px;
}
DIV.blog-main DIV.blog-post.top {
  padding-bottom: 80px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
DIV.blog-main DIV.blog-post.top:hover {
  transform: perspective(1px) scale(1.02) translate3d(0,0,0);
}
DIV.blog-main DIV.blog-post.top H3 {
  font-size: 33px;
  font-weight: 900;
  margin-top: 10px;
  color: black;
  text-align: left;
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.blog-main DIV.blog-post.top P,
DIV.blog-main DIV.blog-post.top DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.blog-main DIV.blog-post.top LI,
DIV.blog-main DIV.blog-post.top DIV.page UL LI,
DIV.page UL DIV.blog-main DIV.blog-post.top LI {
  min-height: 140px;
}
DIV.blog-main DIV.blog-post DIV.image {
  position: relative;
}
DIV.blog-main DIV.blog-post DIV.image IMG {
  width: 100%;
  height: auto;
}
DIV.blog-main DIV.blog-post DIV.image DIV.date {
  background: #ff831f;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  height: 60px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}
DIV.blog-main DIV.blog-post DIV.image DIV.date SPAN.date {
  display: block;
  font-size: 29px;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 1.3px;
}
DIV.blog-main DIV.blog-post DIV.image DIV.date SPAN.month {
  font-size: 18px;
  margin-top: -8px;
  display: block;
}
DIV.blog-main DIV.wrap {
  margin-bottom: 30px;
}
DIV.blog-internal UL.dropdown-menu {
  width: 100%;
}
DIV.blog-internal H2.side {
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 40px !important;
  font-weight: 900 !important;
  margin-top: 82px;
}
DIV.blog-internal DIV.blog-categories {
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eee;
  font-family: 'Conv_RobotoSlab-Regular';
  margin-bottom: 60px;
  padding: 15px 30px;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
DIV.blog-internal DIV.blog-categories LABEL {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 700;
}
DIV.blog-internal DIV.blog-categories SELECT {
  height: 50px;
  border: 1px solid #79ba11;
  font-weight: 700;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 17px;
}
DIV.blog-internal DIV.blog-content {
  padding-bottom: 80px;
}
DIV.blog-internal DIV.blog-content A:hover {
  color: #79ba11;
}
DIV.blog-internal DIV.blog-content H1,
DIV.blog-internal DIV.blog-content H2,
DIV.blog-internal DIV.blog-content H3,
DIV.blog-internal DIV.blog-content H4 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
}
DIV.blog-internal DIV.blog-content H1 {
  font-size: 50px;
  font-weight: 900;
  max-width: 90%;
  font-family: 'Conv_RobotoSlab-Regular';
  margin-top: 0px;
}
DIV.blog-internal DIV.blog-content SPAN.posted-by {
  margin-bottom: 10px;
}
DIV.blog-internal DIV.blog-content SPAN.info {
  display: block;
  font-weight: 300;
  font-size: 22px;
}
DIV.blog-internal DIV.blog-content SPAN.info SPAN {
  color: #79ba11;
}
DIV.blog-internal DIV.blog-content SPAN.date {
  display: block;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 22px;
}
DIV.blog-internal DIV.blog-content SPAN.date I {
  margin-right: 5px;
}
DIV.blog-internal DIV.blog-content IMG {
  margin: 20px 0;
}
DIV.blog-internal DIV.blog-content IMG.main {
  width: 100%;
  max-width: 50%;
  height: auto;
}
DIV.blog-internal DIV.blog-content P,
DIV.blog-internal DIV.blog-content UL LI,
DIV.blog-internal UL DIV.blog-content LI,
DIV.page UL DIV.blog-internal DIV.blog-content LI {
  font-size: 20px;
}
DIV.blog-internal DIV.blog-content DIV.social-share {
  border-bottom: 1px dashed #ddd;
  border-top: 1px dashed #ddd;
  padding: 40px 0;
  margin-top: 60px;
}
DIV.blog-internal DIV.blog-content DIV.social-share SPAN {
  margin-right: 15px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
}
DIV.blog-internal DIV.blog-content DIV.social-share SPAN.back {
  float: right;
}
DIV.blog-internal DIV.blog-content DIV.social-share .fa {
  height: 50px;
  width: 50px;
  text-align: center;
  color: white;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  padding-top: 10px;
  margin-right: 5px;
}
DIV.blog-internal DIV.blog-content DIV.social-share .fa.fa-pinterest {
  background: #EA0100;
}
DIV.blog-internal DIV.blog-content DIV.social-share .fa.fa-facebook {
  background: #3b5998;
}
DIV.blog-internal DIV.blog-content DIV.social-share .fa.fa-twitter {
  background: #0084b4;
}
DIV.blog-internal DIV.related-articles DIV.blog-post.top {
  padding-bottom: 80px;
}
DIV.blog-internal DIV.related-articles DIV.blog-post.top H3 {
  font-size: 33px;
  font-weight: 900;
  color: black;
  text-align: left;
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.blog-internal DIV.related-articles DIV.blog-post.top P,
DIV.blog-internal DIV.related-articles DIV.blog-post.top UL LI,
DIV.blog-internal UL DIV.related-articles DIV.blog-post.top LI,
DIV.page UL DIV.blog-internal DIV.related-articles DIV.blog-post.top LI {
  min-height: 98px;
}
DIV.blog-internal DIV.related-articles DIV.blog-post DIV.image {
  position: relative;
}
DIV.blog-internal DIV.related-articles DIV.blog-post DIV.image IMG {
  width: 100%;
  height: auto;
}
DIV.blog-internal DIV.related-articles DIV.blog-post DIV.image DIV.date {
  background: #ff831f;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  height: 60px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}
DIV.blog-internal DIV.related-articles DIV.blog-post DIV.image DIV.date SPAN.date {
  display: block;
  font-size: 29px;
  margin-bottom: 0px;
  font-weight: 700;
  letter-spacing: 1.3px;
}
DIV.blog-internal DIV.related-articles DIV.blog-post DIV.image DIV.date SPAN.month {
  font-size: 18px;
  margin-top: -8px;
  display: block;
}
DIV.green-button {
  background: #58a00c;
  padding: 5px;
  -moz-transform: skew(3deg,-1deg);
  -o-transform: skew(3deg,-1deg);
  -webkit-transform: skew(3deg,-1deg);
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
DIV.green-button A {
  padding: 8px 25px;
  display: inline-block;
  color: white;
  font-family: 'Conv_RobotoSlab-Regular';
  border: 1px dashed white;
  background-color: #599e09;
  filter-gradient: #599e09, #82bd0d, vertical;
  background-image: linear-gradient(top,#599e09 0%,#82bd0d 100%);
  font-size: 22px;
  text-decoration: none !important;
}
DIV.back-to-top-wrapper {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #362323;
  bottom: -20px;
  display: inline-block;
  left: 10px;
  padding: 3px;
  transition: all 0.4s ease-in-out;
  box-shadow: 2px 3px 4px 2px rgba(0,0,0,0.2);
}
DIV.back-to-top-wrapper BUTTON {
  padding: 16px 28px;
  display: inline-block;
  font-family: 'Conv_RobotoSlab-Regular';
  border: 1px dashed white;
  font-size: 22px;
  color: white;
  font-weight: 700;
}
DIV.book-tickets {
  background: #79ba11;
  position: relative;
  text-align: center;
  padding: 50px 0;
}
DIV.book-tickets DIV.green-ripple {
  background-image: url("/image/img/ripple_green.png");
  background-repeat-x: yes;
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
DIV.book-tickets DIV.green-ripple.bottom {
  bottom: -10px;
  transform: rotate(-180deg);
}
DIV.book-tickets DIV.green-ripple.top {
  top: -10px;
}
DIV.book-tickets DIV.ripple-white-top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 12px;
  left: 0;
  background-image: url("/image/img/ripple_white.png");
  background-size: cover;
}
DIV.book-tickets DIV.ripple-blue-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 18px;
  background-image: url("/image/img/ripple_blue_dark_bottom.png");
  background-size: cover;
  transform: rotate(-180deg);
}
DIV.book-tickets H4 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 28px;
  font-weight: 700;
  color: white;
}
DIV.breadcrumbs {
  padding: 10px 0;
  color: #999;
}
DIV.breadcrumbs UL {
  padding-left: 0px;
}
DIV.breadcrumbs UL LI {
  display: inline-block;
}
DIV.breadcrumbs UL LI A {
  color: #999;
}
DIV.breadcrumbs DIV.container-fluid {
  max-width: calc(40%);
}
DIV.checkout-section {
  margin: 80px 0;
}
DIV.checkout-section .red {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: red;
  color: white !important;
  display: inline-block;
  border: 0px;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 18px;
  letter-spacing: 1.2px;
  outline: 0px;
  padding: 14px 45px;
  text-transform: uppercase;
}
DIV.checkout-section .green-button {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  background: #79ba11;
  border: 0px;
  color: white !important;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 18px;
  letter-spacing: 1.2px;
  outline: 0px;
  padding: 14px 45px;
  text-transform: uppercase;
}
DIV.checkout-section DIV.box {
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: white;
  padding: 30px;
}
DIV.checkout-section DIV.box H3 {
  font-size: 36px !important;
  font-weight: 700;
  margin-bottom: 30px;
}
DIV.checkout-section DIV.box P,
DIV.checkout-section DIV.box DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.checkout-section DIV.box LI,
DIV.checkout-section DIV.box DIV.page UL LI,
DIV.page UL DIV.checkout-section DIV.box LI {
  color: white !important;
  font-size: 16px;
  max-width: 400px;
  margin-top: 15px;
}
DIV.checkout-section DIV.box P SPAN,
DIV.checkout-section DIV.box DIV.blog-internal UL LI SPAN,
DIV.blog-internal UL DIV.checkout-section DIV.box LI SPAN,
DIV.checkout-section DIV.box DIV.page UL LI SPAN,
DIV.page UL DIV.checkout-section DIV.box LI SPAN {
  font-weight: 700;
}
DIV.checkout-section DIV.box INPUT {
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 0px;
  height: 60px;
  margin-bottom: 10px;
  outline: 0px;
  width: 80%;
  color: black;
  font-weight: 700;
  font-size: 18px;
  padding-left: 15px;
}
DIV.checkout-section DIV.box INPUT ::-webkit-input-placeholder {
  color: black;
}
DIV.checkout-section DIV.box INPUT ::-moz-placeholder {
  color: black;
}
DIV.checkout-section DIV.box INPUT :-ms-input-placeholder {
  color: black;
}
DIV.checkout-section DIV.box INPUT :-moz-placeholder {
  color: black;
}
DIV.checkout-section DIV.box INPUT:focus {
  outline: 2px white;
}
DIV.checkout-section DIV.box.member {
  background: #79ba11;
}
DIV.checkout-section DIV.box.guest {
  background: #0c6298;
}
DIV.checkout-section DIV.lower {
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: white;
  padding: 30px;
}
DIV.checkout-section DIV.lower A {
  color: white;
}
DIV.checkout-section DIV.lower.green {
  background: #3c5d08;
  border-top: 1px dashed #acee43;
}
DIV.checkout-section DIV.lower.blue {
  background: #084469;
  border-top: 1px dashed #1d9ded;
}
DIV.checkout-section DIV.lower .white {
  text-decoration: underline;
  font-size: 16px;
  margin-left: 10px;
}
DIV.payment-section {
  margin: 80px 0;
}
DIV.payment-section DIV.tickets-basket {
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
DIV.payment-section DIV.tickets-basket .submit {
  display: block;
  color: white;
  width: 100% !important;
  text-align: center;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  background-color: #599e09;
  filter-gradient: #599e09, #82bd0d, vertical;
  background-image: linear-gradient(top,#599e09 0%,#82bd0d 100%);
  border: 0px;
  outline: 0px;
  text-transform: uppercase !important;
  margin-top: 15px;
}
DIV.payment-section DIV.tickets-basket DIV.basket-item {
  padding: 16px 10px;
}
DIV.payment-section DIV.tickets-basket DIV.detail {
  margin-bottom: 30px;
}
DIV.payment-section DIV.tickets-basket DIV.detail H3 {
  margin-bottom: 30px !important;
  display: block;
}
DIV.payment-section DIV.tickets-basket DIV.detail SPAN.detail {
  font-weight: 600 !important;
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.payment-section DIV.tickets-basket DIV.discount-code {
  padding-top: 30px;
}
DIV.payment-section DIV.tickets-basket DIV.discount-code H5 {
  font-size: 20px !important;
  margin-bottom: 15px;
}
DIV.payment-section DIV.tickets-basket DIV.discount-code INPUT {
  height: 50px;
  width: 350px;
  max-width: 100% !important;
  display: inline-block;
}
DIV.payment-section DIV.tickets-basket DIV.discount-code P,
DIV.payment-section DIV.tickets-basket DIV.discount-code DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.payment-section DIV.tickets-basket DIV.discount-code LI,
DIV.payment-section DIV.tickets-basket DIV.discount-code DIV.page UL LI,
DIV.page UL DIV.payment-section DIV.tickets-basket DIV.discount-code LI {
  max-width: 350px;
  color: white;
  font-size: 15px;
  margin-top: 15px;
}
DIV.payment-section DIV.tickets-basket DIV.discount-code DIV.wrapper {
  position: relative;
  display: inline-block;
}
DIV.payment-section DIV.tickets-basket DIV.discount-code DIV.wrapper .butt {
  background-image: linear-gradient(top,#599e09 0%,#82bd0d 100%);
  filter-gradient: #599e09, #82bd0d, vertical;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #599e09;
  padding: 10px 10px 15px;
  position: absolute;
  color: white;
  right: 5px;
  top: 5px;
  z-index: 10;
  bottom: 5px;
}
DIV.payment-section DIV.tickets-basket DIV.total {
  text-align: right;
  border-top: 1px dashed rgba(255,255,255,0.5);
  border-bottom: 1px dashed rgba(255,255,255,0.5);
  padding-bottom: 15px;
}
DIV.payment-section DIV.tickets-basket DIV.total.top {
  border: 0px;
  font-size: 18px !important;
}
DIV.payment-section DIV.tickets-basket DIV.total.top span {
  font-size: 18px;
}
DIV.payment-section DIV.tickets-basket DIV.total.top span {
  text-transform: none !important;
}
DIV.payment-section DIV.tickets-lower {
  background: #521A2E;
  border-top: 1px dashed rgba(255,255,255,0.5);
  padding: 30px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
DIV.payment-section DIV.tickets-lower P,
DIV.payment-section DIV.tickets-lower DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.payment-section DIV.tickets-lower LI,
DIV.payment-section DIV.tickets-lower DIV.page UL LI,
DIV.page UL DIV.payment-section DIV.tickets-lower LI {
  color: white;
  font-size: 14px;
}
DIV.payment-section DIV.tickets-lower P SPAN,
DIV.payment-section DIV.tickets-lower DIV.blog-internal UL LI SPAN,
DIV.blog-internal UL DIV.payment-section DIV.tickets-lower LI SPAN,
DIV.payment-section DIV.tickets-lower DIV.page UL LI SPAN,
DIV.page UL DIV.payment-section DIV.tickets-lower LI SPAN {
  color: #79ba11;
  font-weight: 700;
}

DIV.footer-lower {
  background: #2b7db0;
  padding: 20px 0;
}
DIV.footer-lower SPAN {
  margin-bottom: 0px;
  color: white;
  display: inline-block;
  font-weight: 300;
}
DIV.footer-lower SPAN.right {
  float: right;
}
DIV.pre-nav {
  background: #0c6298;
  color: white;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 18px;
  position: relative;
  padding: 9px 15px 5px;
}
DIV.pre-nav UL {
  display: inline-block;
  margin-left: 0px;
  padding-left: 0px;
}
DIV.pre-nav UL LI {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
DIV.pre-nav UL LI:hover UL {
  display: block;
}
DIV.pre-nav UL LI A {
  font-size: 18px;
  cursor: pointer;
  color: white;
  text-decoration: none !important;
}
DIV.pre-nav UL LI A:hover {
  color: white;
}
DIV.pre-nav UL LI UL {
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 200px;
  z-index: 9999;
}
DIV.pre-nav UL LI UL LI {
  display: block;
  margin-right: 0;
}
DIV.pre-nav UL LI UL LI A {
  display: block;
  background-color: #1f6394;
  color: #FFFFFF;
  padding: 5px 10px;
}
DIV.pre-nav UL LI UL LI A:hover {
  background-color: #093759;
}
DIV.bannerWrapper {
  height: 300px;
  width: 300px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 0;
}
DIV.bannerWrapper DIV.header-button {
  transform: rotate(-45deg);
  position: absolute;
  top: 80px;
  left: -90px;
  width: 400px;
}
DIV.bannerWrapper DIV.header-button A {
  display: block;
  font-size: 25px;
}
@media only screen and (max-width: 1000px) {
  DIV.bannerWrapper {
    top: 0;
  }
}
@media only screen and (max-width: 600px) {
  DIV.bannerWrapper DIV.header-button {
    top: 60px;
    left: -110px;
  }
  DIV.bannerWrapper DIV.header-button A {
    font-size: 21px;
  }
}
@media only screen and (max-width: 400px) {
  DIV.bannerWrapper DIV.header-button {
    top: 40px;
    left: -130px;
  }
  DIV.bannerWrapper DIV.header-button A {
    font-size: 18px;
  }
}
DIV.group-bookings {
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
  border: 1px solid #eee;
  margin-bottom: 100px;
}
DIV.group-bookings .form-item__help.negative {
  position: absolute;
  top: left;
  left: 15px;
  bottom: 20px;
}
DIV.group-bookings DIV.wrap {
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #eee;
  padding: 30px;
}
DIV.group-bookings DIV.wrap BUTTON {
  float: right;
  margin-bottom: 60px;
}
DIV.group-bookings SELECT {
  text-transform: capitalize;
}
DIV.group-bookings .form-item__label {
  margin-bottom: 5px;
  font-weight: 700;
}
DIV.group-bookings .checkbox input[type=radio] {
  position: absolute;
  margin-left: 0px;
  top: -17px;
}
DIV.group-bookings .checkbox label {
  margin-left: 10px;
  text-transform: capitalize;
}
#img-r {
  padding: 60px 0;
}
#img-r IMG {
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
DIV.internal-content {
  position: relative;
  padding-bottom: 80px;
}
DIV.internal-content A {
  color: #79ba11;
  text-decoration: underline;
}
DIV.internal-content H3 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 30px;
}
DIV.internal-content H4 {
  font-size: 26px;
  font-weight: 900;
}
DIV.internal-content H4 a {
  color: #79ba11;
}
DIV.internal-content DIV.white-ripple-bottom {
  background-image: url("/image/img/ripple_white.png");
  bottom: -10px;
  height: 12px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}
DIV.internal-content DIV.seperate {
  margin: 60px 0;
}
DIV.internal-header {
  padding: 10px 0;
}
DIV.internal-header H1,
DIV.internal-header H2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
}
DIV.internal-header.no-p {
  padding-bottom: 0px;
}
DIV.stripes .wrap {
  position: relative;
}
DIV.stripes .wrap:after {
  content: " ";
  width: 103%;
  right: 0;
  position: absolute;
  border-bottom: 2px dashed #ddd;
  top: 50%;
  margin-top: -7px;
  margin-left: 60px;
  z-index: 1;
}
DIV.stripes .wrap .text-background {
  background: white;
  padding: 0 60px;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: -24px;
}
DIV.stripes .wrap .text-background H2 {
  display: inline-block;
}
DIV.text-section {
  padding: 80px 0;
  overflow-x: hidden;
}
DIV.tickets {
  padding: 80px 0;
}
DIV.tickets DIV.ticket-wrapper {
  cursor: pointer;
  border-radius: 7px;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  margin: 15px;
}
DIV.tickets DIV.ticket-wrapper:hover {
  box-shadow: 2px 7px 6px 2px rgba(0,0,0,0.1);
  -moz-transform: scale(1.05) skew(-1deg);
  -o-transform: scale(1.05) skew(-1deg);
  -webkit-transform: scale(1.05) skew(-1deg);
}
DIV.tickets DIV.ticket-wrapper H3 {
  color: white;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
  font-size: 1.7vw;
  margin-bottom: 30px;
  margin-top: 30px;
}
DIV.tickets DIV.ticket-wrapper.wrapper-orange {
  background: #f9420c;
  padding: 10px;
}
DIV.tickets DIV.ticket-wrapper.wrapper-yellow {
  background: #deb30e;
  padding: 10px;
}
DIV.tickets DIV.ticket-wrapper.wrapper-brown {
  background: #970101;
  padding: 10px;
}
DIV.tickets DIV.ticket-wrapper.wrapper-green {
  background: #308613;
  padding: 10px;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner {
  display: inline-block;
  cursor: pointer;
  border: 1px dashed white;
  border-radius: 7px;
  padding: 0 30px;
  width: 100%;
  height: 210px;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-orange {
  background: #f9420c;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-orange DIV.button-wrapper A {
  border: 1px dashed #f9420c;
  padding: 8px 32px;
  color: #f9420c;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-yellow {
  background: #deb30e;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-yellow DIV.button-wrapper A {
  border: 1px dashed #deb30e;
  padding: 8px 32px;
  color: #deb30e;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-brown {
  background: #970101;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-brown DIV.button-wrapper A {
  border: 1px dashed #970101;
  padding: 8px 32px;
  color: #970101;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-green {
  background: #308613;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner.inner-green DIV.button-wrapper A {
  border: 1px dashed #308613;
  padding: 8px 32px;
  color: #308613;
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner DIV.button-wrapper {
  background: white;
  display: inline-block;
  padding: 7px;
  -moz-transform: skew(2deg);
  -o-transform: skew(2deg);
  -webkit-transform: skew(2deg);
}
DIV.tickets DIV.ticket-wrapper DIV.ticket-inner DIV.button-wrapper A {
  padding: 8px 32px;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 17px;
  display: inline-block;
  text-decoration: none !important;
}
DIV.video-section {
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-image: url("/image/img/video_mock.png");
  background-size: cover;
  height: 600px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
DIV.video-section IMG {
  padding-top: 240px;
}
DIV.video-section DIV.text-box {
  background: #79ba11;
  padding: 31px 0;
  bottom: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  color: white;
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.video-section DIV.text-box h3 {
  font-size: 28px !important;
  font-weight: 700;
}
DIV.video-section DIV.text-box h3 span {
  color: #fcee1c;
}
DIV.video-section DIV.text-box DIV.wrap {
  position: relative;
}
DIV.video-section DIV.text-box DIV.wrap DIV.border-top {
  background-image: url("/image/img/ripple_green.png");
  background-size: cover;
  position: absolute;
  top: -60px;
  width: 100%;
  right: 0;
  left: 0;
  height: 13px;
}
DIV.map-section {
  position: relative;
}
DIV.map-section DIV.ripple-white {
  background-image: url("/image/img/ripple_white.png");
  position: absolute;
  top: 0;
  height: 12px;
  width: 100%;
}
DIV.map-section DIV.ripple-white-bottom {
  background-image: url("/image/img/ripple_white.png");
  transform: rotate(-180deg);
  bottom: 0;
  height: 13px;
  margin-bottom: -1px;
  position: absolute;
  width: 100%;
  z-index: 8;
}
DIV.map-section DIV.map {
  float: left;
  width: 50%;
  height: 600px;
}
DIV.map-section DIV.map-left {
  background-image: url("/image/img/map.png");
  background-size: cover;
}
DIV.map-section DIV.map-right {
  background: #0e649a;
  padding-top: 100px;
}
DIV.map-section DIV.map-right H2 {
  color: white;
  text-shadow: -3px -3px 0 #083b5d, 3px -3px 0 #083b5d, -3px 3px 0 #083b5d, 3px 3px 0 #083b5d;
}
DIV.map-section DIV.map-right P,
DIV.map-section DIV.map-right DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.map-section DIV.map-right LI,
DIV.map-section DIV.map-right DIV.page UL LI,
DIV.page UL DIV.map-section DIV.map-right LI {
  color: white;
  font-size: 22px;
  max-width: 400px;
  margin: auto;
  font-weight: 300;
  margin-bottom: 30px;
}
DIV.map-section DIV.map-right DIV.green-button {
  box-shadow: 1px 3px 12px 4px rgba(0,0,0,0.1);
  padding: 7px;
}
DIV.map-section DIV.map-right DIV.green-button BUTTON {
  padding: 17px 30px;
  font-size: 26px;
}
DIV.map-section DIV.map-right DIV.green-button:hover {
  box-shadow: 4px 6px 3px 4px rgba(0,0,0,0.1);
  margin-top: -4px;
}
ol.circle {
  list-style-type: none;
  counter-reset: my-counter;
}
ol.circle li {
  text-align: center;
  margin: 30px 0;
}
ol.circle li:before {
  content: "";
  width: 68px;
  height: 68px;
  background: #456b0a;
  display: inline-block;
  color: white;
  font-size: 30px;
  padding-left: 2px;
  padding-top: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
}
ol.circle li:after {
  content: counter(my-counter) ". ";
  counter-increment: my-counter;
  width: 60px;
  height: 60px;
  border: 1px dashed white;
  background: #79ba11;
  display: inline-block;
  color: white;
  font-size: 30px;
  padding-left: 2px;
  padding-top: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  margin-left: -30px;
  margin-top: 4px;
  font-weight: 900;
}
DIV.dashboard {
  padding-bottom: 80px;
}
DIV.dashboard DIV.left-panel {
  background: #820d37;
  color: white;
  padding: 30px;
  width: 270px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
DIV.dashboard DIV.left-panel H3 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900;
  margin-top: 0px;
}
DIV.dashboard DIV.left-panel UL {
  padding-left: 0px;
}
DIV.dashboard DIV.left-panel UL LI {
  margin-left: 0px;
  list-style-type: none;
}
DIV.dashboard DIV.left-panel UL LI A {
  border-bottom: 1px dashed rgba(255,255,255,0.4);
  color: white;
  display: block;
  padding: 10px;
  padding-left: 0px;
  text-decoration: none !important;
  font-size: 18px;
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.dashboard DIV.left-panel UL LI A.active {
  font-weight: 900;
}
DIV.dashboard DIV.left-panel UL LI A.selected {
  font-weight: 900;
}
DIV.dashboard DIV.left-panel UL LI:last-child {
  border-bottom: 0px;
}
DIV.dashboard DIV.right-panel {
  padding: 5px;
  border: 1px solid #ddd;
  margin-top: 15px;
}
DIV.dashboard DIV.right-panel H2 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 32px !important;
  font-weight: 900;
}
DIV.dashboard DIV.right-panel .button-green {
  padding: 16px 20px;
  font-size: 14px;
}
DIV.dashboard DIV.right-panel:first-child {
  margin-top: 0px;
}
DIV.dashboard DIV.right-panel DIV.details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}
DIV.dashboard DIV.right-panel DIV.detail-item H3 {
  font-weight: 900;
  font-size: 23px;
  margin: 10px 0 10px;
}
DIV.dashboard DIV.right-panel DIV.detail-item H3,
DIV.dashboard DIV.right-panel DIV.detail-item SPAN {
  display: inline-block;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 20px;
}
DIV.dashboard DIV.right-panel DIV.detail-item BUTTON {
  margin-top: 30px;
}
DIV.dashboard DIV.right-panel DIV.detail-item INPUT {
  margin-bottom: 15px !important;
}
DIV.dashboard DIV.right-panel DIV.inner {
  background: #f3f3f3;
  padding: 30px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members H2 {
  margin-bottom: 30px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members H3 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900;
  font-size: 22px;
  margin-top: 0px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members IMG {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 1px 3px 11px 2px rgba(0,0,0,0.06);
  margin-bottom: 15px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members #add DIV.image-wrapper {
  cursor: pointer;
  position: relative;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.detail-item H3 {
  font-size: 20px !important;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member {
  margin-bottom: 30px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  position: relative;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper IMG {
  width: 150px;
  height: 150px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper:before,
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper:after {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper:hover {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper:hover:before {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  content: "";
  background: rgba(121,186,17,0.7);
  border-radius: 50%;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  z-index: 10;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members DIV.family-member DIV.image-wrapper:hover:after {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  content: "\f044";
  font-family: fontawesome;
  position: absolute;
  left: 50px;
  top: 50px;
  color: white;
  font-size: 40px;
  z-index: 11;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members #new-member {
  display: none;
  border-top: 1px dashed #ddd;
  padding-top: 15px;
  margin-top: 30px;
}
DIV.dashboard DIV.right-panel DIV.inner#family-members #new-member.show {
  display: block;
}
DIV.dashboard DIV.right-panel DIV.active-membership H3 {
  font-size: 24px;
  font-weight: 900;
}
DIV.dashboard DIV.right-panel DIV.active-membership SPAN {
  font-size: 15px;
}
DIV.dashboard DIV.right-panel DIV.active-membership SPAN.name:last-child SPAN {
  display: none;
}
DIV.dashboard DIV.right-panel #purchase-history {
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.dashboard DIV.right-panel #purchase-history H3 {
  font-size: 24px;
  font-weight: 900;
}
DIV.dashboard DIV.right-panel #purchase-history DIV.order-container:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
DIV.dashboard DIV.right-panel #purchase-history DIV.order-container SPAN {
  font-size: 15px;
}
DIV.dashboard DIV.right-panel #purchase-history DIV.order-container SPAN.bolder {
  display: block;
  font-weight: 900;
}
DIV.dashboard DIV.right-panel #purchase-history DIV.order-container SPAN.name:last-child SPAN {
  display: none;
}
DIV.dashboard DIV.right-panel DIV.user-panel DIV.image {
  display: inline-block;
}
DIV.dashboard DIV.right-panel DIV.user-panel DIV.image IMG {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  height: 140px;
  width: 140px;
}
DIV.dashboard DIV.right-panel DIV.user-panel DIV.main-details {
  display: inline-block;
  padding-left: 15px;
}
DIV.dashboard DIV.right-panel DIV.user-panel DIV.main-details H2 {
  font-size: 32px !important;
  font-weight: 900;
  margin-top: 0px;
}
DIV.register {
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.1);
  display: inline-block;
  margin-bottom: 100px;
  padding: 5px;
}
DIV.register H3 {
  font-weight: 900;
  margin-bottom: 30px;
}
DIV.register DIV.register-box {
  background: #f3f3f3;
  display: inline-block;
  padding: 30px;
  text-align: left;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
DIV.register DIV.register-box .bootstrap-select {
  background: white;
  border: 0px;
  border-radius: 5px;
  display: block !important;
  font-family: 'Conv_RobotoSlab-Regular';
  height: 50px;
  min-width: 80px;
  font-weight: 900;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.register DIV.register-box .bootstrap-select .filter-option {
  padding: 7px 10px 8px 3px;
  border: 0px;
  outline: none;
}
DIV.ripple-white-b {
  background-image: url("/image/img/ripple_white.png");
  position: absolute;
  top: 0px;
  height: 12px;
  width: 100%;
}
DIV.shop-grid {
  padding: 60px 0;
}
DIV.shop-grid DIV.icon {
  display: inline-block;
  margin: 0px 25px;
  position: relative;
}
DIV.shop-grid DIV.icon DIV.button-wrapper {
  display: inline-block;
  padding: 4px;
  background: #231a17;
  position: absolute;
  width: 95%;
  bottom: 0;
  left: 0;
  -moz-transform: skew(2deg);
  -o-transform: skew(2deg);
  -webkit-transform: skew(2deg);
  box-shadow: 3px 4px 3px 1px rgba(0,0,0,0.1);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.shop-grid DIV.icon DIV.button-wrapper:hover {
  bottom: 5px;
}
DIV.shop-grid DIV.icon A.button {
  background: #574a46;
  background: -moz-linear-gradient(top,#574a46 0%,#231a17 100%);
  background: -webkit-linear-gradient(top,#574a46 0%,#231a17 100%);
  background: linear-gradient(to bottom,#574a46 0%,#231a17 100%);
  border: 1px dashed white;
  color: white;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#574a46',endColorstr='#231a17',GradientType=0);
  font-size: 22px;
  padding: 15px 0;
  text-decoration: none !important;
  width: 100%;
}
DIV.shop-grid DIV.icon A.button:hover {
  color: white;
  text-decoration: none !important;
}
DIV.shop-grid DIV.icon DIV.image-wrapper {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
  display: inline-block;
  height: 300px;
  padding: 7px;
  width: 300px;
}
DIV.shop-grid DIV.icon#farm .image {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  background-image: url("/image/img/farm_shop.png");
  background-size: cover;
}
DIV.shop-grid DIV.icon#butchers-counter .image {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  background-image: url("/image/img/butchers_counter.png");
  background-size: cover;
}
DIV.shop-grid DIV.icon#deli-counter .image {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  background-image: url("/image/img/deli_counter.png");
  background-size: cover;
}
DIV.shop-grid DIV.icon#meadows-restaurant .image {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  background-image: url("/image/img/meadows_restaurant.png");
  background-size: cover;
}
DIV.shop-section {
  position: relative;
  overflow: hidden;
}
DIV.shop-section.internal {
  height: 550px;
}
DIV.shop-section DIV.text {
  background: rgba(0,0,0,0.6);
  padding: 30px 0;
  position: absolute;
  bottom: 60px;
  width: 100%;
}
DIV.shop-section DIV.text H3 {
  color: white;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 34px;
  max-width: 80%;
  margin: auto;
  font-weight: 700;
}
DIV.shop-section IMG.logo {
  max-width: 280px;
  padding-top: 85px;
  padding-left: 30px;
}
DIV.shop-navigation {
  background: #483d3a;
  text-align: center;
}
DIV.shop-navigation.home UL LI:first-child {
  background: #79ba11;
  color: black;
}
DIV.shop-navigation UL LI {
  background: #231a17;
  padding: 35px;
  display: inline-block;
  list-style-type: none;
  cursor: pointer;
  margin: 0px -2px;
  -webkit-transition: background .8s ease-in-out;
  -moz-transition: background .8s ease-in-out;
  -ms-transition: background .8s ease-in-out;
  -o-transition: background .8s ease-in-out;
  transition: background .8s ease-in-out;
  position: relative;
}
DIV.shop-navigation UL LI SPAN {
  cursor: pointer;
  font-size: 25px;
  color: #fcf9db;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
  text-decoration: none;
}
DIV.shop-navigation UL LI:hover {
  background: #79ba11;
}
DIV.shop-navigation UL LI A {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
DIV.shop-navigation UL LI.selected {
  background: #79ba11;
  color: black;
  text-shadow: 3px 3px 3px darkolivegreen;
}
.teams {
  position: relative;
}
.teams .teamBox {
  background: #0c6298;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Conv_RobotoSlab-Regular';
}
.teams .teamBox .teamImageBox {
  position: relative;
}
.teams .teamBox .teamImageBox .teamImage {
  opacity: 1;
  transition: all 0.1s ease-in-out;
  z-index: 10;
  position: relative;
}
.teams .teamBox .teamImageBox .teamImage:hover {
  opacity: 0;
}
.teams .teamBox .teamImageBox .teamImageHover {
  position: absolute;
  top: 0px;
  z-index: 1;
}
.teams .teamBox .teamBoxText {
  padding: 10px;
  word-break: break-word;
  padding-bottom: 20px;
  min-height: 120px;
}
.teams .teamBox .teamBoxText .teamName {
  font-size: 28px;
}
.teams .teamBox .teamBoxText .teamEmail {
  font-size: 14px;
}
.teams .teamBox .teamBoxText .teamEmail a {
  color: #79ba11;
}
.teams .teamBox .teamBoxText .teamPosition {
  font-size: 18px;
  margin-top: 3px;
}
DIV.testimonials {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
DIV.testimonials .testimonial:first-child {
  padding-top: 0px !important;
}
DIV.testimonials .rotate {
  transform: rotate(-180deg);
}
DIV.testimonials P,
DIV.testimonials DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.testimonials LI,
DIV.testimonials DIV.page UL LI,
DIV.page UL DIV.testimonials LI {
  font-size: 27px;
  font-weight: 700;
  color: black;
  font-style: italic;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
DIV.testimonials P img,
DIV.testimonials DIV.blog-internal UL LI img,
DIV.blog-internal UL DIV.testimonials LI img,
DIV.testimonials DIV.page UL LI img,
DIV.page UL DIV.testimonials LI img {
  position: absolute;
}
DIV.testimonials P img.left,
DIV.testimonials DIV.blog-internal UL LI img.left,
DIV.blog-internal UL DIV.testimonials LI img.left,
DIV.testimonials DIV.page UL LI img.left,
DIV.page UL DIV.testimonials LI img.left {
  left: -20px;
}
DIV.testimonials P img.right,
DIV.testimonials DIV.blog-internal UL LI img.right,
DIV.blog-internal UL DIV.testimonials LI img.right,
DIV.testimonials DIV.page UL LI img.right,
DIV.page UL DIV.testimonials LI img.right {
  right: -20px;
  transform: rotate(-180deg);
  top: 0px;
}
DIV.testimonials P SPAN,
DIV.testimonials DIV.blog-internal UL LI SPAN,
DIV.blog-internal UL DIV.testimonials LI SPAN,
DIV.testimonials DIV.page UL LI SPAN,
DIV.page UL DIV.testimonials LI SPAN {
  color: #79ba11;
  font-weight: 300;
}
DIV.testimonials DIV.white-ripple-bottom {
  background-image: url("/image/img/ripple_white.png");
  bottom: -10px;
  height: 12px;
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
}
DIV.tickets-basket {
  background: rgba(130,13,55,0.98);
  box-shadow: 3px 6px 2px 0px rgba(0,0,0,0.14);
  border-radius: 8px;
  color: white;
  position: fixed;
  bottom: 5px;
  z-index: 100;
  right: 15px;
  padding-bottom: 0px;
  padding: 0 30px;
  width: 350px;
}
DIV.tickets-basket:hover .fa-chevron-up {
  top: 13px;
}
DIV.tickets-basket H3 {
  margin-top: 0px;
}
DIV.tickets-basket.large {
  position: relative;
  width: 100%;
  right: 0;
  left: 0;
  margin-bottom: 0px;
  bottom: 0;
  padding: 30px;
}
DIV.tickets-basket.large DIV.detail SPAN.detail {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
DIV.tickets-basket I.fa {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  height: 37px;
  position: relative;
  text-align: center;
  width: 37px;
  margin-left: 4px;
}
DIV.tickets-basket I.fa SPAN.circle {
  position: absolute;
  right: -2px;
  top: -12px;
  color: #820d37;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900;
  width: 21px;
  height: 21px;
  top: -14px;
  right: -10px;
  background: #e9cd15;
  border-radius: 50%;
}
DIV.tickets-basket I.fa SPAN.circle SPAN {
  font-size: 13px !important;
  font-weight: 900;
  color: #820d37;
  padding-top: 0;
  position: absolute;
  right: 6px;
  left: 7px;
  top: 15px;
  border-radius: 50%;
  margin-top: -11px;
  display: inline-block;
  letter-spacing: 1.3px;
}
DIV.tickets-basket I.fa.fa-chevron-up {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  left: 32px;
  top: 20px;
}
DIV.tickets-basket I.fa.fa-chevron-up.topDo {
  top: 0;
}
DIV.tickets-basket A.button-green {
  background-image: -moz-linear-gradient(top,#599e09 0%,#82bd0d 100%);
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#599e09),color-stop(100%,#82bd0d));
  background-image: -webkit-linear-gradient(top,#599e09 0%,#82bd0d 100%);
  background-image: linear-gradient(to bottom,#599e09 0%,#82bd0d 100%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  border-radius: 4px;
  color: white;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF599E09',endColorstr='#FF82BD0D');
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 15px;
  padding: 13px 21px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #599e09;
}
DIV.tickets-basket H3 {
  display: inline-block;
  margin-bottom: 15px !important;
}
DIV.tickets-basket SPAN.empty-basket {
  display: none;
  float: right;
  position: absolute;
  right: 30px;
  top: 8px;
}
DIV.tickets-basket SPAN.empty-basket A {
  text-decoration: underline;
  font-style: underline;
  vertical-align: -webkit-baseline-middle;
  color: rgba(255,255,255,0.8);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
DIV.tickets-basket SPAN.empty-basket A:hover {
  color: #fff;
}
DIV.tickets-basket DIV.basket-upper {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
DIV.tickets-basket DIV.basket-upper.open {
  max-height: 900px;
  padding-top: 53px;
}
DIV.tickets-basket DIV.basket-upper.open SPAN.empty-basket {
  display: inline-block;
}
DIV.tickets-basket DIV.basket-item {
  background: #540823;
  border-radius: 5px;
  border: 1px solid white;
  margin-bottom: 10px;
  padding: 10px;
}
DIV.tickets-basket DIV.basket-item SPAN {
  font-size: 14px;
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
  margin-left: 10px;
  font-weight: 600 !important;
}
DIV.tickets-basket DIV.basket-item SPAN.large {
  max-width: 600px;
}
DIV.tickets-basket DIV.basket-item SPAN.i-name {
  font-size: 11px;
  max-width: 120px;
}
DIV.tickets-basket DIV.basket-item SPAN.i-name.large {
  max-width: 500px;
  font-size: 16px;
}
DIV.tickets-basket DIV.basket-item SPAN.price {
  float: right;
  color: yellow;
}
DIV.tickets-basket DIV.basket-item SPAN.price.large {
  font-size: 16px;
}
DIV.tickets-basket DIV.basket-item SPAN.price I {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #c50e0e;
  color: white;
  height: 20px;
  margin-left: 10px;
  width: 20px;
  font-size: 12px;
  padding-top: 4.1px;
}
DIV.tickets-basket DIV.basket-item SPAN.item INPUT {
  background: transparent;
  border: 0px;
  color: yellow;
  font-size: 14px;
  max-width: 17px;
  outline: none;
  text-decoration: underline;
}
DIV.tickets-basket DIV.basket-item DIV.bootstrap-select {
  min-width: 0 !important;
}
DIV.tickets-basket DIV.basket-lower {
  padding-top: 15px;
  text-align: center;
  cursor: pointer;
}
DIV.tickets-basket DIV.total {
  border-bottom: 1px dashed white;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
DIV.tickets-basket DIV.total SPAN {
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 10px;
  display: inline-block;
}
DIV.tickets-basket DIV.total SPAN SPAN {
  font-size: 24px;
  color: yellow;
  font-weight: 700;
  letter-spacing: 1.3px;
}
DIV.tickets-basket DIV.total A.button-green {
  float: right;
}
#times {
  font-size: 13px !important;
}
DIV.icon-wrapper {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #456b0a;
  display: inline-block;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
DIV.icon-wrapper SPAN {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px dashed white;
  color: #b2b2b2;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  height: 70px;
  padding-left: 5px;
  padding-top: 12px;
  width: 70px;
  background: #79ba11;
  color: white;
}
DIV.tickets-accordion {
  margin: 100px 0;
}
DIV.tickets-accordion .accordion-inner {
  border-top: 0 none;
}
DIV.tickets-accordion #experiences-tab DIV.experience {
  padding-bottom: 60px;
}
DIV.tickets-accordion DIV.panel-group {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
DIV.tickets-accordion DIV.panel-group A {
  text-decoration: none !important;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #79ba11;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top:hover {
  background: #6aa30f;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top H4,
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top A {
  color: white;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none !important;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top H4:hover,
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top H4:active,
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top H4:focus,
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top A:hover,
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top A:active,
DIV.tickets-accordion DIV.panel-group DIV.panel-heading.top A:focus {
  text-decoration: none !important;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body H3,
DIV.tickets-accordion DIV.panel-group DIV.panel-body H4 {
  font-weight: 900;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body H5 {
  display: inline-block;
  margin-left: 10px;
  font-weight: 900;
  min-width: 400px;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body H5.m-reveal-o {
  display: none;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body P,
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI,
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.page UL LI,
DIV.page UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI {
  display: block;
  font-size: 18px;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body P SPAN,
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.blog-internal UL LI SPAN,
DIV.blog-internal UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI SPAN,
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.page UL LI SPAN,
DIV.page UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI SPAN {
  font-size: 18px !important;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body P.productPrice,
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.blog-internal UL LI.productPrice,
DIV.blog-internal UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI.productPrice,
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.page UL LI.productPrice,
DIV.page UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI.productPrice {
  font-weight: 900;
  color: #79ba11;
  display: inline-block;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body INPUT {
  background: white;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #ddd;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900;
  height: 50px;
  min-width: 80px;
  padding-left: 15px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body SELECT {
  background: white;
  border-radius: 5px;
  border: 0px;
  border: 1px solid #ddd;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 900;
  height: 50px;
  padding-left: 15px;
  width: 80px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.faq {
  margin-top: 50px;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.faq H3 {
  margin-bottom: 30px;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.group-images {
  margin-top: 33px;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.group-images DIV.group-section {
  margin-bottom: 30px;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.panel.internal DIV.panel-heading {
  background: #811035;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.panel.internal DIV.panel-heading:hover {
  background: #6a0d2c;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.panel.internal A {
  color: white !important;
}
DIV.tickets-accordion DIV.panel-group DIV.panel-body UL LI {
  position: relative;
}
DIV.tickets-accordion DIV.panel-group #day-pick DIV.prices {
  border-bottom: 1px dashed black;
  padding-top: 30px;
}
DIV.tickets-accordion DIV.panel-group #events-tab DIV.panel-body H3 {
  margin-top: 0px;
}
DIV.tickets-accordion DIV.panel-group #events-tab DIV.panel-body DIV.event DIV.image-container {
  position: relative;
}
DIV.tickets-accordion DIV.panel-group #events-tab DIV.panel-body DIV.event DIV.image-container DIV.date {
  background: #ec6c2c;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  padding-top: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
DIV.tickets-accordion DIV.panel-group #events-tab DIV.panel-body DIV.event DIV.image-container DIV.date SPAN {
  display: block;
  font-size: 25px;
  font-weight: 900;
}
DIV.tickets-accordion DIV.panel-group #events-tab DIV.panel-body DIV.event DIV.image-container DIV.date SPAN.month {
  font-size: 15px;
  margin-top: -8px;
}
DIV.tickets-main {
  position: relative;
  z-index: 11;
}
DIV.tickets-main DIV.panel-default {
  border: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
DIV.tickets-main DIV.panel-default DIV.panel-heading {
  display: inline-block;
  border-radius: 4px !important;
  border: 1px solid #ddd;
  text-transform: uppercase;
  background: #f9420c;
  filter-gradient: #fd934e, #e45a1d, vertical;
  background-image: linear-gradient(top,#fd934e 0%,#e45a1d 100%);
  color: white;
}
DIV.tickets-main DIV.panel-default DIV.panel-heading H4 {
  font-size: 14px;
  font-weight: 900;
  padding: 15px;
}
DIV.tickets-main .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: 0px !important;
}
DIV.tickets-main FORM {
  display: inline-block;
}
DIV.tickets-main A {
  text-decoration: none !important;
}
DIV.tickets-main P,
DIV.tickets-main DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.tickets-main LI,
DIV.tickets-main DIV.page UL LI,
DIV.page UL DIV.tickets-main LI {
  font-size: 16px;
}
DIV.tickets-main DIV.tickets-wrapper {
  border-bottom: 1px dashed #ddd;
  display: inline-block;
  height: 2px;
  position: absolute;
  top: 40px;
  width: 100%;
  left: 0;
  margin: auto;
  max-width: 400px;
  right: 0;
}
DIV.tickets-main DIV.ticket-status {
  display: inline-block;
}
DIV.tickets-main DIV.ticket-status DIV.icon {
  display: inline-block;
  min-width: 160px;
  z-index: 10;
  position: relative;
}
DIV.tickets-main DIV.ticket-status DIV.icon DIV.icon-wrapper {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #b2b2b2;
  display: inline-block;
  padding: 5px;
}
DIV.tickets-main DIV.ticket-status DIV.icon DIV.icon-wrapper SPAN {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
  border: 1px dashed white;
  color: #b2b2b2;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  height: 70px;
  padding-left: 5px;
  padding-top: 12px;
  width: 70px;
}
DIV.tickets-main DIV.ticket-status DIV.icon H5 {
  color: #b2b2b2;
}
DIV.tickets-main DIV.ticket-status DIV.icon.active {
  display: inline-block;
  min-width: 160px;
}
DIV.tickets-main DIV.ticket-status DIV.icon.active DIV.icon-wrapper {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #456b0a;
  display: inline-block;
  padding: 5px;
}
DIV.tickets-main DIV.ticket-status DIV.icon.active DIV.icon-wrapper span {
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #79ba11;
  border: 1px dashed white;
  color: white;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  height: 70px;
  padding-left: 5px;
  padding-top: 12px;
  width: 70px;
}
DIV.tickets-main DIV.ticket-status DIV.icon.active H5 {
  color: black;
}
DIV.tickets-main DIV.tickets-section {
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 80px 0;
  padding: 5px;
  border: 1px solid #eee;
}
DIV.tickets-main DIV.tickets-section .button-green {
  background-color: #599e09;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  padding: 13px 21px;
  filter-gradient: #599e09, #82bd0d, vertical;
  background-image: linear-gradient(top,#599e09 0%,#82bd0d 100%);
}
DIV.tickets-main DIV.tickets-section .orange-cta {
  background-color: #fd934e;
  filter-gradient: #fd934e, #e45a1d, vertical;
  background-image: linear-gradient(top,#fd934e 0%,#e45a1d 100%);
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content {
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #eee;
  padding: 30px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content H3 {
  font-weight: 700;
  margin-bottom: 60px !important;
  margin: 0px !important;
  margin-bottom: 15px !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content {
  background: white;
  border-radius: 5px;
  border: 1px solid #79ba11;
  padding: 80px 30px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content UL {
  padding-left: 18px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content UL LI {
  list-style-type: none;
  position: relative;
  font-size: 16px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content UL LI:before {
  content: "•";
  color: #79ba11;
  position: absolute;
  left: -20px;
  font-size: 24px;
  top: -6px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content H5 {
  font-size: 24px;
  margin: 30px 0;
  font-weight: 900;
  margin-top: 10px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.wrapper {
  display: inline-block;
  position: relative;
  width: auto;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.wrapper .fa-calendar {
  color: #79ba11;
  font-size: 22px;
  margin-left: 10px;
  float: right;
  position: absolute;
  right: 8px;
  top: 13px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content SELECT,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content INPUT {
  background: white;
  border-radius: 5px;
  font-family: 'Conv_RobotoSlab-Regular';
  height: 50px;
  min-width: 80px;
  border: 0px;
  border: 1px solid #ddd;
  font-weight: 900;
  width: 100%;
  padding-left: 15px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content SELECT:focus,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content INPUT:focus {
  border: 1px solid #79ba11;
  box-shadow: none !important;
  outline: none !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content SELECT.month,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content INPUT.month {
  min-width: 200px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.top-section {
  border-bottom: 1px dashed black;
  padding-bottom: 30px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.top-section H4 {
  color: #79ba11;
  font-weight: 700;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.border-bottom {
  padding-bottom: 30px;
  border-bottom: 1px dashed black;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section {
  padding: 30px 0;
  border-bottom: 1px dashed black;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section H3 {
  margin: 15px 0;
  margin-bottom: 30px !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.panel-default {
  border: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.panel-default DIV.panel-heading {
  display: block;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices P,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.page UL LI,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI {
  font-weight: 700;
  margin-left: 10px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices P SPAN,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.blog-internal UL LI SPAN,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI SPAN,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.page UL LI SPAN,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI SPAN {
  display: inline-block;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices P SPAN.it,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.blog-internal UL LI SPAN.it,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI SPAN.it,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.page UL LI SPAN.it,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI SPAN.it {
  min-width: 300px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices P SPAN.price,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.blog-internal UL LI SPAN.price,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI SPAN.price,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices DIV.page UL LI SPAN.price,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.bottom-section DIV.prices LI SPAN.price {
  color: #79ba11;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq {
  padding-top: 30px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default {
  border-radius: 18px !important;
  border: 0px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default .panel-heading {
  border-radius: 18px !important;
  border: 1px solid #ddd;
  color: black !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default .panel-heading {
  position: relative;
  filter-gradient: #fcfcfc, #e8e8e8, vertical;
  background-image: linear-gradient(top,#fcfcfc 0%,#e8e8e8 100%);
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default .panel-heading H4 {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default .panel-heading A {
  color: black;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default .panel-heading:after {
  content: "\f078";
  font-family: fontawesome;
  right: 30px;
  top: 10px;
  font-size: 33px;
  position: absolute;
  color: #ddd;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.faq .panel-default .panel-body {
  border-top: 0px;
  font-size: 17px;
  line-height: 1.6;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events H3 {
  margin-bottom: 15px !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events H4,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events .wrapper {
  display: inline-block !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events H4 {
  margin-right: 15px;
  font-weight: 700;
  color: #79ba11;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events DIV.image-container {
  position: relative;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events DIV.image-container DIV.date {
  background: orange;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  padding-top: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events DIV.image-container DIV.date SPAN {
  display: block;
  font-size: 25px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #events DIV.image-container DIV.date SPAN.month {
  font-size: 15px;
  margin-top: -8px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets H3,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences H3 {
  margin-bottom: 0px !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets H4,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences H4 {
  color: #79ba11;
  padding: 15px 0 0px;
  font-weight: 700;
  margin-right: 10px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets H5,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences H5 {
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets FORM,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences FORM {
  margin: 30px 0;
  border-radius: 5px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets FORM H4,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences FORM H4 {
  color: black;
  font-family: 'Conv_RobotoSlab-Regular';
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets FORM INPUT,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences FORM INPUT {
  width: 100%;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section {
  border-bottom: 1px dashed black;
  padding: 30px 0;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.image-container,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.image-container {
  border-radius: 20px;
  overflow: hidden;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.text H3,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.text H3 {
  margin-bottom: 15px !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.text P,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.text DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.text LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.text DIV.page UL LI,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.group-section DIV.text LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.text P,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.text DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.text LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.text DIV.page UL LI,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.group-section DIV.text LI {
  font-size: 15px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.terms,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.terms {
  background: #FBFDF8;
  margin: 30px 0;
  border: 1px solid #b7db81;
  padding: 30px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #group-tickets DIV.terms H3,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content #experiences DIV.terms H3 {
  margin-bottom: 15px !important;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event {
  padding: 60px 0;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event H5 {
  margin-bottom: 5px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event .sm-price {
  font-size: 15px;
  font-weight: 900;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event DIV.content-block {
  margin-bottom: 30px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event DIV.content-block P,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event DIV.content-block DIV.blog-internal UL LI,
DIV.blog-internal UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event DIV.content-block LI,
DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event DIV.content-block DIV.page UL LI,
DIV.page UL DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content .event DIV.content-block LI {
  font-size: 16px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav {
  margin-bottom: -2px;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI {
  background: #79ba11;
  margin-right: 3px;
  font-family: 'Conv_RobotoSlab-Regular';
  font-size: 14px;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid transparent;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI:hover {
  background: #6aa30f;
  color: white;
  border-bottom: 1px solid #6aa30f;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI.active {
  background: white;
  position: relative;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI.active:hover {
  background: white;
  border-bottom: 1px solid white;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI.active:hover A {
  background: white;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI.active A {
  background: white !important;
  border: 1px solid #79ba11;
  border-bottom: 1px solid white;
  color: #79ba11;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI A {
  margin-right: 0px;
  color: white;
}
DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI A:hover {
  background: #55820c;
}
DIV.tickets-main DIV.fixed-basket-mobile {
  display: none;
  left: 0;
  position: fixed;
  background: #820d37;
  border-bottom: 5px solid #522031;
  bottom: 0;
  color: white;
  padding: 20px;
  width: 100%;
  z-index: 10;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.open,
DIV.tickets-main DIV.fixed-basket-mobile DIV.arrow {
  cursor: pointer;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.bottom-section {
  padding: 15px 0;
}
DIV.tickets-main DIV.fixed-basket-mobile .button-green {
  background-image: linear-gradient(top,#599e09 0%,#82bd0d 100%);
  filter-gradient: #599e09, #82bd0d, vertical;
  background-color: #599e09;
  border-radius: 8px;
  color: white;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 0;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
}
DIV.tickets-main DIV.fixed-basket-mobile H3,
DIV.tickets-main DIV.fixed-basket-mobile SPAN {
  display: inline-block;
  margin: 0px;
  font-size: 18px;
}
DIV.tickets-main DIV.fixed-basket-mobile SPAN.right {
  float: right;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.arrow {
  position: absolute;
  background: #522031;
  font-size: 10px;
  left: 50%;
  margin-left: -21px;
  padding: 0px 15px;
  top: 0px;
  border-radius: 4px;
  -webkit-transition: all .12s ease-in-out;
  -moz-transition: all .12s ease-in-out;
  -ms-transition: all .12s ease-in-out;
  -o-transition: all .12s ease-in-out;
  transition: all .12s ease-in-out;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.basket-content {
  margin: 15px 0 0;
  height: 0;
  overflow: hidden;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.basket-content UL {
  padding-left: 0px;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.basket-content UL LI {
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid white;
  margin-bottom: 10px;
  padding: 10px;
  background: #522031;
  list-style-type: none;
  text-align: left;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.basket-content UL LI SPAN {
  font-size: 13px;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.basket-content.open {
  height: 100%;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.total-price {
  display: inline-block;
  float: left;
}
DIV.tickets-main DIV.fixed-basket-mobile DIV.checkout {
  float: right;
  display: inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.rslides h3 {
  margin-bottom: 30px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  background: none;
  display: none;
  left: 0;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  border: 0;
  display: block;
  float: left;
  height: auto;
  width: 100%;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,0.25);
  box-shadow: 0 0 1px rgba(255,255,255,0.3), inset 0 0 5px #000;
  -moz-box-shadow: 0 0 1px rgba(255,255,255,0.3), inset 0 0 5px #000;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.3), inset 0 0 5px #000;
  font-size: 18px;
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  background: #483d3a;
}
.rslides_tabs li {
  display: inline-block;
  float: none;
  margin-right: 1px;
  background: #231a17;
  padding: 35px;
  cursor: pointer;
  font-size: 25px !important;
  color: #fcf9db;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background .8s ease-in-out;
  -moz-transition: background .8s ease-in-out;
  -ms-transition: background .8s ease-in-out;
  -o-transition: background .8s ease-in-out;
  transition: background .8s ease-in-out;
}
.rslides_tabs li:hover {
  background: #79ba11;
}
.rslides_tabs li a {
  cursor: pointer;
  font-size: 25px;
  color: #fcf9db;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
  text-decoration: none;
}
.rslides_tabs li.rslides_here {
  background: #79ba11;
}
.rslides_tabs a {
  cursor: pointer;
  font-size: 25px !important;
  color: #fcf9db;
  font-family: 'Conv_RobotoSlab-Regular';
  font-weight: 700;
  text-decoration: none;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
}
#download {
  background: #333;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
}
#download:hover {
  background: rgba(255,255,255,0.15);
}
ul.dropdown-menu {
  display: none;
}
DIV.tab-pane:focus {
  outline: 0px !important;
}
.android {
  animation-name: none !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 1080px) {
  DIV.dro {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1500px) {
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs LI {
    font-size: 12px;
  }
}
@media screen and (max-width: 1423px) {
  NAV UL LI A {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  HEADER#home H1 {
    font-size: 39px !important;
  }
  NAV UL LI A {
    font-size: 14px;
  }
  DIV.dashboard DIV.left-panel {
    width: 220px;
  }
  DIV.dashboard DIV.left-panel UL LI A {
    font-size: 16px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    margin-top: 73px;
    font-size: 31px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner DIV.button-wrapper {
    display: none;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner DIV.button-wrapper A {
    padding: 8px !important;
    font-size: 11px;
  }
  DIV.home-icons-wrapper {
    height: auto;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav LI A {
    padding: 10px 5px;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-basket H3 {
    margin-bottom: 0px !important;
    display: block;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-basket SPAN.empty-basket {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1120px) {
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    margin-top: 73px;
    font-size: 24px;
  }
  .rslides_tabs LI {
    padding: 25px;
  }
  .rslides_tabs LI A {
    font-size: 18px !important;
  }
  DIV.shop-navigation UL LI SPAN {
    font-size: 18px;
  }
  H2 {
    font-size: 52px !important;
  }
}
@media only screen and (max-width: 1000px) {
  DIV.accountRow {
    padding-right: 86px;
  }
  DIV.pre-nav {
    display: none;
  }
  .distribution-map .overlay-box {
    padding-top: 40px !important;
  }
  .distribution-map .overlay-box H2 {
    font-size: 32px !important;
  }
  .distribution-map .overlay-box P,
  .distribution-map .overlay-box DIV.blog-internal UL LI,
  DIV.blog-internal UL .distribution-map .overlay-box LI,
  .distribution-map .overlay-box DIV.page UL LI,
  DIV.page UL .distribution-map .overlay-box LI {
    font-size: 17px !important;
  }
}
@media only screen and (max-width: 992px) {
  DIV.shop-navigation UL LI {
    background: #231a17;
    padding: 35px 12px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    margin-top: 73px;
    font-size: 20px;
  }
  DIV.blog-internal DIV.blog-categories {
    background: none;
    padding: 0;
    box-shadow: none;
  }
  DIV.blog-internal DIV.blog-categories FORM {
    margin-bottom: 15px;
  }
  DIV.dashboard DIV.left-panel {
    width: 100%;
    margin-bottom: 30px;
  }
  DIV.fixed-basket-mobile {
    display: block !important;
  }
  DIV.icon-banner DIV.text P,
  DIV.icon-banner DIV.text DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.icon-banner DIV.text LI,
  DIV.icon-banner DIV.text DIV.page UL LI,
  DIV.page UL DIV.icon-banner DIV.text LI {
    font-size: 18px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 870px) {
  DIV.shop-navigation UL LI {
    padding: 25px;
  }
  DIV.shop-navigation UL LI SPAN {
    font-size: 18px;
  }
  DIV.icon-banner DIV.text P,
  DIV.icon-banner DIV.text DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.icon-banner DIV.text LI,
  DIV.icon-banner DIV.text DIV.page UL LI,
  DIV.page UL DIV.icon-banner DIV.text LI {
    font-size: 17px;
    max-width: 660px;
  }
}
@media only screen and (max-width: 818px) {
  DIV.tickets-main DIV.tickets-section DIV.tickets-content ul.nav-tabs li {
    display: block;
    width: 100%;
  }
  DIV.shop-navigation UL {
    padding-left: 0px;
  }
  DIV.shop-navigation UL LI {
    display: block;
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 790px) {
  DIV.tickets-main FORM {
    display: block;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 769px) {
  H1.main-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 15px;
  }
  DIV.adventure-activities:after,
  DIV.adventure-activities:before {
    background: none !important;
  }
  DIV.comment.more {
    max-height: none;
  }
  FOOTER DIV.sd-logo {
    padding-top: 0px;
  }
  DIV.testimonials {
    padding: 0px 0px 50px;
  }
  DIV.testimonials.home {
    padding-top: 50px;
  }
  DIV.tickets-accordion {
    margin: 30px 0;
  }
  DIV.tickets-accordion DIV.panel-group #events-tab DIV.panel-body H3 {
    margin-top: 15px;
  }
  DIV.shop-section.internal {
    height: 70vh;
  }
  DIV.eighty {
    max-width: 100% !important;
  }
  DIV.adventure-activities DIV.event DIV.left:after,
  DIV.adventure-activities DIV.event DIV.right:after {
    display: none;
  }
  DIV.adventure-activities DIV.event DIV.left:before,
  DIV.adventure-activities DIV.event DIV.right:before {
    display: none;
  }
  DIV.adventure-activities DIV.container-fluid.eighty {
    max-width: 100% !important;
  }
  DIV.adventure-activities DIV.section {
    background: white !important;
  }
  DIV.adventure-activities DIV.section:before,
  DIV.adventure-activities DIV.section:after {
    display: none;
  }
  DIV.adventure-activities DIV.even,
  DIV.adventure-activities DIV.left {
    padding-right: 0px;
  }
  DIV.adventure-activities DIV.odd,
  DIV.adventure-activities DIV.right {
    padding-left: 0px;
  }
  DIV.adventure-activities DIV.even DIV.left:after {
    display: none;
  }
  DIV.adventure-activities DIV.even,
  DIV.adventure-activities DIV.left {
    text-align: center;
  }
  DIV.breadcrumbs {
    text-align: center;
  }
  DIV.breadcrumbs UL {
    padding-left: 0px;
  }
  DIV.ad-detail H2.tagline {
    font-size: 30px !important;
  }
  DIV.adventure-grid #attraction-image {
    margin-left: 0;
  }
  DIV.adventure-slider .slick-prev {
    left: 25%;
  }
  DIV.adventure-slider .slick-next {
    right: 25%;
  }
  DIV.blog-main DIV.fluid-mob DIV.col-sm-4 {
    width: 100%;
  }
  DIV.blog-main DIV.blog-post.top H3,
  DIV.blog-main DIV.blog-post.top P,
  DIV.blog-main DIV.blog-post.top DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.blog-main DIV.blog-post.top LI,
  DIV.blog-main DIV.blog-post.top DIV.page UL LI,
  DIV.page UL DIV.blog-main DIV.blog-post.top LI {
    min-height: auto !important;
  }
  DIV.blog-main DIV.blog-post.top P,
  DIV.blog-main DIV.blog-post.top DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.blog-main DIV.blog-post.top LI,
  DIV.blog-main DIV.blog-post.top DIV.page UL LI,
  DIV.page UL DIV.blog-main DIV.blog-post.top LI {
    margin-bottom: 30px;
    display: block;
  }
  DIV.blog-internal DIV.blog-categories {
    background: none;
    padding: 0;
    box-shadow: none;
  }
  DIV.blog-internal DIV.blog-content H1 {
    font-size: 40px;
    margin-top: 0px;
  }
  DIV.blog-internal DIV.blog-content IMG.main {
    max-width: 100% !important;
  }
  DIV.dro {
    display: block !important;
    margin-left: 0px !important;
  }
  DIV.fluid-mob {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  DIV.ninety {
    width: auto !important;
  }
  DIV.tickets-main P,
  DIV.tickets-main DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.tickets-main LI,
  DIV.tickets-main DIV.page UL LI,
  DIV.page UL DIV.tickets-main LI,
  P,
  DIV.blog-internal UL LI,
  DIV.page UL LI {
    font-size: 20px;
  }
  H2 {
    font-size: 46px !important;
  }
  P.tagline,
  DIV.blog-internal UL LI.tagline,
  DIV.page UL LI.tagline {
    font-size: 19px !important;
    margin-top: 10px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    margin-top: 37px;
  }
  DIV.internal-header H1,
  DIV.internal-header H2 {
    font-size: 37px !important;
  }
  DIV.internal-content H3 {
    font-size: 22px !important;
  }
  DIV.internal-content DIV.container.eighty {
    max-width: 100% !important;
  }
  DIV.internal-content IMG {
    margin-bottom: 30px;
  }
  HEADER#internal {
    height: 105px;
  }
  HEADER#internal IMG {
    float: left;
    padding-left: 30px;
    padding-top: 15px;
    width: 144px;
  }
  HEADER#internal DIV.header-button-wrapper {
    display: none !important;
  }
  HEADER#home {
    min-height: 780px !important;
    height: 70vh;
  }
  HEADER#home .logo {
    max-width: 300px;
  }
  HEADER#home H1 {
    font-size: 33px !important;
    margin-top: 30px;
    max-width: calc(40%);
  }
  DIV.shop-navigation UL {
    padding-left: 0px;
  }
  DIV.shop-navigation UL LI {
    padding: 25px 14px;
  }
  DIV.shop-section IMG.logo {
    max-width: 150px;
    padding-top: 8px;
    padding-left: 8px;
  }
  DIV.tickets {
    padding: 30px 0;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner {
    height: 130px;
    padding: 15px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    font-size: 18px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner DIV.button-wrapper {
    display: none;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content {
    padding: 30px 15px;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs li {
    border-radius: 0px;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs li.active a {
    transform: scale(1.01);
    z-index: 10;
    color: white;
    border: 1px solid transparent !important;
    background: #619a05 !important;
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs li:first-child {
    border-radius: 4px 4px 0px 0px !important;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs li:first-child a {
    border-radius: 4px 4px 0px 0px !important;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content UL.nav-tabs li A:hover {
    border-radius: 0px;
    border: 0px;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content {
    padding-top: 30px;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content DIV.wrapper DIV.btn-group {
    width: 100%;
  }
  DIV.tickets-main DIV.tickets-section DIV.tickets-content DIV.tab-content H5 {
    font-size: 18px;
  }
  DIV.tickets-main DIV.tickets-wrapper {
    display: none;
  }
  DIV.tickets-main DIV.ticket-status {
    margin-top: 30px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon {
    min-width: 120px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon DIV.icon-wrapper {
    padding: 3px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon DIV.icon-wrapper SPAN {
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding-left: 5px;
    padding-top: 7px;
    width: 40px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon.active {
    min-width: 120px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon.active DIV.icon-wrapper {
    padding: 4px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon.active DIV.icon-wrapper SPAN {
    font-size: 19px;
    font-weight: 700;
    height: 50px;
    padding-left: 5px;
    padding-top: 10px;
    width: 50px;
  }
  DIV.container.eighty {
    width: 100% !important;
  }
  .rslides_tabs LI {
    padding: 25px 10px;
  }
  FOOTER {
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  DIV.tickets DIV.ticket-wrapper {
    margin: 5px 0;
  }
}
@media screen and (max-width: 600px) {
  H2 {
    font-size: 36px !important;
  }
  DIV.adventure-activities H3 {
    font-size: 18px !important;
  }
  DIV.adventure-activities DIV.section DIV.text {
    padding-top: 0px;
  }
  DIV.blog-main {
    padding-top: 0px;
  }
  DIV.dark-blue-ripple-bottom {
    background-size: initial;
  }
  DIV.container.ninety {
    width: 100% !important;
    max-width: 100% !important;
  }
  HEADER#home H1 {
    font-size: 26px !important;
    max-width: calc(40%);
  }
  DIV.payment-section DIV.tickets-basket DIV.detail H3 {
    font-size: 18px;
  }
  DIV.payment-section DIV.tickets-basket DIV.detail SPAN.detail {
    font-size: 14px;
  }
  DIV.payment-section DIV.tickets-basket DIV.basket-item SPAN.i-name {
    font-size: 13px !important;
    max-width: 200px;
  }
  DIV.internal-header h1 {
    margin: 0px;
  }
  .callbacks_nav {
    top: 47%;
  }
  DIV.stripes .wrap {
    position: relative;
    margin-left: 0px;
  }
  DIV.stripes .wrap:after {
    content: " ";
    width: 100%;
    right: 0;
    position: absolute;
    border-bottom: 2px dashed #ddd;
    top: 50%;
    margin-top: -7px;
    margin-left: 60px;
    z-index: 1;
  }
  DIV.stripes .wrap .text-background {
    padding: 0px;
    margin-left: 0px;
  }
  DIV.testimonials.home {
    padding: 30px 0;
  }
  DIV.text-section {
    padding: 50px 0;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper DIV.ticket-inner {
    height: 150px;
    padding: 0px 0px;
    border: 0px;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    font-size: 29px;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner {
    height: auto;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body FORM {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .btn-group {
    width: 49% !important;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body H3 {
    font-size: 22px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body H4 {
    font-size: 19px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body H5 {
    margin: 30px 0 10px 0;
    min-width: auto;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body P,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.page UL LI,
  DIV.page UL DIV.tickets-accordion DIV.panel-group DIV.panel-body LI {
    font-size: 16px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body BUTTON {
    height: 47px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body BUTTON,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body INPUT {
    width: 100%;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body SELECT {
    width: 100%;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .m-hide-o {
    display: none !important;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .m-reveal-o {
    display: block !important;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .productName,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .productPrice {
    font-size: 14px;
    margin-bottom: 0px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .orange-cta,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.header-button A,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body HEADER#internal DIV.header-button-wrapper DIV.header-button A {
    width: 48%;
    text-align: center;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .panel-heading H4 {
    font-size: 16px;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .pyinf {
    width: 100% !important;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .c-m {
    text-align: center !important;
  }
  DIV.ticket-mobile-ad {
    padding: 0 3px !important;
  }
  DIV.video-section {
    background: none;
    height: auto;
    border-radius: 0px;
  }
  DIV.video-section DIV.text-box {
    display: none;
  }
  DIV.video-section DIV.text-box H3 {
    font-size: 21px !important;
    font-weight: 700;
    padding: 0 15px;
  }
  DIV.six-width {
    padding: 0px;
  }
}
@media screen and (max-width: 520px) {
  DIV.internal-header H1,
  DIV.internal-header H2 {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  DIV.adventure-activities P,
  DIV.adventure-activities DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.adventure-activities LI,
  DIV.adventure-activities DIV.page UL LI,
  DIV.page UL DIV.adventure-activities LI,
  DIV.adventure-activities DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.adventure-activities LI {
    font-size: 16px !important;
  }
  DIV.adventure-activities P SPAN,
  DIV.adventure-activities DIV.blog-internal UL LI SPAN,
  DIV.blog-internal UL DIV.adventure-activities LI SPAN,
  DIV.adventure-activities DIV.page UL LI SPAN,
  DIV.page UL DIV.adventure-activities LI SPAN,
  DIV.adventure-activities DIV.blog-internal UL LI SPAN,
  DIV.blog-internal UL DIV.adventure-activities LI SPAN {
    font-size: 16px !important;
  }
  DIV.adventure-slider .slick-prev {
    left: 28%;
  }
  DIV.adventure-slider .slick-next {
    right: 28%;
  }
  DIV.blog-internal DIV.blog-content H1 {
    font-size: 24px;
  }
  DIV.blog-internal DIV.blog-content SPAN.date,
  DIV.blog-internal DIV.blog-content P,
  DIV.blog-internal DIV.blog-content UL LI,
  DIV.blog-internal UL DIV.blog-content LI,
  DIV.page UL DIV.blog-internal DIV.blog-content LI {
    font-size: 16px;
  }
  DIV.blog-internal DIV.blog-content SPAN.date SPAN.break {
    display: block;
  }
  DIV.blog-internal DIV.blog-content SPAN.date SPAN.break SPAN.lines {
    display: none;
  }
  HTML {
    overflow-x: hidden;
  }
  FOOTER DIV.left DIV.social DIV.ad,
  FOOTER DIV.left DIV.social DIV.icons {
    display: block;
    text-align: left;
  }
  FOOTER DIV.left DIV.social DIV.ad DIV.float-right,
  FOOTER DIV.left DIV.social DIV.icons DIV.float-right {
    float: none;
    margin: 30px 0 15px 0;
  }
  DIV.map-section {
    width: 100% !important;
  }
  DIV.map-section DIV.map-right {
    width: 100% !important;
  }
  DIV.map-section DIV.map-left {
    width: 100% !important;
  }
  DIV.ad-detail H2.tagline {
    font-size: 22px !important;
  }
  HEADER#home {
    min-height: 550px !important;
  }
  HEADER#home .logo {
    max-width: 220px;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper {
    margin: 0px 0px 11px 0px;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper.wrapper-orange {
    background: #f9420c;
    padding: 5px;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper.wrapper-yellow {
    background: #deb30e;
    padding: 5px;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper.wrapper-brown {
    background: #970101;
    padding: 5px;
  }
  DIV.text-section DIV.tickets DIV.ticket-wrapper.wrapper-green {
    background: #308613;
    padding: 5px;
  }
  DIV.testimonials P,
  DIV.testimonials DIV.blog-internal UL LI,
  DIV.blog-internal UL DIV.testimonials LI,
  DIV.testimonials DIV.page UL LI,
  DIV.page UL DIV.testimonials LI {
    font-size: 18px;
    padding: 0px;
    line-height: 27px;
  }
  DIV.home-icons-wrapper div#next {
    right: 8px;
  }
  DIV.home-icons-wrapper div#prev {
    left: 8px;
  }
}
@media screen and (max-width: 400px) {
  DIV.adventure-grid DIV.adventure-icons DIV.container-fluid DIV.home-icons DIV.icon {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 370px) {
  DIV.tickets-main DIV.ticket-status DIV.icon,
  DIV.tickets-main DIV.ticket-status DIV.icon.active {
    min-width: 78px;
  }
  DIV.tickets-main DIV.ticket-status DIV.icon H5,
  DIV.tickets-main DIV.ticket-status DIV.icon.active H5 {
    font-size: 9px;
  }
}
@media screen and (max-width: 330px) {
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .btn-group {
    width: 100% !important;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .orange-cta,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body DIV.header-button A,
  DIV.tickets-accordion DIV.panel-group DIV.panel-body HEADER#internal DIV.header-button-wrapper DIV.header-button A {
    width: 100%;
    text-align: center;
  }
  DIV.tickets-accordion DIV.panel-group DIV.panel-body .productName {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  H2 {
    font-size: 26px !important;
  }
  DIV.tickets DIV.ticket-wrapper DIV.ticket-inner H3 {
    margin-top: 29px;
  }
}
.description {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(229,229,229,0.7);
  background: black;
}
@keyframes hide {
  0% {
    width: 50%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 60%;
  }
  100% {
    width: 0px;
  }
}
.distribution-map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/image/img/mapbg.png");
  background-size: cover;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.distribution-map img {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.distribution-map img#logo {
  left: -300px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.distribution-map img#logo.show {
  left: 60px;
}
.distribution-map DIV.ripple-white {
  background-image: url("/image/img/ripple_white.png");
  position: absolute;
  top: 0;
  height: 12px;
  width: 100%;
  z-index: 30;
}
.distribution-map DIV.ripple-white-bottom {
  background-image: url("/image/img/ripple_white.png");
  transform: rotate(-180deg);
  bottom: 0;
  height: 13px;
  margin-bottom: -1px;
  position: absolute;
  width: 100%;
  z-index: 30;
}
.distribution-map .overlay-box {
  background: #0e649a;
  padding-top: 100px;
}
.distribution-map .overlay-box.remove {
  animation: hide;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}
.distribution-map .overlay-box H2 {
  color: white;
  text-shadow: -3px -3px 0 #083b5d, 3px -3px 0 #083b5d, -3px 3px 0 #083b5d, 3px 3px 0 #083b5d;
}
.distribution-map .overlay-box P,
.distribution-map .overlay-box DIV.blog-internal UL LI,
DIV.blog-internal UL .distribution-map .overlay-box LI,
.distribution-map .overlay-box DIV.page UL LI,
DIV.page UL .distribution-map .overlay-box LI {
  color: white;
  font-size: 22px;
  max-width: 400px;
  margin: auto;
  font-weight: 300;
  margin-bottom: 30px;
  display: block !important;
}
.distribution-map .overlay-box DIV.green-button {
  box-shadow: 1px 3px 12px 4px rgba(0,0,0,0.1);
  padding: 7px;
}
.distribution-map .overlay-box DIV.green-button BUTTON {
  padding: 8px 25px;
  display: inline-block;
  color: white;
  font-family: 'Conv_RobotoSlab-Regular';
  border: 1px dashed white;
  background-color: #599e09;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF599E09',endColorstr='#FF82BD0D');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#599e09),color-stop(100%,#82bd0d));
  background-image: -moz-linear-gradient(top,#599e09 0%,#82bd0d 100%);
  background-image: -webkit-linear-gradient(top,#599e09 0%,#82bd0d 100%);
  background-image: linear-gradient(to bottom,#599e09 0%,#82bd0d 100%);
  font-size: 22px;
  text-decoration: none !important;
}
.distribution-map .overlay-box DIV.green-button:hover {
  box-shadow: 4px 6px 3px 4px rgba(0,0,0,0.1);
  margin-top: -4px;
}
.distribution-map .map-point {
  cursor: pointer;
  outline: none;
  z-index: 0;
  position: absolute;
  width: 29px;
  height: 29px;
  border-radius: 14.5px;
  opacity: 1;
  transform: translate(-50%,-50%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #d05a66;
  border: 2px solid white;
}
.distribution-map .map-point.front {
  z-index: 9999;
}
.distribution-map .map-point:before {
  content: attr(data-number);
  font-size: 12px;
  color: white;
  font-weight: 900;
}
.distribution-map .map-point.dark-blue {
  background: #283974;
}
.distribution-map .map-point.dark-blue .content.open {
  background: #283974;
}
.distribution-map .map-point.blue {
  background: #0187b4;
}
.distribution-map .map-point.blue .content.open {
  background: #0187b4;
}
.distribution-map .map-point.purple {
  background: #5d206b;
}
.distribution-map .map-point.purple .content.open {
  background: #5d206b;
}
.distribution-map .map-point.green {
  background: #005d38;
}
.distribution-map .map-point.green .content.open {
  background: #005d38;
}
.distribution-map .map-point.red {
  background: #ce1f2f;
}
.distribution-map .map-point.red .content.open {
  background: #ce1f2f;
}
.distribution-map .map-point.red a.rm {
  background: #0187b4;
}
.distribution-map .map-point.orange {
  background: #ea923a;
}
.distribution-map .map-point.orange .content.open {
  background: #ea923a;
}
.distribution-map .map-point.pink {
  background: #c86976;
}
.distribution-map .map-point.pink .content.open {
  background: #c86976;
}
.distribution-map .map-point.pink a.rm {
  background: #0187b4;
}
.distribution-map .map-point .content {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(14,100,154,0.95);
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: overlay;
  color: white !important;
}
.distribution-map .map-point .content h2 {
  font-size: 22px !important;
}
.distribution-map .map-point .content P,
.distribution-map .map-point .content DIV.blog-internal UL LI,
DIV.blog-internal UL .distribution-map .map-point .content LI,
.distribution-map .map-point .content DIV.page UL LI,
DIV.page UL .distribution-map .map-point .content LI {
  color: white;
  font-size: 18px;
}
.distribution-map .map-point .content A {
  text-decoration: none;
  color: white;
  background: #e45a1d;
  padding: 15px 25px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 6px;
  display: inline-block;
}
.distribution-map .map-point .content.open {
  margin: 0;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 0.97;
  width: 500px;
  height: 220px;
  padding: 0 30px;
  font-size: 14px;
  color: white;
  z-index: 1;
}
