/**
 * Copyright FUZE Framework - Ebbers Media BV
 *
 * Fuze - CSS
 *
 */
/*-------------------------------------------------------------------------------------------*/
/* RESET */
/*-------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 */

body, html  { height: 100%; }
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a {font-weight:normal;}
body { line-height: 1; }
ol, ul, li { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/

/* Floating & Alignment */
.fl{float: left;}
.fr{float: right;}
.ac{text-align: center;}
.ar{text-align: right;}

/* Clear Floats */
.col-full:after{content: "."; display: block;height: 0;clear: both; visibility: hidden;}

.fix{clear: both;height: 1px;margin: -1px 0 0;overflow: hidden;}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}/* http://sonspring.com/journal/clearing-floats */

body, html  { 
	min-height:100%;
	}

h1, h2, h3, h4, h5, h6  { 
	margin: 0; 
	line-height:1; 
	margin-bottom:5px;
	}

h1  {font-size: 30px; } h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p  {
	margin: 0;
	margin-bottom:15px;
	}

/* 1.2 Hyperlinks */
a:link, a:visited  { text-decoration:underline; }
a:hover  {text-decoration:none;}
a.mousedown{}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}

/* Defaults */ 
.marginauto	{margin:0 auto;}
.fl			{float:left}
.fr			{float:right}
.clr		{clear:both}
.last		{border:0;margin:0;}
.small		{font-size:11px;}
.noBorder	{border:0!important;}
.noPadding	{padding:0!important;}
.noMargin	{margin:0!important;}
.noBG		{background:none!important;}
.alignleft	{float:left;}
.alignright	{float:right;}
.textleft	{text-align:left;}
.textright	{text-align:right;}
.clear		{clear:both;}
.aligncenter{display: block;margin-left: auto;margin-right: auto;}
.error		{color: #ff0000; font-style:italic ;}
.hide-if-js {}
.hide-if-no-js{ display:none; }
.displaynone{display:none}

/* Forms */
button, .button{cursor:pointer;}

.input.focus, 
	.email.focus, 
	.textarea.focus,
	.select.focus{
		color:#000;
		border: 1px solid #ffb400 !important;
	}
.input:hover, 
	.email:hover, 
	.textarea:hover,
	.select:hover{
		background: #f2f2f2;
}/* WORDPRESS FRONT END */
.wpmlcal {}
.wpmlcal td {
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

/* WORDPRESS ADMIN BEG */
ul#wpmlsubmenu li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

ul#wpmlsubmenu li {
	padding: 0 0 8px 17px;
}

ul#wpmlsubmenu {
	margin: 0;
	list-style: none;
	padding: 6px 0 3px 0;
	border-top: 1px #cccccc solid;
}

ul#wpmlsubmenu li {
	font-size: 14px;
}

ul#wpmlsubmenu a {
	text-decoration: none;
}

ul#wpmlsubmenu a.current {
	color: rgb(213, 78, 33);
}

.wpmllineitem {
	list-style: none;
	margin: 3px 0px !important;
	padding: 2px 5px 2px 5px;
	background-color: #F1F1F1 !important;
	border:1px solid #B2B2B2;
	cursor: move;
	vertical-align: middle !important;
	display: block;
}

.alignright, .wpmlalignright {
	text-align: right !important;
}

#wpmlemail-preview{
	border:1px solid #ddd;
	background: #fff;
	overflow-x:hidden;
	height:500px;
	padding:10px;
}

