
:root {
    --green: #8caa92;
    --med-green: #cad6ca;
    --dark-green: #335d55;
    --red: #7b1631;
    --red-hover: #380e19;
    --bnb: #935c71;
    --selfcatering: #de8d00;
    --glamping: #9b6f56;
}

h1 {
    margin: 1rem 0rem;
    font-size: 2.5em;
    line-height: 1.1em;
}

h2 {
    margin: 1rem 0rem;
    font-size: 2em;
    line-height: 1.15em;
}

h3 {
    margin: 1rem 0rem;
    font-size: 1.65em;
    line-height: 1.25em;
}

h4 {
    margin: 1rem 0rem;
    font-size: 1.35em;
    line-height: 1.35em;
}

h5 {
    margin: 14px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}

h6 {
    margin: 14px 0px;
    font-size: 1.1em;
    line-height: 1.4em;
}

#page{
    overflow: hidden;
}

.master_lower:not(.page_properties) #content h2,
.master_lower:not(.page_properties) .body_lower h2
{
    font-size: 1.65em;
}

.master_lower:not(.page_properties) #content h3,
.master_lower:not(.page_properties) .body_lower h3
{
    font-size: 1.4em;
}

.master_lower:not(.page_properties) #content h4,
.master_lower:not(.page_properties) #content h5,
.master_lower:not(.page_properties) #content h6,
.master_lower:not(.page_properties) .body_lower h4,
.master_lower:not(.page_properties) .body_lower h5,
.master_lower:not(.page_properties) .body_lower h6
{
    font-size: 1.2em;
}

p {
    margin: 1rem 0rem;
}

p.small {
    font-size: 13px;
}

.notice {
    clear: both;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}

.notice a {
    text-decoration: underline;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0px;
}

/*--------------------------------------------*/

a:link,
a:active,
a:visited,
.btn.btn-link {
    text-decoration: none;
    color: #335d55;
}

a.btn.btn-primary,
a.btn.btn-danger,
a.btn.btn-warning,
a.btn.btn-info,
a.btn.btn-success {
    color: white;
}

a:hover,
.btn.btn-link:hover {
    text-decoration: none;
    color: #7b1631;
}

h1 a:not([href]),
h2 a:not([href]),
h3 a:not([href]),
h4 a:not([href]),
h5 a:not([href]),
h6 a:not([href]) {
    color: inherit;
}

h1 a:not([href]):hover,
h2 a:not([href]):hover,
h3 a:not([href]):hover,
h4 a:not([href]):hover,
h5 a:not([href]):hover,
h6 a:not([href]):hover {
    text-decoration: none;
}

