@charset "UTF-8";
/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #0061A1;
}
a:hover {
  color: #EB5B25;
  text-decoration: underline;
}

p {
  color: #000;
  margin-bottom: 30px;
}
p i {
  margin-right: 7px;
  color: #EB5B25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0061A1;
  font-weight: 400;
  margin-top: 30px;
  font-family: bree, sans-serif;
  margin-bottom: 20px;
  line-height: 100%;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 15px;
  color: #000;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 15px;
  color: #000;
}

blockquote {
  font-style: italic;
  color: #0061A1;
  font-size: 30px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
blockquote p {
  color: #0061A1;
}

blockquote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #0061A1;
  font-size: 70px;
}

blockquote::after {
  content: "”";
  color: #0061A1;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.btn,
.ha-select__button,
.ha-form-accordion__button,
.offer-button {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #EB5B25;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  font-family: bree, sans-serif;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
}
.btn i,
.ha-select__button i,
.ha-form-accordion__button i,
.offer-button i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}
.btn:hover,
.ha-select__button:hover,
.ha-form-accordion__button:hover,
.offer-button:hover {
  background-color: #0061A1;
  text-decoration: none;
}

.ha-form-accordion__button {
  width: 100%;
  margin-bottom: 15px;
}

.ha-select__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.alignright {
  margin: 20px;
  float: right;
}

.alignleft {
  margin: 20px;
  float: left;
}

.container-fluid {
  padding: 0;
}

.margin-container {
  margin: 50px 0;
}

.text-center {
  text-align: center;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-center {
  text-align: center;
}

table {
  margin-bottom: 30px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .datepicker {
    transform: scale(1.5);
    top: 170px;
    left: 180px;
    z-index: 99;
  }
}
.admin-bar header {
  top: 32px;
}

.hide {
  display: none !important;
}

.tooltip {
  position: absolute;
  border-radius: 5px;
  color: #fff;
  padding: 0 15px;
  height: 31px;
  display: flex;
  align-items: center;
  top: 0;
  width: 96%;
  justify-content: center;
  opacity: 0.9;
  transform: translateY(-10%);
  transition: 230ms ease all;
}
.tooltip.active {
  transform: translateY(0);
  display: block !important;
}

@media (max-width: 992px) {
  .page-template-page-boeken .container {
    max-width: 99%;
  }
}

.ha-form-switch {
  width: 130px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #c2c2c2;
  text-align: center;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: 300ms ease-in-out all;
}
@media (max-width: 576px) {
  .ha-form-switch {
    width: 100%;
  }
}
.ha-form-switch.is-active {
  background-color: #b1f5b5;
}
.ha-form-switch.is-active .inner {
  left: calc(100% - 5px);
  transform: translate(-100%);
}
.ha-form-switch.is-active .text-container span:first-child {
  display: block;
}
.ha-form-switch.is-active .text-container span:last-child {
  display: none;
}
.ha-form-switch .inner {
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 25px;
  background: #fff;
  top: 5px;
  left: 5px;
  transition: 300ms ease-in-out all;
}
.ha-form-switch .text-container span {
  transition: 300ms ease-in-out all;
}
.ha-form-switch .text-container span:first-child {
  display: none;
  font-weight: bold;
}
.ha-form-switch input {
  display: none;
}

.ha-booking-payment-content {
  text-align: center;
  padding: 0 0 25px;
}

.main-nav {
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .main-nav {
    float: none;
    background-color: #fff;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .main-nav {
    top: 59px;
    top: 0px;
    margin-top: 0;
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .main-nav.is-open {
    display: block;
  }
}
.main-nav ul {
  padding: 0;
  text-align: right;
  display: inline-block;
  float: left;
  margin: 0;
}
@media (max-width: 992px) {
  .main-nav ul {
    text-align: left;
    width: 100%;
    border-bottom: 3px solid #EB5B25;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.59);
  }
}
.main-nav ul li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .main-nav ul li {
    display: block;
    padding: 0px 10px;
  }
}
.main-nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #0061A1;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0px 10px;
  margin-bottom: 0;
}
.main-nav ul li a:hover {
  color: #EB5B25;
}
.main-nav ul li.login-btn {
  background-color: #CCDFEC;
}
@media (min-width: 992px) {
  .main-nav ul li.login-btn {
    display: none;
  }
}
.main-nav ul li.login-btn a {
  padding-right: 0;
}
@media (max-width: 992px) {
  .main-nav ul li.login-btn a:before {
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 5px;
  }
}
.main-nav ul li.current-menu-item a, .main-nav ul li.current-menu-ancestor a {
  color: #EB5B25;
  text-decoration: none;
}
.main-nav ul li.current_page_parent .sub-menu .current-menu-item a {
  color: #EB5B25 !important;
  border: none;
}
.main-nav ul li.current_page_parent .sub-menu .current-menu-item a:hover {
  color: #fff !important;
}
@media (min-width: 992px) {
  .main-nav ul li.wpml-ls-item {
    display: none;
  }
}
.main-nav ul li.menu-item-has-children {
  position: relative;
}
.main-nav ul li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 99;
  width: 100%;
  min-width: 280px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media (max-width: 1199px) {
  .main-nav ul li.menu-item-has-children .sub-menu {
    top: 75px;
  }
}
.main-nav ul li.menu-item-has-children .sub-menu li {
  float: none;
  display: block;
  margin: 0;
}
.main-nav ul li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 3px 20px;
  color: #0061A1;
  font-size: 15px;
  border: none;
}
.main-nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  background-color: #EB5B25;
  border: none;
}
@media (max-width: 992px) {
  .main-nav ul li.menu-item-has-children .sub-menu {
    display: block;
    position: unset;
    width: 100%;
    min-width: none;
    background-color: transparent;
    padding: 0;
  }
}
.main-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 1199px) {
  .main-nav ul li a {
    font-size: 14px;
    padding: 10px 5px;
  }
}
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
}

.owl-carousel-slider {
  position: relative;
  z-index: -2;
  display: block;
}