/* Editor */
#wpmleditor{
	background:#f2f2f2;
	padding:10px;
	border:1px solid #ddd;
	position:relative;
}
	#wpmleditor-mce{display:none;}
		#wpmleditor-mce #wp-content-editor-container{background:#fff;}
		#wpmleditor-mce #content_ifr{min-height:500px;}
	
	#wpmloptions-bar{position:absolute;z-index:11;}
		#wpmloptions-bar a{background:url(../images/wpmleditor-icons.png) no-repeat;height:30px;width:30px;display:inline-block;margin-right:5px;}
			a#wpmloption-delete{background-position: 0 0;}
			a#wpmloption-copy{background-position: -30px 0;}
			a#wpmloption-css{background-position: -60px 0;}
			a#wpmloption-image{background-position: -90px 0;}
	#wpmleditor ul, #wpmleditor li{list-style-type:none}
	#wpmleditor-tabsholder{clear:both;width:100%;display:none;}
		#wpmleditor-panes{padding:20px 10px;}
			#wpmleditor-panes input[type="text"], #wpmleditor-panes select{padding:5px 10px;width:260px;margin-bottom:5px;margin-left:10px;}
			#wpmleditor-panes select{height:30px;}
			/*#wpmleditor-panes div{border:1px solid #ddd;padding:10px;background: #fff;}*/
		#wpmleditor-tabs li{float:left;}
		#wpmleditor-tabs a{display:inline-block;border:1px solid #ddd;background:#fff;border-radius:5px;margin-right:5px;padding:10px 15px;}
			#wpmleditor-tabs .current a{border-color:#000;color: #000;}

		.wpmleditor-section{border:1px solid #ddd;border-radius:5px;margin-right:5px;padding:10px 15px;background:url(../images/has_children.png) right 15px #fff no-repeat;}
			.wpmleditor-section-column{border:1px solid #ddd;margin-top:20px;padding:5px 0px;margin-right:5px;text-indent:10px;display:inline-block;float:left;background:#f2f2f2}

	#wpmlpremades-editor-content{overflow-x:hidden;padding:10px;height:500px;border:2px solid #ddd;background: #fff;}
	#wpmleditor-content{
		border:2px solid #ddd;
		background: #fff;
		overflow-x:hidden;
		height:700px;
	}
		#wpmleditor-overlay{
			background: #000;
			width:100%;
			height:100%;
			position:absolute;
			top:0;
			left:0;
			z-index:15;
			display:none;
		}
	#wpml-csser{
		position:absolute;
		padding:10px;
		background:#f2f2f2;
		border:1px solid #ddd;
		z-index:20;
	}
		#wpml-csser span{min-width:60px; display:inline-block;}
	#wpmleditor-content h1, 
		#wpmleditor-content h2, 
		#wpmleditor-content h3, 
		#wpmleditor-content h4, 
		#wpmleditor-content h5, 
		#wpmleditor-content h6,
		#wpmleditor-content span,
		#wpmleditor-content a,
		#wpmleditor-content p/*,
		#wpmleditor-content div,
		#wpmleditor-content tr,
		#wpmleditor-content td,
		#wpmleditor-content table*/{
			margin:0;
			padding:0;
		}
	#wpmleditor-content p{margin-bottom:10px;}
