/* Generic style to fix single image slideshows */
#cmsslideshow, #promoSlider,
.slider,
.slide, .promo {
    height: 100%;
    display: block;
}

.slide, .promo {
    right: 0;
    background-size: cover;
    background-position: center;
}

.slider {
    padding: 0;
}

body {
    color: #000000;
    -webkit-backface-visibility: hidden;
    overscroll-behavior: none;
    overflow-x: hidden

}

iframe {
    max-width: 100%;
}

body .grid-rate-book {
    width: 96px;
    height: 36px;
    line-height: 36px !important;
    vertical-align: middle;
    box-sizing: content-box;
    padding: 5px 0;
}

.mainImage {
    height: 70vh
}

section, footer {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    z-index: 0;
}

#cmsslideshow, #promoSlider, .slider, .slide, .promo {
    height: 100%;
    display: block;
    margin-bottom: 0;
    width: 100% !important;
    z-index: -1;
}

.slider {
    padding: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 120px;
    z-index: 10;
    transition-duration: 1s;
}

.menuBar {
    background: white;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    z-index: 999;
    font-family: Lato, sans-serif;
    color: #ffffff;
    /*transition-duration: 1.0s;*/
    display: block;
    text-align: center;
    opacity: 0.9;
    overflow-anchor: none;
}

.center {
    width: 1455px;
    margin: 0 auto;
}

@media (max-width: 1455px) {
    .center {
        width: 96%;
    }
}

