/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wrapper.extrasmall{
	width: 600px;
}
.clear {
	clear: both;
}
.dpn {
	display: none!important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatRightI {
	float: right!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px!important;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.p60 {
	padding: 60px;
}
.pt120 {
	padding-top: 120px;
}
.p5-0 {
	padding: 5px 0;
}
.p20-0 {
	padding: 20px 0;
}
.p40-0 {
	padding: 40px 0;
}
.p0-30 {
	padding: 0 30px;
}
.p15-30 {
	padding: 15px 30px;
}
.p30-0-60 {
	padding: 30px 0 60px;
}
.p60-0-30 {
	padding: 60px 0 30px;
}
.p60-0-80 {
	padding: 60px 0 80px;
}
.p10-20 {
	padding: 10px 20px;
}
.p30-0 {
	padding: 30px 0;
}
.p60-0 {
	padding: 60px 0;
}
.p120-0 {
	padding: 120px 0;
}
.w20 {
	width: 20px;
}
.h200 {
	height: 200px;
}
.wauto {
	width: auto;
}
.w500 {
	width: 500px;
	float: left;
}
.w600 {
	width: 600px;
	float: left;
}
.mt-10 {
	margin-top: -10px;
}
.mt-20 {
	margin-top: -20px;
}
.h60 {
	height: 60px;
	overflow:hidden;
}
.centerDiv {
	float: none;
	width: auto;
	margin: auto;
	display: table;
}
a {
	cursor: pointer;
}
/* FONT CLASSES */
.light {
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
}
.regular {
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
}
.bold {
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
}
.extraBold {
	font-family: "Lato";
	font-weight: 900;
	font-style: normal;
}
h1, .title-1 {
	font-size: 26px;
	line-height: 1.5;
}
h2, .title-2 {
	font-size: 24px;
	line-height: 1.5;
}
h2.big, .title-2.big{
	font-size: 35px;
	line-height: 1.5;
}
h3, .title-3 {
	font-size: 20px;
	line-height: 1.5;
}
h4, .title-4 {
	font-size: 18px;
	line-height: 1.5;
}
h5, .title-5 {
	font-size: 16px;
	line-height: 1.5;
}
h6, .title-6 {
	font-size: 14px;
	line-height: 1.5;
}
.decoTitle:after {
	width: 4px;
	height: 45px;
	background-color: #366eb4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
em {
	font-style: italic;
}
.centerText {
	text-align: center;
}
.image {
	float: left;
	width: 100%;
}
.image img {
	float: left;
	max-width: 100%;
}
/* GENERAL STYLING CLASSES */
.backgroundCover {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.clearFix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.relative {
	position: relative;
}
.btn {
	cursor: pointer;
}
.formshowerror {
	border: 1px solid red;
	background-color: #ffd0d0;
	color: red;
}
.centerBack {
	background-position: center;
}
.zi80 {
	z-index: 80;
}
.shadowText {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.shadowTextLight {
	text-shadow: 0px 0px 10px rgba(36, 36, 36, 0.7);
}
.autoColumn-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.textRight {
	text-align: right;
}
/* GENERAL ELEMENTS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #161616;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
}
a {
	color: inherit;
}
b {
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
	font-weight: bold;
}
.paragraph {
	float: left;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
}
.paragraph img {
	max-width: 100%;
	height: auto!important;
}
.paragraph ol{
	padding-left: 40px;
	list-style: disc;
}
.iconArrow{
	display: none;
}
table img{
	max-width: inherit!important;
}
.sloepen tr{
	margin-bottom: 20px;
	float:left;
}
.sloepen td{
	vertical-align: top;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
}
.sloepen td:first-child{
	padding-right: 20px;
}

.sloepen .button{
	margin-top: 10px;
}

.paragraph.white {
	color: white;
}
.paragraph.italic {
	font-style: italic;
}
.paragraph.small {
	font-size: 15px;
	line-height: 1.9;
}
.paragraph.extrasmall {
	font-size: 14px;
	line-height: 1.7;
}
.paragraph.big {
	font-size: 19px;
	line-height: 1.7;
}
.paragraph a {
	text-decoration: underline;
}
.paragraph a:hover {
	color: #366eb4;
}
.paragraph .arrowBefore {
	float: left;
	width: 100%;
}
.paragraph .arrowBefore li {
	float: left;
	width: 100%;
	position: relative;
	list-style: none;
	padding-left: 20px;
}
.paragraph .arrowBefore li:before {
	float: left;
	position: absolute;
	content: '\f105';
	color: #366eb4;
	left: 0;
	font-family: "FontAwesome";
	margin-right: 10px;
	top: 0px;
}
.paragraph iframe {
	float: left;
	width: 100%!important;
}

.border {
	border: 2px solid #202020;
}
.border:hover {
	border-color: #366eb4;
}
.border:hover .overlay {
	background-color: rgba(66, 16, 15, 0.85);
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button {
	float: left;
	cursor: pointer;
	padding: 14px 20px;
	background-color: transparent;
	color: #000000;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	text-decoration: none!important;
	font-size: 15px;
	border-bottom: 1px solid #6b6b6b;
	line-height: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.button.big {
	font-size: 20px;
}
.button:hover {
	background-color: #f9f9f9;
	border-bottom: 1px solid #366eb4;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.ghostBlack {
	float: left;
	background-color: transparent;
	border: 1px solid #000000;
	color: #000000;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
}
.button.ghostBlack:hover {
	background-color: #000000;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.red {
	background-color: #e30613;
	border: none;
	color: white;
}
.button.red:hover {
	background-color: #b9040e;
}
.button.blue {
	background-color: #366eb4;
	color: white;
	border: 1px solid #193c68;
}
.button.blue:hover {
	background-color: #193c68;
	color: white;
}
.button.green {
	background-color: #3ebb67;
	border: none;
	color: white;
}
.button.green:hover {
	background-color: #339a55;
}
.button.white {
	background-color: white;
	border: none;
	color: #366eb4;
}
.button.white:hover {
	background-color: #193c68;
	color: white;
}
.button.whiteGhost {
	background-color: transparent;
	border: 1px solid white;
	color: white;
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
	font-weight: bold;
}
.button.whiteGhost:hover {
	background-color: white;
	color: #366eb4;
}
.button.small {
	padding: 10px 15px;
}
.button.inactive {
	opacity: 0.6;
	cursor: default;
}
.button{position: relative;}
.button img{
	max-width: 45px;
	float: right;
	position: absolute;
	right: 7px;
	top: 7px;
}
.formButton {
	padding: 11px 20px;
	margin-top: 24px;
}
.buttonsRight .button:first-child{
	margin-right: 20px;
}
/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}
.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 16.666%;
}
.col-2-5 {
	width: 20%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}
.col-padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.col-padding-left-smaller {
	padding-left: 5px;
}
.col-padding-right-smaller {
	padding-right: 5px;
}
.col-padding-left-small {
	padding-left: 10px;
}
.col-padding-right-small {
	padding-right: 10px;
}
.col-padding-right {
	padding-right: 15px;
}
.col-padding-left {
	padding-left: 15px;
}
.col-padding-right-big {
	padding-right: 40px;
}
.col-padding-left-big {
	padding-left: 40px;
}
.s-show,
.s-show-block {
	display: none;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(4, 19, 37, 0.6);
}

.jachthaven, .jachthaven .slideContainer, .jachthaven .footerDeco{
	background-color: #16222f;
}
.jachtmakelaardij, .jachtmakelaardij .slideContainer, .jachtmakelaardij .footerDeco{
	background-color: #222222;
}
.eetcafe, .eetcafe .slideContainer, .eetcafe .footerDeco{
	background-color: #232323;
}
.jachtservice, .jachtservice .slideContainer, .jachtservice .footerDeco{
	background-color: #21201e;
}
.sloepenverhuur, .sloepenverhuur .slideContainer, .sloepenverhuur .footerDeco{
	background-color: #252322;
}

/* PAGES */
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}
.jachthaven .header{
	background-image: url('../../images/headerImage-jachthaven.png');
}
.jachtmakelaardij .header{
	background-image: url('../../images/headerImage-jachtmakelaardij.png');
}
.eetcafe .header{
	background-image: url('../../images/headerImage-eetcafe.png');
}
.jachtservice .header{
	background-image: url('../../images/headerImage-jachtservice.png');
}
.sloepenverhuur .header{
	background-image: url('../../images/headerImage-sloepenverhuur.png');
}


.topBar {
	float: right;
	width: 100%;
	padding: 15px 0;
	position: relative;
}
.language {
	float: right;
	margin-top: 10px;
}
.language li {
	float: left;
	margin-left: 5px;
}
.language li.selected a {
	border: 2px solid white;
	background-color: white;
}
.language a {
	float: left;
	width: auto;
	border: 2px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.language a:hover {
	border: 2px solid white;
	background-color: white;
}
.language img {
	float: left;
	width: 100%;
	max-width: 25px;
}
.decoHeader {
	content: '';
}
.logo {
	float: left;
	position: absolute;
	left: 27px;
	top: 20px;
	z-index: 3;
}
.logo img {
	float: left;
	max-width: 100%;
}
.logoText {
	float: left;
	position: relative;
	color: white;
	text-decoration: none;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	width: 300px;
	margin-left: 218px;
	font-size: 20px;
	margin-top: 10px;
}
.cornersRight {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.mainBar {
	float: left;
	width: 100%;
	padding-left: 208px;
	margin-top: 10px;
}
.subMenu {
	float: left;
	width: 100%;
	padding-left: 208px;
	margin-top: 10px;
}
#menu {
	float: left;
	z-index: 100;
	position: relative;
	margin-top: 5px;
}
#menu ul {
	float: left;
}
#menu li {
	float: left;
	width: auto;
	position: relative;
	margin-right: 10px;
}
#menu li:hover a {
	color: white;
	background-color: rgba(0, 0, 0, 0.6);
}

#menu li.selected a {
	color: white;
	background-color: #193c68;
}
#menu li:first-child {
	margin-left: 0;
}
#menu li a {
	float: left;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: white;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	padding: 8px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-transform: uppercase;
}
#menu .sub {
	overflow: hidden;
	display: none;
	position: absolute;
	width: 180px;
	top: 30px;
	left: 0px;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	z-index: 105;
	background-color: white;
}
#menu .sub li {
	float: left;
	width: 100%;
	margin: 0!important;
	border-bottom: none!important;

}
#menu .sub li:after {
	display: none;
}
#menu .sub li:last-child {
	border-bottom: none;
}
#menu .sub li a {
	background-color: white;
	float: left;
	width: 100%;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	padding: 12px;
	cursor: pointer;
	color: #000000;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
	border-radius: 0;
}
#menu .sub li a:hover {
	color: #366eb4;
	border-bottom: none;
}
#menu .sub li:last-child {
	border-bottom: none;
}
#submenu {
	float: left;
	position: relative;
	margin-top: 5px;
}
#submenu ul {
	float: left;
}
#submenu li {
	float: left;
	width: auto;
	position: relative;
}
#submenu li:hover a {
	color: #366eb4;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ededed 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ededed', GradientType=0);
}

