

html {
  scroll-behavior: smooth;
}

/* COLOURS */
/*
#f59c00 - Bright Orange
#ea5b0c - Dark Orange
#394348 - Slate Grey
#1d1d1b - Black
#00617F - Ocean (Not used)
#E6EFF2 - Ocean 10%
#B3D0D9 - Ocean 30%
#4C6B52 - Green
#B7C4BA - Green 40%

Z-INDEX (rough guidelines)
dropdown:           1000;
sticky:             1020;
fixed:              1030;
modal-backdrop:     1040;
modal:              1050;
offcanvas:          1060;
popover:            1070;
tooltip:            1080;
*/

/***********************************************************************************************
   Components
***********************************************************************************************/

/* Checkbox + radio generic styles */
.checkbox, .radio {padding-left: 0;}
#booking-sidebar-form .checkbox input[type="checkbox"], #booking-sidebar-form .radio input[type="radio"] {display:none; } /*this breaks the input on the campsite registration stage 1*/
.checkbox label, .radio label {padding-left: 0; }
.checkbox label > span:first-child:not(.glyphicon), .radio label > span:first-child:not(.glyphicon) {display: inline-block; margin-right: 3px; vertical-align: middle; line-height: 1; font-family: 'Glyphicons Halflings';}
.checkbox label > span:first-child:not(.glyphicon):before, .radio label > span:first-child:not(.glyphicon):before {content:''; display:block; width:24px; height:24px;border:1px solid #ccc;text-align: center; line-height: 20px; border-radius:4px; background-color: #fff;}
.registration-form .checkbox:before, .registration-form .radio:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 0;
  font-family: "soap-icons";
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
}
.checkbox label, .radio label {
  padding-left: 10px;
  display: inline;
}

.checkbox input[type="checkbox"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.registration-form .checkbox.checked:before, .registration-form .radio.checked:before {
  border-color: #f59c00;
  color: #fff;
  background: #f59c00;
  content: "\e8ba";
}

/* Checkbox styling */
.checkbox input[type="checkbox"]:checked + label > span:first-child:before {content:'\e013'; background:#EA5B0C; color:#fff; border-color: #EA5B0C;}
.checkbox.cross-check input[type="checkbox"]:checked + label > span:first-child:before {content:'\e014'; background:#E4446B; border-color: #E4446B;}
.checkbox input[type="checkbox"][disabled] + label > span:first-child:before, .checkbox.disabled input[type="checkbox"] + label > span:first-child:before {background:#eee; cursor: not-allowed; border-color:#ccc; color:#888}
.checkbox.cross-check input[type="checkbox"][disabled] + label > span:first-child:before, .checkbox.cross-check.disabled input[type="checkbox"] + label > span:first-child:before {background:#eee; cursor: not-allowed; border-color:#ccc; color:#888}

.checkbox.show-tick input+label > span:first-child:before {content: '\e013'; background: #EA5B0C; color: #fff}
.checkbox.show-cross input+label > span:first-child:before {content: '\e014'; background: #E4446B; color: #fff}
.checkbox.is-inherited input+label > span:first-child:before {background:#fff; color: #aaa;}
.checkbox.ternary-check input[disabled]+label > span:first-child:before {background:#eee; color: #888;}
.checkbox.ternary-check.is-inherited input[disabled]+label > span:first-child:before {background:#eee; color: #bbb;}
.checkbox.ternary-check input[disabled]+label {cursor: not-allowed;}

/* Radio styling */
.radio label > span:first-child:not(.glyphicon) {width: 24px; height: 24px;}
.radio label > span:first-child:not(.glyphicon):before {border-radius: 50%; position:absolute;}
.radio input[type="radio"]:checked + label > span:first-child:not(.glyphicon):before { border-color: #EA5B0C;}
.radio input[type="radio"]:checked + label > span:first-child:not(.glyphicon):after {content:''; display:block; position:absolute; width:12px; height:12px; margin-left:6px; margin-top:6px; border-radius:50%; background:#EA5B0C; color:#fff;}

/* Hyperlinks */
a, button.button-link { color: #ea5b0c; }

/* Buttons */
.button {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  border-radius: 30px;
  color: #394348;
  border: 0px;
  text-align: center;
  border: 1px solid;
  background-color: transparent;
}

.button:hover {
  text-decoration: none;
}

.select-campsite{
  background-color: #e6eff2;
  width: auto;
}

button.button-link {display: inline; padding: 0; line-height: inherit; height: auto; background: none; border: none; outline: none;}

button.hollow, a.button.hollow {
  border: 1px solid;
  background: #fff;
  vertical-align: top;
}

.button-next{
  float: right;
  width: auto;
  background-color: #f59c00;
  color: #fff;
  border: 0px;
  padding: 10px 40px;
}

.button-next-stage-one{
  float: none;
  width: auto;
  background-color: #f59c00;
  color: #fff;
  border: 0px;
  padding: 10px 40px;
}

#main .button-next-stage-one:hover{
  background-color: #fff;
  color: #f59c00;
  transition: 0.5s;
}

.button-back{
  width: auto;
}

/* Form controls */
.form-control{
  -webkit-appearance:none;
}

button.form-control-pill {
  display: flex;
  align-items: center;
}

.form-control-pill {
  position: relative;
  height: 60px;
  width:100%;
  padding: 10px 10px 10px 20px;
  background-color: #EEEEEE;
  border-radius: 30px;
  border: none;
  outline: 0px solid #EEE;
  transition: background 0.2s, outline 0.2s;
  text-align:left;
  cursor: pointer;
  border: 2px solid #eee;
  transition: 0.5s;
}

.form-control-pill label {
  margin: 0;
  font-weight: bold;
  color: #EA5B0C;
  cursor: inherit;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control-pill input {
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  cursor: inherit;
}
.form-control-pill input:not([type='button']), .form-control-pill input:not([type='button']):hover, .form-control-pill input:not([type='button']):focus {
  background: none;
}
.form-control-pill .icon {
  margin-right: 15px;
}

.ui-tabs-anchor {
  display: block;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

#pitches-Tabs .ui-tabs-anchor {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui-tabs-nav .ui-tabs-active {
  border-bottom: 3px solid #ea5b0c !important;
}

.ui-tabs-nav li:not(.ui-tabs-active) {
  border-bottom: 3px solid #DDDDDD;
}

#pitches-Tabs .ui-tabs-nav li:not(.ui-tabs-active):not(:hover) {
  border-bottom-color: #B3D0D9;
}

#tab1 .formerror-message{
  padding: 0px 25px;
  margin-top: 5px;
  display: block;
  color: red;
}

#tab2 .formerror-message{
  padding: 0px 25px;
  margin-top: 5px;
  display: block;
  color: red;
}

.dropdowngroup.open .form-control-pill, .form-control-pill.active {
  border: 2px solid #EEE;
  background: #FFF;
  border-radius: 40px;
  transition: 0.5s ease-in-out;
}

.child-age-container .child-age {
  width: 100%;
  margin: 0px 0px 2px 0px;
  text-align: center;
}
.child-age:hover {
  cursor: pointer;
}

.child-age-container {
  position: relative;
  display: inline-block;
  width: 16.66666%;
}

.dropdowngroup button.form-control-pill::after, .child-age-container::after {
  content: "\e114";
  position:absolute;
  display:block;
  top:50%;
  width:13px;
  height:8px;
  margin-top: -0.5em;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  color: #ea5b0c;
}

.dropdowngroup button.form-control-pill::after {
  right:15px;
}

.child-age-container::after {
  pointer-events: none;
  right:5px;
}

#when-nights{
  text-transform: initial;
}

@media (min-width: 1200px){
  #when-arrival-date{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
  }
}

/* General styles */
.full-width { width:100%; }

/***********************************************************************************************
   Fonts
***********************************************************************************************/

/* Default font */
@font-face{
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
}

* {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

/* Titles */
h1, h2, h3, h4, .title {
  font-family: montserrat, sans-serif;
  font-style: normal;
  letter-spacing: normal;
}

body{
  font-size: 16px;
}

/**
   Image boxes
**/

  /* Left image, with title and snippet to the right */
  .image-box.style11 > * {
    display:table-cell;
  }


/***********************************************************************************************
   Layout
***********************************************************************************************/

.mobile-menu-toggle {
  display: none;
  float: right;
}
.mobile-menu-toggle #mobile-menu-icon {
  width:25px;
}
.mobileFixedPos .logo {
  display:none;
}
.sticky .mobile-menu-toggle{
  display: block;
}

#header .logo a, #footer .logo a, .chaser .logo a {
  display: block; }

.mobile-menu-wrapper {
    display: none;
    position:fixed;
    width:100%;
    top:0;
    right:0;
    padding:10px 15px;
}
.mobile-menu-wrapper > * {
    float:right;
}
.mobile-menu-wrapper > .check-availability-link {
    margin-top: 1px;
    margin-right: 20px;
    border-radius: 6px;
    font-size: 1em; }
#header .context-menu {
  width: 50px;
  height: 50px;
  background: #ea5b0c;
  border-radius: 50%;
  font-size: 1.5em;
  box-shadow: 0px 15px 20px #3943481a;
 }
#header .context-menu > i {
  color: #fff;
  width: 40px;
  text-align: center;
  display: block;
  line-height: 40px;
  margin-top: 1px;
  z-index: 2;
  position: absolute; }
#header .context-menu > .context-menu-contents {
  display: none;
  position: absolute;
  background: #111;
  right: 0;
  top: 40px;
  min-width: 300px;
  max-height: 400px;
  overflow: scroll;
   }
#header .context-menu > .context-menu-contents span{
  display: inline!important;
}

/* MAIN MENU */
#main-menu ul.menu, .chaser ul.menu {
  margin: 0;
  float: right;
  height: 52px;
}

#main-menu ul.menu > li > a, .chaser ul.menu > li > a {
    font-weight: 400;
    display: block;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 4px #394348;
}

.campsite-background #main-menu ul.menu > li > a{
  color: #EA5B0C;
  text-shadow: none;
}

.campsite-background #main-menu ul.menu > .nav-5 > a{
  color: #fff;
}

#main-menu ul.menu > li > a.active{
  color: #f59c00;
}

  #main-menu ul.menu > li li > ul, .chaser ul.menu > li li > ul {
    left: 180px; }
    #main-menu ul.menu > li li > ul.left, .chaser ul.menu > li li > ul.left {
      left: -180px; }
  #main-menu ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li > div, .chaser ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li > div {
    position: absolute;
    top: 0px;
    left: 199px;
    width: auto;
    }
    #main-menu ul.menu>.megamenu-menu>.megamenu-wrapper>.megamenu>ul>li>div, .chaser ul.menu>.megamenu-menu>.megamenu-wrapper>.megamenu>ul>li>div{
      position: absolute;
      top: 0px;
      left: 200px;
      width: auto;
    }
    #main-menu ul.menu>.megamenu-menu .megamenu .submenu, .chaser ul.menu>.megamenu-menu .megamenu .submenu{
      display: none;
    }
  #main-menu ul.menu > .megamenu-menu:hover > .megamenu-wrapper, .chaser ul.menu > .megamenu-menu:hover > .megamenu-wrapper,
  #main-menu ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li:hover > div, .chaser ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li:hover > div  {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 1002;
    visibility: visible;
    overflow: visible; }
  #main-menu ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li.menu-item-has-children::after, .chaser ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li.menu-item-has-children::after {
    content: '\e080';
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    color: #ea5b0c;
  }
  #main-menu ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li.menu-item-has-children:hover::after, .chaser ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li.menu-item-has-children:hover::after {
    border-color: transparent #111 transparent transparent; }
  #main-menu ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li:hover > div, .chaser ul.menu > .megamenu-menu > .megamenu-wrapper > .megamenu > ul > li:hover > div {
    display: block;
    margin-top:-26px; }
    #main-menu ul.menu > .megamenu-menu:hover > .megamenu-wrapper ul, .chaser ul.menu > .megamenu-menu:hover > .megamenu-wrapper ul {
      visibility: visible; }
  #main-menu ul.menu > .megamenu-menu .megamenu-wrapper, .chaser ul.menu > .megamenu-menu .megamenu-wrapper {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -9999px;
    visibility: hidden;
    overflow: hidden;
    display: none;
    padding: 0;
  }

/* 3.1.8. Mobile Menu */
  .mobile-menu ul.menu li {
    float: none;
    padding-left: 15px;
    padding-right: 15px; }
    .mobile-menu ul.menu li:last-child {
      padding-right: 15px; }
  .mobile-menu ul.menu li.menu-divider {
    border-top: 1px solid #fff;}
    .mobile-menu ul.menu li.menu-divider > a {
      padding: 0;}
      .mobile-menu ul.menu li.menu-item-has-children {
      position: relative; }
        .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle:after {
          content: "\f056"; }
        .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle.collapsed:after {
          content: "\f055"; }
      .mobile-menu ul.menu > li.menu-item-has-children.open > .dropdown-toggle {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
      .mobile-menu ul.menu > li.menu-item-has-children:hover > a, .mobile-menu ul.menu > li.menu-item-has-children:hover > .dropdown-toggle {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    .mobile-menu ul.menu > li:first-child > a {
      border-top: none; }
    .mobile-menu ul.menu > li > ul li > a {
      font-size: 1.7rem;
      position: relative; }
      .mobile-menu ul.menu > li > ul li.menu-item-has-children > a:before {
        content: "";
        display: none; }
    .mobile-menu ul.menu > li > ul li.menu-item-has-children > ul {
      border-bottom: 1px solid #111; }
    .mobile-menu ul.menu > li > ul li.menu-item-has-children:last-child > ul {
      border-bottom: none !important; }
  .mobile-menu ul.menu > li li li.menu-item-has-children > a {
    padding-left: 10px; }
    .mobile-menu ul.menu > li li li.menu-item-has-children > a:before {
      display: none; }
  .mobile-menu ul.menu .with-icon .icon {
    color: #a4a4a4;
    background: none; }
  .mobile-menu .mobile-topnav {
    margin: 15px auto 0;
    padding: 0 15px; }
    .mobile-menu .mobile-topnav li {
      float: left;
      position: relative; }
      .mobile-menu .mobile-topnav li a {
        font-size: 0.8333em;
        line-height: 1em;
        width: auto; }
      .mobile-menu .mobile-topnav.social-links li a {
        font-size: 2.5rem;
      }

.mobile-menu ul.menu li.menu-divider{
  border-color: #E6EFF2;
}

#mobile-menu-submenu-item-1{
  border-bottom: 0px;
  list-style-type: disc;
}

#mobile-menu-submenu-item-1 li{
  padding: 0px;
}

/* MOBILE NAV SOCIAL ICONS */
.mobile-menu .mobile-topnav .soap-icon-facebook{
  padding: 0px 17px;
}

.mobile-menu .mobile-topnav .soap-icon-pinterest{
  padding: 0px 15px;
}

.mobile-menu .mobile-topnav .soap-icon-twitter{
  padding: 0px 14px;
}

.mobile-menu .mobile-topnav.social-links{
  display: none;
}


/* FONTS */
h1{
  font-weight: 400;
  font-style: normal;
  color: #394348;
}

h2{
  font-weight: 300;
  font-style: normal;
  color: #394348;
  margin-bottom: 2.5rem;
}

h3, h4{
  font-weight: 300;
  font-style: normal;
  color: #394348;
}

h5, h6{
  font-weight: 500;
}

label{
  font-weight: 700;
}

p{
  margin: 0 0 1.5rem;
}

a{
  color: #EA5B0C;
}

a:hover, a:focus{
  color: #EA5B0C;
}

/* NAVIGATION */
#header{
  position: absolute;
  width: 100%;
  padding: 5rem 0;
}

#header .topnav {
    display: none;
}

#header .drop-shadow{
    display: none;
}

#main-menu .menu{
    list-style-type: none;
}

.navbar-brand{
  height: initial;
}

.menu-item, .menu-item-has-children{
  position: relative;
  border-radius: 5px;
}

.menu-item-has-children .megamenu-wrapper{
  top: 30px !important;
}

#main-menu ul.menu > li, .chaser ul.menu > li {
  float: right;
  margin-left: 20px;
  padding: 5px;
}

#main-menu .nav-5{
  padding-right: 0px !important;
}

#main-menu ul.menu > li > a:hover{
  text-decoration: none;
}

.header_container{
  position: relative;
  padding: 0;
}

.main-header{
  width: 100%;
  overflow: visible;
}

.menu-item a, .menu-item-has-children a{
  color: #394348;
}

.menu-divider{
  border-top: 1px solid #E6EFF2;
  margin-top: 5px;
  padding-top: 5px;
  pointer-events: none;
}

.megamenu-wrapper > .regions-submenu.megamenu > .clearfix::after{
  position: absolute;
  left: 10%;
  top: -6px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
}

/* Components */

.favourite-button {
  cursor: pointer;
  text-transform: uppercase;
  color: inherit;
}

.favourite-button.orange .filled-heart, .favourite-button.orange .empty-heart, {
  color: #ea5b0c;
}
.favourite-button .filled-heart { display:none; }
.favourite-button .empty-heart { display:inline-block; text-shadow: 2px 2px 4px #394348;}
.favourite-button.orange .empty-heart { display:inline-block; text-shadow: none;}
.favourite-button.active .filled-heart { display:inline-block; }
.favourite-button.active .empty-heart { display:none; }

/* SEARCH BAR FORM */
/* styles for form controls and labels */
.availabilityfilters_container{
  position: relative;
  max-height: 120px;
  margin-top: -60px;
  background-color: #fff;
  border-radius: 80px;
  box-shadow: 0px 15px 20px #3943481a;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.bg-guests_icon {
  width: 21px; height: 20px;
  background: url('/resource/icons/search_form_sprites.png?v2') -0 0px;
}
.bg-arrival_icon {
    width: 25px; height: 25px;
    background: url('/resource/icons/search_form_sprites.png?v2') -0 -20px;
}
.bg-accom_icon {
  width: 33px; height: 29px;
  background: url('/resource/icons/search_form_sprites.png?v2') -0 -45px;
}
.bg-dest_pin {
    width: 25px; height: 31px;
    background: url('/resource/icons/search_form_sprites.png?v2') -0 -74px;
}

@media(min-width: 1600px){
  .availabilityfilters_container{
    max-height: 140px;
    margin-top: -70px;
  }
  .destinationsearch, .arrivalsearch, .accommodationsearch, .guestssearch, .buttonsearch{
    height: 60px !important;
  }
}

#search-panel-form #campsites{
  display: none;
}

.availabilityfilters_container.fixedPos::before, .availabilityfilters_container.fixedPos::after{
  display: none;
}

.dropdowngroup, .destinationsearch{
  min-width: 10%;
  position: relative;
}

@media(min-width:641px) {
  .dropdowngroup.availabilityfilters_col .dropdown-menu {
    width:350px;
  }
}

.destinationsearch, .arrivalsearch, .accommodationsearch, .guestssearch{
  background-color: #EEEEEE;
  border: 0px;
  padding: 0px 15px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  height: 50px;
  transition: 0.5s;
}

.arrivalsearch, .accommodationsearch, .guestssearch{
  width: 100%;
}

.Zebra_DatePicker_Icon_Wrapper input {
  background-color: unset !important;
  opacity: unset !important;
}

#arrival-date-calendar{
  position: absolute;
  width: 100%;
  left: 0px;
}

#arrival-date-calendar .Zebra_DatePicker{
  top: 20px !important;
}

.Zebra_DatePicker .dp_actions .dp_caption{
  color: #ea5b0c;
  font-size: 1.4rem;
}

.Zebra_DatePicker .dp_next, .Zebra_DatePicker .dp_previous{
  font-size: 150%;
  color: #ea5b0c;
}

.arrival-days-selector label{
  margin-bottom: 0px;
}

.arrival-days-selector input[type=checkbox]:checked + label{
  background: #f59c00;
  color: #fff;
}

.arrival-days-selector input[type=checkbox]:not(:checked) + label{
  color: #394348;
  background-image: url(/resource/icons/unavailable-grey.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.destinationsearch_input, .arrivalsearch_input, .accommodationsearch_input, .guestssearch_input{
  display: block;
  border: 0px;
  background-color: #eee;
  padding: 0px;
  width: 100%
}

.destinationsearch_input::placeholder {
  color: #333;
}

.destinationsearch_input:focus-within, .arrivalsearch_input:focus-within, .accommodationsearch_input:focus-within, .guestssearch_input:focus-within{
  outline: none;
}

.arrivalsearch_label, .accommodationsearch_label, .guestssearch_label{
  width: 100%;
  text-align: left;
}

.destinationsearch_label, .arrivalsearch_label, .accommodationsearch_label, .guestssearch_label{
  margin-bottom: 0px;
  color: #EA5B0C;
  width: 100%;
}

.destinationsearch_icon, .arrivalsearch_icon, .accommodationsearch_icon, .guestssearch_icon{
  margin-right: 15px;
}

.accommodationsearch_icon{
  width: 30px;
}

.searchbutton-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buttonsearch, .campsitesButton {
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  background: rgb(245,156,0);
  background: linear-gradient(
  90deg, rgba(245,156,0,1) 0%, rgba(234,91,12,1) 100%);
  border: 0px;
  display: block;
}

.buttonsearch {
  height: 50px;
  width: 100%;
}

.destinationsearch, .accommodationsearch_container{
  width: 26%;
}

.destinationsearch {
  position:relative; /* Needed to display tt typeahead menu properly on mobile */
}

.accommodation-text{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#destination-wrapper{
  width: 100%;
}

.buttonsearch_arrow{
  padding: 10px 50px;
  border-radius: 30px;
  color: #fff;
  background: #EEEEEE;
  border: 0px;
  height: 50px;
  width: 18%;
  display: none;
}

.fixedPos .buttonsearch_arrow{
  display: none;
}

@media (max-width: 769px){
  .expand.fixedPos .buttonsearch_arrow{
    display: block;
  }
  .modal-content {
    border-radius: 0px !important;
  }
}

.buttonsearch_text{
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
  margin-right:8px;
  font-weight: 500;
  font-size: 1.6rem;
}

.buttonsearch:hover, .campsitesButton:hover{
  box-shadow: 0px 15px 30px #00000036;
  transition: 0.5s;
}

.buttonsearch:not(:hover), .campsitesButton:not(:hover){
  transition: 0.5s;
}

.tt-menu{
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 5px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e5eff2;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.tt-menu.tt-open .tt-highlight{
  color: #EA5B0C;
}

.destinationdropdown_items{
  padding-left: 10px;
}

@media (min-width: 768px) and (max-width: 1440px){
    .destinationdropdown_items{
        font-size: 14px;
    }
}

#specific-arrival-date-label{
  font-weight: 500;
}

.tt-dataset > p{
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
}

.tt-dataset > .nearme{
  margin-bottom: 10px;
}

.dropdown-menu {
  margin-top: 5px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #e5eff2;
  z-index: 10000;
  border: 1px solid #eee;
}

.dropdown-list > * {
  padding: 3px 15px;
}

.dropdown-menu .group-row{
  font-weight: bold;
  color: #e95b0c;
}
.dropdown-menu .field-option:hover {
  background: #eee;
  cursor:pointer;
}
.modal > .dropdown-menu {
  position: static;
}

.modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

@media(max-width: 640px) {
  .modal-on-mobile > .dropdown-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 0px;
    overflow:scroll;
    margin: 0;
    background: none;
    border: 0;
  }
  .modal-on-mobile > .dropdown-menu .dropdown-content {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
  }
  .dropdown-content{
    height: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
  }
  .modal-on-mobile .dropdown-backdrop {
    background: rgba(0,0,0,0.5);
  }
  .modal-on-mobile-dialog {
    height: 100%;
    margin: 0px;
    max-height: 100dvh !important;
    overflow: hidden;
  }
  .modal {
    max-height: 100dvh !important;
  }

  .tt-dataset > .tt-suggestion{
    padding-bottom: 30px;
  }

  .glamping-popular-searches-links > li.dropdown-header,
  .accommodation-dropdown > .group-row,
  .tt-dataset > .tt-header{
    margin-bottom: 20px;
    margin-left: -10px;
    border-bottom: 1px solid #EEEEEE;
  }
  .tt-dataset > .nearme{
    padding-bottom: 35px;
  }

  .glamping-popular-searches-links > li,
  .accommodation-dropdown > .field-option,
  .sort-order-dropdown >li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .filter-option-row {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .types-dropdown-menu > li {
    padding-bottom: 10px;
  }

}

.modal-footer{
  margin-top: auto;
}

.toggle-switch-button .switch, .toggle-switch-button .switch-option, .show-flexible-options #arrival-date{
  border-radius: 20px !important;
}

.form-control{
  border-radius: 20px;
}

.accommodationsearch #accommodation-text{
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-flex;
}

.accommodationsearch_col2{
  display: grid;
}

.arrival-date-fields .start-date-cell, .arrival-date-fields .arrival-flexibility-cell{
  width: 50%;
}

.arrival-date-fields .start-date-cell .Zebra_DatePicker_Icon_Wrapper, .arrival-date-fields .end-date-cell .Zebra_DatePicker_Icon_Wrapper{
  display: block;
  position: relative;
  width: 100% !important;
}

.stay-length-fields{
  width: 100%;
}

.stay-length-fields td{
  width: 50%;
}

.twitter-typeahead{
  position:static!important; /* Needed to position the drop down properly */
  width: 100%;
}
.twitter-typeahead .tt-hint{
  top:auto!important;
  left:auto!important;
  width:auto;
}

#destination-wrapper #destination{
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#destination-wrapper input:focus, #destination-wrapper input:hover {
  font-size:inherit;
}

.accommodation-options {width:100%!important;}

.accommodation-options ul{
  list-style: none;
  padding-left: 0px;
}

@media(min-width: 641px) {
.accommodation-options {width:92vw!important;}
.accommodation-options .dropdown-content {display:table; width:100%;}
.accommodation-options ul {display:table-cell;}
.accommodation-options .modal-body {
  display: table;
  width: 100%;
}
.modal-on-modal-background {
  display: none;
}

}
@media(min-width: 1025px) and (max-width: 1600px){
    .accommodation-options {
      width:82vw !important;
      left: calc(230% - 82vw);
    }
}

@media(min-width: 1600px){
  .accommodation-options {
    width:78vw !important;
    left: calc(250% - 82vw);
  }
}


/* SEARCH BAR CLEAR SEARCH */
.clear-search{
  display: none;
  transition: 0.5s;
  cursor: pointer;
  height: 50px;
  margin-right: 4px;
}

.clear-search_cross{
  color: #b9b9b9;
  font-size: 1.5em;
  position: relative;
  height: 60px;
  width: 60px;
  background-color: #eee;
  border-radius: 50%;
}

.clear-search_cross:before{
  position: absolute;
  left: 28%;
  top: 28%;
}

.clear-search_cross:hover{
  color: #EA5B0C;
}

.scaleIn{
  animation: scaleIn 1s forwards;
  opacity: 0;
  display: inline-block;
}

@keyframes scaleIn {
  0%   {transform: scale(0); opacity: 0; }
  100% {transform: scale(1); opacity: 1; }
}

.scaleOut{
  animation: scaleOut 1s forwards;
  opacity: 1;
  display: inline-block;
}

@keyframes scaleOut {
  0%   {transform: scale(1); opacity: 1; }
  100% {transform: scale(0); opacity: 0; }
}

@media only screen and (max-width: 480px){
  .buttonsearch.allowForClear{
    margin-right: 0px;
  }
  .fixedPos.expand .allowForClear_fixed{
    display: inline-block;
  }
  .fixedPos .clear-search{
    display: none;
  }
  .expand.fixedPos .clear-search{
    display: block;
  }
  .clear-search_cross:before{
    left: 25%;
    top: 25%;
  }
  .clear-search_cross, .clear-search{
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 481px) and (max-width: 1024px){
  .clear-search_cross, .clear-search{
    width: 50px;
    height: 50px;
  }
  .clear-search_cross:before{
    left: 25%;
    top: 25%;
  }
}

@media (min-width: 1025px) and (max-width: 1600px){
  .clear-search_cross:before{
    left: 25%;
    top: 25%;
  }
  .clear-search_cross{
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1600px){
  .clear-search{
    height: 60px;
  }
}

/* HERO */
#vid-cover{
  max-width: 100%;
}

.hero-container{
  z-index: 1;
}

.hero{
  background-color: #E5EFF2
}

.herotitle{
  color: #fff;
  text-shadow: 2px 2px 4px #394348;
}

.herosubtitle{
  color: #fff;
  font-size: 2rem;
  max-width: 90%;
  text-shadow: 2px 2px 4px #394348;
}

.hero .container, .shortbanner-container .container, .page-intro-container .container{
  position: relative;
}

.hero .reviews{
  width: 20%;
  float: right;
  position: relative;
  right: -20px;
  top: 50px;
}

.hero .herocontent_text{
  width: auto;
  float: left;
  padding: 0px 15px;
}

.hero .herocontent, .search-heading, .title_container{
  position: absolute;
  margin-top: 250px;
  margin-bottom: 200px;
  width: 100%;
  left: 0px;
  z-index: 1;
}

.popularSearchIntro_container .container{
  position: relative;
}

.popularSearchIntro{
  position: absolute;
  z-index: 1;
  left: 0px;
  margin-top: 250px;
  margin-bottom: 200px;
}

.popularSearchIntro .details{
  padding: 0px;
}

@media only screen and (max-width: 767px){
  .popularSearchIntro .details{
    padding: 0px 15px;
  }
}

.popularSearchIntro h1, .popularSearchIntro p{
  color: #fff;
}

.title_container .col-md-8{
  padding: 0px;
}

.hero .container .herocontent .herocontent_text{
  width: 80%;
  float: left;
  padding: 0px;
}

.hero_bannerimg{
  width: 100%;
  object-fit: cover;
}

.vidContainer{
  overflow: hidden;
}

.fullwidthbanner-container .container-fluid{
  position: relative;
}

@media (min-width: 1200px){
  .vidContainer{
    height: 75vh;
    max-height: 1000px;
  }
}


@media (min-width: 1600px){
  .vidContainer{
    height: 85vh;
  }
}


.scrollDown{
  position: absolute;
  bottom: 8%;
  z-index: 9;
  left: 49%;
  animation: moveDown 4s infinite;
  -webkit-animation-delay: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-timing-function: ease-in-out;
}

.scrollDown .glyphicon-chevron-down{
  vertical-align: middle;
  width: 15px;
  height: 13px;
}

@keyframes moveDown {
  0% {bottom: 8%; }
  50% {bottom: 0%; }
  100% {bottom: 8%;}
}

@media (max-width: 479px){
  .scrollDown{
    display: none;
  }
}

@media (min-width: 480px){
  .scrollDown{
    bottom: 8%;
    left: 47%;
    animation: moveDown 4s infinite;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 3s;
    animation-timing-function: ease-in-out;
  }

  @keyframes moveDown {
    0% {bottom: 8%; }
    50% {bottom: 3%; }
    100% {bottom: 8%;}
  }
}

@media (min-width: 1024px){
  .scrollDown{
    bottom: 8%;
    animation: moveDown 4s infinite;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 3s;
    animation-timing-function: ease-in-out;
  }

  @keyframes moveDown {
    0% {bottom: 8%; }
    50% {bottom: 0%; }
    100% {bottom: 8%;}
  }
}

@media (min-width: 1400px){
  .scrollDown{
    bottom: 4%;
    animation: moveDown 4s infinite;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 3s;
    animation-timing-function: ease-in-out;
  }

  @keyframes moveDown {
    0% {bottom: 4%; }
    50% {bottom: 0%; }
    100% {bottom: 4%;}
  }
}

/* OTHER */
#page-down{
  display: none;
}

