@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Quicksand:700,400);

html, body{
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #333333;
    background: #fff;
}

body p {
    font-size: 16px;
    line-height: 1.5;
}

a{
    color: #0165b7;
}

h2 {
    font-size: 28px;
}

.mobile-only{ display:none; }

.message, .required {
    background: #B8E7FF;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid;
    color: #1897D8;
    font-size: 14px;
}

.message.bad, .required {
    background: #FF9E9E;
    color: #D81818;
}

a:focus{
    text-decoration: none;
}

.editable a:hover,
.editable a:focus,
.footer-nav a:hover{
    text-decoration: none;
    outline: none;
    background-color: #ffff27;
    color: #222222;
}


/* Main Nav */

.navbar {
    border:0;
}

.dropdown-menu {
    border-radius: 0;
}

.ca-menu{
    padding: 0;
    margin: 0 auto;
    width: 1200px;
    list-style: none;
}

.ca-menu a{
    overflow:hidden;
}

.ca-menu .current {
    color:#FFF;
}

.ca-menu .current span, .ca-menu .current .ca-main {
    color: #FFFF27;
}



.submenu-2{
    display:none;
    position: absolute;
    top: 0;
    left: 100%;
    white-space: nowrap;
}
.submenu-2.not-top{
    top: auto;
    margin-top: -37px;
}

.parent-2b:hover .submenu-2{
    display:block;
}


.ca-menu > li {
    width: 105px;
    height: 106px;
    /*overflow: hidden;*/
    position: relative;
    float: left;
    /*background: #e2f0ff;*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
}


.ca-menu li:nth-child(2) {
    margin-left: 210px;
}

.dropdown-menu li:nth-child(2) {
    margin-left: 0;
}

.ca-menu li:nth-child(3) {
    width: 140px;
}

.dropdown-menu li:nth-child(3) {
    width: 100%;
}

.ca-menu li a span {
    padding-top: 10px;
}

.nav-logo {
    width: 190px!important;
    background-color: #FFF!important;
    padding-top: 0px!important;
    border-radius: 50%;
    height: 190px!important;
    line-height: 12;
    padding: 0;
    position: absolute!important;
    margin-top: -41px;
    border: 7px solid rgb(0, 99, 177);
    z-index: 9;
}

.nav-logo:hover {
    background-color: transparent;
    opacity: 0.9;
}


.nav-logo img {
    width: 68%;
    margin-left: 26px;
}

.ca-menu li:hover {
    background-color: #0882E7;
}

.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    font-weight: bold;
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff!important;
    background-color: transparent;
    position: relative;
}

.ca-menu li a:hover {
    background-color: transparent;
}

.ca-menu .submenu-2 a{
    color: #fff;
    padding: 5px;
    background: #0882E7;
    text-decoration: none!important;
}

.ca-icon{
    color: #fff;
    font-size: 33px;
    line-height: 50px;
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60%;
    top: 45%;
}

.tel .ca-content, .book-now .ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60%;
    top: 40%;
}

.tel {
    background: rgb(255, 255, 39);
}
.tel h2 {
    color: #383838;
}
.tel .ca-icon {
    color: #383838;
}

.book-now {
    background: rgb(254, 92, 11);
}

.tel, .book-now {
    width: 220px!important;
    height: 53px!important;
}

.tel .ca-icon, .book-now .ca-icon {
    width: 55px;
    padding: 2px;
    height: 100%;
    font-size: 29px;
}

.tel .ca-content {
    position: absolute;
    margin-top: -23px;
    margin-left: 18px;
}

.book-now .ca-content {
    position: absolute;
    width: 85%;
    margin-top: -21px;
    margin-left: 37px;
}

.light-blue {
    background: rgb(0, 99, 177);
}
.mid-blue {
    background: rgb(0, 99, 177);
}

.ca-main{
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tel .ca-main{
    font-size: 19px;
}

.ca-menu li:hover .ca-icon{
    text-shadow: 0px 0px 7px #ffffff;
    color: transparent;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-main{
    color: #ffffff;
    opacity: 1;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.dropdown-menu li {
    width: 100%;
}

.dropdown-menu li {
    width: 100%;
    height: auto;
    padding: 0;
}

#easts-holiday-parks {
    background-color: rgba(255,255,255,0.8);
    margin: 0 auto;
    width: 1200px;
    height: 35px;
}

#easts-holiday-parks .container {

}

#easts-holiday-parks ul {
    list-style: none;
    margin: 15px 0 0 0;
}




.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.yellow { border-bottom: 4px solid #70C9FF; }
.green { border-bottom: 4px solid #D5EF04; }
.pink { border-bottom: 4px solid #00D7BE; }
.purple { border-bottom: 4px solid #DE6AD8; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}


h1 { padding-bottom: 10px; line-height: 130%; font-size: 32px; }


.editable a {
    color: #0063B1;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    font-weight:bold;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.main-bg {
    max-width: 1250px;
    background-color: #FFF;
    margin: 0 auto;
}

.spacer {
    padding: 35px 0;
    text-align: center;
}

.lead {
    padding: 20px 0 80px 0;
    color: #666;
    max-width: 850px;
    margin: 0 auto;
}


.easts-btn {
    text-transform: none;
    background-color: #0165b7;
    border-radius: 0;
    color: #FFF;
    font-size: 16px;
    padding: 7px 18px;
    border: 0;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    font-weight: 700;
}

.easts-btn:hover, a.booking-btn:hover {
    background-color: #ffff27;
    color: #0165b7;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);

}

.easts-btn-blue {
    color: #fff;
    background-color: #0165b7;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 0;
    text-transform: none;
    border:1px solid #fff;
    border-radius: 4px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.btn {
    color: #fff;
    background: #0165b7;
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #024C88;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btn:hover {
    background-color: #fff;
    color: #0165b7;
    border: 1px solid #0165b7;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    text-shadow:none;
}

.btn.btn-lg {
    padding: 15px 30px;
    font-size: 18px;
}

.btn.easts-book-now, a.booking-btn {
    background-color: rgb(254, 92, 11);
    border-color: rgb(216, 72, 0);
}

.btn.easts-book-now {
    padding: 7px 30px;
}

.btn.park-map-button {
    padding: 19px 30px;
}

.btn.easts-book-now small, a.booking-btn small {
    font-size: 13px;
    text-transform: none;
}

.easts-btn-lg {
    padding: 10px 25px;
    font-size: 21px;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}



.btn-sm{
    font-size: 12px;
}


.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.midnight-blue {
    background-color: #00315b;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */

    padding-top: 30px;
    /* IE6 workaround*/

    height: 0;
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main-slider {
    position: relative;
    background-color: #2C3E50;
    -webkit-box-shadow: 0px 11px 21px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 21px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 21px -5px rgba(0,0,0,0.2);
    color:#FFF;
}

#main-slider .special-header {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    text-shadow: 0px 2px 2px rgba(150, 150, 150, 0.48);
}