.menuBar ul {
    list-style: none;
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

.menuBar ul li:first-child {
    padding: 0 1.95% 0 0;
}

.menuBar ul li {
    position: relative;
    font: 400 14px/14px Lato, sans-serif;
    color: rgb(255, 255, 255);
    padding: 0 1.9%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.menuBar ul li a {
    color: black;
    padding: 17px 0;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.mobile-toggle {
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    line-height: 50px;
}

.center {
    text-align: center;
    line-height: 2;
}

.menuBar ul li ul {
    display: none;
    position: absolute;
    text-align: left;
}

.menuBar ul li ul a {
    color: white;
}

.menuBar ul li:hover ul {
    display: block;
}


.sub-menu {
    display: inline !important;
    cursor: pointer;
}

.dropdown-arrow {
    color: black;
    cursor: pointer;
}


.menuBar ul li ul li {
    width: 100%;
    text-align: left;
    background-color: black;
    padding-right: 10px !important;
}

.menuBar ul li ul li a {
    padding-left: 10px;
}

.logo img {
    width: auto;
    height: auto;
    top: 120px;
    position: absolute;
    left: 43%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 20px 0px;

}

.booking-panel {
    padding: 10px 0px;
    margin: -50px auto 40px auto;
    z-index: 1;
    height: 100px;
    width: 1170px;
}

#LDSSearch {
    padding-left: 10px;
    color: white;
}

.booking-panel .LDSSearch-layout-bar .LDSSearch-code {
    width: 14% !important;
}

.booking-panel .LDSSearch-style input.hasDatepicker, .booking-panel .LDSSearch-style .LDSSearch-item select {
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAAEcHDRvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJRJREFUeNpi/P//PwMIMIGIfbOSGQACiBFFBAQAAggsApT6D+MDBBBcCQywgDQCAVwFk1PaXDADhEFsgABi3DszCVkFOmCEm4luFIgAmQAQQBiWojsApywTzBhs9iK7FEUCJM4EsxxJASOUzwAQYCAv4XYRAcCCZCIphjDCIwQprAgZAvcb1nDEYQgjkt8ZUJICuQAABCs/CsVzTsIAAAAASUVORK5CYII=);
    background-position: 95% 65%;
    background-repeat: no-repeat;
    background-size: auto 5px;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 1px #ceb166;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.133em;
    line-height: 1.765em;
    outline: none;
    padding: 0;
}

.booking-panel .LDSSearch-style input {
    background-color: transparent;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: solid 1px #ceb166;
    color: #fff;
    cursor: pointer;
    font-size: 1.133em;
    line-height: 1.765em;
    outline: none;
    padding: 0;
}

.booking-panel .LDSSearch-style .LDSSearch-item select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.booking-panel .LDSSearch-style input, .booking-panel .LDSSearch-style input.hasDatepicker, .booking-panel .LDSSearch-style .LDSSearch-item select {
    font-size: 1.133em;
}

.booking-panel .LDSSearch-layout-bar .LDSSearch-item-text {
    max-width: 100%;
}

.LDSSearch-item label {
    font-size: 13px;
    text-transform: uppercase;
}

.booking-panel .LDSSearch-layout-bar .LDSSearch-adults, .booking-panel .LDSSearch-layout-bar .LDSSearch-children, .booking-panel .LDSSearch-layout-bar .LDSSearch-rooms {
    width: 7%;
}

.booking-panel .LDSSearch-layout-bar .LDSSearch-submit {
    margin: 5px 0 10px;
}

.booking-panel .LDSSearch-style .LDSSearch-submit button {
    float: none;
    font-size: 1.063em;
    line-height: 43px;
    outline: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}

.booking-panel .LDSSearch-layout-bar .LDSSearch-login {
    float: left;
}

LDSSearch-layout-bar .LDSSearch-cancel {
    display: block;
    margin: 0;
}

.LDSSearch-layout-bar .LDSSearch-cancel {
    float: right;
    clear: right;
    margin-top: 0.45em;
}

.LDSSearch-links {
    margin: 0 !important;
    margin-right: 35px !important;
}

#main-content, #footer-content {
    font-size: 15px;
}

.m-footer-base_2 {
    background: #313639;
    color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1200px) {

    .booking-panel.sticky-panel {
        width: 90% !important;
    }

    .LDSSearch-links {
        margin-left: -165px !important;
    }

    .LDSSearch-links {
        width: auto !important;
    }

    .container, .container--desktop {
        width: 1200px;
    }

    .page-footer__socials ul {
        padding-top: 3px;
        padding-bottom: 3px;
        white-space: nowrap;
    }

    .booking-panel {
        width: 100% !important;
    }

    .LDSSearch-login {
        margin-right: 45px !important;
        margin-left: 5px;
    }

	.sticky-panel  .LDSSearch-login{
		margin-right: 30px !important;
		margin-left: 20px;
	}

    .booking-panel .LDSSearch-layout-bar .LDSSearch-adults, .booking-panel .LDSSearch-layout-bar .LDSSearch-children, .booking-panel .LDSSearch-layout-bar .LDSSearch-rooms {
        width: auto !important;
    }

    .sticky-panel span, .sticky-panel label {
        font-size: 11px !important;
    }


}



@media (min-width: 1200px) {
    .LDSSearch-links {
        margin-left: -185px !important;
    }

    .LDSSearch-login {
        margin-right: 30px !important;
    }
}

@media (max-width: 768px) {
    .page-footer__socials ul {
        font-size: 2em;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.m-footer-base_2--top {
    padding: 7px 0 5px;
}

.m-footer-base_2--topWrap {
    display: block;
    text-align: center;
}

.m-footer-base_2--top .list-inline {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 0 0 0;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.m-footer-base_2--top .list-inline a {
    color: inherit;
    padding-right: 5px;
    font-weight: 400;
}

a {
    background-color: transparent;
}

.m-footer-base_2--divider {
    height: 2px;
    border-bottom: 1px solid #464a4d;
}

.m-footer-base_2--bottom {
    padding-top: 35px;
    padding-bottom: 17px;
}

.page-footer__socials {
    text-align: center;
    margin-left: auto;
}

.m-footer-base_2--bottom .list-inline {
    display: block;
    padding: 0 0 32px 0;
    margin-bottom: 0;
    text-align: center;
}

.m-footer-base_2--bottom .list-inline > li:first-child {
    padding-left: 0;
}

.m-footer-base_2--bottom .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.m-footer-base_2 a {
    color: inherit;
    font-weight: inherit;
}

.social-icons i {
    font-size: 32px;
}

.copyright-div {
    width: 100%;
    text-align: center;
}

.btn.btn-action {
    background-color: #917237;
    color: #fff;
}

.m-footer-base_2--bottomForm button {
    height: 43px;
}

.m-footer-base_2--bottomForm button {
    min-width: 1px;
    width: 168px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer-base_2--bottomForm button {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.m-footer-base_2--bottomForm input {
    height: 43px;
}

.m-footer-base_2--bottomForm input {
    width: 195px;
    height: 42px;
    padding-left: 10px;
    border-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.m-footer-base_2--bottomForm input, .m-footer-base_2--bottomForm button {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.m-footer-base_2--bottomForm {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}


.copyright-div span {
    text-align: center;
    font-size: 1.4rem;
}

.copyright-div {
    font-size: 13px;
    padding-top: 35px;
}

.small-text {
    line-height: 24px;
}

.hamburger-menu {
    display: none;
    color: black;
    font-size: 36px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 20px;
}

#hamburger-close {
    display: none;
}

#overlay-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(165, 218, 232, 0.95);
    z-index: 999999999;
    opacity: 1;
    margin-top: 250px;
    top: -150px;
}


.overlay-menu-open #overlay-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#overlay-menu nav {
    top: 24%;
    opacity: 1;
}

#overlay-menu nav {
    margin-top: 150px;
    padding: 0 0 0 100px;
}

#overlay-menu nav {
    text-align: center;
    position: relative;
    z-index: 2;
    top: 20%;
    height: 80%;
    font-size: 54px;
    opacity: 1;
    -webkit-transition: top 0.5s cubic-bezier(0.175, 0.785, 0.320, 1) 0, opacity 0.5s;
    transition: top 0.5s cubic-bezier(0.175, 0.785, 0.320, 1) 0, opacity 0.5s;
}

#overlay-menu nav > div {
    height: 100%;
    overflow: auto;
}

#overlay-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: min-content;
    width: 100%;
    position: relative;
}

#overlay-menu nav {
    position: relative;
    top: 40% !important;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
}

#overlay-menu nav ul.menu > li {
    font-family: "proxima-nova", sans-serif;
    font-size: 32px !important;
    display: inline-block;
    position: relative;
    margin-right: 99px;
    text-transform: uppercase;
}

#overlay-menu nav ul li {
    display: block;
    height: 20%;
    transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
}

#overlay-menu nav ul li a, .overlay-menu-open a.overlay-menu-link {
    color: #000000;
}

