﻿@charset "UTF-8";
/*Foregrounds*/
/*Backgrounds*/
/*Fonts*/
/*Spacing*/
/*** GENERIC ***/
/*USAGE:
.logo svg {
    @include flex(0 0 100%);
}
*/
/*USAGE:
.faded-text {
    @include opacity(0.8);
}
*/
/*USAGE:
a {
    color: gray;
    @include transition(color .3s ease);
    &:hover {
        color: black;
    }
}
*/
/*USAGE:
a.bar {
    width:30px;
    top:0;
    @include transform(rotateZ(-45deg) translateX(-5px) translateY(5px) !important);
}
*/
/*USAGE:
@include keyframes(slide-down) {
    0% { opacity: 1; }
    90% { opacity: 0; }
}
.element {
    width: 100px;
    height: 100px;
    background: black;
    @include animation('slide-down 5s 3');
}
*/
/*USAGE:
.box { 
    @include border-radius(10px); 
}
*/
/*USAGE:
input { 
    @include placeholder-me(#fff); 
}
*/
/*USAGE:
.box {
    @include box-shadow();
}
*/
@font-face {
    font-family: 'FS Elliot';
    font-weight: 800;
    src: url(fonts/FSElliotWeb-Heavy.eot);
    src: url(fonts/FSElliotWeb-Heavy.eot?#iefix) format("embedded-opentype"), url(fonts/FSElliotWeb-Heavy.woff) format("woff");
}

@font-face {
    font-family: 'FS Elliot';
    font-weight: 700;
    src: url(fonts/FSElliotWeb-Bold.eot);
    src: url(fonts/FSElliotWeb-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/FSElliotWeb-Bold.woff) format("woff");
}

@font-face {
    font-family: 'FS Elliot';
    font-weight: 400;
    src: url(fonts/FSElliotWeb-Regular.eot);
    src: url(fonts/FSElliotWeb-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/FSElliotWeb-Regular.woff) format("woff");
}

header * {
    outline: none;
}

@media screen and (max-device-width: 480px) {
    header .row {
        margin-bottom: 0 !important;
    }
}

html, body {
    height: auto;
}

body {
    font-family: "FS Elliot", sans-serif;
    position: relative;
    color: #1b1a1a;
}

div.join-as-member-address span.remove {
    color: #930f3e !important;
}

span.showManualAddress {
    color: #930f3e !important;
}

html body div a.link--orange {
    color: #930f3e !important;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

::marker {
    display: none;
    content:'';
}

a.back:before {
    content: '\f053';
    font-family: FontAwesome;
    color: inherit;
    margin-right: 8px;
}

a, button {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

    a:hover, button:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.istouch a:hover, .istouch button:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul {
    padding: 0;
    margin: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }

.row {
    max-width: 75rem;
}

    .row.row-full-width {
        max-width: none;
    }

        .row.row-full-width > .columns, .row.row-full-width > .column {
            width: 100%;
            padding: 0;
        }

        .row.row-full-width .row {
            max-width: 64.375rem;
            margin-left: auto;
            margin-right: auto;
        }

            .row.row-full-width .row.row-inner {
                max-width: none;
            }

    .row.row-headline {
        padding: 30px 0;
        text-align: center;
    }



@media screen and (min-width: 40em) {
    .row.row-headline {
        padding: 90px 0;
    }
}

.row.row-headline + .row-2-column, .row.row-headline + .row-3-column {
    padding-top: 0;
}

.row.row-2-column, .row.row-3-column {
    padding: 30px 0;
}

@media screen and (min-width: 40em) {
    .row.row-2-column, .row.row-3-column {
        padding: 45px 0;
    }
}

.row.row-2-column + .row-2-column, .row.row-2-column + .row-3-column, .row.row-3-column + .row-2-column, .row.row-3-column + .row-3-column {
    padding-top: 0;
}

figure {
    margin: 0;
}

    figure figcaption p {
        margin: 5px 0 0;
        font-style: italic;
        font-size: 0.875rem;
    }

/* other bits */
#anytime-results {
    background: #f0f0f0;
}

    #anytime-results h1 {
        margin-top: 30px;
    }

    #anytime-results header {
        margin: 25px 0;
    }

    #anytime-results .empty {
        margin: 0;
    }

.sitemap {
    padding-bottom: 30px;
}

    .sitemap header {
        padding: 30px 0 10px;
    }

.border-top .medium-12 {
    padding-top: 40px;
    border-top: 1px solid #d4d6d7;
    margin-top: 40px;
}

.padded {
    padding: 60px 0px 40px 0px;
}

.padded-bottom .row {
    padding: 0px 0px 40px 0px !important;
}

.ui-datepicker {
    z-index: 41000000 !important;
    /*pinterest too high a zindex*/
}

.reveal-overlay {
    z-index: 41000000 !important;
    /*pinterest too high a zindex*/
}

#nanorep1 #nanorep-fw .widget-side__overlay, #nanorep1 #nanorep-fw .widget-side__wrapper {
    z-index: 41000000 !important;
    /*pinterest too high a zindex*/
}

#cookiescript_injected {
    z-index: 9999999 !important;
}

header h1, header h2, header h3, header h4 {
    margin: 0;
    line-height: 1.2;
    color: #006070;
    letter-spacing: -1px;
}

h2, h3 {
    font-weight: 400;
}

    h2 strong, h3 strong {
        font-weight: 800;
    }

h1 {
    font-weight: 400;
}

@media screen and (min-width: 40em) {
    .hero h1 {
        font-size: 4.6875rem;
    }
}

h2 {
    font-size: 2.1875rem;
}

@media screen and (min-width: 40em) {
    h2 {
        font-size: 2.8125rem;
    }
}

header h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.875rem;
}

.content h3 {
    margin-top: 10px;
    font-weight: 400;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0 0 20px;
}

header p {
    font-size: 1rem;
    line-height: 1.3;
    margin: 25px 0;
}

.small {
    font-size: 0.625rem !important;
    margin: 0 !important;
    line-height: 0.8125rem !important;
    color: #006070;
}

hr {
    background: #cdcdcd;
    border: none;
    height: 1px;
    margin: 25px 0;
}

.rte h4, .rte p {
    margin: 20px 0;
}

.rte p {
    font-size: 0.9375rem;
}

.row-headline .rte p {
    font-size: 1.125rem;
    margin: 35px 0;
}

.rte hr {
    margin: 20px 0;
}

.rte ul {
    margin-left: 30px;
}

    .rte ul li {
        margin: 5px 0;
        line-height: 1.3;
        list-style: disc;
    }

.rte a {
    word-wrap: break-word;
}

@media screen and (max-width: 39.9375em) {
    .rte > :first-child:not(h4) {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 40em) {
    .rte > :first-child {
        margin-top: 0 !important;
    }
}

.rte > :last-child {
    margin-bottom: 0 !important;
}

header.strikethrough h1, header.strikethrough h2 {
    line-height: 2.5rem;
}

@media screen and (min-width: 40em) {
    header.strikethrough h1, header.strikethrough h2 {
        display: table;
        white-space: nowrap;
        overflow: hidden;
    }

        header.strikethrough h1:after, header.strikethrough h2:after {
            content: '';
            display: table-cell;
            position: relative;
            top: 19px;
            width: 100%;
            border-top: 1px solid #c1c1c1;
            left: 2%;
        }
}

header h3 {
    font-size: 1.375rem;
}

header p {
    margin: 0;
}

header.underline {
    border-bottom: 1px solid #c1c1c1;
}

.btn {
    font-size: 1rem;
    text-transform: none !important;
    background: transparent;
    display: block;
    font-weight: 700;
    line-height: 1;
    padding: 17px 40px;
    font-family: inherit;
    border: none;
    text-align: center;
    color: #ffffff;
    border: 1px solid #930f3e;
    background: #930f3e;
    width: 80%;
    margin: 0px auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

    .btn + .btn {
        margin-top: 10px;
    }

@media screen and (min-width: 40em) {
    .btn + .btn {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media screen and (min-width: 40em) {
    .btn {
        display: inline-block;
        width: auto;
    }
}

.btn:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn.btn-inline, #booking-bar ul li .btn, .signpost.listing-item .inner .btn, .signpost.search-result .inner .content .btn, .location-detail .btn {
    padding: 15px 20px;
}

.btn.btn-secondary {
    border-color: #2c94a7 !important;
    background: #2c94a7 !important;
    color: #ffffff;
}

.btn.btn-tertiary {
    background: none;
    color: #006070;
    border: 1px solid #006070;
}

.btn--floor-plan {
    background: none;
    color: #930f3e;
    border: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    margin: 0;
}

    .btn--floor-plan:before {
        content: '';
        background: url(/static/ui/icons/floor-plan.svg);
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

@media screen and (min-width: 40em) {
    .align-right {
        text-align: right;
    }
}

.bar {
    display: block;
    width: 30px;
    height: 2px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

    .bar.top {
        top: 0;
    }

    .bar.center {
        margin-top: 6px;
    }

    .bar.bottom {
        margin-top: 6px;
    }

.block-open .bar.top, .close-button .bar.top {
    top: 0;
    -webkit-transform: rotateZ(-45deg) translateX(-6px) translateY(5px) !important;
    -moz-transform: rotateZ(-45deg) translateX(-6px) translateY(5px) !important;
    -ms-transform: rotateZ(-45deg) translateX(-6px) translateY(5px) !important;
    -o-transform: rotateZ(-45deg) translateX(-6px) translateY(5px) !important;
    transform: rotateZ(-45deg) translateX(-6px) translateY(5px) !important;
}

.block-open .bar.center, .close-button .bar.center {
    opacity: 0;
}

.block-open .bar.bottom, .close-button .bar.bottom {
    -webkit-transform: rotateZ(45deg) translateX(-6px) translateY(-5px) !important;
    -moz-transform: rotateZ(45deg) translateX(-6px) translateY(-5px) !important;
    -ms-transform: rotateZ(45deg) translateX(-6px) translateY(-5px) !important;
    -o-transform: rotateZ(45deg) translateX(-6px) translateY(-5px) !important;
    transform: rotateZ(45deg) translateX(-6px) translateY(-5px) !important;
}

#header #top-bar {
    padding: 15px 0;
}

@media screen and (min-width: 75.0625em) {
    #header #top-bar {
        height: 65px;
    }
}

@media screen and (min-width: 40em) {
    #header #main-bar {
        padding: 20px 0 0;
    }
}

#header ul#brand li {
    float: left;
    max-width: 60%;
}

@media screen and (min-width: 75.0625em) {
    #header ul#brand li {
        max-width: none;
        height: 65px;
        width: 100%;
    }
}

#header ul#brand li#mobile-menu-trigger {
    float: right;
    margin-top: 25px;
}

    #header ul#brand li#mobile-menu-trigger button {
        outline: none;
    }

        #header ul#brand li#mobile-menu-trigger button .bar {
            background-color: #006070;
        }
#header ul#brand li.logo a {
    display: block;
    position: relative;
    max-height: 65px;
    max-width: 280px;
}

@media screen and (min-width: 75.0625em) {
    #header nav#secondary-nav ul li {
        margin-left: 20px !important;
    }
}

#header nav#secondary-nav ul li {
    font-size: 0.875rem; 
    margin-left: 5px; 
}
@media screen and (min-width: 40em) and (max-width: 75em) {
    #header ul#brand li.logo a {
        margin-bottom: 20px;
    }
}

#header ul#brand li.logo a object {
    width: 100%;
    height: 65px;
    display: block;
    pointer-events: none;
    max-height: 100px;
}

#header ul#brand li.logo a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#header nav {
    position: relative;
    text-align: right;
}

    #header nav ul li {
        display: inline-block;
        text-align: center;
    }

        #header nav ul li a {
            display: block;
        }

        #header nav ul li.current a, #header nav ul li.current .expand:after {
            color: #930f3e !important;
        }

