﻿/* -----------------------------------------------

    Author      : G.Arun Vignesh
    Date Created: 23-MAY-2018

   -----------------------------------------------
*/
@import url('https://fonts.googleapis.com/css2?family=Skranji&display=swap');


/*------ Common Settings -------*/
.padding-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-l-0 {
    padding-left: 0 !important;
}

.padding-r-0 {
    padding-right: 0 !important;
}

.padding10px {
    padding: 10px !important;
}

.padding-l-30 {
    padding-left: 30px !important;
}

.padding-b20 {
    padding-bottom: 20px !important;
}

.margin-l-r-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-t-0 {
    margin-top: 0px !important;
}

.margin-t-8 {
    margin-top: 8px !important;
}

.margin-t-5 {
    margin-top: 5px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}

.margin-t-15 {
    margin-top: 15px !important;
}

.margin-t-20 {
    margin-top: 20px !important;
}

.margin-t10p {
    margin-top: 10%;
}

.border-solid-1px {
    border: solid 1px #f6a441 !important;
}

.border-solid-green {
    border: solid 2px #339621 !important;
}

.h3-black {
    font-family: 'Arial', sans-serif;
    color: #000;
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.navbar-form {
    text-align: center;
}

.h3-heading {
    font-family: 'Amatic-Bold', sans-serif;
    color: #339621;
    font-size: 25px;
    font-weight: 900;
}

.border-left-2px {
    border-right: solid 2px #ececec;
}

.margin-r-5 {
    margin-right: 5px !important;
}

.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}

a {
    color: #134d8d;
}

    a:hover {
        color: #339621;
    }

#discountApply {
    color: #000;
    font-size: 16px;
}

.btn-secondary:hover {
    background-color: #339621;
    color: #fff;
}

button:focus {
    outline: 0;
}

.font-25 {
    font-size: 25px !important;
}

.font-28 {
    font-size: 28px !important;
}

.margin-top30 {
    margin-top: 30px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.container-wrapper {
    /*width: 90%;*/
    margin: 10px auto;
    /*display:flex;*/
    justify-content: center; /* align horizontal */
    min-height: 1000px;
}

.container-wrapper2 {
    width: 90%;
    margin: 10px auto;
    justify-content: center; /* align horizontal */
    min-height: 900px;
}

    .container-wrapper2 p {
        margin-bottom: 15px;
        font-size: 25px;
        font-weight: 600;
    }

.container-wrapper-1 {
    width: 90% !important;
    margin: 10px auto;
    /*display: flex;*/
    justify-content: center;
    padding-top: 30px;
}

.container-wrapper-title {
    width: 90% !important;
    margin: 10px auto;
    /*display: flex;*/
    text-align: center;
}

*:focus {
    outline: 0;
    outline: none;
}



.red-alert {
    padding: 10px;
    color: #ff0000;
    border: solid 1px #ff0000;
    font-size: 14px;
    font-family: 'Arial';
    margin-right: 15px;
    margin-top: 15px;
}

.color-red {
    color: #ff0000;
}

.cal-row-head [class*=cal-cell], .cal-row-head [class*=cal-cell]:first-child {
    background: #339621 !important;
}



/*-- Navigation and Header --*/
.navigation-bar {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
    /*  background-color: #000;*/
    border: 0;
    z-index: 250;
}

.top-bar-nav {
    height: 41px;
}

    .top-bar-nav a {
        color: #fff;
        font-size: 13pt;
        text-decoration: none;
        height: 41px;
        line-height: 41px;
        display: block;
        text-align: center;
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    }

        .top-bar-nav a:hover {
        }

/*.header-margin-top-nav {
    margin-top:130px !important;
}*/
.fa-inverse {
    color: #000 !important;
}

.leftmenu {
    height: 106px;
    position: absolute;
    z-index: 250;
    width: 9.5%;
}

.rightmenu {
    width: 86%;
    float: right;
    font-family: Lato;
    /*font-size: 1.35em;*/
}

.bg-aqua {
    background-color: #bff5f5;
}

.bg-green {
    background-color: #29831b !important;
    background: url(../images/common/green3.png) !important;
        padding: 8px;
}

    .bg-green a {
        color: #fff;
        text-align: center;
        margin: auto;
        display: block;
        line-height: 40px;
        text-transform: uppercase;
        z-index: 999;
        position: relative;
        font-size: 1rem;
    }

.bg-yellow {
    background-color: #fce53a;
}

.bg-aqua:hover {
    background-color: #8EC1BF;
}

.bg-green:hover {
    background-color: #5D9134;
}

.bg-yellow:hover {
    background-color: #C1AC30;
}

.navigation-menu {
    /*height:111px !important;
    background-color:#339621;
    -webkit-box-shadow: -1px 1px 6px 1px rgba(0,0,0,0.21);
    -moz-box-shadow: -1px 1px 6px 1px rgba(0,0,0,0.21);
    box-shadow: -1px 1px 6px 1px rgba(0,0,0,0.21);
    border-bottom:solid 1px #0c2a5f;*/
    width: 100%;
    margin: 0 auto !important;
    background: #134D8D;
    font-size: 1.25rem;
    box-shadow: 1px 1px 35px rgba(0,0,0,0.73);
    height: 110px;
}

.header-line-border {
    background: #0F3F72;
    height: 110px;
}

.logo {
    /*margin-top:7px;*/
}

.navigation-menu ul li a {
    color: #fff;
    font-weight: 500 !important;
    font-size: 10px;
    text-align: center;
    padding: 14px 7px;
    line-height: 37px !important;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    text-transform: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #adb5b9;
    background-color: transparent !important;
    background: url(../../resources/images/common/paw_print_clear.png) no-repeat center center;
    background-size: 40%;
}
/*.navbar-nav {
    float: right;
}*/

.weather-icon {
    /*padding-left: 20px;*/
    /*background-color: #fff;
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;*/
    padding-left: 15px;
}

.menu-nav-button:last-child {
    border: none;
}

#weather-div .cartsum_textweather:nth-child(1) .col-md-4 {
    width: 100% !important;
    text-align: center;
}

#weather-div .cartsum_textweather:nth-child(1) #MainContent_Label1 {
    font-size: 20px;
    color: #fff;
}

#weather-div .cartsum_textweather:nth-child(1) {
    background: #4e93b2;
}

    #weather-div .cartsum_textweather:nth-child(1) .col-md-8 {
        width: 100% !important;
        text-align: center;
    }

    #weather-div .cartsum_textweather:nth-child(1) #MainContent_part_ETA {
        font-size: 31px;
        /* text-transform: uppercase; */
        font-family: 'Lato', sans-serif;
        color: black;
    }

    #weather-div .cartsum_textweather:nth-child(1) .dayofweather {
        width: 100% !important;
    }

.cart-icon {
    padding-left: 10px;
}

.cart-badge {
    display: inline-block;
    min-width: 10px;
    padding: 7px 9px;
    font-size: 12px;
    font-weight: 700;
    color: #134d8d;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border-radius: 21px;
    position: absolute;
    top: 16px;
    right: 5px;
    /*border: solid 2px #fff;*/
}

.cart-button .caret {
    margin-left: 42px;
}

.animated > .cart-badge {
    animation: shake 1.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.topban {
    margin-top: 122px;
}

.otherbg-1 {
    /*background:url('../images/common/otherbg-1.jpg');
    background-size:100%;
    background-repeat:no-repeat;*/
    height: 90px;
}

.homeicon-mobile {
    color: #fff;
}
/*--------Buttons---------*/

.menu-nav-button .btn-primary:hover {
    background-color: #fff !important;
    color: #339621;
}



.btn-primary {
    border: 0px solid #fff;
    border-radius: 0px !important;
    background: #134d8d !important;
    min-width: 100px;
    /*height: 44px;*/
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    font-family: Lato;
}


    .btn-primary:hover {
        background: #339621 !important;
        color: #fff;
    }




.btn-secondary {
    border: 1px solid #134d8d;
    border-radius: 9px !important;
    /* background: #339621 !important; */
    /*background: #4e93b2;*/
    min-width: 100px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    font-family: Lato;
    font-size: 16px !important;
    color: #134d8d;
}

.btn-default {
    /*border: 0px solid #339621;
    border-radius: 9px !important;
    background: #339621 !important;
    min-width: 130px;  
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    color: #fff;
    text-transform: capitalize;
    font-family: Lato;
    margin-right: 5px;
    font-size: 16px;
    padding: 10px !important;*/
    background: url(../../resources/images/common/papper-button-green.png) no-repeat center center !important;
    padding: 12px 15px;
    color: white;
    display: block;
    max-width: 100%;
    text-align: center;
    border: 0px;
    border-radius: 0 !important;
}

    .btn-default:hover {
        /*  border: 0px solid #56703E;
        border-radius: 0px !important;
        background: #56703E !important;
        min-width: 130px;
      
        padding-left: 20px;
        padding-right: 20px;
        text-align: center !important;
        color: #fff;
        text-transform: capitalize;
      
        font-family: Lato;*/
        border-radius: 0 !important;
        background: url(../../resources/images/common/papper-button.png) no-repeat center center !important;
    }

.md-button {
    border: 0px solid #339621;
    border-radius: 9px !important;
    background: #339621 !important;
    min-width: 130px;
    /* height: 44px; */
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    color: #fff;
    text-transform: capitalize;
    /*font-family: 'Amatic-Bold', sans-serif;*/
    font-family: Lato;
    margin-right: 5px;
    font-size: 16px;
    padding: 10px !important;
}

    .md-button:hover {
        border: 0px solid #56703E;
        border-radius: 9px !important;
        background: #56703E !important;
        min-width: 130px;
        /*height: 44px;*/
        padding-left: 20px;
        padding-right: 20px;
        text-align: center !important;
        color: #fff;
        text-transform: capitalize;
        /*font-family: 'Amatic-Bold', sans-serif;*/
        font-family: Lato;
    }

    .md-button.md-warn:not([disabled]) md-icon {
        color: #fff;
        /*padding-top: 4px;*/
    }

.btn-anchor {
    background: #da0606;
    color: #fff;
    font-family: 'Amatic-Regular',sans-serif;
    padding: 10px 20px;
    font-size: 1.56em;
    border-radius: 9px;
}

    .btn-anchor:hover {
        color: #fff;
        background-color: #339621;
    }

.btn-primary-a {
    border: 2px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 0px !important;
    background: rgba(0, 0, 0, 0.46) !important;
    width: 50%;
    height: 67px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important;
    font-family: 'Amatic-Bold', sans-serif;
    /* margin-right: 12px; */
    /* margin-top: 5px; */
    font-size: 30px;
}

.loginbbtn {
    /*-moz-box-shadow:0 10px 14px -7px #a86707;
-webkit-box-shadow:0 10px 14px -7px #a86707;
box-shadow:0 10px 14px -7px #a86707;*/
    background-color: #93240b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: SourceSansPro-Semibold,sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 1px 0 #664708
}

    .loginbbtn:hover {
        background-color: #e99619;
        color: #fff
    }

    .loginbbtn:active {
        position: relative;
        top: 1px
    }

.btn-primary-a:hover {
    background: rgba(0, 0, 0, 0.7) !important;
    border: 2px solid rgba(255, 255, 255, 0.18);
}

.btn-primary-a img {
    margin-right: 10px
}

.continue-btn {
    color: #565656;
    border: none;
    font-size: 25px;
    background: transparent;
    font-family: Lato;
}

.btn-checkout {
    color: #166c11;
    border: solid 2px #166c11;
    width: 60%;
    font-size: 20px;
    height: 51px;
    border-radius: 22px !important;
    background: rgba(0,0,0,0.0) !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    text-transform: uppercase;
    font-family: 'Amatic-Bold', sans-serif;
    padding-top: 11px;
    margin-left: 15px;
}

.btn-social {
    background-color: #000;
    color: #fff;
    padding: 0px;
    border-radius: 50px;
    font-size: 12px;
    border: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff !important;
    /* background-color: #b9c47a !important; */
    /*border: solid 0px #b9c47a;*/
    border-radius: 0px !important;
}

a.md-button.md-default-theme:not([disabled]):hover, a.md-button:not([disabled]):hover, .md-button.md-default-theme:not([disabled]):hover, .md-button:not([disabled]):hover {
    color: #fff !important;
    background-color: #e36731 !important;
    /*border: solid 1px #128fa7 !important;*/
}


.join-waitlist {
    border: solid 3px #ff0000;
    margin-left: 14% !important;
    top: 10% !important;
    bottom: 5% !important;
    -webkit-box-shadow: 0px 0px 24px 13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px 13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px 13px rgba(0,0,0,0.75);
}

/*.join-waitlist:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}

.join-waitlist:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}*/


.wait-list-form input {
    margin-bottom: 10px;
}

.wait-list-form textarea {
    margin-bottom: 10px;
}

.join-waitlist-form {
    /*border: solid 1px #339621;*/
    padding: 15px;
}

#ordesum.affix {
    position: fixed;
    bottom: 220px;
    z-index: 1000;
    margin-right: 11%;
}

#navstick1.affix {
    position: fixed;
    top: 0;
    z-index: 1100;
    width: 100%;
}

.navbar-form .form-control {
    width: 100% !important;
}

#ordesum.stick {
    position: fixed;
    bottom: 220px;
    z-index: 1000;
    margin-right: 11%;
}

.general1 .btn-default {
    color: #fff;
    z-index: 0;
    white-space: normal;
}

/*---home carousel--*/
.homecarouselbg {
    background: url('../images/common/homebg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -133px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 50%;
    margin: auto;
}
/*Home Modules*/
/*.homemodule img {
    padding: 10px;
    margin: 0 auto;
        height: 100px;
}*/
.homemodule {
    padding-top: 100px;
}

    .homemodule p {
        width: 70%;
        margin: 25px auto;
    }

    .homemodule .module1 h2 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
    }

    .homemodule .module1 a {
        background: #128fa7;
        color: #fff;
        font-family: 'Amatic-Regular',sans-serif;
        padding: 10px 20px;
        font-size: 1.56em;
        border-radius: 9px;
    }

    .homemodule .module2 h2 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #e36731;
    }

    .homemodule .module2 a {
        background: #e36731;
        color: #fff;
        font-family: 'Amatic-Regular',sans-serif;
        padding: 10px 20px;
        font-size: 1.56em;
        border-radius: 9px;
    }

    .homemodule .module3 h2 {
        font-family: Lato;
        color: #339621;
    }

    .homemodule .module3 a {
        background: #339621;
        color: #fff;
        font-family: 'Amatic-Regular',sans-serif;
        padding: 10px 20px;
        font-size: 1.56em;
        border-radius: 9px;
    }

.bottommodule p {
    width: 70%;
    color: #fff;
    margin: 25px auto;
    min-height: 75px;
}

.bottommodule .module4 h2 {
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    color: #fff;
}

.bottommodule .module4 a {
    background: #da0606;
    color: #fff;
    font-family: 'Amatic-Regular',sans-serif;
    padding: 10px 20px;
    font-size: 1.56em;
    border-radius: 9px;
}

.bottommodule .module5 h2 {
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    color: #fff;
}

.bottommodule .module5 a {
    background: #78a22f;
    color: #fff;
    font-family: 'Amatic-Regular',sans-serif;
    padding: 10px 20px;
    font-size: 1.56em;
    border-radius: 9px;
}

.bottommodule .module6 h2 {
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    color: #fff;
}

.bottommodule .module6 a {
    background: #d94046;
    color: #fff;
    font-family: 'Amatic-Regular',sans-serif;
    padding: 10px 20px;
    font-size: 1.56em;
    border-radius: 9px;
}

.bottommodule {
    background: url('../images/common/bottombg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 50px;
    padding: 100px 15px;
    background-size: cover;
}

/*---------- Form Elements ----------*/
.mandatory {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid red !important;
}

.mandatory-success {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid #178900 !important;
}

.form-control {
    display: block;
    width: 300px !important;
    height: 51px;
    padding: 14px 8px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2a2a2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}






.login_drop {
    position: fixed;
    width: 713px;
    height: 400px;
    -webkit-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
    box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
    background: #fff;
    background-size: 100%;
    /* border: 5px solid #fff!important; */
    z-index: 99999;
    top: 96px;
    right: 12.5%;
}

#logout-div {
    width: 600px;
    height: 115px;
    padding-top: 48px;
}

    #logout-div ul {
        list-style: none;
    }

        #logout-div ul li {
            float: left;
            margin-right: 30px;
            margin-top: 30px;
        }

.login-or-badge {
    background: #ececec;
    color: #000;
    padding: 8px;
    position: absolute;
    border-radius: 30px;
    left: 396px;
    top: 110px;
}

.login-signup {
    background: #124a87;
    margin-top: 0px;
}



.weather_drop {
    position: fixed;
    width: 300px;
    -webkit-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
    box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
    background: #fff;
    background-size: 100%;
    /* border: 5px solid #fff!important; */
    z-index: 1000;
    top: 93px;
    right: 189px !important;
    color: #000;
}

.cartsum_textweather {
    border-bottom: dashed 1px #4e93b2;
    padding: 10px 0px;
}

.padding-login {
    line-height: 45px !important;
    color: #fff;
}

#partial {
    top: 33%;
    bottom: 35%;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    margin-left: 38%;
    padding-top: 30px;
}

#roundoffAmount h4 {
    font-family: Lato;
    font-size: 25px;
}

#roundoffAmount {
    background-color: #f3f3f3;
    padding: 20px;
    border: solid 2px #339621;
    margin-top: 15px;
}

.form-control {
    width: 96% !important;
}

.padding-l-r-0-xs {
    padding-left: 0px;
    padding-right: 0px;
}

.module_boxes .module a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: calc(100vw - 75vw);
    text-align: center;
    vertical-align: middle;
    font-size: 28pt;
    text-decoration: none;
    font-family: Arial;
    font-weight: 800;
}

.module_boxes-icon {
    position: relative;
    top: 20px;
}

.module_boxes .module a:hover {
    background-color: rgb(0,0,0,.5);
}

.fg_teal, a.fg_teal {
    color: #bff5f5;
}

.fg_green, a.fg_green {
    color: #339621;
}

.fg_yellow, a.fg_yellow {
    color: #fce53a;
}

.fg_white, a.fg_white {
    color: #ffffff;
}

.fg_blue, a.fg_blue {
    color: #339621;
}

.sb-slidebar h5 {
    color: #fff;
    padding-left: 25px;
}


.animal-draopdown select {
    font-size: 16px;
    padding: 10px;
    margin-top: 7px;
    color: #000;
}

textarea:focus {
    outline: none !important;
    border-color: #719ECE;
    box-shadow: 0 0 10px #719ECE;
}

/*----- Admission  -----*/




/*#Admission-page #box1 {
    background: #fff;
    background-size: 100%;
    border:solid 5px #ff0000;
    -webkit-box-shadow: 0px 0px 40px 26px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 40px 26px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 40px 26px rgba(0,0,0,0.75);
    top:5% !important;
    bottom:5% !important;
    z-index:9999999999999999;
}*/

#Admission-page #box1 {
    /*margin-left: 0;*/
    background: #fff;
    background-size: 100%;
    -webkit-box-shadow: 0px 0px 47px 21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 47px 21px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 47px 21px rgba(0,0,0,0.75);
    /*border: solid 3px #ff0000;*/
    top: 15px !important;
    bottom: 15px !important;
	left:5% !important;
}

#calendar-set {
    top: 30px;
    bottom: 30px;
    text-align: center;
    position: absolute;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    left: 0%;
}

.admission-ticket {
    min-height: 500px;
}

.admission-tickets-image {
    /*border: solid 6px #339621;*/
}

.ticket {
    /*padding-left: 30px !important;*/
}

.ticket-table-heading h3 {
    color: #128fa7;
    font-family: Lato;
    font-weight: bold;
    font-size: 16px;
}

.ticketdetail {
    margin-bottom: 5px;
}

    .ticketdetail p {
        margin: 0 0 1px;
    }

.VisitorType {
    color: #48530c;
    font-size: 18px;
    font-weight: 500;
}

.VisitorTypeDetails {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.ticket-total-Price {
    color: #339621;
    font-size: 25px;
    font-weight: 500;
}

.ticket h2 {
    font-family: 'Skranji', cursive;
    letter-spacing: 2px;
}

.ticket-title h2 {
    font-family: 'Skranji', cursive;
    letter-spacing: 2px;
    color: #3c9a37;
}

.total-net-amount {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 5px;
    font-family: 'Skranji', cursive;
}

.total-net-price-area {
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-left: solid 3px #e8e8e8;*/
}

.border-right {
    border-right: solid 1px #339621;
}

.border-bottom {
    border-bottom: solid 1px #339621;
}

.admission-tickets-list {
    /*padding-top:30px;*/
    padding-bottom: 10px;
}

    .admission-tickets-list:nth-child(even) {
        /*background-color: #ffffff;*/
        /*background:url('../images/common/document.jpeg');
        background-size:cover;
        background-repeat:no-repeat;
        padding-top:50px;*/
    }
    /*.admission-tickets-list:nth-child(even) h2 ,.admission-tickets-list:nth-child(even) p,.admission-tickets-list:nth-child(even) .VisitorType,.admission-tickets-list:nth-child(even) .VisitorTypeDetails,
        .admission-tickets-list:nth-child(even) .counter-container .counter-field,.admission-tickets-list:nth-child(even) .total-net-amount,.admission-tickets-list:nth-child(even) .ticket-total-Price{
            color:#fff;
        }*/
    .admission-tickets-list:nth-child(odd) {
        /*background-color: #f1f1f1;*/
    }

.counter-container .counter-minus, .counter-container .counter-plus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 -6px;
    padding: 15px 14px 15px !important;
    border: 1px solid #339621;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    border-radius: 25%;
    white-space: normal;
    font-weight: 600;
    font-size: 18px;
}



.counter-container .counter-minus {
    margin-right: -5px;
}

.counter-container .counter-plus {
}

a.counter-plus:hover, a.counter-plus:focus {
    color: #fff;
    background: #4389ad;
    border: 1px solid #4389ad;
}

a.counter-minus:hover, a.counter-minus:focus {
    color: #fff;
    background: #4389ad;
    border: 1px solid #4389ad;
}

.counter-container .counter-field {
    margin: 0;
    text-align: center;
    width: 60px;
    color: #0a7291;
    border: 1px solid transparent;
    height: 50px;
    background-color: transparent;
    white-space: normal;
    font-family: 'Amatic-Bold', sans-serif;
    font-size: 30px;
}


.cart-popup-top {
    margin-top: 45px !important;
}

.timingsection .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #9aba62;
    border: 1px solid #339621;
    border-radius: 0px;
}

.datepicker-label {
    background-color: #fff !important;
    color: #339621 !important;
}

.homeicon-mobile1 {
    display: none;
}

.hamburger-menu-ipad-l {
    display: none !important;
}

.calendar-btn {
    background-color: #339621;
    border-radius: 0;
    width: 43px;
    height: 44px;
    color: #fff !important;
}

.calendar-btn1 {
    background-color: #339621;
    border-radius: 0;
    width: 43px;
    height: 60px;
    color: #fff !important;
}

.Event-backbtn {
    margin-top: 40px;
}


.timingsection {
}

/*.time-selection-border .form-control {
    height: 43px !important;
    width: 243px !important;
}*/

.time-selection-panel input {
    height: 15px;
}

.time-selection-panel .ui-select-match > .form-control {
    height: 44px;
    width: 96%;
}

.time-selection-panel {
    /*border:solid 1px #9aba62;
    background-color:#e8e8e8;*/
    padding-left: 0;
    margin-bottom: 20px;
}

.ticket-detail-area {
    /*border:solid 1px #9aba62;*/
    padding-top: 15px;
    border-top: none;
    /*background-color: #f1f1f1;*/
}

.time-selection-border {
    /*border: solid 1px #339621;*/
    /*padding: 15px 0 !important;*/
    /*margin-bottom: 20px;*/
}


/*-----------Membership-------------*/
.member-bg-overlay {
    font-family: 'Amatic-Bold', sans-serif;
    color: #ffffff;
    min-height: 100%;
    /* margin-top: -74%; */
    /* padding: 10px; */
    position: absolute;
    top: 0;
    width: 100%;
}

#Membership-page .membershiplist:nth-child(1) .member-bg-overlay {
    background: rgba(224, 132, 29, 0.55);
}

#Membership-page .membershiplist:nth-child(2) .member-bg-overlay {
    background: rgba(42, 151, 183, 0.55);
}

#Membership-page .membershiplist:nth-child(3) .member-bg-overlay {
    background: rgba(141, 156, 60, 0.55);
}

#Membership-page .membershiplist:nth-child(4) .member-bg-overlay {
    background: rgba(10, 114, 145, 0.55);
}

#Membership-page .membershiplist:nth-child(5) .member-bg-overlay {
    background: rgba(217, 64, 70, 0.55);
}

#Membership-page .membershiplist:nth-child(6) .member-bg-overlay {
    background: rgba(224, 132, 29, 0.55);
}

#Membership-page .membershiplist:nth-child(7) .member-bg-overlay {
    background: rgba(224, 132, 29, 0.55);
}

#Membership-page .membershiplist:nth-child(8) .member-bg-overlay {
    background: rgba(42, 151, 183, 0.55);
}

#Membership-page .membershiplist:nth-child(9) .member-bg-overlay {
    background: rgba(141, 156, 60, 0.55);
}

#Membership-page .membershiplist:nth-child(10) .member-bg-overlay {
    background: rgba(10, 114, 145, 0.55);
}

.member-bg-overlay h4 {
    font-family: 'Amatic-Bold', sans-serif;
    font-weight: 900;
    font-size: 36px;
    padding-left: 15px;
}

.member-bg-overlay .fly {
    position: absolute;
    bottom: 25px;
}

.member-price {
    width: 94px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 0px;
    left: 320px;
}

    .member-price p {
        color: #fff;
        font-weight: 700;
    }

#lastclick h3 {
    font-size: 40px;
    color: #000;
}

#box1 {
    top: 5%;
    bottom: 15%;
    left:12.5%;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    /* margin-left: 2%;*/
    border: solid 1px #000;
    box-shadow: 0px 0px 28px 12px rgba(0,0,0,0.61);
    -webkit-box-shadow: 0px 0px 28px 12px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 0px 28px 12px rgba(0,0,0,0.61);
}

.memborder img {
    width: 157px;
    padding-bottom: 10px;
}

.btn-defaultss:hover {
    color: #fff;
}

#box2 {
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 20;
    display: none;
    margin-left: 12%;
}

#box3 {
    position: fixed;
    /*overflow: auto;*/
    background: #fff;
    z-index: 5000;
    display: none;
    margin: 0;
    left: 20%;
    width: 60%;
    border: solid 3px #ff0000;
    -webkit-box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 33px 4px rgba(0,0,0,0.58);
    padding: 20px;
}




#box4 {
    top: 15%;
    bottom: 15%;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    left: 10%;
}

#box5 {
    top: 4%;
    bottom: 9%;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    left: 13% !important;
    text-align: center;
    border: solid 3px #e7e7e7;
    width: 73%;
    -webkit-box-shadow: 0px 0px 62px 3px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 62px 3px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 62px 3px rgba(0,0,0,0.85);
    border: solid 3px #339621;
}

    #box5:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: -2;
    }

    #box5:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
    }


.membership-text p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.membership-text {
    padding-left: 20px !important;
}

.membership-price {
    font-size: 25px !important;
    font-weight: 900 !important;
    color: #000;
}

.membership-benifits p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-left: 40px;
}

.membership-benifits ul {
    /*list-style: none;*/
    line-height: 32px;
}

/*.membership-benifits li::before {
    content: "\f0a3";
    font-family: FontAwesome;
    color: #acacac;
    margin-right: 4px;
}*/

.membership-benifits-xtra-card {
    font-size: 13px;
    color: #ff0000;
}

.VisitorType-heading {
    margin-top: 15px;
}

.VisitorType-heading-itemprint {
    background-color: #339621;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    margin-top: 20px;
}

.VisitorType-heading p {
    font-size: 24px;
    margin-top: 15px;
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    color: #035AA7;
    font-weight: 300;
    text-transform: uppercase;
}

.membership-form .form-control {
    display: block;
    width: 99% !important;
    height: 50px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2a2a2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#calendarEvents-set {
    top: 30px;
    bottom: 30px;
    text-align: center;
    position: absolute;
    overflow: auto;
    /*margin-left: 17%;*/
    background: #fff;
    z-index: 5000;
    display: none;
}

.membership-benifits {
    margin-top: 20px;
}

.membership-benifits-xtra-card ul {
    margin-left: -22px;
}

.panel-heading {
    color: #fff;
    background-color: #0f3f72;
    padding: 8px;
    border-bottom: 1px solid transparent;
    font-size: 24px;
    margin-top: 15px;
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
}


.gift-form .input-group {
    margin-top: 15px;
}

#Gift_Note {
    width: 100% !important;
}



/*---------- Education --------*/
#viewpriceList {
    top: 30px;
    bottom: 30px;
    position: absolute;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    margin-left: 18%;
    border: solid 3px #339621;
    -webkit-box-shadow: -1px -1px 15px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 15px 3px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 15px 3px rgba(0,0,0,0.75);
}

.initial-panel {
    margin-left: 20px;
    margin-bottom: 40px;
    margin-top: 90px;
}

.login-border {
    border-right: solid 3px #72B0C7;
    border-bottom: none;
    min-height: 487px;
}

.edulogin-panel {
    border: solid 3px #72B0C7;
}

#viewpriceList .container-fluid {
    margin-top: 20px;
}

/*#viewpriceList:after {
          position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #339621;
  z-index: -2;
    }*/

/*#viewpriceList:before {
  position: absolute;
  content: "";
 
  background: #FFF;
  z-index: -1;
}*/
#box5 .md-button {
    border-radius: 9px !important;
    background: #4e93b2 !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none;
    font-size: 20px;
}

#viewpriceList .close {
    color: #000;
}

.educationlogin {
    margin-top: 25px;
}

.education-title-camp {
    margin-top: 10px;
    margin-bottom: 20px;
}

.alert-danger {
    border: none;
}

.edulogin-panel {
    padding: 15px 25px;
}


.edusignup md-input-container, #box5 md-input-container {
    padding: 0;
    z-index: 2;
}


.form-login-heading {
    margin-bottom: 0px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 21px;
    font-family: Lato;
    color: #128fa7;
}

.login-or {
    background: #128fa7;
    padding: 15px;
    border-radius: 150px;
    position: absolute;
    left: 97%;
    top: 54px;
    color: #fff;
}

#box5 h3 {
    /* background-color: #339621; */
    color: #339621;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    margin-top: 0;
    font-size: 36px;
}

.education-membership-find-box h3 {
    background-color: #339621;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 25px;
}



.education-or {
    border-top: 2px solid #e7e7e7;
    margin-top: 70px;
}

.education-or-text {
    /*position: absolute; */
    /* width: 60px; */
    background: #fff;
    /* top: -11px; */
    /* left: 46%; */
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    padding-top: 90px;
}

    .education-or-text span {
        background-color: #339621;
        padding: 18px;
        border-radius: 72px;
    }



.education-module-hover {
    background-color: #339621;
}

    .education-module-hover:hover {
        opacity: 0.5;
        cursor: pointer;
    }

.edubanner h2 {
    padding-top: 20px;
    text-transform: capitalize;
}

.md-button.md-fab {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0) !important;
}

    .md-button.md-fab.md-mini {
        line-height: 40px;
        width: 40px;
        height: 50px !important;
        margin-bottom: 35px;
    }

.filtersearch {
    padding: 0px;
    background: #f1f1f1;
    background-size: 100%;
    border: solid 1px #cccccc;
    padding-bottom: 30px;
    min-height: 305px;
}

.filter-title {
    padding: 10px;
    background: #77be44;
    border: 1px solid #77be44;
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 65px;
}

.education-tabbable ul {
    list-style: none;
}

    .education-tabbable ul li a {
        float: left;
        margin-left: 23px;
        margin-bottom: 20px;
    }

        .education-tabbable ul li a.btn-default {
            background: #4e93b2 !important
        }

.filtersearch h3 {
    color: #fff;
    text-align: center;
}

.filtersearch .currentevent {
    background: #fff;
    outline: 0;
}

.filtersearch .panel-heading {
    background: #fff;
    color: #000;
}

.filtersearch .panel-body {
    padding: 5px !important;
    font-weight: bold;
    color: #000 !important;
    font-family: Lato;
    font-size: 25px;
}

#Featured {
    margin-top: -19px;
}

.visitor-type-panel {
    min-height: 200px;
}

.education-visitor-type {
    padding-top: 40px;
    padding-bottom: 20px;
}

.padding-top-20 {
    padding-top: 20px;
}


.edu-cont-btn {
    width: 170px;
    /* text-align: center !important; */
    margin-left: 29% !important;
}

.splotherform {
    padding-top: 30px;
}

#MemberID-get #box1 {
    top: 24%;
    bottom: 33%;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    margin-left: 14%;
    border: solid 1px #000;
    padding-left: 0px !important;
    padding-top: 30px;
	left: 20%;
}

    #MemberID-get #box1:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.8);
        z-index: -2;
    }

.cal-month-day small {
    margin-top: -2px;
    margin-left: 36px;
    color: #0b3f72;
    display: none;
}

    .cal-month-day small i.color-white.fa.fa-chevron-down.fa-1x {
        display: none !important;
    }

