@import url("https://use.typekit.net/ahb1oqu.css");


/*** General styles ***/
body, html {
    overflow-x: hidden!important;
}
.container-fluid {
    max-width: 2200px;
}
.container {
    padding-left: 10px;
    padding-right: 10px;
}
:focus {
    outline: none;
}
body {
    overflow-x: hidden;
}
body,
p,
span {
    font-family: "Muli", serif;
    color: #666;
    font-size: 0.9375rem;
}

h1, h2, h3 {
    font-family: "Brandon Grotesque", sans-serif;
    color: #666;
    font-weight: 500;
}

h1 {
    font-size: 2.625rem;
    color: #666;
    margin-bottom: 1.25rem;
    font-weight: 700;
}
h2 {
    font-size: 2.375rem;
    color: #666;
}
h3 {
    margin-bottom: 0.625rem !important;
    /*margin-top: 402.5rem !important;*/
    color: #AAD627;
    font-size: 2rem;
    line-height: 2rem;
}

h4, h5 {
    color: #666;
    font-family: "Muli", serif;
    font-weight: 700;
}
h4 {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
}
h5 {
    font-size: 1.0625rem;
    margin-bottom: 0.3125rem;
    margin-top: 1.25rem;
}
.intro {
    font-size: 1.125rem;
    color: #666666;
}
.white {
    color: #fff;
}
.whiteBG {
    background: #fff;
}
.underline {
    padding-bottom: 1rem;
    margin-bottom: 1.875rem;
    border-bottom: 2px solid #A2CC3A;
}
.violet {
    color: #75C2EB;
}
.underline-grey {
    border-bottom: 1px solid #D9D9D9;
}
hr.green {
    border-bottom: 2px solid #AAD627;
}
.grey-border {
    border: 1px solid #dfdfdf;
}
/*** Links + buttons ***/
a,
a:hover,
a:focus {
    color: #666666;
}
a.button,
input[type="submit"] {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 3px;
    font-family: "brandon-medium", sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
button {
    cursor: pointer;
}
.intro-paragraph {
    font-family: "brandon", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
a.button.green,
input[type="submit"].green,
button.green {
    background: #AAD627;
    color: #fff!important;
}
a.button.green-text,
input[type="submit"].green {
    color: #AAD627;
}

a.button.blue,
input[type="submit"].blue,
button.blue {
    background: #75C2EB;
    color: #fff!important;
}
a.button.blue-text,
input[type="submit"].blue {
    color: #75C2EB;
}

a.button.fullwidth {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
button.filter-button {
    background: #fff;
    color: rgb(102,102,102);
    font-family: "brandon-medium", sans-serif;
    border: 1px solid #F2F2F2;
    border-radius: 3px!important;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(242,242,242,1);
    -moz-box-shadow: 2px 2px 3px 0px rgba(242,242,242,1);
    box-shadow: 2px 2px 3px 0px rgba(242,242,242,1);
    margin: 0 5px;
}
a.back-to {
    display: block;
    height: 40px;
    padding-left: 50px;
    background-image: url('../images/back_to.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    margin-bottom: 40px;
    font-size: 0.82rem;
    padding-top: 10px;
}
.display-inline {
    display: inline;
}
.vertically-align-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/****** Forms *****/

.addReviewForm input[type="text"],
.addReviewForm input[type="email"],
.addReviewForm select,
.addReviewForm textarea,
.addReviewForm .g-recaptcha {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 22px;
}

.addReviewForm input[type="radio"] {
    margin: 0 3px;
}
.single-campsite-review {
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
    margin-bottom: 30px;
}
.single-campsite-review button {
    display: block;
    float: right;
    padding: 8px 16px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

/***** Navigation *****/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    overflow-x: hidden;
    transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    -o-transition: width 0.5s ease-out;
    z-index:999;
}
.sidenav .nav-content {
    width:70%;
    float:right;
    background:#AAD627;
    height: 100%;
    padding: 50px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 3rem;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;
}
.sidenav a:hover{
    color: #f1f1f1;
}
.sidenav .dropdown-menu a:hover,
.dropdown-item.active, .dropdown-item:active {
    color: #AAD627;
    background-color: #fff;
    font-weight: 300;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}
.sideNav li {
    overflow: hidden;
}
.sideNav li .dropdown-menu {
    height: 1px;
}

.sideNav li.show .dropdown-menu {
    height: auto;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.dropdown-toggle::after {
    border: none;
    width: 20px;
    height: 10px;
    background-image: url('../images/caret_white.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/***** Custom checkboxes *****/
.custom-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #AAD627;
    border: 1px solid #AAD627;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    border: 1px solid #AAD627;
    background-image: url('../images/tickbox.jpg');
    background-repeat: no-repeat;
    background-size: contain;

}
span.theLabel {
    font-family: 'brandon-medium', sans-serif;
    font-size: 1rem;
    color: #666666;
}
.row:before, .row:after{
    display: none;
}
/*** Hero ***/

#hero-image {
    background-size: cover;
    background-position: center center;
    display:flex;
    align-items:center;
    height:80vh;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

#header-container {
    background: lightgrey;
    height: 80px;
}
.home #header-container {
    background: transparent;
}
#hero-image,
#header-container {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}
#hero-image #scroll-me {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}
#hero-image #scroll-me img {
    width: 25px;
    height: 35px;
    display: block;
    float: none;
    margin: 10px auto;
}
.position-static {
    position: static;
}
#quickSearchForm {
    display: block;
}
#quickSearchForm div.form-fields {
    position: relative;
}
#quickSearchForm .btn-group {
    width: 100%;
}
#quickSearchForm .dropdown-toggle:after {
    display: none!important;
}
#quickSearchForm .btn-group button,
#resultsPageSearchForm button {
    width: 100%;
    background-color: #fff;
    background-image: url('../images/caret.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 11px 8px;
}
#resultsPageSearchForm button {
    margin-bottom: 15px;
}
#resultsPageSearchForm #selectPrice {}