/* WORDPRESS ADMIN END *//* Send to friend popup */
body.fuze-ajax-render_form{background:#fff;}

/* Loading */
#wpdc-loading { position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 9999;display: none;}
	#wpdc-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url(_core/css/images/loading.png);}

/* Error handling */
.footer_errors{background: transparent!important;}
.error_message{border:1px solid #e9bdbd;background: #fcd9d9;color: #ff0000;text-align:center;padding:5px 20px;}
.error_message p{margin-bottom:0px;}
.success_message{border:1px solid #c4e9bd;background: #dffcd9;color: #429b57;text-align:center;padding:5px 20px;}

/* Fuze Debug screen */
#fuze-debug{text-align:left;padding:20px;background:#333;}
#fuze-debug,
	#fuze-debug h1,
	#fuze-debug h2,
	#fuze-debug h3,
	#fuze-debug h4,
	#fuze-debug h5,
	#fuze-debug h6,
	#fuze-debug p{font-family:Arial;}

	#fuze-debug h3, 
		#fuze-debug-page h3{padding:10px;display:block;color:#fff;background:#b90000;margin-bottom:10px;}
	
	#fuze-debug-page{background:#fff;margin-right:340px;height:100%;padding:10px;height:400px;overflow-y:scroll;}
		#fuze-debug-page h3{background:#b1b1b1;}
		#fuze-debug-page-details > div.fl{margin-right:10px;padding:10px;border:1px solid #000;}
			#fuze-debug-page-details th{font-size:16px;margin-bottom:10px;display:block;}

	#fuze-errors{color:#000;width:300px;padding:10px;background:#fff;height:400px;overflow-y:scroll;}
		#fuze-errors li{padding:5px 0;border-bottom:1px solid #ddd;}
		#fuze-errors li.priority-high{background: #ffeded;color: #ff0000;border-color:#e9bdbd;}
	#fuze-errors-label{background:#fff url(_core/css/images/fuze-errors-label.png) no-repeat 10px 8px;border:1px solid #e9bdbd;border-top:0; color:#000;display:block;padding:5px 10px 5px 35px;}

/* Overlay */
._overlay{ background: #000; position:fixed;height:100%;width: 100%; cursor:pointer;z-index:990;}

/* Google maps fix */
.googlemap_wrapper img{ background-color: transparent !important;}/*  
Theme Name: Fuze framework
Version: 1.4.1
Description: Designed by <a href="http://www.ebbersmedia.nl">ebbers media</a>.
Author: ebbersmedia.nl
Author URI: http://www.ebbersmedia.nl

	� FUZE Framework - Ebbers Media BV

*/

/* Fonts
----------------------------------------------------------*/
@font-face {
    font-family: 'Quan';
    src: url('fonts/quan/Quan-webfont.eot');
    src: url('fonts/quan/Quan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quan/Quan-webfont.woff2') format('woff2'),
         url('fonts/quan/Quan-webfont.woff') format('woff'),
         url('fonts/quan/Quan-webfont.ttf') format('truetype'),
         url('fonts/quan/Quan-webfont.svg#quanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quan Black';
    src: url('fonts/quan/Quan-Black-webfont.eot');
    src: url('fonts/quan/Quan-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quan/Quan-Black-webfont.woff2') format('woff2'),
         url('fonts/quan/Quan-Black-webfont.woff') format('woff'),
         url('fonts/quan/Quan-Black-webfont.ttf') format('truetype'),
         url('fonts/quan/Quan-Black-webfont.svg#quan_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quan Bold';
    src: url('fonts/quan/Quan-Bold-webfont.eot');
    src: url('fonts/quan/Quan-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quan/Quan-Bold-webfont.woff2') format('woff2'),
         url('fonts/quan/Quan-Bold-webfont.woff') format('woff'),
         url('fonts/quan/Quan-Bold-webfont.ttf') format('truetype'),
         url('fonts/quan/Quan-Bold-webfont.svg#quan_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Quan Extrabold';
    src: url('fonts/quan/Quan-Extrabold-webfont.eot');
    src: url('fonts/quan/Quan-Extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quan/Quan-Extrabold-webfont.woff2') format('woff2'),
         url('fonts/quan/Quan-Extrabold-webfont.woff') format('woff'),
         url('fonts/quan/Quan-Extrabold-webfont.ttf') format('truetype'),
         url('fonts/quan/Quan-Extrabold-webfont.svg#quan_extraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Html en Body
----------------------------------------------------------*/
html{}
body{
	font-family: 'Roboto',Arial,Helvetica,Sans-serif; 
	min-height:100%;
	line-height:26px;
	font-size:16px;
	background: #fff;
	font-weight:300;
}
.colfull{width:1280px;padding:0 20px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}
#container{overflow:hidden;}
#wrapper{position:relative;left:0;width:100%;}

/* Languages
----------------------------------------------------------*/
.nl-NL{background:url(_core/css/images/languages/nl-NL.gif) no-repeat}
.en-EN{background:url(_core/css/images/languages/en-EN.gif) no-repeat}
.de-DE{background:url(_core/css/images/languages/de-DE.gif) no-repeat}
.es-ES{background:url(_core/css/images/languages/es-ES.gif) no-repeat}
.fr-FR{background:url(_core/css/images/languages/fr-FR.gif) no-repeat}
.zh-CN{background:url(_core/css/images/languages/zh-CN.gif) no-repeat}
.languages li{ background-position:0 8px;padding-left:25px;}


/* Tekst standaarden
----------------------------------------------------------*/
h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6  { font-family: 'Quan Extrabold','Roboto',Arial,Helvetica,Sans-serif; color:#18193b; }
h1{font-size:48px;margin-bottom:20px;} h2{font-size:48px;margin-bottom:20px;} h3{font-size:42px;margin-bottom:15px;} 
h4{font-size:16px;} h5{font-size:14px;} h6{font-size:12px;} 
p{}
a{font-weight:300;color:#cf0600;}
a:hover{}
img{display:block;}
a:hover img{}

/* Loader
----------------------------------------------------------*/
#squared-loader{
	height:11px;
	width:43px;
	margin:10px auto;
	background-image: url(_core/css/images/squares-loader.gif);
}

/* Header
----------------------------------------------------------*/
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #ffffff;
	z-index: 999;
	text-align: center;
	width: 100%;
	transition: all 0.1s ease;
}

#header:before {
	display:block;
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background: #cf0600;
	background: -moz-linear-gradient(left, rgba(53,54,83,1) 0%, rgba(207,7,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,54,83,1)), color-stop(100%, rgba(207,7,0,1)));
	background: -webkit-linear-gradient(left, rgba(53,54,83,1) 0%, rgba(207,7,0,1) 100%);
	background: -o-linear-gradient(left, rgba(53,54,83,1) 0%, rgba(207,7,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(53,54,83,1) 0%, rgba(207,7,0,1) 100%);
	background: linear-gradient(to right, rgba(53,54,83,1) 0%, rgba(207,7,0,1) 100%);
}

#header #logo {
	margin-right:45px;
}

#header #logo img{
	max-width: 100%;
}

#header nav > ul > li > a {
	display: inline-block;
	color: #353653;
	padding: 15px 30px;
	margin: 15px 5px;
	border-radius:28px;
	font-weight: 700;
	font-size: 20px;
	transition: all 0.2s ease;
}

#header nav ul li:hover > a {
	background-color:#f2f2f2;
}

#header nav ul li.current_page_item a, #header nav ul li.current_page_ancestor a {
	background-color:#353653;
	color:#fff;
}

#resNavOpener { display:none; }
#resMenu { position: fixed;z-index: 9999;overflow: hidden;top: 0px;right: -325px;width: 325px;height: 100%;background: #18193B;transition: all 0.1s ease-in; }
#resNav { padding: 95px 30px 40px 30px;height: 100%;overflow-y: scroll;width: 105%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}
#resNav li { list-style:none;}
#resNav > ul > li { margin-bottom:35px;}
#resNav li li { padding-left:35px;}
#resNav li li a { font-weight:300;}
#resNav li.current_page_item a { background-color:#cf0600; }
#resNav a { color:#ffffff;display:block;padding:10px 0px;padding-left:10px;font-size:22px;font-weight:700;font-family: calibri, sans-serif;text-decoration:none;transition:all 200ms ease-in-out;}
#resNav a:hover { background-color:#cf0600; }
#resNav .logo { position:absolute;top:35px;left:30px;}
#resNavCloser { height:28px;width:28px;color:#c0bfbf;position:fixed;top:40px;right:-305px;transition:all 0.1s ease-in; font-size:30px;}
#resNavCloser:hover { color:#ffffff;cursor:pointer; }
#wrapper.open #resNavCloser { right:20px;}

#wrapper.open #resMenu { right: 0px; }

#billboard {
	margin-top: 80px;
	text-align: center;
	background: #000;
	position: relative;
	height: 612px;
	overflow: hidden;
	padding-top:132px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
}

#billboard > img, #verzoek > img {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
	z-index:0;
}

body.home #billboard > img {
	position:fixed;
	top:86px;
}

