
:root
{
    /* Font Family */
    --aura-font-family-base: 'Whitney-Book', Trebuchet MS, Arial;
    --aura-font-family-light: 'Whitney-Light';
    --aura-font-family-book: 'Whitney-Book';
    --aura-font-family-book-italic: 'Whitney-BookItalic';
    --aura-font-family-medium: 'Whitney-Medium';
    --aura-font-family-bold: 'Whitney-Bold';
    --aura-font-family-condensed-bold: 'WhitneyCondensed-Bold';
    --aura-font-family-whitney: 'whitney';
    --aura-font-family-semibold: 'Whitney-Semibold';
    --aura-font-family-condensed-semibold: 'WhitneyCondensed-Semibold';
    /* Font Style */
    --aura-font-style-normal: normal;
    --aura-font-style-italic: italic;
    --aura-text-decoration-line-through: line-through;
    /* Font Weight */
    --aura-font-weight-normal: normal;
    --aura-font-weight-bold-text: bold;
    --aura-font-weight-bolder-text: bolder;
    --aura-font-weight-100: 100;
    --aura-font-weight-200: 200;
    --aura-font-weight-300: 300;
    --aura-font-weight-325: 325;
    --aura-font-weight-350: 350;
    --aura-font-weight-358: 358;
    --aura-font-weight-375: 375;
    --aura-font-weight-378: 378;
    --aura-font-weight-400: 400;
    --aura-font-weight-500: 500;
    --aura-font-weight-600: 600;
    --aura-font-weight-700: 700;
    --aura-font-weight-800: 800;
    /* Font Size */
    --aura-font-size-base: 1rem;
    --aura-font-size-2px: 0.125rem;
    --aura-font-size-7px: 0.4375rem;
    --aura-font-size-4px: 0.25rem;
    --aura-font-size-6px: 0.375rem;
    --aura-font-size-8px: 0.5rem;
    --aura-font-size-10px: 0.625rem;
    --aura-font-size-11px: 0.6875rem;
    --aura-font-size-12px: 0.75rem;
    --aura-font-size-13px: 0.8125rem;
    --aura-font-size-14px: 0.875rem;
    --aura-font-size-15px: 0.9375rem;
    --aura-font-size-16px: 1rem;
    --aura-font-size-17px: 1.13rem;
    --aura-font-size-18px: 1.125rem;
    --aura-font-size-20px: 1.25rem;
    --aura-font-size-21px: 1.3125rem;
    --aura-font-size-22px: 1.375rem;
    --aura-font-size-23px: 1.4375rem;
    --aura-font-size-24px: 1.5rem;
    --aura-font-size-25px: 1.563rem;
    --aura-font-size-26px: 1.625rem;
    --aura-font-size-27px: 1.6875rem;
    --aura-font-size-28px: 1.75rem;
    --aura-font-size-30px: 1.875rem;
    --aura-font-size-32px: 2rem;
    --aura-font-size-33px: 2.063rem;
    --aura-font-size-34px: 2.125rem;
    --aura-font-size-35px: 2.1875rem;
    --aura-font-size-36px: 2.25rem;
    --aura-font-size-37px: 2.3125rem;
    --aura-font-size-38px: 2.375rem;
    --aura-font-size-40px: 2.5rem;
    --aura-font-size-42px: 2.625rem;
    --aura-font-size-45px: 2.8125rem;
    --aura-font-size-46px: 2.875rem;
    --aura-font-size-48px: 3rem;
    --aura-font-size-50px: 3.125rem;
    --aura-font-size-52px: 3.25rem;
    --aura-font-size-54px: 3.375rem;
    --aura-font-size-56px: 3.5rem;
    --aura-font-size-57px: 3.5625rem;
    --aura-font-size-60px: 3.75rem;
    --aura-font-size-64px: 4rem;
    --aura-font-size-65px: 4.0625rem;
    --aura-font-size-66px: 4.125rem;
    --aura-font-size-70px: 4.375rem;
    --aura-font-size-74px: 4.625rem;
    --aura-font-size-80px: 5rem;
    --aura-font-size-156px: 9.75rem;
    --aura-font-size-243px: 15.18rem;
    --aura-font-size-250px: 15.625rem;
    --aura-font-size-315px: 19.6875rem;
    --aura-font-size-326px: 20.375rem;
    --aura-font-size-356px: 22.25rem;
}




.heading, body, section {
    position: relative;
}

body, textarea {
    font-size: 14px;
}

a, body, select {
    color: #232323;
}

.awe-btn, .tab-price table caption h2, .tabs .ui-tabs-nav li a {
    text-transform: uppercase;
}

.attraction_sidebar .attraction_heading, .menu-bars {
    -moz-user-select: none;
}

.awe-calendar-wrapper i, .owl-controls .owl-next, .owl-controls .owl-prev {
    transform: translate(0px, -50%);
}

.awe-textbox-wrapper i {
    transform: translate(0px, -50%);
}

#page-wrap, .awe-overflow-h {
    overflow: hidden;
}

a, button, input, select, textarea {
    outline: 0 none;
}

    a:focus, a:hover, button:focus, input:focus, select:focus, textarea:focus {
        outline: 0 none !important;
        text-decoration: none;
    }

body {
    font-family: Whitney-Light;
    letter-spacing: 0.014em;
    margin: 0;
    padding: 0;
}

.awe-btn, .h1, .h2, .h3, .h4, .h5, .h6, .heading, .shortcode-heading, h1, h2, h3, h4, h5, h6, select {
    font-family: Whitney-Light;
}

p {
    font-size: 17px;
    letter-spacing: 0.02em;
    line-height: 1.7em;
}

input, textarea {
    border-radius: 0;
}

    input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"] {
        -moz-appearance: none;
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d4d4d4;
        color: #666;
        font-family: Whitney-Light;
        font-size: 15px;
        height: 40px;
        line-height: 40px;
        padding: 0 26px 0 8px;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

select {
    font-size: 12px;
}

textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    color: #666;
    height: 140px;
    padding: 12px;
    resize: none;
    vertical-align: middle;
}

.awe-parallax, .awe-static, .banner-slider .slider-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

code, kbd, pre, samp {
    font-size: inherit;
}

code {
    background-color: #eee;
    letter-spacing: 0.015em;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.awe-color, .awe-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

*::-moz-selection {
    background-color: #232323;
    color: #fff;
}

#page-wrap {
    background-color: #f7f7f7;
}

.awe-parallax {
    background-attachment: fixed;
    background-size: cover;
    z-index: 0;
}

.fix-background-ios {
    background-attachment: scroll !important;
    background-size: auto 150% !important;
}

.awe-static {
    background-attachment: scroll;
    background-size: cover;
    color: #fff;
}

.awe-color {
    background-color: #232323;
    z-index: -3;
}

.awe-overlay {
    background-color: rgba(72, 72, 72, 0.3);
    z-index: 0;
}

.awe-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-width: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    min-width: 110px;
    padding: 8px 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

    .awe-btn.awe-btn-default {
        border: 2px solid #000;
    }

        .awe-btn.awe-btn-default:hover {
            background-color: #344a71;
            border-color: #344a71;
            color: #fff;
        }

    .awe-btn.awe-btn-1 {
        border: 2px solid #357ebd;
        color: #357ebd;
    }

        .awe-btn.awe-btn-1:hover {
            background-color: #357ebd;
            color: #fff;
        }

    .awe-btn.awe-btn-2 {
        border: 2px solid #4cae4c;
        color: #4cae4c;
    }

        .awe-btn.awe-btn-2:hover {
            background-color: #4cae4c;
            color: #fff;
        }

    .awe-btn.awe-btn-3 {
        border: 2px solid #46b8da;
        color: #46b8da;
    }

        .awe-btn.awe-btn-3:hover {
            background-color: #46b8da;
            color: #fff;
        }

    .awe-btn.awe-btn-4 {
        border: 2px solid #eea236;
        color: #eea236;
    }

        .awe-btn.awe-btn-4:hover {
            background-color: #eea236;
            color: #fff;
        }

    .awe-btn.awe-btn-5 {
        border: 2px solid #d43f3a;
        color: #d43f3a;
    }

        .awe-btn.awe-btn-5:hover {
            background-color: #d43f3a;
            color: #fff;
        }

    .awe-btn.awe-btn-6 {
        background-color: #344a71;
        border: 2px solid #344a71;
        color: #fff;
    }

        .awe-btn.awe-btn-6:hover {
            background-color: transparent;
            color: #344a71;
        }

    .awe-btn.awe-btn-7 {
        background-color: #357ebd;
        border: 2px solid #357ebd;
        color: #fff;
    }

        .awe-btn.awe-btn-7:hover {
            background-color: transparent;
            color: #357ebd;
        }

    .awe-btn.awe-btn-8 {
        background-color: #4cae4c;
        border: 2px solid #4cae4c;
        color: #fff;
    }

        .awe-btn.awe-btn-8:hover {
            background-color: transparent;
            color: #4cae4c;
        }

    .awe-btn.awe-btn-9 {
        background-color: #46b8da;
        border: 2px solid #46b8da;
        color: #fff;
    }

        .awe-btn.awe-btn-9:hover {
            background-color: transparent;
            color: #46b8da;
        }

    .awe-btn.awe-btn-10 {
        background-color: #eea236;
        border: 2px solid #eea236;
        color: #fff;
    }

        .awe-btn.awe-btn-10:hover {
            background-color: transparent;
            color: #eea236;
        }

    .awe-btn.awe-btn-11 {
        background-color: #d43f3a;
        border: 2px solid #d43f3a;
        color: #fff;
    }

        .awe-btn.awe-btn-11:hover {
            background-color: transparent;
            color: #d43f3a;
        }

    .awe-btn.awe-btn-12 {
        border: 2px solid #fff;
        color: #fff;
    }

        .awe-btn.awe-btn-12:hover {
            background-color: #e7c130;
            border-color: #e7c130;
            color: #fff;
        }

    .awe-btn.awe-btn-13 {
        /*#344a71*/
        background-color: #e51937 !important;
        border: 2px solid #e51937 !important;
        color: #fff;
    }

        .awe-btn.awe-btn-13:hover {
            background-color: #98012e !important;
            border-color: #98012e !important;
            color: #ffffff;
        }

    .awe-btn.awe-btn-14 {
        border: 2px solid #000;
    }

        .awe-btn.awe-btn-14:hover {
            background-color: #e7c130;
            border-color: #e7c130;
            color: #fff;
        }

.tb {
    display: table;
    width: 100%;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
}

.h1, .h5, .heading, h1, h5 {
   /* font-weight: 700;*/
}

    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 28px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 21px;
}

.h5, h5 {
    font-size: 18.15px;
}

.h6, h6 {
    font-size: 14.12px;
}

abbr {
    border-width: 2px;
    color: #a1d71a;
}

.mark, mark {
    background-color: #232323;
}

.icon {
    display: inline-block;
    font-style: normal;
}

.float-left {
    float: left;
}

.float-right, .hr::after {
    float: right;
}

.hr {
    height: 1px;
    width: 100%;
}

    .hr::after, .hr::before {
        content: "";
        height: 1px;
        width: 50%;
    }

    .hr::after {
        background-color: #e3e3e3;
        background-image: -moz-linear-gradient(left center, #e3e3e3, #fff);
    }

    .hr::before, .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
        float: left;
    }

    .bg-white, .hr::before {
        background-color: #fff;
    }

    .hr::before {
        background-image: -moz-linear-gradient(left center, #fff, #e3e3e3);
    }

.heading {
    color: #232323;
    font-size: 36px;
    line-height: 1;
    margin: 0;
}

    .heading.white {
        color: #fff;
    }

.sub-heading {
    color: #333;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}

.shortcode-heading {
    border-bottom: 2px dotted #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
}

blockquote {
    border: 2px solid #232323;
    margin: 0;
    padding: 15px 25px;
}

    blockquote p {
        color: #444;
        font-style: italic;
        font-weight: 600;
        line-height: 1.428em;
        margin: 0;
    }

        blockquote p::after, blockquote p::before {
            font-family: Whitney-Light;
            font-size: 28px;
            font-style: inherit;
        }

        blockquote p::before {
            content: "“";
            margin-right: 10px;
        }

        blockquote p::after {
            content: "”";
            margin-left: 10px;
        }

.awe-popup-overlay::after, .awe-popup-overlay::before, .header_top::after {
    content: "";
}

.bg-gray {
    background-color: #f1f1f1;
}

.bg-blue {
    background-color: #344a71;
}

.tabs, .tabs .ui-tabs-nav {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    padding: 0;
}

.tabs {
    border-radius: 0;
}

    .tabs .ui-tabs-nav {
        border-radius: 0;
        list-style: outside none none;
        margin: 0;
    }

        .tabs .ui-tabs-nav li {
            background-color: transparent !important;
            background-image: none !important;
            border-radius: 0;
            border-width: 0 !important;
            margin: 0 40px 0 0 !important;
        }

            .tabs .ui-tabs-nav li a {
                color: #232323 !important;
                font-family: Whitney-Light;
                font-weight: 500;
                padding: 0 !important;
            }

            .tabs .ui-tabs-nav li.ui-tabs-active a, .tabs .ui-tabs-nav li:hover a {
                color: #516d9b !important;
            }

    .tabs .ui-tabs-panel {
        margin-top: 30px;
        padding: 0;
    }

    .tabs.tabs-2 .ui-tabs-nav li {
        margin: 0 !important;
    }

        .tabs.tabs-2 .ui-tabs-nav li a {
            border: 2px solid transparent;
            font-family: Whitney-Light;
            padding: 7px 10px !important;
            transition: all 0.2s ease 0s;
        }

        .tabs.tabs-2 .ui-tabs-nav li:hover a {
            border-color: #464646;
            color: #232323 !important;
        }

        .tabs.tabs-2 .ui-tabs-nav li.ui-tabs-active a {
            background-color: #344a71;
            color: #fff !important;
        }

.accordion .ui-accordion-header {
    background-color: #344a71;
    border-radius: 0;
    border-width: 0;
    color: #fff;
    font-family: Whitney-Light;
    font-weight: 400;
    margin-top: 10px;
    outline: 0 none;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .accordion .ui-accordion-header .ui-accordion-header-icon {
        display: none;
    }

    .accordion .ui-accordion-header:first-child {
        margin-top: 0;
    }

.accordion .ui-accordion-content {
    background-color: transparent;
    border: 2px solid #344a71;
    border-radius: 0;
    padding: 15px 20px;
}

.alert {
    border-radius: 0;
    line-height: 1.5em;
    margin: 0;
}

.awe-calendar-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.awe-textbox-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.awe-calendar-wrapper .awe-calendar {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
    height: 40px;
    line-height: 36px;
    padding: 0 30px 0 10px;
    width: 100%;
    border-radius:6px;
}

    .awe-calendar-wrapper .awe-calendar:-moz-placeholder {
        color: #333;
    }

    .awe-calendar-wrapper .awe-calendar::-moz-placeholder {
        color: #333;
    }

.awe-calendar-wrapper i {
    color: #333;
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.awe-textbox-wrapper .awe-textbox {
    background-color: transparent;
    border: 2px solid #fff;
    color: #ffffff;
    height: 40px;
    line-height: 36px;
    padding: 0 26px 0 8px;
    width: 100%;
    border-radius:6px;
}

    .awe-textbox-wrapper .awe-textbox:-moz-placeholder {
        color: #fff;
    }

    .awe-textbox-wrapper .awe-textbox::-moz-placeholder {
        color: #fff;
    }

.awe-textbox-wrapper i {
    color: #ffffff;
    font-size: 14px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.bootstrap-select.btn-group.awe-select {
    width: auto;
}

    .bootstrap-select.btn-group.awe-select .dropdown-toggle {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 0;
        height: 40px;
        line-height: 36px;
        outline: 0 none;
        padding-bottom: 0;
        padding-top: 0;
        border-radius:6px;
    }

        .bootstrap-select.btn-group.awe-select .dropdown-toggle:focus {
            box-shadow: none;
            outline: 0 none !important;
        }

        .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret {
            color: #fff;
        }

        .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
            color: #fff;
            font-family: Whitney-Light;
            font-size: 12px;
        }

    .bootstrap-select.btn-group.awe-select .dropdown-menu {
        border-radius: 0;
        border-width: 0;
        margin: 0;
        padding: 0;
    }

        .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
            border-bottom: 1px solid #f1f1f1;
            color: #333;
            font-family: Whitney-Light;
            font-size: 12px;
            padding: 10px 20px;
            transition: all 0.3s ease 0s;
        }

            .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a:hover, .bootstrap-select.btn-group.awe-select .dropdown-menu ul li.selected a {
                background-color: #516d9b;
                border-bottom-color: #516d9b;
                color: #fff;
            }

        .bootstrap-select.btn-group.awe-select .dropdown-menu ul li:last-child a {
            border-bottom-width: 0;
        }

.tab-price table {
    vertical-align: middle;
    width: 100%;
}

    .tab-price table caption {
        padding: 0;
        position: relative;
        text-align: center;
    }

    .tab-price table thead th, .tab-price table tr td {
        font-family: Whitney-Light;
        padding: 15px 10px;
        text-align: center;
    }

    .tab-price table caption h2 {
        color: #333;
        font-family: Whitney-Light;
        font-size: 16.37px;
        line-height: 50px;
        margin: 0;
    }

    .tab-price table caption a {
        bottom: 0;
        color: #333;
        display: block;
        font-size: 18px;
        line-height: 50px;
        position: absolute;
        text-align: center;
        top: 0;
        transition: all 0.2s ease 0s;
        width: 40px;
    }

        .tab-price table caption a:hover {
            color: #e7c130;
        }

        .tab-price table caption a.prev {
            left: 0;
        }

.mfp-wrap .mfp-prevent-close.mfp-prevent-left, .owl-controls .owl-prev {
    left: 10px;
}

.tab-price table caption a.next {
    right: 0;
}

.tab-price table thead {
    border: 2px solid #333;
}

    .tab-price table thead th {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

.tab-price table tr td {
    border: 2px solid #333;
    color: #333;
    font-size: 16px;
    position: relative;
}

.ui-datepicker, .ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    padding: 0;
}

.tab-price table tr td .date {
    font-size: 13.6px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.tab-price table tr td.other-date .date {
    color: #b0afaf;
}

.tab-price table tr td.date-select {
    background-color: #e7c130;
    color: #fff;
}

.ui-datepicker {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    border-width: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 320px;
}

    .ui-datepicker .ui-datepicker-header {
        /*background-color: #3f5f91;*/
        border-radius: 0;
        border-width: 0;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
            color: #fff;
            font-family: Whitney-Light;
            font-size: 16px;
            line-height: 50px;
            text-transform: uppercase;
        }

        .ui-datepicker .ui-datepicker-header .ui-corner-all {
            -moz-user-select: none;
            border-radius: 0;
            border-width: 0;
            cursor: pointer;
            display: block;
            height: inherit;
            line-height: 50px;
            position: static;
            text-align: center;
            transition: all 0.3s ease 0s;
            width: 50px;
        }

.owl-controls .owl-next, .owl-controls .owl-pagination .owl-page, .owl-controls .owl-prev {
    transition: all 0.2s ease 0s;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all .ui-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    display: inline;
    height: inherit;
    margin: 0;
    position: static;
    text-indent: 0;
    width: inherit;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
    float: right;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
    background-color: #e7c130;
}

.ui-datepicker .ui-datepicker-calendar {
    margin: 0;
    width: 100%;
}

    .ui-datepicker .ui-datepicker-calendar thead th {
        background-color: #516d9b;
        color: #8ea6d4;
        font-family: Whitney-Light;
        font-weight: 400;
        padding: 12px 5px;
        text-transform: capitalize;
    }

    .ui-datepicker .ui-datepicker-calendar td a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-width: 0;
        color: #232323;
        font-family: Whitney-Light;
        padding: 7px 5px;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-calendar td a.ui-state-active, .ui-datepicker .ui-datepicker-calendar td a:hover {
            background-color: #516d9b;
            color: #fff;
        }

    .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
        background-color: #e7e7e7;
    }

.owl-controls .owl-next, .owl-controls .owl-prev {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
    z-index: 10;
}

    .owl-controls .owl-next:hover, .owl-controls .owl-prev:hover {
        border-color: #e7c130;
        color: #e7c130;
    }

.owl-controls .owl-next {
    right: 10px;
}

.awe-popup-overlay, .awe-popup-wrap {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.owl-controls .owl-pagination {
    font-size: 0;
}

    .owl-controls .owl-pagination .owl-page {
        border: 2px solid #fff;
        border-radius: 100%;
        display: inline-block;
        font-size: 14px;
        height: 8px;
        margin: 0 2px;
        width: 8px;
    }

.awe-popup-overlay, .awe-popup-wrap, .header_top .header_right .dropdown span, .header_top .header_right .dropdown ul, .header_top .header_right .dropdown ul li a, .header_top .header_right .login-register a {
    transition: all 0.3s ease 0s;
}

.owl-controls .owl-pagination .owl-page.active {
    background-color: #fff;
}

.awe-popup-overlay {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}

    .awe-popup-overlay.in {
        opacity: 1;
        visibility: visible;
    }

.awe-popup-wrap {
    max-height: 100%;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
    z-index: 999999;
}

    .awe-popup-wrap.in {
        opacity: 1;
        visibility: visible;
    }

    .awe-popup-wrap .awe-popup-content {
        display: inline-block;
        text-align: left;
    }

    .awe-popup-wrap .awe-popup-close {
        cursor: pointer;
        height: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 20px;
    }

        .awe-popup-wrap .awe-popup-close::after, .awe-popup-wrap .awe-popup-close::before {
            background-color: #e7c130;
            bottom: 0;
            content: "";
            height: 2px;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 20px;
        }

        .awe-popup-wrap .awe-popup-close::after {
            transform: rotate(45deg);
        }

        .awe-popup-wrap .awe-popup-close::before {
            transform: rotate(-45deg);
        }

.bg-1 {
    background-image: url("../images/banner/img-1.jpg");
}

.bg-2 {
    background-image: url("../images/banner/img-2.jpg");
}

.bg-3 {
    background-image: url("../images/banner/img-3.jpg");
}

.bg-4 {
    background-image: url("../images/banner/img-4.jpg");
}

.bg-5 {
    background-image: url("../images/banner/img-5.jpg");
}

.bg-6 {
    background-image: url("../images/banner/img-6.jpg");
}

.bg-7 {
    background-image: url("../images/banner/img-7.jpg");
}

.bg-8 {
    background-image: url("../images/banner/img-8.jpg");
}

.bg-9 {
    background-image: url("../images/banner/img-9.jpg");
}

.bg-10 {
    background-image: url("../images/banner/img-10.jpg");
}

.bg-11 {
    background-image: url("../images/banner/img-11.jpg");
}

.bg-12 {
    background-image: url("../images/banner/img-12.jpg");
}

.bg-13 {
    background-image: url("../images/banner/img-13.jpg");
}

.bg-14 {
    background-image: url("../images/banner/img-14.jpg");
}

.bg-15 {
    background-image: url("../images/banner/img-15.jpg");
}

.bg-16 {
    background-image: url("../images/banner/img-16.jpg");
}

.bg-17 {
    background-image: url("../images/banner/img-17.jpg");
}

.bg-18 {
    background-image: url("../images/banner/img-18.jpg");
}

.bg-19 {
    background-image: url("../images/banner/img-19.jpg");
}

.bg-20 {
    background-image: url("../images/banner/img-20.jpg");
}

.bg-21 {
    background-image: url("../images/banner/img-21.jpg");
}

#header {
    position: relative;
    z-index: 999;
}

.header_top {
    background-color: #1f232b;
}

    .header_top::after {
        clear: both;
        display: table;
    }

    .header_top .header_left span {
        color: #acacac;
        font-size: 12px;
        line-height: 36px;
        margin-right: 15px;
    }

        .header_top .header_left span i {
            font-size: 11px;
            margin-right: 5px;
        }

    .header_top .header_right {
        font-size: 0;
    }

        .header_top .header_right .login-register {
            text-transform: uppercase;
        }

            .header_top .header_right .login-register a {
                color: #acacac;
                display: inline-block;
                font-size: 12px;
                line-height: 36px;
                padding: 0 10px;
            }

                .header_top .header_right .login-register a.active, .header_top .header_right .login-register a:hover {
                    background-color: #fff;
                    color: #333;
                }

        .header_top .header_right .dropdown {
            display: inline-block;
            font-size: 12px;
            position: relative;
        }

            .header_top .header_right .dropdown span {
                color: #acacac;
                cursor: pointer;
                display: inline-block;
                line-height: 36px;
                padding-left: 10px;
                padding-right: 10px;
            }

                .header_top .header_right .dropdown span::after {
                    content: "";
                    font-family: FontAwesome;
                    margin-left: 5px;
                }

            .header_top .header_right .dropdown ul {
                background-color: #fff;
                list-style: outside none none;
                margin-bottom: 0;
                min-width: 115px;
                opacity: 0;
                padding: 0;
                position: absolute;
                right: 0;
                visibility: hidden;
                width: 100%;
                z-index: 9999;
            }

                .header_top .header_right .dropdown ul li a {
                    color: #333;
                    display: block;
                    font-size: 14px;
                    padding: 5px 20px;
                }

                    .header_top .header_right .dropdown ul li a:hover, .header_top .header_right .dropdown ul li.active a {
                        background-color: #516d9b;
                        color: #fff;
                    }

            .header_top .header_right .dropdown:hover span {
                background-color: #fff;
                color: #333;
            }

            .header_top .header_right .dropdown:hover ul {
                opacity: 1;
                visibility: visible;
            }

.header_content {
    background-color: #11172B;
    font-size: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 100%;
    z-index: 999;
    border-bottom:1px solid #fff;
}

    .header_content .container {
        position: relative;
    }

    .header_content .header_menu {
        display: inline-block;
        float: left;
        font-size: 14px;
        margin-left: 10%;
        text-align: left;
        vertical-align: middle;
    }

    .header_content .menu {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

        .header_content .menu > li {
            float: left;
            position: relative;
        }

            .header_content .menu > li > a {
                color: #fff;
                display: block;
                font-size: 16px;
                font-weight: 500;
                line-height: 84px;
                padding: 0 20px;
                text-transform: uppercase;
                transition: all 0.2s ease 0s;
            }

            .header_content .menu > li.current-menu-item > a, .header_content .menu > li:hover > a {
                /* background-color: #fff;*/
                color: #fff;
                border-color: #e01933;
                border-style: solid;
                border-width: 3px 0 3px;
            }

            .header_content .menu > li:hover > .sub-menu {
                opacity: 1;
                transform: translate(0px, 0px);
                visibility: visible;
            }

            .header_content .menu > li > .sub-menu {
                left: 0;
                margin: auto;
                right: 0;
            }

            .header_content .menu > li .sub-menu {
                background-color: #fff;
                border: 1px solid #f1f1f1;
                left: 0;
                list-style: outside none none;
                margin: 0;
                opacity: 0;
                padding: 10px 0;
                position: absolute;
                transform: translate(0px, 20px);
                transition: all 0.3s ease 0s;
                visibility: hidden;
                width: 180px;
            }

                .header_content .menu > li .sub-menu li a, .menu-bars {
                    transition: all 0.2s ease 0s;
                }

                .header_content .menu > li .sub-menu li {
                    float: none;
                    position: relative;
                }

                    .header_content .menu > li .sub-menu li a {
                        color: #232323;
                        display: block;
                        font-size: 14px;
                        padding: 7px 20px;
                    }

                        .header_content .menu > li .sub-menu li a span {
                            float: right;
                            position: relative;
                            top: 2px;
                        }

                    .header_content .menu > li .sub-menu li.current-menu-item > a, .header_content .menu > li .sub-menu li:hover > a {
                        background-color: #3a598b;
                        color: #fff;
                    }

                    .header_content .menu > li .sub-menu li:hover > .sub-menu {
                        opacity: 1;
                        transform: translate(0px, 0px);
                        visibility: visible;
                    }

                    .header_content .menu > li .sub-menu li .sub-menu {
                        left: 100%;
                        padding: 0;
                        top: 0;
                    }

.header_logo {
    float: left;
    line-height: 84px;
}

    .header_logo img {
        max-height: 53px;
    }

.header_tollfree {
    float: right;
}

    .header_tollfree div a, .header_tollfree div {
        color: #fff;
        display: inline-block;
        font-family: Whitney-Light;
        font-size: 25px;
        font-weight: 400;
        margin-top:6px;
        max-height: 53px;
        width: 100%;
    }

    .header_tollfree span {
        clear: both;
        color: #ffffff;
        font-size: 10pt;
        margin-right: 20px;
        width: 100%;
    }

.menu-bars {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 50px;
}

    .menu-bars span, .menu-bars span::after, .menu-bars span::before {
        background-color: #fff;
        height: 2px;
        position: absolute;
        transition: all 0.3s ease 0s;
    }

    .menu-bars span {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        right: 0;
        top: 0;
        width: 25px;
    }

        .menu-bars span::after, .menu-bars span::before {
            content: "";
            width: 100%;
        }

        .menu-bars span::after {
            top: -8px;
        }

        .menu-bars span::before {
            bottom: -8px;
        }

    .menu-bars:hover {
        background-color: #fff;
    }

        .menu-bars:hover span {
            background-color: transparent;
        }

            .menu-bars:hover span::after {
                background-color: #e7c130;
                transform: rotate(-45deg);
            }

            .menu-bars.active span::after, .menu-bars:hover span::before {
                transform: rotate(45deg);
            }

            .menu-bars:hover span::before {
                background-color: #e7c130;
            }

    .menu-bars.active {
        background-color: #fff;
    }

        .menu-bars.active span {
            background-color: transparent;
        }

            .menu-bars.active span::after {
                background-color: #e7c130;
            }

            .menu-bars.active span::before {
                background-color: #e7c130;
                transform: rotate(-45deg);
            }

.header_mobile, .header_mobile .header_menu {
    background-color: rgba(52, 74, 113, 0.85);
    z-index: 999;
}

.header_mobile {
    left: 0;
    position: absolute;
    right: 0;
}

    .header_mobile .container {
        padding-bottom: 10px;
        padding-top: 10px;
        position: relative;
    }

    .header_mobile .header_logo {
        display: inline-block;
        line-height: 1;
    }

    .header_mobile .header_tollfree {
        display: inline-block;
        line-height: 1;
    }

    .header_mobile .menu-bars {
        display: block;
    }

    .header_mobile .header_menu {
        bottom: 0;
        overflow-y: auto;
        position: fixed;
        right: -100%;
        top: 0;
        transition: right 0.5s cubic-bezier(0, 0.67, 0.35, 0.94) 0s;
        width: 100%;
    }

        .header_mobile .header_menu.active {
            left: 0;
        }

        .header_mobile .header_menu ul {
            list-style: outside none none;
            margin-bottom: 0;
            padding-left: 0;
        }

            .header_mobile .header_menu ul li a {
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                color: #fff;
                display: block;
                font-size: 14px;
                font-weight: 500;
                padding: 10px 40px 10px 20px;
                position: relative;
                text-transform: uppercase;
                transition: all 0.3s ease 0s;
            }

                .header_mobile .header_menu ul li a span {
                    border-left: 1px solid rgba(255, 255, 255, 0.1);
                    bottom: 0;
                    float: right;
                    position: absolute;
                    right: 0;
                    text-align: center;
                    top: 0;
                    width: 40px;
                    z-index: 1;
                }

                    .header_mobile .header_menu ul li a span::before {
                        content: "";
                        left: 50%;
                        position: absolute;
                        top: 50%;
                        transform: translate(-50%, -50%);
                    }

.accomd-modations-room .img::after, .accomd-modations-room_1 .img::after, .accomd-modations::before, .check-availability::before {
    bottom: 0;
    content: "";
}

.banner-slider .slider-item .slider-text, .event-item .text .text-cn {
    transform: translate(0px, -50%);
}

.header_mobile .header_menu ul li a:hover, .header_mobile .header_menu ul li.current-menu-item > a {
    background-color: #fff;
    color: #232323;
}

.header_mobile .header_menu ul li .sub-menu {
    background-color: rgba(52, 74, 113, 0.85);
    display: none;
}

.header_mobile .header_menu ul li > .sub-menu > li > a {
    padding-left: 35px;
}

.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 55px;
}

.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 75px;
}

.header_mobile .header_menu ul li > .sub-menu > li > .sub-menu > li > .sub-menu > .sub-menu > li > a {
    padding-left: 100px;
}

.header-sticky {
    backface-visibility: hidden;
    position: fixed;
    top: 0;
}

#slider-revolution ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.banner-slider .slider-item {
    background-size: cover;
    position: relative;
}

    .banner-slider .slider-item .slider-text {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .banner-slider .slider-item .slider-text .slider-caption {
            padding: 7px 0;
        }

        .banner-slider .slider-item .slider-text .awe-btn {
            margin-top: 30px;
        }

.banner-slider .owl-next, .banner-slider .owl-prev {
    height: 38px;
    line-height: 38px;
    width: 38px;
}

.slider-caption, .slider-caption-sub {
    line-height: 1;
    text-transform: uppercase;
}

.banner-slider .owl-prev {
    left: 50px;
}

.banner-slider .owl-next {
    right: 50px;
}

.slider-caption-sub {
    color: #fff;
    display: inline-block;
    font-size: 20px;
}

    .slider-caption-sub.slider-caption-sub-1 {
        font-size: 26px;
        font-weight: 700;
        letter-spacing: 28px;
    }

    .slider-caption-sub.slider-caption-sub-2 {
        color: #333;
    }

    .slider-caption-sub.slider-caption-sub-3 {
        font-family: Whitney-Light;
        font-size: 26px;
    }

.slider-caption {
    color: #fff;
    font-family: Whitney-Light;
    font-size: 60px;
}

    .slider-caption small {
        color: #fff;
        display: inline-block;
        font-family: Whitney-Light;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.15em;
    }

    .slider-caption.slider-caption-1 {
        font-weight: 700;
    }

    .slider-caption.slider-caption-2 {
        color: #333;
        font-size: 80px;
        font-weight: 700;
    }

        .slider-caption.slider-caption-2 small {
            color: #333;
        }

    .slider-caption.slider-caption-3 {
        font-size: 80px;
    }

.slider-icon {
    display: inline-block;
    padding: 5px 0;
}

.awe-btn.awe-btn-slider {
    font-size: 14px;
    padding: 10px 30px;
    transition: none 0s ease 0s;
}

#preloader {
    background-color: #f1f1f1;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

    #preloader .preloader-dot {
        animation: 3s ease 0s normal none infinite running preloader;
        border: 2px solid #344a71;
        border-radius: 100%;
        bottom: 0;
        height: 0;
        left: 0;
        margin: auto;
        opacity: 1;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
    }

.accomd-modations, .sub-banner {
    position: relative;
}

@keyframes preloader {
    0% {
        border-width: 2px;
    }

    100% {
        border-width: 50px;
        opacity: 0;
    }
}

@keyframes preloader {
    0% {
        border-width: 2px;
    }

    100% {
        border-width: 50px;
        opacity: 0;
    }
}

@keyframes preloader {
    0% {
        border-width: 2px;
    }

    100% {
        border-width: 50px;
        opacity: 0;
    }
}

.section-sub-banner {
    margin-top: 80px;
}

.sub-banner .text {
    padding-bottom: 50px;
}

    .sub-banner .text h2 {
        color: #fff;
        font-family: Whitney-Light;
        font-size: 35.68px;
        margin-bottom: 0;
        margin-top: 70px;
        text-transform: uppercase;
    }

    .sub-banner .text p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
    }

