/* CSS Document */

/****************************/
/***** FONTFACE Settings *****/
/****************************/

#modus {
	float: left;
	background-color: yellow;
	text-decoration: blink;
	padding: 5px;
	display: none;
}

@font-face {
    font-family: 'HumanistCondenced';
    src: url('fonts/humanist_condensed-webfont.eot');
    src: url('fonts/humanist_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/humanist_condensed-webfont.woff') format('woff'),
         url('fonts/humanist_condensed-webfont.ttf') format('truetype'),
         url('fonts/humanist_condensed-webfont.svg#HumanistCondenced') format('svg');
    font-weight: normal;
    font-style: normal;
	transform: translate3d(0, 0, 0);
}

@font-face {
    font-family: 'HumanistBoldCondenced';
    src: url('fonts/humanist_bold_condensed-webfont.eot');
    src: url('fonts/humanist_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/humanist_bold_condensed-webfont.woff') format('woff'),
         url('fonts/humanist_bold_condensed-webfont.ttf') format('truetype'),
         url('fonts/humanist_bold_condensed-webfont.svg#HumanistBoldCondenced') format('svg');
    font-weight: normal;
    font-style: normal;
	transform: translate3d(0, 0, 0);
}
* {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
*:before,
*:after {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
/****************************/
/***** Global Settings *****/
/****************************/

* {
	padding:0;
	margin:0;
}

/* html { overflow-y: scroll; } */

/* ************************************************** */
/* ******************* Basis ************************ */
/* ************************************************** */

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 140%;
	color: #221f1f;
	height: 100%
}
a {
    color: #99ccff; /*#3d5e8f;*/
    text-decoration: none;
}
a:hover {
	color: orange;
}
a img {
	border: none;
	vertical-align: bottom;
}


/* ******************* LINK ************************ */




/* ***************** HEADINGS + Titles ******************** */

h1, h2, h3,
h1 a, h2 a, h3 a {
	color: #df9a06;
	font-weight: normal;
	text-decoration: none;
}

h1, h2 {
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
}
	
h1 {
	font-size: 1.7em;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.box h2, .intro h2 {
	margin-bottom: 9px;
	font-size: 1.7em;
}

h2 {
	margin-bottom: 30px;
	font-size: 1.9em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 7px;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
}


/* ******************* GLOBAL TAGS ************************ */


object {
	display: block;
}


/* ******************* GLOBAL CLASSES ******************** */

.clear {
	clear:both;
}
.badge.badge-danger {
    padding: 2rem;
    color: #ffffff;
    background-color: #D31013;
}
.btn {
	white-space: unset !important;
}


/* ************************************************** */	
/* ******************* FRAMEWORK ******************** */
/* ************************************************** */

	
/* ******************* SITE ******************** */

.verplicht {  }
/*
{
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/
.foutmelding, .waarschuwing	{ color:red; }

#producten a {
    background-color: #DF9A00;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    text-decoration: none;
	margin-bottom: 5px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	cursor: pointer;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}
#producten a:hover {
    background-color: #c48200;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c48200), to(#7a3300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #c48200, #7a3300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #c48200, #7a3300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #c48200, #7a3300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #c48200, #7a3300);
	cursor: pointer;
}
#referenties a {
    background-color: #DF9A00;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    text-decoration: none;
	margin-bottom: 5px;
	margin-bottom: 5px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	cursor: pointer;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}
#referenties a:hover {
    background-color: #c48200;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c48200), to(#7a3300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #c48200, #7a3300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #c48200, #7a3300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #c48200, #7a3300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #c48200, #7a3300);
	cursor: pointer;
}
#nieuwsberichten a {
    background-color: #DF9A00;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    text-decoration: none;
	margin-bottom: 5px;
	margin-bottom: 5px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	cursor: pointer;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
}
#nieuwsberichten a:hover {
    background-color: #c48200;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c48200), to(#7a3300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #c48200, #7a3300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #c48200, #7a3300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #c48200, #7a3300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #c48200, #7a3300);
	cursor: pointer;
}

#topWrapper {
	width: 960px;
	margin: 0 auto;
}

#topHolder {
	margin-left: 230px;
}

#contentWrapper {
	width: 730px;
	margin: 0 auto;
	padding-left: 230px;
	min-height: 60vh;
	height: auto !important;
}


/* *** Sidebar *** */

#sidebar {
	width: 180px;
	padding: 14px 10px 68px 10px;
	background: #ffffff;
	/*position: fixed;*/
	position: absolute;
	z-index: 10;
	/*height: 100%;*/
	height: auto;
	box-shadow: 0px 1px 13px 0px #999999;
	overflow: scroll hidden;
}

#sidebar #logoMaene {
	margin-bottom: 22px;
	text-align: center;
}

