/* 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;
}

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;
}

/** Header Logo START **/
.logo img {
    width: 60%;
    padding: 10px;
    border-radius: 20px 0px;

}

/** Header Logo END **/

.sub-menu {
    background: #fff;
    display: none;
    position: absolute;
    text-align: left;
    top: 70px;
    width: auto;
    z-index: 9999999;
}

.sub-menu li:first-child {
    padding-left: 10px;
}

.sub-menu li {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    padding-top: 10px;
    width: auto;
    padding-right: 10px;
    display: contents;
}

.sub-menu a {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px !important;
    padding-top: 10px;

}

.sub-menu li a {
    color: #a39f98;
    font-family: "Gotham";
    font-size: 11px;
    line-height: 12px;
    -webkit-transition: all 0.3s ease 0s;
    padding-bottom: 20px;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.show .menu {
    display: block !important;
}

.menu li a {
    color: #9d9d9d !important;
}

.main-logo {
    width: 100% !important;
    /*left: 6% !important;*/
}

.main-logo a {
    width: 400px;
    display: block;
}

#scroll {
    padding-top: 50px !important;
    padding-left: 10%;
    padding-right: 5%;
    padding-bottom: 50px;
}

.nodeTypes {
    padding-left: 10% !important;
    padding-right: 5% !important;
}

.gallery-item {
    display: inline-block;
}