.section-accommo_1 {
    padding-top: 50px;
}

.accomd-modations {
    padding: 90px 0;
}

    .accomd-modations::before {
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        right: 74.36%;
        top: 0;
        width: 5000px;
    }

.accomd-modations-room .img img, .accomd-modations-room_1 .img img {
    width: 100%;
}

.accomd-modations .accomd-modations-content {
    margin-top: -30px;
}

.accomd-modations-content .accomd-modations-room {
    margin-top: 30px;
}

.accomd-modations-content.owl-single .owl-next, .accomd-modations-content.owl-single .owl-prev {
    display: none;
}

.accomd-modations-content.owl-single .owl-pagination {
    margin-top: 20px;
    text-align: center;
}

.accomd-modations-header {
    margin-top: 150px;
}

    .accomd-modations-header p {
        margin-bottom: 0;
        margin-top: 10px;
    }

.accomd-modations-room, .accomd-modations-room .img {
    position: relative;
}

    .accomd-modations-room .img::after {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9)) repeat scroll 0 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all 0.3s ease-out 0s;
        visibility: hidden;
    }

    .accomd-modations-room .text {
        background-color: #344a71;
        left: 18px;
        padding: 10px 20px;
        position: absolute;
        top: 0;
    }

        .accomd-modations-room .text h2 {
            font-family: Whitney-Light;
            font-size: 20px;
            font-weight: 400;
            margin: 0;
        }

        .accomd-modations-room .text .price, .accomd-modations-room_1 .text .price, .accomd-modations-room_1 .text h2, .check-availability h2 {
            font-family: Whitney-Light;
        }

        .accomd-modations-room .text h2 a {
            color: #fff;
            transition: all 0.3s ease 0s;
        }

            .accomd-modations-room .text h2 a:hover {
                color: #e7c130;
            }

        .accomd-modations-room .text .price {
            color: #8ea6d4;
            margin-bottom: 0;
            margin-top: 5px;
        }

            .accomd-modations-room .text .price .amout {
                color: #fff;
                font-size: 26px;
                margin-right: 10px;
            }

    .accomd-modations-room:hover .img::after {
        opacity: 1;
        top: 0;
        visibility: visible;
    }

.accomd-modations_1 .heading {
    margin-bottom: 40px;
}

.accomd-modations-content_1 {
    margin-left: -15px;
    margin-right: -15px;
}

    .accomd-modations-content_1 .owl-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .accomd-modations-content_1 .owl-pagination {
        position: absolute;
        right: 15px;
        top: -60px;
    }

        .accomd-modations-content_1 .owl-pagination .owl-page {
            border-color: #333;
            margin: 0 4px;
        }

            .accomd-modations-content_1 .owl-pagination .owl-page.active {
                background-color: #333;
            }

.accomd-modations-room_1 .img {
    position: relative;
}

    .accomd-modations-room_1 .img::after {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9)) repeat scroll 0 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all 0.3s ease-out 0s;
        visibility: hidden;
    }

.accomd-modations-room_1 .text {
    margin-top: 20px;
}

    .accomd-modations-room_1 .text h2 {
        font-size: 24px;
        text-transform: uppercase;
    }

        .accomd-modations-room_1 .text h2 a {
            color: #333;
            transition: all 0.3s ease 0s;
        }

            .accomd-modations-room_1 .text h2 a:hover {
                color: #e7c130;
            }

    .accomd-modations-room_1 .text .desc {
        color: #333;
        font-size: 15px;
        line-height: 1.5em;
        margin-bottom: 25px;
        margin-top: 5px;
    }

    .accomd-modations-room_1 .text .price {
        color: #898989;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .accomd-modations-room_1 .text .price .amout {
            color: #516d9b;
            font-size: 30px;
        }

    .accomd-modations-room_1 .text .awe-btn {
        margin-left: 20px;
    }

.accomd-modations-room_1:hover .img::after {
    opacity: 1;
    top: 0;
    visibility: visible;
}

.section-check-availability {
    position: relative;
    z-index: 20;
}

.check-availability {
    margin-top: -110px;
    padding: 20px 0;
    position: relative;
}

    .check-availability::before {
        background-color: #11172B; display: block;
        left: -5000px;
        position: absolute;
        top: 0;
        width: 10000px;
        z-index: 0;
    }

    .check-availability h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        line-height: 1;
        margin: 0;
        padding-left: 60px;
        position: relative;
    }

        .check-availability h2::before {
            border: 3px solid #e7c130;
            border-radius: 100%;
            bottom: 0;
            color: #e7c130;
            content: "";
            display: block;
            font-family: FontAwesome;
            font-size: 18px;
            height: 40px;
            left: 0;
            line-height: 34px;
            margin: auto;
            position: absolute;
            text-align: center;
            top: 0;
            width: 40px;
        }

.home-guestbook::after, .home-guestbook::before, .our-best .text ul li::before {
    content: "";
}

.home-about .img, .home-guestbook, .our-best .text, .our-best .text ul li::before {
    position: relative;
}

.check-availability .availability-form {
    font-size: 0;
    margin-top: 5px;
    position: relative;
   /* text-align: right;*/
}

    .check-availability .availability-form .awe-calendar-wrapper {
        margin-right: 10px;
        width: 145px;
    }

    .check-availability .availability-form .awe-textbox-wrapper {
        margin-right: 10px;
        width: 165px;
    }

        .check-availability .availability-form .awe-textbox-wrapper .awe-textbox {
            border-color: #fff;
            color: #fff;
        }

    .check-availability .availability-form .awe-calendar-wrapper .awe-calendar:-moz-placeholder {
        color: #fff;
    }

    .check-availability .availability-form .awe-calendar-wrapper .awe-calendar::-moz-placeholder {
        color: #fff;
    }

    .check-availability .availability-form .awe-calendar-wrapper i {
        color: #fff;
    }

    .check-availability .availability-form .awe-calendar-wrapper .awe-calendar {
        border-color: #fff;
        color: #fff;
    }

        .check-availability .availability-form .awe-calendar-wrapper .awe-calendar:-moz-placeholder {
            color: #fff;
        }

        .check-availability .availability-form .awe-calendar-wrapper .awe-calendar::-moz-placeholder {
            color: #fff;
        }

    .check-availability .availability-form .awe-calendar-wrapper i {
        color: #fff;
    }

    .check-availability .availability-form .bootstrap-select.btn-group.awe-select {
        margin-right: 10px;
        width: 100px;
    }

.home-about .img img, .our-best .img img {
    width: 100%;
}

.check-availability .availability-form .vailability-submit {
    display: inline-block;
    vertical-align: middle;
}

    .check-availability .availability-form .vailability-submit .awe-btn {
        color: #fff;
        font-size: 16px;
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

.section-home-about {
    padding-top: 20px;
}

.home-about .text .heading {
    margin-top: 15px;
}

.home-about .text span {
    color: #333;
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.home-about .text p {
    color: #232323;
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 25px;
}

.home-about .text .awe-btn {
    margin-top: 25px;
}

.our-best .img, .our-best .text {
    margin-top: 30px;
}

.section-our-best {
    padding-bottom: 70px;
    padding-top: 40px;
}

.our-best .text p {
    color: #333;
    line-height: 1.428em;
    margin-bottom: 0;
    margin-top: 25px;
}

.our-best .text ul {
    display: table;
    font-size: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 25px;
    overflow: hidden;
    padding-left: 0;
}

    .our-best .text ul li {
        color: #232323;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin-top: 15px;
        padding-right: 15px;
        width: calc(50% - 1px);
    }

.event-item .text h2, .news-item .text h2, .sidebar .widget .widget-title {
    font-family: Whitney-Light;
    font-weight: 700;
    text-transform: uppercase;
}

.our-best .text ul li::before {
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    height: 5px;
    margin-right: 15px;
    top: -2px;
    width: 5px;
}

.guestbook-item .img, .guestbook-item_1 .img img {
    border-radius: 100%;
}

.our-best .text ul li:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}

.home-guestbook {
    padding: 100px 0;
}

    .home-guestbook::after {
        clear: both;
        display: table;
    }

    .home-guestbook::before {
        background-color: rgba(255, 255, 255, 0.9);
        bottom: 0;
        left: 74.35%;
        position: absolute;
        top: 0;
        width: 10000px;
        z-index: 0;
    }

.guestbook-content {
    margin-top: 40px;
}

    .guestbook-content .owl-buttons {
        display: none;
    }

    .guestbook-content .owl-pagination {
        margin-left: 165px;
        margin-top: 20px;
    }

.guestbook-header {
    position: relative;
    z-index: 1;
}

    .guestbook-header p {
        color: #232323;
        font-size: 16px;
        line-height: 1.428em;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .guestbook-header .awe-btn, .section-event-news .news {
        margin-top: 40px;
    }

.guestbook-item {
    padding-right: 70px;
}

    .guestbook-item .img {
        border-radius: 100%;
        float: left;
        height: 115px;
        margin-right: 30px;
        overflow: hidden;
        width: 115px;
    }

    .guestbook-item .text {
        overflow: hidden;
        padding-left: 20px;
        padding-top: 10px;
    }

        .guestbook-item .text p {
            color: #fff;
            font-size: 15px;
            line-height: 1.4em;
            margin-bottom: 15px;
            position: relative;
        }

            .guestbook-item .text p::before {
                content: "“";
                font-family: Whitney-Light;
                font-size: 40px;
                left: -20px;
                position: absolute;
                top: 0;
            }

            .guestbook-item .text p::after {
                content: "„";
                font-family: Whitney-Light;
                font-size: 40px;
                line-height: 0;
                margin-left: 10px;
            }

        .guestbook-item .text span {
            color: #fff;
        }

            .guestbook-item .text span strong {
                font-size: 20px;
                margin-right: 20px;
            }

.section-event-news {
    padding-top: 70px;
}

.event-news {
    margin-top: -40px;
    padding-bottom: 70px;
    position: relative;
}

    .event-news p {
        color: #636363;
        margin-bottom: 0;
    }

    .event-news .hr {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
    }

.news {
    overflow: hidden;
}

    .news p {
        margin-bottom: 5px;
    }

    .news .news-item {
        margin-top: 25px;
    }

    .news .awe-btn {
        margin-top: 20px;
    }

.news-item {
    background-color: #fafafa;
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

    .news-item .img, .news-item .text {
        display: inline-block;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-item .img {
        position: relative;
        width: 50%;
    }

        .news-item .img::before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
            bottom: 0;
            content: "";
            left: 15px;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 50%;
            transition: all 0.3s ease-out 0s;
        }

    .news-item .text .read-more, .news-item .text h2 a {
        transition: all 0.3s ease 0s;
    }

    .news-item .img img {
        width: 100%;
    }

    .news-item .text {
        vertical-align: middle;
        width: calc(50% - 1px);
    }

        .news-item .text .date {
            color: #898989;
            font-size: 20px;
        }

        .news-item .text h2 {
            font-size: 17px;
        }

            .news-item .text h2 a {
                color: #516d9b;
            }

                .news-item .text h2 a:hover {
                    color: #e7c130;
                }

        .news-item .text .read-more {
            color: #898989;
            display: inline-block;
            font-size: 13px;
            margin-top: 10px;
        }

            .news-item .text .read-more:hover {
                color: #e7c130;
            }

    .news-item:hover .img::before {
        opacity: 1;
        top: 0;
    }

.gallery-content .gallery_item .text, .gallery-content .gallery_item::before {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
}

.event {
    margin-top: 40px;
}

    .event .event-slide .owl-next, .event .event-slide .owl-prev {
        display: none;
    }

    .event .event-slide .owl-pagination {
        bottom: 15px;
        left: 17px;
        position: absolute;
    }

    .event .event-item {
        margin-top: 30px;
    }

.event-item {
    position: relative;
}

    .event-item .img, .event-item .img img {
        width: 100%;
    }

    .event-item .text {
        background-color: rgba(52, 74, 133, 0.9);
        bottom: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 130px;
    }

        .event-item .text .text-cn {
            padding: 10px;
            position: absolute;
            top: 50%;
            width: 100%;
        }

        .event-item .text h2 {
            color: #fff;
            font-size: 26px;
            line-height: 1.3em;
        }

        .event-item .text span {
            color: #fff;
            display: block;
            font-size: 12px;
            margin-top: 10px;
        }

.guestbook-event .event-slide .owl-next, .guestbook-event .event-slide .owl-prev, .guestbook-event .guestbook-content_1 .owl-next, .guestbook-event .guestbook-content_1 .owl-prev {
    display: none;
}

.event-item .text .awe-btn {
    margin-top: 10px;
}

.section-guestbook-event {
    padding-top: 70px;
}

.guestbook-event {
    margin-top: -70px;
}

    .guestbook-event .heading {
        margin-top: 70px;
    }

    .guestbook-event .guestbook-content_1 {
        margin-top: 60px;
    }

        .guestbook-event .guestbook-content_1 .owl-pagination {
            margin-top: 45px;
        }

            .guestbook-event .guestbook-content_1 .owl-pagination .owl-page {
                border-color: #333;
            }

                .guestbook-event .guestbook-content_1 .owl-pagination .owl-page.active {
                    background-color: #333;
                }

    .guestbook-event .event-slide {
        margin-top: 40px;
    }

        .guestbook-event .event-slide .owl-pagination {
            bottom: 15px;
            left: 20px;
            position: absolute;
        }

.guestbook-item_1 {
    overflow: hidden;
}

    .guestbook-item_1 .img img {
        border-radius: 100%;
        display: inline-block;
        margin-right: 30px;
        max-width: 115px;
        vertical-align: middle;
    }

    .guestbook-item_1 .img span {
        color: #898989;
        display: inline-block;
        font-size: 13px;
        vertical-align: middle;
    }

        .guestbook-item_1 .img span strong {
            color: #333;
            display: block;
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 3px;
        }

    .guestbook-item_1 .text {
        color: #333;
        margin-top: 40px;
    }

        .guestbook-item_1 .text p {
            line-height: 1.4em;
            margin-bottom: 0;
        }

.section-gallery {
    padding-bottom: 70px;
    padding-top: 60px;
}

.section-icon {
    padding: 50px 0;
}

    .section-icon span {
        display: block;
        font-size: 20px;
        margin-top: 20px;
        padding-left: 50px;
        position: relative;
    }

        .section-icon span::before {
            display: inline-block;
            font-size: 14px;
            left: 0;
            position: absolute;
            vertical-align: middle;
            width: 50px;
        }

.section_page-gallery {
    background-color: #fff;
    padding-bottom: 120px;
    padding-top: 40px;
}

.gallery .heading {
    margin-bottom: 40px;
}

.gallery.no-padding .gallery-cat {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery.no-padding .gallery-content {
    margin-top: 40px;
}

    .gallery.no-padding .gallery-content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .gallery.no-padding .gallery-content [class*="col-"] {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .gallery.no-padding .gallery-content .item {
        margin-top: 0;
    }

.gallery-content .our-gallery, .gallery.gallery-3 .gallery-content [class*="col-"] {
    margin-top: 30px;
}

.gallery-content {
    margin-top: 20px;
}

    .gallery-content .gallery_item {
        overflow: hidden;
        position: relative;
    }

        .gallery-content .gallery_item img {
            width: 100%;
        }

        .gallery-content .gallery_item .icon {
            color: #fff;
            font-size: 40px;
            left: 50%;
            line-height: 1;
            pointer-events: none;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .gallery-content .gallery_item::before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9)) repeat scroll 0 0;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
        }

        .gallery-content .gallery_item .text {
            bottom: 10px;
            color: #fff;
            font-family: Whitney-Light;
            font-size: 16px;
            font-weight: 400;
            left: 15px;
            position: absolute;
            right: 15px;
            transform: translate(0px, 50%);
            visibility: hidden;
            z-index: 10;
        }

        .gallery-content .gallery_item:hover .text {
            opacity: 1;
            transform: translate(0px, 0px);
            visibility: visible;
        }

.mfp-wrap .mfp-prevent-close, .widgetsearch::before {
}

.gallery-content .gallery_item:hover::before {
    opacity: 1;
    top: 0;
}

.gallery-content .our-gallery .awe-btn {
    min-width: 180px;
}

.gallery-isotope .item-isotope {
    float: left;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery-isotope.pd-0 .item-isotope {
    margin-top: 0;
    padding: 0;
}

.gallery-isotope.col-3 .item-isotope, .gallery-isotope.col-3 .item-size {
    width: 33.3333%;
}

.gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-4 .item-size {
    width: 25%;
}

    .gallery-isotope.col-4 .item-isotope.larger {
        width: 50%;
    }

.gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
    width: 16.6667%;
}

.gallery-cat ul {
    font-size: 0;
    margin-bottom: 0;
}

    .gallery-cat ul li {
        font-size: 16px;
    }

        .gallery-cat ul li a {
            color: #232323;
            display: block;
            font-weight: 500;
            padding: 7px 15px;
            text-transform: uppercase;
            transition: all 0.2s ease 0s;
        }

.mfp-wrap .mfp-content .mfp-figure .mfp-close, .mfp-wrap .mfp-prevent-close {
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.gallery-cat ul li.active a, .gallery-cat ul li:hover a {
    background-color: #344a71;
    color: #fff;
}

.mfp-wrap {
    cursor: default;
}

    .mfp-wrap .mfp-content .mfp-figure {
        background-color: #1f232b;
        padding-bottom: 0;
        position: relative;
    }

        .mfp-wrap .mfp-content .mfp-figure::after {
            content: none;
        }

        .mfp-wrap .mfp-content .mfp-figure .mfp-close {
            background-color: #7c7c7c;
            border-radius: 100%;
            cursor: pointer;
            font-size: 20px;
            height: 20px;
            line-height: 20px;
            padding: 0;
            position: absolute;
            right: 7px;
            top: 7px;
            transition: all 0.3s ease 0s;
            width: 20px;
        }

            .mfp-wrap .mfp-content .mfp-figure .mfp-close:hover {
                background-color: #e7c130;
            }

        .mfp-wrap .mfp-content .mfp-figure .mfp-img {
            padding: 30px 30px 60px;
        }

        .mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar {
            bottom: 17px;
            font-weight: 500;
            left: 30px;
            margin: 0;
            position: absolute;
            right: 30px;
            text-align: center;
            top: inherit;
            width: inherit;
        }

            .mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-title {
                color: #fff;
                display: inline-block;
                font-size: 16px;
                padding-right: 10px;
                position: static;
            }

            .mfp-wrap .mfp-content .mfp-figure .mfp-bottom-bar .mfp-counter {
                display: inline-block;
                font-size: 16px;
                position: static;
            }

    .mfp-wrap .mfp-prevent-close {
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 100%;
        height: 36px;
        line-height: 30px;
        position: absolute;
        top: 50%;
        transform: translate(0px, -50%);
        transition: all 0.3s ease 0s;
        width: 36px;
    }

.sidebar .widget.widget_check_availability .check_availability .check_availability-field .awe-calendar-wrapper, .sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select {
    width: 100%;
}

.mfp-wrap .mfp-prevent-close:hover {
    border-color: #e7c130;
    color: #e7c130;
}

.mfp-wrap .mfp-prevent-close.mfp-prevent-right {
    right: 10px;
}

.section-blog {
    padding-bottom: 50px;
}

.sidebar {
    margin-right: 70px;
}

    .sidebar .widget {
        margin-top: 40px;
    }

        .sidebar .widget .widget-title {
            color: #232323;
            font-size: 18px;
            margin-bottom: 20px;
            margin-top: 0;
        }

        .sidebar .widget ul {
            list-style: outside none none;
            margin-bottom: 0;
            padding-left: 0;
        }

        .sidebar .widget.widget_check_availability {
            background-color: #f1f1f1;
        }

            .sidebar .widget.widget_check_availability .widget-title {
                color: #333;
                font-size: 16px;
                line-height: 50px;
                margin: 0;
                text-align: center;
            }

            .sidebar .widget.widget_check_availability .check_availability {
                border-top: 1px solid #e4e4e4;
                padding: 0 20px 30px;
            }

                .sidebar .widget.widget_check_availability .check_availability .check_availability_title {
                    color: #344a71;
                    font-family: Whitney-Light;
                    font-size: 14px;
                    font-weight: 700;
                    margin-top: 25px;
                    text-transform: uppercase;
                }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability_title::before {
                        border-left: 2px solid #38486a;
                        content: "";
                        display: inline-block;
                        height: 10px;
                        margin-right: 10px;
                    }

                .sidebar .widget.widget_check_availability .check_availability .check_availability-field {
                    margin-top: 15px;
                }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability-field label {
                        color: #232323;
                        display: block;
                        font-family: Whitney-Light;
                        font-size: 12px;
                        margin-bottom: 10px;
                        text-transform: uppercase;
                    }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability-field .awe-calendar-wrapper .awe-calendar {
                        background-color: #fff;
                        border-width: 0;
                        color: #898989;
                        font-weight: 500;
                        height: 30px;
                        line-height: 30px;
                    }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle {
                        background-color: #fff;
                        border-width: 0;
                        height: 30px;
                        line-height: 30px;
                    }

                        .sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret, .sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
                            color: #333;
                        }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
                        padding: 7px 10px;
                    }

                .sidebar .widget.widget_check_availability .check_availability .check_availability_group {
                    padding-left: 70px;
                    position: relative;
                }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability_group::after {
                        clear: both;
                        content: "";
                        display: table;
                    }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability_group .label-group {
                        bottom: 5px;
                        color: #232323;
                        font-family: Whitney-Light;
                        font-size: 12px;
                        font-weight: 700;
                        left: 0;
                        position: absolute;
                        text-transform: uppercase;
                    }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability_group .check_availability-field_group {
                        margin-left: -4px;
                        margin-right: -4px;
                    }

                    .sidebar .widget.widget_check_availability .check_availability .check_availability_group .check_availability-field {
                        float: left;
                        padding-left: 4px;
                        padding-right: 4px;
                        width: 50%;
                    }

                .sidebar .widget.widget_check_availability .check_availability .awe-btn {
                    font-size: 14px;
                    margin-top: 30px;
                    padding: 10px;
                    width: 100%;
                }

        .sidebar .widget .widget-deal .item {
            position: relative;
        }

            .sidebar .widget .widget-deal .item::after {
                background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9)) repeat scroll 0 0;
                bottom: 0;
                content: "";
                left: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0;
            }

            .sidebar .widget .widget-deal .item .img {
                position: relative;
            }

                .sidebar .widget .widget-deal .item .img img {
                    width: 100%;
                }

            .sidebar .widget .widget-deal .item .text {
                bottom: 30px;
                left: 0;
                padding: 0 10px;
                position: absolute;
                right: 0;
                text-align: center;
                z-index: 10;
            }

                .sidebar .widget .widget-deal .item .text h2 {
                    color: #fff;
                    font-size: 20px;
                    font-weight: 400;
                    margin: 0;
                    text-transform: uppercase;
                }

                .sidebar .widget .widget-deal .item .text .price {
                    color: #fff;
                    font-family: Whitney-Light;
                    font-size: 39px;
                    font-weight: 700;
                    line-height: 1;
                    margin-bottom: 0;
                    margin-top: 5px;
                }

                .sidebar .widget .widget-deal .item .text .awe-btn {
                    margin-top: 10px;
                }

        .sidebar .widget .widget-deal .owl-controls .owl-buttons {
            display: none;
        }

        .sidebar .widget .widget-deal .owl-controls .owl-pagination {
            bottom: 10px;
            position: absolute;
            right: 15px;
        }

        .sidebar .widget.widget_categories ul {
            margin-top: -7px;
        }

            .sidebar .widget.widget_categories ul li a {
                color: #333;
                display: inline-block;
                padding: 7px 0;
                transition: all 0.2s ease 0s;
            }

            .sidebar .widget.widget_categories ul li.current-cat > a, .sidebar .widget.widget_categories ul li:hover > a {
                color: #e7c130;
            }

            .sidebar .widget.widget_categories ul li .sub-menu {
                margin-left: 20px;
                margin-top: 0;
            }

        .sidebar .widget.widget_upcoming_events ul {
            margin-top: -10px;
        }

            .sidebar .widget.widget_upcoming_events ul li {
                overflow: hidden;
                padding: 10px 0;
            }

                .sidebar .widget.widget_upcoming_events ul li .event-date {
                    border: 2px solid #232323;
                    color: #000;
                    display: block;
                    float: left;
                    font-size: 16px;
                    height: 68px;
                    line-height: 1;
                    margin-right: 20px;
                    padding: 5px 10px;
                    text-align: center;
                    transition: all 0.3s ease 0s;
                    width: 70px;
                }

                    .sidebar .widget.widget_upcoming_events ul li .event-date strong {
                        display: block;
                        font-family: Whitney-Light;
                        font-size: 34px;
                        font-weight: 400;
                        margin-bottom: 3px;
                    }

                .sidebar .widget.widget_recent_entries ul li a, .sidebar .widget.widget_upcoming_events ul li .text a {
                    font-family: Whitney-Light;
                    font-weight: 700;
                    text-transform: uppercase;
                    transition: all 0.2s ease 0s;
                }

                .sidebar .widget.widget_upcoming_events ul li .text {
                    margin-top: 5px;
                    overflow: hidden;
                }

                    .sidebar .widget.widget_upcoming_events ul li .text a {
                        color: #232323;
                    }

                        .sidebar .widget.widget_upcoming_events ul li .text a:hover {
                            color: #e7c130;
                        }

                    .sidebar .widget.widget_upcoming_events ul li .text .date {
                        color: #898989;
                        display: block;
                        margin-top: 5px;
                    }

                .sidebar .widget.widget_upcoming_events ul li:hover .event-date {
                    border-color: #e7c130;
                    color: #e7c130;
                }

        .sidebar .widget.widget_recent_entries ul {
            margin-top: -7px;
        }

            .sidebar .widget.widget_recent_entries ul li {
                overflow: hidden;
                padding: 7px 0;
            }

                .sidebar .widget.widget_recent_entries ul li .img {
                    float: left;
                    margin-right: 20px;
                    width: 70px;
                }

                    .sidebar .widget.widget_recent_entries ul li .img img {
                        width: 100%;
                    }

                .sidebar .widget.widget_recent_entries ul li a {
                    color: #232323;
                }

                    .sidebar .widget.widget_recent_entries ul li a:hover {
                        color: #e7c130;
                    }

                .sidebar .widget.widget_recent_entries ul li .date {
                    color: #898989;
                    display: block;
                    margin-top: 5px;
                }

        .sidebar .widget.widget_social .widget-social a, .sidebar .widget.widget_tag_cloud .tagcloud a {
            display: inline-block;
            transition: all 0.2s ease 0s;
        }

        .sidebar .widget.widget_recent_entries.has_thumbnail ul {
            margin-top: -10px;
        }

            .sidebar .widget.widget_recent_entries.has_thumbnail ul li {
                padding: 10px 0;
            }

        .sidebar .widget.widget_tag_cloud .tagcloud {
            font-size: 0;
            margin-top: -10px;
        }

            .sidebar .widget.widget_tag_cloud .tagcloud a {
                border: 2px solid #232323;
                font-size: 12px;
                font-weight: 500;
                margin-right: 10px;
                margin-top: 10px;
                padding: 5px 15px;
            }

                .sidebar .widget.widget_tag_cloud .tagcloud a:hover {
                    background-color: #344a71;
                    border-color: #344a71;
                    color: #fff;
                }

        .sidebar .widget.widget_social .widget-social {
            font-size: 0;
            margin-top: -10px;
        }

            .sidebar .widget.widget_social .widget-social a {
                border: 2px solid #232323;
                border-radius: 100%;
                color: #232323;
                font-size: 18px;
                height: 32px;
                line-height: 32px;
                margin-right: 25px;
                margin-top: 10px;
                text-align: center;
                width: 32px;
            }

                .sidebar .widget.widget_social .widget-social a:hover {
                    border-color: #e7c130;
                    color: #e7c130;
                }