#sidebar #logoMaene a {
	text-decoration: none;
}

#sidebar .referentieEyecatcher, #sidebar .nieuwsbriefSubscribe {
	margin-top: 22px;
	/*padding-left: 4px;*/
}

.alert {
	position: fixed;
	width: 100%;
	background-color: #df9a06;
	z-index: 99999;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	padding: 15px;
}

/* *** Footer *** */

#footer {
	background: #373a72;
	color: #ffffff;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	width: 100%;
	position: absolute;
	/*height: 200px;*/
	height: auto;
	z-index: 40;
	padding-bottom: 40px;
}

#footerContent {
	width: 940px;
	margin: 15px auto 5px auto;
	font-size: 0.85em;
}

#footer p {
	margin-bottom: 18px;
}

#footer a {
	color: #ffffff;
}

#footer a img {
	border: none;
}

#footerAdres, #footerProducten, #footerSocial {
	float: left;
}

#footerAdres {
	width: 178px;
	margin-right: 40px;
}

#footerProducten {
	width: 520px;
	margin-right: 40px;
}

#footerProducten ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#tabsCat {
	border-bottom: solid 1px #ffffff;
	text-transform: uppercase;
	font-size: 1.1em;
}

#tabsCat a {
	text-decoration: none;
}

.ui-state-active a {
	outline: none;
	color: #df9a06;
}

.ui-tabs-anchor {
	color: #df9a06;
}

#footerProducten li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 8px;
}

#footerSocial {
	width: 160px;
	/*line-height: 32px*/
}

#footerSocial img {
	margin-right: 4px;
	vertical-align: middle;
}


/* *** HOME *** */




/* *** LANGUAGE *** */
#talen {
	margin-left: 650px;
	text-align: center;
	font-size: 0.9em;
	background: #373a72;
	width: 50px;
	color: #ffffff;
	padding: 8px 14px 8px 14px;;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	box-shadow: 0px 1px 6px 0px #999999;
	text-transform: uppercase;
}

#talen a {
	color: #7f83d5;
	text-decoration: none;
	text-transform: uppercase;
}

#talen a:hover {
	text-decoration: underline;
}

#talen .active {
	color: #ffffff;
	font-weight: bold;
}


.talen {
	text-transform: uppercase;
	display: block;
	position: absolute;
	margin-left: 880px;
	text-align: center;
	font-size: 0.9em;
	background: #373a72;
	width: 50px;
	color: #ffffff;
	padding: 8px 14px 8px 14px;;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	box-shadow: 0px 1px 6px 0px #999999;
}


/* *** SUB *** */



/* ******************* TOP ************************ */




/* ******************* CONTENT *********************** */

#content {
	margin-top: 36px;
}

.intro {
	width: 730px;
	margin-bottom: 40px;
}

.intro a {
	color: #df9a06;
}

.intro a:hover {
	color: #914601;
}

.intro div {
	font-family: "HumanistCondenced", Impact, Helvetica, Arial, sans-serif !important;
	font-size: 1.45em !important;
	line-height: 130% !important;
	color: #3f3c3c !important;
}

.columnLeft, .columnRight {
	width: 350px;
	float: left;
}

.columnLeft {
	margin-right: 30px;
}

.box {
	margin-bottom: 30px;
}

.videobox {
	float: left;
    height: 240px;
    margin: 0 15px 15px 0;
    width: 350px;
}

.box:first-of-type {
	clear: left;
}

.box a {
	text-decoration: none;
	text-transform: uppercase;
	color: #373a72;
}