a.external_link:after {
    position: relative;
    display: inline-block;
    content: "\e164";
    top: 1px;
    padding-left: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1em;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.pdf,
a.word,
a.ppt,
a.video,
a.document,
a.audio {
    display: inline-block;
    padding-left: 22px;
}

a.pdf {
    background: url("../../images/pdf.png") left 2px no-repeat;
}

a.word {
    background: url("../../images/icon_doc.png") left 2px no-repeat;
}

a.ppt {
    background: url("../../images/icon_ppt.png") left 2px no-repeat;
}

a.video {
    background: url("../../images/icon_youtube.png") left 2px no-repeat;
}

a.document {
    background: url("../../images/icon_document.png") left 2px no-repeat;
}

a.audio {
    background: url("../../images/icon_audio.png") left 2px no-repeat;
}

.btn_block {
    clear: both;
    display: block;
    float: none;
}

a.link_block {
    clear: both;
    position: relative;
    display: block;
    margin-top: 5px;
    padding: 8px 15px;
    text-decoration: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

a.link_block:hover {
    background: transparent url("../../images/rgba0-0-0-0.1.png");
    background-color: rgba(0, 0, 0, 0.1);
}

a.link_block .glyphicon-chevron-right,
a.link_block_lg .glyphicon-chevron-right,
a.link_block_md .glyphicon-chevron-right,
a.link_block_sm .glyphicon-chevron-right,
a.link_block_xs .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
}

a.red_btn,
button.red_btn,
a.green_btn,
.btn.green_btn,
a.gray_btn,
.special-offer-btn {
    background: #7b1631;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    display: inline-block;
    margin: 0 0 6px 0;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

a.red_btn:hover,
a.red_btn:active,
a.red_btn:focus,
button.red_btn:hover,
button.red_btn:active,
button.red_btn:focus {
    background: #380e19;
}

a.green_btn,
.btn.green_btn {
    background: #335d55;
}

    a.green_btn:hover,
    .btn.green_btn:hover,
    a.green_btn:active,
    a.green_btn:focus {
        background: #8caa92;
    }

a.gray_btn {
    background: #c0c0c0;
}

    a.gray_btn:hover,
    a.gray_btn:active,
    a.gray_btn:focus {
        background: #aaa;
    }

.special-offer-btn {
    background: #ef7000;
}

.special-offer-btn:hover {
    background: #bc5800;
}

/*--------------------------------------------*/

.clearer {
    clear: both;
    height: 0px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.clear:after {
    content: " ";
    clear: both;
    display: block;
}

hr {
    height: 2px;
    overflow: hidden;
    color: #8caa92;
    border: none;
    background-color: #8caa92;
    width: 100%;
    margin-left: 0;
}

.popover {
    min-width: 300px;
}

#wrapper {
    position: relative;
}

/*--------------------------------------------*/

.spacing {
    margin-top: 15px;
    margin-bottom: 15px;
}

.spacing_top {
    margin-top: 15px;
}

.spacing_bottom {
    margin-bottom: 15px;
}

.padding {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_left {
    padding-left: 15px;
}

.padding_right {
    padding-right: 15px;
}

.padding_top {
    padding-top: 15px;
}

.padding_bottom {
    padding-bottom: 15px;
}

.nopadding {
    padding: 0px;
}

.nopadding_right {
    padding-right: 0px;
}

.nopadding_left {
    padding-left: 0px;
}

/*--------------------------------------------*/

.push_right {
    float: right;
}

.push_left {
    float: left;
}

/*--------------------------------------------*/

img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 4px;
    display: block;
}

img.aligncenter {
    text-align: center;
    margin: 1em auto 5px auto;
    clear: both;
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 4px;
    display: block;
}

img.fullwidth {
    margin: 0px;
    display: block;
}

img.drop_shadow {
    border: 1px solid #AAAAAA;
    -webkit-box-shadow: 5px 5px 5px #AAAAAA;
    -moz-box-shadow: 5px 5px 5px #AAAAAA;
    box-shadow: 5px 5px 5px #AAAAAA;
}

/*--------------------------------------------*/

.section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section header {
    margin-bottom: 25px;
}

/*--------------------------------------------*/

[data-twttr-id] .twitterborderhide {
    position: relative;
    top: -6px;
    border-top: 1px solid #fff;
}

/*-----------------------------------------------------------------------------------------------*/

html {
    font-size: 16px;
}

body {
    margin: 0px;
    color: #515150;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5em;
    font-family: 'Open Sans', sans-serif;
}

body > form {
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper {
    flex-grow: 1;
}

.blur {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    filter: blur(7px);
}

.page_inset {
    padding: 30px;
    background-color: #FFFFFF;
    border: 1px solid rgba(156, 175, 176, 0.8);
}

.page_content {
    background: #fff;
    padding-right: 30px;
}

/*-----------------------------------------------------------------------------------------------*/

#cookie_bar {
    position: relative;
    z-index: 4000;
    padding-top: 7px;
    width: 100%;
    min-height: 49px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    -webkit-box-shadow: 0px 9px 29px -9px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 9px 29px -9px rgba(0,0,0,0.45);
    box-shadow: 0px 9px 29px -9px rgb(0 0 0 / 45%);
}

#cookie_bar .cookie_prompt {
    margin-right: 30px;
}

#cookie_bar .coloured-button {
    margin-top: 0;
    padding: 0 20px;
}

    #cookie_bar .btn-success {
        background: #7b1631;
        border: none;
    }

