@charset "utf-8";
/* CSS Document */
/*v4.0 by chard*/

/*COMMON STYLES*/

body {
  background: #fff;
  font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
  line-height: 1.4;
}


img {
  max-width: 100%;
  height: auto;
}

img.remove-bottom-space { vertical-align: top; }

.rs-fullvideo-cover {pointer-events: none;}

/*.f-left {
  float: left;
} 

.f-right {
  float: right; 
}*/

hr {
  color: #c7c7c7 !important;
  background-color: #c7c7c7 !important;
  height: 1px !important;
  border: 0;
}

.divider {
  width: 100%; float: left; margin: 00px 0 20px;
  border-top: 1px solid #c7c7c7;
}

.rule2 {
  width: 100%; float: left; margin: 20px 0 20px;
  border-top: 1px dashed #c7c7c7;
}

.full-width {
  width: 100%; height: auto; display: block; margin: auto; max-width: 1920px;
}

.fill-width {
  width: 100%; height: auto; display: block; margin: auto;
}

.clearer {
  clear: both; 
}

.clearer-0 {
  clear: both; height: 1px;
}

.center { text-align: center; }
.img-center { display: block; margin: auto; }
.image-wrapper { text-align: center; width: auto; }
.image-wrapper img { display: inline-block; margin: 5px; }
.preload { display: none;}
.invisible-eu { visibility: hidden; }
.invisible-sr { visibility: hidden; }
.invisible-sl { visibility: hidden; }
img.rounded { border-radius: 12px; }

.for-desktop { display: none !important; }
.for-mobile { display: block !important; }

.for-desktop-2 { display: none !important; }
.for-mobile-2 { display: block !important; }

.slider-for-desktop { display: none !important; }
.slider-for-mobile { display: block !important; }