#quickSearchForm .btn-group .btn:before {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
}
#quickSearchForm .btn-group .btn.region:before {
    background-image: url('../images/ico_region.png');
}
#quickSearchForm .btn-group .btn.accomodation-type:before {
    background-image: url('../images/ico_accomodation.png');
}
#quickSearchForm .btn-group .btn.themes:before {
    background-image: url('../images/ico_theme.png');
}
#quickSearchForm .btn-group .btn.price:before {
    background-image: url('../images/ico_price.png');
}
#quickSearchForm .btn-group .btn.guests:before {
    background-image: url('../images/ico_guests.png');
}
#quickSearchForm .datepicker button {
    width: 100%;
    height: 100%;
}
#quickSearchForm input[type="text"] {
    border: 1px solid #BABABA;
    border-radius: 3px;
}
p.fake-button-label,
#quickSearchForm input[type="text"] {
    font-family: "Muli", serif;
    font-size: 0.9375rem;
}
#quickSearchForm input[type="text"]#checkin {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #BABABA;
}
#quickSearchForm input[type="text"]#checkout {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #BABABA;
    border-left: none;
}
#quickSearchForm .btn {
    background: transparent;
    font-family: 'brandon-medium', sans-serif;
    font-size: 1rem;
    color: #666666;
}
#quickSearchForm input[type="submit"] {
    border:none;
    box-shadow: none;
    margin-right: 0;
}
#quickSearchForm .dropdown-menu {
    width: 100%;
}
#quickSearchForm .dropdown-menu.themes,
#quickSearchForm .dropdown-menu.region,
#quickSearchForm .dropdown-menu.accomodation{
    background: transparent;
    border: none;
    top: 40px;
    position: absolute;
}
#quickSearchForm .dropdown-menu.themes .whiteBG,
#quickSearchForm .dropdown-menu.region .whiteBG,
#quickSearchForm .dropdown-menu.accomodation .whiteBG{
    border-radius: 4px;
}
#quickSearchForm .dropdown-menu.themes .custom-checkbox,
#quickSearchForm .dropdown-menu.accomodation .custom-checkbox{
    display: inline-block;
    width: 24.7%;
    /*padding: 0 24px;*/
}
#quickSearchForm .dropdown-menu.region .custom-checkbox {
    display:block;
    width: 24.7%;
    float: left;
}
#quickSearchForm  a.reset-link,
#quickSearchForm  a.apply-link,
#resultsPageSearchForm a.reset-link,
#resultsPageSearchForm a.apply-link {
    cursor: pointer;
}
#quickSearchForm a.reset-link, #resultsPageSearchForm a.reset-link {
    float: left;
    display: block;
    background: #ccc;
    border-radius: 4px;
    padding: 5px 20px;
}
#quickSearchForm  a.apply-link,
#resultsPageSearchForm a.apply-link{
    float: right;
    display: block;
    background: #AAD627;
    border-radius: 4px;
    padding: 5px 20px;
    color:#fff;
}
#quickSearchForm  a.apply-link:after,
#resultsPageSearchForm a.apply-link:after {
    /*content: " >";
    color: #AAD627;*/
}
#quickSearchForm .dropdown-menu.select-accomodation {
    padding: 0;
}
#quickSearchForm .dropdown-menu.select-accomodation a {
    padding: 6px 12px;
}
#quickSearchForm .dropdown-menu.select-accomodation div:first-of-type a {
    padding-top:12px;
}
#quickSearchForm .dropdown-menu.select-accomodation div:last-of-type a {
    padding-bottom:12px;
}
#quickSearchForm .dropdown-menu {
    margin-top: 0;
}
#quickSearchForm input[type="submit"],
#quickSearchForm button[type="submit"] {
    padding: 15px 20px;
    color: #fff;
    background: #A8D523;
    box-shadow: none;
    border-radius:3px;
    border: none;
    display: inline-block;
    font-family: muli, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.1875rem;
    line-height: 1.5rem;
}
a.form-btn,
a.form-btn {
    padding: 12px 19px;
    background: #A8D523;
    border-radius: 3px;
    color: #fff!important;
}
#applyGuests {
    float: right;
}
.dropdown-menu.region > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#resultsPageSearchForm {
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#resultsPageSearchForm div.datepicker {
    background: #fff;
    color: rgb(102,102,102);
    font-family: "brandon-medium", sans-serif;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(242,242,242,1);
    -moz-box-shadow: 2px 2px 3px 0px rgba(242,242,242,1);
    box-shadow: 2px 2px 3px 0px rgba(242,242,242,1);
    margin: 0 5px 10px;
    cursor: pointer;
    height: 38px;
}
#resultsPageSearchForm div.datepicker input {
    cursor: pointer;
}
#resultsPageSearchForm .dropdown-toggle::after {
    background: none;
}
#resultsPageSearchForm button.selected {
    background-color: #75C2EB;
    color: #fff;
    background-image: url('../images/caret_white.png');
}
#resultsPageSearchForm button.selected span.theLabel {
    color: #fff;
}
#resultsPageSearchForm .btn-group.staticPosition,
#resultsPageSearchForm .btn-group.staticPosition button {
    position: static;
}
#resultsPageSearchForm .staticPosition .dropdown-menu {
    left: 0;
    right: 0;
}
#resultsPageSearchForm .custom-checkbox.region,
#resultsPageSearchForm .custom-checkbox.accomodation,
#resultsPageSearchForm .custom-checkbox.themes {
    width: 32.3333%;
    display: inline-block;
}
#resultsPageSearchForm #selectGuests + .dropdown-menu,
#resultsPageSearchForm #selectPrice + .dropdown-menu {
    width: 300px;
    left: 5px;
}
#resultsPageSearchForm input[type="submit"] {
    height: 38px;
    padding: 5px 30px;
}
#searchForm .btn-group {
    display: block;
    width: 100%;
}
#searchForm .datepicker.btn-group {
    margin-left: 0;
    margin-right: 0;
}

