@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,600);
html {
	position: relative;
    min-height: 100%;
}
* { margin: 0px; padding: 0px; }
p { margin: 20px auto; line-height: 22px; }
a { color: #000; text-decoration: none;}
a:hover  { color: #000; text-decoration: underline; }
a img { border: 0px;}
h1 {font-family: 'Courgette', cursive; text-align: left !important; font-size: 36px; color: #01354B!important; margin: 10px 0px;}
h2 {font-family: 'Courgette', cursive; text-align: left; text-decoration: none !important; font-size: 32px; color: #01354B!important;}
h3 {font-family: 'Courgette', cursive; text-align: left !important; font-size: 26px; color: #01354B!important;}
body {
	margin: 0 0 0;  /* bottom = footer height */
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    color: #444;
	font-weight: 300;
	background: #FFF;
}
.bg_wrapper {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.bg {
    overflow: hidden;
    position: relative;
    z-index: -1;
    display: block;
    min-width: 100%;
    width: auto;
}
.container {
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
header {
	width: 100%;
    height: 150px;
    position: fixed;
    top: 0;
    z-index: 93;
    background: #FFF;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    transition: all ease .5s;
}
header .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
header.noscroll {
    height: 100px;
}
header .logo {
	float: left;
	height: 75px;
	margin: 21px 0px 7px 25px;
}
.logo_img {
    height: 100%;
}
.logo_text {
	float: left;
	text-align: center;
    padding: 10px 0px;
    width: auto;
    height: 130px;
    transition: all ease .5s;
}
header.noscroll .logo_text {
    height: 80px;
}
.logo_text a {
	color: #fff;
}
.logo_text a:hover{
	text-decoration: none;
}
.wifi img {
	width: 150px;
	height: auto;
	float: left;
}
header nav {
    float: right;
    width: auto;
    padding: 53px 0;
    transition: all ease .5s;
}
header.noscroll nav {
    padding: 28px 0;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	display: inline-block;
	width: auto;
	position: relative;
}
header nav ul li:first-child {
	border-left: 0px;
}
header nav ul li:last-child {
	border-right: 0px;
}
.displayonMobile {
	display: none;
}
header nav ul li a {
	display: inline-block;
    line-height: 20px;
    color: #01354B;
    text-decoration: none;
	padding: 12px 8px;
}
header nav ul li a:hover, header nav ul li:hover a {
    color: #01354B;
	text-decoration: none;
}
header nav ul li a.active {
	text-decoration: none;
	color: #01354B;
}
header nav ul li:hover ul {
	display: block;
}
header nav ul li ul li a:hover {
	background: #7AC042   ;
}
header nav ul li ul {
	display: none;
	position: absolute;
	z-index: 9999999999999;
	top: 44px;
	left: 50%;
    transform: translateX(-50%);
	/* width: 350px; */
	background: #fff;
	z-index: 9999;
}
header nav ul li:hover ul li ul {
	display: none;
}
header nav ul li ul li:hover ul {
	display: block;
}
header nav ul li ul li {
	height: auto;
	width: 100%;
	border: 0px !important;
}
header nav ul li ul li:first-child {
    display: none;
}
header nav ul li ul li a, header nav ul li ul li a:hover, header nav ul li:hover ul li a {
	/* width: 330px; */
	width: 100%;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	white-space: nowrap;
	height: auto;
	padding: 5px 10px;
	color: #01354B;
	text-shadow: 0px;
	font-size: 14px;
	border: 0px !important;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
header nav ul li ul li ul{
	position: absolute;
    top: 0em;
    left: unset;
    display: none;
    right: 100%;
    transform: unset;
}
header nav ul li ul li a:hover {
	color: #FFF;
}
 header nav ul.thirdpage {
	top: 0;
    left: 100%;
    transform: translateX(0%);
    z-index: 9999;
}
#mainImage {
	float: left;
	width: 100%;
	height: 80px;
	margin: 0px 0px 24px 0px;
	padding: 0px;
	position: relative;
}
.searchTop {
	float: left;
	width: 100%;
}
.searchBook {
	float: left;
	margin: -36px 0px 0px 20px;
	color: #FFF;
	font-size: 24px;
}
#imageviewer {
    height: auto;
    text-align: center;
    position: relative;
}
#imageviewer img {
	overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
	max-height: 700px !important;
    height: auto !important;
}
#imageviewer2 {
    height: auto;
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
}
#imageviewer2 img {
	overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
}
#imageviewer .bxslider {
	margin-left: 0px;
}
#imageviewer2 .bxslider {
	margin-left: 0px;
}
#imageviewer #slider-prev img {
    height: 43px;
    width: auto;
    top: 40%;
    position: absolute;
    left: 40px;
	z-index: 99;
	display: none;
}
#imageviewer #slider-next img {
    height: 43px;
    width: auto;
    top: 40%;
    position: absolute;
    right: 40px;
	z-index: 99;
}
#imageviewer2 #slider-prev img {
    height: 43px !important;
    width: auto;
    top: 40%;
    position: absolute;
    left: 40px;
	z-index: 99;
}
#imageviewer2 #slider-next img {
    height: 43px !important;
    width: auto;
    top: 40%;
    position: absolute;
    right: 40px;
	z-index: 99;
}
img.unsize {
	height: 430px;
}
.bxslider {
	max-width: 1920px;
	margin: 0px auto !important;
	width: auto;
	position: relative;
}
.bxslider li {
	width: 100% !important;
}
.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 570px;
}
.sliderImage {
	height: 570px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.svr {
	position: absolute;
	z-index: 99999;
	bottom: -120px;
	left: 10px;
}
.boek {
	position: absolute;
	z-index: 99999;
	bottom: -240px;
	left: 10px;
}
.images img {
	margin-bottom: 12px;
}
.images img {
	height: 200px;
	width: calc(33% - 25px);
	width: -webkit-calc(33% - 25px);
	width: -moz-calc(33% - 25px);
}
.images img.second {
	margin: 0px 3% 12px 3%;
}
.blocks {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0px;
	position: relative;
}
.positionSliderSearch {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.zoekboek_slider {
	height: auto;
	text-align: center;
	position: relative;
}
.zoekboek_knop {
	position: absolute;
    bottom: 10px;
    font-size: 30px;
    border-radius: 50%;
    height: 43px;
    width: 50px;
    border: 2px solid #FFF;
    padding-top: 8px;
    color: #FFF;
    text-shadow: 1px 1px #000;
}
.zoekboek_knop img {
	height: 33px !important;
    width: 33px !important;
    margin: 4px 0px 0px 0px !important;
}
.zoekboek_knop:hover {
	color: #FFF;
	text-decoration: none;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-webkit-transition: .2s ease;
    transition: .2s ease;
}
.slider_tekst {
	text-align: center;
    position: absolute;
    top: 210px;
    font-size: 34px;
    color: #FFF;
    padding: 5px;
    margin: 0 auto;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
	text-shadow: 0 0 20px rgba(121, 161, 164, 1);
	z-index: 1;
}
.slider {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}
content {
	float: left;
	width: 100%;
	max-width: 100%;
	height: auto;
	position: relative;
	/* padding-bottom: 70px; */
}
content .content, content .contentX {
    clear: both;
    display: inline-block;
    height: auto;
    position: relative;
    padding: 0px 18px;
    margin: 4px auto;
    text-align: left;
    width: 100%;
}
content .content.midden {
	background: none;
}
content .content.noclear {
	float: none;
    clear: none;
    margin: 4px auto;
    width: calc(100% - 36px);
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
	text-align: center;
    height: auto !important;
}
.accFilter input {
	height: 16px;
    width: 16px;
    margin: 0;
    display: block;
    position: relative;

}
.accFilter span {
    color: rgba(0,0,0,.5);
    transition: color .15s ease;
	font-weight: 300;
}
.accFilter strong {
	color: #000;
}
.accFilter span:hover {
	color: #000;
}
.accFilter span.active {
	color: #000;
}
.accFilter input[type="submit"]{
    display: block;
    background: #01354B;
    border: 1px solid #CCC;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
	height: auto;
}
content .submit {
    display: block;
    background: #01354B;
    border: 1px solid #CCC;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
content a.submit {
	background: #333;
}

			/* #filter {
				position: fixed;
				top: 179px;
				left: 0;
				width: auto;
			/* 	display: none;
 				z-index: 9999999;
			} */
			/* content .accFilter {
				float: left;
				width: 28%;
				background: #EEE;
				margin-top: 0px;
				padding: 0px 15px;
				height: 600px;
				overflow-y: auto;
				border: 1px solid #CCC;
			}
			content .accFilter #buttonBG {
				position: absolute;
				bottom: 0px;
				background: #EEE;
				width: 250px;
				height: auto;
				padding: 5px 0px;
			}
			content .accFilter #buttonBG input[type="submit"] {
				width: 100%;
			} */
#content .content h1 {
	float: left;
	margin: -15px;
	padding: 8px 15px;
	font-weight: normal;
	font-size: 18px;
	background: #D0D0D0;
	width: 598px;
	border-bottom: 1px solid #BBB;
	margin-bottom: 15px;
}
#content .cal {
	margin: 0px 30px;
}
#content aside {
	float: left;
	width: 227px;
	margin-top: 10px;
}
#content aside img {
	margin-bottom: 11px;
}
#footer {
    padding: 30px 0px;
    overflow: auto;
    border-top: 2px solid #01354B;
    width: 100%;
    text-align: left;
}
.footer {
	max-width: 1100px;
	height: auto;
	color: #FFF;
	margin: 0px auto;
	position: relative;
	padding: 10px 4%;
}
.footer p {
	font-weight: bold;
}
ul.sitemap {
    padding: 0px;
    float: left;
    width: 33%;
    position: relative;
}
ul.sitemap.details {
	list-style: none;
}
ul.sitemap li h1 {
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 0px;
}
ul.sitemap li {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	padding: 2px 0px;
}
ul.sitemap li a {
	color: #FFF;
}
ul.sitemap li a:hover{
	color: #CCC;
	border-bottom: 1px dotted #DDD;
	text-decoration: none;
}
footer {
	display: inline-block;
	clear: both;
	background: #2DACE3;
	width: auto;
	margin: 50px auto 0px auto;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	text-align: center;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 10px;
	color: #FFF;
}
footer a, footer a:hover {
	color: #FFF;
}
.contentX, .content {
    margin: 0 auto;
    float: none;
    max-width: 1100px;
    padding: 15px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.contentX { margin-top: 0px; }

.contentX.right {
    margin: 0px auto;
    float: none;
    text-align: justify;
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    display: inline-block;
    padding: 0px 18px;
}
.form {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}
.form td {
	padding: 2px 0px;
	line-height: 24px;
}
form.review {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: table;
}
.review input[type="number"] {
    padding: 8px;
    width: calc(100% - 22px);
    width: -webkit-calc(100% - 22px);
    width: -moz-calc(100% - 22px);
}
.select { width: 100%; }
input:focus, textarea:focus {
    border: 1px solid #868686 !important;
}
.form .input {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 10px 8px;
	color: #333;
	width: calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}

.form .input2 {
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 10px 8px;
	color: #333;
	width: calc(100% - 22px);
	width: -moz-calc(100% - 22px);
	width: -webkit-calc(100% - 22px);
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
.form .input.submit {
	padding: 9px;
	font-size: 14px;
	color: #FFF;
	float: left;
	cursor: pointer;
	text-align: center;
	width: auto;
	border: 1px solid #01354B;
	background: #01354B;
	border-radius: 5px;
	height: 42px;
}
.form .input.submit:hover, .submitNow:hover {
	background: #01354B;
	border: 1px solid #01354B;
	color: #FFF;
}
.submitNow {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
	background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	border: 1px solid #aaa;
	padding: 4px 8px;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 90%;
	cursor: pointer;
}
.form .is-danger{
	border: 1px solid lightcoral;
}
.result {
	float: left;
	font-weight: bold;
	padding: 4px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 0px 10px 0px;
	width: 98%;
}
.result.error {
	background: #fedfed;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.result.good {
	background: #EBFFE5;
	border: 1px solid #309601;
	color: #309601;
}
.suggestion {
	float: left;
	width: 100%;
	color: #6A6969;
	font-weight: bold;
	text-align: center;
}
.suggestion img {
	float: 100%;
	width: 201px;
	padding: 1px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 7px 0px;
}
.reviewsGastenboek {
    margin: 5px 0px 20px 0px;
    box-shadow: 0 1px 20px rgba(0,0,0,0.2);
    padding: 15px;
    width: calc(100% - 30px);
	color: #01354B;
}
.reviewsGastenboek .reviewsHeader {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.reviewsGastenboek .reviewsHeader h2 {
	text-align: left;
}
.reviewsBericht {
	margin: 20px 0px;
}
.content.search {
	margin-top: 0px;
}
.content.search span {
	float: left;
	width: 270px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}
.content.search select, .content.search input {
	float: left;
	width: 240px;
	padding: 4px;
	height: 20px;
	margin: 5px 0px;
}
.content.search select {
	height: 32px;
}
.content.search span input.half {
	float: left;
	width: 110px;
	margin-right: 5px;
}
.content.search input[type="submit"] {
	float: left;
	width: 150px;
	padding: 4px 0px;
	height: 32px;
	margin: 30px 0px 5px 0px;
	background: #008C00;
	color: #FFF;
	border: 1px solid #00BF00;
	font-weight: bold;
	text-align: center;
}
.content.search input[type="submit"]:hover {
	cursor: pointer;
	background: #00BF00;
	border: 1px solid #008C00;
}
.content ul, .contentX ul { margin-left: 40px; }
/* Vakantie */
.content ul li, .contentX ul li { line-height: 22px; }

.houseIMG {
	float: left;
	padding: 2px;
	border: 1px dotted #01354B;
	width: 350px;
	min-height: 250px;
	margin-right: 15px;
	background: #01354B;
}
.content.house {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 0px;
}
.content.house .price {
	position: absolute;
	left: 18px;
	bottom: 12px;
	width: 91px;
	height: 63px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	background: url('../img/prijs.png');
}
.content.house .price div {
	font-size: 24px;
	line-height: 26px;
	margin: 5px 0px;
}
.content.house .price strong {
	font-size: 12px;
}
.content.house h1 {
	color: #01354B;
}
/*
.contentX h2 {
	margin-top: 20px;
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
*/
.content.house p {
	margin-top: 13px;
}

.content.house span.first {
	width: 170px;
	font-weight: bold;
	background: #DDD;
	border-left: 1px solid #F2F2F2;
	border-right: 0px;
	color: #333;
}
.contentX div.omschrijving {
	float: none;
    margin: 0px auto 20px auto;
    text-align: left;
    padding: 15px 32px;
    max-width: 835px;
	background: #FFF;
}
.detailsdiv {
	position: absolute;
    right: 25%;
    top: 350px;
}
span.details {
	float: right;
	width: 280px;
	margin: 10px 10px 20px 10px;
	background: rgba(121, 161, 163, 0.8);
	color: #FFF;
	border: 1px solid #7AC042   ;
	padding: 10px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	position: relative;
	z-index: 1;
}
span.details strong {
	float: left;
	width: 150px;
}
.contentX .facilities img {
	height: 50px;
	width: auto;
}
.contentX .facilities .icons {
	text-align: center;
    width: 100%;
}
.name_place {
	padding: 8px 0px;
	text-align: center;
}
.name_place h1 {
	font-weight: normal;
}
section.contentX {
    float: none;
    display: inline-block;
    margin: 15px 0px;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    overflow: hidden;
    background: #FFF;
}
sup { vertical-align: top; font-size: 0.8em; }
.contentX div.details span {
	float: left;
	width: auto;
}
.contentX div.details_bottom {
	float: right;
	background: #64C6E4;
	width: 365px;
	height: 23px;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	margin: -90px 21px 0px 21px;
	padding-top: 77px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	z-index: 0;
	padding-left: 10px;
	position: relative;
}
.contentX .img {
	float: left;
	margin: 10px auto 10px auto;
	padding: 0px 10px;
}
.contentX .img span {
	float: left;
	width: 268px;
	margin: 1px;
	height: auto;
	text-align: center;
	padding: 5px 0px;
	background: #FFF;
	font-weight: bold;
	color: #01354B;
	font-size: 14px;
	display: none;
}
.contentX .img {
    position: relative;
    display: inline-flex;
    padding: 10px 10px;
    margin: 10px;
    text-align: center;
    width: calc(25% - 42px);
    width: -webkit-calc(25% - 42px);
    width: -moz-calc(25% - 42px);
    height: 190px;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);
	transition: all ease .4s;
	background-color: #fff;
}
.contentX .img.lightbox a {
    width: 100%;
}
.name_place {
	padding: 8px 0px;
	text-align: center;
}
.name_place h1 {
	font-weight: normal;
	color: #01354B;
	text-align: center !important;
}
.contentX .fotoboekImage {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.lightboxgallery-gallery {
	display: block;
  }
  .lightboxgallery-gallery-item {
	cursor: pointer;
	display: block;
	float: left;
	width: 25%;
	height: 200px;
  }
  .lightboxgallery-gallery-item img {
	width: 100%;
	height: 100%;
  }
  .lightboxgallery-gallery-item > div {
	position: relative;
	margin: 10px;
	height: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	background-size: cover;
    background-position: center;
  }
  .lightboxgallery-gallery-item > div:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
	opacity: 0;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
  }
  .lightboxgallery-gallery-item:hover > div:after {
	opacity: 1;
  }
  .lightboxgallery-gallery-item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
  }
  .lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
	opacity: 1;
  }
  .lightboxgallery-gallery-item-title {
	display: block;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 1px;
  }