#main-slider .carousel h2 {
    font-size: 75px;
}

#main-slider .carousel p {
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    font-weight: 700;
    font-size: 23px;
    font-family: 'Quicksand', sans-serif;
}



#main-slider .carousel .btn {
    background: #ffff27;
    color: #222;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    border: none;
    text-shadow: none;
    font-size: 16px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}


#main-slider .carousel .btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #0165b7;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
}

#main-slider .carousel .btn small {
    font-size: 14px;
    text-transform: none;
}

#main-slider .carousel .boxed {
    padding: 10px 15px;
}

#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 800px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}
#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 55%;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    opacity: 0.7;
}
#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    opacity: 1;
}
#main-slider .prev {
    left: 10px;
}
#main-slider .next {
    right: 10px;
}

.carousel-indicators {
    bottom: 80px;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.booking-btn-wrapper{
    position: relative;
}

.booking-btn-wrapper p{
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 14px;
    margin: 0;
    background: #0063B1;
    font-family: 'Quicksand', sans-serif;
}

.booking-btn-wrapper .booking-btn{
    position: absolute;
    text-align: center;
    top: 190px;
    z-index: 8;
    right: -30px;
    background: rgba(255, 255, 255, 0.8);
    padding: 0;
}
.booking-btn-wrapper .booking-btn .booking-btn-inner {
    padding: 14px 14px 17px 14px;
}
.booking-btn-wrapper .btn{
    border:none!important;
    transition: all 250ms;
    padding: 0;
}


.booking-btn-wrapper .booking-btn span{
    display: inline-block;
    vertical-align: middle;
    transition: all 250ms;
}
.booking-btn-wrapper .booking-btn span.icon-holder{
    background-color: #0063B1;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px 0 0 4px;
    padding: 8px 10px 5px 10px;
}
.booking-btn-wrapper .booking-btn a:hover span.icon-holder {
    background-color: #0063B1;
}
.booking-btn-wrapper .booking-btn span.text{
    padding: 5px 10px 5px 7px;
}
.booking-btn-wrapper .booking-btn .icon{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.booking-btn-wrapper .btn:hover{
    background-color: rgba(255, 255, 255, 0.9);
}
/*.booking-btn-wrapper .btn:hover span:not(.text){
    background: #FDD13A;
    border-color: #FDD13A;
}*/
#calendar {max-width:25px;}


.video-overlay {
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 99999;
    top: 0;
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 350px;
    top: 350px;
    margin-top: -350px;
}

.ContactPage iframe{
    width: 100%;
    height: 350px;
}

.contact-table{
    background: #0063B1;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}


.contact-table a {
    color: #FFFF27;
}

.contact-table .table {
    margin-bottom: 0;
}
.contact-table .table th{
    border:none!important;
}
.contact-table .table td{
    border-top: 1px solid #17A7DC;
}

.ContactPage .main-content-bg .btn:hover {
    background-color: #ffff27;
    color: #0165b7;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    -moz-box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
    box-shadow: 4px 4px 0px 0px rgba(1,101,183,1);
}

.video-container {
    position: absolute;
    z-index: 100000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#main{
    font-weight: 300;
    position: relative;
/*    background-image: url('../images/main-bg-easts-3.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 540px;
    background-size: contain;*/
}

#main .bg{
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
    width: 100%;
}

#Breadcrumbs{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    font-weight: bold;
    font-size: 12px;
}


#recent-works {
    padding: 90px 0;
}
#recent-works .item-inner {
    position: relative;
    margin: 0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#title h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
}
.center {
    text-align: center;
}
#meet-the-team .designation {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}
.img-thumbnail {
    border: 0;
}
.progress,
.progress .bar {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px;
    line-height: 30px;
}
.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}
ul.breadcrumb {
    margin: 20px 0 0;
    background: transparent;
}
ul.breadcrumb > li {
    text-shadow: none;
}
ul.breadcrumb > li > a,
ul.breadcrumb > li .divider {
    color: #fff;
}
ul.breadcrumb > li.active {
    color: rgba(255, 255, 255, 0.7);
}
ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.tag-cloud li {
    display: inline-block;
    margin: 0 0 2px 0;
}
.btn-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}

.navbar-fixed-top .collapse.navbar-collapse {
    /*-webkit-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);*/
    padding-left: 0;
    padding-right: 0;
}

.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-family: 'Bubbler One', sans-serif;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}




/*.navbar-inverse .navbar-nav {
  margin-top: 20px;
}*/

.navbar-inverse .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 4px;
    color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #00407a;
    border-radius: 4px;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #2c3e50;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-top: -3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: rgba(0, 0, 0, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-top: 20px;
}
#social-media .icon-facebook {
    background-color: #3c5899;
}
#social-media .icon-facebook:hover {
    background-color: #4e6fba;
}
#social-media .icon-twitter {
    background-color: #29c5f6;
}
#social-media .icon-twitter:hover {
    background-color: #5ad2f8;
}
#social-media .icon-google-plus {
    background-color: #d13d2f;
}
#social-media .icon-google-plus:hover {
    background-color: #da6459;
}
#social-media .icon-pinterest {
    background-color: #c61118;
}
#social-media .icon-pinterest:hover {
    background-color: #ec1e26;
}
.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}

.event-date{
    display: inline-block;
    margin: 0 0 5px;
    color: #70C9FF;
    font-weight: bold;
}