#submenu li.selected a {
	color: #366eb4;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ededed 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ededed 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ededed', GradientType=0);
}
#submenu li:first-child {
	margin-left: 0;
}
#submenu li a {
	float: left;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	position: relative;
	cursor: pointer;
	padding: 17px 15px;
}
#submenu .sub {
	display: none;
	z-index: 99;
	position: absolute;
	width: 180px;
	top: 39px;
	left: 0px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
}
#submenu .sub li {
	float: left;
	width: 100%;
	margin: 0!important;
	border-bottom: none!important;
}
#submenu .sub li:after {
	display: none;
}
#submenu .sub li:last-child {
	border-bottom: none;
}
#submenu .sub li a {
	float: left;
	width: 100%;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
	font-size: 13px;
	padding: 12px;
	cursor: pointer;
	color: #000000;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#submenu .sub li a:hover {
	color: #366eb4;
	border-bottom: none;
}
#submenu .sub li:last-child {
	border-bottom: none;
}
.filterSlide {
	margin-top: -100px;
}
#slides .owl-dots{
	bottom: 33px;
}
.jachtmakelaardij #slides .owl-dots{
	bottom: 100px;
}
/*
.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}*/
#maps {
	float: left;
	width: 100%;
	height: 400px;
	background-color: #e6e6e6;
}
.content {
	float: left;
	width: 100%;
	margin-top: 134px;
}
.parallax {
	overflow: hidden;
	position: absolute;
	float: left;
	height: 100%;
	top: 0;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slideImage {
	float: left;
	width: 100%;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
	height: 600px;
	position: absolute;
	top: 0;
}
.navTitle{
	margin-bottom: 10px;
	float: left;
	padding-right: 25px;
}


#items {
	float: left;
}
#items .owl-item {
	float: left;
}
.item {
	float: left;
	width: 100%;
}
#items{
	width: calc(100% + 40px);
	margin-left: -20px;
	position: relative;
}
#items:before{
	position: absolute;
	width: 20px;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #222222;
	content: '';
	z-index: 80;
}
#items:after{
	right: 0;
	top: 0;
	position: absolute;
	width: 20px;
	height: 100%;
	background-color: #222222;
	content: '';
	z-index: 80;
}
.itemboat-status{
	background-color: #d52a2a;
	color: white;
	padding: 3px 10px;
	border-radius: 3px;
}

