@charset "UTF-8";
/* CSS Document */

body, html {
	height:100%;
	margin:0;
	padding:0;
	background:#eef0f1;
	font-size:13px;
	color:#333;
	font-family:Arial, Tahoma, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color:#333;
	margin:0;
	padding:0;
	line-height: 1.4em;
}
h2 {
	margin-top:15px;
}
.block h2:first-child {
	margin-top:0px;
}
.hr {
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.relholder {
	position:relative;
	display:block;
}
a {
	color: #0ca1e2;
	text-decoration:none;
	display:inline-block;
	position:relative;
	/*padding:3px 3px;
	magin:-3px 0px 0px -3px;*/
}
img {
	border:0 !important;
}

.clear {
	clear:both;
}
.container{
	width:100%;	
	position:relative;
	padding:30px 0;
}
.container.orange {
	background:#FFF;
}
.header{
	position:fixed;
	height:110px;
	z-index:101;
	width:100%;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.header.scroll {
	background:rgba(255,255,255,0.95);
}
.header.scroll #phone_holder {
	color:#333;
}
.header.scroll #menu {
	background:none;
}
.headercontent{
	width:980px;
	margin:0 auto;
	height:120px;
	position:relative;
}
#logo{
	position:absolute;
	top:37px;
}
#menu_holder{
	position:absolute;
	top:60px;
	right:0px;
}
#lang_holder {
	position:absolute;
	top:20px;
	right:0px;
}
#phone_holder {
	position:absolute;
	top:10px;
	right:0px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	font-family: 'Source Sans Pro',sans-serif;
	text-align:right;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	line-height:normal;
}
#phone_holder span {
	font-weight:normal;
}
#phone_holder .contact {
	font-size:16px;
	font-weight:normal;
}
#menu_mobile {
	display:none;
}
#menu {
	background-color:#FFF;
	display:inline-block;
	margin-left:4px;
	vertical-align:top;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
	border-radius:4px;
	line-height:11px;;
}
#menu.black {
	background-color:#000;
}
.verloop_boven, .verloop_onder{
	position:absolute;
	z-index:50;
	background-repeat:repeat-x;
	left:0px;
	width:100%;
	background-image:url(../img/verloop2.png);
	height:185px;
	opacity:0.7;
}
.verloop_onder{
	background-image:url(../img/verloop1.png);
	bottom:0px;
}
.afb_holder{
	width:100%;
	height:550px;
	background-color:#333;
}

.head .prev, .head .next {
	font-size:50px;
	color:#FFF;
	position:absolute;
	cursor:pointer;
	z-index:50;
	text-shadow:1px 1px 0px #333;
	margin-top:-20px;
	width:30px;
	height:30px;
}

.prev {
	left:20px;
	top:50%;
}
.next {
	top:50%;
	right:20px;
}
.afb_holder > div {
	position:absolute;
	width:100%;
	height:550px;
	background-size:100%;
	background-position:center center;
	opacity:0;
	-webkit-transition:all 1s ease-in; -moz-transition:all 1s ease-in;   -o-transition:all 1s ease-in;   transition:all 1s ease-in; 
}
.afb_holder div.active {
	opacity:1;
}
.afb_holder > div .afb_content {
	width:980px;
	margin:0 auto;
	position:relative;
	height:540px;
}
.afb_holder .caption {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	text-shadow:1px 1px 0px #333;
	position:absolute;
	bottom:30px;
	max-width:940px;
	z-index:99;
	padding:7px 0px;
	//background-color:#f39109;
}
.afb_nrs{
	width:960px;
	margin:255px auto;
	background:red;
}
.main{
	position:relative;
	width:980px;
	min-height:100px;
	margin:0 auto;
}

.footer{
	
	background:grey;
}
.footercontent{
	width:980px;
	margin:0px auto;
}


.menu_item {
	display:inline-block;
}
.menu_item a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:7px 8px;
	margin:0px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.menu_item a:hover {
	color:#C63;
}
.follow_social {
	display:inline-block;
	vertical-align:middle;
	padding:8px 4px;;
}
.submenu {
	display:none;
}
.menu_container a.active {
	color:#C63;
}
.blank{
	width:100%;
	height:40px;
}
.colum_left{
	position:absolute;
	width:710px;
}
.colum_right{
	position:relative;
	float:right;
	top:30px;
	width:250px;
	border-left:1px solid #333;
	padding-left:30px;
	height:100%;
	padding-bottom:-10px;
}