.box .boxImgHolder {
	width: 350px;
	/*height: 180px;*/
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0px 1px 7px 0px #404040;
}

.boxImgHolder img {
	width: 100%;
	display: block;
}

.box a .playbutton {
	background-color: red;
	border-radius: 7px;
	color: white;
	height: 30px;
	left: 154px;
	line-height: 30px;
	position: relative;
	text-align: center;
	top: -120px;
	width: 50px;
}

.box a:hover .playbutton {
	background-color: white;
	color: black;
}

.box.ce {
	font-size: 2em;
	text-align: center;
	font-family: 'HumanistCondenced', Arial, Helvetica, sans-serif;
	
}
.box.ce .boxImgHolder {
	padding: 20px 0;
	
}
.box.ce .boxImgHolder img {
	vertical-align: middle;
	width: auto;
	height: auto;
	display: inline;
	
}

.box ul {
	margin-top: 10px;
}

.box li, .nieuwsBericht li {
	margin-left: 15px;
}

.box .boxVideoHolder {
	width: 350px;
	box-shadow: 0px 1px 7px 0px #404040;
	margin-bottom: 10px;
}



/* ************************************************** */
/* ******************* Navigation ******************* */
/* ************************************************** */

.link {
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
}

.link a {
	color: #373a72;
}

.link a:hover {
	text-decoration: underline;
}

.box .link {
	margin-top: 7px;
}

.offerte .link {
	text-align: left;
}


/* menu */
#menu {
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 22px 0 14px 0;
}

#menu li {
	display: inline-block;
	margin-right: 32px;
}

#menu li a {
	color: #5a5a5a;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
  	-moz-transition: color 0.3s ease-in-out;
  	-o-transition: color 0.3s ease-in-out;
  	transition: color 0.3s ease-in-out;
}

#menu li a:hover {
	color: #df9a06;
}

#menu li.active a {
	color: #df9a06;
}


/* sidebarNav */

#productenNav {
	text-transform: uppercase;
}

#productenNav h3 {
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	list-style: none;
}

#productenNav #accordion {
	border-top: solid 1px #373a72;
	margin-top: 8px;
}

#productenNav h3 {
	border-bottom: solid 1px #373a72;
	font-size: 1.4em;
	width: 180px;
}
#productenNav .subNav {
	margin-top: 4px;
	margin-left: 18px;
}

#productenNav .subNav li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 55%;
	margin-top: 2px;
}

#productenNav a {
	text-decoration: none;
	color: #373a72;
}

#productenNav .subNav a {
	color: #221f1f;
}

#productenNav .subNav a:hover {
	text-decoration: underline;
}

#productenNav h3 {
	margin-bottom:0px;
}

#productenNav h3 a {
	display: block;
	padding: 7px 0 7px 4px;
	width: 176px;
	-webkit-transition: background 0.4s ease-in-out;
  	-moz-transition: background 0.4s ease-in-out;
  	-o-transition: background 0.4s ease-in-out;
  	transition: background 0.4s ease-in-out;
}

#productenNav h3 a:hover {
	background: #b9bace;
}

#accordion .ui-state-focus { 
	outline: none; 
}

/* ************************************************** */
/* ******************* HOMEPAGE ********************* */
/* ************************************************** */


.newsItem {
	border-bottom: solid 1px #373a72;
	padding: 12px 0 12px 0;
	line-height: 150%
}

.newsItem a {
	color: #373a72;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: none;
}

.newsItem a:hover {
	text-decoration: underline;
}

.date {
	margin-bottom: 4px;
	color: #3f3c3c;
}

/* ******************* SFEERBOX ********************* */

#sfeerBackground {
	background: #373a72;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#373a72), to(#24264a));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #373a72, #24264a);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #373a72, #24264a);
	/* IE 10 */
	background: -ms-linear-gradient(top, #373a72, #24264a);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #373a72, #24264a);
	overflow: hidden;
	height: 310px;
	box-shadow: 0px 1px 13px 0px #404040;
}

#sfeerboxHolder, #referentieBoxHolder {
	margin-left: 230px;
}