#billboard .colfull {
	z-index:2;
}

#billboard h2 {
	font-family: 'Quan Black','Roboto',Arial,Helvetica,Sans-serif;
	color:#fff;
	font-size:76px;
}

#billboard .header-block {
	display:inline-block;
	clear:both;
	margin:0 auto;
}

#billboard .header-block a, footer .two-third a {
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
	padding:28px;
	border-radius:50%;
	min-width:170px;
	max-width:190px;
	margin-left:15px;
	-webkit-transition:background-color 200ms ease-in-out;
	-moz-transition:background-color 200ms ease-in-out;
	-o-transition:background-color 200ms ease-in-out;
	transition:background-color 200ms ease-in-out;
}

#billboard .header-block a:first-child, footer .two-third a:first-child {
	margin-left:0;
}

#billboard .header-block h4, footer .two-third h4 {
	color:#fff;
	font-size:36px;
	margin-bottom:0;
	line-height:30px;
}

#billboard .header-block a img, footer .two-third a img {
	margin:0 auto;
	margin-bottom:20px;
}

#billboard .header-block a:hover {
	background-color:#cf0600;
}

#billboard.page {
	height:250px;
	padding-top:80px;
}

#billboard.page .colfull {
	width:auto;
	display:inline-block;
	max-width:1280px;
}

#billboard.page h1 {
	color:#fff;
	font-size:72px;
	line-height:100px;
	margin-bottom:0;
	float:left;
}

#billboard.page img.thumb {
	float:left;
	height:90px;
	margin-right:45px;
}

#uvp {
	background-color:#f2f2f2;
	text-align:center;
	font-size:48px;
	line-height:42px;
	color:#18193b;
	font-family: 'Quan Extrabold','Roboto',Arial,Helvetica,Sans-serif;
	padding:38px 0;
}

#uvp span {
	color:#cf0600;
}


/* Zoekformulier
----------------------------------------------------------*/
#searchform{}
#searchform .button{}
#searchform .input{}
	.search_autofill ul{
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
		.search_autofill ul li a{
			border-bottom:1px solid #ddd;
			padding:3px 5px;
			background:#fff;
			display:block;
		}
		.search_autofill ul li a:hover,
			.search_autofill ul li.current_item a {
				background:#e8f1ff;
			}


/* Dropdown menu met 3+ levels
----------------------------------------------------------*/
#topnav{}
#topnav ul{}
#topnav li{white-space:nowrap;position:relative;}
	
	/* First level 
	----------------*/
	#topnav > ul > li{
		float:left;
		}
	#topnav a{
		display: inline-block;
		}
	#topnav > ul > li > a{text-decoration:none;}
	#topnav ul li a:hover, 
		#topnav ul li.current_page_item > a, 
			#topnav ul li:hover > a, 
				#topnav ul li.current_page_ancestor > a{}
	#topnav ul li:hover .dropdown{
		display:block;
		}
	#topnav span.span_has_children{
		background: url(images/has-children.png) no-repeat 10px 1px;
		height:8px;
		width:8px;
		display:inline-block;
		padding-left:10px;
	}

		/* Second level 
		----------------*/
		#topnav ul.dropdown{
			position:absolute;
			z-index:100;
			left:0px;
			top:100%;
			display:none;
			min-width:140px;
			}
				#topnav ul ul li{}
				#topnav ul ul a{
					text-decoration: underline;
					display:block;
				}
					#topnav ul ul li:hover{
					}
					#topnav ul ul li:hover > a{
						text-decoration:none;
					}

					/* Thirth level into infinity
					--------------------------------*/
					#topnav ul ul span.span_has_children{
						background-image:url(images/ul-has-children.png);
					}
					.dropdown ul {
						display:none;
						position:absolute;
						left:100%;
						top:0;
					}
					.dropdown li:hover > ul,
						.dropdown ul > li:hover > ul,
						.dropdown ul ul > li:hover > ul{
							display:block;
					}