.widgetsearch {
    border: 2px solid #232323;
    font-size: 14px;
    position: relative;
}

    .widgetsearch::before {
        content: "";
        font-family: FontAwesome;
        font-size: 18px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translate(0px, -50%);
    }

    .widgetsearch .input-text {
        background-color: #fff;
        border-width: 0;
        color: #333;
        font-weight: 500;
        height: 50px;
        line-height: 50px;
        padding-right: 50px;
        width: 100%;
    }

        .widgetsearch .input-text:-moz-placeholder {
            color: #333;
        }

        .widgetsearch .input-text::-moz-placeholder {
            color: #333;
        }

    .widgetsearch .input-submit {
        display: none;
    }

.post, .post .entry-media {
    position: relative;
}

    .post .entry-media img {
        width: 100%;
    }

    .post .entry-media .count-date {
        background-color: rgba(52, 74, 113, 0.85);
        bottom: 0;
        color: #fff;
        padding: 15px 30px;
        position: absolute;
        right: 0;
        z-index: 20;
    }

        .post .entry-media .count-date span {
            display: inline-block;
            font-family: Whitney-Light;
            font-size: 30px;
            line-height: 1;
            padding: 0 10px;
            text-align: center;
        }

            .post .entry-media .count-date span span {
                display: block;
                font-family: Whitney-Light;
                font-size: 12px;
                margin-top: 5px;
                text-transform: uppercase;
            }

    #comments .comment-title, .post .entry-header h1, .post .entry-header h2 a, .post .entry-media .posted-on strong {
        font-family: Whitney-Light;
    }

    .post .entry-media::before {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all 0.5s ease 0s;
        z-index: 10;
    }

    .post .entry-media .post-format {
        border-radius: 100%;
        color: #fff;
        display: block;
        font-size: 50px;
        left: 50%;
        line-height: 1;
        pointer-events: none;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .post .entry-media .posted-on {
        border: 2px solid #232323;
        bottom: -23px;
        color: #000;
        font-size: 16px;
        height: 70px;
        left: 0;
        line-height: 1;
        padding: 10px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        transform: translate(0px, 100%);
        width: 70px;
    }

        .post .entry-media .posted-on strong {
            display: block;
            font-size: 34px;
        }

    .post .entry-media .owl-pagination, .post .entry-meta .posted-on {
        display: none;
    }

    .post .entry-header {
        margin-top: 18px;
        padding-left: 100px;
    }

        .post .entry-header h2 {
            font-size: 18px;
            font-weight: 700;
            margin: 0;
        }

            .post .entry-header h2 a {
                color: #232323;
                text-transform: uppercase;
                transition: all 0.2s ease 0s;
            }

    .post .entry-meta a, .post .entry-meta a .entry-author-name {
        transition: all 0.3s ease 0s;
    }

    .post .entry-header h2 a:hover {
        color: #e7c130;
    }

    .post .entry-header h1 {
        color: #232323;
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .post .entry-header .entry-meta {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .post .entry-meta {
        color: #898989;
        font-size: 14px;
    }

        .post .entry-meta::before {
            border-left: 2px solid #232323;
            content: "";
            font-size: 10px;
            margin-right: 10px;
            position: relative;
            top: -1px;
        }

        .post .entry-meta .entry-categories::before, .post .entry-meta .entry-comments-link::before {
            content: "-";
            padding: 0 2px;
        }

.room_item-1 .desc ul li::before, .room_item-1 .img::before, .room_item-2 .img::before, .tabs-restaurant .ui-tabs-nav li::before {
    content: "";
}

.post .entry-meta .entry-tags {
    margin-left: 20px;
}

    .post .entry-meta .entry-tags .screen-reader-text {
        color: #232323;
        margin-right: 5px;
    }

.post .entry-meta a {
    color: #898989;
}

    .post .entry-meta a:hover {
        color: #e7c130;
    }

    .post .entry-meta a .entry-author-name {
        color: #232323;
        font-weight: 700;
    }

#comments .commentlist li .comment-body .comment-meta a, .page-navigation li a {
    transition: all 0.2s ease 0s;
}

.post .entry-meta a .entry-author-name:hover {
    color: #e7c130;
}

.post .entry-content {
    color: #444;
    font-size: 15px;
    margin-top: 10px;
    padding-left: 100px;
}

    .post .entry-content p {
        line-height: 1.5em;
        margin-bottom: 0;
    }

.post .entry-footer {
    margin-top: 30px;
    padding-left: 100px;
}

.post:hover .entry-media::before {
    opacity: 1;
    top: 0;
}

.post.post-single .entry-content {
    color: #444;
    font-size: 15px;
    margin-top: 20px;
}

    .post.post-single .entry-content h1, .post.post-single .entry-content h2, .post.post-single .entry-content h3, .post.post-single .entry-content h4, .post.post-single .entry-content h5, .post.post-single .entry-content h6 {
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .post.post-single .entry-content .wp-caption {
        max-width: 100%;
    }

    .post.post-single .entry-content .aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .post.post-single .entry-content .alignleft {
        float: left;
        margin-right: 20px;
    }

    .post.post-single .entry-content .alignright {
        float: right;
        margin-left: 20px;
    }

    .post.post-single .entry-content p {
        margin-bottom: 0;
    }

        .post.post-single .entry-content p em {
            color: #6e6e6e;
            font-size: 13px;
            line-height: 1.4em;
        }

.page-navigation {
    font-size: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 60px;
    padding-left: 0;
}

    .page-navigation li {
        display: inline-block;
        font-size: 15px;
        margin-right: 20px;
        vertical-align: middle;
    }

        .page-navigation li a {
            color: #444;
        }

            .page-navigation li a:hover {
                color: #e7c130;
            }

        .page-navigation li.first a, .page-navigation li.last a {
            border: 2px solid #232323;
            border-radius: 100%;
            display: block;
            font-size: 13px;
            height: 23px;
            line-height: 22px;
            text-align: center;
            width: 23px;
        }

#comments, .comment-respond {
    border-top: 1px solid #cacaca;
}

.page-navigation li.first a:hover, .page-navigation li.last a:hover {
    border-color: #e7c130;
}

.page-navigation li.current-page {
    font-size: 20px;
    font-weight: 700;
}

.blog-content .widget_search {
    margin-top: 40px;
}

.blog-content.events-content .post .entry-footer {
    margin-top: 15px;
}

.blog-content .post {
    margin-top: 45px;
}

.blog-content .page-navigation {
    margin-top: 60px;
}

.blog-content #comments, .blog-content .comment-respond {
    margin-left: 100px;
}

#comments {
    margin-top: 40px;
    padding-top: 15px;
}

    #comments .comment-title {
        font-weight: 700;
        text-transform: uppercase;
    }

    #comments .commentlist {
        list-style: outside none none;
        margin-bottom: 0;
        padding-left: 0;
    }

        #comments .commentlist li {
            margin-top: 25px;
            padding-left: 90px;
            position: relative;
        }

            #comments .commentlist li .comment-body {
                border-bottom: 1px solid #cacaca;
                overflow: hidden;
                padding-bottom: 20px;
            }

                #comments .commentlist li .comment-body .comment-avatar {
                    display: block;
                    left: 0;
                    position: absolute;
                    top: 5px;
                    width: 70px;
                }

                #comments .commentlist li .comment-body .comment-subject {
                    color: #444;
                    font-size: 16px;
                    font-weight: 700;
                    margin: 0;
                }

                #comments .commentlist li .comment-body p {
                    color: #444;
                    font-size: 15px;
                    line-height: 1.428em;
                    margin-bottom: 0;
                    margin-top: 10px;
                }

                #comments .commentlist li .comment-body .comment-meta {
                    color: #898989;
                    float: left;
                    margin-top: 20px;
                }

                    #comments .commentlist li .comment-body .comment-meta a {
                        color: #444;
                        font-weight: 700;
                        text-transform: capitalize;
                    }

.comment-respond .comment-reply-title, .restaurant_item .text h2 {
    font-family: Whitney-Light;
    text-transform: uppercase;
}

#comments .commentlist li .comment-body .comment-meta a:hover {
    color: #e7c130;
}

#comments .commentlist li .comment-body .action {
    float: right;
    font-size: 0;
    margin-top: 15px;
}

    #comments .commentlist li .comment-body .action .awe-btn {
        margin-left: 10px;
        min-width: inherit;
        padding: 3px 15px;
    }

#comments .commentlist li .comment-body .children {
    clear: both;
    list-style: outside none none;
    overflow: hidden;
    padding-left: 0;
}

    #comments .commentlist li .comment-body .children li:last-child .comment-body {
        border-width: 0;
        padding-bottom: 0;
    }

#comments .commentlist li:last-child .comment-body {
    border-bottom-width: 0;
    padding-bottom: 0;
}

.comment-respond {
    margin-top: 50px;
    padding-top: 20px;
}

    .comment-respond .comment-reply-title {
        color: #000;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .comment-respond .comment-form {
        margin-top: 10px;
    }

        .comment-respond .comment-form .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            .comment-respond .comment-form .row [class*="col-"] {
                padding-left: 10px;
                padding-right: 10px;
            }

        .comment-respond .comment-form .field-text, .comment-respond .comment-form .field-textarea {
            border: 2px solid #232323;
            color: #232323;
            margin-top: 20px;
            padding: 0 15px;
            transition: all 0.3s ease 0s;
            width: 100%;
        }

            .comment-respond .comment-form .field-text:-moz-placeholder, .comment-respond .comment-form .field-textarea:-moz-placeholder {
                color: #232323;
            }

            .comment-respond .comment-form .field-text::-moz-placeholder, .comment-respond .comment-form .field-textarea::-moz-placeholder {
                color: #232323;
            }

            .comment-respond .comment-form .field-text:focus, .comment-respond .comment-form .field-textarea:focus {
                border-color: #e7c130;
            }

        .comment-respond .comment-form .field-textarea {
            height: 200px;
            line-height: 1.428em;
            padding: 10px 15px;
            resize: none;
        }

        .comment-respond .comment-form .awe-btn {
            font-size: 14px;
            margin-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
        }