#overlay-menu nav ul li a {
    padding: 8px 0;
    display: block;
    color: black;
    font-size: 16px;
    background: transparent;
    font-family: Montserrat, sans-serif !important;
}

#overlay-menu nav ul.menu > li::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
    display: block;
    content: "";
    background: #231f20;
    width: 55px;
    height: 3px;
    margin: 0 22px;
    left: 100%;
}

.menu-logo {
    width: 60px;
    display: none;
    margin-top: 20px;
}

.scrol-menu {
    width: auto;
}

.LDSTextWrap .btn {
    margin-left: 10px;
    background: #78d2c3;
    color: #fff;
    margin-bottom: 10px;
}

.LDSTextWrap h3 {
    color: #78d2c3;
    font-size: 30px;
}

.LDSTextWrap p {
    font-size: 16px;
}

.LDSTextWrap {
    padding-left: 20px;
    padding-right: 20px;
}

.LDSTextWrap .btn:hover {
    background: #f2f2f2;
    color: #5e5e5e;
    border: 1px solid #78d2c3;
}

.pageTitle {
    color: #78d2c3;
    font-size: 50px;
    font-weight: 400;
    font-family: miller-text, serif;
}

.rooms {
    font-family: miller-text, serif;
}


@media (max-width: 1373px) {
    .sticky-panel {
        width: 80%;
    }
}

@media (max-width: 840px) {

    .booking-panel.sticky-panel {
        width: 100% !important;
    }

    .footer-custom {
        margin-right: 20px;
        margin-left: 20px;
    }

    .footer-newsletter {
        margin-right: 20px;
        margin-left: 20px;
    }

    .custom-footer-row {
        margin-top: 50px;
    }

    .custom-footer-row .col-md-4 {
        margin-bottom: 50px;
    }

    .footer-logo-inner {
        text-align: center;
    }

    .footer-social_media_icons_contact {
        text-align: center;
    }

    .footer-custom {
        text-align: center;
    }

    .nodeCarouselButton.galleryNext {
        position: absolute;
        padding-top: -500px;
        margin-top: -50px;
        right: 2px;
    }

    .nodeCarouselButton.galleryPrev {
        position: absolute;
        padding-top: -500px;
        margin-top: -50px;
        left: 2px;
    }

    #homeGalleryNext, #homeGalleryPrev {
        width: 60px;
        height: 70px;
        font-size: 25px;
        background-color: transparent !important;
        border: none;
    }

    .LDSImage {
        width: 100% !important;
    }

    .LDSTextWrap {
        margin-bottom: 20px !important;
    }

    .LDSSiteGallerySection {
        height: auto !important;
    }

    .LDSSiteGallerySection div {
        width: 100% !important;
    }

    /* START - booking panel(mobile)*/
    .booking-panel {
        display: none;
        position: fixed !important;
        top: 130px !important;
        height: auto;
        opacity: 1;
        width: 100% !important;
    }

    .mobile-booking {
        cursor: pointer;
        display: block;
    }

    #LDSSearch-form {
        display: block;
    }

    #LDSSearch-form .LDSSearch-item {
        display: block;
        width: 97%;
        float: left;
        margin: 0px 0px;
        padding: 10px 20px;
    }

    #LDSSearch-form .LDSSearch-code {
        width: 97% !important;
    }

    .LDSSearch-links .LDSSearch-login {
        display: contents;
    }

    .LDSSearch-cancel {
        float: right !important;
    }

    #LDSSearch-form .LDSSearch-item input, #LDSSearch-form .LDSSearch-item select {
        margin-top: 10px;
        border-bottom: none;
        font-size: 18px;
        background-image: none;
    }

    .LDSSearch-layout-bar .LDSSearch-cancel {
        float: left;
        clear: left;
    }

    .booking-panel .LDSSearch-layout-bar .LDSSearch-item{
        padding: 10px!important;
    }

    #LDSSearch-form .LDSSearch-item-select.LDSSearch-adults,
    #LDSSearch-form .LDSSearch-item-select.LDSSearch-children{
        width: 35%!important;
    }

    #LDSSearch-form .LDSSearch-item-select.LDSSearch-rooms{
        width: 27%!important;
    }

    #LDSSearch-form .LDSSearch-item.LDSSearch-submit {
        min-height: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        border: none;
    }

    #LDSSearch-submit {
        padding-bottom: 0px !important;
    }

    .LDSSearch-links {
        margin-right: 0px !important;
        padding-top: 0px !important;
    }

    .LDSSearch-links {
        margin-left: 0 !important;
    }

    /* END - booking panel (mobile)*/
    /*START - Booking Page (mobile)*/
    body .grid-rate-book {
        height: 20px !important;
        line-height: unset !important;
        width: 95%;
    }

    #resendConfirmation {
        width: 20% !important;
    }

    /*END - Booking Page (mobile)*/
    /*START - Common Settings*/
    .mainImage {
        height: 40vh;
    }

    .headerMenu {
        display: none !important;
    }

    .hamburger-menu {
        display: block !important;
        float: left;
        margin-left: 10px;
        margin-top: 5px;
    }

    #logo {
        display: none;
    }

    .logo img {
        width: 75px;
        max-width: 60%;
        height: auto;
        top: 40px;
        z-index: 999999;
        position: fixed;
        background-color: transparent;
        border: none;
        border-radius: unset;
        padding: 0px 0px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .menuBar {
        height: 80px;
        opacity: 0.95;
    }

    .mobile-booking {
        float: right;
        color: black;
        height: 80px;
        width: 25%;
        padding-top: 21px;
        opacity: 1;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 15px;
        font-size: 18px     !important;
    }

    #overlay-menu {
        top: -170px;
        margin-left: -10px;
    }

    #overlay-menu nav {
        top: 0px;
        margin-top: 20px;
    }

    #overlay-menu nav ul.menu > li::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute !important;
        display: block;
        content: none;
        background: #231f20;
        width: 55px;
        height: 3px;
        margin: 0 22px;
        left: 100%;
    }

    #main_content {
        margin-left: 10px;
        margin-right: 10px;
    }

    /*EMD - Common Settings*/
    .attraction-image {
        width: 100% !important;
        padding-left: 15px !important;
    }

    .attraction-top-row {
        margin: 0 !important;
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-left: 5px !important;
    }

    .attraction-top-col {
        margin: 0px !important;
        padding: 0px !important;
        padding-right: 10px !important;
        padding-left: 5px !important;
    }

    .pageTitle {
        font-size: 36px;
    }

    .align-self-center {
        width: auto !important;
    }

    .mainImage {
        height: 350px !important;
    }

    #printConfirmation table {
        width: 100%;
    }

    #printConfirmation table tbody tr td:nth-child(1) {
        width: 40%;
    }

    .attraction-top-row .row div {
        text-align: center !important;
    }

    .align-self-center {
        margin-left: 0px !important;
    }

    .voucher-main {
        width: 100% !important;
        margin: 0px !important;
    }

    .voucher-main img {
        margin-top: 10px;
    }

    #main_content img {
        margin-top: 10px;
    }

    .image-link {
        display: block ruby;
        text-align: center;
    }

    .col-md-12 {
        margin-bottom: 10px;
    }

    .gallery-large {
        width: 100% !important;
    }

    .roomList .nodeType {
        width: 100% !important;
    }

    .roomList .nodeImage {
        width: 100% !important;
    }

    #overlay-menu nav .menu > li {
        margin-right: 0px !important;
        display: block !important;
    }

    #overlay-menu .container {
        padding: 0px !important;
    }

    .galleries-item {
        display: block !important;
        width: 100% !important;
    }

    .LDSNodeGroup {
        margin-left: 0px !important;
    }

    .home-gallery-ul {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .vouchers-main {
        margin-left: 0px !important;
    }

    .LDSVoucherItem table thead tr .input {
        width: 0px !important;
    }

    .LDSVoucherItem table thead tr .description {
        width: 20% !important;
    }

    .LDSVoucherItem table thead tr .unitprice {
        width: 15% !important;
    }

    .LDSVoucherItem table {
        font-size: 12px;
    }

    .voucher-submit .subBox {
        border: none;
        width: 100%;
    }

    .vouchers-purchase {
        width: 100% !important;
    }

    .vouchers-summary table {
        font-size: 12px !important;
    }

    .vouchers-purchase .payment select:nth-child(3) {
        margin-bottom: 10px;
        width: 30% !important;
    }

    .vouchers-purchase input, .vouchers-purchase textarea, .vouchers-purchase select {
        width: 100% !important;
    }

    #acknowledgment {
        width: unset !important;
    }

    .vouchers-summary table thead tr th:first-child {
        width: 5% !important;
    }

    .vouchers-summary table tfoot {
        margin-top: 5px;
    }

    .LDSCMSForm {
        width: 100% !important;
    }

    .center img {
        max-width: 100%;
    }
}

