body, html {
    height: 100%
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

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

body {
    background: #fff;
    font-family: Lato, sans-serif;
    font-size: 13px;
    color: #464646;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

p {
    margin: 0 0 15px
}

p img {
    margin: 0
}

strong {
    font-weight: 700
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
}

h1, h2, h3, h4, h5 {
    line-height: normal
}

h1, h2 {
    font-weight: 900
}

h3, h4 {
    font-weight: 700
}

h1 {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 1px rgba(000, 000, 000, .45)
}

h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 50px;
    text-shadow: 0 1px rgba(000, 000, 000, .45)
}

.i {
    font-style: italic
}

#intro-txt h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 42px;
    text-transform: none;
    font-family: Yellowtail, cursive;
    margin-bottom: 20px;
    border-bottom: 3px double #fff;
    padding-bottom: 10px
}

#intro-txt p {
    font-size: 18px
}

.section-title {
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Yellowtail, cursive
}

.section-title h2 {
    text-transform: none;
    font-size: 110px;
    font-weight: 400;
    margin-bottom: 45px
}

.section-title p {
    font-size: 28px;
    margin-bottom: 30px
}

.section-title p strong {
    color: #FF9;
    font-size: 32px
}

.section-title.gallery h2 {
    margin-top: 30px;
    line-height: 80px
}

.section-title-2 {
    text-align: center;
    padding: 100px 0;
    margin-bottom: 60px;
    background: #51a4c4 url(../images/bg-2.jpg) repeat-x center bottom;
    text-shadow: 0 1px rgba(000, 000, 000, .45)
}

.section-title-2 h2 {
    color: #fff;
    font-size: 42px
}

.section-title-2 p {
    font-size: 30px;
    color: #cbf1ff;
    margin-bottom: 0;
    font-family: Yellowtail, cursive
}

.section-title-3 {
    text-align: center;
    margin-bottom: 30px
}

.section-title-3 h3 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.section-title-3 p {
    font-size: 20px;
    color: #b0b0b0;
    margin-bottom: 0
}

h3 {
    font-size: 22px;
    margin: 0 0 10px
}

h3 span {
    display: block;
    color: #a0a0a0;
    margin-top: -2px;
    font-weight: 400;
    font-size: 18px
}

#activities article h3, #rooms article h3, .item h3 {
    font-size: 22px;
    color: #51a4c4
}

.item h3 span {
    font-size: 16px;
    color: #a9a9a9;
    display: block;
    margin-top: -2px
}

h4 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0
}

h4.add-info {
    background: url(../images/icon-info.png) no-repeat center left;
    padding-left: 25px
}

h4.rules {
    background: url(../images/rules.png) no-repeat center left;
    padding-left: 25px
}

h4.payments {
    background: url(../images/icon-paymnets.png) no-repeat center left;
    padding-left: 18px
}

h4.tours {
    font-size: 22px;
    background: url(../images/tour-icon.png) center left no-repeat;
    padding-left: 37px;
    height: 30px;
    line-height: 43px;
    width: 89%;
    padding-bottom: 10px
}

h4#directions {
    background: url(../images/map.png) no-repeat top left;
    padding-left: 40px;
    margin-bottom: 10px;
    padding-top: 3px
}

h4#directions span {
    font-weight: 400;
    font-style: italic;
    font-size: 11px;
    display: block;
    color: #999;
    margin-top: 2px
}

#main-facilties .four.columns h4 {
    font-size: 14px;
    color: #999
}

