/* line 2, ../../../scss/search-and-book.scss */
.no_results_warning p {
  color: #666666;
  display: inline-block;
}
/* line 6, ../../../scss/search-and-book.scss */
.no_results_warning div {
  float: right;
  display: inline-block;
}
/* line 10, ../../../scss/search-and-book.scss */
.no_results_warning div .no_result_zoek_button {
  width: 273px;
  float: right;
  display: inline-block;
  background-color: #06C;
  border-color: #06C;
}

/* http://stackoverflow.com/questions/1964839/jquery-please-wait-loading-animation

   Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
/* line 32, ../../../scss/search-and-book.scss */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0) url('/static/search_and_book/images/newvcloader.gif?b416f53d8cd7') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
/* line 48, ../../../scss/search-and-book.scss */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
/* line 54, ../../../scss/search-and-book.scss */
body.loading .modal {
  display: block;
}

/* line 58, ../../../scss/search-and-book.scss */
.datelabel {
  display: block;
  font-size: 0.9em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 58, ../../../scss/search-and-book.scss */
  .datelabel {
    text-align: left;
    display: inline-block;
    width: 30%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 780px) {
  /* line 70, ../../../scss/search-and-book.scss */
  .dateinput {
    float: right;
    padding: 3px;
    width: 60%;
  }
}

/* line 78, ../../../scss/search-and-book.scss */
.dateblock {
  display: inline-block;
  width: 47%;
}
@media only screen and (max-width: 1100px) {
  /* line 78, ../../../scss/search-and-book.scss */
  .dateblock {
    width: 97%;
  }
  /* line 83, ../../../scss/search-and-book.scss */
  .dateblock > label {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 780px) {
  /* line 78, ../../../scss/search-and-book.scss */
  .dateblock {
    width: 100%;
    margin: 0 0 0 10px;
  }
}
/* line 91, ../../../scss/search-and-book.scss */
.dateblock input::placeholder {
  color: #000000;
}

/* line 10, ../../../scss/widgets/base_widget.scss */
#arrival-departure {
  border: none;
  margin-bottom: 10px;
}
/* line 13, ../../../scss/widgets/base_widget.scss */
#arrival-departure input {
  padding: 0;
  font-size: smaller;
}
@media only screen and (max-width: medium downpx) {
  /* line 13, ../../../scss/widgets/base_widget.scss */
  #arrival-departure input {
    display: block;
  }
}
/* line 19, ../../../scss/widgets/base_widget.scss */
#arrival-departure input > label {
  min-width: 75%;
  color: #000000;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-family: "Ropa Sans", sans-serif;
  font-weight: normal;
  margin: auto;
}

/* line 37, ../../../scss/widgets/base_widget.scss */
.filter-menu-item .facetcount:before {
  content: ' [';
}
/* line 40, ../../../scss/widgets/base_widget.scss */
.filter-menu-item .facetcount:after {
  content: ']';
}
/* line 45, ../../../scss/widgets/base_widget.scss */
.filter-menu-item li.level-1 {
  margin-left: 30px;
}

/* line 1, ../../../scss/widgets/search_widget.scss */
.search-and-book-widget-form {
  background-color: transparent;
}

/* line 6, ../../../scss/widgets/search_widget.scss */
.search-and-book-widget-form:not(.search-and-book-widget-form-home-page) #widget-content {
  background-color: #FFCC00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 1, ../../../scss/widgets/region_map.scss */
#region-map-container {
  width: 331px;
  height: 313px;
  display: inline-block;
  left: 340px;
  position: absolute;
}
/* line 8, ../../../scss/widgets/region_map.scss */
#region-map-container #region-map {
  position: absolute;
}
/* line 12, ../../../scss/widgets/region_map.scss */
#region-map-container .region-label {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1px;
  margin: 0px;
  border: 2px solid white;
  color: #333;
  background: rgba(254, 255, 255, 0.5);
  border-radius: 5px;
  font-size: 9px;
  text-decoration: none;
  font-weight: bold;
  z-index: 10;
  cursor: pointer;
  -moz-box-shadow: 3px 3px 4px rgba(30, 30, 30, 0.5);
  -webkit-box-shadow: 3px 3px 4px rgba(30, 30, 30, 0.5);
}
/* line 30, ../../../scss/widgets/region_map.scss */
#region-map-container .region-label.selected {
  background: #feffff;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  z-index: 1001;
  border: 2px solid #1470ce;
  white-space: nowrap;
}
/* line 41, ../../../scss/widgets/region_map.scss */
#region-map-container a {
  position: absolute;
}
/* line 45, ../../../scss/widgets/region_map.scss */
#region-map-container #region-map-close-button {
  z-index: 20;
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 10px;
  cursor: pointer;
  top: 9px;
  right: 8px;
  background: transparent url('/static/vs_theme_2015/images/sluiten.png?b416f53d8cd7') no-repeat 0 0;
}
/* line 58, ../../../scss/widgets/region_map.scss */
#region-map-container #hover-region-name {
  display: block;
  position: absolute;
  height: 20px;
  left: 10px;
  top: 285px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  z-index: 20;
}