@media screen and (min-width: 75.0625em) {
    #header nav#primary-nav {
        padding-top: 15px;
    }
}

#header nav#primary-nav > ul {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

@media screen and (min-width: 75.0625em) {
    #header nav#primary-nav > ul {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#header nav#primary-nav > ul > li {
    display: block;
    text-align: left;
    position: relative;
}

    #header nav#primary-nav > ul > li a {
        color: #2c94a7;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 15px;
        text-decoration: none;
    }

@media screen and (max-width: 75.0625em) {
    #header nav#primary-nav > ul > li a {
        padding: 10px 0;
        border-bottom: 3px solid #f0f0f0;
        text-decoration: none;
    }
}

#header nav#primary-nav > ul > li.menu-item-membership a {
    color: #930f3e;
}

#header nav#primary-nav > ul > li.mobile-menu-item-join-now {
    margin-top: 11px;
}

    #header nav#primary-nav > ul > li.mobile-menu-item-join-now a {
        background-color: #930f3e;
        color: #ffffff;
        padding: 10px;
    }

@media screen and (min-width: 75.0625em) {
    #header nav#primary-nav > ul > li {
        margin: 0 0 0 35px;
        display: inline-block;
    }

        #header nav#primary-nav > ul > li:first-child {
            margin: 0px;
        }
}

@media screen and (min-width: 75.0625em) {
    #header nav#primary-nav > ul > li {
        margin: 0 0 0 45px;
        display: inline-block;
        padding: 0px 10px;
    }
}

@media screen and (max-width: 75.0625em) {
    #header nav#primary-nav > ul > li.has-subnav {
        position: relative;
    }

        #header nav#primary-nav > ul > li.has-subnav .expand {
            position: absolute;
            right: 0px;
            top: 26px;
            margin-top: -20px;
            z-index: 50000001;
            /*pinterest too high a zindex*/
            padding: 6px 20px;
        }

            #header nav#primary-nav > ul > li.has-subnav .expand:after {
                content: '\f067';
                font-family: "FontAwesome";
                font-size: 0.9375rem;
                line-height: 1;
                font-weight: 400;
                color: #2c94a7;
            }

        #header nav#primary-nav > ul > li.has-subnav > .subnav {
            display: none;
        }

            #header nav#primary-nav > ul > li.has-subnav > .subnav a {
                color: #2c94a7 !important;
                background: #e6e6e6;
            }

        #header nav#primary-nav > ul > li.has-subnav.menu-open .expand:after {
            content: '\f068';
        }

        #header nav#primary-nav > ul > li.has-subnav.menu-open > .subnav {
            display: block;
        }

    #header nav#primary-nav > ul > li > .subnav {
        width: 100%;
        display: none;
    }

        #header nav#primary-nav > ul > li > .subnav li {
            width: 100%;
            float: none;
            margin: 0px;
            text-align: left;
            margin: 0px;
        }

            #header nav#primary-nav > ul > li > .subnav li a {
                font-size: 0.9375rem;
                padding: 10px 0px 10px 20px;
            }

                #header nav#primary-nav > ul > li > .subnav li a img {
                    display: none;
                }
}

@media screen and (min-width: 75.0625em) {
    #header nav#primary-nav > ul > li.has-subnav.last .subnav {
        right: 0px;
        left: unset;
    }

    #header nav#primary-nav > ul > li.has-subnav:hover:before {
        display: block;
        position: absolute;
        z-index: 1;
        content: ' ';
        background: #f0f0f0;
        width: 100%;
        height: 80px;
        top: -10px;
        left: 50%;
        transform: translate(-50%, 0px);
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #header nav#primary-nav > ul > li.has-subnav:hover > .subnav {
        display: block;
    }

    #header nav#primary-nav > ul > li.has-subnav:hover a {
        position: relative;
        z-index: 2;
    }

    #header nav#primary-nav > ul > li > .subnav {
        display: none;
        position: absolute;
        top: 39px;
        left: 0px;
        z-index: 50000001;
        /*pinterest too high a zindex*/
        width: 520px;
        padding: 20px 40px;
        background: #f0f0f0;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

        #header nav#primary-nav > ul > li > .subnav li {
            width: 50%;
            float: left;
            margin: 0px;
            text-align: left;
            margin: 0px;
            position: relative;
        }

            #header nav#primary-nav > ul > li > .subnav li:nth-child(odd):after {
                position: absolute;
                top: 0px;
                left: 0;
                width: 200%;
                content: '';
                border-top: 1px solid #c7c8c8;
            }

            #header nav#primary-nav > ul > li > .subnav li:nth-of-type(1):after, #header nav#primary-nav > ul > li > .subnav li:nth-of-type(2):after {
                border-top: 0px !important;
            }

            #header nav#primary-nav > ul > li > .subnav li a {
                padding: 20px 0px;
                color: #2c94a7 !important;
            }

                #header nav#primary-nav > ul > li > .subnav li a img {
                    width: 40px;
                }
}

@media screen and (min-width: 75.0625em) {
    #header nav#primary-nav {
        display: table;
        width: 100%;
        height: 100%;
    }

        #header nav#primary-nav ul {
            display: table-cell;
            width: 100%;
            vertical-align: bottom;
        }
}

#header nav#secondary-nav ul li {
    font-size: 0.875rem;
    margin-left: 5px;
}

@media screen and (min-width: 75.0625em) {
    #header nav#secondary-nav ul li {
        text-align: center;
    }
}

#header nav#secondary-nav ul li a {
    color: #930f3e;
    font-weight: 600;
    text-decoration: none;
}

    #header nav#secondary-nav ul li a:after {
        font-family: FontAwesome;
        color: #930f3e;
        margin-left: 8px;
        vertical-align: middle;
        font-size: 0.875rem;
    }

@media screen and (min-width: 75.0625em) {
    #header nav#secondary-nav ul li a:after {
        font-size: 0.875rem;
    }
}

#header nav#secondary-nav ul li a.menu-item-faqs:after {
    content: '\f059';
}

#header nav#secondary-nav ul li a.menu-item-get-in-touch:after {
    content: '\f075';
}

#header nav#secondary-nav ul li a.menu-item-my-bookings:after {
    content: '\f007';
}

#header nav#secondary-nav ul li a.menu-item-email-sign-up:after {
    content: '\f0e0';
}

#header nav#secondary-nav ul li a.menu-item-my-profile:after {
    content: '\f007';
}

#header nav#secondary-nav ul li a.btn {
    color: #ffffff !important;
}

@media screen and (min-width: 75.0625em) {
    .main-navigation {
        background: #ffffff;
        margin-top: 20px;
    }

        .main-navigation .subnav a span {
            height: 40px !important;
            line-height: 44px;
        }
}

.breadcrumbs {
    padding: 15px 0;
    margin: 0;
}

    .breadcrumbs a {
        color: #930f3e;
        text-decoration: none !important;
    }

#footer {
    padding: 30px;
    background: #006070;
    font-size: 0.8125rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

    #footer a {
        color: #ffffff;
        font-weight: 400;
        text-decoration: none;
    }

    #footer nav:before {
        content: url(img/footer-logo.png);
        position: absolute;
    }

@media screen and (min-width: 40em) {
    #footer nav:before {
        bottom: -10px;
    }
}

#footer nav ul {
    position: relative;
    z-index: 1;
    margin: 20px 0 10px;
}

    #footer nav ul li {
        display: inline-block;
    }

        #footer nav ul li:after {
            content: '|';
            margin: 0 10px;
        }

        #footer nav ul li:last-of-type:after {
            display: none;
        }

#footer ul, #footer p {
    text-align: center;
}

@media screen and (min-width: 40em) {
    #footer ul, #footer p {
        text-align: right;
    }
}

#footer p {
    font-size: inherit;
    margin: 0;
    position: relative;
    z-index: 1;
}

    #footer p.social-strapline {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    #footer p a {
        margin: 0 5px;
    }

@media screen and (min-width: 40em) {
    #footer p a {
        margin: 0 0 0 10px;
    }
}

#footer p.social-links {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 40em) {
    #footer p.social-links {
        justify-content: flex-end;
    }
}

#footer p.social-links a {
    display: flex;
    height: 50px;
}

form button, form input, form select, form textarea {
    border: none !important;
}

form button, form input, form textarea {
    margin: 0 !important;
}

form button {
    text-transform: uppercase;
}

form label.error {
    color: #cc4b37;
}

form label.valid {
    color: #006070;
}

form input.error, form select.error, form textarea.error, form div.error {
    border: 1px solid #cc4b37 !important;
    box-shadow: 0 0 2px #cc4b37;
    outline: none;
}

form input.valid, form select.valid, form textarea.valid, form div.valid {
    border: 1px solid #006070 !important;
    box-shadow: 0 0 2px #006070;
    outline: none;
}

.empty, .success {
    margin: 25px 0;
}

    .empty p, .success p {
        padding: 18px 18px 18px 60px !important;
        text-align: left;
        position: relative;
        background: #f0f0f0;
        margin: 0;
        font-weight: 700;
        display: block;
    }

        .empty p i, .success p i {
            font-size: 0.5625rem;
            margin-right: 5px;
            position: relative;
            top: -2px;
        }

        .empty p:before, .success p:before {
            font-family: FontAwesome;
            font-size: 2.1875rem;
            line-height: 1;
            margin-right: 15px;
            position: absolute;
            left: 15px;
            top: 10px;
            color: #006070;
        }

        .empty p:before {
            content: '\f05a';
        }

        .success p:before {
            content: '\f00c';
        }

.viewmore {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (min-width: 40em) {
    .viewmore {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.form-errors {
    color: red !important;
    text-align: center;
    margin-top: 10px !important;
}

#booking-bar {
    background: #2c94a7;
    padding-top: 20px;
    width: 100%;
    z-index: 101;
    position: relative;
}

    #booking-bar.is-stuck {
        position: fixed;
    }

    #booking-bar #booking-bar-trigger, #booking-bar #thin-bar-trigger {
        display: block;
        text-align: center;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

        #booking-bar #booking-bar-trigger a, #booking-bar #thin-bar-trigger a {
            color: #ffffff;
            display: block;
            font-size: 1.125rem;
            font-weight: 700;
        }

            #booking-bar #booking-bar-trigger a:after, #booking-bar #thin-bar-trigger a:after {
                content: '\f078';
                float: right;
                font-family: FontAwesome;
            }

        #booking-bar #booking-bar-trigger.open a:after, #booking-bar #thin-bar-trigger.open a:after {
            content: '\f077';
        }

@media screen and (max-width:75.0625em) {
    #booking-bar #thin-bar-trigger {
        padding-left: 0;
        padding-right: 0;
    }

        #booking-bar #thin-bar-trigger a {
            color: #006070;
            font-size: 1.875rem;
            line-height: 1.2;
            text-align: left;
            font-weight: 800;
        }

    #booking-bar #thin-booking-bar-options {
        max-width: 75rem;
    }
}

#booking-bar ul li {
    margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
    .thinOne #booking-bar ul li {
        flex: 1;
    }
}

#booking-bar ul li label, #booking-bar ul li .btn {
    margin: 0;
}

#booking-bar ul li .select-container {
    position: relative;
    color: #006070;
    background: #ffffff;
}

    #booking-bar ul li .select-container select, #booking-bar ul li .select-container input {
        color: #006070;
        display: block;
        padding: 7px 30px 7px 14px !important;
        line-height: 18px;
        position: relative;
        cursor: pointer;
        font-size: 1rem;
        height: 46px;
        background: none;
        z-index: 100;
        margin-bottom: 0px;
        border: 1px solid #ececec;
        width: 100%;
    }

        #booking-bar ul li .select-container select::placeholder, #booking-bar ul li .select-container input::placeholder {
            color: #006070 !important;
        }

        #booking-bar ul li .select-container select:placeholder-shown, #booking-bar ul li .select-container input:placeholder-shown {
            color: #006070 !important;
        }

        #booking-bar ul li .select-container select::-webkit-input-placeholder, #booking-bar ul li .select-container input::-webkit-input-placeholder {
            color: #006070 !important;
        }

        #booking-bar ul li .select-container select::-moz-placeholder, #booking-bar ul li .select-container input::-moz-placeholder {
            color: #006070 !important;
        }

        #booking-bar ul li .select-container select:-ms-input-placeholder, #booking-bar ul li .select-container input:-ms-input-placeholder {
            color: #006070 !important;
        }

        #booking-bar ul li .select-container select:-moz-placeholder, #booking-bar ul li .select-container input:-moz-placeholder {
            color: #006070 !important;
        }