ul.tabs {
    clear: both;
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
    margin: 20px auto -15px auto;
    text-align: center;
}
ul.tabs li {
	display: inline-block;
	width: auto;
	padding: 16px 12px;
	height: auto;
	font-size: .8571428571428571rem;
	margin: 0px 3px;
	text-transform: uppercase;
    color: #999;
	text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(107,107,107,.2);
	background: #FFF;
}
ul.tabs li:hover {
	cursor: pointer;
	background: #01354B;
	color: #FFF;
}
ul.tabs li.active {
	background: #01354B;
	color: #FFF;
}
.images img {
	border: 3px solid #CCC;
	margin-bottom: 12px;
}
.contentX .images img.second {
	margin: 0px 3% 12px 3%;
}
.images.mobile img:first-child {
	margin-top: 15px;
}.slicknav_menu {
		display: none;
	}

.lang {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	z-index: 9;
	margin-top: 9px;
}
.lang img {
	margin: -5px 2px;
}
content .homeArticle {
	width: 33%;
	width: calc(33% - 20px);
	width: -webkit-calc(33% - 20px);
	width: -moz-calc(33% - 20px);
}
.accFilter input {
	height: 16px;
    width: 16px;
    margin: 0;
    display: block;
    position: relative;

}
.accFilter strong {
	color: #000;
	margin-left: 28px;
}
.accFilter span:hover {
	color: #000;
}
.accFilter span.active {
	color: #000;
}
.accFilter input[type="submit"]{
    display: block;
    background: #7AC042  ;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
	height: auto;
}
.accFilter input[type="submit"]:hover{
	cursor: pointer;
}
.submit {
    display: block;
    background: #01354B;
    margin: 5px 0px 5px 0px;
    color: #FFF;
    font-weight: bold;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
	text-decoration: none;
}
.submit:hover {
	color: #FFF;
}
a.submit {
	background:#333;
	text-decoration: none;
	float: left;
}
.accFilter {
	float: left;
	width: 25%;
	height: auto !important;
}
.accRight {
	width: 75%;
	float: right;
}
.accFilter .sub {
	text-align: left; width: 240px; max-width: 100%; padding: 10px; font-size: 16px; height: auto; overflow: hidden; margin: 15px 0px 0px 0px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}
