body {
    font-family: Lato, Arial, sans-serif
    }
img {
    max-width: 100%
    }
/*LIGHTBOX DIV*/
.header-basket-link::before {
    font-family: fontawesome;
    content: " "
    }
.menu-weekend-summary {
    max-width: 800px
    }
.menu-weekend-summary .container {
    max-width: 100%;
    padding: 0 20px
    }
/*page content*/
.dropdown-menu {
    max-width: 85vw
    }
@media only screen and (min-width: 1200px) {
    .main-body-row {
        /*display: flex;*/
        }
    }
.page-content {
    padding-bottom: 40px
    }
.page-content > h1, .page-content > h2 {
    color: #5D5286;
    text-align: center
    }
.page-content > h1 {
    border-bottom: 1px solid #BEB4E5;
    padding-bottom: 10px
    }
.page-content > h2::after {
    content: "";
    display: block;
    height: 1px;
    background-image: radial-gradient(circle, #BEB4E5, #fff);
    background-size: cover
    }
.page-content h2.plain {
    text-align: left;
    color: #000
    }
.page-content h2.plain::after {
    display: none
    }
.content-iframe {
    clear: both;
    margin: 20px 0
    }
.content-iframe iframe {
    display: block;
    max-width: 100%;
    margin: auto
    }
.solid-background-title {
    background: #F7B7D3;
    color: #fff;
    padding: 8px 12px
    }
.solid-background-title-hen {
    background: #F7B7D3;
    color: #fff;
    padding: 8px 12px
    }
.solid-background-title-stag {
    background: #ADD9E4;
    color: #fff;
    padding: 8px 12px
    }
.special-offer h3, .testimonial h3 {
    margin-top: 0
    }
/*lists*/
.purple-list {
    color: #5D5286;
    padding: 0;
    list-style: none
    }
.purple-list li {
    margin-left: 10px
    }
.purple-list a {
    color: #5D5286
    }
.purple-list .list-title {
    color: #5D5286;
    font-weight: bold;
    margin-left: 0
    }
.blue-list {
    color: #5D5286;
    padding: 0;
    list-style: none
    }
.blue-list li {
    margin-left: 10px
    }
.blue-list a {
    color: #5D5286
    }
.blue-list .list-title {
    color: #5D5286;
    font-weight: bold;
    margin-left: 0
    }
.no-bullet-list {
    list-style: none;
    padding: 0
    }
.activity-link-list {
    display: flex;
    align-items: center;
    justify-content: space-between
    }
.activity-link-list::before, .activity-link-list::after {
    display: none
    }
.activity-link-list li {
    margin: 0;
    padding: 0 5px 0 0;
    flex-grow: 1
    }
.activity-link-list li:last-child {
    display: none
    }
@media only screen and (min-width: 640px) {
    .activity-link-list li:last-child {
        flex-grow: 0;
        display: block
        }
    }
.accommodation-checklist {
    list-style: none;
    padding: 0;
    margin: 20px auto;
    width: 90%
    }
.accommodation-checklist li {
    margin: 0 0 10px;
    font-size: 1.5rem
    }
.accommodation-checklist .fa {
    background: #8CB089;
    display: inline-block;
    padding: 10px;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px
    }
/*icons*/
.icon {
    font: 0/0 a;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle
    }
.icon.fb {
    background-image: url(/images/facebookicon.png)
    }
.icon.tw {
    background-image: url(/images/twittericon.png)
    }
.icon.gp {
    background-image: url(/images/googleplusicon.png)
    }
.accommodation-marker {
    display: inline-block;
    background: #333;
    border-radius: 50%;
    padding: 0.8em;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    color: #fff
    }
.accommodation-marker .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
    }
.accommodation-marker.bronze {
    background: #B28B8B
    }
.accommodation-marker.silver {
    background: #B1B1B1
    }
.accommodation-marker.gold {
    background: #B29F8B
    }
.accommodation-marker.default {
    background: #98BBB9
    }
/*buttons*/
.btn-stag, .btn-hen {
    padding-left: 45px;
    color: #5D5286;
    border: none
    }