/*-----------------------------------------------------------------------------------------------*/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #7b1631;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    transition: background .5s ease;
}

#back-to-top:hover {
    background: #380e19;
}

#back-to-top.show {
    opacity: 1;
}

/*-----------------------------------------------------------------------------------------------*/

.header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

#header {
    padding: 14px 0px;
    /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}

.master_lower #header {
    border: none;
}

#header .container {
    position: relative;
}

#header .logo {
    display: block;
    float: left;
    line-height: 0px;
}

#header .logo img {
    max-height: 65px;
}

#header .logo img.logo_dark {
    display: none;
}

.page_home #header {
    background: #fff;
}

.page_home #header .logo img.logo_light {
    display: none;
}

.page_home #header .logo img.logo_dark {
    display: block;
}

#header .header-actions {
    float: right;
    margin-bottom: 6px;
}

#header .header-actions a {
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    border-right: 1px solid #fff;
}

#header .header-actions a.open-search {
    font-size: 1.2em;
}

#content {
    
}

.page_preview_note {
    position: relative;
    width: 100%;
    padding: 13px;
    text-align: center;
    font-size: 15px;
    background: #7b1631;
    color: #fff;
}

/*-----------------------------------------------------------------------------------------------*/

.lower_banner {
    position: relative;
    left: 0;
    height: 300px;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 5;
}

.lower_banner .container {
    position: relative;
    height: 100%;
    text-align: center;
}

    .lower_banner .container h1,
    .lower_banner .container p,
    .lower_banner .container span{
        position: absolute;
        z-index: 10;
        display: block;
        margin: 0px;
        padding: 15px 20px;
        left: 15px;
        bottom: -20px;
        max-width: 90%;
        color: #FFFFFF;
        font-size: 2em;
        line-height: 1.1em;
        background: #8caa92;
        border-radius: 3px;
        -webkit-box-shadow: 0px 9px 29px -9px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 9px 29px -9px rgba(0,0,0,0.45);
        box-shadow: 0px 9px 29px -9px rgba(0,0,0,0.45);
    }

.lower_banner .image_upload_instructions {
    margin-top: 100px;
    z-index: 999;
}

.master_lower .lower_page_background {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    padding: 0;
}

.master_lower .lower_page_background .right_col {
    height: 100%;
    background: #8caa92;
    opacity: 0.2;
}

.side_content {
    padding-bottom: 100px;
    margin-top: -40px;
    padding-left: 30px;
}


/*-----------------------------------------------------------------------------------------------*/

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    color: #515150;
    font-size: 14px;
}

.breadcrumb > li + li:before {
    content: "\007C";
    padding: 0 10px 0 7px;
    color: #515150;
}

.breadcrumb > .active {
    color: #7b1631;
}

.breadcrumb a {
    color: #8caa92;
}

.breadcrumb_left {
    background: #fff;
    padding-top: 70px;
}

/*-----------------------------------------------------------------------------------------------*/

.expandable {
    clear: both;
    margin-bottom: 15px;
}

.expandable_heading .expandable_title {
    margin: 0px;
    color: #FFFFFF !important;
    text-align: center;
}

.expandable_heading .expandable_title a {
    display: block;
    padding: 10px;
    color: #FFFFFF !important;
    text-decoration: none;
}

.expandable_heading .expandable_title a.collapsed {
    background: none;
}

.expandable_heading .expandable_title a,
.expandable_heading .expandable_title a.collapsed:hover {
    background: transparent url("../../images/rgba0-0-0-0.2.png");
    background: rgba(0, 0, 0, 0.2);
}

.expandable_heading .expandable_title .glyphicon {
    float: right;
    transition: transform 0.5s;
    transform: rotate(180deg);
}

.expandable_heading .expandable_title .collapsed .glyphicon {
    transform: rotate(0deg);
}

.expandable_collapse {
    overflow: hidden;
}