.search-box-wrapper .search-form-wrapper .search-form-title{
  display: none;
}

.background-blue{
  background-color: #E6EFF2;
  padding: 10rem 0;
}

.background-white{
  background-color: #ffffff;
}

.background-white .popularsearches .container{
  padding-bottom: 10rem;
}

.morefilter .search-bar-field{
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #ea5b0c;
  color: #ea5b0c;
  height: 42px;
}

.morefilter .search-bar-field:hover{
  background-color: #ea5b0c;
  color: #fff;
  transition: 0.5s;
}

@media only screen and (max-width: 480px){
  .background-blue{
    padding: 2.5rem 0;
  }
  .background-white .popularsearches .container{
    padding-bottom: 0;
  }
}

/* USP BLOCK */
.usp_block .glyphicon {
  font-size: 5rem;
  display: block;
  text-align: center;
  color: #80B0BF;
}

.usp_icon{
  display: block;
  margin: auto;
}

.usp_headline{
  min-height: 40px;
  color: #394348;
  font-weight: 700;
}

.usp_headline, .usp_paragraph{
  text-align: center;
}

/* STORY BLOCK */
.storyblock{
  padding-top: 10rem;
}

.storyblock_image{
  width: 100%;
}

.storyblock_headline{
  margin-bottom: 2.5rem;
  margin-top: 0px;
}

.storyblock_toprow{
  margin-bottom: 2.5rem;
}

.storyblock_button{
  padding: 10px 50px;
  border: 1px solid #EA5B0C;
  border-radius: 30px;
  color: #EA5B0C;
  display: inline-block;
}

.storyblock_button:hover{
  background-color: #EA5B0C;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}

.storyblock_button:not(:hover){
  transition: 0.5s;
}

.storyblock_buttoncontainer{
  margin-top: 5rem;
}

.storyblock_paragrapgh{
  margin-bottom: 2.5rem;
}

.storyblock_image{
  border-radius: 15px;
}

.storyblock_caravanParks{
  margin-right: 10px;
}

.storyblock_caravanParks, .storyblock_motorhomeParks{
  display: inline-block;
  border: 1px solid;
  border-radius: 25px;
  padding: 10px 15px;
  text-align: center;
  transition: 0.5s;
}

.storyblock_caravanParks:hover, .storyblock_motorhomeParks:hover{
  text-decoration: none;
  background-color: #ea5b0c;
  color: #fff;
  transition: 0.5s;
}

/* POPULAR DESTINATIONS */
.bg-camping_popdest {
    width: 16px; height: 15px;
    background: url('/resource/icons/popular-destination-icons.png') -0 -0;
}
.bg-caravan_popdest {
    width: 17px; height: 18px;
    background: url('/resource/icons/popular-destination-icons.png') -0 -46px;
}
.bg-glamping_popdest {
    width: 17px; height: 17px;
    background: url('/resource/icons/popular-destination-icons.png') -0 -30px;
}
.bg-motorhome_popdest {
    width: 16px; height: 16px;
    background: url('/resource/icons/popular-destination-icons.png') -0 -14px;
}

.populardestinations_icons .populardestination_icon {
  margin: auto;
}

.populardestinations_motorhome, .populardestinations_camping, .populardestinations_glamping, .populardestinations_touring{
  display: inline-block;
  margin: auto;
  width: 21%;
}

.hover .populardestinations_motorhomestat, .hover .populardestinations_campingstat, .hover .populardestinations_glampingstat, .hover .populardestinations_touringstat{
  color: #111;
}

.populardestinations{
  margin: auto;
  margin-top: 10rem;
}

.populardestinations_quarter, .populardestinations_half{
  width: 100%;
  border-radius: 15px;
}

.populardestinations_wrapper.hover, .hover .populardestinations_toprow, .hover .populardestinations_bottomrow{
  transition: 0.5s;
  box-shadow: 0px 15px 30px #00000036;
}

.populardestinations_wrapper.nothover{
  transition: 0.5s;
}

.populardestinations_toprow, .populardestinations_bottomrow{
  padding: 0px;
}

.populardestinations_toprow .populardestinations_title, .populardestinations_bottomrow .populardestinations_title{
  left: 25px;
}

.populardestinations_toprow .populardestinations_icons, .populardestinations_bottomrow .populardestinations_icons{
  margin-right: 0px;
}

.populardestinations_wrapper {
  position: relative;
  border-radius: 15px;
  overflow:hidden;
}

.populardestinations_col{
  position: relative;
}

@media only screen and (max-width: 768px){
  .populardestinations_mainrow.batch-6{
    display: flex;
  }
  .column-size-1{
    width: 100%;
    order: 1;
  }
  .column-size-2{
    width: 100%;
    order: 0;
  }
}


/* 100% width - vertical list */
.populardestinations_column { padding:0 15px; }
.populardestinations_wrapper { margin-bottom: 2rem }
.populardestinations-image-size-2-2,
.populardestinations-image-size-1-1,
.populardestinations-image-size-1-2 {
  padding-top: 37%;
}

@media(min-width: 992px) {
  /* 95% width */
  .populardestinations_mainrow { margin:0 -0.95vw;}
  .populardestinations_column { display:table-cell; padding:0 0.95vw; }
  .populardestinations_column.column-size-2 { width:47.5vw; }
  .populardestinations_column.column-size-1 { width:23.75vw; }
  .populardestinations_wrapper { padding: 0; margin-bottom: 1.9vw }
  .populardestinations-image-size-1-1 { padding-top:15.2vw; }
  .populardestinations-image-size-1-2 { padding-top:32.3vw; }
  .populardestinations-image-size-2-2 { padding-top:32.3vw; }
}
@media(min-width: 1024px) {
  /* 90% width */
  .populardestinations_mainrow { margin:0 -0.9vw;}
  .populardestinations_column { display:table-cell; padding:0 0.9vw; }
  .populardestinations_column.column-size-2 { width:45vw; }
  .populardestinations_column.column-size-1 { width:22.5vw; }
  .populardestinations_wrapper { padding: 0; margin-bottom: 1.8vw }
  .populardestinations-image-size-1-1 { padding-top:14.2vw; }
  .populardestinations-image-size-1-2 { padding-top:29.8vw; }
  .populardestinations-image-size-2-2 { padding-top:29.8vw; }
}
@media(min-width: 1201px) {
  /* 85% width */
  .populardestinations_mainrow { margin:0 -0.85vw; }
  .populardestinations_column { display:table-cell; padding:0 0.85vw; }
  .populardestinations_column.column-size-2 { width:42.5vw; }
  .populardestinations_column.column-size-1 { width:21.25vw; }
  .populardestinations_wrapper { padding: 0; margin-bottom: 1.7vw }
  .populardestinations-image-size-1-1 { padding-top:13.1vw; }
  .populardestinations-image-size-1-2 { padding-top:28vw; }
  .populardestinations-image-size-2-2 { padding-top:28vw; }
}
@media(min-width: 1601px) {
  /* 80% width */
  .populardestinations_mainrow { margin:0 -0.8vw; }
  .populardestinations_column { padding:0 0.8vw; }
  .populardestinations_column.column-size-2 { width:40vw; }
  .populardestinations_column.column-size-1 { width:20vw; }
  .populardestinations_wrapper { padding: 0; margin-bottom: 1.6vw }
  .populardestinations-image-size-1-1 { padding-top:12.6vw; }
  .populardestinations-image-size-1-2 { padding-top:26.9vw; }
  .populardestinations-image-size-2-2 { padding-top:26.9vw; }
}

.populardestinations_title{
  position: absolute;
  top: 15px;
  left: 25px;
  color: #fff;
  text-shadow: 2px 2px 4px #394348;
}

.populardestinations_icons{
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ffffffa3;
  padding: 10px 20px;
  width: 160px;
  border-radius: 15px 0 0;
  height: 36px;
}

.populardestinations_motorhomestat, .populardestinations_campingstat, .populardestinations_glampingstat, .populardestinations_touringstat{
  opacity: 0;
  text-align: center;
}

.popularsearches_details h5 a{
  color: #EA5B0C;
}

.popularsearches_paragraph{
  float: left;
  font-size: 12px;
}

.populardestinations_overlay{
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0px;
  background: rgb(57,67,72);
  background: linear-gradient(
180deg, rgba(57,67,72,1) 0%, rgba(255,255,255,0) 100%);
}

.populardestinations_container{
  width: auto;
}

.populardestinations_icons a:hover{
  text-decoration: none;
}

@media only screen and (max-width: 480px){
  .populardestinations_mainrow{
    flex-wrap: wrap;
  }
}

/* FEATURED SITES */
.featuredsites .featuredsites_nopadding{
  padding: 0px;
}

.featuredsites{
  position: relative;
  padding-top: 10rem;
}

.featuredsite_img{
  border-radius: 15px;
}

.featuredsite_title a{
  color: #394348;
}

.featuredsite_col figure {
  position: relative;
}

.featuredsite_col figure picture{
  border-radius: 15px;
}

.featuredsite_col .favourite-button {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size:30px;
  color: #fff;
}

.featuredsite_col .favourite-button.active{
  color: #ea5b0c;
}

.featuredsite_detailsleft{
  display: inline-block;
  float: left;
  margin-right: 10px;
  width: 100%;
}

.featuredsite_detailsright{
  display: inline-block;
  margin-top: 10px;
}

.glyphicon-star{
  color: #ea5b0c;
}

.featuredsite_star{
  float: left;
  margin-right: 5px;
}

.featuredsite_location{
  margin-top: 0px;
  font-size: 16px;
  color: #80B0BF;
}

.featuredsite_rating{
  float: right;
}

.featuredsite_fraction{
  color: #747B7F;
  font-size: 12px;
}

.featuredsite_col{
  opacity: 1;
  transition: 0.5s;
}

.slick-active{
  opacity: 1;
  transition: 0.5s;
}

.featuredsite_col .featuredsite_img{
  width: 100%;
  object-fit: cover;
}

.slick-next{
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  background-color: #5F5F5F;
  border: 0px;
  border-radius: 30px;
  padding: 20px 0px;
}

.slick-prev{
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 9;
  display: block;
  background-color: #5F5F5F;
  border: 0px;
  border-radius: 30px;
  padding: 20px 0px;
}

/* Slick slider arrows */
.prev, .next{
  position: absolute;
  display: none; /* These arrows are made visible by the plugin upon initialisation */
  top: 50%;
  line-height: 3rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffffad;
  border-radius: 50px;
  margin-top: -1rem;
  text-align: center;
  padding: 0px 7px;
}
.prev{
  left: 15px;
  display: block;
}
.next {
  right: 15px;
  display: block;
}

.featuredsites .prev, .featuredsites .next{
  background-color: #E6EFF2;
  padding: 10px 18px;
}

.prevModal, .nextModal, .prevModalThumbnails, .nextModalThumbnails{
  position: absolute;
  display: block;
  top: 50%;
  width: 5rem;
  height: 5rem;
  margin-top:-2.5rem;
  line-height: 5rem;
  text-align: center;
  color: #FFF;
  cursor: pointer;

  background-repeat: no-repeat;
  background-position: center center;
  background-color: #EA5B0C;
  border-radius: 50%;
}
.prevModal, .prevModalThumbnails {
  left: 3%;
}
.nextModal, .nextModalThumbnails {
  right: 3%;
}

.slider-paginator{
  position: absolute;
  top: 50%;
  width: 100%;
}

.slider-paginator li::marker{
  display: none;
}

@media (max-width: 768px){
  .image-wrapper .prev, .image-wrapper .next{
    display: none;
  }
}

/* POPULAR DESTINATIONS HOVER ANIMATION */
.hover .populardestinations_icons{
  animation-timing-function: ease-in;
  animation-delay: 1s;
  -webkit-animation-delay:1s;
  animation: iconmove 0.5s forwards;
}

@keyframes iconmove {
  from {
    width: 160px;
    height: 36px;
    background-color: #ffffffa3;
  }

  to {
    width: 200px;
    height: 56px;
    background-color: #ffffffc2;
  }
}

.nothover .populardestinations_icons{
  animation-timing-function: ease-in;
  animation-delay: 1s;
  -webkit-animation-delay:1s;
  animation: nothovermove 0.5s forwards;
}

@keyframes nothovermove {
  from {
    width: 200px;
    height: 56px;
    background-color: #ffffffc2;
  }

  to {
    width: 160px;
    height: 36px;
    background-color: #ffffffa3;
  }
}

.hover .populardestinations_motorhomestat, .hover .populardestinations_campingstat, .hover .populardestinations_glampingstat, .hover .populardestinations_touringstat{
  animation: showstats 0.5s forwards;
}

@keyframes showstats {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* GLAMPING FEATURE */
.background-green{
  background-color: #B7C4BA;
}

.background-green .glampingfeature {
  padding: 0px;
}

.glampingfeature_wrapper{
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.glampingfeature_thumbnail{
  width: 100%;
  position: relative;
}

.popular-glamping-options{
  border-radius: 15px;
  overflow:hidden;
  position: relative;
}

.sprite_figure{
  border-radius: 15px;
  overflow:hidden;
  position: relative;
}

.glampingfeature_figure {
  border-radius: 15px;
  overflow:hidden;
  position: relative;
}

.glampingfeature_title{
  margin: 15px;
  color: #fff;
  font-weight: 300;
  text-shadow: 2px 2px 4px #394348;
  position: absolute;
  bottom: 0px;
}

.glampingfeature_title a{
  color: #fff;
}

.glampingfeature_type{
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.popularaccomm_col{
  margin-bottom: 30px;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

.otherglamping_title{
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 30px;
  max-width: 135px;
}

.glampingfeature_container{
  position: relative;
  margin-top: 10rem;
}

.glampingfeature_underlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.10) 50%, rgba(0,0,0,0) 100%);
}

.glampingfeature_underlay .container{
  position: absolute;
  bottom: 10%;
}

.prevglamp{
  display: block;
  position: absolute;
  left: 3%;
  line-height: 5rem;
  width: 5rem;
  text-align:center;
  color:#ea5b0c;
  background: #fff;
  border-radius: 50%;
}

.nextglamp{
  display: block;
  position: absolute;
  right: 3%;
  line-height: 5rem;
  width: 5rem;
  text-align:center;
  color:#ea5b0c;

  background: #fff;
  border-radius: 50%;
}

.glampingfeature_headline, .glampingfeature_paragraph{
  color: #fff;
  text-shadow: 2px 2px 4px #394348;
}

.glampingfeature_paragraph{
  font-weight: 500;
}

.glampingfeature_button{
  padding: 15px;
  border: 1px solid #F59C00;
  border-radius: 30px;
  color: #fff;
  align-items: center;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-shadow: 2px 2px 4px #394348;
}

.glampingfeature_button:hover{
  text-decoration: none;
  background-color: #F59C00;
  transition: 0.5s;
  color: #fff;
}

.glampingfeature_button:not(:hover){
  transition: 0.5s;
}

@media only screen and (max-width: 414px){
  .glampingfeature_button{
    padding: 10px;
    font-size: 14px;
  }
}

.glampingfeature_overlay{
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgb(57,67,72);
  background: linear-gradient(
0deg, rgba(57,67,72,1) 0%, rgba(255,255,255,0) 100%);
  border-radius: 15px;
  height: 50%;
}

/* POPULAR SEARCHES */
.popularsearches{
  padding-top: 10rem;
}

.popularsearches .image-wrapper > img{
  border-radius: 15px;
}

.popularsearches_img{
  border-radius: 15px;
  object-fit: cover;
  transition: 0.5s;
}

.popularsearches_img:hover{
  box-shadow: 0px 15px 30px #00000036;
}
.popularsearches_imgLink {
  width: 25%;
}

.popularsearches_col article a{
  display: inline-block;
  float: left;
}

.popularsearches_details{
  display: inline-block;
  float: left;
  margin-left: 0;
  word-wrap: break-word;
  width: 75%;
  padding-left: 10px;
  min-height: 120px;
}

.popularsearches_details h5{
  margin: 0px;
}

.popularsearches_col{
  padding-bottom: 2.5rem;
}

/* REVIEWS */
.trustpilotreviews{
  overflow: hidden;
}

.trustpilotreviews .container{
  padding: 5rem 0;
}

.trustpilot{
  width: auto;
  float: right;
}


/* FOOTER */
.footer_top label{
  display: block;
  padding: 0;
}

#footer-thirdparty{
  display: none;
}

.footer_top{
  background-color: #E6EFF2;
  padding: 2.5rem 0;
}

.footer_bottom .banner-image-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.input_text{
  border-radius: 25px;
  height: 50px;
  width: 100%;
  border: 0px;
  padding-left: 20px;
}

.form_content{
  padding: 1rem 0;
}

.subscribebutton{
  width: 100%;
  border-radius: 25px;
  border: 0px;
  background: rgb(245,156,0);
  background: linear-gradient(
90deg, rgba(245,156,0,1) 0%, rgba(234,91,12,1) 100%);
color: #fff;
font-weight: 500;
}

.subscribebutton:hover{
  transition: 0.5s;
  box-shadow: 0px 15px 20px #00000026;
}

.subscribebutton:not(:hover){
  transition: 0.5s;
}

.checkbox input{
  margin-left: 0px !important;
}

.footer_bottom{
  position: relative;
  padding: 5rem 0 0;
}

@media (min-width: 1200px){
  .footer_bottom{
    padding: 6rem 0 0;
  }
}

@media (min-width: 1600px){
  .footer_bottom{
    padding: 10rem 0 0;
  }
}

.footer_logo img{
  margin-bottom: 2rem;
}

.footer_mission{
  color: #fff;
  max-width: 60%;
  margin-bottom: 2rem;
}

.dialog.newsletter-dialog{
  display: none;
}

.footer_bottom h2{
  color: #fff;
}

.social_icons{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 5rem;
}

.social_icons li{
  background-color: #fff;
  border-radius: 50px;
  max-width: 36px;
  display: inline-block;
}

.facebook a{
  padding: 0px 12px;
}

.pinterest, .twitter, .instagram{
 margin-left: 20px;
}

.pinterest a, .instagram a{
  padding: 0px 10px;
}

.twitter a{
  padding: 0 9.5px;
}

.social_icons li a{
  color: #394348;
}

.social_icons li a i{
  font-size: 2.5rem;
}

.contact_email a, .contact_telephone a, .contact_address span{
  color: #fff;
  font-weight: 600;
}

.contact_emailicon, .contact_telephoneicon, .contact_addressicon{
  margin-right: 5px;
}

.footer_col h4, .footer_contact h4{
  font-weight: 900;
  color: #fff;
}

.footer_col .list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.footer_col .list li{
  padding-bottom: 1rem;
}

.footer_col .list li a{
  color: #fff;
}

.contact_email, .contact_telephone{
  margin-bottom: 2rem;
}

.copyright p{
  color: #fff;
}

.subscribebutton{
  height: 50px;
}

/* NAVIGATION */
#main-menu .menu{
  display: flex;
  align-items: center;
}
#main-menu .menu .nav-5 a{
  background-color: #f59c00;
  text-shadow: 0 0 black;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
}

#main-menu .menu .nav-5 a:hover{
  text-decoration: none;
  color: #f59c00 !important;
  background-color: #fff;
  transition: 0.5s;
}

.campsite-background #main-menu ul.menu > li > a{
  color: #EA5B0C;
  text-shadow: none;
}

#main-menu .menu > li:last-of-type a:not(:hover){
  transition: 0.5s;
}

#header .logo{
  margin: 0px;
  padding: 0px;
}

.mobileFixedPos{
  opacity: 0;
  animation: mobileFadeIn 0.5s forwards;
}

@keyframes mobileFadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* UPDATED SIZE OF SEARCH BOX FOR SEARCH RESULTS */
/* STICKY NAV */
.availabilityfilters{
  display: flex;
  justify-content: center;
  width: 90%;
  padding: 0px;
}

.availabilityfilters_container{
  width: 100%;
}

@media only screen and (min-width: 480px){
  .availabilityfilters_container{
    transition: 0.4s
  }
}

.fixedPos.availabilityfilters_container{
  width: 100%;
  justify-content: space-between;
  border-radius: 0px;
  padding: 0px;
  min-height: 80px;
}

.glampingContainer .fixedPos.availabilityfilters_container {
  padding: 0px 15px;
}

.glampingContainer .button{
  width: auto;
}

.glamping-popular-searches-modal ul{
  list-style-type: none;
}

.glamping-popular-searches-modal ul .margin10top{
  margin-top: 10px;
}

.glampingContainer .dropdown-header{
  color: #EA5B0C;
  margin-top: 0px !important;
  padding: 0px;
  font-size: initial;
}

#search-form #campsites{
  display: none;
}

.stickyMenu{
  display: none;
  position: absolute;
  top: 80px;
  background-color: #fff;
  list-style-type: none;
  padding: 20px;
  right: 0px;
  border-radius: 10px;
  box-shadow: 0px 15px 20px #00000026;
}

.stickyMenu::after{
  position: absolute;
  left: 83%;
  top: -6px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 20px solid #fff;
}

.stickyMenu li{
  padding: 5px 0px;
  text-transform: uppercase;
}

.stickyMenu li a{
  color: #394348;
}

.open.stickyMenu{
  display: block;
}

/* MOBILE NAV TRANSISTION */
.mobileNavSlideUp {
  top: 0px;
  animation-timing-function: ease-in;
  animation: mobileNavSlideUp 0.5s forwards;
}

@keyframes mobileNavSlideUp {
  from {
    top: 0px;
  }

  to {
    top: -100%;
  }
}


/* MOBILE */
@media only screen and (max-width: 480px){
  .fixedPos.availabilityfilters_container{
    width: 100%;
    border-radius: 0px;
    flex-direction: row;
    margin-top: 0px;
    top: 0px;
    padding: 5px 20px !important;
  }
  .expand.fixedPos.availabilityfilters_container .destinationsearch{
    width: 100% !important;
  }
  #header{
    width: 100%;
    padding: 0px 15px;
    top: 20px;
  }
  #vid-cover{
    width: 100%;
  }
  /* HERO */
  .herotitle{
    font-size: 3rem;
    line-height: 3.4rem;
  }
  .herosubtitle{
    font-size: 1.8rem;
  }
  .hero .reviews{
    width: 50%;
    float: left;
    top: 20px;
    left: 15px;
  }
  .hero .container .herocontent .herocontent_text{
    width: 100%;
    padding: 0px 15px;
  }
  .hero .herocontent, .search-heading, .title_container{
    margin-top: 60px;
    width: auto;
  }

  /* SEARCH FORM */
  .availabilityfilters{
    width: 100% !important;
  }
  .dropdowngroup, .destinationsearch{
    width: 100%;
    margin: 10px 0px;
  }
  .modal .dropdowngroup, .modal .destinationsearch{
    width: 100%;
  }
  .destinationsearch, .arrivalsearch, .accommodationsearch, .guestssearch{
    width: 100%;
  }
  .buttonsearch{
    padding: 15px 0px;
    margin-left: auto;
  }
  .searchbutton-container {
    width: 100%;
  }
  #main-logo{
    max-width: 260px;
  }
  .dropdowngroup {
    padding: 0px;
  }
  .toggle-switch-button .switch-option{
    padding: 0px 5px !important;
  }
  .accommodationsearch.form-control-pill .icon{
    margin-right: 6px;
  }
  /* USP */
  .usp_paragraph{
    display: none;
  }
  .usp1, .usp2{
    margin-bottom: 2.5rem;
  }

  /* STORYBLOCK */
  .accommodationsearch_icon{
    width: 26px;
  }
  .storyblock{
    padding-top: 2.5rem;
  }
  .usp_headline{
    min-height: auto;
  }
  .storyblock_buttoncontainer{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .col-sm-4{
    width: 33.3%;
    float: left;
    padding-bottom: 15px;
  }
  .col-sms-6{
    width: 50%;
    float: left;
  }
  .slider-paginator{
    display: none;
  }
  .glampingfeature_bottomrow{
    left: 0px;
    padding: 0px 15px;
  }
  .glampingfeature_toprow{
    left: 0px;
  }
  .glampingfeature_title{
    bottom: 0px;
    left: 0px;
  }
  .otherglamping_title{
    font-size: 1.2rem;
    bottom: 10px;
    left: 25px;
  }
  .glampingfeature_wrapper{
    padding-bottom: 2.5rem;
  }
  .otherglamping_type{
    margin-bottom: 1.5rem;
  }
  .glampingfeature_container{
    margin-top: 2.5rem;
  }
  /* POPULAR SEARCHES */
  .popularsearches_img{
    width: 100%;
    padding-top: 50px;
    border-radius: 10px;
  }
  .popularsearches_title{
    font-size: 18px;
  }
  .popularsearches_paragraph{
    font-size: 14px;
  }
  .popularsearches_col{
    padding-bottom: 1rem;
  }
  .populardestinations_mainrow, .populardestinations_toprow{
    margin-bottom: 0px;
  }
  .populardestinations{
    margin-top: 5rem;
  }
  .popularsearches_imgLink{
    width: 50%;
  }
  .style9 .popularsearches_details{
    margin-left: 0px;
    padding-left: 10px;
    max-width: 50%;
    width: 50%;
  }
  .style9 .popularsearches_details a{
    font-size: 18px;
    min-height: 30px;
  }
  /* FOOTER */
  .subscribebutton{
    height: 50px;
  }
  .footer_newsletter .form_content .form_group .subscribebutton, .footer_newsletter .form_content .form_group .input_text{
    width: 100%;
  }
  .footer_newsletter .form_content .form_group{
    margin: 10px 0px;
  }
  .footer_navlinks{
    order: 1;
  }
  .footer_logo{
    order: 0;
  }
  .footer_copyright{
    margin-top: 2.5rem;
  }
  .footer_contact{
    order: 1;
    margin-top: 5rem;
  }
  .footer_bottom{
    padding: 2.5rem 0;
  }
  .footer_mission{
    max-width: 100%;
  }
  /* LAYOUT */
  .background-white{
    padding-top: 2.5rem;
  }
  /* DROPDOWN NAV*/
  #mobile-primary-menu{
    list-style-type: none;
    padding: 0px;
  }
  .mobile-menu .mobile-topnav li{
    list-style-type: none;
    background-color: #f59c00;
    border-radius: 30px;
    margin-right: 20px;
  }
  .mobile-menu .mobile-topnav.social-links li a{
    color: #fff;
  }
  #mobile-menu-01{
    height: 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
  .mobile-menu a {
    color: #394348;
    display: block;
    padding: 10px 0;
  }
  .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle.collapsed:after{
    color: #f59c00;
  }
  .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 30px;
    background: none;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 3rem;
    font-weight: normal;
    border: 0px;
  }
  .mobile-menu ul.menu > li.menu-item-has-children > ul {
    border-top: 1px solid #111;
    height: auto;
    list-style-type: none;
    padding: 0px;
  }
  .closemenu{
    float: right;
    position: relative;
    top: 15px;
    right: 15px;
  }
  #mobile-primary-menu{
    display: flex;
    flex-direction: column;
  }
  .mobile-bottomnav{
    display: none;
  }
  #mobile-primary-menu .searchbox{
    order: 0;
  }
  #mobile-primary-menu .menu-item, #mobile-primary-menu .menu-item-has-children{
    order: 1;
  }
  #mobile-primary-menu .searchbox{
    margin: 20px 0px;
  }
  .mobile-menu ul.menu > li > a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
  }
  .social_icons .soap-icon-facebook, .social_icons .soap-icon-pinterest, .social_icons .soap-icon-twitter, .social_icons .soap-icon-instagram{
    font-size: 2.5rem;
  }
  #mobile-menu-01.collapse{
    transition: 0.3s;
    height: 0px;
  }
  #mobile-menu-01.collapse.in{
    transition: 0.3s;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 2.5rem;
  }
  /* POPULAR DESTINATIONS */
  .populardestinations.container{
    padding: 0px;
  }
  .container.header_container{
    padding: 0 0;
    z-index: 9;
  }
  .container.header_container.campsite-background{
    padding: 1.5rem 0;
  }
  .campsite-details-container .siteBadgesMobile [class^="large-accommodation-icon"]{
    margin-left: 0px;
  }
  .trustpilotreviews .container{
    padding: 2.5rem 0;
  }
  .featuredsites{
    padding-top: 0px;
  }
  .popularsearches{
    padding-top: 2.5rem;
  }
  .popularsearches_col{
    display: block;
    clear: both;
    overflow: hidden;
  }
  .storyblock-reverserow .storyblock_images{
    padding-bottom: 2.5rem;
  }
  .glampingfeature_details{
    padding: 0px !important;
  }
}