img.form-icon {
    width: 25px;
    margin-right: 2rem;
    position: absolute;
    right: 0;
}
div.value-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
div.value-button.increase {
    background-image: url('../images/increase_btn.png');
}
div.value-button.decrease {
    background-image: url('../images/decrease_btn.png');
}
span.label {
    font-size: 1.25rem;
    color: #666;
}
span.subLabel {
    display: block;
    color: #949494;
    font-family: 'brandon-italic', sans-serif;
    font-size: 0.875rem;
    line-height: 0.857rem;
}
/* prevent browser controls rendering for number field*/
input[type=number] {
    -moz-appearance: textfield;
    width: 20px;
    border: none;
    text-align: center;
    font-family: 'brandon-italic', sans-serif;
    font-size: 0.875rem;
    color: #949494;
    position: relative;
    top: -10px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* price slider */
#price-slider {
    margin: 1rem 0;
    height: 6px;
    background: #ccc;
}
.noUi-connect {
    background: #AAD627!important;
    height: 6px;
}
.noUi-handle {
    border: none;
    border-radius: 0;
    background: transparent;
    cursor: default;
    box-shadow: none;
    top: -10px!important;
}
.noUi-handle::after,
.noUi-handle::before {
    display: none;
}
.noUi-handle-lower {
    background-image: url('../images/price_slider_decrease.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.noUi-handle-upper {
    background-image: url('../images/price_slider_increase.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.noUi-target {
    border: none;
    box-shadow: none;
}
/*** date picker ***/
#datePicker {
    width:100%;
    padding: 7px 16px;
    border: none;
    border-radius: 4px;
    font-family: 'brandon-medium', sans-serif;
    font-size: 1rem;
    color: #666666;
    text-align: center;
    background-image: url('../images/caret.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 11px 8px;
}
#quickSearchForm div.datepicker:before {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    content: " ";
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/ico_date.png');
}
.daterangepicker {
    margin-top: 0;
    padding: 20px 0;
}
.daterangepicker table {
    border-collapse: separate;
    border-spacing: 0;
}
.daterangepicker td {
    border: 1px solid #ccc;
    border-radius: 0!important;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    border: 1px solid #ccc;
    border-radius: 0!important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {

}
.daterangepicker td.start-date.end-date {
    border-radius: 0!important;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
    text-decoration: none;
    color: #D9D9D9;
    border: 1px solid #f2f2f2;
}
.daterangepicker td.available {
    color: #666666;
    border: 1px solid #f2f2f2;
}
.daterangepicker td.today {
    background: #75C2EB;
    font-weight: bold;
    color: #fff;
    border: 1px solid #75C2EB;
}
.daterangepicker td.in-range {
    background: #A7D3EB;
    color: #fff;
    border: 1px solid #75C2EB;
}
.daterangepicker td.today:hover,
.daterangepicker td.available:hover,
.daterangepicker td.start-date,
.daterangepicker td.end-date {
    background: #75C2EB;
    color: #fff;
    border-radius: 0;
    border: 1px solid #75C2EB;
}
.daterangepicker.ltr .ranges {
    float: none;
    display: block;
    width: auto;
    clear: both;
    padding: 0 20px;
}
.daterangepicker.ltr .ranges .applyBtn,
.daterangepicker.ltr .ranges .applyBtn:hover,
.daterangepicker.ltr .ranges .applyBtn:focus {
    float: right;
    background-color: transparent;
    font-family: "brandon", sans-serif;
    cursor: pointer;
    color: #666666;
    border: none;
}
.daterangepicker.ltr .ranges .applyBtn:after {
    /*content: " >";
    color: #AAD627;*/
}
.daterangepicker.ltr .ranges .cancelBtn {
    float: left;
    background-color: transparent;
    font-family: "brandon", sans-serif;
    cursor: pointer;
    color: #666666;
}
.daterangepicker th.next,
.daterangepicker th.next:hover {
    background-color: transparent;
    background-image: url('../images/month_next.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.daterangepicker th.prev,
.daterangepicker th.prev:hover {
    background-color: transparent;
    background-image: url('../images/month_prev.png');
    background-repeat: no-repeat;
    background-size: contain;
}
div.calendar.left,
div.calendar.right {
    padding: 0 20px;
    margin-bottom: 20px;
}
div.calendar.left th.month {
    text-align: left;
    padding-left: 15px;
}
div.calendar.right th.month {
    text-align: right;
    padding-right: 15px;
}
div.daterangepicker_input {
    display: none;
}
/*** HEADERS ***/
#header-container {
    padding: 2rem 1rem;
}
a#hamburger {
    display: inline-block;
    float: right;
    margin-top: 1rem;
    cursor: pointer;
}
a#hamburger span {
    color: #fff;
}
a#hamburger .burger {
    margin-left: 8px;
    background: transparent;
    display: inline-block;
    float: right;
}
a#hamburger .burger span {
    width: 20px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
    display: block;
}
a#hamburger .burger span:first-of-type {
    margin-top: 3px;
}
.main-header a#hamburger span {
    color: #AAD627;
}
a#hamburger .burger span {
    width: 25px;
    height: 3px;
    background-color: #AAD627;
    margin: 6px 0;
    display: block;
}
body.home a#hamburger .burger span {
    background-color: #FFFFFF;
}
a#hamburger .title {
    font-size: 1rem;
}

