/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Poppins:400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
    font-family: 'Komika Axis';
    src: url(../fonts/komika-axis.ttf);
}

/*

font-family: "Komika Axis", arial, helvetica, sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Oswald', sans-serif;
*/

html {
    color: #313131;
    font-size: 1em;
    line-height: normal;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #3399ff;
    text-shadow: none;
    color:#ffffff;
}

::selection {
    background: #3399ff;
    text-shadow: none;
    color:#ffffff;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #2A2D34;
    font-size: 16px;
    line-height: 24px;
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
}

.container {
    max-width: 1450px;
    margin: 0 auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}
.container.full_width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container.width1200 {
    max-width: 1460px;
}
.row {
    margin: 0 -10px;
}
.row:before, .row:after {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.row > [class*='col'] {
    float: left;    
    min-height: 1px;
    /*    margin-left: 2.564102564%;*/
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.row [class*="col"]:first-child {
    margin-left: 0;
}
.col1 {
    width: 33.33%;
}
.col2 {
    width: 16.66%;
}
.col3 {
    width: 25%;
}
.col4 {
    width: 33.33%;
}
.col5 {
    width: 41.666667%;
}
.col6 {
    width: 50%;
}
.col7 {
    width: 58.333333%;
}
.col8 {
    width: 66.66%;
}
.col9 {
    width: 75%;
}
.col10 {
    width: 83.33%;
}
.col12 {
    width: 100%;
}

p {
    margin: 0 0 1em;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    outline:none;
}
.right-align {
    text-align: right;
}
.center-align {
    text-align: center;
}
.hero_content h1{ color: #2A2D34;}
h1 {
    font-size: 72px;
    font-weight: normal;
    line-height: 96px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    /*color: #ffffff;*/
    margin: 0 0 15px;
    font-family: "Komika Axis";
}
h2 {
    color: #2A2D34;
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 54px;
    font-family: "Komika Axis";
    font-weight: normal;
}
h3 {
    font-weight: 800;
    margin: 0 0 20px;
    text-transform: none;
    line-height: 42px;
    margin-bottom: 15px;
    color: #2A2D34;
    font-size: 32px;
}
h4 {
    color: #000000;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 10px;
}
h5 {
    font-size: 40px;
    margin: 5px 0 39px 0;
    font-weight: 800;
    line-height: 54px;
    color: #2A2D34;
}
.pT100 {
    padding-top: 100px !important;
}
.pB100 {
    padding-bottom: 100px !important;
}
a.button {
    line-height: 22px;
    padding: 15px 30px 13px;
    display: inline-block;
    outline-offset: -3px;
    transition: all 0.3s ease;
    background-color: #FFEA00;
    border: 2px solid #FFEA00;
    color: #2A2D34;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 27px;
    min-width: 220px;
}
a.button:hover {
    background-color: #FFFF64;
    border-color: #FFFF64;
}
a.button:focus {
    background-color: #EDED7C;
    border-color: #EDED7C;
}
a.button.white {
    background: #ffffff;
    border-color: #ffffff;
    min-width: 162px;
}
a.button.white:hover {
    background: transparent;
    color: #fff;
    border-color: #ffffff;
}
a.button.white:focus {
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}
.header {
    padding: 0 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 111;
    line-height: 21px;
}
.header .row {
    display: flex;
    align-items: center;
}
span.current_location {
    font-size: 14px;
    padding: 0 10px;
}
.header_middle {
    background: #58B948;
    padding: 0 25px;
    height: 100px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.shrunk .header_middle {
    height: 78px;
}

.header_middle .row {
    position: relative;
}
.header_middle a.button {
    border: 2px solid #FFFFFF;
    border-radius: 27px;
    background: transparent;
    color: #ffffff;
    padding: 12px 15px 10px;
    min-width: 190px;
}
.header_middle a.button:hover {
    color: #2A2D34;
    background: #ffffff;
}
.shrunk .header_CTA {
    top: 15px;
}
.shrunk .header_middle a.button {
    color: #2A2D34;
    background: #ffffff;
}
.header_logo {
    position: relative;
    width: auto;
    width: 156px;
    padding-top: 9px !important;
    height: 100px;
    transition: all 0.3s ease;
}
.shrunk .header_logo{
    height: 78px;
}
.header_logo img {
    width: 136px;
    transition: all 0.3s ease;
    min-width: 76px;
}
.shrunk .header_logo img {
    width: 76px;
}
.header_menu {
    position: relative;

    float: left;
    margin-left: -10px;
}
/*###############*/
.map_background,
.map_backgroundIn {
    position: absolute;
    left: 0;
}

.map_background {
    bottom: calc(-20vw * .27);
    z-index: 30;

    width: 100%;
    height: 20vw;

    /* background-color: #000; */
}

.map_backgroundIn {
    width: 100%;
    /* height: 100%; */
}

.header_menu ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.header_menu >ul>li {
    float: left;
    margin-right: 25px;
    position: relative;
}

.header_menu ul a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    padding: 9px;
}
.header_menu ul li:hover > a {
    color: #A4EC98;
}
.header_menu >ul>li> ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #59b849;
    min-width: 250px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    z-index: 1;
}
.header_menu >ul>li:hover> ul {
    opacity: 1;
    visibility: visible;
}
.header_menu >ul ul a {
    color:#ffffff;
    text-transform:none;

}
a.locationMenuItem.active {
    color: #58B948 !important;
}
.header_CTA {
    float: right;
    width: auto !important;
    position: absolute;
    right: 30px;
    top: 26px;
    transition: all 0.3s ease;
}
.header_bottom {
    background: #fff;
    padding: 0 40px;
    position: relative;
    top: 0;
    opacity: 1;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
    height: 55px;

    transition: all .3s ease;
}
.hide-secondary_menu .header_bottom {
    top: -55px;
    height: 0;
    opacity: 0;
    transform: translate(0, -100%);
}
.secondary_menu {
    padding-left: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.secondary_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.secondary_menu a {
    color: #2A2D34;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 13px 0px 9px;
    border-bottom: 2px solid transparent;
}
.secondary_menu a:hover {
    border-color: #58B948;
}
.location_section {
    text-align: right;
    color: #000000;
    font-weight: 600;
}
.location_section p {
    margin: 0;
}
.location_section p * {
    vertical-align: middle;
}
.location_section i {
    color: #000000;
    font-size: 16px;
}
span.current_location {
    font-size: 14px;
    padding: 0 7px;
}

.location_section a {
    font-size: 10px;
    text-decoration: underline;
    font-weight: normal;
    color: #000000;
}
.main {
    padding-top: 155px;
    position: relative;
    /*    overflow-x: hidden;*/
    transition: padding 0.3s ease;
}
.admin-bar .main {
    padding-top: 125px;
}
.shrunk .main {
    padding-top: 133px;
}
.hero {
    position: relative;
    text-align: center;
    padding: 100px 0 225px;
    background-color: #2A2D34;
}

.hero .background_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.58;
}
.hero .container {
    position: relative;
    z-index: 1;
}
.hero h5 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    color: #fff;
    font-family: "Komika Axis";
    font-weight: normal;
}
.hero .video_wrap {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.hero video#video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    pointer-events: none;
}
.home_page{ 
    background: #2A2D34; 
}
.section_featured {
    position: relative;
    margin-top: -40px;
    z-index: 1;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.section_featured .featured_item {
    position: relative;
    max-width: 696px;
    margin: 0 auto;
}
.section_featured .featured_images {
    position: relative;
}
.section_featured img.balloons {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    margin: auto;
    right: 0;
    bottom: 0;
}
.section_featured img.boy {
    position: absolute;
    right: -14.3%;
    bottom: 31px;
    z-index: 2;
    pointer-events: none;
    transition: all .3s ease;
}
.section_featured .featured_content {
    position: absolute;
    bottom: 18px;
    left: 27px;
    overflow: hidden;
    padding-bottom: 0px;
    z-index: 1;
}

.section_featured .featured_item2 img.boy {
    right: -4.5%;
    bottom: -36px;
}
.section_featured .featured_item2 img.balloons2 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .3s ease;
}
.section_featured .featured_item2:hover img.balloons2 {
    opacity: 1;
}
.section_featured .featured_item2 a {
    color: #FFFFFF;
}
.section_featured .featured_item a i {
    font-weight: inherit;
}
.section_featured .featured_item a.abso_link {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 1111;
}

.section_featured .featured_item img.bg1 {
    position: absolute;
    left: 0;
    top: 0;
}

.section_featured h3 {
    font-family: "Komika Axis", arial, helvetica, sans-serif;
    font-size: 47px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1;
}

.section_featured .featured_item1 .bottom_line {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    transition: all .3s ease;
    /* -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); */
    /* transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); */
    height: 18px;
}
/*
.section_featured .featured_item1:hover .bottom_line {
visibility: visible;
opacity: 1;
height: 40px;
margin-top: 0;
}
*/
.section_featured .featured_item .bottom_line img {
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    vertical-align: top;
    height: 18px;
}

.section_featured .featured_item:hover .bottom_line img {
    width: 385px;
}

.section_featured .featured_item1 .featured_images_inner:before{
    content: "";
    background: linear-gradient(180deg, rgba(255,234,0,0) 0%, #FFDE25 100%);
    border-radius: 10px;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .3s ease;
    z-index: 1;
}
.section_featured .featured_item1:hover .featured_images_inner:before {
    opacity: 0.56;
}

.section_featured .featured_item1:hover img.balloons {
    top: -60px;
}
.section_featured .featured_item1:hover img.boy.default {
    bottom: 55px;
}

.section_featured .featured_item1 .featured_images_inner {
    overflow: hidden;
    position: relative;
}
.section_featured .featured_item img.boy.shadow {
    z-index: 1;
    bottom: 0;
    opacity: 0;
}

.section_featured .featured_item:hover img.boy.shadow {
    opacity: 1;
}

.section_featured .featured_item2 .featured_images_inner:before{
    display:none;
}
.section_featured .featured_item2 img.boy.shadow {
    bottom:-70px;
}

.section_featured .featured_item2:hover img.boy.default {
    bottom: 4px;
}
.section_featured .featured_item2:hover .featured_content {
    opacity: 1;
}

.section_featured .featured_item2 img.bubbles {
    position: absolute;
    left: 25px;
    top: 90px;
    transition: all .3s ease;
    width: 48.6%;
}

.section_featured .featured_item2:hover img.bubbles {
    top: 66px;
}
.section_featured .featured_item2 .circle_expend {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.section_featured .featured_item2 .circle_expend:after {
    border-radius: 50%;
    width: 550px;
    height: 450px;
    content: "";
    position: absolute;
    left: -18%;
    top: -38%;
    background: #FF8281;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
.section_featured .featured_item2:hover .circle_expend:after {
    width: 1310px;
    height: 560px;
    left: -50%;
    top: -50%;
}


.section_featured .featured_item2 .featured_images:before {
    background: linear-gradient(180deg, #f79998 0%, #fa2726 100%);
}

.section_featured .featured_item1:hover .featured_images:before {
    opacity: 0.56;
}
.section_featured .featured_item2:hover .featured_images:before {
    opacity: 0;
}
.section_activities {
    padding: 20px 0 40px;
    position: relative;
    background-color: #2A2D34;
}

.section_activities .intro {
    position: relative;
}
.section_activities .parallax:before {
    background: url(../img/shape.png);
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 130%;
    height: 130%;
    background-size: 95%;
}
.section_activities .pattern2 {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 30%;
    z-index: 0;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%,-50%);
}
.title_content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.title_content.inheirt_width {
    max-width: inherit;
}
.section_sign_up h2,
.title_content h2{
    /* Hidden By Naeem
    -webkit-transform: translate3d(0,400px,0);
    transform: translate3d(0,400px,0);
    opacity: 0; */
}
.visible .section_sign_up h2,
.visible .title_content h2{
    -webkit-animation: .9s cubic-bezier(.455,.03,.515,.955) forwards social-item-y,.9s cubic-bezier(.215,.61,.355,1) forwards social-item-opacity;
    animation: .9s cubic-bezier(.455,.03,.515,.955) forwards social-item-y,.9s cubic-bezier(.215,.61,.355,1) forwards social-item-opacity;
    animation-delay: 0.5s, 0.5s;
}
.title_content h4 a {
    color: #8556BC;
    text-decoration: underline;
}
.section_activities h2 {
    color: #ffffff;
}
.section_activities h4 {
    color: #FFFFFF;
}
.section_activities .left .image {
    position: relative;
    max-width: 554px;
    margin: 20px auto;
    float: right;
    margin-right: 37px;
}

.section_activities .image img.front, 
.section_activities .image img.back {
    position: absolute;
    left: -4.6%;
    top: 25.5%;
    z-index: 1;
}

.section_activities .image img.front {
    top: 44%;
    left: -17%;
}

.section_activities img.boy {
    position: relative;
    z-index: 1;
}

.activities_item {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 2px 16px -4px rgba(0,0,0,0.1);
    transition: all 0.6s ease;
}
.activities_item:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}
.activities_item .image {
    width: 37%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.activities_item .content {
    padding: 27px 20px 22px 25px;
    width: calc(100% - 37%);
}
.activities_item .imageWrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .6s cubic-bezier(.35,0,0,1);
}
.activities_item:hover .imageWrapper {
    transition: transform .8s cubic-bezier(.35,0,0,1);
    transform: scale(1.25);
}
.activities_item:hover img {
    opacity: 0!important;
}
.activities_item .image img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    opacity: 0;
}
.activities_item h3 {
    margin-bottom: 15px;
}

.activities_item a {
    color: #2A2D34;
    font-weight: 600;
    border-bottom: 2px solid transparent;
}
.activities_item a:hover {
    border-color: #58B948;
}
.activities_item a i {
    color: #58B948;
    font-size: 80%;
}
.section_activities a.button {
    min-width: 237px;
    margin-top: 8px;
}
.section_activities .text_center {
    padding-left: 70px;
}
.text_center {
    text-align: center;
}
.textRight {
    text-align: right;
}



.section_promotions {
    padding: 45px 0 20px;
    background-color: #2A2D34;
}
.section_promotions .title_content h2 {
    color: #ffffff;
}

.section_promotions h4 {
    color: #ffffff;
}
.section_promotions .promotion_item {
    border-radius: 10px;
    margin: 0 10px;
    margin-bottom: 20px;
    max-width: 580px;
    text-align: left;
    transition: all 0.6s ease;
    box-shadow: 0 2px 16px -4px rgba(0,0,0,0.1);
    background: #ffffff;
    position: relative;
    padding-bottom: 290px;
    overflow: hidden;
}
.section_promotions .promotion_item:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}

.section_promotions .promotion_item .image {
    overflow: hidden;
    height: 100%;
    background: #ededed;
}
.section_promotions .promotion_item .image img {
    width: 100%;
    transition: transform .6s cubic-bezier(.35,0,0,1);
}
.section_promotions .promotion_item:hover .image img {
    transition: transform .8s cubic-bezier(.35,0,0,1);
    transform: scale(1.25);
}
.section_promotions .promotion_item .content {
    padding: 24px 24px 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.6s ease;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}
.section_promotions .promotion_item a.abso_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_promotions .promotion_item h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 15px;
}
.section_promotions .promotion_item h5 span {
    padding: 0 15px 0 0;
}
.section_promotions .promotion_item span.offer_price {
    color: #E94444;
    font-weight: 800;
    line-height: 32px;
    font-size: 28px;
}
.section_promotions .promotion_item h5 span.normal_price {
    text-decoration: line-through;
}
.section_promotions .promotion_item a.button {
    min-width: 200px;
}
.section_promotions .promotion_item .button_wrapper {
    height: 0;
    opacity: 0;
    transition: all .6s ease;
}
.section_promotions .promotion_item:hover .button_wrapper {
    height: 54px;
    opacity: 1;
    visibility: visible;
}

