@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,200);

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body, form {
	margin:0;
	height:100%;
	padding:0;
	font-family:Roboto;
	-webkit-transition: float 1.5s;
	-moz-transition: float 1s;
	-o-transition: float 2s;
	transition: float 1.5s;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

.padding10 {
	padding:10px;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: roboto, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	z-index:1;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.container > header h1{
	font-family: 'Roboto', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0px 0px 5px 0px;
}

span {font-style:normal;}

.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.accomodaties i {
	padding: 20px 0;
	font-size:1em;
	color:#a14b4b;
	margin-right:10px;
	text-align:center;
}
	.accomodaties span {
		margin-left:5px;
		font-size:.9em;
		font-style:normal;
	}
/* Header Style */
.codrops-top-left{
	font-family: Arial, sans-serif;
	line-height: 40px;
	text-align:center;
	font-size: 1em;
	width: 100%;
	background: #000;
	opacity: 0.9;
	color:white;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}

.codrops-top-right{
	text-align:right;
	font-size: 1em;
	right:40px;
	width: 200px;
	float:right;
	top:10px;
	z-index:99999;
	color:white;
	position: absolute;
}

.datecontainer {
	max-width: 200px;
	display: table;
	margin: 0 auto;
	text-align: center;
}

.codrops-top a:hover{
	color: #fff;
}
.codrops-top div.right{
	text-align:right;

	margin-right:20px
}
.codrops-top span.right a{
	float: none;
	display: inline;
	z-index:9999;
	padding-right:40px;
}

.hide {
	display:none;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}

.logoLeft {
	max-width:30%; width:100%; float:left;
}

.logoRight {
	max-width:70%; width:100%; float:left;
}

#talen {
	width:140px; height:40px;
	position:absolute; text-align:center;
	line-height:40px;
	right:0px; top:80px;
}

.circle {
	border-radius: 50%;
	background-color:#6e1a1a;
	opacity:0.6;
	float:left;
	border:2px solid #aeaeae;
	width: 40px;
	height: 40px; 
	cursor:hand; cursor:pointer;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.circle a {
	color:white;
}

.circle:hover {
	opacity:1;
	filter: alpha(opacity=1);
}

.active {
	background-color:white;
	border:2px solid rgba(0,0,0,0.1);
	opacity:1;
}
	.active a {
		color:black;
	}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.formfield {
	border: 3px solid #555;
	max-width:200px;width:100%; 
	padding:3px;
	position:relative;
	color:#393939;
	font-size:.9em;
	text-align:center;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.booknow  {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	background-color:#7cc576;
	font-size:0.8em;
	cursor:hand; cursor:pointer;
	color:white;
	font-weight:bold;
	width:100px;
	text-align:center;
	margin:20px 0;
	text-transform:uppercase;
	padding:3px 10px;
	float:left;
}

.booknow:hover {
	background-color:#76a4c5;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.border {
	border-width: 1px;
	border-color: #dadada;
	border-style: solid;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}

.rightborder {
	border-width: 0px 1px 0px 0px;
	border-color: #dadada;
	border-style:dotted;
	
}


.rounded5 {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

.rounded10 {
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
}

#UpdatePanel1, #UpdatePanel10 {
	padding:0px;
}


.datum {
	z-index:999999;
	margin:0 auto;
	margin-top:10px; 
	color:white;
	font-size:1.2em;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
	max-width:215px; width:100%;
}

#footercontainer {
	z-index:9999;
	position:fixed;
	bottom:0px;
	width:100%;
	height: 30px;
  }

#footercontainer div {
	text-align:right;
	float:right;
	padding:0 10px;
}
	#footercontainer div a i {
		font-size:0.9em;
		font-style:normal;
		bottom:0;
		color:white;
	}

#menucontainer {
	background-color:white;
	z-index:9999999;
	padding:0px;
	position:fixed;
	top:0px;
	text-align:center;
	width:100%;
	height: auto !important;
	vertical-align:bottom;
	-webkit-box-shadow: -1px 6px 23px -3px rgba(0,0,0,0.66);
	-moz-box-shadow: -1px 6px 23px -3px rgba(0,0,0,0.66);
	box-shadow: -1px 6px 23px -3px rgba(0,0,0,0.66);
  }

.menuitem {
	font-size:1em;
	cursor:hand; cursor:pointer;
	padding:10px 20px 10px 20px;
	margin:-0px;
	display:inline-block;
	-webkit-transition: font-size 1.5s;
	-moz-transition: font-size 1s;
	-o-transition: font-size 2s;
	transition: font-size 1.5s;
}