#menu-main-menu {
    display: block!important;
    transform: translateX(100%);
}
.open #menu-main-menu {
    animation: slide-from-right 1.2s ease forwards;
}
#menu-main-menu > li {
    display: block;
    margin-bottom: 20px;
}
#menu-main-menu > li > a {
    font-family: "brandon-medium", sans-serif;
}
#menu-main-menu .dropdown-menu {
    width: 100%;
    background: transparent;
    position: relative;
    border: none;
}
#menu-main-menu .dropdown-menu li > a {
    font-size: 20px;
}
#menu-main-menu li .dropdown-menu li {
    width: 33%;
    display: inline-block;
    float: left;
}
/****** taxonomy tabs *****/

ul.taxonomy-list {
    width: 100%;
    list-style-type: none;
    padding: 10px;
}
ul.taxonomy-list > li {
    display: inline-block;
    float: left;
}
ul.taxonomy-list > li a {
    display: block;
    margin-right: 30px;
    padding-right: 25px;
    background-image: url('../images/taxonomy_link_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px;
    margin-bottom: 8px;
}
.taxonomy-tabs .col {
    background-size: cover;
    background-position: center center;
}
.taxonomy-tabs .col .display-table  {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.taxonomy-tabs .col .display-table .display-table-cell {
    -moz-transition: background-color .4s ease-out;
    -webkit-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
    background-color: transparent;
}
.taxonomy-tabs .col.one-third-height:hover .display-table .display-table-cell,
.taxonomy-tabs .col.two-thirds-height:hover .display-table .display-table-cell,
.taxonomy-tabs .col.full-height:hover .display-table .display-table-cell,
.accomodation-types-block .taxonomy-tabs .col:hover .display-table .display-table-cell,
.regions-block .taxonomy-tabs .col:hover .display-table .display-table-cell {
    background-color: rgba(170,214,36,0.9);
}
.taxonomy-tabs .col a {
    text-decoration: none!important;
}
.taxonomy-tabs  h2,
.taxonomy-tabs h4 {
    color: #fff;
}
.taxonomy-tabs h2.dark {
    color: #666;
}
.taxonomy-tabs h4.dark {
    color: #666;
    margin-bottom: 20px;
}
.taxonomy-tabs .align-right h4.dark:after {
    position: absolute;
    left: 25%;
    right: 0;
    bottom: -10px;
    border-bottom: 1px solid #AAD627;
    content: " ";
}
.taxonomy-tabs h4.dark:after {
    position: absolute;
    right: 25%;
    left: 0;
    bottom: -10px;
    border-bottom: 1px solid #AAD627;
    content: " ";
}
.taxonomy-tabs .col.one-third-height:hover .display-table h4,
.taxonomy-tabs .col.two-thirds-height:hover .display-table h4,
.taxonomy-tabs .col.full-height:hover .display-table h4,
.accomodation-types-block .taxonomy-tabs .col:hover .display-table h4,
.regions-block .taxonomy-tabs .col:hover .display-table h4 {
    opacity: 1;
}
.taxonomy-tabs > .single-tab {
    padding: 10px;
}
.taxonomy-tabs > .double-tab {
    padding: 10px;
}
.taxonomy-tabs > .double-tab > .col {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.taxonomy-tabs > .single-tab > .col {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fade-me-in {
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -ms-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell {
    display: table-cell;
}
.middle {
    vertical-align: middle;
}
.campsite-thumb {
    position: relative;
}
p.offer-overlay {
    position: absolute;
    top:0;
    padding: 10px;
    color: #fff;
    left: 11px;
    right: 11px;
    z-index: 3;
    text-align: center;
    /*background: #75C2EB;*/
    background: #AAD627;
    font-family: "brandon-medium", sans-serif;
}

/***** Slider *****/
.bx-wrapper {
    border: none;
    box-shadow: none;
}
#homeSlider .bx-wrapper .bx-pager {
    top: 30%;
    bottom: auto;
    left: 10px;
    width: 30px;
    padding-top: 0;
}
#homeSlider .bx-wrapper .bx-pager-item {
    width: 100%;
    height: 25px;
    text-align: center;
}
#homeSlider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #AAD627;
    border-radius: 50%;
    margin: 0 auto;
}
#homeSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    border: 1px solid #AAD627;
    width: 12px;
    height: 12px;
}
hr.green {
    border-top: 1px solid #AAD627;
}

/*** Bottom banner ***/
#bottomBanner {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#promoBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/******************************************** campsites list view
*******************************************************************/


/* Carousel */
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top:0;
    bottom: 0;
    width: 20%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    text-indent: -9999px;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.owl-carousel .owl-nav .owl-prev:after,
.owl-carousel .owl-nav .owl-next:after {
    content: "";
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20px 40px;
}
.owl-carousel .owl-nav .owl-prev:after {
    background-image: url('../images/carousel_prev.png');
    background-position: left 15px center;
}
.owl-carousel .owl-nav .owl-next:after {
    background-image: url('../images/carousel_next.png');
    background-position: right 15px center;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    background: -moz-linear-gradient(right, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}


.star {
    /*font-size: x-large;
    /*width: auto;*/
    /*width: 22px;
    display: inline-block;
    color: grey;*/
    background-image: url('../images/star_off.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 2px;
}
.star:last-child {
    margin-right: 0;
}
.star:before {
    /*content:'\2605';*/
}
.star.on {
    /*color: gold;*/
    background-image: url('../images/star_on.svg');
}

.star.half {
    background-image: url('../images/star_five.svg');
}
.star.one-tenth {
    background-image: url('../images/star_one.svg');
}
.star.two-tenths {
    background-image: url('../images/star_two.svg');
}
.star.three-tenths {
    background-image: url('../images/star_three.svg');
}
.star.four-tenths {
    background-image: url('../images/star_four.svg');
}
.star.six-tenths {
    background-image: url('../images/star_six.svg');
}
.star.seven-tenths {
    background-image: url('../images/star_seven.svg');
}
.star.eight-tenths {
    background-image: url('../images/star_eight.svg');
}
.star.nine-tenths {
    background-image: url('../images/star_nine.svg');
}

/**** Single campsite view *****/

body.single-campsites .featherlight-content {
    padding: 0;
    border-bottom: none;
    background: transparent;
}
body.single-campsites .featherlight .featherlight-content {
    max-height: 80%;
}
body.single-campsites .featherlight-next:hover,
body.single-campsites .featherlight-previous:hover {
    background-color: transparent;
}
body.single-campsites .featherlight-next:hover span,
body.single-campsites .featherlight-previous:hover span {
}
body.single-campsites .featherlight-previous,
body.single-campsites .featherlight-next {
    position: absolute;
    cursor: pointer;
}
body.single-campsites .featherlight-next {
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
}
body.single-campsites .featherlight-next span {
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    top: 46%;
    right: 30px;
    background-image: url(../images/carousel_next.png);
    background-size: contain;
    background-repeat: no-repeat;
}
body.single-campsites .featherlight-previous span img,
body.single-campsites .featherlight-next span img {
    display: none!important;
}
body.single-campsites .featherlight-next:after {
}
body.single-campsites  .featherlight-previous {
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
}
body.single-campsites  .featherlight-previous span {
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    top: 46%;
    left: 30px;
    background-image: url(../images/carousel_prev.png);
    background-size: contain;
    background-repeat: no-repeat;
}
body.single-campsites .featherlight-previous:hover {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 90%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%);
    background: linear-gradient(to right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
body.single-campsites  .featherlight-next:hover {
    background: -moz-linear-gradient(right, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0) 90%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%);
    background: linear-gradient(to left, rgba(0,0,0,0.30) 0%,rgba(0,0,0,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
body.single-campsites .star-rating {

}
.campsiteGalleryBanner {
    display:block;
    width:100%;
    position:relative;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#campsiteGalleryCarousel {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    /*
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    */
}

@media(min-width: 992px) and (max-width: 1199px) {
    #campsiteGalleryCarousel {
        padding: 10px 50px;
    }
}

.campsiteGalleryBanner:hover #campsiteGalleryCarousel {
    opacity: 1;
}
#campsiteGalleryCarousel .owl-carousel .owl-nav .owl-next,
#campsiteGalleryCarousel .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    background: transparent;
    opacity: 1;
}
#campsiteGalleryCarousel .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
#campsiteGalleryCarousel .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.tab-content {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}
.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #75C2EB;
}
.single-availability {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1rem;
}
.booking-prices a.btn {
    margin-left: 0;
    margin-right: 0;
}
.booking-prices p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #666666;
}
.strikethrough {
    text-decoration: line-through;
    color: #D9D9D9;
    font-style: italic;
}
.booking-prices span.price {
    font-size: 2.375rem;
    line-height: 2.75rem;
    color: #666666;
    font-weight: 800;
}


#bookingForm {
    border: 1px solid #D9D9D9;
    background: #fff;
}
.mapContainer {
    position: relative;
}
#bookingForm.fixed,
#map-box.fixed {
    position:fixed !important;
    top: 0;
}
#map-box.fixed {
    z-index: 1000;
}

