/* CSS Document */
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;	
    overflow-y: scroll;
}

a {
	color: #B7AB9A;
}

img {
	
}

textarea {
	resize: none;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	background-color: #000000;
    
    font-family: Arial,sans-serif;
    font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

body.cid_1 {
	/*
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
	
	background-image: url('/uploads/content/25/Designaankoop.jpg');
	background-attachment: fixed;
	background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    
    font-family: Arial,sans-serif;
    font-size: 13px;
	color: #FFF;
	position: relative;
	*/
}

h1 {
	font-family: 'BankGothicBT-Light';
	font-size: 25px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #B7AB9A;
	margin-bottom: 0;
}

h3 {
	font-family: 'BankGothicBT-Light';
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
}

p {
	margin-top: 0;
}


.logo {
	position: fixed;
	bottom: 20px;
	right: 35px;
	z-index: 100;
	width: 187px;
	height: 18px;
}

.beeldmerk {
	position: absolute;
	width: 114px;
	height: 117px;
	right: 35px;
	top: 20px;
	z-index: 10;
	background: url('/img/beeldmerk.png') right center no-repeat;
}

.copyright {
	position: absolute;
	width: 300px;
	height: 20px;
	bottom: 20px;
	z-index: 5;
	
}

.transparent {
	background-image: url('/img/semi-transparent.png');
}

.pageWrapper {
	position: relative;
	width: 757px;
	height: auto;
	min-height: 400px;
	padding: 0;
	margin: 0 auto;
	z-index: 10;
}

#backgroundVideo {
	position: relative;
	width: 100%;
	height: 100%;
}

.background {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
	.background img {
		position: absolute;
		height: auto;
		min-height: 100%;
		width: 100%;
		min-width: 910px;
		top: 0;
		left: 0;
	}
	
	#background1 {
		z-index: 2;
	}
	#background2 {
		z-index: 1;
	}


#sideNavigation {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5;
}


#sideNavigation .navigationHolder {
	padding: 90px 25px 25px 15px;
	display: none;
	text-align: right;
}

#sideNavigation ul.navigation {
	list-style-type: none;
}

	#sideNavigation ul.navigation li {
		position: relative;
		color: #FFF;
		font-family: 'BankGothicBT-Light';
		font-size: 17px;
		text-decoration: none;
		line-height: 30px;
	}
		ul.navigation li a {
			color: #FFF;
			font-family: 'BankGothicBT-Light';
			font-size: 17px;
			text-decoration: none;
			line-height: 30px;
		}
		
		ul.navigation li a:hover {
			/* color: #A5998C; Via JS */
		}
		
		ul.navigation li div {
			visibility: hidden;
			position: absolute;
			top: 0;
			left: 148px;
		}
	
			ul.navigation li div ul {
				position: relative;
				top: -22px;
				left: 27px;
				text-align: left;
				display: block;
				
				width: auto;
				list-style-type: none;
				padding: 10px 30px;
			}
			
				ul.navigation li div ul li {
					white-space: nowrap;
				}

	.navigationHolder .meta {
		position: absolute;
		bottom: 20px;
		right: 20px;
		font-size: 11px;
		color: #FFF;
		line-height: 20px;
	}
	
		.navigationHolder .meta a {
			color: #FFF;
			text-decoration: none;
			
		}
		.navigationHolder .meta a.active {
			color: #A5998C;
		}
	
		.navigationHolder .meta .langselect a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
			
	
.sideNavigationCollapsed {
	width: 49px;
	cursor: pointer;
	border-right: 1px solid #666;
}

	.sideNavigationCollapsed .sidenavigationBannier {
		padding-top: 18px;
		padding-left: 14px;
	}
	

	
.sideNavigationUnfolded {
	width: 230px;
}

	.struckHolder {
		float: right;
		width: 227px;
	}
	
		.struckHolder .unfolded {
			position: absolute;
			background-color: #000000;
			border: 1px solid #666;
			display: none;
		}
		
			.struckHolder .mailons a {
				display: block;
				width: 171px;
				height: 29px;
				background: url('/img/buttons/mailons_active.png') center center no-repeat;
				margin: 0 auto;
			}
			
			.struckHolder .belverzoek a {
				display: block;
				width: 171px;
				height: 29px;
				background: url('/img/buttons/belverzoek_active.png') center center no-repeat;
				margin: 0 auto;
			}
		
		.struckHolder .collapsed {
			position: absolute;	
			cursor: pointer;		
		}
		
		.struckHolder .extra {
			padding: 25px;
		}
	
			.struckHolder address {
				font-style: normal;
				padding: 23px;
			}
	
	.contentHolder {
		width: 100%;
		position: relative;
		top: 142px;
	}
		.content {
			padding: 25px 45px 19px 45px;
			text-align: left;
			border: 1px solid #666;
			margin-bottom: 25px;
		}
		
			.content ul {
				list-style-image: url('/img/bullet.jpg');
			}
		
		
		.close {
			display: inline-block;
			position: absolute;
			top: 7px;
			right: 7px;
			cursor: pointer;
		}
	