.event-url{
    margin-top: 20px;
}

.modal {
    border: 0;
}
.modal#loginForm {
    width: 600px;
    margin-left: -300px;
}
.modal .modal-header {
    border: 0;
    padding: 20px 20px 0;
}
.modal .modal-header > h4 {
    font-weight: 300;
    font-size: 14px;
    color: #848484;
    text-transform: uppercase;
    margin: 0;
}
.modal .modal-body {
    padding: 20px;
}
.modal input[type="text"],
.modal input[type="password"] {
    padding: 5px 10px;
    min-height: 30px;
    width: 130px;
    margin-right: 10px;
}
.modal .icon-remove {
    color: #848484;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: block;
    background: #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
}
.modal button {
    margin-left: 10px;
    border: 0;
}
.gap {
    margin-bottom: 50px;
}
.big-gap {
    margin-bottom: 100px;
}
.no-margin {
    margin: 0;
    padding: 0;
}
.registration-form {
    border: 0;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

.row > div {
    margin-bottom: 10px;
}
ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*Unordered Lists*/
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.rss {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before,
ul.arrow li::after,
ul.arrow-double li::after,
ul.tick li::after,
ul.cross li::after,
ul.star li::after,
ul.rss li::after {
    font-family: FontAwesome;
    font-size: 11px;
}
ul.arrow li::before,
ul.arrow-double li::before,
ul.tick li::before,
ul.cross li::before,
ul.star li::before,
ul.rss li::before {
    margin-right: 5px;
}
ul.arrow li::before {
    content: "\f105";
}
ul.arrow-double li::before {
    content: "\f101";
}
ul.tick li::before {
    content: "\f00c";
}
ul.cross li::before {
    content: "\f00d";
}
ul.star li::before {
    content: "\f006";
}
ul.rss li::before {
    content: "\f09e";
}
#footer {
    padding-top: 15px;
    padding-bottom: 5px;
    color: #eee;
    font-size: 13px;
    background-color: #0165b7;
}

li.nav-parent-item {
    display: none;
}


#footer a {
    color: #eee;
}
#footer a:hover {
    color: #ffff27;
    background-color: transparent;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}

.disclaimer {
    font-size: 11px;
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}
ul.social > li {
    display: inline-block;
    margin: 0 5px;
}
ul.social > li > a {
    font-size: 24px;
    color: #666;
}
ul.social > li > a:hover {
    color: #999;
}
.box-border {
    padding: 15px;
}
.accordion-group {
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
}
.accordion-heading .accordion-toggle {
    color: #666;
    font-weight: 700;
}
.accordion-inner {
    border-top: 0;
}
.blog .blog-item {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.blog .blog-item .img-blog {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.blog .blog-item .blog-content {
    padding: 20px;
}
.blog .blog-item h3 {
    margin-top: 0;
}
.blog .blog-item .entry-meta {
    margin-bottom: 20px;
}
.blog .blog-item .entry-meta > span {
    display: inline-block;
    color: #999;
    margin-right: 10px;
    font-size: 12px;
}
.blog .blog-item .entry-meta > span a {
    color: #999;
}
ul.pagination > li > a {
    border: 0;
}
ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #34495e;
    color: #fff;
}
textarea#message {
    padding: 10px 15px;
    height: 219px;
}
.widget {
    margin-bottom: 30px;
}
ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.gallery li {
    display: block;
    width: 60px;
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
}
ul.faq {
    list-style: none;
    margin: 0;
}
ul.faq li {
    margin-top: 30px;
}
ul.faq li:first-child {
    margin-top: 0;
}
ul.faq li span.number {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #34495e;
    color: #fff;
    font-size: 24px;
}
ul.faq li > div {
    margin-left: 70px;
}
ul.faq li > div h3 {
    margin-top: 0;
}
#error {
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}



/* --- [HEADER] --- */
.navbar-brand {
    position: absolute;
    z-index: 3;
    width: 180px;
    height: 180px;
    margin-top: -5px;
}

.navbar-brand {
    /*padding: 0;
    padding: 5px 0;*/
    margin-top: -15px;
    margin-left: -27px!important;
    -webkit-transition: padding .55s;
    -moz-transition: padding .55s;
    -ms-transition: padding .55s;
    -o-transition: padding .55s;
    transition: padding .55s;
}

.navbar {
    margin-bottom: 0;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav>li>a {
    /*padding: 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;*/
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 19px;
    text-transform: uppercase;
    letter-spacing: -0.007em;

    color: #fff;
    line-height: 30px;
    background-color: #0165B7;
}

.navbar-nav>li>a:hover {
    color:#FFF;
    background-color: #0165b7;
}

.navbar-nav .active {
    background-color: #ffff27;

}

.navbar-nav .active a {
    color: #222222;
    background-color: #ffff27;
}

.navbar-nav .tel a {
    background-color: #FFF;
    color: #0165b7;
}

.navbar-nav .tel a {
    color: #0165b7!important;
}

.navbar-nav .tel a:hover {
    color: #ffff27!important;
}

.navbar-nav .book-now {
    background-color: #FE5C0B;
}

.navbar-nav .book-now a {
    color: #fff!important;
    background-color: #FE5C0B;
}

.navbar-nav .book-now:hover, .navbar-nav>.book-now>a:hover {
    color: #0165b7!important;
    background-color: #ffff27!important;
}

/* FEATURES SECTION */


.AccommodationPage .features{
    background: #DE6AD8;
}
.AccommodationPage .features h2{
    text-shadow: 3px 3px 2px #BD4FB7;
    border-bottom: 2px solid #BD4FB7;
}

.ContactPage .contact-table h2{
    padding: 0 10px 14px;
    margin: 0;
    /*text-shadow: 3px 3px 2px #0797CC;*/
}


.features h2{
    padding: 0 10px 14px;
    margin: 0 0 10px;
    color: #fff;
}


.features{
    background: #DE6AD8;
    color: #fff;
    padding: 10px;
    line-height: 2.5;
    font-weight: bold;
    margin-bottom: 20px;
}

.features img{
    margin-right: 10px;
}


.video.boxed{
    margin: 0 0 20px 0;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    background: #0BBDFE;
}


/* --- [TOP NAV] --- */
.hide-top-nav {
    margin-top: -120px;
}


#top-nav {
    padding: 0;
    background-color: #FFFFFF;
    transition: margin 0.3s;
    text-align: center;
}