#regionContainer #map-box {
     max-height: 800px;
 }

#map-box.fixed-top {
    position:fixed!important;
    top: 10px;
}
#map-box.fixed-bottom {
    position:absolute!important;
    bottom: 0;
}
/*** Holidaying in france pages ***/
.holidaying-steps {
    margin: 6.25rem 0;
}
.holidaying-steps .row:last-of-type {
    display: none;
}
.holidaying-steps .step-separator {
    height: 200px;
    background-image: url('../images/guide-separator.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.holidaying-steps .step-separator.reverse {
    background-image: url('../images/guide-separator-reversed.svg');
}
.take-me-to-button {
    padding: 5px;
    text-align: center;
}
.take-me-to-button > a {
    display:table;
    width: 100%;
    height: 100%;
    border: 1px solid #75C2EB;
    border-radius: 4px;
    padding: 10px;
    color: #75C2EB;
    font-size: 0.8125rem;
    line-height: 0.9rem;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(117,194,235,0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(117,194,235,0.5);
    box-shadow: 1px 1px 5px 0px rgba(117,194,235,0.5);
}
a#backToTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 35px;
    height: 35px;
    background: url('../images/back_to_top.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    display: none;
}
.region-thumb {
    padding-bottom: 3.125rem;
}
.region-thumb img {
    width: 100%;
    margin-bottom: 2.5625rem;
}
.region-thumb h2 {
    margin-bottom: 1.875rem;
}
a.read-more-arrow {
    background-image: url('../images/read-more-arrow.svg');
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: right center;
    padding-right: 15px;
}
p.region {
    background: url('../images/region_bg.svg') no-repeat left center;
    background-size: contain;
    display:block!important;
    padding-left: 20px;
    margin-left: 0;
    margin-top: 0.325rem;
}

/***** Sidebar menu *****/
#myNavmenu {
    width: 0;
}


/*** FOOTER ***/
#footer {
    padding-top: 100px;
}
.footer-top {
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #ccc;
}
.footer-bottom {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
#footer ul {
    list-style-type: none;
    padding-left: 0;
}
#menu-footer-bottom-menu li > a {
    padding: 5px 10px;
}
#menu-footer-bottom-menu li.fb-link a,
#menu-footer-bottom-menu li.twitter-link a,
#menu-footer-bottom-menu li.insta-link a {
    line-height: 0;
    font-size: 0;
    color: transparent;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
}
#menu-footer-bottom-menu li.fb-link a {
    background-image: url('../images/facebookIcon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#menu-footer-bottom-menu li.twitter-link a{
    background-image: url('../images/twitterIcon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#menu-footer-bottom-menu li.insta-link a {
    background-image: url('../images/instagramIcon.png');
    background-size: contain;
    background-repeat: no-repeat;
}
#menu-footer-bottom-menu {
    justify-content: flex-end;
}