.section_events {
    padding: 45px 0 40px;
    background-color: #8556BC;
}
.section_events h2 {
    color: #ffffff;
}
.section_events h4 {
    color: #FFFFFF;
}

.section_events .event_item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
    text-align: center;
    transition: all 0.6s ease;
    color: #FFFFFF;
    padding-top: 20px;
}
.section_events .event_item:hover {
}
.section_events .event_item .content {
    padding: 0px 24px 24px;
}
.section_events .event_item .image {
    margin-bottom: 25px;
    overflow: hidden;
}
.section_events .event_item .image img {
    /* transition: transform .6s cubic-bezier(.35,0,0,1); */
}
.section_events .event_item:hover .image img {
    /* transition: transform .8s cubic-bezier(.35,0,0,1); */
    /* transform: scale(1.25); */
}

.section_events .event_item h3 {
    color: #fff;
}
.section_events .event_item .content a {
    border-bottom: 1px solid #FFEA00;
    color: #FFEA00;
}
.section_events .event_item .content a:hover {
    border-bottom: 2px solid #FFEA00;
}
.section_events .event_item .content a i {
    color: #58B948;
    font-size: 80%;
}
.section_events a.button {
    min-width: 220px;
}
@-webkit-keyframes social-item-y {
    0% {
        -webkit-transform: translate3d(0,400px,0);
        transform: translate3d(0,400px,0)
    }

    26% {
        -webkit-transform: translate3d(0,-51px,0);
        transform: translate3d(0,-51px,0)
    }

    60% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    92% {
        -webkit-transform: translate3d(0,-.5px,0);
        transform: translate3d(0,-.5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes social-item-y {
    0% {
        -webkit-transform: translate3d(0,400px,0);
        transform: translate3d(0,400px,0)
    }

    26% {
        -webkit-transform: translate3d(0,-51px,0);
        transform: translate3d(0,-51px,0)
    }

    60% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    92% {
        -webkit-transform: translate3d(0,-.5px,0);
        transform: translate3d(0,-.5px,0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes social-item-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes social-item-opacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.section_follow {
    background-color: #ffffff;
    padding: 45px 0 40px;
    position: relative;
}
.section_follow .box {
    width: 25%;
    float: left;
    position: relative;
    -webkit-transform: translate3d(0,400px,0); 
    transform: translate3d(0,400px,0); 
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.visible.section_follow .box:nth-child(1){
    animation-delay: 0.55s, 0.55s;
}
.visible.section_follow .box:nth-child(2){
    animation-delay: 0.6s, 0.6s;
}
.visible.section_follow .box:nth-child(3){
    animation-delay: 0.65s, 0.65s;
}
.visible.section_follow .box:nth-child(4){
    animation-delay: 0.7s, 0.7s;
}
.visible.section_follow .box {
    -webkit-animation: .9s cubic-bezier(.455,.03,.515,.955) forwards social-item-y,.9s cubic-bezier(.215,.61,.355,1) forwards social-item-opacity;
    animation: .9s cubic-bezier(.455,.03,.515,.955) forwards social-item-y,.9s cubic-bezier(.215,.61,.355,1) forwards social-item-opacity;
}
.section_follow .box a {
    display: block;
}

.section_follow .box img {
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.section_follow .box:hover img {
    -webkit-transition: all .5s cubic-bezier(.1,1.05,.55,1.49);
    transition: all .5s cubic-bezier(.1,1.05,.55,1.49);
    -webkit-transform: scale(1.15) rotate(5deg);
    transform: scale(1.15) rotate(5deg);
    -webkit-filter: brightness(.6);
    filter: brightness(.6);
}
.section_follow .box i {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    transition: all 0.3s ease;
    z-index: 1;
}
form {
    border-radius: 33.5px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4.5px -0.5px rgba(0,0,0,0.1);
    padding: 8px;
    position: relative;
    max-width: 500px;
    margin: 0px auto 17px;
}

.map_section form {
    border-radius: 33.5px;
    background-color: #FFFFFF;
    /* box-shadow: 0 4px 4.5px -0.5px rgba(0,0,0,0.1); */
    padding: 0;
    position: absolute;
    max-width: 500px;
    margin: 0px auto 17px;
    overflow: hidden;
    box-shadow: 0 4px 4.5px -0.5px rgba(0,0,0,0.1);
    width: 100%;
    left: 0;
    right: 0;
    top: 20px;
}
::placeholder{
    color: #B3B3B3;
}
input, select, textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 54px;
    padding: 10px 15px;
    width: 100%;
    margin-right: 2%;
    outline: none;
    border: none;
    background: transparent;
    padding-right: 160px;
    margin: 0;
}

.map_section form input {
    font-size: 16px;
    line-height: 24px;
    font-family: Poppins;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 70px;
    padding: 10px 25px;
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    padding-right: 160px;
    margin: 0;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    line-height: 24px;
    padding: 14px 30px 12px;
    display: inline-block;
    outline-offset: -3px;
    transition: all 0.3s ease;
    background-color: #FFEA00;
    border: 2px solid #FFEA00;
    color: #2A2D34;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 27px;
    font-family: Poppins;
    min-width: 160px;
    cursor: pointer;
    outline: none;
}
button:hover{
    background-color: #FFFF64;
    border-color: #FFFF64;
}

.button:focus {
    background-color: #EDED7C;
    border-color: #EDED7C;
}

.section_sign_up {
    padding: 45px 0;
    /*background-image: url(../img/Cube.png);*/
    background-position: center bottom;
    text-align: center;
    background-repeat: repeat-x;
    position: relative;
    background-color: #2B2E34;
}
.section_sign_up h2 {
    color: #fff;
    margin-bottom: 7px;
}

.section_sign_up button[type="button"] {
    position: absolute;
    right: 8px;
    top: 8px;
}
.slick-slide {
    outline: none;
}
.slick-prev, .slick-next {
    z-index: 1;
    width: 50px;
    height: 50px;
    top: 50%;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
    font-size: 0;
    display: none !important;
}

.slick-prev:before,.slick-next:before {
    display: none
}

.slick-arrow i {
    font-size: 60px;
    width: 44px;
    height: 44px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 30px;
    font-weight: lighter;
}

.slick-arrow:hover i {
    opacity: 1
}

.slick-prev {
    left: 40px;
}

.slick-next {
    right: 40px;
}
.slick-slide{
    outline: none;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    border-radius: 50%;
}

.slick-dots li {
    width: 8px;
    height: 8px;
}

.slick-dots li.slick-active button {
    background-color: #63bb52;
}


/* Main Footer */

.footer {
    background-color: #000000;
    font-size: 12px;
    color: #fff;
}
.footer-main {
    background: #58B948;
    padding: 77px 30px 73px;
}
.footer-menu ul{
    padding-left:0px;
}
.footer-menu li {
    margin-bottom: 8px;
}
.footer-menu a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-menu li:hover > a{
    color: #A4EC98;
}
.social-media-content {
    text-align: right;
}
.social-media-content a.button {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px 8px;
}
.social-media-content .linklist {
    margin-right: 5px;
    margin-top: 18px;
}
.social-media-content li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.social-media-content .linklist__itemlink a {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    width: 40px;
    display: block;
}
.social-media-content .linklist__itemlink a:hover {
    opacity: 0.6;
}
.footer-sub {
    padding: 0 30px;
}
.footer-sub-content {
    padding: 17px 0 16px;
}

.footer-sub-content ul {
    list-style: none;
    padding: 0;
}

.footer-sub-content li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.footer-sub-content a {
    color: #fff;
}
.footer-sub-content a:hover {
    color: #62BB51;
}

/*--------------map section----------*/

body.menu--open {
    overflow: hidden;
}

.map_section {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
}


.map_section:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: calc(20vw * .27);

    width: 100%;
    background: #ffffff;

    content: "";
}

.menu--open .map_section {
    pointer-events: auto;
    transform: translate3d(-50%, 400px, 0);
    height: 100vh;
}
.map_section_inner .row-wrapper > div {
    /* opacity: 0; */
}

.locationActive .map_section_inner .row-wrapper > div {
    /* opacity: 1; */
    /* transition: all 1s ease 1s; */
}

button.gm-ui-hover-effect {
    position: absolute;
    right: 0;
    min-width: 0;
}
.gm-style .gm-style-iw {
    width: 300px !important;
    font-size: 16px;
    text-align: left;
}
.location-item {
    padding: 20px;
    position: relative;
    font-size: 16px;
    color: #2A2D34;
    text-align: left;
    font-weight: normal;
    font-family: Poppins;
}
.location-item h4 {
    font-weight: 600;
    font-size: 18px;
    color: #2A2D34;
    line-height: 27px;
}
.location-item p {
    position: relative;
    padding-left: 30px;
}
.location-item p i {
    position: absolute;
    left: 5px;
    top: 4px;
}
.location-item .button {
    width: 100%;
    box-shadow: none;
    font-weight: 600;
    background-color: #2A2D34;
    border-color: #2A2D34;
    border-radius: 21px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
    margin-top: 0;
    padding: 9px 30px 9px;
}

.location-item .button:hover{
    background:transparent;
    border-color:#000000;
    color:#000000;
}

.map_section button {
    min-width: 140px;
    right: 8px;
    position: absolute;
    top: 8px;
    background: none;
    border: none;
    min-width: 50px;
    height: 54px;
    font-size: 20px;
    padding: 0;
}
.map_section button:hover{
    color: #58B948;
}
.map_section .search {
    margin-bottom: -87px;
    position: relative;
    z-index: 11;
    height: 110px;
}
.morph-shape {
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    right: 0;
}

.morph-shape svg path {
    fill: #ffffff;
}

/* Panel items */
.map_section_inner .row-wrapper {
    margin-top: 151px;
    padding-top: 38px;
    text-align: center;
}
.map {
    position: relative;
}
.map:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    content: "";
    background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.locationActive .header_middle {
    background: #ffffff;
}

.locationActive .header_menu ul a {
    color: #000000;
}

.locationActive .header_menu ul li:hover > a {
    color: #58B948;
}

.locationActive .header_middle a.button {
    border: 2px solid #000000;
    color: #000000;
}
.locationActive .header_bottom {
    box-shadow: none;
}
.locationActive .header_bottom >div {
    opacity: 0;
    pointer-events: none;
    /* display: none; */
}

.locationActive .main {
    /* padding-top: 100px; */
}
.locationActive .header_menu >ul ul li:hover a {
    color: #ffffff;
}
.mapCloseIcon {
    position: absolute;
    right: 30px;
    top: -60px;
    font-size: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.mapCloseIcon:hover {
    color: #58B948;
}
.map_section .search button[type="button"] span {
    display: none;
}



div#map {
    height: 100vh;
    width: 100%;
}
.popup-tip-anchor {
    position: absolute;
    width: 328px;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.07);
    background-color: #FFFFFF;
    height: 0;
}
.popup-bubble-anchor {
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: -50%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.07);
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    z-index: 1111;
}



.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-menu {
    width: 100%;
    overflow: hidden;
    position: static !important;
    text-align: left;
}

.tt-suggestion, .empty-message {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}

.search-values span {
    color: #2A2D34;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    display: block;
    margin-bottom: 8px;
}

.search-values p {
    color: #2A2D34;
    font-size: 16px;
    line-height: 24px;
}


.tt-suggestion:hover {
    background-color: #F8FFF6;
}

.tt-suggestion p {
    margin: 0;
}

span.twitter-typeahead {
    position: static !important;
    width: 100%;
}
.map_section form input {
    padding-right: 56px;
}


.shape-overlays {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
}
.shape-overlays.is-opened {
    pointer-events: auto;
}
.shape-overlays__path:nth-of-type(1) {
    fill: #fff;
}

.locationActive .map_section {
    /* transform: translateY(0); */
    /* height: 100vh; */
    /* visibility: visible; */
}

.map_section_inner {
    position: relative;
    z-index: 40;
    /* background: #ffffff; */
    height: 100%;
    opacity: 0;
    overflow: hidden;
}

body.locationActive {
    overflow: hidden;
}
svg.shape-overlays {
    transform: scaleY(-1);
}
.locationActive svg.shape-overlays {
    transform: scaleY(1);
}

.section_activities_listing {
    padding: 40px 0 20px;
    background:#2A2D34;
}
.section_activities_listing h2 {
    color: #ffffff;
}
.section_activities_listing h4 {
    color: #FFFFFF;
}
.activity_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 20px;
}

.activity_items .activity_item {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    width: 25%;
}
.activity_items .activity_item_alt {
    position: relative;
    width: 100%;
    border-radius: .8rem;
    margin-bottom: 24px;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
    background: #000d1a;
    height: 0;
    padding-bottom: 74.667%;
}
.activity_items .activity_item_alt_link {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.activity_items h3.activity_item_alt_heading {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    width: auto;
    color: #fff;
    position: relative;
    z-index: 10;
    margin: 0 1rem -.4rem;
    text-align: center;
    font-weight: 800;
    text-shadow: 0 0 16px rgba(0,0,0,0.5);
}

.activity_items .activity_item_alt_image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(0,1,.75,1);
    transition-timing-function: cubic-bezier(0,1,.75,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.activity_items .activity_item_alt_heading:after {
    display: block;
    content: "";
    position: relative;
    top: .5rem;
    border-bottom: .3rem solid #58B948;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all .15s;
    transition: all .15s;
}

.activity_items .activity_item_alt:hover .activity_item_alt_image {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.activity_items .activity_item_alt:hover .activity_item_alt_heading:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* ==========================================================================
Helper classes
========================================================================== */

/*
* Hide visually and from screen readers
*/

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (max-width: 1599px) {
    .section_featured h3 {
        font-size: 37px;
    }
    .section_featured .featured_item:hover .bottom_line img {
        width: 305px;
    }
    .section_featured .featured_item2 img.bubbles {
        width: 38.6%;
    }
}

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

}

@media only screen and (max-width: 1199px) {
    .header_menu >ul.secondary>li {
        margin-right: 15px;
    }
    ul.secondary {
        padding: 5px 0 5px 20px;
    }
    .header_menu >ul>li {
        margin-right: 10px;
    }
    .header_menu ul a {
        font-size: 13px;
    }
    .container {
        max-width: 970px;
    }
    h1 {
        font-size: 50px;
        line-height: 65px;
    }
    .heroSectionBackground2 {
        right: -13%;
    }
    .section_featured img.boy {
        width: 70%;
    }

    .section_featured h3 {
        font-size: 35px;
    }

    .section_featured .featured_item2 img.boy {
        width: 53%;
    }

    .section_featured .featured_item2 .featured_content {
        font-size: 16px;
        line-height: 24px;
    }
    .secondary_menu li {
        margin: 0 5px;
    }
    .secondary_menu a {
        font-size: 13px;
    }
    .activity_items h3.activity_item_alt_heading {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .child-trigger,
    .mobile-trigger {
        display: none;
    }
    .close-trigger {
        display: none;
    }
    a.hiddenDesktop.header_CTA {
        display: none;
    }
    .header_menu .secondary_menu {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .header_bottom .secondary_menu {
        display: none;
    }
    .header_CTA {
        right: 55px;
        top: 15px;
    }
    .header_menu ul a {
        color: #000000;
        font-size:16px;
    }
    .mobile-trigger {
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 20px;
        width: auto;
        height: auto;
        padding: 7px 10px 8px 10px;
        transform: translatey(-50%);
    }
    .mobile-trigger:hover{
        text-decoration: none; /* Removes link text underline on button */
        color: #fff;
        background-color: #62BB51; 
        border-color: transparent;
    }
    .child-trigger {
        position: absolute;
        right: 0;
        top: 0;
        height: 39px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }
    /* Change button when menu is open */
    .mobile-open .mobile-trigger{
        color: #fff;
        background-color: #62BB51; 
        border-color: transparent;
    }

    /* Toggle Button Icon */
    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 18px;
        height: 1px;
        background-color: #000000;
        display: inline-block;
    }
    .mobile-trigger i:before {
        top: -5px;
    }
    .mobile-trigger i:after {
        top: 5px;
    }
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color: #ffffff; /* Icon color */
    }
    .close-trigger {
        position: absolute;
        right: 10px;
        top: 35px;
        font-size: 30px;
        cursor: pointer;
        color: #59b849;
    }
    .header_middle {
        height: 78px;
    }
    .header_logo {
        width: 100%;
        position: relative;
        height: auto;
        padding-bottom: 7px !important;
    }
    .header_logo img {
        width: 75px !important;
    }
    .header .col10 {
        width: 100%;
    }
    .header_logo a.header_CTA {
        border-radius: 2px;
        border: 1px solid #000000;
        min-width: 100px;
        display: block;
        text-align: center;
        float: right;
        padding: 10px;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        margin-right: 40px;
        margin-top: 10px;
    }
    .header_logo a.header_CTA:hover {
        background-color: #62BB51;
        color: #fff;
        border-color: #62BB51;
    }
    li.has-children a>i {
        display: none;
    }
    .header_menu {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        height: 100vh;
        width: 100%;
        float: none;
        overflow: auto;
        padding: 100px 0 30px;
        width: 280px;
        left: -280px;
        transition: all 0.3s ease;
        z-index: 1;
    }
    .mobile-open .header_menu {
        left: 0;
    }
    .header_menu ul {
        display: block;
        padding: 0 15px;
    }

    .header .row {
        display: block;
    }

    .header_menu >ul>li {
        float: none;
        margin: 0;
    }
    .header_menu >ul>li> ul {
        display: none;
    }
    .header_menu >ul>li> ul {
        position: static;
        opacity: 1;
        visibility: visible;
        min-width: 0;
    }

    .header_menu >ul.secondary>li {
        display: block;
        margin: 0;
    }
    .header_bottom {
        padding: 0;
    }
    .header_bottom .location_section {
        padding: 15px;
    }
    .header_bottom .row [class*='col'] {
        float: none;
        width: 100%;
    }
    .header_bottom .col3 {
        width: 100%;
    }
    .secondary_menu {
        padding-left: 0;
        border-top: 5px solid #bdbdbd;
        margin: 20px 0;
        padding: 20px 0;
    }

    .secondary_menu li {
        display: block;
        margin: 0;
    }

    .secondary_menu ul li a {
        text-transform: none;
        color: #000000 !important;
    }
    .container {
        max-width: 750px;
    }
    .map_section {
        top: 78px;
    }
    input {
        width: 100%;
        margin-right: 0;
    }
    .heroSectionBackground2 {
        display: none;
    }
    .heroSectionBackground {
        display: none;
    }

    .heroSection {
        padding: 0;
    }
    .section_featured .col6 {
        width: 100%;
        margin-bottom: 30px;
        float: none !important;
        max-width: 700px;
        margin: 0 auto 30px !important;
    }
    .main {
        padding-top: 133px;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
    h3 {
        font-size: 25px;
        line-height: 32px;
    }
    a.button {
        min-width: 200px;
    }
    .section_follow .box {
        width: 50%;
    }
    .section_activities .col6.left {
        width: 100%;
        float: none;
    }

    .section_activities .col6.right {
        width: 100%;
        float: none;
    }
    .activity_items .activity_item {
        width: 50%;
    }

    .activity_items .activity_item_alt {
        padding-bottom: 40%;
    }
    .section_featured img.boy {
        bottom: 100px;
        right: -6%;
    }
    .section_featured .featured_item1:hover img.boy.default {
        bottom: 140px;
    }
    .section_featured .featured_item2:hover img.boy.default {
        bottom: 4px;
    }
}

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

    .row {
        margin: 0;
    }
    .row [class*='col'] {
        width: 100%;
        padding: 0;
    }
    .footer .row {
        display: block;
    }
    .footer-sub-content {
        text-align: center;
    }
    .footer-sub-content li {
        margin: 0 10px;
    }
    .footer-sub-content li:first-child {
        display: block;
    }
    .footer-main {
        padding: 50px 15px 50px;
    }
    .footer__logo {
        margin-bottom: 30px;
    }
    .social-media-content {
        text-align: left;
    }
    .footer-menu {
        margin-bottom: 30px;
    }
    .footer-sub {
        padding: 0 15px;
    }
    h1 {
        font-size: 30px;
        line-height: 38px;
    }
    h2 {
        font-size: 24px; 
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 27px;
    }
    h5 {
        margin-bottom:20px;
        font-size: 20px;
        line-height: 28px;
    }
    .hero {
        padding: 60px 0 130px;
    }
    button i {
        display: inherit !important;
    }
    .search form {
        position: relative;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,0.12), 0 4px 4px 0 rgba(0,0,0,0.24);
    }
    .search input {
        width: calc(100% - 75px);
        margin-right: 0;
    }
    .search button[type="button"] {
        width: 60px;
        min-width: 0;
        position: absolute;
        right: 8px;
        top: 8px;
        height: 54px;
        padding: 0px;
    }
    button, [type="button"], [type="reset"], [type="submit"]{
        min-width: 120px;
    }
    .section_featured h3 {
        font-size: 24px;
    }
    .section_featured .featured_content {
        padding-bottom: 10px;
        left: 10px;
        bottom: 0;
    }
    .section_featured .featured_item:hover .bottom_line img {
        width: 205px;
    }
    .section_featured .featured_item1 a{
        font-size: 16px;
        line-height: 24px;
    }
    .section_featured .featured_item1:hover a {
        margin-top: 10px;
        height: 20px;
    }
    .section_featured .featured_item img.boy.shadow,
    .section_featured img.boy {
        bottom: 80px;
    }
    .section_featured .featured_item1:hover img.boy.default {
        bottom: 104px;
    }
    .section_featured .featured_item2 img.boy.shadow{
        bottom: 0;
    }
    .section_featured .featured_item2:hover img.boy.default {
        bottom: 4px;
    }
    .section_featured .featured_item2 img.bubbles {
        top: 40%;
    }
    .section_featured .featured_item2:hover img.bubbles {
        top: 30%;
    }
}
@media(max-width:479px){
    .activity_items .activity_item {
        width: 100%;
        padding: 0;
    }

    .section_promotions .promotion_item {
        padding-bottom: 250px;
    }
}



.rounded {
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    top: -60px;
    z-index: 1;
}
.rounded.top {
    bottom: 100%;
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
}
.rounded.top {
    max-height: 60px;
}
.rounded.bottom {
    top: 100%;
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
}
.rounded.bottom {
    max-height: 60px;
}
.rounded svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.rounded.dark_grey svg{
    fill:#2A2D34;
}
.rounded.top svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

[data-speed] {
    position: relative;
    z-index: 1;
}

.delay-2{
    transition-delay: .4s !important;
}



/*---------Weekly Event Page---------------*/
.section_events_listing {
    padding: 45px 0 0;
    background: #ffffff;
    position: relative;
}

.section_events_listing .event_item {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
    text-align: center;
    transition: all 0.6s ease;
    box-shadow: 0 2px 16px -4px rgba(0,0,0,0.1);
}
.section_events_listing .event_item:hover {
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}
.section_events_listing .event_item .content {
    padding: 0px 24px 24px;
}
.section_events_listing .event_item .image {
    margin-bottom: 25px;
    overflow: hidden;
}
.section_events_listing .event_item .image img {
    width: 100%;
    transition: transform .6s cubic-bezier(.35,0,0,1);
}
.section_events_listing .event_item:hover .image img {
    transition: transform .8s cubic-bezier(.35,0,0,1);
    transform: scale(1.25);
}
.section_events_listing .event_item .content a {
    border-bottom: 2px solid transparent;
}
.section_events_listing .event_item .content a:hover {
    border-color: #58B948;
}
.section_events_listing .event_item .content a i {
    color: #58B948;
    font-size: 80%;
}
.section_events_listing a.button {
    min-width: 220px;
}


/*---------section_buy_bar---------------*/

.section_buy_bar {
    padding: 45px 0 25px;
    background: #2A2D34;
}

.section_buy_bar .button {
    float: right;
    margin-bottom:15px;
}

a.button.large {
    text-transform: uppercase;
    padding: 18px 20px 16px;
    border-radius: 29.5px;
}

.section_buy_bar h2 {
    color: #ffffff;
    font-family: inherit;
    font-weight: 800;
    line-height: 60px;
}

@media(max-width:767px){
    .section_buy_bar .button {
        float: none;
    }

    .section_buy_bar {
        text-align: center;
    }
}


/*---------Group Event High Lavel Page---------------*/

.section_events_high_lavel {
    background: #ffffff;
    padding: 45px 0 0px;
    position: relative;
}

.section_events_high_lavel .image img {
    width: 100%;
    border-radius: 10px;
}

.section_events_high_lavel .content {
    padding: 25px 0 0 30px;
}

.section_events_high_lavel .content ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.section_events_high_lavel ul li:before {
    content: "Ã¢â‚¬Â¢";
    padding-right: 5px;
}

.section_events_high_lavel .event_item {
    border-bottom: 2px solid #58B948;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

@media (max-width:767px){
    .section_events_high_lavel .content {
        padding: 25px 0 0 0px;
    }
    .section_buy_bar h2 {
        line-height: 32px;
    }
}


/*---------Group Events Details Page---------------*/
.section_inner_pages_hero {
    text-align: center;
    color: #ffffff;
    position: relative;
    background-color: #2A2D34;
}
.section_inner_pages_hero .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_inner_pages_hero .image:before {
    background: linear-gradient(180deg, rgba(54,56,66,0) 0%, #000000 100%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.section_inner_pages_hero .content {
    max-width: 940px;
    margin: 0 auto;
    padding: 250px 0 150px;
    position: relative;
}

.section_inner_pages_hero .content a {
    color: #FFFFFF;
}

.section_inner_pages_hero .content a i {
    color: #58B948;
    font-size: 80%;
    margin-right: 0;
    transition: all 0.3s ease;
}

.section_inner_pages_hero .divider {
    width: 85px;
    height: 2px;
    background: #FFEA00;
    margin: 15px auto 0;
}

.section_inner_pages_hero .content a:hover i {
    margin-right: 10px;
}


.section_events_details {
    background: #ffffff;
    padding: 45px 0 0px;
    position: relative;
}

.section_events_details .image img {
    width: 100%;
    border-radius: 10px;
}

.section_events_details .content {
    padding: 25px 0 0 30px;
}

.section_events_details .content ul {
    margin-bottom: 20px;
    padding-left: 0;
}

.section_events_details ul li:before {
    content: "Ã¢â‚¬Â¢";
    padding-right: 5px;
}

.section_events_details .event_item {
    margin-bottom: 30px;
}
.section_events_details .content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
}

.section_events_details .title_content h2 span {
    text-decoration: line-through;
    color: #B94848;
}

a.call-button {
    color: #58B948;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    padding: 15px 0;
    position: relative;
}

a.call-button:before,a.call-button:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #8556BC;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

a.call-button:after {
    top: auto;
    bottom: 0;
}

@media (max-width:767px){
    .section_inner_pages_hero .content { 
        padding: 150px 0 150px;
    }
    .section_events_details .content {
        padding: 25px 0 0 0px;
    }
}




/*-------------video Section----------------*/

.section_video {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #2A2D34;
    color: #ffffff;
    position: relative;
}
.section_video .title_content h2,
.section_video .title_content h4 {
    color: #ffffff;
}
.width960 {
    max-width: 960px;
    margin: 0 auto;
}
.video_wrapper {
    position: relative;
    margin-top: 0;
}
a.videoplay.zeroopacity {
    z-index: -1;
}
.section_slideshow img {
    padding: 0 10px;
}
#player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    position: absolute;
    background-color: black;
    left: 0;
    top: 0;
}
#yt {
    display: none;
}
#player.videoUp{
    z-index: 1;
}

a.videoplay {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
a.videoplay:before {
    content: "\f04b";
    display: inline-block;
    font-family: "Font Awesome 5 Free",FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 35px;
    position: absolute;
    z-index: 11;
}
a.videoplay:after {
    content: "";
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 1;
    /* background-image: url(../img/Play%20Button.svg); */
    content: "";
    border: 4px solid #58B948;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.5);
}
a.videoplay:hover:after {
    border-color: #58B948;
    background: #58B948;
}

.video_wrapper .overlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section_slideshow {
    background-color: #8556BC;
    position: relative;
    color: #ffffff;
    padding: 40px 0 20px;
    overflow: hidden;
}

.section_slideshow .title_content h2 {
    color: #ffffff;
}

@media (max-width:767px){
    .section_slideshow img {
        padding: 0 5px;
    }
}


.section_normal {
    padding: 40px 0;
    position: relative;
}
.mB40{
    margin-bottom:40px;
}
.section_normal p+h3 {
    padding-top: 20px;
}



.calendar_wrapper .title_arrow {
    text-align: center;
    margin-bottom: 0;
    display: inline-block;
}

.calendar_wrapper .title_arrow h3.choices {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 27px;
}

.calendar_wrapper .title_arrow a.calender_arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
    color: #fff;
}

.calendar_wrapper .title_arrow a.calender_arrow.disable {
    color: rgba(42,45,52,0.2);
}

.calendar_wrapper .title_arrow span.accessible_text {
    display: none;
}

.calendar_wrapper .title_arrow h3.choices.accessible_text i {
    margin-left: 10px;
}
.calendar_header {
    border-radius: 10px;
    background-color: #8556BC;
    padding: 15px 25px;
}

.calendar_header .today {
    border: 2px solid #FFFFFF;
    border-radius: 21px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 9px 23px;
}

.calendar_header .tab_titles {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 12px;
    position: relative;
}

.calendar_header .active_text {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    cursor: pointer;
}

.calendar_header .active_text i {
    font-size: 12px;
}

.calendar_header .active_text span {
    margin-right: 6px;
}
.calendar_wrapper .tab_titles ul {
    padding: 0;
    list-style: none;
    font-weight: 600;
    line-height: 28px;
    display: block;
    text-align: left;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    width: 200px;
    top: 150%;
    right: -25px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
    z-index: 1;
    display:none;
}
.calendar_wrapper .tab_titles ul li {
    width: 100%;
    cursor: pointer;
    background-color: #8556BC;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.calendar_wrapper .tab_titles ul li.active, 
.calendar_wrapper .tab_titles ul li:hover {
    background: #ffffff;
    color: #8556BC;
}

.calendar_wrapper table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.calendar_wrapper tr.days_of_week th {
    text-align: center;
    vertical-align: middle;
    padding: 15px 0 15px 0;
    line-height: 28px;
    border-bottom: 2px solid #8556BC;
    width: calc(100%/7);
}
.calendar_wrapper tr.days_of_week th:first-child {
    border-radius: 0 0 0 10px;
    border-left: 2px solid #8556BC;
}
.calendar_wrapper tr.days_of_week th:last-child {
    border-radius: 0 0 10px 0;
    border-right: 2px solid #8556BC;
}
.calendar_wrapper #monthly_calendar_table{
    margin-bottom:20px;
}
.calendar_wrapper #monthly_calendar_table td {
    border-left: 1px solid #E4DEE9;
    /*    border-bottom: 1px solid #E4DEE9;*/
    padding: 0 10px;
    vertical-align: top;
    width: calc(100%/7);
}
.calendar_wrapper #monthly_calendar_table .week_row td {
    padding-top: 10px;
}
.calendar_wrapper #monthly_calendar_table td:first-child {
    border-left: 0
}
.calendar_wrapper #monthly_calendar_table tr:last-child td {
    border-bottom: 1px solid #E4DEE9;
}
.calendar_wrapper #monthly_calendar_table td div.day_of_month.no_data {
    background-color: #fff;
    color: #2A2D34;
}
.calendar_wrapper #monthly_calendar_table td div.day_of_month {
    background-color: #8556BC;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px 8px;
    line-height: 20px;
    border-radius: 4px;
    color: #ffffff;
}
.calendar_wrapper .park_content_container {
    min-height: 70px;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.calendar_wrapper .park_content_container .accessible_text {
    display: inline-block!important;
    visibility: visible!important;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    left: -5000px;
}

.calendar_wrapper .daily_block {
    vertical-align: top;
    margin-bottom: 0px;
}

.calendar_wrapper .daily_block .park_title {
    margin: 0px 5px 5px 10px;
    line-height: 1;
}

.calendar_wrapper .daily_block .park_title .park_name {
}

.calendar_wrapper .daily_block .park_hours,
.calendar_wrapper .daily_block .magic_hours {
    display: block;
    margin: 0 5px 20px 10px;
    vertical-align: top;
    min-height: 35px
}

.calendar_wrapper .daily_block .park_hours {
    margin: 7px 5px 0px 10px;
}

.calendar_wrapper .daily_block .park_hours p,
.calendar_wrapper .daily_block .magic_hours p {
    margin-bottom: 0;
}

.calendar_wrapper .daily_block .park_hours .park_hours_text,
.calendar_wrapper .daily_block .magic_hours .park_hours_text {
    font-weight: bold
}

.calendar_wrapper a.card_link_overlay {
    color: #8556BC;
}

.calendar_wrapper .tabber_item {
    padding: 0 20px;
}

.calendar_wrapper #five_day_view_table {
    margin-bottom:20px;
}
.calendar_wrapper .five_days_of_week th {
    text-align: center;
    vertical-align: middle;
    padding: 15px 0 15px 0;
    line-height: 28px;
    border-bottom: 2px solid #8556BC;
}
.calendar_wrapper .five_days_of_week th:first-child {
    border-radius: 0 0 0 10px;
    border-left: 2px solid #8556BC;
}
.calendar_wrapper .five_days_of_week th:last-child {
    border-radius: 0 0 10px 0;
    border-right: 2px solid #8556BC;
}