.reviewstars {
    text-align:center;
    direction:rtl;
}

.reviewstar {
  display:inline-block;
  padding: 5px;
  font-size: 36px;
  color: #444;
  transition: all .2s;
}

/*DETAIL*/
#detailSlide{
	float: left;
	width: 100%;
}
#detailSlide .owl-stage-outer{
	width: 100%;
	float:left;
}
#detailSlide .owl-nav{
	width: 100%;
}
#detailSlide .owl-thumbs {
	float: left;
	width: 100%;
}
#detailSlide .item{
	width: 100%;
}
#detailSlide  .owl-thumb-item{
	width: 100%;
}
#detailSlideThumbs{
	float: left;
	width: 100%;
}

.overlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 7;
}
.overlay.thin {
	background-color: rgba(0, 0, 0, 0.2);
}
.overlay.thick {
	background-color: rgba(0, 0, 0, 0.4);
}
.overlay.white {
	background-color: rgba(255, 255, 255, 0.8);
}
.overlay.black {
	background-color: rgba(36, 36, 36, 0.7);
}
.textShadow {
	text-shadow: 1px 1px 1px #000;
}
.slideContainer {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #161616;
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.middleText {
	text-align: center;
	vertical-align: middle;
	line-height: 200px;
}
.backRightBottom {
	background-position: right center;
	background-size: 500px;
}
.noRepeat {
	background-repeat: no-repeat;
}
.footerList {
	float: left;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 28px;
	color: white;
	margin-top: 10px;
}
.footerList li {
	float: left;
	width: 100%;
}
.footerList a {
	float: left;
	width: 100%;
	text-decoration: none;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
}
.footerList a:hover {
	color: #366eb4;
}
.footerList .sub {
	padding-left: 20px;
	font-size: 14px;
}
.bottomFooter {
	width: 100%;
	float: left;
	background-color: black;
	border-top: 2px solid #eee;
	padding: 15px 0;
}
.icon {
	float: left;
	width: 100%;
}
.icon img {
	float: left;
	width: 100%;
}
.slideText {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 80;
	width: 50%;
	float: left;
}
.itemboat {
	float: left;
    width: 100%;
}



/*TABS*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 40px;
	border-bottom: 1px solid #333;
	width: 100%;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 15px;
	height: 40px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #161616;
	color: #ccc;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	line-height: 37px;
}
.tab_last {
	border-right: 1px solid #333;
}
ul.tabs li:hover {
	background-color: #1b1b1b;
	color: white;
}
ul.tabs li.active {
	background-color: #1b1b1b;
	color: white;
	border-bottom: 1px solid #1b1b1b;
	display: block;
}
.tab_container {
	border: 1px solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #1b1b1b;
	overflow: auto;
}
.tab_content {
	padding: 20px;
	display: none;
	background-color: #1b1b1b;
	float: left;
	width: 100%;
}
.tab_drawer_heading {
	display: none;
}
.detailList .borderBottomLight:last-child {
	border-bottom: 0;
}
/*DECO*/
.gradientBLack {
	position: relative;
}
.gradientBLack:after {
	position: absolute;
	content: '';
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, #0d1227 0%, rgba(13, 18, 39, 0) 100%);
	background: -webkit-linear-gradient(top, #0d1227 0%, rgba(13, 18, 39, 0) 100%);
	background: linear-gradient(to bottom, #0d1227 0%, rgba(13, 18, 39, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1227', endColorstr='#000d1227', GradientType=0);
}
.topImage {
	border-bottom: 10px solid #383838;
}
/*CHECK + RADIO */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 14px;
	color: black;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 17px;
	height: 17px;
	border: 1px solid #b3b3b3;
	background: #ffffff;
}
input[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
input[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
	content: '\f00c';
	font-family: "FontAwesome";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	line-height: 0.8;
	color: #366eb4;
	transition: all .2s;
}
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
input[type="radio"]:not(:checked) + label,
input[type="radio"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-left: 5px;
	padding-top: 0px;
	letter-spacing: 0;
	line-height: 25px;
	color: white;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
}
input[type="radio"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #b3b3b3;
	background: #f7f7f7;
}
input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
input[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 2px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background-color: #366eb4;
	transition: all .2s;
}
.selectBoxCol {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	float: left;
	width: 100%;
	position: relative;
	border: 1px solid #3b3b3b;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
}
.selectBoxCol.lineSelect {
	background-color: transparent;
	border: 2px solid white;
	color: white;
}
.selectBoxCol.lineSelect:after {
	color: white;
}
.selectBoxCol.lineSelect .selectBox {
	color: white;
}
.selectBoxCol:after {
	position: absolute;
	top: 12px;
	right: 15px;
	font-size: 14px;
	color: #000000;
	content: '\f107';
	font-family: "FontAwesome";
	z-index: 0;
}
.selectBox {
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	padding: 10px 40px 10px 10px;
	width: 130%;
	font-size: 13px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	color: #000000;
}
select option {
	color: black;
}
/*CONTACT*/
.inputLabel {
	float: left;
	width: 100%;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: white;
}
.input {
	float: left;
	width: 100%;
	cursor: auto;
	display: inline-block;
	position: relative;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	outline: none;
	padding: 15px 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background-color: white;
	color: black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	min-height: 45px;
}
.input:focus {
	border-color: #3b3b3b;
}
.input.error {
	border-color: #c00000;
}
.input.ok {
	border-color: #0b6822;
}
.input::-webkit-input-placeholder {
	color: #737373;
}
.input::-moz-placeholder {
	color: #737373;
}
.input:-ms-input-placeholder {
	color: #737373;
}
.input:-moz-placeholder {
	color: #737373;
}
textarea.input {
	max-width: 100%;
	max-height: 138px;
	height: 138px;
}
.footerDeco {
	margin-top: 40px;
	background-image: url('../../images/footerDeco.png');
	background-repeat: repeat-y;
	background-position: center;
	height: 78px;
	width: 100%;
	background-color: #161616;
}
.partnerImages img {
	max-height: 60px;
}
.noDeco {
	text-decoration: none!important;
}
/*AGENDA*/
.agenda_tabel{
	float: left;
	width: 100%;
}
.agenda_tabel td{
	text-align: center;
	background-color: #0e4e11;
	border: 1px solid #073007;
}

.agenda_tabel td:hover{
	background-color: #0b350d;
	cursor: pointer;
}
.agenda_tabel td.verleden{
	border: 1px solid #3c3c3c;
	background-color: #2c2c2c;
	cursor: default;
}
.agenda_tabel td.bezet{
	cursor:default;
	background-color: #E64545;
}
.agenda_tabel td.selected{
	background-color: #366eb2;
}


table.agenda_tabel td.restweek{
	background-color:#B9DCFF;
	cursor:default;
}
table{
	width: 100%!important;
}
#dagdeelInput{
	float: left;
	width: 100%;
}
#prijs{
	float:left;
	width: 100%;
	margin-top: 20px;
}
#borg{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#borg strong{
	color: orange;
}
.fa-check{
	color: green;
}
.boot_status_detail{
	background-color: #d52a2a;
	color: white;
	padding: 3px 10px;
	border-radius: 3px;
}
/*PAGINATION*/
.filterHeader {
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 20px;
}
.pagination {
	float: left;
}
.pagination li {
	float: left;
	width: auto;
	font-size: 13px;
	color: white;
	margin-right: 2px;
}
.pagination li a {
	text-decoration: none;
	padding: 11px 11px;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid transparent;
}
.pagination li a:hover {
	color: #366eb4;
}
.pagination li.active {
	margin-right: 6px;
}
.pagination li.active a {
	border: 2px solid white;
}
.pagination li.active a:hover {
	color: white;
	cursor: default;
}
.borderBottom {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.borderBottomLight {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.borderTop {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.borderRight{
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.onlyOnPrint{
	display: none;
}
.showonprint{
	display: none;
}
.h100{
	height: 600px;
}
.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
	-ms-touch-action: auto;
	touch-action: auto;
}
iframe{
	float: left;
	max-width: 100%!important;
}
/*BACK*/
.greyBack {
	background-color: #f7f7f7;
}
.greyBack-l{
	background-color: #fdfdfd;
}
.darkGreyBack {
    background-color: #3e3e3e;
}
.whiteBack {
	background-color: white;
}
.blackBack {
	background-color: black;
}
.blackDarkBack {
	background-color: #1c1c1c;
}
.wallBack {
	background-image: url('/images/wall.jpg');
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
	background-position: center;
}
.redBack {
	background-color: #366eb4;
}
.blueLightBack {
	background-color: #e7eafe;
}
.blueBack {
	background-color: #366eb4;
}
.backTransBack {
	background-color: rgba(0, 0, 0, 0.8);
}
/*COLORS*/
.blackColor {
	color: #000000;
}
.whiteColor {
	color: white;
}
.blueColor {
	color: #304678;
}
.redColor {
	color: #e30613;
}
/*LETTER SPACING*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
/*GENERAL*/
.lightFont {
	font-family: "Lato";
	font-weight: 300!important;
	font-style: normal;
}
.regularFont {
	font-family: "Lato";
	font-weight: 400!important;
	font-style: normal;
}
.boldFont {
	font-family: "Lato";
	font-weight: 700!important;
	font-style: normal;
}
/* TARIEVEN */
table.tableResponsive {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
table.tableResponsive caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
table.tableResponsive tr {
	border: 1px solid #ddd;
	padding: .35em;
}
table.tableResponsive th,
table.tableResponsive td {
	padding: .625em;
	text-align: center;
}
table.tableResponsive .button {
	display:block;
	float:none;
	margin:10px auto 0px auto;
}
/*BLOG*/
.contentBlog{
	max-width: 700px;
}
.contentBlog h2, .contentBlog h3, .contentBlog h4{
	padding-top: 20px
}
.contentBlog p, .contentBlog .paragraph{
	font-size: 18px;
	line-height: 1.8;
	margin-top: 12px;
}
/*LANDINGSPAGE*/
.p50-0{padding: 50px 0;}
.p100-0-50{padding: 100px 0 50px;}
.pt0{padding-top: 0;}
.pb0{padding-bottom: 0;}
.rounded{
	border-radius: 5px;
}
.saleForm label{
	float:left;
	width: 120px;
	margin-right: 20px;
	margin-top: 15px;
	color: black;
	line-height: 1.5;
}
.saleForm input{
	float: left;
	width: calc(100% - 140px);
	background-color: #f9f9f9;
	border: 1px solid #c4c4c4;
}
.saleForm input:focus{
	border: 1px solid #a6a6a6;
}
.saleForm textarea{
	width: calc(100% - 140px);
	background-color: #f9f9f9;
	border: 1px solid #c4c4c4;
	max-width: calc(100% - 140px);
	height: 60px;
}
.saleForm textarea:focus{
	border: 1px solid #a6a6a6;
}
.blueDarkBack{
	background-color: #0d2036;
}
.hidden{
	overflow: hidden;
}
.darkColor{
	color: #222222;
}
.checkList {
	float: left;
	width: 100%;
}
.checkList li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	line-height: 30px;
	color: #222222;
}
.checkList.page li{
	float: left;
	color: black;
	margin-right: 30px;
}

.checkList li:before {
	content: '\f00c';
	font-size: 14px;
	color: #3dbb67;
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
}
.iconImage{
	max-width: 200px;
	border: 5px solid white;
	overflow: hidden;
	border-radius: 50%;
}
.shadowInner{
	-webkit-box-shadow: inset 0px 10px 34px -1px rgba(0,0,0,0.57);
	-moz-box-shadow: inset 0px 10px 34px -1px rgba(0,0,0,0.57);
	box-shadow: inset 0px 10px 34px -1px rgba(0,0,0,0.57);
}
#dropzone{
	float: left;
	width: 100%;
	margin-top: 5px;
}
#dropzone .text{
	text-align: center;
	font-size: 13px;
	width: 100%;
	float: left;
}
.dropzone {
	float: left;
	margin: auto;
	width: 100%;
	border: 1px dashed #c8c8c8 !important;
	border-radius: 5px;
	transition: 0.2s;
	padding: 20px!important;
	min-height: inherit!important;
}

.dz-drag-hover {
	border: 2px solid #3498db !important;
}

.dz-message.needsclick img {
	width: 50px;
	display: block;
	margin: auto;
	opacity: 0.6;
	margin-bottom: 15px;
}

.dz-message {
	text-align: center;
	margin: 0!important;
	float: left;
	width: 100%;
}

.dz-message img{
	width: 60px;
	margin-bottom: 10px;
}

span.plus {
	display: none;
}
#popup_melding{
	padding: 30px!important;
	line-height: 25px;
	text-align: center;
}
.transBlackBack{
	background-color: rgba(93, 93, 93, 0.55);
}