a {
    color: #39bad2;
    outline: 0;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img.scale-with-grid {
    max-width: 100%;
    height: auto
}

a.button_enter {
    background: #8dc63f url(../images/arrow-down.png) no-repeat 10px center;
    color: #fff;
    font-size: 20px;
    padding: 12px 25px 12px 55px;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
    transition: background .5s ease;
    margin-bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

a:hover.button_enter {
    background: #3CF url(../images/arrow-down.png) no-repeat 10px center
}

a.button_check, a.button_book {
    background: #8dc63f url(../images/calendar-1.png) no-repeat 10px center;
    color: #fff;
    font-size: 20px;
    padding: 12px 25px 12px 55px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
    transition: background .5s ease;
    margin-bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

a.button_book {
    background: #D62F2F url(../images/calendar-1.png) no-repeat 10px center;
}

a:hover.button_check, a:hover.button_book {
    background: #3CF url(../images/calendar-1.png) no-repeat 10px center
}

a.scroll_a {
    background: url(../images/back-to-top.png);
    width: 102px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    text-indent: -9999px;
    margin-left: -51px
}

.button_3, a.button_3 {
    border: none;
    background: #8dc63f;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    margin-top: 20px;
    text-decoration: none;
    transition: background .5s ease;
    display: inline-block;
    margin-bottom: 30px;
    cursor: pointer
}

.button_3:hover {
    background: #333
}

.button_4, a.button_4 {
    border: none;
    background: #EC4646;
    color: #fff;
    font-size: 17px;
    padding: 7px 12px;
    margin-top: 10px;
    text-decoration: none;
    transition: background .5s ease;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer
}

.button_4:hover {
    background: #333
}

ul.tabs {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
    height: 29px;
    padding: 0 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background: #f5f5f5;
    font-size: 13px
}

ul.tabs li a.active {
    background: #fff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #111;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

ul.tabs li:first-child a.active {
    margin-left: 0
}

ul.tabs li:first-child a {
    border-width: 1px 1px 0;
    border-top-left-radius: 2px
}

ul.tabs li:last-child a {
    border-top-right-radius: 2px
}

ul.tabs-content {
    margin: 0;
    display: block;
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px
}

ul.tabs-content.contact {
    padding: 35px 10px 15px 55px
}

ul.tabs-content > li {
    display: none
}

ul.tabs-content > li.active {
    display: block
}

ul.tabs:after, ul.tabs:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

ul.tabs:after {
    clear: both
}

ul.tabs {
    zoom: 1
}

hr {
    border: double #e5e5e5;
    border-width: 3px 0 0;
    clear: both;
    height: 0;
    margin: 15px 10px 30px
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

fieldset {
    margin-bottom: 15px;
    display: block;
    width: 100%
}

input[type=email], input[type=password], input[type=text], select, textarea {
    color: #ffffff;
    font-size: 18px;
    background: none;
    padding: 0px;
    cursor: pointer;
    border: 0px solid #b9ebff;
    border-radius: 0px;
    display: block;
    outline: 0;
    width: 100%;
    text-align: center;
    box-shadow: none;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, textarea:focus {
    color: #3CF;
    border: 0px solid #ccc;
    border-radius: 0px;
    box-shadow: 0 0 0px rgba(0,0,0,.2);
}

select {
    color: #ffffff;
    font-size: 18px;
    background: none;
    padding: 0px;
    cursor: pointer;
    border: 0px solid #b9ebff;
    border-radius: 0px;
    display: block;
    outline: 0;
    width: 60px;
    margin: 0 auto;
    text-align: center;
    box-shadow: none;
}

textarea {
    min-height: 60px;
    width: 88%
}

label, legend {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #888
}

input[type=email].error, input[type=text].error, textarea.error {
    box-shadow: 0 0 5px rgba(255, 51, 51, .5);
    -moz-box-shadow: 0 0 5px rgba(255, 51, 51, .5);
    -webkit-box-shadow: 0 0 5px rgba(255, 51, 51, .5)
}

label.error {
    color: #f33;
    display: block;
    font-size: 11px;
    height: 15px;
    margin: 0 0 10px;
    padding: 0;
    z-index: 9999;
    font-weight: 400
}

#availability-form span, #contact-form span {
    float: left;
    width: 45%;
    display: block;
    margin-right: 15px
}

#contact-form label#text-box {
    float: none;
    width: 100%
}

input.calendar {
    background: url(../images/calendar-3.png) no-repeat center right
}

.remove-bottom {
    margin-bottom: 0 !important
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 15px !important
}

.add-bottom_2 {
    margin-bottom: 30px !important
}

.add-bottom_3 {
    margin-bottom: 40px !important
}

.add-top {
    margin-top: 100px !important
}

.tip-twitter {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    max-width: 200px;
    opacity: .8;
    padding: 8px;
    text-align: left;
    z-index: 1000
}

.tip-twitter .tip-inner {
    font: 11px/14px Helvetica Neue, Helvetica, Arial, sans-serif
}

.tip-twitter .tip-arrow-top {
    background: url(../images/tip-twitter_arrows.gif) no-repeat;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 0;
    width: 9px
}

.tip-twitter .tip-arrow-right {
    background: url(../images/tip-twitter_arrows.gif) no-repeat -9px 0;
    height: 9px;
    left: 100%;
    margin-left: 0;
    margin-top: -4px;
    top: 50%;
    width: 5px
}

.tip-twitter .tip-arrow-bottom {
    background: url(../images/tip-twitter_arrows.gif) no-repeat -18px 0;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    margin-top: 0;
    top: 100%;
    width: 9px
}

.tip-twitter .tip-arrow-left {
    background: url(../images/tip-twitter_arrows.gif) no-repeat -27px 0;
    height: 9px;
    left: 0;
    margin-left: -5px;
    margin-top: -4px;
    top: 50%;
    width: 5px
}

#pool-spa {
    z-index: 1;
    width: 250px;
    top: 55%;
    left: 15%;
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    #intro-txt h1 {
        font-size: 50px
    }

    #intro-txt h2 {
        font-size: 32px
    }

    select {
        width: 100%
    }

    ul.tabs-content.contact {
        padding: 20px 0 15px 35px
    }

    .section-title.gallery h2 {
        margin-top: 0;
        line-height: 80px
    }

    #pool-spa {
        width: 250px;
        top: 72%;
        right: -5%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #pool-spa {
        width: 200px;
        top: 87%;
        left: 60%;
    }

    #intro-txt h1 {
        font-size: 28px;
        padding: 0;
        border-bottom: 3px double #fff;
        padding-bottom: 5px
    }

    #intro-txt h2 {
        display: none
    }

    #rooms article h3 {
        margin-top: 10px
    }

    .section-title.gallery h2 {
        margin-top: 0
    }

    a.button_check, a.button_book, a.button_enter {
        background: #8dc63f;
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 30px
    }

    a.button_book {
        background: #C63F3F;
    }

    a:hover.button_check, a:hover.button_book, a:hover.button_enter {
        background: #3CF
    }

    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px
    }

    .section-title p {
        font-size: 20px;
        line-height: 20px
    }

    .section-title-2 {
        padding: 20px 0;
        margin-bottom: 30px
    }

    .section-title-2 h2 {
        font-size: 28px;
        line-height: 28px
    }

    .section-title-2 p {
        font-size: 20px;
        line-height: 20px
    }

    .section-title-3 h3 {
        font-size: 24px;
        margin-bottom: 0
    }

    .section-title-3 p {
        font-size: 20px
    }

    ul.tabs-content.contact {
        padding: 20px 20px 0 35px
    }

    select {
        width: 100%
    }

    hr {
        margin: 15px 0 30px
    }
}