.calendar_wrapper .five_days_of_week th {
    width: calc(100%/5);
}
.calendar_wrapper #five_day_view_table td:first-child {
    border-left: 0;
}
.calendar_wrapper #five_day_view_table td {
    border-left: 1px solid #E4DEE9;
    /* border-bottom: 1px solid #E4DEE9; */
    padding: 0 10px;
    vertical-align: top;
    width: calc(100%/5);
}
.calendar_wrapper #five_day_view_table td:first-child {
    border-left: 0
}
.calendar_wrapper #five_day_view_table tr:last-child td {
    border-bottom: 1px solid #E4DEE9;
}


/****************/

.calendar_wrapper #one_day_view_table {
    margin-bottom:20px;
}
.calendar_wrapper .one_day th {
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px 15px 20px;
    line-height: 28px;
    border-bottom: 2px solid #8556BC;
    border-left: 2px solid #8556BC;
    border-right: 2px solid #8556BC;
    border-radius: 0 0 10px 10px;
}

.calendar_wrapper .one_day th {
    width: calc(100%/5);
}
.calendar_wrapper #one_day_view_table td:first-child {
    border-left: 0;
}
.calendar_wrapper #one_day_view_table td {
    border-left: 1px solid #E4DEE9;
    /* border-bottom: 1px solid #E4DEE9; */
    padding: 0 10px;
    vertical-align: top;
    width: calc(100%/5);
}
.calendar_wrapper #one_day_view_table tr:last-child td {
    border-bottom: 1px solid #E4DEE9;
}