/* line 10, ../../../scss/widgets/homepage_widget.scss */
.search-and-book-widget-form-home-page #country-region .selectors > h3, .search-and-book-widget-form-home-page #country-region .selectors .heading-search-and-book {
  display: none;
}
/* line 17, ../../../scss/widgets/homepage_widget.scss */
.search-and-book-widget-form-home-page #widget-content .select-boxes div#mobile-filter-toggle {
  display: none;
}
/* line 22, ../../../scss/widgets/homepage_widget.scss */
.search-and-book-widget-form-home-page #id_accommodation_types input {
  margin-right: 5px;
}

@media only screen and (max-width: 780px) {
  /* line 32, ../../../scss/widgets/homepage_widget.scss */
  .search-and-book-widget-form-lister #widget-content .select-boxes #accordion,
  .search-and-book-widget-form-camping-info #widget-content .select-boxes #accordion {
    display: none;
  }
}
/* line 37, ../../../scss/widgets/homepage_widget.scss */
.search-and-book-widget-form-lister #widget-content .select-boxes #accordion.open,
.search-and-book-widget-form-camping-info #widget-content .select-boxes #accordion.open {
  display: block;
}

@media only screen and (max-width: 780px) {
  /* line 44, ../../../scss/widgets/homepage_widget.scss */
  .camping-page .left-blocks-wrapper {
    display: none;
  }
}

/* line 5, ../../../scss/widgets/last_minutes_widget.scss */
.search-and-book-widget-form-last-minutes .search-button.lastminute h5 {
  text-align: center;
  color: #0066CC;
  font-style: normal;
  width: 80%;
  display: inline-block;
  font-size: 1.15em;
  font-family: "Ropa Sans", sans-serif;
  margin-bottom: 0;
}
/* line 16, ../../../scss/widgets/last_minutes_widget.scss */
.search-and-book-widget-form-last-minutes .search-button.lastminute #search-and-book-submit-button {
  width: 80%;
  white-space: normal;
  line-height: normal;
}

/*# sourceMappingURL=search-and-book.css.map */

@import url('//fonts.googleapis.com/css?family=Ropa+Sans&subset=latin,latin-ext');
/* line 6, ../../../scss/toplist.scss */
.mini-climateinfo {
  margin-top: 0;
}
/* line 8, ../../../scss/toplist.scss */
.mini-climateinfo li {
  list-style: none;
  max-height: 25px;
}
/* line 11, ../../../scss/toplist.scss */
.mini-climateinfo li p.averagetemppermonthtd {
  color: #000000;
  font-size: 0.85em;
  text-align: center;
  margin: 5px;
}
/* line 18, ../../../scss/toplist.scss */
.mini-climateinfo li p {
  margin: 0 30px 0 30px;
}
/* line 21, ../../../scss/toplist.scss */
.mini-climateinfo li p span:first-child {
  font-size: 1.1em;
  display: inline-block;
  width: 50%;
  vertical-align: super;
  color: #808080;
}
/* line 28, ../../../scss/toplist.scss */
.mini-climateinfo li p span.temp {
  font-size: 1.5em;
  display: inline-block;
  line-height: initial;
}
/* line 34, ../../../scss/toplist.scss */
.mini-climateinfo li p span.mini-weathericon {
  width: 29px;
  height: 25px;
  display: inline-block;
}
/* line 40, ../../../scss/toplist.scss */
.mini-climateinfo li p span.wi-large-wb.mini-weathericon {
  background-position: -287px -137px;
  background-size: 1589%;
}
/* line 45, ../../../scss/toplist.scss */
.mini-climateinfo li p span.wi-large-ms.mini-weathericon {
  background-position: -279px -68px;
  background-size: 1550%;
}
/* line 50, ../../../scss/toplist.scss */
.mini-climateinfo li p span.wi-large-so.mini-weathericon {
  background-position: -436px -222px;
  background-size: 1752%;
}