.clear {
	clear: both;
	height: 0;
	width: 0;
}


.page_content p.next {
	text-align: right;
}

	.page_content p.next a {
		font-family: 'BankGothicBT-Medium';
		font-size: 15px;
		color: #FFF;
		text-decoration: none;
	}

.gallery {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

	.gallery ul {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
	}

		.gallery ul li {
			display: inline-block;
			float: left;
			position: relative;
			border-left: 1px solid #666;
			cursor: pointer;
		}
			
		.gallery ul li.first {
			border: 0;
		}
		
		.gallery ul li a.overlay {
			display: block;
			position: absolute;
			width: 187px;
			text-align: center;
			font-family: 'BankGothicBT-Light';
			font-size: 15px;
			font-weight: bold;
			color: #FFF;
			text-decoration: none;
			border-bottom: 1px solid #666;
			height: 63px;
			display: none;
			
			margin: 0;
			padding: 0;
			
		}
		
			.gallery ul li a.overlay span {
				display: block;
				position: absolute;
				height: auto;
				width: 100%;
				bottom: 0;
				text-align: center;
			}
			
		.gallery ul li a {
			
		}
		
		.gallery ul li img {
			width: 188px;
		}
	


.page_contact table.contact-data {
		width: 100%;
	}
	
	.page_contact table.contact-form {
		width: 100%;
	}
	
	
		.page_contact table.contact-form input.input {
			width: 320px;
			height: 24px;
			line-height: 24px;
			padding: 0;
			border: 1px solid #B7AB9A;
			
			background: #FFFFFF url('/img/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
			background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
			background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
		}
		
		.page_contact table.contact-form textarea {
			border: 1px solid #B7AB9A;
			
			background: #FFFFFF url('/img/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
			background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
			background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
		}
		
		.page_contact table.contact-form .input:hover {
			/* background-image: url('../img/input_bg.png'); */
			-moz-box-shadow:0 0 8px #B7AB9A;
			-webkit-box-shadow:0 0 8px #B7AB9A;
			box-shadow:0 0 8px #B7AB9A;
		}
		
		.page_contact table.contact-form textarea:hover {
			/* background-image: url('../img/textarea_bg.png'); */
			-moz-box-shadow:0 0 8px #B7AB9A;
			-webkit-box-shadow:0 0 8px #B7AB9A;
			box-shadow:0 0 8px #B7AB9A;
		}
		
		.page_contact table.contact-form input.focus{ 
			/* background-image: url('../img/input_bg.png'); */ 
			/* -webkit-box-shadow: 0px 0px 8px 0px #B7AB9A;
			box-shadow: 0px 0px 8px 0px #B7AB9A;  */
			
			-moz-box-shadow:0 0 8px #B7AB9A;
			-webkit-box-shadow:0 0 8px #B7AB9A;
			box-shadow:0 0 8px #B7AB9A;
		}
		
		.page_contact table.contact-form textarea.focus {
			/*  background-image: url('../img/textarea_bg.png'); */
			/*-webkit-box-shadow: 0px 0px 8px 0px #B7AB9A;
			box-shadow: 0px 0px 8px 0px #B7AB9A; */
			
			-moz-box-shadow:0 0 8px #B7AB9A;
			-webkit-box-shadow:0 0 8px #B7AB9A;
			box-shadow:0 0 8px #B7AB9A;
		}
		
		.page_contact table.contact-form textarea {
			width: 648px;
			height: 117px;
		}
		
		.page_contact table.contact-form .verstuurHolder {
			background: url('/img/buttons/verstuur_active.png') center center no-repeat;
			width: 134px;
			height: 29px;
			display: block;
		}
		
		.page_contact table.contact-form .verstuur {
			width: 134px;
			height: 29px;
			line-height: normal;
			padding: 0;
			background: url('/img/buttons/verstuur.png') center center no-repeat;
			text-indent: -9999px;
			border: 0;
		}
			
		.page_contact table.contact-form .belverzoek {
			display: none;
			width: 158px;
			height: 30px;
			line-height: normal;
			padding: 0;
			background: url('/img/buttons/belverzoek.png') center center no-repeat;
			text-indent: -9999px;
			border: 0;
			margin-right: 5px;
		}
		
			.page_contact table.contact-form .belverzoek:hover {
				background: url('/img/buttons/belverzoek_active.png') center center no-repeat;
			}




button.btn_custom {
	height: 29px;
	min-width: 110px;
	padding: 0 24px;
	margin: 0;
	vertical-align: middle;
	border: none;
	
	background: #a89a8f;
	
	
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4OWE4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NDc2NmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -webkit-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a89a8f', endColorstr='#84766d',GradientType=0 );*/
	
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
	
	button.btn_custom span {
		display: block;
		color: #ffffff;
		font-family: 'BankGothicBT-Light';
		font-weight: normal;
		font-size: 14pt;
		margin: -4px 0 0 0;
	}

button.btn_custom:hover {
	
	background-color: #c2b8b1;

}

#wrapper_bgndVideo {
	opacity: 1 !important;
}