
*{
	font-family: 'Source Sans Pro', sans-serif;
	
}
/*voor IE*/
html {
   -ms-overflow-style: scrollbar;/*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}
/* iOS hack */
textarea, input[type="text"], input[type="button"], input[type="submit"] {-webkit-appearance: none; border-radius: 0; -webkit-border-radius:0px; line-height: normal;} 

body{
		font-size:16px;
		line-height:23px;
		overflow-y:scroll;
		background:#fff;
		color:#414141;
		font-weight:300;
}

h1{
	color:#00455c;
	font-weight:400;
	font-size:28px;
	margin:0px 0px 25px 0px
}
/* talen top */
div.talen {
  display: inline-block;
  font-weight: 700;
  top: -2px;
  font-size: 14px;
  position: absolute; top:6px; right:10px;
  background:#fff;}
  div.talen span.taal-active {
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    text-align: center;
    color:#00455c;
    display: block;
    width: 41px;
    -webkit-transition: color 0.3s ease-in-out, background 0.4s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, background 0.4s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, background 0.4s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background 0.4s ease-in-out;
    transition: color 0.3s ease-in-out, background 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
    div.talen span.taal-active:hover {
      color: #c69100; }
  div.talen div.talenmenu {
    position: absolute;
    padding: 0px 10px;
    margin-top: 0px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    background:#fff;
    -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, background 0.4s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, background 0.4s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, background 0.4s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, background 0.4s ease-in-out;
    transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, background 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden; }
  div.talen div.talenmenu.open {
    max-height: 150px;
    opacity: 1; }
  div.talen div.talenmenu a {
    text-align: center;
    font-weight: normal;
    color: #00455c;
    border-top: 1px solid #fff;
    padding: 5px 2px 5px 2px;
    display: block;
    width: 21px; }
  div.talen div.talenmenu a:hover {
    color: #c69100; }

.home_menu div.talen{background:none;}
.home_menu div.talen div.talenmenu{background:none;}
.home_menu div.talen div.talenmenu a{color:#fff;}
.home_menu div.talen span.taal-active{color:#fff;}
.home_menu div.talen div.talenmenu a:hover{color: #c69100;}
	
.home_content h1{text-transform:uppercase; font-size:24px; font-weight:600;}

h2{
	color:#00455c;
	font-size:24px;
	margin-bottom:15px;
	font-weight:400;
	margin-top:0px;
}
h3{
	color:#00455c;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:4px;
	font-weight:400;
	margin-top:0px;
}
.h1{	color:#00455c;
	font-weight:400;
	font-size:28px;
	margin:0px 0px 25px 0px}
	
p{
	margin-bottom:30px;
}

.font18{font-size:18px; font-weight:400;}
.fontschuin{font-style: italic;}

.embed-container {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom:20px;} 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.content ul{padding-left:35px; margin-bottom:40px;}
.content ul li{padding-left:15px;}
.content table{ margin:40px 0px;}
.content table tr:nth-child(even){background:#fff6d4;}
.content table tr:nth-child(odd){background:#fffcf0;}
.content table tr td{padding:5px 15px; min-width:100px; border-top:2px solid #fff; border-bottom:2px solid #fff;}

.img-100{
	width:100%;
}
.center{text-align:center;}

a , a:hover{
	text-decoration:none;
	color:#00455c;
	font-weight:bold;
}

a.animate{
	position: relative;
}
a.animate:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00455c;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a.animate:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.margin-bottom{
	margin-bottom:40px;
}
.margin-bottom-small{
	margin-bottom:30px;
}

#skrollr-body{overflow:hidden;}
/* contact box */
div.contactbox{
	position:fixed;
	right:0px;
	top:450px;
	z-index:9999;
	background:#00455c;
	color:#fff;
	-webkit-border-radius: 5px 0px 0px 5px;-moz-border-radius: 5px 0px 0px 5px;border-radius: 5px 0px 0px 5px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold !important;
	text-align:center;
	padding:5px;
}
div.contactbox div.chat{border-bottom: 1px dashed #fff; padding-bottom:2px; height:48px;}
div.contactbox a.contact{display:block; height:48px; padding-top:2px; color:#fff;}
div.contactbox a.contact:hover,div.contactbox div.chat:hover{text-decoration:underline; cursor:pointer; }
/* breadcrumbs*/
div#breadcrumbs{
	border-bottom:1px solid #c6c6c6;
	padding:10px 0px;
	margin-bottom:40px;
}
div#breadcrumbs a{
	margin-top:-3px;
	font-weight:normal;
	padding-bottom:3px;
	margin:0px 5px;
}
div#breadcrumbs a:first-child{
		display:inline-block;
background:url(../img/breadcrumbs-home.png) no-repeat;
width:19px;
height:16px;
text-indent:-999px;
overflow:hidden;
margin-top:0px;
margin:0px 5px 0px 0px;
}
div#breadcrumbs span{margin:0px 5px;}


div.aantal_personen{float:right; padding: 10px 0;}
div.aantal_personen img{margin-right:5px;}


a.mobile-phone{position:relative; display:inline-block; padding:0px 10px 0px 25px; margin-top:15px;}
a.mobile-phone span{position:absolute; font-size:24px; left:0; margin-top:-2px;}
a.mobile-phone:hover{cursor:pointer;}

div.home_menu a.mobile-phone{color:#fff;}

/* ########################### hoofdmenu ########################### */
div.menu{
	position:fixed;
	width:100%;
	z-index:999;
	background:#fff;
	height:55px;
	top:0;
}
.menu_schaduw{	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.2);}
div.menu ul{margin:0px; padding:0px;  text-align: justify; font-size: 0.1px; /* IE 9/10 fix */ width:100%;  }
div.menu ul li{list-style:none; display: inline-block;}
div.menu ul:after {
  content: '';
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}
div.menu ul li a{text-transform:uppercase; font-size:14px; display:inline-block; padding:14px 0px 3px;}
div.menu ul li.actief a.animate:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

div.home_menu{
	position:absolute;
	width:100%;
	z-index:999;
	background:rgba(0,0,0,0.67);
	/*background:none;*/
	height:45px;
	top:0;
	}
div.home_menu ul li a{color:#fff;}	
div.home_menu ul li a.animate:before {background-color: #fff;}
/* menu button */
#nav_open{
  width: 30px;
  height: 30px;
  position: absolute;
  display:block;
  top:18px;
  right:15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav_open span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #02475b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.home_menu #nav_open span{background: #fff;}

#nav_open span:nth-child(1) {
  top: 0px;
}

#nav_open span:nth-child(2) {
  top: 7px;
}

#nav_open span:nth-child(3) {
  top: 14px;
}

#nav_open.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav_open.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav_open.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* ------------------------------- */

a.logo{
	position:relative;
background: #fff;
	display:inline-block; padding:0px 10px 10px;
	-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;}

/* block opmaak */
.row.nomargin{margin-left:0px !important; margin-right:0px !important;}
div.block-container{}
div.block-container .block {display:block; margin:15px 0px; }
div.block-container .block img{width:100%; margin-bottom:10px;}
div.block-container .block .block-text{padding:0px 10px;}
div.block-container .block h3{font-size:15px; margin-bottom:0px; font-weight:600;}
div.block-container .block span{font-size:13px; text-transform:uppercase; font-weight:600; display:block; margin-bottom:5px;}
div.block-container .block p{color:#414141; font-weight:300; font-size:16px; line-height:23px; margin-bottom:10px;}
div.block-container .block:hover{text-decoration:none;} 

/* reserveren */
div.reserveer-container{background:url(../img/zandpatroon.png);}
.border-top{border-top: 5px solid #00455c;}
div.reserveer-container .offerte{margin:40px 0px;}
div.reserveer-container .offerte input,div.reserveer-container .offerte textarea{width:100%; border:none; background:#fff; color:#818181; padding:11px 15px; text-transform:uppercase; font-size:12px; font-weight:bold;}
div.reserveer-container .offerte #uitschuif_button{
	position:relative;
	background:#daa000;
	text-indent:-999px;
	overflow:hidden;
	display:inline-block;
	height:35px;
	width:35px;
	cursor:pointer;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}

div.reserveer-container .offerte #uitschuif_button:hover, div.reserveer-container .offerte input.submit:hover{background-color:#c69100;}
div.reserveer-container .offerte #uitschuif_button:after 
{		content:'';
		position:absolute;
		display:block;
		z-index:2;
    background:url(../img/arrows-down.png)  no-repeat center center;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
    height:35px;
		width:35px;
}
div.reserveer-container .offerte #uitschuif_button.open:after{
	  -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg);  
          transform: rotate(180deg);  
         -moz-transform:rotate(180deg);}

div.reserveer-container .offerte .uitschuif_form{margin-top:40px; display:none; opacity:0;}
.offerte .margin-bottom{margin-bottom:30px;}
div.reserveer-container .offerte .textarea{height:372px; margin-bottom:28px;}
div.reserveer-container .offerte input.submit{position:relative; float:right; width:auto;
	background:url(../img/arrows-right.png) no-repeat 15px center #daa000; color:#fff; font-weight:normal; padding:11px 20px 11px 40px;
		-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;}

div.reserveer-container .offerte input.error{background:#ffbbbb;}
div.reserveer-container .offerte input#from, div.reserveer-container .offerte input#to{
background: url(../img/kalender.png) no-repeat center right 10px #fff;
}
div.reserveer-container .offerte .check{display:none;}

div.home_header div.reserveer-container{background:none; margin-top: 180px; border-bottom:1px solid #fff;}	

/* slider */
div.slider_container{
	margin-bottom:100px;
}

/* home page */
.align-bottom{
	position:absolute;
	width:100%;
	bottom:10px;
}

div.home_header{padding-bottom:40px;}

div.logo-container{text-align:center; position:relative; top:50%;	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);}
div.logo-container img{position:relative; z-index:2;}
div.logo-line{position:relative; border-top:1px solid #004658; top:-30px;}

.submit_home{
	position:relative;
	background:url(../img/arrows-right.png) no-repeat center #daa000 !important;
	text-indent:-999px;
	overflow:hidden;
	display:inline-block;
	height:35px !important;
	width:35px !important;
	cursor:pointer;
	float:right;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.submit_home:hover{background:url(../img/arrows-right.png) no-repeat center #c69100 !important;}
/* content */
div.bomen_container{ padding-bottom:20px;}
.slider-margin{margin-top:15px;}
.content-border{border-top:1px solid #c6c6c6; margin:0px 15px 40px;}

#load_blocks{text-align:center; margin-bottom:10px; display:block; opacity:0; position:absolute; left:0px; right:0px; z-index:999; top:20px;}


div.panorama-container{position:relative;}
#panorama {
			width:100%;
		
		}
div.panorama-controls{position:absolute; top:50%;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:800;
	}
a#panorama-terug, a#panorama-vooruit{
display:inline-block;
cursor:pointer;
overflow:hidden;
text-indent:-999px;
width:20px;
height:36px;
position:relative;	
}			
a#panorama-terug{background:url("../img/panorama-links.png"); }
a#panorama-vooruit{background:url("../img/panorama-rechts.png"); float:right;}	

/*footer */
div.pre-footer{
	padding:40px 0px;
	background:url(../img/footer-bg.jpg) no-repeat;
	background-size:cover;
}
div.owl_container{padding:10px 70px 0px; position:relative;}

div.footer{
	background:url(../img/zandpatroon-grijs.png);
}
div.footer .schaduw{
height:7px;
width:100%;
background:url(../img/footer-schaduw.png) top center no-repeat;
background-size:contain;
margin-bottom:40px;
}
.footer-line{
	border-bottom:1px solid #bfbfbf;
}
/* talen */
div.talen_container{position:relative; margin-bottom:40px; width:250px;	}
div.talen_uitschuif{
display:none;	
opacity:0;
width:100%;
margin-top:-179px;
bottom:39px;
position:absolute;
background:#fff;
border:1px solid #d8d8d8;
}
div.talen_uitschuif a{
	border-top:1px solid #d8d8d8;
	padding:8px 15px;
	margin:-1px 0px 0px;
	display:block;
	font-size:13px;
font-weight:bold;
color:#414141;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
	}
div.talen_uitschuif a:hover{background:#f2f5f1;}	

div.talen_uitschuif a img{position:relative; top:-1px; margin-right:7px;}
div.talen_container div.talen_click{
padding:11px 15px 8px;
width:100%;	
font-size:13px;
font-weight:bold;
border:1px solid #d8d8d8;
background:url(../img/talen-pijl.jpg) no-repeat center right #fff;	
}
div.talen_container div.talen_click:hover{cursor:pointer;}	
div.talen_container div.talen_click img{position:relative; top:-1px; margin-right:7px;}
/* zoeken */
.zoekform{text-align:right;}
.zoekveld{
	position:relative;
	padding:11px 10px 11px 10px;
	margin:0px;
	width:210px;
	border:1px solid #d8d8d8;	
	border-right:none;
	font-size:14px;
	color:#afafaf;
}

.zoek-button{
	display:inline;
	background:url(../img/zoeken.jpg) no-repeat left center #fff;
	text-indent:-999px;
	overflow:hidden;
	border:1px solid #d8d8d8;	
	border-left:none;
	padding:10px 19px 11px;
	width:40px;
	font-size:15px;
}

/* footer menu */
.footerlogo{position:relative; margin-right:10px; top:-8px;}
.copy{ font-size:13px; margin-bottom:20px;}
ul.footermenu{display:inline-block; position:relative; float:right;  margin-bottom:20px; padding:0px; overflow:hidden;}
ul.footermenu li{float:left; list-style:none; padding:0px 10px; border-right:1px solid #414141;}
ul.footermenu li a{display:block; color: #414141; font-weight:normal; font-size:13px; }
ul.footermenu li:last-child{padding-right:0px;}
ul.footermenu li:last-child{border-right:none;}

/*Angles Section*/
.angle-wrapper{
	position:relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top:50px;

}

div.groep-container{position: relative;}

.angle{
	margin: 0 -50px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	height:300px;
		-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-webkit-backface-visibility: hidden;
	overflow:hidden;
}


div.angle > div.anystretch{
		-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
		-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);	
		-webkit-backface-visibility: hidden;
	}

.anglecontent{
position:absolute;
left:0px;
right:0px;
margin-top:5px;
z-index:888;
}

.bannertekst{margin-top:50px;}
.home_bannertekst{border-bottom:1px solid #fff; padding-bottom:50px;}

.home_bannertekst h2,.bannertekst h2{font-size: 28px; font-weight:400; color:#fff; text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);}
.home_bannertekst h3,.bannertekst h3{font-size: 24px; text-transform:none; font-weight:400; color:#fff; text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);}

.home_header h2{font-size: 28px; font-weight:normal; color:#fff; margin-bottom:5px; text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6); margin-top:35px;}


#ui-datepicker-div{z-index:10 !important;}

.accomodatie_container{
    padding-left: 70px;
    padding-right: 70px;
    position:relative;
    margin-bottom: 30px;
    min-height:50px;
    }

#activiteit_container{position:relative; min-height:60px; margin-bottom:20px;}
    
/*origineel*/
div.block_animate{opacity:1; overflow:hidden;}


/*custom radio*/
.customradio input[type=radio] {display: none;}
.customradio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 25px;
    font-size: 13px;
    font-family:Arial,sans-serif;
}
.customradio label:before {
    content: "";
    display: inline-block; 
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 8px;
    left: 0;
    bottom: 5px;
    background-color: #fff;
    border:1px solid #02475b;   
}
.customradio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #02475b;
    font-size: 28px;
    text-align: center;
    line-height: 15px;
}

 
/* custom bootstrap columns */
.col-lg-25{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
} 


/* RESPONSIVE CSS
-------------------------------------------------- */

/* bovenstaande css is voor mobiel maar dit is voor aanpassingen achteraf die alleen voor klein scherm zijn */
@media (max-width: 492px) {
	.margin-bottom-small{margin-bottom:10px;}
/*	.home_header h2{font-size:26px;} */
	.home_bannertekst h3{font-size:20px;}
/*.margin_mobile, .home_bannertekst{margin-top:120px;}*/ 
.margin_mobile_home{margin-bottom:20px;}
.top-form input{margin-bottom:30px;}
div.reserveer-container .offerte #uitschuif_button{display:block; margin-left:auto; margin-right:auto;}
div.owl_container{padding:0px 0px;}
div.footer .schaduw{background:url(../img/footer-schaduw-mobile.png) top center no-repeat;}

ul.footermenu{float:none;}
ul.footermenu li:first-child a{padding-left:0px;}
.zoekform{text-align:left; margin-bottom:30px;}
div.talen_container{width:100%;}

.accomodatie_container{
    padding-left: 20px;
    padding-right: 20px;
    }

.content table{ width:100%; }
.customradio label {display: block;  margin-right: 0px;}

/* .home_bannertekst h2,.bannertekst h2{font-size: 26px;} */
.home_bannertekst h3,.bannertekst h3{font-size: 18px; font-weight:normal;}
h2{font-size:20px;}
div.aantal_personen{display:none;}
.home_bannertekst{padding-bottom:10px;}
}

/*tablet verticaal (klap punt voor menu)*/
@media (min-width: 492px) and (max-width: 768px) {
/*.margin_mobile, .home_bannertekst{margin-top:140px;}	*/
.margin_mobile_home{margin-bottom:20px;}
.top-form input{margin-bottom:30px;}
div.reserveer-container .offerte #uitschuif_button{display:block; margin-left:auto; margin-right:auto;}
div.owl_container{padding:0px 5px;}

ul.footermenu{float:none;}
ul.footermenu li:first-child a{padding-left:0px;}
.zoekform{text-align:left; margin-bottom:30px;}
div.talen_container{width:100%;}

.accomodatie_container{
    padding-left: 20px;
    padding-right: 20px;
    }
div.aantal_personen{display:none;}

}
/*tablet horizontaal*/
@media (min-width: 768px) and (max-width: 992px) {
/*	.margin_mobile, .home_bannertekst{margin-top:150px;} */
.margin_mobile_home{margin-bottom:20px;}
.container {width: 600px;}

div.menu ul li a{font-size:13px;}

.angle{height:400px;}

.top-form input{margin-bottom:30px;}
div.reserveer-container .offerte #uitschuif_button{display:block; margin-left:auto; margin-right:auto;}

.copy{text-align:left;}
.customradio label {margin-right: 35px;}
}
/*klein scherm*/
@media (min-width: 992px) and (max-width: 1200px) {
.container {width: 750px;}
.angle{height:400px;}

div.reserveer-container .offerte input.kort{width:80%;}
div.reserveer-container .offerte #uitschuif_button{float:right;}
div.reserveer-container .offerte input,div.reserveer-container .offerte textarea{width:95%;}
div.reserveer-container .offerte input.submit{right:10%;}
div.reserveer-container .offerte input,div.reserveer-container .offerte textarea{text-transform: none;}

.content table tr td{padding:5px 20px; min-width:150px;}

.copy{text-align:left;}
/* ----------------- bomen --------------------- */
.desktop .bomen{background:url("../img/bomen.jpg") no-repeat;
	background-size:100% auto;}

}

/*groot scherm*/
@media (min-width: 1200px) { 
.container {width: 900px !important;}
.col-lg-25{width:20%;} 
.angle{height:450px;}

div.reserveer-container .offerte input.kort{width:79%;}
div.reserveer-container .offerte #uitschuif_button{float:right;}
div.reserveer-container .offerte input,div.reserveer-container .offerte textarea{width:90%;}
div.reserveer-container .offerte input.submit{right:10%;}

.content table tr td{padding:5px 25px; min-width:200px;}

.copy{text-align:left;}
/* ----------------- bomen --------------------- */
.desktop .bomen{background:url("../img/bomen.jpg") no-repeat;
	background-size:100% auto;}
}

@media (min-width: 1800px) {
	#owl-slider-home{max-width:1300px; margin-left:auto; margin-right:auto;}
}