.thinOne #booking-bar ul li .select-container select, .thinOne #booking-bar ul li .select-container input {
    border: 1px solid #006070 !important;
}

#booking-bar ul li .select-container:after {
    content: '\f078';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #006070;
}

#booking-bar ul li .select-container.calendar:after {
    content: '\f073' !important;
}

#booking-bar ul li .select-container.location-dropdown {
    position: relative;
    height: 46px;
    text-align: left;
    cursor: pointer;
}

    #booking-bar ul li .select-container.location-dropdown .location-dropdown-initial {
        padding: 11px;
        width: 80%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }

    #booking-bar ul li .select-container.location-dropdown .dropdown-ul {
        width: 280px;
        max-height: 265px;
        overflow-y: scroll;
        position: absolute;
        z-index: 105;
        top: 46px;
        background: #fff;
        border: 1px solid #ececec;
        right: 0px;
    }

@media screen and (min-width: 40em) {
    #booking-bar ul li .select-container.location-dropdown .dropdown-ul {
        left: 0px;
        width: 300px;
        max-height: 400px;
    }
}

#booking-bar ul li .select-container.location-dropdown .dropdown-ul li {
    margin: 0px;
}

    #booking-bar ul li .select-container.location-dropdown .dropdown-ul li span {
        padding: 10px 10px 10px 20px;
        display: block;
    }

        #booking-bar ul li .select-container.location-dropdown .dropdown-ul li span:hover {
            background: #006070 !important;
            color: #fff;
        }

        #booking-bar ul li .select-container.location-dropdown .dropdown-ul li span.region {
            background: #dedede;
            font-weight: 600;
            padding-left: 10px;
        }

        #booking-bar ul li .select-container.location-dropdown .dropdown-ul li span.county {
            background: #ececec;
            font-weight: normal;
            padding-left: 20px;
        }

            #booking-bar ul li .select-container.location-dropdown .dropdown-ul li span.county:hover {
                cursor: default;
                background: #ececec !important;
                color: #006070 !important;
            }

        #booking-bar ul li .select-container.location-dropdown .dropdown-ul li span.location i {
            margin-right: 10px;
        }

#booking-bar ul li .select-container.selected:after {
    content: '\f00c' !important;
}

#booking-bar ul li .btn {
    display: block;
    width: 100%;
    background: #930f3e;
    border: none;
}

.thinOne #booking-bar {
    background: none;
}

@media screen and (max-width: 75.0625em) {
    .thinOne #booking-bar {
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid #006070;
    }
}

.sticky-container {
    position: relative;
}

@media screen and (max-width: 39.9375em) {
    .sticky-container {
        height: auto !important;
    }
}

#home-search-form #search-tabs {
    text-align: center;
    margin-top: 40px;
    height: 50px;
}

    #home-search-form #search-tabs li {
        display: inline-block;
        margin: 0px 5px;
        -webkit-border-radius: 5px 5px 0px 0px;
        -moz-border-radius: 5px 5px 0px 0px;
        -ms-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        background: #e3e2e4;
        position: relative;
        bottom: 0px;
    }

        #home-search-form #search-tabs li.active {
            background: #2c94a7;
            padding-top: 9px;
        }

            #home-search-form #search-tabs li.active a {
                color: #ffffff;
            }

        #home-search-form #search-tabs li a {
            padding: 6px 20px;
            display: block;
            font-size: 1.25rem;
            color: #2c94a7;
        }

@media screen and (min-width: 40em) {
    #home-search-form #search-tabs li a {
        padding: 6px 40px;
    }
}

#home-search-form #booking-bar {
    padding: 20px 10px 0px 10px;
}

.thinOne #home-search-form #booking-bar {
    background: none;
}

#home-search-form.home-search #booking-bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 39.9375em) {
    #home-search-form.home-search #booking-bar .submit-column {
        width: 100%;
    }
}

#home-search-form.home-search #booking-bar #location_drop_down {
    left: 0px;
}

#home-search-form.home-search #booking-bar-options {
    display: block !important;
}

#home-search-form.home-search #booking-bar-trigger {
    display: none;
}

.select-container {
    position: relative;
    color: #006070;
    background: #ffffff;
}

    .select-container select, .select-container input {
        color: #006070;
        display: block;
        padding: 7px 30px 7px 14px !important;
        line-height: 18px;
        position: relative;
        cursor: pointer;
        font-size: 1rem;
        height: 46px;
        background: none;
        z-index: 100;
        margin-bottom: 0px;
        border: 1px solid #ececec;
        width: 100%;
    }

        .select-container select::placeholder, .select-container input::placeholder {
            color: #006070 !important;
        }

        .select-container select:placeholder-shown, .select-container input:placeholder-shown {
            color: #006070 !important;
        }

        .select-container select::-webkit-input-placeholder, .select-container input::-webkit-input-placeholder {
            color: #006070 !important;
        }

        .select-container select::-moz-placeholder, .select-container input::-moz-placeholder {
            color: #006070 !important;
        }

        .select-container select:-ms-input-placeholder, .select-container input:-ms-input-placeholder {
            color: #006070 !important;
        }

        .select-container select:-moz-placeholder, .select-container input:-moz-placeholder {
            color: #006070 !important;
        }

    .select-container:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #006070;
    }

    .select-container.calendar:after {
        content: '\f073' !important;
    }

    .select-container.location-dropdown {
        position: relative;
        height: 46px;
        text-align: left;
        cursor: pointer;
    }

        .select-container.location-dropdown .location-dropdown-initial {
            padding: 10px;
            width: 100%;
            display: block;
        }

        .select-container.location-dropdown .dropdown-ul {
            width: 100%;
            max-height: 265px;
            overflow-y: scroll;
            position: absolute;
            z-index: 105;
            top: 46px;
            background: #fff;
            border: 1px solid #ececec;
        }

@media screen and (min-width: 40em) {
    .select-container.location-dropdown .dropdown-ul {
        width: 300px;
        max-height: 400px;
    }
}

.select-container.location-dropdown .dropdown-ul li {
    margin: 0px;
}

    .select-container.location-dropdown .dropdown-ul li span {
        padding: 10px 10px 10px 20px;
        display: block;
    }

        .select-container.location-dropdown .dropdown-ul li span:hover {
            background: #006070 !important;
            color: #fff;
        }

        .select-container.location-dropdown .dropdown-ul li span.region {
            background: #dedede;
            font-weight: 600;
            padding-left: 10px;
        }

        .select-container.location-dropdown .dropdown-ul li span.county {
            background: #ececec;
            font-weight: normal;
            padding-left: 20px;
        }

            .select-container.location-dropdown .dropdown-ul li span.county:hover {
                cursor: default;
                background: #ececec !important;
                color: #006070 !important;
            }

        .select-container.location-dropdown .dropdown-ul li span.location i {
            margin-right: 10px;
        }

.select-container.selected:after {
    content: '\f00c' !important;
}

.breadcrumb-container {
    background: #f3f3f3;
    padding: 0px 10px;
    z-index: 1;
    position: relative;
}

    .breadcrumb-container .breadcrumb {
        padding: 12px .625rem;
    }

        .breadcrumb-container .breadcrumb li {
            float: left;
            font-size: 14px;
            color: #6a6a6a;
        }

            .breadcrumb-container .breadcrumb li a {
                color: #006070;
                font-weight: 400;
            }

            .breadcrumb-container .breadcrumb li:after {
                display: inline-block;
                content: '/';
                color: #6a6a6a;
                padding: 0px 7px;
            }

            .breadcrumb-container .breadcrumb li:last-child:after {
                display: none;
            }

.accordion {
    margin-bottom: 30px;
}

    .accordion .accordion-title {
        color: #006070;
        padding-right: 30px;
    }

        .accordion .accordion-title p {
            margin: 0;
        }

        .accordion .accordion-title:before {
            font-size: 1.875rem;
            margin-top: -0.9375rem;
        }

    .accordion .accordion-content p {
        margin: 0;
    }

#promobanner .row {
    max-width: 100%;
    width: 100%;
    margin: 0px;
}

#promobanner .columns {
    padding: 0px;
    margin: 0px;
}

#promobanner #promobannercontainer {
    z-index: 40000001;
    /*pinterest too high a zindex*/
}

#promobanner .promobanner {
    width: 100%;
    z-index: 40000001;
    font-weight:bold;
    /*pinterest too high a zindex*/
}

    #promobanner .promobanner.promo-red {
        background: #930f3e;
    }

        #promobanner .promobanner.promo-red a, #promobanner .promobanner.promo-red h1, #promobanner .promobanner.promo-red h2, #promobanner .promobanner.promo-red h3, #promobanner .promobanner.promo-red h4 {
            color: #fff;
        }

    #promobanner .promobanner.promo-green {
        background: #2c94a7;
    }

        #promobanner .promobanner.promo-green a, #promobanner .promobanner.promo-green h1, #promobanner .promobanner.promo-green h2, #promobanner .promobanner.promo-green h3, #promobanner .promobanner.promo-green h4 {
            color: #fff;
        }

    #promobanner .promobanner.promo-grey {
        background: #d2d2d2;
    }

        #promobanner .promobanner.promo-grey a, #promobanner .promobanner.promo-grey h1, #promobanner .promobanner.promo-grey h2, #promobanner .promobanner.promo-grey h3, #promobanner .promobanner.promo-grey h4, #promobanner .promobanner.promo-grey .terms {
            color: #3c3c3c !important;
        }

    #promobanner .promobanner .inner {
        padding: 15px 10px;
        text-align: center;
    }

        #promobanner .promobanner .inner h1, #promobanner .promobanner .inner h2, #promobanner .promobanner .inner h3, #promobanner .promobanner .inner h4 {
            font-weight: 700;
            display: inline-block;
        }

@media screen and (max-width: 39.9375em) {
    #promobanner .promobanner .inner h3 {
        font-size: 1.375rem;
    }
}

#promobanner .promobanner .inner .terms {
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 300;
    display: block;
    clear: both;
}

.motorhomePage .promobanner, .locationTaxonomyItem .promobanner {
    position: relative !important;
}

.socialblock {
    width: 100%;
    margin: 20px 0px;
}

@media screen and (min-width: 40em) {
    .socialblock {
        padding: 40px 0px;
    }
}

.socialblock .inner {
    padding: 20px;
    text-align: center;
}

    .socialblock .inner.grey-bg {
        background: #F6F6F6;
    }

    .socialblock .inner .social-left, .socialblock .inner .social-right {
        display: inline-block;
        vertical-align: middle;
    }

@media screen and (min-width: 40em) {
    .socialblock .inner .social-left {
        padding: 0px 30px 0px 0px;
    }
}

.socialblock .inner .social-left h4 {
    margin: 0px;
    color: #1B1A1A;
}

.socialblock .inner .social-left p {
    margin: 0px;
    color: #1B1A1A;
}

@media screen and (max-width: 39.9375em) {
    .socialblock .inner .social-right {
        padding: 10px 0px 0px 0px;
    }
}

.socialblock .inner .social-right p {
    margin: 0px;
}

    .socialblock .inner .social-right p i {
        font-size: 2.5rem;
        padding: 5px;
    }