.restaurant_item {
    overflow: hidden;
}

    .restaurant_item .img {
        float: left;
        margin-right: 30px;
        overflow: hidden;
        position: relative;
        width: 120px;
    }

        .restaurant_item .img a {
            display: block;
            overflow: hidden;
            position: relative;
        }

            .restaurant_item .img a::after, .restaurant_item .img a::before {
                bottom: 0;
                content: "";
                display: block;
                left: 0;
                opacity: 0.8;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0;
                transform: scale(0);
                transition: all 0.3s ease 0s;
                z-index: 1;
            }

            .restaurant_item .img a::before {
                border-bottom: 3px solid #e7c130;
                border-right: 3px solid #e7c130;
                transform-origin: right bottom 0;
            }

            .restaurant_item .img a::after {
                border-left: 3px solid #e7c130;
                border-top: 3px solid #e7c130;
                transform-origin: left top 0;
            }

        .restaurant_item .img .sales {
            background-color: #f9b82c;
            color: #fff;
            font-family: Whitney-Light;
            font-size: 12px;
            left: 0;
            padding: 8px;
            position: absolute;
            top: 0;
        }

        .restaurant_item .img img {
            backface-visibility: hidden;
            transition: all 0.5s ease 0s;
            width: 100%;
        }

    .event-restaurant_content li .text a, .restaurant_item .text h2 a, .room_item-1 h2 a, .tabs-restaurant .ui-tabs-nav li a, .tabs-restaurant .ui-tabs-nav li::before {
        transition: all 0.3s ease 0s;
    }

    .restaurant_item .text {
        overflow: hidden;
        padding-right: 60px;
        position: relative;
    }

        .restaurant_item .text h2 {
            font-size: 18px;
            font-weight: 400;
        }

            .restaurant_item .text h2 a {
                color: #444;
            }

                .restaurant_item .text h2 a:hover {
                    color: #e7c130;
                }

        .restaurant_item .text .desc {
            color: #444;
            font-size: 15px;
            line-height: 1.4em;
            margin-bottom: 0;
            margin-top: 5px;
        }

        .restaurant_item .text .price {
            color: #516d9b;
            font-family: Whitney-Light;
            font-size: 18px;
            line-height: 1;
            margin-bottom: 0;
            position: absolute;
            right: 0;
            text-align: right;
            top: 0;
        }

            .restaurant_item .text .price ins {
                text-decoration: none;
            }

            .restaurant_item .text .price del {
                clear: both;
                color: #999;
                display: block;
                font-weight: 400;
                margin-top: 5px;
            }

    .restaurant_item.lager-thumbs {
        font-size: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

        .restaurant_item.lager-thumbs .img, .restaurant_item.lager-thumbs .text {
            display: inline-block;
            font-size: 14px;
            padding-left: 15px;
            padding-right: 15px;
            vertical-align: middle;
        }

        .restaurant_item.lager-thumbs .img {
            float: none;
            margin: 0;
            width: 50%;
        }

            .restaurant_item.lager-thumbs .img .sales {
                left: 15px;
            }

        .restaurant_item.lager-thumbs .text {
            width: calc(50% - 1px);
        }

            .restaurant_item.lager-thumbs .text .price {
                font-size: 30px;
                margin-bottom: 0;
                margin-top: 15px;
                position: static;
                text-align: left;
            }

                .restaurant_item.lager-thumbs .text .price del {
                    display: inline-block;
                    font-size: 20px;
                    font-weight: 400;
                    margin-left: 5px;
                    margin-top: 0;
                }

    .restaurant_item.small-thumbs .text {
        margin-top: 5px;
        padding-right: 70px;
    }

        .restaurant_item.small-thumbs .text .price {
            right: 10px;
        }

    .restaurant_item:hover .img a::after, .restaurant_item:hover .img a::before {
        transform: scale(1);
    }

    .restaurant_item:hover .img img {
        transform: scale(1.1);
    }

.section-restaurant-1 {
    padding-bottom: 85px;
    padding-top: 40px;
}

.section-restaurant-2 {
    padding-bottom: 80px;
    padding-top: 40px;
}

.section-restaurant-3 {
    padding-bottom: 55px;
    padding-top: 45px;
}

.section-restaurant-4 {
    padding-bottom: 85px;
    padding-top: 45px;
}

.restaurant_title .time {
    color: #898989;
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.restaurant-lager {
    margin-top: -40px;
}

    .restaurant-lager .restaurant_content {
        margin-top: 40px;
    }

        .restaurant-lager .restaurant_content .restaurant_item {
            margin-top: 30px;
        }

        .restaurant-lager .restaurant_content .hr {
            margin-top: 45px;
        }

.restaurant-small {
    margin-top: -70px;
}

    .restaurant-small .restaurant_content {
        margin-top: 70px;
    }

        .restaurant-small .restaurant_content .restaurant_title {
            padding-bottom: 10px;
        }

        .restaurant-small .restaurant_content .restaurant_item {
            margin-top: 20px;
        }

.restaurant-tabs .restaurant_content {
    padding-top: 20px;
}

    .restaurant-tabs .restaurant_content .restaurant_item {
        margin-top: 30px;
    }

.tabs-restaurant .icon-restaurant {
    color: #232323;
    font-size: 40px;
    margin-bottom: 10px;
}

.tabs-restaurant .ui-tabs-nav {
    border-bottom: 2px solid #e7e7e7;
    display: table;
    width: 100%;
}

    .tabs-restaurant .ui-tabs-nav li {
        display: table-cell;
        float: none;
        margin: 0 !important;
        outline: 0 none;
        padding-bottom: 15px;
        position: relative;
        text-align: center;
    }

        .tabs-restaurant .ui-tabs-nav li::before {
            border-top: 2px solid #516d9b;
            bottom: -2px;
            left: 0;
            position: absolute;
            width: 0;
        }

.room_item-1, .room_item-1 .img {
    position: relative;
}

.tabs-restaurant .ui-tabs-nav li a {
    color: #232323;
    display: block;
    float: none !important;
    font-family: Whitney-Light;
    font-size: 23px;
    font-weight: 700;
}

    .tabs-restaurant .ui-tabs-nav li a span {
        clear: both;
        color: #898989;
        display: block;
        font-family: Whitney-Light;
        font-size: 16px;
        font-weight: 400;
        margin-top: 5px;
        text-transform: none;
    }

.event-restaurant_content li .text h2, .reservation h2, .room_item-1 .bot .price, .room_item-1 h2 {
    font-family: Whitney-Light;
}

.tabs-restaurant .ui-tabs-nav li.ui-state-active a, .tabs-restaurant .ui-tabs-nav li:hover a {
    color: #516d9b;
}

.tabs-restaurant .ui-tabs-nav li.ui-state-active::before, .tabs-restaurant .ui-tabs-nav li:hover::before {
    width: 100%;
}

.tabs-restaurant .ui-tabs-panel {
    margin-top: 0;
}

.section-reservation {
    padding-bottom: 50px;
    padding-top: 50px;
}

.reservation {
    background-color: rgba(52, 74, 113, 0.9);
    margin-left: auto;
    margin-right: auto;
    max-width: 770px;
    padding: 25px 70px;
}

    .reservation h2 {
        color: #fff;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .reservation .reservation_form {
        margin-top: 20px;
    }

        .reservation .reservation_form .awe-calendar-wrapper {
            margin-top: 20px;
            width: 100%;
        }

            .reservation .reservation_form .awe-calendar-wrapper .awe-calendar .awe-textbox {
                border-color: #fff;
                color: #fff;
                font-size: 14px;
            }

                .reservation .reservation_form .awe-calendar-wrapper .awe-calendar .awe-textbox:-moz-placeholder {
                    color: #fff;
                }

                .reservation .reservation_form .awe-calendar-wrapper .awe-calendar .awe-textbox::-moz-placeholder {
                    color: #fff;
                }

            .reservation .reservation_form .awe-calendar-wrapper i .awe-textbox-wrapper i {
                color: #fff;
            }

        .reservation .reservation_form .awe-input {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
            margin-top: 20px;
            width: 100%;
        }

            .reservation .reservation_form .awe-input:-moz-placeholder {
                color: #fff;
            }

            .reservation .reservation_form .awe-input::-moz-placeholder {
                color: #fff;
            }

        .reservation .reservation_form .bootstrap-select.btn-group.awe-select {
            margin-top: 20px;
            width: 100%;
        }

        .reservation .reservation_form .awe-teaxtarea {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
            height: 135px;
            margin-top: 20px;
            width: 100%;
        }

            .reservation .reservation_form .awe-teaxtarea:-moz-placeholder {
                color: #fff;
            }

            .reservation .reservation_form .awe-teaxtarea::-moz-placeholder {
                color: #fff;
            }

        .reservation .reservation_form .awe-btn {
            font-size: 16px;
            margin-top: 20px;
            min-width: 170px;
        }

.section-gallery-restaurant {
    padding-bottom: 85px;
    padding-top: 75px;
}

.section-event-restaurant {
    padding-bottom: 75px;
    padding-top: 75px;
}

.event-restaurant .event-restaurant_header {
    margin-top: 50px;
}

.event-restaurant_header {
    color: #fff;
}

    .event-restaurant_header .icon {
        font-size: 50px;
    }

    .event-restaurant_header h2 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    .event-restaurant_header p {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 20px;
    }

.event-restaurant_content {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

    .event-restaurant_content li {
        margin-top: 45px;
        overflow: hidden;
    }

        .event-restaurant_content li:first-child {
            margin-top: 0;
        }

        .event-restaurant_content li .event-date {
            border: 2px solid #fff;
            color: #fff;
            display: block;
            float: left;
            font-size: 16px;
            line-height: 1;
            margin-right: 30px;
            padding: 8px 0;
            text-align: center;
            text-transform: uppercase;
            width: 70px;
        }

            .event-restaurant_content li .event-date strong {
                display: block;
                font-family: Whitney-Light;
                font-size: 34px;
                margin-bottom: 5px;
            }

        .event-restaurant_content li .text {
            overflow: hidden;
        }

            .event-restaurant_content li .text h2 {
                color: #fff;
                font-size: 18px;
                font-weight: 400;
                line-height: 1.4em;
                margin-top: -3px;
                text-transform: uppercase;
            }

            .event-restaurant_content li .text a {
                color: #fff;
                display: inline-block;
                margin-top: 5px;
            }

                .event-restaurant_content li .text a:hover {
                    color: #e7c130;
                }

.section-room {
    padding-bottom: 100px;
    padding-top: 45px;
}

.room_item-1 h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

    .room_item-1 h2 a {
        color: #232323;
    }

.room_item-1 .img::before, .room_item-2 .img::after {
    background-color: rgba(52, 74, 113, 0);
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.room_item-1 h2 a:hover {
    color: #e7c130;
}

.room_item-1 .img {
    margin-top: 15px;
}

    .room_item-1 .img::before {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.5)) repeat scroll 0 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 50%;
    }

    .room_item-1 .img img {
        width: 100%;
    }

.room_item-1 .desc {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

    .room_item-1 .desc p {
        font-weight: 500;
        line-height: 1.5em;
        margin-bottom: 0;
    }

    .room_item-1 .desc ul {
        font-size: 0;
        margin-bottom: 0;
        margin-top: 15px;
        padding-left: 0;
    }

        .room_item-1 .desc ul li {
            color: #232323;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            margin: 3px 0;
            padding-left: 25px;
            position: relative;
            vertical-align: top;
            width: 50%;
        }

            .room_item-1 .desc ul li::before {
                background-color: #333;
                border-radius: 100%;
                height: 5px;
                left: 0;
                position: absolute;
                top: 5px;
                width: 5px;
            }

.room_item-1 .bot {
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    overflow: hidden;
    padding: 10px 0;
}

    .room_item-1 .bot .price {
        color: #898989;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
    }

        .room_item-1 .bot .price .amout {
            color: #333;
            font-size: 26px;
            font-weight: 700;
            margin-left: 5px;
        }

    .room_item-1 .bot .awe-btn {
        float: right;
    }

.room_item-1:hover .img::before {
    opacity: 1;
    top: 0;
}

.room_item-2 {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

    .room_item-2 .img, .room_item-2 .text {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        vertical-align: middle;
    }

    .room_item-2.img-right .img {
        left: 33.3333%;
    }

        .room_item-2.img-right .img::before {
            left: 15px;
            right: auto;
        }

    .room_item-2.img-right .text {
        right: 66.6667%;
    }

    .room_item-2 .img {
        display: inline-block;
        position: relative;
        width: 66.6667%;
    }

        .room_item-2 .img::before {
            background-color: #fff;
            bottom: 40px;
            display: block;
            position: absolute;
            right: 15px;
            top: 40px;
            width: 40px;
            z-index: 2;
        }

        .room_item-2 .img::after, .room_item-3 .img::before, .room_item-3 .text-thumbs::before, .room_item-4 .img::before, .room_item-4 .thumbs::after, .room_item-4 .thumbs::before {
            bottom: 0;
            content: "";
        }

        .room_item-2 .img img {
            width: 100%;
        }

        .room_item-2 .img::after {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
            left: 15px;
            opacity: 0;
            position: absolute;
            right: 15px;
            top: 50%;
        }

    .room_item-2 .text {
        display: inline-block;
        position: relative;
        width: calc(33.3333% - 1px);
    }

        .room_item-2 .text h2, .room_item-3 .text-thumbs .text h2 {
            font-family: Whitney-Light;
            font-size: 36px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .room_item-2 .text h2 a {
                color: #333;
                transition: all 0.3s ease 0s;
            }

                .room_item-2 .text h2 a:hover {
                    color: #e7c130;
                }

        .room_item-2 .text .price {
            color: #333;
            display: block;
            font-family: Whitney-Light;
            margin-top: 7px;
            text-transform: uppercase;
        }

        .room_item-2 .text p {
            color: #898989;
            font-size: 15px;
            margin-bottom: 0;
            margin-top: 30px;
        }

            .room_item-2 .text p b {
                color: #333;
            }

        .room_item-2 .text .awe-btn {
            margin-top: 35px;
            padding: 10px 20px;
        }

    .room_item-2:hover .img::after {
        opacity: 1;
        top: 0;
    }

.room_item-3.thumbs-right .text-thumbs::before {
    left: 30px;
}

.room_item-3.thumbs-right .text-thumbs .thumbs {
    float: right;
    margin-left: 70px;
    margin-right: 0;
}

.room_item-3 .img {
    position: relative;
}

    .room_item-3 .img img {
        width: 100%;
    }

    .room_item-3 .img::before {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 50%;
        transition: all 0.3s ease-out 0s;
    }

.room_item-3 .text-thumbs {
    margin-left: 70px;
    margin-right: 70px;
    position: relative;
}

    .room_item-3 .text-thumbs::after {
        clear: both;
        content: "";
        display: table;
    }

    .room_item-3 .text-thumbs::before {
        background-color: #333;
        display: block;
        height: 1px;
        left: 330px;
        position: absolute;
        width: 70px;
    }

    .room_item-3 .text-thumbs .thumbs {
        float: left;
        margin-right: 70px;
        margin-top: 60px;
        position: relative;
        width: 230px;
    }

        .room_item-3 .text-thumbs .thumbs img {
            width: 100%;
        }

        .room_item-3 .text-thumbs .thumbs::after, .room_item-3 .text-thumbs .thumbs::before {
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(0);
            transition: all 0.5s ease 0s;
            z-index: 1;
        }

        .room_item-3 .text-thumbs .thumbs::before {
            border-bottom: 4px solid #e7c130;
            border-right: 4px solid #e7c130;
            transform-origin: right bottom 0;
        }

        .room_item-3 .text-thumbs .thumbs::after {
            border-left: 4px solid #e7c130;
            border-top: 4px solid #e7c130;
            transform-origin: left top 0;
        }

.guest-book_item::before, .room_item-4 .thumbs::before {
    transform-origin: right bottom 0;
}

.room_item-3 .text-thumbs .text {
    background-color: #fff;
    overflow: hidden;
    padding: 20px 30px 0;
    position: relative;
    transform: translateY(-60px);
}

    .room_item-3 .text-thumbs .text h2 a {
        color: #333;
        transition: all 0.3s ease 0s;
    }

        .room_item-3 .text-thumbs .text h2 a:hover {
            color: #e7c130;
        }

    .room_item-3 .text-thumbs .text .price {
        color: #333;
        display: block;
        font-family: Whitney-Light;
        margin-top: 7px;
        text-transform: uppercase;
    }

    .room_item-3 .text-thumbs .text p {
        color: #898989;
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 30px;
    }

        .room_item-3 .text-thumbs .text p b {
            color: #333;
        }

    .room_item-3 .text-thumbs .text .awe-btn {
        font-weight: 700;
        margin-top: 35px;
        padding: 10px 20px;
    }

.room_item-3:hover .img::before {
    opacity: 1;
    top: 0;
}

.room_item-3:hover .text-thumbs .thumbs::after, .room_item-3:hover .text-thumbs .thumbs::before {
    transform: scale(1);
}

.room_item-4 {
    margin-left: -15px;
    margin-right: -15px;
}

    .room_item-4::after {
        clear: both;
        content: "";
        display: table;
    }

    .room_item-4 .img {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 41.6667%;
    }

        .room_item-4 .img img, .room_item-4 .thumbs img {
            width: 100%;
        }

        .room_item-4 .img::before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
            left: 15px;
            opacity: 0;
            pointer-events: none;
            position: absolute;
            right: 15px;
            top: 50%;
            transition: all 0.3s ease-out 0s;
        }

    .room_item-4 .text {
        overflow: hidden;
        position: relative;
    }

        .room_item-4 .text h2 {
            font-family: Whitney-Light;
            font-size: 36px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .room_item-4 .text h2 a {
                color: #333;
                transition: all 0.3s ease 0s;
            }

                .room_item-4 .text h2 a:hover {
                    color: #e7c130;
                }

        .room_item-4 .text .price {
            color: #333;
            display: block;
            font-family: Whitney-Light;
            margin-top: 7px;
            text-transform: uppercase;
        }

        .room_item-4 .text p {
            color: #898989;
            font-size: 15px;
            margin-bottom: 0;
            margin-top: 30px;
        }

            .room_item-4 .text p b {
                color: #333;
            }

        .room_item-4 .text .awe-btn {
            font-weight: 700;
            margin-top: 25px;
            padding: 10px 20px;
        }

    .room_item-4 .thumbs {
        position: relative;
    }

        .room_item-4 .thumbs::after, .room_item-4 .thumbs::before {
            display: block;
            left: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(0);
            transition: all 0.5s ease 0s;
            z-index: 1;
        }

        .room_item-4 .thumbs::before {
            border-bottom: 3px solid #e7c130;
            border-right: 3px solid #e7c130;
        }

        .room_item-4 .thumbs::after {
            border-left: 3px solid #e7c130;
            border-top: 3px solid #e7c130;
            transform-origin: left top 0;
        }

    .room_item-4 .text-thumbs {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 58.3333%;
    }

        .room_item-4 .text-thumbs .text {
            margin-top: 45px;
            padding-left: 70px;
            padding-right: 70px;
        }

        .room_item-4 .text-thumbs .thumbs {
            margin-left: -30px;
            margin-top: 80px;
        }

    .room_item-4.img-right .img {
        left: 58.3333%;
    }

    .room_item-4.img-right .text-thumbs {
        right: 41.6667%;
    }

        .room_item-4.img-right .text-thumbs .thumbs {
            margin-left: 0;
            margin-right: -30px;
        }

    .room_item-4:hover .img::before {
        opacity: 1;
        top: 0;
    }

.room_item-5 .img::before, .room_item-5::before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    right: 0;
    top: 50%;
}

.room_item-4:hover .thumbs::after, .room_item-4:hover .thumbs::before {
    transform: scale(1);
}

.room_item-5 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .room_item-5::before {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7)) repeat scroll 0 0;
        position: absolute;
        z-index: 0;
    }

    .room_item-5 .img {
        display: none;
        position: relative;
    }

        .room_item-5 .img img {
            width: 100%;
        }

        .room_item-5 .img::before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
            opacity: 0;
            position: absolute;
            transition: all 0.3s ease-out 0s;
        }

    .room_item-5 .room_item-forward {
        backface-visibility: hidden;
        bottom: 30px;
        left: 45px;
        position: absolute;
        right: 45px;
        z-index: 1;
    }

        .room_item-5 .room_item-forward h2 {
            font-family: Whitney-Light;
            font-size: 30px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .room_item-5 .room_item-forward h2 a {
                color: #fff;
            }

        .room_item-5 .room_item-forward .price {
            color: #fff;
            display: block;
            font-family: Whitney-Light;
            text-transform: uppercase;
        }

    .room_item-5 .room_item-back .price, .room_item-5 .room_item-back h3 {
        color: #333;
        font-family: Whitney-Light;
        text-transform: uppercase;
    }

    .room_item-5 .room_item-back {
        background-color: rgba(255, 255, 255, 0.95);
        border: 2px solid #393736;
        min-height: 325px;
        opacity: 0;
        padding: 30px 50px;
        position: relative;
        transform: scale(0.9);
        transition: all 0.2s ease 0s;
        visibility: hidden;
        z-index: 3;
    }

.calendar_custom .calendar_tabel td, .calendar_custom .calendar_title .calendar_corner, .room-compare_item .text h2 a, .room-detail_img .apb-zoom, .room-detail_tab-header li a::before, .room-detail_thumbs a::before, .room-package_item .text h4 a, .room_item-6 .text h2 a, .room_item-6::before {
    transition: all 0.3s ease 0s;
}

.room_item-5 .room_item-back h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.room_item-5 .room_item-back .price {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.room_item-5 .room_item-back p {
    color: #898989;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 30px;
}

    .room_item-5 .room_item-back p b {
        color: #333;
    }

.room_item-5 .room_item-back .awe-btn {
    font-weight: 700;
    margin-top: 25px;
    padding: 10px 20px;
}

.room_item-5:hover .room_item-back {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.room_item-5:hover .img::before {
    opacity: 1;
    top: 0;
}

.room_item-6 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .room_item-6::before {
        background-color: rgba(255, 255, 255, 0.3);
        bottom: 0;
        content: "";
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 470px);
    }

    .room_item-6.event::before {
        left: 0;
        right: auto;
    }

    .room_item-6.event .text {
        float: right;
    }

    .room_item-6 .text {
        background-color: rgba(52, 74, 113, 0.8);
        max-width: 470px;
        padding: 25px 30px 30px;
        position: relative;
    }

        .room_item-6 .text h2 {
            font-family: Whitney-Light;
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .room_item-6 .text h2 a {
                color: #fff;
            }

                .room_item-6 .text h2 a:hover {
                    color: #e7c130;
                }

        .room_item-6 .text .price {
            color: #88aae3;
            display: block;
            font-family: Whitney-Light;
            margin-top: 7px;
            text-transform: uppercase;
        }

        .room_item-6 .text p {
            color: #fff;
            font-size: 15px;
            margin-bottom: 0;
            margin-top: 25px;
        }

        .room_item-6 .text ul {
            color: #fff;
            list-style: outside none none;
            margin-bottom: 0;
            padding-left: 0;
            padding-top: 10px;
        }

            .room_item-6 .text ul li {
                font-size: 14px;
                font-weight: 500;
                margin-top: 10px;
                padding-left: 20px;
                position: relative;
            }

                .room_item-6 .text ul li::before {
                    background-color: #fff;
                    border-radius: 100%;
                    content: "";
                    height: 5px;
                    left: 0;
                    position: absolute;
                    top: 5px;
                    width: 5px;
                }

.room-detail_img .room_img-item img, .room-detail_thumbs a img {
    width: 100%;
}

.room-detail_img, .room-detail_img .room_img-item {
    position: relative;
}

.room_item-6 .text .awe-btn {
    font-weight: 700;
    margin-top: 20px;
    padding: 10px 20px;
}

.room_item-6:hover::before {
    opacity: 1;
}

.room-wrap-1 {
    margin-top: -45px;
}

    .room-wrap-1 .room_item-1 {
        margin-top: 45px;
    }

.room-wrap-2 {
    margin-top: -100px;
}

    .room-wrap-2 .room_item-2 {
        margin-top: 100px;
    }

.room-wrap-3 {
    margin-top: -100px;
}

    .room-wrap-3 .room_item-3 {
        margin-top: 100px;
    }

.room-wrap-4 {
    margin-top: -100px;
}

    .room-wrap-4 .room_item-4 {
        margin-top: 100px;
    }

.room-wrap-5 {
    margin-top: -30px;
}

    .room-wrap-5 .room_item-5 {
        margin-top: 30px;
    }

.room-wrap-6 {
    margin-top: -30px;
}

    .room-wrap-6 .room_item-6 {
        margin-top: 30px;
    }

.section-room-detail {
    padding-bottom: 100px;
}

.room-detail_img {
    margin-top: 45px;
}

    .room-detail_img .room_img-item h6 {
        background-color: rgba(51, 51, 51, 0.6);
        bottom: 0;
        color: #fff;
        font-size: 13px;
        left: 0;
        padding: 15px 20px;
        position: absolute;
        right: 0;
    }

    .room-detail_img .apb-zoom {
        bottom: 65px;
        color: rgba(255, 255, 255, 0.6);
        font-size: 20px;
        position: absolute;
        right: 12px;
    }

        .room-detail_img .apb-zoom:hover {
            color: #e7c130;
        }

.room-detail_thumbs {
    margin-top: 10px;
}

    .room-detail_thumbs .owl-item {
        padding: 0 5px;
    }

        .room-detail_thumbs .owl-item.active a::before {
            border-color: #e7c130;
        }

    .room-detail_thumbs a {
        display: block;
        position: relative;
    }

        .room-detail_thumbs a::before {
            border: 4px solid transparent;
            bottom: 0;
            content: "";
            left: 0;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
        }

        .room-detail_thumbs a:hover::before {
            border-color: #e7c130;
        }

    .room-detail_thumbs .owl-next, .room-detail_thumbs .owl-prev {
        background-color: #232323;
        border-radius: 0;
        border-width: 0;
        bottom: 0;
        height: auto;
        text-align: center;
        top: 0;
        transform: translate(0px, 0px);
        width: 26px;
    }

.room-detail_book .room-detail_form .awe-calendar-wrapper, .room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select {
    width: 100%;
}

.room-detail_thumbs .owl-next:hover, .room-detail_thumbs .owl-prev:hover {
    background-color: #e7c130;
    color: #fff;
}

.room-detail_thumbs .owl-next .fa, .room-detail_thumbs .owl-prev .fa {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.room-detail_thumbs .owl-prev {
    left: 0;
}

.room-detail_thumbs .owl-next {
    right: 0;
}

.room-detail_book {
    background-color: #f1f1f1;
    margin-top: 45px;
}

    .room-detail_book .room-detail_total {
        padding: 20px 30px;
        text-align: center;
    }

        .room-detail_book .room-detail_total h6 {
            color: #232323;
            font-size: 12px;
            font-weight: 700;
            margin-top: 10px;
        }

        .room-detail_book .room-detail_total .price {
            color: #898989;
            font-family: Whitney-Light;
            font-size: 18px;
            line-height: 1;
            margin-bottom: 0;
            margin-top: 10px;
        }

            .room-detail_book .room-detail_total .price .amout {
                color: #232323;
                font-size: 40px;
                font-weight: 700;
            }

    .room-detail_book .room-detail_form {
        border-top: 1px solid #e4e4e4;
        padding: 0 30px 33px;
    }

        .room-detail_book .room-detail_form label {
            clear: both;
            display: block;
            font-family: Whitney-Light;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 10px;
            margin-top: 25px;
            text-transform: uppercase;
        }

        .room-detail_book .room-detail_form .awe-calendar-wrapper .awe-calendar {
            background-color: #fff;
            border-width: 0;
            color: #898989;
            font-weight: 500;
            height: 30px;
            line-height: 30px;
        }

        .room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle {
            background-color: #fff;
            border-width: 0;
            height: 30px;
            line-height: 30px;
        }

            .room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret, .room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
                color: #333;
            }

        .room-detail_book .room-detail_form .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
            padding: 7px 10px;
        }

        .room-detail_book .room-detail_form .awe-btn {
            font-size: 14px;
            font-weight: 700;
            margin-top: 30px;
            padding: 10px;
            width: 100%;
        }

.room-detail_tab {
    border-top: 1px solid #e4e4e4;
    margin-top: 40px;
    padding-top: 20px;
}

.room-detail_tab-header {
    list-style: outside none none;
    margin-bottom: 0;
    margin-right: 70px;
    padding-left: 0;
}

    .room-detail_tab-header li {
        border-bottom: 2px solid #e4e4e4;
        position: relative;
    }

        .room-detail_tab-header li a {
            color: #232323;
            display: inline-block;
            font-family: Whitney-Light;
            font-weight: 700;
            padding: 30px 0 10px;
            position: relative;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

            .room-detail_tab-header li a::before {
                background-color: #e7c130;
                bottom: -2px;
                content: "";
                height: 2px;
                left: 0;
                position: absolute;
                width: 0;
            }

        .room-detail_tab-header li.active a, .room-detail_tab-header li:hover a {
            color: #e7c130;
        }

            .room-detail_tab-header li.active a::before, .room-detail_tab-header li:hover a::before {
                width: 100%;
            }

.room-detail_tab-content {
    padding-top: 20px;
    position: relative;
}

    .room-detail_tab-content::before {
        border-left: 1px solid #e4e4e4;
        bottom: 0;
        content: "";
        left: -30px;
        position: absolute;
        top: 0;
    }

.room-detail_amenities, .room-detail_overview {
    color: #232323;
    font-size: 14px;
    font-weight: 500;
}

    .room-detail_amenities h5, .room-detail_amenities h6, .room-detail_overview h5, .room-detail_overview h6 {
        font-family: Whitney-Light;
        font-weight: 700;
    }

    .room-detail_amenities p, .room-detail_overview p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .room-detail_amenities h6, .room-detail_overview h6 {
        color: #232323;
        font-size: 14px;
        margin-top: 25px;
        text-transform: uppercase;
    }

.room-detail_rates table th, .room-package_item .text h4 {
    font-family: Whitney-Light;
    font-weight: 700;
    text-transform: uppercase;
}

.room-detail_amenities ul, .room-detail_overview ul {
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 17px;
}

    .room-detail_amenities ul li, .room-detail_overview ul li {
        padding: 4px 0;
    }

.room-detail_package .room-package_item {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0;
}

    .room-detail_package .room-package_item:first-child {
        padding-top: 0;
    }

    .room-detail_package .room-package_item:last-child {
        border-bottom: 0 none;
    }

.room-package_item {
    overflow: hidden;
}

    .room-package_item .img {
        float: left;
        margin-right: 30px;
        width: 100px;
    }

        .room-detail_rates table, .room-package_item .img img {
            width: 100%;
        }

    .room-package_item .text {
        min-height: 70px;
        overflow: hidden;
        padding-right: 170px;
        position: relative;
    }

        .room-package_item .text h4 {
            font-size: 14px;
            margin: 0;
        }

            .room-package_item .text h4 a {
                color: #232323;
            }

                .room-package_item .text h4 a:hover {
                    color: #e7c130;
                }

        .room-package_item .text p {
            color: #898989;
            font-size: 13px;
            line-height: 1.428em;
            margin-bottom: 0;
            margin-top: 10px;
        }

            .room-package_item .text p b {
                color: #232323;
            }

        .room-package_item .text .room-package_price {
            position: absolute;
            right: 0;
            top: 0;
        }

            .room-package_item .text .room-package_price .price {
                color: #898989;
                font-size: 12px;
                margin: 0;
                text-align: right;
            }

                .room-package_item .text .room-package_price .price .amout {
                    color: #232323;
                    font-size: 20px;
                    font-weight: 700;
                }

            .room-package_item .text .room-package_price .awe-btn {
                font-size: 10px;
                font-weight: 700;
                margin-top: 10px;
            }

.room-detail_rates {
    padding-bottom: 20px;
}

    .room-detail_rates table th {
        background-color: #f1f1f1;
        color: #232323;
        font-size: 12px;
        padding: 15px 20px;
    }

    .room-detail_rates table td {
        border-bottom: 1px solid #e4e4e4;
        padding: 15px 20px;
        vertical-align: top;
    }

        .room-detail_rates table td h6 {
            color: #232323;
            font-family: Whitney-Light;
            font-size: 14px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .room-detail_rates table td ul {
            list-style: outside none none;
            margin-bottom: 0;
            margin-top: 10px;
            padding-left: 0;
        }

            .room-detail_rates table td ul li {
                color: #898989;
                padding: 2px 0;
            }

        .room-detail_rates table td .price {
            color: #232323;
            font-family: Whitney-Light;
            font-size: 14px;
            margin-bottom: 0;
        }

.calendar_custom {
    max-width: 390px;
}

    .calendar_custom .calendar_title {
        border-bottom: 1px solid #e4e4e4;
        color: #333;
        font-family: Whitney-Light;
        font-size: 14px;
        font-weight: 700;
        margin: 0 3px;
        padding-bottom: 15px;
        padding-top: 15px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

        .calendar_custom .calendar_title .calendar_corner {
            border: 1px solid #cbcbcb;
            color: #cbcbcb;
            display: block;
            font-size: 12px;
            height: 24px;
            line-height: 24px;
            position: absolute;
            text-align: center;
            top: 50%;
            transform: translate(0px, -50%);
            width: 24px;
        }

            .calendar_custom .calendar_title .calendar_corner:hover {
                border-color: #e7c130;
                color: #e7c130;
            }

            .calendar_custom .calendar_title .calendar_corner.calendar_prev {
                left: 0;
            }

            .calendar_custom .calendar_title .calendar_corner.calendar_next {
                right: 0;
            }

    .calendar_custom .calendar_tabel {
        table-layout: fixed;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }

        .calendar_custom .calendar_tabel th {
            color: #333;
            font-size: 12px;
            font-weight: 700;
            padding-bottom: 10px;
            padding-top: 10px;
            text-align: center;
            text-transform: uppercase;
        }

        .calendar_custom .calendar_tabel td {
            background-clip: content-box;
            background-color: #fff;
            padding: 3px;
        }

            .calendar_custom .calendar_tabel td.not-available, .room-detail_calendar-wrap .calendar_status span.not-available::before {
                background-color: #333;
            }

            .calendar_custom .calendar_tabel td a {
                color: #232323;
                display: block;
                font-size: 12px;
                padding-top: 100%;
                position: relative;
            }

                .calendar_custom .calendar_tabel td a::before {
                    border: 1px solid #333;
                    bottom: 0;
                    content: "";
                    left: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                .calendar_custom .calendar_tabel td a small {
                    font-size: 12px;
                    position: absolute;
                    right: 10px;
                    top: 5px;
                }

                .calendar_custom .calendar_tabel td a span {
                    left: 50%;
                    position: absolute;
                    top: 60%;
                    transform: translate(-50%, -50%);
                }

.activiti_item, .activiti_item .img, .room-compare_item, .room-compare_item .img {
    position: relative;
}

.calendar_custom .calendar_tabel td.not-available a {
    color: #fff;
}

.room-detail_calendar-wrap .calendar_status {
    margin-top: 30px;
}

    .room-detail_calendar-wrap .calendar_status span {
        color: #333;
        font-size: 12px;
        font-weight: 500;
        padding: 0 10px;
    }

        .room-detail_calendar-wrap .calendar_status span::before {
            border: 1px solid #333;
            content: "";
            display: inline-block;
            height: 20px;
            margin-right: 10px;
            vertical-align: middle;
            width: 20px;
        }

.room-detail_compare {
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
    padding-top: 50px;
}

    .room-detail_compare .room-compare_title {
        color: #232323;
        font-size: 22px;
        font-weight: 700;
        line-height: 1;
        margin: 0;
    }

    .room-detail_compare .room-compare_item {
        margin-top: 30px;
    }

.room-compare_item .img img {
    width: 100%;
}

.room-compare_item .text {
    margin-top: 20px;
}

    .room-compare_item .text h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

        .room-compare_item .text h2 a {
            color: #232323;
        }

            .room-compare_item .text h2 a:hover {
                color: #e7c130;
            }

    .room-compare_item .text ul {
        color: #333;
        font-size: 14px;
        list-style: outside none none;
        margin-bottom: 0;
        margin-top: 10px;
        padding-left: 0;
    }

        .room-compare_item .text ul li {
            font-weight: 500;
            padding: 4px 0;
        }

            .room-compare_item .text ul li i {
                display: inline-block;
                font-size: 12px;
                width: 25px;
            }

.activiti_item .img img, .checkout .bootstrap-select.btn-group.awe-select, .checkout .field-text {
    width: 100%;
}

.room-compare_item .text .awe-btn {
    font-size: 10px;
    font-weight: 700;
    margin-top: 20px;
}

.section-activiti {
    padding-bottom: 75px;
    padding-top: 45px;
}

.activiti_content .activiti_item {
    margin-top: 40px;
}

.activiti_item .img::before {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.7)) repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.about-item .img::before, .checkout .checkout_cart .cart-item .img::before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    right: 0;
    z-index: 10;
}

.activiti_item .text .view-more, .activiti_item .text h2 a {
    transition: all 0.3s ease 0s;
}

.activiti_item .text {
    margin-top: 20px;
}

    .activiti_item .text h2 {
        font-family: Whitney-Light;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .activiti_item .text h2 a {
            color: #232323;
        }

            .activiti_item .text h2 a:hover {
                color: #e7c130;
            }

    .activiti_item .text p {
        color: #232323;
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 5px;
    }

    .activiti_item .text .view-more {
        color: #232323;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .activiti_item .text .view-more i {
            font-size: 9px;
            margin-left: 10px;
        }

        .activiti_item .text .view-more:hover {
            color: #e7c130;
        }

.activiti_item:hover .img::before {
    opacity: 1;
    top: 0;
}

.section-term-condition {
    padding-bottom: 80px;
    padding-top: 40px;
}

.term-condition {
    color: #333;
    font-size: 15px;
}

.attraction_detail .attraction_detail-title, .attraction_sidebar .attraction_sidebar-content .attraction_title, .checkout .checkout_cart .cart-item .text a, .checkout .checkout_cart .cart-item .text p, .checkout .checkout_cartinfo p, .comingsoon h1, .guest-book .guest-book_head .text h2, .guest-book-form h2, .guest-book_item h2, .statistics_item .count {
    font-family: Whitney-Light;
}

.term-condition p {
    font-weight: 500;
    margin-bottom: 0;
}

.term-condition h1, .term-condition h2, .term-condition h3, .term-condition h4, .term-condition h5, .term-condition h6 {
    font-weight: 700;
}

.term-condition ul {
    padding-left: 20px;
}

    .term-condition ul li {
        color: #333;
        font-weight: 500;
        padding: 5px 0;
    }

.section-checkout {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 40px;
}

.checkout .checkout_login {
    color: #898989;
    margin-bottom: 0;
}

    .checkout .checkout_login a {
        color: #232323;
        font-weight: 700;
        transition: all 0.2s ease 0s;
    }

.checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle, .checkout .field-text, .checkout .field-textarea {
    transition: all 0.3s ease 0s;
}

.checkout .checkout_login a:hover {
    color: #e7c130;
}

.checkout .checkout_head {
    margin-top: 30px;
}

    .checkout .checkout_head h3 {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .checkout .checkout_head span {
        color: #000;
        display: block;
        font-size: 16px;
        margin-top: 10px;
    }

.checkout label {
    clear: both;
    color: #232323;
    display: block;
    font-weight: 500;
}

.checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle {
    border-color: #232323;
}

    .checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle:hover {
        border-color: #e7c130;
    }

    .checkout .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
        color: #232323;
    }

.checkout .checkout_form [class*="col-"] {
    margin-top: 20px;
}

.checkout .field-text {
    background-color: transparent;
    border: 2px solid #232323;
    color: #232323;
}

    .checkout .field-text:-moz-placeholder {
        color: #232323;
    }

    .checkout .field-text::-moz-placeholder {
        color: #232323;
    }

    .checkout .field-text:focus {
        border-color: #e7c130;
    }

.checkout .field-textarea {
    background-color: transparent;
    border: 2px solid #232323;
    color: #232323;
    height: 100px;
    width: 100%;
}

    .checkout .field-textarea:-moz-placeholder {
        color: #232323;
    }

    .checkout .field-textarea::-moz-placeholder {
        color: #232323;
    }

    .checkout .field-textarea:focus {
        border-color: #e7c130;
    }

.checkout .field-radio {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.checkout .code-enter {
    border: 2px solid #232323;
    color: #898989;
    margin-bottom: 0;
    padding: 12px 20px;
}

    .checkout .code-enter a {
        color: #232323;
        font-weight: 700;
        transition: all 0.2s ease 0s;
    }

        .checkout .code-enter a:hover {
            color: #e7c130;
        }

.checkout .checkout_text {
    color: #232323;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 10px;
}

.checkout .checkout_cart {
    border: 2px solid #232323;
    margin-top: 17px;
    padding: 15px 30px 30px;
}

    .checkout .checkout_cart .cart-item {
        margin-top: 20px;
        overflow: hidden;
        position: relative;
    }

        .checkout .checkout_cart .cart-item .img {
            float: left;
            margin-right: 20px;
            position: relative;
            width: 100px;
        }

            .checkout .checkout_cart .cart-item .img img {
                width: 100%;
            }

            .checkout .checkout_cart .cart-item .img::before {
                background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.5)) repeat scroll 0 0;
                opacity: 0;
                position: absolute;
                top: 50%;
                transition: all 0.3s ease-out 0s;
            }

        .checkout .checkout_cart .cart-item .remove, .checkout .checkout_cart .cart-item .text a {
            transition: all 0.2s ease 0s;
        }

        .checkout .checkout_cart .cart-item .text {
            margin-right: 15px;
            overflow: hidden;
        }

            .checkout .checkout_cart .cart-item .text a {
                color: #232323;
                font-size: 14px;
                text-transform: uppercase;
            }

                .checkout .checkout_cart .cart-item .text a:hover {
                    color: #e7c130;
                }

            .checkout .checkout_cart .cart-item .text p {
                color: #232323;
                font-size: 14px;
                margin: 0;
            }

                .checkout .checkout_cart .cart-item .text p span {
                    display: block;
                }

                .checkout .checkout_cart .cart-item .text p b {
                    font-size: 16px;
                }

        .checkout .checkout_cart .cart-item .remove {
            color: #a7a7a7;
            position: absolute;
            right: 0;
            top: 0;
        }

            .checkout .checkout_cart .cart-item .remove:hover {
                color: #e7c130;
            }

        .checkout .checkout_cart .cart-item:hover .img::before {
            opacity: 1;
            top: 0;
        }

.checkout .checkout_cartinfo {
    margin-top: 35px;
}

    .checkout .checkout_cartinfo p {
        color: #000;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 5px;
    }

        .checkout .checkout_cartinfo p:first-child {
            margin-top: 0;
        }

        .checkout .checkout_cartinfo p span {
            display: inline-block;
            min-width: 180px;
        }

.checkout .checkout_option {
    margin-top: 30px;
}

    .checkout .checkout_option ul {
        list-style: outside none none;
        margin-bottom: 0;
        padding-left: 0;
    }

        .checkout .checkout_option ul li {
            margin-top: 20px;
            padding-left: 30px;
            position: relative;
        }

            .checkout .checkout_option ul li:first-child {
                margin-top: 0;
            }

            .checkout .checkout_option ul li .radio {
                left: 0;
                position: absolute;
                top: 1px;
            }

            .checkout .checkout_option ul li h6 {
                color: #232323;
                display: inline-block;
                font-size: 15px;
                font-weight: 500;
                margin: 0;
                vertical-align: middle;
            }

            .checkout .checkout_option ul li p {
                color: #232323;
                font-size: 12px;
                line-height: 1.4em;
                margin-bottom: 0;
                margin-top: 10px;
            }

            .checkout .checkout_option ul li img {
                margin-left: 10px;
                max-width: 100%;
            }

.checkout .checkout_btn {
    margin-top: 30px;
}

    .checkout .checkout_btn .awe-btn {
        font-size: 16px;
        padding: 10px 30px;
    }

.checkout .checkout_margin {
    margin-left: 70px;
}

.section-attractions {
    padding-bottom: 100px;
}

#attraction-maps {
    height: 470px;
    position: relative;
}

.info-location-map {
    text-align: center;
}

    .info-location-map h2 {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .info-location-map span {
        color: #898989;
        font-size: 12px;
    }

.attraction {
    margin-top: -60px;
    padding-top: 60px;
}

.attraction_sidebar {
    background-color: #f1f1f1;
    margin-top: 60px;
}

    .attraction_sidebar .attraction_heading {
        border-bottom: 1px solid #e4e4e4;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        padding: 15px 20px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
    }

        .attraction_sidebar .attraction_heading .attraction-icon-drop {
            display: none;
            float: right;
            font-size: 20px;
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translate(0px, -50%);
        }

    .attraction_sidebar .attraction_sidebar-content {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .attraction_sidebar .attraction_sidebar-content .attraction_title {
            background-color: #344a71;
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            margin-top: 30px;
            padding: 10px 15px;
            text-transform: uppercase;
        }

            .attraction_sidebar .attraction_sidebar-content .attraction_title i {
                margin-right: 15px;
            }

        .attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select {
            margin-top: 30px;
            width: 100%;
        }

            .attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select .btn {
                background-color: #fff;
                border-color: #f1f1f1;
            }

                .attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select .btn .caret, .attraction_sidebar .attraction_sidebar-content .bootstrap-select.attraction_select.awe-select .btn .filter-option {
                    color: #898989;
                }

        .attraction_sidebar .attraction_sidebar-content .attraction_location {
            list-style: outside none none;
            margin-bottom: 0;
            margin-top: 30px;
            padding-left: 0;
        }

            .attraction_sidebar .attraction_sidebar-content .attraction_location li {
                color: #898989;
                font-weight: 500;
                margin-top: 18px;
                padding-left: 25px;
                position: relative;
            }

                .attraction_sidebar .attraction_sidebar-content .attraction_location li:first-child {
                    margin-top: 0;
                }

                .attraction_sidebar .attraction_sidebar-content .attraction_location li i {
                    color: #333;
                    left: 0;
                    position: absolute;
                }

                .attraction_sidebar .attraction_sidebar-content .attraction_location li a {
                    color: #898989;
                    transition: all 0.3s ease 0s;
                }

                    .attraction_sidebar .attraction_sidebar-content .attraction_location li a:hover, .attraction_sidebar .attraction_sidebar-content .attraction_location li.active a {
                        color: #e7c130;
                    }

.attraction_detail {
    margin-top: 60px;
}

    .attraction_detail .attraction_detail-title {
        color: #333;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .attraction_detail .attraction_detail-title i {
            color: #e7c130;
            margin-right: 20px;
        }

    .attraction_detail ul {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4em;
        list-style: outside none none;
        margin-bottom: 0;
        margin-top: 20px;
        padding-left: 0;
    }

        .attraction_detail ul li {
            margin-top: 10px;
        }

            .attraction_detail ul li span {
                font-weight: 700;
                margin-right: 20px;
                text-transform: uppercase;
            }

            .attraction_detail ul li a {
                color: #e7c130;
            }

.attraction_content {
    border-top: 1px solid #e4e4e4;
    color: #898989;
    font-size: 14px;
    margin-top: 35px;
    padding-top: 30px;
}

    .attraction_content .attraction_content-title {
        color: #333;
        font-family: Whitney-Light;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .attraction_content p {
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: 0;
    }

        .attraction_content p b {
            color: #333;
        }

        .attraction_content p a {
            color: #344a71;
            font-weight: 700;
            text-decoration: underline;
        }

    .attraction_content .wp_caption {
        max-width: 100%;
    }

        .attraction_content .wp_caption.aligncenter {
            text-align: center;
        }

        .attraction_content .wp_caption.alignright {
            float: right;
            margin-left: 30px;
        }

        .attraction_content .wp_caption.alignleft {
            float: left;
            margin-right: 30px;
        }

.section-about {
    background-color: #fff;
    padding-bottom: 75px;
    padding-top: 40px;
}

    .section-about .about {
        margin-top: -40px;
    }

        .section-about .about .about-item {
            margin-top: 40px;
        }

.about-item {
    overflow: hidden;
}

    .about-item.about-right .img {
        float: right;
    }

    .about-item.about-right .text {
        float: right;
        padding-left: 0;
        padding-right: 40px;
    }

    .about-item .img {
        float: left;
        position: relative;
        width: 50%;
    }

        .about-item .img img {
            width: 100%;
        }

        .about-item .img::before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(52, 74, 113, 0), rgba(52, 74, 113, 0.9)) repeat scroll 0 0;
            opacity: 0;
            position: absolute;
            top: 50%;
            transition: all 0.3s ease-out 0s;
        }

        .about-item .img .owl-pagination {
            display: none;
        }

    .about-item .text {
        float: left;
        margin-top: 60px;
        padding-left: 40px;
        width: 50%;
    }

.section-statistics, .section-team {
    padding: 75px 0;
}

.about-item .text h2 {
    line-height: 1.2em;
}

.about-item .text .desc {
    color: #333;
    font-size: 13px;
    margin-top: 20px;
}

    .about-item .text .desc p {
        line-height: 1.428em;
    }

.about-item:hover .img::before {
    opacity: 1;
}

.section-statistics .awe-overlay {
    background-color: rgba(72, 72, 72, 0.6);
}

.statistics_item {
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .statistics_item::before {
        border-right: 1px solid #fff;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
    }

    .statistics_item:first-child::before {
        content: none;
    }

.team_item .img::before, .team_item::before {
    content: "";
    left: 0;
    right: 0;
}

.statistics_item .count {
    color: #fff;
    display: block;
    font-size: 60px;
    line-height: 1.3em;
}

.section-team {
    background-color: #fff;
}

.team_item {
    margin-top: 80px;
    position: relative;
}

    .team_item::before {
        border-bottom: 1px solid #f1f1f1;
        bottom: -25px;
        margin: auto;
        position: absolute;
        transition: all 0.5s ease 0s;
        width: 0;
    }

    .team_item .img {
        border-radius: 100%;
        margin: auto;
        max-width: 200px;
        overflow: hidden;
        position: relative;
        transform: translateZ(0px);
    }

        .team_item .img::before {
            border: 5px solid transparent;
            border-radius: 100%;
            bottom: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            transition: all 0.9s ease 0s;
            z-index: 1;
        }

        .team_item .img img {
            border-radius: 100%;
            transition: transform 0.9s ease 0s;
            width: 100%;
        }

    .team_item .text {
        margin-top: 30px;
    }

        .team_item .text h2 {
            font-size: 20px;
            font-weight: 700;
            margin: 0;
            text-transform: uppercase;
        }

        .team_item .text span {
            color: #898989;
            display: block;
            font-size: 16px;
            margin-top: 7px;
        }

        .team_item .text p {
            color: #30373b;
            font-size: 15px;
            line-height: 1.5em;
            margin-bottom: 0;
            margin-top: 20px;
        }

        .team_item .text .team-share {
            font-size: 0;
            margin-top: 20px;
        }

            .team_item .text .team-share a {
                border: 2px solid #898989;
                border-radius: 100%;
                color: #898989;
                display: inline-block;
                font-size: 12px;
                height: 24px;
                line-height: 22px;
                margin: 0 4px;
                transition: all 0.2s ease 0s;
                width: 24px;
            }

.guest-book_item .avatar::before, .guest-book_item::after, .guest-book_item::before {
    content: "";
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.team_item .text .team-share a:hover {
    border-color: #e7c130;
    color: #e7c130;
}

.team_item:hover::before {
    width: 100%;
}

.team_item:hover .img::before {
    border-color: #e7c130;
}

.team_item:hover .img img {
    transform: scale(1.1);
}

.section-guest-book {
    background-color: #fff;
    padding: 45px 0;
}

.guest-book .guest-book_head {
    background-size: cover;
    overflow: hidden;
}

    .guest-book .guest-book_head .text {
        background-color: #344a71;
        float: right;
        padding: 30px 45px 40px;
        width: 400px;
    }

        .guest-book .guest-book_head .text h2 {
            color: #fff;
            font-size: 23px;
            line-height: 1.428em;
            margin: 0;
            text-transform: uppercase;
        }

        .guest-book .guest-book_head .text p {
            color: #fff;
            font-size: 15px;
            line-height: 1.428em;
            margin-bottom: 0;
            margin-top: 15px;
        }

        .guest-book .guest-book_head .text .awe-btn {
            font-size: 16px;
            margin-top: 25px;
            padding: 7px 20px;
        }

    .guest-book .guest-book_head.guest-book_head-2 .text {
        background-color: transparent;
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 660px;
        width: auto;
    }

        .guest-book .guest-book_head.guest-book_head-2 .text h2 {
            color: #232323;
            font-size: 40px;
            font-weight: 700;
            letter-spacing: 2px;
        }

        .guest-book .guest-book_head.guest-book_head-2 .text p {
            color: #898989;
        }

.guest-book .guest-book_content .guest-book_item {
    margin-top: 30px;
}

.guest-book_item {
    border: 2px solid #232323;
    padding: 25px 35px;
    position: relative;
    text-align: center;
}

    .guest-book_item::after, .guest-book_item::before {
        bottom: -2px;
        display: block;
        left: -2px;
        pointer-events: none;
        position: absolute;
        right: -2px;
        top: -2px;
        transform: scale(0);
    }

    .guest-book_item::before {
        border-bottom: 2px solid #e7c130;
        border-right: 2px solid #e7c130;
    }

    .guest-book_item::after {
        border-left: 2px solid #e7c130;
        border-top: 2px solid #e7c130;
        transform-origin: left top 0;
    }

    .guest-book_item.guest-book_item-2 {
        background-color: #f9f9f9;
        border-width: 0;
        margin-top: 20px;
    }

        .guest-book_item.guest-book_item-2::after, .guest-book_item.guest-book_item-2::before {
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
        }

        .guest-book_item.guest-book_item-2 h2 {
            margin-top: 20px;
        }

    .guest-book_item .icon {
        color: #b4b4b4;
        font-size: 10px;
        margin-top: 0;
    }

    .guest-book_item .avatar {
        border-radius: 100%;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        position: relative;
        width: 120px;
    }

        .guest-book_item .avatar::before {
            border: 3px solid #e7c130;
            border-radius: 100%;
            bottom: 0;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            top: 0;
        }

.comingsoon .widget_social .widget-social a, .login-register .text .account_form .account-desc a, .login-register .text .account_form .field-form .field-text, .login-register .text .account_form .field-form .view-pass {
    transition: all 0.3s ease 0s;
}

.guest-book_item h2 {
    color: #444;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}

.guest-book_item p {
    color: #30373b;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

.guest-book_item span {
    color: #898989;
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

    .guest-book_item span b {
        color: #444;
    }

.guest-book_item:hover::after, .guest-book_item:hover::before {
    transform: scale(1);
}

.guest-book_item:hover .avatar::before {
    opacity: 1;
}

.guest-book-form {
    background-color: #f1f1f1;
    max-width: 370px;
    padding: 35px;
}

    .guest-book-form h2 {
        color: #333;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.3em;
        margin-top: -5px;
        text-align: center;
        text-transform: uppercase;
    }

    .guest-book-form p {
        color: #898989;
        line-height: 1.5em;
        margin-bottom: 0;
        margin-top: 20px;
        text-align: center;
    }

    .guest-book-form .form-field {
        margin-top: 20px;
    }

    .guest-book-form .field-text {
        border-width: 0;
        color: #898989;
        height: 38px;
        line-height: 38px;
        width: 100%;
    }

        .guest-book-form .field-text:-moz-placeholder {
            color: #898989;
        }

        .guest-book-form .field-text::-moz-placeholder {
            color: #898989;
        }

    .guest-book-form .field-textarea {
        border-width: 0;
        height: 100px;
        resize: none;
        width: 100%;
    }

    .guest-book-form .awe-btn {
        margin-top: 10px;
        padding: 12px 10px;
        width: 100%;
    }

.section-comingsoon {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.comingsoon, .comingsoon .countdown .item + .item::before, .login-register .text .account_form .field-form .view-pass {
    top: 50%;
    transform: translate(0px, -50%);
}

.comingsoon {
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
}

    .comingsoon h1 {
        color: #fff;
        font-size: 60px;
        line-height: 1;
        margin-top: 20px;
        text-transform: uppercase;
    }

        .comingsoon h1 span {
            color: #e7c130;
        }

    .comingsoon h6 {
        color: #fff;
        font-family: Whitney-Light;
        font-size: 36px;
        font-weight: 400;
        margin-top: 10px;
    }

    .comingsoon p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .comingsoon .countdown {
        border: 2px solid #fff;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 730px;
        overflow: hidden;
        padding-bottom: 20px;
        padding-top: 15px;
    }

        .comingsoon .countdown .item {
            color: #fff;
            float: left;
            font-size: 20px;
            margin-top: 10px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            width: 25%;
        }

            .comingsoon .countdown .item + .item::before {
                content: ":";
                font-size: 30px;
                left: 0;
                position: absolute;
            }

            .comingsoon .countdown .item .count {
                display: block;
                font-family: Whitney-Light;
                font-size: 50px;
                line-height: 1;
            }

    .comingsoon .widget_social .widget-title {
        color: #fff;
        font-family: Whitney-Light;
        font-size: 20px;
        font-weight: 400;
        margin-top: 25px;
    }

    .comingsoon .widget_social .widget-social {
        font-size: 0;
        text-align: center;
    }

        .comingsoon .widget_social .widget-social a {
            border: 2px solid #fff;
            border-radius: 100%;
            color: #fff;
            display: inline-block;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            margin: 15px 10px 0;
            text-align: center;
            width: 30px;
        }

            .comingsoon .widget_social .widget-social a:hover {
                border-color: #e7c130;
            }

.section-account {
    padding-bottom: 130px;
    padding-top: 220px;
}

.login-register {
    position: relative;
    z-index: 10;
}

    .login-register .text h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .login-register .text p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .login-register .text .account_form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 430px;
        overflow: hidden;
    }

        .login-register .text .account_form .field-form {
            margin-top: 15px;
            position: relative;
        }

            .login-register .text .account_form .field-form .view-pass {
                color: #fff;
                cursor: pointer;
                font-size: 11px;
                line-height: 1;
                position: absolute;
                right: 20px;
            }

                .login-register .text .account_form .field-form .view-pass:hover {
                    color: #e7c130;
                }

            .login-register .text .account_form .field-form .field-text {
                background-color: transparent;
                border: 2px solid #fff;
                color: #fff;
                height: 42px;
                line-height: 42px;
                padding-left: 15px;
                padding-right: 15px;
                width: 100%;
            }

                .login-register .text .account_form .field-form .field-text:-moz-placeholder {
                    color: #fff;
                }

                .login-register .text .account_form .field-form .field-text::-moz-placeholder {
                    color: #fff;
                }

                .login-register .text .account_form .field-form .field-text:focus {
                    border-color: #e7c130;
                }

            .login-register .text .account_form .field-form .awe-btn {
                font-size: 16px;
                min-width: 180px;
                padding: 12px 10px;
            }

            .login-register .text .account_form .field-form.field-submit {
                margin-top: 30px;
            }

        .login-register .text .account_form .account-desc {
            color: #fff;
            display: block;
            font-size: 13px;
            margin-top: 30px;
        }

            .login-register .text .account_form .account-desc a {
                color: #fff;
            }

                .login-register .text .account_form .account-desc a:hover {
                    color: #e7c130;
                }

.section-404 {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.page-404 {
    left: 50%;
    max-width: 570px;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .page-404 h1 {
        color: #fff;
        font-family: Whitney-Light;
        font-size: 80px;
        line-height: 1;
        margin-top: 50px;
        text-transform: uppercase;
    }

        .page-404 h1 span {
            color: #e7c130;
        }

    .page-404 h6 {
        color: #fff;
        font-family: Whitney-Light;
        font-size: 27px;
        margin-top: 10px;
    }

    .page-404 p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 25px;
    }

        .page-404 p:last-child {
            margin-top: 20px;
        }

        .page-404 p a {
            color: #fff;
            font-weight: 700;
            transition: all 0.2s ease 0s;
        }

    #footer .footer_top .social .social-content a, .contact .contact-form .field-text, .contact .contact-form .field-textarea, .contact .contact-location .btn-collapse, .page-404 .search-404 .filed-text, .reservation-billing-detail .reservation-code a, .reservation-billing-detail .reservation-login a, .reservation-calendar_custom .reservation-calendar_tabel td, .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner, .reservation-package_item, .reservation-package_item .reservation-package_text h4 a, .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change, .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a, .reservation-room_item .reservation-room_name a, .reservation-room_item .reservation-room_package .reservation-room_package-more, .reservation-room_item .reservation-room_text .reservation-room_view-more, .reservation_step ul li::before {
        transition: all 0.3s ease 0s;
    }

    .page-404 p a:hover {
        color: #e7c130;
    }

    .page-404 .search-404 {
        margin-top: 35px;
    }

        .page-404 .search-404 .filed-text {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            width: 370px;
        }

            .page-404 .search-404 .filed-text:-moz-placeholder {
                color: #fff;
            }

            .page-404 .search-404 .filed-text::-moz-placeholder {
                color: #fff;
            }

            .page-404 .search-404 .filed-text:focus {
                border-color: #e7c130;
            }

        .page-404 .search-404 .awe-btn {
            color: #fff;
            font-size: 16px;
            height: 40px;
            line-height: 36px;
            margin-left: 10px;
            padding-bottom: 0;
            padding-top: 0;
            vertical-align: middle;
        }

.section-contact {
    background-color: #fff;
    padding-bottom: 45px;
    padding-top: 45px;
}

.contact .text {
    margin-top: 15px;
}

    .contact .text h2 {
        color: #232323;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .contact .text p {
        color: #232323;
        line-height: 1.428em;
        margin-top: 10px;
    }

    .contact .text ul {
        list-style: outside none none;
        margin-bottom: 0;
        margin-top: 30px;
        padding-left: 0;
    }

        .contact .text ul li {
            padding: 7px 0;
        }

            .contact .text ul li .icon {
                color: #e7c130;
                font-size: 20px;
                margin-right: 20px;
                vertical-align: middle;
            }

.contact .contact-location {
    border-top: 1px solid #e3e3e3;
    margin-top: 35px;
    padding-top: 15px;
}

    .contact .contact-location .btn-collapse {
        color: #232323;
        display: block;
        font-family: Whitney-Light;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .contact .contact-location .btn-collapse span {
            float: right;
            font-size: 24px;
        }

        .contact .contact-location .btn-collapse:hover {
            color: #e7c130;
        }

    .contact .contact-location .location-group {
        margin-top: 25px;
    }

        .contact .contact-location .location-group h6 {
            color: #444;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .contact .contact-location .location-group span {
            color: #898989;
            font-size: 15px;
        }

        .contact .contact-location .location-group .location-item {
            cursor: pointer;
            margin-top: 25px;
        }

            .contact .contact-location .location-group .location-item::after {
                clear: both;
                content: "";
                display: table;
            }

            .contact .contact-location .location-group .location-item .img {
                float: left;
                position: relative;
                width: 100px;
            }

                .contact .contact-location .location-group .location-item .img .fa {
                    background-color: #e7c130;
                    border-radius: 100%;
                    bottom: -14px;
                    color: #fff;
                    display: block;
                    height: 28px;
                    left: 0;
                    line-height: 28px;
                    margin: auto;
                    position: absolute;
                    right: 0;
                    text-align: center;
                    width: 28px;
                }

                .contact .contact-location .location-group .location-item .img img {
                    width: 100%;
                }

            .contact .contact-location .location-group .location-item .text {
                color: #333;
                margin-left: 120px;
            }

                .contact .contact-location .location-group .location-item .text address {
                    margin-bottom: 0;
                    margin-top: 10px;
                }

                .contact .contact-location .location-group .location-item .text p {
                    font-size: 14px;
                    margin-bottom: 0;
                    margin-top: 7px;
                }

.contact .contact-form .field-text, .contact .contact-form .field-textarea {
    border: 2px solid #232323;
    color: #232323;
    margin-top: 20px;
    width: 100%;
}

    .contact .contact-form .field-text:-moz-placeholder, .contact .contact-form .field-textarea:-moz-placeholder {
        color: #232323;
    }

    .contact .contact-form .field-text::-moz-placeholder, .contact .contact-form .field-textarea::-moz-placeholder {
        color: #232323;
    }

    .contact .contact-form .field-text:focus, .contact .contact-form .field-textarea:focus {
        border-color: #e7c130;
    }

.contact .contact-form .field-textarea {
    min-height: 110px;
    resize: none;
}

.contact .contact-form .awe-btn {
    font-size: 15px;
    margin-top: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 100%;
}

.contact-map {
    height: 470px;
    position: relative;
}

    .contact-map #map {
        height: 100%;
        width: 100%;
    }

.section-shortcode {
    background-color: #f8f8f8;
    padding-bottom: 70px;
    padding-top: 50px;
}

.shortcode .heading-has-sub {
    margin-bottom: 40px;
}

    .shortcode .heading-has-sub p {
        color: #555;
        font-size: 13.9px;
        margin-bottom: 0;
        margin-top: 10px;
    }

.shortcode .shortcode-heading-list [class*="col-"] {
    margin-top: 20px;
}

.shortcode .shortcode-ordered-list .shortcode-heading {
    margin-top: 30px;
}

.shortcode .shortcode-ordered-list ol, .shortcode .shortcode-ordered-list ul {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 15px;
}

    .shortcode .shortcode-ordered-list ol li, .shortcode .shortcode-ordered-list ul li {
        color: #232323;
        padding: 5px 0;
    }

.shortcode .shortcode-tabs {
    margin-top: 40px;
}

    .shortcode .shortcode-tabs .tabs {
        margin-top: 30px;
    }

        .shortcode .shortcode-tabs .tabs p {
            margin-bottom: 0;
        }

.shortcode .shortcode-accordion {
    margin-top: 40px;
}

    .shortcode .shortcode-accordion .accordion {
        margin-top: 30px;
    }

        .shortcode .shortcode-accordion .accordion p {
            margin-bottom: 0;
        }

.shortcode .shortcode-button {
    margin-top: 40px;
}

    .shortcode .shortcode-button .button-list {
        margin-top: 20px;
    }

    .shortcode .shortcode-button .awe-btn {
        margin-top: 10px;
    }

.shortcode .shortcode-alert {
    margin-top: 40px;
}

    .shortcode .shortcode-alert .alert-list {
        margin-top: 20px;
    }

    .shortcode .shortcode-alert .alert {
        margin-top: 10px;
    }

.shortcode .shortcode-calendar-drop {
    margin-top: 40px;
}

    .shortcode .shortcode-calendar-drop .shortcode-calendar, .shortcode .shortcode-calendar-drop .shortcode-select {
        display: inline-block;
        margin-right: 30px;
        margin-top: 30px;
        vertical-align: middle;
    }

        .shortcode .shortcode-calendar-drop .shortcode-calendar .awe-calendar-wrapper, .shortcode .shortcode-calendar-drop .shortcode-select .awe-calendar-wrapper {
            margin-right: 10px;
            width: 150px;
        }

        .shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select, .shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select {
            width: 150px;
        }

.reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper, .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select {
    width: 100%;
}

.shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select .btn, .shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select .btn {
    border: 2px solid #232323;
}

.shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select .caret, .shortcode .shortcode-calendar-drop .shortcode-calendar .btn-group.bootstrap-select.awe-select .filter-option, .shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select .caret, .shortcode .shortcode-calendar-drop .shortcode-select .btn-group.bootstrap-select.awe-select .filter-option {
    color: #232323;
}

.shortcode .shortcode-tab-price {
    margin-top: 40px;
}

    .shortcode .shortcode-tab-price .tab-price {
        margin-top: 30px;
    }

.section-reservation-page {
    padding-bottom: 70px;
    padding-top: 30px;
}

.reservation_step ul {
    border-bottom: 1px solid #e4e4e4;
    font-size: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

    .reservation_step ul li {
        display: inline-block;
        font-size: 15px;
        margin: 0 20px;
        position: relative;
    }

        .reservation_step ul li::before {
            background-color: transparent;
            bottom: -1px;
            content: "";
            height: 2px;
            left: 0;
            position: absolute;
            right: 0;
        }

        .reservation_step ul li a {
            color: #333;
            display: block;
            padding: 15px 0;
        }

            .reservation_step ul li a span {
                font-size: 18px;
                font-weight: 700;
                margin-right: 5px;
            }

        .reservation_step ul li.active::before, .reservation_step ul li:hover::before {
            background-color: #344a71;
        }

.reservation-date {
    margin-top: 30px;
}

    .reservation-date ul {
        list-style: outside none none;
        margin-bottom: 0;
        padding: 20px;
    }

        .reservation-date ul li {
            color: #333;
            font-size: 12px;
            font-weight: 500;
            overflow: hidden;
            padding: 5px 0;
        }

            .reservation-date ul li span:last-child {
                float: right;
                font-weight: 700;
                text-transform: uppercase;
            }

.reservation-room-selected {
    background-color: #f1f1f1;
    margin-top: 30px;
}

    .reservation-room-selected .reservation-room-seleted_item {
        border-bottom: 1px solid #e4e4e4;
        padding: 20px;
    }

        .reservation-room-selected .reservation-room-seleted_item:last-child {
            border-bottom-width: 0;
        }

        .reservation-room-selected .reservation-room-seleted_item h6 {
            color: #232323;
            display: inline-block;
            font-family: Whitney-Light;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.428em;
            margin: 0 10px 0 0;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .reservation-room-selected .reservation-room-seleted_item .reservation-option {
            display: inline-block;
            font-family: Whitney-Light;
            font-size: 12px;
            font-weight: 500;
        }

        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name {
            margin-top: 10px;
            overflow: hidden;
        }

            .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 {
                float: left;
                font-size: 14px;
                font-weight: 700;
                margin: 0;
                text-transform: uppercase;
            }

                .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a {
                    color: #333;
                }

                    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name h2 a:hover {
                        color: #344a71;
                    }

            .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name .reservation-amout {
                color: #344a71;
                float: right;
                font-size: 14px;
                font-weight: 700;
            }

            .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name.has-package h2 {
                font-size: 16px;
            }

                .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_name.has-package h2 a {
                    color: #46598b;
                }

        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change {
            color: #898989;
            display: inline-block;
            font-size: 12px;
            font-style: italic;
            margin-top: 7px;
            text-decoration: underline;
        }

            .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_change:hover {
                color: #e7c130;
            }

        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package {
            border-top: 1px solid #e4e4e4;
            margin-top: 15px;
            padding-top: 5px;
        }

            .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul {
                list-style: outside none none;
                margin-bottom: 0;
                margin-top: 5px;
                padding-bottom: 2px;
                padding-left: 0;
            }

                .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li {
                    color: #333;
                    font-size: 13px;
                    font-weight: 500;
                    overflow: hidden;
                    padding: 5px 0;
                }

                    .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul li span:last-child {
                        float: right;
                        font-weight: 700;
                        text-transform: uppercase;
                    }

                .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_package ul + ul {
                    border-top: 1px solid #e4e4e4;
                    padding-top: 8px;
                }

        .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room {
            border-top: 1px solid #e4e4e4;
            color: #333;
            font-family: Whitney-Light;
            font-size: 14px;
            font-weight: 700;
            padding-bottom: 10px;
            padding-top: 15px;
            text-transform: uppercase;
        }

            .reservation-room-selected .reservation-room-seleted_item .reservation-room-seleted_total-room .reservation-amout {
                color: #344a71;
                float: right;
            }

        .reservation-room-selected .reservation-room-seleted_item.reservation_disable {
            background-color: #f1f1f1;
        }

            .reservation-room-selected .reservation-room-seleted_item.reservation_disable h6 {
                font-size: 12px;
                opacity: 0.4;
            }

            .reservation-room-selected .reservation-room-seleted_item.reservation_disable span {
                opacity: 0.3;
            }

    .reservation-room-selected .reservation-room-seleted_current {
        color: #fff;
        overflow: hidden;
        padding: 15px 20px 13px 40px;
    }

        .reservation-room-selected .reservation-room-seleted_current h6 {
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.428em;
            margin-bottom: 10px;
            margin-top: 0;
            position: relative;
            text-transform: uppercase;
        }

            .reservation-room-selected .reservation-room-seleted_current h6::before {
                content: "";
                font-family: FontAwesome;
                font-size: 12px;
                font-weight: 400;
                left: -20px;
                position: absolute;
            }

        .reservation-room-selected .reservation-room-seleted_current span {
            font-size: 12px;
            font-weight: 500;
        }

        .reservation-room-selected .reservation-room-seleted_current.reservation-bg_blue {
            color: #fff;
        }

    .reservation-room-selected .reservation-room-seleted_total {
        font-family: Whitney-Light;
        font-size: 16px;
        font-weight: 700;
        overflow: hidden;
        padding: 20px;
    }

        .reservation-room-selected .reservation-room-seleted_total label {
            font-weight: 700;
            margin: 0;
            text-transform: uppercase;
        }

        .reservation-room-selected .reservation-room-seleted_total .reservation-total {
            color: #344a71;
            float: right;
            font-size: 18px;
        }

        .reservation-room-selected .reservation-room-seleted_total.bg-blue, .reservation-room-selected .reservation-room-seleted_total.bg-blue .reservation-total {
            color: #fff;
        }

.reservation-sidebar {
    padding-top: 10px;
}

.reservation-heading {
    border-bottom: 1px solid #e4e4e4;
    color: #333;
    font-family: Whitney-Light;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
}

.reservation-sidebar_availability {
    margin-top: 30px;
    padding: 0 20px 20px;
}

    .reservation-sidebar_availability .reservation-heading {
        margin-left: -20px;
        margin-right: -20px;
    }

    .reservation-sidebar_availability .check_availability_title {
        color: #344a71;
        font-family: Whitney-Light;
        font-size: 14px;
        font-weight: 700;
        margin-top: 20px;
        text-transform: uppercase;
    }

        .reservation-sidebar_availability .check_availability_title::before {
            border-left: 2px solid #38486a;
            content: "";
            display: inline-block;
            height: 10px;
            margin-right: 10px;
        }

    .reservation-sidebar_availability .check_availability-field {
        margin-top: 15px;
    }

        .reservation-sidebar_availability .check_availability-field label {
            color: #232323;
            display: block;
            font-family: Whitney-Light;
            font-size: 12px;
            margin-bottom: 7px;
            text-transform: uppercase;
        }

    .reservation-sidebar_availability .check_availability_group::after, .reservation_content::after, .reservation_content::before {
        clear: both;
        content: "";
        display: table;
    }

    .reservation-sidebar_availability .check_availability-field .awe-calendar-wrapper .awe-calendar {
        background-color: #fff;
        border-width: 0;
        color: #898989;
        font-weight: 500;
        height: 30px;
        line-height: 30px;
    }

    .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle {
        background-color: #fff;
        border-width: 0;
        height: 30px;
        line-height: 30px;
    }

        .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .caret, .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-toggle .filter-option {
            color: #898989;
            font-weight: 500;
        }

    .reservation-sidebar_availability .check_availability-field .bootstrap-select.btn-group.awe-select .dropdown-menu ul li a {
        padding: 7px 10px;
    }

    .reservation-sidebar_availability .check_availability_group {
        padding-left: 70px;
        position: relative;
    }

        .reservation-sidebar_availability .check_availability_group .label-group {
            bottom: 5px;
            color: #232323;
            font-family: Whitney-Light;
            font-size: 12px;
            font-weight: 700;
            left: 0;
            position: absolute;
            text-transform: uppercase;
        }

        .reservation-sidebar_availability .check_availability_group .check_availability-field_group {
            margin-left: -4px;
            margin-right: -4px;
        }

        .reservation-sidebar_availability .check_availability_group .check_availability-field {
            float: left;
            padding-left: 4px;
            padding-right: 4px;
            width: 50%;
        }

    .reservation-sidebar_availability .awe-btn {
        font-size: 14px;
        margin-top: 30px;
        padding: 10px;
        width: 100%;
    }

.reservation_content {
    margin-top: 40px;
    padding-bottom: 20px;
}

.reservation-calendar_custom .reservation-calendar_title {
    border-bottom: 1px solid #e4e4e4;
    color: #232323;
    font-family: Whitney-Light;
    font-size: 14px;
    font-weight: 700;
    margin: 0 3px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

    .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner {
        border: 1px solid #cbcbcb;
        color: #cbcbcb;
        display: block;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translate(0px, -50%);
        width: 24px;
    }

        .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner:hover {
            border-color: #344a71;
            color: #344a71;
        }

        .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_prev {
            left: 0;
        }

        .reservation-calendar_custom .reservation-calendar_title .reservation-calendar_corner.reservation-calendar_next {
            right: 0;
        }

.reservation-calendar_custom .reservation-calendar_tabel {
    margin-top: 15px;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

    .reservation-calendar_custom .reservation-calendar_tabel th {
        color: #232323;
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        text-transform: uppercase;
    }

    .reservation-calendar_custom .reservation-calendar_tabel td {
        background-clip: content-box;
        background-color: #fff;
        padding: 3px;
    }

        .reservation-calendar_custom .reservation-calendar_tabel td a {
            color: #232323;
            display: block;
            font-size: 12px;
            padding-top: 100%;
            position: relative;
        }

            .reservation-calendar_custom .reservation-calendar_tabel td a::before {
                border: 2px solid transparent;
                bottom: 0;
                content: "";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                transition: all 0.3s ease 0s;
            }

            .reservation-calendar_custom .reservation-calendar_tabel td a small {
                font-size: 12px;
                position: absolute;
                right: 10px;
                top: 5px;
            }

            .reservation-calendar_custom .reservation-calendar_tabel td a span {
                left: 50%;
                position: absolute;
                top: 60%;
                transform: translate(-50%, -50%);
            }

            .reservation-calendar_custom .reservation-calendar_tabel td a:hover::before {
                border-color: #344a71;
            }

        .reservation-calendar_custom .reservation-calendar_tabel td.current-select {
            background-color: #344a71;
        }

            .reservation-calendar_custom .reservation-calendar_tabel td.current-select a {
                color: #fff;
            }

.reservation-room .reservation-room_item {
    margin-top: 45px;
}

    .reservation-room .reservation-room_item:first-child {
        margin-top: 0;
    }

.reservation-room_item {
    overflow: hidden;
}

    .reservation-room_item .reservation-room_name {
        color: #232323;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

        .reservation-room_item .reservation-room_name a {
            color: #232323;
        }

            .reservation-room_item .reservation-room_name a:hover {
                color: #e7c130;
            }

    .reservation-room_item .reservation-room_img {
        float: left;
        margin-right: 30px;
        margin-top: 25px;
        width: 370px;
    }

        .reservation-room_item .reservation-room_img img {
            width: 100%;
        }

    .reservation-room_item .reservation-room_text {
        margin-top: 25px;
        overflow: hidden;
    }

        .reservation-room_item .reservation-room_text .reservation-room_desc {
            color: #333;
        }

            .reservation-room_item .reservation-room_text .reservation-room_desc p {
                font-size: 14px;
                margin-bottom: 0;
            }

                .reservation-room_item .reservation-room_text .reservation-room_desc p b {
                    color: #232323;
                }

            .reservation-room_item .reservation-room_text .reservation-room_desc ul {
                margin-bottom: 0;
                margin-top: 15px;
                padding-left: 18px;
            }

                .reservation-room_item .reservation-room_text .reservation-room_desc ul li {
                    color: #232323;
                    font-size: 14px;
                    padding: 3px 0;
                }

        .reservation-room_item .reservation-room_text .reservation-room_view-more {
            clear: both;
            color: #344a71;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 25px;
            margin-top: 10px;
            text-decoration: underline;
        }

            .reservation-room_item .reservation-room_text .reservation-room_view-more:hover {
                color: #e7c130;
            }

        .reservation-room_item .reservation-room_text .reservation-room_price {
            color: #898989;
            display: inline-block;
            font-family: Whitney-Light;
            font-size: 14px;
            line-height: 1;
            margin: 0;
            vertical-align: middle;
        }

            .reservation-room_item .reservation-room_text .reservation-room_price .reservation-room_amout {
                color: #333;
                font-size: 30px;
                font-weight: 700;
            }

        .reservation-room_item .reservation-room_text .awe-btn {
            margin-left: 30px;
            min-width: 120px;
        }

    .reservation-room_item .reservation-room_package {
        clear: both;
        margin-top: 30px;
    }

        .reservation-room_item .reservation-room_package .reservation-room_package-more {
            background-color: #f1f1f1;
            color: #333;
            display: block;
            font-family: Whitney-Light;
            font-size: 12px;
            font-weight: 700;
            padding: 15px 30px;
            text-transform: uppercase;
        }

            .reservation-room_item .reservation-room_package .reservation-room_package-more::after {
                content: "";
                float: right;
                font-family: FontAwesome;
                font-size: 12px;
            }

            .reservation-room_item .reservation-room_package .reservation-room_package-more[aria-expanded="true"]::after {
                content: "";
            }

.reservation-package_item {
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 20px 30px;
}

    .reservation-package_item .reservation-package_img {
        float: left;
        margin-right: 30px;
        width: 100px;
    }

        .reservation-package_item .reservation-package_img img {
            width: 100%;
        }

    .reservation-package_item .reservation-package_text {
        min-height: 72px;
        overflow: hidden;
        padding-right: 130px;
        position: relative;
    }

        .reservation-package_item .reservation-package_text h4 {
            font-size: 14px;
            font-weight: 700;
            margin: 0;
            text-transform: uppercase;
        }

            .reservation-package_item .reservation-package_text h4 a {
                color: #232323;
            }

                .reservation-package_item .reservation-package_text h4 a:hover {
                    color: #e7c130;
                }

        .reservation-package_item .reservation-package_text p {
            color: #898989;
            font-size: 12px;
            margin-bottom: 0;
            margin-top: 10px;
        }

            .reservation-package_item .reservation-package_text p b {
                color: #232323;
            }

        .reservation-package_item .reservation-package_text .reservation-package_book-price {
            position: absolute;
            right: 0;
            top: 0;
        }

            .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
                color: #333;
                text-align: right;
            }

                .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price .amout {
                    font-family: Whitney-Light;
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 1;
                }

            .reservation-package_item .reservation-package_text .reservation-package_book-price .awe-btn {
                font-family: Whitney-Light;
                font-size: 10px;
                font-weight: 700;
                margin-top: 5px;
                min-width: inherit;
                padding: 5px 10px;
            }

    .reservation-package_item.current-select, .reservation-package_item:hover {
        background-color: #f1f1f1;
    }

.reservation-chosen-message {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

    .reservation-chosen-message h4 {
        color: #232323;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
    }

    .reservation-chosen-message p {
        color: #898989;
        font-size: 15px;
        margin-bottom: 0;
        margin-top: 20px;
    }

    .reservation-chosen-message .awe-btn {
        color: #fff;
        margin-top: 30px;
        padding: 10px;
        width: 150px;
    }

.reservation-billing-detail h4, .reservation-billing-detail label {
    font-family: Whitney-Light;
    margin-top: 20px;
    text-transform: uppercase;
}

.reservation-billing-detail {
    margin-left: 80px;
    max-width: 570px;
}

    .reservation-billing-detail .reservation-login {
        color: #898989;
        font-size: 14px;
        margin-bottom: 0;
    }

        .reservation-billing-detail .reservation-login a {
            color: #333;
            font-weight: 700;
        }

            .reservation-billing-detail .reservation-login a:hover {
                color: #344a71;
            }

    .reservation-billing-detail h4 {
        color: #000;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .reservation-billing-detail label {
        color: #232323;
        display: block;
        font-size: 12px;
        margin-bottom: 10px;
    }

        .reservation-billing-detail label sup {
            color: red;
        }

        .reservation-billing-detail label.label-radio .input-radio {
            display: inline-block;
            margin: 0 15px 0 0;
            vertical-align: middle;
        }

    .reservation-billing-detail .bootstrap-select.awe-select.btn-group {
        width: 100%;
    }

        .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn {
            border: 2px solid #e4e4e4;
            font-weight: 500;
        }

            .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .caret, .reservation-billing-detail .bootstrap-select.awe-select.btn-group .btn .filter-option {
                color: #333;
            }

    .reservation-billing-detail .input-text, .reservation-billing-detail .input-textarea {
        border: 2px solid #e4e4e4;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        width: 100%;
    }

    .reservation-billing-detail .reservation-code {
        background-color: #333;
        color: #fff;
        font-size: 14px;
        margin-top: 35px;
        padding: 15px 20px;
    }

        .reservation-billing-detail .reservation-code a {
            color: #fff;
            font-weight: 700;
        }

            .reservation-billing-detail .reservation-code a:hover {
                color: #e7c130;
            }

    .reservation-billing-detail .option-bank {
        list-style: outside none none;
        margin-bottom: 0;
        padding-left: 0;
        padding-top: 10px;
    }

        .reservation-billing-detail .option-bank li {
            margin-top: 25px;
            padding-left: 30px;
            position: relative;
        }

            .reservation-billing-detail .option-bank li .label-radio {
                display: inline-block;
                font-size: 14px;
                margin: 0 15px 0 0;
            }

                .reservation-billing-detail .option-bank li .label-radio .input-radio {
                    left: 0;
                    position: absolute;
                    top: 4px;
                }

            .reservation-billing-detail .option-bank li p {
                font-size: 12px;
                font-weight: 500;
                margin-bottom: 0;
                margin-top: 5px;
            }

            .reservation-billing-detail .option-bank li:last-child .label-radio .input-radio {
                top: 9px;
            }

    .reservation-billing-detail .awe-btn {
        font-family: Whitney-Light;
        font-size: 14px;
        font-weight: 600;
        margin-top: 40px;
        padding: 10px 40px;
    }

#footer {
    background-color: #11172B;
}

    #footer .footer_top {
        background-color: #344a71;
        padding: 20px 0;
    }

        #footer .footer_top .mailchimp h4 {
            color: #fff;
            display: inline-block;
            font-family: Whitney-Light;
            font-size: 25px;
            font-weight: 400;
            margin: 0;
            text-transform: uppercase;
            vertical-align: middle;
        }

            #footer .footer_top .mailchimp h4::before {
                border: 3px solid #e7c130;
                border-radius: 100%;
                color: #e7c130;
                font-family: FontAwesome;
                font-size: 18px;
                margin-right: 20px;
                padding: 10px;
            }

        #footer .footer_top .mailchimp .mailchimp-form {
            display: inline-block;
            margin-left: 45px;
            vertical-align: middle;
        }

        #footer .footer_top .mailchimp p {
            color: #fff;
            line-height: 18px;
            text-align: justify;
        }

        #footer .footer_top .mailchimp .mailchimp-form .input-text {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff;
            display: inline-block;
            line-height: 40px;
            padding: 5px 10px;
            vertical-align: middle;
            width: 290px;
        }

            #footer .footer_top .mailchimp .mailchimp-form .input-text:-moz-placeholder {
                color: #fff;
            }

            #footer .footer_top .mailchimp .mailchimp-form .input-text::-moz-placeholder {
                color: #fff;
            }

        #footer .footer_top .mailchimp .mailchimp-form .awe-btn {
            background-color: #e7c130;
            color: #fff;
            font-size: 14px;
            height: 40px;
            margin-left: 10px;
            min-width: 135px;
            padding: 7px 10px;
            text-align: center;
            text-transform: uppercase;
            vertical-align: middle;
        }

        #footer .footer_top .social .social-content {
            font-size: 0;
        }

            #footer .footer_top .social .social-content a {
                border: 2px solid #fff;
                border-radius: 50%;
                color: #fff;
                display: inline-block;
                font-size: 16px;
                height: 32px;
                line-height: 32px;
                margin-right: 20px;
                margin-top: 5px;
                text-align: center;
                width: 32px;
            }

                #footer .footer_top .social .social-content a:hover {
                    border-color: #e7c130;
                }

    #footer .footer_center {
        padding-bottom: 15px;
    }

        #footer .footer_center .widget-logo {
            overflow: hidden;
        }

            #footer .footer_center .widget-logo .img {
                display: inline-block;
                margin-right: 40px;
                max-width: 145px;
                vertical-align: middle;
            }

                #footer .footer_center .widget-logo .img img {
                    max-width: 100%;
                }

            #footer .footer_center .widget-logo .text {
                display: inline-block;
                margin-top: 10px;
                vertical-align: middle;
            }

                #footer .footer_center .widget-logo .text p {
                    color: #acacac;
                    margin-bottom: 20px;
                }

                    #footer .footer_center .widget-logo .text p i {
                        color: #fff;
                        font-size: 16px;
                        margin-right: 10px;
                    }

                    #footer .footer_center .widget-logo .text p a {
                        color: #acacac;
                    }

                        #footer .footer_center .widget-logo .text p a:hover {
                            color: #e7c130;
                            text-decoration: underline;
                        }

                    #footer .footer_center .widget-logo .text p:last-child {
                        margin-bottom: 0;
                    }

        #footer .footer_center .widget {
            margin-top: 15px;
        }

            #footer .footer_center .widget .widget-title {
                color: #fff;
                font-size: 14pt;
                margin-bottom: 20px;
                margin-top: 0;
                text-transform: uppercase;
            }

            #footer .footer_center .widget > ul {
                margin-top: -5px;
            }

            #footer .footer_center .widget ul {
                list-style: outside none none;
                margin-bottom: 0;
                padding-left: 0;
            }

                #footer .footer_center .widget ul li a {
                    color: #ffffff;
                    display: inline-block;
                    padding: 5px 0;
                    transition: all 0.2s ease 0s;
                }

                    #footer .footer_center .widget ul li a:hover {
                        color: #e7aa2d;
                    }

                #footer .footer_center .widget ul li .sub-menu {
                    margin-left: 15px;
                }

        #footer .footer_center .widget_tripadvisor .tripadvisor p {
            color: #acacac;
            font-size: 13.75px;
            margin-bottom: 20px;
        }

        #footer .footer_center .widget_tripadvisor .tripadvisor img {
            margin-bottom: 20px;
            max-width: 100%;
        }

        #footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle {
            display: block;
            font-size: 0;
        }

            #footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i {
                background-clip: content-box;
                background-color: #8bc23f;
                border: 2px solid #8bc23f;
                border-radius: 50%;
                display: inline-block;
                font-size: 15px;
                height: 14px;
                margin-right: 5px;
                padding: 1px;
                position: relative;
                width: 14px;
            }

                #footer .footer_center .widget_tripadvisor .tripadvisor .tripadvisor-circle i.part::before {
                    background-color: #1f232b;
                    content: "";
                    display: block;
                    height: 8px;
                    position: absolute;
                    right: 1px;
                    top: 1px;
                    width: 4px;
                }

    #footer .footer_bottom {
        background-color: #11172B;
        color: #fff;
        font-size: 12.22px;
        padding: 10px 0;
        text-align: center;
    }

        #footer .footer_bottom p {
            margin-bottom: 0;
        }