#sfeerbox {
	width: 730px;
	height: 360px;
	overflow: hidden;
	margin: -290px auto 0 auto;
	box-shadow: 0px 1px 13px 0px #404040;
}

#referentiebox {
	width: 730px;
	margin: -290px auto 0 auto;
}

#slider {
	height: 360px;
	overflow: hidden;
	box-shadow: 0px 1px 13px 0px #404040;
}

#slider .flex-direction-nav, #carousel .flex-direction-nav {
	display: none;
}

#carousel {
	margin-top: 10px;
}

#carousel li {
	width: 154px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
}

#carousel li img {
	height: 100%;
	box-shadow: 0px 1px 6px 0px #404040;
}

#carousel #descriptionBox ul {
	width: 	auto;
	height: auto;
	overflow: inherit;
	margin-right: 10px;
	margin-right: 20px;
	float: none;
	background-color: transparent;
	background: none;
}

#carousel #descriptionBox li {
	width: 	auto;
	height: auto;
	overflow: inherit;
	margin-right: 10px;
	margin-left: 20px;
	float: none;
	background-color: transparent;
	background: none;
}

#carousel #descriptionBox li img {
	height: 100%;
	box-shadow: 0px 1px 6px 0px #404040;
}

.text ul {
	margin: 10px 0px !important;
	border: none !important;
	list-style: inside;
}

.text ul li {
	border: none !important;
	list-style:inside;
	text-transform: none;
	font-family: inherit !important;
	font-size:inherit !important;
}
	

/* sfeerbox Content */

.sfeerText {
	width: 190px;
	height: 360px;
	top: 0;
	/*padding: 200px 20px 0 20px;*/
	padding: 20px;
	z-index: 30;
	background: rgb(34, 31, 31) transparent; /* default fallback */
	background: rgba(34, 31, 31, 0.45); /* nice browsers */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#72221f1f, endColorstr=#72221f1f); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72221f1f, endColorstr=#72221f1f)"; /* IE8 */
	position: absolute;
	color: #ffffff;
}

.loading .flexslider, .loading .flexslider {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #000000; font-weight: bold; font-size: 60px; opacity: 0.3;}

.flexslider img {
	height: auto;
	min-width: 100%;
}

.flexslider li {
	position: relative;
	background-color: #000000;
	background-image: url(../images/blue_loading.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#carousel {
	min-height: 80px;
}
.flex-viewport {
}
.flex-viewport .slides li {
	position: relative;	
}

.productNaam, .referentieNaam {
	text-transform: uppercase;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
}

.productNaam {
	font-size: 2em;
	margin-bottom: 20px;
	line-height: 1em;
}

.referentieNaam {
	font-size: 1.4em;
	margin-bottom: 4px;
}

.referentieText {
	font-style: italic;
	font-weight: lighter;
}


/* sfeerbox Navigatie */

#sfeerNavHolder {
	position: absolute;
	z-index: 30;
	/*top: 445px;*/
	top: 480px;
	width: 730px;
	text-align: center;
	overflow: hidden;
}

#sfeerNavHolder li {
	display: block;
	margin: 0 auto;
	width: 140px;
}

#sfeerNavHolder li a {
	float: left;
	height: 12px;
	width: 12px;
	text-align: center;
	border-radius:7px;
	text-indent: 50px;
	overflow: hidden;
	margin-right: 5px;
	text-decoration: none;
	background: #ffffff;
	background: rgb(10, 10, 10) transparent; /* default fallback */
	background: rgba(10, 10, 10, 0.45); /* nice browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000, endColorstr=#72000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000, endColorstr=#72000000)"; /* IE8 */
}

#sfeerNavHolder li:active, #sfeerNavHolder .flex-active  {
	background: #df9a06;
}

#sfeerNavHolder li a:hover, .flex-control-paging li a:hover {
	background: #ffffff;
	background: rgb(10, 10, 10) transparent; /* default fallback */
	background: rgba(10, 10, 10, 0.45); /* nice browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000, endColorstr=#72000000); /* IE 6/7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000, endColorstr=#72000000)"; /* IE8 */
	border: solid 1px #000000;
	width: 10px;
	height: 10px;
	border-radius: 7px;
}