a.buttons {
  background: #1a4683;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-top: 6px solid #6baf17;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

a.buttons:hover {
  background: #BF1E2D;
  text-decoration: none;
  border-color: #f58a1f;
  padding: 20px 40px;
}

a.buttons-2 {
  background: #BF1E2D;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-top: 6px solid #f58a1f;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

a.buttons-2:hover {
  background: #1a4683;
  text-decoration: none;
  border-color: #6baf17;
  padding: 20px 40px;
}

.buttons-wrapper { text-align: center; margin: 20px 0 20px 0; }

a.btn-green { width: 180px; display: block; margin: 20px auto 0; padding: 10px; border-radius: 6px; background-color: #29931e; color: #fff; text-transform: uppercase; font-size: 24px; text-align: center; }
a:hover.btn-green { background-color: #0d6b03; color: #ebee11; text-decoration: none; }
.footnote { font-size:15px; color:#333; margin-top:15px;font-style:italic; }

a.buttons { line-height:1 }
a.buttons span { font-size:14px; font-weight:normal; color:#FF0; text-transform: uppercase; }

a.buttons-full { width: 100%; }

/*TYPOGRAPHY*/

p {
  font-size: 16px;
  color: #252525;
}

a {
  color: #be1e2d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.continue {
  font-style: italic;
}

h1 {
  font-size: 30px;
  color: #1a4683;
  margin: 0px 0 0px 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
  color: #ed5900;
  margin: 0 0 15px 0;
  text-align: left;
  font-weight: bold;
}

h2.h2-h1 {
  font-size: 30px;
  color: #1a4683;
  margin: 0px 0 0px 0;
  font-weight: bold;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}


h3 {
  font-size: 20px;
  color: #1a4683;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: left;
}

h4 {
  font-size: 18px;
  color: #ed5900;
  margin: 0 0 15px 0;
  font-weight: 700;
  text-align: left;
}

h5 {
  font-size: 16px;
  color: #252525;
  margin: 0 0 15px 0;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

h6 {
  font-size: 16px;
  color: #252525;
  margin: 0 0 0px 0;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}


ul.list-bullet {
  list-style: none;
  width: auto;
}
ul.list-bullet li {
  color: #252525;
  background: url(../img/bullet02.png) no-repeat top left;
  padding: 0 0 0 20px;
  margin-bottom: 0px;
  font-size: 16px;
}

ul.list-bullet li a {
  color: #252525;
}

ul.list-bullet li a:hover {
  color: #ED5900;
}

ul.list-check {
  list-style: none;
  width: auto; margin: 5px 0 25px 0;
  text-align: left;
}
ul.list-check li {
  color: #252525;
  background: url(../img/bullet-check.png) no-repeat top left;
  padding: 0 0 0 35px;
  margin-bottom: 0px;
  font-size: 16px;
}
ul.list-check li a {
  font-size: 16px;
}

span.red-txt { color: #be1e2d; }
span.orange-txt { color: #ff4800; }
span.yellow-txt { color: #ebee11; }
span.blue-txt { color: #174ba8; }
span.green-txt { color: #29931e; }
span.white-txt { color: #fff; }
span.black-txt { color: #252525; }


.red-bar { background: #b11a1d; text-align: center; padding: 30px; border-top: 0px solid #e36000; margin-bottom: 40px; }
.red-bar a { color: #FEF104; line-height: 0.8; font-size: 48px; font-weight: bold; display: block; }
.red-bar a span { color: #fff; font-weight: normal; font-size: 30px; }
.red-bar a:hover { text-decoration: none; }

/*END COMMON*/


/*BUTTONS*/


a.buttons-02 {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffef6a;
  font-size: 22px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

a.buttons-02:hover {
    text-decoration: none; color: #fff;
}

a.buttons-03 {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffef6a;
  font-size: 17px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
}

a.buttons-03:hover {
    text-decoration: none; color: #fff;
}

a.buttons-04 {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 10px;
  color: #ffef6a;
  font-family: 'Roboto Slab', Times, sans-serif;
  font-size: 28px;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  line-height: 0.9;
  margin: 20px 0;
}

a.buttons-04:hover {
    text-decoration: none; color: #fff;
}

a.btn-red { background: #c10e0e; }
a.btn-red:hover { background: #b11616; }
a.btn-red-dark { background: #7c0000; }
a.btn-red-dark:hover { background: #510000; }
.buttons-wrapper { text-align: center; margin: 20px 0 20px 0; }
.buttons-wrapper-groups { text-align: center; margin: 20px 0 20px 0; }
.buttons-wrapper-groups a { width: 95%; margin: 5px 0; }
span.btn-footer { font-size: 18px; color: #fff; line-height: 0; font-weight: normal; font-family: 'Abel', Arial, Helvetica, sans-serif; }

/*END BUTTONS*/


/*HEADER AREA*/

#header-wrapper-wrapper {
  position: relative;
}

#tnav-wrapper-wrapper { padding: 15px 0 25px 0; background: url(../img/2018/bg-header.webp) #fff repeat-x bottom center; }

#header-logo-wrapper h3 {
	width: 231px; height: 146px;
	text-indent: -9999px;
	background: url(../img/2018/header-logo.webp) no-repeat;
	margin: 0px auto 15px;
	display: block;
}

#header-logo-wrapper h3 a {
	width: 231px; height: 146px; display: block;
}

.park-status { width: 100%; text-align: center; color: #1a4684; font-size: 16px; text-transform: uppercase; }

#slider-wrapper-wrapper { position: relative; background: #061746; }
.shadow { width: 100%; height: 17px; background: url(../img/clear.gif) repeat-x; position: absolute; z-index: 900; }
.shadow-2 { width: 100%; height: 17px; background: url(../img/clear.gif) repeat-x; position: absolute; z-index: 900; bottom: 0; }

.social-wrapper { display: none; }


/*    #promo-wrapper-wrapper { display:none }  */







.ctct-custom-form .ctct-form-errorMessage { text-align: center; font-weight: bold; }
.ctct-custom-form { min-width: 250px !important;  }
#email-wrapper { display: none; }

.editable-text-bar { width: 100%; padding: 17px; background: #001756; text-align: center; }
.editable-text-bar p { font-size: 18px; color: #a5e05c; }

/*END HEADER AREA*/

/*promo*/

/* #promo-wrapper-wrapper {  background: url(../img/2018/bg-promo.png) no-repeat top center; padding-top: 30px; margin-top: 20px; text-align: center; }   */
#promo-wrapper-wrapper {  background: url(../img/2022/bg-promo.png) no-repeat top center; padding-top: 30px; margin-top: 20px; text-align: center; }

/* #promo-wrapper-wrapper { display:none }    */
/* #promo-wrapper-wrapper {  background: url(../img/2018/bg-promo-1.png) no-repeat top center; padding-top: 30px; margin-top: 20px; text-align: center; } */
#promo-wrapper { width: 295px; height: 36px; margin: 5px auto 0px auto; padding-bottom: 0px; }


#promo-wrapper input.promotxt, #promo-wrapper input.promotxt:focus {
  float: left;
  width: 230px;
  padding: 6px;
  background: #fff;
  color: #9bbfe0;
  font-style: italic;
  text-align: center;
  outline: 0;
  height: 36px;
  margin: 0px 11px 0 0;
  border: 1px solid #80b2e1;
}

#promo-wrapper input.promobtn {
  padding: 0px; border: 0;
  margin: 0 0 0 0px;
  width: 52px; height: 36px;
  background: url(../img/2018/btn-go.png) no-repeat;
  text-indent: -9999px;
}

a.btn-new { width: 285px; display: inline-block; margin: 5px; padding: 15px; font-size: 20px; color: #fff; text-align: center; line-height: 1.0; font-weight: bold; }
a.btn-new:hover { text-decoration: none; color: #fdff7f; }
a.btn-new-red { background: #b11a1d; }
a.btn-new-red:hover { background: #940c0f; }
a.btn-new-orange { background: #e36000; }
a.btn-new-orange:hover { background: #ad4900; }
a.btn-new-blues { background: #39F; }
a.btn-new-blues:hover { background: #06C; }
a.btn-new-green { background: #6baf17; }
a.btn-new-green:hover { background: #477b07; }

/*end promo*/

/*HOME CONTENT*/

#home-rides-wrapper { width: 100%; height: 120px; display: block;}
.rides-left { width: 50%; background: url(../img/rides-left.jpg) no-repeat top right; float: left; height: 120px; background-size: auto 120px; }
.rides-right { width: 50%; background: url(../img/rides-right.jpg) no-repeat top left; float: right; height: 120px; background-size: auto 120px; }
#events-left { background-image: url(../img/events-left.jpg); }
#events-right { background-image: url(../img/events-right.jpg); }
#home-rides-wrapper a { width: 100%; height: 100%; display: block; text-indent: -9999px; }

#boxes-wrapper { text-align: center; margin: auto; background: #fff; padding: 20px 0 0px 0; background: #fff; background: linear-gradient(to bottom, #86c4fe 0%,#ffffff 100%); }
.box-wrapper { width: auto; max-width: 380px; margin: 10px 10px 40px; display: inline-block; vertical-align: top; position: relative; font-size: 0; }
.box-header { color: #fff; font-size: 24px; line-height: 1.0; padding: 13px; font-weight: bold; text-transform: uppercase; }
.box01 .box-header { background: #b11a1d; }
.box02 .box-header { background: #39F; }
.box03 .box-header { background: #6baf17; }
.box-wrapper p { font-size: 16px; }
.box-wrapper a.btn-new { font-weight: bold; font-size: 24px; padding: 13px; position: absolute; bottom: -28px; left: 50%; width: 230px; margin-left: -115px;  z-index: 100; }
.box-text { padding: 20px 30px 50px; background: rgba(255,255,255,1); background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(217,239,255,1) 100%); }
.box-wrapper:after { content: ''; background: url(../img/2018/box-shadow.png) no-repeat top center; width: 100%; height: 17px; padding-bottom: 0px; position: absolute; bottom: -17px; left: 0; }

/*END HOME CONTENT*/



/* Responsive embeds */
[data-embed] { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
}

.resp-iframe-container-3 [data-embed] {
   padding-bottom:100%;
}


[data-embed] iframe, 
[data-embed] object, 
[data-embed] embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}


/*2020 TICKETS*/

#ticketsContainer { margin: 30px 0 120px; }




/*CONTENT AREA*/

.content-wrapper { margin: 30px 0 50px 0; padding: 0 2%; }
.content-wrapper h1 { margin-bottom: 20px; }
.half-first, .half-second { width: auto; padding: 30px 0; }
.third-one, .third-two, .third-three { width: auto; padding: 30px 0; }

.sidebar { width: auto; }
.content-right { width: auto; margin-top: 30px; }
a.snav {
  background: #1a4683;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;;
  padding: 10px 0px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-left: 10px solid #6baf17;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 93%;
  margin-bottom: 5px;
}

a.snav:hover {
  background: #BF1E2D;
  text-decoration: none;
  border-left: 15px solid #f58a1f;
  width: 100%;
}


/*for slider*/
#slider-wrapper-wrapper { background: url(../img/bg-slider.jpg) no-repeat center center #061746;}
#slider-wrapper {
  position: relative;
  width: 100%; height: 250px; display: block;
  margin: 0px auto 0 auto;
  background: url(../img/slide-sample.jpg) no-repeat top center;
  background-size: auto 250px;
}


/*for faqs*/
.questions-wrapper { width: auto; margin: 0 0 0 0; }
.answers-wrapper { width: auto; margin: 0 0 0 0; }
a.backtop {
    border-top: 1px solid #c7c7c7;
    display: block;
    margin: 20px 0 10px;
    text-align: right;
    width: 100%;
    font-size: 16px;
}
a.question { color: #252525; font-size: 18px; display: block; }
a:hover.question { color: #8400ff;; }


/*general content*/
.intro-text { width: auto; text-align: center; margin: 20px 0; padding: 0 2%; }
.main-image { width: 100%; position: relative; height: 250px; background-size: auto 250px; background-position: top center; background-repeat: no-repeat; background-color:  #0C336E; }
.main-image-link { width: 100%; position: relative; height: 180px; background-size: auto 180px; background-position: top center; background-repeat: no-repeat; background-color:  #0C336E; }
a.main-image-a { display: block; height: 100%; width: 100%; text-indent: -9999px; }

#main-image-water { background-image: url(../img/main-image-water.jpg); }
#main-image-theme { background-image: url(../img/main-image-theme.jpg); }
#main-image-tickets { background-image: url(../img/main-image-tickets.jpg); }
#main-image-donations { background-image: url(../img/main-image-donations.jpg); }
#main-image-sp { background-image: url(../img/main-image-sp.jpg); }
#main-image-faqs { background-image: url(../img/main-image-faqs.jpg); }
#main-image-groups { background-image: url(../img/main-image-groups.jpg); }
#main-image-contact { background-image: url(../img/main-image-contact.jpg); }
#main-image-plan { background-image: url(../img/main-image-plan.jpg); }
#main-image-tickets-01 { background-image: url(../img/main-image-tickets-02.jpg); }
#main-image-sp-01 { background-image: url(../img/main-image-faqs.jpg); }
#main-image-tickets-2017 { background-image: url(../img/2018/main-image-tickets.jpg); }
#main-image-deals { background-image: url(../img/main-image-deals.jpg); }
#main-image-cabanas { background-image: url(../img/main-image-cabanas.jpg); }
#main-image-dine { background-image: url(../img/main-image-dine.jpg); }
#main-image-hours { background-image: url(../img/main-image-hours.jpg); }
#main-image-company { background-image: url(../img/main-image-company.jpg); }
#main-image-parking { background-image: url(../img/main-image-sp.jpg); }
#main-image-directions { background-image: url(../img/main-image-contact.jpg); }
#main-image-sp2018 { background-image: url(../img/main-image-sp-2018b.jpg); }
#main-image-sp2020 { background-image: url(../img/main-image-sp-2020.jpg); }
#main-image-sp2021 { background-image: url(../img/main-image-sp-2021.jpg); }
#main-image-lockers { background-image: url(../img/main-image-lockers.jpg); }
#main-image-bdays { background-image: url(../img/main-image-bdays.jpg); }


/*rides-page*/

.rides-button-wrapper img {
    top: 0;
    margin: 0px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
   }
.rides-button-wrapper img:hover { position: relative; top: -20px; }

.all-rides-wrapper { margin: 30px 0 50px 0; }

.item-rides { background: no-repeat top center; background-size: cover; width: 100%; height: 300px; overflow: hidden; border:1px solid #fff; position: relative; max-width: 480px; margin: auto; }
.ride-water01 { background-image: url(../img/water-dew.jpg); }
.ride-water02 { background-image: url(../img/water-riptide.jpg); }
.ride-water03 { background-image: url(../img/water-raging-2019.jpg); background-position: top left; }
.ride-water04 { background-image: url(../img/water-wave-2019.jpg); }
.ride-water05 { background-image: url(../img/water-hook.jpg); }
.ride-water06 { background-image: url(../img/water-konga-slides.jpg); }
.ride-water07 { background-image: url(../img/water-konga-lazy.jpg); }
.ride-water08 { background-image: url(../img/water-activity-2019.jpg); }
.ride-water09 { background-image: url(../img/water-tubs.jpg); }
.ride-water10 { background-image: url(../img/water-zooma-2019.jpg); }

.rides-water-hover-content { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display:block;
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transition: -webkit-transform 0.8s ease, background 0.8s ease;
    -ms-transition: transform 0.8s ease, background 0.8s ease;
    transition: transform 0.8s ease, background 0.8s ease;
    overflow: hidden;
    padding: 0 5%;
    background: rgba(5,54,124,0.0);

    visibility: hidden;
  }

.hover-up { margin-top: 500px; }
.hover-down { margin-top: -500px; }
.hover-left { margin-left: 500px; }
.hover-right { margin-left: -500px; }

.item-rides:hover > .rides-water-hover-content {
    margin:0px !important; background: rgba(5,54,124,0.9);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    visibility: visible;
}

.rides-water-hover-content h3 { color: #fff200; text-align: center; margin: 45px 0 10px 0; text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5); line-height: 1.2; }
.rides-water-hover-content p { color: #fff; text-shadow: 0px 1px 2px rgba(0, 0, 0, 1); font-size: 15px; text-align: center; margin-bottom: 10px; }
.rides-water-hover-content p.height { font-weight: bold; text-transform: uppercase; }
.rides-water-hover-content img { display: block; margin: 0 auto 10px; }

.is-cms .rides-water-hover-content {
    margin:0px !important; background: rgba(5,54,124,0.9);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    visibility: visible;
}


/*theme-rides*/

.rides-button-wrapper { text-align: center; position: relative; margin-top: -45px; margin-bottom: 10px; z-index: 100; }
a.back-to-top { display: block; width: 100%; height: 59px; background: url(../img/btn-top.png) no-repeat top center; text-indent: -9999px; }
a.back-to-top2 { display: block; width: 100%; height: 59px; background: url(../img/btn-top.png) no-repeat top center; }

.ride-thrill01 { background-image: url(../img/thrill-hawk.jpg); }
.ride-thrill02 { background-image: url(../img/thrill-wild.jpg); }
.ride-thrill03 { background-image: url(../img/thrill-lumberjack.jpg); }
.ride-thrill04 { background-image: url(../img/klondike-2019.jpg); }
.ride-thrill05 { background-image: url(../img/thrill-disko.jpg); }
.ride-thrill06 { background-image: url(../img/i5-2019.jpg); }
.ride-thrill07 { background-image: url(../img/thrill-axe.jpg); }
.ride-thrill08 { background-image: url(../img/zipline-2019.jpg); }
.ride-thrill09 { background-image: url(../img/thrill-fire-2019.jpg); }
.ride-thrill10 { background-image: url(../img/thrill-brain-drain.jpg); }

.item-rides:hover > .rides-water-hover-content.hover-red  { background: rgba(163,1,16,0.9); }


.ride-family-coastal-clipper { background-image: url(../img/family-coastal-clipper.jpg); }
.ride-family01 { background-image: url(../img/family-ferris.jpg); }
.ride-family02 { background-image: url(../img/carousel-2019.jpg); }
.ride-family03 { background-image: url(../img/family-pirate.jpg); }
.ride-family04 { background-image: url(../img/family-dodgems.jpg); }
.ride-family05 { background-image: url(../img/family-paratrooper.jpg); }
.ride-family06 { background-image: url(../img/family-glider.jpg);  background-position: top left; }
.ride-family07 { background-image: url(../img/family-scrambler.jpg); }
.ride-family08 { background-image: url(../img/family-kang.jpg); }
.ride-family09 { background-image: url(../img/family-tiptop.jpg); }
.ride-family10 { background-image: url(../img/kiddie-coaster-2019.jpg); }
.ride-family11 { background-image: url(../img/family-gambler.jpg); background-position: top left; }
.ride-family12 { background-image: url(../img/family-downhill.jpg);  background-position: top left; }
.ride-family13 { background-image: url(../img/family-wagon.jpg); }

.rides-water-hover-content h3.h3-family-rides { margin: 15px 0 10px 0;}


.ride-kids01 { background-image: url(../img/enchanted-railway-2019.jpg); }
.ride-kids02 { background-image: url(../img/kids-frog.jpg); }
.ride-kids03 { background-image: url(../img/kiddie-boats-2019.jpg); }
.ride-kids04 { background-image: url(../img/kiddie-combo-2019.jpg); }
.ride-kids05 { background-image: url(../img/safari-jeeps-2019.jpg); }
.ride-kids06 { background-image: url(../img/kids-space.jpg); }
.ride-kids07 { background-image: url(../img/kids-baron.jpg); }

.item-rides:hover > .rides-water-hover-content.hover-green  { background: rgba(8,103,37,0.9); }


/*TICKET PRICING TABLE*/

.pricing-table { width: auto; display: block; text-align: center; overflow: auto; padding: 10px;  border: 1px solid #fff; font-size: 16px; color: #252525; }
.pricing-odd { background-color: #b5d3fc; }
.pricing-even { background-color: #ddebff; }
.pricing-left { width: 60%; float: left; }
.pricing-right { width: 40%; float: right; font-weight: bold;}

/*2018 TICKET PRICING TABLE*/


table.tickets-wrapper-2018 { width: 100%; border-collapse: collapse; font-size: 16px; text-align: center; word-wrap: break-word; table-layout: fixed; }
table.tickets-wrapper-2018 , .tickets-wrapper-2018 th, .tickets-wrapper-2018 td { border: 3px solid #fff; }
.tickets-wrapper-2018 th { background: #27AE60; color: #fff; font-size: 20px; font-weight: bold; padding: 10px 5px; }
.tickets-wrapper-2018 td { padding: 10px 5px; }
.pricing-blank { background: #fff !important; }
td.pricing-col5 a { color: #fff; font-size: 22px; font-weight: bold; line-height: 1.1; width: 100%; display: block; height: auto; }
td.pricing-col5 a:hover { color: #fff200; text-decoration: none;}
td.pricing-col5:hover { background: #9d0f0f; }

.tickets-wrapper-2018 tr:nth-child(even) { background: #d1f1de; }
.tickets-wrapper-2018 tr:nth-child(odd) { background: #afe7c7; }

.pricing-col1 { width: 30%;  }
.pricing-col2 { width: 17%;  }
.pricing-col3 { width: 17%;  }
.pricing-col4 { width: 16%;  }
.pricing-col5 { width: 20%;  background-color: #CA0811; }

.tabs-menu {
    min-height: 50px;
    float: none;
    clear: both;
    list-style: none;
    padding: 0 20px;
}

.tabs-menu li {
    width: 22%;
    padding: 10px;
    min-height: 50px;
    line-height: 0.8;
    float: left;
    margin-right: 1%;
    background-color: #b0cae1;
    border-top: 0px solid #d4d4d1;
    border-right: 0px solid #d4d4d1;
    border-left: 0px solid #d4d4d1;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.tabs-menu li:hover { background: #74a3cc; }

.tabs-menu li:last-child { width: 31%; margin-right: 0;}

.tabs-menu li.current {
    position: relative;
    background-color: #27AE60;
    border-bottom: 0px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    display: block;
}

.tabs-menu .current a, .tabs-menu li.current a span.s-dates {
    color: #fffcad;
}

.tabs-menu li a span.s-dates { font-size: 15px; font-weight: normal; line-height: 1; color: #fff; }
.tabs-menu li a:hover span.s-dates { color: #fff; }


.tab {
    border: 0px solid #efefef;
    border-top: 8px solid #27AE60;
    border-radius: 12px;
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
    padding: 30px 30px 1px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}

.tab .clearer { height: 0; overflow: hidden; }

.new-price-wrapper { display: none; }
#tab-1 { display: block; }


.ticket-boxes-wrapper .box-header { font-size: 24px; padding: 10px; }
.ticket-boxes-wrapper .box-header p { color: #fff; font-size: 24px; }
.ticket-boxes-wrapper .box-wrapper a.btn-new { font-size: 24px; padding: 10px; }
.ticket-boxes-wrapper .box-text { padding: 15px 20px 35px; }




/*2018 SEASON PASS*/

h1.h1-bigger { font-size: 36px; margin-bottom: 0; }
p.save-big { font-size: 54px; font-weight: bold; text-align: center; color: #b11a1d; line-height: 1.0; margin-bottom: 20px; }
.sp-wrapper-2018 { max-width: 620px; margin: auto;  }
.sp-wrapper-2018 .list-check li { margin-bottom: 0px; }
.sp-left { width: auto; position: relative; display: block; height: auto; }
.sp-free-wrapper { font-size: 64px; width: 50px; margin-right: 30px; color: #b11a1d; font-weight: bold; line-height: 1.0; position: absolute; left: 0; }
.sp-benefits-wrapper { width: auto; padding-left: 80px; }

.sp-price-wrapper { border: 1px solid #1a4683; width: 100%; text-align: center; display: block; margin: 30px auto; max-width: 400px; border-radius: 0px; position: relative; }
.sp-price-wrapper::before { content:''; background: url(../img/2018/cross-out.png) no-repeat top center; width: 178px; height: 58px; position: absolute; z-index: 100; top: 70px; left: 50%; margin-left: -89px; }
.sp-head { width: 100%; background: #1a4683; color: #fff; font-size: 24px; font-weight: bold; padding: 10px; line-height: 1.0; }
.sp-org-price-wrapper { padding: 15px 10px 40px; }
.sp-org-price-wrapper p { color: #1a4683; }
.sp-org-price { color: #1a4683; font-size: 36px; font-weight: bold; line-height: 1.0; }
span.sp-tax { font-size: 24px; font-weight: normal; }
.sp-new-price-wrapper { padding: 15px 10px 15px; background: #5ea0d8; color: #fff; border-top: 1px solid #1a4683; }
.sp-save { width: 80%; padding: 10px; color: #fff; background: #1a4683; font-size: 24px; font-weight: bold; display: block; margin: -40px auto 15px; }
.sp-new-price-wrapper p { color: #fff; font-size: 20px; }
p.sp-new-price { color: #fff; font-size: 48px; font-weight: bold; line-height: 0.8; }
.sp-new-price-wrapper a { width: 80%; padding: 10px; color: #fff; background: #b11a1d; font-size: 24px; font-weight: bold; display: block; margin: 20px auto 0; }
.sp-new-price-wrapper a:hover { text-decoration: none; background: #940c0f; color: #fdff7f; }

.sp-box-wrapper { border: 5px solid #1a4683; padding: 30px 30px 30px 30px; border-radius: 8px; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.0); }
.sp-box-wrapper .sp-benefits-wrapper { padding-left: 0px; }
.sp-box-wrapper h2 { font-size: 30px; padding: 10px 30px; color: #fff; background: #1a4683; width: auto; line-height: 1.0; text-align: center; }
.sp-wrapper-2018 .clearer { height: 0px; overflow: hidden; }
.sp-wrapper-2018.sp-box-wrapper { max-width: 920px; padding: 0 30px; margin-bottom: 30px; }
.sp-wrapper-2018.sp-box-wrapper .sp-left { padding-bottom: 30px; }

/*PARK HOURS*/

.calendar-wrapper { margin: 0 0 0 0; text-align: center; }
.calendar-wrapper img { display: inline-block; margin: 20px 30px; vertical-align: top; }
.calendar-wrapper img.calendar-hours { margin: 20px 0; }

/*DINE AND SHOP*/

.dining-wrapper { text-align: center; margin: 0 0; }
.dining-item { width: 270px; margin: 10px; display: inline-block; text-align: center; vertical-align: top; }
.dining-item h4 { text-align: center; margin-bottom: 0px; }

/*EVENTS AND DEALS*/

.deals-wrapper { width: auto; padding-bottom: 0px; border-bottom: 0px solid #c7c7c7; margin-bottom: 30px; }
.deals-left { margin-bottom: 15px; width: auto; display: block; text-align: center;}
.deals-right { width: auto; display: block; margin-bottom: 15px; }
.deals-right h3, .deals-right h2 { text-align: center; }


/*PARK INFO*/

.info-wrapper { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #c7c7c7; }
.info-left { width: 100%; text-align: center; margin-bottom: 20px; }
.info-right { width: 100%; }

.groups-info-wrapper { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #c7c7c7; }
.groups-info-left { width: 100%; text-align: center; margin-bottom: 20px; }
.groups-info-right { width: 100%; }



/*CONTACT*/

.iframe-map {
	width: 300px; height: 300px;
	border: 1px solid #ccc;
	margin: auto;
}



/***********************************NEW CONTACT FORM********************************************/

/* Message boxes */
.ucf .message { margin-bottom: 20px; }
.ucf .message p { font-weight: bold; margin-top: 0; }
.ucf .message p:last-child { margin-bottom: 0; }
.ucf .message ul { margin-bottom: 0; list-style: none; }
.ucf .message ul li { font-size: 15px; color: #252525; font-style: italic; }
/* Error message box */
.ucf .message .errors { background: #FBE3E4 url('../img/error.png') no-repeat 10px center; padding: 3px 10px 5px 35px; color:#8a1f11;border: 0px solid #FBC2C4; border-radius:5px; font-size:16px; margin-bottom: 10px; }
.ucf .message .errors p { color: #3e090f; }
/* Success message box */
.ucf .message .success { background: #2cb639 url('../img/success.png') no-repeat 10px center; padding: 3px 10px 5px 35px; color:#8a1f11;border: 1px solid #FBC2C4; border-radius:5px; font-size:16px; margin-bottom: 10px; border: 0; }
.ucf .message .success p { color: #fff; }

/* Form */
.ucf * { outline: none; }
.ucf fieldset { border: solid 1px #ccc; border-radius: 5px;}
.ucf legend { font-weight: bold; padding: 10px; }
.ucf .field-wrapper { clear: both; margin-top: 0; line-height:1.4em; margin-bottom: 10px; }
.ucf .field-wrapper label span { display: inline-block; float: left; width:auto; }
.ucf .field-wrapper input[type=text],
.ucf .field-wrapper input[type=tel],
.ucf .field-wrapper input[type=email],
.ucf .field-wrapper input[type=password],
.ucf .field-wrapper textarea,
.ucf .field-wrapper select { border: 1px solid #aaa; border-radius: 0px; padding: 6px; transition: all .3s ease-in-out; border-radius: 4px; }
.ucf .field-wrapper input[type=text]:focus,
.ucf .field-wrapper input[type=tel]:focus,
.ucf .field-wrapper input[type=email]:focus,
.ucf .field-wrapper input[type=password]:focus,
.ucf .field-wrapper textarea:focus,
.ucf .field-wrapper select:focus { border: solid 1px #666; }

@media ( max-width: 600px ){
  .ucf fieldset { padding: 10px; }
  .ucf .field-wrapper input[type=text],
  .ucf .field-wrapper input[type=tel],
  .ucf .field-wrapper input[type=email],
  .ucf .field-wrapper input[type=password],
  .ucf .field-wrapper textarea { width: 100%;  }
  .ucf .field-wrapper select { width: 100%; }
  .ucf .field-wrapper label span { width: 100%; }
}
@media ( min-width: 601px ){
  .ucf fieldset { padding: 20px; }
  .ucf .field-wrapper input[type=text],
  .ucf .field-wrapper input[type=tel],
  .ucf .field-wrapper input[type=email],
  .ucf .field-wrapper input[type=password],
  .ucf .field-wrapper textarea { width: 100%; }
  .ucf .field-wrapper select { width:100%; }
}

/* Select 2 overrides */
.select2 { margin-bottom: 20px; width: 100% !important;}
.select2-container--default .select2-selection--single { height: auto; padding: 3px; }
.select2-container .selection,
.select2-container .select2-selection { width: 100% !important; }
.select2-search__field:focus { outline: none; }

/* Button */
.ucf button[type=submit] { width: 180px; height: 48px; cursor: pointer; color:#fff; margin: 0px 0 0px 0px; padding: 0px; float: left; clear: both; background: #aa1a19; font-size: 16px; border-radius: 4px; border: 0; }
.ucf button[type=submit]:hover { background: #1A4683; }
.ucf button[type=submit].complete { background: #972424; cursor: default; }
.ucf button.secondary { background: #ccc; border: 0; border-radius: 0px; color: #fff; cursor: pointer; font-size: 18px; margin-left: 20px; padding: 10px 15px; transition: background .3s; }
.ucf button.secondary:hover { background: #ddd; }

span.asterisk { font-size: 13px; color: #FF0000; }

/* Google no CAPTCHA reCAPTCHA */
@media ( max-width: 600px ){
  .g-recaptcha{ margin-bottom: 10px; padding-left: 0;}
}
@media ( min-width: 601px ){
  .g-recaptcha{ padding-left: 0px; margin-bottom: 10px; }
  .ucf button[type=submit] { margin-left: 0px; }
}

/* Honey trap field */
.ucf .hey-honey { left: -9999px; position: absolute; }



/*********************************END NEW CONTACT FORM*****************************************/


/*FOOTER AREA*/


#footer-wrapper-wrapper {
  width: 100%; height: auto;
  background: url(../img/2018/bg-footer.png) repeat-x top center #000f23;
  padding-bottom: 30px; margin-top: 30px;
}

#footer-logo-wrapper {
  width: 207px; height: 133px;
  margin: 00px auto 0px auto;
  display: block;
  background: url(../img/footer-logo3.png) no-repeat;
  text-indent: -9999px;
  position: relative;
  top: -20px;
}

#footer-bottom-wrapper { background: url(../img/bg-footer.jpg) repeat-x top center #00112f; padding: 20px 2%; }

#footer-social-wrapper {
  display: block;
  width: 228px; height: 32px;
  text-align: center;
  padding: 0px 0 10px 0;
  margin: 0 auto 20px;
}

#footer-social-wrapper a { width: 32px; height: 32px; text-indent: -9999px; display: block; float: left; margin: 20px 0 20px 5px;}

#footer-social-wrapper a.social-f2 { background: url(../img/social.jpg) no-repeat 0 -32px; }
#footer-social-wrapper a.social-t2 { background: url(../img/social.jpg) no-repeat -32px -32px; }
#footer-social-wrapper a.social-l2 { background: url(../img/social.jpg) no-repeat -64px -32px; }
#footer-social-wrapper a.social-y2 { background: url(../img/social.jpg) no-repeat -96px -32px; }
#footer-social-wrapper a.social-i2 { background: url(../img/social.jpg) no-repeat -128px -32px; }
#footer-social-wrapper a.social-g2 { background: url(../img/social.jpg) no-repeat -160px -32px; }

.footer-address { width: 94%; min-height: 24px; margin: auto; }
.footer-address p { color: #a5e05c; text-align: center; }

#fnav-wrapper { width: auto; padding: 10px 2%; text-align: center; }
.fnav { width: 100%; text-align: center; margin: 0 0 20px; display: inline-block; vertical-align: top; }
p.fnav-header { color: #a5e05c; font-size: 20px; font-weight: bold; text-transform: uppercase; }
.fnav a { display: block; color: #fff; }
.fnav a:hover { color: #fdff7f; text-decoration: none; }

p#copy { color: #2978e2; margin: 10px 0 20px; }

#webmonster { width: 100%; text-align: center; margin-top: 20px; }
#webmonster img { display: block; margin: auto; max-width: 150px; }
#webmonster a { color: #2978e2; line-height: 1.1; font-size: 15px;  }
#webmonster a:hover { color: #fff; text-decoration: none; }

/*END FOOTER AREA*/



/***************************************MEDIA QUERIES**************************************************/

/*media queries*/
  @media only screen and (max-width: 799px) {
  .tab { padding: 20px; margin-top: 20px; }
  .tabs-menu { padding: 0 }
  .tabs-menu li, .tabs-menu li:last-child { border-radius: 8px; width: 48%; margin: 3px 1%; }
  .tabs-menu li a { padding: 5px; font-size: 18px; }
  .tickets-wrapper-2018 th { font-size: 14px; }
  .tickets-wrapper-2018 td { font-size: 13px; }
  td.pricing-col5 a { font-size: 14px; }
 } /**end mq**/ 

/*media queries*/
  @media only screen and (max-width: 800px) {
   .tabs-menu li a { padding: 5px; font-size: 18px; }
 } /**end mq**/ 




/*media queries*/
@media only screen and (min-width: 480px) {
  .for-desktop { display: block !important; }
  .for-mobile { display: none !important; }

  .rides-button-wrapper img { margin: 0 10px; }
  .calendar-wrapper img.calendar-hours { margin: 20px 30px; }

  .main-image-link { height: 200px; background-size: auto 200px; }


  .fnav { width: 46%; margin: 20px 2%; }



 } /**end mq**/ 

/*media queries*/
@media only screen and (min-width: 600px) {
  .item-rides { width: 50%; height: 300px; }
  #home-rides-wrapper { height: 220px; }
  .rides-left { height: 220px; background-size: auto 220px; }
  .rides-right { height: 220px; background-size: auto 220px; }
  .item-rides { width: 50%; margin: 0; float: left;  }
  a.snav { width: 45%; margin-left: 1%; margin-right: 1%; }
  a.snav:hover { width: 48%; }

  .deals-left { width: 30%; float: left; }
  .deals-right { width: 66%; float: right; }
  .deals-right h3, .deals-right h2 { text-align: left; }

  .deals-reverse .deals-left { width: 30%; float: right; }
  .deals-reverse .deals-right { width: 66%; float: left; }

  .buttons-wrapper-groups a { margin: 5px; width: auto; }
  .main-image-link { height: 300px; background-size: auto 300px; }

  .info-left { width: 25%; float: left; margin-bottom: 0; }
  .info-right { width: 70%; float: right; }

  .groups-info-left { width: 20%; float: left; margin-bottom: 0; }
  .groups-info-right { width: 77%; float: right; }



 } /**end mq**/ 


/*media queries*/
@media only screen and (min-width: 800px) {
  .main-image { height: 350px; background-size: auto 350px; }
  .main-image-link { height: 350px; background-size: auto 350px; }


  .for-desktop-2 { display: block !important; }
  .for-mobile-2 { display: none !important; }


} /**end mq**/


/*media queries*/
@media only screen and (min-width: 801px) {
  body { max-width: 100%; min-width: 1200px; }

  .slider-for-desktop { display: block !important; }
  .slider-for-mobile { display: none !important; }
  #slider1 { width: auto; max-width: 1600px; margin: auto; }
  .fill-width { width: 1200px; padding: 0 10px; margin-left: auto; margin-right: auto; }


  #header-wrapper-wrapper { padding: 0; }
  #header-logo-wrapper { float: left; }
  #header-logo-wrapper h3 { margin-bottom: 0;}

  #tnav-wrapper-wrapper { padding: 10px 0; }
  #tnav-wrapper { position: relative; }
  .park-status { float: left; text-align: right; width: 534px; margin-top: 17px; }
 
  #promo-wrapper-wrapper { width: 385px; float: right; margin-top: 10px; }
  #promo-wrapper-wrapper { display:block }
  #promo-wrapper { width: 385px; height: 36px; }
  #promo-wrapper input.promotxt, #promo-wrapper input.promotxt:focus { width: 307px; }
  #promo-wrapper-wrapper a.btn-new { width: 180px; margin: 5px 4px; }
  #promo-wrapper-wrapper a.btn-new { width: 160px; margin: 5px 4px; }
  #promo-wrapper-wrapper a.btn-new-small { width: 100px; margin: 5px 4px;  }

/*  #promo-wrapper-wrapper a.btn-new-red { margin-right: 10px; }    */


  #email-wrapper { display: block; width: 150px; height: 46px; float: right; margin: 0; }

  .social-wrapper {
    display: block;
    width: 228px; height: 32px;
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 12px auto 00px;
    float: right;
  }

  .social-wrapper a { width: 32px; height: 32px; text-indent: -9999px; display: block; float: left; margin: 00px 0 00px 5px; }

  .social-wrapper a.social-f { background: url(../img/social.jpg) no-repeat 0 0px; }
  .social-wrapper a.social-t { background: url(../img/social.jpg) no-repeat -32px 0px; }
  .social-wrapper a.social-l { background: url(../img/social.jpg) no-repeat -64px 0px; }
  .social-wrapper a.social-y { background: url(../img/social.jpg) no-repeat -96px 0px; }
  .social-wrapper a.social-i { background: url(../img/social.jpg) no-repeat -128px 0px; }
  .social-wrapper a.social-g { background: url(../img/social.jpg) no-repeat -160px 0px; }


  #mnav-wrapper-wrapper { background: #1a4683; padding: 0px; border-top: 10px solid #6baf17; border-bottom: 1px solid #2b65b6; }

  #mnav-wrapper {
    display: block;
    margin: 0px auto;
    width: 1180px;
  }

  ul#mnav { list-style: none; text-align: center; }

  #mnav > li { display: inline-block; height: 60px;  }
  #mnav li a { display: block; margin: 0 9px; color: #fff; font-size: 20px; font-weight: 700; text-transform: uppercase; height: 60px; padding-top: 15px; }
  #mnav li a:hover { color: #fdff7f; text-decoration: none; }
  #mnav li.current > a { color: #fdff7f; }

  /*for mnav dropdowns*/


  #mnav-wrapper ul li {
      position:relative;
      z-index:950;
  }

  #mnav li ul {
    position:absolute;
    top: 60px;
    display:none;
    margin: 0 0 0 0px;
    list-style:none;
    background: #00317b;
    border-radius: 0 0 0px 0px;
    width: 200px !important;
    border-top: 0px solid #006DFC;
  }
           
  #mnav ul li {
    float:left; 
    text-indent: 0px;
  }

  #mnav li ul li:first-child a { border-top: 8px solid #6baf17; }
      
  #mnav li ul a {
    height: auto;
    color:#fff;
    font-size: 16px;
    background-image: none !important;
    font-weight:normal;
    display:block;
    min-height: 29px;
    width:200px !important;
    text-align:center;
    line-height: 1.0;
    padding: 8px 10px 9px 10px !important;
    margin: 0 0 0 0 !important;
    border-right: 0;
    border-radius: 0px;
    text-transform: capitalize;
  }
           
  #mnav li ul a:hover {
    color:#fff;
    background:#6baf17 !important;
    font-weight:normal;
    text-decoration:none;
    width:200px;
  }

  /* fix ie6 small issue */
  /* we should always avoid using hack like this */
  /* should put it into separate file : ) */
  *html #mnav ul {
      margin:0 0 0 -2px;
  }

#boxes-wrapper { width: auto; padding: 0 0px; margin-bottom: 100px; }
.box-wrapper { margin: 0 10px; margin-top: -27px; z-index: 2000; }
.ticket-boxes-wrapper .box-wrapper { margin: 30px 10px; z-index: 1;}
#boxes-wrapper.ticket-boxes-wrapper { margin-bottom: 50px; }

.main-image { height: 450px; background-size: auto 450px; }
.main-image-link { height: 450px; background-size: auto 450px; }
.content-wrapper { padding: 0; }
.half-first { width: 48%; padding: 0; float: left; margin-top: 30px; }
.half-second { width: 48%; padding: 0; float: right; margin-top: 30px; }
.third-one, .third-two, .third-three { float: left; width: 31%; padding: 0; margin-top: 30px; }
.third-two { margin-left: 3.5%; margin-right: 3.5%; }
.sidebar { width: 21%; float: left; }
.content-right { width: 75%; float: right; margin-top: 0; }
  a.snav { width: 93%; margin-left: 0; margin-right: 0; }
  a.snav:hover { width: 100%; }

.item-rides { width: 25%; margin: 0; float: left; }
.deals-left { width: 300px; }
.deals-right { width: 860px; }

.deals-reverse .deals-left { width: 300px; }
.deals-reverse .deals-right { width: 860px; }

.sp-left { float: left; width: 620px; }
.sp-free-wrapper { float: left; position: static; }
.sp-benefits-wrapper { float: left; width: 540px; padding-left: 0; }
.sp-price-wrapper { float: right; width: 260px; margin-top: 0; margin-bottom: 0; border-left: 2px solid #1a4683; }

.sp-box-wrapper .sp-left { width: 550px; }
.sp-box-wrapper { padding: 30px 30px 30px 0px; }
.sp-box-wrapper .sp-benefits-wrapper { padding-left: 30px; }
.sp-box-wrapper h2 { display: inline-block; text-align: left; }
.sp-wrapper-2018.sp-box-wrapper { padding:0px; }


#footer-wrapper-wrapper { margin-top: 50px; padding-bottom: 50px; }
#footer-wrapper { position: relative; }
#footer-logo-wrapper { position: absolute;top: -40px; left: 497px; }

.footer-address { background: url(../img/icon-map.png) no-repeat left bottom; width: 400px; float: right; padding: 20px 0 0 30px; }
.footer-address p { color: #fff; text-align: left; }
#footer-social-wrapper { float: left; }
#footer-social-wrapper a {margin-top: 15px; }

#fnav-wrapper { padding: 0; margin: 60px 0 0 0; width: 100%; }
.fnav { width: 200px; text-align: left; float: left; margin: 0 30px 0 0; }
#webmonster { width: 260px; float: right; margin-top: 0; }
p#copy { margin-top: 0; }



} /**end mq**/







/****************RESPONSIVE NAVIGATION*****************************/

.slicknav_menu {
  display:none;
  top: 0px;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 800px) {
  /* #menu is the original menu */
  .js #mnav {
    display:none;
  }
  
  .js .slicknav_menu {
    display:block;

  }

}


/* Mobile Menu Core Style*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; font-size: 1.1em; font-weight: bold; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left;  font-size: 16px;  }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_brand { float:left }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
    box-sizing:border-box;
}
.slicknav_menu * {
  box-sizing:border-box;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;  
    background-color: #6ba417;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: 700;
    text-shadow: none;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

/* Main Background */
.slicknav_menu {
    border-top: 0px solid #FEB520;
    border-bottom: 6px solid #6ba417;
    background:#0c1c3e;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}

.slicknav_nav .slicknav_row {
    padding:10px 10px;
    margin:3px 5px;
}

.slicknav_nav a {
    padding:10px 10px;
    margin:3px 5px;
    text-decoration:none;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    background: #1a4683;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1.5;
}
.slicknav_nav .slicknav_item a {
    padding:10px;
    margin:0;
}

.slicknav_nav .slicknav_parent-link a {
    padding:10px;
    margin:0;
}

.slicknav_nav .slicknav_row:hover {
    color:#fdff7f;
    border-bottom: 0;
}
.slicknav_nav a:hover{
    color:#fdff7f;
    border-bottom: 0;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;   
}
.slicknav_brand {
  color:#fff;
  font-size: 18px;
  line-height:30px;
  padding:7px 12px;
  height:44px;
}


/****************END RESPONSIVE NAVIGATION*****************************/


/*SLIDER*/

.slides {
  text-indent: -9999px;
}

li#slide01 {
  background: url(../img/slide01.jpg) no-repeat top center;
}

li#slide02 {
  background: url(../img/slide02.jpg) no-repeat top center;
}



/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 00px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px; }
.flexslider .slides {zoom: 1;}

.carousel li { width: 100%;}
.loading { min-height: 100px; background: none !important;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 64px; height: 99px; margin: -80px 0 0; display: block; background: url(../img/arrows.png) no-repeat 0 0; position: absolute; top: 55%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: .7!important; filter:alpha(opacity=70); }
.flex-direction-nav .flex-next {background-position: -64px 0; right: 50px; }
.flex-direction-nav .flex-prev {left: 50px;}
.flexslider .flex-next:hover {opacity: 1!important; filter:alpha(opacity=100);}
.flexslider .flex-prev:hover {opacity: 1!important; filter:alpha(opacity=100);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .7!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center; z-index: 100; }
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline; width: 17px; }
.flex-control-paging li a {width: 17px; height: 17px; display: block; background: url(../img/bullets.png) no-repeat 0 0px; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a.flex-active { background-position: 0 -17px; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/*END SLIDER*/


/****************RESPONSIVE IFRAME*****************************/

.resp-iframe-container {
  position: relative;
  height: 250px;
  overflow: hidden;
  margin-top: 20px;
}

.resp-iframe-container-2 {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin-top: 20px;
  border: 4px solid rgb(40, 154, 214);
}

.resp-iframe-container-3 {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgb(171, 171, 171);
}

/* 16x9 Aspect Ratio */
.resp-iframe-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.resp-iframe-container-4x3 {
  padding-bottom: 75%;
}

.resp-iframe-container iframe, .resp-iframe-container-2 iframe, .resp-iframe-container-3 iframe  {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}



/****************END RESPONSIVE IFRAME*****************************/



/*margins*/

.mt000 { margin-top: 0 !important; }
.mb000 { margin-bottom: 0 !important; }

.mt000 { margin:auto; }

.mt001 { margin-top: 1px }
.mt002 { margin-top: 2px }
.mt003 { margin-top: 3px }
.mt004 { margin-top: 4px }
.mt005 { margin-top: 5px }
.mt006 { margin-top: 6px }
.mt007 { margin-top: 7px }
.mt008 { margin-top: 8px }
.mt009 { margin-top: 9px }
.mt010 { margin-top: 10px }
.mt011 { margin-top: 11px }
.mt012 { margin-top: 12px }
.mt013 { margin-top: 13px }
.mt014 { margin-top: 14px }
.mt015 { margin-top: 15px }
.mt016 { margin-top: 16px }
.mt017 { margin-top: 17px }
.mt018 { margin-top: 18px }
.mt019 { margin-top: 19px }
.mt020 { margin-top: 20px }
.mt021 { margin-top: 21px }
.mt022 { margin-top: 22px }
.mt023 { margin-top: 23px }
.mt024 { margin-top: 24px }
.mt025 { margin-top: 25px }
.mt026 { margin-top: 26px }
.mt027 { margin-top: 27px }
.mt028 { margin-top: 28px }
.mt029 { margin-top: 29px }
.mt030 { margin-top: 30px }
.mt035 { margin-top: 35px }
.mt040 { margin-top: 40px }
.mt045 { margin-top: 45px }
.mt050 { margin-top: 50px }

.mr001 { margin-right: 1px }
.mr002 { margin-right: 2px }
.mr003 { margin-right: 3px }
.mr004 { margin-right: 4px }
.mr005 { margin-right: 5px }
.mr006 { margin-right: 6px }
.mr007 { margin-right: 7px }
.mr008 { margin-right: 8px }
.mr009 { margin-right: 9px }
.mr010 { margin-right: 10px }
.mr011 { margin-right: 11px }
.mr012 { margin-right: 12px }
.mr013 { margin-right: 13px }
.mr014 { margin-right: 14px }
.mr015 { margin-right: 15px }
.mr016 { margin-right: 16px }
.mr017 { margin-right: 17px }
.mr018 { margin-right: 18px }
.mr019 { margin-right: 19px }
.mr020 { margin-right: 20px }
.mr021 { margin-right: 21px }
.mr022 { margin-right: 22px }
.mr023 { margin-right: 23px }
.mr024 { margin-right: 24px }
.mr025 { margin-right: 25px }
.mr026 { margin-right: 26px }
.mr027 { margin-right: 27px }
.mr028 { margin-right: 28px }
.mr029 { margin-right: 29px }
.mr030 { margin-right: 30px }
.mr035 { margin-right: 35px }
.mr040 { margin-right: 40px }
.mr045 { margin-right: 45px }
.mr050 { margin-right: 50px }

.ml001 { margin-left: 1px }
.ml002 { margin-left: 2px }
.ml003 { margin-left: 3px }
.ml004 { margin-left: 4px }
.ml005 { margin-left: 5px }
.ml006 { margin-left: 6px }
.ml007 { margin-left: 7px }
.ml008 { margin-left: 8px }
.ml009 { margin-left: 9px }
.ml010 { margin-left: 10px }
.ml011 { margin-left: 11px }
.ml012 { margin-left: 12px }
.ml013 { margin-left: 13px }
.ml014 { margin-left: 14px }
.ml015 { margin-left: 15px }
.ml016 { margin-left: 16px }
.ml017 { margin-left: 17px }
.ml018 { margin-left: 18px }
.ml019 { margin-left: 19px }
.ml020 { margin-left: 20px }
.ml021 { margin-left: 21px }
.ml022 { margin-left: 22px }
.ml023 { margin-left: 23px }
.ml024 { margin-left: 24px }
.ml025 { margin-left: 25px }
.ml026 { margin-left: 26px }
.ml027 { margin-left: 27px }
.ml028 { margin-left: 28px }
.ml029 { margin-left: 29px }
.ml030 { margin-left: 30px }
.ml035 { margin-left: 35px }
.ml040 { margin-left: 40px }
.ml045 { margin-left: 45px }
.ml050 { margin-left: 50px }

.mb001 { margin-bottom: 1px }
.mb002 { margin-bottom: 2px }
.mb003 { margin-bottom: 3px }
.mb004 { margin-bottom: 4px }
.mb005 { margin-bottom: 5px }
.mb006 { margin-bottom: 6px }
.mb007 { margin-bottom: 7px }
.mb008 { margin-bottom: 8px }
.mb009 { margin-bottom: 9px }
.mb010 { margin-bottom: 10px }
.mb011 { margin-bottom: 11px }
.mb012 { margin-bottom: 12px }
.mb013 { margin-bottom: 13px }
.mb014 { margin-bottom: 14px }
.mb015 { margin-bottom: 15px }
.mb016 { margin-bottom: 16px }
.mb017 { margin-bottom: 17px }
.mb018 { margin-bottom: 18px }
.mb019 { margin-bottom: 19px }
.mb020 { margin-bottom: 20px }
.mb021 { margin-bottom: 21px }
.mb022 { margin-bottom: 22px }
.mb023 { margin-bottom: 23px }
.mb024 { margin-bottom: 24px }
.mb025 { margin-bottom: 25px }
.mb026 { margin-bottom: 26px }
.mb027 { margin-bottom: 27px }
.mb028 { margin-bottom: 28px }
.mb029 { margin-bottom: 29px }
.mb030 { margin-bottom: 30px }
.mb035 { margin-bottom: 35px }
.mb040 { margin-bottom: 40px }
.mb045 { margin-bottom: 45px }
.mb050 { margin-bottom: 50px }

/*end margins*/

/*padding*/

.pt001 { padding-top: 1px }
.pt002 { padding-top: 2px }
.pt003 { padding-top: 3px }
.pt004 { padding-top: 4px }
.pt005 { padding-top: 5px }
.pt006 { padding-top: 6px }
.pt007 { padding-top: 7px }
.pt008 { padding-top: 8px }
.pt009 { padding-top: 9px }
.pt010 { padding-top: 10px }
.pt011 { padding-top: 11px }
.pt012 { padding-top: 12px }
.pt015 { padding-top: 15px }
.pt020 { padding-top: 20px }
.pt025 { padding-top: 25px }
.pt030 { padding-top: 30px }

.pr001 { padding-right: 1px }
.pr002 { padding-right: 2px }
.pr003 { padding-right: 3px }
.pr004 { padding-right: 4px }
.pr005 { padding-right: 5px }
.pr006 { padding-right: 6px }
.pr007 { padding-right: 7px }
.pr008 { padding-right: 8px }
.pr009 { padding-right: 9px }
.pr010 { padding-right: 10px }
.pr011 { padding-right: 11px }
.pr012 { padding-right: 12px }
.pr015 { padding-right: 15px }
.pr020 { padding-right: 20px }
.pr025 { padding-right: 25px }
.pr030 { padding-right: 30px }

.pl001 { padding-left: 1px }
.pl002 { padding-left: 2px }
.pl003 { padding-left: 3px }
.pl004 { padding-left: 4px }
.pl005 { padding-left: 5px }
.pl006 { padding-left: 6px }
.pl007 { padding-left: 7px }
.pl008 { padding-left: 8px }
.pl009 { padding-left: 9px }
.pl010 { padding-left: 10px }
.pl011 { padding-left: 11px }
.pl012 { padding-left: 12px }
.pl015 { padding-left: 15px }
.pl020 { padding-left: 20px }
.pl025 { padding-left: 25px }
.pl030 { padding-left: 30px }

.pb001 { padding-bottom: 1px }
.pb002 { padding-bottom: 2px }
.pb003 { padding-bottom: 3px }
.pb004 { padding-bottom: 4px }
.pb005 { padding-bottom: 5px }
.pb006 { padding-bottom: 6px }
.pb007 { padding-bottom: 7px }
.pb008 { padding-bottom: 8px }
.pb009 { padding-bottom: 9px }
.pb010 { padding-bottom: 10px }
.pb011 { padding-bottom: 11px }
.pb012 { padding-bottom: 12px }
.pb015 { padding-bottom: 15px }
.pb020 { padding-bottom: 20px }
.pb025 { padding-bottom: 25px }
.pb030 { padding-bottom: 30px }

/*end padding*/





/***2022 SP and Tickets Page***/
  .sp-wrapper-2022 { width: 100%; margin: 0 00px; text-align: center; padding: 0 0 30px !important; }
  .sp-wrapper-2022 h2 { text-align: center; padding:  auto 0; width: 100%; }
  .sp-wrapper-2022 .sp-benefits-wrapper { width: 100%; padding: 0 30px; }
  .sp-wrapper-2022 .sp-left { width: 100%; padding: 0;  float: none; padding-bottom: 10px !important;  }
  .sp-wrapper-2022 .sp-price-wrapper { float: none; margin: 10px auto; width: auto; border: 1px solid; }
  .sp-wrapper-2022 ul.list-check { margin-bottom: 10px; }

  .more-details { color: #13AC33; font-weight:bold; text-transform: upppercase; cursor: pointer; font-size: 18px; }
  .more-details::after { content: '+'; margin-left: 5px;  width: 20px; }
  .more-details.change-symbol::after { content: '-'; margin-left: 5px; ; }
  .details { display: none; padding-top: 10px; }

  .sp-wrapper-2022 .sp-save { padding: 10px 10px 20px; }
  span.sp-sv { font-size: 24px; font-weight: bold; display: block; padding-top: 10px; }
  span.sp-ala { font-size: 16px; font-weight: normal; display: block; }
  span.sp-mp { font-size: 36px; font-weight: bold; display: block; }
  span.sp-mp .smaller { font-style: normal; font-weight: bold; }
  span.sp-full { font-size: 20px; font-weight: normal; display: block; }
  .sp-price-wrapper::before { top: 20px !important; }

  li.invis { visibility: hidden; }



  p.reg-price { font-size: 18px; position: relative; }
  .reg-price del { text-decoration: none; position: relative; line-height: 1; }

  p.reg-price::before { content:''; background: url(../img/2018/cross-out-2.png) no-repeat top center; width: 122px; height: 38px; position: absolute; z-index: 100; top: 5px; left: 50%; transform: translateX(-50%); }

  /**
  .reg-price del::before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 4px solid rgba(205, 23, 23, 0.7);
      height: 4px;
      position: absolute;
      bottom: -6px;
      transform: rotate(-20deg);
      width: 120px;
      left:  50% ;
      margin-left: -60px;
    }
   .reg-price del::after {
      content: " ";
      display: block;
      width: 100%;
      border-top: 4px solid rgba(205, 23, 23, 0.7);
      height: 4px;
      position: absolute;
      bottom: -6px;
      transform: rotate(20deg);
      width: 120px;
      left:  50% ;
      margin-left: -60px;
    }
  **/

    .sp-wrapper-2022 .sp-new-price-wrapper { border: 0; padding: 0; background: none; }
    .sp-wrapper-2022 .sp-price-wrapper { border: 0; margin-top: 30px; }
    span.sp-sv { color: #B11A1D; font-size: 24px; font-weight: bold; line-height: 1.1; }
    span.sp-full { font-weight: bold; }
    span.unlimited-visits { font-size: 24px; font-weight:bold; color:#1A4683; }
    .sp-wrapper-2022 .sp-price-wrapper::before { display:  none; }
    .sp-wrapper-2022 .sp-half1 { width: 50%; float: left; padding: 0 10px 10px 10px; }
    .sp-wrapper-2022 .sp-half2 { width: 50%; float: right; padding: 0px 0 10px 10px; }
    .sp-wrapper-2022 .sp-half2 h6 { line-height: 1.0; color: #000; font-size: 22px; width: 100%; background: #fff200; padding: 10px 15px; margin-top: 3px; text-align: center; }

    ul.list-check li.list-parking { list-style: none; padding-left: 70px; background: url(../img/2022/icon-parking-pass.png) no-repeat center left; background-size:  auto 100%; padding-top: 5px; padding-bottom: 5px;  }
    ul.list-check li.list-friend { list-style: none; padding-left: 70px; background: url(../img/2022/icon-tickets-v2.png) no-repeat 5px center; background-size:  auto 100%; padding-top: 5px; padding-bottom: 5px;  }
    ul.list-check li.list-fright { list-style: none; padding-left: 70px; background: url(../img/2022/icon-fright-fest.png) no-repeat left center; background-size:  auto 100%; padding-top: 5px; padding-bottom: 5px;  }
    ul.list-check li.list-bottle { list-style: none; padding-left: 70px; background: url(../img/2022/icon-souvenir-bottle.png) no-repeat 20px center; background-size:  auto 100%; padding-top: 5px; padding-bottom: 5px;  }
    ul.list-check li.list-dining { list-style: none; padding-left: 70px; background: url(../img/2022/icon-dining-pass.png) no-repeat 10px center; background-size:  auto 100%; padding-top: 5px; padding-bottom: 5px;  }

    .sp-box-regular { border-color: #030984; }
    .sp-box-gold { border-color: #AB9E50; }
    .sp-box-platinum { border-color: #000; }
    .sp-box-wrapper.sp-box-regular h2 { background-color: #030984; }
    .sp-box-wrapper.sp-box-gold h2 { background-color: #AB9E50; }
    .sp-box-wrapper.sp-box-platinum h2 { background-color: #000; }
    .sp-wrapper-2022 .sp-new-price-wrapper a { width: 60%; }


@media only screen and (min-width: 801px) {

  .sp-wrapper-2022 { width: 30%; margin: 0 1.5% 30px; display: inline-block; float: none; vertical-align:top;  }
  .sp-wrapper-2022 .sp-price-wrapper { margin: 10px 30px 10px; }

} /**end mq**/