@media screen and (max-width: 1199px) {
    #footer .footer_center .widget_logo, #footer .footer_top {
        text-align: left;
    }

    .check-availability {
        margin-top: 0;
        padding: 30px 0;
        text-align: center;
    }

        .check-availability::before {
            background-color: #344a71;
        }

        .check-availability h2 {
            display: inline-block;
            line-height: 1.4em;
        }

        .check-availability .availability-form {
            display: inline-block;
            margin-top: 30px;
        }

    .event .event-item .text h2 {
        font-size: 20px;
    }

    .event .event-item .text .awe-btn {
        font-size: 10px;
        min-width: inherit;
    }

    .about .about-item .text {
        margin-top: 0;
    }

    .sidebar {
        margin-right: 0;
    }

    .checkout .checkout_head h3 {
        font-size: 20px;
    }

    .checkout .checkout_margin {
        margin-left: 0;
    }

    .checkout .checkout_cartinfo p {
        font-size: 16px;
    }

    .checkout .checkout_option ul li img {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .room_item-2 .img {
        width: 56.6667%;
    }

    .room_item-2 .text {
        width: calc(43.3333% - 1px);
    }

        .room_item-2 .text h2 {
            font-size: 30px;
        }

        .room_item-2 .text p {
            margin-top: 25px;
        }

        .room_item-2 .text .awe-btn {
            margin-top: 30px;
        }

    .room_item-2.img-right .img {
        left: 43.3333%;
    }

    .room_item-2.img-right .text {
        right: 56.6667%;
    }

    .room-detail_book .room-detail_form .awe-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200px;
    }

    .reservation-room_item .reservation-room_img {
        float: none;
        margin: 10px 0 0;
        width: 100%;
    }

    .reservation-room_item .reservation-room_text {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
        width: 25%;
    }

    .gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-4 .item-isotope.larger, .gallery-isotope.col-4 .item-size {
        width: 33.3333%;
    }

    #footer .footer_top .mailchimp {
        display: inline-block;
    }

    #footer .footer_top .social {
        margin-top: 40px;
    }

    #footer .footer_center .widget_logo .widget-logo {
        display: inline-block;
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    #footer .footer_top .mailchimp h4::before, .accomd-modations::before, .check-availability h2::before, .home-guestbook::before, .room-detail_tab-content::before {
        content: none;
    }

    .heading {
        font-size: 30px;
    }

    .check-availability .availability-form .awe-select:nth-child(2) {
        margin-right: 0 !important;
    }

    .check-availability .availability-form .vailability-submit {
        clear: both;
        display: block;
        margin-top: 20px;
        text-align: center;
    }

    .accomd-modations {
        padding: 50px 0;
    }

        .accomd-modations .accomd-modations-header {
            margin-bottom: 40px;
            margin-top: 0;
            text-align: center;
        }

            .accomd-modations .accomd-modations-header .heading, .accomd-modations .accomd-modations-header p {
                color: #fff;
            }

    .section-home-about {
        padding-top: 50px;
    }

    .home-about .text {
        margin-top: 20px;
    }

        .home-about .text .heading, .our-best .img {
            margin-top: 0;
        }

    .section-our-best {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .home-guestbook {
        padding: 70px 0;
    }

        .home-guestbook .guestbook-header {
            text-align: center;
        }

            .home-guestbook .guestbook-header .heading, .home-guestbook .guestbook-header p {
                color: #fff;
            }

            .home-guestbook .guestbook-header .awe-btn {
                border-color: #fff;
                color: #fff;
                margin-top: 20px;
            }

        .home-guestbook .guestbook-item {
            padding-right: 0;
        }

        .home-guestbook .guestbook-content .owl-pagination {
            margin-left: 0;
            text-align: center;
        }

    .guestbook-event {
        text-align: center;
    }

        .guestbook-event .guestbook-content_1 {
            margin-top: 30px;
        }

            .guestbook-event .guestbook-content_1 .img img {
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

            .guestbook-event .guestbook-content_1 .img span {
                margin-top: 10px;
            }

            .guestbook-event .guestbook-content_1 .text {
                margin-top: 25px;
            }

            .guestbook-event .guestbook-content_1 .owl-pagination {
                margin-top: 30px;
                text-align: center;
            }

    .section-about {
        padding-bottom: 50px;
    }

    .about .about-item .img, .about .about-item .text {
        width: 100%;
    }

    .about .about-item .text {
        margin-top: 20px;
        padding-left: 0;
    }

    .section-statistics {
        padding: 60px 0;
    }

    .statistics .statistics_content .statistics_item {
        margin-top: 40px;
    }

    .statistics_item .count {
        font-size: 50px;
    }

    .attraction_sidebar .attraction_heading {
        cursor: pointer;
        text-align: left;
        transition: all 0.3s ease 0s;
    }

        .attraction_sidebar .attraction_heading .attraction-icon-drop {
            display: block;
        }

        .attraction_sidebar .attraction_heading:hover {
            background-color: #344a71;
            color: #fff;
        }

    .attraction_sidebar .attraction_sidebar-content {
        display: none;
    }

    .sidebar {
        margin-top: 70px;
    }

        .sidebar .widget.widget_check_availability .check_availability .awe-btn {
            display: block;
            margin-left: auto;
            margin-right: auto;
            max-width: 250px;
            width: 100%;
        }

    .event-restaurant .event-restaurant_header .icon, .room_item-3 .text-thumbs .thumbs, .room_item-3 .text-thumbs::before, .room_item-4 .text-thumbs .thumbs {
        display: none;
    }

    .widgetsearch .input-text {
        height: 40px;
        line-height: 40px;
    }

    .section-contact {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .contact .contact-form {
        margin-top: 30px;
    }

    .restaurant-small .restaurant_content .restaurant_title {
        text-align: center;
    }

    .restaurant_item.small-thumbs .text {
        margin-top: 0;
    }

    .restaurant_item.lager-thumbs .text {
        vertical-align: top;
    }

    .tabs-restaurant .ui-tabs-nav li a {
        font-size: 18px;
    }

        .event-restaurant .event-restaurant_content li .text h2, .tabs-restaurant .ui-tabs-nav li a span {
            font-size: 14px;
        }

    .section-event-restaurant {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .event-restaurant .event-restaurant_header {
        margin-top: 0;
        text-align: center;
    }

    .event-restaurant .event-restaurant_content {
        margin-top: 40px;
    }

        .event-restaurant .event-restaurant_content li {
            margin-top: 30px;
        }

    .room_item-3 .text-thumbs .text h2, .room_item-4 .text-thumbs .text h2 {
        font-size: 30px;
    }

    .room_item-2 {
        margin-left: 0;
        margin-right: 0;
    }

        .room_item-2 .img {
            padding: 0;
            width: 100%;
        }

            .room_item-2 .img::after {
                left: 0;
                right: 0;
            }

            .room_item-2 .img::before {
                bottom: 0;
                height: 40px;
                left: 40px;
                right: 40px;
                top: auto;
                width: auto;
            }

        .room_item-2.img-right .img {
            left: auto;
        }

            .room_item-2.img-right .img::before {
                left: 40px;
                right: 40px;
            }

        .room_item-2.img-right .text {
            right: auto;
        }

        .room_item-2 .text {
            margin-top: -10px;
            padding-left: 80px;
            padding-right: 80px;
            width: 100%;
            z-index: 10;
        }

    .room_item-3 .text-thumbs {
        margin-left: 40px;
        margin-right: 40px;
    }

        .room_item-3 .text-thumbs .text {
            margin-top: -50px;
            transform: translate(0px, 0px);
        }

    .room_item-4 .text-thumbs .text {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .room_item-4 .text-thumbs .text p {
            margin-top: 25px;
        }

    .room_item-5 {
        background-image: none !important;
    }

        .room_item-5::before {
            background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.3)) repeat scroll 0 0;
            top: 0;
            z-index: 1;
        }

        .room_item-5 .img {
            display: block;
        }

        .room_item-5 .room_item-back {
            display: none;
        }

        .room_item-5 .room_item-forward {
            bottom: 10px;
            left: 30px;
            right: 30px;
        }

            .room_item-5 .room_item-forward h2 {
                font-size: 24px;
            }

            .room_item-5 .room_item-forward .price {
                font-size: 13px;
            }

    .room_item-6 .text h2 {
        font-size: 30px;
    }

    .section-room-detail {
        padding-bottom: 70px;
    }

    .room-detail_tab-content {
        padding-top: 50px;
    }

    .reservation-billing-detail {
        margin-left: 0;
        max-width: inherit;
    }

    .gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
        width: 33.3333%;
    }

    #footer .footer_top .mailchimp h4 {
        display: block;
        margin-bottom: 20px;
        padding-left: 0;
    }

    #footer .footer_top .mailchimp .mailchimp-form {
        margin-left: 0;
    }

    #footer .footer_top .social {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .banner-slider .slider-caption {
        font-size: 50px;
    }

        .banner-slider .slider-caption.slider-caption-2 small {
            font-size: 20px;
        }

    .banner-slider .slider-caption-sub {
        font-size: 18px;
    }

        .banner-slider .slider-caption-sub.slider-caption-sub-1, .banner-slider .slider-caption-sub.slider-caption-sub-3 {
            font-size: 20px;
        }

    .banner-slider .slider-item .slider-text .awe-btn {
        margin-top: 20px;
    }

        .banner-slider .slider-item .slider-text .awe-btn.awe-btn-slider {
            font-size: 12px;
            padding: 10px 25px;
        }

    .banner-slider .owl-next {
        right: 20px;
    }

    .banner-slider .owl-prev {
        left: 20px;
    }

    .sub-banner .text h2 {
        font-size: 30px;
    }

    .sub-banner .text p {
        font-size: 16px;
    }

    #header .header_top .header_left, #header .header_top .header_right {
        float: none;
        text-align: center;
        width: 100%;
    }

    #header .header_top .header_right {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .check-availability .availability-form {
        width: 100% !important;
    }

        .check-availability .availability-form::after {
            clear: both;
            content: "";
            display: table;
        }

        .check-availability .availability-form .awe-calendar-wrapper, .check-availability .availability-form .awe-textbox-wrapper, .check-availability .availability-form .bootstrap-select.btn-group.awe-select, .check-availability .availability-form .vailability-submit {
            float: left;
        }

        .check-availability .availability-form .awe-calendar-wrapper {
        }

            .check-availability .availability-form .awe-calendar-wrapper i {
                right: 25px;
            }

        .check-availability .availability-form .bootstrap-select.btn-group.awe-select.textbox {
            float: left;
            margin: 20px 0 0;
            width: 50%;
        }

        .check-availability .availability-form .bootstrap-select.btn-group.awe-select .dropdown-menu {
            left: 15px;
            min-width: inherit;
            right: 15px;
        }

        .check-availability .availability-form .vailability-submit {
            width: 100%;
        }

            .check-availability .availability-form .vailability-submit .awe-btn {
                font-size: 13px;
            }

    .accomd-modations .accomd-modations-content .accomd-modations-room .text {
        padding: 10px 15px;
    }

        .accomd-modations .accomd-modations-content .accomd-modations-room .text .price .amout {
            font-size: 20px;
        }

    .accomd-modations_1 .accomd-modations-room_1 .text .price .amout {
        font-size: 26px;
    }

    .section-gallery {
        padding: 50px 0;
    }

    .gallery-isotope.col-3 .item-isotope, .gallery-isotope.col-3 .item-isotope.larger, .gallery-isotope.col-3 .item-size, .gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-4 .item-isotope.larger, .gallery-isotope.col-4 .item-size, .gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-size {
        width: 50%;
    }

    .gallery-cat ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .section-team {
        padding: 50px 0;
    }

    .section-activiti {
        padding-bottom: 50px;
    }

        .section-activiti .page-navigation {
            margin-top: 40px;
        }

    .activiti_item .text h2 {
        font-size: 18px;
    }

    #attraction-maps {
        height: 350px;
    }

    .comingsoon h1 {
        font-size: 50px;
    }

    .comingsoon h6 {
        font-size: 30px;
    }

    .comingsoon .countdown .item {
        font-size: 16px;
    }

        .comingsoon .countdown .item .count {
            font-size: 40px;
        }

    .guest-book .guest-book_head.guest-book_head-2 .text h2 {
        font-size: 24px;
    }

    .login-register .text h2 {
        font-size: 30px;
    }

    .login-register .text .account_form .field-form .awe-btn {
        font-size: 15px;
        min-width: 150px;
        padding: 10px;
    }

    .page-404 h1 {
        font-size: 60px;
        margin-top: 25px;
    }

    .page-404 h6 {
        font-size: 20px;
    }

    .page-404 p {
        font-size: 16px;
        margin-top: 15px;
    }

    .page-404 .search-404 {
        margin-top: 30px;
    }

        .page-404 .search-404 .awe-btn {
            font-size: 14px;
        }

    .restaurant_item .text h2, .tabs-restaurant .ui-tabs-nav li a {
        font-size: 16px;
    }

    .tabs-restaurant .ui-tabs-nav {
        border-bottom-width: 0;
    }

        .tabs-restaurant .ui-tabs-nav li {
            border-bottom: 2px solid #e7e7e7 !important;
            display: block;
            padding-top: 15px;
        }

            .tabs-restaurant .ui-tabs-nav li a span {
                font-size: 13px;
            }

            .tabs-restaurant .ui-tabs-nav li.ui-tabs-active {
                padding-bottom: 15px;
            }

    .event-restaurant .event-restaurant_header h2 {
        font-size: 30px;
    }

    .event-restaurant .event-restaurant_header p {
        font-size: 14px;
        line-height: 1.4em;
    }

    .event-restaurant .event-restaurant_content li .event-date {
        margin-right: 20px;
    }

    .section-room {
        padding-bottom: 70px;
    }

    .post .entry-media .count-date {
        padding: 10px 20px;
    }

        .post .entry-media .count-date span {
            font-size: 24px;
            padding: 0 5px;
        }
}