.calendar_wrapper .one_day_view_content {
    display: flex;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #dee3e9;
    margin-bottom: 20px;
    padding: 0 20px 10px;
}

.calendar_wrapper .one_day_view_content >* {
    width: 200px;
}

.calendar_wrapper .one_day_view_content p.park_hoursText {
    font-weight: bold;
}

.calendar_wrapper .one_day_view_content a {
    color: #8556BC;
}

.calendar_wrapper .one_day_view_content p {
    margin-bottom: 10px;
}
@media(max-width:1024px){
    .calendar_wrapper #monthly_calendar_table {
        font-size: 13px;
    }
}


@media(max-width:767px){
    .calendar_wrapper .tabber_item {
        padding: 0;
        margin: 0 -10px;
    }
    .calendar_wrapper #monthly_calendar_table {
        font-size: 9px;
        line-height: 13px;
        table-layout: fixed;
    }
    .calendar_wrapper tr.days_of_week th {
        text-align: center;
        vertical-align: middle;
        padding: 5px 0 5px 0;
        line-height: 20px;
        font-weight: normal;
    }
    .calendar_wrapper #monthly_calendar_table td div.day_of_month {
        font-size: 10px;
        padding: 5px;
        line-height: 15px;
    }
    .calendar_wrapper .park_content_container {
        min-height: 0;
        font-size: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .calendar_wrapper .daily_block .park_title {
        margin: 0px 2px 5px 3px;
    }
    .calendar_wrapper .daily_block .park_hours {
        margin: 7px 2px 5px 3px;
    }
    .calendar_wrapper #five_day_view_table {
        font-size: 9px;
        line-height: 13px;
        table-layout: fixed;
    }
    .calendar_wrapper .five_days_of_week th.date_title {
        text-align: center;
        vertical-align: middle;
        padding: 5px 0 5px 0;
        line-height: 20px;
        font-weight: normal;
    }
    .calendar_wrapper .one_day_view_content {
        display: block;
    }
    .calendar_wrapper .title_arrow a.calender_arrow {
        margin: 0 10px;
    }
    .calendar_wrapper #monthly_calendar_table td {
        padding: 0;
    }
    .calendar_header {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 -10px;
        border-radius: 10px 10px 0 0;
    }
    .calendar_wrapper .title_arrow {
        display: block;
        text-align: left;
        margin-top: 20px;
    }

    .calendar_wrapper .title_arrow h3.choices {
        font-size: 16px;
    }
    .calendar_header .tab_titles {
        float: none;
        display: block;
    }
    .calendar_wrapper .tab_titles ul {
        width: 100%;
        left: 0;
    }
    .calendar_header .active_text {
        text-align: right;
    }
}