.amenity {
    width: 60px;
    margin: auto 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.amenity img {
    width: 40px;
    text-align: center;
}

.amenity p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.amenities {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.room-node-item {
    flex: 4 0 20%;
    text-align: center;
    max-width: 25% !important;
    width: 22.5%;
    height: 350px;
    margin-left: 20px;
    background-color: black;
    margin-bottom: 20px !important;
    background-size: cover !important;
    display: grid;
    align-items: center;
}

.room-node-item img {
    height: 350px;
    opacity: 0.4;
}

.room-node-items {
    display: flex;
    flex-wrap: wrap;
    lign-items: center;
    justify-content: center;
}

.promotion-node-item {
    /*display: inline-flex;*/
    justify-content: center;
    flex-wrap: wrap;
    width: 30%;
    display: block;
}

.room-node-item h4 {
    position: relative;
    color: white;
    /*top: -55%;*/
    font-family: inherit;
}

.room-node-item-row, .promotion-node-item-row {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
}

.room-node-item img {
    height: 100%;
    /*opacity: 0.4;*/
}

.rooms-title-widget, .promotion-title-widget {
    text-align: center !important;
    color: #aca592;
    margin-bottom: 20px !important;
}

.room-node-item img {
    object-fit: cover;
}

.room-node-item p {
    position: relative;
    /*top: -55%;*/
    color: white;
    text-align: center;
    font-size: 18px;
    font-family: inherit;
    opacity: 0;
    padding: 0px 20px;
}

.room-node-item .showText {
    opacity: 1;
    transition: opacity 2s ease;
}

.promotion-node-item .promo-image, .promotion-node-item .promo-image img {
    width: 100%;
    height: 320px;
    object-fit: cover
}

.promotion-node-item {
    margin-left: 20px;
}

.promo-text h3 {
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
}

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


.promo-text {
    padding: 0px 40px;
    background-color: white;
    margin: -70px 30px 0px 30px;
    position: relative;
    /*z-index: 999999;*/
}

.promo-button a, .roomList .nodeButton a {
    color: #aca592;
    border: 1px solid #aca592;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
}

.promo-button {
    margin-top: 20px;
}

.promo-button a:hover {
    background-color: #aca592;
    color: white;
}

#scroll p {
    /*text-align: justify;*/
}

.simpleParallax {
    margin-left: -10%;
    margin-right: -10%;
}


.parallax-image {
    width: 100%;
    object-fit: cover;
}

section {
    margin-top: 20px !important;
}

/**
Gallery - Start
 */
.gallery {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.gallery-item img {
    height: 100%;
    object-fit: cover;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nGY2GThumbnailTitle {
    display: none !important;
}

.gallery-item {
    width: max-content;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 300px;
    max-width: calc(95% / 3);
    margin: 5px;
}

.gallery-row {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

/**
Gallery - End
 */

/**
Vouchers Start
 */

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

.vouchers-purchase {
    width: 650px !important;
}


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

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

.vouchers-summary table tbody tr td {
    text-align: left !important;
}

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

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

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

.vouchers-purchase .details ul li .value {
    width: 80% !important;
    display: block;
}

.vouchers-purchase .details ul li .value input {
    width: 100% !important;
    display: block;
    height: 25px !important;
    border: 1px solid #888 !important;
}

.vouchers-purchase .details ul li {
    margin-bottom: 10px !important;
}

.vouchers-purchase .details ul li .value select {
    width: 102%;
    display: block;
    height: 30px !important;
    border: 1px solid #888 !important;
}

.vouchers-purchase .details ul li .value textarea {
    border: 1px solid #888 !important;
}

.vouchers-purchase .payment select {
    margin-bottom: 10px;
    width: 15% !important;
    display: inline-block !important;
}

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

#acknowledgment {
    width: min-content !important;
    display: inline-block !important;
}

.vouchers-purchase .ack br {
    display: none !important;
}

.vouchers-purchase .ack ul li:nth-child(2) .value {
    width: 100% !important;
}

#printConfirmation table tbody tr td {
    width: 40% !important;
    text-align: left !important;
}

.vouchers-summary table thead tr th:nth-child(2) {
    width: 40% !important;
}

.vouchers-purchase .details ul li .label {
    font-weight: normal !important;
}

@media (max-width: 768px) {
    .LDSVoucherItem {
        font-size: 12px;
    }

    .LDSVoucherItem .input {
        width: 0px !important;
        padding: 0px;
    }

    .LDSVoucherItem .description {
        width: 25.5%;
    }


    .LDSVoucherItem .quantity input {
        width: 30px !important;
    }

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

    .vouchers-purchase table {
        font-size: 12px;
    }

    .vouchers-purchase .details {
        margin-left: -5px !important;
    }

    .vouchers-purchase .payment select:nth-child(3) {
        width: 60% !important;
    }

    header .centre {
        padding: initial !important;
    }

    .mobile-booking-panel {
        /*margin-left: 45px !important;*/
    }
}

/**
Vouchers End
 */

/**
Packages Start
 */
@media (max-width: 1000px) {
    .grid-packages #grid-fromDate {
        width: 40% !important;
    }
}

/**
Packages End
 */


/** row.tpl START **/
.nodes-table {
    width: 100%;
    padding: 0px 50px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-top: 20px;
}

.node-image {
    width: 30%;
}

.node-row .node-image, .node-row .node-details {
    padding: 10px 0px;
    border-top: 1px solid #CFCFCF;
}

.node-image img {
    width: 90%;
    height: 250px;
    object-fit: cover;
}

.node-details {
    vertical-align: middle;
}

.node-viewmore {
    background: none;
    border: 1px solid #9d9d9d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 29px;
    height: 33px;
    margin: 0;
    padding: 0 35px;
    position: relative;
    overflow: visible;
    text-transform: uppercase;
    text-align-last: auto;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    margin-top: 10px;
}

/** row.tpl END **/

/**column.tpl START**/
.node-col-image {
    width: 100%;
    height: 500px
}

.node-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.node-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.node-col-row td {
    width: 50%;
    padding: 10px;
}

.node-col-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.node-col-viewmore {
    background: none;
    border: 1px solid #9d9d9d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 29px;
    height: 33px;
    margin: 0;
    padding: 0 35px;
    position: relative;
    overflow: visible;
    text-transform: uppercase;
    text-align-last: auto;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.node-col-btn {
    text-align: center !important;
}

.node-col-details {
    margin-top: -50px;
    background-color: white;
    position: relative;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
}

/**column.tpl END**/

.node-col-details p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center !important;
}

/**Gallery Page START **/
#scroll .gallery-page {
    display: inline-flex;
    margin: 0px 30px !important;
    height: 100%;
    flex-direction: row;
    align-items: center;
    cursor: pointer;

}