@media (min-width: 840px) {

    .LDSCMSForm {
        width: 500px !important;
    }

    .grid-rate-book {
        margin-top: -103px !important;
    }

    .menuBar {
        transition-duration: 1.0s;
    }

    .sticky-panel {
        background: transparent !important;
    }

    .LDSSearch-rooms {
        width: auto !important;
    }

    #LDSSearch-submit {
        margin-bottom: 0px;
        margin-top: -10px;
        width: 16% !important;
    }

    .LDSSearch-links {
        display: block ruby;
        /*margin-left: -185px !important;*/
        /*width: 17%;*/
        margin-top: 55px !important;
    }

    .LDSSearch-cancel {
        right: 10px !important;
        position: relative;
    }

    .LDSSearch-item-date {
        width: 15% !important;
    }

    .LDSSiteGallerySection div:nth-child(2) {
        width: 100%;
    }

    .LDSSearch-title {
    }

    #LDSSearch-form {
        margin-right: 10px !important;
    }

    .booking-panel .LDSSearch-layout-bar .LDSSearch-item {
        margin-right: 5px !important;
    }

    .custom-footer-row {
        height: 500px;
        margin-bottom: 0px !important;
    }

    .footer-logo {
        background-color: transparent !important;
        height: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-logo .footer-logo-inner {
        display: table-cell;
        vertical-align: middle;
    }

    .footer-newsletter {
        height: 100%;
    }

    .footer-newsletter-inner {
        height: 100%;
        display: grid;
    }

    .footer-social_media_icons_contact {
        height: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social-contact-inner {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .footer-logo-list {
        text-align: center;
    }

    .footer-contact_details_only {
        height: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-contact-details-only-inner {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .footer-social_media_icons {
        height: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social-icons-inner {
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

    .footer-custom {
        height: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-custom-inner {
        display: table-cell;
        vertical-align: middle;

    }

    .footer-custom-inner h4, .footer-custom-inner .clearfix {
        text-align: center;
    }

    .LDSSearch-login {
        margin-right: 60px;
    }

    .nodeCarouselButton.galleryNext {
        position: absolute;
        padding-top: -500px;
        margin-top: -220px;
        right: 10px;
    }

    .nodeCarouselButton.galleryPrev {
        position: absolute;
        padding-top: -500px;
        margin-top: -220px;
        left: 10px;
    }

    #homeGalleryNext, #homeGalleryPrev {
        width: 60px;
        height: 70px;
        font-size: 50px;
        background-color: transparent !important;
        border: none;
    }

    .gallery, .gallery .slick-list, .gallery .slick-track {
        height: 555px;
    }

    .slick-center {
        opacity: 1 !important;
    }

    .gallery-image {
        height: 100%;
    }

    .gallery {
        background-color: #3e434c;
        padding-top: 00px !important;
    }

    .LDSCMSForm input, .LDSCMSForm select, .LDSCMSForm textarea {
        width: 20%;
    }

    .room-image {
        width: 600px;
        height: 400px;
    }

    .LDSSiteGallerySection .LDSImage, .gallery-li-div {
        width: 700px !important;
        height: 400px !important;
    }

    .LDSSiteGallerySection {
        height: 400px !important;
        margin-bottom: 100px !important;
    }

    .vouchers-summary table tfoot tr:first-child td:nth-child(2) {
        text-align: left;
    }

    .vouchers-summary table tfoot tr:first-child td:nth-child(1) {
        padding-right: 94px;
    }

    .vouchers-summary table tfoot tr:nth-child(2) th {
        font-weight: bold;
    }

    .vouchers-purchase .vouchers-summary table tfoot input {
        width: 70px !important;
        height: 23px;
    }

    .LDSSiteGallerySection {
        display: flex;
    }

    #LDSSiteGalleryImages {
        margin-left: 0px !important;
        margin-top: 50px !important;
    }

    .nodeelement {
        margin-top: 50px
    }

    .node {
        display: flex;
    }

    .innet-text-content-node {
        margin-bottom: auto;
        margin-top: auto;
    }

    .voucher-submit .subBox {
        border: none;
    }

    .voucher-main {
        margin: 0 100px !important;
    }

    .mobile-booking {
        display: none;
    }

    .nodeText {
        margin-top: 15px !important;
    }

    .page-subtitle h3 {
        font-size: 40px;
    }

    .roomsTitle {
        margin-bottom: -65px;
    }

    .promoNode {
        display: inline-flex !important;
    }

    .newsletter {
        display: inline-flex;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }

    .newsletter .form-group {
        margin-right: 5px;
    }

    .newsletter input {
        display: inline-block;
        width: auto;
    }

    .newsletter button {
        border: none !important;
    }


    #LDSMembershipForm {
        margin-left: 10% !important;
    }

    .promoNode .nodeText {
        text-align: center;
        line-height: 1.75;
    }

    .nodeDesc {
        text-align: left !important;
        height: 120px;
    }

    .promoDesc {
        height: auto !important;
    }

    .promoNode .nodeButton {
        margin-top: 20px;
    }

    #overlay-menu nav {
        margin-top: 0px !important;
        padding: 0 0 0 0px !important;
    }

    #overlay-menu {
        width: 400px !important;
        right: 0px !important;
        overflow: hidden;
    }

    #overlay-menu .menu-main-container {
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
        box-sizing: content-box; /* So the width will be 100% + 17px */
    }

    #overlay-menu nav ul.menu > li::after {
        content: none !important;
    }

    #overlay-menu nav ul {
        display: none;
    }

    #overlay-menu nav ul li {
        width: 100% !important;
    }

    #overlay-menu .container {
        margin: 0px !important;
        padding: 0px !important;
    }

}

