@import url("font.css");
@import url("normalize.css");
@import url("simplegrid.css");
@import url("table.css");

body {
    font: normal 15px "SourceSansProRegular", Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #312100;
    /*background: url(../i/bg-all.jpg) #5a3795 no-repeat center center;*/
    background-size: cover;
    background-attachment: fixed;
}

html, body, .container-fluid {
    width: 100%;
    height: 100%;
}

div, object, embed, a, input {
    outline: none;
}

.spec {
    /*background-color: rgba(6,168,230,0.8);*/
}

.img-responsive {
    height: auto;
    width: 100%;
    display: inline-block;
}

.img-left {
    float: left;
    margin: 0 15px 15px 0;
}

.container-fluid {
    width: 100%;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

hr {
    margin: 15px 0;
}

.sep {
    color: #d3edf4;
    background-color: #d3edf4;
    height: 1px;
    border: none;
}

.sep2 {
    color: #ffc575;
    background-color: #ffc575;
    height: 1px;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 32px;
    font-family: PT Sans, Arial, sans-serif;
    /*font:normal 50px "RegularFontDesign", Arial, Helvetica, sans-serif;
	text-transform:uppercase;*/
}

h2 {
    font: normal 30px "SourceSansProSemibold", Arial, Helvetica, sans-serif;
}

h3 {
    font: normal 23px "SourceSansProRegular", Arial, Helvetica, sans-serif;
}

.semibold {
    font-family: "SourceSansProSemibold", Arial, Helvetica, sans-serif;
}

h4 {
    font: normal 18px "SourceSansProRegular", Arial, Helvetica, sans-serif;
}

h5 {
    font: normal 20px "RegularFontDesign", Arial, Helvetica, sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

h6 {
    font: normal 17px "SourceSansProSemibold", Arial, Helvetica, sans-serif;
}

    h6 span {
        font-size: 12px;
    }

a.link-white {
    color: #fff;
    text-decoration: none;
}

    a.link-white:hover {
        color: #ffd200;
    }

a.link-red {
    color: #ff1a1e;
    text-decoration: none;
}

    a.link-red:hover {
        color: #4d2a24;
    }


.font-footer-s {
    font-size: 13px;
}

.clearfloat {
    clear: both;
}

.header {
    background: #06A8E6;
    height: 154px;
}

.w970 .header {
    height: 200px;
    background-size: auto 100%;
}

.w768 .header {
    height: 160px;
    background-size: auto 100%;
}

.w480 .header {
    height: 120px;
    background-size: auto 112%;
}

.holder {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1200 .holder, .w970 .holder, .w768 .holder, .w480 .holder {
    width: 100%;
    position: relative;
}

.logo {
    width: 17.5%;
    float: left;
    margin: 20px 0 10px;
    /*padding:55px 0 0 20px;*/
}

.w970 .logo {
    width: 20%;
    float: left;
    margin: 20px 0 10px;
    /*padding:30px 0 0 20px;*/
}

.w768 .logo {
    width: 22%;
    float: left;
    margin: 20px 0 10px;
    /*padding:20px 0 0 20px;*/
}

.w480 .logo {
    width: 27.5%;
    float: left;
    /*padding:15px 0 0 0;*/
    margin-left: 5%;
}

.buyticket {
    position: absolute;
    top: 67%;
    left: 22%;
    z-index: 5;
    font: normal 30px "RegularFontDesign";
    letter-spacing: 1px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 2px 5px 3px #69767d;
    background: url(../i/buyticket-card.png) right top no-repeat;
    padding: 10px 115px 30px 0;
}

    .buyticket a {
        color: #66ccff;
        text-decoration: none;
    }

        .buyticket a:hover {
            color: #f16521;
        }

.w1200 .buyticket {
    position: absolute;
    left: 22%;
}

.w768 .buyticket {
    position: absolute;
    left: 24%;
    top: 60%;
    font: normal 23px "RegularFontDesign";
    background-size: auto 100%;
    padding: 5px 85px 20px 0;
}

.w480 .buyticket {
    position: absolute;
    left: 18%;
    top: 66%;
    z-index: 5;
    font-size: 18px;
    background: none;
    padding: 0 0 0 0;
    text-align: center;
}

.header-ticket {
    width: 73.4%;
    float: right;
    padding: 36px 20px 0 0;
    position: relative;
}

.w1200 .header-ticket {
    width: 73.4%;
    float: right;
    padding: 36px 20px 0 0;
    position: relative;
}

.w768 .header-ticket {
    position: absolute;
    width: 76%;
    left: 22%;
    top: 25px;
    padding: 0;
}

.w480 .header-ticket {
    position: absolute;
    width: 62%;
    left: 36%;
    top: 10px;
    padding: 0;
}

.w480 .fordefault {
    display: none;
}

.for480 {
    display: none;
}

.w480 .for480 {
    display: block;
}

.navigation {
    width: 100%;
    background: url(../i/nav-wood2.gif) center top no-repeat;
    height: 40px;
}

.w1200 .navigation {
    background: url(../i/nav-wood2.gif) center top no-repeat;
    background-size: auto 100%;
    height: 38px;
}

.w970 .navigation, .w768 .navigation {
    background: url(../i/nav-wood2.gif) center top no-repeat;
    background-size: auto 100%;
    height: 30px;
}

.w480 .navigation {
    background: url(../i/nav-wood2-480.gif) center top no-repeat;
    background-size: auto 100%;
    height: 20px;
}

nav {
    margin: 0 auto;
}

    nav ul {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            display: inline;
        }

            nav ul li a {
                color: #fff;
                text-decoration: none;
                font: bold 130% Arial, Helvetica, sans-serif;
                display: inline-block;
                transition: color 0.5s linear;
                padding: 8px 20px;
                text-align: center;
            }

                nav ul li a:hover, nav ul li a.dropdown-open {
                    color: white;
                    background-color: #ef5f34;
                    -webkit-border-top-left-radius: 10px;
                    -webkit-border-top-right-radius: 10px;
                    -moz-border-radius-topleft: 10px;
                    -moz-border-radius-topright: 10px;
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                }

                nav ul li a.selected {
                    color: white;
                    background-color: #933e1e;
                    -webkit-border-radius: 10px;
                    -moz-border-radius: 10px;
                    border-radius: 10px;
                }

                nav ul li a:hover, nav ul li a:focus {
                    outline: none;
                }

                nav ul li a.current-page-item {
                    color: #c23f0d;
                }

.w1200 nav ul li a {
    font-size: 110%;
}

.w970 nav ul, .w768 nav ul, .w480 nav ul {
    display: none;
}

.container {
    width: 100%;
}

.no-padding {
    padding: 0;
}

.txt-center {
    text-align: center;
}

.content-bottom-space {
    padding: 0 0 45px 0;
}

.content-bottom-space2 {
    padding: 0 0 85px 0;
}

.banner {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.body-txt {
    width: 100%;
    padding: 0 5%;
}

.w970 .body-txt {
    padding: 0 3%;
}

.w768 .body-txt, .w480 .body-txt {
    padding: 0 2%;
}

.w480 .body-txt-ticket {
    padding: 0 5%;
}

.body-txt h2 {
    text-transform: uppercase;
    font: normal 35px "RegularFontDesign", Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
}

.w480 .body-txt h2 {
    text-transform: uppercase;
    font: normal 25px "RegularFontDesign", Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
}

.w970 .body-txt h3 {
    font-size: 20px;
    line-height: 1.4;
}

.w768 .body-txt h3, .w480 .body-txt h3 {
    font-size: 18px;
    line-height: 1.4;
}

.title {
    max-width: 970px;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 20px 0 10px 0;
    color: #01aa4e;
    background: url(../i/sep.png) center bottom no-repeat;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0px 2px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 5px 7px 5px #734200;
    letter-spacing: 1px;
}

.w768 .title h1 {
    font-size: 45px;
}

.w480 .title {
    margin: 0 auto 10px auto;
    padding: 20px 0 15px 0;
}

    .w480 .title h1 {
        font-size: 30px;
    }

.txt-stroke {
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 1px 0 #fff, 1px 0px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 2px 5px 3px #734200;
}

.txt-shadow {
    text-shadow: 2px 3px 3px #2b2b2b;
}

.t-orange {
    color: #f16521;
}

.t-blue {
    color: #2a80b1;
}

.t-red {
    color: #ed1c24;
}

.t-pink {
    color: #ed2a7b;
}

.t-yellow {
    color: #efbe1a;
}

.t-white {
    color: #fff;
}

.img-deco {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.drop-shadow {
    padding: 8px;
    margin: 10px 8px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(243, 187, 68, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.w480 .drop-shadow {
    width: 95%;
}

.drop-shadow:before, .drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.drop-shadow p {
    font-size: 16px;
    font-weight: bold;
}
/* About Us-flock Member */
.css-shapes {
    width: 100%;
    top: 0px;
    left: 0;
    -webkit-transform: rotate(-1deg) skew(179deg);
    transform: rotate(-1deg) skew(179deg);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
    box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
}

.css-shapes2 {
    top: 0px;
    left: 0;
    -webkit-transform: skew(2deg);
    transform: skew(2deg);
    -webkit-box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
    box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
}

.w768 .css-shapes, .w768 .css-shapes2, .w768 .skew-neg, .w480 .css-shapes, .w480 .css-shapes2, .w480 .skew-neg {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
}

.skew-neg {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
}

.css-shapes3 {
    top: 0px;
    left: 0;
    -webkit-box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
    box-shadow: 8px 8px 0px 0px rgba(89, 40, 0, 1);
}

.about-member-panel {
    background: #fff;
    width: 100%;
    min-height: 350px;
    background: #f7a32e;
    margin: 3px 10px 15px 5px;
}

.w768 .about-member-panel, .w480 .about-member-panel {
    min-height: 0;
    width: auto;
}

.about-member-c1 {
    background: #f7a32e;
}

.about-member-c2 {
    background: #f66e2c;
}

.about-member-c3 {
    background: #aac92f;
}

.about-member-panel h3 {
    padding: 25px 0 10px 20px;
    font: normal 30px "RegularFontDesign", Arial, Helvetica, sans-serif;
    display: block;
    vertical-align: middle;
    text-shadow: 1px 1px 0px #fff;
}

ul.about-member-listing {
    list-style: none;
    margin: 0;
    padding: 5px 5%;
}

    ul.about-member-listing li {
        border-bottom: 1px solid #592800;
        padding: 8px 10px;
    }

        ul.about-member-listing li:last-child {
            border-bottom: 0px;
        }
/* Attractions - */


.attraction-space {
    margin: 0 10px 20px 10px;
    padding: 0;
    width: 47%;
}

.w768 .attraction-space, .w480 .attraction-space {
    width: 95%;
}

.w480 .attraction-space {
    width: 95%;
    margin: 0 0 20px 0;
}
/* Effects for attractions */
.attraction {
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .attraction figure {
        margin: 0;
        position: relative;
        border: 5px solid #f5a637;
    }

        .attraction figure img {
            max-width: 100%;
            display: block;
            position: relative;
        }

    .attraction figcaption {
        position: absolute;
        bottom: 20px;
        right: -1px;
        padding: 10px 20px;
        background: #f5a637;
        color: #fff;
    }

/*.attraction figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding:15px 20px;
	background: #f5a637;
	color: #fff;
}
.attraction figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font:normal 25px "RegularFontDesign", Arial, Helvetica, sans-serif;
}
/* Caption Style 3 */
.attraction-cardmo figure {
    overflow: hidden;
}

    .attraction-cardmo figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .no-touch .attraction-cardmo figure:hover img, .attraction-cardmo figure.cs-hover img {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }

.attraction-cardmo figcaption {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .attraction-cardmo figure:hover figcaption, .attraction-cardmo figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
/* News & Events*/
.newslist {
    background: #f7a32e;
    margin: 10px 16px 17px 10px !important;
    float: left;
    transition: all 0.2s linear;
    width: 45%;
}

.w768 .newslist, .w480 .newslist {
    width: 90%;
}

.newslist a {
    color: #fff;
    display: block;
}

.newslist:hover {
    background: #f7a32e !important;
}

.newslist:nth-child(4n+1) {
    background: #f66e2c;
}

.newslist:nth-child(4n+2) {
    background: #f22c2c;
}

.newslist:nth-child(4n+3) {
    background: #8cc63e;
}

.newslist:nth-child(4n+4) {
    background: #2aa3d8;
}

.newslist .news-txt {
    width: 49%;
    float: left;
    display: block;
    padding: 3% 3% 0 5%;
    font-size: 16px;
    line-height: 1.3em;
}

    .newslist .news-txt h1 {
        font-size: 22px;
    }

.newslist .news-img {
    width: 50%;
    float: left;
    margin-bottom: -6px;
}

.w480 .newslist .news-txt {
    width: 100%;
    padding: 20px;
}

.w480 .newslist .news-img {
    display: none;
}

.w768 .newslist {
    width: 96%;
}

.newslist-thumb {
    margin-bottom: 15px;
}
/* Shop & Dine */

.w768 .shopdine-disable, .w480 .shopdine-disable {
    display: none;
}
/* Visitor Information */

.visitorinfo {
    background: #f7a32e;
    margin: 10px 16px 17px 10px !important;
    padding: 25px;
    float: left;
}

.visitorinfo-space {
    margin: 10px 16px 0 10px;
}

.openhour {
    padding: 15px 20px 5px 20px;
    background: #ed1c24;
    margin: 0 auto 30px auto;
    display: inline-block;
}

.w480 .openhour {
    padding: 15px 10px 5px 10px;
    background: #ed1c24;
    margin: 10px 16px 30px 10px !important;
    display: inline-block;
}

a.nav-tab {
    padding: 15px 20px 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 10px;
    background: #a8b2b8;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font: normal 20px "RegularFontDesign", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: #03c1bf;
    transition: background 0.5s linear;
}

    a.nav-tab:hover, a.nav-tab-selected {
        background: #ff0c0c;
    }

.w480 a.nav-tab {
    font-size: 15px;
    padding: 5px 6px;
    display: inline-block;
}

.ico-arrow {
    margin: 0 0 0 10px;
}

.h5-space1 {
    margin: 0 0 0 20px;
}

ol.legend {
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -o-column-count: 4;
    -o-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

    ol.legend li {
        margin: 0 0 0 15px;
    }

.w970 ol.legend {
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -o-column-count: 3;
    -o-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.w768 ol.legend {
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -o-column-count: 2;
    -o-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.w480 ol.legend {
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -o-column-count: 1;
    -o-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
}


.guide-list {
    width: 100%;
    padding: 0 0 20px 25px;
    clear: both;
    overflow: hidden;
}

.w768 guide-list {
    padding: 15px 0 15px 25px;
}

.guide-list span {
    float: left;
    margin: 0 15px 0 0;
    width: 83px;
}

.guide-list div {
    vertical-align: text-bottom;
    word-wrap: break-word;
    overflow: hidden;
}

    .guide-list div h1 {
        font: normal 16px "SourceSansProSemibold", Arial, Helvetica, sans-serif;
        margin: 5px 0 0 0;
        text-transform: inherit;
    }

.w480 .guide-list span {
    width: 100%;
}


/* Tickets & Offers */
.panel {
    background: #cacaca;
    padding: 15px 25px;
    float: left;
}

.skewpanel {
    background: #f7a32e;
    margin: 10px 15px 17px 14px;
    padding: 25px;
    width: 98.5%;
    float: left;
}

.w970 .skewpanel {
    width: 98%;
    margin: 10px 16px 17px 14px;
}

.w768 .skewpanel {
    width: 93.5%;
    margin: 10px 16px 17px 14px;
}

.w480 .skewpanel {
    width: 89%;
    margin: 10px 16px 17px 10px;
    padding: 20px;
}

.skew-c1 {
    background: #47c5df;
}

.skew-c2 {
    background: #91c646;
}

.ticket-activation-L {
    padding: 20px;
    background: #f7a32e;
}

.w768 .ticket-activation-L, .w480 .ticket-activation-L {
    margin: 0 0 20px 0;
}
/* Contact Us */
.contact-L1 {
    font-size: 17px;
    padding: 60px 0 30px 0;
    text-align: center;
    background: url(../i/i-contact2.png) left top no-repeat;
    font: normal 18px "SourceSansSemiBold", Arial, Helvetica, sans-serif;
    line-height: 1.4em;
    color: #fff;
}

    .contact-L1 h5 {
        font-size: 23px;
        margin: 0 0 5px 0;
    }

.w768 .contact-L1, .w480 .contact-L1 {
    text-align: center;
    padding: 0 0 20px 0;
}

.w480 .contact-L1 {
    background: none;
    font: normal 15px "SourceSansSemiBold", Arial, Helvetica, sans-serif;
}

    .w480 .contact-L1 h5 {
        font-size: 20px;
    }

.hotline {
    padding: 5px 15px;
    color: #ed1c24;
    margin: 5px 0 0 0;
    display: inline-block;
}

.ico-space {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.google-map {
    width: 100%;
}
/* footer */

.footer-top {
    /*display: none;*/
    /*background: url(../i/footer-bg.png) left top repeat-x;*/
    width: 100%;
    position: absolute;
    margin-top: -10px;
    z-index: 999;
    color: #fff;
}

.w970 .footer-top {
    background-size: 30% auto;
}

.w768 .footer-top {
    background-size: 35% auto;
    margin-top: -5px;
}

.w480 .footer-top {
    background-size: 50% auto;
    margin-top: 0px;
}

.footer {
    width: 100%;
    margin-top: 80px;
    padding-top: 10px;
    background-color: rgba(47, 46, 46, 1);
}

.w970 .footer {
    margin-top: 15%;
}

.w768 .footer {
    margin-top: 17%;
    padding-top: 1px;
}

.w480 .footer {
    margin-top: 25%;
    padding-top: 1px;
}

.footer-grid {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
}

.w768 .footer-grid, .w480 .footer-grid {
    display: none;
}

.footer-grid a {
    color: #fff;
    text-decoration: none;
}

    .footer-grid a:hover {
        color: #c0904c;
    }

.footer-grid2 {
    display: none;
}

.w768 .footer-grid2, .w480 .footer-grid2 {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px;
}

.w768 .footer-grid2-L {
    float: left;
}

.w970 .footer-grid2-R {
    float: right;
}

.no-padding-R {
    padding-right: 0;
}

.w768 .footer-grid2-R {
    float: right;
}

.w480 .footer-grid2-L {
    width: 100%;
    margin: 0 0 10px 0;
}

.footer-copyright {
    width: 100%;
    border-top: 1px solid #795219;
    padding: 10px 20px;
    font-size: 12px;
    margin: 20px 0 0 0;
}

.w1200 .footer-copyright {
    width: 99%;
    margin: 20px 0.5% 0 0.5%;
}

.w768 .footer-copyright, .w480 .footer-copyright {
    width: 98%;
    margin: 10px 1% 0 1%;
}

.listing-dot {
    margin: 5px 0 0 20px;
    padding: 0;
}

    .listing-dot li {
        list-style: disc;
        padding: 2px 0;
    }

ol.tc {
    counter-reset: section;
    list-style-type: none;
    padding: 0 10px 0 25px;
}


    ol.tc li {
        padding: 3px 0;
        display: block;
        position: relative;
    }

        ol.tc li.list-1 {
            margin: 0 0 0 15px;
        }

        ol.tc li:before {
            counter-increment: section;
            content: counters(section,".") " ";
            position: absolute;
            margin-right: 100%;
            right: 10px; /* space between number and text */
        }

.footer-copyright a {
    color: #c0904c;
    margin: 0 5px;
    text-decoration: none;
}

    .footer-copyright a:hover {
        color: #fff;
    }

.w480 .footer-copyright {
    font-size: 11px;
    text-align: center;
}

.footer-social {
    margin: 10px 0 0 0;
}

.w480 .footer-social {
    margin: 0;
}

.footer-social a {
    margin: 5px 10px 0 0;
    display: inline-block;
    text-decoration: none;
}
/* form element */
.form-row {
    padding: 5px 10px 5px 0;
}

    .form-row label {
        width: 20%;
        display: inline-block;
    }

.form-row2 {
    padding: 10px;
    width: 35%;
    display: inline-block;
}

.w480 .form-row2 {
    padding: 10px;
    width: 45%;
    display: inline-block;
}

.input {
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    color: #333;
}

.input-newsletter {
    width: 180px;
    border: 0;
    height: 27px;
    padding: 3px 0 4px 10px;
    color: #333;
    margin-top: 5px;
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
}

.input-info {
    border-radius: 0;
    border: 1px solid #d5d5d5;
}

.input-date {
    width: 70px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    margin: 0 10px 5px 0;
}

.w480 .input-date {
    width: 54px;
    margin: 0 5px 0 0;
}

.input-postcode {
    width: 100px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    margin: 0 10px 0 0;
}

.select {
    width: 100%;
    color: #69321f;
    border: 0;
    padding: 10px;
}

.select-quantity {
    width: 70px;
    color: #69321f;
    border: 0;
    padding: 2px 5px;
}

.w480 .select-quantity {
    padding: 0 5px;
}

.radio-space {
    margin: 0 5px 0 0;
}

.textarea {
    width: 100%;
    color: #69321f;
    border: 0;
    padding: 10px;
    height: 90px;
    border: 1px solid #d5d5d5;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        color: #fff;
    }

.btn-signup {
    float: left;
    -moz-user-select: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    width: 55px;
    height: 27px;
    margin-top: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: url(../i/send.png) center center no-repeat #e63c2e;
    transition: all 0.2s ease-out 0s;
    color: #fff;
    text-decoration: none;
}

    .btn-signup:hover {
        background: url(../i/send2.png) center center no-repeat #ffd800;
        color: #201300;
        text-decoration: none;
    }

.btn-submit {
    padding: 1% 2%;
    background: #01aa4e;
    color: #fff;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    font: normal 16px "SourceSansProbold", Arial, Helvetica, sans-serif;
    transition: all 0.2s ease-out 0s;
    min-height: 49px;
    min-width: 112px;
}

.btn-send {
    padding: 2% 6%;
    background: #312100;
    color: #fff;
}

.btn-activate {
    padding: 2% 6%;
    background: #fa161e;
    color: #fff;
}

.btn-submit:hover {
    background: #9201AA;
    color: #fff;
}

.w768 .btn-submit {
    padding: 2% 4%;
}

.w480 .btn-submit {
    padding: 3.5% 7%;
}

.btn-select {
    padding: 5px 10px !important;
}

.btn-x {
    padding: 2px 3px;
    width: 20px;
    background: #ff3914;
    color: #fff;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-box-shadow: 0 2px 2px #616343;
    -webkit-box-shadow: 0 2px 2px #616343;
    box-shadow: 0 2px 2px #616343;
    font: bold 16px Arial, Helvetica, sans-serif;
    line-height: 16px;
    transition: all 0.2s ease-out 0s;
}

    .btn-x:hover {
        background: #00219e;
        color: #fff;
    }

.btn-back {
    padding: 8px 15px;
    display: inline-block;
    background: #ff3914;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    font: normal 16px "SourceSansProbold", Arial, Helvetica, sans-serif;
    transition: all 0.2s ease-out 0s;
    text-decoration: none;
}

    .btn-back:hover {
        background: #ffd800;
        color: #231712;
    }
/* Drop Down Menu - about Us */
.dropdown-holder {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dropnav-about {
    width: 300px;
    padding: 6px;
    background: #ef5f34;
}

.dropnav-attractions {
    width: 495px;
    padding: 6px;
    background: #ef5f34;
}

.dropnav-tickets {
    width: 245px;
    padding: 6px;
    background: #ef5f34;
}

.dropnav-set {
    width: 100%;
    background: #fff;
    padding: 5%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .dropnav-set ul {
        margin: 0;
        padding: 0;
    }

        .dropnav-set ul li {
            list-style: none;
            background: url(../i/arrow-drop.png) 245px center no-repeat;
            padding: 5px;
            border-bottom: 1px solid #e3e3e3;
        }

            .dropnav-set ul li a {
                color: #312100;
                text-decoration: none;
            }

                .dropnav-set ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

            .dropnav-set ul li:hover {
                background: url(../i/arrow-drop2.png) 245px center no-repeat #ea272e;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                transition: background 0.5s linear;
                cursor: pointer;
            }

                .dropnav-set ul li:hover a {
                    color: #fff;
                }

.dropnav-set2 {
    width: 100%;
    background: #fff;
    padding: 5%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

    .dropnav-set2 ul {
        margin: 0;
        padding: 0;
    }

        .dropnav-set2 ul li {
            list-style: none;
            background: url(../i/arrow-drop.png) 190px center no-repeat;
            padding: 5px;
            border-bottom: 1px solid #e3e3e3;
        }

            .dropnav-set2 ul li a {
                color: #312100;
                text-decoration: none;
            }

                .dropnav-set2 ul li a:hover {
                    color: #fff;
                    text-decoration: none;
                }

            .dropnav-set2 ul li:hover {
                background: url(../i/arrow-drop2.png) 190px center no-repeat #ea272e;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                transition: background 0.5s linear;
                cursor: pointer;
            }

                .dropnav-set2 ul li:hover a {
                    color: #fff;
                }

.dropnav-attraction {
    width: 205px;
    height: 96px;
    display: inline-block;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .dropnav-attraction div {
        background: #ea272e;
        padding: 4px 8px;
        color: #fff;
        width: 70%;
        position: absolute;
        top: 60px;
        left: 30%;
        font: normal 15px "SourceSansProBold", Arial, Helvetica, sans-serif;
        z-index: 10;
    }
/* zoom image */
.zoomimg {
    cursor: pointer;
}

    .zoomimg img {
        -moz-transition: -moz-transform 0.2s linear;
        -o-transition: -o-transform 0.2s linear;
        -ms-transition: -ms-transform 0.2s linear;
        transition: transform 0.2s linear;
    }

    .zoomimg:hover img {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
/* Table- ticket offers */
table.table-ticketoffer {
    width: 100%;
    border-spacing: 8px;
    border-collapse: separate;
}

.w480 table.table-ticketoffer {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

table.table-ticketoffer th {
    text-align: center;
    background: #8f4e16;
    color: #fff;
    border: 1px solid #8f4e16;
    font: normal 18px "RegularFontDesign", Arial, Helvetica, sans-serif;
    padding: 8px;
}

    table.table-ticketoffer th:first-child, table.table-ticketoffer td:first-child {
        text-align: left;
        padding: 0 0 0 30px;
    }

table.table-ticketoffer td:first-child {
    font: normal 15px "SourceSansProBold", Arial, Helvetica, sans-serif;
}

.w480 table.table-ticketoffer th:first-child, .w480 table.table-ticketoffer td:first-child {
    text-align: center;
    padding: 0 5px;
    width: 40%;
}

table.table-ticketoffer td {
    background: #f5a637;
    border: 1px solid #592800;
    margin: 5px;
    text-align: center;
    padding: 8px;
}
/* Table- ticket offers - Activation  */
table.table-activation {
    width: 100%;
    border-collapse: collapse;
}

    table.table-activation th {
        background: #8f4e16;
        color: #fff;
        border: 1px solid #8f4e16;
        font: normal 18px "RegularFontDesign", Arial, Helvetica, sans-serif;
        padding: 8px 15px;
    }

        table.table-activation th:first-child, table.table-activation td:first-child {
            text-align: left;
            padding: 10px 0 10px 20px;
            vertical-align: top;
        }

    table.table-activation td:first-child {
        font: normal 15px "SourceSansProBold", Arial, Helvetica, sans-serif;
    }

.w480 table.table-activation th:first-child, .w480 table.table-activation td:first-child {
    padding: 0;
}

table.table-activation td {
    background: #f7f7f7;
    padding: 8px 15px;
}

.w480 table.table-activation th {
    padding: 7px 7% !important;
}
/* Force table to not be like tables anymore */
.w480 table.table-activation, .w480 table.table-activation thead, .w480 table.table-activation tbody, .w480 table.table-activation th, .w480 table.table-activation td, .w480 table.table-activation tr {
    display: block;
}
    /* Hide table headers (but not display: none;, for accessibility) */
    .w480 table.table-activation thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .w480 table.table-activation tr {
        border-bottom: 0;
    }

        .w480 table.table-activation tr:last-child {
            border-bottom: 0;
        }

        .w480 table.table-activation td, .w480 table.table-activation tr td:first-child {
            /* Behave  like a "row" */
            border: none;
            position: relative;
            white-space: normal;
            text-align: left;
            padding: 7px 5% 5px 7%;
        }

        .w480 table.table-activation tr td:first-child {
            padding: 10px 0 0 7%;
            !important;
        }

    .w480 table.table-activation td.td-none {
        display: none;
    }

table.table-activation td.td-20px {
    padding-bottom: 20px;
}

.th-contact {
    background: #007fa9 !important;
    border: 0 !important;
}

.gps_infowindow {
    color: black;
    padding: 5px;
    background: white;
}

    .gps_infowindow a {
        color: black;
    }


/* index banner pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 5%;
    overflow: hidden;
    z-index: 900;
}

    .cycle-pager span {
        font-family: arial;
        font-size: 50px;
        width: 16px;
        height: 16px;
        display: inline-block;
        color: #ddd;
        cursor: pointer;
        margin-right: 8px;
    }

        .cycle-pager span.cycle-pager-active {
            color: #D69746;
        }

    .cycle-pager > * {
        cursor: pointer;
    }

.w480 .cycle-pager span {
    font-size: 30px;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.w480 .cycle-pager {
    bottom: 10%;
}



.mainheader {
}

    .mainheader .container {
        background: url('../images/top-banner.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 400px;
    }

.w480 .mainheader .container {
    height: 300px;

}

.w768 .mainheader .container {
    height: 240px;
}


.w970 .mainheader .container {
    height: 290px;
}


.mainlogo {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
}

    .mainlogo img {
        width: auto;
    }

.noneboxsizing {
    box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.main-nav {
    /*background: url('../images/header.jpg');*/
    overflow: hidden;
}

    .main-nav ul {
        list-style: none;
        /*float: right;*/
        float: left;
        margin-right: 10px;
        margin-bottom: 0px !important;
    }

    .main-nav li {
        float: left;
    }

    .main-nav a {
        display: block;
        font-size: 14px;
        line-height: 14px;
        font-family: Alegreya, serif;
        padding: 23px 36px 0;
        text-align: center;
        height: 37px;
        font-weight: 700;
        color: #0b17f6;
        background: url('../images/active.png') no-repeat center 15px;
    }

        .main-nav a.active, .main-nav a.hover {
            color: #5a3795;
            background-position: center 0;
        }

        .main-nav a.hide {
            background: unset !important;
        }

    .main-nav i {
        display: none;
    }


.container {
    position: relative;
    width: 100%;
    max-width: 1275px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



.spannav {
    position: fixed;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    display: none;
    z-index: 3;
}

    .spannav span {
        position: absolute;
        left: 16px;
        width: 18px;
        height: 2px;
        background: #fff;
        transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

        .spannav span:first-child {
            top: 19px;
        }

        .spannav span:nth-child(2) {
            top: 24px;
        }

        .spannav span:last-child {
            top: 29px;
        }

    .spannav.active span:first-child {
        top: 24px;
        transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .spannav.active span:nth-child(2) {
        opacity: 0;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .spannav.active span:last-child {
        top: 24px;
        transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
    }


.mobile-nav {
    position: fixed;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    background: #5a3795;
    z-index: 2;
    display: none;
}

    .mobile-nav ul {
        list-style: none;
        overflow: auto;
        position: fixed;
        top: 50px;
        bottom: 50px;
        padding: 15px 0;
        left: 0;
        width: 100%;
        background: #5a3795;
    }

    .mobile-nav li {
        float: left;
        width: 33.333333%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        .mobile-nav li a {
            display: block;
            text-align: center;
            color: #fff;
            padding: 15px;
            height: 100px;
        }



@media (max-width: 767px) {

    .mainheader {
        /*height: 150px;*/
        /*border-bottom: 2px #5a3795 solid;*/
    }

    .mainlogo {
        position: static;
        /*padding-top: 65px;*/
        display: block;
    }

    .main-nav {
        display: none !important;
    }

    .spannav {
        display: block;
        background: #07ACE6;
    }
}

@media (max-width: 1023px) {

    .mainlogo img {
        height: 70px;
    }

    .main-nav ul {
        float: none;
    }

    .main-nav li {
        width: 16.666666%;
    }

    .main-nav .hide {
        display: none !important;
    }
}

@media (max-width: 1170px) {
    .main-nav ul {
        margin-right: 20px; /*-20px;*/
    }

    .main-nav a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*.w480 .table-ticket thead tr:before  {
      content: "";
}

.w480 .table-ticket tbody tr:before {
    content: "";
     background: url(../images/header.jpg); 
    display: block;
    z-index: 1200;
    position: absolute;
    width: 35%;
    height: 100%;
}*/

.gridrownew, .gridaltrownew {
    height: 100%;
    position: relative;
}

.table-ticket tbody tr td img {
    width: 20px;
    height: 20px;
}


.w480 .table-ticket tbody tr td img {
    /*width : 100%;*/
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 35%;
    height: 0px;
}

.w480 table.table-ticket tr td:first-child {
    height: 0px;
    padding: 0px;
}