.socialbar {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 40000000;
    /*pinterest too high a zindex*/
    -webkit-transition: bottom .5s ease-out;
    -moz-transition: bottom .5s ease-out;
    -o-transition: bottom .5s ease-out;
    transition: bottom .5s ease-out;
}

    .socialbar.scroll {
        bottom: 0px;
    }

    .socialbar.closed {
        bottom: -46px;
    }

        .socialbar.closed .minimise i {
            transform: rotate(180deg);
        }

    .socialbar.stay-closed {
        bottom: -46px !important;
    }

        .socialbar.stay-closed .minimise i {
            transform: rotate(180deg) !important;
        }

    .socialbar.berry-bg .inner, .socialbar.berry-bg .minimise {
        background: #930f3e;
    }

    .socialbar.teal-bg .inner, .socialbar.teal-bg .minimise {
        background: #2c94a7;
    }

    .socialbar .minimise {
        width: 30px;
        height: 20px;
        position: absolute;
        z-index: 40000001;
        top: -20px;
        right: 20px;
        text-align: center;
        -webkit-border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
    }

        .socialbar .minimise i {
            color: #ffffff;
            font-size: 14px;
            -webkit-transition: transform .8s ease-out;
            -moz-transition: transform .8s ease-out;
            -o-transition: transform .8s ease-out;
            transition: transform .8s ease-out;
        }

    .socialbar .inner {
        padding: 10px;
        text-align: center;
        position: relative;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    }

        .socialbar .inner a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
        }

        .socialbar .inner i {
            font-size: 26px;
        }

        .socialbar .inner h4 {
            font-size: 18px;
        }

        .socialbar .inner p {
            font-size: 14px;
            line-height: 18px;
        }

@media screen and (max-width: 39.9375em) {
    .socialbar .inner p {
        display: none;
    }
}

.socialbar .inner * {
    display: inline-block;
    vertical-align: bottom;
    margin: 5px;
    color: #ffffff;
}

.ugc-pin {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 105;
}

    .ugc-pin.open .ugc-pin-container {
        display: block;
    }

    .ugc-pin.open .ugc-pin-icon {
        background-image: url("/static/ui/css/img/close-ugc.svg");
    }

.ugc-pin-icon {
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 50%;
    background: center center no-repeat url("/static/ui/css/img/white-ugc.svg"), #2c94a7;
    cursor: pointer;
}

.ugc-pin-container {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: #ffffff;
    width: max-content;
    max-width: 320px;
    padding: 6px 20px 6px 10px;
    color: #1b1a1a;
    text-align: left;
    z-index: -1;
    border-radius: 3px;
}

.ugc-pin-location {
    font-weight: bold;
}

.ugc-pin span {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto !important;
}

.ugc-image-content {
    position: relative;
}

.signpost .inner h3 {
    font-size: 1.875rem;
    margin: 0;
}

.medium-4 .signpost .inner h3 {
    font-size: 1.5rem;
}

.signpost .inner .content {
    max-width: 63.125rem;
    margin: 0 auto;
}

    .signpost .inner .content :first-child {
        margin-top: 0;
    }

    .signpost .inner .content :last-child {
        margin-bottom: 0;
    }

.signpost .inner .image-content {
    overflow: hidden;
    position: relative;
}

    .signpost .inner .image-content a, .signpost .inner .image-content span {
        display: block;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 100%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

@supports (background-size: cover) {
    .signpost .inner .image-content a, .signpost .inner .image-content span {
        background-size: cover;
    }
}

.row-2-column .signpost .inner .image-content a, .row-2-column .signpost .inner .image-content span {
    height: 272px;
}

.signpost .inner .image-content a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.signpost.default, .signpost.hero {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    color: #ffffff;
    display: table;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

@supports (background-size: cover) {
    .signpost.default, .signpost.hero {
        background-size: cover;
    }
}

.signpost.default .inner, .signpost.hero .inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

    .signpost.default .inner h1, .signpost.default .inner h2, .signpost.default .inner h3, .signpost.default .inner p, .signpost.hero .inner h1, .signpost.hero .inner h2, .signpost.hero .inner h3, .signpost.hero .inner p {
        color: inherit;
    }

@media screen and (min-width: 40em) {
    .signpost.default .inner h1 + h2, .signpost.hero .inner h1 + h2 {
        margin-top: -10px;
    }
}

.signpost.default .inner p, .signpost.hero .inner p {
    font-size: 1.5rem;
    margin: 25px 0;
}

.signpost.default .inner .btn, .signpost.hero .inner .btn {
    border-color: #ffffff;
    background: none;
    color: #ffffff;
}

.signpost.default {
    min-height: 470px;
    height: 470px;
}

@media screen and (min-width: 40em) {
    .signpost.default .inner h2 {
        font-size: 2.875rem;
    }
}

.signpost.hero {
    min-height: 370px;
    height: 370px;
    background-attachment: scroll;
}

    .signpost.hero.homeSearch {
        min-height: 550px;
        height: 550px;
    }

@media screen and (min-width: 75.0625em) {
    @supports (background-attachment: fixed) {
        .signpost.hero {
            background-attachment: fixed;
        }
    }
}

.signpost.hero .inner h2 {
    font-size: 1.75rem;
}

.carousel .signpost .inner {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 40em) {
    .carousel .signpost .inner h2 {
        font-size: 2.375rem;
    }
}

.signpost.listing-item {
    margin-bottom: 20px;
}

    .signpost.listing-item .inner {
        background: #f0f0f0;
    }

        .signpost.listing-item .inner p {
            font-size: 0.9375rem;
            margin: 25px 0;
        }

        .signpost.listing-item .inner h4 {
            margin-top: 20px;
            font-weight: 400;
            color: #930f3e;
        }

        .signpost.listing-item .inner .image-content a {
            height: 180px;
        }

        .signpost.listing-item .inner .content {
            padding: 25px;
        }

.signpost.news-item .inner p {
    margin: 0;
    font-weight: 800;
    font-size: 0.875rem;
}

.signpost.news-item .inner h3 {
    font-size: 1.125rem;
    color: #930f3e;
    text-transform: unset;
    margin: 15px 0 20px;
}

.signpost.available-item .inner h3 {
    font-size: 1.125rem;
}

    .signpost.available-item .inner h3 strong {
        display: block;
    }

.signpost.search-result {
    margin-bottom: 20px;
}

    .signpost.search-result .inner {
        padding: 25px;
        background: #ffffff;
    }

        .signpost.search-result .inner h2 {
            font-size: 1.875rem;
        }

        .signpost.search-result .inner h3 {
            font-size: 1.5rem;
            margin-top: 10px;
        }

        .signpost.search-result .inner p {
            margin: 0 0 20px;
        }

@media screen and (min-width: 40em) {
    .signpost.search-result .inner p {
        margin: 0;
    }
}

.signpost.search-result .inner .content p {
    font-size: 0.9375rem;
    margin: 25px 0;
}

@media screen and (min-width: 40em) {
    .signpost.search-result .inner .content .btn {
        margin-top: 10px;
    }
}

@media screen and (min-width: 75.0625em) {
    .signpost.search-result .inner figure {
        text-align: right;
    }
}

@media screen and (max-width: 39.9375em) {
    .signpost.search-result .inner figure img {
        margin-top: 10px;
    }
}

.signpost.image-left, .signpost.image-right {
    background: #f0f0f0;
    padding: 0;
}

    .signpost.image-left .inner .content, .signpost.image-right .inner .content {
        padding: 10px;
    }

@media screen and (min-width: 40em) {
    .signpost.image-left .inner .content, .signpost.image-right .inner .content {
        padding: 50px;
    }
}

@media screen and (min-width: 75em) {
    .signpost.image-left .inner .content, .signpost.image-right .inner .content {
        padding: 100px;
    }
}

@media screen and (max-width: 39.9375em) {
    .signpost.image-left .inner .image-content, .signpost.image-right .inner .image-content {
        padding: 10px;
        height: 300px !important;
    }
}

.signpost figcaption {
    position: absolute;
    font-size: 0.75rem !important;
    bottom: 10px;
    right: 15px;
    margin: 0 !important;
    text-shadow: 1px 1px 1px #000;
    font-style: italic;
    color: #ffffff;
}

.signpost-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 75.0625em) {
    .signpost-bg {
        top: -159px;
        height: calc(100% + 318px);
    }
}

.carousel .orbit-bullets {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 20px 0;
}

@media screen and (min-width: 75.0625em) {
    .carousel .orbit-bullets {
        margin: 38px 0;
    }
}

.carousel .orbit-bullets button {
    border: 2px solid #ffffff;
    background: transparent;
}

    .carousel .orbit-bullets button.is-active, .carousel .orbit-bullets button:hover {
        background: #ffffff;
    }

.carousel .orbit-previous, .carousel .orbit-next {
    /*margin-top:-29px;*/
    text-indent: -9999em;
    width: 29px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0;
}

@media screen and (max-width: 39.9375em) {
    .carousel .orbit-previous, .carousel .orbit-next {
        display: none;
    }
}

.carousel .orbit-previous {
    background: url(img/orbit-left.png);
    left: 20px;
}

.carousel .orbit-next {
    background: url(img/orbit-right.png);
    right: 20px;
}

.orbit figure {
    position: relative;
}

    .orbit figure figcaption {
        position: absolute;
        font-size: 0.75rem !important;
        bottom: 10px;
        right: 15px;
        margin: 0 !important;
        text-shadow: 1px 1px 1px #000;
        font-style: italic;
        color: #ffffff;
        width: 93%;
        text-align: right;
    }

.orbit .orbit-bullets {
    margin: 20px 0;
}

.latestnews {
    padding: 30px 0;
}

@media screen and (min-width: 40em) {
    .latestnews {
        padding: 45px 0;
    }
}

.latestnews header {
    padding-bottom: 30px;
    position: relative;
}

@media screen and (min-width: 40em) {
    .latestnews header {
        padding-bottom: 45px;
    }
}

.latestnews header a {
    line-height: 2.5rem;
    font-weight: 700;
    font-size: 1rem;
    color: #930f3e;
    display: block;
}

@media screen and (min-width: 40em) {
    .latestnews header a {
        position: absolute;
        top: 0;
        right: 0;
        background: #ffffff;
        padding-left: 20px;
        padding-right: 10px;
    }

        .latestnews header a:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            color: #f6abc6;
        }
}

.accommodation-detail {
    padding: 30px 0 0;
    margin-bottom: -25px;
}

    .accommodation-detail h1 {
        font-size: 3rem;
    }

#accommodationSpec h3 {
    color: #930f3e;
}

#accommodationSpec .sleeps {
    color: #006070;
    margin-top: 10px;
}

#accommodationSpec .facility-list {
    margin-top: 30px;
}

    #accommodationSpec .facility-list li {
        margin-top: 10px;
    }

        #accommodationSpec .facility-list li .columns {
            display: table-cell;
            vertical-align: middle;
            float: none;
            margin: 0;
            font-size: 0.8125rem;
            line-height: 1.125rem;
            color: #006070;
            font-weight: 600;
        }

        #accommodationSpec .facility-list li p {
            font-size: 0.8125rem;
            margin: 0;
        }

#floor-plan-modal, div[id^="floor-plan-modal-"] {
    overflow-y: scroll;
    overflow-x: hidden;
    width: fit-content;
    height: calc(100vh - 15px);
    max-height: 700px;
    border-radius: 5px;
}

    #floor-plan-modal::-webkit-scrollbar, div[id^="floor-plan-modal-"]::-webkit-scrollbar {
        display: none;
    }

    #floor-plan-modal .columns, div[id^="floor-plan-modal-"] .columns {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        #floor-plan-modal .columns h3, div[id^="floor-plan-modal-"] .columns h3 {
            margin-bottom: 10px;
        }

    #floor-plan-modal .orbit .orbit-previous, #floor-plan-modal .orbit .orbit-next, div[id^="floor-plan-modal-"] .orbit .orbit-previous, div[id^="floor-plan-modal-"] .orbit .orbit-next {
        background-color: rgba(10, 10, 10, 0.5);
    }

    #floor-plan-modal .orbit .orbit-image, div[id^="floor-plan-modal-"] .orbit .orbit-image {
        object-fit: contain;
        padding: 0 50px;
        height: calc(100vh - 200px);
        max-height: 500px;
    }

    #floor-plan-modal .orbit .orbit-bullets, div[id^="floor-plan-modal-"] .orbit .orbit-bullets {
        margin-bottom: 0;
    }

