@charset "UTF-8";
#noscript,
.noscript {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #f33;
  color: #f33;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  padding: 20px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

body.is-touch .mouse,
body.is-mouse .touch {
  display: none !important;
}

.ui-sortable-handle {
  touch-action: auto !important;
}

.large {
  font-size: large;
}

.x-large {
  font-size: x-large;
}

.small {
  font-size: small;
}

.x-small {
  font-size: x-small;
}

.diapositive {
  background-color: #444;
  color: #FFF7E9;
}
.diapositive a, .diapositive a:hover,
.diapositive button,
.diapositive button:hover, .diapositive .button, .diapositive .button:hover, .diapositive input[type=button], .diapositive input[type=button]:hover, .diapositive input[type=submit], .diapositive input[type=submit]:hover, .diapositive input[type=reset], .diapositive input[type=reset]:hover {
  color: #FFF7E9;
}
.diapositive button, .diapositive .button, .diapositive input[type=button], .diapositive input[type=submit], .diapositive input[type=reset] {
  background: #444;
  border-color: #FFF7E9;
}

body.is-mouse [data-title] {
  display: inline;
  position: relative;
}
body.is-mouse [data-title]:hover:before, body.is-mouse [data-title]:hover:after {
  display: block;
  position: absolute;
  z-index: 99;
}
body.is-mouse [data-title]:hover:before {
  content: attr(data-title);
  background: #111;
  border-radius: 3px;
  color: #fff;
  white-space: nowrap;
  padding: 5px 15px;
}
body.is-mouse [data-title]:hover:after {
  content: "";
  border: 10px solid transparent;
  width: 0;
  height: 0;
}
body.is-mouse [data-title]:hover:before, body.is-mouse [data-title]:hover:after {
  left: 50%;
  transform: translateX(-50%);
}
body.is-mouse [data-title]:hover:before {
  bottom: calc( 100% + 10px );
}
body.is-mouse [data-title]:hover:after {
  border-top-color: #111;
  border-bottom-width: 0;
  bottom: calc( 100% + 5px );
}

/*Header*/
/*slider*/
.tos-hover.tos-wrapper:hover .tos-prev,
.tos-hover.tos-wrapper:hover .tos-next {
  opacity: 1;
}

.tos-prev,
.tos-next,
.tos-close {
  background-color: rgba(255, 255, 255, 0.35);
  opacity: 1;
  border-radius: 0;
}

.tos-next,
.tos-prev {
  width: 80px;
  height: 80px;
}

.tos-next {
  right: 0px;
}

.tos-prev {
  left: 0px;
}

.tos-disabled {
  opacity: 0 !important;
}

/*End Header*/
/*content algemeen*/
.more-link {
  color: #22590A;
  font-weight: bolder;
}
.more-link:after {
  content: "";
  margin-left: 5px;
  font-family: FontAwesome;
  font-size: 17px;
  transition: all 0.5s ease;
}
.more-link:hover:after {
  margin-left: 10px;
}

.PageContent.with-slider {
  min-height: 280px;
}
.PageContent a {
  text-decoration: none;
}
.PageContent a i {
  margin-left: 5px;
  transition: all 0.5s ease;
}
.PageContent a:hover {
  color: #22590A;
}
.PageContent a:hover i {
  margin-left: 10px;
}

/*End content algemeen*/
/*Product overview*/
.overview-product {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.overview-product > div {
  padding: 10px !important;
}
.overview-product .img-bg {
  position: relative;
  height: 280px;
  background: none center center/cover no-repeat transparent;
}
.overview-product .img-bg a {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 40px 10px;
  background: rgba(133, 178, 0, 0.75);
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.overview-product .img-bg a:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 30px;
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  transition: all 0.5s ease;
}
.overview-product .img-bg a:hover:after {
  right: 25px;
}
.overview-product .img-bg a.dark-green {
  background: rgba(34, 89, 10, 0.75);
}
.overview-product .img-bg a.yellow {
  background: rgba(253, 181, 44, 0.75);
}
.overview-product .img-bg h2 {
  margin: 0;
  font-size: 25px;
  font-weight: bolder;
}
.overview-product .img-bg span {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.overview-product .offer {
  margin: 10px -20px 0 -20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 20px 0 20px;
}
.overview-product .offer .fa {
  margin-right: 5px;
}

/*END Product overview*/
/*Prdocut detail*/
.add-info span {
  display: block;
  font-weight: bold;
}
.add-info span i {
  margin-right: 7px;
  color: #85B200;
}

.accommodation .wrapper-info {
  /*Dark green*/
  /*Light green*/
}
.accommodation .wrapper-info .title {
  padding: 20px 40px 17px;
  margin-bottom: 3px;
  background: #709014;
  border-bottom: 3px solid #709014;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  -webkit-transition: none 0.3s ease 0.3s;
  -moz-transition: none 0.3s ease 0.3s;
  -ms-transition: none 0.3s ease 0.3s;
  -o-transition: none 0.3s ease 0.3s;
  transition: none 0.3s ease 0.3s;
  -webkit-transition-property: color, background;
  -moz-transition-property: color, background;
  -ms-transition-property: color, background;
  -o-transition-property: color, background;
  transition-property: color, background;
}
.accommodation .wrapper-info .title:after {
  content: "";
  margin-left: 10px;
  font-family: FontAwesome;
  font-size: 19px;
}
.accommodation .wrapper-info.open .title {
  background: transparent;
  color: #FDB52C;
}
.accommodation .wrapper-info.open .title:after {
  content: "";
}
.accommodation .wrapper-info .info {
  padding: 30px 40px 60px;
  display: none;
}
.accommodation .wrapper-info .info h2, .accommodation .wrapper-info .info h3, .accommodation .wrapper-info .info h4, .accommodation .wrapper-info .info h5 {
  color: #FDB52C;
}
.accommodation .wrapper-info.text .info ul {
  padding: 0;
  list-style: none;
}
.accommodation .wrapper-info.text .info ul li {
  padding-left: 20px;
}
.accommodation .wrapper-info.text .info ul li:before {
  content: "•";
  margin-right: 7px;
  color: #FDB52C;
  margin-left: -14px;
}
.accommodation .wrapper-info:nth-child(2) .title, .accommodation .wrapper-info:nth-child(4) .title {
  background: #709014;
  border-color: #709014;
}
.accommodation .wrapper-info:nth-child(2).open .title, .accommodation .wrapper-info:nth-child(4).open .title {
  background: transparent;
  color: #fff;
}
.accommodation .wrapper-info.img .info a, .accommodation .wrapper-info.video .info a {
  margin-bottom: 20px;
  height: 150px;
  background: none center center/cover no-repeat transparent;
  background-clip: content-box;
}
.accommodation .wrapper-info.img .info a:hover, .accommodation .wrapper-info.video .info a:hover {
  opacity: 0.9;
}
.accommodation .wrapper-info.video .info a {
  height: 250px;
}
.accommodation .wrapper-info .row-d {
  margin-left: -10px;
  margin-right: -10px;
}
.accommodation .wrapper-info .row-d [class*=col-] {
  padding: 0 10px;
}

#acc-price:not(.open) .info {
  visibility: hidden;
  opacity: 0;
}
#acc-price.open .info {
  display: block !important;
}

.calendars-wrapper {
  margin: 0 -35px;
  padding: 0 35px;
}
.calendars-wrapper .calendars {
  margin: 0 -20px;
  padding-bottom: 10px;
}
.calendars-wrapper .calendars:after {
  content: "";
  display: block;
  clear: both;
}
.calendars-wrapper .ac-table-wrapper {
  box-sizing: border-box;
  width: 25%;
  height: auto;
  padding: 0 15px;
}
.calendars-wrapper .calendar-next,
.calendars-wrapper .calendar-prev {
  top: 2px;
}

.calendars-wrapper table.ac-calendar,
.ac-price-table-wrapper table.ac-price-table {
  width: 100%;
}
.calendars-wrapper table.ac-calendar,
.calendars-wrapper table.ac-calendar tr,
.calendars-wrapper table.ac-calendar th,
.calendars-wrapper table.ac-calendar td,
.ac-price-table-wrapper table.ac-price-table,
.ac-price-table-wrapper table.ac-price-table tr,
.ac-price-table-wrapper table.ac-price-table th,
.ac-price-table-wrapper table.ac-price-table td {
  background: none;
  border: none;
}
.calendars-wrapper table.ac-calendar th,
.ac-price-table-wrapper table.ac-price-table th {
  font-size: 14px;
}
.calendars-wrapper table.ac-calendar tbody th,
.calendars-wrapper table.ac-calendar tbody td,
.ac-price-table-wrapper table.ac-price-table tbody th,
.ac-price-table-wrapper table.ac-price-table tbody td {
  border-bottom: 1px solid rgba(133, 178, 0, 0.75);
  padding: 5px;
}
.calendars-wrapper table.ac-calendar thead th,
.calendars-wrapper table.ac-calendar tbody th,
.ac-price-table-wrapper table.ac-price-table thead th,
.ac-price-table-wrapper table.ac-price-table tbody th {
  color: #85B200;
}
.calendars-wrapper table.ac-calendar thead th,
.ac-price-table-wrapper table.ac-price-table thead th {
  text-align: left;
  padding-top: 0;
}
.calendars-wrapper table.ac-calendar tbody tr:first-child td,
.ac-price-table-wrapper table.ac-price-table tbody tr:first-child td {
  border-top: 1px solid rgba(133, 178, 0, 0.75);
}
.calendars-wrapper table.ac-calendar tbody tr:first-child th,
.ac-price-table-wrapper table.ac-price-table tbody tr:first-child th {
  padding-top: 0;
}

.calendars-wrapper table.ac-calendar .ac-inactive {
  background: none !important;
  color: rgba(68, 68, 68, 0.4) !important;
}
.calendars-wrapper table.ac-calendar .ac-day {
  background: rgba(133, 178, 0, 0.2);
  color: #444;
}
.calendars-wrapper table.ac-calendar .ac-availability-2 {
  background: rgba(204, 0, 0, 0.2);
  color: rgba(204, 0, 0, 0.6);
}
.calendars-wrapper table.ac-calendar .ac-availability-3 {
  background: -webkit-linear-gradient(55deg, rgba(133, 178, 0, 0.2) 50%, rgba(204, 0, 0, 0.2) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(55deg, rgba(133, 178, 0, 0.2) 50%, rgba(204, 0, 0, 0.2) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.calendars-wrapper table.ac-calendar .ac-availability-4 {
  background: -webkit-linear-gradient(125deg, rgba(204, 0, 0, 0.2) 50%, rgba(133, 178, 0, 0.2) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(125deg, rgba(204, 0, 0, 0.2) 50%, rgba(133, 178, 0, 0.2) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.calendars-wrapper table.ac-calendar .ac-availability-6 {
  background: #EEFF00;
  color: #000;
}

.ac-price-table-wrapper table.ac-price-table th:first-child, .ac-price-table-wrapper table.ac-price-table th:last-child, .ac-price-table-wrapper table.ac-price-table td:first-child, .ac-price-table-wrapper table.ac-price-table td:last-child {
  display: none;
}
.ac-price-table-wrapper table.ac-price-table td.ac-price .ac-cur {
  float: left;
}
.ac-price-table-wrapper table.ac-price-table td.ac-price .ac-num {
  float: right;
}

.sub-table-content {
  margin-top: 20px;
}

/*End Prdocut detail*/
/*slider in content*/
.slider-pic .slider .tos-prev,
.slider-pic .slider .tos-next {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: rgba(133, 178, 0, 0.75);
}

/*formulier*/
.gform_wrapper .gform_body .top_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .top_label li {
  margin-bottom: 15px;
}
.gform_wrapper .gform_footer {
  position: relative;
}
.gform_wrapper .gform_footer:after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: -17px;
  font-size: 17px;
  color: #85B200;
  font-family: FontAwesome;
}

/*Call to action in footer*/
.call-to-action {
  padding: 80px 0;
  background: transparent none no-repeat scroll center center/cover;
  background-color: rgba(34, 89, 10, 0.75);
}
.call-to-action > div {
  position: relative;
}
.call-to-action .text {
  color: #fff;
}
.call-to-action .text ul {
  padding: 0;
}
.call-to-action .text ul li {
  list-style: none;
}
.call-to-action .text ul li:before {
  content: "";
  margin-right: 10px;
  font-family: FontAwesome;
  color: #FDB52C;
}
.call-to-action .button-wrapper {
  margin-top: 40px;
}
.call-to-action .button-wrapper a {
  display: block;
  position: relative;
  padding: 30px 30px 25px 100px;
  margin-bottom: 20px;
  background: #fff;
  line-height: 1.2;
  text-decoration: none;
}
.call-to-action .button-wrapper a:before {
  position: absolute;
  content: "";
  left: 35px;
  top: 30px;
  font-family: FontAwesome;
  color: #FDB52C;
  font-size: 40px;
}
.call-to-action .button-wrapper a:hover {
  opacity: 0.9;
}
.call-to-action .button-wrapper a.calandar:before {
  content: "";
}
.call-to-action .button-wrapper a.offer:before {
  content: "";
}
.call-to-action .button-wrapper a .big-text {
  display: block;
  color: #22590A;
  font-size: 25px;
  font-weight: bolder;
}
.call-to-action .button-wrapper a .small-text {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

#zoover-block {
  position: relative;
}

#spacer {
  height: 80px;
}

.review-block {
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  clear: both;
  background: #fff;
}
.review-block .wrapper-img {
  position: absolute;
  padding: 10px 40px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.review-block .wrapper-img a {
  background: url(../img/zoover.jpg?v=1) left center/contain no-repeat transparent;
  background-origin: content-box;
  background-clip: content-box;
  display: block;
  width: 141px;
  height: 61px;
}
.review-block > span {
  float: right;
  padding-top: 22px;
  width: 68%;
  color: #22590A;
  font-size: 20px;
}
.review-block .zvr-widget {
  position: absolute;
  right: 30px;
  top: 15px;
}
.review-block .zvr-widget .zvr-widget-container {
  background: transparent;
  border: none;
  width: auto;
}
.review-block .zvr-widget .zvr-widget-container .review-count {
  display: none;
}
.review-block .zvr-widget .zvr-widget-container .score-container {
  margin: 0;
  border-color: #fff;
  border-radius: 0;
  background: #85B200;
  font-weight: bold;
  width: 48px;
  height: 48px;
}
.review-block .zvr-widget .zvr-widget-container .score-container .score .score-value {
  padding-top: 0;
  color: #fff;
}

.call-to-action.maps {
  padding: 0;
  background: none;
}
.call-to-action.maps .map {
  border-top: 3px solid #22590A;
  border-bottom: 3px solid #22590A;
  line-height: 1px;
}
.call-to-action.maps .map iframe {
  width: 100%;
}
.call-to-action.maps .review-block {
  bottom: -35px;
}

/*END Call to action in footer*/
/*contact pagina*/
.contact-info h4 {
  color: #FDB52C;
}
.contact-info > span,
.contact-info div > span {
  display: block;
}
.contact-info .address {
  margin-bottom: 20px;
}
.contact-info .contact > span > span:first-child {
  display: inline-block;
  width: 35px;
}

/*
	Footer
*/
footer {
  padding: 80px 0 40px;
}
footer .footer-info .title {
  display: block;
  margin-bottom: 20px;
  color: #22590A;
  font-size: 20px;
}
footer .footer-info .title .light-green {
  color: #85B200;
  font-weight: bold;
}
footer .footer-info .adres > div > span {
  display: block;
}
footer .footer-info .adres > div > span i {
  margin-right: 10px;
}
footer .footer-info .adres > div > span a:hover {
  color: #85B200;
}
footer .footer-info .footer-bottom {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(34, 89, 10, 0.25);
  border-bottom: 1px solid rgba(34, 89, 10, 0.25);
  color: #22590A;
  font-size: 12px;
}
footer .footer-info .footer-bottom .menu ul {
  margin-left: -15px;
}
footer .footer-info .footer-bottom .menu li a {
  padding-right: 0;
}
footer .footer-info .footer-bottom .menu li a:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
}
footer .footer-info .footer-bottom .menu li a:hover {
  color: #85B200;
}
footer .footer-info .footer-bottom .menu li:last-child a:after {
  content: "";
}
footer .footer-info .footer-bottom .author {
  padding: 10px 0;
}
footer .footer-info .footer-bottom .author a:hover {
  color: #85B200;
}
footer .seo-menu ul {
  padding: 10px 0;
  border-bottom: 1px solid rgba(34, 89, 10, 0.25);
  list-style: none;
}
footer .seo-menu ul:after {
  content: "";
  display: block;
  clear: both;
}
footer .seo-menu ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #22590A;
}
footer .seo-menu ul li a:hover {
  color: #85B200;
}

a[href].btn-green {
  background: #85B200;
  color: #fff;
  display: inline-block;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  transition: all ease-in 0.1s;
}
a[href].btn-green .fa {
  margin-left: 20px;
  margin-right: 10px;
}
a[href].btn-green:hover {
  background: #22590A;
}

.white-background {
  background: #fff;
  position: relative;
}
.white-background iframe {
  position: relative;
  height: 614px !important;
}

.wrapper-info.price:not(.open) .white-background {
  position: absolute;
}

.sandwich .col-sm-6 {
  margin-bottom: 20px;
}

#acc-reserve .title {
  background: #FDB52C;
  border-color: #FDB52C;
}
#acc-reserve.open .title {
  background: transparent;
  color: #85B200;
}

.see-price {
  display: block;
}

.background-image-accommodatie {
  position: relative;
  height: 200px;
  background: none center center/cover no-repeat transparent;
}

.desktop {
  display: none !important;
}

.clearfix-m:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis-m {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.strechitems-m {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.boxed-m {
  width: 80%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.row-m {
  margin-left: -20px;
  margin-right: -20px;
}
.row-m:after {
  content: "";
  display: block;
  clear: both;
}
.row-m [class*=col-] {
  padding: 0 20px;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
}
.row-m [class*=col-].row-m {
  padding: 0;
}

.col-m-12 {
  width: 100%;
}

.col-m-11 {
  width: 91.66%;
}

.col-m-10 {
  width: 83.33%;
}

.col-m-9 {
  width: 75%;
}

.col-m-8 {
  width: 66.66%;
}

.col-m-7 {
  width: 58.33%;
}

.col-m-6 {
  width: 50%;
}

.col-m-5 {
  width: 41.66%;
}

.col-m-4 {
  width: 33.33%;
}

.col-m-3 {
  width: 25%;
}

.col-m-2 {
  width: 16.66%;
}

.col-m-1 {
  width: 8.33%;
}

body,
#page {
  min-width: 320px;
}

#page {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.pbsandwich_column td {
  display: block;
  width: 100% !important;
}

/*
	Header
*/
.header-menu {
  position: relative;
  z-index: 99;
  padding: 20px 0;
}
.header-menu > div {
  position: relative;
}

a[href="#menu"] {
  display: block;
  width: 28px;
  height: 20px;
  padding: 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
a[href="#menu"]:before, a[href="#menu"]:after {
  content: "";
  display: block;
}
a[href="#menu"]:before {
  border-top: 4px solid #444;
  border-bottom: 4px solid #444;
  height: 4px;
  margin-bottom: 4px;
}
a[href="#menu"]:after {
  height: 4px;
  background: #444;
}

#menu:not(.mm-menu) {
  display: none;
}

/*slider*/
.header-slider .slider {
  height: 140px;
}
.header-slider .slider .tos-slide > div {
  width: 100%;
  height: 140px;
}
.header-slider .slider .tos-wrapper > a {
  display: none;
}

.header-slider {
  position: absolute;
  top: 0;
  width: 100%;
}

.wrapper-slider-text {
  display: none;
}

#header-image.slider {
  height: 150px;
}

.slider > div,
.slider .tos-slide > div {
  background: none center center/cover no-repeat transparent;
  width: 100%;
  height: 100%;
  float: none;
}

/*
	Logo
*/
.logo-wrapper {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  z-index: 2;
}
.logo-wrapper .logo {
  margin-left: 10%;
  background: url(../img/logo.png?v=1) left center/contain no-repeat transparent;
  background-origin: content-box;
  background-clip: content-box;
  display: block;
  padding: 10px 0 0;
  width: 214px;
  height: 44px;
}

/*
	Content
*/
.content {
  background: #FFF7E9;
  padding: 0px 0;
}
.content section {
  margin: 50px 0;
}

.call-to-action .review-block span,
.call-to-action .review-block .zvr-widget {
  display: none;
}

.slider-pic .slider {
  height: 280px;
}
.slider-pic .slider div {
  height: 280px;
  width: 100%;
}

.PageContent .sandwich .row .col-sm-6,
.PageContent .sandwich .row .col-sm-4,
.PageContent .sandwich .row .col-sm-3 {
  padding: 10px 0;
}

.PageContent .add-info {
  margin-top: 20px;
}

.accommodation .wrapper-info .title {
  padding: 20px 20px 17px;
}
.accommodation .wrapper-info.img .info a {
  height: 75px;
}
.accommodation .wrapper-info .info {
  padding: 30px 20px 60px 20px;
}
.accommodation .wrapper-info.video .info a {
  height: 125px;
}

.calendars-wrapper {
  margin: 0 -40px;
  padding: 0 40px;
}
.calendars-wrapper .calendars {
  margin: 0;
}
.calendars-wrapper .ac-table-wrapper {
  width: 100%;
  padding: 0;
}
.calendars-wrapper .ac-table-wrapper + .ac-table-wrapper {
  padding-top: 40px;
}

.ac-price-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ac-price-table-wrapper table.ac-price-table thead th,
.ac-price-table-wrapper table.ac-price-table thead td,
.ac-price-table-wrapper table.ac-price-table tbody th,
.ac-price-table-wrapper table.ac-price-table tbody td {
  white-space: nowrap;
  padding-right: 20px;
}

.gform_wrapper .gform_body li.date-field input.datepicker {
  width: 85.5% !important;
}

/*
	Footer
*/
footer #map iframe {
  width: 100%;
  pointer-events: none;
}
footer .menu {
  display: block;
  text-align: center;
}
footer .menu > ul > li {
  float: left;
  list-style: none;
}
footer .menu > ul > li a {
  padding: 10px 0px 10px 15px;
}
footer .author {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.review-block > span {
  display: none;
}

.background-image-accommodatie {
  height: 200px;
}

.overview-product .img-bg {
  position: relative;
  height: 109px;
}

/*# sourceMappingURL=layout-mobile.css.map */