.input.calendarAfter:after {
	position: absolute;
	content: '\f073';
	font-family: "FontAwesome";
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	color: #22376d;
	font-size: 14px;
}

.selectedCol {
	cursor: pointer;
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-appearance: none;
	background-color: transparent;
	color: #15162c;
	font-family: "Lato";
	font-weight: 400;
	font-style: normal;
}
.selectedCol:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.selectedCol .select {
	float: left;
	width: 100%;
	padding: 15px 50px 15px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	font-size: 14px;
}
.selectedCol:after {
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 14px;
	color: #15162c;
	content: '\f107';
	font-family: "FontAwesome";
	z-index: 0;
	transform: translateY(-50%);
}
.totalPriceTitle{
	font-size: 16px;
}
.totalPrice{
	font-size: 22px;
	font-family: "Lato";
	font-weight: 700;
	font-style: normal;
	margin-top: 10px;
}
.border10{
	border-radius: 10px;
}
/*
 *	Kalender
 */
#kalender, .kalenderItem, #mobile_kalender{
	position: absolute;
	top: 57px;
	left: 0;
	background-color: #f0f0f0;
	padding: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 30%);
	z-index: 90;
}
#mobile_kalender{
	top: 50px;
}
table.kalender tr td {
	text-align: center;
	border: 1px solid #eaeaea;
	padding: 6px;
}
table.kalender th{
	padding: 6px;
	color: #0e1921;
}
.kalender-verleden{
	background-color: white;
	color: #dedede;
}
.kalender-onzichtbaar {
	background-color:#bababa;
	color:#909090;
	cursor:not-allowed;
}
.kalender-beschikbaar {
	background-color: #3ebb67;
	color:#ffffff;
	cursor:pointer;
}
.kalender-niet-beschikbaar {
	background-color: #db2943;
	color:#ffffff;
	cursor:not-allowed;
}
.kalender-vandaag {
	font-weight:bold;
}