.accommodation-results .row {
    display: flex;
    flex-flow: row wrap;
}

.anytime__heading, .anytime__heading--left {
    color: #000 !important;
    font-size: 1.25rem;
}

.anytime__heading--left {
    margin: 10px 0;
}

@media screen and (max-width:75.0625em) {
    .anytime__heading--left strong {
        display: block;
    }
}

@media screen and (min-width: 40em) {
    .anytime__heading--left {
        margin: 0;
        text-align: right;
    }
}

.anytime__between {
    justify-content: space-between;
    align-items: center;
}

.anytime__disabled {
    background: #e0c8d0;
    border-color: #e0c8d0;
    color: #930f3e;
    pointer-events: none;
}

.anytime__future {
    margin-top: 10px !important;
    background: #cadde0;
    border-color: #cadde0;
    color: #026171;
}

.locationTaxonomyItem #booking-bar.is-stuck {
    position: relative;
}

#LocationPage {
    position: relative;
}

    #LocationPage .orbit-image {
        opacity: 0;
        -webkit-transition: opacity 500ms ease-out;
        -moz-transition: opacity 500ms ease-out;
        -o-transition: opacity 500ms ease-out;
        transition: opacity 500ms ease-out;
    }

        #LocationPage .orbit-image.loaded {
            opacity: 1;
        }

.location-detail {
    padding: 0 0 30px;
}

    .location-detail header {
        padding: 30px 0;
    }

        .location-detail header.location-header p {
            color: #006070;
        }

            .location-detail header.location-header p span {
                margin: 0px 5px;
            }

        .location-detail header.location-header .map {
            margin-left: 10px;
        }

    .location-detail .trip-advisor {
        padding-top: 36px;
        padding-left: 20px;
    }

@media only screen and (max-width: 1090px) {
    .location-detail .trip-advisor p {
        display: none;
    }
}

.location-detail .details p {
    text-align: left;
    margin: 0px 0px 10px 0px;
}

    .location-detail .details p strong {
        color: #006070;
    }

.location-detail .whystay {
    padding: 20px 0px;
}

    .location-detail .whystay h4 {
        font-size: 1.25rem;
        color: #006070;
        margin-bottom: 5px;
    }

    .location-detail .whystay p {
        margin: 0px;
    }

@media only screen and (max-width: 965px) and (min-width: 640px) {
    .location-detail .available-accomodation-list {
        width: 100% !important;
        text-align: center;
    }

        .location-detail .available-accomodation-list li {
            width: 23% !important;
            float: none;
            display: inline-block !important;
            margin-left: 2% !important;
        }

            .location-detail .available-accomodation-list li .columns {
                text-align: center;
                width: 100%;
                display: block !important;
            }

                .location-detail .available-accomodation-list li .columns img {
                    float: none;
                }

            .location-detail .available-accomodation-list li:first-child {
                margin-left: 0 !important;
            }
}

.location-detail .available-accomodation-list li {
    margin-bottom: 20px;
    display: table;
    width: 100%;
    background: #f0f0f0;
    padding: 15px 15px 15px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .location-detail .available-accomodation-list li {
        padding: 15px;
    }
}

.location-detail .available-accomodation-list li .columns {
    /*display: table-cell;
                vertical-align: middle;*/
    min-height: 50px;
}

    .location-detail .available-accomodation-list li .columns figure img {
        max-height: 27px;
    }

@media only screen and (max-width: 768px) {
    .location-detail .available-accomodation-list li .columns {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

        .location-detail .available-accomodation-list li .columns p {
            margin-bottom: 10px;
        }
}

@media only screen and (min-width: 768px) {
    .location-detail .available-accomodation-list li .columns.medium-10 {
        display: table;
    }

        .location-detail .available-accomodation-list li .columns.medium-10 p {
            display: table-cell;
            vertical-align: middle;
        }

    .location-detail .available-accomodation-list li .columns figure {
        display: table;
        width: 100%;
        text-align: center;
    }

        .location-detail .available-accomodation-list li .columns figure img {
            display: inline-block;
            margin: 11px 0px;
            max-height: 27px;
        }
}

.location-detail .available-accomodation-list li p {
    margin: 0px;
    font-size: 0.9375rem;
    line-height: 1;
    color: #930f3e;
}

@media screen and (min-width: 40em) {
    .location-detail .available-accomodation-list li p {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 640px) {
    .location-detail .available-accomodation-list li p {
        font-size: 0.8125rem;
    }
}

.location-detail .btn {
    display: block;
    width: 100%;
}

.location-detail h5.activity-header {
    margin: 0;
}

.location-detail .icon {
    height: 30px;
    margin-right: 20px;
    vertical-align: middle;
}

.tall-things {
    height: 100%;
}

    .tall-things .accommodation-block {
        height: 100%;
    }

    .tall-things .anytime-search-result {
        height: 100%;
    }

    .tall-things .row {
        height: 100%;
        flex-flow: column;
    }

    .tall-things .fill-remain {
        height: 100%;
        flex: 1;
    }

    .tall-things .anytime-result-content {
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

        .tall-things .anytime-result-content .fill-remain {
            margin-bottom: -20px;
        }

.accommodation-block {
    margin: 20px 0px;
}

@media only screen and (max-width: 768px) {
    .accommodation-block .accommodation-block-price, .accommodation-block .accommodation-block-title {
        width: 100%;
        display: block;
    }
}

.accommodation-block .anytime-result-image {
    height: 180px;
    overflow: hidden;
}

.anytime__search-disb .accommodation-block .anytime-result-image {
    opacity: 0.4;
}

.accommodation-block .anytime-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accommodation-block .anytime-result-content {
    background: #f8f8f8;
    padding: 20px;
}

.anytime__search-disb .accommodation-block .anytime-result-content {
    background: none;
}

    .anytime__search-disb .accommodation-block .anytime-result-content > .row {
        opacity: 0.4;
    }

.accommodation-block .anytime-result-content img {
    margin: 0px 5px;
    height: 30px;
}

.accommodation-block .anytime-result-content h3 {
    font-size: 2.1875rem;
}

    .accommodation-block .anytime-result-content h3 span {
        color: #930f3e;
        font-size: 1.75rem;
    }

@media only screen and (max-width: 1024px) {
    .accommodation-block .anytime-result-content h3 span {
        font-size: 1.4375rem;
    }
}

.accommodation-block .anytime-result-content p {
    margin: 10px 0px;
}

    .accommodation-block .anytime-result-content p.sleeps {
        color: #006070;
    }

.accommodation-block .anytime-result-content .ctas {
    margin-top: 20px;
}

    .accommodation-block .anytime-result-content .ctas .btn {
        width: 100%;
    }

.accommodation-block .medium-4 figure {
    height: 340px;
    width: 100%;
    position: relative;
}

@media screen and (min-width: 75.0625em) {
    .accommodation-block .medium-4 figure {
        max-height: 340px;
    }
}

@media screen and (max-width: 39.9375em) {
    .accommodation-block .medium-4 figure {
        height: 200px;
    }
}

.accommodation-block .medium-4 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accommodation-block .medium-8 {
    display: table;
    background: #f8f8f8;
    padding: 20px !important;
}

    .accommodation-block .medium-8 .inner {
        display: table-cell;
        vertical-align: middle;
    }

        .accommodation-block .medium-8 .inner h3 {
            font-size: 2.1875rem;
        }

            .accommodation-block .medium-8 .inner h3 span {
                color: #930f3e;
                font-size: 1.75rem;
            }

@media only screen and (max-width: 1024px) {
    .accommodation-block .medium-8 .inner h3 span {
        font-size: 1.4375rem;
    }
}

.accommodation-block .medium-8 .inner .camc {
    margin: 0px 5px;
    height: 35px;
}

.accommodation-block .medium-8 .inner .accommodation-block-facilities {
    clear: both;
}

    .accommodation-block .medium-8 .inner .accommodation-block-facilities img {
        margin: 10px 5px;
        height: 30px;
    }

.accommodation-block .medium-8 .inner .info-text {
    margin: 10px 0px;
}

@media only screen and (max-width: 768px) {
    .accommodation-block .medium-8 .inner .info-text {
        font-size: 12PX;
    }
}

.accommodation-block .medium-8 .inner .ctas {
    margin-top: 20px;
}

    .accommodation-block .medium-8 .inner .ctas .btn {
        margin: 20px 0px 0px 0px;
    }

@media screen and (min-width: 40em) {
    .accommodation-block .medium-8 .inner .ctas .btn {
        margin: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .accommodation-block .medium-8 .inner .ctas .btn {
        padding: 12px 20px;
    }
}

@media screen and (max-width: 39.9375em) {
    .accommodation-block .medium-8 .inner .ctas .btn {
        width: 100%;
    }
}

.accommodation-block .medium-8 .inner .ctas .btn.camc-btn {
    opacity: 1 !important;
    padding: 17px 20px;
}

@media only screen and (max-width: 1150px) {
    .accommodation-block .medium-8 .inner .ctas .btn.camc-btn {
        width: 100%;
        margin-top: 20px;
    }
}

.accommodation-block .medium-8 .inner .ctas .btn.outlined {
    background: none;
    border: 2px solid #006070;
    color: #006070;
}

.accommodation-block .medium-8 .inner .accommodation-block-price {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .accommodation-block .medium-8 .inner .accommodation-block-price {
        text-align: left;
    }
}

.accomodation-block__header-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.accomodation-block__data {
    display: none;
    width: 275px;
    position: absolute;
    z-index: 99;
    bottom: 55px;
    left: 50%;
    text-align: left;
    border-radius: 4px;
    border: 2px solid #006070;
    background: white;
    color: #006070;
    font-size: 0.8125rem !important;
    line-height: 1.2;
    padding: 15px;
}

    .accomodation-block__data .btn {
        margin-top: 15px;
    }

    .accomodation-block__data::after {
        content: "";
        border: 10px solid transparent;
        border-top-color: #006070;
        position: absolute;
        bottom: -20px;
    }

.accomodation-block__tooltip {
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    border: 2px solid #006070;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    text-align: center;
    font-size: 1.4rem !important;
    line-height: 1;
    font-weight: bold;
    margin-left: 15px;
}

    .accomodation-block__tooltip:hover {
        cursor: help;
    }

        .accomodation-block__tooltip:hover + .accomodation-block__data {
            display: block;
        }

.anytime__search-disb .accomodation-block__tooltip {
    pointer-events: none;
}

.wrapper {
    background: white;
    color: #555;
    cursor: help;
    font-size: 20px;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    z-index: 99;
    min-width: 30px;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border-radius: 50%;
    border: 2px solid #006070;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

    .wrapper .tooltip {
        bottom: 100%;
        display: flex;
        flex-flow: column;
        text-align: left;
        left: -124px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 325px;
        transform: translateY(10px);
        transition: all .25s ease-out;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        border-radius: 6px;
        border: 2px solid #006070;
        background: white;
        color: #006070;
        font-size: 0.8125rem !important;
        line-height: 1.2;
        font-weight: normal;
        padding: 15px;
    }

        .wrapper .tooltip .btn {
            padding: 10px 15px;
            font-size: 0.8125rem !important;
            margin: 0 auto 0 0;
        }

        .wrapper .tooltip p {
            margin-top: 0;
        }

            .wrapper .tooltip p:last-of-type {
                margin-bottom: 0;
            }

        .wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .wrapper .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #006070 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: calc(50% - 25px);
            position: absolute;
            width: 0;
            transform: translate(-50%, 0);
        }

    .wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0px);
    }

.anytime__search-disb .wrapper {
    pointer-events: none;
}

.accommodation-carousel {
    position: relative;
}

    .accommodation-carousel .orbit-controls button {
        margin-top: -25px;
        background: rgba(0, 0, 0, 0.2);
        height: 50px;
        width: 50px;
        display: none;
    }

@media screen and (max-width: 39.9375em) {
    .accommodation-carousel .orbit-controls button {
        top: 150px;
    }
}

@media only screen and (min-width: 1320px) {
    .accommodation-carousel .orbit-controls button {
        display: block;
    }

    .accommodation-carousel .orbit-controls .orbit-previous {
        left: -60px;
    }

    .accommodation-carousel .orbit-controls .orbit-next {
        right: -60px;
    }
}

.accommodation-carousel .orbit-slide {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#overview-nav {
    top: -64px !important;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
    /*pinterest too high a zindex*/
}

    #overview-nav.show-overview {
        opacity: 1;
        z-index: 40000000;
    }

@media only screen and (max-width: 1097px) {
    #overview-nav {
        display: none;
    }
}