/* Formulieren
----------------------------------------------------------*/
.textarea{ font-family:arial; font-size:12px; resize:vertical;}
.input, 
	.textarea, 
	.email, 
	.select{
		border:1px solid #ddd; 
		padding:5px 10px; 
		margin-bottom:5px;
		display:inline-block;
		}
	.select{padding-right:5px;}
.input.error, 
	.textarea.error, 
	.email.error{border-color:#ff0000;}
label{vertical-align:middle}
	label.error{display:block;margin:0 0 10px 0;}
.button,
	a.button{}

	/* Contactform 
	------------------------------------------------------*/
	.contactform {}
		.contactform .howto{color:#888;font-style:italic;font-size:12px;}
		#posts .contactform .input, 
			#posts .contactform .textarea, 
			#posts .contactform .email{width:100%;max-width:490px;-webkit-box-sizing:border-box;box-sizing:border-box;}
		.contactform td.form-label{padding-right:20px;vertical-align:top;}
	#send-to-friend{background:#fff;padding:50px;}
	.contactform table td:first-child { width:20%; }


/* Content 
----------------------------------------------------------*/

#homeContent {
	background-color:#fff;
	position:relative;
	z-index:3;
	display:block;
}

.home-half {
	width:50%;
	position:relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:40px 0;
}

.home-half.first {
	text-align:right;
	padding-right:70px;
	color:#fff;
}

.home-half.first * {
	color:#fff;
}

.home-half.second {
	padding-left:70px;
}

.part-wrapper {
	background-color:#cf0600;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 999px;
	width: 9999px;
	padding:40px 0;
	padding-right:70px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.part-wrapper strong {
	font-size:40px;
	font-family: 'Quan Extrabold','Roboto',Arial,Helvetica,Sans-serif;
	display:block;
	width:100%;
	margin-bottom:18px;
}

span.phone {
	white-space:nowrap;
}

.part-wrapper a.btn, #verzoek a.btn, .contactform input.button {
	background-color:#cf0600;
	font-size:20px;
	background-image:none;
	border:0;
	display:inline-block;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:14px 38px;
	border-radius:27px;
	-webkit-transition:background-color 200ms ease-in-out;
	-moz-transition:background-color 200ms ease-in-out;
	-o-transition:background-color 200ms ease-in-out;
	transition:background-color 200ms ease-in-out;
}

.part-wrapper a.btn:hover, #verzoek a.btn:hover, .contactform input.button:hover {
	background-color:#ac0803;
}

.part-wrapper a.btn {
	background-color:#18193b;
}

.part-wrapper a.btn:hover {
	background-color:#2e3173;
}

.home-half.second p {
	font-weight:normal;
}

#posts {
	margin-top:55px;
	margin-bottom:55px;
	width:100%;
	font-weight:normal;
}

#posts .content {
	display:table;
	width:100%;
	table-layout:fixed;
}

#posts .row {
	display:table-row;
	width:100%;
}

.half {
	display:table-cell;
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-bottom:50px;
	width:50%;
}

.half.first {
	padding-right:30px;
}

.half.second {
	padding-left:30px;
}

.half img {
	max-width:100%;
	margin:0 auto;
	width:auto;
	height:auto;
}

.half #gmaps img {
	max-width:none;
}

.row.text .half {
	vertical-align:top;
}

.row.img .half {
	padding-top:35px;
}

.row.last .half {
	padding-bottom:0;
}

.half h3 {
	font-size:48px;
}

.half table {
	width:100%;
}

.half table tr.title.odd, .half table tr.title.odd + tr {
	background-color:#f2f2f2;
}

.half table td {
	padding:20px;
}

.half table tr.title td {
	padding-bottom:0;
}

.half strong {
	color:#cf0600;
	font-size:20px;
}

.half table strong {
	width:100%;
	color:#cf0600;
	display:block;
	font-family: 'Quan Extrabold','Roboto',Arial,Helvetica,Sans-serif;
	font-size:24px;
}

.half table p {
	line-height:26px;
	margin-bottom:0;
}

.half table p.time {
	color:#CF0600;
	font-size:14px;
}

.half ul + ul {
	margin-left:50px;
}

.half ul span.fa-check {
	color:#cf0600;
}

body.page-id-9 .row img {
	max-height:166px;
	margin:0;
}

.contactform {
	width:95%;
}

.contactform table {
	width:100%;
	table-layout:fixed;
}

.two-third, .one-third {
	display:block;
	width:75%;
	float:left;
}

.one-third {
	width:25%;
}