.kalender-select{
	background-color: #009029;
	border: none;
	color: white;
	width: 30%;
	float: Left;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 13px;
	font-weight:bold;
	line-height: 1.6;
	cursor: pointer;
	padding: 0px 10px;
}
.kalender-select:hover{
	background-color: #00651c;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.kalender-vandaag{
	background-color: #f4faff;
	color: #193c68;
}
.kalender-beschikbaar.kalender-vandaag{
	background-color: #258f43;
}
.kalender-andere-maand.kalender-beschikbaar{
	background-color: #85d49c;
}
.kalender-andere-maand.kalender-niet-beschikbaar{
	background-color: #d66565;
}
.kalender-select-disabled{
	cursor: default;
	min-height: 64px;
	text-align: center;
	background-color:#c10000;
	cursor:not-allowed;
}
.kalender-select-disabled:hover{
	background-color: #840000;
}
.kalender-beschikbaar.kalender-opstapdag{
	position: relative;
	background-color: #3bb35d;
	cursor:pointer;
}
.kalender-niet-beschikbaar.kalender-opstapdag{
	position: relative;
	background-color: #cc5050;
}
.grid-2{
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@-webkit-keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}
	30% {
		-webkit-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}
	70% {
		-webkit-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}
	100% {
		-webkit-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}
@keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}
	30% {
		-webkit-transform: translateX(-50px) scale(0.4);
		transform: translateX(-50px) scale(0.4);
	}
	70% {
		-webkit-transform: translateX(0px) scale(1.2);
		transform: translateX(0px) scale(1.2);
	}
	100% {
		-webkit-transform: translatey(0px) scale(1);
		transform: translatey(0px) scale(1);
		opacity: 1;
	}
}

@media screen and (max-width: 1210px) {
	.wrapper {
		width: 1010px;
	}
	.col-1-l,
	.col-2-l,
	.col-2-5-l,
	.col-3-l,
	.col-4-l,
	.col-5-l,
	.col-6-l,
	.col-7-l,
	.col-8-l,
	.col-9-l,
	.col-10-l,
	.col-11-l,
	.col-12-l {
		float: left;
	}
	.col-1-l {
		width: 8.333%;
	}
	.col-2-l {
		width: 16.666%;
	}
	.col-2-5-l {
		width: 20%;
	}
	.col-3-l {
		width: 25%;
	}
	.col-4-l {
		width: 33.333%;
	}
	.col-5-l {
		width: 41.666%;
	}
	.col-6-l {
		width: 50%;
	}
	.col-7-l {
		width: 58.333%;
	}
	.col-8-l {
		width: 66.666%;
	}
	.col-9-l {
		width: 75%;
	}
	.col-10-l {
		width: 83.333%;
	}
	.col-11-l {
		width: 91.666%;
	}
	.col-12-l {
		width: 100%;
	}
	.jachthaven .header{
		background-image: url('../../images/headerImage-jachthaven-1010.png');
	}
	.jachtmakelaardij .header{
		background-image: url('../../images/headerImage-jachtmakelaardij-1010.png');
	}
	.eetcafe .header{
		background-image: url('../../images/headerImage-eetcafe-1010.png');
	}
	.jachtservice .header{
		background-image: url('../../images/headerImage-jachtservice-1010.png');
	}
	.sloepenverhuur .header{
		background-image: url('../../images/headerImage-sloepenverhuur-1010.png');
	}
	.logo {
		left: 4px;
		top: 12px;
	}
	ul.tabs li{
		font-size: 14px;
		padding: 0px 15px;
	}
	.subMenu{
		padding-left: 220px;
	}
	#submenu li a{
		padding: 18px 12px;
		font-size: 13px;
	}
	.topBar{
		padding: 11px 0;
	}
	#detailSlide .owl-thumb-item{
		height: 84px;
	}
	ul.tabs li {
		font-size: 13px;
		padding: 0px 10px;
	}
}