#overview-bar {
    background: #006070;
    width: 100%;
    z-index: 99;
    /*pinterest too high a zindex*/
    -webkit-transition: top 500ms ease-out;
    -moz-transition: top 500ms ease-out;
    -o-transition: top 500ms ease-out;
    transition: top 500ms ease-out;
    top: -10px !important;
}

    #overview-bar.is-stuck {
        top: 0px !important;
    }

@media only screen and (max-width: 1225px) {
    #overview-bar {
        padding: 0px 5px;
    }
}

#overview-bar li {
    float: left;
}

    #overview-bar li a {
        padding: 20px;
        display: block;
        color: #fff;
    }

        #overview-bar li a.is-active {
            background: #267885;
        }

        #overview-bar li a i {
            margin-right: 10px;
        }

#overview-bar .trip-advisor {
    padding-top: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    #overview-bar .trip-advisor {
        display: none;
    }
}

#overview-bar .trip-advisor a {
    color: #fff;
}

@media only screen and (max-width: 1090px) {
    #overview-bar .trip-advisor p {
        display: none;
    }
}

.trip-advisor .ta-logo {
    width: 37px;
    margin-right: 10px;
    float: left;
}

.trip-advisor p {
    margin: 0px;
    display: inline-block;
    text-align: right;
    float: right;
}

.trip-advisor .cdsROWContainer, .trip-advisor .cdsROW.wide {
    height: auto !important;
    width: auto !important;
}

.trip-advisor .TA_cdsratingsonlywide {
    float: right !important;
}

    .trip-advisor .TA_cdsratingsonlywide img {
        display: none !important;
    }

.trip-advisor .cdsROW {
    background: none !important;
}

    .trip-advisor .cdsROW .cdsLocName, .trip-advisor .cdsROW .logo {
        display: none !important;
    }

    .trip-advisor .cdsROW .cdsRating {
        padding-right: 0px !important;
    }

        .trip-advisor .cdsROW .cdsRating .ui_bubble_rating {
            font-size: 22px !important;
        }

        .trip-advisor .cdsROW .cdsRating span:last-child {
            display: none !important;
        }

.strikethrough h2 {
    color: #000 !important;
    font-size: 1.25rem;
}

.search-refine {
    margin-bottom: 40px;
    margin-top: 25px;
}

@media (max-width: 769px) {
    .search-refine {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.search-refine h4 {
    margin-bottom: 20px;
    color: #000000 !important;
}

.search-refine__toggle {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

@media (max-width: 769px) {
    .search-refine__toggle {
        justify-content: center;
    }

        .search-refine__toggle h1 {
            text-align: center;
        }
}

.search-refine__toggle hr {
    width: 100%;
}

@media (max-width: 769px) {
    .search-refine__toggle-wrap {
        margin-top: 20px;
    }
}

.search-refine__toggle-wrap button {
    padding: 12px 20px;
    background: #e6eff1;
    border-radius: 5px;
}

    .search-refine__toggle-wrap button i {
        margin-right: 5px;
        color: #006070;
    }

    .search-refine__toggle-wrap button.active {
        background: #006070;
        color: #fefefe;
    }

        .search-refine__toggle-wrap button.active i {
            color: #fefefe;
        }

    .search-refine__toggle-wrap button:not(:last-of-type) {
        margin-right: 20px;
    }

.search-refine__heading {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 760px) {
    .search-refine__heading:after {
        content: "\f078";
        font-family: FontAwesome;
        transition: transform 0.2s ease-in-out;
    }

    .showToggle .search-refine__heading:after {
        transform: scaleY(-1);
    }
}

@media (max-width: 760px) {
    .search-refine__filters {
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.2s ease-in-out;
        margin-bottom: 20px;
    }

    .showToggle .search-refine__filters {
        max-height: 1200px;
        overflow-y: auto;
    }
}

.search-refine .search-refine-item {
    width: 100%;
    clear: both;
    display: block;
    margin: 10px 0px;
}

    .search-refine .search-refine-item label {
        line-height: 1.0625rem;
        float: left;
    }

        .search-refine .search-refine-item label:before {
            content: '';
            width: 20px;
            height: 20px;
            display: inline-block;
            top: 0px;
            left: 0px;
            border: 2px solid #006070;
            background: transparent;
            line-height: 1.0625rem;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .search-refine .search-refine-item label input[type=checkbox] {
            visibility: hidden;
            display: none;
        }

        .search-refine .search-refine-item label.checked:before {
            background: #006070;
            color: #ffffff;
            content: "\f00c";
            font-family: FontAwesome;
            text-align: center;
            line-height: 1.0625rem;
        }

        .search-refine .search-refine-item label.checked.inter:before {
            content: "\f068";
        }

    .search-refine .search-refine-item span {
        margin-left: 20px;
    }

        .search-refine .search-refine-item span i {
            margin-left: 10px;
        }

.location-results {
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f8f8;
}

@media only screen and (max-width: 769px) {
    .location-results .location-accommodation, .location-results .location-image {
        width: 100%;
    }

        .location-results .location-image figure {
            height: 200px !important;
        }
}

.location-results .location-header {
    margin-bottom: 20px;
}

    .location-results .location-header h2 {
        font-size: 2.1875rem;
    }

        .location-results .location-header h2 a {
            color: #006070 !important;
            font-weight: 800;
        }

    .location-results .location-header p {
        color: #006070;
    }

.location-results__row {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
}

@media only screen and (min-width: 769px) {
    .location-results__row {
        flex-flow: row nowrap;
    }
}

.location-results__button, .location-results__button--map {
    margin: 0;
}

@media (max-width: 769px) {
    .location-results__button, .location-results__button--map {
        max-width: calc(50% - 7.5px);
        padding: 17px 10px;
    }
}

.location-results__button.btn, .btn.location-results__button--map {
    margin: 0;
}

.location-results__button--map {
    display: flex;
    align-items: center;
    background: #e6eff1;
    color: #006070;
    border-color: transparent;
}

    .location-results__button--map.btn {
        margin-right: 10px;
    }

    .location-results__button--map i {
        font-size: 1.2rem;
        margin-right: 10px;
    }

.location-results__button_wrap {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 760px) {
    .location-results__button_wrap {
        justify-content: space-between;
    }
}

.location-results figure {
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .location-results figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .location-results figure figcaption {
        position: absolute;
        bottom: 10px;
        right: 15px;
        margin: 0 !important;
        font-size: .75rem !important;
        text-shadow: 1px 1px 1px #000;
        font-style: italic;
        color: #fff;
    }

.location-results .available-accomodation-count {
    padding: 10px 0px;
    margin-bottom: 20px;
    border-top: 1px solid #d8d9d9;
    border-bottom: 1px solid #d8d9d9;
    line-height: 0.0625rem;
}

    .location-results .available-accomodation-count .available-accomodation-item {
        margin: 5px 0px;
    }

        .location-results .available-accomodation-count .available-accomodation-item .available-accomodation-item--img {
            text-align: center;
        }

            .location-results .available-accomodation-count .available-accomodation-item .available-accomodation-item--img img {
                display: inline-block;
                height: 27px;
                margin: 5px 0px;
            }

        .location-results .available-accomodation-count .available-accomodation-item .available-accomodation-item--text {
            display: table;
            min-height: 37px;
        }

            .location-results .available-accomodation-count .available-accomodation-item .available-accomodation-item--text p {
                display: table-cell;
                vertical-align: middle;
                color: #006070;
                line-height: 1.2;
                font-size: 0.8125rem;
            }

@media only screen and (max-width: 640px) {
    .location-results .available-accomodation-count .available-accomodation-item .available-accomodation-item--text p {
        text-align: center;
    }
}

.location-results .details {
    margin-bottom: 20px;
}

    .location-results .details p {
        text-align: left;
        margin: 0px 0px 10px 0px;
    }

        .location-results .details p strong {
            color: #006070;
        }

.location-preloader {
    margin: 20px auto;
    display: block;
    width: 40px;
}

    .location-preloader i {
        color: #006070;
        font-size: 1.875rem;
    }

#map {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#mapContainer {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin-bottom: 40px;
}

@media (max-width: 769px) {
    #mapContainer {
        padding-top: 170%;
    }
}

@media (max-width: 425px) {
    #mapContainer {
        padding-top: 185%;
    }
}

#locListingContainer {
    position: relative;
    -webkit-transition: 0.25s linear !important;
    -moz-transition: 0.25s linear !important;
    -ms-transition: 0.25s linear !important;
    -o-transition: 0.25s linear !important;
    transition: 0.25s linear !important;
    overflow: hidden;
}

    #locListingContainer.loading {
        pointer-events: none;
    }

        #locListingContainer.loading:before {
            content: '';
            background: rgba(255, 255, 255, 0.8);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 99999px;
            z-index: 1;
        }

        #locListingContainer.loading:after {
            content: url(/static//ui/icons/ajax-loader.gif);
            position: absolute;
            top: 100px;
            margin-top: -36px;
            margin-left: -36px;
            left: 50%;
            z-index: 2;
        }

.contactform {
    background: #f0f0f0;
    padding: 20px;
}

@media screen and (min-width: 40em) {
    .contactform {
        padding: 40px;
    }
}

.contactform .row {
    margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
    .contactform .row .columns:first-of-type {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 40em) {
    .contactform .row {
        margin-bottom: 20px;
    }
}

.contactform .row:last-of-type {
    margin-bottom: 0;
}

.contactform label {
    font-size: 0.9375rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contactform input[type=text] {
    margin-bottom: 10px !important;
}

.contact-checkbox-item {
    display: block;
    margin: 10px 0px;
}

    .contact-checkbox-item label {
        line-height: 1.0625rem;
        padding-left: 30px;
        position: relative;
    }

        .contact-checkbox-item label:before {
            content: '';
            width: 20px;
            height: 20px;
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            border: 2px solid #006070;
            background: transparent;
            line-height: 1.0625rem;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            font-family: FontAwesome;
            vertical-align: top;
        }

        .contact-checkbox-item label input[type=checkbox] {
            visibility: hidden;
            display: none;
            vertical-align: top;
        }

        .contact-checkbox-item label.checked:before {
            background: #006070;
            color: #ffffff;
            content: "\f00c";
            font-family: FontAwesome;
            text-align: center;
            line-height: 1.0625rem;
            vertical-align: top;
        }

    .contact-checkbox-item span {
        vertical-align: top;
        line-height: 1.25rem;
        font-weight: normal;
    }

    .contact-checkbox-item.error label:before {
        border: 2px solid #cc4b37 !important;
    }

.news-detail {
    padding: 30px 0;
}

@media screen and (min-width: 40em) {
    .news-detail {
        padding: 45px 0;
    }
}

.news-detail header {
    padding: 30px 0;
    margin-bottom: 30px;
}

.news-detail .news-header {
    width: 100%;
    float: right;
    padding-bottom: 20px;
}

    .news-detail .news-header .back {
        float: left;
    }

    .news-detail .news-header .sharethis-inline-share-buttons {
        float: right;
    }

        .news-detail .news-header .sharethis-inline-share-buttons .st-btn {
            display: inline-block !important;
        }

#tourPage {
    position: relative;
}

    #tourPage #overview-nav {
        top: 0px !important;
        opacity: 1;
    }

        #tourPage #overview-nav.show-overview {
            opacity: 1;
            z-index: 40000000;
        }

        #tourPage #overview-nav #overview-bar {
            top: 0px !important;
        }

            #tourPage #overview-nav #overview-bar li a {
                padding: 20px 16px;
            }

    #tourPage .tour-overview {
        padding: 40px 0px;
    }

        #tourPage .tour-overview h2 {
            font-weight: 300;
            margin-bottom: 15px;
        }

        #tourPage .tour-overview .btn {
            margin-top: 20px;
        }

    #tourPage .tour-detail {
        padding: 0px 0px 25px 0px;
    }

        #tourPage .tour-detail img {
            display: inline-block;
            margin-right: 10px;
        }

        #tourPage .tour-detail h4 {
            font-weight: 300;
            display: inline-block;
            color: #000;
            vertical-align: text-top;
        }