.cal-month-day small {
    margin-top: -5px;
    color: #fff !important;
    /*background: #329900;
    border: solid 3px #329900;*/
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: -66px;
    left: -50px;
    border-radius: 80px;
    z-index: 1;
}

span[data-cal-date] {
    z-index: 10 !important;
}

.cal-slide-content {
    font-size: 12.5px;
}


#calendarView {
    padding-top: 50px;
}

.btn-calendar-content {
    background-color: #4e93b2;
    border: solid 0px #339621;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

.btn-calendar-content-wl {
    background-color: #339621;
    border: solid 1px #339621;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

    .btn-calendar-content-wl:hover {
        background-color: #339621;
        border: solid 1px #339621;
        color: #fff;
    }

.cal-slide-content .border-bottom-gray {
    border-bottom: solid 1px #dfdfdf;
    margin-bottom: 1px;
    padding-bottom: 5px;
}

.cal-month-box .cal-row-fluid, .cal-year-box .row {
    border-bottom: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
}

.cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
    border-right: 1px solid #000 !important;
}

.cal-day-today {
    color: #339621 !important;
}

.cal-cell:first-child, .cal-cell:last-child {
    color: #339621 !important;
    /*background: rgba(0,0,0,0) !important;*/
}

.cal-day-weekend span[data-cal-date] {
    color: #ffffff;
    background: rgba(0,0,0,0) !important;
    text-align: center;
    z-index: 10 !important;
}

.cal-day-weekend span[data-cal-date] {
    color: #000 !important;
    margin-top: 35px;
    /*display:table-cell; vertical-align:middle; text-align:center*/
}

span[data-cal-date] {
    margin-top: 35px !important;
    text-align: center;
}


.cal-slide-content .btn-default {
    min-width: 113px !important;
}


#MemberID-get #box1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}



.filtersearch input {
    width: 30px;
    height: 30px;
    width: 20px;
    height: 30px;
    top: -8px;
    left: 15px;
}

.panel-title {
    color: #434445;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#Audience .checkbox {
    margin-top: 0px;
}

#goToPage {
    color: #000 !important;
    border-radius: 15px;
    padding: 10px;
    margin-top: 30px;
}

    #goToPage .tab-content .scrolldiv {
        height: 215px;
        /*border: 2px solid #339621;*/
        padding-bottom: 20px;
        margin-top: -3px;
        background: #fff;
        min-height: 250px !important;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

.detailevent .color-green {
    color: #339621;
}

.ui-select-toggle .text-muted, .ui-select-toggle .ui-select-match-text {
    color: #606060;
    font-size: 16px;
    font-family: Lato;
}

.detailevent {
    border-top: 1px solid #339621 !important;
    margin-top: 40px;
    background: #fff;
    padding: 15px;
}

    .detailevent h4 {
        padding: 5px;
        color: #e0841d;
        font-family: Lato;
        font-size: 32px;
        letter-spacing: 2px;
    }

    .detailevent .bg-color-lgrey {
        border: 1px solid #929292 !important;
        color: #fff !important;
        padding: 15px;
        background-color: #339621;
    }


.educationtab .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    box-shadow: none !important;
    outline: none !important;
}

.educationtab .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    border: none !important;
}

    .educationtab .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
        box-shadow: none !important;
    }

.educationtab .nav-tabs li a {
    display: block;
    background: #717074;
    color: #fff;
    padding: 0;
    position: static;
    text-transform: capitalize;
    font-family: Arial,sans-serif;
    font-size: 14px;
}

.educationtab .nav-tabs li {
    text-indent: 5px;
}

.educationtab .nav-tabs > li a:hover {
    border: none;
}

.educationtab .nav-tabs > li::before {
    border: none;
}

.educationtab .nav-tabs > li a:hover :after {
    border: none;
}

.educationtab .nav-tabs > .active > a {
    background: #4e93b2 !important;
}

.nav-tabs > a:hover > a:after {
    border: none;
}

.educationtab .nav-tabs > .active > a:after {
    border: none;
}

.educationtab .nav-tabs > .active > a:before {
    border: none;
}

.educationtab .nav-tabs > li > a::after {
    border: none;
}

.educationtab .nav-tabs li a.current:after {
    border: none;
}

.scrolldiv .list-inline {
    white-space: nowrap;
    height: 95%;
    padding-top: 20px;
}

    .scrolldiv .list-inline h4 {
        white-space: normal;
        font-size: 20px;
    }

.extracont .list-inline {
    margin-top: -20px;
}

.education-event-title {
    background-color: #339621;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    min-height: 90px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
}

.view-first {
   border: solid 1px #134d8d;
}


.ui-select-match > .form-control {
    display: block;
    width: 243px !important;
    height: 51px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2a2a2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.0);
    border-radius: 0px !important;
}

.bottompanel .form-control {
    display: block;
    width: 242px !important;
    height: 50px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2a2a2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.date-if-no-cal {
    margin-top: 10px;
    color: #339621;
    font-weight: 900;
    font-size: 23px;
}

/*.login-button {
    color: #339621;
    text-transform: capitalize;
    background-color: #fff;
    border-radius: 6px;
}*/

.date-if-no-cal-m {
    margin-top: 10px;
    color: #339621;
    font-weight: 900;
    font-size: 26px;
}

/*input:focus {
    background-color: #FFF;
    outline: none;
    width: 264px !important;
    height: 60px;
}*/

.button, select, html, textarea, input {
    font-family: Arial !important;
}

.Event-details {
    font-size: 25px;
    font-weight: 600;
}

#Participant-popup {
    top: 20%;
    bottom: 5%;
    position: fixed;
    overflow: auto;
    background: #f2f2f2;
    z-index: 5000;
    display: none;
    left: 15%;
    margin: auto;
    border-radius: 10px;
    border: solid 5px #339621;
    -webkit-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 18px -1px rgba(0,0,0,0.62);
}

.Participant-popup-heading {
    background-color: #f6a441;
    padding: 5px;
    border: solid 1px #fff;
    color: #fff;
}

    .Participant-popup-heading h4 {
        font-size: 16px;
        font-family: Lato;
    }


.education-pop-login {
    font-weight: 600;
    font-size: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidepersrep h4 {
    background-color: #339621;
    background-color: #339621;
    color: #fff;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.sidepers {
    border: solid 1px #339621;
}

.btnedit {
    background-color: #4e93b2;
    border: solid 1px #4e93b2;
    color: #fff;
    padding-left: 17px;
    padding-right: 15px;
    border-radius: 7px;
}

.btnedit1 {
    background-color: #339621;
    border: solid 1px #339621;
    color: #fff;
    border-radius: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.btnview {
    background-color: #339621;
    border: solid 1px #339621;
    color: #fff;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 7px;
}

.btndelete {
    background-color: #ff0000;
    border: solid 1px #ff0000;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 7px;
    ;
}

.btndelete-cart {
    background-color: transparent;
    border: solid 1px #fff;
    color: #ff0000;
    border-radius: 30px;
    padding-left: 17px;
    padding-right: 17px;
    display: table-cell;
    vertical-align: middle;
}

.participantshow {
    min-height: 550px;
}

    .participantshow h3 {
        padding-top: 100px;
        /* width: 90%; */
        padding-left: 80px;
        text-align: center;
        font-size: 26px;
        font-family: 'Arial',sans-serif;
        color: #585858;
        margin-bottom: 35px;
    }

.educationevent {
    /*border-radius: 20px;*/
    margin: 10px;
    color: #000;
    text-align: center;
    padding: 5px;
    border: solid 1px #128fa7;
}

.event-popuphead {
    padding-top: 10px;
}

.education .nav-tabs a {
    border-radius: 10px 10px 0px 0px !important;
    text-align: center;
    margin-top: -3px;
}

.education .nav-tabs li a {
    padding: 10px;
}

.education .nav-tabs > .active > a {
    background: #e36731;
    color: white !important;
    /* color: rgb(51, 51, 51); */
    -webkit-transition: 0.2s all ease-in;
    transition: 0.2s background-image ease-in;
    font-family: "Arial";
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
}

.nav-tabs > .active > a {
    margin-top: -3px !important;
    color: #fff;
}

.education .nav-tabs > .active > a {
    background: #128fa7 !important;
}


.extracont {
    padding: 5px;
    color: #fff;
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    font-size: 14pt;
    font-weight: 700;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e36731;
}

    .extracont a {
        color: #000;
    }

#adventures-art1 .panel-title {
    color: #fff !important;
}

.m-signature-pad--body {
    border: solid 1px #c6c6c6 !important;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1) !important;
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1) !important;
    bottom: 20px !important;
}

.signature-pad-title {
    margin-left: 0px;
    margin-top: 25px;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}

.splevents {
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
}

    .splevents:nth-of-type(odd) {
        border-bottom: solid 1px #339621;
    }


    .splevents:nth-of-type(even) {
        border-bottom: solid 1px #339621;
    }


/*---------- Checkout and Shoppingcart*/

#cartitemtable #boxing {
    position: fixed;
    overflow: auto;
    background: #fff;
    background-size: 100%;
    z-index: 5000;
    display: none;
    left: 10%;
    width: 80%;
    top: 10%;
    margin: 0%;
}

#checkoutLogin {
    position: fixed;
    background: #fff;
    z-index: 5000;
    display: none;
    min-height: 378px;
    overflow: auto;
    top: 15%;
        left: 30%;
    width: 40%;
    border: solid 3px #ff0000;
    -webkit-box-shadow: 0px 0px 22px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px 10px rgba(0,0,0,0.75);
}

.sidesub span i.fa.fa-times {
    padding-left: 30px;
    padding-top: 13px;
}

.membership-popup-skip {
    padding-top: 25px;
}

.edu-avail-member-price {
    border-right: solid 2px #e7e7e7;
    margin-top: 0px;
    padding: 10px;
}

#checkoutLogin:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: -2;
}

#checkoutLogin:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}

#checkoutLogin .btn-default {
    color: #fff;
    margin: 10px auto;
}

#checkoutLogin .createlog {
    background: #134D8D;
    color: #fff;
}

    #checkoutLogin .createlog a {
        color: #fff;
    }

.cartlogin-sociallogin {
    background-color: #f3f3f3;
    padding: 11px;
    margin-top: 11px;
    border: solid 1px #d9d9d9;
}

.sociallogin button {
    margin: 30px auto;
}

#checkTerms {
    margin-right: 10px;
}


#checkoutLogin .topdialog {
    background: #134D8D;
    color: #fff;
    height: 50px;
}

    #checkoutLogin .topdialog a {
        color: #000 !important;
        background-color: #f3f3f3;
        padding-top: 5px;
        position: absolute;
        right: 9px;
        top: 8px;
        padding-bottom: 6px;
        padding-left: 11px;
        padding-right: 11px;
    }

.shoppingcart-login-btn {
    margin-top: -10px;
    width: 100px !important;
    margin-top: -9px !important;
}

#terms {
    position: fixed;
    color: #000;
    background: #ffffff !important;
    z-index: 5000;
    display: none;
    top: 9%;
    height: 75%;
    overflow: scroll;
    border: solid 2px #339621;
    padding-left: 20px !important;
    -webkit-box-shadow: 0px 0px 19px 14px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 19px 14px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 19px 14px rgba(0,0,0,0.75);
}

#cartitemtable #donationamount {
    margin-bottom: 30px;
}



#checkoutLogin .topdialog {
    position: relative !important;
}

/*.tab-content{
    border:solid 1px #339621;
    padding-top:20px;
}*/

.ticketitems h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500 !important;
}

.cartitemtable {
    background: #134d8d !important;
    color: #fff !important;
    padding: 15px;
    margin-top: -1px;
    font-size: 20px;
}

.shoppingcart-item {
    padding: 15px;
    border-bottom: solid 1px #339621;
}

.delete-item {
    background-color: transparent;
    color: #ff0000;
    border: none;
    font-size: 23px;
    float: right;
    padding-right: 50px;
}

.btn-cart-update {
    background-color: transparent;
    border: 1px solid #339621;
    border-radius: 21px;
    font-size: 12px;
    padding: 2px 10px;
    color: #000;
    font-weight: 900;
}

    .btn-cart-update:hover {
        background-color: #339621;
        color: #fff;
    }

#discountApply {
    text-transform: uppercase;
}

.discount-code .form-control {
    display: block;
    width: 95% !important;
    height: 50px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a2a2a2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sidesub {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
}

.bordertop2 {
    border-top: solid 2px #cacaca;
    margin-top: 15px;
    padding-top: 10px;
    border-bottom: solid 2px #cacaca;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.color-promo-green {
    color: #0dae2e;
}

.bordertop2 h3 {
    font-family: Arial,sans-serif;
}

.sidesub span {
    padding-top: 10px;
}

.boxtext {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin: 1px;
    text-transform: uppercase;
}

#ordesum h3 {
    color: #ffffff;
    margin: 0;
    padding: 15px;
    font-size: 36px;
    font-family: 'Amatic-Bold';
    font-weight: 400;
    text-align: center;
}

.btn-paynow {
    background-color: #339621;
    color: #fff;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

#emaildivsharing {
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    border: solid 3px #339621;
}

    #emaildivsharing:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: -2;
    }


    #emaildivsharing:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
    }

#SocialPopup {
    border: solid 3px #339621;
}

    #SocialPopup:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: -2;
    }


    #SocialPopup:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
    }


.from-email-id {
    background-color: #339621;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    /* width: 200px; */
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 60px;
}

.mail-from-area {
    border-right: solid 1px #339621;
    padding-bottom: 20px;
}

.border-top-double-mail {
    background-color: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}

#SocialPopup h4 {
    background: #339621;
    margin: 0;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
}

#SocialPopup {
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
}

    #SocialPopup .topdialog {
        position: relative !important;
    }

.shoppingcart-item > .counter-container {
    border: solid 1px #339621 !important;
}

.shoppingcart-heading h1 {
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif !important;
}

.review-order-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #3c9e3d;
}

.qtywidth .counter-container {
    border: solid 1px #a2a2a2 !important;
}

/*---------- Item Print ---------*/
.itemprnt .addresspanel h4 {
    padding: 0px;
    color: #000 !important;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-family: MalloryMP-Bold,Helvetica,sans-serif;
}

.itemprnt .addresspanel {
    text-align: center;
    /*border: 1px dashed #fff;*/
    color: #160375;
    margin-top: 10px;
}

.itemprnt hr {
    border-top: 1px solid #a2a2a2;
    width: 95%;
}

.itemprnt h4 {
    color: #000 !important;
    font-family: Lato !important;
    font-weight: 600;
    font-size: 22px;
    margin-top: 30px;
}

.itemprnt {
    padding: 20px;
    color: #000 !important;
    font-family: 'Amatic-Bold';
    /*border-top: 5px solid #003c9e;
    background: #fffafa;
    border-bottom: 5px solid #003c9e;
    border-left: 1px solid #003c9e;
    border-right: 1px solid #003c9e;*/
}

    .itemprnt .color-orange {
        color: #000;
    }

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
    padding: 10px;
}

#customername {
    color: #000 !important;
    /*font-weight: 500;*/
}

.order-summary {
    /*border-left: solid 2px #339621;*/
    height: 350px;
}

.address-panel {
}

.order-summary h4 {
    color: #fff !important;
    background-color: #339621;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------Donation------------*/

.donate1 h1 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.donate-panel {
    padding: 15px;
    border: solid 1px #DB6126;
}



.donation-amount {
    margin-top: 20px;
}

.donationrightbox {
    background-color: #DB6126;
    /*border-left: 15px #fff solid;*/ color: #fff;
}

.donationright p {
    padding: 15px;
}

.donation-price {
    position: relative;
    top: -210px;
    color: #ffffff;
}

/*---------- Auth Management ------------------*/

.signup-form .form-control {
    /*width: 300px !important;*/
    margin-bottom: 15px;
}

.loginView-panel h3 {
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0.95;
    font-size: 21pt;
    font-family: "Luckiest Guy";
    color: #e36731;
}

.loginView-panel {
    margin-top: 20px;
    border-right: solid 1px #339621;
}

.signup-area {
    margin-top: 20px;
    border: solid 1px #339621;
    padding-bottom: 18px;
}

    .signup-area h3 {
        margin-bottom: 20px;
    }

/*---------- Special Event -----------*/

.special-event-textbox {
    height: 44px !important;
    width: 100% !important;
    background-color: #fff !important;
}

.special-event-timing-sec {
    padding: 20px;
    /*border: solid 1px #a2a2a2;*/
    padding-left: 20px !important;
    background-color: #fff;
}

.spleventtable {
    margin-top: 20px;
    margin-bottom: 20px;
}

.special-event-dropdown > .ui-select-match > .form-control {
    height: 44px !important;
}

.specialevent h1 {
    margin-top: 40px;
}

.special-event-ticket {
    margin-top: 10px;
}

.specialthumb h3 {
    background-color: #339621;
    color: #fff;
    padding: 10px;
    margin-top: -1px;
    margin-bottom: 0px;
}

.specialthumb .view-first {
    background: #fff;
}

.special-event-ticket h3 {
    font-size: 36px;
    color: #000;
}

.shoppingcart-btn1 {
    border: solid 1px #339621;
    padding: 10px;
    border-radius: 570px;
}

.eventAvailableTimeBox {
    font-size: 10px;
}


#specialEventCategoryList {
    margin-bottom: 15px;
}

/*animal adoption*/

.adopt-image {
    border: solid 3px #339621;
    margin-bottom: 30px;
}

.list-group-item-text {
    position: absolute;
    top: 130px;
    color: #ffffff;
    padding: 5px;
    left: 26px;
}

.animal-draopdown p {
    float: left;
    margin-right: 25px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}


.animal-draopdown {
    margin-top: 20px;
    background-color: #339621;
    color: #fff;
    margin-bottom: 30px;
}

    .animal-draopdown p label {
        font-weight: 400;
        font-size: 16px;
    }

.border-blue-itemprint {
    border: solid 1px #0f3f72;
}

.border-blue-itemprint {
    border: solid 1px #0f3f72;
}

/*---------- Item Print -------*/

.tableheadingcolor {
    background-color: #0f3f72;
    color: #fff;
}

/*.item-print-details{
    padding-left:60px;
    padding-right:60px;
}

#itemprintHeader{
    padding-left:60px;
    padding-right:60px;
}*/