.attraction-top-row {
    background-color: #f5f5f5;
    margin-top: 10px;
    margin-left: 20px;
}

.attraction-top-col {
    padding-left: 0px;
}

.attraction-image {
    width: 60% !important;
    padding-left: 15px !important;
}

.row {
    margin-bottom: 20px;
}

.LDSDefinitionList {
    text-align: left;
}

/*RoomType Image*/
.carousel-inner > .item {
    display: block !important;
}

.carousel-inner > .item > img {
    margin-top: 20px;
    height: 200px !important;
    width: 350px !important;
}

.roomTypeTitle {
    text-align: center;
    margin-bottom: 20px;
}

.room-type-content {
    text-align: left;
}

.room-type-content .LDSUnorderedList {
    list-style-type: square;
    margin-left: 35px;
}

h1.pageTitle {
    text-transform: uppercase;
}

.center p {
    text-align: justify;
}

.btn {
    margin-left: 10px;
    background: #78d2c3;
    color: #fff;
    margin-bottom: 10px;
}

.LDSPopup-text {
    font-size: 14px !important;
}

.vouchers-main-content {
    text-align: justify;
}

.LDSTextWrap {
    margin-top: 25px;
}

.LDSVouchers {
    display: block ruby;
}

.voucher-tile img {
    width: 20%;
    height: 20%;
    padding: 0px;
    vertical-align: top;
}