@media(max-width:359px){
    .calendar_wrapper #monthly_calendar_table {
        font-size: 8px;
    }
    .calendar_wrapper .park_content_container {
        font-size: 8px;
    }
    .calendar_wrapper #five_day_view_table {
        font-size: 8px;
    }
}

/***********Buy Ticket Page****************/
.buy_now_page h2{
    color: #8556BC;
}
.date_button {
    display: block;
    max-width: 456px;
    margin: 0 auto;
    box-shadow: 0 4px 4.5px -0.5px rgba(0,0,0,0.1);
    background-color: #FFFFFF;
    border-radius: 35px;
    text-align: left;
    padding: 23px 40px;
    margin-bottom: 15px;
    cursor: pointer;
}

.date_button i {
    color: #58B948;
    margin-right: 10px;
}
.buy_ticket_select_day {
    position: relative;
    margin-bottom: 40px;
}
.calander_popup {
    max-width: 336px;
    margin: 0 auto;
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    overflow: hidden;
}

.calander_popup.open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
.calanderOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(42,45,52,0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 111;
    visibility: visible;
}
.buy_ticket_select_day .title_arrow {
    text-align: center;
    margin-bottom: 32px;
}


.buy_ticket_select_day .title_arrow h3.choices {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.buy_ticket_select_day .title_arrow a.calender_arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 10px;
}