.gallery-page:focus {
    outline: none;
    box-shadow: none;
}

.gallery-page-list-div {
    margin: 20px auto;
    position: relative;
    text-align: center;
    height: 50px;
}

#scroll .gallery-page-list {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    margin: 0px !important;
    width: 100% !important;
}

.nGY2GThumbnail, .nGY2GThumbnailSub {
    border: none !important;
}

.nGY2GThumbnail {
    background-color: transparent !important;
}

.image-section {
    /*display: none;*/
    visibility: hidden;
    /*position: ;*/
    height: 0;
}

.active-images {
    /*display: block;*/
    visibility: visible;
    height: auto;
}

/**Gallery Page END **/


.addBox .valueItemSelector {
    width: auto !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border: 1px solid #d6d6d6;
}

h2 {
    font-size: 30px !important;
}

/** Header  START**/
.mobile-logo {
    display: none;
}

.mobile-booking-panel {
    display: none;
}

@media (max-width: 768px) {
    .mobile-logo {
        display: block;
        width: 30%;
        margin: 10px;
        height: 60px;
    }

    header .centre {
        display: inline-block;
        height: auto !important;
    }

    header nav {
        margin-top: 10px !important;
    }

    .mobile-booking-panel {
        display: block;
        text-align: center;
        padding: 5px;
    }

    .mobile-panel-close {
        display: none;
        text-align: right;
        padding: 0px 40px;
    }

    .mobile-panel-close i {
        font-size: 18px;
    }
}

.mobile-panel-close {
    display: none;
    text-align: right;
    padding: 0px 40px;
}

/** Header  END**/

@media (min-width: 768px) {
    .footer-menu-membership {
        width: 20% !important;
    }
}


/**CONTENT - START **/
@media (max-width: 1300px) {

    .main_footer .footer-menu2 {
        margin-left: unset !important;
    }

    .footer-menu-membership input, .LDSMember_submit {
        width: 50% !important;
    }
    .amenity {
        margin: 10px 10PX;
    }

    .amenity p {
        text-align: center;
    }

    #scroll {
        /*padding-left: 5%;*/
    }

    .promotion-node-item-row {
        display: block;
    }

    .promotion-node-item {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .promo-text {
        position: relative;
        top: -50px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px 15px;
    }

    .promo-text h3 {
        margin-bottom: 5px !important;
    }

    .promo-button {
        align-content: center;
        display: grid;
    }


    .room-node-item {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .room-node-item-row {
        display: grid;
    }

    footer {
        overflow: hidden;
    }

    .footer-column {
        width: 100% !important;
        margin-left: 0px !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .footer-menu-logo a, .footer-menu-logo img {
        width: 150px !important;
        display: block;
    }

    .footer-menu-logo a {
        margin: 0 auto;
    }

    .footer-menu3 .lcopy {
        width: 100%;
        text-align: center;
    }

    .footer-column a, .footer-column img {
        margin: 0 auto;
    }

    .node-col-row td {
        display: block;
        width: 100%;
    }

    .node-container {
        margin-left: unset;
        margin-right: unset;
        width: 100%;
    }

    .node-image {
        width: 100%;
        display: block;
    }

    .node-details {
        vertical-align: middle;
        display: block;
    }

    .node-row .node-image, .node-row .node-details {
        border-top: unset;
    }

    .node-details {
        border-bottom: 1px solid #CFCFCF;
    }

    .nodes-table {
        margin-right: unset;
        margin-left: unset;
        width: 100%;
    }

    .node-image img {
        width: 100%;
        height: 100%;
    }

    .node-title {
        text-align: center;
    }

    .node-details p {
        align-content: center;
        display: grid;
    }

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

    .LDSSearch-layout-bar .LDSSearch-links {
        position: relative;
        width: 48%;
    }

    .LDSSearch-layout-bar .LDSSearch-code {
        max-width: unset !important;
        width: 48%;
        margin-left: 0px !important;
    }

    .promo-text h3 {
        padding-top: 15px;
    }

    #header1 {
        top: auto !important;
        right: auto;
        position: fixed !important;
    }

    .image-main {
        height: 250px !important;
    }

    .voucher-submit .subBox {
        width: initial !important;
    }

    .details textarea {
        width: 100% !important;
    }

    #header1 {
        /*width: 45px !important;*/
    }

    /*.map-element {*/
    /*    display: none !important;*/
    /*}*/

    .section .value {
        width: initial !important;
    }

    #resendConfirmation {
        width: initial !important;
    }

    header {
        background-color: black !important;
    }

    .desktop-ham {
        display: none !important;
    }

    .mobile-ham {
        display: block !important;
    }

    .main_footer {
        display: block !important;
    }

    .main_footer .footer-column {
        margin-top: 20px !important;
    }

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