/* ************************************************** */
/* ******************* SUBPAGES ********************* */
/* ************************************************** */


/* ******************* NIEUWS DETAILPAGE ******************* */

.nieuwsBericht {
	margin-bottom: 35px;
	width: 730px;
}

.nieuwsBericht .link {
	text-align: left;
}

.nieuwsImageHolder {
	width: 350px;
	float: left;
	margin-right: 30px;
}

.imgBig {
	width: 350px;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0px 1px 6px 0px #404040;
}

.imgBig img {
	width: 100%;
	height: auto;
	display: block;
}

.thumb {
	width: 80px;
	/*height: 50px;*/
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 6px 0px #404040;
}

.technischeBeelden .thumb {
	width: 106px;
	height: 75px;
	margin-left: 0;
}

.thumb img {
	width: 100%;
}

.thumbs .thumb:nth-child(4n+4) {
	margin-right: 0;
}

.thumbs .thumb.odd {
	margin-right: 0;
}

.nieuwsText {
	width: 450px;
	margin-left: 280px;
}




/* ******************* REFERENCE PAGE ******************* */

.referentieNavBox, .contactDelenBox {
	float: left;
}

#referentieCategorie ul {
	list-style: none;
	margin-top: -14px;
	text-transform: uppercase;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 0px;
	-webkit-column-gap: 0px;
	column-gap: 0px;
	-moz-column-width: 215px;
	-webkit-column-width: 215px;
	column-width: 215px;
	border-top: solid 1px #373a72;
}

#referentieCategorie li {
	border-bottom: solid 1px #373a72;
	font-size: 1.4em;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
}

#referentieCategorie a {
	text-decoration: none;
	color: #373a72;
	display: block;
	padding: 7px 0 7px 8px;
	width: 208px;
	-webkit-transition: background 0.4s ease-in-out;
  	-moz-transition: background 0.4s ease-in-out;
  	-o-transition: background 0.4s ease-in-out;
  	transition: background 0.4s ease-in-out;
}

#referentieCategorie a:hover {
	background: #b9bace;
}

#referentieCategorie .active {
	background: #b9bace;
}

.referentieNavBox {
	width: 430px;
	margin-right: 30px;
}


/* contactDelenBox */

.contactDelenBox {
	width: 250px;
	box-shadow: 0px 1px 6px 0px #404040;
	padding: 15px 10px;
}

.contactDelenBox>p {
	margin-top: -14px;
}

.facebook {
	margin-top: 16px;
	margin-bottom: 10px;
}



/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */




/* ******************* FORM ERRORS ********************* */



/* ******************* FORM ********************* */

fieldset {
	border: none;
}

/* OVERLAY FORM AANVRAAG DOCUMENTEN */

#contact, #overlayFormVerstuurd {
	display: none;
}

#inlineForm, #inlineFormsubmittedbox {
	width: 574px;
	padding: 20px 25px;
	border-radius: 5px;
}

#inlineFormsubmittedbox ul {
	text-align: center;
	list-style: none;
}

#inlineFormsubmittedbox li {
	margin-bottom: 8px;
}

#inlineFormsubmittedbox span {
	color: #df9a06;
}

#inlineForm fieldset {
	width: 495px;
	margin: 0 auto;
}

#inlineForm>p, #inlineFormsubmittedbox p {
	text-align: center;
}

#inlineFormsubmittedbox p {
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	color: #373a72;
	margin-bottom: 11px;
	line-height: 130%;
}

#inlineForm h3, #inlineFormsubmittedbox h3 {
	text-transform: uppercase;
	text-align: center;
}

#inlineFormsubmittedbox h3 {
	margin-bottom: 13px;
}

#inlineForm input[type="submit"], #inlineForm button[type="submit"] {
	height: 30px;
	padding: 6px 16px 10px 16px; 
	margin-left: 374px;
	cursor: pointer;
}

#inlineForm label, #inlineForm input[type="text"] {
	border-radius: 3px;
	border: solid 1px #373a72;
	height: 16px;
}

#inlineForm label {
	background: #373a72;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	font-family: 'HumanistBoldCondenced', Impact, Helvetica, Arial, sans-serif;
	width: 134px;
	padding: 8px 0 8px 14px;
	display: block;
	margin-bottom: 15px;
}