.itemprnt {
    /*  border: solid 1px #339621; */
    padding: 20px;
    margin-top: 20px;
    padding-left: 20px;
    font-family: Lato !important;
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

.itemprintHeader {
    text-align: center
}

/*---------- Reprint ----------*/
.reprint-heading {
    margin-top: 30px;
    background-color: #339621;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

.myorders {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #339621;
}

.btn-default-print {
    border-radius: 22px !important;
    background: #339621;
    min-width: 60px;
    height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    color: #fff;
    ;
    text-transform: uppercase;
    font-family: 'Amatic-Bold', sans-serif;
}

/*---------- Reprint ----------*/
/*.reprinthead {
    margin-top: 35px;
}*/


.cartsum_text1 {
    padding-left: 10px;
}


/*---------- Footer -----------*/
@media (min-width: 992px) {
    img#edge {
        margin-top: -1px !important;
        position: relative;
    }

    .home-content-button-area {
        text-align: left;
        padding: 40px 80px;
    }

        .home-content-button-area h2 {
            margin-top: 0;
            text-align: left;
        }

        .home-content-button-area .clear-green-button {
            /*z-index: 110;*/
            position: relative;
        }

    .clear-green-button a {
        padding: 15px 30px;
        display: table;
        width: auto;
        min-width: 280px;
    }

    .home-content-button-area h2 {
        margin-top: 0;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .clear-green-button a {
        min-width: auto;
    }
}

.clear-green-button {
    margin: 30px 0px;
}

    .clear-green-button a, #d > div.row.half-pad > div > button {
        border-radius: 1px;
        border: 1px solid rgba(51, 150, 33, 0.75);
        color: #339621;
        background: transparent;
        padding: 15px;
        max-width: 300px;
        text-align: center;
        display: table;
        margin: auto;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        font-size: 1.6rem;
        transition-duration: 350ms;
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
    }

.home-content-button-area h2 {
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    color: #035AA7;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

.home-content-button-area p {
    width: 73%;
    left: 0;
}

.home-content-button-area {
    padding: 60px 50px;
    text-align: center;
    background: #fff;
}

.footer {
    background: url('../images/common/footer_ocean.jpg');
    margin-top: 0px;
    position: relative;
    display: block;
    background-position: center 6%;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-social h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin-top: 8%;
    font-size: 40px;
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
}

.footer .main_footer {
    padding: 86px 60px;
}

.footer .copyright {
    font-size: 12pt;
    padding: 5px 0;
    color: #fff;
    background: url('../images/common/footerbg.jpeg');
    background-repeat: repeat;
}

    .footer .copyright::after {
        content: " ";
        display: block;
        clear: both;
    }

.footer .logo img {
    top: 30px;
    position: relative;
    /*max-width:150px;
        text-align:center;*/
}

.footer .social::after {
    content: " ";
    display: block;
    clear: both;
}

.footer .social a {
    font-size: 22pt;
    float: right;
    margin: 0 10px;
    text-decoration: none;
    color: #353333;
}

.footer a {
    color: #353333;
}

.footer .address {
    color: #353333;
    text-align: right;
    padding: 8px 26px;
}

.footer .logos {
    text-align: right;
}

    .footer .logos img {
        margin: 0 10px;
    }

.footer-memberships-tagline {
    padding: 50px 0 25px 0;
}

    .footer-memberships-tagline h4 {
        text-align: center;
        color: #fff;
    }

.footer-memberships {
    display: block;
    text-align: center;
    padding: 0 0 50px 0;
}

    .footer-memberships img {
        max-width: 125px;
        height: auto;
        margin: 1%;
        width: 19%;
        opacity: 0.5;
        padding: 0px;
    }

        .footer-memberships img:hover {
            opacity: 1;
        }

.myaccount {
    margin-top: 30px;
}
/*-------------------------------------------------------------------*/

.block-ui-message {
    display: inline-block;
    text-align: left;
    background-color: transparent;
    color: #339621 !important;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    filter: alpha(opacity=100);
}



/*Media Query*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    html, body {
        background: #3f85a9 !important;
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        font-size: 18px;
        font-family: 'Amatic-Bold', sans-serif;
    }

    .body-content-area-1 {
        background: url(resources/images/common/content-bg.jpg) no-repeat center;
        height: 300px;
        /* width: 90%; */
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-wrapper {
        width: 100% !important;
        margin: 10px auto;
        justify-content: center;
        min-height: 1130px;
    }

    .navbar-nav {
        float: left !important;
    }




    .margin-top15-xs {
        margin-top: 15px !important;
    }

    .padding-xs-l-r-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding-xs-l-r-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .padding-l-r-0-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }



    .header-margin-top-nav {
        margin-top: 0px !important;
    }


    .navigation-menu {
        /*border: solid 1px #a2a2a2;
        margin-top: 9px !important;*/
        /*height: 62px !important;
        background-color: #339621;*/
    }

    .top-bar-nav a {
        color: #fff;
        font-size: 11pt;
        text-decoration: none;
        text-decoration: none;
        line-height: 41px;
        display: block;
        text-align: center;
    }

    .weather-icon {
        padding-left: 10px;
        /* margin-top: 5px; */
        margin: 5px auto;
        padding-right: 10px;
    }

    .login-border {
        border-right: none;
        /*border-bottom: solid 3px #f3f3f3;*/
        margin-bottom: 15px;
        min-height: 379px !important;
    }

    .notification-bar {
        top: 61px !important;
    }

        .notification-bar label[for=hide] {
            right: -6px !important;
            top: 2px !important;
        }

    .weather_drop {
        position: fixed;
        width: 300px;
        -webkit-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        background: #e36731;
        background-size: 100%;
        /* border: 5px solid #fff!important; */
        z-index: 1000;
        top: 38px;
        right: 6px !important;
        color: #fff;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 30px;
        margin-top: 7px;
    }

    .cart-count {
        background: #339621;
        padding: 12px 8px;
        border-radius: 50px;
        position: absolute;
        top: 8px !important;
        right: 50px !important;
        font-size: 13px;
    }

    .homeicon-mobile {
        color: #ffffff;
        padding-right: 10px;
        margin-top: 5px !important;
    }



    .education-title-camp {
        margin-top: 0px;
    }

    .education-title-camp-back-btn {
        margin-top: 0px;
    }

    .module_boxes .module a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: calc(128vw - 75vw);
        text-align: center;
        vertical-align: middle;
        font-size: 17pt;
        text-decoration: none;
        font-family: Arial;
        font-weight: 800;
    }

    .module_boxes {
        margin-top: 0px;
    }


    h1 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 30px !important;
        font-weight: 900;
    }

    .loginView-panel {
        margin-top: 20px;
        border-right: none;
        border-bottom: solid 1px #339621;
    }



        .loginView-panel .form-control, .login-panel .form-control {
            width: 350px !important;
        }


    h2 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 25px !important;
        font-weight: 900;
    }
	
	.membership-profileinfo1 h3 {
		font-size: 18px !important;
		color: #fff;
		font-weight: 300;
	}
	
	.membership-profileinfo1 h2 {
    font-size: 21px !important;
    color: #fff;
    font-weight: 300;
	}
	
	

    .xs-text-center {
        text-align: center !important;
    }

    .footer .main_footer {
        padding: 15px 0;
    }

    .footer .logos {
        text-align: right;
        padding-left: 0;
        padding-right: 0;
    }

    .sidesub span i.fa.fa-times {
        padding-left: 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding-left: 40px;
        color: #fff;
    }

    .admission-ticket {
        /*margin-top: 100px;*/
    }

    .ticket {
        margin-top: 20px;
    }

    .generalticket {
        border: solid 1px #339621;
        padding-top: 15px;padding-left: 10px !important;
    }
	
	.generalticketSe{
		border: solid 1px #339621;
        padding-top: 15px;padding-left: 10px !important;
	}

    .qtywidth .counter-container {
        border: solid 1px #a2a2a2 !important;
        width: 55px;
    }

    .qtytop {
        margin-top: 13px;
    }

    .ticket-total-Price {
        text-align: center !important;
    }

    .margin-t-b-10-xs {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .ticket-detail-area {
        margin-top: 7px !important;
    }

    .read-more-wrap {
        height: 100% !important;
    }

    .popup-background {
        height: 470px;
        top: 17px;
        overflow: scroll;
        width: 98%;
        left: 1%;
    }

    .close {
        right: 11px !important;
        top: -1px !important;
        z-index: 99;
    }

	.multiSelectUiNew .close {
		top: 8px !important;
    }


    /*---home carousel--*/
    .homecarouselbg {
        background: url('../images/common/homebg.jpg');
        background-repeat: no-repeat;
        background-size: 100%;
        margin-top: -10px;
    }

    .carousel-indicators {
        display: block;
    }

    /*----------Membership---------*/

    .member-price {
        width: 94px;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 220px;
    }

    .btn-primary-a {
        /*border: 1px solid #fff;
    color: #fff;
    border-radius: 22px !important;
    background: rgba(0,0,0,0.0) !important;
  
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important;
    font-family: 'Amatic-Bold', sans-serif;*/
    }

    .padding-r-0-xs {
        padding-right: 0 !important;
    }

    .padding-l-0-xs {
        padding-left: 0 !important;
    }

    .membership-btn-groups {
        position: absolute;
        bottom: 0;
    }

    .margin-top-mem-buffer {
        margin-top: 10px !important;
    }

    .red-alert {
        padding: 10px;
        color: #ff0000;
        border: solid 1px #ff0000;
        font-size: 14px;
        font-family: Lato;
        margin-left: 0px !important;
        margin-right: 15px;
        margin-top: 15px;
    }

    .membership-form .form-group {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .membership-benifits-xtra-card ul {
        margin-left: -20px;
    }

    .btn-default-m {
        border: 0px solid #339621;
        border-radius: 0px !important;
        background: #e0841d !important;
        min-width: 87px;
        height: 37px;
        padding-left: 10px;
        padding-right: 11px;
        text-align: center !important;
        color: #fff;
        text-transform: uppercase;
        font-family: Lato !important;
    }

    .btn-default {
        min-width: 46px;
		background: #3ca040 !important;
    }

    .ticket-csm-content-txt h3 {
        font-size: 11px !important;
    }

    .btn-default:hover {
        min-width: 94px;
    }

    .form-control {
        /*width: 241px !important;*/
    }

    .forgotpassword-form .form-control {
        width: 100% !important;
    }

    .shoppingcart-login-btn {
        margin-top: 0px !important;
        height: 32px;
        padding: 3px !important;
        left: 5px;
    }

    .m-signature-pad--body canvas {
        left: -19px !important;
    }


    .m-signature-pad--footer {
        left: -10px !important;
        top: 110px;
    }

    .waiver-step5 {
        margin-top: -22px !important;
    }

    #Participant-popup {
        left: 8% !important;
        border: solid 3px #a2a2a2;
    }

    #box1 {
        top: 15%;
        bottom: 15%;
        position: fixed;
        overflow: auto;
        background: #fff;
        z-index: 5000;
        display: none;
        
    }

    .join-waitlist {
        margin-left: 3% !important;
    }

    .timer-field .form-control {
        width: 51px !important;
    }

    .timer-field .btn-default {
        min-width: 64px;
    }


    .m-signature-pad--body {
        position: unset !important;
        margin-left: -19px !important;
        border: solid 1px #c6c6c6 !important;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1) !important;
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.1) !important;
        width: 350px;
        height: 100px;
    }

    .initial-panel {
        margin-left: 0px !important;
    }

    .shoppingcart-login-text {
        font-size: 14px;
    }

    .cal-month-day small {
        width: 30px;
        height: 30px;
    }

    .padding-top-ci {
        padding-top: 2px;
    }

    .price-padding-top {
        padding-top: 0px !important;
    }

    #IdleScreenbootBox .modal-footer .btn-primary {
        height: 44px;
        width: 84px;
    }

    #IdleScreenbootBox .modal-footer .btn-default {
        height: 42px !important;
        width: 100px;
        min-width: 84px !important;
    }

    .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-content {
        padding: 4px !important;
        width: 80% !important;
        margin-left: 10% !important;
    }

    .member-bg-overlay {
        width: 100%;
    }

    .membership-price-new {
        padding-top: 0px !important;
        margin-top: -10px;
    }

    .member-pass-price-new {
        padding-bottom: 0px !important;
    }

    .member-bg-overlay h4 {
        padding-left: 15px;
        padding-bottom: 0px !important;
    }

    .login-red-text {
        margin-top: 0px !important;
    }


    /*--------Donation--------*/

    .donate-panel {
        padding: 0px;
        border: solid 1px #339621;
    }

    .donation-text {
        margin-top: 30px;
    }

    .donationrightbox {
        margin-top: 30px;
        background-color: #f4941c;
    }

    .donationright {
        padding: 15px;
    }

    .donation-input {
    }

    .cal-date-lable {
        width: 117px !important;
    }

    .calendar-btn1 {
        height: 50px;
    }

    .time-dropdown-m {
        margin-top: 20px;
    }

    .educationdropdown-ls .ui-select-bootstrap > .ui-select-choices {
        width: 100% !important;
    }



    /*----------event-----------*/

    .eventright {
        padding: 0;
        margin-top: 15px;
        border-left: 1px solid #339621;
        border-right: 1px solid #339621;
        border-bottom: 1px solid #339621;
    }

    #Audience {
        border: none !important;
    }

    #Featured {
        border: none !important;
    }

    .modal-content {
        width: 100%;
        margin-left: 0%;
    }


    /*.camps-main-title{
            margin-top:90px !important;
        }*/

    .camp-margin-top30 {
        margin-top: 0px !important;
    }

    .camp-heading-search-box h1 {
        font-size: 26px !important;
    }

    .search-camps-area {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }


    .calendar-heading {
        margin-bottom: 0px;
        border: solid 1px #339621 !important;
    }

    .modal-footer btn-default {
    }

    .cal-month-change-arrow {
        margin-top: 2px;
    }

    .cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
        min-height: 40px !important;
    }

    .tab-content {
        border: none;
    }


    .Event-backbtn {
        margin-top: 10px;
    }

    .special-event-ticket {
        border: solid 1px #a2a2a2;
    }

    .VisitorType-title {
        background-color: #f1f1f1;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .specialevent {
        margin-top: 0px !important;
    }

    .SE-select-time-panel {
        padding-left: 0;
    }

    .mobile-padding-l-r-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .SE-select-time-panel .form-control {
        width: 290.5px !important;
    }


    .cal-month-day small {
        top: 6px !important;
        left: -27px !important;
    }

    #calendarView {
        padding-top: 1px;
    }

    #box5 {
        top: 0%;
        bottom: 0%;
        position: fixed;
        overflow: auto;
        background: #fff;
        z-index: 5000;
        display: none;
        left: 8% !important;
        text-align: center;
        border: solid 3px #fff;
        width: 305px;
    }

        #box5:after {
            position: fixed;
            content: "";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(255,255,255,0.8);
            z-index: -2;
        }

    .education-or-text {
        position: absolute;
        width: 50px;
        background: none;
        top: -100px;
        left: 37%;
        color: #fff;
        font-weight: 900;
        font-size: 14px;
    }


    .education-pop-login {
        font-weight: 400;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .education-or {
        border-top: 2px solid #e7e7e7;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .filtersearch {
        padding: 10px;
        background: #f1f1f1;
        background-size: 100%;
        overflow: auto;
        border: 1px solid #cccccc;
        margin-top: 10px;
    }



    #goToPage {
        color: #000 !important;
        border-radius: 15px;
        padding: 10px;
        margin-top: 60px;
    }

    .educationevent {
        /* border-radius: 20px; */
        margin: 10px;
        color: #fff;
        text-align: center;
        padding: 5px;
        border: solid;
        width: 80%;
    }

    .listview-btn {
        position: relative;
        top: 60px;
    }

    .event-tab-mtop {
        margin-top: -50px;
        margin-bottom: 20px;
    }

    .md-button {
        min-width: 125px !important;
    }

    #viewpriceList {
        margin-left: 7%;
    }

        #viewpriceList input {
            margin-left: -20px;
            margin-top: 20px;
            width: 250px !important;
        }

    .login-border {
        border-right: none;
        /*border-bottom: solid 3px #f3f3f3;*/
        margin-bottom: 15px;
    }

    .login-or {
        left: 149px;
        top: 279px;
    }

    .socialmed {
        margin-top: 100px;
        margin-left: 0px !important;
    }

    .education-tabbable {
        margin-top: 10px;
    }

    .tab-content {
        border: solid 1px #FFF !important;
    }

    #calendarEvents-set {
        margin-left: -1%;
    }

    .specialevent-cal #calendarEvents-set {
        margin-left: -7% !important;
    }


    .cal-day-weekend span[data-cal-date] {
        color: #ffffff;
        /*background: #acacac;*/
        background: none !important;
        text-align: center;
        width: 80px;
    }

    .participantshow h3 {
        padding-top: 25px;
        width: 100%;
        padding-left: 0px;
        padding-bottom: 30px;
    }


    .width100p {
        width: 100%;
    }

    .edulogin-panel {
        margin-bottom: 22px;
    }

    .educationdropdown {
        text-align: center;
    }

    /*#AdoptionCatergory-page {
        margin-top: 50px !important;
    }*/

    /*.adoptiondiv {
        margin-top: 90px;
    }*/

    .donation-web-content-area {
        min-height: 0 !important;
    }

    .donation-web-content-area1 {
        min-height: 0 !important;
    }

    .margin-t-150 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }



    .bottompanel .form-control {
        width: 285px !important;
    }

    .bottompanel {
        background-color: #f3f3f3;
    }

    .step-panel-top {
        margin-top: 120px !important;
    }

    #goToPage {
        margin-top: 0px;
    }

    .education-or {
        margin-top: 40px;
    }

    .edu-avail-member-price {
        margin-top: 0px !important;
    }




    /*Special event */

    .specialevent h1 {
        margin-top: 0px !important;
    }

    .logo {
        margin-top: 2px !important;
    }

    .logo {
        max-width: 100% !important;
    }


    #checkoutLogin {
        top: 10%;
        left: 0%;
		width: 100%;
    }

    /*Shopping cart*/

    .ticketitems h3 {
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500 !important;
        text-align: center;
    }

    .qtycenter {
        text-align: left !important;
    }

    .bordertop2 {
        border-top: none;
        margin-top: 15px;
        padding-top: 10px;
        border-bottom: none;
        padding-bottom: 10px;
    }

    .sidesub span {
        padding-top: 0px !important;
    }

    .sidesub {
        margin-top: 30px;
    }

    .specialevent {
        margin-top: 25px;
    }

    .time-dropdown-list {
        margin-top: 10px;
        padding-left: 0px;
    }

    .btndelete-cart {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px;
    }

    .order-summary {
        border-left: none;
        height: 420px !important;
    }

    table, th, td {
    }

    #printContent .rwd-table tr td, #printContent .rwd-table td th {
        display: block !important;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-center {
        text-align: center !important;
    }

    .text-xs-right {
        text-align: right !important;
    }

    .rwd-table tr {
        border-bottom: solid 1px #9b9595;
    }

    .event-ticket-table tr td {
        width: 50%;
    }

    /*.donate {
        margin-top: 30px;
    }*/

    .time-dropdown-m .ui-select-match > .form-control {
        width: 250px !important;
        height: 60px;
    }

    .sp-eve-time-dropdown-m .form-control {
        width: 292px !important;
        /* padding-top: 5px !important; */
        margin-top: 11px !important;
    }

    .login-page-form .loginView-panel .form-control, .login-panel .form-control {
        width: 270px !important;
    }

    .loginView-panel .form-control, .login-panel .form-control {
        width: 270px !important;
    }

    .login-panel .form-control, .login-panel .form-control {
        width: 270px !important;
    }

    .memlogin1 .form-control, .login-panel .form-control {
        width: 265px !important;
    }

    .memlogin .form-control {
        width: 231px !important;
    }



    #emaildivsharing {
        top: 10px;
        left: 15px;
    }

    .mail-from-area {
        border-right: none;
    }

    .mail-item-change {
        margin-top: 10px !important;
        border-top: solid 1px #339621;
    }

    .shoppingcart-heading {
        margin-top: 10px;
    }

    .shoppingcart-panel1 {
        padding-top: 0px !important;
    }

    .ui-select-bootstrap > .ui-select-choices {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .animal-draopdown select {
        font-size: 16px;
        padding: 10px;
        margin-top: -3px;
        color: #000;
        margin-left: 25px;
    }

    .special-event-timing-sec {
        padding: 0px !important;
        border: solid 1px #a2a2a2;
        padding-left: 0px !important;
        background-color: #f3f3f3;
    }

    .donation-border-right {
        border-right: none !important;
        padding: 20px;
        border: solid 1px #339621 !important;
    }

    .donation-input {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }


    /*Responsive top adjustment*/
    /*#Membership-page {
        margin-top: 30px !important;
    }*/

    /*.donationleftbox {
        margin-top: 30px !important;
    }*/

    /*.order-conformation-page {
        margin-top: 80px !important;
    }*/

    .events-and-program-page {
        margin-top: 100px !important;
    }

    .review-order-heading {
        text-align: center !important;
    }

    .footer-kmit-link {
        text-align: center !important;
    }

    .read-more-trigger {
        margin-top: -33px !important;
    }

    #MemberID-get #box1 {
        padding-left: 0px !important;
        margin-left: 0px;
    }

    #cartitemtable #boxing {
        top: 20px;
        !important;
    }

    #roundoffAmount p {
        line-height: 0.2 !important;
    }

    #roundoffAmount h4 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    #roundoffless.btn-default {
        background: #4e93b2 !important;
    }

    .roundoff-donation-text {
        display: none;
    }

    .admissionstyle2-ticket {
        display: block !important;
    }

    .upsell-title-overlay1 {
        height: 36px;
    }

    .upsell-title-overlay {
        height: 46px;
    }

    #Admission-page #box1 {
        overflow: auto;
    }

    .ui-select-match > .form-control {
        width: 290.5px !important;
    }
	
	.SE-select-time-panel .ui-select-bootstrap > .ui-select-match > .form-control {
        width: 100% !important;
		    margin-top: 13px;
    }
	
	.SE-select-time-panel .ui-select-bootstrap > .ui-select-match > .form-control .text-muted {
		top: 0px !important;
	}

    .educationdropdown .ui-select-match > .form-control {
        width: 240.5px !important;
    }

    .time-selection-border .form-control {
        width: 280px !important;
    }

    .total-net-price-area {
        border-left: none;
        /*border-top: solid 3px #e8e8e8;*/
    }

    .digital-waviver-pdf {
        display: block !important;
    }

    .navigation-bar {
        /*background: rgba(62,65,60,.8) !important;*/
        background-color: #000;
    }

    .memlogin {
        width: 100% !important;
    }

    .login-signup-panel {
        padding: 0 !important;
    }

    .singup-panel-new {
        padding: 0 !important;
    }

    .login-top-margin-responsive {
        margin-top: 50px;
    }

    .login-page-area {
        margin-bottom: 30px;
    }

    .memlogin {
        margin-bottom: 30px;
    }

    .module1, .module2, .module3 {
        border: solid 1px #d1d1d1;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .module4, .module5, .module6 {
        border: solid 1px #d1d1d1;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .time-selection-border .text-muted {
        top: 0px !important;
    }

    .cartsum_text {
        font-size: 16px !important;
    }

    #calendar-set .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #calendar-set .cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
        min-height: 50px !important;
    }

    #ordesum {
        margin-top: 30px;
    }

    .edu-camp-bundle-link ul li a.active {
        border-radius: 0px 0px 0 0 !important;
        width: 100%
    }

    .edu-camp-bundle-link ul {
        padding-left: 0 !important;
    }

        .edu-camp-bundle-link ul li {
            padding-left: 0;
            width: 100%;
        }

            .edu-camp-bundle-link ul li a {
                display: block !important;
                border-radius: 0px 0px 0 0 !important;
                width: 100%;
                border: solid 2px #4e93b2
            }

    .read-more-trigger {
        padding-top: 20px !important;
    }

    .itemprnt {
        padding: 0px 5px !important;
    }

    .card-adopt .wrapper-member1 .data {
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }

    .content .btn-default {
        font-size: 12px !important;
        min-width: 83px !important;
    }

    .card-adopt .data .content {
        padding-top: 1px !important;
        padding-bottom: 7px !important;
    }

    .vegas-background {
        display: none !important;
    }

    .homemodule {
        margin-top: 0px !important;
    }

    .weather-icon {
        background-color: transparent;
    }

    .module {
        border: solid 10px #fff !important;
        margin-bottom: 10px;
    }

    .module_boxes-icon {
        padding: 0% 30% 0% 30% !important;
    }

    .module_boxes .module {
        padding-bottom: 60% !important;
    }

        .module_boxes .module a {
            top: 92px !important;
        }

    .wrapper-ticket {
        margin-left: -25px !important;
    }

    .ticket-back-button {
        padding-left: 16px !important;
    }

    #bg-fader {
        background-image: none !important;
    }

    .signature-logos-title {
        border-right: none !important;
        width: 100% !important;
        text-align: center !important;
    }

    .module-1 h1 {
        font-size: 75px !important;
    }

    .module-1 {
        border: solid 2px #fff;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .footer-menu ul {
        padding-left: 0 !important;
    }

    .footer-address-area {
        padding: 25px 10px !important;
    }

    #lastclick h3 {
        font-size: 39px !important;
    }

    .footer-address-area .border-right-1px {
        border-right: none !important;
    }

    footer .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .boxes-box-content p a img {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .education-login-signup-area-panel {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .edubanner h1 {
        padding-left: 15px;
    }

    .edubanner h4 {
        padding-left: 15px;
    }

    .socialmed {
        padding-left: 0px !important;
    }

    .memlogin-edu1 {
        width: 100% !important;
    }

    .navbar-nav {
        border-top: none !important;
    }

    .card {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .admission-ticket-visitor {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .admission-ticket-price-rs {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .single-page-ticketadmission {
        border: solid 1px #339621;
        padding: 15px;
    }

    #MembershipAddtocart-popup {
        left: 2% !important;
    }

    .bottom-module-heading {
        margin-bottom: 0px !important;
    }

    .benifit-link a {
        color: #fff !important;
    }

    .benifit-link {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .FT-back-home {
        padding-top: 14px !important;
        font-size: 24px !important;
    }

    .FT-mobile-navigation-bar {
        background-color: #134d8d;
        margin-bottom: 15px;
        height: 85px;
        padding-top: 5px
    }

    .fieldtripLogin {
        margin-top: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .FT-create-account {
        padding-left: 0 !important;
    }

    .education-membership-status-popup {
        min-height: 205px !important;
    }

    #box5 h3 {
        font-size: 20px;
    }

    .edulogin-panel {
        margin-top: 60px !important;
    }

    .education-or-text span {
        padding: 5px !important;
    }

    .hamburger-menu-div a {
        color: #fff;
    }

    .hamburger-menu-div {
        text-align: center;
        font-size: 24px;
    }

    .donation-box-div-area .dispaly-flex-box {
        display: block !important;
    }

    .donation-web-content {
        min-height: 100px !important;
    }

    #partial {
        margin-left: 3% !important;
    }

    .mobile-addon-btn .btn-info {
        margin-bottom: 15px;
    }

    .FT-grade-filter .ui-select-match > .form-control {
        width: 246.5px !important;
    }

    .FT-group-form-panel {
        padding: 20px !important;
    }

    .FT-terms-area {
        height: 170px !important;
    }

    #terms {
        left: 0% !important;
        top: 3% !important;
    }

    /*.flip-clock-wrapper {
        margin-left: 60px;
    }*/

    .flip-clock-wrapper ul {
        height: 38px !important;
    }

    .FT-filter input {
        width: 240px !important;
        margin-bottom: 10px;
    }

    .FT-filter button {
        margin-bottom: 10px;
    }

    .FT-manage-field-trip-title-details {
        text-align: left !important;
    }

        .FT-manage-field-trip-title-details .button-top-space-mobile {
            margin-top: 20px;
        }

        .FT-manage-field-trip-title-details .padding-t-5 {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .cartstep1 .row {
        margin-top: -11px;
    }

    #cartitemtable #boxing {
        left: 0% !important;
    }

    .fixedpaynowbtn .btn-primary {
        background: #2a6496 !important;
        color: #000;
        display: none;
    }

    .admissionitemprint {
        margin-top: 60px;
    }

    #emaildivsharing {
        height: 600px;
    }

    .giftcardtemplate {
        margin-top: 20px;
    }

    .FT-ordersummary-itemprint {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #cart-div {
        top: 0.5% !important;
    }

        #cart-div .popup-background {
            height: auto !important;
            bottom: 1%;
        }

    .modal-content1 {
        margin-top: -60px !important;
        width: 100% !important;
    }

    .social-share-icon {
        margin-bottom: 20px;
    }

    .fieldtripLogin .padding-mobile-l-r-0 {
        margin-bottom: 20px;
    }

    .participantshow {
        min-height: 250px !important;
    }

    .sidepers {
        margin-bottom: 10px;
    }

    .share-the-care-img {
        width: 80% !important;
        margin-left: 0% !important;
    }

    .animal-detail-certificate {
        margin-top: 10px !important;
    }

    .mobile-edu-combo-panel {
        text-align: center;
        background-color: #e6e6e6;
        margin-bottom: 10px;
    }

    .education-combo-ticket-panel {
        padding-top: 15px;
    }

    .edu-combo-view-item {
        text-align: left !important;
    }

    .Participant-popup-heading {
        min-height: 72px;
    }

    .shoppingcart-heading h1 {
        text-align: center;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-close {
        right: 70px !important;
    }
}




/* Smartphones (landscape) ----------- */
@media only screen and (min-device-width: 480px) and (max-device-width: 740px) and (orientation: landscape) {

    html, body {
        background-color: #134d8d !important;
        font-family: 'Arial';
        margin: 0;
        padding: 0;
        height: 100%;
        font-style: normal;
        font-weight: 400;
        color: #353333;
        font-size: .9em;
        line-height: 1.5;
    }

    .body-content-area-1 {
        background: url(resources/images/common/content-bg.jpg) no-repeat center;
        height: 300px;
        /* width: 90%; */
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-wrapper {
        width: 90% !important;
        margin: 10px auto;
        /*display: flex;*/
        justify-content: center;
        min-height: 900px;
    }

    .margin-top15-xs {
        margin-top: 15px !important;
    }

    .padding-xs-l-r-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .navbar-nav {
        float: left !important;
    }


    .padding-l-r-0-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding-xs-l-r-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .weather-icon {
        padding-left: 78px;
        margin-top: 4px;
    }


    .header-margin-top-nav {
        margin-top: -351px !important;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 30px;
        margin-top: 7px;
    }

    .navigation-menu {
        /*height: 90px;
        background-color: #339621;*/
    }

    .footer-kmit-link {
        text-align: center !important;
    }

    .top-bar-nav a {
        color: #fff;
        font-size: 11pt;
        text-decoration: none;
        height: 41px;
        line-height: 41px;
        display: block;
        text-align: center;
    }

    .weather-icon {
        padding-left: 29px;
        margin-top: 3px;
    }

    .weather_drop {
        position: fixed;
        width: 300px;
        -webkit-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        background: #339621;
        background-size: 100%;
        /* border: 5px solid #fff!important; */
        z-index: 1000;
        top: 38px;
        right: 76px !important;
        color: #fff;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 20px;
        margin-top: 25px;
    }

    .cart-count {
        background: #339621;
        padding: 14px 8px;
        border-radius: 50px;
        position: absolute;
        top: 30px;
        right: 8px;
    }

    .homeicon-mobile {
        color: #ffffff;
        padding-right: 10px;
        margin-top: 20px;
    }


    .module_boxes .module a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: calc(128vw - 75vw);
        text-align: center;
        vertical-align: middle;
        font-size: 17pt;
        text-decoration: none;
        font-family: Arial;
        font-weight: 800;
    }

    .module_boxes {
        margin-top: 50px;
    }

    h1 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 30px !important;
        font-weight: 900;
    }


    h2 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 25px !important;
        font-weight: 900;
    }

    .read-more-wrap {
        height: 36px !important;
    }

    .popup-background {
        height: 470px;
    }


    .xs-text-center {
        text-align: center !important;
    }

    .footer .main_footer {
        padding: 15px 0;
    }

    .footer .logos {
        text-align: right;
        padding-left: 0;
        padding-right: 0;
    }


    .nav > li > a {
        position: relative;
        display: block;
        padding-left: 40px;
        color: #fff;
    }

    .carousel-indicators {
        display: block;
    }

    .otherbg-1 {
        height: 120px;
    }
    /*----------Membership---------*/

    .member-price {
        width: 94px;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 400px;
    }

    .btn-primary-a {
        /*border: 1px solid #fff;
        color: #fff;
        border-radius: 22px !important;
        background: rgba(0,0,0,0.0) !important;
        width: 100px;
        height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center !important;
        font-family: 'Amatic-Bold', sans-serif;
        margin-right: 30px;*/
    }


    .membership-btn-groups {
        margin-top: -50px;
    }

    .red-alert {
        padding: 10px;
        color: #ff0000;
        border: solid 1px #ff0000;
        font-size: 14px;
        font-family: 'Amatic-Bold';
        margin-left: 0px !important;
        margin-right: 15px;
        margin-top: 15px;
    }

    .membership-form .form-group {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .membership-benifits-xtra-card ul {
        margin-left: -20px;
    }

    .btn-default-m {
        border: 1px solid #339621;
        border-radius: 22px !important;
        background: rgba(0,0,0,0.0) !important;
        min-width: 99px;
        height: 37px;
        padding-left: 12px;
        padding-right: 17px;
        text-align: center !important;
        color: #339621;
        text-transform: uppercase;
        font-family: 'Amatic-Bold', sans-serif;
    }

    #box1 {
        top: 15%;
        bottom: 15%;
        position: fixed;
        overflow: auto;
        background: #fff;
        z-index: 5000;
        display: none;
        margin-left: 1% !important;
    }

    /*--------Donation--------*/

    .donate-panel {
        padding: 0px;
        border: solid 1px #339621;
    }

    .donation-text {
        margin-top: 30px;
    }

    .donationrightbox {
        margin-top: 30px;
        background-color: #c0f5f5;
    }

    .donationright {
        padding: 15px;
    }

    .donateborder img {
        width: 100%;
    }

    .donationright img {
        width: 100%;
    }

    .loginView-panel {
        margin-top: 20px;
        border-right: none;
        border-bottom: solid 1px #339621;
    }



    /*----------event-----------*/

    .eventright {
        padding: 0;
        margin-top: 15px;
        border-left: 1px solid #339621;
        border-right: 1px solid #339621;
        border-bottom: 1px solid #339621;
    }

    #box5 {
        top: 6%;
        bottom: 15%;
        position: fixed;
        overflow: auto;
        background: #fff;
        z-index: 5000;
        display: none;
        left: 6% !important;
        text-align: center;
        border: solid 3px #fff;
        width: 360px;
    }

        #box5:after {
            position: fixed;
            content: "";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0,0,0,0.8);
            z-index: -2;
        }


    .education-pop-login {
        font-weight: 400;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .education-or {
        border-top: 2px solid #e7e7e7;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .listview-btn {
        position: relative;
        top: 60px;
    }

    .event-tab-mtop {
        margin-top: -50px;
        margin-bottom: 20px;
    }

    .md-button {
        min-width: 150px !important;
    }

    #viewpriceList {
        margin-left: 7%;
    }

        #viewpriceList input {
            margin-left: -20px;
            margin-top: 20px;
            width: 290px !important;
        }

    .login-border {
        border-right: none;
        border-bottom: solid 3px #f3f3f3;
        margin-bottom: 15px;
    }

    .itemprnt {
        border: solid 1px #339621;
        padding: 0px;
        margin-top: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .module1, .module2, .module3 {
        border: solid 1px #d1d1d1;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .module4, .module5, .module6 {
        border: solid 1px #d1d1d1;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .navigation-bar {
        /*background: rgba(62,65,60,.8) !important;*/
        background-color: #4e93b2e3;
    }

    .card-adopt .wrapper-member1 {
        background: no-repeat center;
        background-size: cover;
    }

    .read-more-wrap.open {
        height: 33px !important;
    }

    .donation-box-div-area .dispaly-flex-box {
        display: block !important;
    }

    #partial {
        margin-left: 3% !important;
    }

    .FT-filter button {
        margin-bottom: 10px;
    }

    .FT-manage-field-trip-title-details {
        text-align: left !important;
    }

        .FT-manage-field-trip-title-details .button-top-space-mobile {
            margin-top: 20px;
        }

        .FT-manage-field-trip-title-details .padding-t-5 {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .share-the-care-img {
        width: 80% !important;
        margin-left: 0% !important;
    }

    .animal-detail-certificate {
        margin-top: 10px !important;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .ngdialog.ngdialog-theme-default .ngdialog-close {
        right: 70px !important;
    }

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .card-adopt .wrapper-member1 {
        background: no-repeat center;
        background-size: cover;
    }

    .share-the-care-img {
        width: 80% !important;
        margin-left: 0% !important;
    }

    .ngdialog.ngdialog-theme-default .ngdialog-close {
        right: 70px !important;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 30px;
        margin-top: 7px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .card-adopt .wrapper-member1 {
        background: no-repeat center;
        background-size: cover;
    }

    .share-the-care-img {
        width: 80% !important;
        margin-left: 0% !important;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 30px;
        margin-top: 7px !important;
    }
}



/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* Styles */
    h1 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 30px !important;
        font-weight: 900;
    }


    h2 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 25px !important;
        font-weight: 900;
    }

    .body-content-area-1 {
        background: url(resources/images/common/content-bg.jpg) no-repeat center;
        height: 300px;
        /* width: 90%; */
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container-wrapper {
        width: 90% !important;
        margin: 10px auto;
        /*display: flex;*/
        justify-content: center;
        min-height: 900px;
    }

    .margin-top15-xs {
        margin-top: 15px !important;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 30px;
        margin-top: 7px;
    }

    .padding-xs-l-r-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding-l-r-0-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .padding-xs-l-r-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .weather-icon {
        padding-left: 78px;
        margin-top: 4px;
    }

    .popup-background :before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        height: auto;
    }

    .read-more-trigger {
        margin-top: -35px !important;
    }


    /*.header-margin-top-nav {
        margin-top: -337px !important;
    }*/

    .notification-bar {
        top: 106px !important;
    }

        .notification-bar label[for=hide] {
            right: -10px !important;
            top: -1px !important;
        }

    .forgotpassword-form .form-control {
        width: 100% !important;
    }

    .navigation-menu {
        /*height: 106px !important;
        background-color: #339621;*/
        color: #000;
    }

    .top-bar-nav a {
        color: #fff;
        font-size: 11pt;
        text-decoration: none;
        height: 41px;
        line-height: 41px;
        display: block;
        text-align: center;
    }

    .weather-icon {
        padding-left: 32px;
        margin: 3px auto;
    }

    .weather_drop {
        position: fixed;
        width: 300px;
        -webkit-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        box-shadow: 0 2px 32px 2px rgba(0,0,0,0.75);
        background: #339621;
        background-size: 100%;
        /* border: 5px solid #fff!important; */
        z-index: 1000;
        top: 38px;
        right: 266px !important;
        color: #fff;
    }

    #checkoutLogin {
        /*left: 0% !important;*/
    }

    .loginView-panel {
        margin-top: 20px;
        border-right: none;
        border-bottom: solid 1px #339621;
    }

    #cartitemtable #boxing {
        top: 10%;
        /*left: 0%;*/
        border: solid 8px #339621;
        -webkit-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 12px 4px rgba(0,0,0,0.75);
    }


    .cal-month-day small {
        top: 4px;
        left: -17px;
    }

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 70px;
        padding: 6px 30px;
        margin-right: 20px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .cart-count {
        background: #339621;
        padding: 14px 8px;
        border-radius: 50px;
        position: absolute;
        top: 10px;
        right: 88px;
    }

    .homeicon-mobile {
        color: #ffffff;
        padding-right: 10px;
        margin-top: 20px;
    }



    .module_boxes .module a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: calc(128vw - 75vw);
        text-align: center;
        vertical-align: middle;
        font-size: 17pt;
        text-decoration: none;
        font-family: Arial;
        font-weight: 800;
    }

    .module_boxes {
        margin-top: 50px;
    }

    .otherbg-1 {
        height: 170px;
    }

    .sidesub span i.fa.fa-times {
        padding-left: 0px;
    }

    .calendarEvents-set {
        top: -38px;
        left: -5px;
    }

    h1 {
        font-family: 'Arial', sans-serif;
        color: #339621;
        font-size: 30px !important;
        font-weight: 900;
    }

    .navbar-nav {
        float: left !important;
    }


    h2 {
        font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
        color: #339621;
        font-size: 25px !important;
        font-weight: 900;
    }

    .xs-text-center {
        text-align: center !important;
    }

    .footer .main_footer {
        padding: 15px 0;
    }

    .footer .logos {
        text-align: right;
        padding-left: 0;
        padding-right: 0;
    }


    .nav > li > a {
        position: relative;
        display: block;
        padding-left: 40px;
        color: #fff;
    }

    .login-red-text {
        margin-top: 0px !important;
    }

    .carousel-indicators {
        display: block;
    }

    .qtywidth .counter-container {
        border: solid 1px #a2a2a2 !important;
        width: 75px;
    }

    .btndelete-cart {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: -37px;
    }

    /*----------Membership---------*/

    .member-price {
        width: 94px;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 550px;
    }

    .btn-primary-a {
        /*border: 1px solid #fff;
        color: #fff;
        border-radius: 22px !important;
        background: rgba(0,0,0,0.0) !important;
        /*width: 100px;*/
        /*height: 34px;*/
        /*padding-left: 10px;
        padding-right: 10px;
        text-align: center !important;
        font-family: 'Amatic-Bold', sans-serif;*/
        /*margin-right: 30px;*/ */
    }

    /*.testmargin  {
                margin-top: 80px !important;
            }*/

    .camp-margin-top30 {
        margin-top: 110px !important;
    }

    .search-camps-area {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }

    .educationPanel {
        margin-top: 0px !important;
    }

    .educationheader {
        margin-bottom: 30px;
    }

    .donate1 {
        margin-top: 80px !important;
    }

    .container-wrapper-title {
        margin-top: 80px !important;
    }

    #Membership-page {
        margin-top: 80px !important;
    }

    .container-wrapper2 {
        margin-top: 10px !important;
    }


    .membership-btn-groups {
        margin-top: -50px;
    }

    .margin-top-mem-buffer {
        margin-top: -40px !important;
    }


    .red-alert {
        padding: 10px;
        color: #ff0000;
        border: solid 1px #ff0000;
        font-size: 14px;
        font-family: 'Amatic-Bold';
        margin-left: 0px !important;
        margin-right: 15px;
        margin-top: 15px;
    }

    .membership-form .form-group {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .membership-benifits-xtra-card ul {
        margin-left: -20px;
    }

    .btn-default-m {
        border: 1px solid #339621;
        border-radius: 22px !important;
        background: rgba(0,0,0,0.0) !important;
        min-width: 99px;
        height: 37px;
        padding-left: 12px;
        padding-right: 17px;
        text-align: center !important;
        color: #339621;
        text-transform: uppercase;
        font-family: 'Amatic-Bold', sans-serif;
    }

    /*--------Donation--------*/

    .donate-panel {
        padding: 0px;
        border: solid 1px #339621;
    }

    .donation-text {
        margin-top: 30px;
    }

    .donationrightbox {
        margin-top: 30px;
        background-color: #c0f5f5;
    }

    .donationright {
        padding: 15px;
    }

    .donateborder img {
        width: 100%;
    }

    .donationright img {
        width: 100%;
    }

    .generalticket {
        border: solid 1px #339621;
        padding-top: 15px;
    }

    .counter-container .counter-field {
        margin: 0;
        text-align: center;
        width: 70px;
        color: #339621;
        height: 50px;
        white-space: normal;
        font-family: 'Amatic-Bold', sans-serif;
        font-size: 30px;
    }

    .list-group-item-text {
        position: absolute;
        top: 470px;
        color: #ffffff;
        padding: 5px;
        left: 243px;
    }

    .educationevent {
        /* border-radius: 20px; */
        margin: 10px;
        color: #339621;
        text-align: center;
        padding: 5px;
        border: solid;
        width: 40%;
    }

    #box5 {
        left: 3% !important;
        width: 720px;
    }

        #box5:after {
            position: fixed;
            content: "";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0,0,0,0.8);
            z-index: -2;
        }

    .listview-btn {
        position: relative;
        top: 60px;
    }

    .event-tab-mtop {
        margin-top: -50px;
        margin-bottom: 20px;
    }

    .md-button {
        min-width: 150px !important;
    }

    #viewpriceList {
        margin-left: 7%;
    }

        #viewpriceList input {
            margin-left: -20px;
            margin-top: 20px;
            width: 290px !important;
        }

    .login-border {
        border-right: none;
        border-bottom: solid 3px #f3f3f3;
        margin-bottom: 15px;
    }

    .login-or {
        left: 298px;
        top: 344px;
    }

    .width100p {
        width: 100%;
    }

    .educationdropdown {
        text-align: center;
    }

    .bottompanel .form-control {
        width: 582px !important;
    }

    .bottompanel {
        background-color: #f3f3f3;
    }

    .step-panel-top {
        margin-top: 120px !important;
    }

    #goToPage {
        margin-top: 70px;
    }

    .education-or {
        margin-top: 40px;
    }

    .edu-avail-member-price {
        margin-top: 30px !important;
    }

    .specialevent-cal #calendarEvents-set {
        margin-left: -6%;
    }


    .education-tabbable {
        margin-top: 11px;
    }

    .bordertop2 {
        border-top: none;
        margin-top: 15px;
        padding-top: 10px;
        border-bottom: none;
        padding-bottom: 10px;
    }

    .discount-area {
        background-color: #f3f3f3;
    }

    .mobile-text-center {
        text-align: center;
    }

    .adopt-image {
        width: 100%;
    }

    #AdoptionCatergory-page {
        margin-top: 90px;
    }

    .calendar-btn {
        right: 0;
    }



    #calendar-set {
        left: 0% !important;
    }

    .time-dropdown-list {
        margin-top: 30px;
        padding-left: 0;
    }


    #box1 {
        top: 15%;
        bottom: 15%;
        position: fixed;
        overflow: auto;
        background: #fff;
        z-index: 5000;
        display: none;
        margin-left: 1% !important;
    }

    .memlogin {
        width: 100%;
    }


    #emaildivsharing {
        top: 30px;
        left: 30px;
    }

    .educationdropdown-ls .ui-select-bootstrap > .ui-select-choices {
        width: 100% !important;
    }

    .special-event-timing-sec .ui-select-match > .form-control {
        width: 400px !important;
        margin-top: 10px !important;
        height: 50px;
    }

    .special-event-timing-sec .ui-select-bootstrap > .ui-select-choices {
        width: 64% !important;
        margin-left: 0px;
    }

    .sp-event-datepicker-res .calendar-btn1 {
        left: -224px !important;
    }

    .sp-event-visiting-date .input-group .form-control {
        width: 52.5% !important;
        height: 44px !important;
    }



    .time-dropdown-m .ui-select-container .btn {
        width: 150px;
    }

    .time-dropdown-m .form-control {
        width: 247px !important;
        margin-top: 10px !important;
    }

    .splevents {
        margin-top: 80px !important;
    }

    .sp-eve-user-details {
        margin-top: 100px !important;
        margin-bottom: 35px;
    }

    .time-dropdown-m .ui-select-bootstrap > .ui-select-choices {
        width: 100% !important;
    }

    .member-bg-overlay {
        /*height: 160px;
        margin-top: -160px;*/
    }

    .sp-eve-time-dropdown-m .form-control {
        width: 400px !important;
        margin-top: 10px;
    }

    .donation-web-content-area {
        min-height: 0px !important;
    }

    .donation-web-content-area1 {
        min-height: 0px !important;
    }

    .margin-t-150 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .adoptiondiv {
        margin-top: 30px !important;
    }

    .footer-kmit-link {
        text-align: center !important;
    }

    .admissionstyle2-ticket {
        display: block !important;
    }

    .upsell-title-overlay1 {
        height: 36px;
    }

    .ticketcms {
        margin-top: 120px !important;
    }

    .footer {
        margin-top: 30px;
    }

    .module1, .module2, .module3 {
        border: solid 1px #d1d1d1;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .module4, .module5, .module6 {
        border: solid 1px #d1d1d1;
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .logo {
        margin-top: -51px !important;
    }

    .top-bar-nav {
        /*height: 50px !important;*/
        border-bottom: solid 1px #f3f3f3;
    }

    .navigation-bar {
        /*background: rgba(62,65,60,.8) !important;*/
        background-color: #000;
    }

    .logo {
        /* max-width: 35% !important; */
        left: 2%;
        top: 52px;
        position: relative;
    }

    .metro-logo-mobile img {
        width: 55%;
        padding-top: 7px;
    }

    .card-adopt .wrapper-member1 {
        background: no-repeat center;
        background-size: cover;
    }

    .card-adopt {
        cursor: pointer;
        width: 420px;
        float: inherit;
        margin-left: 21%;
    }

        .card-adopt .wrapper-member1 .data {
            -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
        }

    .donation-box-div-area .dispaly-flex-box {
        display: block !important;
    }


    #partial {
        margin-left: 3% !important;
    }

    .FT-filter button {
        margin-bottom: 10px;
    }

    .FT-manage-field-trip-title-details {
        text-align: left !important;
    }

        .FT-manage-field-trip-title-details .button-top-space-mobile {
            margin-top: 20px;
        }

        .FT-manage-field-trip-title-details .padding-t-5 {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .hamburger-menu-div a {
        color: #fff;
        font-size: 35px;
        text-align: center;
        margin-top: 9px;
    }

    #cart-div {
        left: 0% !important;
        top: 2% !important;
    }

    .close {
        right: -10px !important;
        top: -14px !important;
    }

    .fixedpaynowbtn .btn-primary {
        background: #2a6496 !important;
        color: #000 !important;
    }

    .share-the-care-img {
        width: 40% !important;
        margin-left: 30% !important;
    }

    .animal-detail-certificate {
        margin-top: 10px !important;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .top-bar-nav-ipad-p {
        display: none !important;
    }

    .top-bar-nav-ipad-l {
        display: block !important;
    }

    .bg-aqua {
        height: 41px;
    }

    .bg-green {
        height: 41px;
    }

    .bg-yellow {
        height: 41px;
    }

    /*.header-margin-top-nav {
        margin-top: 10px !important;
    }*/

    .top-bar-nav a {
        display: block !important;
    }

    .homeicon-mobile1 {
        position: relative !important;
        top: 0 !important;
        left: 5px !important;
    }

    .top-bar-nav a {
        font-size: 13pt !important;
    }

    .hamburger-menu-ipad-l {
        display: block;
    }

    .cart-button .caret {
        position: relative !important;
        top: -28px !important;
        display: none;
    }

    .cart-ipad-l {
        border-right: none !important;
    }

    .cart-badge {
        top: 14px !important;
        right: 19px !important;
    }

    .bg-yellow a {
        color: #000 !important;
    }

    /*#navbar-ex1-collapse-menu-main {
        display: none !important;
    }*/



    .menu-nav-button {
        display: none;
    }

    .cal-month-day small {
        top: -37px;
        left: -10px;
    }

    .cart-ipad-l {
        margin-left: 180px;
    }

    .cart-badge {
        top: 39px;
        right: -10px;
    }

    .cart-icon {
        margin-top: 38px;
    }

    .otherbg-1 {
        height: 170px;
    }

    .navbar-nav > li {
        float: left;
        font-family: 'Amatic-Bold';
        padding-right: 0px;
    }

    .forgotpassword-form .form-control {
        width: 100% !important;
    }

    .specialevent-cal #calendarEvents-set {
        margin-left: 7%;
    }

        .specialevent-cal #calendarEvents-set .cal-month-day small {
            left: -14px !important;
        }

    span.tooltip1.color-red.fleft.margin-l--15.pointer {
        margin-left: 61px;
    }


    .btn-primary-a {
        /*border: 1px solid #fff;
        color: #fff;*/
        /*width: 100px;
        height: 30px;
        margin-right: 16px;
        margin-bottom: 6px;
        margin-left: 10px;*/
    }

    .member-bg-overlay {
        /*height: 122px;
        margin-top: -122px;
        padding: 0px;*/
        width: 100%;
    }

    .member-price p {
        color: #fff;
        font-weight: 700;
        margin: 0 0 -3px;
    }

    .member-price {
        left: 190px;
    }

    .membership-text {
        padding-left: 20px !important;
    }

    textarea#Gift_Note {
        width: 300px !important;
    }

    .counter-container .counter-field {
        width: 35px;
        font-size: 15px;
    }

    .counter-container .counter-minus, .counter-container .counter-plus {
        margin: 0 -6px;
        padding: 10px 13px 8px;
    }

    #IdleScreenbootBox .modal-footer .btn-primary {
        height: 44px;
        width: 84px;
    }

    #IdleScreenbootBox .modal-footer .btn-default {
        height: 42px !important;
        width: 100px;
        min-width: 84px !important;
    }

    .modal-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-content {
        padding: 4px !important;
        width: 80% !important;
        margin-left: 10% !important;
    }

    .total-net-amount {
        font-size: 25px;
    }

    .special-event-timing-sec {
        width: 680px;
    }

    .donateborder {
        padding: 10px;
        padding-left: 10px !important;
    }

    .donation-text {
        margin-top: 4px;
    }

    .donation-amount .btn-default {
        min-width: 94px;
    }

    .donationrightbox {
        margin-top: -1px;
    }

    .donateform label {
        padding-right: 20px;
    }

    .adopt-image {
        width: 100%;
    }

    #AdoptionCatergory-page {
        margin-top: 0px;
    }

    .calendar-btn {
        right: 0px !important;
    }

    .homeicon-mobile1 {
        display: block !important;
        color: #fff;
        position: absolute;
        top: 17px;
        right: 90px;
    }

    .hamburger-menu-ipad-l a {
        display: block !important;
        margin-top: 14px;
        margin-left: 141px;
    }

    a.visible-xs.sb-toggle-right.hamburger-menu-ipad-l {
        margin-top: -14px;
    }

    .side-navbar {
        display: none !important;
    }

    .print-btn {
        min-width: 80px !important;
        height: 40px !important;
        margin-right: -17px !important;
    }

    .qtywidth .counter-container {
        border: solid 1px #a2a2a2 !important;
        width: 55px;
    }

    .list-group-item-text {
        left: 264px;
        font-size: 16px !important;
        width: 130px;
        top: 83px;
        z-index: 1;
    }

    .donation-price {
        position: relative;
        top: -140px;
        color: #ffffff;
    }

    .memlogin {
        width: 100%;
    }

    .continue-btn {
        width: 360px;
    }


    .footer .logos {
        text-align: right !important;
    }

    .footer .address {
        text-align: right !important;
    }

    .order-review-info {
        border: none !important;
        margin-top: 2px;
    }

    .educationdropdown-ls .form-control {
        width: 164px !important;
        height: 51px !important;
    }

    .edu-btn-alignment .btn-default {
        height: 62px !important;
    }

    .hide-ipad-ls {
        display: none !important;
    }

    .btnedit {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .btnview {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .btndelete {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .special-event-timing-sec .ui-select-match > .form-control {
        width: 247px !important;
        margin-top: 0px !important;
    }

    .time-dropdown-m .ui-select-container .btn {
        width: 150px;
    }

    .time-dropdown-m .form-control {
        width: 247px !important;
        margin-top: 0px !important;
    }

    .camp-margin-top30 {
        margin-top: 0px !important;
    }

    .search-camps-area {
        padding-top: 20px !important;
    }

    .special-event-timing-sec {
        padding: 20px;
        border: none !important;
        padding-left: 20px !important;
        background-color: none !important;
    }

    .special-event-timing-sec {
        background-color: rgba(0,0,0,0) !important;
    }

    .sp-event-visiting-date .input-group .form-control {
        width: 100% !important;
    }

    .time-dropdown-m .form-control {
        width: 285px !important;
        height: 44px;
        margin-top: 0px;
    }

    .time-dropdown-m ul.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu.ng-scope {
        width: 286px !important;
    }

    .donation-web-content-area {
        min-height: 290px !important;
    }

    .donation-web-content-area1 {
        min-height: 383px !important;
    }

    .time-dropdown-m .form-control {
        width: 247px !important;
        height: 44px;
        margin-top: 0px;
    }

    .upsell-title-overlay1 {
        height: 36px;
    }

    .upsell-title-overlay {
        height: 36px;
    }

        .upsell-title-overlay h3 {
            font-size: 14px;
        }

    .upsell-title-overlay {
        margin-top: -37px !important;
    }

    .card-adopt {
        cursor: pointer;
        width: 210px !important;
        float: none;
        margin-left: 0 !important;
    }

    .share-the-care-img {
        width: 30% !important;
        margin-left: 36% !important;
    }
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* Styles */
}

@media (min-width: 1200px) {
    .container {
        width: 88%;
    }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) and (max-width: 1280px) {
    /* Styles */
    .navigation-menu ul li a {
        color: #fff;
        font-weight: 300 !important;
        margin-top: 5px;
        font-size: 11px;
        text-align: center;
        padding: 13px 7px;
        letter-spacing: 0.4px;
    }

    .continue-shopping-link a {
        font-size: 14px !important;
    }

    .continue-shopping-link {
        margin-top: 11px !important;
    }
	
		.shoppingcart-login-area{
		padding-right: 30px;
	}
	#cartitemtable #boxing {
		left: 15%;
		width: 70%;
		
	}
	
	.btn-primary-membership{
		    width: 88px !important;
    font-size: 13px !important;
	}
	
}





/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1281px) and (max-device-width: 1370px) and (-webkit-min-device-pixel-ratio: 1) {

    .navigation-menu ul li a {
        font-size: 11px !important;
    padding: 14px 3px !important;
    }


    .donation-web-content-area {
        min-height: 390px !important;
    }

    .donation-web-content-area1 {
        min-height: 383.5px !important;
    }


    .container-wrapper {
        width: 95%;
        margin: 10px auto;
        /*display:flex;*/
        justify-content: center; /* align horizontal */
        min-height: 900px;
    }

    .counter-container .counter-minus {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 -6px;
        padding: 15px 16px 15px;
        border: 1px solid #339621;
        text-decoration: none;
        color: #fff;
        background: #339621;
        white-space: normal;
        /* font-family: 'MalloryMP-Bold'; */
    }

    .counter-container .counter-plus {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: 0 -6px;
        padding: 15px 15px 15px;
        border: 1px solid #339621;
        text-decoration: none;
        color: #fff;
        background: #339621;
        white-space: normal;
        /* font-family: 'MalloryMP-Bold'; */
    }




    .counter-container .counter-field {
        margin: 0;
        text-align: center;
        width: 50px;
        color: #339621;
        border: 1px solid rgba(0,0,0,0);
        height: 29px;
        background: rgba(0,0,0,0);
        white-space: normal;
        font-family: 'Amatic-Bold', sans-serif;
        font-size: 30px;
        margin-left: 1px;
    }

    .btn-primary-a {
        /*border: 1px solid #fff;
        color: #fff;
        border-radius: 22px !important;
        background: rgba(0,0,0,0.0) !important;
        width: 80px;
        height: 34px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center !important;
        font-family: 'Amatic-Bold', sans-serif;
        margin-right: 5px !important;*/
    }

    .wrapper-ticket {
        width: 235px !important;
    }

    .details-ticket h3 {
        font-size: 18px;
    }

    .member-price {
        width: 94px;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 250px !important;
    }

    /*.btn-default {
        border: 1px solid #339621;
        border-radius: 22px !important;
        background: rgba(0,0,0,0.0) !important;
        min-width: 123px;
        height: 44px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center !important;
        color: #339621;
        text-transform: uppercase;
        font-family: 'Amatic-Bold', sans-serif;
    }*/

    .form-login-heading {
        /*min-height:100px;*/
    }

    .membership-text p {
        font-size: 19px;
    }

    .btn-default:hover {
        min-width: 130px !important;
    }

    .datepicker-dob-area .btn-default:hover {
        min-width: 13px !important;
    }

    .educationdropdown .ui-select-match .btn-default:hover {
        min-width: 100% !important;
    }

    .school-serach-panel .ui-select-container .btn {
        min-width: 100% !important;
        text-transform: uppercase;
    }

    /*.animated > .cart-badge {
        top: 9px !important;
        right: -12px !important;
    }*/

    .cal-month-day small {
        top: -36px;
        left: 9px;
    }

    #calendarEvents-set .cal-month-day small {
        top: -36px;
        left: -4px !important;
    }

    .specialevent-cal #calendarEvents-set .cal-month-day small {
        left: 3px !important;
    }

    .event-SP-CAMP .btn-default {
        width: 119px !important;
    }




    .login-or {
        background: #e5e5e5;
        padding: 15px;
        border-radius: 150px;
        position: absolute;
        left: 493px;
        top: 134px;
    }

    .cart-badge {
        display: inline-block;
        min-width: 10px;
        padding: 7px 9px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        vertical-align: baseline;
        white-space: nowrap;
        text-align: center;
        background-color: #339621;
        border-radius: 21px;
        position: absolute;
        top: 8px !important;
        right: 35px !important;
    }

    .menu-nav-button a {
        color: #fff;
    }

    #logout-div ul li {
        float: left;
        margin-right: 30px;
        margin-top: 41px;
    }

    .admission-ticket-count {
        margin-top: 10px;
    }

    .ticket {
        /*background-color: rgba(141, 156, 60, 0.00) !important;*/
        margin-top: 0px !important;
    }

    .shoppingcart-item .qtywidth {
        margin-top: 5px;
    }

    .ticket-total-Price {
        margin-top: 20px;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .list-group-item-text {
        position: absolute;
        top: 110px;
        color: #ffffff;
        padding: 5px;
        left: 60px;
    }

    .weather-icon {
        padding-left: 15px;
    }

    .sideBarLeft {
        top: 30% !important;
    }

    #cart-div .popup-background {
        overflow-y: scroll !important;
        max-height: 460px !important;
    }

        #cart-div .popup-background .close {
            display: block !important;
            right: 3px !important;
            top: 4px !important;
        }

    .card-heading {
        font-size: 32px !important;
    }

    .membership-card {
        /* width: 520px !important;
        padding: 10px !important;*/
    }

    /*.membership-firstinfo img {
        /* border-radius: 50%; */
    /* width: 150px !important;
        height: 150px !important;
    }*/

    .edu-camp-bundle-link ul li a {
        padding: 11px 19px 6px 25px !important;
    }
}