#top-nav .row > div {
    margin-bottom: 0px;
}

#top-nav a:link {
    color: #FFF;
}

#top-nav a:hover {
    color: rgb(0, 81, 162);
}


/* --- [MENU] --- */
.main-menu {
    background-color: #0063B1;
    height: 106px;
}

.navbar {
    min-height: 0px;
}

.navbar {
    border-radius: 0px;
}

.sidebar-nav {
    padding: 9px 0;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.nav .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar-collapse {
    text-align: center;
}


.dropdown-menu {
    position: absolute;
    display:none;
    background: #333;
    list-style: none;
    line-height: 2em;
    /*transition: max-height 0.5s ease-in;*/
    border:0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
}

.dropdown-menu {
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #FFF;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #0882E7!important;
}

.dropdown-menu>li>a {
    padding: 10px 15px;
}

.dropdown-menu li a {
    font-size: 12px;
    letter-spacing: 1px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown:hover .dropdown-menu li {
    background-color: rgb(1, 86, 155);
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.logo-responsive {
    width: 80px;
    height: 80px;
    padding: 10px 15px!important;
}

.logo-responsive img {
    width: 80px;
    height: 80px;
    padding-top: 5px;
}

.navbar-fixed-top ul {
    /*-webkit-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);*/
}




.top-social {
    margin-top: 14px;
    font-size: 16px;
    position: absolute;
    list-style: none;
    margin-left: 200px;
}

.top-social li {
    display: inline-block;
    padding-right: 15px;
}

.top-social a {
    color: #FFF;
}

.top-social a:hover {
    background-color: transparent;
    color: #FFFF27;
}



/* --- [the-park] --- */

#the-park {
    text-align: center;
}

#the-park .main-bg {
}

#the-park .row p {
    color: #FFF;
    padding: 15px 20px;
    font-weight: 400;
}


#the-park img {
    width: 370px;
    height: 210px;
    z-index: 1;
    border-radius: 5px 5px 0 0;
}

#the-park h2 {
    color: #FFF;
    padding: 15px 0 0;
}

#the-park a:link {
    padding: 0;
    border: 0;
}

#the-park a:hover img {
    opacity: 0.8;
}

.the-park:hover {
    background-color: #209D00;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}

#the-park h2 {
    font-size: 21px;
    margin-top: 0;
    text-transform: uppercase;
}

#the-park .the-park-container {
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
}


.index-book-now {
    background-color: #3ab54a;
}

.index-enquire-now {
    background-color: #84DA19;
}

.index-hot-deals {
    background-color: #3ab54a;
}

.index-gallery {
    background-color: #84DA19;
}

.index-call-us {
    background-color: #3ab54a;
}

.icon-md {
    margin-top: 0px;
    font-size: 30px;
    height: 40px;
    width: 40px;
    line-height: 41px;
    color: #fff;
    margin-right: 10px;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    text-align: center;
    display: block;
    /*border-radius: 50%;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#the-park .main-bg .col-md-4:first-child .the-park-container,
#the-park .main-bg .col-md-4:first-child .the-park-container .circle,
#the-park .main-bg .col-md-4:first-child .title {
    background-color: #DE6AD8;
}

#the-park .main-bg .col-md-4:nth-child(2) .the-park-container,
#the-park .main-bg .col-md-4:nth-child(2) .the-park-container .circle,
#the-park .main-bg .col-md-4:nth-child(2) .title {
    background-color: #00BEB7;
}

#the-park .main-bg .col-md-4:last-child .the-park-container,
#the-park .main-bg .col-md-4:last-child .the-park-container .circle,
#the-park .main-bg .col-md-4:last-child .title {
    background-color: #29BD00;
}



/* --- [Welcome] --- */

#welcome{
    position: relative;
    top: -60px;
    z-index: 9;
    margin-bottom: -60px;
}
#welcome .container{
    background-color: #FFF;
    border-right: 1px solid #F1F2F3;
    font-size: 36px;
    -webkit-box-shadow: 0px -11px 11px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -11px 11px -5px rgba(0,0,0,0.2);
    box-shadow: 0px -11px 11px -5px rgba(0,0,0,0.2);
}

#welcome .row > div{
    margin-bottom:0;
}

#welcome .content {
    padding: 1rem 1rem 0;
}

#welcome h1 {
    padding-bottom: 0;
    line-height: initial;
    font-size: 3rem;
    margin-top:0;
}


/* --- [the-park] --- */
#the-park .spacer {
    padding: 35px 0 70px 0;
}

.btn-success {
    background-color: #26C281;
    border-color: #4cae4c;
    color: #FFF;
}

.btn-success:hover {
    background-color: #4cae4c;
    border-color: #26C281;
    color: #FFF;
}

.btn-dark-blue {
    background-color: #34495e;
    border-color: #125DB2;
    color: #FFF;
}

.btn-dark-blue:hover {
    background-color: #125DB2;
    border-color: #34495e;
    color: #FFF;
}


.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #6a6340;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top:   3px solid #6e8900;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}

.ribbon-green:before {
    left: 0;
}
.ribbon-green:after {
    right: 0;
}

.circle {
    width: 90px;
    height: 90px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-left: 1px;
    z-index: 2;
    position: absolute;
    margin-left: 33%;
    margin-top: -45px;
}

#the-park .circle i {
    font-size: 40px;
    padding-top: 5px;
    color: #FFF;
}

.circle-yellow {
    background-color: #DE6AD8;
}

.circle-pink {
    background-color: #00BEB7;
}

.circle-green {
    background-color: rgb(41, 189, 0);
}


.the-park-container {
    padding-bottom: 30px;
}

.the-park-yellow {
    background-color: #DE6AD8;
}

.the-park-pink {
    background-color: #00BEB7;
}

.the-park-green {
    background-color: rgb(41, 189, 0);
}