#inlineForm input[type="text"] {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	width: 320px;
	padding: 8px 0 8px 14px;
	margin-left: -5px;
	float: left;
}

#inlineForm span, #inlineForm #errors {
	color: #a32626;
}

#inlineForm span {
	font-size: 2em;
	padding: 14px 0 0 5px;
	display: block;
	float: right;
	width: 8px;
}

#inlineForm #errors {
	margin: 10px 0 12px 202px;
	width: 318px;
}

#inlineForm fieldset br {
	clear: both;
}

.zeem {
	color: #FFFFFF !important;
	background-color: #FFFFFF !important;
	font-size: 0px !important;
	height: 0px !important;
	border: none !important;
}


/* SIDEBAR: NIEUWSBRIEF SUBSCRIBE */

.nieuwsbriefSubscribe form {
	margin-top: 8px;
}

.nieuwsbriefSubscribe input[type="text"] {
	width: 122px;
	height: 26px;
	border: solid 1px #373a72;
	padding: 0 6px;
}

.mailing p {
	/*margin-bottom: -20px;*/
}


/* ******************* BTN ********************* */

.btnVid, .btnRef, .nieuwsbriefSubscribe input[type="submit"], .btnProd, #inlineForm input[type="submit"],
.btnVid, .btnRef, .nieuwsbriefSubscribe button[type="submit"], .btnProd, #inlineForm button[type="submit"], .buttonCO a {
	margin-top: 8px;
	background: #df9a06;
	text-align: center;
	border: none;
	font-size: 0.85em;
	border-radius: 3px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	cursor: pointer;
}

.btnVid.home {
	width: 330px;
	margin-top: 0px;
	font-size: 1em;
	padding: 8px 10px 10px;
}

.btnVid, .btnRef {
	display: inline-block;
    height: auto;
    min-width: 160px;
    padding: 4px 10px 5px 10px;
    width: auto;
}

.btnVid a, .btnRef a, .nieuwsbriefSubscribe input[type="submit"], .btnProd a, #inlineForm input[type="submit"],
.btnVid a, .btnRef a, .nieuwsbriefSubscribe button[type="submit"], .btnProd a, #inlineForm button[type="submit"] {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; font-weight:600; font-stretch:condensed;
	cursor: pointer;
}

.nieuwsbriefSubscribe input[type="submit"],
.nieuwsbriefSubscribe button[type="submit"] {
	height: 30px;
	padding: 6px 10px 10px 10px; 
	cursor: pointer;
}

.btnProd {
	width: 121px;
	height: auto;
	padding: 4px 10px 5px 14px;
}