@media screen and (max-width: 1023px) {
	.wrapper {
		width: 768px;
	}
	.col-1-t,
	.col-2-t,
	.col-2-5-t,
	.col-3-t,
	.col-4-t,
	.col-5-t,
	.col-6-t,
	.col-7-t,
	.col-8-t,
	.col-9-t,
	.col-10-t,
	.col-11-t,
	.col-12-t {
		float: left;
	}
	.col-1-t {
		width: 8.333%;
	}
	.col-2-t {
		width: 16.666%;
	}
	.col-2-5-t {
		width: 20%;
	}
	.col-3-t {
		width: 25%;
	}
	.col-4-t {
		width: 33.333%;
	}
	.col-5-t {
		width: 41.666%;
	}
	.col-6-t {
		width: 50%;
	}
	.col-7-t {
		width: 58.333%;
	}
	.col-8-t {
		width: 66.666%;
	}
	.col-9-t {
		width: 75%;
	}
	.col-10-t {
		width: 83.333%;
	}
	.col-11-t {
		width: 91.666%;
	}
	.col-12-t {
		width: 100%;
	}
	.t-hide{
		display: none;
	}
	.t-mt10{
		margin-top: 10px;
	}
	.t-mt20{
		margin-top: 20px;
	}
	.t-mt30{
		margin-top: 30px;
	}
	.t-padding0{
		padding: 0;
	}
	.t-hide{
		display: none;
	}
	.jachthaven .header{
		background-image: url('../../images/headerImage-jachthaven-768.png');
	}
	.jachtmakelaardij .header{
		background-image: url('../../images/headerImage-jachtmakelaardij-768.png');
	}
	.eetcafe .header{
		background-image: url('../../images/headerImage-eetcafe-768.png');
	}
	.jachtservice .header{
		background-image: url('../../images/headerImage-jachtservice-768.png');
	}
	.sloepenverhuur .header{
		background-image: url('../../images/headerImage-sloepenverhuur-768.png');
	}
	.logo {
		left: 2px;
	}
	#menu li{
		margin-left: 0;
		position: relative;
	}
	#menu li a {
		padding: 8px 7px;
		font-size: 13px;
	}
	.mainBar{
		padding-left: 140px;
	}
	.logoText{
		margin-left: 155px;
	}
	.subMenu{
		padding-left: 180px;
	}
	#submenu li a{
		font-size: 12px;
		padding: 19px 5px;
	}
	.owl-thumb-item{
		width: 20%;
	}
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		float: left;
		width: 100%;
		background-color: #1b1b1b;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		padding: 10px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: black;
		border-bottom: 1px solid #333;
		color: #fff;
	}
	.topBar {
		padding: 15px 0;
	}
	#detailSlide .owl-thumb-item{
		height: 64px;
	}

}