.greenText {
    color: #AAD627;
}
span.actAsH3 {
    font-family: "brandon-medium-italic", sans-serif;
    font-size: 1.875rem;
}

a.blue-link{
    color: #75C2EB;
}

.home-promo-block a {
    text-decoration: none!important;
}
.promo-logo img {
    max-height: 150px;
}
.home-promo-block a.read-more {
    color: #ffffff;
    font-size: 1.25rem;
    font-family: "brandon-bold", sans-serif;
}

#hero-image h1 {
    color:#ffffff;
}
.absolute {
    position: absolute !important;
    bottom: 0;
}
span.inline-star-rating {
    display: inline-block;
    margin-left: 20px;
}
h3.styleAsH2WithH3Size {
    font-family: "brandon-bold", sans-serif;
    font-size: 1.875rem;
    color: #666666;
    margin-top: 1.875rem;
    margin-bottom: 1.5rem;
}
div.destinationSearchResultsBox {
    position: relative;
}
div.destinationSearchResultsBox > div.destinationSearchResults {
    display: none;
}
div.destinationSearchResultsBox > div.destinationSearchResults {
    position: absolute;
    z-index: 1000;
    background-color: #FFF;
    width: 100%;
    max-height: 500px;
    overflow-x: hidden;
    border: 1px solid #BABABA;
}
div.destinationSearchResultsBox > div.destinationSearchResults h4 {
    background-color: #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}
div.destinationSearchResultsBox > div.destinationSearchResults p {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.loader {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 0.5rem solid #f3f3f3;
    border-top: 0.5rem solid #AAD627;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.destinationSearchResults .loader {
    display: none;
}
.searchLoadingPopup .loader {
    margin-bottom: 0;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.searchLoadingPopup {
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
.searchLoadingPopup > .flex-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}
.searchLoadingPopup > .flex-inner > .searchLoadingPopupContent {
    position: relative;
    width: 50vw;
    background-color: #FFF;
    margin: auto;
    border: 1px solid black;
    text-align: center;
    padding: 30px;
}

.searchLoadingPopup a.closeMeDown {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.mapLabel {
    font-size: 50px!important;
}

ul.searchPagination {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    display: inline-block;
}
ul.searchPagination li {
    display: inline-block;
    padding-right: 10px;
}
ul.searchPagination li a.activeLink {
    color: #AAD627;
}
div.campsiteAvailability {
    border: 1px solid green;
    margin-bottom: 30px;
}

/**** Listing 2.0 ****/
#resultsContainer,
#mapContainer {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
#toggleMapBtn {
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}
#resultsContainer.full-width {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#mapContainer.hidden {
    /*-webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 0;*/
    transform: translateX(100%);
}
.campsite-list-item {
    margin-bottom: 24px;
}

#resultsContainer.full-width .campsite-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
#resultsContainer.full-width .campsite-list-item .image-container,
#resultsContainer.full-width .campsite-list-item .description-container{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.campsite-list-item > .row {
    height: 100%;
}

.relative {
    position: relative;
}
.ratio-4-3 {
    width: 100%;
    padding-bottom: 75%;
}
.image-wrap {
    background-image: url('../images/loader.gif');
    background-size: contain;
    background-position: center center;
}
.image-wrap > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.highlight-item:after {
    content: "\2022";
    padding-left: 8px;
    margin-right: 8px;
}
.highlight-item:last-of-type:after {
    display: none;
}
.campsite-listing-gallery {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.campsite-listing-gallery .owl-dots {
    position: absolute;
    bottom: 10px;
}
.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border: none;
    box-shadow: none;
    font-size: 1px;
    color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center center;
    background-color: transparent!important;
    width: 60px;
    outline: none!important;
    opacity: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.campsite-listing-gallery:hover .slick-arrow {
    opacity: 0.8;
}
.slick-prev {
    left: 0;
    background-image: url('../images/slider_arrow_prev.svg')!important;
}
.slick-next {
    right: 0;
    background-image: url('../images/slider_arrow_next.svg')!important;
}
.slick-arrow.slick-prev:hover,
.slick-arrow.slick-next:hover {
    opacity: 1;
}
/* hiding all bullets by default */
.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 0;
}
.slick-dots li {
    display: none
}

.slick-dots li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background:#fff;
    border-radius: 50%;
    font-size: 1px!important;
    opacity: 0.7;
}
.slick-dots li.slick-active + li:before {
    opacity: 1;
}
.slick-dots li button {
    display: none;
}
/* hiding all bullets by default */
.slick-dots li {
    display: none
}
/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li {
    display: inline-block;
}
/* displaying the last three bullets when slick-active class isn't applied to any li before them  */
.slick-dots li:nth-last-child(1),
.slick-dots li:nth-last-child(2),
.slick-dots li:nth-last-child(3) {
    display: inline-block;
}
/* hiding the last three bullets if slick-active exist before them */
.slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-dots li.slick-active ~ li:nth-last-child(3) {
    display: none;
}
/* specific conditions to always display the last three bullets */
.slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-dots li.slick-active + li:nth-last-child(3),
.slick-dots li.slick-active + li:nth-last-child(2),
.slick-dots li.slick-active + li:nth-last-child(1){
    display: inline-block;
}
.image-container .dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 99;
    text-align: center;
}
.image-container .dots > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    background: #fff;
    border-radius: 50%;
}
.image-container .dots > span:nth-child(1),
.image-container .dots > span:nth-child(7) {
    opacity: 0.2
}
.image-container .dots > span:nth-child(2),
.image-container .dots > span:nth-child(6) {
    opacity: 0.5
}
.image-container .dots > span:nth-child(3),
.image-container .dots > span:nth-child(5) {
    opacity: 0.75
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-next,
.campsite-listing-gallery.owl-carousel .owl-nav .owl-prev {
    font-size: 1px;
    color: transparent;
    overflow: hidden;
    text-indent: -1000px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center center;
    background-color: transparent!important;
    opacity: 0;
}
.campsite-list-item:hover .campsite-listing-gallery.owl-carousel .owl-nav .owl-next,
.campsite-list-item:hover .campsite-listing-gallery.owl-carousel .owl-nav .owl-prev {
    opacity: 0.8;
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-next:hover,
.campsite-listing-gallery.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1!important;
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-next:hover.disabled,
.campsite-listing-gallery.owl-carousel .owl-nav .owl-prev:hover.disabled {
    opacity: 0.8!important;
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-next {
    background-image: url('../images/slider_arrow_next.svg')!important;
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-next:after {
    display: none;
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-prev {
    /*background-color: blue;*/
    background-image: url('../images/slider_arrow_prev.svg')!important;
}
.campsite-listing-gallery.owl-carousel .owl-nav .owl-prev:after {
    display: none;
}
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}
button::-moz-focus-inner {
    border: 0;
}
#toggleMapBtn {
    display:inline-block;
    width: 61px;
    height: 37px;
    background: #D4D3D3;
    border-radius: 18px;
    border: none;
    box-shadow: none;
    position: relative;
    outline: none!important;
}
#toggleMapBtn.on {
    background: #393939;
}
#toggleMapBtn:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border-radius:50%;
    top: 4px;
    left: 4px;
}
#toggleMapBtn.on:after {
    left: auto;
    right: 4px;
}
#campsiteImages .image-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid lightgrey;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
#campsiteImages img {
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}
#campsiteImages img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#campsiteImages  #seeAllPhotos {
    position: absolute;
    bottom: 30px;
    right: 50px;
}
#fullSizeImagesContainer,
#fullSizeImagesContainer .slick-track {
    max-height: 90vh;
}
#fullSizeImagesContainer .slick-track {
    display: flex!important;
    align-items: center;
}
#modalGallery {
    display: none;
    position: fixed;
    z-index: 9;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: white;
}
#modalGallery > div {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 2000px;
}
.closeModal {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: red;
}
.image-square {
    position: relative;
    padding-bottom: 100%;
}
.image-square > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-wrapper.contain {
    object-fit: contain!important
}