/*HOME*/
.intro {
	white-space:nowrap;
}
.intro > .third {
	white-space:normal;
}
.zoover {
	
	border-radius:3px; border-color: #78B9FC; border-style: solid; border-width: 0px; background-color: #FFFFFF; width: 217px; font-family: Arial,sans-serif; font-size: 10px; position:relative; right:10px; top:10px;
}
.relholder .zoover {
	float:none;
	height:200px;
	width:264px;
	position:relative;
	right:auto;
	top:auto;
}

.intro_text {
	float:left;
	width:700px;
}
#ReadTestimonials, #AddTestimonial, #linksSeparator {
	display:none !important;
}
#GadgetTitle {
	text-align:left !important;
}

.third .zoover {
	width:277px;
}
.third p {
	margin:0;
}
.intro {
	background-color:#FFF;
	padding:15px 20px;
	font-weight:200;
	margin:20px 0px 20px 0px;
	border-radius:4px;
	box-shadow:0px 5px 5px -5px #000;
	position:relative;	
}
.intro h2 {
	margin-top:0px
}
.intro p {
	font-size:13px;
}
.block {
	background-color:#FFF;
	padding:15px 20px;
	border-radius:4px;
	box-shadow:0px 5px 5px -5px #000;
	margin-bottom:10px;
}
.galleryblock, .intro {
	word-spacing:-1em;
	padding-right:0px !important;
}
.third {
	word-spacing:normal;
}
.column_1_4 .block {
	background-color:transparent;
	box-shadow:none;
	line-height:20px;
	padding:0px;
	font-size:12px;
	padding-top:10px;
	text-shadow:1px 1px 0px #FFF;
}

.block.white {
	background-color:#FFF;
	padding:10px 15px;
	box-shadow:0px 5px 5px -5px #000;
}

.column_left, .column_right, .column_3_4, .column_1_4 {
	vertical-align:top;
	display:inline-block;
	margin-left:20px;
	
}
.column_right, .column_1_4 {
	width:300px;
}
.column_left, .column_3_4 {
	margin-left:0px;
	font-size:13px;
	line-height:1.4em;
	margin-bottom:20px;
	width:650px;
}
.column_3_4 {
	width:727px;
}
.column_1_4 {
	width:227px;
}
.column_left h1,.column_left h2,.column_right h1,.column_right h2  {
	color:#333;
}
.column, .column_footer {
	display:inline-block;
	vertical-align:top;
	margin-left:20px;
	width:227px;
	cursor:pointer;
	background-color:#FFF;
	border-radius:4px;
	box-shadow:0px 5px 5px -5px #000;
	-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; 
}
.column.fadeout {
	opacity:0.5;
}
.column:first-child, .column_footer:first-child {
	margin-left:0px;
}
.column .title {
	padding:6px 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:bold;
	font-size:16px;

}
.column .images .buttons {
	height:20px;
	text-align:right;
	padding:0px 6px;
	background-color:rgba(0,0,0,0.6);
	position:absolute;
	z-index:13;
	width:215px;
	bottom:0px;	
	color: #FFF;
	text-shadow:1px 1px 0px #000;
	font-size:20px;
}
.column .images .buttons > div {

	display:inline-block;
display:none;
}
.column .images {
	width:227px;
	height:125px;
	position:relative;
}
.column .images .image {
	position:absolute;
	opacity:0;
	-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; 
}
.column .images .image .caption {
	position:absolute;
	z-index:100;
	color:#FFF;
	padding:5px;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	bottom:0px;	
	font-size:12px;
}
.column .images .image.active {
	opacity:1;
}
.column .description {
	padding:10px;
		display:block;
	font-size:12px;
	line-height:18px;
}
.column:hover a {
	color:#FFF;
	background-color:#f39109;
	padding:3px;
}
.column_footer, .column_footer * {
	color:#F4F4F4;
	background:none !important;
	box-shadow:none;
	cursor:auto;
}
.column_footer a {
	display:block;
	cursor:pointer;
}
.column_footer a:hover {
	color:#FFF;
}
.column_footer h3 {
	font-size:15px;
	text-shadow:1px 1px 0px #333;
	color:#FFF
}
.third {
	display:inline-block;
	width:312px;
	vertical-align:top;	
	margin-left:17px;
}
.third:first-child {
	margin-left:0px;
}
.third h2 {
	padding-bottom:2px;
	margin-bottom:6px;
	border-bottom:1px solid #333;
}
a.tweet {
	display:block;
}
.tweet {
	color:#333;
	padding:10px;
	background-color:#eef0f1;
	margin-bottom:10px;
}
.tweet .date {
	font-weight:bold;
	color:#09F;
	font-size:10px;
}
.tweet .text {
	font-style:italic;
}
.news {
	color:#333;
	padding:10px;
	background-color:#eef0f1;
	margin-bottom:10px;
	cursor:pointer;
}
.news h2 {
	margin-top:0px;
}
.news .date {
	font-weight:bold;
	color:#09F;
	font-size:10px;
}
.news .text {
	font-style:italic;
}