.expandable_body {
    padding: 15px;
    font-size: 0.9em;
}

.expandable_body h3.media-heading a {
    color: #000000;
}

/*--------------------------------------------*/

.editable_expandable {
    clear: both;
    margin: 15px 0px;
}

.editable_expandable .expandable_heading,
.editable_expandable .expandable_heading .expandable_title,
.editable_expandable .expandable_heading .expandable_title a {
    background: #F1F1F1 !important;
    color: #444444 !important;
}

.editable_expandable .expandable_heading {
    padding: 10px;
}

.editable_expandable .expandable_heading h4 {
    margin: 0px;
}

.editable_expandable .expandable_title {
    text-align: left;
}

.editable_expandable .expandable_body {
    font-size: 1em;
    border: 1px dashed #CCCCCC;
}

.editable_expandable .expandable_body > :first-child {
    margin-top: 0px;
}

/*--------------------------------------------*/

.master_lower .editable_expandable .expandable_heading,
.lmeditor_inline .editable_expandable .expandable_heading {
    padding: 0px;
}

.master_lower .editable_expandable .expandable_body,
.lmeditor_inline .editable_expandable .expandable_body {
    border: none;
}

/*-----------------------------------------------------------------------------------------------*/

#footer {
    margin-top: 60px;
    padding: 20px 0px;
    padding-top: 0;
    font-size: 0.8em;
    background-image: url(../../images/footer.png);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 370px;
    position: relative;
}

#footer .footer_separator {
    padding: 0px 10px;
}

#footer a {
   color: #515150;
}

#footer a:hover,
#footer a:active,
#footer a:focus
{
    color: #7b1631;
}

#footer .footer_links a {
    color: #FFFFFF;
}

#footer .footer_links {
    position: absolute;
    bottom: 40px;
    right: 16%;
    color: #fff;
}

    #footer a.red_btn {
        padding: 2px 20px;
        margin-left: 15px;
        margin-bottom: 5px;
        color: #fff !important;
    }

#footer .social_media {
    text-align: right;
}

#footer .social_media img {
    height: 25px !important;
    margin: 0 2px;
    opacity: 0.8;
}

#footer .logo img {
    max-width: 85%;
}

.master_lower #footer {
    margin-top: 0;
}

/*#footer .footer_top {
    display: none;
}*/

#footer .footer_top {
    display: block;
    background-color: #cad6ca;
    height: 50px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    color: #335d55;
}

#footer .footer_bottom {
    padding-top: 50px;
}

#footer input {
    border: none;
    height: 28px;
    padding: 0 5px;
}

#footer .footer_top .btn {
    border-radius: 0;
    color: #fff !important;
    margin-top: -3px;
}

#footer .footer_top h3 {
    margin-right: 25px;
    font-size: 19px;
    line-height: 28px;
}

/*-----------------------------------------------------------------------------------------------*/

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs):not(.share_buttons):not(.list-unstyled) li:before {
    content: "\e074";
    font-family: 'Glyphicons Halflings';
    float: left;
    font-size: 10px;
    margin-left: -20px;
    color: #7b1631;
}

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li {
    list-style-type: none;
}