@media screen and (max-width: 788px) {
	.wrapper {
		width: 100%;
	}
	.col-1-s,
	.col-2-s,
	.col-2-5-s,
	.col-3-s,
	.col-4-s,
	.col-5-s,
	.col-6-s,
	.col-7-s,
	.col-8-s,
	.col-9-s,
	.col-10-s,
	.col-11-s,
	.col-12-s {
		float: left;
	}
	.col-1-s {
		width: 8.333%;
	}
	.col-2-s {
		width: 16.666%;
	}
	.col-2-5-s {
		width: 20%;
	}
	.col-3-s {
		width: 25%;
	}
	.col-4-s {
		width: 33.333%;
	}
	.col-5-s {
		width: 41.666%;
	}
	.col-6-s {
		width: 50%;
	}
	.col-7-s {
		width: 58.333%;
	}
	.col-8-s {
		width: 66.666%;
	}
	.col-9-s {
		width: 75%;
	}
	.col-10-s {
		width: 83.333%;
	}
	.col-11-s {
		width: 91.666%;
	}
	.col-12-s {
		width: 100%;
	}
	.s-hide {
		display: none;
	}
	.s-show{
		display: block;
	}
	.m-mt0 {
		margin-top: 0px;
	}
	.m-mt10 {
		margin-top: 10px;
	}
	.m-mt20 {
		margin-top: 20px;
	}
	.m-mt30 {
		margin-top: 30px;
	}
	.m-mb20{
		margin-bottom: 20px;
	}
    .p60-0{
        padding: 20px 0;
    }
	body {
		min-width: 320px;
	}
    .p30.backTransBack{
        background-color: transparent;
        padding: 0;
    }
    .s-block {
		display: block;
	}
	.s-hide{
		display: none;
	}
	.col-1,
	.col-2,
	.col-2-5,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}
	.col-1-s {
		width: 8.333%;
	}
	.col-2-s {
		width: 16.666%;
	}
	.col-2-5-s {
		width: 20%;
	}
	.col-3-s {
		width: 25%;
	}
	.col-4-s {
		width: 33.333%;
	}
	.col-5-s {
		width: 41.666%;
	}
	.col-6-s {
		width: 50%;
	}
	.col-7-s {
		width: 58.333%;
	}
	.col-8-s {
		width: 66.666%;
	}
	.col-9-s {
		width: 75%;
	}
	.col-10-s {
		width: 83.333%;
	}
	.col-11-s {
		width: 91.666%;
	}
	.col-12-s {
		width: 100%;
	}
	.col-padding-left {
		padding-left: 0px;
	}
	.col-padding-right {
		padding-right: 0px;
	}
	.col-padding-left-big {
		padding-left: 0px;
	}
	.col-padding-right-big {
		padding-right: 0px;
	}
	.col-mobile {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.m-mt10{
		margin-top: 10px;
	}
	.m-mt20{
		margin-top: 20px;
	}
	.m-mt30{
		margin-top: 30px;
	}
	.m-ml0{
		margin-left: 0;
	}
	.m-mb20{
		margin-bottom: 20px;
	}
	.header{
		height: auto;
	}
	.questionHeader{
		top: 80px;
	}
	.titleTop{
		display: none;
	}
	.search{
		margin-top: 0;
	}
	.searchForm {
		top: 71px;
	}
	.searchForm .title-6{
		display: none;
	}
	.searchIcon {
		font-size: 20px;
	}
	/*TOGGLE*/
	#toggle {
		position: absolute;
		right: 20px;
		top: 22px;
		display: block;
		width: 28px;
		z-index: 10;
		height: 30px;
		padding: 17px 0;
	}
	#toggle span:after,
	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	#toggle span:after {
		top: 9px;
	}
	#toggle span {
		position: relative;
		display: block;
	}
	#toggle span,
	#toggle span:after,
	#toggle span:before {
		width: 100%;
		height: 2px;
		background-color: white;
		transition: all .3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}
	#toggle.on span {
		background-color: transparent;
	}
	#toggle.on span:before {
		transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-o-transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
		transform: rotate(-45deg) translate(7px, -8px);
		-moz-transform: rotate(-45deg) translate(7px, -8px);
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
		-o-transform: rotate(-45deg) translate(7px, -8px);
	}
	#toggle.on + #menu {
		display: block;
	}
	.selectedLanguage{
		padding: 5px 40px 5px 10px;
	}
	/*MENU*/
	#menu {
		display: none;
		margin-top: 0;
		position: absolute;
		width: 100%;
		background-color: white;
		top: 77px;
		z-index: 150;
		height: auto;
		left: 0;
		right: 0;
		padding: 0;
	}
	#menu li a.selected:before, #menu li a.selected:after{
		display: none;
	}
	#menu li.selected{
		border-bottom: none!important;
	}
	#menu ul {
		margin: 0;
		width: 100%;
	}
	#menu li {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		border-bottom: 1px solid #eee!important;
		position: relative;
	}
	#menu li:last-child{
		border-bottom: none;
	}
	#menu li:hover {
		border-bottom: none;
	}
	#menu li a {
		text-transform: none;
		font-weight: 400;
		padding: 8px 13px;
		font-size: 13px;
		height: auto;
		width: 100%;
		color: black;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		border-bottom: none;
		position: relative;
	}

	#menu li:hover .sub{
		display: none;
	}
	#menu li.selected a{
		color: white!important;
		background-color: #366eb4!important;
	}
	#menu li.selected .sub li a{
		color: black!important;
		background-color: #f3f3f0!important;
		border-bottom: 1px solid #e0e0e0;
	}
	#menu li.selected .sub li a:hover{
		background-color: #dfdfdf!important;
	}
	#menu li:after {
		display: none;
	}
	#menu li:hover a{
		color:black;
		background-color: rgb(243, 243, 243);
	}
	#menu .sub {
		display: none;
		position: relative;
		float: left;
		width: 100%;
		top: 0;
		border-top: 0;
	}
	#menu li.selected .sub{
		display: none;
	}

	#menu .sub li a{
		font-size: 12px;
		font-weight: 400;
		background-color: #f3f3f0;
		color: black!important;
	}

	#menu a.selected:after{
		display: none;
	}
	#menu .sub{
		background-color: #fafaf7;
		left: 0;
		padding-top: 0;
	}
	#menu .sub li a{
		padding: 10px;
		color: black;
		border-bottom: 1px solid #f3f3f0;
	}
	#menu .sub li:last-child a{
		border-bottom: none;
	}
	.s-hide{
		display: none;
	}
	.iconArrow {
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #204a80;
		color: #ffffff;
		padding: 6px 9px;
		height: 29px;
		z-index: 100;
		display: block;
	}
	.s-show{
		display: block;
	}
	.col-padding-left{
		padding-left: 0;
	}
	.col-padding-right{
		padding-right: 0;
	}
	.col-padding-left-small{
		padding-left: 0;
	}
	.col-padding-right-small{
		padding-right: 0;
	}
	#items .col-padding-left{
		padding-left: 10px;
	}
	#items  .col-padding-right{
		padding-right: 10px;
	}
	.equalHeight, .equalHeight-1, .equalHeight-2, .equalHeight-3, .equalHeight-4{
		height: auto!important;
	}
	footer .iconArrow{
		display: none!important;
	}
	.footerMenuSub li a{font-size: 12px;}
	.footerMenuSub li:after {float: left; content: '|'; margin: -3px 5px;}
	.min400{min-height: 200px;}
	.breadCrumbs li{
		font-size: 12px;
	}
	.questions{
		display: none;
	}
	.owl-theme .owl-controls .owl-buttons div {
		padding: 10px;
		font-size: 16px;
		margin-top: -16px;
	}
	#items .owl-nav .owl-next{
		right: 0!important;
	}
	#items .owl-nav .owl-prev{
		left: 0!important;
	}
	 #menu li.selected .iconArrow + .sub{
		display: block;
	}

	.navTitle {
        float: left;
        position: relative;
        border-bottom: none;
        width: calc(100% - 20px);
        margin: 0 10px 10px 10px;
        cursor: pointer;
        background-color: #204a80;
        padding: 10px;
        border-radius: 9px;
        font-size: 17px;
	}
	.navTitle:before {
		position: absolute;
		font-family: "FontAwesome";
		content: '\f107';
		font-size: 18px;
		right: 15px;
	}
	.subFilterMenu{
		display: none;
        width: calc(100% - 20px);
        margin: 0 10px;
	}
    .subFilterMenu .inputLabel{
        margin: 5px;
    }
    .subFilterMenu .input{
        width: calc(100% - 10px);
        margin: 5px;
    }
    .filterHeader{
        width: calc(100% - 10px);
        margin: 5px;
    }
    .mt100{
        margin-top: 30px;
    }
	.arrow:before{
		display: none;
	}
	.wrapper.small {
		width: 80%;
		margin-right: 10%;
		margin-left: 10%;
	}
	.owl-carousel .owl-dot{
		display: none!important;
	}
	.quote{
		margin-left: 30px;
	}
	.copyright{
		line-height: 1.7;
	}

	.headerText {
		width: 100%;
		margin-left: 0;
		left: 0;
		padding: 0 15px;
	}
	.column3{width: 48%; margin: 1%!important;}
	.filter .col-3{
		margin-top: 10px;
	}
	.borderLeft{
		border-left: none;
	}
	.m-p0{
		padding: 0;
	}
	.paragraph.big {
		font-size: 16px;
		line-height: 32px;
	}
	#slides{
		height: 400px;
	}
	.slideWrapper{
		width: 100%;
		margin-left: 0;
		left: 0;
		padding: 0 15px;
		height: 400px;
	}
	.slideInfo{
		width: 100%;
		padding: 0 15px;
	}
	.slideImage{
		height: 400px;
	}
	.pt120 {
		padding-top: 95px;
	}
	.m-floatLeft{
		float: left!important;
	}
	.decoTitle:after{
		display: none;
	}
	.autoColumn-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-gap: 0px;
		column-gap: 0px;
	}
	.m-h250{
		height: 250px!important;
	}
	.title-1{
		font-size: 21px;
	}
	.title-2 {
		font-size: 19px;
	}
	.slideText{
		width: 100%;
		padding: 0 40px;
	}
	.h100{
		height: 400px;
	}
	#items{
		width: 100%;
		margin-left: 0px;
		position: relative;
	}
	#items:before, #items:after{
		display: none;
	}
	#items .owl-nav .owl-prev{
		left: 5px;
		border-radius: 10px;
	}
	#items .owl-nav .owl-next{
		right: 5px;
		border-radius: 10px;
	}
	#submenu{
		display: none;
	}
	.header{
		background-position: center;
		background-size: cover;
	}
	.jachthaven .header{
		background-image: url('../../images/headerImage-jachthaven-mob.png');
	}
	.jachtmakelaardij .header{
		background-image: url('../../images/headerImage-jachtmakelaardij-mob.png');
	}
	.eetcafe .header{
		background-image: url('../../images/headerImage-eetcafe-mob.png');
	}
	.jachtservice .header{
		background-image: url('../../images/headerImage-jachtservice-mob.png');
	}
	.sloepenverhuur .header{
		background-image: url('../../images/headerImage-sloepenverhuur-mob.png');
	}
	.mainBar{
		height: auto;
	}
	.logoText{
		display: none;
	}
	.logo{
		width: 60px;
		top: 7px;
		left: 8px;
	}
	.content{
		margin-top: 78px;
	}
	.language{
		position: absolute;
		right: 50px;
		top: 20px;
	}
	.header {
		height: 77px;
	}
	.filterSlide .title-3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.filterSlide{
		margin-top: 0;
	}
	.w600{
		width: 100%;
		float: left;
	}
	.w600 .floatRightI{
		float: left!important;
	}
	.borderRight{
		border-right: none;
	}
	#detailSlide{
		float: left;
		width: 100%;
	}
	#detailSlide .owl-stage-outer{
		width: 100%;
		float:left;
	}
	#detailSlide .owl-nav{
		width: 100%;
	}
	#detailSlide .owl-thumbs {
		float: left;
		width: 100%;
	}
	#detailSlide .item{
		width: 100%;
	}
	#detailSlide  .owl-thumb-item{
		width: 20%;
	}
	.owl-dots{
		display: none!important;
	}
	.buttonsRight{
		float: left;
		width: 100%;
	}
	.buttonsRight .button:first-child{
		margin-right: 0;
	}
	.buttonsRight .button:last-child{
		margin-left: 2%;
	}
	.mt80{
		margin-top: 40px;
	}
	.buttonsRight{
		margin-top: 20px;
	}
	.buttonsRight .button{
		width: 49%!important;
		text-align: center;
		padding: 11px 5px;
		margin-bottom: 0px;
		font-size: 12px;
	}
	.owl-nav .owl-next{
		padding: 10px!important;
		margin-top: -20px!important;
	}
	.owl-nav .owl-prev{
		padding: 10px!important;
		margin-top: -20px!important;
	}
	h2.big, .title-2.big{
		font-size: 25px;
	}


	/* TARIEVEN */
	table.tableResponsive {
        border: 0;
    }
    table.tableResponsive caption {
        font-size: 1.3em;
    }
    table.tableResponsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.tableResponsive tr {
        display: block;
        margin-bottom: .625em;
    }
    table.tableResponsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }
    table.tableResponsive td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    table.tableResponsive td:last-child {
        border-bottom: 0;
    }
    table.tableResponsive img{
        width: 100%!important;
        height: auto!important;
    }
    table.tableResponsive em{
        text-align: center;
        width: 100%;
        display: block;
        margin: 5px 0 2px;
    }
    table.tableResponsive .button{
        display: block;
        padding: 8px 0 10px;
        line-height: 1;
        border-radius: 4px;
        text-decoration: none;
        margin-top: 10px;
        text-align: center;
        font-style: normal;
        float: none;
    }
	.wrapper.extrasmall{
		width: 100%;
	}
    .grid-2{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media screen and (max-width: 550px) {
	.small-hide{
		display: none;
	}
	.col-12-xs{
		width: 100%;
	}
	.smallContainer{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.itemboat{
		width: 100%;
	}
	.owl-thumb-item {
		width: 33.33%;
	}
	.p120-0{
		padding: 80px 0;
	}
	.p100-0-50{
		padding: 50px 0;
	}
}

@media print {
	.header, footer, .bottomFooter, .owl-nav, .tabs, .button {
		display:none !important;
		visibility: hidden;
	}
	.showonprint {
		display:block;
	}
	body{
		color:#000000!important;
		background-color: white!important;
	}
	.whiteColor{
		color:#000000!important;
	}
	.wrapper{
		width: 1000px;
	}
	.content{
		margin-top: 0;
	}

	.tab_content{
		padding: 0;
		width: 50%;
		padding-right: 20px;
		display: block!important;
		float: left;
	}
	.tab_container{
		border: none;
	}
	.owl-thumb-item.active{
		border: none!important;
	}
	#detailSlide .item{
		width: 100%!important;
	}
	#detailSlide .owl-thumbs {
		display: none!important;
	}
	#detailSlide .item{
		width: 100%;
	}
	.owl-dots{
		display: none!important;
	}
	#detailSlide .image{
		width: 300px;
	}
	.p5-0{
		padding: 2px 0;
	}
	h3, .title-3 {
		font-size: 16px;
		line-height: 1.5;
	}
	.paragraph.extrasmall {
		font-size: 12px;
		line-height: 1.3;
		color: black;
	}
	.paragraph {
		font-size: 12px;
		line-height: 1.6;
		color: black;
	}
	.paragraph .col-3, .paragraph .col-9{
		width: 50%;
	}
	#detailSlideThumbs{
		display: none;
	}
	.sliderDetail{
		width: 300px;
	}
	.onlyOnPrint{
		display: block;
	}
	.noPrint{
		display: none;
	}
	.printFull{
		width: 100%;
		padding: 0;
	}
	.p5-0 {
		padding: 1px 0;
	}
	.mb40{
		margin-bottom: 10px;
	}
	.detailList{
		margin-top: 5px;
	}
	h3, .title-3 {
		font-size: 14px;
		line-height: 1;
		margin-top: 10px;
		padding: 5px 0 6px 0;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}
	.p60-0{
		padding: 10px 0;
	}
	.p20-0{
		padding: 10px 0;
	}
	.whiteColor {
		color: black!important;
	}
	.showonprint{
		display: block;
		margin-top: 20px;
		float: left;
		width: 100%;
	}
	.mt80{
		margin-top: 0px;
	}
}