.icon-home, .icon-usd {
    color: #26C281;
}

.icon-smile, .icon-camera {
    color: #34495e
}


/* --- [Icons Bar] --- */


#icons-bar .icons-container {
    background-color: rgb(0, 215, 190);
    font-size: 50px;
    color: #FFF;
}

#icons-bar i {
    color: #FFF!important;
}

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

#icons-bar li {
    display: inline-block;
}

#icons-bar li {
    width: 11%;
    text-align: center;
    padding: 10px 0;
}

#icons-bar .fa-home {
    color: rgb(255, 194, 0);
}

#icons-bar .fa-bed {
    color: rgb(246, 66, 116);
}

#icons-bar .fa-gamepad {
    color: rgb(255, 110, 255);
}

#icons-bar .fa-futbol-o {
    color: bisque;
}

#icons-bar .fa-leaf {
    color: rgb(213, 239, 4);
}

#icons-bar .fa-life-ring {
    color: aqua;
}

#icons-bar .fa-map-signs {
    color: rgb(80, 255, 149);
}

#icons-bar .fa-sun-o {
    color: rgb(255, 255, 39);
}


/* --- [ABOUT US] --- */
.btn-white-border {
    border: 3px solid #FFF;
    color: #FFF;
    background-color: transparent;
    font-weight: bold;
    ont-weight: bold;
    padding: 10px 30px;
    font-size: 20px;
}


.btn-white-border:hover {
    color: #0051A2;
    border-color: #0051A2;
}

.btn-white-border i {
    padding-right: 10px;
}

#about-us {
    color: #FFF;
}

#about-us a {
    color: #FFFF27;
    padding: 2px 3px;
}

#about-us a:hover {
    color: #0165b7;
    background-color: #ffff27;
}

#about-us .main-bg {
    background-color: #0BBDFE;
}

#about-us .spacer {
    text-align: left;
}

#about-us iframe {
    border: 5px solid #FFF;
    margin-top: 25px;
}

#about-us h1 {
    color: #FFF;
    margin-top: 37px;
}

#about-us .video-content p {
    color: #FFF;
    padding: 15px 0;
    font-weight: 400;
    font-size: 21px;
}

.awards {
    list-style: none;
    padding-left: 0;
    padding-bottom: 10px;
}

.awards li {
    display: inline-block;
}

.awards li img {
    width: 100px;
    margin-right: 20px;
}


#about-us .spacer {
    padding: 20px 0;
}

#whats-on .spacer {
    padding: 80px 0;
}



/* --- [BOOK NOW] --- */
#book-now {
    background-color: #0051a2;
}

#book-now h1 {
    color: #FFF;
}

#book-now .lead {
    color: #DDD;
}

#book-now .btn-white-border:hover {
    color: #3baaff;
    border-color: #3baaff;
}


/* --- [WHATS ON] --- */
#whats-on {
    padding-bottom: 80px;
    margin-top: 70px;
}

#whats-on .main-bg {
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
    box-shadow: 0px 11px 11px -5px rgba(0,0,0,0.2);
}

#whats-on h1 {
    margin: 0 0 30px 0;
}

#whats-on .easts-btn {
    margin-top: 10px;
}

.btn-dark-blue-border {
    border: 3px solid #34495e;
    color: #34495e;
    background-color: transparent;
    font-weight: bold;
    ont-weight: bold;
    padding: 10px 30px;
    font-size: 20px;
}


.btn-dark-blue-border:hover {
    color: #26C281;
    border-color: #26C281;
}

.btn-dark-blue-border i {
    padding-right: 10px;
}

.news-story {
    background-color: #FFF;
    padding: 15px;
}

#whats-on img {
}

#whats-on a:link {
    padding: 0;
}

#whats-on a:hover img {
    opacity: 0.8;
}

.news-story h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 135%;
    color: #0165b7;
}

.news-story p {
    padding-bottom: 5px;
}







/* --- [MAIN CONTENT] --- */

#main-content {
    background-color: #FFF;
    /*background-image: url('../images/main-bg.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: top;*/
}

#main-content .container {
    padding-top: 40px;
    padding-bottom: 80px;
    background-color: #FFF;
}

#main-content h3 {
    padding-bottom: 20px;
    color: #26C281;
}

/* --- [MAIN CONTENT - SIDE BAR] --- */



#main-content p a:link {
    color: #3BAAFF!important;
    text-decoration: underline;
}



/* --- [NEWSLETTER] --- */
#newsletter {
    background-color: #87E6ED;
    color: #125DB2;
    -webkit-box-shadow: inset 0px -10px 40px -20px #125DB2;
    -moz-box-shadow: inset 0px 4-10px 40px -20px #125DB2;
    box-shadow: inset 0px -10px 40px -20px #125DB2;
}


#newsletter .container {
    padding-bottom: 120px;
}

#newsletter .lead {
    max-width: 1200px;
}

#newsletter form {
    margin-top: 25px;
}

#newsletter .row > div {
    margin-bottom: 0;
}

.newsletter-img {
    position: relative;
    height: 250px;
}

.newsletter-img img {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #0165b7;
    border-left: 1px solid #0165b7;
    border-right: 1px solid #0165b7;
}

.newsletter-content {
    padding-top: 20px;
}

#newsletter .lead {
    padding: 0px;
}


#newsletter input.form-control {
    padding: 26px!important;
}

#newsletter .btn {
    padding: 15px;
    background-color: #0051a2;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

#newsletter .btn:hover {
    background-color: #0099FF;
    border-color: #428bca;
}

#newsletter .easts-btn {
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

#newsletter .easts-btn a {
    color: #FFF;
    text-decoration: none!important;
}

#newsletter .easts-btn:hover a {
    color: #0165b7;
}


/* --- [AWARDS] --- */
#awards {
    position: absolute;
    left: 0;
    right: 0;
    margin: -80px auto 0;
    z-index: 999;
    background-color: #FFFFFF;
    padding: 20px 15px 15px 15px;
    font-size: 36px;
    border: 1px solid #E7E7E7;
    width: 718px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 13px -5px rgb(181, 181, 181);
    -moz-box-shadow: 0 6px 13px -5px rgb(181, 181, 181);
    box-shadow: 0 6px 13px -5px rgb(181, 181, 181);
}

