﻿body {
    --willoxwbrown: #6b1e00;
    --willowblue: #718bbb;
    --willowgreen: #b5db42;
    --willowyellow: #ffe063;
    background-color: #ffffff;
    background-color: #718bbb;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

a {
    color: #000099;
}

    a:hover {
        color: var(--willowblue);
    }

.greenback {
    background-color: var(--willowgreen);
    color: #000000;
}

.green {
    color: var(--willowgreen);
}

.darkgreenback {
    background-color: var(--willowgreen);
    color: #ffffff;
}

.darkgreen {
    color: var(--willowgreen);
}

.lightgreenback {
    background-color: var(--willowgreen);
    color: #ffffff;
}

.lightgreen {
    color: var(--willowgreen);
}

.blueback {
    background-color: var(--willowblue);
    color: #ffffff;
}

    .blueback a {
        font-size: 1.4rem;
        padding-top: 0.8rem;
        color: #ffffff;
    }

.blue {
    color: var(--willowblue);
}

.yellowback {
    background-color: var(--willowyellow);
}

.yellow {
    color: var(--willowyellow);
}

.whitewback {
    background-color: #ffffff;
}

.menu a {
    padding: unset;
}

.dropdown.menu > li > a {
    padding: unset;
}

.button.success {
    background-color: #b5db42;
}

header {
    /*
    background-image: url('images/title.jpg');
    background-image: url('/Content/images/willow-tree-new-banner.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
        */
    background-color: var(--willowblue);
    /*
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
        */
}

    header .innerheader {
        /*background-color: rgba(0, 0, 0, 0.2);*/
        /*
        background-image: linear-gradient(rgba(32, 32, 32, 0.2), rgba(32, 32, 32, 0));
            */
        padding: 0.3rem 0 0.1rem 0;
    }

    header .smalllogo {
        padding-top: 0.5rem;
    }

    header h1 {
        font-size: 2.4rem;
        margin-bottom: 0rem;
        color: white;
    }

    header h2 {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
        color: #ffffff;
    }

    header p {
        font-size: 1.4rem;
        color: white;
    }

    header .headerback {
        padding-top: 2rem;
    }

    header .headerinf {
    }

    header .sociallogos {
        padding-top: 0.5rem;
    }

    header .midmenu {
        background-color: var(--willowblue);
    }

        header .midmenu ul {
            line-height: unset;
        }

        header .midmenu .menuitem {
            background-color: transparent;
            float: left;
            text-align: center;
            padding: 0.5rem;
            margin: 0 0.4rem;
        }

            header .midmenu .menuitem.menubooknow {
                background-color: var(--willowyellow);
                text-align: right;
            }

            header .midmenu .menuitem:hover {
            }

            header .midmenu .menuitem a {
                font-size: 1rem;
                font-weight: bold;
                color: white;
                display: block;
            }

                header .midmenu .menuitem a:active {
                    color: white;
                }

                header .midmenu .menuitem a:hover {
                    color: var(--willowyellow);
                }

            header .midmenu .menuitem.menubooknow a {
                color: #000066;
            }

        header .midmenu .mainsubmenu {
            background-color: #a2bace;
            background-color: #85a5bf;
            padding: 0.2rem 0rem;
        }

            header .midmenu .mainsubmenu .submenuitem {
            }

                header .midmenu .mainsubmenu .submenuitem a {
                    color: var(--willowyellow);
                    display: block;
                }

                    header .midmenu .mainsubmenu .submenuitem a:hover {
                        color: var(--willowblue);
                    }

        header .midmenu .menu > li.is-dropdown-submenu-parent > a::after {
            border-color: white transparent transparent;
        }

    header .dropdown.menu > li.is-active > a {
        color: var(--willowyellow) !important;
    }

    header .is-dropdown-submenu {
        border: none;
    }

.subheading {
    background-image: url('images/willow-tree-new-banner-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}

    .subheading .subheadingtext {
        background-color: rgba(32, 32, 32, 0.70);
        padding: 1rem;
        border-radius: 1rem;
        vertical-align: middle;
        margin-top: 2rem;
    }

        .subheading .subheadingtext p {
            text-align: center;
            color: #ffffff;
            text-shadow: 1px 1px 2px black;
            margin: 0;
            padding: 0;
            font-size: 1.2rem;
        }

            .subheading .subheadingtext p.title {
                font-weight: bold;
                font-size: 1.4rem;
                text-shadow: 2px 2px 2px black;
            }


.smallmenu summary {
    padding: 0.2rem 1rem;
    font-size: 1.2rem;
}

.smallmenu .menuitem.menubooknow {
    background-color: #00BFFF;
}

.smallmenu .menuitem {
    padding: 0.1rem 1rem;
}

    .smallmenu .menuitem a {
        font-size: 1rem;
        color: white;
        font-weight: bold;
        display: block;
    }

        .smallmenu .menuitem a:hover {
            color: var(--willowblue);
        }

main {
    background-color: #444444;
    /*
    background-color: var(--willowblue);
    background-image: url('/Content/images/title.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
        */
}

    main .innermain {
        padding-top: 1rem;
    }

    main .homeresorts {
        margin-top: 1rem;
    }

        main .homeresorts .homeresort {
            background-color: rgba(113, 139, 187, 1);
            border-radius: 2rem;
            margin-bottom: 2rem;
        }

            main .homeresorts .homeresort h2 {
                text-align: center;
                font-size: 1.8rem;
                margin: 0;
                padding: 0;
                line-height: 3rem;
                font-weight: bold;
                color: white;
            }

            main .homeresorts .homeresort h3 {
                text-align: center;
                font-size: 1.4rem;
                margin: 0;
                padding: 0.5rem 0 0 0;
                line-height: 2rem;
                font-weight: bold;
                color: white;
            }

            main .homeresorts .homeresort h4 {
                text-align: center;
                font-size: 1rem;
                margin: 0;
                padding: 0;
                line-height: 1.4rem;
                color: white;
            }

            main .homeresorts .homeresort h5 {
                text-align: center;
                font-size: 0.8rem;
                margin: 0;
                padding: 0;
                line-height: 1.2rem;
                color: white;
            }

            main .homeresorts .homeresort img {
                margin: 0.75rem 0 1rem 0;
                box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.75);
                -webkit-box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.75);
                -moz-box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.75);
            }

            main .homeresorts .homeresort.title {
                padding-bottom: 0;
            }

            main .homeresorts .homeresort .prop {
                padding-bottom: 0;
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

                main .homeresorts .homeresort .prop img {
                    box-shadow: unset;
                    margin-bottom: 0;
                }

                main .homeresorts .homeresort .link {
                    background-color: rgba(255, 224, 99, 1);
                    padding: 0.5rem 0 1rem 0;
                    border-bottom-left-radius: 2rem;
                    border-bottom-right-radius: 2rem;
                }

            main .homeresorts .homeresort label.availlink {
                padding-left: 2rem;
                font-size: 1rem;
                line-height: 1.6;
                text-align: center;
            }

                main .homeresorts .homeresort label.availlink a {
                    color: black;
                    display: block;
                }

            main .homeresorts .homeresort ul {
                padding-left: 2rem;
                padding-bottom: 0.75rem;
            }

                main .homeresorts .homeresort ul li {
                    padding-left: 1rem;
                    color: white;
                }

                    main .homeresorts .homeresort ul li a {
                        color: var(--willowyellow);
                        font-weight: bold;
                    }

                        main .homeresorts .homeresort ul li a:hover, main .homeresorts .homeresort ul li a:active {
                            color: var(--willowgreen);
                        }


.pageheader {
    margin-bottom: 1rem;
    padding: 0.4rem 0;
}

    .pageheader h2 {
        margin: 0;
        padding: 0;
        line-height: normal;
        color: black;
    }

    .pageheader a {
        font-size: 1.2rem;
        color: black;
    }

        .pageheader a:hover {
            color: white;
        }

#subheader, .resortinf {
    padding: 0.2rem 0;
}

    #subheader label, .resortinf label {
        font-size: 1.2rem;
    }

    #subheader label {
        font-size: 1rem;
    }