.btn-stag:hover, .btn-hen:hover {
    color: #5D5286
    }
.btn-stag {
    background: url(/images/stag.png) no-repeat left -25px/50px #6ECECF
    }
.btn-stag:hover {
    background-color: #91dbdc
    }
.btn-hen {
    background: url(/images/hen.png) no-repeat scroll 5px 0/25px #F897C1
    }
.btn-hen:hover {
    background-color: #f5bdd5
    }
.btn-hen-content {
    background: #F7B7D3;
    color: #fff
    }
.btn-hen-content:hover {
    color: #fff;
    background: #C96C93
    }
.btn-stag-content {
    background: #ADD9E4;
    color: #fff
    }
.btn-stag-content:hover {
    color: #ccc;
    background: #c6e4ec
    }
/*panels*/
.panel-default .panel-heading {
    background: #BEB4E5;
    color: #5D5286;
    font-size: 16px;
    text-align: center
    }
.panel-nopad .panel-body {
    padding: 0
    }
.panel-nopad .panel-body > img {
    width: 100%
    }
/*images*/
.mini-border-image {
    border: 5px solid #BEB4E5;
    border-radius: 5px
    }
.mini-border-image img {
    display: block;
    max-width: 100%;
    width: 100%
    }
.large-border-image {
    border: 10px solid #BEB4E5;
    border-radius: 10px
    }
.large-border-image img {
    display: block;
    width: 100%
    }
.outline-image {
    border: 1px solid #BEB4E5
    }
/*subnav*/
.side-nav .list-group ul {
    font-size: 0.95em;
    padding: 0 0 0 10px;
    margin: 5px 0;
    list-style: none;
    line-height: 1;
    border-left: 3px solid #baafe2
    }
.side-nav .list-group ul li {
    padding: 5px 0
    }
/*accommodation types*/
.accommodation-item .accommodation-image {
    border: 10px solid #ADD9E4;
    border-radius: 10px
    }
.accommodation-item .accommodation-image img {
    display: block;
    width: 100%;
    max-width: 100%
    }
.accommodation-item.gold .accommodation-image {
    border-color: #CFB52B
    }
.accommodation-item.silver .accommodation-image {
    border-color: #E6E8FA
    }
.accommodation-item.bronze .accommodation-image {
    border-color: #8E864E
    }
.accommodation-item a:hover {
    text-decoration: none;
    color: #000
    }
.acommodation-bullets {
    color: #5D5286;
    list-style: none;
    padding: 0
    }
.acommodation-bullets li {
    margin: 0 0 5px
    }
.acommodation-bullets li::before {
    content: "* "
    }
/*activity accordions*/
.sah-accordion {
    list-style: none;
    margin: 0;
    padding: 0
    }
.sah-accordion-item {
    border-bottom: 1px solid #ddd
    }
.sah-accordion-header {
    background: #eee;
    color: #5D5286;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    justify-content: space-between
    }
.sah-accordion-header::after {
    content: "▼";
    font-size: 18px;
    vertical-align: middle;
    color: #555
    }
.sah-accordion-header.active::after {
    content: "▶"
    }
.sah-accordion-body {
    display: none
    }
.sah-accordion-body.active {
    display: block;
    padding: 10px
    }
.sah-accordion-body [class*="col-"] {
    margin-bottom: 30px
    }
@media (min-width: 992px) {
    .sah-accordion-body .col-md-4:nth-child(3n+1) {
        clear: left
        }
    }
/*activity list*/
.activity-list {
    margin-top: 20px;
    margin-bottom: 20px
    }
.activity-list [class*="col"] {
    margin-top: 10px;
    margin-bottom: 10px
    }
.activity-list a:hover {
    text-decoration: none;
    color: #000
    }
/*blog list*/
.blog-category .blog-title {
    background: #5D5286;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 15px;
    margin: 0;
    text-align: center
    }
.blog-item {
    margin: 15px 0
    }
.blog-category img {
    width: 100%
    }
.blog-item .large-border-image {
    height: 200px;
    overflow: hidden;
    position: relative
    }
.blog-category .blog-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
    }