@media screen and (max-width: 39.9375em) {
    #tourPage .tour-detail h4 {
        font-size: 1.125rem;
    }
}

#tourPage .tour-detail h4 strong {
    font-weight: 600;
}

#tourPage #tour-map h3 {
    margin-bottom: 20px;
}

#tourPage #tour-map iframe {
    width: 100% !important;
}

#tourPage .tour-stop {
    padding: 30px 0px;
    border-bottom: 1px solid #cdcdcd;
}

    #tourPage .tour-stop .stop-details {
        padding: 20px 0px;
    }

        #tourPage .tour-stop .stop-details p {
            margin: 0px;
        }

            #tourPage .tour-stop .stop-details p.stop-address {
                margin: 20px 0px;
            }

            #tourPage .tour-stop .stop-details p.stop-email {
                margin-bottom: 20px;
            }

        #tourPage .tour-stop .stop-details .stop-overview p {
            margin: 15px 0px;
        }

#tourPage .stop-quotes {
    padding: 30px 0px;
}

    #tourPage .stop-quotes figure {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        overflow: hidden;
    }

    #tourPage .stop-quotes p {
        margin: 0px 0px 10px 0px;
    }

        #tourPage .stop-quotes p.quote {
            color: #2c94a7;
            font-size: 1.1875rem;
        }

        #tourPage .stop-quotes p.small {
            font-size: 0.75rem !important;
            color: #000;
        }

#tourPage .highlights h3 {
    margin-bottom: 20px;
}

#tourPage .things-to-do img {
    margin: 15px 0px;
}

#tourPage .things-to-do h3 {
    margin-bottom: 20px;
}

#tourPage .things-to-do p {
    margin: 10px 0px;
}

#tourPage .splitter-toggle {
    color: #930f3e;
}

#tourPage .tour-highlight-img {
    position: relative;
}

    #tourPage .tour-highlight-img figcaption {
        position: absolute;
        bottom: 10px;
        right: 15px;
        margin: 0 !important;
        font-size: .75rem !important;
        text-shadow: 1px 1px 1px #000;
        font-style: italic;
        color: #fff;
    }

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media print {
    header, footer {
        display: none;
    }

    #tourPage {
        /*.tour-stop {
            page-break-before: always;
        }*/
    }

        #tourPage #overview-nav, #tourPage #tour-hero, #tourPage .tour-highlights, #tourPage .swiftgo-info, #tourPage #tour-map, #tourPage .stop-quotes, #tourPage .splitter-toggle {
            display: none;
        }

        #tourPage .splitter {
            display: block;
        }

        #tourPage .highlights .row .column, #tourPage .things-to-do .row .column {
            width: 50%;
        }

        #tourPage .highlights {
            padding: 20px 0px;
        }

        #tourPage .tour-overview {
            padding: 0px;
            border-bottom: 1px solid #cdcdcd;
        }
}

.block--lateavailability, .block--lateavailability--single {
    margin: 40px 0;
}

    .block--lateavailability a.disabled, .block--lateavailability--single a.disabled {
        cursor: not-allowed;
        opacity: .65;
    }

    .block--lateavailability .block__results, .block--lateavailability--single .block__results {
        padding-top: 40px;
        margin-top: 20px;
        border-top: 1px solid #d4d6d7;
    }

    .block--lateavailability .paging, .block--lateavailability--single .paging {
        padding-bottom: 20px;
    }

        .block--lateavailability .paging.no-pad, .block--lateavailability--single .paging.no-pad {
            padding-bottom: 0;
        }

        .block--lateavailability .paging header, .block--lateavailability--single .paging header {
            text-align: center;
        }

            .block--lateavailability .paging header h2, .block--lateavailability--single .paging header h2 {
                line-height: 3.125rem;
            }

    .block--lateavailability .paging__direction a, .block--lateavailability--single .paging__direction a {
        line-height: 3.125rem;
    }

    .block--lateavailability .paging__direction--next, .block--lateavailability--single .paging__direction--next {
        text-align: right;
    }

        .block--lateavailability .paging__direction--previous a:before, .block--lateavailability--single .paging__direction--previous a:before, .block--lateavailability .paging__direction--next a:after, .block--lateavailability--single .paging__direction--next a:after {
            font-family: FontAwesome;
            vertical-align: middle;
        }

    .block--lateavailability .paging__direction--previous a:before, .block--lateavailability--single .paging__direction--previous a:before {
        content: '\f053';
        margin-right: 10px;
    }

    .block--lateavailability .paging__direction--next a:after, .block--lateavailability--single .paging__direction--next a:after {
        content: '\f054';
        margin-left: 10px;
    }

    .block--lateavailability .form__btn, .block--lateavailability--single .form__btn {
        background: #006070;
        border: 1px solid #006070;
        width: 100%;
    }

    .block--lateavailability .form__label, .block--lateavailability--single .form__label {
        position: relative;
        color: #2c94a7;
        background: #ffffff;
        margin-bottom: 20px;
        font-size: 1rem;
    }

        .block--lateavailability .form__label:after, .block--lateavailability--single .form__label:after {
            content: '\f078';
            font-family: FontAwesome;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: #006070;
        }

    .block--lateavailability .form__label--calendar:after, .block--lateavailability--single .form__label--calendar:after {
        content: '\f073' !important;
    }

    .block--lateavailability .form__label--selected:after, .block--lateavailability--single .form__label--selected:after {
        content: '\f00c' !important;
    }

    .block--lateavailability .form__select, .block--lateavailability--single .form__select, .block--lateavailability .form__input, .block--lateavailability--single .form__input {
        color: #2c94a7 !important;
        border: 1px solid #2c94a7 !important;
        display: block;
        width: 100%;
        border-radius: 3px;
        margin: 0;
        height: 50px;
        background: none;
        z-index: 100;
        line-height: 18px;
        cursor: pointer;
        padding: 7px 30px 7px 14px;
    }

        .block--lateavailability .form__input::placeholder, .block--lateavailability--single .form__input::placeholder {
            color: #2c94a7 !important;
        }

        .block--lateavailability .form__input:placeholder-shown, .block--lateavailability--single .form__input:placeholder-shown {
            color: #2c94a7 !important;
        }

        .block--lateavailability .form__input::-webkit-input-placeholder, .block--lateavailability--single .form__input::-webkit-input-placeholder {
            color: #2c94a7 !important;
        }

        .block--lateavailability .form__input::-moz-placeholder, .block--lateavailability--single .form__input::-moz-placeholder {
            color: #2c94a7 !important;
        }

        .block--lateavailability .form__input:-ms-input-placeholder, .block--lateavailability--single .form__input:-ms-input-placeholder {
            color: #2c94a7 !important;
        }

        .block--lateavailability .form__input:-moz-placeholder, .block--lateavailability--single .form__input:-moz-placeholder {
            color: #2c94a7 !important;
        }

    .block--lateavailability .table, .block--lateavailability--single .table {
        width: 100%;
        text-align: left;
    }

        .block--lateavailability .table th, .block--lateavailability--single .table th {
            font-weight: 700;
            font-size: 1.125rem;
        }

        .block--lateavailability .table td, .block--lateavailability--single .table td {
            text-align: center;
        }

        .block--lateavailability .table em, .block--lateavailability--single .table em {
            font-weight: 400;
            font-style: normal;
        }

    .block--lateavailability .table__head__row, .block--lateavailability--single .table__head__row {
        background: #006070;
        color: #ffffff;
    }

    .block--lateavailability .table__body__row, .block--lateavailability--single .table__body__row {
        background: none;
    }

    .block--lateavailability .table__body__row--heading, .block--lateavailability--single .table__body__row--heading {
        background: #2C94A7;
        color: #ffffff;
    }

@media screen and (max-width: 39.9375em) {
    .block--lateavailability .table th, .block--lateavailability--single .table th, .block--lateavailability .table td, .block--lateavailability--single .table td {
        font-size: 0.6875rem;
        padding: 5px 2px;
    }
}

@media screen and (max-width: 75.0625em) {
    .block--lateavailability .show-for-desktop, .block--lateavailability--single .show-for-desktop {
        display: none !important;
    }

    .block--lateavailability .hide-for-desktop, .block--lateavailability--single .hide-for-desktop {
        display: block !important;
    }
}

.block--lateavailability .show-for-desktop, .block--lateavailability--single .show-for-desktop {
    display: block;
}

.block--lateavailability .hide-for-desktop, .block--lateavailability--single .hide-for-desktop {
    display: none;
}

.block--lateavailability .book, .block--lateavailability--single .book {
    background-color: rgba(147, 15, 62, 0.8);
    color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #930f3e;
    box-shadow: inset 0px 0px 0px 1px #930f3e;
}

    .block--lateavailability .book a, .block--lateavailability--single .book a {
        color: inherit;
    }

.block--lateavailability .book--low, .block--lateavailability--single .book--low {
    background-color: #930f3e;
}

.block--lateavailability .full, .block--lateavailability--single .full {
    background-color: #f8f8f8;
    color: #d4d5d6;
    -webkit-box-shadow: inset 0px 0px 0px 1px #d4d5d6;
    box-shadow: inset 0px 0px 0px 1px #d4d5d6;
}

.block--lateavailability .date, .block--lateavailability--single .date {
    text-align: center;
}

.block--lateavailability .clear:before, .block--lateavailability--single .clear:before {
    font-family: FontAwesome;
    content: '\f00d';
    margin-right: 10px;
}