.downloadButtons li {
	list-style: none;
	width: 340px;
	height: auto;
	background: #cccccc;
	/* Safari 4-5, Chrome 1-9 */
	background: url(../images/productDownloadArrow.png) no-repeat center right, -webkit-gradient(linear,left top, right top, from(#a7a7a7), to(#cccccc));
	/* Safari 5.1, Chrome 10+ */
	background: url(../images/productDownloadArrow.png) no-repeat center right, -webkit-linear-gradient(left, #a7a7a7, #cccccc);
	/* Firefox 3.6+ */
	background: url(../images/productDownloadArrow.png) no-repeat center right, -moz-linear-gradient(left, #a7a7a7, #cccccc);
	/* IE 10 */
	background: url(../images/productDownloadArrow.png) no-repeat center right, -ms-linear-gradient(left, #a7a7a7, #cccccc);
	/* Opera 11.10+ */
	background: url(../images/productDownloadArrow.png) no-repeat center right, -o-linear-gradient(left, #a7a7a7, #cccccc);
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-left: 0px;
	margin-bottom: 8px;
}

.downloadButtons li a {
	width: 290px;
	display: block;
	padding: 8px 36px 8px 14px;
	color: #373a72;
	text-decoration: none;
}

.downloadButtons li a:hover {
	color: #ffffff;
}

.buttonCO {
	display: none;
	margin-bottom: 20px;
}
.buttonCO a {
	display: block;
	width: 170px;
	padding: 5px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}
.buttonCO a img {
	float: left;
	margin-right: 10px;
}

/* ******************* PAGE: VIDEOS ********************* */

#descriptionBox {
	background: #ffffff;
	box-shadow: 0px 1px 13px 0px #404040;
	padding: 14px 10px;
	margin-top: -10px;
}
#descriptionBox h2 {
	margin-bottom: 8px;
}

.videoItem {
	margin-bottom: 5px;
}
.videoItem img {
	float: left;
	margin-right: 12px;
}
.videoItem .text {
	float: left;
	width: 260px;
}
.videoItem .text h2 {
	font-size: 180%;
	margin-bottom: 8px;
}
.videoItem .text h2 a {
	margin-bottom: 8px !important;
    color: #DF9A06 !important;
    font-weight: normal !important;
    text-decoration: underline !important;
	font-family: 'HumanistBoldCondenced',Impact,Helvetica,Arial,sans-serif !important;
	padding: 0 !important;
	font-size: 100% !important;
}
.videoItem .text h2 a:hover {
	background-color: transparent !important;
	color: #36396F !important;
}
.videoItem a:hover {
	background-color: transparent !important;
	color: #36396F !important;
}

#videoPagination {
	color: #000000;
	text-align: center;
	border-top: solid 1px #373a72;
	padding-top: 6px;
}
#videoPagination span {
	display: inline-block;
	border: solid 1px #df9a06;
	margin-left: 2px;
	padding: 2px 4px;
}
#videoPagination a {
	display: inline;
}
#videoPagination a:hover {
	background: none;
	text-decoration: underline;
}

/* ******************* PAGES: FOTOS & DOCUMENTEN DOWLOADEN ********************* */

#topWrapper.topWrapper2 {
	width: 100%;
	min-width: 960px;
	position: relative;
	border-bottom: solid 8px #373a72;
	height: 94px;
	margin-bottom: 15px;
}

#topWrapper.topWrapper2 #sidebar {
	position: static;
	height: 16px;
	margin-left: 64px;
	box-shadow: none;
	padding: 0;
	width: auto;
}

#topWrapper.topWrapper2 #sidebar #logoMaene {
	background: #ffffff;
	box-shadow: 0px 1px 13px 0px #999999;
	margin-bottom: 0;
	padding: 14px 10px 22px;
	width: 182px;
}

#topWrapper.topWrapper2 #talen {
	top: 0;
	right: 64px;
	position: absolute;
	margin-left: 0;
}

#topWrapper.topWrapper2 #menu {
	top: 35px;
	position: absolute;
}


#contentWrapper2 {
	padding: 0 64px 50px;
}

#fotos.flexslider {
	position: relative;
	min-width: 896px;
}

#fotos .flex-viewport {
	height: 680px;
	overflow: hidden;
	margin-bottom: 25px;
}

#fotos.flexslider li, #fotocarousel.flexslider li {
	background: #ffffff;
	background-image: none;
}

#fotos .flex-viewport img {
	min-width: inherit;
}

#fotos .slides li {
	text-align: center;
	position: relative;
	height: 680px;
}

#fotos .slides .container {
	display: inline-block;
	width: 100%;
	height: 627px;
	overflow: hidden;
}
#fotos .slides .container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

#fotos .slides li img {
	height: 100%;
	width: auto;
	display: inline-block;
  	vertical-align: middle;
}
#fotos .slides li img.landscape {
	min-height: 0;
	height: auto;
	width: 100%;
}

#fotos .slides .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #b9bace;
	text-align: left;
}
#fotos .slides .caption .listitem span {
	display: inline-block;
	width: auto;
	padding: 17px 17px 17px 15px;
/*	color: #221f1f; */
	text-transform: uppercase;
	font-size: 1.7em;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
}
#fotos .slides .caption .listitem {
	display: inline-block;
	width: auto;
	padding: 0px 17px 0px 15px;
	color: #221f1f;
}
#fotos .slides .caption .listitem .btnPic {
	position: relative;
	right: 0px;
	top: -5px;
	background: #df9a06;
	text-align: center;
	border: none;
	font-size: 0.9em;
	border-radius: 3px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; 
	font-weight:600; 
	font-stretch:condensed;
	padding: 4px 10px 5px 14px;
}