.desktop-ham {
    display: block;
}

.mobile-ham {
    display: none;
}


.page-gallery {
    margin-top: 20px;
}

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

.promo-button a {
    display: block;
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
}

.map-element {
    margin-left: 5.2%;
    width: auto !important;
    height: auto !important;
    margin-top: 12.1%;
    padding: 20px;
    display: none !important;
    transition: visibility 2s;
    padding-top: 5px;
}



.room-descrip, .room-title-home {
    color: white !important;
}

.image-main {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.voucher-submit .subBox {
    display: block;
    width: 10%;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px 12px;
    float: right;
}

.grid-packages button {
    padding: 0px 20px;
}

#grid-adults, #grid-children {
    width: 30px;
    text-align: center;
}

.vouchers-purchase {
    margin: 0px auto;
}

.LDSPopup-header, .LDSPopup-text {
    color: white !important;
}

.LDSSection {
    margin: 20px 0px;
}

.map-close i {
    float: right;
    margin-bottom: 5px;
    margin-right: -12px !important;
}

.details select, .details input, .details textarea {
    padding-left: 8px;
}

#resendConfirmation {
    border-radius: 0px !important;
}

.room-image-hover {
    opacity: 0.4 !important;
}

.select-day .grid-day-rate div {
    color: white !important;
}

.grid-rate-book {
    color: white !important;
}

.choicesAmenityImage {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

dt {
    font-weight: bold;
}

.LDSCMSForm label {
    width: 100%;
    font-weight: bold;
}

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

.LDSCMSForm {
    margin: 20px 0px;
    max-width: 250px;
}

.LDSCMSForm .form-item {
    width: 100%;
}

.form-submit {
    margin-top: 20px;
}

#LDSMembershipForm {
    max-width: 250px !important;
}

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

.LDSCMSForm .comment textarea {
    min-width: unset !important;
}

a.disabled {
    pointer-events: none;
    color: #ccc;
    display: none;
}

.footer-menu-membership input {
    margin: 5px 0px;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: transparent;
    color: white;
    padding: 2.5px 5px;
    width: 100%;
    font-size: 14px;
}

.LDSMember_return {
    height: 25px !important;
}

.LDSMember_submit {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: transparent !important;
    color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    font-size: 14px;
}

.LDSMemberTitle h4, .LDSMemberBlurb {
    color: white !important;
}

.LDSMemberTitle h4 {
    margin-bottom: unset !important;
}

.glyphicon-chevron-down::before, .glyphicon-chevron-up::before {
    font-family: "Glyphicons Halflings";
}

.nGY2Viewer {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

#directions, #getlocation {
    padding: 0px 5px !important;
}

*:focus {
    outline: none !important;
}

#grid-adults, #grid-children {
    border: 1px solid #DDD !important;
}