.buy_ticket_select_day .title_arrow a.calender_arrow.disable {
    color: rgba(42,45,52,0.2);
}

.buy_ticket_select_day .title_arrow span.accessible_text {
    display: none;
}
.buy_ticket_select_day h4 {
    display: inline-block;
    margin: 0;
    font-weight: 600;
    float: left;
}
.pull_right {
    float: right;
    padding-right: 0;
}
.buy_ticket_select_day tr.days_of_week th {
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    font-weight: 500;
    width: calc(100%/7);
    padding: 10px;
}

.buy_ticket_select_day #monthly_calendar_table {
    margin-bottom: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}
.buy_ticket_select_day #monthly_calendar_table td {
    padding: 0;
    vertical-align: top;
    width: calc(100%/7);
}
.buy_ticket_select_day #monthly_calendar_table td:first-child {
    border-left: 0
}
.buy_ticket_select_day #monthly_calendar_table tr:last-child td {
    border-bottom: 1px solid #ffffff;
}
.buy_ticket_select_day #monthly_calendar_table td div.day_of_month {
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
}
.buy_ticket_select_day #monthly_calendar_table td div.day_of_month.previous_month_date, 
.buy_ticket_select_day #monthly_calendar_table td div.day_of_month.next_month_date {
    color: #B3B3B3;
}
.buy_ticket_select_day #monthly_calendar_table td div.day_of_month.seleted_date, 
.buy_ticket_select_day #monthly_calendar_table td div.day_of_month:not(.next_month_date):not(.previous_month_date):hover{
    transition: all 0.3s ease;
    background-color: #58B948;
    color: #FFFFFF;
}