/*-----------------------------------------------------------------------------------------------*/
.btn-primary {
    background-image: none;
    background: #7b1631;
    border: none;
    border-radius: 8px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
{
    background: #380e19
}

#footer .contact {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}

/*--------------------------MyLinks--------------------------*/

.myLinks {
    position: fixed;
    right: -203px;
    top: 30%;
    width: 200px;
    font-size: 0.9em;
    z-index: 2000;
    -moz-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

    .myLinks.expanded {
        right: 0px;
    }

    .myLinks h6 {
        background-color: #7b1631;
        border-top: solid 3px #541020;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        cursor: pointer;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.5em;
        margin: 0px;
        padding: 7px 15px;
        position: absolute;
        left: -135px;
        top: 43px;
        -moz-transform: rotate(90deg) translateX(48px);
        -webkit-transform: rotate(90deg) translateX(48px);
        -ms-transform: rotate(90deg) translateX(48px);
        -o-transform: rotate(90deg) translateX(48px);
        transform: rotate(90deg) translateX(48px);
    }

        .myLinks h6 .glyphicon {
            position: relative;
            font-size: 14px;
        }

    .myLinks i {
        color: #fff !important;
    }

    .myLinks .glyphicon.glyphicon-menu-up,
    .myLinks.expanded i.fa-caret-down {
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .myLinks i.fa-heart {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 5px;
    }

    .myLinks span {
        color: #fff;
        margin-right: 5px;
    }

    .myLinks.expanded .glyphicon.glyphicon-menu-up,
    .myLinks.expanded i.fa-caret-down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .myLinks h6 .glyphicon:first-child {
        left: -3px;
    }

    .myLinks h6 .glyphicon:last-child {
        left: 3px;
        top: 2px;
    }

    .myLinks > ul {
        position: relative;
        background: #7b1631;
        border-bottom-left-radius: 15px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        list-style: outside none none;
        min-height: 250px;
        padding: 15px 10px 55px;
    }

    .myLinks li {
        color: #FFFFFF;
        margin-bottom: 10px;
    }

        .myLinks li i {
            float: left;
            margin: 5px 5px 10px 0px;
        }

    .myLinks .last {
        border-top: 1px solid #380e19;
        font-size: 14px;
        font-weight: 700;
        padding-top: 8px;
    }

    .myLinks a {
        color: #FFFFFF;
    }

    .myLinks li.page_link {
        font-size: 13px;
    }

    .myLinks i.fa-times:hover {
        color: #380e19 !important;
    }

    .share-favourites-btn {
        position: absolute;
        bottom: 10px;
        left: 10px;
        padding: 5px 10px;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.25);
        transition: background 0.3s linear;
    }

    .share-favourites-btn:hover {
        background: rgba(0, 0, 0, 0.5);
    }

/* ----- Availability Calendar ----- */

.availability-calendar {
    background: #f0f0f0;
    padding: 1em;
    margin-bottom: 3em;
}

.availability-calendar.embed {
    margin-bottom: 0;
}

#calendar-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5em;
    border-bottom: 2px solid #ccc;
    width: 100%;
}

.calendar-btn {
    border: none;
    background: none;
    font-size: 1.5em;
}

.calendar-btn:disabled {
    color: #aaa;
}

#calendar-content {
    display: block;
    grid-template-columns: auto min-content;
    grid-row-gap: .5em;
    position: relative;
}

@supports (display: grid) {
    #calendar-content {
        display: grid;
    }
}

#calendar-content .fa-spinner {
    grid-column: 1/-1;
    text-align: center;
    font-size: 2em;
}

.unit-name {
    grid-column: 1;
    align-self: center;
    padding: .1rem;
    padding-left: .25em;
    padding-right: 1em;
}

.calendar-days {
    display: flex;
    align-items: center;
    grid-column: 2;
    align-self: center;
    padding-right: .25em;
    height: 100%;
}

.highlighted {
    background: #bbb;
    padding-top: .25em;
    padding-bottom: .25em;
}

.day {
    min-width: 1.6rem;
    margin: 0 .125rem;
    text-align: center;
    padding: .1rem;
    transition: .15s ease;
    position: relative;
    cursor: pointer;
}

.availability-calendar.embed .day {
    cursor: default;
}

.day.placeholder {
    cursor: default;
}

.day:first-child {
    margin-left: 0;
}

.day:last-child {
    margin-right: 0;
}

.calendar-days.weekdays .day {
    font-size: .9em;
    color: #555;
}

.day.available,
.key .available {
    background: #8caa92;
    color: #fff;
}

.day.checkin,
.key .checkin {
    background: #335d55;
    color: #fff;
}

.day.unavailable,
.day.select-start ~ .day.unavailable,
.key .unavailable {
    background: #D5D5D5;
    background-image: url(../../images/cross.svg);
    background-size: cover;
    background-position: center center;
}