/*INFO*/
.download_file {
	font-size:23px;
	display:block;
	margin-bottom:4px;
}
.download_file span {
	color:#666;
	font-weight:normal;
}
a.back {
	font-size:12px;
}
.related_pages a {
	display:block;
	font-weight:bold;
	font-size:18px;
	border-top: #CCC solid 1px;
	margin-top:5px;
	padding-top:5px;
}
.related_pages a:first-child {
	border-top:0px;
}

.newsform label, input[type=text] {
	display:block;
}
.gallery_thumb {
	margin-right:5px;
}
label {
	font-weight:bold;
	margin:7px 0px 3px 0px;
	display:block;
}
input[type=text], textarea, select {
	border:1px solid #CCC;
	padding:5px;
	border-radius:3px;	
	width:250px;
	margin-bottom:4px;
	resize:none;
}
textarea {
	height:100px;
	width:400px;
}
input.error, textarea.error {
	border:1px solid #C33;
}
div.error {
	border:1px solid #C33;
}
input[type=submit] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#333;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin:5px 0px;
	cursor:pointer;
}

.column_1_4 input[type=text], .column_1_4textarea, .column_1_4select {
	width:190px;
}

.ok {
	display:block;
	padding:10px 20px;
	background-color:#e2edce;
	border:1px solid #69831c;
	border-radius:3px;
	color:#69831c;
	text-shadow:1px 1px 0px #FFF;
	margin:20px 0;
	text-align:center;
	font-weight:bold;
}

.error {
	display:block;
	padding:10px 20px;
	background-color:#f8c8c6;
	border:1px solid #d35959;
	border-radius:3px;
	color:#69831c;
	text-shadow:1px 1px 0px #FFF;
	margin:20px 0;
	text-align:center;
	font-weight:bold;
}


/*FORM*/
.pages .textfield input, .pages .textfield select {
	display:inline-block;
	margin-right:3px;
}
.pages .textfield select {
	width:70px;
}
input.smaller {
	width:180px;
}
input.smallest {
	width:90px;
}
.page_add {
	padding: 5px 10px;
	border-radius:2px;
	background-color:#CCC;
	display:inline-block;
	margin:5px 0;
	cursor:pointer;
}
.red {
	color:#C33;
}


/*MEI 2013*/
.columns {
	word-spacing:-1em;
}
.column {
	word-spacing:normal;
}

/*31 mei aanpassing knop*/
.block.actionbutton{
	font-family: 'Source Sans Pro', sans-serif;
	color:#FFF;
	font-size:26px;
	font-weight:bold;
	text-shadow:none;
	padding:5px 10px;
	box-shadow:0px 5px 5px -5px #000;
}
.block.actionbutton:hover{
	cursor:pointer;
}


.mobile_contact {
	display:none;
}
.galleryblock.formobile {
	display:none;
}


.searchform {
	vertical-align:top;
	display:inline-block;
	width:100px;
	transition:all 0.3s;
}
.searchform:hover {
	width:200px;
}
.searchform .inputGroup {
	display:inline-block;
	width:100%;
	position:relative;
}
.searchform .inputGroup input {
	display:block;
	width:100%;
	box-sizing:border-box;
	border:0;
	font-size:12px;
	padding:4px;
}
.searchform .inputGroup button {
	display:block;
	position:absolute;
	top:0; right:0;
	box-sizing:border-box;
	border:0;
	font-size:12px;
	padding:3px;
	border-radius:0 3px 3px 0;
	cursor:pointer;
}
.searchform .inputGroup button:hover {
	background-color:#80C23D;
	color:#FFF;
}


.bookingform label {
	display:inline-block;
	width:260px;
	vertical-align:middle;
}
.bookingform input[type=text],.bookingform select {
	padding:10px;
	font-size:12px;
	width:340px;
	box-sizing:border-box;
}
.bookingform input:focus {
	box-shadow:0px 0px 10px #68A3F0;
}
.bookingform .input {
	width:260px;
	display:inline-block;
	vertical-align:middle;
}
.extraPerson {
	border:1px solid #efefef;
	border-radius:3px;
	padding:10px;
}
.extraPerson label {
	width:240px;
}
.extraPerson + .extraPerson {
	margin-top:10px;
}




.googleReviewList {
	max-height: 310px;
	overflow-y: scroll;
	width: calc(100% - 20px);
}
.googleReview {
	background-color: #EEF0F1;
	padding:10px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.googleReview .title {
	font-weight: 600;
}
.googleReview .date {
	color:#777;
	font-size: 11px;
}