@-moz-document url-prefix() {
    @media only screen and (min-width: 1200px) {
        .member-price {
            left: 287px;
        }

        .btn-primary-a {
            width: 82px;
            margin-right: 4px;
        }
    }
}


@-moz-document url-prefix() {
    @media screen and (min-device-width: 1200px) and (max-device-width: 1370px) and (-webkit-min-device-pixel-ratio: 1) {
        .navigation-menu ul li a {
            font-size: 17px !important;
        }
    }
}







/* ----------- Code for IE ----------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*.counter-container .counter-minus, .counter-container .counter-plus {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 -6px;
    padding:15px 16px 15px;    
    border: 1px solid #339621;
    text-decoration: none;
    color: #339621;
    background-color:transparent ;
    white-space: normal;
    font-family: 'Amatic-Bold';
    font-weight:600;
}*/

    .member-price {
        left: 282px;
    }

    .btn-primary-a {
        width: 82px;
        margin-right: 4px;
    }

    .member-price {
        width: 94px;
        background-color: rgba(0,0,0,0.6);
        color: #fff;
        padding: 10px;
        position: absolute;
        top: 0px;
        left: 293px !important;
    }

    #roundoffless .btn-default {
        font-size: 13px !important;
    }

        #roundoffless .btn-default:hover {
            font-size: 13px !important;
        }

    .btn-sm, .btn-group-sm > .btn {
        font-size: 13px !important;
    }
}



/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
	.shoppingcart-login-area{
		padding-right: 30px;
	}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* Styles */

}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    /* Styles */
}


@media screen and (min-width: 1900px) {


    .memlogin {
        width: 85% !important;
    }

    .cart-badge {
        top: 9px;
        right: 65px;
    }

    .list-group-item-text {
        left: 117px;
    }

    .weather_drop {
        top: 60px;
        right: 79px !important;
    }

    .member-price {
        left: 430px;
    }

    .btn-primary-a {
        /*margin-right: 41px;*/
    }

    .ui-select-container .btn {
        min-width: 362px !important;
    }

    .time-selection-border .form-control {
        height: 43px !important;
        width: 362px !important;
        padding: 5px !important;
    }


    .login-or {
        left: 673px;
    }

    .weather-icon {
        /*padding-left: 38px;*/
    }

    .cal-month-day small {
        margin-top: -5px;
        color: #fff !important;
        background: #329900;
        border: solid 3px #329900;
        width: 55px;
        height: 55px;
        position: absolute;
        top: -36px;
        left: 21px !important;
        border-radius: 80px;
        z-index: 1;
    }

    span[data-cal-date] {
        z-index: 10 !important;
    }

    .specialevent-cal #calendarEvents-set .cal-month-day small {
        left: 32px !important;
    }


    .ui-select-container .btn {
        min-width: 90% !important;
    }

    .logo {
        max-width: 78% !important;
    }

    .card-adopt .wrapper-member1 {
        background: no-repeat center;
        background-size: cover
    }

    .metro-logo {
        width: 190px !important;
    }
}


.special-event-timing-sec .ui-select-match > .form-control {
    width: 150px;
    margin-top: 0px;
}

.time-dropdown-m .ui-select-container .btn {
    width: 150px;
}

.time-dropdown-m .form-control {
    width: 247px !important;
    margin-top: 0px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    margin-left: 20%;
    border-radius: 0px;
    border: solid 2px #d2d2d2;
    margin-top: -256px;
}

/* The Close Button */
.close {
    color: #ffffff;
    padding: 4px 5px 5px 0px;
    /* border-radius: 150px; */
    background-color: rgb(63 81 181);
    position: absolute;
    right: -24px;
    top: 0px;
    /*display: none;*/
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.cartsum_text {
    border-top: solid 1px #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}




.read-more-wrap {
    height: auto;
    line-height: 1.4em;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 15px;
}

    .read-more-wrap.open {
        height: 20px !important;
        overflow: hidden;
    }

    .read-more-wrap:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        bottom: 0;
        /*content: "...";*/
        font-weight: bold;
        padding: 0 20px 1px 45px;
        position: absolute;
        right: 96px;
        z-index: 1;
    }

    .read-more-wrap.open:after {
        background: none;
        content: "";
    }

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: ' Show more';
    /*background-color: #fff;*/
    width: 130px !important;
    margin-right: -7px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}


#calendarEvents-set {
    border: solid 3px #339621;
    -webkit-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.75);
}

/*#calendarEvents-set::after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  z-index: -2;
}

#calendarEvents-set::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}*/

#calcloseEvents {
    color: #000;
    margin-right: 11px;
    margin-top: 24px;
    z-index: 2;
}

#upsellPopup i.fa.fa-times-circle {
    margin-left: 10px;
}

/*#calendar-set:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  z-index: -2;
}

#calendar-set:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}*/

#calclose {
    color: #000;
    margin-top: 22px;
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: '? Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    /* border: 1px solid #ddd; */
    /*text-decoration: underline;*/
    /*position: absolute;*/
    right: -15px;
    /* top: 50px; */
    margin-top: -50px;
    color: #f90;
    width: 165px !important;
}

.read-more-trigger {
    /*margin-top: -36px;
    font-size: 11px;
    position: absolute;
    right: -19px;*/
}

.popup-background {
    background-color: #fff;
    border: solid 2px #a2a2a2;
    top: 15px;
    padding-bottom: 20px;
}

    .popup-background:after {
        position: fixed;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,0.8);
        z-index: -2;
    }

/*.popup-background :before {
  position: absolute;
  content: "";

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
  width:100%;
  height:auto;
}*/


.popup-background-roundoff:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: -2;
}

.popup-background-roundoff :before {
    position: absolute;
    content: "";
    top: -11px;
    left: -5px;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}


.border-blue-itemprint table, tr, td {
    vertical-align: middle !important;
}


/*Item Print css*/
#ticketstyle1 table, #ticketstyle2, #ticketstyle3 table, table, table#ticketstyle1, table#ticketstyle3 {
    min-width: 100%;
}

#ticketstyle1 h2, #ticketstyle1 p, #ticketstyle3 img {
    margin-bottom: 2px;
}

#ticketstyle1 img, #ticketstyle2 img, #ticketstyle3 img {
    height: 100px;
    width: 100px;
}

#ticketstyle1 .color, #ticketstyle2 .color {
    background: #92C83E;
}

#ticketstyle1 td, #ticketstyle1 tr {
    display: block;
    text-align: center;
    width: 100%;
}

#ticketstyle1 h2 {
    font-size: 88%;
}

#ticketstyle1 h4 {
    margin: 3px 0;
}

#ticketstyle1 u {
    font-size: larger;
    text-transform: capitalize;
}

#ticketstyle2 td, #ticketstyle2 tr {
    display: block;
    text-align: center;
}

#ticketstyle2 p {
    font-weight: 700;
    font-style: oblique;
}

#ticketstyle2 h2 {
    font-size: 21px;
    font-weight: 700;
}

#ticketstyle2 h3 {
    font-size: 19px;
}

#ticketstyle2 h4 {
    font-size: 17px;
    font-weight: 700;
}

#ticketstyle2 h5 {
    font-size: 15px;
    color: #649923;
}

#ticketstyle3 td, #ticketstyle3 tr {
    display: block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

#ticketstyle3 p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

#ticketstyle3 h2 {
    font-size: 14px;
}

#ticketstyle3 h4 {
    font-size: 12px;
    font-weight: 700;
}

#ticketstyle3 .color {
    text-align: center;
    background: #92C83E;
}

#ticketstyleweb3 h5 {
    font-size: 10px;
    font-weight: 700;
    text-align: justify;
}

#ticketstyleweb3 img {
    width: 100%;
    height: 50%;
}
/*Sidebar.css*/
.sb-left, .sidebar-left {
    left: 0;
}

.sb-right, .sidebar-right {
    right: 0;
}

.sb-slidebar {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    display: none;
    background: #000;
    /*border-left: solid 6px #339621;*/
    width: 30%;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden;
}

.sb-slidebar, .sb-slidebar * {
    -webkit-transform: translateZ(0);
}

    .sb-slidebar.sb-static, html.sb-static .sb-slidebar {
        position: absolute;
    }

    .sb-slidebar.sb-active {
        display: block;
    }

.sb-style-overlay {
    z-index: 9999;
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch;
}

.sb-width-thin {
    width: 15%;
}

.sb-width-wide {
    width: 45%;
}

@media (max-width:480px) {
    .sb-slidebar {
        width: 70%;
        overflow: scroll;
    }

    .sb-width-thin {
        width: 55%;
    }

    .sb-width-wide {
        width: 85%;
    }

    .otherbg-1 {
        height: 10px;
    }

    .admission-ticket {
        margin-top: 10px;
    }
}

@media (min-width:481px) {
    .sb-slidebar {
        width: 55%;
    }

    .sb-width-thin {
        width: 40%;
    }

    .sb-width-wide {
        width: 70%;
    }
}

@media (min-width:768px) {
    .sb-slidebar {
        width: 40%;
    }

    .sb-width-thin {
        width: 25%;
    }

    .sb-width-wide {
        width: 55%;
    }
}

@media (min-width:992px) {
    .sb-slidebar {
        width: 30%;
    }

    .sb-width-thin {
        width: 15%;
    }

    .sb-width-wide {
        width: 45%;
    }
}

@media (min-width:1200px) {
    .sb-slidebar {
        width: 20%;
    }

    .sb-width-thin {
        width: 5%;
    }

    .sb-width-wide {
        width: 35%;
    }
	
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transition-property: -webkit-transform,left,right;
    -webkit-backface-visibility: hidden;
}

.sb-hide {
    display: none;
}

.navbar .navbar-toggle.toggle-sidebar, .sidebar, [data-toggle=sidebar] {
    display: block;
}

.navbar.navbar-static .navbar-header {
    float: left;
}

.navbar .navbar-toggle.toggle-left {
    float: left;
    margin-left: 15px;
}

.navbar .navbar-toggle.toggle-right {
    float: right;
    margin-right: 15px;
}

.sidebar {
    position: fixed;
    //top:51px;
    bottom: 0;
    z-index: 1000;
    min-height: 100%;
    max-height: none;
    overflow: auto;
}

    .sidebar :: before {
        content: "12354788";
    }

.row .sidebar.sidebar-left.sidebar-xs-show {
    left: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}

.row .sidebar.sidebar-right.sidebar-xs-show {
    right: 0;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}

@media (min-width:768px) {
    .row .sidebar.sidebar-left.sidebar-sm-show {
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
    }

    .row .sidebar.sidebar-right.sidebar-sm-show {
        right: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@media (min-width:992px) {
    .row .sidebar.sidebar-left.sidebar-md-show {
        left: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
    }

    .row .sidebar.sidebar-right.sidebar-md-show {
        right: 0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -moz-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@media (min-width:1170px) {
    .row .sidebar.sidebar-left.sidebar-lg-show {
        left: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .row .sidebar.sidebar-right.sidebar-lg-show {
        right: 0;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.sidebar-animate {
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.sidebar.sidebar-left {
    -webkit-transform: translate(-86%,0);
    -moz-transform: translate(-86%,0);
    -ms-transform: translate(-86%,0);
    -o-transform: translate(-86%,0);
    transform: translate(-86%,0);
}

@media (max-width:768px) {
    .sidebar {
        top: 55px;
    }

        .sidebar.sidebar-left {
            -webkit-transform: translate(-90%,0);
            -moz-transform: translate(-90%,0);
            -ms-transform: translate(-90%,0);
            -o-transform: translate(-90%,0);
            transform: translate(-90%,0);
        }
}

.sidebar.sidebar-left.sidebar-open {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.sidebar.sidebar-right {
    -webkit-transform: translate(86%,0);
    -moz-transform: translate(86%,0);
    -ms-transform: translate(86%,0);
    -o-transform: translate(86%,0);
    transform: translate(86%,0);
}

    .sidebar.sidebar-right.sidebar-open {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
/*FlipClock*/
.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper.clearfix:before, .flip-clock-wrapper:after, .flip-clock-wrapper:before {
    content: " ";
    display: table;
}

.flip-clock-wrapper.clearfix:after, .flip-clock-wrapper:after {
    clear: both;
}

.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: none;
    pointer-events: none;
    text-decoration: none;
    color: #ccc;
}

    .flip-clock-wrapper a:hover {
        color: #fff;
    }

.flip-clock-wrapper {
    font: 400 11px Lato;
    -webkit-user-select: none;
    text-align: center;
    position: relative;
    width: 150px;
    float: left;
}

.flip-clock-meridium {
    background: 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}

    .flip-clock-meridium a {
        color: #313333;
    }

.flip-clock-wrapper ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 1px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 2px;
}

    .flip-clock-wrapper ul li {
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 100%;
        text-indent: 0;
        text-decoration: none !important;
    }

        .flip-clock-wrapper ul li:first-child {
            z-index: 2;
        }

        .flip-clock-wrapper ul li a {
            display: block;
            background: 0 0;
            height: 100%;
            width: 20px;
            -webkit-perspective: 200px;
            -moz-perspective: 200px;
            perspective: 200px;
            margin: 0 !important;
            overflow: visible !important;
            cursor: default !important;
        }

            .flip-clock-wrapper ul li a div {
                z-index: 1;
                position: absolute;
                left: 0;
                width: 20px;
                height: 50%;
                font-size: 20px;
                overflow: hidden;
                outline: transparent solid 1px;
            }

                .flip-clock-wrapper ul li a div .shadow {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    z-index: 2;
                }

                .flip-clock-wrapper ul li a div.up {
                    -webkit-transform-origin: 50% 100%;
                    -moz-transform-origin: 50% 100%;
                    -ms-transform-origin: 50% 100%;
                    -o-transform-origin: 50% 100%;
                    transform-origin: 50% 100%;
                    top: 0;
                }

                    .flip-clock-wrapper ul li a div.up:after {
                        content: "";
                        position: absolute;
                        top: 44px;
                        left: 0;
                        z-index: 5;
                        width: 100%;
                        height: 3px;
                        background-color: #000;
                        background-color: rgba(0,0,0,.4);
                    }

                .flip-clock-wrapper ul li a div.down {
                    -webkit-transform-origin: 50% 0;
                    -moz-transform-origin: 50% 0;
                    -ms-transform-origin: 50% 0;
                    -o-transform-origin: 50% 0;
                    transform-origin: 50% 0;
                    bottom: 0;
                    border-bottom-left-radius: 6px;
                    border-bottom-right-radius: 6px;
                }

                .flip-clock-wrapper ul li a div div.inn {
                    position: absolute;
                    left: 0;
                    z-index: 1;
                    width: 100%;
                    height: 200%;
                    color: #fff;
                    text-align: center;
                    background-color: #339621;
                    font-size: 18px;
                }

                .flip-clock-wrapper ul li a div.up div.inn {
                    top: 0;
                }

                .flip-clock-wrapper ul li a div.down div.inn {
                    bottom: 0;
                }

    .flip-clock-wrapper ul.play li.flip-clock-before {
        z-index: 3;
    }

    .flip-clock-wrapper ul.play li.flip-clock-active {
        -webkit-animation: asd .5s .5s linear both;
        -moz-animation: asd .5s .5s linear both;
        animation: asd .5s .5s linear both;
        z-index: 5;
    }

.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 20px;
}

    .flip-clock-divider:first-child {
        width: 0;
    }

.flip-clock-dot {
    display: block;
    background: #fff;
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #fff;
    left: 2px;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    bottom: -.5em;
    right: -21px;
    color: #fff;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -30px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -50px;
}

.flip-clock-dot.top {
    top: 7px;
}

.flip-clock-dot.bottom {
    bottom: 2px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    100%,20% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    100%,20% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    100%,20% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    100%,20% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));
    background: 0 0,top,0,100% #000;
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: 0 0,bottom,0,100% #000;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.1)),color-stop(100%,#000));
    background: 0 0,top,0,100% #000;
    background: -o-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,.1) 0,#000 100%);
    background: 0 0,bottom,0,100% #000;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));
    background: 0 0,top,0,100% rgba(0,0,0,.1);
    background: -o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: -ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: 0 0,bottom,0,100% rgba(0,0,0,.1);
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#000),color-stop(100%,rgba(0,0,0,.1)));
    background: 0 0,top,0,100% rgba(0,0,0,.1);
    background: -o-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: -ms-linear-gradient(top,#000 0,rgba(0,0,0,.1) 100%);
    background: 0 0,bottom,0,100% rgba(0,0,0,.1);
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sideBarRight {
    display: none !important;
}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.modal-footer .btn-default {
    height: 42px;
    width: 124px;
}

.modal-footer .btn-primary {
    height: 44px;
    width: 124px;
    border-radius: 9px !important;
    font-family: Lato;
    text-transform: uppercase;
}


/*---------------------- calendar -----------------------------------*/

.cal-month-box [class*=cal-cell], .cal-year-box [class*=span] {
    height: 50px !important;
}
/*------------------------------*/
.filter-title-1 {
    /*background-color: #339621;
    padding-top: 10px;
    padding-bottom: 13px;
    color: #fff;
    text-align: center;
    min-height:68px;*/
    font-family: 'Arial', sans-serif;
    background-color: rgba(244, 145, 30, 0.74);
    color: #fff;
    height: 80px;
    margin-top: -80px;
    padding: 10px;
    cursor: pointer;
}


.adoption-overlay {
    font-family: 'Arial', sans-serif;
    background-color: rgba(0,0,0,0.7);
    color: #ffff00;
    height: 80px;
    margin-top: -113px;
    padding: 10px;
}

    .adoption-overlay p {
        margin-bottom: 0px;
    }

.adopt-image:hover {
    opacity: 0.5;
    cursor: pointer;
}

.educationdropdown .ui-select-bootstrap > .ui-select-choices {
    margin-left: 0px !important;
}

.btn-calendar-content:hover {
    background-color: #339621;
    color: #fff;
    border: solid 1px #339621;
}

.cal-day-tick i.glyphicon.glyphicon-chevron-up {
    display: none;
}

.cal-day-tick {
    position: relative;
    background: #ff9900;
    border-radius: .4em;
}

    .cal-day-tick:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 13px solid transparent;
        border-bottom-color: #ff9900;
        border-top: 0;
        margin-left: -13px;
        margin-top: -13px;
    }

.cal-day-tick {
    bottom: -5px !important;
}

.cal-context {
    padding-bottom: 60px;
}

/*-----------------------*/

.notification-bar {
    position: absolute;
    width: 100%;
    top: 111px;
    z-index: -3;
}

.notification-text {
    background-color: #c4453c;
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.05) 25%, hsla(0,0%,0%,.05) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.05) 75%, hsla(0,0%,0%,.05));
    background-image: -moz-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -ms-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: -o-linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    background-image: linear-gradient(135deg, transparent, transparent 25%, hsla(0,0%,0%,.1) 25%, hsla(0,0%,0%,.1) 50%, transparent 50%, transparent 75%, hsla(0,0%,0%,.1) 75%, hsla(0,0%,0%,.1));
    padding: 15px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    width: 100%;
    -webkit-animation: initiate 350ms ease;
    -moz-animation: initiate 350ms ease;
    -o-animation: initiate 350ms ease;
    animation: initiate 350ms ease;
}

.notification-bar input {
    display: none;
}

.notification-bar label {
    cursor: pointer;
    color: #fff;
    position: absolute;
    z-index: 5;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.educationdropdown .btn-default {
    color: #000;
    font-family: Arial;
}

/*.educationdropdown .btn-default:hover{
    color:#000;font-family:Arial;
}*/



.ui-select-bootstrap {
    font-family: Arial;
}

.notification-bar label[for=hide] {
    right: 10px;
    top: 11px;
    width: 24px;
    height: 24px;
    -webkit-animation: initiate 350ms ease;
    -moz-animation: initiate 350ms ease;
    -o-animation: initiate 350ms ease;
    animation: initiate 350ms ease;
}

.notification-bar label[for=show] {
    width: 25px;
    height: 25px;
    border-radius: 0px 0px 3px 3px;
    right: 10px;
    background: #339621;
    padding-left: 5px;
}

.notification-text a {
    color: #fff;
    text-decoration: underline;
}

/* Function */
.notification-bar input[value=show]:checked ~ label[for=show],
.notification-bar input[value=hide]:checked ~ label[for=hide],
.notification-bar input[value=hide]:checked ~ .notification-text {
    -webkit-transition: ease 350ms;
    -moz-transition: ease 350ms;
    -o-transition: ease 350ms;
    transition: ease 350ms;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.notification-bar input[value=hide]:checked ~ label[for=show],
.notification-bar input[value=show]:checked ~ label[for=hide],
.notification-bar input[value=show]:checked ~ .notification-text {
    -webkit-transition: ease 350ms;
    -moz-transition: ease 350ms;
    -o-transition: ease 350ms;
    transition: ease 350ms;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

/* Inital Animation */
@-webkit-keyframes initiate {
    0% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        -webkit-transform: translateY(-50%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes initiate {
    0% {
        -moz-transform: translateY(-100%);
    }

    50% {
        -moz-transform: translateY(-50%);
    }

    100% {
        -moz-transform: translateY(0%);
    }
}

@-o-keyframes initiate {
    0% {
        -o-transform: translateY(-100%);
    }

    50% {
        -o-transform: translateY(-50%);
    }

    100% {
        -o-transform: translateY(0%);
    }
}

@keyframes initiate {
    0% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0%);
    }
}



/* Offers related style added */
.sideBarLeft {
    display: block;
    float: right;
    height: 270px;
    padding: 0 5px 0 0;
    width: 285px;
    position: fixed;
    right: -250px;
    top: 35%;
    z-index: 100;
}

    .sideBarLeft div {
        border: none;
        position: relative;
        display: block;
        z-index: 100;
        top: 0px;
        font-size: 13px;
        left: 0px;
        height: 460px;
    }

    .sideBarLeft span {
        text-align: center;
        z-index: 99999;
    }

        .sideBarLeft span a {
            color: #FF9D00;
            text-decoration: none;
        }

            .sideBarLeft span a:hover {
                text-decoration: underline;
            }

.sideBarLeftbottom {
    display: block;
    float: right;
    height: 270px;
    padding: 0 5px 0 0;
    width: 285px;
    position: fixed;
    right: -250px;
    top: 20%;
    z-index: 100;
}

    .sideBarLeftbottom div {
        border: none;
        position: relative;
        display: block;
        z-index: 100;
    }

    .sideBarLeftbottom span {
        text-align: center;
        z-index: 99999;
    }

        .sideBarLeftbottom span a {
            color: #FF9D00;
            text-decoration: none;
        }

            .sideBarLeftbottom span a:hover {
                text-decoration: underline;
            }

.position-fixed-menu {
    left: 100%;
    margin-left: 10px !important;
    margin-right: 5px !important;
    margin-top: 35px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.offers-area {
    margin-right: -37px !important;
    margin-top: 60px;
}

.sideBarRight {
    display: block;
    float: left;
    height: 270px;
    padding: 0 5px 0 0;
    width: 285px;
    z-index: 99999;
    position: fixed;
    left: -250px;
    top: 30%;
    z-index: 100;
}

    .sideBarRight div {
        border: none;
        position: relative;
        display: block;
        z-index: 100;
    }

    .sideBarRight span {
        text-align: center;
        z-index: 99999;
    }

        .sideBarRight span a {
            color: #FF9D00;
            text-decoration: none;
        }

#sideEV {
    /*margin-right:-10px!important*/
}

.sideBarRight span a:hover {
    text-decoration: underline;
}

.position-fixed-menu_right {
    z-index: 1100;
    left: 100%;
    margin-right: 0 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    display: none !important;
}

.position-sidemenu {
    position: fixed;
    z-index: 1100;
    top: 50%;
    left: 0;
}

.sidebar-colorL {
    color: #2d2d2d !important;
    background: #ffbe00;
}

.sidebar-colorR {
    color: #fff !important;
    background: #339621;
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
    transform: rotate(-90deg);
}

#highlight1 {
    padding: 35px;
}

    #highlight1 p {
        margin: 6px -28px 10px;
        /*height:460px;*/
    }

.sideBarLeft .btn-default {
    background-color: #fff !important;
    color: #339621 !important;
}

    .sideBarLeft .btn-default:hover {
        background-color: #339621 !important;
        color: #fff !important;
    }

.memlogin p {
    background-color: #339621;
    padding: 15px;
    color: #fff;
}

.memlogin img {
    margin-left: -27px !important;
}


.memlogin {
    border: solid 1px #339621;
    padding-bottom: 10px;
    width: 85.5%;
}

.memlogin-1 {
    border: solid 1px #339621;
    padding-bottom: 10px;
    width: 100%;
}

    .memlogin-1 p {
        background-color: #339621;
        padding: 15px;
        color: #fff;
    }


/*.eventSoldout small {
    background: #ff0000;
    border: solid 3px #ff0000;
}*/

.ads-left-box {
    background-color: #339621;
    color: #fff;
    border: solid 2px #339621;
    height: 460px;
}

#highlight1 img {
    width: 200px;
    margin-left: -27px;
    border: solid 2px #fff;
}

#highlight1 h4 {
    margin-left: -28px;
}

.memlogin-edu {
    width: 85%;
    padding-left: 30px;
    padding-top: 30px;
}

.memlogin-edu1 {
    margin-top: 20px;
    border: solid 1px #339621;
    padding-bottom: 10px;
    width: 100%;
    margin-bottom: 20px;
}

    .memlogin-edu1 p {
        background-color: #339621;
        padding: 15px;
        color: #fff;
    }

.ui-select-bootstrap > .ui-select-choices {
    width: 68%;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    padding: 3px 2px !important;
    font-size: 13px;
}


.mail-item-change {
    margin-top: 90px;
}

.price-padding-top {
    padding-top: 8px;
}

.sp-info-box-btn {
    min-height: 170px;
}

#toast-container > div {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.toast-info, .toast-wait {
    background-color: rgb(255,153,0) !important;
}

