@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;
}

.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;
}

.mobile {
  display: none !important;
}

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

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

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

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

.strechitems-d {
  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-d {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  position: relative;
}
.header .floating {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

.header-top > div:after,
.header-menu > div:after,
.header-bottom > div:after {
  content: "";
  display: block;
  clear: both;
}

.header-top .contact-info {
  float: right;
}

.header-menu {
  padding-top: 40px;
}

/*
	Logo
*/
.logo-wrapper {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.logo-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  right: -80px;
  top: 0px;
  border-left: 80px solid #fff;
  border-bottom: 80px solid transparent;
}
.logo-wrapper .logo {
  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;
}

/*
	Menu
*/
.menu {
  /* submenu shadow */
  /* inline submenu */
  /* flyout left */
  /* padding */
  /* horizontal main menu */
}
.menu ul,
.menu li,
.menu li > a,
.menu li > span {
  box-sizing: border-box;
  display: block;
}
.menu ul,
.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul {
  line-height: 20px;
}
.menu li,
.menu li > a,
.menu li > span {
  position: relative;
}
.menu li > a,
.menu li > span {
  text-decoration: none;
  padding: 10px 10px 10px 10px;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  background-color: #fff;
  line-height: 20px;
  display: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 70%;
  z-index: 1;
}
.menu li:hover > ul,
.menu li:hover > div,
.menu li:hover > form {
  display: block;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  width: 300px;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.menu li.submenu-inline > ul {
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  position: static;
}
.menu li.submenu-inline > ul > li > a,
.menu li.submenu-inline > ul > li > span {
  padding: 5px 10px 5px 10px;
}
.menu li.submenu-inline > ul > li > a:before,
.menu li.submenu-inline > ul > li > span:before {
  content: "›";
  display: inline-block;
  margin-right: 5px;
}
.menu li.submenu-flyout-left > ul,
.menu li.submenu-flyout-left > div,
.menu li.submenu-flyout-left > form {
  left: auto;
  right: 100%;
}
.menu > ul {
  padding: 10px 10px 10px 10px;
}
.menu li > ul,
.menu li > div,
.menu li > form {
  padding: 10px 10px 10px 10px;
}
.menu li.submenu-inline > ul {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.menu > ul {
  padding: 0;
}
.menu li.submenu-mega > ul > li > ul {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.menu > ul:after {
  content: "";
  display: block;
  clear: both;
}
.menu > ul > li {
  float: left;
  /* align right */
  /* fullwidth submenu */
  /* mega submenu */
}
.menu > ul > li.item-float-right {
  float: right;
}
.menu > ul > li > a,
.menu > ul > li > span {
  padding: 10px 15px 10px 15px;
}
.menu > ul > li > ul,
.menu > ul > li > div,
.menu > ul > li > form {
  min-width: 100%;
  top: 100%;
  left: 0;
}
.menu > ul > li.submenu-align-right > ul,
.menu > ul > li.submenu-align-right > div,
.menu > ul > li.submenu-align-right > form {
  left: auto;
  right: 0;
}
.menu > ul > li.submenu-fullwidth {
  position: static;
}
.menu > ul > li.submenu-fullwidth > ul,
.menu > ul > li.submenu-fullwidth > div,
.menu > ul > li.submenu-fullwidth > form {
  right: 0;
}
.menu > ul > li.submenu-mega:not([class*=submenu-mega-]):hover > ul {
  display: table;
  width: auto;
}
.menu > ul > li.submenu-mega:not([class*=submenu-mega-]):hover > ul > li {
  display: table-cell;
  float: none;
}
.menu > ul > li.submenu-mega.submenu-mega-2 > ul > li {
  width: 50%;
}
.menu > ul > li.submenu-mega.submenu-mega-3 > ul > li {
  width: 33.33%;
}
.menu > ul > li.submenu-mega.submenu-mega-4 > ul > li {
  width: 25%;
}
.menu > ul > li.submenu-mega.submenu-mega-5 > ul > li {
  width: 20%;
}
.menu > ul > li.submenu-mega.submenu-mega-6 > ul > li {
  width: 16.66%;
}
.menu > ul > li.submenu-mega > ul:after {
  content: "";
  display: block;
  clear: both;
}
.menu > ul > li.submenu-mega > ul > li {
  float: left;
}
.menu > ul > li.submenu-mega > ul > li > ul {
  background: none;
  box-shadow: none;
  display: block;
  width: 100%;
  position: static;
}
.menu > ul > li.submenu-mega > ul > li > ul > li > a,
.menu > ul > li.submenu-mega > ul > li > ul > li > span {
  padding: 5px 10px 5px 10px;
}
.menu > ul > li.submenu-mega > ul > li > ul > li > a:before,
.menu > ul > li.submenu-mega > ul > li > ul > li > span:before {
  content: "›";
  display: inline-block;
  margin-right: 5px;
}
.menu li.item-icon-home > a, .menu li.item-icon-account > a, .menu li.item-icon-login > a, .menu li.item-icon-search > a, .menu li.item-icon-language > a {
  font-size: 18px;
  overflow: hidden;
  width: 50px;
  text-indent: -1000px;
  position: relative;
}
.menu li.item-icon-home > a:before, .menu li.item-icon-account > a:before, .menu li.item-icon-login > a:before, .menu li.item-icon-search > a:before, .menu li.item-icon-language > a:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menu li.item-icon-home > a {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.menu li.item-icon-home > a:before {
  content: "";
}
.menu li.item-icon-account > a {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.menu li.item-icon-account > a:before {
  content: "";
}
.menu li.item-icon-login > a {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.menu li.item-icon-login > a:before {
  content: "";
}
.menu li.item-icon-search > a {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.menu li.item-icon-search > a:before {
  content: "";
}
.menu li.item-icon-language a {
  background: none center center/20px auto no-repeat transparent;
}
.menu li.item-icon-language a.ar {
  background-image: url(../../bs-framework/img/flags/ar.png?v=1);
}
.menu li.item-icon-language a.bg {
  background-image: url(../../bs-framework/img/flags/bg.png?v=1);
}
.menu li.item-icon-language a.be {
  background-image: url(../../bs-framework/img/flags/be.png?v=1);
}
.menu li.item-icon-language a.de {
  background-image: url(../../bs-framework/img/flags/de.png?v=1);
}
.menu li.item-icon-language a.en {
  background-image: url(../../bs-framework/img/flags/en.png?v=1);
}
.menu li.item-icon-language a.es {
  background-image: url(../../bs-framework/img/flags/es.png?v=1);
}
.menu li.item-icon-language a.fr {
  background-image: url(../../bs-framework/img/flags/fr.png?v=1);
}
.menu li.item-icon-language a.it {
  background-image: url(../../bs-framework/img/flags/it.png?v=1);
}
.menu li.item-icon-language a.ja {
  background-image: url(../../bs-framework/img/flags/ja.png?v=1);
}
.menu li.item-icon-language a.ko {
  background-image: url(../../bs-framework/img/flags/ko.png?v=1);
}
.menu li.item-icon-language a.lt {
  background-image: url(../../bs-framework/img/flags/lt.png?v=1);
}
.menu li.item-icon-language a.nl {
  background-image: url(../../bs-framework/img/flags/nl.png?v=1);
}
.menu li.item-icon-language a.pl {
  background-image: url(../../bs-framework/img/flags/pl.png?v=1);
}
.menu li.item-icon-language a.pt {
  background-image: url(../../bs-framework/img/flags/pt.png?v=1);
}
.menu li.item-icon-language a.ru {
  background-image: url(../../bs-framework/img/flags/ru.png?v=1);
}
.menu li.item-icon-language a.tr {
  background-image: url(../../bs-framework/img/flags/tr.png?v=1);
}
.menu li.item-icon-language a.zh {
  background-image: url(../../bs-framework/img/flags/zh.png?v=1);
}
.menu li.item-icon-language li a {
  background-position: 10px center;
  padding-left: 40px;
}
.menu li ul.sub-menu {
  padding: 10px 0;
}
.menu li ul.sub-menu li:not(:last-child) {
  border-bottom: none;
}
.menu li ul.sub-menu li a {
  padding: 10px 30px;
}
.menu li ul.sub-menu li a:hover {
  background-color: #85B200;
  color: #fff;
}
.menu li ul.sub-menu li a:hover:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 10px;
  font-family: FontAwesome;
  color: #fff;
}

.header-menu > div {
  position: relative;
}
.header-menu .menu {
  padding-left: 180px;
}
.header-menu .menu li li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.header-menu .menu li.submenu-inline > ul > li {
  border-bottom: none;
}
.header-menu .menu li.submenu-mega > ul > li,
.header-menu .menu li.submenu-mega > ul > li > ul > li {
  border-bottom: none;
}
.header-menu .menu li li > a:hover,
.header-menu .menu li li > span:hover {
  background-color: #f6f6f6;
}

/*
	Sliders
*/
.header-slider .slider {
  height: 160px;
}

body.home .header-slider .slider {
  height: 500px;
}

.wrapper-slider-text {
  position: absolute;
  top: 220px;
  margin-left: 50%;
  left: -500px;
  width: 1000px;
  text-align: center;
}
.wrapper-slider-text span {
  display: block;
  padding: 0 200px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.wrapper-slider-text span.small-text {
  color: #FDB52C;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper-slider-text span.big-text {
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bolder;
  line-height: 45px;
}

/*
	Geef een DIV de class "slider" om er een slider van te maken.
	Het data-slider-visible attribuut vertelt hoeveel slides zichtbaar moeten zijn.
	Werkt goed samen met .row en .col HTML
*/
.slider {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.slider > div,
.slider .tos-slide > div {
  background: none center center/cover no-repeat transparent;
  width: 100%;
  height: 100%;
  float: none;
}

/*
	Breadcrumbs
*/
.breadcrumbs {
  padding-left: 30px;
  color: #22590A;
  line-height: 20px;
  float: left;
  font-size: 12px;
  /* padding */
  /* horizontal main menu */
}
.breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs ul,
.breadcrumbs li,
.breadcrumbs li > a,
.breadcrumbs li > span {
  box-sizing: border-box;
  display: block;
}
.breadcrumbs ul,
.breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul {
  line-height: 20px;
}
.breadcrumbs li,
.breadcrumbs li > a,
.breadcrumbs li > span {
  position: relative;
}
.breadcrumbs li > a,
.breadcrumbs li > span {
  text-decoration: none;
  padding: 10px 10px 10px 10px;
}
.breadcrumbs > ul {
  padding: 10px 10px 10px 10px;
}
.breadcrumbs li > ul,
.breadcrumbs li > div,
.breadcrumbs li > form {
  padding: 10px 10px 10px 10px;
}
.breadcrumbs > ul {
  padding: 0;
}
.breadcrumbs > ul:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumbs > ul > li {
  float: left;
  /* mega submenu */
}
.breadcrumbs > ul > li.item-float-right {
  float: right;
}
.breadcrumbs > ul > li > a,
.breadcrumbs > ul > li > span {
  padding: 10px 15px 10px 15px;
}
.breadcrumbs > ul,
.breadcrumbs > span {
  display: block;
  float: left;
}
.breadcrumbs li.home > span:first-child {
  display: none;
}
.breadcrumbs > ul > li a {
  text-decoration: none;
}
.breadcrumbs > ul > li a:hover {
  color: #85B200;
}
.breadcrumbs > ul > li > span,
.breadcrumbs > ul > li > a {
  padding: 10px;
}
.breadcrumbs > ul > li + li {
  position: relative;
}
.breadcrumbs > ul > li + li:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 13px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcrumbs > ul > li.current_item {
  padding: 10px;
}
.breadcrumbs > ul > li.current_item > span {
  padding: 0;
}

/*
	Breadcrumbs
*/
.contact-info {
  float: right;
}

.header-2 .header-top {
  background-color: #444;
  color: #FFF7E9;
}
.header-2 .header-top a, .header-2 .header-top a:hover,
.header-2 .header-top button,
.header-2 .header-top button:hover, .header-2 .header-top .button, .header-2 .header-top .button:hover, .header-2 .header-top input[type=button], .header-2 .header-top input[type=button]:hover, .header-2 .header-top input[type=submit], .header-2 .header-top input[type=submit]:hover, .header-2 .header-top input[type=reset], .header-2 .header-top input[type=reset]:hover {
  color: #FFF7E9;
}
.header-2 .header-top button, .header-2 .header-top .button, .header-2 .header-top input[type=button], .header-2 .header-top input[type=submit], .header-2 .header-top input[type=reset] {
  background: #444;
  border-color: #FFF7E9;
}
.header-2 .header-menu > .boxed-d {
  border-bottom: 1px solid rgba(255, 247, 233, 0.3);
}
.header-2 .header-menu .menu {
  padding: 0px 15px 0px 15px;
  background: #85B200;
}
.header-2 .header-menu .menu:after {
  content: "";
  display: block;
  clear: both;
}
.header-2 .header-menu .menu > ul > li > a:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.header-2 .header-menu .menu > ul > li > ul,
.header-2 .header-menu .menu > ul > li > div,
.header-2 .header-menu .menu > ul > li > form {
  left: 15px;
}
.header-2 .header-menu .menu > ul > li.submenu-align-right > ul,
.header-2 .header-menu .menu > ul > li.submenu-align-right > div,
.header-2 .header-menu .menu > ul > li.submenu-align-right > form {
  left: auto;
  right: 15px;
}
.header-2 .header-menu .menu > ul > li.submenu-fullwidth > ul,
.header-2 .header-menu .menu > ul > li.submenu-fullwidth > div,
.header-2 .header-menu .menu > ul > li.submenu-fullwidth > form {
  left: 0;
}
.header-2 .header-menu .menu > ul > li:hover > a:after {
  background-color: rgba(255, 247, 233, 0.3);
}
.header-2 .header-menu .menu > ul > li.current-menu-item > a:after, .header-2 .header-menu .menu > ul > li.current-menu-parent > a:after, .header-2 .header-menu .menu > ul > li.current-menu-ancestor > a:after {
  background-color: #fff;
}
.header-2 .header-menu .menu > ul {
  float: right;
}
.header-2 .header-menu .menu > ul > li > a {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-2 .header-menu .menu > ul > li > a:after {
  bottom: 20px;
}
.header-2 .header-bottom > div {
  border-bottom: 1px solid rgba(34, 89, 10, 0.25);
}
.header-2 .header-bottom > div .contact-info {
  padding: 0 15px;
  color: #22590A;
  font-size: 12px;
  font-weight: 600;
}
.header-2 .header-bottom > div .contact-info .fa {
  font-size: 16px;
  margin-right: 5px;
}
.header-2 .header-bottom > div .contact-info a {
  text-decoration: none;
}
.header-2 .header-bottom > div .contact-info a:hover {
  text-decoration: underline;
}

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

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

/*
	Content
*/
section {
  padding: 40px 0px 60px;
}
section > article {
  padding: 0 40px;
}

.PageContent .sandwich .row {
  padding: 20px 0;
}

.call-to-action .text {
  padding-left: 65px !important;
}
.call-to-action .button-wrapper {
  padding-left: 90px !important;
}

/*slider in content*/
.slider-pic {
  margin: 20px 0;
}
.slider-pic:after {
  content: "";
  display: block;
  clear: both;
}
.slider-pic .slider {
  height: 600px;
}
.slider-pic .slider div {
  height: 600px;
  width: 100%;
}
.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 li.small-field, .gform_wrapper .gform_body li.medium-field, .gform_wrapper .gform_body li.date-field {
  float: left;
  clear: none;
}
.gform_wrapper .gform_body li.small-field {
  width: 35%;
  margin-right: 3%;
}
.gform_wrapper .gform_body li.medium-field {
  width: 61%;
}
.gform_wrapper .gform_body li.date-field {
  width: 50%;
}
.gform_wrapper .gform_body li.date-field input.datepicker {
  width: 89% !important;
}

.ac-price-table-wrapper table.ac-price-table td.ac-price .ac-num {
  margin-right: 100px;
}

/*
	Footer
*/
footer .footer-info .title {
  padding-top: 68px;
}
footer .seo-menu ul {
  margin: 30px -20px 0;
  border-top: 1px solid rgba(34, 89, 10, 0.25);
}
footer .seo-menu ul li {
  float: left;
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}

body.home .content section:first-child {
  padding-bottom: 0;
}

.review-block .wrapper-img:after {
  content: "";
  display: block;
  position: absolute;
  right: -80px;
  top: 0;
  border-left: 80px solid #fff;
  border-bottom: 80px solid transparent;
}

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

.overview-product .img-bg a {
  position: relative;
  top: 5px;
  padding: 20px 40px;
}

.overview-product .img-bg {
  height: auto;
}

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