/**********************************************************************************************************************
    Rough Styling for Booking Funnel
**********************************************************************************************************************/

body.page-template-page-book-now h1,
body.page-template-page-book-now h2,
body.page-template-page-book-now h3,
body.page-template-page-book-now h4,
body.page-template-page-book-now h5,
body.page-template-page-book-now h6 {
    color: #666666;
    font-family: "brandon-bold", sans-serif;
}

.selectedAccommodationDetailsPanel {
    border: 1px solid lightgrey;
}

.secureCheckoutPanel {
    background-color: #0D2B4E;
}
.secureCheckoutPanel p {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
}

.selectedStayOptionsAndBookingTotalSidebar {
    border: 1px solid lightgrey;
}
.add-full-light-grey-border {
    border: 1px solid lightgrey;
}
.add-bottom-light-grey-border {
    border-bottom: 1px solid lightgrey;
}
.add-top-light-grey-border {
    border-top: 1px solid lightgrey;
}

.fcAccordions .fcAccordionHeader h3 a {
    display: block;
    cursor: pointer;
}
.fcAccordions .fcAccordionHeader {
    border: 1px solid lightgray;
}
.fcAccordions .fcAccordionContent {
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    display: none;
}

p.fcFieldLabel {
    display: inline-block;
    margin-left: 20px;
}