/* SMALL MOBILE */
@media only screen and (max-width: 360px){
  #main-logo{
    max-width: 220px;
  }
  .footer_logo img{
    max-width: 220px;
  }
  .footer_bottom{
    padding: 1rem;
  }
  .popularSearchIntro{
    margin-top: 150px;
  }
}

/*  TABLETS */
@media (min-width: 481px) and (max-width: 768px){
  /* NAVIGATION */
  .header_container{
    padding: 0px;
  }
  #header{
    top: 20px;
    padding: 0px 15px !important;
  }
  .availabilityfilters_container{
    justify-content: space-between;
  }
  .availabilityfilters_container::before{
    display: none;
  }
  .mobileFixedPos{
    position: fixed;
    top: 0px;
    z-index: 999;
  }
  /* HERO */
  #main-logo{
    max-width: 280px;
  }
  #vid-cover, #hero{
    object-fit: cover;
    width: 100%;
  }
  .hero .reviews{
    width: 50%;
    float: left;
    right: 0px;
  }
  .hero .herocontent{
    padding: 0px 15px;
  }
  .hero-wrapper .reviews iframe{
    width: 70% !important;
  }
  .hero .herocontent, .search-heading, .title_container{
    margin-top: 120px;
    width: auto;
  }
  .hero .container .herocontent .herocontent_text{
    width: 100%;
  }
  .herotitle{
    font-size: 3rem;
    line-height: 4rem;
  }
  .herosubtitle{
    font-size: 1.8rem;
    max-width: 100%;
  }
  /* SEARCH BOX */
  .destinationsearch_col2{
    display: flex;
    flex-direction: column;
  }
  /* STORY BLOCK */
  .storyblock_text{
    width: 100% !important;
    margin-bottom: 30px;
  }
  /* USP */
  .usp_paragraph{
    display: none;
  }
  /* GLAMPING FEATURE */
  .glampingfeature_details{
    padding: 0 14vw;
  }
  .otherglamping_type{
    padding-bottom: 2.5rem;
  }
  .otherglamping_title{
    bottom: 30px;
  }
  /* POPULAR DESTINATIONS */
  .populardestinations_quarter, .populardestinations_half, .populardestinations_eighth{
    max-height: 200px;
  }
  .populardestinations_mainrow, .populardestinations_toprow{
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .populardestinations_wrapper{
    margin-bottom: 1.5rem;
  }
  .populardestinations{
    margin-top: 5rem;
  }
  .popularsearches_img{
    height: 8vh;
  }
  .popularsearches_title{
    font-size: 1.4rem;
  }
  .popularsearches_paragraph{
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  .input_text, .subscribebutton{
    width: 100%;
  }
  /* FOOTER */
  .form_content .form_group{
    padding: 10px;
  }
  .footer_navlinks{
    order: 1;
  }
  .footer_logo{
    order: 0;
    margin-top: 5rem;
  }
  .footer_contact{
    order: 1;
    margin-top: 5rem;
  }
  /* SEARCH */
  .dropdowngroup, .destinationsearch{
    width: 48%;
    margin-bottom: 20px;
  }
  .availabilityfilters_container.container:before{
    display: none;
  }
  .destinationsearch{
    margin-bottom: 20px;
  }
  .fixedPos .destinationsearch{
    margin-bottom: 0px;
  }
  .availabilityfilters_container{
    min-height: 200px;
    margin-top: -40px;
    border-radius: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 15px !important;
    max-height: none;
  }
  button.dropdowngroup{
    width: 100%;
  }
  .dropdowngroup .Zebra_DatePicker_Icon{
    width: 16px;
  }
  .buttonsearch{
    width: 100%;
    margin-left: auto;
  }
  .searchbutton-container {
    width: 100%;
  }
  /* USP */
  .usp .usp_block{
    margin-bottom: 2.5rem;
    padding: 0px 80px;
  }
  /* DROPDOWN NAV*/
  #mobile-primary-menu{
    list-style-type: none;
    padding: 0px;
  }
  .mobile-menu .mobile-topnav li{
    list-style-type: none;
    background-color: #f59c00;
    border-radius: 30px;
    margin-right: 20px;
  }
  .mobile-menu .mobile-topnav.social-links li a{
    color: #fff;
  }
  #mobile-menu-01{
    height: 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
  .mobile-menu a {
    color: #394348;
    display: block;
    padding: 10px 0;
  }
  .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle.collapsed:after{
    color: #f59c00;
  }
  .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 30px;
    background: none;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 3rem;
    font-weight: normal;
    border: 0px;
  }
  .mobile-menu ul.menu > li.menu-item-has-children > ul {
    border-top: 1px solid #111;
    height: auto;
    list-style-type: none;
    padding: 0px;
  }
  .closemenu{
    float: right;
    position: relative;
    top: 15px;
    right: 15px;
  }

  #mobile-primary-menu{
    display: flex;
    flex-direction: column;
  }
  .mobile-bottomnav{
    display: none;
  }
  #mobile-primary-menu .searchbox{
    order: 0;
  }
  #mobile-primary-menu .menu-item, #mobile-primary-menu .menu-item-has-children{
    order: 1;
  }
  #mobile-header-search #destination-wrapper{
    display: flex;
    flex-direction: column;
  }
  #mobile-primary-menu .searchbox{
    margin-top: 10px;
  }
  .mobile-menu ul.menu > li > a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
  }
  #mobile-menu-01.collapse{
    transition: 0.3s;
    height: 0px;
  }
  #mobile-menu-01.collapse.in{
    transition: 0.3s;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 2.5rem;
  }
  .expand.fixedPos .destinationsearch{
    margin-bottom: 20px;
  }
}

/*  SMALL SCREENS */
@media (min-width: 769px) and (max-width: 1024px){
  .destinationsearch_icon, .arrivalsearch_icon, .accommodationsearch_icon, .guestssearch_icon{
    margin-right: 5px;
  }
  .destinationsearch, .arrivalsearch, .accommodationsearch, .guestssearch{
    padding: 0px 10px;
  }
  .buttonsearch{
    padding: 10px 20px;
  }
  /* HERO */
  #main-logo{
    max-width: 300px;
  }
  .hero .herocontent, .search-heading, .title_container{
    margin-top: 200px;
    width: 95%;
  }
  .herotitle{
    line-height: 4rem;
  }
  /* NAVIGATION */
  #main-menu .menu{
    width: 100%;
    padding: 0px;
    justify-content: space-between;
  }
  #main-menu ul.menu > li, .chaser ul.menu > li{
    padding: 0px;
    margin-left: 0px;
  }
  /* USP */
  .usp .usp_block{
    padding-bottom: 2.5rem;
  }
  .usp_headline{
    min-height: 20px;
  }
  /* STORY */
  .storyblock_text{
    padding-bottom: 5rem;
  }
  .otherglamping_type{
    margin-bottom: 2.5rem;
  }
  .glampingfeature_title{
    left: 0px;
  }
  .glampingfeature_details{
    padding: 0px 80px;
  }
  /* FOOTER */
  .form_content .form_group{
    padding: 10px;
  }
  .input_text, .subscribebutton{
    width: 100%;
  }
  .footer_navlinks{
    order: 1;
  }
  .footer_logo{
    order: 0;
    margin-top: 5rem;
  }
  .footer_contact{
    order: 1;
    margin-top: 5rem;
  }
  .destinationsearch_col2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* DROPDOWN NAV*/
  #mobile-primary-menu{
    list-style-type: none;
    padding: 0px;
  }
  .mobile-menu .mobile-topnav li{
    list-style-type: none;
    background-color: #f59c00;
    border-radius: 30px;
    margin-right: 20px;
  }
  .mobile-menu .mobile-topnav.social-links li a{
    color: #fff;
  }
  #mobile-menu-01{
    height: 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    background-color: #fff;
  }
  .mobile-menu a {
    color: #394348;
    display: block;
    padding: 10px 0;
  }
  .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle.collapsed:after{
    color: #f59c00;
  }
  .mobile-menu ul.menu li.menu-item-has-children > .dropdown-toggle {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 34px;
    line-height: 34px;
    padding: 0 15px 0 30px;
    background: none;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 3rem;
    font-weight: normal;
    border: 0px;
  }
  .mobile-menu ul.menu > li.menu-item-has-children > ul {
    border-top: 1px solid #111;
    height: auto;
    list-style-type: none;
    padding: 0px;
  }
  .closemenu{
    float: right;
    position: relative;
    top: 15px;
    right: 15px;
  }

  #mobile-primary-menu{
    display: flex;
    flex-direction: column;
  }
  .mobile-bottomnav{
    display: none;
  }
  #mobile-primary-menu .searchbox{
    order: 0;
  }
  #mobile-primary-menu .menu-item, #mobile-primary-menu .menu-item-has-children{
    order: 1;
  }
  #mobile-header-search #destination-wrapper{
    display: flex;
    flex-direction: column;
  }
  #mobile-primary-menu .searchbox{
    margin-top: 10px;
  }
  .mobile-menu ul.menu > li > a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2rem;
  }
  #mobile-menu-01.collapse{
    transition: 0.3s;
    height: 0px;
  }
  #mobile-menu-01.collapse.in{
    transition: 0.3s;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-bottom: 2.5rem;
  }
  /* SEARCH */
  .dropdowngroup, .destinationsearch{
    width: 48%;
    margin-bottom: 20px;
  }
  .availabilityfilters_container.container:before{
    display: none;
  }

  .dropdowngroup button{
    width: 100%;
  }
  .dropdowngroup .Zebra_DatePicker_Icon{
    width: 16px;
  }
  /* STICKY SEARCH */
  .availabilityfilters_container.fixedPos{
    justify-content: space-evenly;
  }
  .fixedPos .stickyMenuContainer{
    margin: 5px 10px 0px 0px;
  }
  .fixedPos .destinationsearch{
    margin-bottom: 0px;
  }
  .expand.fixedPos .buttonsearch{
    display: block;
  }
  .expand.fixedPos .buttonsearch_arrow{
    display: none;
  }
  /* .expand.fixedPos .destinationsearch{
    width: 48% !important;
    margin-bottom: 20px;
  } */
  /* POPULAR DESTINATIONS */
  .populardestinations_mainrow, .populardestinations_toprow{
    margin-bottom: 0px;
  }
  .populardestinations_wrapper{
    margin-bottom: 1.5rem;
  }
  .populardestinations{
    margin-top: 5rem;
  }
  .popularsearches_title{
    font-size: 1.6rem;
  }
  .popularsearches_paragraph{
    font-size: 1.2rem;
    margin-bottom: 0px;
  }
  .input_text, .subscribebutton{
    width: 100%;
  }
  /* POP DEST HOVER */
  .populardestinations_icons{
    float: right;
    width: 140px;
  }
  .hover .populardestinations_icons{
    animation-timing-function: ease-in;
    animation-delay: 1s;
    -webkit-animation-delay:1s;
    animation: iconmovetablet 0.5s forwards;
  }

  @keyframes iconmovetablet {
    from {
      width: 140px;
      height: 36px;
      background-color: #ffffffa3;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 15px;
    }

    to {
      width: 100%;
      height: 50px;
      background-color: #ffffffc2;
      border-bottom-left-radius: 15px;
      border-top-left-radius: 0px;
    }
  }

  .nothover .populardestinations_icons{
    animation-timing-function: ease-in;
    animation-delay: 1s;
    -webkit-animation-delay:1s;
    animation: nothovermovetablet 0.5s forwards;
  }

  @keyframes nothovermovetablet {
    from {
      width: 100%;
      height: 50px;
      background-color: #ffffffc2;
      border-bottom-left-radius: 15px;
      border-top-left-radius: 0px;
    }

    to {
      width: 140px;
      height: 36px;
      background-color: #ffffffa3;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 15px;
    }
  }
}

/* PORTRAIT TABLET */
@media (min-width: 768px) and (orientation: portrait){
  .featuredsites .slider-paginator{
    top: 40%;
  }
  .featuredsites .prev{
    left: 0px;
  }
  .featuredsites .next{
    right: 0px;
  }
}

/*  LARGE SCREENS */
@media (min-width: 1025px) and (max-width: 1200px){
  #main-logo{
    max-width: 320px;
  }
  .hero .herocontent, .search-heading, .title_container{
    margin-top: 150px;
  }
  .availabilityfilters{
    width: 100%;
  }
  .hero .reviews{
    width: 20%;
  }
  .otherglamping_title{
    font-size: 16px;
    left: 25px;
  }
  .popularsearches_col{
    padding-bottom: 2.5rem;
  }
  .input_text, .subscribebutton{
    width: 100%;
  }
  .footer_contact, .footer_navlinks{
    order: 1;
  }
  .footer_logo{
    order: 0;
  }
  .buttonsearch{
    padding: 10px;
  }
  #header{
    padding-right: 0px;
  }
  #main-menu ul.menu{
    padding: 0px;
  }
  #main-menu ul.menu > li, .chaser ul.menu > li{
    padding: 10px;
    margin-left: 0px;
  }
  #main-menu .menu > li:last-of-type a{
    padding: 15px 10px;
  }
  .populardestinations_wrapper{
    margin-bottom: 1.5rem;
  }
}

/* EXTRA LARGE SCREENS */
@media (min-width: 1201px){
  .hero .herocontent, .search-heading, .title_container{
    margin-top: 200px;
  }
}

.glampingfeature_details{
  padding-left: 12vw;
  width: 100%;
}

#page-down{
  display: none;
}

/* NAVIGATION & STICKY NAV*/
#main-menu ul.menu > .megamenu-menu:hover > .megamenu-wrapper{
  top: 30px;
}

.regions-submenu.megamenu ul{
  list-style-type: none;
  padding: 15px;
  box-shadow: 0px 15px 20px #00000026;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 10px;
}

.regions-submenu.megamenu ul li a{
  padding: 5px;
  border-radius: 5px;
  display: block;
}

.regions-submenu.megamenu ul li.menu-divider{
  border-radius: 0px;
}

.regions-submenu.megamenu ul li:hover{
  background-color: #E6EFF2;
  text-decoration: none;
}

.regions-submenu.megamenu ul li a:hover{
  background-color: #E6EFF2;
  text-decoration: none;
}

.sticky-bar .col img{
  width: 50px;
}

.regions-submenu .menu-item a{
  color: #394348;
}

.search-box-wrapper{
  position: relative;
}

.stickyMenuContainer{
  display: none;
}

.bar1, .bar2, .bar3{
  width: 32px;
  height: 2px;
  background-color: #394348;
  margin: 4px 2px;
  transition: 0.4s;
  border-radius: 5px;
}

.bar1{
  margin-top: 2px;
}

.afterScrollMenu{
  width: 36px;
  margin: 0px auto;
  height: 100%;
  padding-top: 14px;
}

.white-hamburger .bar1, .white-hamburger .bar2, .white-hamburger .bar3{
  background-color: #fff;
}

.mobile-menu-toggle small, .stickyMenuContainer small{
  color: #394348;
  display: block;
  margin: auto;
  font-size: 10px;
  width: 80%;
}

.white-hamburger small{
  color: #fff;
}

.stickyMenuContainer_mobile{
  display: none;
}

@media only screen and (max-width: 1024px){
  .stickyMenuContainer_mobile{
    display: block;
  }
}

.expand .stickyMenuContainer_mobile{
  display: none;
}

.stickyMenuContainer a:hover{
  text-decoration: none;
}

.fixedPos .stickyMenuContainer{
  display: block;
  margin-top: 5px;
  cursor: pointer;
}

.expand.fixedPos .stickyMenuContainer{
  display: none;
}

.logo-icon img{
  width: 50px;
  border-radius: 50px;
}

.logo-icon{
  display: none;
}

.fixedPos .logo-icon{
  display: block;
}

@media (max-width: 1199px){
  .fixedPos .logo-icon{
    display: none;
  }
}

.fixedPos .buttonsearch_arrow{
  width: 100%;
  height: 50px;
  padding: 5px;
}

/* .expand.fixedPos.availabilityfilters_container{
  transition: 0.5s;
  padding: 15px !important;
} */

.expand.fixedPos .dropdowngroup{
  display: block;
}

.expand.fixedPos .buttonsearch_arrow{
  padding: 5px;
  height: 50px;
  color: #fff;
  background: rgb(245,156,0);
  background: linear-gradient( 90deg, rgba(245,156,0,1) 0%, rgba(234,91,12,1) 100%);
}


/* SEARCH RESULTS */
/* //////////////////////////////////////////////////////////////// */
.slick-slider {
  margin: 0;
}

.page-intro-container.search-intro{
  position: relative;
}

.image-wrapper {
  position:relative;
  overflow: hidden;
  display: block;
}
.image-wrapper.image-1-1 {
  padding-top: 100%;
}
.image-wrapper.image-3-2 {
  padding-top: 66.67%;
}
.image-wrapper.image-4-3 {
  padding-top: 75%;
}
.image-wrapper.image-16-9 {
  padding-top: 56.25%;
}
.image-wrapper.image-search-banner {
  padding-top: 38%;
}
.image-wrapper.image-lifestyle {
  padding-top: 38%;
}
.image-wrapper.image-glamping-slider {
  padding-top: 36%;
}
.image-wrapper.image-popular-glamping {
  padding-top: 66%;
}
.image-wrapper.image-footer-background {
  padding-top: 26%;
}
.image-wrapper.image-home-banner {
  padding-top: 41.4%;
}
.image-wrapper.image-glamping-banner {
  padding-top: 42%;
}
.image-wrapper.panel-size-1{
  padding-top: 57.6923076923077%;
}
.image-wrapper.panel-size-2{
  padding-top: 121.538461538462%;
}
.image-wrapper.panel-size-3{
  padding-top: 58.955223880597%;
}
.image-wrapper.mobile-gallery-modal{
  padding-top: 60vh;
}

.image-wrapper > img {
  position:absolute;
  top:0;
  width:100%;
}


@media only screen and (max-width: 480px){
  .image-wrapper.panel-size-1, .image-wrapper.panel-size-2, .image-wrapper.panel-size-3{
    padding-top: 30%;
  }
}

/* HOME POPULAR GLAMPING OPTIONS */
@media only screen and (max-width: 375px){
  .image-wrapper.image-popular-glamping {
    padding-top: 100%;
  }
}

/* HOME POPULAR GLAMPING OPTIONS */
@media (min-width: 376px) and (max-width: 414px){
  .image-wrapper.image-popular-glamping {
    padding-top: 100%;
  }
}

/* HOME POPULAR GLAMPING OPTIONS */
@media (min-width: 412px) and (max-width: 768px){
  .image-wrapper.image-popular-glamping {
    padding-top: 100%;
  }
}

/* HOME BANNER MOBILE */
@media only screen and (max-width: 340px){
  .image-wrapper.image-home-banner {
    padding-top: 190%
  }
}

@media (min-width: 341px) and (max-width: 380px){
  .image-wrapper.image-home-banner {
    padding-top: 150%
  }
}

@media (min-width: 381px) and (max-width: 440px){
  .image-wrapper.image-home-banner {
    padding-top: 140%
  }
}

@media (min-width: 441px) and (max-width: 480px){
  .image-wrapper.image-home-banner {
    padding-top: 120%
  }
}

/* HOME BANNER TABLET */
@media (min-width: 481px) and (max-width: 768px){
  .image-wrapper.image-home-banner {
    padding-top: 100%
  }
}

/* HOME BANNER LAPTOP */
@media (min-width: 769px) and (max-width: 1024px){
  .image-wrapper.image-home-banner {
    padding-top: 78%
  }
}

/* HOME BANNER LARGE */
@media (min-width: 1025px) and (max-width: 1280px){
  .image-wrapper.image-home-banner {
    padding-top: 59%
  }
}

/* HOME BANNER LARGE 2 */
@media (min-width: 1281px) and (max-width: 1366px){
    .image-wrapper.image-home-banner {
      padding-top: 50%
    }
  }

/* HOME BANNER EXTRA LARGE */
@media (min-width: 1367px) and (max-width: 1600px){
  .image-wrapper.image-home-banner {
    padding-top: 58%
  }
}

/* HOME GLAMPING SLIDER MOBILE */
@media only screen and (max-width: 414px){
  .image-wrapper.image-glamping-slider {
    padding-top: 100%;
  }
}

/* HOME GLAMPING SLIDER TABLET */
@media (min-width: 415px) and (max-width: 768px){
  .image-wrapper.image-glamping-slider {
    padding-top: 75%;
  }
}

/* HOME GLAMPING SLIDER LAPTOPS */
@media (min-width: 769px) and (max-width: 1366px){
  .image-wrapper.image-glamping-slider {
    padding-top: 50%;
  }
}

/* HOME GLAMPING SLIDER LARGE SCREENS */
@media (min-width: 1367px) and (max-width: 1600px){
  .image-wrapper.image-glamping-slider {
    padding-top: 42%;
  }
}

/* SEARCH BANNER FOR MOBILES */
@media only screen and (max-width: 340px){
  .image-wrapper.image-search-banner {
    padding-top: 210%
  }
}

@media (min-width: 341px) and (max-width: 380px){
  .image-wrapper.image-search-banner {
    padding-top: 180%
  }
}

@media (min-width: 381px) and (max-width: 440px){
  .image-wrapper.image-search-banner {
    padding-top: 160%
  }
}

@media (min-width: 441px) and (max-width: 480px){
  .image-wrapper.image-search-banner {
    padding-top: 130%
  }
}

/* SEARCH BANNER FOR TABLETS */
@media (min-width: 481px) and (max-width: 768px){
  .image-wrapper.image-search-banner{
    padding-top: 80%;
  }
}

/* SEARCH BANNER FOR LARGE TABLETS */
@media (min-width: 769px) and (max-width: 1024px){
  .image-wrapper.image-search-banner{
    padding-top: 65%;
  }
}

/* SEARCH BANNER FOR LAPTOPS */
@media (min-width: 1025px) and (max-width: 1366px){
  .image-wrapper.image-search-banner{
    padding-top: 50%;
  }
}

/* SEARCH BANNER FOR LARGE SCREENS */
@media (min-width: 1367px) and (max-width: 1600px){
  .image-wrapper.image-search-banner{
    padding-top: 42%;
  }
}

/* FOOTER BACKGROUND FOR MOBILE */
@media only screen and (max-width: 375px){
  .image-wrapper.image-footer-background{
    padding-top: 188%;
  }
}

/* FOOTER BACKGROUND FOR LARGE MOBILE */
@media (min-width: 376px) and (max-width: 414px){
  .image-wrapper.image-footer-background{
    padding-top: 170%;
  }
}

/* FOOTER BACKGROUND FOR TABLETS */
@media (min-width: 415px) and (max-width: 768px){
  .image-wrapper.image-footer-background{
    padding-top: 90%;
  }
}

@media (min-width: 415px) and (max-width: 768px) and (orientation: portrait) {
  .image-wrapper.image-footer-background{
    padding-top: 120%;
  }
}

/* FOOTER BACKGROUND FOR LAPTOPS */
@media (min-width: 769px) and (max-width: 1024px){
  .image-wrapper.image-footer-background{
    padding-top: 68%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  .image-wrapper.image-footer-background{
    padding-top: 90%;
  }
}

/* FOOTER BACKGROUND FOR LARGE LAPTOPS */
@media (min-width: 1025px) and (max-width: 1366px){
  .image-wrapper.image-footer-background{
    padding-top: 32%;
  }
}

/* FOOTER BACKGROUND FOR LARGE SCREENS */
@media (min-width: 1367px) and (max-width: 1600px){
  .image-wrapper.image-footer-background{
    padding-top: 32%;
  }
}


/* GLAMPING BANNER IMAGE MOBILE */
@media only screen and (max-width: 375px){
  .image-wrapper.image-glamping-banner {
    padding-top: 160%;
  }
}

/* GLAMPING BANNER IMAGE MOBILE LARGE */
@media (min-width: 376px) and (max-width: 414px){
  .image-wrapper.image-glamping-banner {
    padding-top: 178%;
  }
}

/* GLAMPING BANNER IMAGE TABLET */
@media (min-width: 415px) and (max-width: 768px){
  .image-wrapper.image-glamping-banner {
    padding-top: 80%;
  }
}

/* GLAMPING BANNER IMAGE TABLET LARGE */
@media (min-width: 769px) and (max-width: 1024px){
  .image-wrapper.image-glamping-banner {
    padding-top: 68%;
  }
}

/* GLAMPING BANNER IMAGE LAPTOP */
@media (min-width: 1025px) and (max-width: 1366px){
  .image-wrapper.image-glamping-banner {
    padding-top: 44%;
  }
}

/* GLAMPING BANNER IMAGE LAPTOP LARGE */
@media (min-width: 1367px) and (max-width: 1600px){
  .image-wrapper.image-glamping-banner {
    padding-top: 38%;
  }
}


.image-wrapper .listing-photo-slider img{
  border-radius: 15px;
}


.image-wrapper .listing-photo-slider {
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.image-wrapper .slick-arrow {
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s;
  padding: 0px 7px;
}
.image-wrapper:hover .slick-arrow {
  opacity: 1;
}

/* SKELETON MARKUP */
.image-wrapper .image-link.loading::before, .details .box-title.loading::before, .details .accommodations .accommodation-icon.loading::before, .list-box .more-info.loading::before, .list-box_star-rating .star-rating_container.loading::before, .bookable-pitch-table.loading::before{
  content: '';
  display: block;
  background: rgb(238, 238, 238);
  z-index:1;
}

.image-wrapper .image-link.loading::before, .details .box-title.loading::before{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.details .accommodations .accommodation-icon.loading::before{
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.list-box .more-info.loading::before{
  position: absolute;
  top: 0;
  width: 5%;
  height: 15%;
  border-radius: 2px;
}

.list-box_star-rating .star-rating_container.loading::before{
  position: absolute;
  top: -5px;
  left: -1px;
  width: 100%;
  height: 30px;
  border-radius: 2px;
}

.bookable-pitch-table.loading::before{
  position: absolute;
  top: 0px;
  width: 100%;
  height: 110%;
  border-radius: 5px;
}

.bookable-pitch-table.loading, .bookable-pitch-table.loading tr{
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.slick-dots{
  bottom: 10px !important;
  height: 20px;
  overflow: hidden;
}


.slick-dots{
    width: 50%;
    right: 25%;
}


.slick-dots li{
  width: 15px;
  pointer-events: none;
  margin: 0px;
}

.slick-dots li.slick-active button:before{
  color: #fff;
  opacity: 1;
}

.slick-dots li button:before{
  color: #fff;
  opacity: 0.5;
}

.list-box .image-wrapper { border-radius:15px; }

.list-box .favourite-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  font-size: 22px;
  color: #fff;
}

.list-box .favourite-button.active{
  color: #ea5b0c;
}

.siteSummary_galleryMobile .favourite-button {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  font-size: 22px;
  color: #fff;
}

.siteSummary_galleryMobile .favourite-button.active{
  color: #ea5b0c;
}

.siteSummary_galleryMobile .gallery-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  margin-right: 2.5px;
  color: #394348;
  background-color: #ffffffad;
  padding: 2.5px 5px;
  border-radius: 5px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}
.siteSummary_galleryMobile .gallery-button img{
  height: 10px;
  filter: invert(23%) sepia(26%) saturate(261%) hue-rotate(155deg) brightness(96%) contrast(90%); /* equivilent to #394348 */
}

.box-title .site-title, .box-title  .star-rating{
  display: inline-block;
}

.box-title .site-title{
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
}

#breadcrumbs{
  list-style-type: none;
  display: inline;
  padding-left: 0px;
}

.breadcrumbs li span.back-label{
  display: none;
}

.breadcrumbs li:after {
  content: ">";
  color: #333;
}

.breadcrumbs li {
  float: left;
  line-height: 20px;
  display: inline;
  margin-left: 5px;
  font-size: 0.75em;
  text-transform: uppercase;
  position: relative;
  text-transform: initial;
  font-size: 0.8333em;
  line-height: 1.8333em;
  border-radius: 4px;
}

.breadcrumbs li>div {
  display: inline;
  color: #EA5B0C;
  cursor: pointer;
}

.breadcrumbs li a {
  padding-right: 5px;
  color: #EA5B0C;
  font-size: 1.3rem;
}

.breadcrumbs li.active a {
  color: #394348;
}

.breadcrumbs li:last-child:after {
  content: "";
}

.breadcrumbs li:first-of-type{
  margin-left: 0px;
}

@media (max-width: 640px){
  .breadcrumbs li.active, .breadcrumbs li:nth-of-type(-n +2) {
    display: none;
  }
  .breadcrumbs li::after {
    content: '';
  }
  .breadcrumbs li::before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: -8px;
    width: 10px;
    border-color: transparent #CCDFE5 transparent transparent;
    border-width: 10px 10px 11px 0px;
    border-style: solid;
}
  .breadcrumbs li{
    padding: 0 15px;
    background: #CCDFE5;
  }
  .breadcrumbs .parent{
    margin-left: 10px;
  }
}

.list-box_star-rating{
  float: right;
  position: relative;
  height: 32px;
  padding: 8px 0px;
}

.star-rating_container{
  line-height: 15px;
}

.five-stars-container{
  float: left;
  margin-right: 5px;
  margin-top: -3px;
  color: #ea5b0c;
}

.five-stars-container, .star-rating_num{
  display: inline-block;
}

.star-rating_reviewsFlair{
  display: inline;
}

.star-rating_outOf{
  color: #747B7F;
}

/* INTRO BANNER */
.banneroverlay_container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(57,67,72,0.10);
  padding: 0px;
}

.banneroverlay{
  position: relative;
  top: 35%;
  margin: auto;
}

@media (max-width: 768px){
  .banneroverlay{
    padding: 0px 15px;
  }
}

.banneroverlay_container .title, .banneroverlay_container .bannersubtitle{
  color: #fff;
  margin-top: 0px;
  text-shadow: 2px 2px 4px #394348;
}

.banneroverlay_container .bannersubtitle p{
  line-height: 2rem;
}

.mobile-reviews {
  display: none
}

@media (max-width: 480px){
  .banneroverlay_container .bannersubtitle p{
  line-height: 1.8rem;
  font-size : 15px;
  }
  .banneroverlay_container .banneroverlay_titles h1{
  line-height: 1.8rem;
  font-size : 20px;
  }
  .mobile-reviews{
    display: block;
  }
  .desktop-reviews{
    display: none;
  }
}