article {
    float: left;
    text-align: left;
    width: 100%;
    height: 350px;
    position: relative;
    margin: 0 auto;
    margin: 7px 0px;
}
article .imgTop {
	float: left;
	width: 100%;
}
article h1 {
    float: left;
    text-align: left;
    font-size: 30px;
    margin: 0px;
}
article h2 {
    float: left;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    text-align: left;
    font-size: 16px;
    color: #01354B;
    font-weight: normal;
    margin: 0px;
    text-decoration: underline;
    padding: 6px 10px 0px 10px;
}
article p {
    float: left;
    color: #6A6A6A;
    margin: 1em 0;
}
article .accImageContainer {
    float: left;
    margin-right: 10px;
    width: 100%;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    max-width: 360px;
}
article .accImage {
    width: 100%;
    float: left;
    height: 310px;
    background-size: cover;
    background-position: center;
}
article .accTextContainer {
    float: left;
    width: 100%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    max-width: 500px;
    margin-left: 20px;
}
article .persons {
	float: left;
	background: url('../img/personen.png') 8px 6px no-repeat;
	padding: 8px 10px 5px 30px;
	color: #3B8626;
	line-height: 13px;
}
article .sleep {
	float: right;
	margin-right: 8px;
	background: url('../img/bedden.png') right 10px no-repeat;
	padding: 8px 30px 5px 10px;
	color: #0F5160;
	line-height: 13px;
}
article hr {
	clear: both;
	float: left;
	width: 96%;
	height: 1px;
	background: #FFF;
	margin: 5px 2%;
	border: 0px;
	border-bottom: 1px dotted #CCC;
}
article .vink {
	clear: both;
	float: left;
	width: 79%;
	margin: 3px 10px;
	padding-left: 30px;
	color: #1E6A24;
	text-align: left;
	line-height: 13px;
	background: url('../img/vink.png') 0px 0px no-repeat;
	font-size: 14px;
}
article .price {
    position: absolute;
    right: 0px;
	top: 162px;
    width: 100%;
    height: 26px;
    line-height: 13px;
    padding: 13px 0px;
    background: #01354B;
    color: #FFF;
    text-align: center;
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
}
article .price span {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
}
article .zoover {
    position: absolute;
    right: 0px;
    top: 179px;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    height: 26px;
    line-height: 13px;
    padding: 13px 50px;
    background: url(../img/zoover.png) 15px 11px no-repeat;
    background-color: #F26925;
    color: #FFF;
    text-align: center;
    opacity: 0.8;
    font-family: 'Roboto', sans-serif;
}
article .zoover span {
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	float: right;
}
article .go {
	color: #FFF;
}
article .go:hover {
	text-decoration: none;
}
content .readMore {
	position: absolute;
	bottom: 0;
	right: 15px;
	padding: 5px;
	display: inline-block;
	background: #F26622;
	color: #fff;
	font-weight: bold;
}
content .content.mtop {
	margin-top: 25px;
	padding-top: 20px;
	height: 295px;
}
.agenda {
	float: none;
    width: 100%;
    max-width: 1100px;
    margin: 0px auto 15px auto;
    padding: 9px;
    background: #FFF;
}
.agenda strong {
	text-align: center;
}
.agenda_item {
	text-align: left;
}
.agenda_item img {
	float: left;
	width: 120px;
	height: auto;
}
.agenda_item a {
	font-weight: bold;
}
.agenda_item a:hover {
	text-decoration: none;
}
.information {
    float: left;
    padding: 15px 30px;
    margin: 30px 15px 0px 0px;
    text-decoration: none;
    font-size: 18px;
    background: #01354B;
}
.information span {
    color: #FFF;
    text-align: center;
}
.information2 {
    height: 30px;
    background: #01354B;
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}
.information2 span {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    bottom: 6px;
    left: 0;
    right: 0;
    position: absolute;
}
.zoekBoek {
    background: #CCC;
    padding: 15px;
    height: auto;
    clear: both;
	float: left;
	text-align: center;
    margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.zoekBoekContainer {
	margin: 0 auto;
	max-width: 1100px;
}
.zoekBoek h2 {
	position: absolute;
	top: -45px;
	height: 35px;
	left: -1px;
	font-size: 20px;
	color: #FFF;
	padding: 5px 10px;
	background: #F26622;
}
.zoekBoekAccom input, .zoekBoekAccom select {
	padding: 8px;
	color: #333;
	width: calc(100% - 20px);
	height: 21px;
	background: #FFF;
}
.zoekBoekAccom {
	margin-bottom: 15px;
}
.zoekBoek input, .zoekBoek select {
	padding: 15px;
	border: 1px solid #01354B;
	font-size: 16px;
	color: #333;
	width: 25%;
	width: calc(25% - 10px);
	width: -webkit-calc(25% - 10px);
	width: -moz-calc(25% - 10px);
	background: #FFF;
	float: left;
	margin: 0 5px;
    box-sizing: border-box;
}
.zoekBoek .datepicker, .zoekBoekAccom .datepicker {
	background-image: url(../img/Time-And-Date-Calendar-icon.png);
    background-position: 95% 14px;
    background-repeat: no-repeat;
	background-size: 20px 20px;
}
.zoekBoek input[type="submit"] {
	color: #FFF;
	cursor: pointer;
	text-align: center;
	border: 1px solid #01354B;
	background: #01354B;
}
.zoekBoek input[type="submit"]:hover {
	color: #FFF;
}
.zoekBoek_accommodatie {
    background-color: #7AC042;
    position: relative;
    width: 100%;
	width: calc(100% - 21px);
	width: -webkit-calc(100% - 21px);
	width: -moz-calc(100% - 21px);
    padding: 6px 11px 13px 10px;
    height: auto;
	clear: both;
}
.zoekBoek_accommodatie h2 {
	position: absolute;
	top: -45px;
	height: 35px;
	left: -1px;
	font-size: 20px;
	color: #FFF;
	padding: 5px 10px;
	background: #F26622;
}
.zoekBoek_accommodatie input, .zoekBoek_accommodatie select {
	padding: 8px;
	font-size: 14px;
	color: #333;
	width: 249px;
	height: 21px;
	background: #FFF;
	margin: 5px 0px 0px 0px;
	border-radius: 5px;
}
.zoekBoek_accommodatie input {
	background-image: url(../img/Time-And-Date-Calendar-icon.png);
    background-position: 230px 7px;
    background-repeat: no-repeat;
	background-size: 20px 20px;
}
.zoekBoek_accommodatie select {
	padding: 7px 8px;
	height: 42px;
}
.zoekBoek_accommodatie input[type="submit"] {
	padding: 9px;
	font-size: 14px;
	color: #7F7F7F;
	cursor: pointer;
	text-align: center;
	width: 100px;
	border: 1px solid #01354B;
	background: #01354B;
	border-radius: 5px;
	height: 42px;
}
.zoekBoek_accommodatie input[type="submit"]:hover {
	background: #01354B;
	border: 1px solid #01354B;
	color: #FFF;
}
.footerRight {
	float: right; width: 50%; text-align: right; color: #01354B;
}


.block_actie {
    float: left;
	background: #FFF;
    width: 33%;
    width: calc(33% - 12px);
    width: -webkit-calc(33% - 12px);
    width: -moz-calc(33% - 12px);
    margin: 2px 6px 0px 6px;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #01354B;
}
.block_actie a span.title {
	float: left;
	width: 100%;
	padding: 3px 0px;
	text-align: center;
	color: #01354B;
	height: 70px;
	font-size: 22px;
	font-family: 'Courgette', cursive;
}
.block_actie a img {
    float: left;
    height: 220px;
    width: 100%;
    margin: 0px auto 10px auto;
    display: block;
}
.block_actie .block2Image {
	width: 100%;
    float: left;
    height: 220px;
    background-size: cover;
    background-position: center;
}
.block_actie hr {
	clear: both;
    float: left;
    width: 96%;
    height: 1px;
    background: #FFF;
    margin: 5px 2%;
    border: 0px;
    border-bottom: 1px dotted #CCC;
}
.block_actie a .text {
	float: left;
	width: 100%;
	width: calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	height: 160px;
	padding: 3px 15px;
	text-align: center;
	font-size: 16px;
	color: #01354B;
	font-weight: 300;
	line-height: 23px;
}
.block_actie a span.bookNow {
    float: right;
    margin: 0px 10px 10px 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    background-color: #333;
    width: 65px;
    text-align: center;
    height: 21px;
}
.block {
	float: left;
	width: 25%;
	margin: 0px 5px;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.block span {
    float: left;
    text-align: left;
    color: #fff;
	display: block;
    position: absolute;
    padding: 10px;
    bottom: 40px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
	z-index: 1;
	font-family: 'Courgette', cursive;
	text-shadow: 1px 1px 0px #000;
}
.block a span {
    float: left;
    text-align: left;
    width: 50%;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    font-size: 24px;
    color: #01354B;
    margin: 10px;
}
.block a:hover {
	text-decoration: none;
}
.block img {
    position: relative;
    z-index: 0;
    width: 50%;
    float: left;
    height: auto;
}
.block .text {
    position: relative;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    left: 5%;
    width: 45%;
    display: block;
    text-align: left;
    float: left;
}
.block .text p {
    margin: 0px auto;
}
.block:hover .text {
	display: block;
}
.block.last {
	margin-right: 0px;
}
/* .block.block {
    height: auto;
    margin: 10px;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 20px rgba(0,0,0,0.2);
	width: 33%;
    width: calc(33.333% - 12px);
    height: 260px;
    margin-top: 12px
} */
.block.block .blockImage {
	position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: all ease .5s;
}

.block.block1, .block.block2, .block.block6, .block.block7 {
	height: 312px;
	width: calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
}
.block.block3, .block.block4, .block.block5, .block.block8, .block.block9, .block.block10 {
	width: 33%;
	width: calc(33.333% - 10px);
	width: -webkit-calc(33.333% - 10px);
	width: -moz-calc(33.333% - 10px);
	height: 260px;
    margin: 10px 5px;
}
.imgAccommodation {
	float: right;
	width: auto;
	height: 16px;
	padding: 5px;
}
.block.opacity .blockImage {
	opacity: 0.6;
}
.block.blockPartner {
	height: auto;
    margin: 10px;
    padding: 15px;
    width: calc(50% - 50px);
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 20px rgba(0,0,0,0.2);
}
.block.blockPartner span {
    position: unset;
	float: left;
    text-align: left;
    width: 50%;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    font-size: 24px;
    color: #01354B;
	margin: 10px;
	font-weight: unset;
}
.textPartner {
	position: relative;
    padding-bottom: 10px;
    font-size: 14px;
	font-weight: bold;
	left: 3%;
    width: 47%;
    display: block;
    text-align: left;
    float: left;
}
.textPartner p {
	margin: 0px auto;
}
.blockPartnerImage {
	width: 50%;
    float: left;
    height: 180px;
    background-size: cover;
    background-position: center;
}
.blockTypeOneImage {
    height: 220px;
    background-position: center;
    background-size: cover;
}
.footerBottom {
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.footerBottom a {
	color: #FFF;
}
.footerLeft {
	float: left; width: 80%; text-align: left; margin-bottom: 15px; color: #01354B;
}
.footerLeft .footerLeftContainer {
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	width: 50%;
}
.footerLeft .footerLeftContainer img {
	height: 100px;
}
.footerRight {
	float: right; width: auto; text-align: right; margin-bottom: 15px;
}
.footerLeft a {
	color: #01354B;
}
#copyright {
    clear: both;
    float: left;
    width: 100%;
    background-color: #01354B;
    color: #FFF;
    padding: 10px 0px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    font-size: 14px;
}
.copyright {
    height: auto;
    color: #FFF;
    margin: 0px auto;
    position: relative;
    padding: 3px 0px;
}
.copyright span {
	width: 100%;
    position: relative;
    margin: .25em 0;
    line-height: 1.8;
}
.copyright a {
	color: #FFF;
}
@media (max-width: 1100px){

}
@media (max-width: 1000px) {
	.container {
		clear: both;
		max-width: 1000px;
		width: auto;
		margin: 0px;
	}
	header, nav, nav ul, .header_bottom, content {
		width: 100%;
	}
	header {
		height: auto;
		text-align: center;
	}
	header .svr, header .boek {
		display: none;
	}
	header nav {
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		margin: 0px;
	}
	header nav ul li ul li:first-child {
		display: block;
	}
	header nav ul.thirdpage {
		left: 0;
	}
	header nav ul li a, header nav ul li ul li a, header nav ul li ul li a:hover, header nav ul li:hover ul li a {
		font-size: 13px;
	}
	header nav ul li ul li ul {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
	}
	.displayonMobile {
		display: block;
	}
	#contact-buttons-bar { display: none; }
	content .contentX, content .content {
		margin-top: 20px;
		float: left;
		width: 96%;
		padding: 15px 2%;
	}
	.contentX div.omschrijving {
		width: calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		margin: 0px;
	}
	content .contentX { margin-top: 0px; }
	aside {
		float: left;
		width: 30%;
	}
	.accFilter {
	    float: left;
		width: 100%;
	}
	.accFilter .sub {
		text-align: left;
		width: 240px;
		max-width: 100%;
		padding: 10px;
		font-size: 16px;
		height: auto;
		overflow: hidden;
		margin: 15px 0px 0px 0px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.accFilter .sub {
		margin: 0px auto;
	}
	.accRight {
		width: 100%;
	}
	article .vink {
		width: 295px;
	}
	.searchBook {
		width: 94%;
		padding: 15px 2%;
		margin-right: 2%;
	}
	.searchBook h2 {
		width: 94%;
		margin: -15px 0px 10px -2%;
	}
	.searchBook select, .searchBook input {
		width: 96%;
		margin: 8px 0px;
	}
	.searchBook input {
		width: 94%;
		margin: 8px 0px;
	}
	.searchBook input[type="submit"] {
		width: 96%;
	}
	footer {
		width: 96%;
		padding: 10px 2% 10px 2%;
	}
	.slicknav_menu {
		display: block;
	}
	header nav ul li ul {
		background: #4c4c4c;
		position: relative;
		left: 0px;
		right: 0px;
		top: 0px;
	}
	.slicknav_nav ul {
		transform: none;
		margin: 0px;
	}
	header nav ul li ul:hover {
		color: #000;
	}
	header nav ul li {
		display: none;
	}
	.lang {
		position: relative;
		float: right;
	}
	#mobileMenu {
		clear: both;
		float: left;
		width: 100%;
		height: auto;
		margin: 0px 0px 15px 0px;
	}
	.zoekBoek, .zoekBoek_accommodatie, .searchBook, .searchTop {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
	}
	header {
		margin: 0px;
		width: 100%;
	}
	#mainImage {
		margin-top: 0px;
	}
	.contentX div.omschrijving img {
		max-width: 100%;
	}
	#footer {
		position: relative;
		overflow: hidden;
	}
	.footerLeft {
		width: 100%;
	}
	.footerRight {
		width: 50%;
	}
	ul.sitemap {
		width: 100%;
	}
	.block_actie a span.bookNow {
    clear: both;
    float: right;
    margin: 8px 10px 10px 10px;
    font-size: 13px;
    font-weight: bold;
    position: static;
}
}
@media (max-width: 930px) {
	.contentX .img img {
		width: 385px;
		height: 243px;
	}
}
@media (max-width: 920px) {
	.contentX .img {
		float: left;
		width: calc(50% - 42px);
		margin: 10px;
		border: 1px solid #CCC;
		background: #EEE;
		padding: 10px;
		background-color: #fff;
	}
	.contentX .img span {
		float: left;
		width: 298px;
		margin: 1px;
		height: auto;
		text-align: center;
		padding: 5px 0px;
		background: #FFF;
		font-weight: bold;
	}
	.contentX .img img {
		width: 298px;
		height: 207px;
		margin: 0px;
		padding: 1px;
		background: #FFF;
	}
	.blockPartnerImage {
		width: 100%;
	}
	.textPartner {
		width: unset;
		margin: 0px 10px;
		left: unset;
	}
	.block.blockPartner span {
		width: 100%;
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
	}
}
@media (max-width: 840px){
	article {
		width: 50%;
		width: calc(50% - 16px);
		width: -webkit-calc(50% - 16px);
		width: -moz-calc(50% - 16px);
	}
	.block_actie {
		width: calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		margin: 5px 4px;
	}
}
@media (max-width: 750px) {
	.contentX .img img {
		height: auto;
		width: 100%;
	}
	.zoekBoek {
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width: 725px) {
	.accFilter {
	    float: left;
		width: 100%;
	}
	.accFilter .sub {
		width: 100%;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
	}
	.accRight {
		width: 100%;
		float: left;
	}
	article.last {
		float: left;
	}
	article .vink {
		width: 460px;
	}
	.logo_text {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0px auto;
	}
	.logo_img {
		max-width: 100%;
		height: auto;
	}
	.detailsdiv {
		position: absolute;
		display: none;
		top: 100px;
		right: 0px;
	}
	span.details {
		background: rgba(236,210,2,0.8);
	}
	.accommodatie_slider {
		width: 100%;
	}
	.block {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-right: 0%;
		height: 155px;
		overflow: hidden;
		position: relative;
	}
	.contentX { margin-top: 0px; }
	.contentX.right {
		float: left;
		width: calc(100% - 36px);
		width: -webkit-calc(100% - 36px);
		width: -moz-calc(100% - 36px);
		margin-top: 15px;
	}
	aside {
		float: left;
		width: 100%;
		display: none;
	}
	.images img {
		height: auto;
		width: calc(100% - 25px);
		width: -webkit-calc(100% - 25px);
		width: -moz-calc(100% - 25px);
	}
	.searchBook {
		width: 96%;
		padding: 15px 2%;
		margin-right: 0px;
	}
	.searchBook h2 {
		width: 98%	;
		margin: -15px 0px 10px -2%;
	}
	.searchBook select, .searchBook input {
		width: 98%;
		margin: 8px 0px;
	}
	.searchBook input {
		width: 96%;
		margin: 8px 0px;
	}
	.searchBook input[type="submit"] {
		width: 98%;
	}
	.zoekBoek input, .zoekBoek select {
		width: calc(50% - 28px);
		width: -webkit-calc(50% - 28px);
		width: -moz-calc(50% - 28px);
		float: left;
		margin: 4px;
	}
	.zoekBoek select {
		width: calc(50% - 8px);
		width: -webkit-calc(50% - 8px);
		width: -moz-calc(50% - 8px);
	}


	.block.block1, .block.block2, .block.block3, .block.block4, .block.block5 {
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -moz-calc(100% - 10px);
		height: 260px;
	}
	header .header {
		position: relative;
		float: left;
		width: 100%;
		min-width: 0px;
		margin: 0px 0px -10px 0px;
		height: auto;
		min-height: 155px;
	}
	header .container {
		text-align: center;
	}
	header .logo {
		float: left;
		display: inline-block;
		margin: 7px auto;
		padding: 0px;
		text-align: center;
		position: relative;
		height: 60px;
	}
	header .search { display: none; }
	.contentX .images img {
		width: 96%;
		height: auto;
		margin: 0px auto;
	}
	form.review {
		text-align: center;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
	}
	form.review tbody, form.review tr, form.review td {
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
	}
	form.review td {
		width: 100%;
	}
	input#rating {
		width: 480px;
		max-width: 100%;
	}
	.contentX .images img.second {
		margin: 0px auto;
	}
	.article .price {
	    right: -2px;
		top: 187px;
		display: none;
	}
	content .content.noclear {
	    width: calc(100% - 36px);
	    width: -webkit-calc(100% - 36px);
	    width: -moz-calc(100% - 36px);
	}
	.googlemaps iframe {
		display: none;
	}
	.information {
	    height: 25px;
		bottom: 0;
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
	}
	.article img {
		float: left;
		width: calc(100% - 4px);
		width: -webkit-calc(100% - 4px);
		width: -moz-calc(100% - 4px);
		height: 210px;
		padding: 1px;
		background: #FFF;
		border: 1px solid #CCC;
		margin-right: 0px;
		margin: 0px auto;
	}
	.article h1 {
		font-size: 14px;
		font-weight: bold;
		margin: 4px 0px 0px 0px;
	}
	.article h2 {
		font-size: 13px;
		font-weight: normal;
		text-decoration: underline;
	}
	.article p {
		margin: 7px 0px;
		line-height: 16px;
		font-style: italic;
		width: auto;
	}
	.article span {
		font-weight: bold;
		font-size: 14px;
	}
	.article:hover {
		background: #F2F2F2;
	}
	.images.mobile { display: none; }

	.houseIMG {
		float: left;
		width: 98%;
		min-height: 180px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.content.house .price {
		position: absolute;
		left: 12px;
		top: 179px;
		width: 91px;
		height: 63px;
		padding: 10px 5px;
		color: #FFF;
		font-weight: bold;
		font-size: 14px;
		background: url('../img/prijs.png');
	}
	.content.house .price div {
		font-size: 24px;
		line-height: 26px;
		margin: 5px 0px;
	}
	.content.house .price strong {
		font-size: 12px;
	}
	.content.house span {
		float: left;
		width: 44%;
		color: #333;
		font-weight: bold;
		padding: 5px 2%;
	}
	.content.house span.first {
		width: 22%;
		font-weight: bold;
		background: #DDD;
		border-left: 1px solid #F2F2F2;
		border-right: 0px;
		color: #333;
	}
	.tabs_center {
		margin-left: 0px;
	}
	.contentX span.omschrijving {
		float: left;
		width: 96%;
		margin: 10px 2% 20px 2%;
	}
	.contentX span.omschrijving {
		line-height: 19px;
	}
	sup { vertical-align: top; font-size: 0.8em; }
	.contentX span.details {
		float: left;
		width: 92%;
		margin: 10px 2% 20px 2%;
		background: #eee;
		border: 1px solid #DDD;
		padding: 10px 2%;
		line-height: 20px;
		position: relative;
		z-index: 1;
	}
	.contentX span.details strong {
		float: left;
		width: 40%;
	}
	.contentX span.details_bottom {
		display: none;
	}
	ul.tabs {
		clear: both;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		list-style: none;
		margin: 15px 0px;
	}
	ul.tabs li {
		float: left;
		width: 46%;
		height: 15px;
		padding: 10px 1%;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		margin: 0px 3px;
		text-decoration: none;
		margin-top: 2px;
	}
	ul.tabs li:hover {
		border-bottom: 0px;
	}
	ul.tabs li.active {
		border-bottom: 0px;
	}
	.block_actie a span.bookNow {
		margin: 55px 10px 10px 10px;
	}
	.footerLeft ul {
		list-style: none;
	}
}@media screen and (max-width: 640px) {
	article .vink {
		width: auto;
	}
	table {
		overflow-x: auto;
		display: block;
	}
	.block_actie a span.bookNow {
		margin: 65px 10px 10px 10px;
	}
}
@media screen and (max-width: 667px) {
	body {
		padding-top: 0px;
	}
	header {
		position: relative;
		float: left;
	}
	.slider_tekst {
		display: none;
	}
	.zoekboek_slider {
		margin-top: 0px;
	}
	article {
		float: left;
		width: 100%;
		margin: 15px auto;
		position: relative;
		text-align: center;
	}
	article .zoover {
		top: 198px;
	}
}
@media screen and (max-width: 550px){
	.block_actie {
		width: 100%;
		width: calc(100% - 2px);
		width: -webkit-calc(100% - 2px);
		width: -moz-calc(100% - 2px);
		height: auto;
	}
	.block.blockPartner {
		width: calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
	}
	.blockPartnerImage {
		width: 50%;
	}
	.block.blockPartner span {
		width: 50%;
		width: calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
	}
	.textPartner {
		left: 3%;
		width: 47%;
		margin: unset;
	}
}
@media screen and (max-width: 500px) {
	.contentX .img {
		width: calc(100% - 42px);
		width: -webkit-calc(100% - 42px);
		width: -moz-calc(100% - 42px);
		background-color: #fff;
	}
	.lightboxgallery-gallery-item {
		cursor: pointer;
		display: block;
		float: left;
		width: 50%;
		height: 200px;
	}
}
@media screen and (max-width: 340px) {
	article .vink {
		width: 200px;
	}
}
.weatherFeed {
	font-family: 'Roboto', sans-serif;
	font-size: 90%;
	width: 280px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

#weerPlugin {
	clear: both;
	float: right;
	width: 300px;
	margin-top: 13px;
}

div#topKikker {
    position: absolute;
    left: -10px;
    top: 105px
}
div.kikkerSound {
    position: absolute;
    left: 0;
    top: 0
}
.ie {
    display: none;
}
header .contact {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
header .mail{
	position: absolute;
	top: 5px;
	right: 170px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.telefoon{
	height: 18px;
	width: auto;
	margin: 2px -20px;
	position: absolute;
}
.mail2 {
	height: 22px;
	width: auto;
	margin: 2px -26px;
	position: absolute;
}
.zoek_en_boek {
	margin-top: 178px;
	position: absolute;
	color: #FFF;
	left: 18px;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
}
.background_opentab {
	position: relative;
	height: auto;
	width: 100%;
	opacity: 0.9;
	margin-top: 20px;
}
.tabs_center {
	margin-left: 100px;
}
.omschrijving hr {
	margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #fff;
	box-shadow: 0 1px 2px 0 rgba(107,107,107,.2);
}
.mail a {
	color: #FFF;
}
.button_faq {
    /* position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    border-bottom: 3px solid #238053;
    padding: 10px;
    width: 100%;
	text-align: center;
	 */
	float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #bbb;
    padding: 10px 0;
}
.popup_faq {
	display: none;
}
span.stars, span.stars span {
    display: block;
    width: 100%;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}
.pager {
	position: relative;
	width: 100%;
	float: left;
}
.pager_wrapper {
	float: none;
    position: absolute;
	margin: 0 auto;
	left: 50%;
    left: -webkit-calc(50% - 100px);
    left: -moz-calc(50% - 100px);
    left: calc(50% - 100px);
}
.pageblock {
	float: left;
	padding: 10px;
	border: 1px solid black;
	background: #fff;
	color: black;
}
.pager.nonActive {
	background: rgba(253, 202, 0, 0.658);
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.facilitieTable{
	table-layout: fixed;
	width:100%;
}
.facilitieTable td {
	width: 33% ;
}
/* info accommodatie style */

.container_info {
	margin: 0px auto;
	width: 1640px;
	height: auto;
	min-height: 800px;
	text-align: left;
	position: relative;
}
.info {
	width: 100%;
	height: auto;
	text-align: left;
	margin: auto;
}
.info_header {
	float: left;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
	border-top: 14px solid #01354B;
	border-right: 14px solid #01354B;
	border-left: 14px solid #01354B;
}
.info_logo {
	width: -webkit-calc(40% - 7px);
    width: -moz-calc(40% - 7px);
	width: calc(40% - 7px);
	float: left;
	height: 114px;
	border-right: 7px solid #01354B;
}
.info_contact {
	width: -webkit-calc(60% - 14px);
    width: -moz-calc(60% - 14px);
	width: calc(60% - 14px);
	float: right;
	height: 100px;
	background: #01354B;
	color: #fff;
	text-align: center;
	padding: 7px;
}
.info_contact h2 {
	color: #FFF !important;
	text-align: center;
    font-size: 30px;
}
.info_contact span {
	font-size: 24px;
	width: 100%;
}
.info_contact img {
	height: 20px;
}
.info_container {
	float: left;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
	width: calc(100% - 40px);
	border: 14px solid #01354B;
}
.info_container .status {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.info_container .status .forSale {
	background: #42A63D;
	color: #FFF;
	padding: 5px 0px;
}
.info_container .status .reserved {
	background: #F8F305;
	color: #000;
	padding: 5px 0px;
}
.info_container .status .sold {
	background: #BE3529;
	color: #FFF;
	padding: 5px 0px;
}
.info_images {
	float: left;
    width: 100%;
	height: 780px;
	background: #01354B;
}
.info_images2 {
	float: left;
	width: 100%;
	height: 780px;
	background: #01354B;
}
.info_images .pdfHouseIMG {
	width: calc(60% - 7px);
    width: -webkit-calc(60% - 7px);
    width: -moz-calc(60% - 7px);
	/* height: calc(100% - 14px);
    height: -webkit-calc(100% - 14px);
	height: -moz-calc(100% - 14px); */
	height: calc(100% - 7px);
    height: -webkit-calc(100% - 14px);
    height: -moz-calc(100% - 14px);
	float: right;
	border-bottom: 7px solid #01354B;
	/* border-top: 7px solid #01354B; */
	border-left: 7px solid #01354B;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_images2 .houseIMG2 {
	width: 100%;
	border-bottom: 7px solid #01354B;
	float: right;
	height: calc(100% - 7px);
    height: -webkit-calc(100% - 7px);
    height: -moz-calc(100% - 7px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_images .pdfSmall_img {
	width: calc(40% - 7px);
	border-bottom: 7px solid #01354B;
	border-top: 7px solid #01354B;
	border-right: 7px solid #01354B;
	float: left;
	height: calc(50% - 14px);
    height: -webkit-calc(50% - 14px);
    height: -moz-calc(50% - 14px);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.info_images .pdfSmall_img_1 {
	height: calc(50% - 7px);
    height: -webkit-calc(50% - 74px);
	height: -moz-calc(50% - 7px);
	border-top: unset;
}
.name_place .icons {
	float: left;
	width: 25%;
    padding: 0px 0px 14px 0px;
}
.name_place .icon img {
	height: auto;
}
.name_place .icon {
    float: left;
    width: 60px;
	margin: 0px 10px 0px 0px;
    text-align: center;
	font-weight: bold;
}
.name_place .labels {
	width: 10%;
	float: right;
}
.name_place img.label {
	float: right;
	height: 100px;
    width: auto;
}
.footertxt {
	float: left;
	width: 65%;
	text-align: center;
}
.footertxt h2 {
	text-align: center;
}
.footertxt span {
	float: left;
	width: 100%;
	text-align: center;
}
.pdf {
	background: none;
	font-size: 12px;
}
.pdf div.pdf{

	display: inline-block;
}
.pdf .contentX, .pdf .content{
	max-width: unset;
}
.pdf .container_info #content{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
}
.pdf .container_info #content .content_big {
	clear: both;
	float: left;
	width: 100%;
}
.pdf .container_info #content .content_big .content{
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	margin: 10px 10px 10px 0px;
}
.pdf .bookingframe{
	width: 100%;
	height: 500px;
}
/* language switch dropdown menu*/
.languageSwitchButton {
	background-color: #FFF;
	color: #01354B;
	padding: 16px;
	font-size: 16px;
	border: none;
}
  .languageSwitchButton i{
	  color: #01354B;
}
  .languageSwitch {
	position: relative;
	display: inline-block;
}
  .languageSwitchContent {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 96px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
  .languageSwitchContent a {
	color: #01354B;
	padding: 12px 12px;
	text-decoration: none;
	display: block;
}
  .languageSwitchContent a:hover {
	background-color: #ddd;
}
	.languageSwitch:hover .languageSwitchContent {
	display: block;
}
  .languageSwitch:hover .languageSwitchButton {
	background-color: #efefef;
}
	.languageSwitch img{
		max-width: 31px;
	}