.menuitem:hover {
	background-color:#e9e9e9;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.language {
	background-color:#eccdcd;
	background-size:initial;
	font-size:1em;
	padding:5px 10px;
	margin:0 1px;
	cursor:hand; cursor:pointer;
	display:inline-block;
	-webkit-transition: font-size 1s, padding 1s;
	-moz-transition: font-size 1s, padding 1s;
	-o-transition: font-size 1s, padding 1s;
	transition: font-size 1s, padding 1s;
}

	.language a {
		color:#8f0222;
	}

	.language:hover {
		background-color:#f3dbdb;
	}

.newline {
	float:left; width:0px;
	transition: all 300ms ease;
	}

.taalaktief {
	background-color: rgba(0,0,0,0);
	background-size:initial;
	border:2px solid #eccdcd;
	font-size:1em;
	padding:3px 8px;
	margin:0 1px;
	cursor:hand; cursor:pointer;
	display:inline-block;
}

.contactInfo {
	padding:20px; float:left; max-width:250px; width:100%;
}


#jcontent {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: fixed !important;
	display: none;
	z-index:999999;
	margin:0 auto;
	overflow:scroll;
	vertical-align: middle;
	top:16px; right:0; bottom:0; left:0;
	-webkit-overflow-scrolling: touch;
}

.popupContent {
	margin:20px;
	position:relative;
	display:table;
	width:100%;
	font-family:roboto;
	border-bottom:1px solid #dadada;
}

.pageContent {
	padding:20px;
	border:5px solid #979797;
	margin:20px;
	vertical-align:middle;
	color:#212121;
	background-color:white;
	z-index:999999;
	height:auto;
	-webkit-animation-delay: 118s;
  	-moz-animation-delay: 118s;
	-o-animation-delay: 118s;
	-ms-animation-delay: 118s;
	animation-delay: 118s; 
	border-radius: 10px; 
	line-height:150%;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	font-family: Arial, sans-serif;
}

.closeMenu  {
	width:100%;
	text-align:center;
}
.half {
	padding:10px;
	float:left;
	max-width:calc(50% - 20px);
	width:50%;
}

.checkit {
	width:100%;
	text-align:center;
	padding:0px;
}

.popup {
	width: 300px ;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: auto ;
	margin-right: auto ;
	padding:20px;
	border: 3px solid #dadada;
	position:relative;
}	

.background {
	background-color:#fff;
}

.href {
	cursor:hand; cursor:pointer;
}

.bg1 {
	background:url(../images/bg1.png);
}

.bordertop {
	margin:20px 0;
	border-top:1px solid #dadada;
}

.title {
	font-size:1.5em;
	color:#353535;
	font-weight:bold;
}
.subtitle {
	font-size:1.2em;
	color:#979797;
	font-weight:bold;
}



.slideshow {
	margin:0 auto;
	position: relative;
	text-align:center;
	height:280px;
	width:100%;
}

.slideshow > div { 
    position: absolute; 
}
.ssimage {
	padding: 10px;
	background-color:white;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
	max-width:400px;
	width:100%;
	height:auto;
}


/* Media Queries */

@media screen and (min-width: 1020px) and (max-width: 2100px) {
	.pageContent {
		margin: 0 auto;
		max-width: 900px;
	}
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
	.contactInfo  {
		padding:0;
		max-width:100%;
	}

	#contactpage .contactInfo subtitle {
		float: left;
		padding-left:0;
	}
	#contactpage .contactInfo a {
		float: left;
		max-width:40%;
	}
	#contactpage .container {
		text-align:left;
	}
}