.LDSCMSForm {
    .multi-item input, .multi-item label {
        width: auto !important;
    }

    .multi-item {
        margin-right: 25px;
        width: 50% !important;
        display: inline-block;
    }

    .multi-item input {
        margin-right: 10px;
    }

    .form-item {
        margin-top: 20px;
    }
}

.LDSNodeGroupDescription {
    /* display: flex; */
}

.nGY2GThumbnailImage {
    width: 100% !important;
}

.ui-widget .ui-widget {
    background: transparent !important;
}


.NL_Text {
    font-size: 11px !important;
}

.NL_Icon {
    display: none;
}

#roomAssignSubmit {
    background-color: #333 !important;
}

.acknowledgement div {
    display: inline-block;
}

.acknowledgement div label {
    display: inline;
}

#ackCheckbox {
    width: auto !important;
}

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

.ui-widget .ui-widget {
    background: initial !important;
}

.footer-column h5 {
    font-size: 14px !important;
}

/**CONTENT - END **/


@media (max-width: 1800px) and (min-width: 768px) {
    header nav ul {
        display: none !important;
    }

    header nav .hamburger {
        position: relative !important;
        top: 40px !important;
        left: auto !important;
        margin: 0 30px 0 0 !important;
        padding: 0 !important;
        float: none !important;
        transform: none !important;
        display: block !important;
    }

    .amenity img {
        margin: 0 auto !important;
    }

    .amenity {
        display: inline-block !important;
        width: auto !important;
        max-width: 100px;
        margin: 10px 10px;
    }
}

@media (max-width: 768px){
    .section-slideshow.homepage .logo,
    .section-slideshow.subpage .logo {
        display: none
    }

    .amenity img {
        margin: 0 auto !important;
    }

    .amenity {
        display: inline-block !important;
        width: auto !important;
        max-width: 100px;
        margin: 10px 10px;
    }
}

@media (max-width: 952px) {
    .LDSSearch-layout-bar .LDSSearch-item-date {
        max-width: 75px !important;
    }
    .LDSSearch-layout-bar .LDSSearch-item-select {
        max-width: 75px !important;
    }

    .LDSSearch-item label, .LDSSearch-item text, .LDSSearch-item input, .LDSSearch-item select {
        font-size: 12px !important;
    }
    .LDSSearch-fromDate input {
        width: 100% !important;
    }
    .LDSSearch-item {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .LDSSearch-code {
        /*width: 1200px !important;*/
        max-width: unset !important;
    }
    .LDSSearch-links a {
        font-size: 12px !important;
    }
    .LDSSearch-layout-bar .LDSSearch-login {
        /*float: right;*/
        margin-top: unset !important;
    }
}

.promotion-node-items {
    display: flex;
    flex-wrap: wrap;
    lign-items: center;
    justify-content: center;
}

.promotion-node-item {
    flex: 2 0 30%;
    text-align: center;
    max-width: 30% !important;
}

@media (max-width: 1480px) {
    .promotion-node-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .promotion-node-item {
        flex: 2 0 40% !important;
        text-align: center;
        max-width: 40% !important;
    }
}

@media (max-width: 1190px) {
    .promotion-node-items, .room-node-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .room-node-items {
        display: block !important;
    }

    .room-node-item {
        width: 100% !important;
        /*margin-left: 9px !important;*/
    }

    .promotion-node-item, .room-node-item {
        flex: 2 0 100% !important;
        text-align: center;
        max-width: 100% !important;
    }

    .room-node-item img {
        width: 100%;
    }

    .room-node-item p, .room-page-item p {
        text-align: center !important;
    }

    .room-node-item p {
        opacity: 1;
    }

    .wrapper .room-page-item {
        flex: 2 0 100% !important;
        text-align: center;
        max-width: 100% !important;
        margin-bottom: 50px !important;
        margin-left: 0px !important;
    }
}

@media (min-width: 1400px) {
    footer {
        width: 95% !important;
        margin-left: 100px !important;
    }
}

@media (max-width: 1400px) and (min-width: 768px) {
    footer {
        width: 100% !important;
        /*margin-left: 82px !important;*/
    }
}

.footer-menu2 {
    margin-left: 2% !important;
}

@media (max-width: 1400px) {
    footer {
        width: 100% !important;
        /*margin-left: 82px !important;*/
    }
}


@media (min-width: 1300px) and (max-width: 1400px){
    .wrapper footer {
        padding-left: 82px !important;
    }
}

@media (min-width: 769px) and (max-width: 1300px){
    #header1 {
        height: 100% !important;
    }
}