@media only screen and (max-width: 479px) {
    #pool-spa {
        width: 0px
    }

    a.button_check, a.button_enter {
        background: #8dc63f;
        font-size: 14px;
        padding: 8px 10px;
        display: block;
        margin: 0;
        margin-bottom: 10px
    }

    a:hover.button_check, a:hover.button_enter {
        background: #3CF
    }

    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px
    }

    .section-title p {
        font-size: 20px;
        line-height: 20px
    }

    .section-title.gallery h2 {
        margin-top: 0
    }

    .section-title-2 {
        padding: 20px 0;
        margin-bottom: 30px
    }

    .section-title-2 h2 {
        font-size: 28px;
        line-height: 28px
    }

    .section-title-2 p {
        font-size: 20px;
        line-height: 20px
    }

    .section-title-3 h3 {
        font-size: 24px;
        margin-bottom: 0
    }

    .section-title-3 p {
        font-size: 20px
    }

    #intro-txt h1 {
        font-size: 30px;
        margin-bottom: 50px;
        line-height: 30px
    }

    #intro-txt h2 {
        display: none
    }

    #availability-form span, #contact-form span {
        float: none;
        width: 100%;
        display: block;
        margin-left: 2px
    }

    #rooms article h3 {
        margin-top: 10px
    }

    select {
        padding: 8px;
        width: 97%
    }

    ul.tabs li a {
        width: auto;
        height: 29px;
        padding: 0 10px;
        font-size: 11px
    }

    ul.tabs-content.contact {
        padding: 20px
    }

    hr {
        margin: 15px 0 30px
    }
}