img {
    max-width: 100%;
    border: 0;
    height: auto;
    width: auto\9; /* ie8 */
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.clear {
    clear: both;
}

[data-link] {
    cursor: pointer;
}


/* Micro Clearfix - http://nicolasgallagher.com/micro-clearfix-hack/
For best results, use your favorite clearfix here.
-------------------------------------------------------------- */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
/* For IE 6/7 (trigger hasLayout) */



@font-face {
    font-family: "MuseoSansRounded-300";
    src: url("../fonts/MuseoSansRounded-300.woff2") format("woff2"),url("../fonts/MuseoSansRounded-300.woff") format("woff"),url("../fonts/MuseoSansRounded-300.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MuseoSansRounded-700";
    src: url("../fonts/MuseoSansRounded-700.woff2") format("woff2"),url("../fonts/MuseoSansRounded-700.woff") format("woff"),url("../fonts/MuseoSansRounded-700.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body, div, img, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, blockquote, fieldset, legend, label, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    margin: 0;
    margin: 0;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    font-family: "MuseoSansRounded-300";
}


h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;
    font-family: "MuseoSansRounded-700";
}

h1 {
    font-size: 2.2rem;
    text-align: center;
}

h2 {
    font-size: 2rem;
    text-align: center;
}

.bs-Banner-mini-strapline h1 {
    color: #fff;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a.bs-col-3-feature,
a:visited.bs-col-3-feature,
a:link.bs-col-3-feature,
.bs-col-3-feature a:hover {
    color: #000;
}

.primary_nav_wrap > li > ul.sub-menu {
    min-width: 10em;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.primary_nav_wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.primary_nav_wrap ul li {
    padding: 0px;
}

.primary_nav_wrap > ul > li {
    display: inline-block;
}

.primary_nav_wrap ul li > a {
    padding: 6px 18px 6px 18px; /* padding between nav links......................................*/
    display: block;
    text-decoration: none;
    color: #fff; /* Main text link colour......................................................*/
    font-size: 0.9rem;
}

.primary_nav_wrap ul li a:hover {
    color: #ffe900; /*  mouseover colour main link NEED TO CHANGE SAME AS MOBILE ............................................*/
}


.primary_nav_wrap ul ul {
    font-size: 0.9rem;
    display: none;
    position: absolute;
    margin-left: 22px; /* Can remove indent of dropdown....................................................................*/
    top: 100%;
    background-color: #fff; /* Border Colour....................................................................*/
    border-top: 5px solid #1992cf;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    z-index: 2000;
}

.primary_nav_wrap ul li:hover > ul {
    display: block;
}

.primary_nav_wrap ul ul > li {
    position: relative;
}

    .primary_nav_wrap ul ul > li a {
        padding: 5px 0 5px 0px; /* Padding between dropdowns ................................................*/
        margin: 0 10px 0 10px;
        border-bottom: 1px dotted #aaabaf;
        height: auto;
        color: #04266d !important; /* Dropdown text colour......................................................................................*/
        background-color: #fff; /* Dropdown background colour.............................................*/
        font-size: 0.9rem !important;
        text-align: left;
    }

        .primary_nav_wrap ul ul > li a:hover {
            background-color: #fff; /* Dropdown background mouseover colour.............................................*/
            color: #c01362 !important;
        }

.primary_nav_wrap ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

.primary_nav_wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-table;
} 

.faqs {
    margin-bottom: 20px;
}

    .faqs h3 {
        margin-bottom: 10px
    }

.bs-heading-center {
    text-align: center;
}

.bs-padding-t-b {
    padding: 5px 0;
}

.bs-padding-page {
    padding-top: 60px;
}


.bs-padding-bottom {
    padding-bottom: 60px;
}

.bs-text-center {
    font-size: 1rem;
    line-height: 1.7em;
    text-align: center;
}

.bs-text-left {
    font-size: 1rem;
    line-height: 1.7em;
}

.bs-font-small {
    padding: 10px 0 16px 0;
    font-size: 1.1rem !important;
    line-height: normal;
}

.bs-mini-class-heading {
    font-size: 1.2rem;
}

.bs-container {
    max-width: 1200px;
    padding: 6px 25px;
    margin: auto;
}

.bs-container-bg {
    max-width: 1150px;
    padding: 10px 25px 25px 25px;
    margin: auto;
}

.bs-container-mini {
    max-width: 1200px;
    margin: auto;
}


.bs-row-bullet {
    display: flex;
    flex-direction: column;
}

.bs-row-top {
    display: flex;
    flex-direction: row;
}



.bs-col {
    flex-direction: column;
    flex-grow: 1;
}

.bs-col-equal {
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 100%;
}



.bs-col-equal {
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.bs-col-6-space-between {
    flex: 0 0 auto;
    padding: 0 12px;
    flex-basis: 20%;
    max-width: 20%;
}


.bs-row-center {
    align-items: center;
}

.bs-col-center {
    align-items: center;
}



.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.bs-col-5-space-between {
    display: flex;
    flex-direction: column;
    width: 90%;
    overflow: hidden;
    margin-bottom: 15px;
}

.bs-col-5-space-logo {
    display: flex;
    flex-direction: column;
    width: 90%;
    overflow: hidden;
    margin-bottom: 30px;
    width: calc(19% - 10px);
}


.bs-col-4-space-between {
    display: flex;
    flex-direction: column;
    width: 90%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
}

.bs-col-3-space-between {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 15px;
}

.background-white {
    padding: 20px;
    background: #fff;
}


.bs-col-3-feature, .bs-col-3-feature-news {
    margin-bottom: 30px;
    width: 100%;
}

.bs-col-3-feature-mini-content {
    margin: 0px;
    padding: 20px 10px 10px 10px;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
    background: #FEFAD5;
}

    .bs-col-3-feature-mini-content h4 {
        margin-top: 10px
    }

.bs-col-3-feature-mini-image img {
    width: 100%;
}

.bs-col-3-feature-content {
    padding: 20px;
    width: 100%;
}

.bs-col-3-feature-square-content {
    padding: 20px 0px 0 0px;
}


.bs-row-space-between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.back-btn {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Banner Image
------------------------------------------------------------------------- */
.bs-Banner {
    display: flex;
    align-items: center;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bs-Banner div {
        padding-left: 20px;
        text-align: center;
    }

.bs-banner-slogan {
    font-size: 2.8rem;
    font-family: "MuseoSansRounded-700";
}

.bs-banner-tagline {
    font-size: 1.4rem;
}

.bs-Banner-mini {
    position: relative;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bs-Banner-mini-strapline {
    font-family: "MuseoSansRounded-700";
    width: 100%;
    padding: 5px 10px 5px 25px;
    font-size: 1.4rem;
}




/* Buttons
------------------------------------------------------------------------- */

a.bs-btn-book {
    font-weight: 400 !important;
    font-size: 0.8rem;
    padding: 10px 40px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: none !important;
    border-radius: 6px;
    color: white;
    text-transform: uppercase;
}

a:hover.bs-btn-book {
    color: Black;
}

.bs-btn {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 0.8rem;
    padding: 10px 40px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: none !important;
}

.bs-footer-bar {
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 60px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.1em;
}

.bs-grey {
    font-size: 0.9rem;
}

.bs-copyright {
    padding: 15px 0;
}

.bs-footer-block {
    display: flex;
    flex-direction: column;
    line-height: 1.3em;
    font-size: 1rem;
    padding-top: 50px !important;
    margin: 0 auto;
    width: 100%;
    color: #fff;
}

    .bs-footer-block h4 {
        margin-bottom: -8px;
    }

.bs-desktop, .bs-only-desktop {
    display: none;
}

.bs-footer-bullet {
    margin: 2px 0 2px 0px;
    padding: 0px;
    list-style-type: none;
}

.bs-position-menu {
    text-align: right;
    padding-top: 4px;
}

.bs-mobile {
    display: none;
}


ol {
    margin-left: 20px;
    padding-left: 20px;
}

/*Links and list styles ..........................................................................................*/
a:link, a:visited {
    text-decoration: none;
    border: 0;
    outline: none;
}

a:hover {
    text-decoration: none;
    border: 0;
    outline: none;
}

.bs-footer a, .bs-footer a:visited {
    text-decoration: none;
    color: #fff;
}

    .bs-footer a:hover {
        text-decoration: none;
        border: 0;
    }

.bs-minisite.bs-contactcontainer ul {
    display: table;
}

.bs-minisite.bs-contactcontainer li {
    display: table-row;
    color: #fff;
}

.bs-minisite.bs-contactcontainer i {
    display: table-cell;
    padding: 0 1rem 1rem 0;
}

.bs-footer-mini-block {
    display: block;
    line-height: 1.3em;
    font-size: 1rem;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
}

.fa-brands {
    font-size: 1.7rem;
    padding-right: 10px;
}

.bs-footer-mini-block-r {
    margin-top: 10px;
}

.bs-col-3-feature-mini-image img {
    border-radius: 8%;
}

@media only screen and (min-width: 568px) {

    .bs-col-3-feature, .bs-col-3-feature-news {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
    }

    .bs-col-3-feature-image {
        padding: 0 20px 0 20px;
        max-width: 160px;
    }

    .bs-col-3-feature-mini-image {
        max-width: 160px;
        margin: auto;
        z-index: 5;
    }

    .bs-col-3-feature-image-square {
        max-width: 200px;
    }

    .bs-col-3-feature-mini-content {
        margin: 0px 0px 0px 20px;
    }

    .bs-col-3-feature-content {
        margin-top: 0px;
    }

    .bs-col-3-feature-square-content {
        padding: 0px 20px;
    }

    .bs-desktop {
        display: block;
    }

    .bs-col-3-space-between, .bs-col-5-space-between {
        display: flex;
        flex-direction: column;
        width: calc(50% - 12px);
    }

    .bs-col-4-space-between {
        display: flex;
        flex-direction: column;
        width: calc(50% - 12px);
        overflow: hidden;
        margin-bottom: 20px;
    }

    .bs-mobile {
        display: inline;
    }

    .bs-row {
        display: flex;
        flex-direction: row;
    }

    .bs-row-accommodation {
        display: flex;
        flex-direction: column;
    }

    .bs-row-space {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}


@media only screen and (min-width: 768px) {

    .bs-col-3-feature-mini-content {
        margin: -30px 0px 0px 0px;
    }

    .bs-col-3-feature-content {
        margin-top: -20px;
    }

    .bs-col-3-feature-square-content {
        padding: 20px;
    }

    .bs-Banner, .bs-Banner-mini {
        height: 400px;
    }

    .bs-desktop-tablet {
        display: block;
    }

    .bs-col-3-feature {
        width: calc(33.33% - 20px);
        flex-direction: column;
        margin: 20px 0 0 0;
    }

    .bs-col-3-feature-image {
        padding: 0 0 20px 0;
        max-width: 400px;
    }


    .bs-col-3-feature-mini-image img {
        border-radius: 50%;
    }


    .bs-col-3-space-between, .bs-col-5-space-between {
        display: flex;
        flex-direction: column;
        width: calc(50% - 12px);
    }

    .bs-col-4-space-between {
        display: flex;
        flex-direction: column;
        width: calc(50% - 12px);
        overflow: hidden;
        margin-bottom: 20px;
    }

    .bs-content-lhs {
        width: 65%;
        display: inline-block;
        padding: 25px 0 20px 0;
    }

    .bs-content-rhs {
        width: 31%;
        display: inline-block;
        padding: 25px 0 20px 0;
        margin-left: 3%;
        vertical-align: top;
    }

    .bs-mobile-tablet {
        display: inline;
    }

    .bs-only-desktop {
        display: inline;
    }


    .bs-event-boxes {
        width: 31.3%;
        margin: 0 3% 3% 0;
        float: left;
    }

        .bs-event-boxes:nth-of-type(3n+3) {
            margin: 0 0 3% 0
        }

    .bs-footer-mini-block {
        display: flex;
    }

    .bs-footer-mini-block-l {
        flex: 2
    }

    .bs-footer-mini-block-r {
        flex: 2;
        text-align: right;
        margin-top: 0px;
    }
}


@media only screen and (min-width: 1024px) {

    .bs-col-1-col {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .bs-col-3-feature-mini-content {
        margin: -30px 0px 0px 0px;
    }

    .bs-col-3-space-between, .bs-col-3-feature {
        width: calc(33.33% - 30px);
        flex-direction: column;
        margin: 20px 0 0 0;
        align-items: center;
    }

    .bs-col-3-feature-benefits {
        align-self: self-start;
    }

    .bs-col-3-feature-image {
        padding: 0 0 20px 0;
        max-width: 400px;
    }

    .bs-col-3-feature-mini-image {
        max-width: 200px;
    }

    .bs-col-3-feature-mini-content-height-main {
        min-height: 430px;
    }


    .bs-col-3-feature-mini-content-height-mini {
        min-height: 360px;
    }

    .bs-col-5-space-between {
        width: calc(19% - 10px);
    }

    .bs-col-5-space-logo {
        width: calc(19% - 40px);
    }

    .bs-col-4-space-between {
        width: calc(25% - 12px);
    }

    .mbs-ax-width-logo {
        max-width: 120px;
    }

    .bs-Banner, .bs-Banner-mini {
        height: 500px;
    }
}