.bgcontainerbox {
    background-color: #f3f3f3;
    border: solid 1px #339621;
        margin-top: 130px;
    padding-bottom: 60px;
}

#calendarEvents-set .cal-month-day small {
    left: 3px;
}

.nav-tabs li {
    font-size: 17px !important;
}

#IdleScreenbootBox .modal-body {
    text-align: center !important;
}

#IdleScreenbootBox .modal-footer {
    text-align: center !important;
}

.order-review-info {
    border: solid 1px #808080;
}

.modal-content .btn-default {
    min-width: 110px !important;
}


.memlogin-edu1 .form-control {
    width: 280px !important;
    border-bottom: solid 1px #d8d8d8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0) !important;
    -webkit-transition: border-color ease-in-out .0s,-webkit-box-shadow ease-in-out .0s;
    -o-transition: border-color ease-in-out .0s,box-shadow ease-in-out .0s;
    transition: border-color ease-in-out .0s,box-shadow ease-in-out .0s;
}

.login-signup .btn-default {
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    margin: 10px auto;
}

    .login-signup .btn-default:hover {
        background: #fff !important;
        color: #124a87 !important;
    }

.myorders .btn-default {
    min-width: 95px !important;
}

.specialevent-cal #calendarEvents-set .cal-month-day small {
    left: 12px;
}


.margin-top-mem-buffer {
    margin-top: 30px;
}

#AdoptionCatergory-page {
    margin-top: 10px;
}

.input-group .form-control {
    width: 100% !important;
    /*height:60px !important;*/
}



.sp-eve-user-details {
    margin-top: 40px;
    margin-bottom: 35px;
}

.btn-default-focus {
    outline: none !important;
}

.membership-price-new {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 900;
    font-family: 'Arial',sans-serif;
    margin-top: 23px;
    text-align: right;
}


.container-event-hover {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-event-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #efefef;
}

.container-event-hover:hover .overlay-event-hover {
    opacity: 1;
}

.text-event-hover {
    color: #339621;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 48%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.show-more-event-text-m {
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 22px;
    color: #fff !important;
}

.sideBarLeft .btn:active, .sideBarLeft .btn.active {
    background: #339621 !important;
    color: #fff;
}

    .sideBarLeft .btn:focus, .sideBarLeft .btn:active:focus, .sideBarLeft .btn.active:focus, .sideBarLeft .btn.focus, .sideBarLeft .btn:active.focus, .sideBarLeft .btn.active.focus {
        background: #339621 !important;
    }

.search-camps[type=text] {
    width: 330px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('/resources/images/common/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #339621 !important;
}

    .search-camps[type=text]:focus {
        width: 100%;
    }

.camp-heading-search-box {
    background-color: #4e93b2;
    color: #fff;
}

    .camp-heading-search-box h1 {
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

.search-camps-area {
    padding-top: 20px;
}

.camp-cat-infobar {
    padding-top: 5px;
    margin-bottom: 15px;
    color: #4e93b2;
}

.camp-margin-top30 {
    margin-top: 30px;
}

.padding-left-30-event {
    padding-left: 30px;
}

.VisitorType-event {
    color: #339621;
    font-size: 20px;
    font-weight: 500;
}


.time-dropdown-m .form-control {
    width: 375px !important;
    height: 51px;
    margin-top: 0px;
    padding: 5px !important;
}

.time-dropdown-m .text-muted {
    top: 10px;
}


.time-dropdown-m ul.ui-select-choices.ui-select-choices-content.ui-select-dropdown.dropdown-menu.ng-scope {
    width: 375px !important;
    margin-top: 0px;
}

.sp-event-visiting-date .calendar-btn1 {
    height: 44px;
}

.sp-event-visiting-date .input-group .form-control {
    width: 100%;
    height: 44px !important;
}

.aniaml-adopt-images {
    /*outline: 3px solid #339621;*/
    /*outline-offset: -3px;*/
    /*border:solid 2px #ffff00;*/
    margin-bottom: 15px;
    margin-top: 15px;
}

    .aniaml-adopt-images:hover {
        opacity: 0.75;
        cursor: pointer;
        /*outline: 3px solid #339621;
        outline-offset: -3px;*/
    }

.aniaml-adopt-images-title {
    background: rgba(245, 153, 41, 0.76);
    /*background-color:#339621;*/
    color: #fff;
    height: 43px;
    padding-top: 2px;
    font-size: 13px;
    margin-top: -60px;
    /*border-right:solid 2px #ffff00;
    border-left:solid 2px #ffff00;*/
}

.donation-web-content ul {
    font-size: 16px;
    font-weight: 400;
    margin-left: -15px;
    margin-top: 20px;
	margin-bottom:0;
	padding-bottom:20px;
}

.donation-web-content-area {
    min-height: 285px;
}

.donation-web-content-area1 {
    min-height: 347.5px;
}

.adoption-select-display {
    background-color: #339621;
    padding: 20px;
}

    .adoption-select-display h3 {
        color: #fff;
        font-size: 30px;
        font-family: Lato;
    }

.margin-t-150 {
    margin-top: 150px;
}


#cart-div .popup-background .close {
    display: block !important;
    z-index: 10;
}

.img-yellow-border {
    /*border: solid 2px #ffd800;*/
}

#specialmember p {
    font-size: 15px;
    font-weight: 500;
    padding: 0px;
    line-height: 1.4;
    margin-bottom: 0px;
    margin-top: 1px;
}

#buy1 .btn-primary-a {
    font-weight: 900;
}

.error-message-box {
    border: solid 1px #ff0000;
    padding: 10px;
    background: #ff0000;
    color: #fff;
}

.donation-input {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.donation-border-right {
    border-right: solid 3px #fafafa;
    border-bottom: solid 3px #fafafa;
    padding: 20px;
    background: #e7e7e7;
}

.donate1 {
    margin-top: 15px;
}

.donation-border-right h2 {
    color: #000;
    font-size: 20px;
    font-family: Lato;
}

.adoptionsingle p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}

.adoptionsingle h2 {
    font-family: Lato;
    font-weight: bold;
    font-size: 20px;
}

.border-solid-donation1 {
    /*border: solid 1px #339621;*/
    border-bottom: none;
}

.order-conformation-page {
    margin-top: 20px;
}

.events-and-program-page {
    margin-bottom: 30px;
    margin-top: 30px;
}

.carousel-items-area {
    border: solid 2px #339621;
    /*height: 280px;*/
    margin-bottom: 30px;
    min-height: 255px;
}

    .carousel-items-area p {
        font-size: 14px !important;
    }

#calendar-set {
    border: solid 3px #339621;
    -webkit-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 27px 3px rgba(0,0,0,0.75);
}

.bootbox-close-button.close {
    display: block !important;
    display: block !important;
    background-color: #f3f3f3;
    padding: 10px 15px;
    color: #000;
    border: solid 1px #c5c5c5;
}

.test-error .bootbox-close-button.close {
    display: none !important;
    background-color: #f3f3f3;
    padding: 10px 15px;
    color: #000;
    border: solid 1px #c5c5c5;
}



.eventAvailable {
    background-color: #339621 !important;
}

.eventSoldout {
    background-color: #ff0000 !important;
}

/*.cal-day-today{
    background-color:#339621 !important;
}*/
.cal-day-today {
    background: none !important;
    color: none !important;
}

    .cal-day-today span[data-cal-date] {
        color: #e36731 !important;
    }

span[data-cal-date] {
    font-family: Lato !important;
}

.login-display-info {
    background-color: #ff0000;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

.recevie-news {
    padding-top: 5px;
    margin-top: 10px;
    /*border: solid 1px #339621;*/
}


.popupupsel {
    /*background-color: #f3f3f3;*/
    border: solid 2px #d94046;
    padding-top: 14px;
    color: #0a7291;
    margin-bottom: 10px;
    margin-top:20px;
}


.upsell-title-overlay {
    /* background-color: rgba(255, 255, 255, 0.9); */
    margin-top: -47px;
    color: #fff;
    /* border-top: solid 3px #0a7291; */
    text-align: center;
}


.upsell-title-overlay1 {
    /* background-color: rgba(227, 103, 49, 0.65); */
    margin-top: -37px;
    color: #fff;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background-color: #0f3f72;
    margin-block: 0px;
}


.upsell-title-overlay h3 {
    color: #fff;
}

.upsell-title-overlay1 h4 {
    color: #fff;
    font-size: 12px !important;
}

#sidebarslide {
    display: none !important;
}

.ticketcms {
    margin-top: 30px;
}

.login-red-text {
    margin-top: -12px;
}

.footer-kmit-link {
    text-align: right;
}

.copyright a {
    color: #000;
    cursor: pointer;
}

.search-form .form-control {
    width: 100% !important;
}

.search-form .form-control-feedback {
    top: 9px !important;
    right: 9px;
}

.upsell-cart-title {
    background-color: #0f3f72;
    color: #fff;
    padding: 15px;
    margin-top: 0px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 270px;
    margin-left: 20px;
}

.btn-defaultss {
    border: solid 1px #339621;
    padding: 5px;
    /* border-radius: 32px; */
    color: #339621;
}

    .btn-defaultss:hover {
        border: solid 1px #339621;
        color: #fff;
        background-color: #339621;
    }

.upsell-ticket-area {
    margin-top: 90px;
}

.list-inline > li img {
    height: 160px;
}

.continue-shopping-link a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

    .continue-shopping-link a:hover {
        color: #339621;
    }

.continue-shopping-link {
    background-color: #339621;
    padding: 10px;
    margin-top: 9.5px;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}


.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.radio .cr {
    border-radius: 50%
}

    .checkbox .cr .cr-icon, .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%
    }

    .radio .cr .cr-icon {
        margin-left: .04em
    }

.checkbox label input[type="checkbox"] {
    /* display:none */
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1
    }

    .checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
        opacity: .5
    }

.marginauto {
    margin: 0 auto;
}

.education {
    margin-top: 15px;
}

.education-search-box {
    margin-bottom: 0px;
    margin-top: 3px;
    margin-left: -6px;
}

.educationpanel .panel-title {
    color: #000 !important
}

.educationheader .btn-default {
    max-width: 150px !important;
}

.edu-step-heading {
    height: 45px;
    padding-top: 9px;
}

.edulogin-panel {
    padding: 0px;
    background: #fff;
    min-height: 320px;
    color: #000;
    position: relative;
    /*border: 2px solid #fff;*/
    margin-top: 20px;
}

    .edulogin-panel h4 {
        padding: 20px;
        /*margin: -10px -10px 0;*/
        background: #72B0C7;
        background-size: 100%;
        font-family: Lato;
        color: #fff;
        margin-top: -1px;
    }

    .edulogin-panel md-input-container {
        padding: 0;
    }

.edusignup {
    padding: 10px;
    min-height: 390px;
    background: #fff;
    color: #000;
    /*border:2px solid #000*/
}

    .edusignup h4 {
        padding: 20px;
        margin: -10px -10px 0;
        background: #d7d7d7;
        background-size: 100%;
        color: #000;
    }

    .edusignup:hover {
        /*-webkit-box-shadow: 0 36px 20px -27px rgba(0,0,0,0.75);
        -moz-box-shadow: 0 36px 20px -27px rgba(0,0,0,0.75);
        box-shadow: 0 36px 20px -27px rgba(0,0,0,0.75);*/
    }

    .edusignup md-input-container, #box5 md-input-container {
        padding: 0;
        z-index: 2;
    }

    .edusignup .alert-danger, .edulogin-panel .alert-danger {
        border: none;
    }

.sidepers {
    padding: 0
}

.membershipitemprint h3, .admissionitemprint h3, .eventitemprint h3 {
    font-size: 36px;
    color: #000;
}

.counter-container .input-group {
    color: #000 !important
}

@media (max-width: 991px) and (min-width: 769px) {
}

.logo {
    width: 160px;
    height: auto;
    display: block;
    text-align: center;
    padding: 4%;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    float: none;
}

.navbar-nav > li > a {
    font-family: 'Lato', sans-serif;
}




/*asasas*/


.membership-card {
    float: left;
    /*padding: 0 1.7rem;
    width: 100%;
    margin-bottom: 0px;*/
}

    .membership-card .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .membership-card .menu-content::before, .membership-card .menu-content::after {
            content: '';
            display: table;
        }

        .membership-card .menu-content::after {
            clear: both;
        }

        .membership-card .menu-content li {
            display: inline-block;
        }

        .membership-card .menu-content a {
            color: #fff;
        }

        .membership-card .menu-content span {
            position: absolute;
            left: 50%;
            top: 0;
            font-size: 10px;
            font-weight: 700;
            font-family: 'Open Sans';
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .membership-card .membership-wrapper {
        background-color: #fff;
        min-height: 350px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    }

        .membership-card .membership-wrapper:hover .data {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .membership-card .data {
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-transform: translateY(calc(70px + 1em));
        transform: translateY(calc(70px + 1em));
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

        .membership-card .data .content {
            padding: 1em;
            position: relative;
            z-index: 1;
        }

    .membership-card .author {
        font-size: 12px;
    }

    .membership-card .title {
        margin-top: 10px;
    }

    .membership-card .text {
        height: 70px;
        margin: 0;
    }

    .membership-card input[type='checkbox'] {
        display: none;
    }

        .membership-card input[type='checkbox']:checked + .menu-content {
            -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
        }

/*.membership .membership-wrapper {
  background: url(https://images.unsplash.com/photo-1496979551903-46e46589a88b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=cda12b505afa1beb06e49d89014cbd65&auto=format&fit=crop&w=634&q=80) 20% 1%/cover no-repeat;
}*/
.membership .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e36731;
    color: #fff;
    padding: 0.8em;
}

    .membership .date span {
        display: block;
        text-align: center;
    }

    .membership .date .day {
        font-weight: 700;
        font-size: 20px;
        text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
    }

    .membership .date .month {
        text-transform: uppercase;
    }

    .membership .date .month,
    .membership .date .year {
        font-size: 12px;
    }

.membership .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.membership .title a {
    color: gray;
}

.membership .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

    .membership .menu-button span {
        width: 5px;
        height: 5px;
        background-color: gray;
        color: gray;
        position: relative;
        display: inline-block;
        border-radius: 50%;
    }

        .membership .menu-button span::after, .membership .menu-button span::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            background-color: currentColor;
            position: absolute;
            border-radius: 50%;
        }

        .membership .menu-button span::before {
            left: -10px;
        }

        .membership .menu-button span::after {
            right: -10px;
        }

.membership .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .membership .menu-content li {
        width: 33.333333%;
        float: left;
        background-color: #77d7b9;
        height: 60px;
        position: relative;
    }

    .membership .menu-content a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .membership .menu-content span {
        top: -10px;
    }





/*code bkp*/




.lts-1px {
    letter-spacing: 1px;
}

.lts-2px {
    letter-spacing: 2px;
}


.w-full {
    width: 100%;
}


.small {
    font-size: 0.75rem;
}

.card-heading {
    font-size: 1.95rem;
    min-height: 85px;
}

.styled-link {
    text-decoration: none;
    outline: none;
    color: #2196fe;
    transition: all 0.25s ease-in;
}

    .styled-link:hover,
    .styled-link:focus,
    .styled-link:active {
        color: #536dfe;
    }

.shadow-1 {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.35);
}

.blue-hover {
    transition: all 0.25s ease-in;
    border-bottom: 5px solid transparent;
}

    .blue-hover:hover {
        transform: translateY(-5px);
        border: none;
        border-bottom: 5px solid #2196fe;
    }




.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}






/**Margin and padding utilities*/
.mx-auto {
    margin-bottom: 30px;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}


.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 1rem;
}

.ml-2 {
    margin-left: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}


.btn-primary-membership {
    background-color: #134d8d;
    color: #fff;
    border: solid 1px #134d8d;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* margin-left: 10px; */
    border-radius: 11px;
    width: 100%;
    font-size: 14px;
    margin-right: 10px;
}

    .btn-primary-membership:hover {
        background: url(../../resources/images/common/papper-button-green.png) no-repeat center center !important;
        color: #fff;
    }

.btn-primary-membership1 {
    background-color: #ffffff;
    color: #000;
    border: solid 1px #339621;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* margin-left: 10px; */
    width: 100%;
    border-radius: 11px;
}

    .btn-primary-membership1:active {
        background: url(../../resources/images/common/papper-button-green.png) no-repeat center center !important;
        color: #fff;
    }

membership-profileinfo1 {
    padding: 5px;
    width: 100%;
    background: #0f3f72;
    color: #fff;
    margin-bottom: 10px;
}

.membership-profileinfo1 h1 {
    font-size: 1.8em;
}

.membership-profileinfo1 h2 {
    color: #fff;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
}

.membership-profileinfo1 h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 300;
}


.btn-primary-membership1:hover {
    background-color: #A49382;
}

.benifit-link a {
    color: #fff;
    font-size: 13px;
}

    .benifit-link a:hover {
        color: #000;
    }

.extra-card {
    border: solid 2px #e36731;
    margin-bottom: 20px;
}

.no-of-card {
}


    .no-of-card h4 {
        background-color: rgba(0,0,0,0.75);
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px !important;
        color: #fff;
    }

.qty-text-filed {
    margin-left: 12px;
}

.site-headline {
    border: 0 none;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    color: #353333;
    font-size: 1.75em;
    text-decoration: none;
}

.educationPanel {
    background-color: #fff;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    cursor: pointer;
    font-size: 25px;
}

.educationlist {
    border: solid 1px #128fa7;
    margin-top: 5px;
}

.educationpanel .panel-default {
    margin-bottom: 15px;
}

.panel-default > .panel-heading {
    list-style: none;
}

.educationdropdown .ui-select-container .btn {
    min-width: 100%;
    /* height: 50px; */
    border-radius: 25px !important;
}

.educationdropdown .btn-default:hover {
    min-width: 100%;
    height: 50px;
    color: #339621 !important;
}



/*--------------------------*/

.edu-camp-bundle-link h2 {
    font-family: Lato;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 20px;
}

.edu-camp-bundle-link {
    margin-bottom: -2px;
    z-index: 9;
}



    .edu-camp-bundle-link ul {
        list-style: none;
    }

        .edu-camp-bundle-link ul li {
            float: left;
        }

            .edu-camp-bundle-link ul li a {
                display: block;
                padding: 10px;
                background-color: #e1e1e1;
                color: #6a6a6a;
                border-radius: 20px 20px 0 0;
                padding: 11px 25px 6px 25px;
            }

                .edu-camp-bundle-link ul li a.active {
                    border: solid 2px #4e93b2;
                    border-top: solid 5px #4e93b2;
                    color: #fff;
                    background-color: #4e93b2;
                    border-radius: 20px 20px 0 0;
                    padding: 6px 25px 6px 25px;
                    -webkit-box-shadow: 0px -5px 20px -7px rgba(0,0,0,0.71);
                    -moz-box-shadow: 0px -5px 20px -7px rgba(0,0,0,0.71);
                    box-shadow: 0px -5px 20px -7px rgba(0,0,0,0.71);
                }

.SE-ticket-heading h2 {
    font-family: Lato;
    letter-spacing: 2px;
}

/*==================SE===================*/


.blog-card-SE {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    border: solid 1.5px #93240B;
    min-height: 295px;
}

    .blog-card-SE a {
        color: inherit;
    }

        .blog-card-SE a:hover {
            color: #5ad67d;
        }

    .blog-card-SE:hover .photo-SE {
        -webkit-transform: scale(1.3) rotate(3deg);
        transform: scale(1.3) rotate(3deg);
    }

    .blog-card-SE .meta-SE {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .blog-card-SE .photo-SE {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .blog-card-SE .details-SE,
    .blog-card-SE .details-SE ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .blog-card-SE .details-SE {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: auto;
        transition: left .2s;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
        width: 100%;
        font-size: .9rem;
    }

        .blog-card-SE .details-SE a {
            -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
        }

        .blog-card-SE .details-SE ul li {
            display: inline-block;
        }

        .blog-card-SE .details-SE .author-SE:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f007";
        }

        .blog-card-SE .details-SE .date-SE:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "\f133";
        }

        .blog-card-SE .details-SE .tags-SE ul:before {
            font-family: FontAwesome;
            content: "\f02b";
            margin-right: 10px;
        }

        .blog-card-SE .details-SE .tags-SE li {
            margin-right: 2px;
        }

            .blog-card-SE .details-SE .tags-SE li:first-child {
                margin-left: -4px;
            }

    .blog-card-SE .description-SE {
        padding: 5px;
        background: #fff;
        position: relative;
        z-index: 1;
    }

        .blog-card-SE .description-SE h1,
        .blog-card-SE .description-SE h2 {
        }

        .blog-card-SE .description-SE h2 {
            font-size: 20px;
            font-weight: 300;
            text-transform: uppercase;
            color: #597f1e;
            font-family: Lato;
        }

        .blog-card-SE .description-SE .read-more-SE {
            /*text-align: right;*/
        }

            .blog-card-SE .description-SE .read-more-SE a {
                color: #fff;
                display: inline-block;
                position: relative;
            }
                /*.blog-card-SE .description-SE .read-more-SE a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: -10px;
  opacity: 0;
  vertical-align: middle;
  transition: margin .3s, opacity .3s;
}*/
                .blog-card-SE .description-SE .read-more-SE a:hover:after {
                    margin-left: 5px;
                    opacity: 1;
                }

    .blog-card-SE p {
        position: relative;
        margin: 1rem 0 0;
    }

        .blog-card-SE p:first-of-type {
            margin-top: 1.25rem;
        }
    /*.blog-card-SE p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #f90;
  width: 35px;
  top: -0.75rem;
  border-radius: 3px;
}*/
    .blog-card-SE:hover .details-SE {
        left: 0%;
    }

@media (min-width: 640px) {
    .blog-card-SE {
        flex-direction: row;
        max-width: 550px;
    }

        .blog-card-SE .meta-SE {
            flex-basis: 70%;
            height: auto;
        }

        .blog-card-SE .description-SE {
            flex-basis: 60%;
            min-height: 215px;
        }

            .blog-card-SE .description-SE:before {
                -webkit-transform: skewX(-3deg);
                transform: skewX(-3deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }

        .blog-card-SE.alt {
            flex-direction: row-reverse;
        }

            .blog-card-SE.alt .description-SE:before {
                left: inherit;
                right: -10px;
                -webkit-transform: skew(3deg);
                transform: skew(3deg);
            }

            .blog-card-SE.alt .details-SE {
                padding-left: 25px;
            }
}


.se-box-area:focus {
    outline: none !important;
}

.btn-calendar {
    background-color: #128fa7;
    border: solid 0px #128fa7;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 15px;
    width: 100%;
    border-radius: 0;
}

.SE-select-time-panel .form-control {
    width: 243px;
}

.SE-total-price-area {
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: solid 2px #d6d6d6;
    border-bottom: solid 2px #d6d6d6;
    margin-top: 50px;
}

.SE-ticket-heading {
    margin-bottom: 10px;
}

.s_cart img {
    /*background-color: #fff;*/
    /* width: 100px; */
    /* height: 100px; */
    /*border-radius: 6px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 2px;
    margin-left: 15px;*/
}

.cart-ipad-l {
    font-size: 20px;
    margin-top: 0px;
    padding-left: 30px;
    /*border-right: solid 1px #848484;*/
    height: 50px;
    padding-top: 13px;
}


.education-search-box .form-control {
    height: 50px !important;
    width: 100% !important;
}

.education-search-box .form-control-feedback {
    right: 10px !important;
    top: 8px !important;
}

.educationdropdown .ui-select-bootstrap > .ui-select-choices {
    width: 100%;
}

.educationpanel .eventright {
    border: solid 1px #d3d3d3;
}

.panel-default > .panel-heading {
    background: #d0db96;
    color: #000;
}

.education-ticket-detail-area h2 {
    font-family: Lato;
}

.education-visitor-type {
    border: solid 1px #cccccc;
    /*background-color: #f2f2f2;*/
    border-top: none;
}

.educationheader {
    /*border: solid 1px #f90; */
    padding: 10px;
    background-color: #f3f3f3;
}

.education-wrapper {
    border: solid 1px #339621;
    padding-bottom: 20px;
    background-color: #fff;
}

.participent-sub-heading {
    font-family: Lato;
    font-size: 18px;
}

.formly-field .radio label, .checkbox label {
    font-size: 16px;
}

.filtersearch .radio label, .checkbox label {
    font-size: 16px;
}

.educationdropdown .form-control {
    height: 21px;
}


.camp-button-filter-text h2 {
    text-align: left;
    float: left;
    padding-left: 0px;
    padding-right: 20px;
    font-family: Lato;
    font-size: 18px;
    padding-top: 13px;
}

.camp-button-filter ul {
    list-style: none;
    width: 100%;
    padding-top: 10px;
}

    .camp-button-filter ul li {
        display: inline-block;
        *display: inline; /*IE7*/
        *zoom: 1; /*IE7*/
        color: white;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .camp-button-filter ul li a {
            background-color: #97db77;
            -moz-border-radius: 9px;
            -webkit-border-radius: 9px;
            border-radius: 9px;
            display: inline-block;
            cursor: pointer;
            color: #2c6412;
            font-family: Arial;
            font-size: 17px;
            padding: 9px 31px;
            text-decoration: none;
            min-width: 198px;
        }

            .camp-button-filter ul li a:hover {
                background-color: #4e93b2;
                color: #fff;
            }

            .camp-button-filter ul li a.active {
                background-color: #128fa7;
                color: #fff;
                -webkit-box-shadow: 0px 0px 7px 3px rgba(168,168,168,1);
                -moz-box-shadow: 0px 0px 7px 3px rgba(168,168,168,1);
                box-shadow: 0px 0px 7px 3px rgba(168,168,168,1);
            }

                .camp-button-filter ul li a.active:before {
                    font-family: 'FontAwesome';
                    content: '\f058';
                    padding-left: 5px;
                    position: relative;
                }

.donateborder {
    border: solid 1px #339621;
}

.donation-text h2 {
    font-weight: bold;
    font-family: Lato;
    font-size: 23px;
    color: #000;
}

.cartitem-wrapper-panel {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f6f6f6;
    border: solid 1px #c8c8c8;
    margin-top: 30px;
}



.camp-cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
}

.camp-card--1 .camp-card__img, .camp-card--1 .camp-card__img--hover {
    /*background-image: url('https://images.pexels.com/photos/45202/brownie-dessert-cake-sweet-45202.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260');*/
}

.camp-card__like {
    width: 18px;
}

.camp-card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.camp-card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.camp-card__clock-info {
    float: right;
}

.camp-card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.camp-card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.camp-card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 205px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}

.camp-card {
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.3);
}

    .camp-card:hover {
        box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
        transform: scale(1.10, 1.10);
    }

        .camp-card:hover h3 {
            color: #06505f;
        }

.camp-card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 9px 24px 0px 24px;
    min-width: 316px;
    min-height: 82px;
    border: solid 1px #dfdfdf;
    border-top: none;
    margin-top: -30px
}

.camp-card__category {
    font-family: Lato;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.camp-card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Lato;
    font-size: 21px;
}