.LDSTextWrap h3 {
    font-weight: bold;
    font-size: 18px;
}

.vouchers-main {
    margin-left: 20px;
    margin-top: 20px;
    text-align: left;
}

.LDSVouchers {
    background-color: #fafafa;
    margin-bottom: 20px;
}

.voucher-text p {
    text-align: center;
}

.voucher-image {
    width: 40%;
}

.promoList .nodeImage {
    width: 950px;
    height: 420px;
}

.promoList .nodeType {
    margin-bottom: 50px;
    background-color: #fafafa;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.promoList .nodeText {
    margin: 0 50px;
    width: 40%;
}

.roomList .nodeType {
    margin-bottom: 50px;
    background-color: #fafafa;
    display: inline-block;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    width: 400px;
    margin-right: 20px;
    height: auto;
}

.roomList .nodeImage {
    width: 400px;
    height: 300px;
}

.roomList {
    padding-top: 75px;
}

@media (max-width: 840px) {

    header {
        position: fixed;
    }

    .LDSSearch-links {
        width: 100% !important;
    }

    .gallery, .gallery .slick-list, .gallery .slick-track {
        height: 200px;
    }

    .slick-center {
        opacity: 1 !important;
    }

    .gallery-image {
        height: 100%;
    }

    .gallery {
        background-color: transparent;
        padding-top: 00px !important;
    }

    .hamburger-open, #hamburger-close {
        margin-top: 15px !important;
    }

    .menu-logo-img {
        display: none !important;
    }

    .promoList .nodeImage {
        width: 100%;
        height: 250px;
    }

    .LDSSearch-title {
        display: none;
    }

    .promoList .nodeType {
        margin-bottom: 50px;
        background-color: #fafafa;
        display: block;
        -webkit-box-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .promoList .nodeText {
        margin: 0 0px;
        width: 100%;
    }

    .roomList {
        padding-top: 0px;
        background-color: transparent;
    }

    ::after, ::before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    element {
        width: 372px;
        position: relative;
        left: -372px;
        top: 0px;
        z-index: 998;
        opacity: 0;
        transition: opacity 500ms ease 0s;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .promoNode {
        display: block !important;
    }

    #LDSMembershipForm_comments {
        width: 100% !important;
        min-width: unset !important;
    }

    .acknowledgement div {
        display: block !important;
    }

    .nodeelement .col-md-6 {
        margin-top: -50px;
    }

}

.gallery-item {
    height: 600px;
    background-size: cover;
    overflow: hidden;
    transition: opacity .3s ease;
    opacity: 0.5;
}

.galleryTitle h3 {
    text-align: center;
}

.nodeButton a {
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.center ul li {
    text-align: justify;
}

.center ul {
    list-style-type: square;
    margin-left: 20px;
}

.roomgrid .row {
    margin-bottom: 0px;
}

.roomgrid .LDSTextWrap h3 {
    font-size: 20px;
    font-weight: bold;
}

#roomcarousel {
    z-index: 1;
}

.newsletter {
    text-align: center;
}

.gallery-large {
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.gallery-large a {
    width: 100%;
    display: block;
    height: auto;
    background-repeat: no-repeat;
    text-align: center;
}

.LDSGalleryThumbs li {
    margin: 0px !important;
}

.gallery-load-more, .gallery-load-less {
    color: #fff;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #fff;
    margin-bottom: 1px;
    background-color: #8f8f8f;
}

.gallery-load-more a i, .gallery-load-less a i {
    display: table;
}

.gallery-load-more a, .gallery-load-less a {
    font-size: 60px;
    top: 35%;
    position: relative;
    left: 35%;
    color: white;
}

#LDSGalleryPageThumbs {
    margin-top: 0px;
}

.galleries-item {
    display: inline-grid;
    width: 25%;
    background-color: #f5f5f5;
    text-align: center !important;
}

.galleries-item p {
    text-align: center !important;
}

.galleries-item img {
    width: 100% !important;
}

.gallery-home-a {
    width: 157px;
    height: 157px;
    display: inline-block;
    margin-bottom: -6px !important;
    margin-right: 3px !important;
}

.gallery-home {
    display: contents;
}

.gallery-home-a {
    margin-left: 0% !important;
    padding-top: 0% !important;
    font-size: 60px;
    color: white;
}

.LDSGalleryThumbs .gallery-home-add {
    height: 160px !important;
}

.gallery-home-less a {
    margin-left: 0% !important;
    padding-top: 0% !important;
    text-align: center;
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    padding-top: 20% !important;
    padding-left: 25%;
}

.home-gallery-ul {
    width: 100%;
    align-items: center;
    display: -webkit-inline-box;
    margin-left: 0px !important;
}

.gallery-large-home {
    width: 100%;
    height: 100%;
}

.gallery-large-home img {
    width: 100%;
}

/*voucher*/
.vouchers-purchase .vouchers-summary table {
    width: 100% !important;
}

.vouchers-summary thead tr th:nth-child(2) {
    width: 20%;
}

.vouchers-summary tbody td {
    text-align: left;
}

.vouchers-purchase .details .label {
    color: black;
    text-align: left;
    font-size: 14px;
    font-weight: normal !important;
}