@media (max-width: 768px) {

    #scroll {
        padding-left: 5% !important;
    }

    main p {
        padding-left: 10% !important;
        padding-right: 10% !important;
        text-align: center !important;
    }
    main h3 {
        text-align: center;
    }

    aside.map-show {
        width: 100% !important;
        margin-left: 0px !important;
        position: fixed !important;
    }

    .gallery-page-list-div {
        height: auto !important;
    }
}

aside.map-show {
    display: block !important;
}


@media (min-width: 1190px) {
    .room-node-item p {
        position: absolute;
    }
    .room-node-item .showText {
        position: inherit !important;
    }
}

.hoverItem {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.5);
}

.vouchers-summary table tbody tr td{
    padding: 10px 0px;
}

.vouchers-summary table tbody tr td:last-child {
    text-align: right !important;
}

.vouchers-summary tfoot tr td {
    padding-top: 10px !important;
}

.vouchers-summary tfoot input {
    text-align: center;
}

.mobile-logo a img {
    height: 100% !important;
    /*margin-top: 20px !important;*/
}
.mobile-logo {
    width: auto !important;
}

.nGY2ViewerContainer i, .nGY2ViewerContainer .ngy2viewerToolAction  {
    color: white !important;
}

.node-row:last-child td {
    border-bottom: 1px solid #CFCFCF !important;
}

.toolbarContainer {
    visibility: visible !important;
    opacity: 1 !important;
}

.toolbarBackground .minimizeButton  {
    display: none !important;
}

#scroll ul li {
    margin-left: 2% !important;
}

#scroll ul{
    margin: 1% 0 !important;
}


#menu-main-footer, #menu-second-footer {
    list-style: none !important;
}

#scroll .grid-show-button {
    color: white !important;
}

#scroll .grid-show-button:hover {
    color: white !important;
}

.booking-panel.hide, .mobile-booking-panel.hide{
    display: none;
}

p strong img {
    display: inline;
    margin-bottom: 15px;
}

center img {
    display: inline;
}

h1.hide {
    display: none;
}

p a strong {
    color: inherit !important;
}

#scroll ol {
    margin-left: 15px !important;
}
@media (max-width: 952px) {
    .LDSSearch-fromDate, .LDSSearch-toDate {
        min-width: 75px !important;
    }
}
/* FLASH MESSAGES */
.LDSFlashMessages { margin:10px auto; width:100%; }
.LDSFlashMessages .flash {
  position:relative; display:block; clear:both; margin:5px auto; width:100%; padding: 15px 30px 15px 15px;
  border-left:5px solid #333; 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 .flash.error {  background:#F9EDED; color:#B94A48; border-color:#B94A48; }
.LDSFlashMessages .flash.success {  background:#EBFCEE; color:#3CC051; border-color:#3CC051; }
.LDSFlashMessages .flash.warning {  background:#FCF8E3; color:#E5BE52; border-color:#E5BE52; }
.LDSFlashMessages .flash.info {  background:#E6F1F7; color:#3A87AD; border-color:#3A87AD; }
.LDSFlashMessages .flash .close { display:block; cursor:pointer; position:absolute; height:20px; margin-top:-0.7em; top:50%; right:15px; font-size:1.2em; font-weight:bold; pointer-events:none; }