@media screen and (min-width: 100px) and (max-width: 519px) {
	.newline {
		float:none; width:0px;
		transition: all 300ms ease;
	}

	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}

	.codrops-top-right {
		float: none;
		top: 50px;
		height: 40px;
		right: 0px;
		width: 100%;
		text-align: center;
		z-index: 99999;
	}

	.codrops-top-left {
		line-height: 120%;
		font-size:0.7em;
		font-weight:normal;
		padding:5px;
		width:80%;
		text-align:center;
	}

	.container > header {
		padding: 60px 30px 10px 20px;
		text-align: left;
	}

	.logoLeft, .logoRight {
		width: 100%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}

	.datum, .checkit {
		margin-top: 10px;
		width: 100%;
		margin: 0 auto;
		float: none;
		padding-right: 0px;
	}

	.pageContent {
		max-height: calc(100% - 30px);
		overflow-y: scroll;
		font-size: 1em;
		padding-top: 20px;
		margin: 5px;
	}

	.menuitem {
		font-size: 0.9em;
		-webkit-transition: font-size 1.5s;
		-moz-transition: font-size 1s;
		-o-transition: font-size 2s;
		transition: font-size 1.5s;
	}

	#jcontent {
		position: absolute;
		top: 0px;
	}

	.popupContent {
		margin: 0 auto;
		overflow-y: scroll;
		padding:0;
		padding-top:40px;
		overflow-x:hidden;
	}

	.half {
		float: none;
		max-width: 100%;
		text-align: left;
		width:100%;
	}

	.title {
		font-size: 1em;
	}
	#jcontent {
		overflow-y: scroll;
	}
	.booknow {
		float:none;
		margin:20px 0;
		width:calc(100% - 30px);
	}
}

@media screen and (min-width: 200px) and (max-width: 720px) {
	.ssimage {
		max-width:calc(100% - 20px);
		width:100%;
		margin:0 auto;
	}
	.menuitem, #LinkButton1, #LinkButton2, #LinkButton3 {
		margin-bottom:3px;
	}
	#menucontainer {
	 padding-bottom:5px;
	}
	.contactInfo {
		float:none; 
		max-width:100%;
	}
	#footercontainer {
		padding-bottom:20px;
	}
	
	#footercontainer div {
		width:calc(100% - 30px);
		right:0px;
		float:none; 
	}
}




@media screen and (min-width: 100px) and (max-width: 440px) {
	.contactInfo {
		float:none; 
		max-width:100%;
	}
	#footercontainer {
		display:none;
	}

	.taalaktief, .language {
		font-size: 0.7em;
		padding: 3px;
		-webkit-transition: font-size 1s, padding 1s;
		-moz-transition: font-size 1s, padding 1s;
		-o-transition: font-size 1s, padding 1s;
		transition: font-size 1s, padding 1s;

	}
	body {
		overflow-y: scroll;
		height:100%;
		-webkit-overflow-scrolling: touch; 
	}

	.menuitem {
		padding:5px 5px;
		-webkit-transition: font-size 1.5s;
		-moz-transition: font-size 1s;
		-o-transition: font-size 2s;
		transition: font-size 1.5s;
	}
	.accomodaties {
		text-align:left;
	}
	.accomodaties i {
		padding: 5px 0;
	}
	#jcontent {
		top: 40px;
		height:100%;
		overflow-y:scroll;

	}

	.circle {
		border:1px solid #aeaeae;
		width: 30px;
		height: 30px; 
		margin:0 5px;
	}
	.circle a {
		font-size:0.7em;
	}
	#talen {
		width:130px; 
		height:30px;
		position:relative; 
		text-align:center;
		line-height:30px;
		margin:0 auto;
		top:0px;
	}
}






	@media screen and (min-width: 520px) and (max-width: 720px) {
		.container > header {
			text-align: center;
		}

		p.codrops-demos {
			position: relative;
			top: auto;
			left: auto;
		}

		.codrops-top-right {
			float: none;
			top: 50px;
			height: 40px;
			right: 0px;
			width: 100%;
			text-align: center;
			z-index: 99999;
		}

		.codrops-top-left {
			line-height: 100%;
			font-size: 0.8em;
		}

		.container > header {
			padding: 60px 30px 10px 20px;
		}

		.logoLeft, .logoRight {
			width: 100%;
			float: none;
			margin: 0 auto;
			text-align: center;
		}

		.datum, .checkit {
			margin-top: 10px;
			width: 100%;
			margin: 0 auto;
			float: none;
			padding-right: 0px;
		}

		.pageContent {
			height: auto;
			font-size: 0.9em;
		}

		.popupContent {
			overflow-y: scroll;
		}

		.half {
			float: none;
			max-width: 100%;
			width: 100%;
		}

		.newline {
			float: none;
			-webkit-transition: all 300ms ease;
		}

		.menuitem {
			margin-bottom: 3px;
			padding: 10px;
		}

		#LinkButton1, #LinkButton2, #LinkButton3 {

			margin-bottom: 3px;
		}

		#menucontainer {
			padding-bottom: 5px;
		}


}