#awards ul {
    padding: 0;
    margin-bottom: 0;
}

#awards li {
    display: inline-block;
    padding: 0 35px;
}



#awards img {
    margin: 0 auto;
}



/* --- [BOTTOM] --- */
#bottom {
    background-color: #FFFFFF;
    padding-top: 130px;
    padding-bottom: 20px;
    border-bottom: 1px solid #125DB2;
}

#bottom h4 {
    margin-top: 15px;
    margin-bottom: 10px;
}

#bottom p {
    font-size: 14px;
}

#bottom .media-heading {
    display: block;
    font-weight: 400;
}

#bottom ul {
    list-style: none;
    padding-left: 0;
}

#bottom ul.bottom-social li {
    display: inline-block;
}

#bottom ul.bottom-social a {
    color: #0165b7;
}

#bottom i {
    font-size: 15px;
    padding-right: 10px;
}

.big4-logo {
    margin-bottom: 15px;
}

#bottom .awards li img {
    width: 70px;
    margin-right: 5px;
}

.navbar-fixed-top {
    line-height: 0;
}

.navbar-nav li:hover {
    background-color: #0165b7;
    color: #FFF;
}

.dropdown li {
    background-color: #0165b7;
    color: #FFF;
}

.navbar-nav li:hover a {
    background-color: rgb(1, 86, 155);
}

.dropdown-menu>li>a {
    color:#FFFFFF;
}

.dropdown li:hover {
    border-radius: 0px;
}



body[class^='Accommodation'] .layout figure img{
    border-bottom: 4px solid #DE6AD8;
}

body[class^='Facilities'] .layout figure img{
    border-bottom: 4px solid #00BEB7;
}



/* --- [Generic] --- */

section.layout h2.title a{
    background:none!important;
}

section.layout{
    padding-bottom: 100px;
}
section.layout .container{
    background: #fff;
    padding: 40px 40px 0;
}

section.layout .row > div{
    margin-bottom: 40px;
}

.main-banner-image {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #D6D6D6;
}

.page-section {
    position: relative;
    display: block;
    margin-top: -100px;
    z-index: 999;
    padding-bottom: 100px;
}

.page-section .container {
    background-color: #FFF;
    width: 1200px;
    padding: 20px 30px;
    display: block;
    -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.2);
}

.intro {
    position: absolute;
    width: 100%;
    bottom: 17%;
    text-shadow: 0px 2px 2px rgba(150, 150, 150, 0.48);
}

.intro div {
    color: #FFF;
}

.intro h1 {
    font-size: 50px;
    padding-bottom: 10px;
    line-height: 130%;
    background-color: rgba(0, 99, 177, 0.5);
    padding: 5px 20px 10px 20px;
    display: inline-block;
}


.SecondaryTitle {
    margin-left: 20px;
    width: 95%;
}

.acomm-content {
    margin-top: 20px;
}



/* --- [Accommodation] --- */

.cta {
    padding: 20px 0;
    text-align: right;
}

.cta a {
    margin: 0 3px;
}

.cta a.booking-btn {
    margin: 0 0 0 30px;
}

.cta a i {
    margin-right: 10px;
}

.main-banner-image .container{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin: auto;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-banner-image h2{
    max-width: 850px;
    margin: auto;
}

.main-banner-image .banner-title{
    font-size: 75px;
    font-family: 'Lobster', cursive;
    margin-top: 77px;
}

.main-banner-image .banner-content{
    text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    font-weight: 700;
    font-size: 23px;
    font-family: 'Quicksand', sans-serif;
}

.AccommodationPage .main-banner-image .booking-btn {
    font-size: 20px;
    padding: 10px 25px;
    margin-top: 20px;
}

.product-gallery {
    margin-top: 20px;
    border-bottom: 1px solid #0BBDFE;
    padding-bottom: 20px;
}


.product-gallery a:hover div {
    opacity: 0.8;
}

.product-gallery a:hover .gallery-img {
    border: 1px solid rgba(0, 99, 177, 0.5);
}



.fancybox-inner a:hover{
    background:none!important;
}


/* REVIEW */
.TripAdvisorPage section.layout .container {
    background: #fff;
    padding: 40px 40px 40px 40px;
}




/* --- [RESPONSIVE IN-PROGRESS] --- */
.in-progress-message{
    display:none;
    text-align: center;
    text-transform: uppercase;
}

/* ACCOM CYCLE */

#no-template-pager img{
    float: left;
    margin: 10px 10px 0 0;
    width: 45px;
    height: 45px;
}

.cycle-slide{
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.cycle-pager-active, #no-template-pager img:hover {
    opacity: .5;
    cursor:pointer;
}

/* EVENTS PAGE */

.EventsPage .fancybox{
    display: block;
    border: 1px solid rgb(234, 234, 234);
}

.in-progress{
    display:block;
}








@media screen and (min-width: 1200px){
    .in-progress-message{
        display:none;
    }

    .in-progress{
        display:block;
    }
}


.mobile-header {
    display: none;
}

.desktop-only {
    display: block;
}

.tablet-only {
    display: none;
}



@media screen and (min-width: 1200px) {
    #main-slider .carousel-content {
        margin-top: 320px!important;
    }
}