.buy_ticket_select_time {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 20px;
    justify-content: center;
}

.buy_ticket_select_time .time_slot {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    border-radius: 35.5px;
    border: 2px solid transparent;
    background-color: #FFFFFF;
    padding: 23px;
    width: 148px;
}

.buy_ticket_select_time .time_slot:hover{
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
}
.buy_ticket_select_time .time_slot:focus,
.buy_ticket_select_time .time_slot.selected_time {
    border-color: #2A2D34;  
}


.buy_ticket_select_ticket {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.buy_ticket_select_ticket .select_ticket_item {
    border-radius: 10px;
    width: 23.8%;
    padding: 24px 24px 48px 24px;
    margin-right: 1.2%;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    border: 2px solid transparent;
    position: relative;
}

.buy_ticket_select_ticket .select_ticket_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin: 5px 0;
}

.buy_ticket_select_ticket .select_ticket_time {
    font-size: 18px;
    line-height: 27px;
}

.buy_ticket_select_ticket .select_ticket_price {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    text-align: right;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.buy_ticket_select_ticket .select_ticket_item:focus,
.buy_ticket_select_ticket .select_ticket_item.selected_ticket{
    border-color: #2A2D34;
}
.buy_ticket_select_ticket .select_ticket_item:hover {
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
}

.buy_ticket_select_quantity {
    margin: 0px 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.buy_ticket_select_quantity .select_quantity {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
}
.buy_ticket_select_quantity .select_quantity:focus,
.buy_ticket_select_quantity .select_quantity.selected_quantity{
    border-color: #2A2D34;
}
.buy_ticket_select_quantity .select_quantity:hover  {
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
}
.step6 {
    padding-top: 45px;
    padding-bottom: 30px;
    background-color: #2A2D34;
}
.result_display {
    margin-bottom: 25px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 24px;
}

.result_display h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.result_display p+h4 {
    margin-top: 24px;
}
.result_display p {
    padding-left: 30px;
    margin-bottom: 0;
    line-height: 25px;
}
.sub_total {
    text-align: right;
    line-height: 27px;
    font-size: 18px;
}
.result_display .total_price {
    border-top: 1px solid #2A2D34;
    font-size: 24px;
    line-height: 33px;
    padding: 30px 0 20px;
    margin-top: 20px;
    font-weight: 800;
}
.result_display span.title {
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    vertical-align: top;
}
.result_display .total_price span.price {
    float: right;
}

.add_to_cart {
    text-align: right;
    margin-bottom: 40px;
}
.checkout_process {
    background-color: rgba(255,255,255,0.11);
    border-radius: 10px;
    padding: 24px;
    color: #fff;
}

.checkout_process h3 {
    color: #fff;
}

.checkout_process p {
    margin-bottom: 0;
}


.card-wrapper {
    max-width: 100%;
}
.card {
    margin-bottom: 15px;
    margin-top: 15px;
}
.checkout_process .image1 {
    margin-left: -80px;
}
.jp-card-container{
    margin-left:0px !important;
    transform: none !important; 
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
}
.checkout_process .image2 {
    margin-left: 50px;
}
.checkout_process form {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    margin: 0;
}
.checkout_process fieldset[class*='column'] {
    width: 100%;
    padding: 0;
}
.checkout_process label {
    font-size: 14px;
    color: #848484;
}
.checkout_process input,
.checkout_process select,
.checkout_process textarea {
    padding-right: 15px;
    border-bottom: 2px solid #848484;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 0;
    height: 50px;
    padding-top: 0;
    color: #ffffff;
}
.checkout_process .button_wrapper {
    margin-top: 5px;
}
button.button.green {
    background-color: #58B948;
    color: #fff;
    border-color: #58B948;
    min-width: 200px;
}

button.button.green:hover {
    background: #ffffff;
    color: #58B948;
}

button.button.transparent {
    width: 189px;
    border: 2px solid #58B948;
    border-radius: 27px;
    color: #58B948;
    background: transparent;
}
button.button.transparent:hover {
    background: #58B948;
    color: #ffffff;
}
.step2,
.step3,
.step4,
.step5,
.step6{
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
}
.step2.active,
.step3.active,
.step4.active,
.step5.active,
.step6.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.header .right-stick {
    position: fixed;
    right: 0;
    background-color: #000;
    font-size: 14px;
    text-align: left;
    top: 0;
    line-height: 50px;
    padding: 0;
    transition: all 0.5s ease;
    /* right: -500px; */
}
.header .x-scroll {
    line-height: 39px;
}
.header .right-stick a {
    color: #fff;
    padding: 0 7px;
    text-decoration: underline;
}

.header .right-stick:hover a.icon {
    color: #FFEA00;
}

.header .right-stick a.icon {
    padding: 0 14px;
}

.header .right-stick .drop {
    display: flex;
}
.header .right-stick.location-size:hover a.icon {
    color: #fff;
}

.header .right-stick.location-size a:hover {
    text-decoration: none;
    color: #58b948;
}

@media(max-width:1199px){
    .jp-card-container {
        transform: scale(.8) !important;
        margin-left: -25px !important;
    }
}
@media(max-width:1024px){
    .buy_ticket_select_ticket .select_ticket_item {
        width: 32.1%;
        padding: 15px;
    }
    .step6 .row [class*='col'] {
        width: 50%;
    }
}
@media(max-width:991px){
    
    .mobile-trigger {
        right: 20px;
    }
    .header {
        line-height: 39px;
    }
}

@media(max-width:767px){
    .buy_ticket_select_ticket .select_ticket_item {
        width: 100%;
    }
    .buy_ticket_select_quantity .select_quantity {
        width: 60px;
        margin: 0;
        height: 60px;
    }
    .buy_ticket_select_time .time_slot {
        margin: 5px;
        width: 112px;
    }
    .add_to_cart {
        text-align: center;
    }
    .check_out {
        text-align: center;
    }
    .result_display {
        padding: 15px;
    }
    .result_display h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .result_display p {
        font-size: 14px;
        line-height: 21px;
        padding-left: 0;
    }
    .result_display h3 {
        padding-bottom: 0px;
    }
    .result_display .total_price {
        font-size: 18px;
        padding: 20px 0 20px;
    }
    .buy_ticket_select_day tr.days_of_week th {
        padding: 5px 0 5px 0;
    }
    .buy_ticket_select_day #monthly_calendar_table {
        display: table;
        table-layout: fixed;
    }
    .buy_ticket_select_day .title_arrow a.calender_arrow {
        margin: 0 10px;
    }
    .checkout_process .image1 {
        margin-left: 0;
        max-width: 70%;
    }
    .checkout_process .image2 {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .date_button {
        padding: 23px 10px;
        text-align: center;
    }
    .step6 .row [class*='col'] {
        width: 100%;
    }

}
@media(max-width:425px) {
    .header_middle a.button {
        max-width: 140px;
        font-size: 14px;
    }
    .mobile-trigger {
        right: 15px;
    }
}
@media(max-width:359px){
    .buy_ticket_select_day #monthly_calendar_table {
        font-size: 10px;
    }
    .buy_ticket_select_day #monthly_calendar_table td div.day_of_month {
        cursor: pointer;
        padding: 3px;
        border-radius: 50%;
    }
    .header_middle a.button {
        min-width: 0;
    }
    .header_middle a.button {
        font-size: 12px;
    }
    .mobile-trigger {
        right: 15px;
    }
}