/*carousel mods*/
.carousel {
    padding: 0 5%
    }
.carousel-indicators {
    top: auto;
    bottom: -30px
    }
.carousel-indicators li {
    border-color: #5D5286
    }
.carousel-control {
    width: 5%
    }
.carousel-control.left, .carousel-control.right {
    background: none
    }
.carousel-gallery {
    padding: 0
    }
.carousel-gallery .mini-border-image {
    height: 300px;
    overflow: hidden
    }
#featured-activities .carousel .mini-border-image {
    max-height: 150px
    }
/*blog carousel */
.blog-top-item {
    position: relative;
    padding: 0 0 33%
    }
.blog-top-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1
    }
.blog-top-item .blog-carousel-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 33%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2
    }
.carousel-blog-top .carousel-indicators {
    width: 20%;
    right: 0;
    left: auto
    }
/*activity category*/
.activity-category .activity-title {
    background: #5D5286;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 15px;
    margin: 0;
    text-align: center
    }
.activity-category img {
    width: 100%
    }
/*ctas*/
.sticky-cta-manager, .sticky {
    -webkit-position: sticky;
    -ms-position: sticky;
    position: sticky;
    top: 50px;
    padding-bottom: 16px
    }
.cta {
    border: 10px solid #ccc;
    border-radius: 10px;
    margin: 15px 0;
    position: relative
    }
.cta img {
    display: block;
    width: 100%
    }
.cta-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px
    }
.cta a:hover .cta-text {
    background: #000
    }
/*carousel controls*/
.carousel-control .carousel-arrow {
    color: #5D5286;
    font-size: 72px
    }
/*search result*/
.search-result {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden
    }
.search-result h3 {
    margin-top: 0
    }
.video-container {
    width: 80%;
    margin: 80px auto
    }
.video-inner {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px
    }
.video {
    height: 100%;
    width: 100%;
    position: absolute;
    margin-left: auto;
    left: 0;
    display: block;
    top: 0;
    margin-right: auto
    }
.centreP {
    text-align: center;
    margin: 0
    }
.field-validation-error, .error {
    font-weight: bold;
    color: red
    }
/* login/register form */
.login-register-form {
    margin: 0 0 40px
    }
.login-register-form .col-sm-6 + .col-sm-6 {
    border-right: medium none;
    border-left: 1px solid #CCC;
    margin-left: -1px
    }
.login-register-form .col-sm-6 {
    border-right: 1px solid #ccc
    }
.viewWeekendButton {
    text-align: center;
    width: 100%;
    display: table;
    height: 150px
    }
.viewWeekendButton div {
    text-align: center;
    background: #5D5286;
    padding: 10px;
    width: 200px;
    height: 100px;
    margin: 0 auto
    }
.viewWeekendButton a {
    color: #fff;
    font-size: 26px;
    text-align: center
    }
.blogBody img {
    width: 60%
    }
/*accommodation types*/
.accommodation-type > h3 {
    background: #5D5286;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px
    }
.accommodation-type .outline-image {
    margin-bottom: 12px
    }
.accommodation-type .mini-border-image {
    margin-bottom: 20px
    }
@media only screen and (min-width: 640px) {
    .accommodation-type-price {
        float: right
        }
    }
.accommodation-large-markers {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center
    }
.accommodation-large-markers a {
    color: #333
    }
.accommodation-large-markers .accommodation-marker {
    font-size: 55px;
    margin-bottom: 12px
    }
.accommodation-features {
    text-align: center
    }
.accommodation-features-header {
    font-size: 24px;
    text-align: left;
    margin-top: 0
    }
.accommodation-features-header .accommodation-marker {
    margin-left: 20px
    }
.accommodation-type-features {
    margin: 1em 0;
    padding: 0;
    list-style: none;
    text-align: left
    }
.accommodation-type-features li {
    background: #DFDCE7;
    padding: 4px 8px;
    margin: 0 0 12px
    }
.hiddenComment > div:first-child {
    display: block
    }
.hiddenComment > div {
    display: none
    }
.visibleComment > div:first-child {
    display: none
    }
.visibleComment > div {
    display: block
    }