.slider-wrap {
  position: relative;
}
.slider-wrap .slide {
  position: relative;
  max-height: calc(100vh - 132px);
}
.slider-wrap .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .slider-wrap .slide img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.slider-wrap .slide .slide-caption {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .slider-wrap .slide .slide-caption {
    width: 100%;
    transform: translate(0%, -50%);
  }
}
.slider-wrap .slide .slide-caption .slide-caption-content {
  z-index: 1;
  width: 100%;
  padding: 0px;
}
@media (max-width: 1199px) {
  .slider-wrap .slide .slide-caption .slide-caption-content {
    padding: 30px 50px;
  }
}
@media (max-width: 576px) {
  .slider-wrap .slide .slide-caption .slide-caption-content {
    padding: 30px 20px;
  }
}
.slider-wrap .slide .slide-caption .slide-caption-content span {
  font-size: 64px;
  line-height: 70px;
  font-weight: 400;
  font-family: bree, sans-serif;
  margin-bottom: 20px;
  color: #0061A1;
  background-color: #fff;
  padding: 10px 20px;
  display: inline-block;
  clear: both;
}
.slider-wrap .slide .slide-caption .slide-caption-content span b {
  font-weight: bold;
}
@media (max-width: 1500px) {
  .slider-wrap .slide .slide-caption .slide-caption-content span {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (max-width: 1199px) {
  .slider-wrap .slide .slide-caption .slide-caption-content span {
    font-size: 26px;
    line-height: 32px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .slider-wrap .slide .slide-caption .slide-caption-content span {
    font-size: 24px;
    line-height: 28px;
  }
}
.slider-wrap .slide .slide-caption .slide-caption-content p {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0;
}
@media (max-width: 1500px) {
  .slider-wrap .slide .slide-caption .slide-caption-content p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .slider-wrap .slide .slide-caption .slide-caption-content p {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .slider-wrap .slide .slide-caption .slide-caption-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.slider-wrap .slide .slide-caption .slide-caption-content .btn {
  margin-top: 30px;
}
@media (max-width: 1500px) {
  .slider-wrap .slide .slide-caption .slide-caption-content .btn {
    margin-top: 20px;
    padding: 10px 25px;
  }
}
@media (max-width: 1199px) {
  .slider-wrap .slide .slide-caption .slide-caption-content .btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .slider-wrap .slide .slide-caption .slide-caption-content {
    text-align: center;
  }
}

section.deals .owl-carousel .owl-nav {
  display: inline-block;
  margin: 0 auto;
}
section.deals .owl-carousel .owl-nav button {
  margin-right: 20px;
  margin-top: 20px;
  font-size: 50px;
}
section.deals .item {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
section.deals .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 400ms ease all;
}
section.deals .item:hover:after {
  opacity: 1;
}
section.deals .item:hover .btn {
  background-color: #0061A1;
}
section.deals .item img {
  position: relative;
  z-index: 0;
  aspect-ratio: 3/1.7;
}
section.deals .item .item-content {
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
section.deals .item .item-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
}
section.deals .item .item-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}
section.deals .item .item-content a {
  color: #EB5B25;
  text-decoration: none;
}
section.deals .item .item-content a:hover {
  color: #0061A1;
  text-decoration: underline;
}
section.deals .item .item-content .btn {
  padding: 5px 20px;
  font-size: 14px;
  margin-top: 25px;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: 500;
  float: right;
  position: absolute;
  bottom: 0;
  right: 13px;
}
@media (max-width: 768px) {
  section.deals .owl-stage-outer {
    overflow: hidden;
  }
}

.block-gallery .all {
  width: 100%;
  height: auto;
  display: inline-block;
}
.block-gallery .all .slider-one .owl-dots {
  display: none;
}
.block-gallery .all .slider-one .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.block-gallery .all .slider-one .owl-nav .owl-prev,
.block-gallery .all .slider-one .owl-nav .owl-next {
  color: #fff;
  font-size: 40px;
  height: 40px;
  width: 40px;
  background-color: #0061A1;
  padding: 20px;
  outline: none;
  border: none;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
}
.block-gallery .all .slider-one .owl-nav .owl-prev span,
.block-gallery .all .slider-one .owl-nav .owl-next span {
  vertical-align: super;
}
.block-gallery .all .slider-one .owl-nav .owl-prev.disabled,
.block-gallery .all .slider-one .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.block-gallery .all .slider-one .owl-nav .owl-prev {
  float: left;
  margin-left: 15px;
}
.block-gallery .all .slider-one .owl-nav .owl-next {
  float: right;
  margin-right: 15px;
}
.block-gallery .all .slider-one {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}
.block-gallery .all .slider-one:hover .left {
  visibility: visible;
  opacity: 1;
  left: 20px;
}
.block-gallery .all .slider-one:hover .right {
  visibility: visible;
  opacity: 1;
  right: 20px;
}
.block-gallery .all .slider-one .item-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.block-gallery .all .slider-two .owl-nav,
.block-gallery .all .slider-two .owl-dots {
  display: none;
}
.block-gallery .all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}
.block-gallery .all .slider-two .item {
  transition: all ease 0.25s;
  height: 90px;
  cursor: pointer;
  background: no-repeat url("") center center;
  background-size: cover;
  opacity: 0.7;
}
.block-gallery .all .slider-two .item:hover {
  opacity: 1;
}
.block-gallery .all .slider-two .owl-stage {
  padding: 20px 0;
}

.hamburger {
  display: none;
  padding: 10px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
}
@media (max-width: 992px) {
  .hamburger {
    display: inline-block;
    margin-right: 20px;
    width: 90px;
  }
}
@media (max-width: 768px) {
  .hamburger {
    margin-right: 10px;
    padding: 10px 5px 10px;
  }
}
@media (max-width: 576px) {
  .hamburger {
    margin-right: -10px;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-box span {
  color: #EB5B25;
  font-size: 14px;
  margin-right: -5px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
@media (max-width: 992px) {
  .hamburger-inner {
    top: 70%;
    right: -50px;
  }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #EB5B25;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#bookings-select-date-module-form {
  display: flex;
  align-items: center;
  padding: 33px;
  position: relative;
}
#bookings-select-date-module-form .form-group {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
#bookings-select-date-module-form .form-group input {
  margin: 0;
  padding: 15px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 992px) {
  #bookings-select-date-module-form .form-group .datepicker {
    width: 100%;
    left: 0;
    top: 0;
  }
}
#bookings-select-date-module-form textarea,
#bookings-select-date-module-form select,
#bookings-select-date-module-form input.text,
#bookings-select-date-module-form input[type=text],
#bookings-select-date-module-form input[type=button],
#bookings-select-date-module-form input[type=submit],
#bookings-select-date-module-form .input-checkbox {
  -webkit-appearance: none;
}
#bookings-select-date-module-form select {
  background-color: #fff;
}
#bookings-select-date-module-form .btn {
  border: 2px solid #EB5B25;
}
#bookings-select-date-module-form .booking-widget-calendar-periods {
  background-color: #fff;
  margin-top: 0;
}