.block--lateavailability--single .block__results {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.block--lateavailability--single .strikethrough h2 {
    font-size: 1.875rem;
    color: #006070 !important;
}

.block--lateavailability .anytime__future, .block--lateavailability--single .anytime__future {
    display: table;
    margin: 0 auto;
}

.reviews {
    display: block;
    clear: both;
    padding-top: 80px;
}

    .reviews .reviews-overview {
        margin-bottom: 40px;
    }

        .reviews .reviews-overview .reviews-heading {
            font-weight: 800;
            margin-right: 14px;
        }

@media screen and (max-width: 39.9375em) {
    .reviews .reviews-overview .reviews-heading {
        display: block;
        line-height: 1.125rem;
    }

    .reviews .reviews-overview .star-rating {
        margin-right: 0px !important;
    }
}

.reviews .reviews-overview .star-rating {
    margin-right: 10px;
}

.reviews .review-pagination {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

    .reviews .review-pagination .pagination {
        margin: 0px;
    }

        .reviews .review-pagination .pagination li {
            border: 1px solid #d4d5d6;
            margin-right: 10px;
        }

            .reviews .review-pagination .pagination li.active {
                background-color: #edefed;
            }

            .reviews .review-pagination .pagination li a {
                padding: 13px 16px 10px 16px;
                color: #006070;
                font-size: 1.125rem;
            }

.reviews-result {
    display: block;
    clear: both;
}

    .reviews-result .reviews-heading {
        margin-right: 10px;
    }

@media screen and (max-width: 39.9375em) {
    .reviews-result .star-rating {
        margin: 10px 0px 0px 0px;
        display: block;
    }
}

.reviews-result .row:first-child {
    padding: 40px 0px;
    border-top: 1px solid #ececec;
}

.reviews-result article p {
    margin-top: 10px;
}

    .reviews-result article p:last-child {
        margin-bottom: 0px;
    }

.reviews-result .medium-3 {
    text-align: left;
    border-top: 1px dashed #ececec;
    margin-top: 15px;
    padding-top: 15px;
}

@media screen and (min-width: 40em) {
    .reviews-result .medium-3 {
        text-align: right;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
}

.reviews-result .reviews-result-reply blockquote {
    margin: 0;
}

.add-review p {
    margin: 0px;
}

#add-review-form-container h3 {
    margin-bottom: 20px;
}

#add-review-form-container .help-block {
    color: #CC4B37;
    margin: 5px 0;
    padding: 10px;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #F9ECEA;
}

.star-rating-wrap {
    display: inline-block;
}

.star-rating {
    color: #FFD800;
    font-size: 23px;
}

    .star-rating.is-editable {
        cursor: pointer;
    }

    .star-rating.no-reviews {
        color: #DFDFDF;
    }

    .star-rating.is-small {
        font-size: 20px;
    }

    .star-rating .fa {
        padding-right: 4px;
    }

        .star-rating .fa:last-of-type {
            padding-right: 0;
        }

/* Review Bar */
.review-bar {
    padding: 15px 0px;
}

@media only screen and (max-width: 768px) {
    .review-bar {
        display: none;
    }
}

.review-bar .review-label {
    line-height: 1.4375rem;
    margin-left: 10px;
    font-weight: 400;
    font-size: 0.75rem;
    color: #fff;
    vertical-align: text-bottom;
}

.review-top {
    padding: 30px 0px;
}

    .review-top .review-label {
        color: #d3d3d3;
        font-weight: 400;
        clear: both;
        display: block;
        text-align: right;
        line-height: 0.8125rem;
    }

.results-review-top .review-label {
    color: #d3d3d3;
    font-weight: 400;
    clear: both;
    display: block;
    text-align: right;
    line-height: 0.8125rem;
}

#location-reviews {
    padding: 40px 0px;
}

/* Reveals CSS */
.reveal .star-rating {
    display: block;
}

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 *
 *
 * SCSS File
 * Author: Damian Szymczuk
 * GitHub: https://github.com/dszymczuk
 *
 */
/* Variables */
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a, .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover, .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-center {
    top: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-center {
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-center {
    top: 45%;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

    #toast-container.toast-center, #toast-container.toast-top-center, #toast-container.toast-bottom-center {
        width: 100%;
        pointer-events: none;
    }

        #toast-container.toast-center > div, #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
            margin: auto;
            pointer-events: auto;
        }

        #toast-container.toast-center > button, #toast-container.toast-top-center > button, #toast-container.toast-bottom-center > button {
            pointer-events: auto;
        }

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-wait {
        background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info, .toast-wait {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*
 * AngularJS-Toaster
 * Version 0.3
*/
:not(.no-enter)#toast-container > div.ng-enter, :not(.no-leave)#toast-container > div.ng-leave {
    -webkit-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -moz-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -ms-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    -o-transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
    transition: 1000ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
}

    :not(.no-enter)#toast-container > div.ng-enter.ng-enter-active {
        opacity: 0.8;
    }

:not(.no-leave)#toast-container > div.ng-leave {
    opacity: 0.8;
}

    :not(.no-leave)#toast-container > div.ng-leave.ng-leave-active {
        opacity: 0;
    }

:not(.no-enter)#toast-container > div.ng-enter {
    opacity: 0;
}

#toast-container > div {
    opacity: 0.9;
}

@media screen and (min-width: 40em) {
    #booking-popup, #booking-sign-post-popup {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

#booking-popup .popup-container, #booking-sign-post-popup .popup-container {
    padding: 30px;
}

@media screen and (max-width: 39.9375em) {
    #booking-popup .popup-container, #booking-sign-post-popup .popup-container {
        min-height: 100vh !important;
    }
}

#booking-popup .popup-container p, #booking-sign-post-popup .popup-container p {
    margin: 0px 0px 15px;
    color: #2c94a7;
}

#booking-popup .popup-container .Location-info h3, #booking-popup .popup-container .Location-info p, #booking-sign-post-popup .popup-container .Location-info h3, #booking-sign-post-popup .popup-container .Location-info p {
    color: #006070;
}

#booking-popup .popup-container .Location-info h3, #booking-sign-post-popup .popup-container .Location-info h3 {
    font-weight: 600;
}

#booking-popup .popup-container .select-container, #booking-sign-post-popup .popup-container .select-container {
    position: relative;
    color: #2c94a7;
    background: #ffffff;
    margin-bottom: 20px;
}

    #booking-popup .popup-container .select-container select, #booking-sign-post-popup .popup-container .select-container select {
        color: #2c94a7;
        display: block;
        padding: 7px 30px 7px 14px;
        line-height: 18px;
        position: relative;
        cursor: pointer;
        font-size: 1rem;
        height: 46px;
        background: none;
        z-index: 100;
        margin-bottom: 0px;
        border: 1px solid #2c94a7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #booking-popup .popup-container .select-container input, #booking-sign-post-popup .popup-container .select-container input {
        color: #2c94a7 !important;
        border: 1px solid #2c94a7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        #booking-popup .popup-container .select-container input::placeholder, #booking-sign-post-popup .popup-container .select-container input::placeholder {
            color: #2c94a7 !important;
        }

        #booking-popup .popup-container .select-container input:placeholder-shown, #booking-sign-post-popup .popup-container .select-container input:placeholder-shown {
            color: #2c94a7 !important;
        }

        #booking-popup .popup-container .select-container input::-webkit-input-placeholder, #booking-sign-post-popup .popup-container .select-container input::-webkit-input-placeholder {
            color: #2c94a7 !important;
        }

        #booking-popup .popup-container .select-container input::-moz-placeholder, #booking-sign-post-popup .popup-container .select-container input::-moz-placeholder {
            color: #2c94a7 !important;
        }

        #booking-popup .popup-container .select-container input:-ms-input-placeholder, #booking-sign-post-popup .popup-container .select-container input:-ms-input-placeholder {
            color: #2c94a7 !important;
        }

        #booking-popup .popup-container .select-container input:-moz-placeholder, #booking-sign-post-popup .popup-container .select-container input:-moz-placeholder {
            color: #2c94a7 !important;
        }

    #booking-popup .popup-container .select-container:after, #booking-sign-post-popup .popup-container .select-container:after {
        content: '\f078';
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 10px;
        color: #006070;
    }

#booking-popup .popup-container .btn, #booking-sign-post-popup .popup-container .btn {
    background: #006070;
    border: 1px solid #006070;
    width: 100%;
}

#booking-popup form button, #booking-popup form input, #booking-popup form select, #booking-popup form textarea, #booking-sign-post-popup form button, #booking-sign-post-popup form input, #booking-sign-post-popup form select, #booking-sign-post-popup form textarea {
    border-width: 1px !important;
    border-style: solid !important;
}

#booking-transfer, #glamping-transfer {
    width: 100%;
    max-width: 900px;
}

@media screen and (min-width: 40em) {
    #booking-transfer, #glamping-transfer {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

#booking-transfer .popup-container, #glamping-transfer .popup-container {
    padding: 30px;
    text-align: center;
}

    #booking-transfer .popup-container h3, #glamping-transfer .popup-container h3 {
        margin: 20px 0px 40px;
        color: #000;
        font-size: 1.125rem;
    }

    #booking-transfer .popup-container p, #glamping-transfer .popup-container p {
        padding: 40px 0px 0px 0px;
        color: #000;
    }

    #booking-transfer .popup-container #transfer-logos, #glamping-transfer .popup-container #transfer-logos {
        border-top: 1px solid #95989a;
        border-bottom: 1px solid #95989a;
        margin-top: 20px;
    }

        #booking-transfer .popup-container #transfer-logos .columns, #glamping-transfer .popup-container #transfer-logos .columns {
            padding: 20px;
        }

            #booking-transfer .popup-container #transfer-logos .columns .loader, #glamping-transfer .popup-container #transfer-logos .columns .loader {
                padding: 15px;
            }

            #booking-transfer .popup-container #transfer-logos .columns .camc, #glamping-transfer .popup-container #transfer-logos .columns .camc {
                padding: 10px 0px;
            }

.more-info-popup {
    width: 100%;
    max-width: 1000px;
}

@media screen and (min-width: 40em) {
    .more-info-popup {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

.more-info-popup .popup-container {
    padding: 30px;
}

    .more-info-popup .popup-container .orbit-container {
        height: auto !important;
    }

    .more-info-popup .popup-container .facility-list {
        margin: 20px 0px 30px 0px;
    }

        .more-info-popup .popup-container .facility-list li {
            margin-top: 10px;
        }

            .more-info-popup .popup-container .facility-list li .columns {
                display: table-cell;
                vertical-align: middle;
                float: none;
                margin: 0;
                font-size: 0.8125rem;
                line-height: 1.125rem;
                color: #006070;
                font-weight: 600;
            }

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

    .gm-style .gm-style-iw-c:after {
        top: -120px !important;
        transform: translate(-50%, -50%) rotate(45deg) !important;
        left: -117px !important;
    }

.gm-style .gm-style-iw-d {
    overflow: auto !important;
}

@media (min-width: 760px) {
    .gm-style .gm-style-iw-t:after {
        display: none;
    }
}

.gm-style .map-locator__window #map-locator__body {
    padding: 20px;
}

.gm-style .map-locator__window #map-locator__image {
    height: 115px;
    width: 100%;
    object-fit: cover;
}

.gm-style button[title='Close'] {
    background: #006070 !important;
    border-radius: 50% !important;
    width: 35px !important;
    height: 35px !important;
    top: 8px !important;
    right: 8px !important;
    opacity: 1;
}

    .gm-style button[title='Close'] img {
        filter: invert(100%) !important;
        width: 20px !important;
        height: 20px !important;
        margin: auto !important;
    }

.map-locator__name {
    margin: 0 0 5px 0;
    color: #006070;
    font-size: 1.125rem;
    font-weight: bold;
}

.map-locator__icon-row {
    display: flex;
    align-items: center;
}

    .map-locator__icon-row img {
        height: 25px;
        width: 30px;
        object-fit: contain;
        object-position: center;
        margin-right: 10px;
    }

    .map-locator__icon-row:not(:last-of-type) {
        margin: 7px 0;
    }

.map-locator__pitch-count {
    margin: 0;
    font-size: 0.75rem;
}

.map-locator__price {
    margin: 10px 0;
    font-weight: bold;
    font-size: 1rem;
    color: #006070;
}

.map-locator__review-text {
    font-size: 0.75rem;
    margin: 0;
}

.map-locator__review-wrap {
    margin: 15px 0 10px;
}

.map-locator__cta-row .btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
}

.map-locator__star-wrap, .map-locator__star-wrap--no-reviews {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 4px;
}

    .map-locator__star-wrap span, .map-locator__star-wrap--no-reviews span {
        font-size: 0.9375rem;
    }

    .map-locator__star-wrap--no-reviews span {
        color: #DFDFDF;
    }

@media (min-width: 760px) {
    .gm-style-iw-container:after {
        background: linear-gradient(45deg, #fff 50%, #fff0 51%, #fff0 100%);
        box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.66);
        content: "";
        height: 15px;
        left: 35px;
        position: absolute;
        top: -30px;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 15px;
    }
}

/*Foregrounds*/
/*Backgrounds*/
/*Fonts*/
/*Spacing*/