.trustbox-mini-container {
  width: 191px;
  transform: translateX(-5px);
}


.tp-widget-wrapper {
  text-align: unset !important;
}

.banneroverlay_container .title{
  margin-bottom: 2.5rem;
}

.banneroverlay_container .banneroverlay_titles{
  width: 70%;
  float: left;
}

.banneroverlay_container .reviews{
  width: auto;
  float: right;
  position: absolute;
  right: -30px;
  top: 30px;
}

.mobileReviews{
  display: none;
}

@media only screen and (max-width: 1024px){
  .mobileReviews{
    display: block;
    padding: 2.5rem;
    padding-bottom: 6rem;
  }
}

/* SEARCH RESULTS LISTINGS */
.listing-offers{
  display: none;
}

.listing-offers .offer-details-link{
  display: none;
}

.listing-offers .soap-icon-savings{
  font-size: 2rem;
  margin-left: 5px;
}

.listing-offers .offer-link{
  font-size: 1.8rem;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid;
  border-radius: 30px;
  font-weight: 400;
}

.listing-offers .offer-link:hover{
  text-decoration: none;
  background-color: #EA5B0C;
  color: #fff;
}

.campsite-list .details .box-title{
  margin: 0px 0px 1rem;
}

.campsite-list .details .accommodations{
  float: left;
}

.list-box .details{
  padding-left: 15px;
}

.holidayType .details .box-title a{
  width: 100%;
  color: #fff;
}

.details .box-container p{
  width: 100%;
  clear: both;
  margin: 0 0 1rem;
}

.campsite-list{
  overflow: hidden;
}

.campsite-list.row{
  margin-right: 0px;
}

.list-campsite{
  margin-bottom: 5rem;
  background-color: #B8B8B8;
  padding: 15px;
}

@media (min-width:769px) {
  .list-campsite{
    margin-right: 15px
  }
}

.list-campsite div small{
  color: #fff;
}

.campsite-list .list-box{
  margin-bottom: 2.5rem;
}

.campsite-list .list-box .btn-primary{
  color: #EA5B0C;
  background-color: #fff;
  border-color: #fff;
  width: 5%;
  float: left;
  height: auto;
  padding: 0px;
  padding-left: 5px;
}

.campsite-list .list-box .park-id-label{display:none; position: absolute; bottom: 15px; left: 15px; font-size: 1.5em; color: white; text-shadow: 2px 2px 4px #394348;}
.campsite-list .list-box:hover .park-id-label{display:block;}

.box-title a{
  color: #394348;
  margin-bottom: 0;
}

.box-title small{
  color: #80B0BF;
}

.holidayType_overlay .box-title small{
  color: #fff;
}

.box-title small .soap-icon-departure{
  display: none;
}

.with-sticker{
  position: relative;
}

.with-sticker .corner-sticker {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index:1;
}

.list-box .with-sticker .corner-sticker{
  pointer-events: none;
}

.list-box figure {
  float: left;
  width: 45%;
}

.searchlisting-container .image-wrapper.image-3-2{
  border-radius: 15px;
}

@media (min-width: 1200px) and (max-width: 1450px){
  .with-sticker .corner-sticker {
    max-width: 180px;
  }
  .with-sticker .corner-sticker .featured-sticker{
    margin-bottom: 5px;
  }
}


.with-sticker .corner-sticker > * {
  display: inline-block;
  margin-right: 2.5px;
  color: #394348;
  background-color: #ffffffad;
  padding: 2.5px 5px;
  border-radius: 5px;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.with-sticker .corner-sticker .bookable-sticker span, .bookable-sticker a, .with-sticker .corner-sticker .offers-sticker a{
  color: #394348;
  font-size: 1rem;
  font-weight: 600;
}

.with-sticker .image-wrapper img{
  width: 100%;
}

div.rating-cancel, div.star-rating{
  width: 80px;
  height: 22px;
}

.star-rating .rating{
  font-size: 1.8rem;
  color: #394348;
}

div.star-rating, div.star-rating a{
  background: none;
}

.outoffive{
  display: inline;
  font-size: 1.2rem;
  color: #747B7F;
}

.star{
  margin-bottom: 6px;
}

.next-dates.button-link{
  float: right;
}

.btn-primary.more-info{
  height: 46px;
}

.box-container{
  position: relative;
  height: 90%;
}

.star-rating{
  position: absolute;
  bottom: 0px;
}

.campsite-list .list-box{
  flex-wrap: wrap;
}

.campsite-list .list-box .details{
  width: 50%;
  float: left;
}

.campsite-list .list-box .bookable-pitch-list{
  width: 100%;
  margin: 10px 0px;
  padding: 10px 0px;
}

.campsite-list .list-box .bookable-pitch-list .bookable-pitch-table{
  width: 100%;
  position: relative;
}

.campsite-list .list-box .bookable-pitch-list .bookable-pitch-table tr{
  width: 100%;
  position: relative;
}

.campsite-list .list-box .bookable-pitch-list .bookable-pitch-table .bookable-pitch-available a{
  border-radius: 15px;
  background-color: #708975;
  padding: 5px 10px;
  color: #fff;
}

.campsite-list .list-box .bookable-pitch-list .bookable-pitch-table .bookable-pitch-desc a{
  color: #394348;
  display: inline-block;
}

#advanced-filters-wrapper{
  width: 100%;
  top: 0px;
  z-index: 9999;
  background-color: rgb(0,0,0,0.4);
  border: 0px;
  position: fixed;
  height: 100dvh;
  border-radius: 0px;
  border: 0px;
  margin: 0px;
}

.advanced-filters{
  width: 50%;
  position: absolute;
  margin: auto;
  background-color: #fff;
  overflow: scroll;
  height: 50vh;
  top: 25%;
  left: 25%;
  border-radius: 25px;
  padding: 25px;
}

.modal-dialog .close, .dropdown-close {
  top: 5px;
  position: absolute;
  right: 15px;
  font-size: 5rem;
  color: #EA5B0C;
  opacity: 1;
  z-index: 1; /* needed because this will appear behind the modal content by default */
}

.modal-header{
  font-size: 2rem;
  position: sticky;
  z-index: 10000;
  top: 0px;
  background-color: #fff;
}

@media (min-width:641px) {
  .dropdown-content > .modal-header, .dropdown-content > .modal-footer {
    display: none;
  }
}

.modal-footer_apply{
  background: rgb(245,156,0);
  background: linear-gradient(90deg, rgba(245,156,0,1) 0%, rgba(234,91,12,1) 100%);
  color: #fff;
  border: 0px;
  padding: 10px 20px;
  border-radius: 25px;
}

.modal-footer_close{
  display: none;
  background-color: #fff;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 25px;
  position: absolute;
  right: 15px;
}

.optional-extras-wrapper .pricing-list.optional-extras{
  margin-top: 10px;
}

.idealfor{
  margin-top: 2.5rem;
}

.facilities h4, .idealfor h4{
  color: #EA5B0C;
  font-size: 3rem;
}

.accommodation-icon{
  background-color: #B3D0D9;
  border-radius: 25px;
}

.accommodation-icon-tent-campsites::before{
  background-position: 0px 0px !important;
}

.accommodation-icon-caravan-parks::before{
  background-position: -32px 0px !important;
}

.accommodation-icon-motorhome-parks::before{
  background-position: -64px 0px !important;
}

.accommodation-icon-glamping::before{
  background-position: -96px 0px !important;
}

.accommodation-icon-holiday-lodges::before{
  background-position: -128px 0px !important;
}

.accommodation-icon-caravan-holidays::before{
  background-position: -160px 0px !important;
}

/* AVAILABILITY BOOKABLE PITCH */
.bookable-pitch-available .available, .bookable-pitch-available .alternative{
  font-size: 1rem;
  padding: 4px;
}

.bookable-pitch-desc a, .bookable-pitch-additional-stays, .bookable-pitch-price{
  font-size: 1.2rem;
  padding: 4px;
}

.bookable-pitch-available{
  padding: 5px 0px;
}

.bookable-pitch-list{
  overflow: hidden;
}

.bookable-pitch-table{
  margin-top: 10px;
  border-top: 1px dashed #A6B5A9;
}

.campsite-list .list-box .bookable-pitch-list .bookable-pitch-table tr{
  border-bottom: 1px dashed #A6B5A9;
}

.bookable-pitch-arrow {
  padding: 5px 0px;
  display: block;
}
.bookable-pitch-arrow a {
  color: #708975;
}

/* ADVERT BANNER */

@media (max-width: 1279px) {
  #search-results-skyscraper-wrapper {
    display: none;
  }  
}
@media (min-width: 1280px) {
  #search-results-skyscraper {
    position: relative;
    width: inherit;
    height: 600px;
  }

  #search-results-skyscraper-wrapper {
    position: fixed;
  }
}

.paged-navigation{
  padding-top: 30px;
}
.paged-navigation .pull-right {
  margin-right: 15px;
}

.advertising-info{
  position: relative;
}

/* Adverts */
#search-results .content, #search-results .advertising-info {display: block; }

@media (min-width:480px) {
  #search-results .advertising-info {display: table-cell;}
  #search-results .content .script-wrapper, #search-results .advertising-info {height:60px;}
}
@media (min-width:768px) {
  .ad-container {z-index: 2; height: initial; width: 88vw;}
}
@media (min-width:960px) {
  #search-results .content .script-wrapper, #search-results .advertising-info {height:60px;}

}
@media (min-width:1280px) {
  #search-results .content .script-wrapper, #search-results .advertising-info {height: initial;}
}

/* SEARCH RESULT MAP */
#search-results-map-desktop{
  height: 100%;
}

.search-body .searchlisting-container, .search-body .searchmap-container{
  width: 50%;
}

.searchmap-container{
  background-color: #eeeeee;
}

.modal-content {
  overflow: hidden !important;
  height: 100%;
  max-height: 100dvh;
  display: flex;
  flex-direction: column;
  border: none !important;
}

#mobile-map-button {
  float: right;
}

@media (min-width: 769px){
  #mobile-map-button {
    display: none
  }
}

#search-results-map-mobile {
  height: 100%;
}

#mobile-map-modal .modal-body {
  padding: 0px
}

.searchmap-container.desktop-map{
  float: right;
  position: sticky;
  right: 0px;
  top: 80px;
}

.thingsToDo_background{
  background-color: #E6EFF2;
  padding: 15px 0px;
}

.map-expander{
  display: none;
}

.marker-cluster-large, .marker-cluster-large div{
  background-color: rgba(234, 91, 12, 0.6) !important;
}

.marker-cluster-medium, .marker-cluster-medium div{
  background-color: rgba(245, 156, 0, 0.6) !important;
}

.marker-cluster-small, .marker-cluster-small div{
  background-color: rgb(94, 179, 46, 0.6) !important;
}

.click-to-interact.disabled:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.4);
  z-index:998;
}

.click-to-interact.disabled:hover::after {
  content: 'Click to interact';
  position:absolute;
  line-height:0;
  top: 50%;
  left: 0;
  width:100%;
  z-index:999;
  text-align:center;
  font-size: 2em;
  text-shadow: 0px 0px 5px #fff;
}

.leaflet-container a{
  color: #394348;
}

.leaflet-popup-content .btn-primary{
  border-radius: 30px;
  background-color: #B3D0D9;
  border: 1px solid;
}

/* INTRO BEFORE RESULTS */
.paged-navigation .btn.btn-default{
  border-radius: 25px;
  width: 46px;
  border: 1px solid #EA5B0C;
  color: #EA5B0C;
  margin-right: 5px;
  text-align: center;
}

.paged-navigation .btn.btn-default.active{
  background-color: #EA5B0C;
  color: #fff;
}

.display-options .dropdown-toggle{
  border-radius: 25px;
  color: #EA5B0C;
  border: 1px solid #EA5B0C;
  padding: 10px 20px;
  margin-left: 10px !important;
  font-weight: 600;
}

.display-options .dropdown-toggle:hover{
  background-color: #ea5b0c;
  color: #fff;
  transition: 0.5s;
}

.search-results-anchor {
  translate: 0 -95px;
}

@media (min-width: 481px) and (max-width: 768px){
  .search-results-anchor {
    translate: 0 -190px;
  }
}

.search-title .display-options, .search-title .morefilter{
  display: inline-block;
  float: right;
}

.display-options .dropdown-menu {
  margin-left: 10px;
}
.display-options .dropdown-menu >li >a{
  padding: 3px 10px;
  margin: 0px 5px;
  border-radius: 15px;
}

.search-title .clearfix h2{
  float: left;
}

@media only screen and (max-width: 480px){
  .search-title .clearfix h2{
    clear: both;
  }
  .search-title .display-options, .search-title .morefilter{
    float: left;
  }
  .display-options .dropdown-toggle{
    margin-left: 0px !important;
    margin-right: 10px;
  }
}

@media (min-width: 481px) and (max-width: 769px){
  .display-options .dropdown-toggle{
    margin-left: 0px !important;
  }
  .morefilter .search-bar-field{
    margin-left: 10px;
  }
  .search-title .display-options, .search-title .morefilter{
    float: left;
  }
  .search-title.clearfix h2{
    width: 100%;
  }
}

.btn-default:active:hover, .btn-default.active:hover, .open >.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open >.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open >.dropdown-toggle.btn-default.focus{
  background-color: #EA5B0C;
  color: #fff;
  border: 1px solid #EA5B0C;
}

.search-title.clearfix{
  margin-bottom: 2.5rem;
}

.search-title.clearfix .container-fluid{
  width: 90%;
  padding: 0px;
}

.page-title-container{
  margin: auto;
  padding-bottom: 2.5rem;
}

@media (min-width: 481px) and (max-width: 768px){
    .bread-crumb-container {
        min-height: 70px;
    }
}

@media (min-width: 768px){
    .search-form-wrapper .bread-crumb-container {
        min-height: 50px;
    }
}

.page-title-container .container{
  padding: 0px;
}

/* FAQ's QUESTIONS AND ANSWERS */
#campsite-faq-panel .faq-panel{
  padding: 0px 0px 0px 15px;
}

.faq-panel .acceptedAnswer{
  display: none;
}

.faq .questionblock{
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.faq .question-title{
  margin: 2.5rem 0;
  float: left;
}

.faq .questionicon{
  position: absolute;
  top: 40%;
  right: 0px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  background: #B3D0D9;
  color: #fff;
  border-radius: 50%;
}

.faq .questionicon .glyphicon::before {
  content: '\002b'
}
.faq.open .questionicon .glyphicon::before {
  content: '\2212'
}

.faq_section .container{
  width: 90%;
}

.faq_section .faq_title{
  border-top: 1px solid #B6B6B6;
  padding-top: 5rem;
}

.faq_section .faq{
  border-bottom: 1px solid #B3D0D9;
}

.faq_section{
  margin-bottom: 5rem;
}

.campsite-details-container .toggle-container .panel.style1 .panel-title>*.collapsed:before{
  display: none;
}

ul.documentList{
  padding-left: 0px;
}

ul.triangle li, ul.documentList li{
  list-style-type: disc;
  list-style-position: inside;
}

.menu-item-has-children .regions-submenu li{
  list-style-type: none;
}

ul.documentList li{
  width: 100%;
}

ul.documentList li.glyphicon-triangle-right:before{
  color: #EA5B0C;
  font-size: 1.4rem;
}

/* POPULAR SEARCHES FOR SEARCH PAGES */
.image-box .box.pointer h5 a{
  color: #EA5B0C;
  font-size: 14px;
}

.popularsearchesfor_details{
  display: inline-block;
  float: left;
  margin-left: 0%;
  padding-left: 10px;
}

.popularsearchesfor_image{
  display: inline-block;
  float: left;
}

.popularsearchesfor_image .thumb-image{
  border-radius: 10px;
  width: 150px;
  height: 150px;
}

.popularsearchesfor_image .thumb-image a{
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%;
}

.popularsearchesfor_image img { width: 100%; }

.popularsearchesfor_details .popularsearches_title a{
  width: 100%;
}
.popularsearchesfor_image .thumb-image img{
  border-radius: 10px;
}

.popularsearchesfor_details .popularsearches_paragraph, .popularsearchesfor_details  .popularsearches_title{
  margin: 0px;
}

@media (min-width: 1024px){
  .popularsearches_title{
    margin-top: 30px;
  }
}

/* Martin has decided to hide this on all search results pages for now (still visible on the home page) */
.popularsearchesfor .popularsearches_paragraph{
  display: none;
}

.thingsToDo p{
  word-break: break-word;
}

@media (max-width: 480px) {
  .popularsearchesfor .popularsearches_col.col-xs-6{
    width: 100%;
  }
  .popularsearchesfor_image, .popularsearchesfor_details{
    width: 50%;
  }
}

@media (max-width: 640px) {
  .popularsearchesfor_image, .popularsearchesfor_details{
    width: 50%;
  }
}

@media (min-width: 768px) {
  .popularsearchesfor_image{
    width: auto;
  }
  .popularsearchesfor_details{
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .popularsearchesfor_image{
    width: auto;
  }
  .popularsearchesfor_details{
    width: 46%;
  }
}

@media (min-width: 1600px) {
  .popularsearchesfor_image{
    width: auto;
  }
  .popularsearchesfor_details{
    width: 48%;
  }
}

/* BELOW SEARCH RESULTS */
@media (min-width: 481px) and (max-width: 1499px){
  .popularsearchesfor_image .thumb-image{
    width: 100px;
    height: 100px;
  }
}


/* MOBILE SEARCH RESULTS */
@media only screen and (max-width: 480px){
  /* SEARCH RESULTS AND MAP */
  .searchmap-container.desktop-map{
    position: relative;
  }
  .search-body .searchlisting-container, .search-body .searchmap-container{
    width: 100% !important;
  }
  .campsite-list .list-box{
    padding: 0px;
    overflow: auto;
    margin-bottom: 2.5rem !important;
  }
  .star-rating{
    position: relative;
    order: 1;
    margin-top: 10px;
    width: 25% !important;
  }
  .btn.btn-primary.more-info{
    display: none;
    border-radius: 25px;
    border: 1px solid;
  }
  .bookable-pitch-table .bookable-pitch-desc a{
    display: block;
  }
  .bookable-pitch-table .bookable-pitch-price{
    text-align: right;
  }
  .bookable-pitch-table .bookable-pitch-arrow, .bookable-pitch-table .bookable-pitch-additional-stays{
    display: none;
  }
  .bookable-pitch-table .bookable-pitch-available{
    padding-right: 5px;
  }
  .image-wrapper img{
    width: 100%;
  }
  .glyphicon-chevron-right{
    background-position: center;
  }
  .list-box .details{
    padding-left: 0px;
  }
  .details .box-container p{
    margin-bottom: 10px !important;
    width: 100%;
    clear: both;
  }
  .details .accommodations{
    float: left;
  }
  .campsite-list .list-box figure, .campsite-list .list-box .details{
    width: 100%;
  }
  .campsite-list .details .box-title{
    margin: 1.5rem 0;
    font-size: 22px;
    width: 100%;
  }
  .btn.btn-primary.more-info{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  /* TOP BANNER */
  .banneroverlay_container .reviews{
    display: none;
  }
  .banneroverlay_container .banneroverlay_titles{
    width: 100%;
  }
  .banneroverlay{
    top: 15%;
  }
  /* BEFORE SEARCH RESULTS AND INTRO */
  .page-title-container{
    margin-top: 3rem;
    width: 100%;
  }
  .breadcrumbs li:first-of-type{
    margin-left: 5px;
  }
  .morefilter .search-bar-field{
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #EA5B0C;
  }
  #advanced-filters-wrapper{
    position: fixed;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: scroll;
    height: 100dvh;
  }
  .advanced-filter-group ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 470px;
    padding-left: 5px;
    list-style-type: none;
  }
  .advanced-filter-group h4{
    color: #EA5B0C;
  }
  .idealfor ul{
    max-height: 140px;
  }
  .closefilter{
    padding: 10px;
  }
  .toggle-switch-button .switch{
    min-width: 150px !important;
  }
  #arrival-date-end-calendar{
    left: 0px;
  }
  /* SEARCH BAR */
  .destinationsearch_label{
    width: 100%;
  }
  /* FAQ */
  #campsite-faq-panel .faq-panel{
    padding: 0px;
  }
  .faq_section .container{
    padding: 0px 15px;
  }
  .container.faq_title{
    padding-top: 5rem;
  }
  /* LISTING */
  .campsite-list.row{
    margin: 0px;
  }
}


/*  TABLETS */
@media (min-width: 481px) and (max-width: 768px){
  /* SEARCH RESULTS AND MAP */
  .searchmap-container.desktop-map{
    position: relative;
  }
  .search-body .searchlisting-container, .search-body .searchmap-container{
    width: 100% !important;
  }
  .campsite-list .list-box{
    flex-direction: column;
    overflow: auto;
    padding: 0px;
  }
  .star-rating{
    position: relative;
    order: 1;
    height: 74px !important;
  }
  .btn.btn-primary.more-info{
    border-radius: 25px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-wrapper img{
    width: 100%;
  }
  .glyphicon-chevron-right{
    background-position: center;
  }
  .list-box .details{
    padding-left: 0px;
  }
  .details .box-container p{
    margin-bottom: 10px !important;
    width: 100%;
    clear: both;
    min-height: 92px;
  }
  .details .accommodations{
    float: left;
  }
  .campsite-list .list-box figure, .campsite-list .list-box .details{
    width: 100%;
  }
  .btn.btn-primary.more-info{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .campsite-list .details .box-title{
    margin: 1.5rem 0;
  }
  /* TOP BANNER */
  .banneroverlay_container .reviews{
    display: none;
  }
  .banneroverlay_container .banneroverlay_titles{
    width: 100%;
  }
  .banneroverlay{
    top: 33%;
  }
  /* BEFORE SEARCH RESULTS AND INTRO */
  .page-title-container{
    margin-top: 2.5rem;
    width: 100%;
  }
  .breadcrumbs li:first-of-type{
    margin-left: 5px;
  }
  .morefilter .search-bar-field{
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #EA5B0C;
  }
  #advanced-filters-wrapper{
    position: fixed;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: scroll;
    height: 100dvh;
  }
  .advanced-filter-group ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 470px;
    padding-left: 5px;
    list-style-type: none;
  }
  .advanced-filter-group h4{
    color: #EA5B0C;
  }
  .idealfor ul{
    max-height: 140px;
  }
  .closefilter{
    padding: 10px;
  }
  /* SEARCH BAR */
  .destinationsearch_label{
    width: 100%;
  }
  /* FAQ */
  .faq_section .container{
    padding: 0px 15px;
  }
  .container.faq_title{
    padding-top: 5rem;
  }
  /* LISTING */
  .campsite-list.row{
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
  }
}

/*  SMALL SCREENS */
@media (min-width: 769px) and (max-width: 1024px){
  /* SEARCH RESULTS AND MAP */
  .campsite-list .details .box-title{
    margin: 1.5rem 0;
  }
  .star-rating{
    position: relative;
    order: 1;
    height: 50px !important;
  }
  .btn.btn-primary.more-info{
    border-radius: 25px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-wrapper img{
    width: 100%;
  }
  .glyphicon-chevron-right{
    background-position: center;
  }
  .list-box .details{
    padding-left: 0px;
  }
  .details .box-container p{
    margin-bottom: 10px !important;
    width: 100%;
    clear: both;
  }

  .details .accommodations{
    float: left;
  }
  .campsite-list{
    display: flex;
    flex-wrap: wrap;
  }
  #mobile-search-results-map-wrapper{
    display: none;
  }
  .searchmap-container.desktop-map{
    margin-bottom: 5rem;
  }
  .campsite-list .list-box figure, .campsite-list .list-box .details{
    width: 100%;
  }
  .btn.btn-primary.more-info{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .results-listing .campsite-list.row{
    margin: 0px;
  }
  .results-listing .campsite-list.row .list-box{
    padding-left: 0px;
  }
  /* TOP BANNER */
  .banneroverlay_container .reviews{
    display: none;
  }
  .banneroverlay_container .banneroverlay_titles{
    width: 100%;
  }
  /* BEFORE SEARCH RESULTS AND INTRO */
  .page-title-container{
    margin-top: 2.5rem;
    width: 100%;
  }
  .breadcrumbs li:first-of-type{
    margin-left: 5px;
  }
  .morefilter .search-bar-field{
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #EA5B0C;
  }
  #advanced-filters-wrapper{
    position: fixed;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: scroll;
    height: 100dvh;
  }
  .advanced-filter-group ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 470px;
    padding-left: 5px;
    list-style-type: none;
  }
  .advanced-filter-group h4{
    color: #EA5B0C;
  }
  .idealfor ul{
    max-height: 140px;
  }
  .closefilter{
    padding: 10px;
  }
  /* SEARCH BAR */
  .destinationsearch_label{
    width: 100%;
  }
  /* FAQ */
  .faq_section .container{
    padding: 0px 15px;
  }
  .container.faq_title{
    padding-top: 5rem;
  }
}

/*  LARGE SCREENS */
@media (min-width: 1025px) and (max-width: 1200px){
  /* SEARCH RESULTS AND MAP */
  .campsite-list .details .box-title{
    margin: 1.5rem 0;
  }
  .star-rating{
    position: relative;
    order: 1;
    height: 50px !important;
  }
  .btn.btn-primary.more-info{
    border-radius: 25px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .image-wrapper img{
    width: 100%;
  }
  .glyphicon-chevron-right{
    background-position: center;
  }
  .list-box .details{
    padding-left: 0px;
  }
  .details .box-container p{
    margin-bottom: 10px !important;
    width: 100%;
    clear: both;
  }
  .details .accommodations{
    float: left;
  }
  #mobile-search-results-map-wrapper{
    display: none;
  }
  .searchmap-container.desktop-map{
    margin-bottom: 5rem;
  }
  .campsite-list .list-box figure, .campsite-list .list-box .details{
    width: 100%;
  }
  .btn.btn-primary.more-info{
    width: 100%;
    padding: 10px;
    margin-top: 20px;
  }
  .results-listing .campsite-list.row{
    margin: 0px;
  }
  .results-listing .campsite-list.row .list-box{
    padding-left: 0px;
  }
  /* TOP BANNER */
  .banneroverlay_container .reviews{
    display: none;
  }
  /* BEFORE SEARCH RESULTS AND INTRO */
  .breadcrumbs li:first-of-type{
    margin-left: 5px;
  }
  .morefilter .search-bar-field{
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #EA5B0C;
  }
  #advanced-filters-wrapper{
    position: fixed;
    top: 0px;
    width: 100%;
    border-radius: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    overflow: scroll;
    height: 100dvh;
  }
  .advanced-filter-group ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 470px;
    padding-left: 5px;
    list-style-type: none;
  }
  .advanced-filter-group h4{
    color: #EA5B0C;
  }
  .idealfor ul{
    max-height: 140px;
  }
  .closefilter{
    padding: 10px;
  }
  /* SEARCH BAR */
  .destinationsearch_label{
    width: 100%;
  }
  /* FAQ */
  .faq_section .container{
    padding: 0px 15px;
  }
  .container.faq_title{
    padding-top: 5rem;
  }
}

/* CAMPSITE DETAILS */
/* //////////////////////////////////////////////////////////////// */
.no-enquiries{
  color: #EA5B0C;
  text-align: center;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px #3943481a;
  font-size: 2rem;
}

.pitchBlock{
  margin-bottom: 1.5rem;
}

.season-dates .glyphicon.glyphicon-calendar{
  color: #394348;
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: top;
}

.mainContent .panel{
  background-color: #E6EFF2;
  box-shadow: none;
}

.campsite-details-container{
  background-color: #E6EFF2;
}

.campsite-details-container .travelo-box{
  display: none;
}

.campsite-trustpilot{
 padding: 15px;
}

.mobile-no-enquiries{
  display: none;
}

@media (max-width: 1200px){
  .campsite-trustpilot{
    display: none;
  }
  .no-enquiries{
    border-radius: 0px;
    box-shadow: none;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
  }
  .mobile-no-enquiries{
    display: block;
  }
}

.campsite-background{
  overflow: visible;
  width: 100% !important;
  padding: 5rem 0px;
  background-color: #E6EFF2;
}

.campsite-background #header{
  margin: auto;
  position: relative;
  padding: 0px;
  top: 0px;
}

.campsite-details-intro-box p{
  font-weight: 600;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}

.topSellingPoints{
  padding: 0px;
  list-style-type: none;
}

.topSellingPoints_dot{
  float: left;
  width: 30px;
  line-height: 30px;
  text-align:center;
  border-radius: 50%;
  background-color: #B3D0D9;
  color: #fff;
  border: 2px solid #fff;
  height: 30px;
}

.topSellingPoints_dot .white-star{
  color: #fff;
  left: 1px;
}

.topSellingPoints li{
  margin-bottom: 1.5rem;
  line-height: 30px;
  padding-left: 40px;
  font-size: 1.6rem;
}

.banner-crumb{
  display: none;
}

.campsite-details-container .large-icon {
  display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.campsite-details-container .large-icon.disabled-border{
  background-color: #aaa;
  display: none;
}

[class^="large-accommodation-icon"]::before {
  background: url(/resource/icons/accommodation-sprite-white.png);
  background-size: 348px 58px;
}

.campsite-details-container [class^="large-accommodation-icon"] {
  width: 48px;
  border-radius: 50%;
  margin-left: 10px;
  height: 48px;
  background-color: #B3D0D9;
  display: inline-block;
}

[class^="large-accommodation-icon"]::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
}

.large-accommodation-icon-tent-campsites::before {
  background-position: -5px -5px !important;
}

.large-accommodation-icon-caravan-parks::before {
  background-position: -63px -5px !important;
}

.large-accommodation-icon-motorhome-parks::before {
  background-position: -121px -5px !important;
}

.large-accommodation-icon-glamping::before {
  background-position: -179px -5px !important;
}

.large-accommodation-icon-holiday-lodges::before {
  background-position: -237px -5px !important;
}

.large-accommodation-icon-caravan-holidays::before {
  background-position: -295px -5px !important;
}

.campsite-photo-slider{
  padding-top: 5rem;
}

.campsite-details-crumb{
  background-color: #E6EFF2;
  padding: 0;
}