.vouchers-purchase .label {
    width: 100% !important;
}

.vouchers-purchase select {
    width: 380px;
    height: 35px;
}

.vouchers-purchase textarea {
    width: 380px;
}

.vouchers-purchase .payment select {
    margin-bottom: 10px;
    width: 10%;
}

.vouchers-purchase .payment select:nth-child(3) {
    margin-bottom: 10px;
    width: 20%;
}

.recipient {
    margin-left: 20px;
}

.slider-prev {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(-50%, 0);
    font-size: 35px;
    color: #dbdbdb;
}

.slider-next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, 0);
    font-size: 35px;
    color: #dbdbdb;
    float: right;
}

.ui-datepicker-title span {
    color: #3d3d3d !important
}

.booking-panel .LDSSearch-style select option {
    color: black !important
}

.input-sm, .submitButton, .choicesFinalLink, .addLink {
    border-radius: unset !important;
}

.headerMenu ul {
    width: auto !important;
    margin-left: 0px !important;
    z-index: 9999999999999 !important;
}

#paymentPageContainer {
    margin: 0 5%;
}

#newProgress {
    max-width: none !important;
    margin: 0px !important;
}

/*START - Membership Page*/
#LDSMembershipForm {
    text-align: left !important;
}


#LDSMembershipForm label {
    width: 150px !important;
}

#LDSMembershipForm .acknowledgement label {
    width: auto !important;
}

.acknowledgement div {
    display: block ruby;
}

#LDSMembershipForm_comments {
    margin-left: 0px !important;
}

.acknowledgement {
    margin-left: 0px !important;
}


#LDSMembershipForm .form-item label {
    font-weight: normal !important;
}

#LDSMembershipForm h4 {
    font-weight: bold !important;
}

/*END - Membership Page*/

.nodeButton a, .btn, button {
    border-radius: unset !important;
}

.promoTitle {
    text-align: center;
}

.LDSGalleryThumbs li {
    border: 1px solid #fff;
    height: 100px !important;
    width: 160px;
}

.LDSSection h4 {
    text-align: left !important;
}

/*Gallery -START*/
.LDSSiteGallerySection {
    width: 100%;
    height: 290px;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    transition-duration: 0.3s;
}

.LDSSiteGallerySection .LDSImage {
    width: 436px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.LDSSiteGallerySection .LDSText {
    width: calc(100% - 436px);
    height: 100%;
    position: relative;
    float: right;
    overflow: hidden;
}

.LDSSiteGallerySection .LDSText .LDSTextWrap {
    margin-left: 100px;
    width: calc(100% - 100px);
}

.LDSSiteGallerySection .LDSText .LDSTextButton {
    background: rgb(51, 51, 51);
    font: 18px/18px "Cinzel", arial;
    text-transform: uppercase;
    padding: 5px 20px 12px 20px;
    color: rgb(255, 255, 255);
    display: inline !important;
    margin-top: 20px;
}

.fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png') !important;
}

.room-image {
    width: 100%;
    height: 100%;
}

.flickity-slider .is-selected a {
    height: 100%;
    width: 100%;
    display: block;
}

.flickity-slider .is-selected {
    position: unset !important;
    left: unset !important;
    width: 100%;
    height: 500px;
}

.flickity-slider {
    height: 500px;
}

.flickity-prev-next-button {
    width: 35px;
}

.flickity-viewport {
    height: 500px !important;
}

.main-gallery .previous {
    position: relative;
    top: -280px;
    left: -345px;
}

.main-gallery .next {
    position: relative;
    top: -280px;
    right: -345px;
}

.main-gallery button {
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 40px !important;
    color: white;
}

.main-gallery svg {
    margin-top: 5px;
}

.main-gallery svg path {
    fill: white;
}

.main-gallery {
    height: 510px;
}

.gallery-item-thumb a {
    opacity: 0.5;
}

#LDSGalleryPageThumbs .selected a {
    opacity: 1 !important;
}

/*Gallery -END*/


/*RATES TARIFFS*/
.LDSRatesOverview table, .LDSRatesOverview th, .LDSRatesOverview td {
    border-collapse: collapse;
    border: 1px solid darkgray;
}

.LDSRatesOverview th {
    font-weight: bold;
    text-align: center;
}

.LDSRatesOverview table {
    width: 100%;
}

.LDSRatesOverview table .title {
    width: 40%;
}

.LDSRatesOverview .LDSRateRoom h4 {
    text-align: left;
}

.LDSRatesOverview {
    text-align: center;
}

.LDSRatesOverview input {
    padding-left: 10px;
}

.LDSCMSForm {
    text-align: left;
}

.LDSCMSForm .form-item label {
    width: 150px;
}

.LDSCMSForm .form-item {
    margin-top: 10px;
}

.innet-text-content-node p, .LDSText p {
    text-align: center !important;
    font-size: 16px;
}

.innet-text-content-node h3 a {
    font-size: 50px;
    font-family: miller-text, serif;
}

.LDSNewsPost {
    text-align: left;
    margin-bottom: 60px;
}

.LDSSiteGallerySection h3 a {
    font-size: 40px;
    font-weight: normal;
    font-family: miller-text, serif;
    text-align: center;
}

.LDSSiteGallerySection h3 {
    text-align: center;
}