.camp-card__by {
    font-size: 12px;
    font-family: Lato;
    font-weight: 500;
}

.camp-card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.camp-card:hover .camp-card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.camp-card:hover .camp-card__info {
    background-color: transparent;
    position: relative;
}

.camp-card:hover .camp-card__info-hover {
    opacity: 1;
}




/*Field trip*/
.field-trip-login-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.field-trip {
    /*background:url('../images/common/field-trip-bg.jpg');*/
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.field-trip-body-wrapper {
    width: 86%;
    -webkit-box-shadow: -1px 1px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 16px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 16px 0px rgba(0,0,0,0.75);
}

.field-trip-header-menu {
    width: 86%;
    margin-left: 7%;
    margin-bottom: 10px;
}

#logo-field-trip {
    height: 64px;
    margin-top: 22px;
}

#metro-logo-field-trip {
    padding-top: 30px;
}

.field-trip-menu-link {
    padding-top: 30px;
}

    .field-trip-menu-link ul {
        list-style-type: none;
    }

        .field-trip-menu-link ul li {
            float: right;
        }

            .field-trip-menu-link ul li a {
                display: block;
                color: white;
                text-align: center;
                padding: 14px 16px;
                text-decoration: none;
            }

        .field-trip-menu-link ul > li:first-child {
            border: 2px solid #fff;
            border-radius: 5px;
        }

.field-trip-login-content {
    background: transparent;
    width: 90%;
}

#fieldtrip-login h2 {
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 60px;
}

.fieldtrip-school-invalid .ui-select-toggle {
    border-bottom: solid 2px red !important;
}

.fieldtrip-school-valid .ui-select-toggle {
    border-bottom: solid 2px #00683C !important;
}

.field-trip-login-content {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.FT-addon-area-border {
    border: solid 1px #e1e1e1;
}

.FT-filter {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .FT-terms-area {
        height: 160px !important;
    }
}

/*.FT-back-home {
    padding-top: 15px !important;
}*/

.FT-back-home a {
    color: #fff;
    border: solid 2px #fff;
    padding: 10px;
    border-radius: 5px;
}

.FT-back-home {
    padding-top: 45px;
}

.FT-login-area h4 {
    color: #fff;
    background-color: #134d8d;
    padding: 30px;
    margin: 0;
}

.FT-login-area {
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
}

    .FT-login-area p {
        color: #9b9b9b;
    }

    .FT-login-area input {
        height: 50px;
    }

    .FT-login-area button {
        width: 160px;
        height: 50px;
        text-transform: uppercase;
    }

    .FT-login-area a {
        color: #f90;
        font-size: 20px;
    }

        .FT-login-area a:hover {
            color: #00683C;
        }

.FT-ticket-title h2 {
    color: #000;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 3em;
}

.FT-ticket-title-FP h2 {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.FT-date-time-section {
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.FT-date-time-section-error {
    border: solid 1px red;
    padding: 5px;
    color: red;
    margin-top: 10px;
}

.FT-ticket-listItem:nth-of-type(odd) {
    background-color: #f3f3f3;
    border-left: solid 1px #f90;
}

.FT-ticket-listItem:nth-of-type(even) {
    background-color: #fff;
    border-left: solid 1px #f90;
}

.FT-ticket-jacket {
    border: solid 1px #f90;
}

.FT-addon-title h2 {
    color: #000;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 3em;
}

.FT-ordersummary {
    border: solid 1px #00683C;
    background-color: #fff;
}

.FT-ordersummary-ticket-heading {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #f90;
}

.FT-ordersummary-items-details-area h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
}

.FT-ordersummary-ticket-details {
    margin-top: 6px;
    border-bottom: solid 1px #4a4a4a;
    padding-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

    .FT-ordersummary-ticket-details:nth-last-child(1) {
        /*border-bottom: none;*/
    }

.FT-ordersummary h4 {
    /* border-bottom: solid 2px #00683C; */
    padding-bottom: 23px;
    padding-top: 23px;
    color: #fff;
    background-color: #128fa7;
    margin-top: -1px;
}

.FT-ordersummary-detail {
    /*border:solid 1px #4a4a4a;*/
    /*margin-bottom:15px;*/
}


    .FT-ordersummary-detail h4 {
        padding-top: 7px;
        padding-bottom: 7px;
        color: #fff;
        background-color: #818181;
        font-size: 13px;
    }

.FT-ordersummary-total-area-text {
    font-weight: bold;
}

.FT-addon-title button {
    width: 154px;
    height: 50px;
    text-transform: uppercase;
	display: inline;
}

.FT-ordersummary-balance-pay-area {
    background-color: #f90;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    border: solid #ffffff;
    border-radius: 20px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}

.FT-group-form h2 {
    color: #5b7d2e;
    padding-top: 0px;
    padding-bottom: 10px;
}

.FT-group-form-btn button {
    width: 160px;
    height: 50px;
    text-transform: uppercase;
}

.FT-billing-form input {
    height: 50px;
}

.FT-billing-btn button {
    width: 244px;
    height: 70px;
    text-transform: uppercase;
}

.FT-terms-area {
    background-color: #F3F3F3;
    height: 100px;
    margin-top: 30px;
    padding-top: 26px;
    border: solid 1px #ccc;
}

    .FT-terms-area p {
        padding-top: 10px;
    }


.FT-ordersummary-itemprint {
    background-color: #f6f6f6;
    border: dashed 1px #acacac;
}

.FT-itemprint-btn a {
    min-width: 150px;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.counter-container button {
    width: 40px;
    height: 29px;
    text-transform: uppercase;
    border: none;
}

.FT-ticket-listItem .counter-field {
    background-color: #fff;
    border: solid 1px #c2c2c2;
}

.FT-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .FT-tooltip .FT-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 110%;
    }

        .FT-tooltip .FT-tooltiptext::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent black transparent transparent;
        }

    .FT-tooltip:hover .FT-tooltiptext {
        visibility: visible;
    }


/*#datetimepicker-scheduletime input, #datetimepicker-scheduledate input{
    background-color:#fff;
}*/

.FT-ticket-title {
    margin-top: 0px;
}

.FT-ticket-title-FP {
    background-color: #4e93b2;
    color: #fff;
}

.FT-filter {
    background-color: #7e7e7e;
    font-size: 16px;
    text-transform: uppercase
}

    .FT-filter label {
        color: #fff;
    }

    .FT-filter input {
        height: 40px;
        width: 300px;
    }

.FT-myaccount-data-field {
    border: solid 1px #4e93b2;
    padding-bottom: 30px;
}

.FT-myaccount-PW-reset {
    border: solid 1px #f90;
    border-radius: 15px;
    padding-bottom: 30px;
}

.FT-ticket-discription {
    color: #5f5f5f;
    font-size: 13px;
}

.FT-button {
    min-width: 160px;
    height: 50px;
    text-transform: uppercase;
}


.FT-forgotpassword-panel {
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.75);
    margin-top: 60px;
    width: 90%;
    margin-left: 5%;
}

.FT-order-details-list:nth-child(odd) {
    background-color: #fff;
}

.FT-order-details-list:nth-child(even) {
    background-color: #fffff9;
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
}

.status-complete {
    background: #5cb85c;
    border: solid 1px #94f394;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.55em;
}

.status-pending {
    background: #b86c0e;
    border: solid 1px #b86c0e;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.55em;
}

.status-cancel {
    background: #c9302c;
    border: solid 1px #ac2925;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.55em;
}

.FT-manage-field-trip-title {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f3f3f3;
    font-size: 14px;
    text-align: center;
}

.FT-manage-field-trip-title-details {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
}

/*.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
    color: green;
    background-color: #e9ffe9;
}*/

.datepicker-days .table-condensed .day {
    /*color:green;*/
    color: white;
    background-color: green;
    border: solid 1px #fff;
}

.datepicker-days .table-condensed .new {
    color: #7aac7a;
    background-color: #ceefd0;
}

.datepicker-days .table-condensed .disabled {
    color: #acacac !important;
    background-color: #fff;
}

.bootstrap-datetimepicker-widget table td.today:before {
    color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.active {
    background-color: #f90 !important;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: green !important;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    /*border:solid 1px #597f1e;*/
    background-color: #95ff8d !important;
    color: #00683C !important;
}

.datepicker-days .table-condensed .disabled:hover {
    background-color: red !important;
    color: #fff !important;
}

#IdleScreenbootBox .modal-content {
    border: solid 2px #acacac;
}

.school-serach-panel .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #f3f3f3;
    color: #000;
}

.school-serach-panel input {
    height: 35px !important;
}

.school-serach-panel .ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left !important;
    border: solid 1px #9b9b9b;
    border-radius: 0;
    padding: 11px;
    height: 50px;
}


.school-serach-panel input:after {
    content: '\f002';
    font-family: FontAwesome;
    color: #597f1e;
}

.FT-group-form-panel {
    padding: 40px;
    background-color: #f3f3f3;
    border: solid 1px #d5d5d5;
    margin-top: 110px;
}


#terms h4 {
    padding-left: 15px;
    padding-top: 36px;
}

#terms .cmsscreen {
    padding-left: 20px;
}

.FT-ordersummary-items-details-area {
    border: solid 1px #4a4a4a;
}

.fieldtrip-school-invalid .ui-select-toggle {
    border-bottom: solid 2px red !important;
}

.fieldtrip-school-valid .ui-select-toggle {
    border-bottom: solid 2px #00683C !important;
}

.FT-school-name {
    color: #00683C !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.FT-school-zip {
    color: #000 !important;
    font-size: 14px !important;
}

.school-serach-panel .ui-select-bootstrap .ui-select-choices-row.active > span {
    background-color: #cccccc !important;
}

.FT-login-area button:focus, .FT-login-area button:active {
    background-color: #014528;
    color: #fff;
}

.btn-default:focus, btn-default:active {
    background-color: #014528;
    color: #fff;
}

.text-muted {
    white-space: pre-line;
    position: relative;
    top: 1px;
}


.FT-payment-select-area {
    border: solid 1px #096604;
    margin-top: 29px;
    min-height: 250px;
    padding-bottom: 30px;
}

    .FT-payment-select-area h4 {
        background-color: #096604;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        color: #fff;
        margin-top: 0;
    }


/*.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font-size: 14px;
     left: 11px;
     top: 5px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
     border:solid 1px #00683C;
}
.form-radio:checked
{
     background-color: #f1f1f1;
     border:solid 1px #00683C;
}
label
{
     font-size: 16px;
     color: #666;
     cursor: pointer;
     margin-left:5px;
}*/


.cntr {
    margin: auto;
}

.btn-radio {
    cursor: pointer;
    display: inline-block;
    float: left;
    -webkit-user-select: none;
    user-select: none;
    margin-left: 50px;
}

    .btn-radio:not(:first-child) {
        margin-left: 50px;
    }

@media screen and (max-width: 480px) {
    .btn-radio {
        display: block;
        float: none;
    }

        .btn-radio:not(:first-child) {
            margin-left: 0;
            margin-top: 15px;
        }

    .button-pay {
        margin: 9px 10px !important;
        padding: 11px 50px !important;
        min-width: 215px;
    }

    .text-muted {
        top: -11px !important;
    }

    .sp-eve-time-dropdown-m .text-muted {
        top: 6px !important;
    }

    #Membership-page {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.btn-radio svg {
    fill: none;
    vertical-align: middle;
}

    .btn-radio svg circle {
        stroke-width: 2;
        stroke: #C8CCD4;
    }

    .btn-radio svg path {
        stroke: #096604;
    }

        .btn-radio svg path.inner {
            stroke-width: 6;
            stroke-dasharray: 19;
            stroke-dashoffset: 19;
        }

        .btn-radio svg path.outer {
            stroke-width: 2;
            stroke-dasharray: 57;
            stroke-dashoffset: 57;
        }

.btn-radio input {
    display: none;
}

    .btn-radio input:checked + svg path {
        transition: all 0.4s ease;
    }

        .btn-radio input:checked + svg path.inner {
            stroke-dashoffset: 38;
            transition-delay: 0.3s;
        }

        .btn-radio input:checked + svg path.outer {
            stroke-dashoffset: 0;
        }

.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}


#datetimepicker-scheduletime .bootstrap-datetimepicker-widget table td span {
    width: 30px !important;
    height: 28px !important;
    line-height: 35px !important;
}

#datetimepicker-scheduletime .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 14.1em !important;
}

#datetimepicker-scheduletime .bootstrap-datetimepicker-widget table td {
    height: 40px !important;
    line-height: 22px !important;
    width: 40px !important;
}

#datetimepicker-scheduletime .timepicker-picker .table-condensed > tbody > tr > td {
    padding: 0px !important;
}

#datetimepicker-scheduletime .bootstrap-datetimepicker-widget a[data-action] {
    padding: 0px 0 !important;
}


.button-pay {
    display: inline-block;
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 11px 40px;
    /*width: 310px;*/
    transition: all 0.5s;
    cursor: pointer;
    margin: 18px 23px;
}

    /*.button-pay span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}*/

    /*.button-pay span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}*/

    /*.button-pay:hover span {
  padding-right: 25px;
}*/

    /*.button-pay:hover span:after {
  opacity: 1;
  right: 0;
}*/

    .button-pay:nth-child(2) {
        background-color: #1498ca;
    }

.speech-bubble {
    position: relative;
    background: #f3f3f3;
    border-radius: .4em;
    border: solid 2px #096604;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        top: 0;
        left: 546px;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-bottom-color: #096604;
        border-top: 0;
        margin-left: -379px;
        margin-top: -14px;
    }



.speech-bubble2 {
    position: relative;
    background: #f3f3f3;
    border-radius: .4em;
    border: solid 2px #096604;
}

    .speech-bubble2:after {
        content: '';
        position: absolute;
        top: 0;
        left: 127px;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-bottom-color: #096604;
        border-top: 0;
        margin-left: -114px;
        margin-top: -14px;
    }


.speech-bubble3 {
    position: relative;
    background: #f3f3f3;
    border-radius: .4em;
    border: solid 2px #096604
}

    .speech-bubble3:after {
        content: '';
        position: absolute;
        top: 0;
        left: 317px;
        width: 0;
        height: 0;
        border: 14px solid transparent;
        border-bottom-color: #096604;
        border-top: 0;
        margin-left: -24px;
        margin-top: -14px;
    }

.mandatory-label {
    color: red;
}

.mandatory-success-label {
    color: green;
}


.FT-IP-title {
    padding-top: 10px;
}

/*@media screen and (min-width: 1080px) {
  .speech-bubble:after{
      left: 36% !important;
  }

  .speech-bubble2:after{
      left: 36% !important;; 
  }
}*/


.faq-btn {
    background-color: #339621;
    padding: 5px 30px 10px 23px;
    position: fixed;
    right: -36px;
    top: 93px;
    border-radius: 11px 11px 0px 0px;
    color: #fff;
    transform: rotate(-90deg);
    text-transform: uppercase;
    z-index: 99999999;
}

    .faq-btn:hover {
        color: #fff;
    }


.FT-login-area .login-panel {
    min-height: 300px;
}
    /*-------------*/
    .FT-login-area .login-panel li:before {
        font-family: 'FontAwesome';
        content: "\f054";
        color: #fff;
    }

.FT-login-area .login-panel {
    background: #ffffff none repeat scroll 0% 0% !important;
    padding: 20px;
}

.FT-main-heading {
    margin-bottom: 30px;
}

.school-serach-panel .ui-select-container .btn {
    min-width: 100%;
}

.school-serach-panel .ui-select-container .btn {
    background: #fff !important;
}

.school-serach-panel .ui-select-toggle .text-muted, .ui-select-toggle .ui-select-match-text {
    color: #000 !important;
    font-size: 16px;
    font-family: Lato;
}

.field-trip-wrapper {
    background: #fff none repeat scroll 0 0;
    padding: 10px !important;
    min-height: 900px;
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    margin-left: 10%;
    margin-top: 110px;
}

main {
    max-width: 100%;
    padding: 0px;
    background: #fff;
}

section {
	padding: 0 0 0;
    /*border-top: 1px solid #abc;*/
}

#content2, #content1{
	display:none;
}

/*input {
  display: none;
}*/

main #tab1 {
    display: none;
}

main #tab2 {
    display: none;
}

main label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 20px 40px;
    font-weight: 600;
    text-align: center;
    color: #abc;
    border: 1px solid transparent;
}

    main label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    main label[for*='1']:before {
        content: '\f067';
    }

    main label[for*='2']:before {
        content: '\f040';
    }


    main label:hover {
        color: #789;
        cursor: pointer;
    }

main input:checked + label {
    color: #fff;
    border-top: 2px solid #134d8d;
    text-transform: uppercase;
    background-color: #134d8d;
    border-radius: 10px 10px 0 0;
}

main #tab1:checked ~ #content1,
main #tab2:checked ~ #content2,
main #tab3:checked ~ #content3,
main #tab4:checked ~ #content4 {
    display: block;
    border-right: solid 1px #134d8d;
    border-left: solid 1px #134d8d;
    border-bottom: solid 1px #134d8d;
    border-top: solid 3px #134d8d;
    padding: 15px;
}

@media screen and (max-width: 800px) {
    main label {
        font-size: 15px;
        padding-left: 20px !important;
    }

        main label:before {
            margin: 0;
            font-size: 18px;
        }
}

@media screen and (max-width: 500px) {
    main label {
        padding: 15px;
    }
}

.FT-myaccount-form-bt-20 {
    margin-bottom: 20px;
}

.FT-navigation-bar {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #134d8d;
    border: 0 none;
    z-index: 250;
    background: rgba(19, 77, 141, 0.9);
    height: 110px;
}


.FT-ticket-heading-xs h3 {
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    color: #128fa7;
}

.FT-ticket-listItem {
    padding-top: 10px;
    padding-bottom: 10px;
}

.FT-ticket-counter-area .counter-container .counter-minus, .counter-container .counter-plus {
    padding: 2px 14px 15px;
}

.FT-ticket-counter-area .counter-container .counter-field {
    height: 29.5px;
    font-size: 18px;
}

.FT-ticket-counter-area select, button, textarea, input {
    vertical-align: bottom;
}

.FT-addon-title ul li {
    font-size: 14px;
    color: #474747;
    line-height: 25px;
}

.FT-ticket-addon-counter-area .counter-container .counter-field {
    height: 30px;
    font-size: 20px;
}

.FT-ticket-addon-counter-area .counter-container .counter-minus, .counter-container .counter-plus {
    padding: 3px 14px 15px;
}

.FT-addon-ticket-details {
    border-bottom: solid 1px #a2a2a2;
}

.FT-ordersummary-items-details-area h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    font-family: Lato;
    color: #000;
}

.FT-grade-filter select {
    height: 45px;
    width: 360px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.FT-same-address-checkbox input {
    width: 30px !important;
    float: left;
}

.FT-terms-box-button .fa-stack {
    color: #128fa7;
}

.Ft-itemprint-billing-heading h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
    font-family: Lato;
    color: #000;
}

.fieldtripLogin {
    padding: 10px !important;
    min-height: 900px;
    width: 80%;
    margin: 20px auto;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    margin-left: 10%;
    margin-top: 100px;
}

.button-top-space-mobile .btn-primary {
    color: #fff;
    background-color: #339621;
    border-color: #339621;
}

.infobox{
	    background-color: #f9f3e5;
}

.donation-web-content-area{
	padding-top:15px;
	min-height: 420px;
}

.infobox h3{
    color: #035aa7;
    font-family: 'Carosello';
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

.infobox h2{
	 font-family: 'Carosello';
	 font-size: 128px;
    line-height: 92px;
    font-weight: normal;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
    color: #f8931f;
    text-shadow: -2px -2px 0 #fff, 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	letter-spacing: 12px;
	margin:0;
}

.infobox p{
	    font-family: 'Lato';
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.00005em;
    line-height: 12px;
    margin-bottom: 1rem
}

.infobox li{
    color: #000 !important;
    font-weight: normal !important;
    list-style-position: outside !important;
    list-style-image: url(../images/common/pawz.png) !important;
    overflow: visible !important;
	font-style: initial;
    padding-left: 10px;
}

.infobox button{
	/* margin-top:15px; */
}

.infobox h4{
	    color: #3c9862;
    font-style: initial;
}


/*select */

/*select*/
/*Field trip end*/

.borderadopt {
    border: 50px solid transparent;
    border-image: url(../images/common/white-border.png) 50 round;
    display: block;
    margin: 0 auto !important;
    max-width: 90% !important;
    padding: 0;
}

    .borderadopt .btn-default {
        background: #4e93b2 !important;
    }

        .borderadopt .btn-default:hover {
            background: #e36731 !important;
        }


/*.card-adopt .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card-adopt .menu-content::before, .card-adopt .menu-content::after {
  content: '';
  display: table;
}
.card-adopt .menu-content::after {
  clear: both;
}
.card-adopt .menu-content li {
  display: inline-block;
}
.card-adopt .menu-content a {
  color: #fff;
}
.card-adopt .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card-adopt .wrapper-member1 {
  background-color: #fff;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom:30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1), 0 10px 12px rgba(0, 0, 0, 0.1);
  border-radius:5px;
  border:solid 1px #339621;
}
.card-adopt .wrapper-member1:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card-adopt .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
          transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.card-adopt .data .content {
    position: relative;
    z-index: 1;
    top: 2px;
    background-color: rgba(0,0,0,0.6);
    padding-top: 4px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.card-adopt .author {
  font-size: 12px;
}

.title a{
    color:#fff;
}
.card-adopt .title {
  margin-top: 10px;
}
.card-adopt .text {
  height: 70px;
  margin: 0;
}
.card-adopt input[type='checkbox'] {
  display: none;
}
.card-adopt input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}*/

.example-2 h1 {
    font-size: 17px !important;
}

.adopt-choose {
    padding: 15px;
    background-color: #597f1e;
    color: #fff;
}

/*#Membership-page h1{
    text-align:center;
}*/
.membership-text h2 {
    font-size: 30px;
    font-weight: 300;
}

.modal-title h3 {
    font-size: 45px;
    text-transform: uppercase;
    color: #128fa7;
}

.modal-header h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: #128fa7;
}

.accept-terms-highlight {
    border: solid 2px #339621;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #f3ffb4;
    border-radius: 10px;
}

.termscon {
    margin-right: 15px !important;
    margin-top: 7px !important;
    float: left;
}

.education-combo-ticket-panel {
    background-color: #f3f3f3;
    border: solid 1px #c8c8c8;
    padding-bottom: 20px;
}


/*-------------*/
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: '... ▼  Show more';
    padding-left: 40px;
    padding-right: 10px;
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: '... ▲ Show less';
    padding-left: 40px;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    color: #666;
    font-size: .9em;
}

.camp-combo-title-area h3 {
    margin-top: -3px;
    font-family: Lato;
    font-size: 18px;
    color: #339621;
    margin-bottom: 2px;
}


.education-title-camp-back-btn {
    margin-bottom: 0px;
}

.camp-combo-attendees-panel {
    padding-left: 50px;
    padding-right: 0;
}

md-checkbox .md-icon {
    width: 25px !important;
    height: 25px !important;
}

md-checkbox.md-checked .md-icon:after {
    left: 9px !important;
    width: 8px !important;
    height: 16px !important;
}

fieldset {
    padding: 10px !important;
    /* margin: 0; */
    /* border: 0; */
    min-width: 100% !important;
    border: solid 1px #339621 !important;
}

legend {
    display: block;
    width: 11% !important;
    padding: 0;
    margin-bottom: -4px;
    font-size: 15px;
    line-height: inherit;
    color: #339621;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5; */
    padding-left: 10px;
}


.accept-terms-highlight input[type="radio"], .accept-terms-highlight input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 30px;
    height: 30px;
}

.highlight-text input[type="radio"], .accept-terms-highlight input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: 30px;
    height: 30px;
}

#ordesum h3 {
    font-family: Lato;
}

.camp-combo-attendees h2 {
    color: #e36731;
    font-size: 22px;
    font-family: Lato;
    margin-bottom: 20px;
}

.camp-combo-total-net-price-area h2 {
    font-family: Lato;
    color: #e36731;
    font-size: 20px;
    font-weight: 900;
}


.combo-camp-form-age input {
    width: 170px !important;
}

.datepicker-dob-area .btn-default {
    min-width: 34px;
    border-radius: 0 !important;
    border: solid 1px;
    background-color: #3fcbe6 !important;
}

    .datepicker-dob-area .btn-default:hover {
        background-color: #e36731 !important;
    }

.datepicker-dob-area small {
    font-size: 15px;
    font-family: Lato;
}




.card {
    float: left;
    width: 100%;
}

    .card .menu-content {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .card .menu-content::before, .card .menu-content::after {
            content: '';
            display: table;
        }

        .card .menu-content::after {
            clear: both;
        }

        .card .menu-content li {
            display: inline-block;
        }

        .card .menu-content a {
            color: #fff;
        }

        .card .menu-content span {
            position: absolute;
            left: 50%;
            top: 0;
            font-size: 10px;
            font-weight: 700;
            font-family: 'Open Sans';
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

    .card .wrapper {
        background-color: #fff;
        min-height: 260px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
        cursor: pointer;
    }

        .card .wrapper:hover .data {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .card .data {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

        .card .data .content {
            padding: 1em;
            position: relative;
            z-index: 1;
        }

    .card .author {
        font-size: 12px;
    }

    .card .title {
        margin-top: 10px;
    }

    .card .title {
        font-family: Lato;
        color: #e36731;
    }

    .card .text {
        height: 70px;
        margin: 0;
    }

    .card input[type='checkbox'] {
        display: none;
    }

        .card input[type='checkbox']:checked + .menu-content {
            -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
        }

.example-1 .wrapper {
    background: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: solid 1px #e9e9e9;
}

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
}

    .example-1 .date span {
        display: block;
        text-align: center;
    }

    .example-1 .date .day {
        font-weight: 700;
        font-size: 24px;
        text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
    }

    .example-1 .date .month {
        text-transform: uppercase;
    }

    .example-1 .date .month,
    .example-1 .date .year {
        font-size: 12px;
    }

.example-1 .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.example-1 .title a {
    color: gray;
}

.example-1 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

    .example-1 .menu-button span {
        width: 5px;
        height: 5px;
        background-color: gray;
        color: gray;
        position: relative;
        display: inline-block;
        border-radius: 50%;
    }

        .example-1 .menu-button span::after, .example-1 .menu-button span::before {
            content: '';
            display: block;
            width: 5px;
            height: 5px;
            background-color: currentColor;
            position: absolute;
            border-radius: 50%;
        }

        .example-1 .menu-button span::before {
            left: -10px;
        }

        .example-1 .menu-button span::after {
            right: -10px;
        }

.example-1 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .example-1 .menu-content li {
        width: 33.333333%;
        float: left;
        background-color: #77d7b9;
        height: 60px;
        position: relative;
    }

    .example-1 .menu-content a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
    }

    .example-1 .menu-content span {
        top: -10px;
    }

.example-2 .wrapper {
    background: url(https://tvseriescritic.files.wordpress.com/2016/10/stranger-things-bicycle-lights-children.jpg) center/cover no-repeat;
}

    .example-2 .wrapper:hover .menu-content span {
        -webkit-transform: translate(-50%, -10px);
        transform: translate(-50%, -10px);
        opacity: 1;
    }

.example-2 .header {
    color: #fff;
    padding: 1em;
}

    .example-2 .header::before, .example-2 .header::after {
        content: '';
        display: table;
    }

    .example-2 .header::after {
        clear: both;
    }

    .example-2 .header .date {
        float: left;
        font-size: 12px;
    }

.example-2 .menu-content {
    float: right;
}

    .example-2 .menu-content li {
        margin: 0 5px;
        position: relative;
    }

    .example-2 .menu-content span {
        transition: all 0.3s;
        opacity: 0;
    }

.example-2 .data {
    color: #fff;
    -webkit-transform: translateY(calc(70px + 4em));
    transform: translateY(calc(70px + 4em));
}

.example-2 .title a {
    color: #fff;
}

.example-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

    .example-2 .button::after {
        content: '\2192';
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        transition: all 0.3s;
    }

    .example-2 .button:hover::after {
        -webkit-transform: translate(5px, -50%);
        transform: translate(5px, -50%);
        opacity: 1;
    }

h1 {
    font-family: 'skranji-regular',Lato, Helvetica, Arial, sans-serif;
    color: #0187ac;
    font-size: 35px;
    font-weight: 900;
}

.camp-breadcrumbs-combo {
    color: #e36731;
}

.camp-breadcrumbs-combo-arrow {
    color: #339621;
    padding: 6px;
}

.camp-main-popup {
    padding-top: 15px;
    padding-bottom: 15px;
    border: solid 1px #339621;
    background-color: #f3f3f3;
}


.camp-combo-no-schedule h1 {
    font-size: 30px;
}

.camp-combo-no-schedule h2 {
    font-family: Lato;
    font-size: 20px;
}


.education-combo-ticket-panel input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.m-signature-pad--footer {
    position: absolute;
    right: 10px;
    left: unset !important;
    bottom: 78px !important;
    height: 40px;
}

.m-signature-pad {
    width: 500px !important;
}

.btn-clear {
    background-color: #ff0000;
    color: #fff;
}

.digital-waviver-text-aera h2 {
    font-family: Lato;
}

.cart-item-addon-area legend {
    font-size: 14px;
}

.cart-item-addon-area fieldset {
    padding: 0;
}

.itemprnt h3 {
    font-family: Lato;
    font-size: 30px;
}

#itemprintHeader h2 {
    font-family: Lato;
}

.address-panel h4 {
    font-family: Lato !important;
    font-size: 20px;
}

.border-blue-itemprint h4 {
    font-family: Lato !important;
    font-size: 18px;
}

.memlogin p {
    background-color: #128fa7;
    padding: 15px;
    color: #fff;
}

.membership-image-panel img {
    /* border: solid 2px #339621;*/
}

.footer-copyright {
    padding-top: 20px;
}

.login-signup-panel {
    padding: 20px;
    border: solid 1px #128fa7;
}

.singup-panel-new {
    background-color: #f3f3f3;
    padding: 20px;
    border: solid 1px #a2a2a2;
}

.form-login-signup-heading {
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.95;
    font-size: 21px;
    font-family: Lato;
    color: #e36731;
}

.camp-combo-extra-attemdees h1 {
    font-size: 23px !important;
}

.camp-combo-extra-attemdees h2 {
    font-size: 19px;
}

.camp-combo-extra-attemdees h3 {
    font-size: 19px;
    color: #698b2f;
    padding-top: 15px;
}

span[data-cal-date] {
    letter-spacing: 0px !important;
}

.membership-change-panel {
    font-size: 16px;
}

    .membership-change-panel input {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }


    .membership-change-panel a {
        font-size: 25px;
        color: #128fa7;
        margin-right: 30px;
    }

.membership-change-panel-text {
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    color: #000;
}
/*-$-$-$-$-$-$-$*/
.vegas-background {
    right: 0 !important;
    left: 0 !important;
}

.navbar-nav {
    width: 100%;
}

.navigation-menu ul li a {
    /*   border-right:solid 1px #4a4748;*/
}

.homemodule {
    background-color: #fff;
    margin-top: 50px;
}

.module_boxes {
    margin-top: 30px;
}

.module {
    border: solid 30px #fff;
}


.module_boxes .module:nth-child(1) {
    background: #134d8d;
    /*background-image:url('/resources/images/common/membership.jpg');*/
}

.module_boxes .module:nth-child(2) {
    background: #72B0C7;
}

.module_boxes .module:nth-child(3) {
    background: #A49382;
}

.module_boxes .module:nth-child(4) {
    background: #DAB117;
}

.module_boxes .module a {
    text-align: center;
    vertical-align: middle;
    font-size: 16pt;
    text-decoration: none;
    font-family: lato;
    font-weight: 800;
    color: #fff;
}

.module_boxes-icon {
    margin: 0 auto;
    padding: 40% 24% 0% 24%;
}

.module_boxes .module:hover {
    background-color: rgb(0,0,0,.5);
}


.module_boxes .module a {
    /*position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        line-height: calc(128vw - 75vw);*/
    text-align: center;
    vertical-align: middle;
    font-size: 14pt;
    text-decoration: none;
    font-family: lato;
    font-weight: 800;
}

.module_boxes {
    margin-top: 0px;
    padding-top: 10px;
}

    .module_boxes .module {
        /*width: 50%;*/
        padding-bottom: 20%;
        height: 0;
        float: left;
        background-size: cover;
        background-position: center center;
        position: relative;
        overflow: hidden;
    }

        .module_boxes .module a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            line-height: 4;
            text-align: center;
            vertical-align: middle;
            font-size: 17pt;
            text-decoration: none;
            font-family: lato;
            font-weight: 800;
        }

.module_boxes {
    margin-top: 25px;
    padding-bottom: 30px;
}

#bg-fader {
    background: transparent url(../images/common/fade.png) repeat-x bottom center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bottom-module-heading {
    margin-bottom: 30px;
}

    .bottom-module-heading h1 {
        color: #fff;
        font-size: 48px;
        font-family: Lato;
    }

    .bottom-module-heading p {
        color: #fff;
    }

.main-title-heading h1 {
    color: #000;
    font-size: 48px;
    font-family: Lato;
    text-align: center;
}

.shoppingcart-heading h1 {
    color: #000;
    font-size: 48px;
    font-family: Lato;
}

.shoppingcart-login-area p {
    color: #fff !important;
}

.signature-logos-title {
    float: left;
    text-align: left;
    font-size: 15px;
    width: 100px;
    padding: 10px 10px 10px 20px;
    height: 50px;
    border-right: 1px solid #777;
    margin-bottom: 20px;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.footer-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
    list-style: none;
}

    .footer-menu ul li {
        float: left;
        font-weight: bold;
        list-style: none;
        padding: 0 15px;
    }

        .footer-menu ul li a {
            color: #fff;
            font-size: 12px;
        }

.footer-menu {
    border-top: solid 1px #777;
    padding-top: 5px;
    margin-bottom: 20px;
}

.footer-text-address {
    color: #777;
    font-size: 11px;
    padding-left: 26px !important;
}

.border-right-1px {
    border-right: solid 1px #777;
}

.footer-address-area {
    padding: 15px 35px;
}

.footer-text-copyright {
    color: #777;
    font-size: 11px;
    padding-left: 45px;
}

.footer-text-social-icon {
    margin-top: -7px;
}

    .footer-text-social-icon a {
        /* color: #777; */
        /* font-size: 25px; */
        /* padding-left: 1px; */
        /* background-color: #f3f3f3; */
        -moz-border-radius: 0.25em;
        -webkit-border-radius: 0.25em;
        border-radius: 0.25em;
        display: block;
        float: left;
        font-size: 2.35em;
        height: 1.5em;
        margin-right: 1em;
        overflow: hidden;
        padding: 4px 8px 3px 8px;
        text-decoration: none;
        width: 1.4em;
        background-color: #727272;
        color: #000000;
    }

        .footer-text-social-icon a:hover {
            color: #bbb;
        }


.fa-facebook-square:before:hover {
    background-color: transparent !important;
    color: #bbb !important
}

.fa-twitter-square:before:hover {
    color: #bbb !important;
}

.cartstep1 {
    background-color: #fff;
    /*padding-top: 35px;*/
}

#Membership-page {
    background-color: #fff;
    padding-top: 150px;
}