.campsite-details-crumb .container{
  padding: 0px 15px;
}

.share-button{
  color: #EA5B0C;
  font-weight: 300;
  border: 0px;
}

.share-button img{
  width: 22px;
  display: inline-block;
  vertical-align: top;
}

.share-button:hover, .share-button:focus{
  color: #EA5B0C;
}

/* CAMPSITE PHOTO GALLERY */
.photoGallery{
  padding: 0px;
  list-style-type: none;
}

.photoGallery .photo-item {
  position:relative; width:100%; margin-bottom:30px; border-radius:15px; overflow:hidden;
}

.photoGallery .photo-item.mini-map-wrapper {
  padding-top: 65%;
}

.photoGallery .photo-item .mini-map {
  position:absolute; top: 0; left:0; width:100%; height:100%;
}

.photoGallery .photo-item img{
  width: 100%;
}

.photoGallery .photo-item:focus{
  outline: none;
}

.image-gallery-popup-button{
  cursor: pointer;
}

.photoGallery .firstCol{
  padding-left: 0px;
}

.photoGallery .secondCol{
  padding-right: 0px;
}

.photoGallery .firstRow{
  padding-bottom: 15px;
}

.siteSummary_gallery{
  display: block;
}
.siteSummary_galleryMobile{
  display: none;
}

.mobile-trustpilot{
  padding-top: 2.5rem;
  display: none;
}

.photoGallery .video-wrapper{
  display: none;
}

.slickSliderModalThumbnails {
  width:100%;
  margin: 0 auto;
  padding:20px 0;
}
.slickSliderModalThumbnails .slick-item {
  height: 110px; overflow: hidden; padding: 0 10px;
}
@media (min-width: 1200px) {
  .slickSliderModalThumbnails {
    width:1200px;
  }
}

.slick-item.slick-vid{
  position: relative;
}

.slick-item.slick-vid .slick-vid-background{
  height: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
}

@media (min-width: 769px) and (max-width: 1204px){
  .image-gallery-popup-button > div{
    font-size: 1.4rem !important;
  }
}

/* IDEAL FOR */
#audience-list-desktop-only{
  list-style-type: none;
  padding: 0px;
}

#audience-list-desktop-only .col {
  padding: 5px 0px;
  display: inline-block;
  margin-right: 10px;
}

#audience-list-desktop-only .col .icon-box{
  padding: 10px 20px;
  background-color: #B3D0D9;
  border-radius: 20px;
  color: #fff;
}

.block.mobile-only{
  display: none;
}

/* PITCH AND ACCOMMODATION OPTIONS */
.pitchBlock .panel figure img{
  border-radius: 15px;
  width: 100%;
}

.pitchBlock .panel .details .max-occupancy_number{
  display: none;
}

.pitchBlock .panel .details .box-title .title{
  margin-top: 0px;
}

.pitchBlock .panel{
  box-shadow: none;
}

#pitches-panel .pitch-list > div:last-of-type{
  padding-bottom: 0px;
}

#pitches-tab1, #pitches-tab2, #pitches-tab3 {
  margin-top: 40px;
}

.availabilityButton a{
  padding: 10px 20px;
  border: 1px solid #708975;
  border-radius: 25px;
  color: #708975;
  display: inline-block;
}

.availabilityButton a:hover{
  text-decoration: none;
}

.availabilityButton a span{
  padding-left: 10px;
}

#pitches-panel .panel{
  padding-bottom: 10px;
}

#pitches-panel .panel .panel-collapse{
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 480px){
  #pitches-panel{
    padding-top: 20px;
  }
  .individualPitchTitle{
    font-size: 18px;
    max-width: 90%;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 30px;
    overflow: hidden;
  }
  #pitches-panel .panel .box-title{
    display: none;
  }
  .pitchBlock .details .pull-right {
    width: 100%;
  }
  .pitchBlock .pull-right .max-occupancy.text-right{
    text-align: left;
  }
}

/* REVIEWS */
.reviewsLink button{
  background-color: #E6EFF2;
  border: 0px;
  text-decoration: underline;
  font-size: 18px;
  float: right;
}

.openReviewsModal{
    width: auto;
    background-color: #f59c00;
    color: #fff;
    border: 0px;
    padding: 10px 40px;
    border-radius: 25px;
    transition: 0.5s;
}

.openReviewsModal:hover{
    background-color: #fff;
    color: #f59c00;
    transition: 0.5s;
}

.goToReviewsPage a{
    color: #394348;
    text-decoration: underline;
    float: right;
}

.goToReviewsPage a:hover{
    color: #EA5B0C;
}

.modal-body .reviewsLink button{
  background-color: #fff;
  cursor: default;
  text-decoration: none;
}

.modal-body .review-star{
  width: 24px;
  vertical-align: bottom;
}

.modal-body .ratingsList .row{
  margin-bottom: 0px;
}

.modal-body .reviewsOverallContainer_row{
  margin-bottom: 2.5rem;
}

.modal-body .rating-title{
  font-size: 1.8rem;
}

.modal-body .overallRating_score, .modal-body .cleanlinessRating_score, .modal-body .facilitiesRating_score, .modal-body .serviceRating_score, .modal-body .valueRating_score, .modal-body .locationRating_score{
  font-size: 1.8rem;
}

.ratingsList{
  list-style-type: none;
  padding: 0px;
}

.ratingsList .row{
  margin-bottom: 2.5rem;
}

.overallRating progress::-moz-progress-bar{
  background: #EA5B0C;
}

.overallRating progress::-webkit-progress-value { background: blue; }

.progressRatingContainer{
  position: relative;
}

.popover-title{
  text-align: center;
}

.reviewSingle .glyphicon-info-sign{
  color: #B3D0D9;
  font-size: 2rem;
}

.reviewSingle .glyphicon-info-sign:hover{
  text-decoration: none;
}

.reviewSingle .reviewResponse{
  font-size: 1.6rem;
  font-weight: 600;
}

.reviewSingle .reviewAuthor{
  display: block;
  position: relative;
}

.reviewSingle .reviewDate{
  font-size: 1.2rem;
}

.reviewTitle{
  font-weight: 600;
}

.review-desc{
  margin-bottom: 1.5rem;
  display: inline-block;
  position: relative;
  width: 100%;
}

.review-feedback-wrapper{
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 8px;
}

.reviews-good-feedback{
  margin-right: 10px;
}

.reviews-good-feedback, .reviews-bad-feedback{
  display: inline-block;
}

.reviews-good-feedback .reviews-good-number{
  color: #A6B5A9 !important;
}

.reviews-bad-feedback .reviews-bad-number{
  color: #ea5b0c !important;
}

.reviews-good-number, .reviews-bad-number{
  margin-right: 2px;
  font-weight: 500;
}

.reviewSingle .reviewRecommended{
  display: inline-block;
  color: #b3d0d9;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 8px;
  float: left;
  padding: 0px;
  margin-right: 4px;
}

.reviewSingle .badge{
  display: inline-block;
  font-size: 0.8em;
  background-color: #B3D0D9;
  color: #fff;
  line-height: 14px;
  float: left;
  font-weight: 300;
}

.reviewPopout{
  padding: 10px;
  list-style: none;
}

.progress{
  width: 87%;
  height: 8px;
  display: inline-block;
  margin-bottom: 0px;
  margin-right: 10px;
  background-color: #fff;
}

.overallRating_score, .cleanlinessRating_score, .facilitiesRating_score, .serviceRating_score, .valueRating_score, .locationRating_score{
  width: 8%;
  display: inline-block;
}

.progress-bar{
  background-color: #00617F;
}

.overallRating .progress-bar{
  background-color: #EA5B0C;
}

.review-feedback-wrapper .glyphicon{
  color: #00617F;
  cursor: pointer;
}

.reviewsOverallContainer .circle-rating-container {
  display: none;
}

.reviewsOverallContainer .review-star{
  display: inline-block;
}

.reviewsOverallContainer .star-rating_flair{
  display: inline-block;
  font-size: 1.2rem;
}

.reviewsOverallContainer_row{
  margin-bottom: 2.5rem;
}

.circle.full-size-circle.filled-circle{
  position: relative;
  left: -2px;

  display: inline-block;
  width: 0;
  height: 0;

  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;

  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #EA5B0C;
  border-left:   .3em solid transparent;

  /* Controlls the size of the stars. */
  font-size: 10px;
}

.circle.full-size-circle.filled-circle:before{
  content: '';

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: .6em;
    left: -1em;

    border-right:  1em solid transparent;
    border-bottom: .7em  solid #EA5B0C;
    border-left:   1em solid transparent;

    transform: rotate(-35deg);
}

.rating-star {
  display:inline-block;
  width: 16px;
  color: #ea5b0c;
  overflow:hidden;
  vertical-align: text-bottom;
}
.rating-star > * {
  overflow-x:hidden;
}

.circle.full-size-circle.half-triangle{
  position: relative;

  display: inline-block;
  width: 0;
  height: 0;

  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;

  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #EA5B0C;
  border-left:   .3em solid transparent;

  /* Controlls the size of the stars. */
  font-size: 10px;
}

.circle.full-size-circle.half-triangle:before{
  content: '';

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: .6em;
    left: -1em;

    border-right:  1em solid transparent;
    border-bottom: .7em  solid #EA5B0C;
    border-left:   1em solid transparent;

    transform: rotate(-35deg);
}

.circle.full-size-circle.half-triangle:after{
  content: '';

    display: block;
    width: 0;
    height: 0;

    position: absolute;
    top: .6em;
    left: -1em;

    border-right:  1em solid transparent;
    border-bottom: .7em  solid #EA5B0C;
    border-left:   1em solid transparent;

    transform: rotate(-35deg);
    transform: rotate(35deg);
}

.overallRating .rating-title{
  font-weight: 600;
}

.reviewsOverallContainer{
  border-bottom: 1px dashed #B3D0D9;
}

.feedbackBlock_container{
  clear: both;
  margin-top: 30px;
}

.feedbackBlock{
  background-color: #00617F;
  border-radius: 15px;
  padding: 30px 15px;
  overflow: auto;
}

.feedbackBlock h2{
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.feedbackBlock h4{
  color: #fff;
  text-align: center;
  margin-bottom: 2.5rem;
}

.feedbackBlock_button{
  text-align: center;
  line-height: 66px;
}

.feedbackBlock_buttontext{
  color: #00617F;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 15px 20px;
  border-radius: 30px;
  transition: 0.5s;
}

.feedbackBlock_buttontext:hover{
  background-color: #00617F;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  transition: 0.5s;
}

.reviewsContainer .reviewSingle{
  overflow: visible;
}

.reviewsContainer .reviewSingle .col-xs-12{
  padding: 0px;
}

.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pitch-read-more-text {
  -webkit-line-clamp: 1;
  width: 100%;
  height: 100%;
}

.pitch-read-more-text.read-more-expanded {
  -webkit-line-clamp: unset;
}

.read-more{
    cursor: pointer;
}

/* TARIFFS */
.seasoncategory-wrapper.tab-pane{
  margin-bottom: 20px;
}

.seasoncategory-wrapper .table.table-bordered{
  margin-bottom: 0px;
  width: 100% !important;
}

#pricing-panel .nav-tabs >li.active >a, #pricing-panel #tariff-scroller, #pricing-panel .season-header, #pricing-panel .extraseason-header{
  background-color: #b3d0d9;
}

#pricing-panel-wrapper .panel-title{
  overflow: hidden;
}

.text-right .glyphicon-info-sign{
  padding-left: 5px;
  top: 3px;
}

/* SITE SUMMARY */
.summaryReviews .col{
  display: inline-block;
}

.summaryReviews .dot{
  height: 6px;
  width: 6px;
  background-color: #B3D0D9;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 10px;
}

.summaryReviews .summaryReviewStar, .summaryReviews .summaryReviews_rating, .summaryReviews .summaryReviews_text{
  display: inline-block;
}

.siteSummary_title{
  padding-top: 2.5rem;
}

.siteSummary_reviews, .siteSummary_title{
  padding-bottom: 2.5rem;
}

.siteSummary_reviews .summaryReviews, .siteSummary_reviews .summaryReviews_location{
  display: inline-block;
}

.siteSummary_shareFav{
  float: right;
}

.siteSummary_title h1{
  margin: 0px;
}

.summaryReviewStar img{
  padding-bottom: 4px;
}

.summaryReviews_count a{
  color: #394348;
  text-decoration: underline;
}

.summaryReviews_rating a{
  color: #394348;
}

.siteSummary_share{
  padding-right: 20px;
  display: inline-block;
}

.siteSummary_share a, .siteSummary_fav a{
  color: #EA5B0C;
}

.siteSummary_share a:hover, .siteSummary_fav a:hover{
  text-decoration: none;
}

.siteSummary_fav img{
  padding-right: 5px;
}

.siteSummary_fav{
  display: inline-block;
  color: #EA5B0C;
}
@media (max-width: 768px){
  .siteSummary_fav .favourite-button{
    display : none;
  }
}


.siteSummary_shareFav{
  float: right;
}

.share-popup {
  position: absolute;
  width: auto;
  width: 252px;
  background: #fff;
  padding: 15px;
  bottom: -70px;
  right: -20px;
  display: none;
  z-index: 99;
  border-radius: 15px;
  box-shadow: 0px 15px 20px #00000026;
}
.share-popup.active {
  display:block;
}

.icon-wrapper div:nth-of-type(4){
  margin-right: 0px;
}

.icon-wrapper div:nth-of-type(5),  .icon-wrapper div:nth-of-type(6){
  display: none;
}

.siteBadgesDesktop{
  display: block;
  padding: 0px !important;
}

@media (max-width: 768px){
  .siteBadgesDesktop{
    display: none;
  }
}

.siteBadgesMobile{
  display: inline-block;
}

@media (min-width: 769px){
  .siteBadgesMobile{
    display: none;
  }
}

.siteRefDesktop{
  display: block;
  font-size: 1.4rem;
}

.siteRefDesktop a{
  color: #394348;
  font-size: 1.4rem;
}

.share_container .share-icon{
  background: url("/resource/icons/share.png");
  width: 20px;
  height: 20px;
  display: inline-block;
}

.siteRefMobile{
  display: none
}

.siteSummary_gallery .container{
  padding: 0px;
}

.siteSummary_gallery .container .photoGallery{
  margin: 0px;
}

/* LOGGED IN USERS */
.campsite-details-social-links{
  padding: 10px 0 0;
  position: fixed;
  right: 0px;
  z-index: 999;
}

.campsite-details-social-links ul{
  list-style-type: none;
}

/* MAP AND ADDRESS */
.campsite-details-map{
  height: 400px;
  border-radius: 20px;
  margin-bottom: 2.5rem;
}

#address-box{
  overflow: auto;
}

#address-box ul{
  list-style-type: none;
  padding: 0px;
}

.mapTitle{
  padding-bottom: 2.5rem;
}

/* OFFERS */
#accordion1 .panel{
  padding: 15px;
  border: 0px;
  box-shadow: none;
  background-color: #B3D0D9;
  border-radius: 10px;
  color: #fff;
}

#accordion1 .panel-collapse{
  margin-top: 1.5rem;
}

#accordion1 .panel-collapse label{
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

#accordion1 .panel-collapse .offer-label{
  margin-bottom: 1.5rem;
}

/* SIMILAR SITES */
.similarSites{
  position: relative;
  padding: 5rem 0;
  background-color: #CCDFE5;
}

.similarSites_image{
  width: 100%;
  border-radius: 20px;
}

.similarSites_location{
  color: #708975;
  padding-bottom: 1rem;
}

.similarSites_title{
  padding: 0px 15px;
}

.similarSites .container{
  padding: 2.5rem 0;
}

.similarSites .slick-slide{
  padding: 0px 15px;
}

.similarSites_container .slick-arrow{
  display: none !important;
}

.similarSites_name a{
  color: #394348;
}

@media(max-width: 768px){
  .similarSites_item{
    padding-bottom: 2.5rem;
  }
}
/* Sidebar */
.pitch-selector-wrapper .pitch-text{
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dp_blocked{
  visibility: hidden;
}
.dp_monthpicker .dp_disabled{
  text-decoration: line-through;
  cursor: not-allowed;
  opacity: 0.3;
}
.pick-date{
  background-color: #999 !important;
  background: #999 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.pick-date .glyphicon-arrow-right{
  display: none;
}

.direct-booking-note{
  font-size: 0.85em;
  margin-bottom: 20px;
}

.sidebar.floating-sidebar {
  position:relative;
}
.sidebar.floating-sidebar.fixedpos > .sidebar-content {
  position: fixed;
  top: 25px;
  z-index: 999;
}
.sidebar.floating-sidebar.bottompos > .sidebar-content {
  position: absolute;
  bottom: 0;
}

.sidebar-trustpilot{
  margin-top: 2.5rem;
}

.sidebar-trustpilot-mobile{
  width: 50%;
  margin: auto;
  display: block;
}

/*Guest Login*/
.contact-details-container{
  background-color: #CCDFE5;
}
.contact-details-container h1{
  color : red;
}


/* SIDEBAR STICKY BOOKING */
.mini-map{
  display: block;
  height: 100px;
  border-radius: 15px;
  /* z-index Fix for border radius not showing on mobile */
  z-index: 0;
}

#mini-map-mobile{
  border-radius: 15px;
  margin-bottom: 30px;
  height: 100px;
  overflow: hidden;
}

.modal .sidebar-panel {
    margin-top: 16px;
}

.sidebar-panel{
  background-color: #fff;
  padding: 15px;
  border-radius: 25px;
  box-shadow: 0px 15px 20px #3943481a;
}


#tab2{
  position: relative;
}

#sideBarTabs #tab3{
  min-height: 450px;
}


.sidebar-panel .title {margin-top: 0;}

.current-accommodation-type-name{
  display: block;
}

.sidebar-panel.pulse {
  box-shadow: 0px 10px 20px 0px #cccccc;
  animation-duration: 1s;
  animation-name: booking-sidebar-pulse;
  animation-iteration-count: 2;
}

@keyframes booking-sidebar-pulse {
  0% {
    box-shadow: 0px 10px 20px 0px #cccccc;
  }

  50% {
    box-shadow: 0px 10px 50px 0px #ea5b0c;
  }

  100% {
    box-shadow: 0px 10px 20px 0px #cccccc;
  }
}

.ui-tabs-nav{
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
  margin: 0px;
  margin-bottom: 20px;
}

.ui-tabs-nav li a {
  font-weight: 700;
  outline: none;
  text-decoration: none;
}

.ui-tabs-nav .ui-state-disabled a {
  opacity: 0.3;
  cursor: default;
}

#sideBarTabs .ui-tabs-nav li a {
  color: #394348;
}

.tabs-container .ui-tabs-nav li a {
  color: #ea5b0c;
}

.ui-tabs-nav li {
  width: 100%;
  text-align: center;
}

.ui-tabs-nav li:hover:not(.ui-state-disabled) {
  border-bottom: 3px solid #BBBBBB;
}

#pitches-Tabs .ui-tabs-nav li:hover:not(.ui-state-disabled) {
  border-bottom-color: #80B0BF;
}

.ui-tabs-panel {
  height: 100%;
}

.siteNotBookable{
  text-align: center;
  padding: 10px;
  background-color: #EA5B0C;
  color: #fff;
  font-size: 2rem;
  border-radius: 25px;
  transition: 0.5s;
}

/* nights quantity buttons*/
.increment-field-pill{
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.increment-buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 120px;
}


.increment-buttons-container button, .no-text-selection {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.increment-buttons-container input {
  width: 100%;
  
}


/* Chrome, Safari, Edge, Opera */
.increment-buttons-container input::-webkit-outer-spin-button,
.increment-buttons-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.increment-buttons-container input[type=number] {
  -moz-appearance: textfield;
}

.increment-field-pill .button-minus, .increment-field-pill .button-plus{
  max-width: 36px;
  text-align: center;
  height: 36px;
  min-width: 36px;
  display: inline-block;
  background-color: #EA5B0C;
  border-radius: 35px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  border: 0px;
  padding-left: 8px;
  padding-right: 8px;
}

.increment-field-pill .active .button-minus, .increment-field-pill .active .button-plus{
  background-color: #EA5B0C;
  color: #fff;
}

.button-minus:disabled, .button-plus:disabled {
  background-color: rgba(235, 89, 13, 0.3);
}

.increment-field-pill input{
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
}

.increment-field-pill .button-plus:hover:not(:disabled), .increment-field-pill .button-minus:hover:not(:disabled){
  color: #fff;
  background-color: #f59c00;
}

.sub-label {
  color: #757575 !important;
  font-weight: 400 !important;
}

.label-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#review-sidebar ul{
  padding: 0px;
  list-style-type: none;
}

.stickySidebar{
  position: fixed;
  top: 25px;
  z-index: 999;
}

.stickySidebarBottom{
  position: absolute;
  top: auto;
  bottom: 0;
}

.campsite-details-sidebar.modal {
  padding: 0;
  background: #fff;
  transition: height 0.5s ease;
}
.campsite-details-sidebar.modal.open {
  height: 100%;
}
.campsite-details-sidebar.modal.open .modal-background, .campsite-details-sidebar.modal.open .modal-on-modal-background { display:none; }
.campsite-details-sidebar.modal.open .sidebar-panel {
  box-shadow:none;
}
.campsite-details-sidebar.modal.open .modal-dialog {width:100%;margin: 0;}

.campsite-details-sidebar { display: none; }
@media(min-width:1200px) {
  .campsite-details-sidebar { display: block; }
}

.sideBarBack{
  margin-bottom: 20px;
}
.sideBarBack button{
  width: 100%;
  padding: 10px 20px;
  border-radius: 30px;
  color: #394348;
  border: 0px;
  text-align: center;
}

.sideBarSubmit button, .button-special{
  width: 100%;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  background: rgb(245,156,0);
  background: linear-gradient( 90deg, rgba(245,156,0,1) 0%, rgba(234,91,12,1) 100%);
  border: 0px;
  text-align: center;
  font-size: 16px;
}

.sideBarSubmit .button-text {
    font-weight: bold;
}

.sideBarSubmit span.glyphicon {
  float: right;
}


@media (min-width: 1600px){
  #tab2 .sideBarSubmit, #tab3 .sideBarSubmit, .sideBarBack{
    display: inline-block;
    width: 48.5%;
  }
  #tab2 .sideBarSubmit, #tab3 .sideBarSubmit{
    float: right;
  }
  .sideBarBack{
    margin-bottom: 0px;
  }
}

.button-special:hover{
  color: #fff;
  text-decoration: none;
}

#booking-details .button-link{
  color: #EA5B0C;
  text-align: left;
  display: block;
  width: 100%;
}

#booking-details .button-link:hover{
  text-decoration: underline;
}

.sidebar-content{
  margin-bottom: 20px;
}

.sidebar-content .detailsTitle{
  padding: 0px;
  font-size: 1.6rem;
}

#review-sidebar-details{
  padding: 0px;
}

.sidebar-content .detailsTitle{
  padding: 0px;
  font-size: 1.6rem;
}

.review-summary-score, .reviewsLink a{
  font-size: 2rem;
}

#review-sidebar{
  padding-right: 0px;
  margin: 6px 0px;
}

#review-sidebar ul{
  display: flex;
  align-items: center;
  margin: 0px;
}

.priceContainer{
  display: flex;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #B3D0D9;
}

.campsite-rating{
  background-color: #fff;
  border-radius: 25px;
  margin-top: 15px;
  box-shadow: 0px 15px 20px #3943481a;
  padding: 15px 0px;
  text-align: center;
}

.campsite-rating_star, .campsite-rating_rating{
  display: inline-block;
}

.campsite-rating_rating, .campsite-rating_star .glyphicon-star{
  font-size: 2.5rem;
}

.campsite-rating_rating span, .campsite-rating_count{
  font-size: 2rem;
}

.campsite-rating_count{
  margin-left: 10px;
}

.booking-terms{
  font-size: 0.8em;
  display: block;
}


#booking-details .book-now-button{
  color: #fff !important;
}

@media only screen and (max-width: 769px){
  .campsite-rating{
    box-shadow: none;
  }
}

.priceTitle{
  width: 50%;
}

.priceTitle h4{
  margin: 0px;
}

.dates-calendar .moon {display:inline-block; position:relative; width:10px; height:10px; margin-left:5px;}
.dates-calendar .moon::before {display:block; content: ''; position:absolute; width:100%; height:100%; background:#888; border-radius: 50%;}
.dates-calendar .moon::after {display:block; content: ''; position:absolute; width:100%; height:100%;left:4px; background:#fff; border-radius: 50%;}

.dates-available-strip table { width:100%; }
.dates-available-strip .date-cell { padding:4px; }
.dates-available-strip .date-cell > * { display: none; }
.dates-available-strip .date-cell.available { cursor:pointer; }
.dates-available-strip .date-cell.available .price-data-container { display: block; }
.dates-available-strip .date-cell.unavailable .unavailable-icon-container { display: block; }
.dates-available-strip .date-heading { text-align:center; font-weight:normal; padding: 0px 1px; }

.booking-form .date-cell .price-data-container { padding:5px; border: 1px solid #eee; border-radius: 5px; }
.booking-form .date-cell.selected-date.available .price-data-container { background: #EA5B0C; }

.booking-form .total-cost-panel { width:100%; }
.booking-form .total-cost-panel td { vertical-align:top; }

.booking-form .pricing-list td:last-child { text-align:right; vertical-align: middle; }

#dates-unavailable .alert-warning { display:block; }

#alternate-dates-table { display:table; width:100%; table-layout: fixed; }
#alternate-dates-table > * {
  display:table-row;
}
#alternate-dates-table > * > * {
  display:table-cell;
  vertical-align: middle;
}
.date-cell.unavailable{
  height: 67px;
}
#alternate-dates-table .date-cell.available{
  cursor: pointer;
}
#alternate-dates-table .date-cell > * {
  display:none;
}
#alternate-dates-table .date-cell.available .price-data-container {
  display: block;
  padding: 0px 2px;
  border-radius: 5px;
  border: 1px solid #aaa;
  margin: 0px 1px;
}
#alternate-dates-table .date-cell.unavailable .unavailable-icon-container {
  display:block;
}
#alternate-dates-table .date-day {display:none;}

.pricing-list td {padding: 4px 0!important;}

#datePicker_container{
  height: 386px;
  margin-bottom: 2.5rem;
}

.Zebra_DatePicker{
  width: 100% !important;
  position: relative;
  border: 0px;
  box-shadow: none;
  border-radius: 20px;
}

.Zebra_DatePicker .dp_body .dp_current{
  color: #EA5B0C;
}

.Zebra_DatePicker .dp_body .dp_current.dp_selected{
  color: #fff;
}

.Zebra_DatePicker table{
  table-layout: fixed;
  width: 100%;
}

.dp_header .dp_caption{
  font-size: 2rem;
  font-family: 'montserrat';
}

.dp_header .dp_caption a{
  font-size: 1.6rem;
  font-weight: 700;
}

.dp_footer.dp_actions td{
  border-radius: 20px;
}

.dp_footer.dp_actions .dp_today, .dp_footer.dp_actions .dp_clear{
  padding: 15px;
}

.dp_daypicker.dp_body th{
  font-size: 1rem;
  color: #cccccc;
}

.Zebra_DatePicker * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.Zebra_DatePicker .dp_daypicker th {
  font-weight: normal;
  text-transform: uppercase;
  font-size:0.8em;
}

.Zebra_DatePicker .dp_daycell {
  position:relative;
}

.Zebra_DatePicker .dp_date {
  position:relative;
  width: 40px;
  margin: 0 auto;
  line-height:40px;
  border-radius: 50%;
  background: #E6EFF2;
  color: #aaa;
  z-index:1;
}

.Zebra_DatePicker .dp_date::before {
  content: attr(data-date);
  position:absolute;
  top:0;
  left:0;
  line-height:100%;
  width:100%;
  text-align:center;
}

.Zebra_DatePicker .dp_validstart .dp_date, .Zebra_DatePicker .dp_validend .dp_date {
  background-color: #80B0BF;
  color: #333;
  transition: 0.3s;
}

.Zebra_DatePicker .dp_selected .dp_date {
  background-color: #B3D0D9;
  color: #fff;
}

.Zebra_DatePicker .dp_daycell.dp_selectedstart .dp_date, .Zebra_DatePicker .dp_daycell.dp_selectedend .dp_date {
  background-color: #338199;
  color: #fff;
}
.Zebra_DatePicker .dp_daycell.dp_selected::before, .Zebra_DatePicker .dp_daycell.dp_selected::after {
  content: '';
  position:absolute;
  display:block;
  top:5px;
  width:50%;
  height: 40px;
  background: #B3D0D9;
  z-index:0;
}
.Zebra_DatePicker .dp_daycell.dp_selected::before {
  left:0;
}
.Zebra_DatePicker .dp_daycell.dp_selected::after {
  right:0;
}

.Zebra_DatePicker .dp_daycell.dp_selectedstart::before, .Zebra_DatePicker .dp_daycell.dp_selectedend::after {
  display:none;
}

.dates-unavailable .unavailable .unavailable-icon-container{
  background-image: url("/resource/icons/unavailable-grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 8px 0px;
}

.dates-available-strip .unavailable .unavailable-icon-container{
  background-image: url("/resource/icons/unavailable-grey.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 15px 0px;
}

.available .calendar-nights{
  margin-top: 5px;
}

.available .moon-left{
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%;
  display: inline-block;
}

.available .moon-right{
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -6px;
}

.selected-date .moon-left{
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.selected-date .moon-right{
  width: 10px;
  height: 10px;
  background-color: #ea5b0c;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -6px;
}

.moon-container{
  display: inline-block;
}

#alternate-dates-table .available .calendar-nights{
  padding-left: 0;
}

#dates-available-strip-7 table{
  table-layout: fixed;
  width: 100%;
}

#dates-available-strip-7 .date-cell.available .price-data-container{
  padding: 8px 4px;
  border-radius: 5px;
  border: 1px solid #aaa;
}

#dates-available-strip-7 .selected-date .price-data-container{
  padding: 12px 4px !important;
  border-radius: 5px;
  background-color: #EA5B0C;
  color: #fff;
  border: 1px solid #EA5B0C!important;
}