.bookings-module .steps {
  padding: 25px;
  background-color: #CCDFEC;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .bookings-module .steps {
    display: block;
  }
}
.bookings-module .steps .step {
  border: 1px solid #0061A1;
  color: #0061A1;
  padding: 10px 25px;
  margin: 0 5px;
}
.bookings-module .steps .step.active {
  background-color: #0061A1;
  color: #CCDFEC;
}
.bookings-module .current-step {
  background-color: #CCDFEC;
  padding: 25px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .bookings-module .current-step {
    margin-bottom: 50px;
    font-size: 14px;
  }
}
.bookings-module .current-step h2 {
  margin-top: 0;
  padding: 0 15px;
}
.bookings-module .current-step .form-group {
  padding: 0 15px;
}
.bookings-module .current-step .form-group.has-error .error.message {
  display: block;
}
.bookings-module .current-step .form-group .has-error .error.message {
  display: block;
}
.bookings-module .current-step .form-group .btn.alt {
  border: 0;
  float: left;
  background-color: #f2f2f2;
  color: #616161 !important;
}
@media (max-width: 576px) {
  .bookings-module .current-step .form-group .btn.alt {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
.bookings-module .current-step .form-group .btn {
  border: 0;
  float: right;
}
@media (max-width: 576px) {
  .bookings-module .current-step .form-group .btn {
    float: none;
    display: block;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .bookings-module .current-step .form-group .btn.alt {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
}
.bookings-module .current-step .form-group .btn[disabled] {
  opacity: 0.6;
  border: 0;
  background-color: #f2f2f2;
  color: #616161 !important;
  cursor: not-allowed;
}
.bookings-module .current-step .form-group input[type=text] {
  text-transform: none;
}
.bookings-module .current-step .form-group .required {
  color: Red;
}
.bookings-module .current-step .form-group .error.message {
  margin-top: -15px;
  display: block;
  color: red;
  font-style: italic;
  font-size: 12px;
  display: none;
}
.bookings-module .current-step .form-group .error.message.normal {
  margin-top: 0;
}
.bookings-module .current-step .form-grouped {
  display: flex;
}
@media (max-width: 768px) {
  .bookings-module .current-step .form-grouped {
    display: block;
  }
}
.bookings-module .current-step .form-grouped .form-group {
  padding: 0 15px;
  width: 100%;
}
.bookings-module .current-step .form-grouped .form-group select {
  display: block;
  padding: 9px;
  width: 100%;
}
.bookings-module .current-step .form-grouped .form-group [readonly] {
  opacity: 0.9;
}
.bookings-module .current-step .form-groated:after {
  content: "";
  display: table;
  clear: both;
}
.bookings-module .current-step .form-groated .form-group {
  float: left;
  width: 33.3333333333%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bookings-module .current-step .form-groated .form-group {
    width: 100%;
  }
}
.bookings-module .current-step table {
  width: 100%;
  margin-top: 25px;
}
.bookings-module .current-step table thead tr th {
  padding: 15px;
  background-color: #ccdfed;
}
.bookings-module .current-step table tr:nth-child(even) {
  background-color: #eee;
}
.bookings-module .current-step table tr td {
  padding: 15px;
}
.bookings-module .current-step table tr td .btn {
  padding: 5px 35px;
}
.bookings-module .current-prices {
  background-color: #fff;
  padding: 25px;
  position: relative;
}
@media (max-width: 1199px) {
  .bookings-module .current-prices {
    margin-top: 30px;
  }
}
.bookings-module .current-prices h2 {
  margin-top: 0;
}
.bookings-module .current-prices .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
}
.bookings-module .current-prices ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bookings-module .current-prices ul li {
  margin: 0;
  padding: 15px;
  border-bottom: 1px dashed #CCDFEC;
}
.bookings-module .current-prices ul li.facility {
  padding: 0 15px;
  border-bottom: 0;
  font-size: 12px;
}
.bookings-module .current-prices ul li.facility:last-of-type {
  border-bottom: 1px dashed #CCDFEC;
}
.bookings-module .current-prices ul li h3 {
  margin: 15px 0;
  font-size: 20px;
}
.bookings-module .current-prices ul li p {
  margin: 0;
  display: flex;
  align-items: center;
}
.bookings-module .current-prices ul li p span:first-of-type {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 50%;
  width: 100%;
}
@media (max-width: 500px) {
  .bookings-module .current-prices ul li p span:first-of-type {
    max-width: 70%;
  }
}
.bookings-module .current-prices ul li p span:last-of-type {
  display: inline-block;
  margin-left: auto;
}
.bookings-module .order-overview {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 25px;
}
.bookings-module .order-overview .table-row {
  padding: 15px;
  border-bottom: 1px dashed #CCDFEC;
}
.bookings-module .order-overview .table-row .table-cell:first-of-type {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  max-width: 50%;
}
@media (max-width: 576px) {
  .bookings-module .order-overview .table-row .table-cell:first-of-type {
    font-weight: bold;
  }
}
.bookings-module .order-overview .table-row .table-cell:last-of-type {
  display: inline-block;
  float: right;
}
@media (max-width: 576px) {
  .bookings-module .order-overview .table-row .table-cell {
    max-width: 100% !important;
    float: none !important;
    display: block !important;
  }
}

.notice {
  border: 0;
  color: grey;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.notice i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  width: 75px;
  height: 100%;
  background-color: grey;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice .content {
  margin-left: 75px;
  padding: 25px;
}
.notice h4 {
  color: #2f2f2f;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
}
.notice p {
  color: #2f2f2f;
  margin: 0;
}

.notice.info {
  background-color: #4488ab;
}
.notice.info i {
  background-color: #32647d;
}

.notice.success {
  background-color: #67a933;
}
.notice.success i {
  background-color: #4d7d1e;
}

.notice.error {
  background-color: #ee6645;
}
.notice.error i {
  background-color: #ae4b30;
}

@media (max-width: 992px) {
  table.responsive thead {
    display: none;
  }
  table.responsive tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.responsive tr td {
    display: block;
    width: 100%;
    text-align: left;
  }
  table.responsive tr td:first-child {
    font-weight: bold;
    font-size: 23px;
    padding: 25px 25px 0;
  }
  table.responsive tr td:nth-child(2) {
    font-weight: 100;
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  table.responsive tr td:nth-child(3) {
    font-weight: 500;
    font-size: 18px;
    padding: 0 0 0 25px;
  }
}
@media (min-width: 1199px) {
  .show-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hide-mobile {
    display: none;
  }
}
.datepicker__month-day--valid:not(.datepicker__month-day--selected) {
  background-color: limegreen;
  color: #fff;
  transition: 230ms ease all;
}
.datepicker__month-day--valid:not(.datepicker__month-day--selected):hover {
  opacity: 0.8;
}

.datepicker__month-day--today {
  background-color: purple !important;
}

.bookings-module .subtitle {
  font-size: 13px;
  margin: -15px 0 15px 15px;
  color: darkgrey;
}

.discount-label {
  margin-top: -8px;
  font-size: 13px;
  display: block;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  color: #ccc;
  font-style: italic;
}

.discount-price {
  text-decoration: line-through;
  margin-left: auto;
  font-style: italic;
  margin-right: -38px;
  font-size: 14px;
  color: #ccc;
  text-decoration: line-through;
}

.datepicker__month-day--today {
  background-color: #0061A1 !important;
}

.datepicker__month-day--day-of-week-arrangement {
  background-color: purple !important;
}

.datepicker__month-day--first-day-selected {
  background-color: #746bfd !important;
}

.page-template-page-boeken .booking-search {
  display: none;
}

.page-template-page-boeken .no-image {
  padding-top: 50px;
  display: block;
}
.page-template-page-boeken .no-image > * {
  display: none;
}

.ui-datepicker-header a {
  background-color: #EB5B25;
  border-color: #EB5B25;
  margin: 2px 0 0 2px;
}

.booking-widget {
  margin-bottom: 50px;
}
.booking-widget.datepicker-only {
  display: none;
  position: absolute;
  top: 0;
  transform: translateY(88px) translateX(15px);
}
@media (max-width: 768px) {
  .booking-widget.datepicker-only {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .booking-widget.datepicker-only .ui-datepicker {
    width: calc(100% - 30px) !important;
  }
}
@media (max-width: 576px) {
  .booking-widget.datepicker-only .ui-datepicker-group {
    width: 100%;
  }
}
.booking-widget .well.booking-widget-levels:after {
  content: "";
  clear: both;
  display: block;
}
.booking-widget:after {
  content: "";
  clear: both;
  display: block;
}
.booking-widget .no-result {
  padding: 0 25px;
  text-align: center;
  margin-bottom: 25px;
  display: none;
}
@media (max-width: 768px) {
  .booking-widget .booking-refine,
  .booking-widget .booking-overview {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .booking-widget .booking-overview {
    display: none;
  }
}
.booking-widget .booking-widget-levels .booking-widget-searcher {
  width: 15%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .booking-widget .booking-widget-levels .booking-widget-searcher {
    width: 100% !important;
    margin-bottom: 25px !important;
  }
}
.booking-widget .booking-widget-levels .booking-widget-searcher .booking-widget-searcher-result {
  background-color: #f2f2f2;
  padding: 25px;
  width: 100%;
}
.booking-widget .booking-widget-levels .booking-widget-searcher .booking-widget-searcher-result .datepicker {
  transform: scale(1);
  position: static;
}
.booking-widget .booking-widget-levels .booking-widget-pricetable {
  max-width: 63%;
  float: left;
  width: 100%;
  margin-left: 1%;
}
@media (max-width: 768px) {
  .booking-widget .booking-widget-levels .booking-widget-pricetable {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 25px;
    order: unset !important;
  }
}
.booking-widget .booking-widget-levels .booking-widget-pricetable ul {
  display: flex;
}
.booking-widget .booking-widget-levels .booking-widget-pricetable ul li {
  width: auto !important;
  margin: 0;
}
.booking-widget .booking-widget-levels .booking-widget-pricetable ul li .ha-widget-pt-date__date {
  font-size: 13px;
}
.booking-widget .booking-widget-levels .ha-searcher__criteria-filter {
  display: none;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result {
  float: right;
  max-width: 20%;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .booking-widget .booking-widget-levels .booking-widget-levels-result {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .photo {
  display: none;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .information {
  margin: 0;
  width: 100%;
  max-width: 100%;
  flex: unset;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .information h2 {
  margin: 15px 30px;
  font-size: 20px;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .information h2:nth-child(2) {
  font-size: 18px;
  color: #ccc;
  font-style: italic;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .availability {
  margin: 0 30px;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .availability > div {
  margin-bottom: 10px;
  font-weight: bold;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .availability > div span {
  float: right;
  font-weight: normal;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .col-sm-4 {
  max-width: 100%;
  flex: unset;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .col-sm-4 button {
  padding: 1px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #EB5B25;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  font-family: bree, sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .col-sm-4 button i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}
.booking-widget .booking-widget-levels .booking-widget-levels-result .col-sm-4 button:hover {
  background-color: #0061A1;
  text-decoration: none;
}
.booking-widget .booking-widget-levels .ha-widget-pt-slider .ha-pt-selected__arrival .ha-widget-pt-date-row {
  background-color: #EB5B25;
  transform: scale(1);
}
.booking-widget .booking-widget-levels .ha-widget-pt-slider .ha-widget-pt-date__list li:not(.ha-not-available) {
  transition: 230ms ease all;
}
.booking-widget .booking-widget-levels .ha-widget-pt-slider .ha-widget-pt-date__list li:not(.ha-not-available):hover, .booking-widget .booking-widget-levels .ha-widget-pt-slider .ha-widget-pt-date__list li:not(.ha-not-available).ha-widget-pt-option.ha-pt-selected:not(.ha-not-available) {
  background-color: #EB5B25;
  transform: none;
}
.booking-widget .booking-widget-levels .ha-widget-pt-slider .ha-widget-pt-date__list li:not(.ha-not-available):hover p, .booking-widget .booking-widget-levels .ha-widget-pt-slider .ha-widget-pt-date__list li:not(.ha-not-available).ha-widget-pt-option.ha-pt-selected:not(.ha-not-available) p {
  color: #fff !important;
}
.booking-widget .booking-widget-levels .ha-widget-pt-date-row {
  background-color: #CCDFEC;
}
.booking-widget .booking-widget-levels .booking-widget-datepicker-periods {
  display: none !important;
}
.booking-widget .booking-widget-levels form table tr td {
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .booking-widget .booking-widget-levels .ha-widget-pt-price__price {
    font-size: 15px;
  }
}
.booking-widget .booking-widget-levels .ha-searcher__item {
  margin-bottom: 15px;
}
.booking-widget .booking-widget-levels .ha-searcher__item .ha-searcher__item-field {
  position: relative;
}
.booking-widget .booking-widget-levels .ha-searcher__item .ha-searcher__item-field select,
.booking-widget .booking-widget-levels .ha-searcher__item .ha-searcher__item-field input {
  padding: 5px;
  font-size: 13px;
}
.booking-widget .booking-widget-levels .ha-searcher__item .ui-datepicker-trigger {
  position: absolute;
  top: 5px;
  right: 5px;
}
.booking-widget .booking-widget-levels .booking-widget-reservation-result .full-width tbody tr td {
  padding: 5px;
}
.booking-widget .ha-widget-pt-option,
.booking-widget .ha-widget-pt-duration-row {
  flex: 1 1 75px !important;
  font-size: 18px;
}
.booking-widget .ha-widget-pt-option.ha-empty-cell,
.booking-widget .ha-widget-pt-duration-row.ha-empty-cell {
  flex: 1 1 75px !important;
}
.booking-widget .ha-widget-pt {
  overflow: visible;
  background-color: #CCDFEC;
}
.booking-widget .ha-widget-pt .rotr__controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 50px;
  transform: translateY(100%);
}
.booking-widget .ha-widget-pt .rotr__controls button {
  background-color: transparent;
  padding-top: 50px;
}
.booking-widget .ha-widget-pt .ha-widget-pt-duration__shorter {
  top: 15px;
}
.booking-widget .ha-widget-pt .ha-widget-pt-duration__longer {
  bottom: 0;
}
.booking-widget .booking-widget-quicksearch [name=level] {
  display: none;
}
.booking-widget .booking-widget-quicksearch .datepicker {
  position: static;
  transform: none;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-header {
  background-color: #0061A1;
  color: #fff;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-inline {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.booking-widget .booking-widget-datepicker .booking-widget-datepicker-periods {
  display: none;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar thead tr td,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar thead tr td a,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar thead tr th,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar thead tr th a,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td a,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr th,
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr th a {
  text-align: center;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td a {
  background-color: green;
  border-color: green;
  color: #fff;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td a:hover {
  opacity: 0.6;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td.cal-selected-arrival a, .booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td.cal-selected a {
  background-color: #EB5B25;
  border-color: #EB5B25;
}
.booking-widget .booking-widget-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable span {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
@media (max-width: 1199px) {
  .booking-widget .booking-widget-levels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .booking-widget .booking-widget-levels .booking-widget-searcher {
    width: 49%;
  }
  .booking-widget .booking-widget-levels .booking-widget-pricetable {
    max-width: 100%;
    margin-left: 0;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
    order: 1;
  }
  .booking-widget .booking-widget-levels .booking-widget-levels-result {
    max-width: 49%;
  }
  .booking-widget .booking-widget-levels .booking-widget-levels-result .btn {
    width: 100%;
    text-align: center;
  }
}
.booking-widget .datepicker-period {
  display: none;
}
@media (max-width: 768px) {
  .booking-widget .btn {
    font-size: 12px;
  }
}
.booking-widget .booking-widget-reservation-loader {
  display: none;
}
.booking-widget .booking-widget-reservation-result section {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.booking-widget .booking-widget-reservation-result section.ha-select--objecttype {
  display: none;
}
.booking-widget .booking-widget-reservation-result section .ha-select__header {
  background-color: #ccdfec;
  padding: 15px;
}
.booking-widget .booking-widget-reservation-result section .ha-select__header h2,
.booking-widget .booking-widget-reservation-result section .ha-select__header h3 {
  margin: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content {
  padding: 25px;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content .ha-booking-view-period {
  margin: 0 auto;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content .ha-booking-view-period li {
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content .ha-booking-view-period li > span {
  display: flex;
  align-items: center;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content .ha-booking-view-period li > span span:nth-child(2) {
  margin-left: auto;
  margin-right: 5px;
  font-size: 16px;
  color: grey;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content .ha-booking-view-period li > span span:last-child {
  font-size: 18px;
  font-weight: bold;
}
.booking-widget .booking-widget-reservation-result section .ha-select__content .ha-form-accordion__content {
  margin-left: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field.input-focus label, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.input-filled label, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.has-select label {
  font-size: 12px;
  top: 0;
  background-color: #fff;
  opacity: 1;
  padding: 0 5px;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__voornaam, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__tussenvoegsel, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__achternaam, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__geboortedatum {
  margin-right: 1%;
  width: 32.3%;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__straat {
  width: 65.6%;
  margin-right: 1%;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__achternaam, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__huisnummer, .booking-widget .booking-widget-reservation-result section .ha-form-input-field.ha-form-input-field__geboortedatum-year {
  width: 33.3%;
  margin-right: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  opacity: 0.6;
  transition: 300ms ease;
  max-width: calc(100% - 15px);
  overflow: hidden;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field input {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  border: 1px #CCC solid;
  border-radius: 0;
  text-transform: none;
}
.booking-widget .booking-widget-reservation-result section .ha-form-input-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  border: 1px #CCC solid;
  border-radius: 0;
  text-transform: none;
  background-color: #fff;
  color: #000;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li {
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li[data-article="5454"] .hm-form-spinner__label {
  width: 100% !important;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li button {
  transform: translate(0, 0%);
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #EB5B25;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-family: bree, sans-serif;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li button:hover {
  color: #fff !important;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li button[disabled] {
  background-color: #f2f2f2;
  color: #666 !important;
  opacity: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li button[data-spinner-action="+"] {
  left: unset;
  right: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li input {
  margin: 0;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-article__price {
    display: none;
  }
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner,
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno {
    flex-wrap: wrap;
  }
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .ha-article__price,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .ha-article__price {
  margin-right: 15px;
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .ha-article__price,
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .ha-article__price {
    margin-right: 0;
    width: 20%;
    text-align: right;
    margin-right: 0;
  }
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .hm-form-spinner__label,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .hm-form-spinner__label {
  order: 0;
  font-weight: bold;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .hm-form-spinner__label,
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .hm-form-spinner__label {
    font-size: 16px !important;
    line-height: 26px;
  }
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .hm-form-spinner__cmd--decr,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .hm-form-spinner__cmd--decr {
  order: 2;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner input,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno input {
  order: 3;
  width: 50px;
  text-align: center;
  border: 0;
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner input,
  .booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno input {
    width: calc(100% - 80px);
  }
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .hm-form-spinner__cmd--incr,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .hm-form-spinner__cmd--incr {
  order: 4;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .ha-form-yesno__label,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .ha-form-yesno__label {
  height: 51px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .ha-form-yesno__label + .ha-article__price,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .ha-form-yesno__label + .ha-article__price {
  margin-right: 15px;
  margin-left: auto;
}
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .hm-form-spinner .ha-form-yesno__label + .ha-form-switch,
.booking-widget .booking-widget-reservation-result section .ha-form-options-list li .ha-form-yesno .ha-form-yesno__label + .ha-form-switch {
  margin-left: auto;
}
.booking-widget .booking-widget-reservation-result section .ha-pricelist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}
.booking-widget .booking-widget-reservation-result section .ha-pricelist li span:last-child {
  font-weight: bold;
}
.booking-widget .booking-widget-reservation-result section .ha-form-accordion {
  position: relative;
}
.booking-widget .booking-widget-reservation-result section .ha-form-accordion__button {
  background-color: #ccdfec;
}
.booking-widget .booking-widget-reservation-result section .ha-form-accordion__button .ha-form-accordion__count,
.booking-widget .booking-widget-reservation-result section .ha-select__button .ha-form-accordion__count {
  width: 30px;
  display: inline-flex;
  justify-content: center;
  background: #eb5b25;
  color: #fff;
  border-radius: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.booking-widget .booking-widget-reservation-result section li.ha-booking-view-partylist__category {
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-widget .booking-widget-reservation-result section .ha-msg {
  display: flex;
  align-items: center;
}
.booking-widget .booking-widget-reservation-result section .ha-msg svg {
  width: 25px;
}
.booking-widget .booking-widget-reservation-result section .ha-msg p {
  margin: 0 0 0 15px;
}
.booking-widget .booking-widget-receipt {
  position: sticky;
  top: 167px;
}
.booking-widget .booking-widget-receipt .ha-content > h2 {
  background-color: #ccdfec;
  padding: 15px;
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.booking-widget .booking-widget-receipt .ha-content section {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  padding: 25px;
  border-radius: 0 0 5px 5px;
}
.booking-widget .booking-widget-receipt .ha-content section header h2,
.booking-widget .booking-widget-receipt .ha-content section header h3 {
  margin: 0 0 15px;
  font-size: 20px;
}
.booking-widget .booking-widget-receipt .ha-content section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-booking-view-period {
  margin: 0 auto;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-booking-view-period li {
  margin: 0;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-booking-view-period li > span {
  display: flex;
  align-items: center;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-booking-view-period li > span span:nth-child(2) {
  margin-left: auto;
  margin-right: 5px;
  font-size: 16px;
  color: grey;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-booking-view-period li > span span:last-child {
  font-size: 18px;
  font-weight: bold;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-pricelist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}
.booking-widget .booking-widget-receipt .ha-content section .ha-pricelist li span:last-child {
  font-weight: bold;
}
@media (min-width: 992px) {
  .booking-widget .booking-widget-calendar {
    scale: 0.7;
    transform-origin: top left;
    width: 940px;
  }
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-calendar .calentim-container-mobile .calentim-day span {
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .booking-widget .booking-widget-calendar .calentim-container-mobile .calentim-day span span {
    font-size: 12px;
  }
}
.booking-widget .ha-select__buttons-desc {
  text-align: center;
}
.booking-widget .ha-form-options-list.ha-booking-edit-overview-list {
  width: 100%;
  background-color: #f5f5f5;
  padding: 1em !important;
  box-sizing: border-box;
}
.booking-widget .ha-form-checkbox input {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 0.5em !important;
}
.booking-widget .ha-form-checkbox__field {
  display: none;
}
@media (min-width: 992px) {
  .booking-widget .ha-select--summary .ha-select__header,
  .booking-widget .ha-select--summary .ha-select__header + .ha-select__content {
    display: none;
  }
}
.booking-widget .ha-select--summary .ha-select__view .ha-select__buttons {
  padding: 0;
}
.booking-widget .ha-select--summary .ha-select__buttons {
  margin: 0;
  padding: 25px;
}
.booking-widget .booking-widget-calendar-periods {
  display: flex;
  margin: 1em 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 1em;
  border-radius: 5px;
  flex-wrap: wrap;
}
.booking-widget .booking-widget-calendar-periods .datepicker-period {
  display: block;
  width: 100%;
}
.booking-widget .booking-widget-calendar-periods .departure {
  white-space: nowrap;
}
.booking-widget .booking-widget-calendar-periods span {
  font-weight: bold;
}
.booking-widget .booking-widget-calendar-periods .nrOfNights {
  opacity: 0;
}
.booking-widget .booking-widget-calendar-periods .total-price {
  font-size: 30px;
  margin-top: -15px;
  text-align: right;
}
@media (max-width: 992px) {
  .booking-widget .booking-widget-calendar-periods .total-price {
    white-space: nowrap;
  }
}
.booking-widget .booking-widget-calendar-periods .button {
  margin-top: -24px;
}
@media (max-width: 992px) {
  .booking-widget .booking-widget-calendar-periods .button {
    width: 100%;
    max-width: unset;
    flex: unset;
    margin-top: 0;
  }
}
.booking-widget .booking-widget-calendar-periods .button button {
  float: right;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #EB5B25;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  font-family: bree, sans-serif;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .booking-widget .booking-widget-calendar-periods .button button {
    width: 100%;
  }
}
.booking-widget .booking-widget-calendar-periods .button button i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}
.booking-widget .booking-widget-calendar-periods .button button:hover {
  background-color: #0061A1;
  text-decoration: none;
}
.booking-widget .booking-widget-offers .offer-discount,
.booking-widget .booking-widget-offers .offer-percentage {
  display: none;
}
.booking-widget .booking-widget-offers ul.offers {
  padding: 0;
  margin: 0;
  list-style: none;
}
.booking-widget .booking-widget-offers ul.offers li .offer,
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1em;
}
.booking-widget .booking-widget-offers ul.offers li .offer.offer,
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles.offer {
  margin: 1em 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  padding: 1em;
  border-radius: 5px;
  flex-wrap: wrap;
}
.booking-widget .booking-widget-offers ul.offers li .offer.offer > div:not(.offer-information),
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles.offer > div:not(.offer-information) {
  width: 20%;
  min-width: 185px;
}
.booking-widget .booking-widget-offers ul.offers li .offer.offer > div:not(.offer-information).offer-price,
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles.offer > div:not(.offer-information).offer-price {
  text-decoration: line-through;
  color: #c4c4c4;
}
.booking-widget .booking-widget-offers ul.offers li .offer.offer > div:not(.offer-information):first-letter,
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles.offer > div:not(.offer-information):first-letter {
  text-transform: capitalize;
}
.booking-widget .booking-widget-offers ul.offers li .offer.offer > div:not(.offer-information) span,
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles.offer > div:not(.offer-information) span {
  font-weight: 700;
}
.booking-widget .booking-widget-offers ul.offers li .row-offers__titles > div {
  font-weight: 700;
}
.booking-widget .booking-widget-offers button.offer-button {
  margin: 0 0.75em 0 auto;
}
@media (max-width: 875px) {
  .booking-widget .booking-widget-offers .row-offers__titles {
    display: none;
  }
}
.booking-widget .booking-widget-calendar-result:after {
  content: "";
  display: block;
  clear: both;
}
.booking-widget .booking-widget-receipt-result {
  position: relative;
}
.booking-widget .booking-widget-receipt-result:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: 500ms;
}
.booking-widget .booking-widget-receipt-result.updating:after, .booking-widget .booking-widget-receipt-result.updating:before {
  opacity: 1;
}
.booking-widget .booking-widget-pricetable-result li {
  margin: 0;
}
.booking-widget .ha-payment-form input[type=submit] {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.4s all;
  background-color: #EB5B25;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff !important;
  text-decoration: none;
  font-family: bree, sans-serif;
  letter-spacing: 1px;
  border: 0;
  cursor: pointer;
}

.startup-loader {
  padding: 50px 0;
  text-align: center;
  background: #ccdfec;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  color: #0061A1;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsletter-page {
  background-color: #CCDFEC;
}

input[type=text], input[type=email], input[type=tel], textarea {
  border: 1px solid #999;
  outline: none;
  padding: 10px 10px;
  text-transform: uppercase;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

input[type=submit] {
  border: none;
  outline: none;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 30px;
}

select {
  display: block;
  padding: 14px 10px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  select {
    margin-bottom: 15px;
  }
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7 br {
  display: none;
}

@media (max-width: 768px) {
  .booking {
    height: unset !important;
  }
}

@media (max-width: 768px) {
  .bookings-module-wrapper form {
    display: block !important;
    padding: 20px 0 !important;
    padding: 32px 0 40px !important;
  }
}
@media (max-width: 768px) {
  .bookings-module-wrapper form input[type=text], .bookings-module-wrapper form input[type=number] {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 768px) {
  .distance {
    margin-bottom: 40px;
  }
}

.contact form .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline;
}

.productlijst input[type=text] {
  margin-bottom: 0;
}
.productlijst tr td, .productlijst tr th {
  padding-bottom: 15px;
}
@media (max-width: 500px) {
  .productlijst tr td {
    font-size: 13px;
  }
}
@media (max-width: 410px) {
  .productlijst tr td {
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .productlijst .amount-form {
    padding-left: 10px;
  }
}

.gform_button {
  padding: 15px 35px !important;
  margin-bottom: 24px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: 0.4s all !important;
  background-color: #eb5b25 !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: bree, sans-serif !important;
  letter-spacing: 1px !important;
  border: 0 !important;
  cursor: pointer !important;
}
.gform_button:hover {
  background-color: #0061A1 !important;
  text-decoration: none !important;
}

.gform_validation_errors {
  display: none !important;
}

.gform_fields {
  row-gap: 15px !important;
}

header:not([class*=ha]) {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}
header:not([class*=ha]) .header-top {
  background-color: #CCDFEC;
  padding: 10px 0 15px;
}
@media (max-width: 768px) {
  header:not([class*=ha]) .header-top {
    background-color: #fff;
    padding: 0;
  }
}
header:not([class*=ha]) .header-top p {
  font-family: bree, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #0061A1;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
header:not([class*=ha]) .header-top p a {
  font-weight: 400;
}
header:not([class*=ha]) .header-top .logo-container {
  width: 100%;
  background-color: #fff;
  position: relative;
}
header:not([class*=ha]) .header-top .logo-container .logo {
  position: absolute;
  top: -10px;
  background-color: #fff;
  padding: 10px 40px;
  width: 100%;
  z-index: 99;
}
@media (max-width: 992px) {
  header:not([class*=ha]) .header-top .logo-container .logo {
    padding: 10px;
    width: auto;
  }
}
@media (max-width: 768px) {
  header:not([class*=ha]) .header-top .logo-container .logo {
    padding: 10px 10px;
  }
}
header:not([class*=ha]) .header-top .logo-container .logo svg {
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: 0.3s all;
}
@media (max-width: 992px) {
  header:not([class*=ha]) .header-top .logo-container .logo svg {
    width: 100px;
    height: 130px;
  }
}
@media (max-width: 768px) {
  header:not([class*=ha]) .header-top .logo-container .logo svg {
    height: 100px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  header:not([class*=ha]) .header-top .logo-container .logo svg {
    height: 100px;
    width: 110px;
  }
}
header:not([class*=ha]) .header-bottom {
  background-color: #fff;
}
@media (max-width: 992px) {
  header:not([class*=ha]) .header-bottom {
    margin-top: -10px;
  }
}
header:not([class*=ha]) .header-bottom .btn-book {
  float: right;
  display: inline-block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
@media (max-width: 1199px) {
  header:not([class*=ha]) .header-bottom .btn-book {
    padding: 22px 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  header:not([class*=ha]) .header-bottom .btn-book {
    display: none;
  }
}
header:not([class*=ha]) .logo {
  float: left;
}
header:not([class*=ha]) .logo img {
  width: 345px;
}
header:not([class*=ha]) .top-bar-text {
  margin-top: 5px;
}
header:not([class*=ha]) .green-key-badge {
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
  margin-top: 5px;
}
header:not([class*=ha]) .green-key-badge img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1199px) and (min-width: 769px) {
  header:not([class*=ha]) .green-key-badge {
    float: right;
  }
}
@media (max-width: 768px) {
  header:not([class*=ha]) .green-key-badge {
    float: right;
    position: relative;
    z-index: 900;
    margin-top: 0;
    margin-right: 0px;
  }
}
header:not([class*=ha]) .telephone-mobile {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  header:not([class*=ha]) .telephone-mobile {
    display: none;
  }
}
header:not([class*=ha]) .telephone-mobile a {
  color: #EB5B25;
  transition: 0.3s all;
}
header:not([class*=ha]) .telephone-mobile a i {
  font-size: 20px;
}
header:not([class*=ha]) .telephone-mobile a:hover {
  color: #0061A1;
}
header:not([class*=ha]) .mail-mobile {
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  header:not([class*=ha]) .mail-mobile {
    display: none;
  }
}
header:not([class*=ha]) .mail-mobile a {
  color: #EB5B25;
  transition: 0.3s all;
}
header:not([class*=ha]) .mail-mobile a i {
  font-size: 20px;
}
header:not([class*=ha]) .mail-mobile a:hover {
  color: #0061A1;
}
header:not([class*=ha]) .flag-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header:not([class*=ha]) .flag-nav > ul li {
  margin: 0;
  padding: 0;
}
header:not([class*=ha]) .language-selector {
  position: relative;
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  header:not([class*=ha]) .language-selector {
    position: absolute;
  }
}
header:not([class*=ha]) .language-selector button {
  padding: 5px 15px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #0061a1 !important;
  font-weight: bold;
  font-family: bree, sans-serif;
  display: flex;
  align-items: center;
  transition: 300ms ease all;
}
header:not([class*=ha]) .language-selector button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
header:not([class*=ha]) .language-selector button span {
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
}
header:not([class*=ha]) .language-selector .nav-lang {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
  width: 240px;
}
header:not([class*=ha]) .language-selector .nav-lang li {
  margin: 0;
}
header:not([class*=ha]) .language-selector .nav-lang li a {
  padding: 15px;
  display: flex;
  align-items: center;
  transition: 300ms ease all;
  border: 1px solid #f2f2f2;
}
header:not([class*=ha]) .language-selector .nav-lang li a:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
header:not([class*=ha]) .language-selector .nav-lang li a span {
  margin-left: 15px;
}
header:not([class*=ha]) .rating {
  margin-top: -3px;
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 1256px) {
  header:not([class*=ha]) .rating {
    margin-top: -8px;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    display: flex;
  }
}
@media (max-width: 992px) {
  header:not([class*=ha]) .rating {
    font-size: 12px;
    margin-top: -12px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  header:not([class*=ha]) .rating {
    font-size: 14px;
    margin-top: 0px;
    margin-right: 10px;
    flex-direction: row;
    position: relative;
    z-index: 900;
  }
}
header:not([class*=ha]) .rating > span {
  margin-left: 15px;
  display: flex;
  align-items: baseline;
}
header:not([class*=ha]) .rating i {
  color: orange;
  margin-right: 5px;
}
@media (max-width: 992px) {
  header:not([class*=ha]) .rating i {
    margin-right: 0px;
  }
}
header:not([class*=ha]).scrolled .logo-container a svg {
  height: 100px;
  transition: 0.3s all;
}
@media (max-width: 992px) {
  header:not([class*=ha]).scrolled .logo-container a svg {
    height: 110px !important;
  }
}
@media (max-width: 768px) {
  header:not([class*=ha]).scrolled .logo-container a svg {
    height: 85px !important;
  }
}
header:not([class*=ha]) .btn-login {
  padding: 10px 15px;
  line-height: 20px;
  background-color: #ccdfec;
  color: #0061A1 !important;
  float: right;
  font-size: 18px;
  margin-top: 8px;
  margin-right: 20px;
}
header:not([class*=ha]) .btn-login:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  header:not([class*=ha]) .btn-login {
    margin-right: 0;
    font-size: 16px;
    padding: 10px;
    margin-top: 17px;
  }
}
@media (max-width: 992px) {
  header:not([class*=ha]) .btn-login {
    display: none;
  }
}
header:not([class*=ha]) .btn-login i {
  margin-right: 5px;
  vertical-align: middle;
  margin-left: -5px;
}
header:not([class*=ha]) .btn-login:hover {
  background-color: #EB5B25;
  color: #fff !important;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

main {
  padding-top: 115px;
}
@media (max-width: 768px) {
  main {
    padding-top: 50px;
  }
}
main section.no-image {
  display: none;
}
main section.no-image + .booking {
  margin-top: 73px;
}
main .vacatures .vacature-item {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  text-decoration: none;
  align-items: flex-end;
  margin-bottom: 25px;
}
main .vacatures .vacature-item .background-image {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
main .vacatures .vacature-item .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  mix-blend-mode: multiply;
}
main .vacatures .vacature-item .content {
  position: relative;
  z-index: 100;
  padding: 0 25px;
}
main .vacatures .vacature-item .content .subtitle {
  margin-bottom: 5px;
}
main .vacatures .vacature-item .content .subtitle p {
  color: #fff;
  margin: 0;
  line-height: 25px;
}
main .vacatures .vacature-item .content h2 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 25px 0;
}
main section.featured-image a {
  display: block;
}
main section.featured-image img {
  width: 100%;
}
@media (max-width: 992px) {
  main section.featured-image img {
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
main section.main-content {
  padding: 40px 0;
}
main section.main-content .distance p {
  margin-bottom: 10px;
}
main section.main-content .distance p i {
  width: 20px;
}
main section.booking {
  top: 164px;
  position: sticky;
  z-index: 99;
}
@media (max-width: 992px) {
  main section.booking {
    margin-top: 0;
    top: auto;
    bottom: 0px;
    width: 100%;
    padding-bottom: 0;
  }
  main section.booking > .container {
    max-width: unset;
    padding: 0;
  }
}
main section.booking .booking {
  background-color: #0061A1;
  width: 100%;
  height: 120px;
}
main section.booking .booking p {
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}
main section.booking .datepicker .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
}
main section.usps-home,
main section.usps-home-full {
  padding-top: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  main section.usps-home,
  main section.usps-home-full {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  main section.usps-home,
  main section.usps-home-full {
    text-align: left;
  }
}
main section.usps-home .bird_left,
main section.usps-home-full .bird_left {
  position: absolute;
  left: 25px;
  top: 20%;
}
@media (max-width: 1750px) {
  main section.usps-home .bird_left,
  main section.usps-home-full .bird_left {
    opacity: 0.1;
  }
}
main section.usps-home .bird_right,
main section.usps-home-full .bird_right {
  position: absolute;
  right: 25px;
  top: 10%;
}
@media (max-width: 1750px) {
  main section.usps-home .bird_right,
  main section.usps-home-full .bird_right {
    opacity: 0.1;
  }
}
main section.usps-home p,
main section.usps-home-full p {
  color: #0061A1;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  text-indent: -55px;
  padding-left: 55px;
}
@media (max-width: 1199px) {
  main section.usps-home p,
  main section.usps-home-full p {
    text-indent: -55px;
    padding-left: 45px;
  }
}
@media (max-width: 992px) {
  main section.usps-home p,
  main section.usps-home-full p {
    text-indent: -40px;
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  main section.usps-home p,
  main section.usps-home-full p {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  main section.usps-home p,
  main section.usps-home-full p {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  main section.usps-home p,
  main section.usps-home-full p {
    display: flex;
    align-items: center;
  }
  main section.usps-home p span,
  main section.usps-home-full p span {
    width: calc(100% - 45px);
    display: inline-block;
    text-align: left;
    text-indent: 0;
  }
}
main section.usps-home p svg,
main section.usps-home-full p svg {
  height: 45px;
  width: 45px;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 768px) {
  main section.usps-home p svg,
  main section.usps-home-full p svg {
    height: 25px;
    width: 25px;
    margin-left: 20px;
    margin-right: 5px;
  }
}
main section.usps-home .wave svg,
main section.usps-home-full .wave svg {
  max-width: 100%;
}
main section.usps-home .wave .wave-first,
main section.usps-home-full .wave .wave-first {
  width: 100%;
  z-index: -10;
}
main section.usps-home .wave .wave-second,
main section.usps-home-full .wave .wave-second {
  margin-top: -120px;
  width: 100%;
  z-index: -9;
}
main section.usps-home-full {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px;
  margin-top: 30px;
}
@media (max-width: 576px) {
  main section.usps-home-full {
    margin: 0;
  }
}
main section.usps-home-full .featured-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}
@media (max-width: 576px) {
  main section.usps-home-full .featured-content {
    padding: 20px;
  }
}
main section.usps-home-full .featured-content h2 {
  margin-top: 10px;
  text-align: left;
  margin-bottom: 40px;
}
main section.usps-home-full ul {
  padding-left: 0;
}
main section.usps-home-full ul li {
  text-align: left;
  list-style: none;
  display: block;
}
main section.usps-home-full ul li p {
  margin-bottom: 0;
  color: #0061A1;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 768px) {
  main section.usps-home-full ul li p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  main section.usps-home-full ul li p {
    font-size: 14px;
  }
}
main section.usps-home-full ul li p svg {
  height: 35px;
  width: 35px;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 768px) {
  main section.usps-home-full ul li p svg {
    height: 25px;
    width: 25px;
    margin-left: 0;
    margin-right: 10px;
  }
}
main section.todo {
  background-color: #CCDFEC;
  margin-top: -100px;
  margin-bottom: 0 !important;
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1340px) {
  main section.todo {
    margin-top: -50px;
  }
}
@media (max-width: 768px) {
  main section.todo {
    margin-top: -110px;
  }
}
main section.todo img {
  width: 100%;
}
main section.todo:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #CCDFEC;
  z-index: 0;
}
main section.todo:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  box-shadow: 0px 0px 8px 13px rgba(0, 0, 0, 0.3);
}
main section.todo .location {
  position: relative;
  margin-bottom: 25px;
}
main section.todo .location .overlay {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
main section.todo .location .overlay h3 {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
}
main section.featured {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}
@media (max-width: 768px) {
  main section.featured {
    padding: 30px 0;
  }
}
main section.featured .featured-content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}
main section.featured .featured-content h1 {
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 1199px) {
  main section.featured .featured-content h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 576px) {
  main section.featured .featured-content h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
main section.featured .featured-content p:last-of-type {
  margin-bottom: 0;
}
main section.faq {
  padding: 50px 0;
  margin-bottom: 25px;
  background-color: #f9f9f9;
}
main section.faq h2 {
  margin-top: 0;
}
main section.faq .faq-category-item > h3 {
  margin: 0 0 15px;
  color: #000;
}
main section.faq .faq-category-item .faq-item {
  margin-bottom: 15px;
}
main section.faq .faq-category-item .faq-item.is-active .faq-header:after {
  transform: translateY(0);
}
main section.faq .faq-category-item .faq-item.is-active .faq-header i {
  transform: rotate(180deg);
}
main section.faq .faq-category-item .faq-item .faq-header {
  padding: 15px;
  background-color: #CCDFEC;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
main section.faq .faq-category-item .faq-item .faq-header h3 {
  position: relative;
  z-index: 20;
  font-size: 1.1rem;
  color: #000;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
main section.faq .faq-category-item .faq-item .faq-header h3 i {
  transition: 300ms ease all;
}
main section.faq .faq-category-item .faq-item .faq-content {
  overflow: hidden;
  display: none;
  background-color: #f2f2f2;
}
main section.faq .faq-category-item .faq-item .faq-content p {
  color: #000;
  padding: 25px;
}
main section.faq .faq-category-item .faq-item .faq-content p:first-child {
  margin-top: 0;
}
main section.faq .faq-category-item .faq-item .faq-content p:last-child {
  margin-bottom: 0;
}
main section.surroundings,
main section.surrounding-categories {
  margin-bottom: 80px;
}
main section.surroundings .surrounding,
main section.surrounding-categories .surrounding {
  margin-bottom: 30px;
  width: 100%;
  height: calc(100% - 30px);
  position: relative;
  aspect-ratio: 3/1.7;
}
main section.surroundings .surrounding:hover:after,
main section.surrounding-categories .surrounding:hover:after {
  opacity: 1;
}
main section.surroundings .surrounding:hover .btn,
main section.surrounding-categories .surrounding:hover .btn {
  background-color: #0061A1;
  text-decoration: none;
}
main section.surroundings .surrounding:after,
main section.surrounding-categories .surrounding:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 400ms ease all;
}
main section.surroundings .surrounding img,
main section.surrounding-categories .surrounding img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
main section.surroundings .surrounding .block-content,
main section.surrounding-categories .surrounding .block-content {
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 20;
}
@media (max-width: 1199px) {
  main section.surroundings .surrounding .block-content,
  main section.surrounding-categories .surrounding .block-content {
    top: 40%;
  }
}
@media (max-width: 768px) {
  main section.surroundings .surrounding .block-content,
  main section.surrounding-categories .surrounding .block-content {
    top: unset;
    padding-bottom: 10px;
  }
}
main section.surroundings .surrounding .block-content h3,
main section.surrounding-categories .surrounding .block-content h3 {
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  margin: 0 !important;
}
@media (max-width: 1199px) {
  main section.surroundings .surrounding .block-content h3,
  main section.surrounding-categories .surrounding .block-content h3 {
    font-size: 18px;
  }
}
main section.surroundings .surrounding .block-content p,
main section.surrounding-categories .surrounding .block-content p {
  color: #fff;
  margin: 0;
  padding: 0 20px;
}
main section.surroundings .surrounding .block-content p i,
main section.surrounding-categories .surrounding .block-content p i {
  margin-right: 7px;
}
main section.surroundings .surrounding .block-content.category h3,
main section.surrounding-categories .surrounding .block-content.category h3 {
  position: absolute;
  bottom: 30px;
}
main section.surroundings .surrounding .block-content.empty-dest,
main section.surrounding-categories .surrounding .block-content.empty-dest {
  bottom: 0;
  top: unset;
  padding: 10px 0px;
}
main section.surroundings .surrounding .block-content.empty-dest:after,
main section.surrounding-categories .surrounding .block-content.empty-dest:after {
  content: "";
  display: block;
  clear: both;
}
main section.surroundings .surrounding .block-content.empty-dest h3,
main section.surrounding-categories .surrounding .block-content.empty-dest h3 {
  float: left;
}
main section.surroundings .surrounding .block-content.empty-dest .btn,
main section.surrounding-categories .surrounding .block-content.empty-dest .btn {
  float: right;
  position: relative;
  right: 10px;
  padding: 5px 25px;
}
@media (min-width: 1199px) {
  main section.surroundings .surrounding .block-content.empty-dest .btn,
  main section.surrounding-categories .surrounding .block-content.empty-dest .btn {
    bottom: -10px;
  }
}
main section.surroundings.list,
main section.surrounding-categories.list {
  margin-top: 20px;
}
main section.surroundings .big .block-content,
main section.surrounding-categories .big .block-content {
  top: 70%;
}
@media (max-width: 1199px) {
  main section.surroundings .big .block-content,
  main section.surrounding-categories .big .block-content {
    top: 60%;
  }
}
@media (max-width: 992px) {
  main section.surroundings .big .block-content,
  main section.surrounding-categories .big .block-content {
    top: 40%;
  }
}
@media (max-width: 768px) {
  main section.surroundings .big .block-content,
  main section.surrounding-categories .big .block-content {
    top: 58%;
  }
}
@media (max-width: 576px) {
  main section.surroundings .big .block-content,
  main section.surrounding-categories .big .block-content {
    top: unset;
  }
}
main section.gallery-section {
  padding: 0 0 100px;
}
main section.gallery-section .gallery .grid .grid-item {
  margin-bottom: 25px;
}
main section.gallery-section .gallery .grid .grid-item img {
  width: 100%;
}
main section.bungalow_details .row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #CCC !important;
}
main section.bungalow_details h4 {
  margin-top: 0;
  line-height: unset;
}
@media (max-width: 1199px) {
  main section.bungalow_details h4 {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  main section.bungalow_details h4 {
    font-size: 14px;
  }
}
main section.bungalow_details ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
main section.bungalow_details ul li {
  list-style: none;
  width: 25%;
  padding-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  main section.bungalow_details ul li {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  main section.bungalow_details ul li {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  main section.bungalow_details ul li {
    width: 50%;
  }
}
main section.bungalow_details ul li img {
  width: 100%;
}
main section.newsletter-home {
  padding: 80px 0 40px;
}
@media (max-width: 768px) {
  main section.newsletter-home {
    padding: 60px 0 0;
  }
}
main section.newsletter-home h2 {
  margin-top: 0;
}
main section.newsletter-home .btn {
  margin-top: 20px;
}
main section.newsletter-home input[type=email] {
  padding: 15px 10px;
  border-color: #ccc;
}
main section.newsletter-home input[type=submit] {
  padding: 15px 30px;
}
main section.contact {
  padding: 40px 0;
}
main section.contact h5 {
  margin-top: 0;
}
main section.contact span,
main section.contact a {
  display: inline-block;
}
main section.contact i {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 7px;
  width: 20px;
  color: #0061A1;
}
main section.contact table {
  width: 100%;
}
main section.contact .wpcf7 span:not(.wpcf7-spinner) {
  width: 100%;
}
main section.contact .wpcf7 span.ajax-loader {
  width: 25px;
  top: 5px;
}
main section.deals {
  margin-top: 50px;
}

.newsletter-wave {
  margin-bottom: -100px;
}

.newsletter-page {
  padding-bottom: 100px;
  margin-bottom: -40px;
}
@media (max-width: 1340px) {
  .newsletter-page {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .newsletter-page {
    margin-bottom: -60px;
  }
}
@media (max-width: 992px) {
  .newsletter-page {
    margin-bottom: -80px;
  }
}
@media (max-width: 768px) {
  .newsletter-page {
    margin-bottom: -100px;
  }
}

@media (max-width: 576px) {
  .newsletter {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .newsletter img {
    opacity: 0.5;
  }
}
@media (max-width: 576px) {
  .newsletter .newsletter-wrapper {
    margin-top: -300px;
  }
}
.newsletter .newsletter-wrapper input[type=email] {
  padding: 15px 10px;
  border-color: #ccc;
}

.main-content img {
  max-width: 100%;
}

.widgets .widget {
  margin-bottom: 30px;
}
.widgets .post-widget .widget-aanbieding-wrapper {
  position: relative;
}
.widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper {
  padding: 20px;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}
.widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-image {
  width: 100%;
}
@media (max-width: 992px) {
  .widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-image {
    max-height: 252px;
  }
}
@media (max-width: 768px) {
  .widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-image {
    max-height: 185px;
  }
}
@media (max-width: 576px) {
  .widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-image {
    max-height: auto;
  }
}
.widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-title {
    font-size: 22px;
  }
}
.widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-content {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
}
.widgets .post-widget .widget-aanbieding-wrapper .widget-contentwrapper .widget-link {
  padding: 10px 20px;
}
.widgets .post-widget .widget-locatie-wrapper {
  position: relative;
}
.widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1199px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper {
    top: 75%;
  }
}
@media (max-width: 576px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper {
    top: 82%;
  }
}
@media (max-width: 400px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper {
    top: 75%;
  }
}
.widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper .widget-image {
  width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper .widget-image {
    max-height: 252px;
  }
}
@media (max-width: 768px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper .widget-image {
    max-height: 185px;
  }
}
@media (max-width: 576px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper .widget-image {
    max-height: auto;
  }
}
.widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper .widget-title {
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
  margin: 0 !important;
  font-size: 26px;
}
@media (max-width: 1199px) {
  .widgets .post-widget .widget-locatie-wrapper .widget-contentwrapper .widget-title {
    font-size: 22px;
  }
}
.follow-us {
  margin-bottom: 10px;
}

.social-media {
  list-style-type: none;
  padding-left: 0;
}
@media (max-width: 576px) {
  .social-media {
    margin-bottom: 30px;
  }
}
.social-media li {
  background-color: transparent;
  transition: all 0.3s;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.social-media li a {
  border-radius: 50px;
  background-color: #fff;
  color: #007DD0;
  transition: all 0.3s;
  border: 1px solid transparent;
  padding: 2px 5px;
  width: 35px;
  height: 35px;
}
.social-media li a i {
  color: #0061A1;
  background-color: transparent;
  transition: all 0.3s;
}
.social-media li a:hover {
  border: 1px solid #0061A1;
  background-color: #0061A1;
}
.social-media li a:hover i {
  background-color: #0061A1;
  color: #fff;
}
.social-media.social-media-contact li a {
  padding: 2px 6px;
  background-color: #0061A1;
}
.social-media.social-media-contact li a i {
  color: #fff;
}

.booker {
  position: relative;
}
.booker .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 900;
  font-size: 70px;
  padding-top: 150px;
}
.booker .loader .content {
  text-align: center;
}
.booker .loader .content p {
  font-size: 20px;
}
.booker .articles td select {
  width: 100px;
}
@media (max-width: 576px) {
  .booker .buttons {
    display: flex;
    flex-direction: column;
  }
}
.booker .buttons .btn {
  margin-top: 0;
  padding: 10px 30px;
  border: 0;
}
@media (max-width: 576px) {
  .booker .buttons .btn {
    margin-bottom: 15px;
  }
}
.booker .buttons .btn.button-back {
  background-color: #858585;
}
@media (max-width: 576px) {
  .booker .buttons .btn.button-back {
    margin-bottom: 0;
  }
}
.booker .buttons .btn.button-back:hover {
  background-color: #0061A1;
}

.booking-widget[data-full-widget=true] .booking-widget-levels {
  display: none !important;
}

footer {
  padding: 0px 0 0px;
  margin-top: 100px;
  position: relative;
  background-color: #007DD0;
}
@media (max-width: 1199px) {
  footer {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 30px 0 0px;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 20px 0 0px;
  }
}
footer .container {
  margin-bottom: 10px;
}
footer h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 1199px) {
  footer h6 {
    font-size: 20px;
  }
}
footer p {
  color: #fff;
  font-weight: 100;
}
footer a {
  font-weight: normal;
  color: #fff;
}
footer table {
  width: 100%;
  color: #fff;
}
footer table td {
  padding: 0 !important;
}
footer .footer-wave {
  top: -110px;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 1340px) {
  footer .footer-wave {
    top: -100px;
  }
}
@media (max-width: 1199px) {
  footer .footer-wave {
    top: -80px;
  }
}
@media (max-width: 992px) {
  footer .footer-wave {
    top: -60px;
  }
}
@media (max-width: 768px) {
  footer .footer-wave {
    top: -45px;
  }
}
@media (max-width: 576px) {
  footer .footer-wave {
    top: -25px;
  }
}
footer .footer-bottom {
  width: 100%;
  background-color: #fff;
}
footer .footer-bottom a {
  color: #999999;
  font-weight: 300;
}
@media (max-width: 768px) {
  footer .footer-bottom a {
    display: inline-block;
  }
}
footer .footer-bottom p {
  padding: 10px 0;
  text-align: center;
  color: #999999;
  margin-bottom: 0;
}
footer .footer-bottom .footer-bottom-left {
  display: inline-block;
  float: left;
  margin-left: 50px;
}
@media (max-width: 1300px) {
  footer .footer-bottom .footer-bottom-left {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  footer .footer-bottom .footer-bottom-left {
    font-size: 12px;
  }
}
@media (max-width: 1050px) {
  footer .footer-bottom .footer-bottom-left {
    font-size: 16px;
    display: block;
    float: none;
    text-align: center;
    margin-left: 0;
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  footer .footer-bottom .footer-bottom-left {
    font-size: 14px;
  }
}
footer .footer-bottom .footer-bottom-left p {
  padding: 0;
}
footer .footer-bottom .footer-bottom-left .footer-links {
  display: inline-block;
  vertical-align: text-bottom;
}
footer .footer-bottom .footer-bottom-left .paymentmethods {
  display: inline-block;
}
footer .footer-bottom .footer-bottom-left .paymentmethods p {
  display: inline-block;
  vertical-align: text-bottom;
}
footer .footer-bottom .footer-bottom-left .paymentmethods .paymentmethod {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer .footer-bottom .footer-bottom-left .paymentmethods .paymentmethod .paymentmethod-logo {
  width: auto;
}
footer .footer-bottom .footer-bottom-right {
  display: inline-block;
  float: right;
  margin-right: 50px;
}
@media (max-width: 1300px) {
  footer .footer-bottom .footer-bottom-right {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  footer .footer-bottom .footer-bottom-right {
    font-size: 12px;
  }
}
@media (max-width: 1050px) {
  footer .footer-bottom .footer-bottom-right {
    font-size: 16px;
    display: block;
    float: none;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  footer .footer-bottom .footer-bottom-right {
    font-size: 14px;
  }
}
footer .footer-bottom .footer-bottom-right p {
  padding: 0;
}

.dp {
  width: 30px;
  height: auto;
  vertical-align: middle;
}

.website-by {
  vertical-align: middle;
  color: #999999;
  font-weight: 300;
}

.footer-nav ul {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 768px) {
  .footer-nav ul {
    margin-bottom: 25px;
  }
}
.footer-nav ul li {
  margin-bottom: 0;
}

footer .flag-nav {
  max-width: 30px;
  float: right;
  margin-top: 15px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  footer .flag-nav {
    margin-top: -15px;
    margin-right: 15px;
    position: relative;
    top: 20px;
  }
}
@media (max-width: 992px) {
  footer .flag-nav {
    margin-right: 0px;
    display: none;
  }
}
@media (max-width: 768px) {
  footer .flag-nav {
    margin-right: 15px;
    margin-top: 13px;
    top: auto;
  }
}
@media (max-width: 576px) {
  footer .flag-nav {
    margin-top: 15px;
    margin-right: -5px;
  }
}
footer .flag-nav .menu {
  list-style: none;
  padding: 0;
  max-width: 30px;
}
footer .flag-nav .menu li {
  list-style: none;
}
footer .flag-nav .menu .sub-menu {
  padding-left: 0;
  display: none;
  position: absolute;
  bottom: -30px;
  left: -7px;
  z-index: 999;
  background-color: #fff;
  padding: 0 7px 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
footer .flag-nav .menu .sub-menu * {
  display: block;
}
footer .flag-nav .menu .sub-menu li {
  margin-top: 10px;
  margin-bottom: 10px;
}
footer .flag-nav .menu .wpml-ls-current-language {
  position: relative;
}
footer .flag-nav .menu .wpml-ls-current-language:after {
  content: "›";
  float: right;
  margin-left: 5px;
  font-size: 12px;
  transform: rotate(90deg);
}
footer .flag-nav .menu .wpml-ls-current-language:hover .sub-menu {
  display: block;
}/*# sourceMappingURL=style.css.map */