/*membership - grid - Card*/
.membership-badgescard, .membership-firstinfo {
    /* display: flex; */
    align-items: center;
}


.membership-content {
    position: relative;
    animation: animatop 0.9s cubic-bezier(0.425, 1.14, 0.47, 1.125) forwards;
}

.membership-card {
    padding: 0px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
    /* border: solid 1px cadetblue;
}
    /*.membership-card:after {
  content: '';
  display: block;
  width: 190px;
  height: 300px;
  background: cadetblue;
  position: absolute;
  animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
}*/

    .membership-card:nth-child(2):after {
        content: '';
        display: block;
        width: 190px;
        height: 300px;
        background: #339621;
        position: absolute;
        animation: rotatemagic 0.75s cubic-bezier(0.425, 1.04, 0.47, 1.105) 1s both;
    }

.membership-badgescard {
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #ECECEC;
    width: 480px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    left: 10px;
    bottom: 10px;
    animation: animainfos 0.5s cubic-bezier(0.425, 1.04, 0.47, 1.105) 0.75s forwards;
}

    .membership-badgescard span {
        font-size: 1.6em;
        margin: 0px 6px;
        opacity: 0.6;
    }

.membership-firstinfo {
    /* flex-direction: column; */
    z-index: 2;
    position: relative;
    background-color: #4089ac;
}

    .membership-firstinfo img {
        /*border-radius: 50%;*/
        /* width: 201px; */
        /* height: 198px; */
        width: 100%;
    }

    .membership-firstinfo .membership-profileinfo {
        padding: 10px;
        width: 100%;
        background: #0f3f72;
        min-height: 200px;
        color: #fff;
        background: url(../images/modules/membership/green_jungle_bg.jpg);
    }

        .membership-firstinfo .membership-profileinfo h1 {
            font-size: 1.8em;
        }

        .membership-firstinfo .membership-profileinfo h2 {
            color: #fff;
            font-size: 2em;
            font-family: 'Lato', sans-serif;
        }

        .membership-firstinfo .membership-profileinfo h3 {
            font-size: 1.5em;
            color: #8dff63;
            font-weight: 300;
        }

        .membership-firstinfo .membership-profileinfo p.bio {
            padding: 10px 0px;
            color: #5A5A5A;
            line-height: 1.2;
            font-style: initial;
        }

@keyframes animatop {
    0% {
        opacity: 0;
        bottom: -500px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

@keyframes animainfos {
    0% {
        bottom: 10px;
    }

    100% {
        bottom: -42px;
    }
}

@keyframes rotatemagic {
    0% {
        opacity: 0;
        transform: rotate(0deg);
        top: -24px;
        left: -253px;
    }

    100% {
        transform: rotate(-30deg);
        top: -24px;
        left: -78px;
    }
}

.padding-top-15px {
    padding-top: 15px !important;
}

#DonationCatergory-page {
    background-color: #fff;
    padding-top: 0px;
}

.donation-border-right .btn-default {
    min-width: 100px;
}

#AdoptionCatergory-page {
    background-color: #fff;
    min-height: 850px;
}

.adoptiondiv, .adoptform, .special-event-page, .bgcontainer, .login-form, .forgotpassword-area, .respet-password-area, .myaccount {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 28px;
}

.ticket-table-heading {
    padding-bottom: 20px;
}

.border-solid-green h4 {
    font-family: Lato;
}

#cart-div {
    position: absolute;
    left: 0%;
    top: 7%;
    z-index: 99999;
   /* background: #fff;*/

}

#cart-div .popup-background h2{
        text-align: center;
    border-bottom: solid 2px #339621;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #339621;
}

.header-margin-top-nav {
    margin-top: -2px;
}

.bottom-module-heading .btn-default {
    background-color: #fff !important;
    border: solid 1px #4b5707;
    color: #4b5707;
}

    .bottom-module-heading .btn-default:hover {
        color: #f90 !important;
    }

.admission-ticket {
    background-color: #fff;
}


.wrapper-ticket {
    width: 290px;
    height: 240px;
    background: white;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0;
    transform: scale(0.95);
    transition: box-shadow 0.5s, transform 0.5s;
}

    .wrapper-ticket:hover {
        transform: scale(1);
        box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
    }

    .wrapper-ticket .container-ticket {
        width: 100%;
        height: 100%;
    }

        .wrapper-ticket .container-ticket .top-ticket {
            height: 80%;
            width: 100%;
            /*background: url(https://s-media-cache-ak0.pinimg.com/736x/49/80/6f/49806f3f1c7483093855ebca1b8ae2c4.jpg) no-repeat center center;*/
            -webkit-background-size: 100%;
            -moz-background-size: 100%;
            -o-background-size: 100%;
            background-size: 100%;
        }

        .wrapper-ticket .container-ticket .bottom-ticket {
            width: 100%;
            height: 36%;
            transition: transform 0.5s;
            margin-top: -29px;
        }

            .wrapper-ticket .container-ticket .bottom-ticket.clicked {
                transform: translateX(-50%);
            }

            .wrapper-ticket .container-ticket .bottom-ticket h1 {
                margin: 0;
                padding: 0;
            }

            .wrapper-ticket .container-ticket .bottom-ticket p {
                margin: 0;
                padding: 0;
            }

            .wrapper-ticket .container-ticket .bottom-ticket .left-ticket {
                height: 100%;
                width: 100%;
                background: #e1e1e1;
                position: relative;
                float: left;
                border: solid 1px #e1e1e1;
            }

                .wrapper-ticket .container-ticket .bottom-ticket .left-ticket .details-ticket {
                    padding: 7px 7px 7px 18px;
                    float: left;
                    /*width: calc(70% - 40px);*/
                }

                .wrapper-ticket .container-ticket .bottom-ticket .left-ticket .buy {
                    float: right;
                    width: calc(30% - 2px);
                    height: 100%;
                    background: #f1f1f1;
                    transition: background 0.5s;
                    border-left: solid thin rgba(0, 0, 0, 0.1);
                }

                    .wrapper-ticket .container-ticket .bottom-ticket .left-ticket .buy i {
                        font-size: 30px;
                        padding: 30px;
                        color: #254053;
                        transition: transform 0.5s;
                    }

                    .wrapper-ticket .container-ticket .bottom-ticket .left-ticket .buy:hover {
                        background: #A6CDDE;
                    }

                        .wrapper-ticket .container-ticket .bottom-ticket .left-ticket .buy:hover i {
                            transform: translateY(5px);
                            color: #00394B;
                        }

            .wrapper-ticket .container-ticket .bottom-ticket .right {
                width: 50%;
                background: #A6CDDE;
                color: white;
                float: right;
                height: 200%;
                overflow: hidden;
            }

                .wrapper-ticket .container-ticket .bottom-ticket .right .details-ticket {
                    padding: 20px;
                    float: right;
                    width: calc(70% - 40px);
                }

                .wrapper-ticket .container-ticket .bottom-ticket .right .done {
                    width: calc(30% - 2px);
                    float: left;
                    transition: transform 0.5s;
                    border-right: solid thin rgba(255, 255, 255, 0.3);
                    height: 50%;
                }

                    .wrapper-ticket .container-ticket .bottom-ticket .right .done i {
                        font-size: 30px;
                        padding: 30px;
                        color: white;
                    }

                .wrapper-ticket .container-ticket .bottom-ticket .right .remove {
                    width: calc(30% - 1px);
                    clear: both;
                    border-right: solid thin rgba(255, 255, 255, 0.3);
                    height: 50%;
                    background: #BC3B59;
                    transition: transform 0.5s, background 0.5s;
                }

                    .wrapper-ticket .container-ticket .bottom-ticket .right .remove:hover {
                        background: #9B2847;
                    }

                        .wrapper-ticket .container-ticket .bottom-ticket .right .remove:hover i {
                            transform: translateY(5px);
                        }

                    .wrapper-ticket .container-ticket .bottom-ticket .right .remove i {
                        transition: transform 0.5s;
                        font-size: 30px;
                        padding: 30px;
                        color: white;
                    }

                .wrapper-ticket .container-ticket .bottom-ticket .right:hover .remove, .wrapper-ticket .container-ticket .bottom-ticket .right:hover .done {
                    transform: translateY(-100%);
                }

    .wrapper-ticket .inside-ticket {
        z-index: 9;
        background: #000000b8;
        width: 140px;
        height: 140px;
        position: absolute;
        top: -70px;
        right: -70px;
        border-radius: 0px 0px 200px 200px;
        transition: all 0.5s, border-radius 2s, top 1s;
        overflow: hidden;
    }

        .wrapper-ticket .inside-ticket .icon-ticket {
            position: absolute;
            right: 85px;
            top: 82px;
            color: white;
            opacity: 1;
            font-size: 21px;
        }

        .wrapper-ticket .inside-ticket:hover {
            width: 100%;
            right: 0;
            top: 0;
            border-radius: 0;
            height: 80%;
        }

            .wrapper-ticket .inside-ticket:hover .icon-ticket {
                opacity: 0;
                right: 15px;
                top: 15px;
            }

            .wrapper-ticket .inside-ticket:hover .contents-ticket {
                opacity: 1;
                transform: scale(1);
                transform: translateY(0);
            }

        .wrapper-ticket .inside-ticket .contents-ticket {
            padding: 5%;
            opacity: 0;
            transform: scale(0.5);
            transform: translateY(-200%);
            transition: opacity 0.2s, transform 0.8s;
        }

            .wrapper-ticket .inside-ticket .contents-ticket table {
                text-align: left;
                width: 100%;
            }

            .wrapper-ticket .inside-ticket .contents-ticket h1, .wrapper-ticket .inside-ticket .contents-ticket p, .wrapper-ticket .inside-ticket .contents-ticket table {
                color: white;
            }

            .wrapper-ticket .inside-ticket .contents-ticket p {
                font-size: 13px;
            }

.ticket-back-button {
    margin-bottom: 20px;
    padding-left: 65px;
    padding-top: 20px;
}

.single-page-ticket-back-button {
    margin-bottom: 20px;
}

.filter-search-panel {
    padding-right: 0;
}

.m-signature-pad--body canvas {
    z-index: 999999999;
}

.padding-top-5px {
    padding-top: 5px;
}

.padding-top-20px {
    padding-top: 20px;
}

.event-tab-scroll-list {
    background-color: #fff;
    margin-top: -2px;
    padding-bottom: 20px;
}

.topdialog .close-link {
    padding-right: 15px;
}

.btn-link {
    color: #bdbdbd;
}

.select-payment-area {
    border: solid 2px #128fa7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

#viewHeader {
    padding-bottom: 15px;
}

.cart_heading {
    color: #339621;
}

.font-weight-bold {
    font-weight: bold;
}

.partial-payment-area {
    border: solid 1px #339621;
}

    .partial-payment-area h3 {
        background-color: #339621;
        padding: 10px;
        color: #fff;
        margin-top: 0px;
    }

.module-1 h1 {
    font-size: 75px;
}

.module-1 h2 {
    text-transform: uppercase;
}

.module-1 p {
    color: #000;
    min-height: 120px;
}

.module-1 .btn-default {
    background-color: #fff !important;
    border: solid 1px #4b5707;
    color: #4b5707;
}

.bottom-module-heading {
    padding-top: 50px;
    background-color: #134d8d;
    padding-bottom: 30px;
}

/*#sidebarevents{
        padding-bottom: 66px;
        left: -14px;
    }*/

.min-height-body, .admission-ticket {
    min-height: 917px;
}

#DonationCatergory-page, #Membership-page {
    min-height: 917px;
}

.addon-heading-line {
    width: 100%;
    height: 5px;
    background-color: #e36731;
    margin-bottom: 30px;
}


    .addon-heading-line b {
        color: #339621;
        font-size: 22px;
        position: relative;
        top: -18px;
        background-color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }


/* ================================== */
.cards {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
}

.card__like {
    width: 18px;
}

.card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}

.card__time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}

.card__clock-info {
    float: right;
}

.card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}

.card {
    margin-right: 25px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}

    .card:hover {
        box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
        transform: scale(1.10, 1.10);
    }

.card__info {
    z-index: 2;
    background-color: #f8f8f8;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}

.card__category {
    font-family: Lato;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Lato;
}

.card__by {
    font-size: 12px;
    font-family: Lato;
    font-weight: 500;
}

.card__author {
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52;
}

.card:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card:hover .card__info-hover {
    opacity: 1;
}

.margin-top-65px {
    margin-top: 50px;
}

.caption h4 {
    font-size: 17px;
}

.education-login-signup-area-panel {
    padding-left: 30px;
    padding-right: 30px;
}

.ticket-csm-content-txt {
    font-size: 12px;
}

    .ticket-csm-content-txt p {
        margin-bottom: 0;
    }

    .ticket-csm-content-txt h3 {
        color: #000;
        font-family: 'Lato',sans-serif;
        font-size: 16px;
    }

        .ticket-csm-content-txt h3 span {
            padding: 5px;
            margin-bottom: 5px;
            background-color: #3c9935;
        }


.ticket-container-box {
    border-top: solid 1px #cecece;
    padding-bottom: 15px;
}

.single-page-date-time-area {
    margin-bottom: 10px;
}

    .single-page-date-time-area .btn-default {
        border-radius: 0px !important;
        min-width: 50px !important;
        padding: 14px !important;
    }

.single-page-ticketadmission {
    margin-bottom: 10px;
    margin-top: 10px;
}


.single-page-total-net-price-area {
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: solid 3px #e8e8e8;
    border-bottom: solid 3px #e8e8e8;
}

.adoptimag {
    /*border:solid 1.2px #339621;*/
}

.animal-adopt-panel .adopt-button-area:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.animal-adopt-panel {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /* background: #fff url(../images/bgimg.jpg) no-repeat center center; */
}


    .animal-adopt-panel .adopt-button-area {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        cursor: pointer;
    }

    .animal-adopt-panel > .adopt-button-area > div > span {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .animal-adopt-panel > .adopt-button-area > div {
        border: solid 2px #e36731;
        background-color: rgba(211, 109, 28, 0.80);
        color: #fff;
        padding: 12px 40px;
        text-transform: uppercase;
        text-align: right;
        font-size: 19px;
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        cursor: pointer;
    }

.education-new-calender {
    width: 174px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #a2a2a2;
    /* background-color: #F9B088; */
    padding-left: 21px;
}

#ui-datepicker-div {
    border: solid 1.5px #339621;
    background-color: #fff;
    width: 320px;
    padding: 15px;
    margin-top: 5px;
    border-radius: 9px;
	    z-index: 2 !important;
}

.input-wrapper-edu {
    display: inline-block;
    position: relative
}

    .input-wrapper-edu:after {
        font-family: 'FontAwesome';
        content: '\f274';
        position: absolute;
        left: 150px;
        top: 1px;
        background-color: #f3f3f3;
        height: 48px;
        width: 38px;
        font-size: 20px;
        padding-left: 10px;
        padding-top: 10px;
    }


.ui-datepicker .ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: #e36731 !important;
}

.ui-datepicker-title {
    color: #000;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ui-datepicker-calendar a {
    color: #000;
}

.ui-datepicker-calendar th {
    text-align: center;
    background-color: #d3d3d3;
    border: solid 2px #fff;
}

.ui-datepicker-calendar td {
    text-align: center;
    background-color: #efefef;
    border: solid 2px #fff;
}

.ui-datepicker-week-end {
    color: #ff0000 !important;
}

    .ui-datepicker-week-end a {
        color: #000 !important;
    }

.ui-datepicker-calendar .Available {
    background-color: #31bd00 !important;
    color: #fff;
}

    .ui-datepicker-calendar .Available a {
        color: #fff !important;
    }

.NoScheduleAvailable {
    pointer-events: none;
}

    .NoScheduleAvailable a {
        cursor: not-allowed;
    }

.ZooSnoozeSoldOut {
    background-color: #ff0000 !important;
    color: #fff !important;
}

.ZooSnoozeMinQtyUnavailable {
    background-color: #FFFF00 !important;
    color: #fff;
}

.socialmed {
    /*padding-left: 50px;*/
    background-color: #e5e5e5;
    margin-top: 102px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.md-facebook {
    background-color: #3B5998 !important;
    color: #fff !important;
    border: solid 1px #3B5998 !important;
    min-width: 135px !important;
    border-radius: 15px !important;
}

    .md-facebook:hover {
        background-color: #5a77b4 !important;
        color: #fff !important;
        border: solid 1px #3B5998 !important;
        min-width: 135px !important;
        border-radius: 15px !important;
    }

.timingsection-singlepage input {
    padding: 0 8px;
}

.eventright {
    border: solid 2px #339621;
}

.donation-web-content {
    min-height: 250px;
    /*border: solid 2px #fff;*/
}

.filter-search-panel .eventright {
    border: none !important;
}

.legend-margin-t-b-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.eventAvailable-color {
    color: #04ab01;
}

.eventSoldout-color {
    color: #ff0000
}

.removedonation {
    border: solid 1px #d5d4d4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.FT-date-time-section .btn-default {
    min-height: 50px;
    max-width: 150px;
    border-radius: 4px !important;
    border: none;
}

.FT-date-time-section .ui-select-match > .form-control {
    min-height: 50px !important;
    border-radius: 4px !important;
    min-width: 240px;
}

.FT-date-time-section .text-muted {
    top: 5px !important;
}

.FT-counter-minus {
    background-color: #339621;
    color: #fff;
}

.FT-counter-plus {
    background-color: #339621;
    color: #fff;
}


.FT-counter-minus:hover {
    background-color: #d9d486;
    color: #fff;
}

.FT-counter-plus:hover {
    background-color: #d9d486;
    color: #fff;
}


.btn-info {
    border-radius: 10px;
}

.btn-danger {
    border-radius: 10px;
}

.FT-ticket-listItem textarea {
    min-width: 70%;
    min-height: 90px;
}

.FT-addon-title textarea {
    min-width: 70%;
    min-height: 90px;
}

.field-trip-wrapper #checkTerms {
    width: 30px !important;
    height: 30px !important;
}

.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    margin-top: 90px;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 490px;
}

.modal1 {
    position: fixed;
    z-index: 21;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}

.close1 {
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: #D42D24;
}

.FT-addon-top-radio-selection {
    margin-bottom: 20px;
    border: solid 2px #339621;
    padding-bottom: 20px;
}

    .FT-addon-top-radio-selection h4 {
        background-color: #339621;
        padding: 10px;
        color: #fff;
        font-size: 16px;
        margin-top: 0px;
    }

.FT-ticket-description-inner h4 {
    font-size: 13px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

/**/
.sublink-addon-menu ul li {
    display: inline;
}

.sublink-addon-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
}

.sublink-addon-menu li a {
    color: Black;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
}

.sublink-addon-menu li:after {
    content: " | ";
    padding: 0 10px;
    color: #1c1c1c;
}

.sublink-addon-menu li:last-child:after {
    content: '';
}

.activemenu {
    color: #31c7ec !important;
}

.school-serach-panel .block-ui-message {
    font-size: 6px;
    margin-top: -40px;
    margin-right: -510px;
    color: #5f7005;
}

.SE-ticket-select-area:nth-child(odd) {
    padding-top: 20px;
    padding-bottom: 20px;
}

.SE-ticket-select-area:nth-child(even) {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

#MembershipAddtocart-popup {
    top: 10%;
    bottom: 5%;
    position: fixed;
    overflow: auto;
    background: #f2f2f2;
    z-index: 5000;
    display: none;
    left: 10%;
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
    border-radius: 10px;
    border: solid 5px #339621;
    -webkit-box-shadow: 0px 0px 300px 130px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 300px 130px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 300px 130px rgba(0,0,0,0.75);
    border-top: none;
}

.MembershipAddtocart-popup-heading {
    background-color: #f6a441;
    padding: 5px;
    border: solid 1px #fff;
    color: #fff;
}

    .MembershipAddtocart-popup-heading h4 {
        font-size: 16px;
        font-family: Lato;
    }


.membership-addtocart-popup h5 {
    background-color: #dedede;
    padding-top: 10px;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000;
}

.modal-content1 .close {
    color: #000000;
    padding: 9px 13px;
    border-radius: 150px;
    background-color: #b8b8b8;
    position: relative;
    right: -37px;
    top: -38px;
    display: block;
}

.roundoff-btn-color {
    background-color: #2a6496 !important;
}

.btn-red {
    color: #fff;
    background-color: #ff0000 !important;
    border-radius: 9px;
    min-width: 100px;
    min-height: 41px;
    padding-top: 8px;
}


.cashbcardbg {
    background-color: #fff;
    padding-top: 130px;
}

.cashcard-modalpopup {
    margin-top: 3px;
}

.giftcardtemplate {
    background: #bacba9;
    /*-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);*/
    min-height: 410px;
}

    /* .giftcardtemplate::after { */
        /* content: ''; */
        /* position: absolute; */
        /* width: 60%; */
        /* height: 80%; */
        /* left: 0; */
        /* background: url(../images/common/bow.png); */
        /* background-size: 100%; */
        /* background-repeat: no-repeat; */
    /* } */

    .giftcardtemplate h3 {
        margin-top: 70px;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
    }

    .giftcardtemplate img {
        margin: 0 auto;
        width: 100%;
    }

.padding-t-50 {
    padding-top: 50px;
}

.modalpopup h3 {
    background: #339621;
    color: #fff;
    margin: -30px 0 0px 0px;
    padding: 10px;
    font-size: 18px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 60% !important;
    top: 150px !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    top: 13px;
    border-radius: 3px;
    content: '\00D7';
    font-size: 26px;
    font-weight: 400;
    height: 20px;
    line-height: 22px;
    position: absolute;
    right: 12px;
    top: 3px;
    top: 10px;
    width: 20px;
    background: #fff;
    color: #000;
    padding-top: 1px;
    padding-left: 0px;
}

.GC-image-design-layout {
    border: solid 1px #2e2e2e;
    border-radius: 15px;
    width: 100%;
}

.GC-redeem-popup {
    background-color: #e4e6c3;
    padding-bottom: 35px;
}

    .GC-redeem-popup h2 {
        padding: 20px;
        text-align: center;
        color: #000;
        font-family: Lato;
        font-weight: 100;
        font-size: 36px;
    }

#GiftCardbox {
    border: solid 2px #e4e6c3;
    padding-bottom: 50px;
    padding-top: 50px;
}

.GC-redeem-popup-code-enter input {
    height: 45px;
    width: 390px;
    border: solid 1px #a1a1a1;
    text-align: center;
}

.gift-card-balance-check {
    background-color: #fff;
    padding-bottom: 100px;
    margin-bottom: 100px;
        padding-top: 130px;
}

.gift-card-Redeem{
    background-color: #fff;
    padding: 100px;
    /* margin-bottom: 100px; */
    padding-top: 170px;
}

.gift-card-balance-check-title p {
    font-size: 26px;
    padding-left: 12px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.gift-card-balance-check-details input {
    height: 40px;
    width: 300px;
}

.linehigh {
    line-height: 25px;
    padding: 0;
}

.cardbalanceright {
    border: 1px solid #339621;
    padding: 10px;
    background: #339621;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .cardbalanceright h2 {
        color: #fff;
    }

.cashcarddetails .bgcontainer-1 .heading {
    padding: 10px;
    text-align: center;
}

.gift-card-transaction-list {
    background-color: #e1e1e1;
    color: #000;
}

.processpanel {
    background-color: #fff;
    min-height: 300px;
}

.ppconfirm {
    background-color: #fff;
}

#MembershipAddtocart-popup h2 {
    background-color: #339621;
    color: #fff;
    margin-top: 0;
    padding: 15px 20px;
}

#MembershipAddtocart-popup-close {
    background-color: #fff;
    margin-right: 13px;
}

.MembershipAddtocart-totla-price {
    border: solid 1px #339621;
    color: #000;
    margin-top: 0;
    padding: 15px 20px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
    top: -22px !important;
}



/*accordion*/

.ac-container {
    width: 99%;
    /*margin: 10px auto 30px auto;*/
    text-align: left;
}

    .ac-container label {
        padding: 10px 0 11px 15px;
        position: relative;
        z-index: 20;
        display: block;
        height: 50px;
        cursor: pointer;
        color: #fff;
        line-height: 33px;
        font-size: 16px;
        background: #339621;
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
    }

        .ac-container label:hover {
            background: #f3f3f3;
            color: #339621;
        }

    .ac-container input:checked + label,
    .ac-container input:checked + label:hover {
        background: #f5ffbe;
        color: #339621;
        text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
    }

        .ac-container label:after,
        .ac-container input:checked + label:after {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            right: 13px;
            top: 7px;
            font-family: FontAwesome;
            content: "\f107";
            display: inline-block;
            margin-top: 4px;
            vertical-align: middle;
        }

        .ac-container input:checked + label:after {
            font-family: FontAwesome;
            content: "\f106";
            display: inline-block;
            margin-top: 4px;
            vertical-align: middle;
        }

    .ac-container input {
        display: none;
    }

    .ac-container article {
        background: rgba(255, 255, 255, 0.5);
        margin-top: -1px;
        overflow: hidden;
        height: 0px;
        position: relative;
        z-index: 10;
        -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
        transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    }

        .ac-container article p {
            color: #000;
            /*line-height: 23px;*/
            font-size: 14px;
            padding-left: 20px;
            padding-top: 10px;
        }

    .ac-container input:checked ~ article {
        -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
        box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    }

        .ac-container input:checked ~ article.ac-small {
            height: auto;
            overflow: unset;
        }

        .ac-container input:checked ~ article.ac-medium {
            height: auto;
            overflow: unset;
        }

        .ac-container input:checked ~ article.ac-large {
            height: auto;
            overflow: unset;
        }


.membership-profileinfo h2 {
    font-size: 20px;
}

.new-grid-card-title {
    margin-top: -75px;
    margin-bottom: 0px;
    font-family: Lato;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    color: #fff;
    min-height: 75px;
}

.donation-new-grid-card-title {
    margin-top: -45px;
    margin-bottom: 10px;
    font-family: Lato;
    background-color: rgba(0,0,0,0.7);
    padding: 15px;
    color: #fff;
    display: none;
}

.donatincategory {
    padding-bottom: 30px;
}

.module-content-bg-color {
    background-color: #fff;
}

.module-1 {
    /*border:solid 1px #b2bd75;*/
}

.bottom-module-heading .btn-default {
    background: #2a6496 !important;
    color: #363C1A !important;
    border: solid 1px #2a6496 !important;
}

    .bottom-module-heading .btn-default:hover {
        background: #e3dfa5 !important;
        color: #8B9237 !important;
        border: solid 1px #e3dfa5 !important;
    }



.donation-border-right .btn-default {
    background-color: #c0c0c0 !important;
    color: #fff !important;
}

.donation-border-right .active {
    background-color: #606060 !important;
    color: #d8ff00 !important;
}

.donation-border-right .btn-default:hover {
    background-color: #606060 !important;
    color: #c0c0c0 !important;
}

.menu-nav-button {
    height: 41px;
    text-align: right;
    padding-top: 0px;
    /*border-right: solid 1px #848484;*/
    font-size: 1rem;
    float: inherit;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.donation-web-content-area p {
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    /*background-color: #fff;*/
    color: #000;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 7px;
}

.membership-grid-heading h1 {
    font-size: 30px;
    color: #128fa7;
}

.sublink-addon-menu {
    padding-top: 15px;
}

    .sublink-addon-menu li a:hover {
        text-decoration: underline;
        color: #128fa7;
    }

.shipping-details-text p {
    font-size: 14px !important;
    padding: 0px !important;
    padding-bottom: 7px !important;
    margin-bottom: 0px;
    margin-top: 1px;
}

.shipping-details-text {
    /*background: #ffffff !important;*/
    border-radius: 0px !important;
    color: #000 !important;
}

    .shipping-details-text p {
        font-size: 16px !important;
    }

    .shipping-details-text h5 {
        font-size: 18px !important;
        font-weight: bold;
    }


.ui-select-match .btn-default {
    /* background: #ffffff !important; */
    border-radius: 0px !important;
    /* color: #339621 !important; */
	color: white !important;
}

.waver-accept-terms {
    margin-bottom: 20px;
}

    .waver-accept-terms label {
        padding-top: 6px;
    }

.order-summer-box-new {
    padding: 30px;
    background-color: #0f3f72;
    color: #fff;
}

    .order-summer-box-new a {
        color: #efff99;
    }

.accept-terms-highlight label {
    color: #000;
}

.pay-by-creditcard {
    margin-top: 20px;
    background: #339621 !important;
    color: #fff !important;
}

.payby-giftcard {
    background-color: #3ea23a !important;
    color: #fff !important;
}

#checkSameBillingAndMailing {
    width: 25px;
    height: 25px;
}

#checkReceiveEmail {
    width: 25px;
    height: 25px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dispaly-flex-box {
    display: flex;
}

.ngdialog.ngdialog-theme-default {
    /*padding-top: 243px !important;*/
}

.education-membership-status-popup {
    padding: 15px;
    border: solid 1px #5d5d5d;
    min-height: 315px;
}

    .education-membership-status-popup input {
        margin-bottom: 10px;
    }

.pendingheading {
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pendingheading-data {
    padding-top: 15px;
    padding-bottom: 15px;
}

.FT-manage-field-trip-title-details .btn-primary {
    min-width: 80px !important;
    height: 31px;
    border-radius: 4px !important;
    padding-top: 7px;
}

.shipping-details-text-GC {
    border: solid 2px #339621;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .shipping-details-text-GC p {
        font-size: 12pt !important;
        padding: 0px !important;
        padding-bottom: 4px !important;
        margin-bottom: 0px;
        /* margin-top: 1px; */
        font-weight: normal;
    }

.btn-red:hover {
    background-color: #339621 !important;
    min-width: 100px !important;
    color: #fff !important;
}

.FT-manage-field-trip-title-details .btn-success {
    background-color: #048004 !important;
    min-width: 90px !important;
    height: 31px;
    border-radius: 4px !important;
    padding-top: 7px !important
}

.FT-date-time-section .ui-select-bootstrap > .ui-select-match > .btn {
    border: solid 1px #8e8e8e;
}

.btn-default-focus {
    box-shadow: none !important;
}

.padding-top-3px {
    padding-top: 3px;
}

.SE-select-time-panel .form-control {
    padding: 0px 8px;
    height: 50px;
}

.SE-select-time-panel .btn-default {
    padding-top: 14px !important;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
    color: #000;
}

.eventticket {
    padding: 20px;
    border: solid 1px #339621;
    margin-bottom: 20px;
}

.ticket {
    /*background-color: #f3f3f3;*/
    /*margin-top: 30px;*/
}

.event-SP-CAMP .btn-default {
    width: 130px;
    margin-right: 0;
}

.SE-time-dropdown-ui .ui-select-toggle .ui-select-match-text {
    padding-top: 10px !important;
}

.ui-select-bootstrap .ui-select-match-text span {
    text-transform: initial;
}


@media print {
    .vegas-background {
        display: none !important;
    }


    a[href]:after {
        content: none !important;
    }

    .navigation-bar {
        display: none !important;
    }

    .footer {
        display: none !important;
    }

    .item-print-details {
        margin-bottom: 100px;
    }
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 78px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 16px;
    text-transform: uppercase;
    background: #de4f4f;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
    color: #fff;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #1abd3d;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 51px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}


.share-the-care-img {
    width: 20%;
    margin-left: 40%;
}

.footer-text-message {
    color: #fff;
    font-size: 12px;
}

/* Ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    /*.membership-card {
        width: 400px !important;
    }*/

    /*.membership-firstinfo img {
        width: 100px !important;
        height: 100px !important;
        margin-top: -70px;
    }*/

    .membership-profileinfo h1 {
        font-size: 25px !important;
    }

    .membership-profileinfo h2 {
        font-size: 22px !important;
    }

    .btn-primary-membership {
        /*  max-width: 70px !important;*/
    }
}


.ui-select-bootstrap .ui-select-match-text span {
    padding-left: 0;
    padding-right: 0;
}

.camp-combo-attendees {
    padding-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 15px;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    min-height: 140px;
    text-align: center;
}

.camp-combo-total-addon-price-area h3 {
    font-family: Lato;
    color: #e36731;
    font-size: 20px;
    font-weight: 900;
}

.hide-ipad-ls a {
    border: 0px solid #339621;
    border-radius: 9px !important;
    background: #339621 !important;
    min-width: 80px;
    /* height: 44px; */
    padding-left: 20px;
    padding-right: 20px;
    text-align: center !important;
    color: #fff;
    text-transform: capitalize;
    /* font-family: 'Amatic-Bold', sans-serif; */
    font-family: Lato;
    margin-right: 5px;
    font-size: 16px;
    padding: 10px !important;
}

.m-signature-pad--footer .btn-clear {
    background-color: #ff0000;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
}

.btn-seemore {
    height: 100px;
    margin-top: 10px;
    background-color: #dadada;
}

.gift-image-select-item {
    border-radius: 10px;
}

.edu-combo-view-item {
    text-align: center;
}



.m-signature-pad {
    top: 50px !important;
}



#swal2-content {
    text-align: left !important;
}