@media screen and (max-width: 600px) {
    .guest-book_content .row [class*="col-"] {
        width: 100%;
    }

    .guest-book .guest-book_head .text {
        background-color: rgba(52, 74, 113, 0.85);
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        width: 100%;
    }

        .guest-book .guest-book_head .text h2 {
            font-size: 18px;
        }

        .guest-book .guest-book_head .text .awe-btn, .guest-book .guest-book_head .text p {
            font-size: 14px;
        }

    .guest-book .guest-book_head.guest-book_head-2 .text {
        padding: 0;
    }

        .guest-book .guest-book_head.guest-book_head-2 .text h2 {
            font-size: 20px;
        }

    .guest-book_item {
        padding-left: 30px;
        padding-right: 30px;
    }

        .guest-book_item h2 {
            font-size: 16px;
        }

    .page-404 h1 {
        font-size: 50px;
        margin-top: 20px;
    }

    .page-404 h6 {
        font-size: 18px;
    }

    .page-404 p {
        font-size: 14px;
    }

    .page-404 .search-404 .filed-text {
        display: block;
        width: 100%;
    }

    .page-404 .search-404 .awe-btn {
        font-size: 13px;
        margin-top: 30px;
    }

    .room-wrap-4 {
        margin-top: -70px;
    }

        .room-wrap-4 .room_item-4 {
            margin-top: 70px;
        }

    .room_item-4 .img, .room_item-4 .text-thumbs {
        width: 100%;
    }

        .room_item-4 .text-thumbs .text {
            margin-top: 20px;
        }

    .room_item-4.img-right .img, .room_item-4.img-right .text-thumbs {
        left: auto;
        right: auto;
    }

    .room_item-5 {
        background-image: none !important;
    }

        .room_item-5 .room_item-forward {
            left: 20px;
            right: 20px;
        }

            .room_item-5 .room_item-forward h2 {
                font-size: 20px;
            }

    .room_item-6 .text {
        max-width: 100%;
    }

        .room_item-6 .text h2 {
            font-size: 30px;
        }

    .room-detail_rates {
        overflow-y: auto;
    }

        .room-detail_rates table {
            width: 767px;
        }
}

