body {
    position: relative;
    min-height: 100%;
    top: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /*background: #ece9e1;*/
    background: #ffffff;
    color: #5f5f5f;
    cursor: auto;
    font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    height: 100%;
    display: block;
}

/**, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.off-canvas-wrap {
    -webkit-backface-visibility: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table;
}

.inner-wrap {
    position: relative;
    width: 100%;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    -ms-transition: -ms-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    transition: transform 1s ease;
}

.large .trans-slowest {
    -moz-transition: all 770ms ease-in-out;
    -o-transition: all 770ms ease-in-out;
    -webkit-transition: all 770ms ease-in-out;
    transition: all 770ms ease-in-out;
}

.tab-bar.sticky-header {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.top-bar-container, .tab-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.tab-bar {
    -webkit-backface-visibility: hidden;
    background: transparent;
    color: #FFFFFF;
    height: 8.75rem;
    line-height: 8.75rem;
    position: relative;
    /*background-color: #21522f !important;*/
    background-color: #005E71 !important;
}

.row {
    margin: 0 auto;
    max-width: 73.75rem;
    width: 100%;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

@media only screen and (min-width: 64.0625em) {
    .column, .columns {
        position: relative;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        float: left;
    }
}

@media only screen and (min-width: 37.5625em) {
    .medium-20 {
        width: 98%;
    }
}

@media only screen and (min-width: 37.5625em) {
    .column, .columns {
        position: relative;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        float: left;
    }
}

.column, .columns {
    position: relative;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    float: left;
    width: 97%;
}


.tab-bar-section.middle {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 0.3125rem;
    padding-top: 34px !important;
}

.tab-bar-section {
    height: 8.75rem;
    padding: 0 0.625rem;
    position: absolute;
    text-align: center;
    top: 0;
}

.tab-bar img.show-static {
    display: inline-block !important;
    width: 80%;
    opacity: 1 !important;
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

a img {
    border: none;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.tab-bar img.show-sticky {
    display: none !important;
    opacity: 0 !important;
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}




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

.left {
    float: left !important;
}

.right {
    float: right !important;
}


a {
    color: #21522f;
    line-height: inherit;
    text-decoration: none;
}

a {
    background-color: transparent;
}


.inline-list {
    list-style: none;
    margin-left: -1.375rem;
    margin-right: 0;
    margin: 0 auto 1.0625rem auto;
    overflow: hidden;
    padding: 0;
}

ul, ol, dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

.tab-bar-section.middle {
    padding-top: 34px !important;
}

.tab-bar .top-nav {
    margin-top: 1.2rem !important;
}

    .tab-bar .top-nav li .language-icon-caption {
        font-size: 0.6875rem;
        position: relative;
        z-index: 2;
    }

.tab-bar .top-nav {
    position: absolute;
    right: 0.625rem;
    margin-top: 3rem;
    font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    text-transform: uppercase;
}


    .tab-bar .top-nav li .language-icon-wrap {
        margin-top: 5px !important;
    }

@media only screen and (max-width: 37.5em) {

    .booking_page {
        margin-top: 0 !important
    }

    .sticky-header {
        height: 8.75rem !important;
    }

    .container {
        margin-top: 0 !important;
    }

    .language-icon-caption {
        color: #fff !important;
    }

    .sticky-header .top-nav li {
        border-color: #fff !important;
    }
}

/*h1:not(.lowercase), h2:not(.lowercase), h3:not(.lowercase), h4:not(.lowercase) {
    text-transform: uppercase;
}*/

@media only screen and (min-width: 37.5625em) {
    /*h1 {
    font-size: 2.25rem;
    line-height: 1.4;
}*/
}

/*h1, h2, h3, h4, h5, h6 {
    color: #786a4d;
    font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

.booking-page h1 {margin-top:150px!important;}*/

@media (max-width: 600px) {
    /*h1 {
  font-size:1.8rem;
}*/
}


p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.tab-bar {
    /*background-color: #21522f !important;*/
    background-color: #005E71 !important
}

@media only screen and (max-width: 37.5em) {
    .tab-bar-section {
        height: 95px;
    }
}

.tab-bar
img.show-sticky {
    display: none !important;
    opacity: 0 !important;
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}


.tab-bar img.show-static {
    display: inline-block !important;
    width: 80%;
    opacity: 1 !important;
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}


.tab-bar.sticky-header {
    -webkit-transition-duration: 0s !important;
    -moz-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.trans-slowest {
    transition: none !important
}


.sticky .top-nav li a.book-now-button, .page-template-virtual-tour .sticky-header .top-nav li a.book-now-button {
    color: white !important;
    background: none !important;
}

.tab-bar .top-nav li:first-child {
    border-left-width: 1px;
}

.tab-bar .top-nav li {
    position: relative;
    margin: 0;
    text-align: center;
    height: 3.125rem;
    width: 4.6875rem;
    border: 1px solid #FFFFFF;
    border-left-width: 0;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
}

.inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}

.tab-bar .top-nav li .language-icon-wrap {
    display: inline-block;
    margin-top: 2px;
    color: #FFFFFF;
}

.tab-bar .top-nav li .language-icon-wrap {
    margin-top: 5px !important;
}

.inline-list > li > * {
    display: block;
}

.tab-bar .top-nav li .language-icon-caption {
    font-size: 0.6875rem;
    position: relative;
    z-index: 2;
}

.row:after {
    clear: both;
}

/*.hentry {
    background: #ece9e1;
}*/

.footer .copyright {
    padding-top: 1.5625rem;
    padding-bottom: 0.9375rem;
    font-size: 0.875rem;
    color: #FFFFFF;
    /*background: #325c3c;*/
    background: #005E71;
}

@media only screen and (min-width: 37.5625em) {
    .column.medium-centered:last-child, .columns.medium-centered:last-child {
        float: none;
    }
}

@media only screen and (min-width: 37.5625em) {
    .column.medium-centered, .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

@media only screen and (min-width: 64.0625em) {
    .column, .columns {
        position: relative;
        padding-left: 0.3125rem;
        padding-right: 0.3125rem;
        float: left;
    }
}

@media only screen and (min-width: 37.5625em) {
    .medium-16 {
        width: 80%;
    }
}

.footer .copyright .copyright-menu {
    margin: 0;
    padding: 0;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .copyright .copyright-menu li.label {
    padding: 0;
}

.footer .copyright .copyright-menu li {
    float: left;
    list-style-type: none;
    line-height: 1;
}

.footer .copyright p, .footer .copyright li, .footer .copyright a, .footer .copyright label {
    color: #FFFFFF;
    font-size: 0.875rem;
}

.menu-item.label {
    background: transparent;
}

.label {
    display: inline-block;
    font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.25rem 0.5rem 0.25rem;
    font-size: 0.6875rem;
    /*background-color: #21522f;*/
    background-color: #005E71;
    color: #FFFFFF;
}

.footer .copyright .copyright-menu li.label label {
    display: inline;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .page-template-virtual-tour {
        margin-top: 0;
    }

    .footer .footer-columns-block {
        padding: 30px 15px;
    }

    .footer .copyright {
        padding: 15px;
    }

        .footer .copyright .copyright-menu li {
            line-height: 15px !important;
        }

    .content-section-item.text-block.full > ul {
        list-style: disc;
    }

        .content-section-item.text-block.full > ul li {
            overflow: visible !important;
        }

    .blockUI.blockOverlay {
        top: 530px !important;
        position: absolute !important;
        left: 50%;
    }
}

@media (max-width: 600px) {
    .blockUI.blockOverlay {
        top: 810px !important;
    }
}

.footer .copyright .copyright-menu li a:hover {
    text-decoration: underline;
    cursor: pointer;
    line-height: inherit;
}