/* line 62, ../../../scss/toplist.scss */
.show_average .bx-controls.bx-has-pager {
  margin-left: 20px;
  margin-top: 10px;
}
/* line 65, ../../../scss/toplist.scss */
.show_average .bx-controls.bx-has-pager .bx-pager.bx-default-pager {
  position: initial;
}
/* line 71, ../../../scss/toplist.scss */
.show_average .bx-controls a:focus,
.show_average .bx-controls a:hover,
.show_average .bx-controls a:active {
  outline: none;
}

/*# sourceMappingURL=toplist.css.map */

/* line 1, ../../../scss/lang_switch.scss */
.ui-corner-all.ui-dialog {
  border-radius: 18px;
}

/* line 5, ../../../scss/lang_switch.scss */
#dialog {
  display: none;
}

/* line 10, ../../../scss/lang_switch.scss */
.country .ui-dialog {
  top: -110px;
  left: -8px;
  padding: .2em;
  outline: 0;
}
/* line 18, ../../../scss/lang_switch.scss */
.country .ui-dialog .ui-widget {
  position: relative;
  top: 70px;
  width: 350px;
}
/* line 24, ../../../scss/lang_switch.scss */
.country .ui-dialog .ui-widget-content a {
  color: #003366;
}
/* line 27, ../../../scss/lang_switch.scss */
.country .ui-dialog .ui-dialog-content {
  border: 0;
  font-size: 13px;
  top: 10px;
  padding-left: 10px;
}
/* line 34, ../../../scss/lang_switch.scss */
.country .ui-dialog .ui-corner-all.ui-front {
  border-radius: 18px;
}
/* line 37, ../../../scss/lang_switch.scss */
.country .ui-dialog .ui-dialog-title {
  float: left;
}
/* line 41, ../../../scss/lang_switch.scss */
.country .row {
  margin-right: -23px;
  margin-left: 15px;
  position: relative;
  padding-bottom: 16px;
  padding-top: 40px;
  padding-left: 5px;
  top: -34px;
}
/* line 50, ../../../scss/lang_switch.scss */
.country ul li {
  padding: 4px;
  border-bottom: #e4e4e4 1px solid;
  list-style: none;
  margin: 0;
}
/* line 57, ../../../scss/lang_switch.scss */
.country .left {
  float: left;
  padding: 10px;
}
/* line 61, ../../../scss/lang_switch.scss */
.country .right {
  float: right;
  padding: 10px;
}
/* line 66, ../../../scss/lang_switch.scss */
.country .country-selector {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  float: none;
  padding: 32px;
  color: #FECB09;
}
/* line 77, ../../../scss/lang_switch.scss */
.country span#text-select {
  float: left;
  padding-right: 20px;
  line-height: normal;
}
/* line 83, ../../../scss/lang_switch.scss */
.country .country-flag {
  background-image: url('/static/lang_switch/images/css-flags.png?b416f53d8cd7');
  height: 19px;
  width: 19px;
  float: left !important;
  padding-right: 25px;
}
/* line 90, ../../../scss/lang_switch.scss */
.country .country-flag.nl-be, .country .country-flag.nl.vlagnr8, .country .country-flag.fr-be, .country .country-flag.fr.vlagnr8 {
  background-position: -240px 0;
}
/* line 93, ../../../scss/lang_switch.scss */
.country .country-flag.it {
  background-position: -120px 0;
}
/* line 96, ../../../scss/lang_switch.scss */
.country .country-flag.hu {
  background-position: -180px 0;
}
/* line 99, ../../../scss/lang_switch.scss */
.country .country-flag.dk {
  background-position: -150px 0;
}
/* line 102, ../../../scss/lang_switch.scss */
.country .country-flag.at, .country .country-flag.de-at {
  background-position: -300px 0;
}
/* line 105, ../../../scss/lang_switch.scss */
.country .country-flag.de {
  background-position: -60px 0;
}
/* line 108, ../../../scss/lang_switch.scss */
.country .country-flag.pl {
  background-position: -210px 0;
}
/* line 111, ../../../scss/lang_switch.scss */
.country .country-flag.fr {
  background-position: -90px 0;
}
/* line 114, ../../../scss/lang_switch.scss */
.country .country-flag.en-gb {
  background-position: -30px 0;
}
/* line 117, ../../../scss/lang_switch.scss */
.country .country-flag.en-ie, .country .country-flag.ie {
  background-position: -270px 0;
}
/* line 120, ../../../scss/lang_switch.scss */
.country .country-flag.nl {
  background-position: -0px 0;
}

/*# sourceMappingURL=lang_switch.css.map */