@media screen and (max-width: 480px) {
    .accomd-modations .accomd-modations-content [class*="col-"], .event-news .event [class*="col-"] {
        width: 100%;
    }

    .accomd-modations_1 .heading, .home-guestbook .guestbook-content .guestbook-item .text {
        text-align: center;
    }

    .heading {
        font-size: 24px;
    }

    #header .header_top .header_left {
        display: none;
    }

    #header .header_top .header_right {
        border-top-width: 0;
    }

    #header .header_logo {
        line-height: 1;
    }

    #header .header_tollfree {
        line-height: 1;
    }

        #header .header_tollfree span {
            color: #ffffff;
        }

    #header .header_logo img {
        max-height: 40px;
    }

    .banner-slider .slider-caption {
        font-size: 30px;
    }

        .banner-slider .slider-caption.slider-caption-2 small {
            font-size: 16px;
        }

    .banner-slider .slider-caption-sub {
        font-size: 14px;
    }

        .banner-slider .slider-caption-sub.slider-caption-sub-1 {
            font-size: 16px;
            letter-spacing: 16px;
        }

        .banner-slider .slider-caption-sub.slider-caption-sub-3 {
            font-size: 14px;
        }

    .banner-slider .slider-item .slider-text .awe-btn-slider {
        font-size: 12px;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-slider .owl-next, .banner-slider .owl-prev {
        border-radius: 0;
        border-width: 0;
    }

    .banner-slider .owl-next {
        right: 0;
    }

    .banner-slider .owl-prev {
        left: 0;
    }

    .sub-banner .text h2 {
        font-size: 20px;
        margin-top: 50px;
    }

    .sub-banner .text p {
        font-size: 14px;
    }

    .accomd-modations-room_1 .text h2, .our-best .text .heading {
        font-size: 20px;
    }

    .check-availability {
        padding: 20px 0;
    }

        .check-availability h2 {
            font-size: 20px;
            line-height: 1;
            padding-left: 0;
        }

        .check-availability .availability-form {
            margin-top: 20px;
        }

    .our-best .text ul li {
        margin-top: 10px;
        padding: 0 !important;
        width: 100%;
    }

    .accomd-modations_1 .accomd-modations-content_1 .owl-pagination {
        margin-top: 40px;
        position: static;
        text-align: center;
    }

    .section-event-news {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .news-item .text .date {
        font-size: 16px;
    }

    .news-item .text h2 {
        font-size: 14px;
    }

    .news .awe-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        width: 150px;
    }

    .activiti [class*="col-"], .gallery-isotope.col-3 .item-isotope, .gallery-isotope.col-3 .item-isotope.larger, .gallery-isotope.col-3 .item-size, .gallery-isotope.col-4 .item-isotope, .gallery-isotope.col-4 .item-isotope.larger, .gallery-isotope.col-4 .item-size, .gallery-isotope.col-6 .item-isotope, .gallery-isotope.col-6 .item-isotope.larger, .gallery-isotope.col-6 .item-size, .team .team_content [class*="col-"] {
        width: 100%;
    }

    .checkout .checkout_cart .cart-item .img, .room_item-2 .img::before {
        display: none;
    }

    .home-guestbook {
        padding: 50px 0;
    }

        .home-guestbook .guestbook-content .guestbook-item .img {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

    .home-about .text .heading {
        font-size: 20px;
    }

    .gallery-content .gallery_item .text {
        font-size: 13px;
    }

    .team .sub-heading {
        font-size: 15px;
    }

    #attraction-maps {
        height: 300px;
    }

    .attraction_sidebar .attraction_heading {
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .attraction_content .attraction_content-title, .attraction_detail .attraction_detail-header .attraction_detail-title, .sidebar .widget .widget-title {
        font-size: 16px;
    }

    .sidebar .widget.widget_upcoming_events ul li .event-date {
        font-size: 13px;
        height: 50px;
        width: 50px;
    }

        .sidebar .widget.widget_upcoming_events ul li .event-date strong {
            font-size: 18px;
        }

    .sidebar .widget.widget_recent_entries ul li .text a, .sidebar .widget.widget_upcoming_events ul li .text a {
        font-size: 13px;
    }

    .sidebar .widget.widget_recent_entries ul li .img {
        width: 50px;
    }

    .post .entry-media .posted-on {
        border-color: #fff;
        bottom: auto;
        color: #fff;
        font-size: 14px;
        height: auto;
        left: auto;
        padding: 5px;
        right: 10px;
        top: 10px;
        transform: translate(0px, 0px);
        width: auto;
        z-index: 10;
    }

        .post .entry-media .posted-on strong {
            font-size: 24px;
        }

    .post .entry-media .count-date {
        padding: 5px 10px;
    }

        .post .entry-media .count-date span {
            font-size: 18px;
        }

            .post .entry-media .count-date span span {
                font-size: 10px;
            }

    #comments .comment-title, .post .entry-header .entry-title {
        font-size: 16px;
    }

    .post .entry-content, .post .entry-footer, .post .entry-header {
        padding-left: 0;
    }

    .blog-content #comments, .blog-content .comment-respond {
        margin-left: 0;
    }

    #comments .commentlist li {
        padding-left: 70px;
    }

        #comments .commentlist li .comment-body .comment-avatar {
            width: 50px;
        }

        #comments .commentlist li .comment-body .comment-subject {
            font-size: 13px;
        }

        #comments .commentlist li .comment-body .action, #comments .commentlist li .comment-body .comment-meta {
            width: 100%;
        }

            #comments .commentlist li .comment-body .action .awe-btn {
                margin-left: 0;
                margin-right: 10px;
            }

    .checkout .checkout_head h3 {
        font-size: 16px;
    }

    .checkout .checkout_cart .cart-item {
        border-bottom: 1px solid #f1f1f1;
        margin: 0;
        padding: 10px 0;
    }

        .checkout .checkout_cart .cart-item:last-child {
            border-bottom-width: 0;
        }

        .checkout .checkout_cart .cart-item .remove {
            top: 10px;
        }

    .comingsoon h1 {
        font-size: 40px;
    }

    .comingsoon h6 {
        font-size: 24px;
    }

    .comingsoon p {
        font-size: 16px;
        margin-top: 15px;
    }

    .comingsoon .countdown {
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .comingsoon .countdown .item {
            font-size: 14px;
        }

            .comingsoon .countdown .item .count {
                font-size: 30px;
            }

    .contact .contact-location .btn-collapse, .contact .contact-location .location-group h6, .contact .text h2, .guest-book .guest-book_head .text h2 {
        font-size: 16px;
    }

    .contact-map {
        height: 300px;
    }

    .guest-book .guest-book_head .text .awe-btn {
        font-size: 12px;
    }

    .login-register .text h2 {
        font-size: 24px;
    }

    .login-register .text p {
        font-size: 16px;
    }

    .login-register .text .account_form {
        margin-top: 10px;
    }

        .login-register .text .account_form .field-form .awe-btn {
            font-size: 14px;
            min-width: 130px;
        }

        .login-register .text .account_form .field-form.field-submit {
            margin-top: 25px;
        }

        .login-register .text .account_form .account-desc, .page-404 .search-404, .page-404 .search-404 .awe-btn {
            margin-top: 20px;
        }

    .page-404 h1 {
        font-size: 30px;
    }

    .page-404 h6 {
        font-size: 16px;
    }

    .page-404 p {
        font-size: 13px;
    }

    .page-404 .search-404 .filed-text {
        width: 100%;
    }

    .restaurant-lager .restaurant_content .restaurant_item {
        margin-top: 40px;
    }

    .restaurant-small .restaurant_content .restaurant_item {
        margin-top: 30px;
    }

    .restaurant_item.lager-thumbs .img, .restaurant_item.lager-thumbs .text {
        width: 100%;
    }

    .restaurant_item.lager-thumbs .text {
        margin-top: 25px;
    }

        .restaurant_item.lager-thumbs .text .price {
            font-size: 26px;
        }

    .restaurant_item.small-thumbs .img {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .restaurant_item.small-thumbs .text {
        margin-top: 20px;
        width: 100%;
    }

        .restaurant_item.small-thumbs .text h2 {
            font-size: 16px;
        }

    .reservation {
        padding-left: 30px;
        padding-right: 30px;
    }

        .reservation h2 {
            font-size: 24px;
        }

        .reservation .reservation_form .awe-btn {
            font-size: 14px;
        }

    .event-restaurant .event-restaurant_header h2 {
        font-size: 24px;
    }

    .event-restaurant .event-restaurant_content li .event-date {
        font-size: 13px;
        margin-right: 20px;
        width: 50px;
    }

    #footer .footer_top .mailchimp .mailchimp-form .input-text, .room-detail_amenities .row [class*="col-"], .room-wrap-5 .row [class*="col-"] {
        width: 100%;
    }

    .event-restaurant .event-restaurant_content li .event-date strong, .room_item-1 h2 {
        font-size: 24px;
    }

    .section-room {
        padding-bottom: 50px;
    }

    .room_item-1 .desc p {
        font-size: 14px;
    }

    .room_item-1 .bot .price {
        font-size: 13px;
        margin-top: 5px;
    }

        .room_item-1 .bot .price .amout {
            font-size: 20px;
        }

    .room_item-1 .bot .awe-btn {
        font-size: 11px;
    }

    .room-wrap-2 {
        margin-top: -50px;
    }

        .room-wrap-2 .room_item-2 {
            margin-top: 50px;
        }

    .room_item-2 .text {
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

        .room_item-2 .text p {
            font-size: 14px;
            margin-top: 20px;
        }

        .room_item-2 .text h2, .room_item-3 .text-thumbs .text h2 {
            font-size: 24px;
        }

        .room_item-2 .text .awe-btn {
            margin-top: 25px;
            padding: 10px 15px;
        }

    .room-wrap-3 {
        margin-top: -50px;
    }

        .room-wrap-3 .room_item-3 {
            margin-top: 50px;
        }

    .room_item-3 .text-thumbs {
        margin-left: 0;
        margin-right: 0;
    }

        .room_item-3 .text-thumbs .text {
            margin-top: 0;
            padding-left: 0;
            padding-right: 0;
        }

            .room_item-3 .text-thumbs .text p {
                font-size: 14px;
                margin-top: 20px;
            }

            .room_item-3 .text-thumbs .text .awe-btn {
                margin-top: 25px;
            }

    .room-wrap-4 {
        margin-top: -50px;
    }

        .room-wrap-4 .room_item-4 {
            margin-top: 50px;
        }

    .room_item-4 .text-thumbs .text h2 {
        font-size: 24px;
    }

    .room_item-4 .text-thumbs .text p {
        font-size: 14px;
        margin-top: 25px;
    }

    .room_item-4 .text-thumbs .text .awe-btn {
        margin-top: 25px;
        padding: 10px 15px;
    }

    .room_item-6 .text h2 {
        font-size: 24px;
    }

    .room_item-6 .text p {
        font-size: 14px;
        margin-top: 20px;
    }

    .room_item-6 .text .awe-btn {
        padding: 10px 15px;
    }

    .room-detail_book .room-detail_total .price .amout {
        font-size: 30px;
    }

    .room-detail_package .room-package_item .text {
        padding-right: 0;
    }

        .room-detail_package .room-package_item .text .room-package_price {
            margin-top: 10px;
            position: static;
        }

            .room-detail_package .room-package_item .text .room-package_price .price {
                display: inline-block;
                margin-right: 10px;
            }

    .room-detail_img .room_img-item h6 {
        font-size: 12px;
        padding: 5px 20px;
    }

    .tab-price table caption a, .tab-price table caption h2 {
        font-size: 14px;
    }

    .tab-price table tr td {
        font-size: 10px;
    }

        .tab-price table tr td .date {
            font-size: 9px;
        }

    .reservation-calendar_custom .reservation-calendar_tabel td a span {
        font-size: 10px;
    }

    .reservation-room_item .reservation-room_name {
        font-size: 22px;
    }

    .reservation-room_item .reservation-room_text .reservation-room_price .reservation-room_amout {
        font-size: 24px;
    }

    .reservation-room_item .awe-btn {
        min-width: inherit !important;
        padding: 5px 10px;
    }

    .reservation-room_item .reservation-room_package .reservation-room_package-more {
        padding: 12px 15px;
    }

    .reservation-package_item {
        border-bottom: 1px solid #f1f1f1;
        padding: 15px;
    }

        .reservation-package_item .reservation-package_img {
            display: none;
        }

        .reservation-package_item .reservation-package_text {
            padding-right: 0;
        }

            .reservation-package_item .reservation-package_text .reservation-package_book-price {
                margin-top: 20px;
                position: static;
            }

                .reservation-package_item .reservation-package_text .reservation-package_book-price .reservation-package_price {
                    display: inline-block;
                    margin-right: 10px;
                    vertical-align: middle;
                }

    .reservation_step ul li {
        margin: 0;
        width: 100%;
    }

    #footer .footer_top .mailchimp h4 {
        font-size: 20px;
    }

    #footer .footer_top .mailchimp .mailchimp-form {
        padding-right: 100px;
        position: relative;
    }

        #footer .footer_top .mailchimp .mailchimp-form .awe-btn {
            bottom: 0;
            min-width: inherit;
            padding-left: 15px;
            padding-right: 15px;
            position: absolute;
            right: 0;
            top: 0;
        }

    #footer .footer_top .social .social-content a {
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        width: 30px;
    }

    #footer .footer_center .widget_logo .widget-logo {
        display: block;
    }

        #footer .footer_center .widget_logo .widget-logo .img {
            display: block;
            margin-bottom: 10px;
            margin-left: auto;
            margin-right: auto;
        }

    #footer .footer_center [class*="col-"] {
        width: 100%;
    }

    #footer .footer_bottom p {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .heading {
        font-size: 20px;
    }

    .sub-banner .text h2 {
        margin-top: 30px;
    }

    .event-news .event [class*="col-"] {
        width: 100%;
    }

    .event-news .news .news-item {
        margin-left: 0;
        margin-right: 0;
    }

        .event-news .news .news-item .img {
            padding: 0;
            width: 100%;
        }

        .event-news .news .news-item .text {
            padding: 15px;
            width: 100%;
        }

    .checkout .checkout_form [class*="col-"], .statistics .statistics_content [class*="col-"] {
        width: 100%;
    }

    .comingsoon h1 {
        font-size: 30px;
    }

    .comingsoon h6 {
        font-size: 20px;
    }

    .comingsoon p {
        font-size: 16px;
        margin-top: 15px;
    }

    .comingsoon .countdown .item {
        font-size: 10px;
    }

        .comingsoon .countdown .item .count, .comingsoon .countdown .item + .item::before {
            font-size: 20px;
        }

    .comingsoon .widget_social .widget-title {
        font-size: 16px;
        margin-top: 15px;
    }

    .comingsoon .widget_social .widget-social a {
        font-size: 14px;
        margin: 10px 5px 0;
    }

    .restaurant_item.small-thumbs .img {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .restaurant_item.small-thumbs .text {
        padding-right: 0;
    }

        .restaurant_item.small-thumbs .text .price {
            font-size: 26px;
            margin-top: 15px;
            position: static;
            text-align: left;
        }

    .room_item-1 h2 {
        font-size: 20px;
    }

    .room_item-1 .desc p, .room_item-2 .text .price, .room_item-2 .text p {
        font-size: 13px;
    }

    .room_item-1 .desc ul li {
        font-size: 13px;
        width: 100%;
    }

    .room_item-1 .bot {
        border-width: 0;
        padding: 0;
    }

        .room_item-1 .bot .price {
            display: block;
            margin-top: 0;
        }

        .room_item-1 .bot .awe-btn {
            float: none;
            margin-top: 20px;
        }

    .room_item-2 .text h2 {
        font-size: 20px;
    }

    .room_item-2 .text .awe-btn {
        font-size: 11px;
    }

    .room_item-3 .text-thumbs .text h2 {
        font-size: 20px;
    }

    .room_item-3 .text-thumbs .text .price, .room_item-3 .text-thumbs .text p {
        font-size: 13px;
    }

    .room_item-3 .text-thumbs .text .awe-btn {
        font-size: 11px;
        padding: 10px 15px;
    }

    .room_item-4 .text-thumbs .text h2 {
        font-size: 20px;
    }

    .room_item-4 .text-thumbs .text .price, .room_item-4 .text-thumbs .text p {
        font-size: 13px;
    }

    .room_item-4 .text-thumbs .text .awe-btn {
        font-size: 11px;
        padding: 10px 15px;
    }

    .room_item-6 .text {
        padding: 20px 20px 25px;
    }

        .room_item-6 .text h2 {
            font-size: 20px;
        }

        .room_item-6 .text .price, .room_item-6 .text p, .room_item-6 .text ul li {
            font-size: 13px;
        }

        .room_item-6 .text .awe-btn {
            font-size: 11px;
        }

    .reservation-chosen-message h4 {
        font-size: 18px;
    }
}