.available .price-data-container .price{
  padding-top: 4px;
  background-color: #ea5b0c;
  border-radius: 4px;
  color: #fff;
  font-size: 75%;
}

.selected-date.available .price-data-container .price{
  background-color: #fff;
  color: #ea5b0c;
}

/* Unavailability calender */
.pitch-selector-rows { display: table; margin-bottom:20px; font-size:1.1em; }
.pitch-selector-rows .pitch-row { display: table-row; }
.pitch-selector-rows .pitch-row > * { display: table-cell; padding: 5px 0; border-bottom: 1px solid #ddd; }
.pitch-selector-rows .pitch-row .pitch-price { width: 120px; padding-left: 20px; text-align: right; }
.pitch-selector-rows .pitch-row .pitch-price small { display:block; color: #aaa;}

.pitch-selector-rows .pitch-buttons > * { display: none; }

.pitch-selector-rows .pitch-row.available .pitch-price {display: block;}
.pitch-selector-rows .pitch-row.unavailable .pitch-price {display: none;}

.pitch-selector-rows .pitch-row.available .pitch-button {display: block;}
.pitch-selector-rows .pitch-row.partial-availability.available .pitch-button {display: none;}
.pitch-selector-rows .pitch-row.partial-availability .browse-button {display: block;}

.pitch-selector-rows .pitch-row.no-availability .browse-button {display: block;}

.pitch-selector-rows .pitch-row.enquiry-only .enquire-button {display: block;}

.pitch-selector-rows .pitch-row.no-allocation .browse-button {display: block;}
.pitch-selector-rows .pitch-row.no-allocation .enquire-button {display: block;}

.pitch-selector-rows .pitch-row.active.available .book-button { display: block; }
.pitch-selector-rows .pitch-row.active.available .pitch-button { display: none; }

.dates-unavailable.calendar .next-month, .dates-unavailable.calendar .prev-month{
  background-color: #fff;
  border: 0px;
}

.dates-unavailable.calendar .next-month{
  float: right;
}

.dates-unavailable.calendar .prev-month{
  float: left;
}

.month-selector .current-month-label{
  font-weight: 700;
  font-size: 1.4rem;
  color: #ea5b0c;
}

.unavailable-icon .glyphicon.glyphicon-ban-circle{
  display: none;
}

.dates-unavailable.calendar .heading-row div, .dates-unavailable.calendar .price-data-container .price, .dates-unavailable.calendar .price-data-container .date,
.dates-unavailable.calendar .price-data-container .calendar-nights{
  text-align: center;
}

.dates-unavailable.calendar .unavailable .date{
  color: #aaa;
  text-align: center;
}

.section-title{
  color: #394348;
  font-weight: 700;
}

.dates-unavailable .available .btn-primary{
  display: none;
}

.dates-unavailable .not-selectable-text{
  display: none;
}

.no-availability.active .pitch-name{
  padding: 5px;
  background-color: #80B0BF;
  border-radius: 2px;
}

.no-availability:not(.active) .selected-pitch-arrow{
  display: none;
}

.no-availability .pitch-name{
  margin-bottom: 5px;
}

.no-availability .pitch-status{
  display: none;
}

.no-availability .pitch-select-button{
  border-radius: 25px;
  color: #EA5B0C;
  background-color: #fff;
  border: 1px solid;
}

.pitch-options-wrapper.hide-active-pitch .pitch-selector-rows > .active {
  display: none;
}

/* Collapsable items */
.panel{
  overflow: hidden;
}

.panel-title{
  clear: both;
}

#about-panel .panel-content, #offers-panel .panel-content{
  margin-bottom: 10px;
}

.panel-title .collapse-item h3{
  float: left;
  cursor: pointer;
}

.panel-title .collapse-item .panel-title-icon{
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.panel-collapse{
  clear: both;
}

.collapse-item .panel-title-icon {
  display:block;
  line-height: 30px;
  width: 30px;
  text-align:center;
  border-radius: 50%;
  background: #B3D0D9;
  color: #fff;
}
/* Second level collapse icons, smaller */
.panel-collapse .panel-title .collapse-item .panel-title-icon{
  margin-top:0;
  margin-bottom: 0;
  width:25px;
  line-height:25px;
}

#other-accommodation-panel {
  padding-top: 40px;
}

.collapse-item .panel-title-icon .glyphicon::before {
  content: '\2212'
}
.collapse-item.closeItem .panel-title-icon .glyphicon::before {
  content: '\002b'
}

.question-title{
  max-width: 90%;
}

.campsite-details-anchor{
  display: block;
  height: 0px
}

/* FACILITY AND AMENITIES */


[class^="facility-icon"], [class^="accommodation-icon"] {
  display:inline-block;
  width: 32px;
  height: 32px;
}
[class^="facility-icon"]::before, [class^="accommodation-icon"]::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: -100px -100px;}
[class^="facility-icon"]::before {
  background: url(/resource/icons/facility-sprite-new.png);
  background-size: 192px 192px; 
}
[class^="accommodation-icon"]::before {
  background: url(/resource/icons/accommodation-sprite-white.png);
  background-size: 192px 32px; 
}


.facility-icon-cafe-restaurant::before {background-position: 0 0;}
.facility-icon-fires-allowed::before {background-position: 0 -100%;}
.facility-icon-communal-bbq::before {background-position: 0 -200%;}
.facility-icon-showers::before {background-position: 0 -300%;}
.facility-icon-laundry::before {background-position: 0 -400%;}
.facility-icon-allow-pets::before {background-position: 0 -500%;}
.facility-icon-electric-hookups::before {background-position: -100% 0;}
.facility-icon-peaceful::before {background-position: -100% -100%;}
.facility-icon-wc-disposal::before {background-position: -100% -200%;}
.facility-icon-entertainment::before {background-position: -100% -300%;}
.facility-icon-family-friendly::before {background-position: -100% -400%;}
.facility-icon-groups::before {background-position: -100% -500%;}
.facility-icon-shop::before {background-position: -200% 0;}
.facility-icon-swimming-pool::before {background-position: -200% -100%;}
.facility-icon-toilets::before {background-position: -200% -200%;}
.facility-icon-kids-playground::before {background-position: -200% -300%;}
.facility-icon-internet-access::before {background-position: -200% -400%;}
.facility-icon-disabled-facilities::before {background-position: -200% -500%;}
.facility-icon-watersports::before {background-position: -300% 0;}
.facility-icon-open-year-round::before {background-position: -300% -100%;}
.facility-icon-kids-club::before {background-position: -300% -200%;}
.facility-icon-near-beach::before {background-position: -300% -300%;}
.facility-icon-games-room::before {background-position: -300% -400%;}
.facility-icon-bike-hire::before {background-position: -300% -500%;}
.facility-icon-adult-only::before {background-position: -400% 0;}
.facility-icon-water-hookups::before {background-position: -400% -100%;}
.facility-icon-drinking-water::before {background-position: -400% -200%;}
.facility-icon-tv-room::before {background-position: -400% -300%;}
.facility-icon-horse-riding::before {background-position: -400% -400%;}
.facility-icon-golf::before {background-position: -400% -500%;}
.facility-icon-glamping::before {background-position: -500% 0;}
.facility-icon-vineyard::before {background-position: -500% -100%;}
.facility-icon-fishing::before {background-position: -500% -200%;}
.facility-icon-rv-pitches::before {background-position: -500% -300%;}
.facility-icon-allow-commercial-vans::before {background-position: -500% -400%;}
.facility-icon-hot-tub::before {background-position: -200% -100%;}

.facilities li.disabled, .audiences li.disabled, .accommodations li.disabled {
  color: #39434869;
}

.disabled [class^="facility-icon"]::before {
  background-image: url(/resource/icons/facility-sprite-grey.png);
  opacity: 0.45;
}

#facilities-list{
  padding: 0px;
  list-style-type: none;
}

.facilityItem{
  padding: 0px 0px 5px !important;
}

.facilityItem .icon-box{
  height: 42px;
  line-height: 42px;
}

.facilityItem .icon-box i{
  display: block;
  float: left;
  width: 42px;
  padding: 5px;
  margin-right: 5px;
}

#facilities-list-major{
  padding-left: 0px;
  list-style-type: none;
}

.row.mainContent{
  margin: 2.5rem -15px;
}

.campsite-trustpilot-mobile{
  display: none;
}

@media (max-width: 1200px){
  .campsite-trustpilot-mobile{
    display: block;
    padding: 15px;
    background-color: #fff;
    margin-top: 2.5rem;
    border-radius: 5px;
  }
}

/* CAMPSITE DETAILS MEDIA QUEIRES */
/* MOBILE */
@media only screen and (max-width: 480px){
  .campsite-background #header{
    padding: 0px 15px;
  }
  /* SITE SUMMARY */
  .icon-wrapper{
    width: 100%;
  }
  .campsite-details-container .large-icon{
    padding-right: 20px;
  }
  .row.siteSummary_title, .row.siteSummary_reviews{
    margin: 0px;
  }
  .summaryReviews_location, .siteSummary_shareFav{
    padding-bottom: 1.5rem;
  }
  .summaryReviews_location{
    max-width: 62%;
  }
  .summaryReviews_rating, .summaryReviews_count, .location .fourty-space{
    font-size: 1.6rem;
  }
  .siteBadgesMobile{
    overflow: auto;
    margin: auto;
    display: block;
  }
  .siteRefDesktop{
    display: none;
  }
  .siteSummary_title{
    padding-bottom: 1.5rem;
  }
  .campsite-details-crumb{
    margin-top: 0px;
    padding-top: 1rem;
  }
  .siteSummary_galleryMobile{
    position: relative;
    margin-bottom:30px;
  }
  .siteSummary_paginator{
    position: absolute;
    top: 45%;
    width: 100%;
  }
  .siteSummary_reviews .summaryReviews{
    padding-bottom: 1.5rem;
  }
  .summaryReviews .dot{
    margin: 0px 4px;
  }
  .summaryReviews .dotTwo{
    display: none;
  }
  [class^="large-accommodation-icon"]::before{
    background: url(/resource/icons/accommodation-sprite-white.png);
    background-size: 216px 36px;
  }
  .campsite-details-container [class^="large-accommodation-icon"], [class^="large-accommodation-icon"]::before{
    width: 34px;
    height: 34px;
  }
  .large-accommodation-icon-tent-campsites::before{
    background-position: -1px -1px !important;
  }
  .large-accommodation-icon-caravan-parks::before {
    background-position: -36px -1px !important;
  }
  .large-accommodation-icon-motorhome-parks::before {
    background-position: -72px -1px !important;
  }
  .large-accommodation-icon-glamping::before {
    background-position: -109px -1px !important;
  }
  /* PHOTO GALLERY */
  .siteSummary_gallery{
    display: none;
  }
  .siteSummary_galleryMobile{
    display: block;
  }
  .siteSummary_galleryMobile #photos-tab{
    padding: 0px 15px;
  }
  .firstCol{
    padding-left: 15px;
  }
  .secondCol{
    padding-right: 15px;
  }
  .firstRow{
    padding-bottom: 0px;
  }
  .siteSummary_galleryMobile .photoGallery{
    margin: 0px;
  }
  .siteSummary_galleryMobile .container-fluid, .siteSummary_galleryMobile .photoGallery .photo-item{
    padding: 0px;
  }
  .siteSummary_galleryMobile .photoGallery .photo-item{
    margin-bottom:0;
  }
  .siteSummary_galleryMobile .photoGallery .photo-item img{
    border-radius: 0px;
  }
  /* MAIN CONTENT */
  .panel-title h2{
    width: 90%;
    word-break: break-word;
  }
  .row.mainContent{
    margin: 0 0 1.5rem;
  }
  /* REVIEWS */
  .ratingsList .row{
    margin-bottom: 0px;
  }
  .reviewsOverallContainer{
    border-bottom: 0px;
  }
  /* FEEDBACK */
  .feedbackBlock{
    overflow: auto;
  }
  .feedbackBlock_title{
    margin-bottom: 2.5rem;
  }
  .feedbackBlock_title, .feedbackBlock_button{
    width: 100%;
  }
  .feedbackBlock_button{
    line-height: 20px;
  }
  .feedbackBlock_button a{
    display: block;
    width: 100%;
  }
  /* ACCOMMODATION & PITCHES */
  .availabilityButton{
    padding-top: 0px;
  }
  .availabilityButton a{
    width: 100%;
    display: block;
    text-align: center;
  }
  .warning-box{
    padding: 15px;
  }
  .panel-title .collapse-item h3{
    width: 90%;
  }
  .similarSites{
    padding: 0;
  }
  .similarSites_prev, .similarSites_next{
    display: none;
  }
  .offer-details figure{
    padding-bottom: 1.5rem;
  }
}

.warning-box .text{
  display: inline-block;
}

.warning-box{
  margin-bottom: 10px;
}

.warning-box .glyphicon.glyphicon-exclamation-sign{
  color: #B3D0D9;
  font-size: 3rem;
  vertical-align: bottom;
}

@media only screen and (max-width: 480px){
  .warning-box {
    padding-top: 0px;
  }
  .warning-box .glyphicon.glyphicon-exclamation-sign{
    display: block;
    margin: auto;
    width: fit-content;
    padding-bottom: 10px;
  }
}

/* TABLETS */
@media (min-width: 481px) and (max-width: 768px){
  /* SITE SUMMARY */
  .icon-wrapper{
    margin:0;
    padding:0;
    list-style-type: none;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .row.siteSummary_title, .row.siteSummary_reviews{
    margin: 0px;
  }
  .siteSummary_reviews .summaryReviews{
    padding-bottom: 2.5rem;
  }
  .siteBadgesMobile{
    width: 100%;
  }
  .summaryReviews_rating, .summaryReviews_count, .location .fourty-space{
    font-size: 1.6rem;
  }
  .siteRefDesktop{
    display: none;
  }
  .siteSummary_paginator{
    position: absolute;
    top: 45%;
    width: 100%;
  }
  .slick-dots{
    bottom: 15px !important;
  }
  .photoGallery .slick-dots{
    bottom: 45px !important;
  }
  .warning-box{
    padding: 0px 15px;
  }
  .warning-box .glyphicon.glyphicon-exclamation-sign{
    width: 30px;
    margin: auto;
    display: block;
    padding-bottom: 10px;
  }
  .campsite-details-crumb{
    margin-top: 0px;
  }
  .shareFavouriteMobile{
    width: 50%;
  }
  .mobile-trustpilot{
    display: block;
  }
  /* PHOTO GALLERY */
  .siteSummary_gallery{
    display: none;
  }
  .siteSummary_galleryMobile{
    display: block;
    position: relative;
    margin-bottom: 2.5rem;
  }
  .siteSummary_galleryMobile #photos-tab{
    padding: 0px 15px;
  }
  .firstCol{
    padding-left: 15px;
  }
  .secondCol{
    padding-right: 15px;
  }
  .firstRow{
    padding-bottom: 0px;
  }
  .siteSummary_galleryMobile .photoGallery{
    margin: 0px;
  }
  .siteSummary_galleryMobile .container-fluid, .siteSummary_galleryMobile .photoGallery .photo-item{
    padding: 0px;
  }
  .siteSummary_galleryMobile .photoGallery .photo-item img{
    border-radius: 0px;
  }
  .icon-wrapper{
    display: block;
  }
  .campsite-details-container [class^="large-accommodation-icon"]{
    margin-left: 0px;
    margin-right: 20px;
  }
  /* MAIN CONTENT */
  .row.mainContent{
    margin: 0 0 2.5rem;
  }
  /* FEEDBACK */
  .feedbackBlock{
    overflow: auto;
  }
  .feedbackBlock_title{
    margin-bottom: 2.5rem;
  }
  .feedbackBlock_title, .feedbackBlock_button{
    width: 100%;
  }
  .feedbackBlock_button{
    line-height: 20px;
  }
  .feedbackBlock_button a{
    display: block;
    width: 100%;
  }
  .dropdowngroup.form-group.field-wrapper{
    width: 100%;
    padding-bottom: 0px;
  }
  /* REVIEWS */
  .reviewsOverallContainer_row{
    margin: 0px 0px 2.5rem 0px;
    width: 100%;
  }
  .reviewsOverallContainer_row .reviewScoreContainer{
    padding-left: 0px;
  }
  .ratingsList .row{
    margin-bottom: 0px;
  }
  .ratingsList .row .progressRatingContainer{
    margin-bottom: 2.5rem;
  }
  .progress{
    width: 82%;
  }
  .overallRating_score, .cleanlinessRating_score, .facilitiesRating_score, .serviceRating_score, .valueRating_score, .locationRating_score{
    width: 12%;
  }
  .availabilityButton a{
    width: 100%;
    display: block;
    text-align: center;
  }
}

/*  SMALL SCREENS */
@media (min-width: 769px) and (max-width: 1024px){
  #header .logo{
    width: fit-content;
    margin: auto;
    display: block;
    float: none;
    padding-bottom: 10px;
  }
  .siteSummary_title .siteSummary_siteName, .siteSummary_reviewsContainer, .mainContent_left{
    padding: 0px !important;
  }
  .row.mainContent{
    margin: 0 0 2.5rem;
  }
  .campsite-details-crumb .container{
    padding: 0px;
  }
  #breadcrumbs{
    width: 80%;
    display: inline-block;
  }
  /* SITE SUMMARY */
  .row.siteSummary_title, .row.siteSummary_reviews{
    margin: 0px;
  }
  .summaryReviews_rating, .summaryReviews_count, .location .fourty-space{
    font-size: 1.6rem;
  }
  .siteSummary_paginator{
    position: absolute;
    top: 45%;
    width: 100%;
  }
  .slick-dots{
    bottom: 25px;
  }
  .campsite-details-crumb{
    margin-top: 0px;
    padding: 0px;
  }
  [class^="large-accommodation-icon"]::before{
    background: url(/resource/icons/accommodation-sprite-white.png);
    background-size: 252px 42px;
    background-repeat: no-repeat;
  }
  .campsite-details-container .large-icon, [class^="large-accommodation-icon"]::before{
    width: 42px;
    height: 42px;
  }
  .campsite-details-container [class^="large-accommodation-icon"]{
    width: 42px;
    height: 42px;
  }
  .large-accommodation-icon-caravan-parks::before{
    background-position: -42px 0px !important;
  }
  .large-accommodation-icon-motorhome-parks::before {
    background-position: -84px 0px !important;
  }
  .large-accommodation-icon-glamping::before {
    background-position: -126px 0px !important;
  }
  .mobile-trustpilot{
    display: block;
  }
  .large-accommodation-icon-tent-campsites::before{
    background-position: 0px 0px !important;
  }
  .fullwidth-mini-map{
    display: none;
  }
  /* PHOTO GALLERY */
  .siteSummary_galleryMobile #photos-tab{
    padding: 0px 15px;
  }
  .firstCol{
    padding-left: 15px;
  }
  .secondCol{
    padding-right: 15px;
  }
  .firstRow{
    padding-bottom: 0px;
  }
  .siteSummary_galleryMobile .photoGallery{
    margin: 0px;
  }
  .siteSummary_galleryMobile .container-fluid, .siteSummary_galleryMobile .photoGallery .photo-item{
    padding: 0px;
  }
  .siteSummary_galleryMobile .photoGallery .photo-item img{
    border-radius: 0px;
  }
  /* FEEDBACK */
  .feedbackBlock{
    flex-wrap: wrap;
  }
  .feedbackBlock_title{
    margin-bottom: 20px;
  }
  .dropdowngroup.form-group.field-wrapper{
    width: 100%;
    padding-bottom: 0px;
  }
  /* ACCOMMODATION & PITCHES */
  #pitches-panel .panel .panel-title{
    display: none;
  }
  /* REVIEWS */
  .reviewsOverallContainer_row{
    margin: 0px 0px 2.5rem 0px;
    width: 100%;
  }
  .reviewsOverallContainer_row .reviewScoreContainer{
    padding-left: 0px;
  }
  .progress{
    width: 82%;
  }
  .overallRating_score, .cleanlinessRating_score, .facilitiesRating_score, .serviceRating_score, .valueRating_score, .locationRating_score{
    width: 12%;
  }
  .ratingsList .row{
    margin-bottom: 0px;
  }
  .ratingsList .row .progressRatingContainer{
    margin-bottom: 2.5rem;
  }
  .ratingsList .row .col-md-6{
    margin-bottom: 1rem;
  }
  #reviews-panel .ratingsList{
    margin: 2.5rem 0;
  }
}

/*  LARGE SCREENS */
@media (min-width: 1025px) and (max-width: 1200px){
  .siteSummary_gallery .container{
    margin: 0px;
    width: 100%;
  }
  .similarSites {
    padding-bottom: 5rem;
  }

  .fullwidth-mini-map{
    display: none;
  }
  .siteBadgesDesktop{
    padding-right: 15px !important;
  }
}

.affiliate-enquiry.block{
  display: block;
}

.stickyBookingMobile .phone-park-button{
  max-width: 320px;
}

/* EXTRA LARGE SCREENS */
@media (min-width: 1201px){
  .affiliate-enquiry.block{
    display: none;
  }
  .fullwidth-mini-map{
    display: none;
  }
}

@media (max-width: 1199px){
  .stickyBookingMobile .affiliate-enquiry{
    padding: 0px 15px;
    margin-bottom: 0px;
  }
  .stickyBookingMobile .affiliate-enquiry h3{
    margin-top: 0px;
  }
}

/* GLAMPING */
/* //////////////////////////////////////////////////////////////// */
/* SEARCH BAR */

/* NAVBAR */
.navbar-nav .navOverview{
  text-transform: uppercase;
}

.navbar-default .navbar-nav >.active >a, .navbar-default .navbar-nav >.active >a:hover, .navbar-default .navbar-nav >.active >a:focus{
  background-color: #fff;
  color: #B3D0D9;
  border-bottom: 2px solid #B3D0D9;
}

.navbar-default .nav.navbar-nav.visible-lg-block{
  width: 100%;
  justify-content: space-between;
}

.navbar-default .container-fluid{
  padding: 0px;
}

.navbar-default{
  background-color: #fff;
  border: 0px;
}

.dropdown.open:not(.dropdowngroup){
position: initial;
}

.dropdown.open > a{
  background-color: #fff !important;
  border-top: 2px solid #B3D0D9;
  border-right: 2px solid #B3D0D9;
  border-left: 2px solid #B3D0D9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #B3D0D9 !important;
}

/* MEGA MENU */
@media (min-width: 1200px){
  .navbar-default .nav.navbar-nav.visible-lg-block{
    position: relative;
    display: flex !important;
  }
}

.megaMenuRow li{
  padding: 3px 30px;
}

.megaMenuRow li a{
  color: #394348;

}

li.dropdown-header{
  font-weight: 600;
  color: #B3D0D9;
  padding: 3px 20px;
}

.megaMenuCountry{
  font-weight: 500;
}

.megaMenuTitle{
  margin-bottom: 1.5rem;
}


/* BANNER IMAGE CTA */
.container-fluid.glampingContainer{
  padding: 0px;
}

.vidContainer img{
  width: 100%;
}

.glampingContainer .container-fluid{
  padding: 0px;
}

.shortbanner-container .vidContainer{
  min-height: 420px;
}

.shortbanner-container.relative{
  position: relative;
}

.shortbanner-container.relative .search-heading{
  z-index: 1;
}

.search-heading_title{
  color: #fff;
  text-shadow: 2px 2px 4px #394348;
  padding: 0;
}

.glampingContainer #slideshow{
  margin-bottom: 2.5rem;
}

/* GLAMPING IMAGES */
.glamping-images .container-fluid:before, .glamping-images .container-fluid:after{
  display: none;
}

.glamping-images .container-fluid .no-padding {
  width: 33.3%;
  padding: 15px;
}

.glamping-images .container-fluid .no-padding figure{
  position: relative;
}

.glamping-images .container-fluid .no-padding figcaption{
  position: absolute;
  bottom: 15%;
  left: 5%;
}

.glamping-images .container-fluid .no-padding .caption-title{
  color: #fff;
}

.glamping-images h2, .glamping-images .container-fluid.row{
  display: block !important;
}

.glamping-images img{
  border-radius: 15px;
}

.glampingoverlay{
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  background: rgb(57,67,72);
  background: linear-gradient(
0deg, rgba(57,67,72,1) 0%, rgba(255,255,255,0) 100%);
  border-radius: 15px;
}

/* BANNER */
.browseSitesContainer{
  width: 90%;
}

.browseSitesContainer .list-campsite div{
  display: inline-block;
}

.browseSitesContainer .list-campsite .list-campsite_text{
  width: 50%;
}

.browseSitesContainer .list-campsite .list-campsite_button{
  display: inline-block;
  float: right;
  line-height: 78px;
  width: 50%;
}

.browseSitesContainer .list-campsite .list-campsite_button a{
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 1.6rem;
  transition: 0.5s;
  color: #fff;
  border: 1px solid;
}

.browseSitesContainer .list-campsite .list-campsite_button a:hover{
  text-decoration: none;
  color: #B3D0D9;
  background-color: #fff;
  transition: 0.5s;
}

.list-campsite{
  background-color: #4D90A5;
  border-radius: 15px;
  padding: 20px;
}

.list-campsite .alt-options-icon{
  color: #fff;
  font-size: 4rem;
  margin: auto;
  display: block;
  width: fit-content;
}

.list-campsite .alt-options-link{
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  width: fit-content;
  margin: auto;
  transition: 0.5s;
}

.list-campsite .alt-options-link:hover{
  text-decoration: none;
  color: #4D90A5;
  background-color: #fff;
  transition: 0.5s;
}

.list-campsite .title, .list-campsite p{
  color: #fff;
}

.list-campsite .list-campsite_button{
  text-align: center;
}

.list-campsite .list-campsite_button .button{
  color: #fff;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 20px;
}

/* GLAMPING MEDIA QUERIES */
/* MOBILE */
@media only screen and (max-width: 480px){
  /* NAVIGATION */
  .nav.visible-lg-block{
    display: none;
  }
  /* HEADER */
  .search-heading .panel-title{
    color: #394348;
  }
  .search-heading.container{
    margin-top: 2.5rem;
  }
  .search-heading .panel-title{
    text-align: center;
  }
  /* POPULAR SEARCHES */
  .glamping-images .container-fluid .no-padding{
    width: 100%;
  }
  /* GLAMPING BANNER */
  .search-heading_title{
    padding: 0px 15px;
  }
  .list-campsite{
    flex-wrap: wrap;
  }
  .dropdown.open > a{
    border: 0px;
  }
  .search-heading .trustpilot{
    display: none;
  }
  .browseSitesContainer .list-campsite .list-campsite_button, .browseSitesContainer .list-campsite .list-campsite_text{
    width: 100%;
  }
  .browseSitesContainer .list-campsite{
    overflow: auto;
  }
  .browseSitesContainer .list-campsite .list-campsite_button{
    line-height: 20px;
  }
  .browseSitesContainer .list-campsite .list-campsite_button a{
    width: 100%;
    display: block;
  }
}

/* TABLET */
@media (min-width: 481px) and (max-width: 768px){
  /* NAVIGATION */
  .nav.visible-lg-block{
    display: none;
  }
  /* POPULAR SEARCHES */
  .glamping-images .container-fluid .no-padding{
    width: 100%;
  }
  /* GLAMPING BANNER */
  .search-heading_title{
    padding: 0px 15px;
  }
  .dropdown.open > a{
    border: 0px;
  }
  .search-heading .trustpilot{
    display: none;
  }
  .browseSitesContainer .list-campsite{
    overflow: auto;
  }
  .browseSitesContainer .list-campsite .list-campsite_text, .browseSitesContainer .list-campsite .list-campsite_button{
    width: 100%;
  }
  .browseSitesContainer .list-campsite .list-campsite_button{
    line-height: 20px;
  }
  .browseSitesContainer .list-campsite .list-campsite_button a{
    width: 100%;
    display: block;
  }
}

.vidContainer .banner-image-desktop { display: none; }
@media (min-width:640px) {
  .vidContainer .banner-image-desktop { display: block; }
  .vidContainer .banner-image-mobile { display: none; }
}

/*  SMALL SCREENS */
@media (min-width: 769px) and (max-width: 1024px){
  /* NAVIGATION */
  .nav.visible-lg-block{
    display: none;
  }
  /* HEADER */
  .shortbanner-container .vidContainer{
    min-height: 0px;
  }
  .search-heading .trustpilot{
    display: none;
  }
}

/*  SMALL SCREENS */
@media (min-width: 1024px){
  .campsite-details-crumb .container{
    padding: 0px;
  }
}

@media (min-width: 1400px){
  .browseSitesContainer .list-campsite .list-campsite_button{
    line-height: 88px;
  }
}

/* TYPES OF HOLIDAYS */
/* //////////////////////////////////////////////////////////////// */
.holidayType_overlay{
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0px;
  border-radius: 15px;
}

.holidayType_container{
  padding: 15px;
}

.holidayType figure{
  position: relative;
}

.holidayType .box-title{
  left: 0;
  position: absolute;
  color: #fff;
  margin: 0px;
  padding: 0px 15px;
  text-shadow: 2px 2px 4px #394348;
  bottom: 20%;
}

.holidayType .box-sub-title{
  bottom: 10%;
  left: 0%;
  position: absolute;
  color: #fff;
  margin: 0px;
  padding: 0px 15px;
  text-shadow: 2px 2px 4px #394348;
}

.attractions .box-title{
  bottom: 30%;
}

.holidayType img{
  width: 100%;
  border-radius: 15px;
}

.page-intro-container{
  position: relative;
}

.search-intro.page-intro-container{
  margin-bottom: 0px;
}

.title_container h1, .title_container p{
  color: #fff;
  text-shadow: 2px 2px 4px #394348;
}

/* TYPES OF ACCOMMODATION */
.accommodationType .image-wrapper.image-3-2{
  padding-top: 0px;
}

.accommodationType .image-wrapper.image-3-2 img{
  position: relative;
}