.one-third ul {
	padding:0 !important;
}

.one-third ul li {
	list-style-type:none !important;
}
	

	/* Posts 
	------------------------------------------------------*/
	#posts{}
		#posts.page-not-found{}
		#posts h1, #posts h2{}
		#posts .post-loop, 
			#posts .page-loop ul{
			padding-left:15px;
			margin-bottom:10px;
		}
			#posts .post-loop, 
				#posts .page-loop li{
				list-style-type:disc;
			}
		#posts .post-loop img, 
			#posts .page-loop img{display:block;border:1px solid #ddd;padding:5px;background:#fff;}


		/* Loops 
		--------------------------------------------------*/
		.news-loop, 
			.excerpt-loop, 
			.agenda-loop, 
			.search-loop{padding-bottom:20px;margin-bottom:20px;cursor:pointer;}

		.page-loop{}
		.news-loop{}
		.news-list-loop{}
			.news-list-loop .odd{}
			.news-list-loop .even{}
		.agenda-loop{}
		.excerpt-loop{}
			.excerpt-loop .read-more{}
		.404-loop{}
		.attachment-loop{}
		.project-loop{}
		.search-loop{}
			.search-loop .read-more{}
		
		.post-date{}
		.post-content{}
		.post-image{}

/* Footer 
----------------------------------------------------------*/
footer {
	background-color:#18193b;
	color:#fff;
	padding-top:90px;
	padding-bottom:35px;
	display:block;
	position:relative;
	z-index:3;
}

footer a {
	color:#fff;
}

footer .two-third, footer .one-third {
	padding:0;
}

footer .two-third {
	width:75%;
}

footer .one-third {
	width:25%;
}

footer h3 {
	color:#fff;
}

footer .two-third a {
	margin-top:-28px;
}

footer .one-third li {
	padding-bottom:6px;
}

footer .socials {
	margin-top:20px;
}

footer .socials li {
	display:inline-block;
}

footer .socials li a {
	color:#fff;
	font-size:30px;
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

footer .socials li a:hover {
	color:#cf0600;
}

footer .socials li:first-child {
	margin-right:28px;
}

#verzoek {
	height:330px;
	position:relative;
	margin-top:40px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	background-color:#18193b;
}

#verzoek.no-event {
	background-color:#cf0600;
}

#verzoek.no-event a.btn {
	background-color:#18193b;
}

#verzoek.no-event a.btn:hover {
	background-color:#2e3173;
}

#verzoek * {
	color:#fff;
}

#verzoek .half.second {
	padding-left:70px;
	padding-top:50px;
}

#verzoek strong {
	font-size:40px;
	font-family: 'Quan Extrabold','Roboto',Arial,Helvetica,Sans-serif;
	display:block;
	width:100%;
	padding-bottom:20px;
}

#verzoek .half.first img {
	height:330px;
	width:auto;
	position:absolute;
	top:0;
	right:50%;
}

#events {
	margin:55px 0;
}

#events .colfull {
	display:table;
}

#events .event {
	display:table-cell;
	vertical-align:middle;
}

#events img {
	margin:0 auto;
}

footer .two-third a img {
	background-color:#fff;
	transition:background-color 200ms ease-in-out;
}

footer .two-third a:hover img {
	background-color:#cf0600;
}

/* Google Maps
-----------------------------------------------------------*/
#gmaps { position:relative;height:474px;width:100%;padding-bottom:0px;margin-bottom:0px;}
#gmaps.footer { height:330px; }
#gmaps-wrap { height:100%;overflow:hidden;width:100%;min-width:100; }
#map-canvas { height:110%;}
#gm_directions { position:absolute;bottom:0px;right:0px;z-index:5;width:349px;}/*392*/