.modalClose {
    position: absolute;
    right: 0px;
    top: 15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.modalClose:hover {
    color: #58B948;
}
.modalOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(42,45,52,0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1111;
}
body.modalOpen .modalOverlay {
    opacity: 1;
    visibility: visible;
}
.modal {
    position: fixed;
    width: 90%;
    left: 0;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.07);
    top: 20%;
    max-width: 700px;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    z-index: 1111;
    transform: scale(0.8);
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    overflow: hidden;
    max-width: 336px;
    padding: 0;
    border: none;
}
.modalOpen .modal.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
body.modalOpen {
    overflow: hidden;
}

.location_map_container .us_map {
    text-align: center;
}

.location_map_container ul.map_tab_titles {
    display: flex;
    max-width: 430px;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    border-radius: 35.5px;
    background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    justify-content: space-evenly;
}

.location_map_container ul.map_tab_titles li {
    padding: 20px 0px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.location_map_container ul.map_tab_titles li.active,ul.map_tab_titles li:hover {
    color: #8556BC;
}

.location_map_container .sticky_menu {
    position: relative;
    top: 78px;
    left: 0;
    right: 0;
    height: 40px;
    text-transform: uppercase;
    z-index: 111;
    position: sticky;
}

.location_map_container .sticky_menu ul {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    left: 0;
    top: 78px;
    right: 0;
    z-index: 111;
    background: #ffffff;
}

.location_map_container .sticky_menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}
.location_map_container .sticky_menu a.active {
    color: #8556BC;
}

.location_map_container .state {
    text-align: center;
    margin-bottom: 30px;
}

.location_map_container .state ul {
    padding: 0;
    margin: 0;
}

.states.cloned .state {
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 216px;
    padding: 44px 24px 24px;
    z-index: 1;
    line-height: 25px;
    position: absolute;
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
    z-index: 111;
}

.states.cloned .state.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transition: all 0.3s ease;
}


.states.cloned .state h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    margin-bottom: 5px;
}

.states.cloned .state ul {padding: 0;}

.states.cloned .state ul a {
    color: #8556BC;
    text-decoration: underline;
}


.states.cloned .state:before,.states.cloned .state:after {
    background-image: url('../img/getairroot_logo.svg');
    width: 70px;
    height: 70px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    background-size: 100%;
    margin: auto;
    background-repeat: no-repeat;
    z-index: 2;
}

.states.cloned .state:after {
    background: #ffffff;
    border-radius: 50%;
    z-index: -1;
    width: 90px;
    height: 90px;
    top: -43px;
}

.location_map_container g#Map a {
    color: red;
    fill: rgb(248, 241, 255);
    stroke: rgb(133, 86, 188);
}

.location_map_container g#Map a.disable {
    stroke: #E6E6E6;
    fill: rgba(230, 230, 230, 0.3);
    cursor: default;
    pointer-events: none;
}
g#Map a:hover {
    fill: #ffffff;
}

.mapOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(42,45,52,0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 111;
    visibility: visible;
}
.map_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.location_map_container .map_content {
    padding-top: 40px;
}
.location_map_container .states.defaults {
    padding-top: 60px;
}
.location_map_container .alphabets {
    padding-bottom: 30px;
}

@media(max-width:1199px){

    .location_map_container .us_map svg {
        max-width: 100%;
        height: auto;
    }
    .location_map_container .us_map {
        transform: scale(0.8);
    }
}
@media(max-width:991px){
    .location_map_container .sticky_menu ul{
        display: flex;
        overflow: auto;

    }
}

@media(max-width:767px){
    .states.cloned {
        display: none;
    }
}
.img-circle{max-width: 80%!important;}
.wpcf7-form-control-wrap input{border: 1px solid!important;}

@media only screen and (max-width: 767px) {
  .section_activities {
    overflow: hidden;
  }
}
button#newsletterBTN {
    background: #ffffff;
    border-color: #ffffff;
    min-width: 162px;
}

.location_map_container .country {
    text-align: center;
    padding-top: 60px;
}

.location_map_container .statess {
    text-align: center;
}

.gift_page h1 {
    color: #2A2D34;
    text-shadow: none;
}
.gift_page h2,
.gift_page .gift_step1 h2 {
    color: #8556BC;
    text-align: center;
}

.gift_page .gift_step1 {
    margin-bottom: 72px;
    text-align: center;
    margin-top: 40px;
}

.gift_page .gift_step1 ul li {
    display: inline-block;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    border-radius: 35px;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    background-color: #FFFFFF;
    padding: 23px;
    margin: 15px 12px;
    cursor: pointer;
    width: 30%;
    transition: all 0.3s ease;
}

.gift_page .gift_step1 ul li:hover {
    box-shadow: 0 10px 24px 0 rgba(0,0,0,0.1);
}

.gift_page .gift_step1 ul li.process_active {
    border-color: #2A2D34;
}

.gift_step2 {
    margin-bottom:64px;
}

.gift_step2 .form div {
    border: none;
    box-shadow: none;
    border-radius: 0;
    clear: both;
    padding: 0;
}

.gift_step2 div input {
    border: 2px solid #2A2D34;
    border-radius: 35px;
    padding: 21px 30px;
    height: auto;
}
.gift_step2 .errorEmail {
    text-align: center;
    margin-bottom: 12px;
    color: red;
}

.gift_step2 .form-help-text {
    font-size: 12px;
    line-height: 24px;
    margin: 8px 0;
    display: block;
}

.gift_step2 .form-button-wrapper {
    text-align: right;
    margin: 24px 0;
}

.gift_step2 button.button.green {
    min-width: 135px;
}

.gift_checkout_process {
    border-radius: 10px;
    max-width: 455px;
    margin: 0 auto;
    padding: 24px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    margin-bottom:72px;
}

.gift_checkout_process fieldset[class*='column'] {
    width: 100%;
    padding: 0;
}
.gift_checkout_process label {
    font-size: 14px;
    color: #848484;
}
.gift_checkout_process input,
.gift_checkout_process select,
.gift_checkout_process textarea {
    padding-right: 15px;
    border-bottom: 2px solid #848484;
    border-radius: 0;
    margin-bottom: 20px;
    padding-left: 0;
    height: 50px;
    padding-top: 0;
}
.gift_checkout_process .button_wrapper {
    margin-top: 5px;
    text-align: right;
}

.gift_checkout_process form {
    border: none;
    box-shadow: none;
    border-radius: 0;
    clear: both;
    padding: 0;
}

.gift_complete_purchase_content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.gift_complete_purchase_content p.red-text {
    color: #ED3124;
}

.gift_complete_purchase_content .total_price {
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    padding: 40px;
    text-align: left;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 32px;
}
#card .jp-card-invalid {
    border-bottom: 2px solid red !important;
}


a.button.green {
    background-color: #58B948;
    color: #fff;
    border-color: #58B948;
    min-width: 200px;
}

a.button.green:hover {
    background: #ffffff;
    color: #58B948;
}

a.button.transparent {
    width: 189px;
    border: 2px solid #58B948;
    border-radius: 27px;
    color: #58B948;
    background: transparent;
}
a.button.transparent:hover {
    background: #58B948;
    color: #ffffff;
}
.gift_complete_purchase_content .button_wrapper {
    text-align: right;
    margin-bottom: 32px;
}

p.terms-text {
    font-size: 10px;
    line-height: 16px;
    text-align: left;
}
.jp-card .jp-card-front, .jp-card .jp-card-back{
    
    background-color: #8D8F97 !important;
}

.gift_step1_1, .gift_step2, .gift_step3, .gift_step4, .gift_step5 {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden;
}
.gift_step1_1 form{
    box-shadow: none;
}
.gift_step1_1 form input{
    border: 2px solid #2A2D34;
    border-radius: 35px;
    padding: 21px 30px;
    height: auto;
}
.gift_step1_1.active, .gift_step2.active, .gift_step3.active, .gift_step4.active, .gift_step5.active {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.gift_step5 .balance_activity{
    border-radius: 10px;
    background-color: #8556BC;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 25px;
}
.gift_step5 .balance_activity .recent_activity{
    font-size: 18px;
    font-weight: 500;
}
.gift_step5 .card_information{
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
.card_information .table_header{
    border: 2px solid #8556BC;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    font-weight: 600;
}
.card_information .table_row,
.card_information .table_header{
   padding: 15px;
}
.card_information .table_row{
    border-bottom: 1px solid #eee;   
}
.card_information .table_row:last-child{
    border-bottom: none;   
}
.card_information .table_header table{
    width:100%;
}
@media(max-width:767px){
    .gift_page .gift_step1 ul li {
        display: block;
        width: auto;
    }
    .gift_step5 .card_information {
        font-size: 14px;
    }
    .card_information .table_row div{
        padding:5px;
    }
}