/* MOBILE */
@media only screen and (max-width: 480px){
  .holidayType .box-title{
    font-size: 2.4rem;
    text-shadow: 2px 2px 4px #394348;
  }
  .holidayType_container{
    padding: 15px 0px;
  }
  .holidayType_container img{
    object-fit: cover;
  }
  .page-intro-container .title_container{
    top: 25%;
    left: 0px;
  }
  .title_container .details{
    padding: 0px 15px;
    width: 100% !important;
  }
}

/* TABLET */
@media (min-width: 481px) and (max-width: 768px){
  .holidayType_row .holidayType_container{
    width: 50%;
    float: left;
  }
  .holidayType .box-title{
    padding: 0px 15px;
  }
  .title_container .details{
    padding: 0px 15px;
    width: 100% !important;
  }
  .holidayType_container .box-title{
    font-size: 2.2rem;
  }
}

/* SMALL SCREENS */
@media (min-width: 769px) and (max-width: 1200px){
  .holidayType_row .holidayType_container{
    width: 33.2%;
    float: left;
  }
  .holidayType_container .box-title{
    font-size: 2rem;
  }
}

/* SMALL SCREENS */
@media (min-width: 1201px) and (max-width: 1600px){
  .holidayType_row .holidayType_container{
    width: 25%;
    float: left;
  }
}


/* SEARCH ROOT */
/* //////////////////////////////////////////////////////////////// */
@media (min-width: 1140px){
  .col-xl-4{
    width: 33.3%;
  }
}

@media (max-width: 1920px) and (min-width: 1140px){
  .facilities .checkbox label, .idealfor .checkbox label{
    font-size: 90%;
    padding-left: 0px;
  }
}

.title_container .details{
  width: 70%;
  float: left;
  padding: 0px;
}

.title_container .reviews{
  width: auto;
  float: right;
  position: absolute;
  right: -30px;
  top: 30px;
}

.search-gateway .countryTitle{
  display: none;
}

.placesToVisit ul{
  padding: 0px;
  list-style-type: none;
}

.placesToVisit ul li{
  color: #F59C00;
  margin: 0px 5px 5px 0px;
  display: inline-block;
}

.placesToVisit ul li a{
  color: #F59C00;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
}

.placesToVisit ul li a:hover{
  text-decoration: none;
}

.placesToVisit_wrapper{
  padding-top: 30%;
  border-radius: 15px;
  margin-bottom: 30px;
}

.placesToVisit_topText{
  position: absolute;
  top: 5%;
  left: 5%;
  padding: 0px;
}

.placesToVisit_topText h3{
  color: #fff;
  text-shadow: 2px 2px 4px #394348;
}

.placesToVisit_bottomText{
  position: absolute;
  bottom: 5%;
  padding: 0px;
}

.placesToVisit_bottomText h1, .placesToVisit_bottomText p{
  color: #fff;
}

.placesToVisit{
  margin-top: 10rem;
}

.tab-pane{
  margin-bottom: 5rem;
}

.page-intro-container_no-margin .container{
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px){
  .page-intro-container_no-margin .container .reviews{
    display: none;
  }
}

.title_container .button{
  border: 1px solid #fff !important;
  color: #EA5B0C;
  margin-right: 10px;
  margin-top: 10px;
  width: fit-content;
}

.title_container .button:hover{
  text-decoration: none;
  background-color: #fff;
  color: #EA5B0C;
  transition: 0.5s;
  box-shadow: 0px 15px 20px #00000026;
}

/* MOBILE */
@media only screen and (max-width: 480px){
  .page-intro-container_no-margin .title_container .details {
    padding: 0px 15px;
  }
  .placesToVisit_topText, .placesToVisit_bottomText{
    left: 0px;
  }
  .placesToVisit_topText h3{
    padding: 0px 15px;
  }
  .placesToVisit_bottomText h1, .placesToVisit_bottomText p{
    padding: 0px 15px;
  }
  .holidayType_row{
    margin: 0px;
  }
  .search-results .title_container .details{
    width: 100%;
  }
  #availability-filters-wrapper{
    margin-bottom: 0px;
    min-height: 160px;
  }
  .placesToVisit{
    margin-top: 2.5rem;
  }
}


/* TABLET */
@media (min-width: 481px) and (max-width: 768px){
  .placesToVisit_topText, .placesToVisit_bottomText{
    left: 0px;
  }
  .placesToVisit_topText h3{
    padding: 0px 15px;
  }
  .placesToVisit_bottomText h1, .placesToVisit_bottomText p{
    padding: 0px 15px;
  }
}

/* ATTRACTIONS */
.holidayType .details small a{
  color: #fff;
  font-size: 75%;
}

.bg-camping_white {
  width: 16px; height: 15px; position: relative; top: 2px;
  display: inline-block;
  background: url('/resource/icons/popular-destination-icons-white.png') -0 -0;
}
.bg-caravan_white {
  width: 17px; height: 18px; position: relative; top: 2px;
  display: inline-block;
  background: url('/resource/icons/popular-destination-icons-white.png') -0 -46px;
}
.bg-glamping_white {
  width: 17px; height: 17px; position: relative; top: 2px;
  display: inline-block;
  background: url('/resource/icons/popular-destination-icons-white.png') -0 -30px;
}
.bg-motorhome_white {
  width: 16px; height: 16px; position: relative; top: 2px;
  display: inline-block;
  background: url('/resource/icons/popular-destination-icons-white.png') -0 -14px;
}

.attractions.holidayType .details .box-title a{
  margin-right: 5px;
}

.attractions.holidayType .holidayType_overlay{
  background: linear-gradient( 0deg, rgba(57,67,72,1) 0%, rgba(255,255,255,0) 100%);
}

@media only screen and (max-width: 1024px){
  .attractionsText .col-md-8.col-lg-9, .typeOfAccommodationText .col-md-8.col-lg-9, .parkGroupsText .col-md-8.col-lg-9, .typesOfHolidayText .col-md-8.col-lg-9, .popularDestinationsText .col-md-8.col-lg-9{
    padding: 0px 15px;
  }
}

/* NEWSLETTER */
.newsletter-bar{
  background-color: #B3D0D9;
  border-radius: 25px;
  padding: 20px;
  margin-bottom: 2.5rem;
}

.newsletter-bar .title{
  font-size: 2rem;
  color: #fff;
}

.newsletter-bar .button{
  color: #fff;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 25px;
  width: auto;
  cursor: pointer;
}

#newlettersignup-dialog{
  padding: 15px;
}

#newlettersignup-dialog .input-text{
  background: #f5f5f5;
  border: 1px solid #ddd;
  line-height: normal;
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
}

#newlettersignup-dialog .has-pitch{
  opacity: 1;
}

#newlettersignup-dialog .checkbox label{
  padding-left: 0px;
}

#newlettersignup-dialog .button{
  cursor: pointer;
}

.newsletter-dialog .feedback {
  display: none;
}

/********************/
/* Modals */
body.modal-open, body.modal-open-scroll-lock {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-background, .modal-on-modal-background {
  position:fixed;
  top:0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1049;
  display:none;
  background:rgba(0,0,0,0.5);
}
.modal.open .modal-background, .modal.open .modal-on-modal-background {
  display:block;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x:hidden;
  overflow-y:scroll;
  max-height: 100dvh !important;
}

.modal.open {
  display:block;
}

@media (max-width: 768px) {
  .modal.open {
    align-content: center;
    display:flex;
  }
}

@media (max-width: 768px) {

  #photo-gallery-slider-fullscreen-mobile.open {
    align-content: center;
    display:flex;
  }

  #photo-gallery-slider-fullscreen-mobile .modal-content {
    height: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    border-radius: 0px;
  }

}

.modal .modal-dialog {
  margin: 0;
  z-index: 1050;
  width: 100%;
}

.modal-dialog {
    max-width: 100%;
    overflow: hidden !important;
}

#photo-gallery-slider-fullscreen {
  background: rgba(0,0,0,0.7);
}

.review-show-more-btn{
  border: 1px solid;
  padding: 10px 20px;
}

.modalUnderlay.on{
  height: 100dvh;
  background-color: RGB(0, 0, 0, 0.4);
  position: fixed;
  width: 100vw;
  left: 0px;
}

.modalUnderlay{
  background-color: RGB(0, 0, 0, 0);
}

@media (min-width:769px) {
  .modal .modal-dialog {
    width: 800px;
    margin: 30px auto;
    max-width: 100%;
  }
  .modal-content {
    max-height: calc(100dvh - 60px);
  }
  .modal-content {
    max-height: calc(100dvh - 60px);
  }
}

.sidebar-content.modal-dialog {
  overflow: auto !important;
}

.mobile-slider-container{
  z-index: 1050;
  position: relative;
}

#photo-gallery-slider-fullscreen-mobile img{
  border: 2px solid #fff;
      max-width: 100%;
}

.photo-item-mobile-container{
  padding: 0px 15px;
  margin-bottom: 30px;
}

.photo-item-mobile-container .photo-item{
  border-radius: 15px;
  padding-top: 100px;
  position: relative;
  z-index: 0;
}

.photo-item-mobile-container .photo-item img{
  top: -80px;
}

#photo-gallery-slider-fullscreen-mobile .prevModal, #photo-gallery-slider-fullscreen-mobile .nextModal{
  z-index: 1050;
}

.slickSliderModalArrows{
  position: relative;
}

#photo-gallery-slider-fullscreen-mobile .prevModal{
  left: 5%;
}

#photo-gallery-slider-fullscreen-mobile .nextModal{
  right: 5%;
}

.fullwidth-mini-map{
  overflow: auto;
  padding: 0px 15px;
}

@media (min-width: 769px){
  .photo-item-mobile-container{
    display: none;
  }
}

@media (min-width: 481px) and (max-width: 768px){
  .photo-item-mobile-container .photo-item{
    padding-top: 200px;
  }
  .photo-item-mobile-container .photo-item img{
    top: -50px;
  }
}

.slickSliderModalCounter{
  color: #fff;
  margin: auto;
  width: fit-content;
  text-align: center;
  display: block;
  padding: 10px;
}

/* /////////////////////////////////////////// */
/* RESPONSIVE MARGIN WIDTH CONTAINERS */

@media (min-width: 300px){
  .container, .banneroverlay, .campsite-background #header, .fixedPos .fixedPos-wrapper{
    width: 100%;
  }
}

@media (min-width: 768px){
  .container, .banneroverlay, .campsite-background #header, .fixedPos .fixedPos-wrapper{
    width: 95%;
  }
}

@media (min-width: 1024px){
  .container, .banneroverlay, .campsite-background #header, .fixedPos .fixedPos-wrapper, .stickyBookingMobile_container{
    width: 90%;
  }
}

@media (min-width: 1201px){
  .container, .banneroverlay, .campsite-background #header, .fixedPos .fixedPos-wrapper, .stickyBookingMobile_container{
    width: 85%;
  }
}

@media (min-width: 1601px){
  .container, .banneroverlay, .campsite-background #header, .fixedPos .fixedPos-wrapper, .stickyBookingMobile_container{
    width: 80%;
  }
}

/* /////////////////////////////////////////// */
/* FONTS FOR MEDIUM SCREENS */
@media (min-width: 1024px){
  h1, h1 a{
    font-size: 4rem;
    letter-spacing: -0.02em;
  }
  h2, h2 a{
    font-size: 3rem;
  }
  h3, h3 a{
    font-size: 2.5rem;
  }
  h4, h4 a{
    font-size: 1.8rem;
  }
  h5, h5 a{
    font-size: 1.4rem;
  }
  p, a{
    font-size: 1.4rem;
  }
  .herotitle{
    line-height: 1.05em;
  }
  .herosubtitle{
    line-height: 30px;
  }
  .summaryReviews_rating, .summaryReviews_count a, .summaryReviews_location, .share-button, .siteSummary_fav{
    font-size: 1.8rem;
  }
  .details .box-container p{
    font-size: 1.2rem;
  }
}

/* /////////////////////////////////////////// */
/* FONTS FOR LARGE SCREENS */
@media (min-width: 1401px){
  h1, h1 a{
    font-size: 5rem;
    letter-spacing: -0.02em;
  }
  h2, h2 a{
    font-size: 4rem;
  }
  h3, h3 a{
    font-size: 3rem;
  }
  h4, h4 a{
    font-size: 2.1rem;
  }
  h5, h5 a{
    font-size: 1.8rem;
  }
  p, a{
    font-size: 1.6rem;
  }
  .herotitle{
    line-height: 1.1em;
    font-size: 6rem;
  }
  .herosubtitle{
    line-height: 35px;
  }
  .details .box-container p{
    font-size: 1.4rem;
  }
}


/* /////////////////////////////////////////// */
/* INSPIRATION ROOT PAGE */

.inspiration .full-width{
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.inspiration .region-guide-with-image{
  border-top: 0px;
  padding: 30px 15px;
  background-color: #fff;
  margin-bottom: 10rem;
}

.region-guide-with-image a{
  color: #EA5B0C;
}

.inspiration_content, .guide_content{
  background-color: #E6EFF2;
}

.inspiration_placesToVisit{
  background-color: #fff;
  padding: 0px;
  padding-top: 10rem;
}

.inspiration_placesToVisit .placesToVisit{
  margin-top: 0px;
}

.inspiration_mainContent{
  padding-bottom: 10rem;
  padding-top: 5rem;
}

#northern-ireland .countryTitle{
  display: none;
}

.inspiration_placesToVisit .inspiration_title{
  margin-bottom: 5rem;
}

.inspiration_content #main, .inspirationArticle #main{
  width: 65.1%;
  margin-right: 1.5%;
}

.inspiration_content .sidebar, .inspirationArticle .sidebar{
  width: 31.8%;
  margin-left: 1.5%;
}

#sidebar-search .with-icon.full-width{
  position: relative;
  display: inline-block;
  width: 100%;
}

#sidebar-search .with-icon.full-width .input-text{
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
  line-height: normal;
  border-radius: 25px;
  border: 0;
  background-color: #eee;
}

#sidebar-search .with-icon.full-width .icon{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  font-size: 18px;
  padding: 0 !important;
  height: 100%;
  border-radius: 25px;
  border: 0;
  background-color: #EA5B0C;
  color: #fff;
}

/* MOBILE */
@media only screen and (max-width: 480px){
  .inspiration_mainContent .row{
    margin: 0px;
  }
  .herotitle{
    font-size: 20px;
    line-height: 1.2em;
  }
  .herosubtitle{
    font-size: 15px
  }


}

/* TABLETS */
@media (max-width: 769px){
  .inspiration_mainContent #main, .inspirationArticle #main{
    width: 100%;
    margin: 0px;
  }
  .inspiration_mainContent .sidebar, .inspirationArticle .sidebar{
    width: 100%;
    margin: 0px;
  }
}

/* THINGS TO DO / ARTILE LIST / CATEGORIES BEACHES ETC */
/* ////////////////////////////////////////////// */
.newsletter-popup, .dialog.newsletter-dialog{
  display: none;
}

.sidebar .travelo-box{
  display: block;
}

.blog-infinite .image-container img{
  width: 100%;
}

.inspirationArticle{
  background-color: #E6EFF2;
}

.blog-infinite .post{
  margin-bottom: 5rem;
}

.post-content-wrapper{
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.post-content-wrapper img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.post-content-wrapper .details{
  padding: 15px;
}

.blog-infinite .image-box{
  width: 100%;
  clear: both;
  margin-bottom: 5rem;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.blog-infinite .image-box figure img{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.blog-infinite .image-box .box{
  display: inline-block;
}

.blog-infinite .image-box figure{
  float: left;
}

.blog-infinite .image-box .details{
  overflow: hidden;
  padding: 0px 15px;
}

.details .entry-action .soap-icon-comment{
  font-size: 3rem;
  vertical-align: middle;
  margin-right: 10px;
}

/* SIDEBAR */
.sidebar .travelo-box{
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 5rem;
}

.sidebar .travelo-box .box{
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  clear: both;
}

.sidebar .travelo-box figure{
  float: left;
  margin-right: 10px;
}

.sidebar .travelo-box img{
  border-radius: 5px;
}

/* OLDER ARTICLES */
.main .single-navigation{
  margin-bottom: 5rem;
}

.main .single-navigation .button{
  padding: 15px 20px;
  display: inline-block;
  border-radius: 35px;
  border: 1px solid;
}

.main .single-navigation .button:hover{
  text-decoration: none;
  background-color: #EA5B0C;
  color: #fff;
}

.main .single-navigation .button .soap-icon-longarrow-left{
  margin-right: 5px;
}

@media only screen and (max-width: 480px){
  .blog-infinite .image-box figure img{
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
  }
  .blog-infinite .image-box{
    border-bottom-left-radius: 0px;
    border-top-right-radius: 15px;
  }
}

/* /////////////////////////////////////////// */
/* SINGLE ARTICLE */
.inspirationArticle .container-fluid{
  padding: 0px;
}

.single .post{
  margin-bottom: 5rem;
}

.articleSlides{
  padding: 0px;
}

.single .post-content img{
  width: 100%;
}

.articleUpdated{
  margin-bottom: 2.5rem;
}

/* //////////////////////////////////////// */
/* RESOURCES AND GUIDES */
.resource_container{
  padding: 10rem 0;
}

.guideType img{
  border-radius: 15px;
  position: relative;
  width: 100%;
  object-fit: cover;
}

.guideType_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: rgb(57,67,72);
  background: linear-gradient( 0deg, rgba(57,67,72,1) 0%, rgba(255,255,255,0) 100%);
  border-radius: 15px;
}

.guideType_container{
  padding: 15px;
}

.guideType figure{
  position: relative;
}

.guideType .box-title{
  left: 0%;
  position: relative;
  color: #fff;
  bottom: -50%;
  margin: 0px;
  padding: 0px 10px;
}

.guideType .box-title h4{
  color: #fff;
}

.guideType_overlay .box-title small{
  color: #fff;
  font-size: 85%
}

.guide_content .page-intro-container{
  margin-bottom: 5rem;
}

.guide_content .toggle-container .panel{
  background-color: #E6EFF2;
  border-bottom: 0px;
}

.toggle-container .panel.style1 .panel-title>*.collapsed:before{
  display: none;
}

.guide_content .entry-title{
  padding: 15px;
}

#ebook-landing-page img{
  max-width: 100%;
}

/* AWARDS */
.awards_mainContent{
  padding-top: 5rem;
}

.awards_content{
  background-color: #E6EFF2;
}

.awards_mainContent .button.hollow{
  width: auto;
}

.browseBlock{
  background-color: #B3D0D9;
  border-radius: 15px;
  padding: 40px 20px;
  overflow: auto;
}

.browseBlock_title{
  color: #fff;
  margin: 0px;
}

.browseBlock_button{
  text-align: center;
  float: right;
  width: 35%;
}

.browseBlock_button .button{
  width: auto;
  color: #fff;
}

.browseBlock_title, .browseBlock_button{
  width: auto;
  display: inline-block;
}

.title_container h2{
  color: #fff;
}

.form-container{
  margin-top: 5rem;
}

.form-container .download-form input{
  width: 100%;
  border-radius: 25px;
  border: 1px solid;
  padding: 10px 15px;
}

@media only screen and (max-width: 480px){
  .awards_content .title_container .details{
    width: 100%;
  }
}

.download-app-header{
  padding-top: 2.5rem;
}

/* ADVERTISE YOUR CAMPSITE */
.advertise-with-us{
  background-color: #F5F5F5;
}

.blue-bar-header{
  background-color: #E6EFF2;
  padding-bottom: 2.5rem;
}

.blue-bar-header .text-center .button{
  width: auto !important;
}

.video-container-ad{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56%;
  margin-top: 2.5rem;
}

.video-container-ad .responsive-video{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 1366px){
  .video-container-ad{
    width: 80%;
    margin: 2.5rem auto;
    padding-top: 45%;
  }
}

.blue-bar-header h3{
  margin-bottom: 30px;
  text-align: center;
}

.icon-box.style9>i {
  font-size: 2.6em;
  background: #80B0BF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-bottom: 15px;
  font-size: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.style9 i:before{
  color: #fff;
}

.icon-box.style9{
  display: inline-block;
  text-align: center;
  text-transform: none;
}

.advertise-with-us .reasons.style1{
  margin-top: 60px;
  margin-bottom: 50px;
}

.icon-box.style9{
  display: inline-block;
}

.reasons.style1 .icon-box.style9 .box-title{
  line-height: 1.2em;
  padding: 0 15px;
  font-size: 2.5rem;
}

.column-5-no-margin>*:nth-child(5n+1) {
  clear: both;
}

.column-5-no-margin>* {
  width: 20%;
}

.column-2>*, .column-3>*, .column-4>*, .column-5>*, .column-5-no-margin>*, .constant-column-2>*, .constant-column-3>*, .constant-column-4>*, .constant-column-5>* {
  float: left;
}

.begin-listing-container .button{
  width: auto;
}

.advertise-with-us .begin-listing-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.fullwidth-banner{
  text-align: center;
  border-radius: 0px;
}

.fullwidth-banner h2{
  margin: 0px !important;
}

@media only screen and (max-width: 480px){
  .fullwidth-banner h2{
    margin: 2.5rem 0px !important;
  }
}

.advertise-with-us h2{
  text-align: center;
  margin: 0px 0 30px;
}

.no-float {
  float: none !important;
}

.advertise-with-us .toggle-container .panel.style1.arrow-right .panel-title>*:before {
  float: none;
  position: absolute;
  right: 0;
  border: none;
  margin-top: -12px;
  top: 50%;
}

.toggle-container .panel.style1 .panel-title>*.collapsed:before {
  content: "\f067";
  color: #fff;
  background: #80B0BF;
}

.toggle-container .panel {
  margin-bottom: 0;
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}

.campsite-details-container .toggle-container .panel{
  border-bottom: 2px solid #B3D0D9;
  padding-bottom: 1.5rem;
}

.campsite-details-container .toggle-container #things-to-do .panel{
  border-bottom: 0px;
}

.toggle-container .panel.style1.arrow-right .panel-title{
  position: relative;
}

.toggle-container .panel.style1.arrow-right .panel-title>*{
  padding-right: 0px;
  font-weight: 300;
}

.advertise-with-us .toggle-container .panel.style1 .panel-title>*:before{
  display: block;
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 16px;
  line-height: 24px;
  font-size: 10px;
  float: left;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #9e9e9e;
  background: #f5f5f5;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.advertise-with-us .toggle-container .panel .panel-title>* {
  white-space: normal;
  display: block;
  padding: 15px;
}

.list-campsite.block{
  text-align: center;
}

.list-campsite.block h2{
  display: inline-block;
}

.list-campsite.block .button{
  width: auto;
  vertical-align: top;
  color: #fff;
}

.advertise-with-us .block{
  margin-bottom: 30px;
}

.advertise-with-us .toggle-container .panel.style1.arrow-right .panel-content {
  padding: 0px 15px 15px;
}

.advertise-with-us .begin-listing-container {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.overflow-hidden{
  overflow: hidden;
}

.advertise-with-us .travelo-box{
  display: block;
}

.choose-listing.travelo-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  margin: 15px;
}

.advertise-with-us .choose-listing h2 {
  margin: 35px 0 50px;
}

.pricing-table {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 15px;;
}

.more-bookings{
  margin-bottom: 30px;
}

.more-bookings .button{
  background: linear-gradient(90deg, rgba(245,156,0,1) 0%, rgba(234,91,12,1) 100%);
  color: #fff;
  border: 0px;
  width: 100% !important;
  font-weight: 500;
  font-size: 2rem;
  padding: 20px 30px;
  border-radius: 40px;
}

.pricing-table .header .box-title {
  line-height: 1.3333em;
  margin-bottom: 0px;
  font-size: 1.6em;
}

.margin15bottom {
  margin-bottom: 15px !important;
}

.pricing-table .header {
  min-height: 48px;
}

.listing-package .pricing-table .price{
  font-size: 1.6667em;
  text-transform: uppercase;
  float: right;
  text-align: right;
  line-height: 1;
  display: block;
}

.pricing-table .features {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.pricing-table>.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.5);
  display: none;
}

.price small {
  display: block;
  color: #525252;
  font-size: 0.5em;
}

ul.check-circle li:before {
  content: "\e8ba";
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-family: "soap-icons";
  background: #f59c00;
  vertical-align: baseline;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}

ul.arrow, ul.triangle, ul.circle, ul.check, ul.chevron, ul.arrow-square, ul.check-square, ul.check-circle {
  list-style: none;
  padding: 0;
}

/* show bullet points for campsite listings "things to do" */
#thingstodo-panel ul.default-list{
  list-style-type: disc;
}

.pricing-table .features li:first-child {
  padding-top: 15px;
}

.pricing-table .features li {
  background: #f5f5f5;
  font-size: 0.8em;
  padding-left: 20px;
  line-height: 30px;
  background: #fff;
  color: #333;
}

.pricing-table .features.padding-box {
  margin-top: -45px;
  list-style-type: none;
  padding: 0px;
}

.pricing-table .features li {
  background: #f5f5f5;
  font-size: 0.8em;
  padding-left: 20px;
  line-height: 30px;
  background: #fff;
  color: #333;
}

@media only screen and (max-width: 480px){
  .question-list.toggle-container .panel.style1.arrow-right .panel-title>*{
    padding-right: 15px;
    max-width: 92%;
  }
  .pricing-table .features li{
    height: auto;
  }
}

ul, ol{
  margin-bottom: 0px;
}

ul.default-list, ul.arrow, ul.triangle, ul.circle, ul.check, ul.chevron, ul.arrow-square, ul.check-square, ul.check-circle, ul.decimal, ul.upper-roman, ul.lower-latin, ul.upper-latin {
  line-height: 1.666em;
  font-size: 1em;
}

ul.check-square li:before {
  font-family: 'soap-icons';
  content: "\e8ba";
  background: #d9d9d9;
  color: #fff;
  padding: 1px 4px 0;
  margin-right: 10px;
  font-size: 12px;
}

.pricing-table.blue {
  background: #80B0BF;
}

.pricing-table.blue .box-title, .pricing-table.blue .box-title small, .pricing-table.blue .price, .pricing-table.blue .price small, .pricing-table.blue .box-title, .pricing-table.blue .box-title small, .pricing-table.blue .price, .pricing-table.blue .price small, .pricing-table.yellow .box-title, .pricing-table.yellow .box-title small, .pricing-table.yellow .price, .pricing-table.yellow .price small, .pricing-table.red .box-title, .pricing-table.red .box-title small, .pricing-table.red .price, .pricing-table.red .price small, .blue
.check-circle{
  color: #fff;
}

.choose-listing .small.underline{
  text-decoration: underline;
  margin-top: 30px;
  display: block;
}

.travelo-box{
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.contact-form>div.form-group:first-child{
  display: none;
}

.contact-form input.input-text, .contact-form textarea, .registration-form input.input-text, .registration-form textarea{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: normal;
  padding-left: 15px;
  padding-right: 15px;
  height: 50px;
}

textarea{
  height: auto !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

strong{
  font-weight: normal;
}

.advertise-with-us .reasons.style2 h2{
  margin: 20px 0 50px;
  font-size: 2.5rem;
}

.reasons.style2 .icon-box.style9 .box-title{
  font-size: 1.8rem;
}

.advertise-with-us article{
  margin-bottom: 20px;
}

.contact-form .btn-large{
  padding: 0 32px;
  height: 43px;
  font-size: 2rem;
  line-height: 43px;
  border-radius: 25px;
  background-color: #f59c00;
  color: #fff;
  border: 0px;
}

.advertise-with-us #main{
  padding-bottom: 40px;
}

.advertise-with-us .soap-icon-features:before {
  font-size: 1.9em;
}

.advertise-with-us .list-campsite .title{
  margin-bottom: 0px;
}

/* ADVERTISE YOUR CAMPSITE MOBILE */
@media only screen and (max-width: 480px){
  .reasons .icon-box{
    width: 100%;
  }
  .choose-listing .listing-package, .payment-plan-form .listing-package {
    width: 100%;
  }
  .choose-listing .listing-package .price{
    float: right;
    text-align: right;
    font-size: 2rem;
  }
  .choose-listing .listing-package .box-title{
    margin-top: 0px;
  }
}

/* ADVERTISE YOUR CAMPSITE SMALL SCREENS */
@media (min-width: 768px) and (max-width: 1024px){
  .listing-package .pricing-table .price, .pricing-table .header .box-title{
    text-align: center;
    float: none;
  }
}

/* PARK GROUPS */
.park-groups{
  background-color: #E6EFF2;
}

.park-group .box{
  border-radius: 25px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
}

.park-group figure a{
  height: 110px;
  line-height: 110px;
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}

.park-group figure img{
  max-width: 100%;
  height: auto;
  width: auto !important;
}

.park-groups .group-box{
  margin-top: 5rem;
}

.park-group .details {
  text-align: center;
}

.park-group .details h4{
  height: 50px;
}

.park-group .details h4 a{
  font-size: 1.8rem;
}

.park-group .box-title small{
  font-size: 0.6em;
  color: #394348;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

/* ABOUT US */
.aboutUsMain{
  background-color: #E6EFF2;
  padding-top: 5rem;
}

.aboutUsMain .travelo-box{
  display: block;
}

.about-us h1>small {
  display: block;
}

.aboutUsMain .fullwidth-banner{
  margin-top: 5rem;
  margin-bottom: 0px;
}

.aboutUsMain .fullwidth-banner .title{
  display: inline-block;
}

.aboutUsMain .fullwidth-banner .button{
  width: auto;
  vertical-align: top;
  color: #fff;
}

.about-us h3{
  margin-bottom: 2.5rem;
}

/* CONTACT US */
.contactUsMain{
  background-color: #E6EFF2;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contactUsMain .travelo-box{
  display: block;
}

.icon-box.style6>i, .icon-box.style7>i {
  display: block;
  width: 50px;
  float: left;
  background: #f59c00;
  line-height: 50px;
  color: #fff;
  font-size: 2.5em;
  border-radius: 5px;
}

.icon-box.style6 .description, .icon-box.style7 .description {
  line-height: 1.6em;
  padding-left: 70px;
}

.follow-us .description a {
  font-size: 1.2em;
  margin-right: 20px;
}

[class^="soap-icon"]:before, [class*=" soap-icon"]:before {
  font-family: "soap-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 100%;
}

/* CAMPSITE REGISTRATION */
@media (min-width: 1024px){
  .campsite-registration .container{
    padding: 0px;
  }
}

.campsite-registration .booking-section.travelo-box{
  background-color: #e6eff2;
  padding: 0px;
  border: 0px;
}

.campsite-registration .booking-section.travelo-box label{
  line-height: 45px;
  font-weight: 500;
}

.toggle-group-fields::before, #toggle-group-fields{
  top: 12px !important;
  width: 16px;
}

.registration-form_accomm-label{
  line-height: 24px !important;
}

.icon-box>i {
  text-align: center;
  width: 13%;
}

.gray-color {
  color: #9e9e9e !important;
}

.block {
  margin-bottom: 10px;
}

.contact-form>div.form-group:first-child, form.enquiry-form>div:first-child, .registration-form>div:first-child, .download-form div.form-group:first-child, .comment-form>.form-group:first-child, .newsletter-footer>.form-content>div:first-child, #newlettersignup-popup>.form-content>div:first-child, #newlettersignup-dialog>.form-content>div:first-child, .holiday-feedback>div:first-child, .campsite-review-form>div:first-child, .search-signup-bar>.form-content>input:first-child, #job-enquiry-modal #name {
  display: none;
}