.day.select-start,
.day.select-start ~ .day,
.day.select-end {
    background: #7b1631 !important;
}

.day.select-end ~ .day.available {
    background: #8caa92 !important;
}

.day.select-end ~ .day.checkin {
    background: #335d55 !important;
}

.day.select-end ~ .day.unavailable {
    background: #d5d5d5 !important;
}

.day.checkin:hover {
    background: #7b1631 !important;
}

.availability-calendar.embed .day.checkin:hover {
    background: #335d55 !important;
}

.day.checkin.select-start:hover,
.day.select-start ~ .day.checkin:hover,
.day.checkin.select-end:hover {
    background: #380e19 !important;
}

.day.select-end ~ .day.checkin:hover {
    background: #7b1631 !important;
}

.day-message {
    position: absolute;
    font-size: .8em;
    background: rgba(0,0,0,.7);
    color: #fff;
    border-radius: .5em;
    width: 15em;
    text-align: center;
    padding: .75em;
    z-index: 100;
    margin-top: 1.25em;
    line-height: normal;
    left: -.8rem;
}

.day-message::before {
    content: '';
    width: 1.5em;
    height: 1em;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: -1em;
    left: 1rem;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.stay-length {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
}

.stay-length select {
    width: 10em;
    margin-left: .5em;
}

.stay-length label {
    margin: 0;
}

#calendar-book {
    background: #335d55;
    color: #fff;
    margin: 1em auto;
    width: 30em;
    max-width: 100%;
    padding: 1em;
    text-align: center;
}

.calendar-key {
    display: flex;
    justify-content: center;
    margin-top: .5em;
    flex-wrap: wrap;
}

.key {
    display: flex;
    align-items: center;
}

.key .available, .key .unavailable, .key .checkin {
    width: 1.25em;
    height: 1.25em;
    display: inline-block;
    margin-left: 2em;
    margin-right: .5em;
}

.right-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------ Manual Calendar ------ */

.manual-calendar {
    background: #f0f0f0;
    padding: .5em;
    margin-bottom: .5em;
}

.manual-header, .manual-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1em 0;
}

.manual-button {
    background: #7b1631;
    color: #fff;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#manual-calendar-content {
    display: flex;
    flex-wrap: wrap;
}

.day-break {
    flex-basis: 100%;
    height: .5em;
    flex-shrink: 0;
}

.day-break:first-child {
    display: none;
}

.month-name {
    padding: .1rem;
    width: 8.5em;
}

.manual-calendar .day.selected {
    background: #7b1631 !important;
    color: #fff !important;
}

.day.invalid {
    cursor: not-allowed;
}
    .day.invalid:not(.unavailable) {
        background: #cad6ca;
        color: #eee;
    }
    .day.invalid.unavailable {
        opacity: .3;
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .availability-calendar #calendar-head h3::before {
        content: 'You are using an unsupported web browser. \A To view availability, switch to a modern browser such as Mozilla Firefox or Google Chrome.';
        font-size: 80%;
        white-space: pre-wrap;
    }

    #manual-calendar-content::before {
        content: 'You are using an unsupported web browser. \A To manage availability, switch to a modern browser such as Mozilla Firefox or Google Chrome.';
        white-space: pre-wrap;
    }
}

.page_stripe .banner_title {
    font-size: 27px;
    color: #335d55;
}

#blueimp-gallery .iframe-content iframe {
    margin-top: 100px;
}

.page_home #mySliderActivities .slider_item .thumbnail > img {
    height: 130px;
}

.page_activities #mySliderActivities .slider_item .thumbnail > img {
    height: 250px;
}

.suggested_top {
    width: 100%;
    background-color: #f5f6f5;
    margin-top: -20px;
    padding: 20px 0;
}

.suggested_top .suggested_properties {
    margin-top: 5px;
    margin-bottom: 25px;
}

.suggested_top .suggested_properties h2 {
    margin-bottom: 6px;
    font-size: 22px;
}

.suggested_top .suggested_properties p.small {
    margin-top: 0;
}