.LDSSiteGallerySection .LDSText .LDSTextWrap {
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    text-align: center;
}

.LDSSiteGallerySection .LDSText .LDSTextWrap p {
    text-align: center;
    margin-right: 20px;
}

.LDSSiteGallerySection .LDSText {
    width: 100%;
}

.menuBar {
    display: flex;
    align-items: center;
}

.scrol-menu {
    width: 100% !important;
}

.menuBar ul {
    margin-top: 0px !important;
}

.menuBar ul li ul {
    margin-top: 15px !important;
}

.nodePagination {
    float: right;
    margin-top: -80px;
    position: inherit;
    margin-right: 50px;
    right: -40px;
}

.grid-rate-book {
    border-radius: 0px !important;
    color: white !important;
}

.vouchers-summary table thead tr th {
    font-weight: bold;
}

.ham-open {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    z-index: 9;
    overflow: hidden;
}

.item-sub a {
    font-size: 12px !important;
    color: #878787 !important;
}

.hamburger-open, #hamburger-close {
    font-size: 18px !important;
    color: white !important;
}

.nodeButton {
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
}

.menu-item-sub-element {
    display: block ruby !important;
}

.gallerySlider {
    display: none !important;
}

.booking-panel .LDSSearch-layout-bar .LDSSearch-item {
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 0 5px;
}

.footer-custom h4 {
    font-weight: bold;
}

body {
    /*overflow-x: hidden;*/
    overflow-anchor: none;
}

.slick-dots {
    margin-left: 0px !important;
}

.room-type-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.room-type-image #roomcarousel {
    width: 300px !important;
}


.vouchers-purchase h2 {
    text-align: left;
}

.vouchers-purchase span.required {
    float: left;
}

.LDSCMSForm input[type='checkbox'] {
    text-align: left;
    width: auto;
}

#homeGalleryNext, #homeGalleryPrev, .promoNext, .promoNext svg, .promoPrev, .promoPrev svg {
    outline: none;
}

.LDSFlashMessages .flash.success {
    background: #EBFCEE;
    color: #3CC051 !important;
    border-color: #3CC051;
}

.LDSFlashMessages .flash.error {
    background: #F9EDED;
    color: #B94A48 !important;
    border-color: #B94A48;
}

.LDSFlashMessages .flash {
    position: relative;
    display: block;
    clear: both;
    margin: 5px auto;
    width: 100%;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #333;
    border-left-color: rgb(51, 51, 51);
    border-radius: 0 4px 4px 0;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.LDSFlashMessages {
    margin: 0 5%;
}

.grid-show-button {
    border-radius: 0px !important;
}

.menu-item-sub .sub {
    display: inline-flex;
}

.menu-item-sub .sub span {
    font-size: 18px !important;
}

#LDSSearch-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sub span {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
}

#resendConfirmation {
    border: none;
}

.choicesValidate {
    text-align: left;
}

main p:last-child {
/*    display: none;*/
}

.grid-room-image .text {
    color: white !important;
}

.roomList .nodeDesc {
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.vouchers-purchase .details {
    background-color: #f7f7f7;
    padding: 10px 10px;
    margin-bottom: 30px;
    border-radius: 12px;
}

#footer-content {
    margin-top: 20px !important;
}

#cmsslideshow .slider .slide {
    opacity: 0;
}


.formBackgroundLight {
    text-align: left;
}

.center > h3 {
    text-align: initial;
}

.cancelForm table {
    text-align: left;
}

form[action="clientAuthenticate.html"] {
    text-align: left;
}

.center > table {
    text-align: left;
}

.main-node .left, .main-node .right {
    display: none;
}

#bookingPageCancellationLink {
    display: inline-block;
    text-align: left;
    width: 100%;
}

form[action="clientAuthenticate.html"] input {
    margin-left: 0px !important;
    margin-top: 5px !important;
}

#cancelForm table tbody tr:nth-child(5) td:nth-child(1) {
    display: none;
}

form[action="clientAuthenticate.html"] table tbody tr:nth-child(5) td:nth-child(1) {
    display: none;
}

#cmsslideshow ul li:only-child {
    opacity: 1 !important;
}


.LDSCMSForm input, .LDSCMSForm select, .LDSCMSForm textarea {
   width: 57% !important;
}

.LDSCMSForm .form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px !important;
}

.LDSCMSForm .form-submit input {
    width: auto !important;
}

@media (max-width: 840px) {
    .sticky-panel-new-show {
        /*z-index: 99;*/
        /*position: -webkit-sticky;*/
        /*position: sticky;*/
        /*top: 0;*/

        z-index: 99;
        position: fixed;
        /*left: 50%;*/
        top: -5px;
        /*margin: auto auto auto -570px;*/
    }

    .sticky-panel-new-hide {
        position: relative;
        left: 0;
        top: 0;
        z-index: 0;
    }
}

@media (min-width: 840px) {
    .sticky-panel-new-show {
        /*z-index: 99;*/
        /*position: -webkit-sticky;*/
        /*position: sticky;*/
        /*top: 0;*/

        z-index: 99;
        position: fixed;
        left: 50%;
        top: -5px;
        margin: auto auto auto -570px;
    }


    .sticky-panel-new-hide {
        position: relative;
        left: 0;
        top: 0;
        z-index: 0;
    }

}