.list-field-send {
    margin: 8px 0 0;
}

    .list-field-send li {
        float: left;
        list-style: outside none none;
        margin-bottom: 0 !important;
        margin-right: 20px;
        position: relative;
    }

        .list-field-send li input[type="text"] {
            background-color: transparent;
            border: 2px solid #fff;
            color: #fff !important;
            height: 40px;
            line-height: 36px;
            padding: 0 10px;
            width: 100%;
        }

        .list-field-send li label {
            bottom: -50%;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            left: 10px;
            margin-bottom: -2px;
            position: absolute;
            right: 0;
        }

        .list-field-send li *:-moz-placeholder {
            color: #fff;
        }

        .list-field-send li *::-moz-placeholder {
            color: #fff;
        }

        .list-field-send li .awe-btn.awe-btn-13 {
            background-color: #e7c130 !important;
            border: 2px solid #e7c130 !important;
            font-size: 16px;
            height: 40px;
            line-height: 22px;
        }

            .list-field-send li .awe-btn.awe-btn-13:hover {
                background-color: #344a71 !important;
                border-color: #344a71 !important;
            }

.reservation-confirm {
    color: #fff;
    margin-bottom: 0;
    margin-top: 15px;
}

iframe[name="google_conversion_frame"] {
    float: left;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin-top: -13px;
    width: 0 !important;
}

.trip-selector {
    color: #fff;
    margin: 0 0 20px !important;
    overflow: hidden;
    padding-left: 24px;
}

    .trip-selector input[type="radio"] {
        float: left;
        margin-top: 3px;
        opacity: 1;
        position: relative;
    }

    .trip-selector label::before {
        vertical-align: top;
    }

    .trip-selector label {
        cursor: pointer;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 14px;
        margin: 0;
        padding: 2px 15px 2px 7px;
        text-align: left;
    }

.form-group {
    margin-bottom: 10px;
}

.txt-left {
    text-align: left;
}

.search__trip-selector.form-group {
    margin-bottom: 0;
}

fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 0 0;
}

.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

legend {
    color: #fff;
}

legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

.box {
    margin-bottom: 30px;
}

ul.check-square li::before {
    background: #d9d9d9 none repeat scroll 0 0;
    color: #fff;
    content: "✔";
    font-family: "soap-icons";
    font-size: 12px;
    margin-right: 10px;
    padding: 1px 4px 0;
}

ul.check-square li.active {
    background: #01b7f2 none repeat scroll 0 0;
    color: #fff;
}

    ul.check-square li.active > a {
        color: #fff;
    }

    ul.check-square li.active::before {
        background: #fff none repeat scroll 0 0;
        color: #fdb714;
    }

ul.check-circle li::before {
    background: #fdb714 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "✔";
    display: inline-block;
    font-family: "soap-icons";
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    text-align: center;
    vertical-align: baseline;
    width: 18px;
    margin-bottom: 10px;
}

.toggle-container {
    background: #fff none repeat scroll 0 0;
}

    .toggle-container .panel {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: -moz-use-text-color -moz-use-text-color #f5f5f5;
        border-image: none;
        border-radius: 0;
        border-style: none none solid;
        border-width: medium medium 2px;
        box-shadow: none;
        margin-bottom: 0;
        position: relative;
    }



@media (max-width: 1199px) and (min-width: 768px) {
    .check-availability .availability-form {
        display: inline-block !important;
        margin-top: 46px !important;
    }

        .check-availability .availability-form .awe-textbox-wrapper {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            width: 49% !important;
            margin-bottom: 20px;
        }

        .check-availability .availability-form .awe-calendar-wrapper {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            width: 49% !important;
            margin-bottom: 20px;
            float:left;
        }

        .check-availability .availability-form .bootstrap-select.btn-group.awe-select {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 10px !important;
            padding-right: 10px !important;
            width: 49% !important;
            margin-bottom: 20px !important;
            float: left;
        }

    .check-availability .availability-form {
        text-align: center !important;
    }

    .trip-selector {
        padding-left: 0 !important;
    }
    .hide_div1{
        display:none;
    }
}



/*--------------------768----to--------------1200-----------------*/
@media (max-width: 768px) and (min-width: 1px) {
    .section-check-availability {
        margin-top: 60px !important;
    }

    .check-availability .availability-form {
        margin-top: 0 !important;
    }

        .check-availability .availability-form .awe-textbox-wrapper {
            margin-bottom: 20px !important;
        }

        .check-availability .availability-form .bootstrap-select.btn-group.awe-select {
            margin-left: 0 !important;
            margin-right: 0 !important;
            margin-top: 20px !important;
            padding-left: 10px;
            padding-right: 10px;
            width: 50% !important;
        }

        .check-availability .availability-form .awe-textbox-wrapper {
            margin-top: 20px !important;
        }

        .check-availability .availability-form .awe-textbox-wrapper {
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 10px;
            padding-right: 10px;
            width: 50% !important;
        }

        .check-availability .availability-form .awe-calendar-wrapper {
            margin-right: 0 !important;
            padding-left: 10px;
            padding-right: 10px;
            width: 50% !important;
        }

    .trip-selector {
        padding-left: 0 !important;
    }



    .check-availability .availability-form {
    }
}
/*----------------for calander---------------------------*/
@media (max-width: 622px) and (min-width: 1px) {
    #ui-datepicker-div {
        width: 80% !important;
    }

    .ui-datepicker-multi, .ui-datepicker-group {
        float: none !important;
    }

    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 100% !important;
    }
}

@media only screen and (max-width: 622px) and (min-width: 1px) {
    .ui-datepicker-group-last {
        display: none !important;
    }
}

/*------------------------------------------------*/
.promo-code__btn {
    display: inline-block;
    height: 34px;
    margin: 0 10px 0 0;
    min-height: 0;
    padding: 5px 10px;
    vertical-align: middle;
    width: auto;
}

    .promo-code__btn:hover {
        background-color: #F37113 !important;
    }

.why-book-wrap {
    background: #f0f3f5 none repeat scroll 0 0;
    border-bottom: 1px solid #c5cfd6;
    margin: 0;
    padding: 30px 0 19px;
    /*display:inline;*/
}

.why-book_sub {
    color: #5b6270;
    display: inline-block;
    float: left;
    margin: 0 7px;
    width: 50%;
}
/* .why-book .why-book_sub { */
/* float: left; */
/* margin: 0 0 10px; */
/* text-align: center; */
/* width: 50% !important; */
/* } */
.why-book-wrap .sign-up-sec {
    text-align: center;
}

.why-book_sub:first-child + li, .why-book_sub:last-child {
    width: 20%;
}

.why-sub_header .icon {
    float: left;
}

    .why-sub_header .icon::before {
        color: #8a8c8d;
        font-size: 48px;
        vertical-align: middle;
    }

.why-book_sub:last-child span + span {
    left: 5px;
}

.why-sub_header span + span {
    position: relative;
    top: 2px;
}

.promise-icon {
    background: rgba(0, 0, 0, 0) url("../images/footer_sp-home.png") no-repeat scroll -644px 0;
    height: 50px;
    padding: 4px 0 0 60px;
}

.norton {
    background: rgba(0, 0, 0, 0) url("../images/norton.png") no-repeat scroll 0 0;
    height: 50px;
    padding: 5px 0 0 90px;
    width: 215px;
}

.safeSecure {
    color: #4e626d !important;
    font-size: 14.6px !important;
    line-height: 20px !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 900;
}

.why-book-wrap .deals-signup {
    margin-top: -11px;
    padding: 0;
}

sup {
    font-size: 8px;
    margin-right: 3px;
    position: relative;
    top: -0.04em;
    vertical-align: super;
}

.promo-code__header {
    font-size: 14px;
    white-space: nowrap;
}

.promo-code__header, .why-sub_header {
    color: #4e626d;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.promo-code__header {
    font-size: 14px;
    white-space: nowrap;
}

.promo-code__header, .why-sub_header {
    color: #4e626d;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.promo-code__note, .promo-code__note + .smtxt {
    color: #999;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.small, small {
    font-size: 85%;
}

.promo-code__note, .promo-code__note + .smtxt {
    color: #999;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.smtxt {
    font-size: 12px;
    line-height: 18px;
}


#promo-code__learn-more {
    right: 20px;
    top: 35px;
}

.tnc-msg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #777;
    display: none;
    font-size: 10px;
    font-weight: 400;
    padding: 8px;
    position: absolute;
    right: 0;
    text-align: left;
    top: -148px;
    width: 354px;
    z-index: 999;
}

    .tnc-msg a {
        color: red;
        cursor: pointer;
        font-size: 10px;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.sign-up-sec .promo-code__header {
    white-space: inherit;
}

.banner-txt b::before, .sign-up-sec {
    clear: both;
}

.sign-up-sec {
    margin-bottom: 10px;
}

    .sign-up-sec .sign-up-error {
        bottom: -8px;
        top: auto;
    }

    .sign-up-sec .promo-code__note:hover {
        color: #999;
    }

.shdw-box-out {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.txt-shadow {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 8px rgba(0, 0, 0, 0.1);
}

.btn-default {
    background-color: #ffc82f;
    border-color: #feb100;
    border-radius: 0;
    border-width: 1px !important;
    color: #fff !important;
}

/*-----------sticky-----footer-------------*/
@media (max-width:768px) and (min-width:0px) {
    #sticky-footer {
        background: #999 none repeat scroll 0 0;
        bottom: 0;
        height: 75px;
        left: 0;
        position: fixed;
        width: 100%;
    }

    * html #sticky-footer {
        position: absolute;
    }

    .navbar-1-fixed-top {
        border-width: 0 0 1px;
        top: 0;
    }

    .navbar-1-fixed-bottom {
        border-width: 1px 0 0;
        bottom: 0;
        margin-bottom: -6px;
    }

    .navbar-1-default {
        background-color: #f8f8f8;
        border-color: #e7e7e7;
    }

    .phonefooter {
        text-align: center;
    }

    .phonefooter {
        background-color: #2d3e52;
        border: medium none;
        height: 75px;
        min-height: 81px;
        padding: 4px 0;
        text-align: center;
        z-index: 40;
    }

    .footer-text-call {
        color: #ffffff;
        float: left;
        font: bold 17.5px/34px Arial,sans-serif,Helvetica,Lucida Grande;
        padding: 5px;
    }

    .footerphonetag {
        background-color: #98ce44;
        color: #2d3e52;
        font: bold 13px/16px Arial;
        padding: 7px 0;
        text-align: center;
    }

    .callus {
        border-radius: 0.4em;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font: 16px/15px Arial,sans-serif,Helvetica,Lucida Grande;
        margin: 4px;
        outline: medium none;
        padding: 6px 6px;
        text-align: center;
        text-decoration: none;
        text-shadow: 1px 1px #8a4306;
        vertical-align: baseline;
        font-weight: 700;
        background-color: #faa51a;
        border: 1px solid #da7c0c;
    }

        .callus:hover {
            color: #ffffff !important;
        }
}

/*-----------sticky-----footer-------------*/
/*---------------loader-------*/
.pace {
    user-select: none;
    background: #f5f5f5;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
    width: 100%;
    z-index: 999999;
    -webkit-backface-visibility: hidden;
}

.pace-inactive {
    display: none;
}

.testimonial-active-slide {
    border: 1px solid #ddd;
}

.pace .loading-page {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: none !important;
}

.loading-page {
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    .loading-page .logo img {
        height: auto;
        width: auto;
    }

    .loading-page .loading-page-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    .loading-page .loading-progress-bar {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .loading-page.style1 {
        background-color: #1a232f;
        background-image: radial-gradient(circle farthest-corner at center center, #273648, #0d1218 100%);
    }

    .loading-page.style1 {
        background-color: #1a232f;
        background-image: radial-gradient(circle farthest-corner at center center, #273648, #0d1218 100%);
    }

        .loading-page.style1 .loading-text {
            color: #ffffff;
            font-size: 2.7em;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .loading-page.style1 .loading-progress-bar {
            background: #ffffff none repeat scroll 0 0;
            border-radius: 9px;
            box-shadow: 0 1px 0 #3b4857;
            height: 18px;
            opacity: 0.95;
            padding: 3px;
        }

        .loading-page.style1 .loading-progress {
            background: #01b7f2 none repeat scroll 0 0;
            border-radius: 6px;
            height: 12px;
        }

        .loading-page.style1 .loading-percent {
            color: #ffffff;
            font-size: 2em;
            font-weight: 700;
            height: 50px;
            /*letter-spacing: -0.02em;*/
            line-height: 50px;
            position: absolute;
            right: 10px;
            top: 7px;
        }

        .loading-page.style1 .notice-message {
            color: #fff !important;
            font-family: "NexaBlack";
            font-size: 2.2em;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 2em;
        }

.notice-message.block > a {
    text-decoration: none !important;
}


@media (max-width: 768px) and (min-width:100px) {
    /*sup, .smtxt {
        display: none;
    }

    .why-sub_header {
        line-height: 15px;
        font-size: 11px;
    }

    .why-book_sub {
        margin:0;
    }
    .why-book_sub_lft{margin-left:-37px}
    .why-book_sub_rght{margin-left:47px}*/
    .why-book-wrap{
        display:none;
    }
    .section-home-about
    {padding-top:18px !important;}
}

#footer .footer_center .widget ul.text
{
display:none !important;
}
.footer_cards li:nth-child(3)
{
display:none !important}

.highlight{
    text-decoration:underline;
    font-weight:700;
}
/*
.section-check-availability .container{
    width:100%;
}*/

.footer_center {
    border-bottom: 2px dotted #fff;
}