.reprint-legend {
    max-width: 51% !important;
    padding-left: 0px;
    width: auto !important;
}

/*Password reset*/

.new-password-hint {
    margin-top: 5px;
    border: solid 1px #FF9966;
    border-radius: 11px;
}

    .new-password-hint ul {
        list-style: none;
        padding-left: 0;
    }

    .new-password-hint h4 {
        margin-bottom: 0;
    }

.cal-day-outmonth {
    display: none !important;
}

section#categoryHead {
    padding-top: 75px;
    padding-bottom: 50px;
    position: relative;
}

    section#categoryHead p {
        text-align: center;
    }

.home-events-sign p {
    text-align: center;
    color: #38322d;
    font-size: 3.6rem;
    font-family: 'skranji-regular', 'Lato', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: -1px 1px 0 #dfd6ce;
    padding-top: 95px;
    line-height: 1;
}

@media (min-width: 992px) {
    .home-events-tree {
        background-image: url(../images/common/events_branches.png);
        background-position: left top;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        max-width: 2000px;
        height: 0;
        padding-top: 40.22%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 1;
        pointer-events: none;
    }

    .home-events-sign {
        display: block !important;
    }

    #hero {
        position: relative;
    }

    .clear-button a {
        padding: 15px 40px;
    }
}

.hvr-grow {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.05) translate3d(0, 0, 0) !important;
        transform: scale(1.05) translate3d(0, 0, 0) !important;
    }

.home-banner {
    background-image: url(../images/common/home-banner.jpg);
    background-position: 0 0;
    background-color: #094292;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 650px;
    width: 100%;
    overflow: hidden;
}

    .home-banner .row {
        top: 40%;
        position: relative;
        text-align: left;
        margin-left: 8%;
        color: #fff;
        font-size: 25px;
    }

        .home-banner .row h1 {
            color: #ff9d2f !important;
            text-transform: none;
            text-shadow: -3px 2px 0px rgb(255, 216, 156);
            font-size: 1.9em;
        }

    .home-banner p {
        font-size: 2rem;
    }

.clear-button {
    margin: 30px 0px;
}

    .clear-button a {
        border-radius: 1px;
        border: 1px solid rgba(255, 255, 255, 0.50);
        text-decoration: none !important;
        color: white;
        background: transparent;
        padding: 15px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.4rem;
        transition-duration: 350ms;
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
    }

.home-banner .row .clear-button a {
    background: white !important;
    color: brown !important;
}

@media (min-width: 1200px) {
    .home-events-tree {
        background-size: 1200px;
    }
}

.home-events-sign {
    background-image: url(../../resources/images/common/wooden_sign.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 162px;
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -200px;
}

    .home-events-sign p {
        text-align: center;
        color: #38322d;
        font-size: 2rem;
        font-family: 'skranji-regular', 'Lato', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-shadow: -1px 1px 0 #dfd6ce;
        padding-top: 95px;
    }

@media only screen and (min-device-width : 991px) and (max-device-width : 1024px) {
    .menu-bg {
        display: none !important;
    }

    .cart-ipad-l {
        margin: 0 !important;
    }
}

.membership-profileinfo1 {
    padding: 5px;
    width: 100%;
    background: #0f3f72;
    color: #fff;
    margin-bottom: 10px;
}

    .membership-profileinfo1 h1 {
        font-size: 1.8em;
    }

    .membership-profileinfo1 h2 {
        color: #fff;
        font-size: 2em;
        font-family: 'Lato', sans-serif;
    }

    .membership-profileinfo1 h3 {
        font-size: 1.5em;
        color: #fff;
        font-weight: 300;
    }

@media (min-width:480px) and (max-width:760px) {

    .shoppingcart-mobile {
        color: #ffffff;
        border: solid 1px #fff;
        border-radius: 20px;
        padding: 6px 30px;
        margin-right: 10px;
        margin-top: 20px;
    }

    .cart-count {
        background: #339621;
        padding: 14px 8px;
        border-radius: 50px;
        position: absolute;
        top: 10px;
        right: 30px !important;
    }
}

@media (min-width:956px) and (max-width:991px) {
    .hamburger-menu-ipad-l {
        display: none !important;
    }
}

.total-net-price-area .btn-default, .filter .btn-default {
    margin: 0 auto;
	font-size:11px;
}

.total-net-price-area {
    margin-top: 20px;
}

.shoppingcart-login-area {
    z-index: 1;
}

#login-div .navbar-form .form-group {
    display: grid;
}

    #login-div .navbar-form .form-group .button {
        margin: 0 auto;
        max-width: 100px;
    }

.footer-social-box img {
    width: 70%;
    margin: auto;
    display: block;
}

.shoppingcart-mobile {
    color: #ffffff;
    border: solid 1px #fff;
    border-radius: 20px;
    padding: 6px 30px;
    margin-right: 10px;
    margin-top: 20px;
}

.cart-count {
    background: #339621;
    padding: 14px 8px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 88px;
}

.ordersumtable {
    border: solid 2px #76be43;
}

.membershipitemprint, .admissionitemprint {
    margin-top: 20px;
}

#ticketPrint {
    margin: 0 auto;
}

.footer-social-box {
    padding-top: 40px;
}



/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),
.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8) {
    display: block;
}


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    background-color: #50a82e;
    color: #fff;
}



    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #06c;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        {
            background: #06c;
        }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background-color: #0a5ea6;
    color: #fff;
}

.tab-panel {
    padding: 30px 0;
    /* border-top: 1px solid #ccc; */
}


.tabset {
    max-width: 65em;
}

.member-covid-btn {
    border: 1px solid rgba(51, 150, 33, 0.75);
    color: #339621;
    padding: 10px;
}

    .member-covid-btn:hover {
        background: #339621;
        color: #fff;
    }

.membershipLevelsText h3 {
    color: #3D9B2D;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.membershipLevelsText p {
    color: #339621 !important;
    font-size: 19px !important;
    line-height: 2.5rem;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0px;
}

.membership-firstinfoHeader {
    background-color: #0a5ea6;
}

    .membership-firstinfoHeader h3 {
        color: #fff;
        padding: 5px;
        font-size: 25px;
    }

.subPages h2 {
    color: #339621 !important;
    font-size: 1.9rem !important;
    line-height: 2.5rem;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 0px;
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .tabset > label {
        width: 200px;
        margin-bottom: 6px;
    }

    .table h3 {
        font-size: 15px;
    }

    .member-covid-btn {
        margin-bottom: 15px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .tabset > label {
        width: 180px;
        margin-bottom: 6px;
    }

    .table h3 {
        font-size: 15px;
    }

    .member-covid-btn {
        margin-bottom: 15px;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: portrait) {
    .tabset > label {
        width: 180px;
        margin-bottom: 6px;
    }

    .table h3 {
        font-size: 15px;
    }

    .member-covid-btn {
        margin-bottom: 15px;
    }
}

.admissionpagetext h1{
    color: #035aa7;
    font-family: 'Skranji', cursive;
}

.admissionpagetext{
    color: #035aa7;
    font-weight:bold;
}

.page-content-new {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
/*  .page-content-new {
    grid-template-columns: repeat(2, 1fr);
  }*/
}
@media (min-width: 800px) {
  /*.page-content-new {
    grid-template-columns: repeat(4, 1fr);
  }*/
}

.card-new-ticket {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card-new-ticket {
    height: 350px;
  }
}
.card-new-ticket:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card-new-ticket:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
/*.card-new-ticket:nth-child(1):before {
  background-image: url('/resources/images/modules/admission/animal-encounter.jpg');
}
.card-new-ticket:nth-child(2):before {
  background-image: url(https://images.unsplash.com/photo-1533903345306-15d1c30952de?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card-new-ticket:nth-child(3):before {
  background-image: url(https://images.unsplash.com/photo-1545243424-0ce743321e11?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}
.card-new-ticket:nth-child(4):before {
  background-image: url(https://images.unsplash.com/photo-1531306728370-e2ebd9d7bb99?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
}*/

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  color:#fff;
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}



@media (hover: hover) and (min-width: 600px) {
  .card-new-ticket:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card-new-ticket:hover,
.card-new-ticket:focus-within {
    align-items: center;
  }
  .card-new-ticket:hover:before,
.card-new-ticket:focus-within:before {
    transform: translateY(-4%);
  }
  .card-new-ticket:hover:after,
.card-new-ticket:focus-within:after {
    transform: translateY(-50%);
  }
  .card-new-ticket:hover .content,
.card-new-ticket:focus-within .content {
    transform: translateY(0);
  }
  .card-new-ticket:hover .content > *:not(.title),
.card-new-ticket:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card-new-ticket:focus-within:before, .card-new-ticket:focus-within:after,
.card-new-ticket:focus-within .content,
.card-new-ticket:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}

.border-dull {
    border: 4px solid #134d8d;
    padding: 20px;
	margin-bottom:30px;
	padding-top: 15px;
}

.memborder {
    border: 2px solid #134d8d;
    padding: 5px;
    margin: 2px
}

#checkReceiveEmail {
	margin-right:7px
}

#checkSameBillingAndMailing{
	margin-right:7px
}

@media only screen   and (min-width: 1030px)   and (max-width: 1366px)  {
	.membership-firstinfoHeader h3{
		    min-height: 65px;
	}
	
	.btn-primary-membership{
		width: 100% !important;
	}
	} 
	
	#checkMask{
		width:20px;
		height:20px;
	}
	
	#childLimit{
		width:100px !important;
	}

.mask1 {
    background-color: #134d8d;
    padding-bottom: 15px;
}

.mask1 h4{
        color: #fff;
    text-align: center;
}

.product-itemViewTitle {
    background-color: #134d8d;
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding: 15px;
    min-height: 60px;
    font-size: 15px;
}

.product-filter-item {
        padding-top: 20px;
    padding-bottom: 20px;
    background-color: #b2c634;
    
}

.item-refine-area {
        background-color: #cadff7;
    min-height: 900px;
}

.filterdiv {
        padding-left: 0;
    border-bottom: solid 1px #134d8d;
}


.product-image-display .slider .itemView {
    width: 100px !important;
    height: 75px !important;
    border: 1px solid #708fb8;
    padding: 2px;
    border-radius: 2px;
    margin: 2px;
    overflow: hidden;
}

.paddingNone input{
	display:none;
}


/*Membership form*/
.membership-form-title {
    width: 100px;
    padding: 0px 3px;
    height: 40px;
}

.membership-form-title-name {
    padding: 20px;
}

.membership-form-name {
    height: 40px;
}

.membership-upload-image {
    width: 120px;
}

.img-upload-desc {
    color: #F23329;
    font-size: 10px;
    
}
/*.fileContainer {
   overflow: hidden;
   position: relative;
   background: #fff;
   border-radius: .5em;
   float: left;
   padding: .5em;
   border: 1px solid black;
   border-radius: 5px;
   top:20px;
}

.fileContainer [type=file] {
   cursor: inherit;
   display: block;
   font-size: 999px;
   filter: alpha(opacity=0);
   min-height: 100%;
   min-width: 50%;
   opacity: 0;
   position: absolute;
   right: 0;
   text-align: right;
   top: 0;
   cursor: pointer;
}*/

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
/*Membership form end*/

.membership-upload-image {
    width: 60px;
}


.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

/*
 Styling
*/


.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: -1px;
    background-color: #f3f3f3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 20px;
    color: #8d8d8d;
}

.tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
    color: #06c;
}

    .tabset > label:hover::after,
    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: #06c;
    }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #fff;
    color: #06c;
}

.tab-panel {
    border-top: 1px solid #ccc;
}


.tabset {
    margin-top: 10px;
}

.tab-details-panel {
    /*border:solid 1px #ccc;*/
    border-top: solid 1px #fff;
    padding-bottom: 30px;
    width: 97%;
}

.membership-autorenewal {
    margin-top: 30px;
    background-color: #f8f8f8;
    padding: 15px;
    border: solid #e6e5e5 1px;
    margin-bottom: 30px;
}



.slider {
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}


.renewMembershipBuyNowBtn {
    background-color: #79a12f;
    color: #fff;
    cursor: pointer;
    text-align: center;
    min-height: 110px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    border-radius: 10px;
}

.renewMembershipBuyNowBtn h2 {
    color: #fff;
}

.renewMembershipBuyNowBtn button {
    background-color: #79a12f;
    border: solid 2px #fff;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 15px;
}

.renewMembershipBuyNowBtn:hover {
    background-color: #669214;
}

.radiobtn {
    position: relative;
    display: block;
    width: 160px;
    float: left;
    margin-bottom: 15px;
}

    .radiobtn label::before {
        background: transparent;
        transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
        z-index: 2;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        width: 0;
        height: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
    }

    .radiobtn input[type=radio]:checked + label:before {
        width: 20px;
        height: 20px;
    }

    .radiobtn label:after, .radiobtn label:before {
        content: "";
        position: absolute;
        right: 11px;
        top: 11px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #d0d0d0;
        right: 20px;
    }

    .radiobtn input[type=radio]:checked + label:after {
        background: #3c440f;
    }

    .radiobtn input[type=radio] {
        display: none;
        position: absolute;
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .radiobtn label::before {
        background: transparent;
        transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
        z-index: 2;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 13px;
        background-position: center;
        width: 0;
        height: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
    }

    .radiobtn input[type=radio]:checked + label:before {
        width: 43px;
        height: 43px;
    }

    .radiobtn input[type=radio]:checked + label:after {
        background: #319045;
    }

    .radiobtn label:after, .radiobtn label:before {
        content: "";
        position: absolute;
        right: 11px;
        top: 1px;
        width: 43px;
        height: 43px;
        border-radius: 3px;
        /*background: #d0d0d0;*/
        right: 6px;
    }

    .radiobtn input[type=radio]:checked + label {
        background: #134d8d;
        -webkit-animation-name: blink;
        animation-name: blink;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        border-color: #217adc;
        color: #fff;
    }

    .radiobtn label {
        display: block;
        background: #f2f2f2;
        color: #444;
        border-radius: 5px;
        padding: 10px 20px;
        border: 2px solid #b4b4b4;
        margin-bottom: 5px;
        cursor: pointer;
        margin-right: 5px;
    }

    .radiobtn label:hover{
        background: #e4e3e3;
    }

    /*.memberNotfontWarning {*/
    /*background: #ffc107;*/
    /*background:#ffecb6;
    color: #fff;
    padding: 10px;
}*/
    .membership-firstinfo-heading {
color: #fff;
    background: rgb(0 0 0 / 73%);
    padding: 15px;
    position: absolute;
    top: -10px;
    width: 100%;
    text-align: center;
}

    .membership-profileinfoNew{
        padding-top:15px;
        padding-bottom:15px;
        background-color:#000;
    }

    .membership-profileinfoNew .btn-primary-membership{
            width: 100% !important;

    }

    .visitoryTypeGrid{
        border: solid 2px #318d3e;
    border-radius: 20px;
    margin-top: 20px;
    }

.membership-firstinfo-heading h1{
    color:#fff;
    font-size:25px;
}

.membership-firstinfo-heading h2{
    color:#fff;
    font-size:20px;
}

.membership-form-img-upload{
    font-size:12px;
}

#NameInputDisplay {
    border: solid 2px #339621;
    padding-top: 25px;
    border-radius: 20px;
}

#memberTypeDetail{
    border: solid 2px #339621;
    padding-top: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.upselpopPost {
    border: solid 1px #339621;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    cursor: pointer;
}

.upselpopPost h4{
    margin:0;
    padding:10px;
    background-color:#134d8d;
    color:#fff;
    font-size:17px;
}

.upsel-buynow {
    color: #3c9c35;
    font-weight: bold;
}

.general1{
	padding-top:40px;
}

#MembershipDuplicate-popup {
    position: fixed;
    background: white;
    z-index: 10;
    box-shadow: 1px 1px 20px 0px;
    border-radius: 10px;
    padding: 10px;
}



.blog-slider {
  width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #e4e4e4;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
    border: solid 1px #a5a5a5;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 200px;
  flex-shrink: 0;
  height: 170px;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  box-shadow: 4px 13px 30px 1px rgb(19 77 141);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  margin-top:40px;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #134d8d 0%, #319045 74%);
  border-radius: 20px;
  opacity: 0.6;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /*opacity: 0;*/
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
      margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
color: #ff0000;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    font-size: 16px;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #319045 0%, #277b39 74%);    
    padding: 12px 25px;
    border-radius: 10px;
    color: #fff;
    /* box-shadow: 0px 14px 80px rgb(252 56 56 / 40%); */
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    min-width: 160px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.blog-slider__text1 {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 22px;
    color: #297f3c;
    font-weight: bold;
}

.cart-button {
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
        padding: 8px;line-height: 1.4;
}

.topbar-checkout-txt {
    color: #fff;
    font-size: 15px;
}

.topbar-checkout-btn {
background-color: #0f3f72;
    color: #000;
    border-radius: 6px;
    padding-top: 0px;
    padding-bottom: 0;
    margin-right: 30px !important;
}

.membership-rightside-areanew{
    background-color: #f4f8ec;
    border-radius: 20px;
    border: solid 3px #319045
}

/*-*/
.example-wrapper {
  width: 500px;
  margin: 20px auto;
  font-family: sans-serif;
  color: #fff;
}

.gift-card {
  border-radius: 22px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 46);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gift-card__image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 50%;
}

.gift-card__details {
  position: relative;
  background-color: palette(white);
  padding: 0 20px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #319045;
}
.gift-card__details::before {
  content: "";
  display: block;
  position: absolute;
  height: 20px;
  top: -19px;
  left: 0;
  right: 0;
  background: linear-gradient(to right top, #319045 49%, transparent 52%);
}

.gift-card__info {
  margin-top: auto;padding:10px;
}

.gift-card__label {
  font-size: 16px;
  color: #f4f8ec;
  margin: 0;
  font-weight: normal;
}

.gift-card__value {
  color: #f4f8ec;
  font-size: 30px;
  font-weight: 700;
}

.gift-card__code {
  font-size: 20px;
}

.renewMembershipBuyNowBtn h2 {
    font-family: 'MalloryMP-Bold',Helvetica,sans-serif;
}
#MemberID-get #box10 {
    top: 24%;
    bottom: 33%;
    position: fixed;
    overflow: auto;
    background: #fff;
    z-index: 5000;
    display: none;
    margin-left: 26%;
    border: solid 1px #000;
    padding-left: 0px !important;
    padding-top: 30px;
	-webkit-box-shadow: -1px -1px 77px 44px rgba(0,0,0,0.67);
-moz-box-shadow: -1px -1px 77px 44px rgba(0,0,0,0.67);
box-shadow: -1px -1px 77px 44px rgba(0,0,0,0.67);
}

#MemberID-get #box1:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    z-index: -2;
}

#MembershipDuplicate-popup {
    position: fixed;
    background: white;
    z-index: 10;
    box-shadow: 1px 1px 20px 0px;
    border-radius: 10px;
    padding: 10px;
}

.visitoryTypeGridUnder24 .radiobtn label:after, .visitoryTypeGridUnder24 .radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 1px;
    width: 43px;
    height: 65px;
    border-radius: 3px;
    /* background: #d0d0d0; */
    right: 6px;
}

.visitoryTypeGridUnder24 .radiobtn label{
	height: 66px;
}

.visitoryTypeGridUnder24 .radiobtn input[type=radio]:checked + label:before {
    width: 43px;
    height: 66px;
}

.under24Lable{
	padding-top:20px !important;
}

.filterGridfullPanel{
	margin-bottom:30px;
}

.shoppingCartNew {
    
}

.checkoutBtnNew{
        border: solid 1px #fff;
    border-radius: 10px;
    padding: 6px;
}

.shoppingCartNew{
    line-height: 0 !important;
    height: 0;
        padding-top: 5px;
    padding-right: 20px;

}

.mobileMenuBar{
    color:#fff;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen   and (min-device-width: 375px)   and (max-device-width: 667px)   and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) { 
.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.bg-green {
    padding: 0px;
}

.top-bar-nav-ipad-l{
    margin-top: 40px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 40px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 60px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 68px !important;
}

}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
	.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.bg-green {
    padding: 0px;
}

.top-bar-nav-ipad-l{
    margin-top: 40px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 40px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 60px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}
.navigation-menu{
        height: 68px !important;
}
}


/*----------- iPhone 12 Mini, iPhone 11 Pro, iPhone Xs, and iPhone X -------------*/

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.bg-green {
    padding: 0px;
}

.top-bar-nav-ipad-l{
    margin-top: 40px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 40px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 60px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}
.navigation-menu{
        height: 68px !important;
}
}

/*----------- iPhone 12, iPhone 12 Pro -------------*/

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
	.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.bg-green {
    padding: 0px;
}

.top-bar-nav-ipad-l{
    margin-top: 40px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 40px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 60px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}
.navigation-menu{
        height: 68px !important;
}
}

/*----------- iPhone 12 Pro Max-------------*/

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
	.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.bg-green {
    padding: 0px;
}

.top-bar-nav-ipad-l{
    margin-top: 40px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 40px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 60px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 68px !important;
}

}

.ui-state-disabled{
    cursor: not-allowed;
}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 1) {
	.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.bg-green {
    padding: 0px;
}

.shoppingCartNew {
    padding-top: 12px;
    padding-right: 90px;
}

.top-bar-nav-ipad-l{
    margin-top: 60px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 60px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
    padding-top: 10px;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 110px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 108px !important;
}
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (-webkit-min-device-pixel-ratio: 2) {
.bg-green {
    padding: 0px;
}

.shoppingCartNew {
    padding-top: 12px;
    padding-right: 90px;
}

.top-bar-nav-ipad-l{
    margin-top: 60px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 60px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
    padding-top: 10px;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 110px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 108px !important;
}
}



/* ----------- iPad Pro 10.5" ----------- */



/* Portrait */

@media only screen   and (min-device-width: 834px)   and (max-device-width: 834px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 2) {
.bg-green {
    padding: 0px;
}

.shoppingCartNew {
    padding-top: 12px;
    padding-right: 90px;
}

.top-bar-nav-ipad-l{
    margin-top: 60px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 60px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
    padding-top: 10px;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 110px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 108px !important;
}
}

/* Landscape */

@media only screen   and (min-device-width: 1112px)   and (max-device-width: 1112px)   and (orientation: landscape)   and (-webkit-min-device-pixel-ratio: 2) {
.bg-green {
    padding: 0px;
}

.shoppingCartNew {
    padding-top: 12px;
    padding-right: 90px;
}

.top-bar-nav-ipad-l{
    margin-top: 60px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 60px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
    padding-top: 10px;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 110px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 108px !important;
}
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait */

@media only screen   and (min-device-width: 1024px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 2) {
.bg-green {
    padding: 0px;
}

.shoppingCartNew {
    padding-top: 12px;
    padding-right: 90px;
}

.top-bar-nav-ipad-l{
    margin-top: 60px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 60px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
    padding-top: 10px;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}

.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 110px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 108px !important;
}
}

/* Landscape */

@media only screen 
  and (min-device-width: 1366px)   and (max-device-width: 1366px)   and (orientation: landscape)   and (-webkit-min-device-pixel-ratio: 2) {
.bg-green {
    padding: 0px;
}

.shoppingCartNew {
    padding-top: 12px;
    padding-right: 90px;
}

.top-bar-nav-ipad-l{
    margin-top: 60px;
}

.fixedMobileCart{
    position: fixed;
    background-color: #134D8D;
    top: 0;
    height: 60px;
    width: 110%;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73);
border-bottom:solid 1px #339621;
    padding-top: 10px;
}

#Membership-page {
    padding-top: 80px !important;
}

#MemberID-get #box10{
	    margin-left: 3% !important;
}

#MembershipAddtocart-popup{
	width: 95% !important;
}

#box1{
	top:5% !important;
	left:0 !important;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100% !important;
    top: -50px !important;
}

.cashcard-modalpopup {
	padding-left: 10px !important;
    padding-right: 10px !important;
}
 
.cart-button{
    border:none !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 110px;
    padding-top: 20px;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 60px;
    margin-top: -3px !important;
    padding-bottom: 34px;
}

.navigation-menu{
        height: 108px !important;
}
}

/*------*/

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
	
	.bg-green {
    padding: 0px;
}

.top-bar-nav-ipad-l{
    margin-top: 40px;
}

.fixedMobileCart{
    position: fixed !important;
    background-color: #134D8D !important;
    top: 0 !important;
    height: 40px !important;
    width: 110% !important;
    box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73) !important;
-webkit-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73) !important;
-moz-box-shadow: 1px 9px 19px -6px rgba(0,0,0,0.73) !important;
border-bottom:solid 1px #339621 !important;
}

.cart-button{
	    border: none !important;
}

.homeicon-mobile {
    color: #ffffff;
    padding-right: 50px;
    margin-top: 0px !important;
}

.mobileMenuBar {
    text-align: right;
    padding-right: 60px;
    padding-top: 20px;
}

.navigation-menu {

    height: 70px !important;
}

.home-banner {
    background-position: 94% !important;
    height: 678px !important;
}

.top-bar-nav a {
	font-size:9px;
}

section#categoryHead {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

}


.multiSelectUiNewTop input[type="search"]{
	border: solid 1px #cbcbcb !important;
    width: 250px !important;
    height: 38px !important;
    margin-top: 10px;
	display:block;
	clear:both;
}

.multiSelectUiNew .btn-default{
	background:#3e88ab !important;
	text-align:left;
	min-width: 190px !important;
	max-width: 190px !important;
	float: left;
}

.multiSelectUiNewTop{
	border:none !important;
	box-shadow:none !important;
}

.multiSelectUiNew .close {
    background-color: #0e174e;
    right: 9px;
    top: 9px;
    z-index: 99;
    padding: 5px 6px 2px 0px;
	border-radius: 17px;
}

.multiSelectUiNew .btn{
	border-radius: 25px !important;
}

.multiSelectUiNew .btn-default:hover{
height:41px;
color:#0e174e !important;
}

.giftCardRedeemDetails{
	    border: solid 2px #d1d1d1;
    border-radius: 10px;
    min-height: 400px;
	padding-bottom: 30px;
}

.giftCardRedeemDetails .form-control{
	border-radius:10px;
}

.giftCardRedeemDetails .btn-default{
	border-radius:10px !important;
	height:51px !important;
}

.giftcardRedeemAreaRight{
	border: solid 2px #d1d1d1;
    border-radius: 10px;
    margin-top: 20px;
	padding:30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close{
	    top: 27px;
}

.col-md-12.col-xs-12.tesstye {
    padding: 66px 20px 37px;
}

.birthdayPartyAvailableSchedule {
    background-color: green !important;
}

.bdayaccordion .panel-default > .panel-heading{
	background:#fff;
	
}

.birthday-grid-item{
    border: solid 1px #339621;
    margin-bottom: 30px;
    border-radius: 10px;
}

.birthdayGirdTitle {
    background:#339621;
    padding:5px;
    -moz-border-radius: 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px; 
}

.birthdayGirdTitle p{
        color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 50px;
    text-align: center;
}

.birthdayQty11 .counter-container .counter-minus, .birthdayQty11 .counter-container .counter-plus {
    padding: 8px 12px 6px !important;
}

.birthdayQty11 .counter-container .counter-field {
    font-size: 23px;
}

.bdaytable th,td{
    padding:10px;
}


.FT-date-time-section .ui-select-bootstrap > .ui-select-match > .btn-default{
	background:none !important;
}

.FT-grade-filter .btn-default{
	background:none !important;
}


.cashcardredeemLogout{
	padding: 10px;
    border: solid 1px #fff;
    border-radius: 8px;
    margin-right: 101px;
}

.SE-select-time-panel .ui-select-bootstrap > .ui-select-match > .btn-default{
    background:none !important
}



@media only screen and (min-width : 1224px) and (max-width: 1280px) {
	.container-wrapper{
		margin: 60px auto !important;
	}
	.FT-login-area h4{
		min-height: 123px !important;
	}
	.school-serach-panel .ui-select-toggle .text-muted, .ui-select-toggle .ui-select-match-text{
		font-size: 14.5px !important;
	}
	.list-inline > li {
		width: 250px !important;
	}
}

@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait) {
.home-events-sign{
	margin-top: 80px;
}
.navbar-nav > li{
	    width: 100%;
}
}

.samplemembershipcard img{
	    margin-left: 0px !important;
}
/*tooltip*/
.tooltipa {
    position: relative;
    display: inline-block;
    background: #78a12e;
    color: #fff;
    padding: 6px 11px;
    border-radius: 33px;
}

    .tooltipa .tooltiptext {
        visibility: hidden;
        width: 500px;
        background-color: black;
        color: #fff;
        /* text-align: center; */
        border-radius: 6px;
        padding: 10px 10px;
        position: absolute;
        z-index: 1;
        line-height: 21px;
        left: -151px;
        top: 38px;
    }

    .tooltipa:hover .tooltiptext {
        visibility: visible;
    }
	
		.authPayement .modal-dialog{
	left:25%; 
	top:25%;
}
.authPayement{
	z-index:250 !important;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
	.authPayement .modal-dialog {
    left: 0 !important;
    top: 35% !important;
    width: 130% !important;
}
}

#payframe .cancelButton{
	display:none;
}

body {
  overflow: auto !important;
}

.modal-footer{
	text-align:center;
}

@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (-webkit-min-device-pixel-ratio: 1) {

  .authPayement .modal-dialog {
		left: 0% !important;
		
	}
	#payframe {

		height: 850px !important;

	}
}


.modal-footer .close1{

	text-align: center !important;

    float: none;

    color: #fff;

    font-size: 18px;

    padding: 7px 25px;

}

/*@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 1){
.cnt223{
	max-width: 540px !important;
	margin-top: 30% !important;
	}
}

@media (max-width: 480px) {
.cnt223{
	max-width: 290px !important;
	margin-top: -10% !important;
	min-width: 0px !important;
	left:-30px !important;
	} 
}
@media only screen   and (min-device-width: 375px)   and (max-device-width: 667px)   and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) { 

.cnt223 {
    min-width: 90% !important;
    width: 90% !important;
    overflow-y: scroll !important;
    height: 550px;
}}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { 

.cnt223 {
    min-width: 90% !important;
    width: 90% !important;
    overflow-y: scroll !important;
    height: 550px;
}}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

    .cnt223 {
        min-width: 90% !important;
        width: 90% !important;
        overflow-y: scroll;
        height: 550px;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .cnt223 {
        min-width: 90% !important;
        width: 90% !important;
        overflow-y: scroll;
        height: 550px;
    }
}*/













/*--*/
	
	
	@media only screen   and (min-device-width: 375px)   and (max-device-width: 667px)   and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) { 

.cnt223 {
    min-width: 90% !important;
    width: 90% !important;
    overflow-y: scroll !important;
    height: 550px;
}}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { 

.cnt223 {
        min-width: 80% !important;
        width: 90% !important;
        overflow-y: scroll !important;
        height: 280px;
        left: -22%;
        margin-top: 60% !important;
}}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

    .cnt223 {
        min-width: 90% !important;
        width: 90% !important;
        overflow-y: scroll;
        height: 550px;
    }
}

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .cnt223 {
        min-width: 90% !important;
        width: 90% !important;
        overflow-y: scroll;
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 819px) and (orientation: portrait) {
  .cnt223 {
    
    margin-left: 6% !important;
   
    margin-top: 31% !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  
    .cnt223 {
    
    margin-left: 18% !important;
   
    margin-top: 24% !important;
}
  
}


@media only screen and (min-width: 820px) and (max-width: 820px) and (orientation: portrait) {

  .cnt223 {
    
    margin-left: 8% !important;
   
    margin-top: 31% !important;
}

}

@media only screen and (min-width: 800px) and (max-width: 850px) and (orientation: portrait) {
 
   .cnt223 {
    
    margin-left: 8% !important;
   
    margin-top: 41% !important;
}
 
}


@media (max-width: 480px) {
.cnt223{
	max-width: 290px !important;
	margin-top: 60% !important;
	min-width: 0px !important;
	left:-50px !important;
	} 
}

.renewMembershipBuyNowBtnNew{
	background-color: #405e09;
}