a.showTermsAndConditionsOfSale {
    cursor: pointer;
}

div.termsAndConditionsOfSalePopup {
    display: none;
}
div.termsAndConditionsOfSalePopup div.searchLoadingPopupContent {
    max-height: 80vh;
    overflow-y: scroll;
}
div.termsAndConditionsOfSalePopup a.closeMeDown {
    display: block;
}

body.page-id-130513 header#header-container {
    display: none;
}

div.price-tag {
    display: block;
    background-color: red;
    color: white;
    padding: 5px;
}

/**********************************************************************************************************************
    Review - review-form
**********************************************************************************************************************/

.review-form{

}
.review-form label{
    white-space: break-spaces;
}
.review-form input[type=text],
.review-form input[type=email],
.review-form select,
.review-form textarea{
    border: 1px solid #BABABA;
    border-radius: 3px;
    padding: 10px 12px 11px;
    line-height: 1;
    width: 100%;
}
.review-form input[type=radio] {
    cursor:pointer;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    margin:2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #BABABA;
}
.review-form input[type=radio]:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    margin: 2px auto;
    border-radius: 50%;
}
.review-form input[type=radio]:checked:before {
    background: #A8D523;

}
.review-form input[type=radio]:checked {
    border: 2px solid #A8D523;
}

select.styled-select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.styled-select::-ms-expand {
    display: none;
}
.styled-select {
    background-image: url(../images/dropdown_arrow.svg);
    background-position: right 8px center;
    background-size: 16px 8px;
    background-repeat: no-repeat;
}