.campsite-registration{
  background-color: #E6EFF2;
}

form label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

.soft-hidden {
  display: none;
}

.campsite-registration .form-group .checkbox{
  margin-top: 0px;
}

input.input-text.error, textarea.error, .selector.error, .datepicker-wrap.error, select.error {
  border: 1px solid #f00 !important;
}

.formerror-message {
  color: #f00;
  font-size: 0.8em;
  font-style: italic;
}

.selector select {
  position: absolute;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  -webkit-appearance: menulist-button;
  line-height: 30px;
  cursor: pointer;
}

.selector {
  position: relative;
  min-width: 60px;
}

select {
  height: 34px;
  padding: 8px 0 8px 8px;
}

.full-width {
  width: 100% !important;
}

.selector span.custom-select:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: #f59c00;
  width: 24px;
  height: 100%;
}

.selector span.custom-select:after {
  position: absolute;
  right: 7px;
  top: 20px;
  border-top: 8px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
}

.selector span.custom-select {
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  margin-bottom: -5px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px !important;
}

.booking-section input.input-text, .booking-section select, .booking-section textarea, .booking-section span.custom-select, .booking-section .auto-complete+.results {
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
}

.payment-logos {
  margin-top: 50px;
}

.campsite-registration .checkbox.tandc::before{
  top: 14px;
}

@media only screen and (max-width: 480px){
  .campsite-registration .form-progress-indicator > .progress-node{
    width: 33%;
    margin-bottom: 10px;
  }
  .campsite-registration .form-progress-indicator > .progress-node > .progress-node-title{
    font-size: 1rem;
  }
  .campsite-registration .container{
    padding: 0px 15px;
  }
  .campsite-registration .checkbox label{
    line-height: 24px !important;
  }
  .campsite-registration .booking-section.travelo-box label{
    margin-bottom: 0px;
    line-height: 36px;
  }
  .payment-logos img{
    width: 100%;
  }
  .campsite-registration .checkbox::before{
    top: 4px;
  }
  .form-progress-indicator > .progress-node+.progress-node::before{
    top: 52% !important;
    width: 82% !important;
  }
}

@media (min-width: 481px) and (max-width: 1024px){
  .form-progress-indicator > .progress-node{
    width: 25% !important;
    margin-bottom: 10px;
  }
  .campsite-registration .group-check{
    width: 33%
  }
}

/* TERMS AND CONDITIONS */
.termsConditionsMain{
  background-color: #E6EFF2;
  padding-top: 5rem;
}

/* NO RESULTS SEARCH */
.no-results #search-form .search-body{
  position: inherit !important;
}

.no-results #search-form .search-body .searchlisting-container{
  width: 100% !important;
}

.no-results .background-blue{
  background-color: #fff;
  padding: 0px;
}

.no-results .background-blue .container{
  width: auto;
  padding: 0px;
}

/* PLACES TO VISIT */
.palcesToVisitHero{
  width: 100%;
  margin-bottom: 5rem;
}

.image-box.style11 .palcesToVisit_container{
  display: block;
}

/* COVID SURVEY RESULTS */
.useful-links-page{
  background-color: #E6EFF2;
  padding-top: 5rem;
}

.white-block{
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

/* GUIDES */
#cornwall-guide .guide-navigation li, #epic-content .guide-navigation li{
  float: left;
  margin-right: 15px;
  margin-top: 11px;
  list-style-type: none;
}

#epic-content .guide-navigation .add-campsite, #cornwall-guide .guide-navigation .add-campsite{
  width: auto;
}

#epic-content h1 {
  z-index: 1;
  color: #fff;
  font-family: "rucksack",helvetica,arial,sans-serif;
  font-size: 4em;
  text-align: center;
}

#epic-content .header-section-content {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
}

#epic-content .section-image{
  position: relative;
  width: 100%;
}

#epic-content .section-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}

#epic-content h2 {
  color: #fff;
  font-size: 1.5em;
}

#epic-content .social-icons {
  width: 20%;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 60px;
}

#epic-content .social-icons li {
  font-size: 1.7em;
  float: left;
  text-align: center;
  list-style-type: none;
}

.section-links li{
  list-style-type: none;
}

#epic-content .social-icons li a {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  margin-right: 0;
  background: none;
  font-size: 1em;
  line-height: 40px;
}

.social-icons li a {
  width: 32px;
  margin-right: 4px;
  height: 32px;
  display: inline-block;
  background: #d9d9d9;
  color: #fff;
  line-height: 32px;
  font-size: 19px;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

#epic-content .page-scroller {
  color: #fff;
  font-size: 5em;
  cursor: pointer;
}

#epic-content .main-intro {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

#epic-content a{
  font-size: 2rem;
  color: #f59c00;
}

#epic-content .page-break {
  display: none;
}

#epic-content .white-spacer {
  height: 5px;
  background: #fff;
}

#epic-content .section-image h3 {
  width: 100%;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#epic-content .subtitle {
  text-align: center;
  text-shadow: 0 0 20px #000;
}
#epic-content h4 {
  color: #fff;
  max-width: 1200px;
  margin: 25px auto;
  font-size: 1.8em;
}

#epic-content .newstyle-section .image-section .title-image {
  position: relative;
}

#epic-content .newstyle-section .image-title {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 50px;
  color: #fff;
  z-index: 1;
}

#epic-content .newstyle-section .section-number {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  margin: 30px auto;
  transform: rotate(-45deg);
  text-shadow: 0 0 50px #000;
}

#epic-content .newstyle-section .title {
  font-size: 6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 50px #000;
}

#epic-content h4 {
  color: #fff;
  max-width: 1200px;
  margin: 25px auto;
  font-size: 1.8em;
}

#epic-content .subtitle {
  text-align: center;
  text-shadow: 0 0 20px #000;
}
#epic-content h5 {
  color: #fff;
  max-width: 1200px;
  margin: 25px auto;
  font-size: 2.4em;
  line-height: 1.2em;
}

#epic-content .newstyle-section .section-number p {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -5px;
  margin-left: -5px;
  color: #fff;
  font-size: 4em;
  font-family: 'helvetica neue',helvetica,arial,sans-serif;
  text-align: center;
  line-height: 100px;
  transform: rotate(45deg);
}

#epic-content .image-container {
  padding: 4px;
}

#epic-content .newstyle-section .title span {
  display: none;
}

#epic-content .newstyle-section .image-section .section-intro {
  width: 960px;
  text-align: left;
  margin: 50px auto;
  font-size: 1.5em;
}

#epic-content .newstyle-section .section-links {
  width: 960px;
  margin: 30px auto;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}

#epic-content .guide-navigation>.mobile-menu-toggle {
  display: none;
  float: right;
  line-height: 41px;
  width: 41px;
  font-size: 1.7em;
  text-align: center;
}

#epic-content .guide-navigation>a:first-child{
  float: left;
  margin: 9px 15px 12px 10px;
}

.guide-navigation.hidden-print{
  padding: 15px 0px;
}

#epic-content .guide-navigation li a, #cornwall-guide .guide-navigation li a{
  cursor: pointer;
  color: #ea5b0c;
  font-size: 1.6rem;
  font-weight: 600;
}

/* CORNWALL GUIDE */
#cornwall-guide .guide-navigation>.mobile-menu-toggle {
  display: none;
  float: right;
  line-height: 41px;
  width: 41px;
  font-size: 1.7em;
  text-align: center;
}

#cornwall-guide .guide-navigation, #epic-content .guide-navigation{
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

#cornwall-guide .guide-navigation>a:first-child {
  float: left;
  margin: 9px 15px 12px 10px;
}

#cornwall-guide .social-icons {
  position: absolute;
  top: 96px;
  right: 15px;
  list-style-type: none;
}

#cornwall-guide .social-icons li {
  font-size: 1.7em;
}

#cornwall-guide .social-icons li {
  float: left;
  text-align: center;
}

#cornwall-guide .social-icons li a {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  margin-right: 0;
  background: none;
  border: 1px solid;
  font-size: 1em;
  line-height: 40px;
}

.social-icons li a {
  width: 32px;
  margin-right: 4px;
  height: 32px;
  display: inline-block;
  background: #d9d9d9;
  color: #fff;
  line-height: 32px;
  font-size: 19px;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

#cornwall-guide .section-image {
  position: relative;
  background-size: cover;
  width: 100%;
}

#cornwall-guide .section-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 0;
}

#cornwall-guide .header-section-content {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
}

#cornwall-guide #title-section .header-section-content {
  top: auto;
  bottom: 0;
}

#cornwall-guide h1 {
  z-index: 1;
  color: #fff;
  font-family: "bello-pro",helvetica,arial,sans-serif;
  font-size: 5em;
  text-align: center;
}

#cornwall-guide h2 {
  color: #fff;
  font-size: 1.7em;
  font-style: italic;
}

#cornwall-guide .main-intro {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.2em;
  color: #fff;
  text-align: center;
}

#cornwall-guide .main-intro a{
  font-weight: 600;
}

#cornwall-guide .page-scroller {
  color: #fff;
  font-size: 5em;
  cursor: pointer;
}

#cornwall-guide .page-break {
  display: none;
}

#cornwall-guide .white-spacer {
  height: 5px;
  background: #fff;
}

#cornwall-guide .section-image h3, #cornwall-guide .section-image h4 {
  width: 100%;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#cornwall-guide .newstyle-section .image-section .title-image {
  position: relative;
}

#cornwall-guide .newstyle-section .image-title {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 0 50px;
  color: #fff;
  z-index: 1;
}

#cornwall-guide .newstyle-section .section-number {
  width: 100px;
  height: 100px;
  border: 3px solid #fff;
  margin: 30px auto;
  transform: rotate(-45deg);
  text-shadow: 0 0 50px #000;
}

#cornwall-guide .newstyle-section .section-number p {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -5px;
  margin-left: -5px;
  color: #fff;
  font-size: 4em;
  font-family: 'helvetica neue',helvetica,arial,sans-serif;
  text-align: center;
  line-height: 100px;
  transform: rotate(45deg);
}

#cornwall-guide .newstyle-section .title, #cornwall-guide .newstyle-section .subtitle {
  font-size: 6em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 50px #000;
}

#cornwall-guide .newstyle-section .title span {
  display: none;
}

#cornwall-guide .image-container {
  padding: 4px;
}

#cornwall-guide .newstyle-section .image-section .section-intro {
  width: 960px;
  margin: 30px auto;
  font-size: 2em;
}

#cornwall-guide .newstyle-section .section-intro {
  text-align: center;
  font-size: 1.4em;
}

#cornwall-guide .newstyle-section .section-links {
  width: 960px;
  margin: 30px auto;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

#cornwall-guide .newstyle-section .section-links a{
  width: 960px;
  margin: 30px auto;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}


#cornwall-guide .newstyle-section .section-links li {
  display: inline-block;
  padding: 10px 20px;
}

#cornwall-guide .newstyle-section .image-section .image-row>* {
  float: left;
  background-color: #fff;
}

#cornwall-guide .newstyle-section .col-4 {
  width: 33.333333%;
}

#cornwall-guide .newstyle-section .content-section {
  margin: 0 auto;
  padding: 20px 0 0;
}

#cornwall-guide .newstyle-section .quotes-section {
  padding: 0 30px;
}

#cornwall-guide .newstyle-section .quote {
  margin-bottom: 60px;
  padding: 0;
}

#cornwall-guide .newstyle-section .col-md-4 blockquote {
  min-height: 99px;
}

#cornwall-guide .newstyle-section blockquote {
  margin: 15px 0 25px;
  padding: 0;
  font-size: 1.5em;
  text-indent: 0;
}

#cornwall-guide .newstyle-section .author {
  font-size: 1.1em;
}

#cornwall-guide .newstyle-section .author>img {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
}

#cornwall-guide .newstyle-section .author .author-details {
  text-align: left;
}

blockquote {
  font-size: 1.3333em;
  line-height: 1.6em;
  padding: 20px 20px 20px 40px;
  border-left: none;
  position: relative;
  text-indent: -19px;
}

#cornwall-guide .newstyle-section .image-section .section-intro {
  width: 960px;
  margin: 30px auto;
  font-size: 2em;
}

#cornwall-guide .newstyle-section .section-intro {
  text-align: center;
  font-size: 1.4em;
}

#cornwall-guide .newstyle-section .section-intro p{
  text-align: center;
  font-size: 1.2em;
}

#cornwall-guide .newstyle-section .section-links {
  width: 960px;
  margin: 30px auto;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.has-pin {
  position: relative;
}

#cornwall-guide .newstyle-section .col-6 {
  width: 50%;
}

@media (max-width: 1024px){
  #cornwall-guide .newstyle-section .image-section .section-intro, #cornwall-guide .newstyle-section .section-links, #cornwall-guide .newstyle-section .image-section .image-row>*{
    width: 100%;
  }
  #cornwall-guide .newstyle-section .title, #cornwall-guide .newstyle-section .subtitle{
    font-size: 3em;
  }
  .guide-navigation ul{
    clear: both;
    padding: 8px;
  }
  .add-campsite-mobile{
    clear: both;
  }
  #epic-content .newstyle-section .image-section .section-intro, #epic-content .newstyle-section .section-links{
    width: 100%;
  }
  #epic-content .newstyle-section .title{
    font-size: 3em;
  }
  #epic-content .section-image h3{
    font-size: 2.5em;
  }
}

/* 404 ERROR PAGE */
.post-404page.style3 {
  position: absolute;
  height: 100%;
  width: 100%;
}

.post-404page.style3 #page-wrapper {
  background-image: url(/resource/login-background.jpg);
  background-size: cover;
  background-position-y: bottom;
}

.post-404page.style3 #page-wrapper {
  height: 100%;
}

.post-404page.style3 #main {
  padding-top: 160px;
  text-align: center;
}

.post-404page.style3 .error-message {
  font-weight: 300;
  font-size: 4em;
}

.post-404page.style3 .error-message-404 {
  margin: 30px 0;
  font-family: inherit;
  font-weight: 300;
  font-size: 2.5em;
}

.post-404page.style3 .go-back {
  color: #fff;
  width: auto;
}

/* DOWNLOAD THE ULTIMATE CAMPING CHECKLIST */
.theUltimateCampingChecklist{
  background-color: #E6EFF2;
}

#ebook-landing-page .col-md-8.pull-left{
  margin-top: 5rem;
}

#ebook-landing-page .col-md-4.form-container.pull-right{
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #ddd;
}

.comment-list>li.comment>.the-comment figure img {
  width: 80px;
  border-radius: 50%;
}

.share-bar{
  max-width: 98%;
  margin: auto;
  margin-bottom: 30px;
}

.share-bar .title, .comments-container h2{
  color: #333 !important;
}

.comments-container{
  max-width: 98%;
  margin: auto;
}

.comments-container .comment-list.travelo-box{
  border: 0px;
}

.share-bar .button{
  width: auto;
}

#cornwall-guide .newsletter-bar{
  max-width: 50%;
  margin: auto;
}

#cornwall-guide .newsletter-bar .title{
  display: inline-block;
}

.comment-list.travelo-box{
  list-style-type: none;
}

.comment-list.travelo-box .comment-box .button{
  width: auto;
}

.comment-list .comment-box{
  margin-bottom: 30px;
}

.comment-images .thumbnail{
  display: inline-block;
}

#comment-section .post-comment{
  max-width: 98%;
  margin: auto;
}

/* SMALL MOBILES */
@media only screen and (max-width: 380px){
  .title_container h1{
    font-size: 26px;
    text-shadow: 2px 2px 4px #394348;
  }
  .title_container p{
    font-weight: 600;
    text-shadow: 2px 2px 4px #394348;
  }
  .page-intro-container_no-margin .details .button{
    display: none;
  }
  .placesToVisit_topText h3, .placesToVisit_bottomText p{
    text-shadow: 2px 2px 4px #394348;
  }
}

.search-loading-anim {
  max-width: 100%;
}

/* ANIMATIONS */
.list-box .search-loading-anim{
  position: absolute;
  top: 50%;
  left: 40%;
}

.calendar-loading-anim{
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
  z-index: 999999;
  background-color: #fff;
}

.calendar-loading-anim object{
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 40%;
}

.col-lg-4 .modal{
  top: -100dvh;
}

.col-lg-4 .modal.open{
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation: modalSlideDown 1s forwards;
}

@keyframes modalSlideDown{
  from {
    top: -100dvh;
  }
  to {
    top: 0vh;
  }
}

.col-lg-4 .modal.closeModal{
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation: modalSlideUp 1s forwards;
}

@keyframes modalSlideUp{
  from {
    top: 0vh;
  }
  to {
    top: -100dvh;
    opacity: 1;
  }
}

.mobile-menu.open, .destination-modal.open, .modal-on-mobile.open .dropdown-content, .guests-cell.open .dropdown-menu, #photo-gallery-slider-fullscreen.open, .modal.open{
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mobile-menu.closeModal, .destination-modal.closeModal, .modal.closeModal{
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation: fadeOut 0.3s forwards;
}

@keyframes fadeOut{
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* BACK TO TOP BUTTON */
.back-to-top{
  display: none;
  position: fixed;
  left: 20px;
  bottom: 20px;
  color: #00617f;
  font-size: 3rem;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid;
  height: 64px;
  width: 64px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 20%);
  z-index: 999;
}

.back-to-top .glyphicon{
  position: absolute;
  top: 22%;
  left: 25%;
}

/* Memberships and Awards */
.memberships, .membership, .awards, .award{
  display: inline-block;
}

.memberships, .award{
  margin-bottom: 10px;
}

/* mobile close modal gallery button */
#photo-gallery-slider-fullscreen-mobile{
  overflow: hidden;
}

#photo-gallery-slider-fullscreen-mobile .slickSliderModal{
  padding-top: 30px;
}

#photo-gallery-slider-fullscreen-mobile .glyphicon-remove{
  color: #fff;
  position: absolute;
  font-size: 1.5em;
  z-index: 1;
  display: table-cell;
  vertical-align: top;
  right: 0px;
}

@media (min-width: 601px) and (max-width: 768px){
  #photo-gallery-slider-fullscreen-mobile .slickSliderModal{
    margin-top: 0;
    height: 80vh;
  }
}

/* slider thumbnails */
.slickSliderModalThumbnails .slick-track{
  height: 110px;
}
.slickSliderModalThumbnails .slick-current img, .slickSliderModalThumbnails img:hover, .slickSliderModalThumbnails .slick-current .slick-vid-background, .slickSliderModalThumbnails .slick-current .slick-vid-background:hover{
  border: 2px solid #fff;
}
.slickSliderModalThumbnails .slick-vid-background{
  cursor: pointer;
  display: block;
}
.slickSliderModalThumbnails img{
  border: 2px solid #ffffff00;
}
.slickSliderModalThumbnails .slick-dots{
  bottom: 0px !important;
}
.slick-dots li button:before{
  font-size: 8px;
}
.slickSliderModalThumbnails .slick-item img{
  cursor: pointer;
  border-radius: 15px;
  max-width: 100%;
}
.slickSliderModalThumbnails .slick-current{
  cursor: default;
}

@media (min-width: 1200px) {
  .slickSliderModalThumbnails .slick-item{
    visibility: hidden;
  }
  .slickSliderModalThumbnails .slick-item.slick-active{
    visibility: visible;
  }
}

.draft-warning-box{
  background-color: red;
  color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
}

.draft-warning-box a{
  color: #fff;
  text-decoration: underline;
}

/* SEARCH & MENU FIXED POSITION */
.fixedPos{
  position: fixed !important;
  z-index: 1030;
  top: 0px;
  margin-top: 0px !important;
  transition: 0.4s;
}

.fixedPos-wrapper{
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}

.fixedPos .fixedPos-wrapper{
  margin: auto;
  justify-content: space-between;
  position: relative;
}

@media (min-width: 1025px) and (max-width: 1200px){
  .fixedPos .fixedPos-wrapper{
    width: 95%;
    padding: 0px;
  }
}


@media (max-width: 480px){
  .fixedPos .fixedPos-wrapper{
    padding: 0px;
  }
}

@media (max-width: 1024px){
  .buttonsearch{
    margin: 10px auto;
  }
  .searchbutton-container {
    width: 100%;
  }
  .fixedPos:not(.expand) .searchbutton-container {
    display: none;
  }
  .fixedPos .buttonsearch{
    margin: 0px;
  }
  .fixedPos .dropdowngroup, .fixedPos .destinationsearch, .fixedPos .buttonsearch {
    width: 18%;
    margin-bottom: 0px;
  }
  .expand.fixedPos .dropdowngroup, .expand.fixedPos .destinationsearch{
    width: 100%;
    margin-bottom: 20px;
  }
  .expand.fixedPos .buttonsearch{
    margin-bottom: 0px;
    width: 100%;
  }
  .availabilityfilters_container{
    min-height: 200px;
    margin-top: -120px;
    border-radius: 40px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 15px;
    max-height: none;
  }
}

/* CAMPSITE SEARCH FORM */
.search-form-from-campsite{
  animation: slideDownSearch 0.4s reverse;
  opacity: 0;
  position: absolute;
  top: 0;
}

.search-form-from-campsite.search-form-from-campsite_fixed{
  height: 80px;
  position: absolute;
  opacity: 1;
  z-index: 1001;
}

.search-form-from-campsite_fixed .fixedPos{
  left: 0px;
}

.new-site-tag-wrapper{
  padding-left: 0px;
}

.new-site-tag{
  background-color: #ea5b0c;
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: top;
}

.box-title .new-site-tag{
  color: #fff;
  padding: 4px;
  margin-top: 0px;
  vertical-align: middle;
}

@media (max-width: 1199px){
  .search-form-from-campsite{
    display: none;
  }
}

/* STICKY BOOKING MOBILE */
.stickyBookingMobile_menu .mobile-menu-toggle{
  background-color: transparent;
  display: block;
}

.stickyBookingMobile_container{
  display: none;
}

.stickyBookingMobile_reviews{
  min-height: 10px;
}

.stickyBookingMobile_details-wrapper{
  display: table;
  padding-right: 0px;
}

.stickyBookingMobile_details{
  margin-top: 0px;
  vertical-align: middle;
  display: table-cell;
  border: 2px solid #ccc;
  border-radius: 25px;
  background-color: #fff;
  text-align: center;
  height: 32px;
  font-size: 14px;
}

.stickyBookingMobile_details span{
  color: #eee;
}

.sbm_lozenge{
  padding: 5px 4px;
  display: inline-block;
  color: #394348;
  vertical-align: middle;
}

.stickyBookingMobile{
  /* display: block; */
  position: fixed;
  top: 0px;
  z-index: 1000;
  left: 0px;
  box-shadow: 0px 15px 20px #3943481a;
  background-color: white;
  width: 100vw;
}
.stickyBookingMobile_title{
  padding-right: 0px;
}
.stickyBookingMobile_button-wrapper{
  padding-bottom: 0px;
}
.stickyBookingMobile_button{
  padding: 5px;
  height: 32px;
}
.stickyBookingMobile_button small{
  vertical-align: middle;
}
.stickyBookingMobile_container{
  padding: 15px 0px;
  display: none;
  overflow: auto;
}
.stickyBookingMobile_container .inline-title{
  margin-top: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 82%;
  margin-bottom: 8px;
}
.sticky.stickyBookingMobile_container{
  display: block;
  overflow: hidden;
}
.stickyBookingMobile .summaryReviews_count{
  color: #394348;
  text-decoration: underline;
  padding-left: 10px;
}
.summaryReviews{
  margin-bottom: 10px;
}

.stickyBookingMobile_container .row{
  margin: 0px;
}

.arrival-text{
  display: none;
}

.arrival-date{
  display: inline-block;
}


/* LARGE MOBILE */
@media (min-width: 400px){
  .stickyBookingMobile_details{
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 510px){
  .stickyBookingMobile_details-wrapper{
    padding: 0px 5px !important;
  }
}

/* TABLET */
@media (min-width: 480px){
  .stickyBookingMobile_title{
    width: 80%;
    margin-bottom: 10px;
  }
  .stickyBookingMobile_menu{
    width: 20%;
    margin-bottom: 10px;
  }
  .stickyBookingMobile_reviews{
    width: 25%;
    display: table;
    height: 46px;
  }
  .stickyBookingMobile .summaryReviews_count{
    padding-left: 0px;
    display: inline-block;
  }
  .summaryReviews {
    margin-bottom: 0px;
    display: table-cell;
  }
  .stickyBookingMobile_details-wrapper{
    width: 50%;
    padding-right: 15px;
    height: 45px;
  }
  .stickyBookingMobile_button-wrapper{
    width: 25%;
    float: right;
    clear: right;
  }
  .stickyBookingMobile_button{
    height: 45px;
  }
}

@media (min-width: 768px){
  .stickyBookingMobile_container .inline-title{
    font-size: 24px;
  }
  .stickyBookingMobile_details, .stickyBookingMobile_button{
    font-size: 18px;
  }
  .new-site-tag{
    margin-top: 5px;
  }
  .sbm_lozenge{
    width: 29%;
  }
  .expand .form-control-pill .icon{
    margin-right: 15px;
  }
  #destination-wrapper{
    width: 75%;
  }
  .fixedPos .mobile-menu-toggle{
    display: block;
  }
}

@media (min-width: 1025px){
  .fixedPos .searchbutton-container {
    width: 13%;
  }
  :not(fixedPos) .searchbutton-container {
    width: 18%;
  }
  .stickyBookingMobile_container{
    padding: 30px 0px;
    margin: auto;
  }
  .stickyBookingMobile_title{
    margin-bottom: 20px;
    padding-right: 15px;
  }
  .stickyBookingMobile_container .inline-title{
    margin-top: 4px;
    margin-bottom: 0px;
    max-width: 100%;
  }
  .stickyBookingMobile_container .row{
    margin: 0px -15px;
  }
  .new-site-tag{
    margin-top: 6px;
    margin-left: 5px;
  }
  .stickyBookingMobile_menu{
    width: 5%;
    float: right;
    margin-bottom: 20px;
    margin-top: 4px;
  }
  .summaryReviews_rating{
    font-size: 24px;
  }
  .stickyBookingMobile_details-wrapper{
    height: auto;
  }
  .arrival-text{
    display: inline-block;
  }
  .stickyBookingMobile_button-wrapper{
    width: 25%;
  }
  .stickyBookingMobile_button{
    height: auto;
    padding: 10px;
  }
  .sbm_lozenge{
    padding: 10px 4px;
  }
  .stickyBookingMobile_details small, .stickyBookingMobile_button small{
    font-size: 100%;
  }
  .stickyBookingMobile .sticky .summaryReviews_count{
    font-size: 16px;
    padding-left: 5px;
  }
}

/* MOBILE SEARCH */
@media (max-width: 1024px){
  .searchbutton-container {
    width: 100%;
  }
  .fixedPos .arrival-cell, .fixedPos .accommodationsearch_container, .fixedPos .guests-cell, .fixedPos .buttonsearch{
    display: none;
  }
  .fixedPos .destinationsearch{
    width: 85%;
    margin-top: 0px;
  }
  .fixedPos .mobile-menu-toggle{
    display: block;
  }
}

.search-form-wrapper{
  position: relative;
  z-index: 1001;
}

.stickyBookingMobile_reviews, .stickyBookingMobile_details-wrapper, .stickyBookingMobile_button-wrapper{
  min-height: 0px;
}

.stickyBookingMobile_details-wrapper{
  display: none;
}

@media (max-width: 480px){
  .stickyBookingMobile_no-reviews{
    margin-bottom: 10px;
  }
  .availabilityfilters_container{
    padding: 2rem !important;
    margin: 0px;
    margin-top: -260px;
    border-radius: 50px;
    max-height: none;
    justify-content: flex-end;
  }
}
/* SITE PITCHES */
.button-show-avialability{
  width: auto;
  background-color: #ea5b0c;
  color: #fff;
  border: 0px;
}

.pitchBlock .details .box-title{
  display: inline-block;
}

@media (min-width: 480px) and (max-width: 767px){
  .pitch-image, .details, .availabilityButton{
    width: 50% !important;
  }
  .pitchBlock .details .pull-right{
    width: 100%;
  }
  .pitchBlock .details .pull-right .text-right{
    text-align: left;
  }
  .pitchBlock .details .box-title{
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px){
  .pitchBlock .details .pull-right{
    width: 100%;
  }
  .pitchBlock .details .pull-right .text-right{
    text-align: left;
  }
  .fixedPos.expand .fixedPos-wrapper{
    margin: 30px 0px;
  }
}

.fixed-banner-bottom {
  width: 100%;
  position: fixed;
  bottom:0px;
  z-index: 1030;
  height: 90px;
}

.back-to-top.above-banner {
    bottom: 110px;
  }

@media (max-width: 768px) {
  .fixed-banner-bottom {
    height: 100px;
  }

  .back-to-top.above-banner {
    bottom: 120px;
  }
}

@media (min-width: 641px) {
  .dropdown.guests-cell .dropdown-menu, .dropdown.arrival-cell .dropdown-menu {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .dropdown.arrival-cell .dropdown-menu {
    left: 0;
    right: auto;
  }
}