.mobile-bottom{
    display:none;
}
/* -- [HEADER - Tablet and Mobile] -- */
@media only screen and (max-width: 1199px) {

    /* -- [HEADER] -- */
    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mobile-header .top-social {
        right: 10px;
        list-style: none;
        margin-left: 0;
        font-size: 17px;
    }

    .mobile-header .top-social li {
        display: inline-block;
        padding-right: 12px;
    }


    .cd-main-nav {
        width: 50%;
        height: 40px;
    }

    .mobile-dropdown .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }

    .mobile-dropdown a {
        color: #fff;
        font-size: 13px;
        padding-right: 28px;
    }

    .mobile-dropdown > a:after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #fff;
        font-size: 17px;
        padding-left: 0.35em;
        position: absolute;
        right: 10px;
    }

    .mobile-dropdown .dropdown-menu>li>a {
        padding: 10px 27px 10px 0;
        background-color: rgba(51, 65, 74, 0.9);
        letter-spacing: 0;
        font-size: 13px;
        text-align: right;
        color: #fff;
    }

    .nav-logo {
        width: 130px!important;
        height: 130px!important;
        margin-top: -49px;
        margin-left: 10px;
        border-width: 3px;
        line-height: 8.8;
    }

    .nav-logo img {
        margin-left: 15px;
        width: 75%;
    }


    header {
        padding: 17px 0;
        line-height: 18px;
        position: absolute;
        height: 50px!important;
    }

    .mobile-header .top-social {
        margin-top: 0;
    }

    .main-menu {
        height: auto;
        margin-top: 50px;
    }

    .navbar-toggle {
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-nav {
        width: 100%;
        padding-top: 30px;
    }

    .nav>li {
        width: 100%;
        clear: both;
    }

    .navbar-nav>li>a {
        float: left;
        padding: 10px;
    }

    .navbar-nav .btn {
        float: right;
        padding: 5px 15px;
        margin: 8px 15px 0 0;
    }

    .navbar-collapse {
        padding:0;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu.in, .dropdown:hover .dropdown-menu.in {
        display: block;
        width: 100%;
        position: relative;
    }

    .dropdown-menu.in, .dropdown:hover .dropdown-menu {
        width: 100%;
        position: relative;
    }

    .dropdown-menu.list-unstyled.collapse {
        width: 100%;
        display: none;
        position: relative;
    }


    .dropdown-menu.collapse {
        display: none;
    }

    .dropdown-menu.in {
        display: block;
    }

    .dropdown-menu.list-unstyled {
        width: 100%;
        display: block;
        position: relative;
    }

    .navbar-nav>li>a {
        float: left;
        padding: 10px 10px 10px 20px;
        background-color: transparent;
    }

    .navbar-nav li:hover a {
        background-color: transparent;
    }

    .dropdown-menu li a {
        font-weight: bold;
        padding-left: 20px;
    }

    .parent-2 a {
        float: left;
    }

    .navbar-nav .parent-2.parent-2b .btn {
        padding: 0 5px;
        margin: 7px 25px;
    }

    .dropdown-menu, .dropdown li {
        background: #0BBDFE;
    }

    .dropdown-menu.list-unstyled.in {
        background: #0BBDFE;
    }

    .navbar-nav .parent-2.parent-2b .btn {
        border: 1px solid #fff;
    }


    .dropdown-menu li a {
        font-size: 15px;
    }

    .navbar-nav .parent-2.parent-2b ul {
        float: left;
    }

    .parent-2.parent-2b li {
        display: inline-block;
    }

    .parent-2.parent-2b li a {
        color: #0063B1;
        font-size: 13px;
    }

    .parent-2.parent-2b .list-unstyled.in,
    .dropdown-menu {
        background-color: #0BBDFE;
    }

    .dropdown:hover .dropdown-menu li {
        background-color: rgb(11, 189, 254);
    }

    .dropdown:hover .dropdown-menu {
        max-height: 1500px;
    }

    .main-menu .current > a {
        color: #FFFF27;
    }


    .mobile-header .tablet-only .top-social {
        left: 120px;
        right: auto;
        list-style: none;
        margin-left: 0;
        font-size: 17px;
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        color: #fff;
    }

    #main-slider .carousel-content {
        margin-top: 0!important;
    }

    #main-slider .container {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        margin: auto;
        text-align: center;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }




    /* -- [BOTTOM] -- */
    .mobile-bottom {
        display: block;
        text-align: center;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9999;
        box-shadow: 0px 20px 30px 10px #000000;
    }

    .mobile-bottom .list-unstyled {
        margin: 0;
    }

    .mobile-bottom li {
        width: 50%!important;
        float: left;
    }

    .mobile-bottom a {
        font-size: 15px;
        height: 53px!important;
        line-height: 53px;
        text-align: center;
        display: block;

        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .mobile-bottom a:hover {
        background: #0165b7;
        color: #fff!important;
        text-decoration: none;
    }

    .mobile-dropdown a:hover {
        text-decoration: none;
    }

    .mobile-bottom .fa {
        padding-right: 6px;
    }

    .mobile-bottom .tel a {
        color: #383838;
    }

    .mobile-bottom .book-now a {
        color: #fff;
    }

    section.video img {
        width: 100%;
    }

    #the-park img {
        height: auto;
    }

    .booking-btn-wrapper .booking-btn {
        top: 35px;
    }


}/* End of Tablet and Mobile */