#gm_directions span.error { display:none !important;}
#gm_directions .button,
#gm_directions input { display:block;float:left;box-sizing:border-box;-moz-box-sizing:border-box;border:0px;}
#gm_directions .button {  border-top-left-radius:0px;border-bottom-left-radius:0px;padding:11px 13px;height:40px;font-size:16px;width:40%;text-align:center;/*margin:20px 20px 20px 0;*/}
#gm_directions input { width:60%;margin-right:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;height:40px;border-radius:0;background-image:0;/*margin:20px 0px 20px 20px;*/}
#gm_directions .companyInfo { padding:15px 20px;line-height:1.5em;background:#ffffff;margin-bottom:21px;min-width:50%;float:right;box-shadow:0 0 20px 0 #666;}
#gm_directions .companyInfo strong { font-family: 'Droid Sans', sans-serif;color:#de0a0a;display:inline-block;margin-bottom:10px;font-size:20px;}
.gm_achtervlak { background:#fff;display:inline-block;top:5px;position:relative;width:100%;box-shadow:0 0 20px 0 #666;margin-bottom:20px;}
.mapscopy {font-size:10px;margin-right: 24px;text-align: right;}
.mapscopy a {text-decoration:underline;}
.companyInfo a { color:black;}
.companyInfo a:hover {text-decoration:none;}
.companyInfo h4 { color:#cf0600;}
.mapscopy a:hover {text-decoration:none;}
@media handheld, screen and (max-width: 768px) {
	#gm_directions .companyInfo { display:none;}
}
@media handheld, screen and (max-width: 420px) {
	#gm_directions { width:100%;box-sizing:border-box;-moz-box-sizing:border-box;padding:0px 10px;right:0px;}
	#gm_directions input,
	#gm_directions .button { font-size:13px;padding:11px 10px;line-height:13px;}
}

.googlemap_wrapper .googlemaps_form{background:#f2f2f2;padding:20px;margin-bottom:20px;}
	.googlemap_wrapper .googlemaps_form #directions_from{width:435px;}
.googlemap_wrapper #directions_output li{border-bottom:1px solid #ddd;padding:4px 0;position:relative;}
	.googlemap_wrapper #directions_output li .googlemaps-distance-between-step{position:absolute;right:0;bottom:-12px;background:#fff;padding:2px 5px;color:#555;display:block;font-size:11px;}
.googlemap_wrapper #directions_summary{display:none;margin:10px 0 15px;text-align:center;font-size:16px;font-weight:700;}

#gm_directions .gm_achtervlak {
	background:transparent;
	height:40px;
	background-color:rgba(0,0,0,0.3);
}

#gm_directions input {
	border:none;
	background-color:#fff;
	color:#333;
	line-height:30px\9; /* IE8- */
}

#gm_directions input:focus {
	outline:none;
	border:1px solid #cf0600 !important;
	line-height:30px\9; /* IE8- */
}

#gm_directions .button {
	background-color:#cf0600;
	font-weight:700;
	display:block;
	color:#fff;
	line-height:20px;
	font-size:14px !important;
	-webkit-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;
	-webkit-backface-visibility: hidden;
}

#gm_directions .button:hover {
	background-color:#ac0803 !important;
}

/* Sitemap 
-----------------------------------------------------------*/
.sitemap{
	margin-bottom:25px;
	width:200px;
	}
	.sitemap li, 
		.sitemap ul{list-style-type:none !important;padding-left:0;}
	.sitemap ul li ul{
		border-left:1px solid #dfdfdf;
		padding-left:10px;
		border-bottom:1px solid #dfdfdf;
		padding-bottom:10px;
		margin-left:25px;
		}
		.sitemap ul li a{
			padding:5px 0px;
			display:block;
			}
			.sitemap ul li ul li ul{
				margin-left:50px;
				}


/* Newsletter Plugin 
-----------------------------------------------------------*/
.wpmlwidget {}

	/* Form elements */
	.wpmlwidget fieldset {
		border: none;
		width: auto;
	}
	.wpmlwidget fieldset legend {}
	.wpmlwidget label {}
	.wpmlwidget form {}
	.wpmlwidget select.autowidth {
		width: auto !important;
	}
	.wpmlwidget select.wpmlcountry {
		width: 190px !important;
	}
	.wpmlwidget input, 
		.wpmlwidget select, 
		.wpmlwidget textarea {
		}
	.wpmlwidget select.fullwidth {
		width:100% !important;
	}

	/* Loading */
	.wpmlwidget .wpmlloading {
		margin: 0 0 0 5px;
	}
		.wpmlwidget .wpmlloading img {
			width: 13px;
			height: 13px;
		}

	/* Messages */
	p.wpmlaknowledgement {}
	p.wpmlerror, 
		div.wpmlerror, 
		span.wpmlerror, 
		.wpco .error, 
		.wpml .error {
			margin: 0;
			color: red !important;
			background: none !important;
			border: none !important;
		}
	.wpmlwidget .wpmlerror {
		margin: 15px 0 0 0 !important;
	}
	.wpmlrequired {}
	.wpmlwidget p {}

	/* Widefat */
	.wpmlwidget .widefat {}
		.wpmlwidget .widefat * {
			word-wrap: break-word;
		}
		.wpmlwidget .widefat a {}
		.wpmlwidget .widefat td,
			.wpmlwidget .widefat th {}
		.wpmlwidget .widefat td {}
		.wpmlwidget .widefat td p {}
		.wpmlwidget .widefat th {}
		.wpmlwidget .widefat th input {}
		.wpmlwidget .widefat .check-column {}
		.wpmlwidget .widefat tbody th.check-column {}
		.wpmlwidget .widefat .num,
			.column-comments,
			.column-links,
			.column-posts,
			.column-parent {
				text-align: center;
			}
		.wpmlwidget .widefat th#comments {
			vertical-align: middle;
		}

/* Responsive
-----------------------------------------------------------*/ 

@media handheld, screen and (max-width: 1280px){
	.colfull {
		width:100%;
	}
	#verzoek .half.first img {
		max-width:none;
	}
}