#fotocarousel .flex-viewport li {
	overflow: hidden;
	width: 100px;
	height: 80px;
	display: inline-block;
	margin-right: 17px;
	opacity: 0.4;
}
#fotocarousel .flex-viewport li.flex-active-slide, #fotocarousel .flex-viewport li:hover {
	opacity: 1;
}
#fotocarousel li img {
	width: auto;
	height: 100%;
}
#fotocarousel {
	position: relative;
}

#fotos .flex-direction-nav, #fotocarousel .flex-direction-nav {
	list-style: none;
}

#fotos .flex-direction-nav li {
	position: absolute;
	top: 250px;
	right: 15px;
	background: none !important;
}
#fotocarousel .flex-direction-nav li {
	position: absolute;
	top: 18px;
	right: 15px;
	background: none !important;
}
#fotos .flex-direction-nav li:first-child, #fotocarousel .flex-direction-nav li:first-child {
	left: 15px;
	right: auto;
}

#fotos .flex-direction-nav a, #fotocarousel .flex-direction-nav a {
	background: rgb(34, 31, 31) transparent; /* default fallback */
	background: rgba(34, 31, 31, 0.6); /* nice browsers */
	color: #ffffff;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	display: inline-block;
	padding: 13px 15px;
	border-radius: 22px;
}

#fotoCats {
	margin-top: 35px;
}

#fotoCats ul {
	list-style: none;
	text-transform: uppercase;
	border-top: solid 1px #373a72;
	min-width: 896px;
}

#fotoCats li {
	border-bottom: solid 1px #373a72;
	font-size: 1.4em;
	font-family: 'HumanistCondenced', Impact, Helvetica, Arial, sans-serif;
	width: 25%;
	float: left;
}

#fotoCats a {
	text-decoration: none;
	color: #373a72;
	display: block;
	padding: 7px 0 7px 8px;
	-webkit-transition: background 0.4s ease-in-out;
  	-moz-transition: background 0.4s ease-in-out;
  	-o-transition: background 0.4s ease-in-out;
  	transition: background 0.4s ease-in-out;
}
#fotoCats a:hover {
	background: #b9bace;
}
#fotoCats .active {
	background: #b9bace;
}

.documentDownload {
	width: 570px;
	margin: 40px auto 0;
	text-align: center;
}

#documentDownloadForm {
	width: 410px;
	margin: 30px auto 0;
}

#documentDownloadForm label {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #373a72;
	text-align: left;
}

#documentDownloadForm input[type="text"], #documentDownloadForm input[type="email"] {
	border-radius: 3px;
	border: solid 1px #373a72;
	margin-top: 5px;
	padding: 5px 5px;
	width: 99%;
	font-size: 1em;
	margin-bottom: 15px;
}

#btnDownloadDoc {
	margin-top: 15px;
	background: #df9a06;
	text-align: center;
	border: none;
	font-size: 0.9em;
	border-radius: 3px;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df9a06), to(#8e4300));
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #df9a06, #8e4300);
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #df9a06, #8e4300);
	/* IE 10 */
	background: -ms-linear-gradient(top, #df9a06, #8e4300);
	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #df9a06, #8e4300);
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif; 
	font-weight:600; 
	font-stretch:condensed;
	padding: 4px 10px 5px 14px;
}

#btnDownloadDoc:hover {
	color: #5a5a5a;
}


/* ******************* SOCIAL MEDIA ********************* */

.social {
	margin: 0 4px;
}



/* ******************* WESTSITE ****************** */

.westsite {
	text-align: right;
	float: right;
	margin: 0px;
	padding: 0px;
}




/* SIDEBARFIX */

@media screen and (max-height: 440px) {
    .referentieEyecatcher, .nieuwsbriefSubscribe {
        display: none;
    }
}


@media screen and (max-height: 560px) {
    .nieuwsbriefSubscribe {
        display: none;
    }
}

@media all and (max-width: 1024px) and (max-height: 560px) {
	.referentieEyecatcher, .nieuwsbriefSubscribe {
        display: block;
    }
}