/* --- [MOBILE - 767px] --- */
@media (max-width: 767px) {

    .desktop-only {
        display: none;
    }

    .tablet-only {
        display: none;
    }

    .container {
        width: 90%;
    }

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 24px;
    }

    .h3, h3 {
        font-size: 21px;
    }

    .lead {
        padding: 20px 0 70px 0;
        max-width: 100%;
        margin: 0 auto;
    }

    section.layout {
        padding-bottom: 0;
    }








    /* -- [PAGE] -- */
    .main-banner-image .banner-title {
        font-size: 40px;
        margin-top: 0;
    }

    .main-banner-image {
        height: 425px;
    }

    section.layout .container {
        padding: 20px 0 20px;
    }

    #Breadcrumbs {
        webkit-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 20px;
    }

    .cta a {
        margin: 0 2px 4px 0;
        width: 49%;
        float: left;
        display: inline-block;
        font-size: 12px;
    }

    .cta a:nth-child(2) {
        float: right;
    }

    .cta a:last-child {
        width: 100%;
        margin: 0!important;
    }

    section.layout .row > div {
        margin-bottom: 20px;
    }

    .fancybox-opened .fancybox-title {
        visibility: hidden;
    }

    .fancybox-skin {
        padding:7px!important;
    }

    .fancybox-close {
        top: -12px;
        right: -12px;
    }

    .event-url .btn {
        width: 100%;
    }

    .layout figure img {
        width: 100%;
    }



    /* -- [INDEX] -- */
    #main-slider .carousel .item {
        height: 425px;
    }

    #main-slider .carousel h2 {
        font-size: 40px;
    }


    #main-slider .carousel-content {
        margin-top: 0!important;
    }

    #main-slider .carousel .boxed {
        padding: 10px;
    }

    #main-slider .carousel p {
        font-size: 21px;
        line-height: 1.2;
    }

    .carousel-indicators {
        bottom: 0;
    }

    #welcome {
        width: 100%;
        position: initial;
        margin: 0 auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }


    #welcome .col-md-6:nth-child(1) {
        display:none;
    }

    #welcome .content {
        padding: 0;
    }

    #icons-bar {
        width: 100%;
        background-color: rgb(0, 215, 190);
    }

    #icons-bar .container {
        padding: 0;
    }

    #icons-bar .icons-container {
        width:100%;
        background-color: transparent;
        font-size: 28px;
        padding: 0;
        margin: 0;
    }

    #icons-bar .icons-container ul {
        margin: 0;
    }

    #icons-bar ul {
        padding: 0;
    }

    #icons-bar li {
        padding: 8px 3px;
    }

    #the-park .spacer {
        padding: 15px 0 30px 0;
    }

    #the-park .col-md-4:nth-child(2),
    #the-park .col-md-4:nth-child(3) {
        margin-top: 60px;
    }

    #the-park img {
        width: 100%;
        height: auto;
    }

    #the-park .circle {
        margin-left: 0;
        margin-top: -45px;
        left: 50%;
        transform: translateX(-50%);
    }

    #about-us .spacer {
        padding: 0 0 20px 0;
    }

    #about-us h1 {
        margin-top: 20px;
    }

    #about-us .video-content p {
        padding: 0;
    }

    #about-us iframe {
        border: 3px solid #FFF;
        margin-top: 15px;
        width: 100%;
    }

    #whats-on {
        padding-bottom: 0;
        margin-top: 0;
    }

    #whats-on .spacer {
        padding: 30px 0;
    }

    #whats-on h1 {
        margin: 0;
    }

    #whats-on .easts-btn {
        width: 100%;
    }

    #whats-on .main-bg {
        margin-bottom: 0;
        box-shadow: none;
    }

    .main-bg {
        max-width: 100%;
    }

    #newsletter .container {
        padding-bottom: 40px;
    }

    #awards {
        width: 100%;
        margin: 0;
        position: initial;
        padding: 20px 15px 10px 15px;
    }

    #awards ul {
        padding: 0 20px;
    }

    #awards li {
        display: inline-block;
        padding: 0;
        width: 30%;
    }

    #bottom {
        padding-top: 30px;
    }

    .footer-nav {
        clear: both;
    }

    .disclaimer {
        text-align: center;
    }

    #footer {
        padding-bottom: 50px;
    }

    #footer .pull-right {
        float: none!important;
        text-align: center;
    }



    /* -- [Trip Advisor Page] -- */
    .TripAdvisorPage section.layout .container {
        background: #fff;
        padding: 40px 0 0;
    }


    /* -- [Contact Page] -- */
    .ContactPage input[type=submit] {
        width: 100%;
    }

    .ContactPage .layout .container .col-md-6:nth-child(2) {
        padding: 0;
    }

    .ContactPage #map {
        background-color: #0882E7;
    }

    .booking-btn-wrapper {
       display: none;
    }


}/* End of MOBILE -767px */





/* --- [TABLET - 768px-1199px] --- */
@media (min-width: 768px) and (max-width: 1199px) {

    .mobile-only {
        display: none;
    }

    .tablet-only {
        display: block;
    }

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 24px;
    }

    .h3, h3 {
        font-size: 21px;
    }

    .container {
        width: 90%;
        min-width: 700px;
    }

    .main-bg {
        max-width: 100%;
    }

    #footer {
        padding-bottom: 0;
        margin-bottom: 53px;
    }


    /* -- [Index] -- */
    #main-slider .carousel .item {
        height: 615px;
    }

    .carousel-indicators {
        bottom: 0;
    }

    #main-slider .row > div {
        margin-bottom: 0;
    }
    #welcome {
        top: 0;
        padding-top: 2rem;
        margin-bottom: 0;
    }

    #welcome .container{
        box-shadow: none;
        border: none;
    }


    #welcome .content {
        padding: 0;
    }

    #welcome img {
        width: 100%;
        padding-bottom: 20px;
    }

    #icons-bar {
        width: 100%;
        background: #00D7BE;
    }

    #icons-bar .icons-container {
        width: 100%;
        background-color: transparent;
        margin: 0;
    }

    #icons-bar .container {
        padding-top: 0px;
    }

    #icons-bar ul {
        margin: 0;
        padding: 0;
    }

    #the-park .circle {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
    }

    #the-park h2 {
        font-size: 19px;
    }

    #the-park .row p {
        padding: 15px;
    }

    #the-park .spacer {
        padding: 35px 0 35px 0;
    }

    #about-us iframe {
        max-width: 100%;
    }


    #whats-on {
        padding-bottom: 0;
        margin-top: 0;
    }

    #whats-on .spacer {
        padding: 40px 0;
    }

    #whats-on .main-bg {
        margin-bottom: 0;
    }

    .big4-logo {
        margin-top: 15px;
    }

    .main-banner-image .banner-title {
        font-size: 50px;
        margin-top: 0;
    }

    .cta a {
        margin: 0 0 4px 0;
    }

    section.layout .container {
        padding: 40px;
    }

    .fancybox-opened .fancybox-title {
        visibility: hidden;
        display: none;
    }

    #map {
        background-color: #0063B1;
    }

}/* End of TABLET 768px-1199px */

@media (max-width: 991px){
    #welcome{
        text-align: center;
    }
}

@media  (max-width: 767px){
    #welcome .container{
        box-shadow: none;
        border: none;
        margin-top: 2rem;
    }
    .mobile-only{ display:inherit; }
    .desktop-only{ display:none; }
}
@media  (max-width: 450px){
    #welcome .btn-lg{
        padding: 10px 14px;
        font-size: 14px;
    }
    #welcome .btn-lg.btn.park-map-button {
        padding: 19px 30px;
    }
}