@media handheld, screen and (max-width: 1170px) {
	#header nav > ul > li > a {
		padding:15px 20px;
		font-size:18px;
	}
}

@media handheld, screen and (max-width: 1040px) {
	#header nav > ul > li > a {
		padding:15px 10px;
		margin:15px 0;
	}
}

@media handheld, screen and (max-width: 1000px) {
	#header #logo img{
		width: 160px;
	}
	#header nav#topnav {
		display:none;
	}

	#resNavOpener {
		display:block;
		position:absolute;
		right:10px;
		top:30px;
		cursor:pointer;
		font-weight:bold;
		font-size:20px;
		color:#18193b;
	}

	#resNavOpener span {
		font-size:23px;
		padding-right:5px;
		color:#cf0600;
	}

	#resMenu {
		display:block;
	}
	#header {
		height:86px;
	}
	.contactform table td:first-child { 
		width:30%;
	}
}

@media handheld, screen and (max-width: 980px){
	#billboard {
		height:382px;
		padding-top:42px;
	}
	#billboard .header-block a {
		padding:0;
	}
	#billboard .header-block a:hover {
		background-color:transparent;
	}
	#billboard h2 {
		font-size:55px;
	}
	body.home #billboard > img {
		margin-left:0;
		left:auto;
		right:0;
	}
	.home-half .part-wrapper {
		padding-right:20px;
	}
	.home-half.second {
		padding-left:20px;
	}
}

@media handheld, screen and (max-width: 820px){
	#billboard.page h1 {
		font-size:44px;
	}
}

@media handheld, screen and (max-width: 768px){
	#billboard {
		height:612px;
		padding-top:132px;
	}

	.half, .home-half, #posts .content, #posts .content .row, .two-third, .one-third {
		width:100%;
		float:none;
		display:block;
		padding:0 !important;
		padding-bottom:10px !important;
	}

	.half h3 {
		font-size:38px;
	}

	body.page-id-9 .row img {
		margin:20px auto;
	}

	#uvp {
		font-size:23px;
		line-height:20px;
	}

	.part-wrapper {
		position:static;
		height:auto;
		width:100%;
		padding: 40px 0;
		text-align: center;
	}

	#homeContent .home-half.second {
		padding:40px 20px !important;
	}

	#billboard {
		padding-top:80px;
	}

	#homeContent .colfull {
		padding:0;
	}

	#verzoek {
		height:auto;
	}

	#verzoek .half.second {
		text-align:center;
		padding:20px 0 !important;
	}

	#verzoek h2 {
		font-size:33px;
	}

	#verzoek strong {
		font-size:26px;
	}

	#verzoek .half.first img {
		position:static;
		margin-left:-10%;
		width:120%;
		height:auto;
	}

	#billboard.page h1, #billboard h2 {
		font-size:44px;
	}

	#events .colfull {
		display:block;
	}

	#events .event {
		display:block;
		width:100%;
		margin-top:20px;
	}

	#events .event:first-child {
		margin-top:0;
	}

	#billboard .header-block a, #billboard .header-block a:first-child {
		float:none;
		padding:0;
		margin:0;
	}
	
	#billboard .header-block a img {
		width:auto;
		height:80px;
	}

	#billboard .header-block a h4 {
		font-size:27px;
	}

	footer {
		text-align:center;
	}
	
	footer .two-third, footer .one-third {
		float:none;
		width:100%;
	}

	footer .one-third {
		margin-top:20px;
	}

	footer .two-third a, footer .two-third a:first-child {
		float:none;
		margin:0 auto;
	}
	.contactform {
		width:100%;
	}
	body.page-id-11 #posts .one-third {
		text-align:center;
		margin-top:20px;
	}
}

@media handheld, screen and (max-width: 580px){
	#billboard {
		padding-top:45px;
	}

	#billboard.page img.thumb {
		float:none;
		margin:0 auto;
		height:60px;
	}
	#billboard.page h1 {
		font-size:30px;
	}

	#billboard h2 {
		font-size:36px;
	}

	#verzoek .half.first {
		display:none;
	}

	.contactform input.button {
		width:100%;
		font-size:12px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	.contactform table td:first-child { 
		width:auto;
	}
	#gmaps.footer {
		display:none;
	}
}

@media handheld, screen and (max-width: 480px){
	body.page-id-7 .half table td {
		padding:2px;
	}
}

ul.secondlist {
	margin-left: 0px !important;
	padding-top: 35px;
}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('_core/css/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('_core/css/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('_core/css/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('_core/css/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('_core/css/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('_core/css/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('_core/css/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('_core/css/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('_core/css/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('_core/css/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('_core/css/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('_core/css/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('_core/css/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('_core/css/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('_core/css/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('_core/css/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('_core/css/images/fancybox/fancybox.png') -55px -90px no-repeat;
}