.caravanlist {
}

    .caravanlist h4 {
        margin: 0;
        padding: 0.2rem 0.5rem;
        border: solid 1px #000000;
        border-bottom: 0;
    }

    .caravanlist h5 {
        margin: 0;
        padding: 0.2rem 0.5rem;
        border: solid 1px #000000;
        border-bottom: 0;
        border-top: 0;
    }

    .caravanlist .lightgreenback, .caravanlist .yellowback {
        margin-bottom: 0;
    }

    .caravanlist .caravan {
        border: solid 1px #000000;
        border-top: 0;
        background-color: lightyellow;
        padding: 0.5rem;
        margin-bottom: 1rem;
    }

        .caravanlist .caravan a {
            font-weight: bold;
            color: red;
        }

.lodgeback {
    margin-bottom: -2rem;
    padding-bottom: 2rem;
    background: url('images/lodgebackground.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.lodgecolorback {
    background-color: rgba(223, 223, 223, 0.6);
    margin-bottom: -2rem;
    padding-bottom: 2rem;
}

.contactback {
    margin-bottom: -2rem;
    padding-bottom: 2rem;
    background: url('images/apple_tree_new.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.contactcolorback {
    background-color: rgba(223, 223, 223, 0.6);
    margin-bottom: -2rem;
    padding-bottom: 2rem;
}

.contacttext {
    border: solid 0.5rem var(--willowgreen);
    border-radius: 0.5rem;
    background-color: rgba(32, 32, 32, 0.7);
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

    .contacttext h5, .contacttext p, .contacttext label, .contacttext li {
        color: #ffffff;
    }

    .contacttext a {
        color: var(--willowgreen);
    }


.nearbyback {
    margin-bottom: -2rem;
    padding-bottom: 2rem;
    background: url('images/sea.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.nearbycolorback {
    background-color: rgba(223, 223, 223, 0.6);
    margin-bottom: -2rem;
    padding-bottom: 2rem;
}

.caravanback {
    margin-bottom: -2rem;
    padding-bottom: 2rem;
    background: url('images/ourcaravans.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.caravancolorback {
    background-color: rgba(223, 223, 223, 0.6);
    margin-bottom: -2rem;
    padding-bottom: 2rem;
}

.resortsback {
    margin-bottom: -2rem;
    padding-bottom: 2rem;
    background: url('images/pool.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.resortcolorback {
    background-color: rgba(223, 223, 223, 0.6);
    margin-bottom: -2rem;
    padding-bottom: 2rem;
}

.resortstext {
    border: solid 0.5rem var(--willowgreen);
    border-radius: 0.5rem;
    background-color: rgba(68, 68, 68, 0.8);
    background-color: var(--willowblue);
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
}

    .resortstext p, .resortstext li, .resortstext a {
        color: #ffffff;
    }

    .resortstext li {
        margin-bottom: 0.8rem;
    }

    .resortstext a {
        font-weight: bold;
        text-decoration: underline;
    }

.resortsimage {
    border: solid 0.5rem var(--willowgreen);
    border-radius: 0.5rem;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

.attractions {
    margin-bottom: 1rem;
}

    .attractions h3 {
        background-color: #ffff99;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0;
        padding: 0.2rem 0.5rem;
        margin-bottom: 0.4rem;
    }

    .attractions .attraction {
        border: solid 2px var(--willowgreen);
        border-radius: 0.2rem;
        background-color: #7ed3e4;
        background-color: rgba(113, 139, 187, 0.6);
        padding: 0.5rem;
        margin-bottom: 1rem;
    }

        .attractions .attraction p {
            margin: 0;
            padding: 0;
            color: white;
        }

            .attractions .attraction p.link {
                font-weight: bold;
                margin: 0;
                padding: 0;
            }

                .attractions .attraction p.link a {
                    color: red;
                }

        .attractions .attraction .image {
            text-align: center;
        }

            .attractions .attraction .image img {
                max-height: 150px;
            }

.cta {
    margin: 1rem auto;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.4rem 1rem;
    width: 300px;
    border-radius: 1rem;
    cursor: pointer;
}

    .cta a {
        color: white;
        display: block;
    }

.contactimg {
    border: solid 5px var(--willowgreen);
    border-radius: 0.5rem;
    margin: 2rem 0 4rem 0;
}

.bookingcaravan {
    margin-bottom: 1rem;
    border: solid 1px #000000;
}

    .bookingcaravan .titlebar {
    }

        .bookingcaravan .titlebar .itemtitle {
            padding: 0.2rem 0.4rem;
        }

    .bookingcaravan .bookings {
    }

        .bookingcaravan .bookings .bookingitem {
            padding: 0.2rem 0.4rem;
            color: #000000;
        }

footer {
    border-top: solid 1px #000000;
    /*
    background-color: #444444 !important;
    */
    background-color: #ffffff !important;
    margin-top: 0;
    padding: 1rem 0;
}

    footer p {
        font-size: 1rem;
        line-height: 1.6rem;
        margin: 0 0 0.5rem 0;
        color: var(--willowgreen);
    }

    footer a {
        color: #ffffff;
        color: var(--willowblue);
        font-weight: bold;
    }

.datebox {
    width: 60%;
    /*
    border: solid 1px #000000;
    background-color: #eeeeee;
    */
    background-color: unset;
    color: black;
    margin: auto;
}

    .datebox label {
        line-height: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .datebox table {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    .datebox thead {
        /*
            */
        border: unset;
        background-color: unset;
        background-color: #999999;
    }

        .datebox thead th,
        .datebox thead td {
            padding-top: 0;
            padding-bottom: 0;
            color: #000000;
            font-weight: normal;
            color: #ffffff;
        }


    .datebox tbody {
        /*
            */
        border: unset;
        background-color: unset;
        background-color: #cccccc;
    }

        .datebox tbody th,
        .datebox tbody td {
            padding: 0;
        }

        .datebox tbody tr {
            border-bottom: 0;
            /*
        background-color: #e6e6e6;
            background-color: unset;
        */
        }

            .datebox tbody tr:nth-child(even) {
                border-bottom: 0;
                /*
            background-color: #d6d6d6;
            */
                background-color: unset;
            }

        .datebox tbody td {
            width: 14.28571%;
            text-align: right;
            padding-right: 0.5rem;
            color: #666666;
        }

    .datebox .available {
        border: solid 1px #cccc00;
        background-color: var(--willowgreen);
        color: var(--willowblue);
        font-weight: bold;
        cursor: pointer;
    }

    .datebox .booked {
        border: solid 1px #ff0000;
        background-color: #ff9999;
        color: #ffeeee;
    }

    .datebox a {
        color: var(--willowblue);
        font-weight: bold;
        display: block;
    }

        .datebox a:hover {
            color: var(--willowgreen);
        }

.bookcaravan {
    margin-bottom: 1rem;
    background-color: #eeeeee;
    border: solid 1px #000000;
    padding: 0.5rem;
}

    .bookcaravan p {
        margin: 0;
        text-align: center;
        font-weight: bold;
        padding: 0.2rem 0;
        margin-bottom: 1rem;
    }

    .bookcaravan h6 {
        margin: 0;
    }

    .bookcaravan .middle {
        margin-bottom: 0;
        line-height: normal;
    }

    .bookcaravan input {
        margin-bottom: 0.5rem;
    }

    .bookcaravan .darkgreenback {
        margin-bottom: 0;
    }

.bookingbasket {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6rem;
    position: fixed;
    z-index: 2;
    border-top: solid 1px #000000;
    padding-top: 2rem;
    box-shadow: rgba(64, 64, 64, 0.4) 0 -5px;
}

    .bookingbasket .basketitems {
        font-size: 1.4rem;
    }

    .bookingbasket input {
        margin: 0;
    }

.booknow {
    padding: 1rem;
    border: solid 2px #000000;
    margin-bottom: 2rem;
}

    .booknow .basketitems {
        font-size: 1.4rem;
    }

    .booknow input {
        margin: 0;
    }

.nomarg {
    margin: 0 !important;
}

.nopadd {
    padding: 0 !important;
}

.docpopupbehind {
    background: rgba(255, 255, 255, .2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.prizeform {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    border: solid 1px #000000;
}

.prizedrawnumber {
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5rem;
    margin: 0.5rem;
    border: solid 1px #000000;
    cursor: pointer;
}

    .prizedrawnumber:hover {
        background-color: var(--willowgreen);
    }

    .prizedrawnumber a {
        color: #000000;
        display: block
    }

.prizedrawtaken {
    text-align: center;
    padding: 0.5rem;
    font-size: 1.5rem;
    margin: 0.5rem;
    border: solid 1px #000000;
    background-color: #ff9999;
    color: #ffcccc;
    cursor: not-allowed;
}

.goback {
    border: solid 1px #000000;
    border-top: none;
    background-color: #ffd100;
    padding: 0.2rem 0.8rem;
    font-size: 1rem;
}

.prizedrawtable {
    border-bottom: solid 1px #999999;
}

    .prizedrawtable tr {
        border-top: solid 1px #999999;
        margin: 0.2rem;
    }

    .prizedrawtable td {
        padding: 0;
    }

.nostyle {
    font-size: 1rem;
    padding: 0.2rem;
    height: auto;
    line-height: normal;
}

.gallery {
    margin-bottom: 2rem;
    border: solid 3px var(--willowgreen);
    box-shadow: 2px 2px 4px #c19a6b;
}

.reveal.large {
    width: 60%;
    max-width: 75rem;
}

.gallerydir {
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.galleryclose {
    font-size: 1.4rem;
    padding: 0.4rem 1rem;
    background-color: #db4242;
    border-radius: 1rem;
    color: white;
}

    .gallerydir a {
        padding: 0.4rem 1rem;
        background-color: var(--willowblue);
        border-radius: 1rem;
        color: white;
    }

        .gallerydir a.galleft {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
        }

        .gallerydir a.galright {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

.gallerymainpic {
    max-height: 80vh;
}

.caravandetails {
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
    padding-top: 1rem;
}

.availabilitybox {
    margin-bottom: 2rem;
}

    .availabilitybox .infobox {
        background-color: rgba(255, 224, 99, 1);
        border-radius: 2rem;
        padding: 1rem 2rem;
        text-align: center;
    }


        .availabilitybox .infobox h4, .caravandetails .infobox h4 {
            color: #000000;
        }

.caravandetails .infobox {
    margin-top: 3rem;
}

.homegallerydetails {
    padding: 1rem 2rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
    margin-bottom: 2rem;
    border-radius: 2rem;
}

    .homegallerydetails h2, .caravandetails h2 {
        font-size: 2.4rem;
        text-align: center;
        margin: 0;
        padding: 0;
        text-shadow: 1px 1px 2px #000000;
    }

    .homegallerydetails h2 {
        font-size: 2rem;
        text-align: left;
    }

    .homegallerydetails h3, .caravandetails h3 {
        font-size: 1.4rem;
        text-align: center;
        margin: 0 0 2rem 0;
        padding: 0;
        text-shadow: 1px 1px 2px #000000;
    }

    .homegallerydetails p, .caravandetails p {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }

    .homegallerydetails label {
        font-size: 1rem;
        margin: 0;
        color: #ffffff;
    }

    .homegallerydetails [type="checkbox"] {
        margin: 0 1rem 0 0;
    }

    .homegallerydetails a, .caravandetails a {
        color: var(--willowyellow);
        font-weight: bold;
    }

    .homegallerydetails .facilities, .caravandetails .facilities {
        margin-bottom: 1rem;
    }

        .homegallerydetails .facilities .column, .caravandetails .facilities .column {
            padding-left: 0.3rem;
            padding-right: 0.3rem;
        }

            .homegallerydetails .facilities .column .fac, .caravandetails .facilities .column .fac {
                text-align: center;
                font-size: 2rem;
                background: rgba(255, 255, 255, 0.4);
                border-radius: 0.5rem;
                padding: 0.5rem 0.2rem;
            }

            .homegallerydetails .facilities .column .fac, .caravandetails .facilities .column .fac {
                color: #eeeeee;
                text-shadow: 1px 1px 1px black;
            }

                .homegallerydetails .facilities .column .fac label, .caravandetails .facilities .column .fac label {
                    color: #eeeeee;
                    text-shadow: 1px 1px 1px black;
                    font-size: 0.8rem;
                    line-height: normal;
                }

    main .facilities, .caravandetails .facilities {
        margin-bottom: 1rem;
    }

        main .facilities .column, .caravandetails .facilities .column {
            padding-left: 0.3rem;
            padding-right: 0.3rem;
        }

            main .facilities .column .fac, .caravandetails .facilities .column .fac {
                text-align: center;
                font-size: 2rem;
                background: rgba(255, 255, 255, 0.4);
                border-radius: 0.5rem;
                padding: 0.5rem 0.2rem;
            }

            main .facilities .column .fac, .caravandetails .facilities .column .fac {
                color: #ffffff;
            }

                main .facilities .column .fac label, .caravandetails .facilities .column .fac label {
                    color: #ffffff;
                    font-size: 0.8rem;
                    line-height: normal;
                }


.homenews {
    /*
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
        */
    padding: 0 2rem;
    color: #fefefe;
}

.mobilenews {
}

    .mobilenews .newlodge {
        background-image: url('images/Oakland/oakland-lodge.jpg');
        background-size: contain;
        background-position-y: -3rem;
        background-repeat: no-repeat;
        margin-top: 0;
        margin-bottom: 1rem;
        border: double 5px gold;
        border-radius: 1rem;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 10rem;
    }

        .mobilenews .newlodge .textinfo {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .mobilenews .newlodge h3, .mobilenews .newlodge label {
            margin: 0;
            padding: 0;
            line-height: normal;
        }

        .mobilenews .newlodge h3 {
            font-size: 1.6rem;
        }

        .mobilenews .newlodge label {
            font-size: 1rem;
            text-align: center;
            color: #ffffff;
        }

            .mobilenews .newlodge label.newlodgeintro {
                margin-top: 0.2rem;
                margin-bottom: 1rem;
            }

            .mobilenews .newlodge label a.lodgelink {
                border: solid 2px gold;
                border-radius: 0.5rem;
                background-color: #ffff66;
                color: #000000;
            }

                .mobilenews .newlodge label a.lodgelink:hover {
                    background-color: #666600;
                    color: #ffffff;
                }

        .mobilenews .newlodge img {
            border: solid 1px gold;
        }


.smallhomegallerydetails {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    padding: 0.5rem 0;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}

    .smallhomegallerydetails h2 {
        font-size: 2.4rem;
        text-align: center;
        margin: 0;
        padding: 0;
        text-shadow: 1px 1px 2px #000000;
        line-height: normal;
    }

    .smallhomegallerydetails h3 {
        font-size: 1rem;
        text-align: center;
        margin: 0;
        padding: 0;
        text-shadow: 1px 1px 2px #000000;
        line-height: normal;
    }

.subletts .medium-6 {
    width: 100%;
}

.caravanimagedialog {
    width: 52vw;
}

    .caravanimagedialog label {
        font-size: 1.4rem;
        font-weight: bold;
    }

    .caravanimagedialog label {
        font-size: 1.4rem;
        font-weight: bold;
    }

.bookinfo {
    margin-top: 0.5rem;
    border: solid 2px #000000;
    padding: 0.5rem;
    text-align: center;
    background-color: #eeeeee;
}

    .bookinfo p, .bookinfo li {
        font-size: 1rem;
        color: black;
    }

        .bookinfo li {
            font-size: 0.8rem;
            margin-left: 1rem;
        }

@media screen and (max-width: 39.99875em) {
    header {
        box-shadow: unset;
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
    }

        header .smalllogo {
            width: 35%;
            margin-bottom: 1rem;
        }

        header h1 {
            font-size: 2.4rem;
            margin-bottom: 0;
        }

        header .headerinf {
            padding-top: 0;
        }

    .subheading {
        background-size: cover;
        background-position-x: left;
        height: 30vh;
    }

    main .innermain {
        padding-top: 0;
    }

    .datebox {
        width: 80%;
    }

    .homegallerydetails .facilities, .caravandetails .facilities {
        margin-bottom: 0;
    }

        .homegallerydetails .facilities .column .fac, .caravandetails .facilities .column .fac {
            margin-bottom: 1rem;
        }

    .resortstext {
        margin-bottom: 2rem;
    }

    footer p {
        padding-top: 0;
    }

    .centersmall {
        text-align: center;
    }

    .caravanimagedialog {
        width: 95vw;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    header .smalllogo {
        width: 100%;
        padding-top: 1rem;
    }

    header .midmenu .menuitem {
        padding: 0.4rem 0.2rem;
    }

    .datebox {
        width: 90%;
        margin: auto;
    }

    .medium-up-10 > .column, .medium-up-10 > .columns {
        float: left;
        width: 10%;
    }

        .medium-up-10 > .column:nth-of-type(1n), .medium-up-10 > .columns:nth-of-type(1n) {
            clear: none;
        }

        .medium-up-10 > .column:nth-of-type(10n+1), .medium-up-10 > .columns:nth-of-type(10n+1) {
            clear: both;
        }

        .medium-up-10 > .column:last-child, .medium-up-10 > .columns:last-child {
            float: left;
        }
}
