/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/* End: Recommended Isotope styles */

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}


/* The Nivo Slider styles */
.nivoSlider {
	height:362px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:-30px;
	left:0;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:13px;
	background:url('../images/bullets.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor:pointer;
}
.nivo-controlNav a.active {
	background-position:0 -13px;
}




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;
}

@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('../fonts/centurygothic-webfont.eot');
    src: url('../fonts/centurygothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centurygothic-webfont.woff') format('woff'),
         url('../fonts/centurygothic-webfont.ttf') format('truetype'),
         url('../fonts/centurygothic-webfont.svg#CenturyGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	line-height:1;
	background-color:#000;
	color:#bbb;
	font-family:'century gothic','CenturyGothicRegular',arial,verdana;
}

html, body {
	height:100%;
	width:100%;
	font-size:13px;
}

body#tinymce {
	color:#000;
}

.wrapper {
	width:739px;
	margin:0 auto;
}

h1 {
	width:216px;
	height:114px;
	margin-bottom:20px;
}

h1 a {
	display:block;
	width:216px;
	height:109px;
	background:transparent url('../images/logo.png') 0 0 no-repeat;
	text-indent:-9000px;
}

#headslider {
	background-color:#222;
	width:100%;
	height:210px;
	position:absolute;
	bottom:40px;
}

#container {
	padding-top:50px;
	width:100%;
}

#content {
	background-color:#272727;
	overflow:hidden;
}

#content.small {
	min-height:210px;
}

#content.large {
	min-height:210px;
}

#nav {
	padding-left:217px;
	text-transform:uppercase;
}

#content #nav li {
	width:172px;
	display:block;
	float:left;
	margin-left:2px;
	position:relative;
	vertical-align:bottom;
}

#content.small #nav li {
	width:172px;
	height:210px;
	display:block;
	float:left;
	margin-left:2px;
	position:relative;
	vertical-align:bottom;
}

#content.large #nav li {
	height:44px;
}

#content #nav li a {
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

#content #nav li a em {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;	
}

#content.small #nav li a em.inactive {
	height:44px;
	filter:alpha(opacity=50);
	opacity:0.5;
	background:#222;
}

#content.small #nav li a em.active {
	height:100%;
	filter:alpha(opacity=70);
	opacity:0.7;
	background:#999;
}

#content.large #nav li a em {
	height:100%;
	filter:alpha(opacity=100);
	opacity:1;
	background:#222;
}

#content.large #nav li a:hover em {
	background:#333;
}

#content #nav li a span {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	text-align:center;
	height:44px;
	line-height:44px;
}

#content.small #nav li#btn405 {
	background:transparent url('../images/buttonPhoto1.jpg') 0 0 no-repeat;
}

#content.small #nav li#btn406 {
	background:transparent url('../images/buttonPhoto2.jpg') 0 0 no-repeat;
}

#content.small #nav li#btn407 {
	background:transparent url('../images/buttonPhoto3.jpg') 0 0 no-repeat;
}

#content a {
	color:#fff;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

h2 {
	display:none;
}

#contactdata {
	width:739px;
}

h3 {
	margin:10px 0 15px 0;
	font-size:16px;
	color:#fff;
}

#contactdata h3 {
	margin:10px 0 5px 0;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

#contactdata img {
	float:left;
	display:block;
}

#contactdata .left p {
	padding-bottom:20px;
}

#contactdata .left {
	height:430px;
	line-height:20px;
}

#contactdata .left img {
	position:absolute;
	bottom:0;
	left:10px;
}

#contactdata .left ul {
	clear:both;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	list-style:none;
	margin-top:5px;
}

#contactdata .left li {
	text-align:center;
	margin:2px 0;
}

#contactdata p strong {
	font-size:17px;
	text-transform:uppercase;
	font-weight:normal;
}

#contactdata p em {
	display:block;
	float:right;
	font-style:normal;
}

#contactdata p span {
	display:block;
	float:left;
}

#contactdata p a {
	color:#bbb;
}

.left ul, #contactdata .left {
	background-color:#222;
	padding:10px;
	width:196px;
	height:344px;
	float:left;
	text-transform:uppercase;
	font-size:12px;
	color:#bbb;
	position:relative;
	list-style:none;
}

#contactdata .left ul {
	padding:0;
	width:auto;
	float:none;
}

#contactdata .left {
	height:430px;
}

.left ul li {
	margin-bottom:5px;
}

.left ul li.selected {
	font-weight:bold;
}

.left ul li a {
	display:block;
	width:100%;
	color:#bbb;
}

div.cvdata {
	float:left;
	padding:10px 0 0 10px;
	width:513px;
}

div.cvdata span {
	display:block;
	margin:10px 0 5px 0;
	font-weight:bold;
}

div.cvdata ul {
	list-style:square outside;
}

div.cvdata li {
	margin-left:15px;
}

div.cvdata h3 {
	color:#fff;
	font-size:16px;
	margin:10px 0 5px 0;
}

#projectthumbs {
	width:522px;
	height:364px;	
	display:block;
	float:right;
	background:transparent url('../images/gridBg.png') 2px 0 no-repeat;
}

#projectthumbs ul {
	width:522px;
}

#projectthumbs li {
	width:172px;
	display:block;
	margin:0 0 2px 2px;
	float:left;
	position:relative;
	height:120px;
}

#projectthumbs li a {
	display:block;
	height:120px;
	width:172px;
	text-decoration:none;
}

#projectthumbs li a:hover, #projectthumbs li a:hover p {text-decoration:none;}

#projectthumbs li span {
	display:none;
}

#projectthumbs li a p {
	display:none;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:8px;
	text-decoration:none;
}

#projectthumbs li a div.inactive {
	filter:alpha(opacity=50);
	opacity:0.5;
	background:#999;
	position:absolute;
	height:0px;
	width:100%;
	bottom:0;
	left:0;
	display:block;
}

#projectthumbs li a div.active {
	filter:alpha(opacity=70);
	opacity:0.7;
	background:#999;
	position:absolute;
	height:30px;
	width:100%;
	bottom:0;
	left:0;
	display:block;
}

#projectthumbs li a:hover p {
	display:block;
}

#projectthumbs li img {
	width:172px;
	height:120px;
	margin-bottom:-3px;
}

#projectPhotos {
	width:522px;
	height:400px;
	float:left;
	position:relative;
}

#projectPhotos img {
	width:522px;
	height:362px;
	display:none;
}

#projectPhotos p {
	height:30px;
	line-height:30px;
	position:absolute;
	bottom:38px;
	padding:0 15px;
	color:#fff;
}

#projectPhotos em {
	display:block;
	position:absolute;
	bottom:38px;
	width:100%;
	height:30px;
	filter:alpha(opacity=70);
	opacity:0.7;
	background:#999;
}

#projectPhotos span {
	position:absolute;
	display:block;
	right:0;
	bottom:12px;
	text-transform:lowercase;
	font-size:11px;
}

#projectPhotos span a {
	color:#bbb;
}

#content .aboutphotos {
	width:522px;
	height:364px;	
	display:block;
	float:right;
	background:transparent url('../images/gridBg.png') 2px 0 no-repeat;
}

#content .aboutphotos li {
	width:172px;
	display:block;
	margin:0 0 2px 2px;
	float:left;
	position:relative;
	height:120px;
}

#content .aboutphotos li a {
	display:block;
	height:120px;
	width:172px;
	text-decoration:none;
}

#content .aboutphotos li a:hover, .aboutphotos li a:hover p {text-decoration:none;}

#content .aboutphotos li a p {
	display:none;
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:30px;
	line-height:15px;
	text-align:center;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:8px;
	text-decoration:none;
}

#content .aboutphotos li a div.inactive {
	filter:alpha(opacity=50);
	opacity:0.5;
	background:#999;
	position:absolute;
	height:0px;
	width:100%;
	bottom:0;
	left:0;
	display:block;
}

#content .aboutphotos li a div.active {
	filter:alpha(opacity=70);
	opacity:0.7;
	background:#999;
	position:absolute;
	height:30px;
	width:100%;
	bottom:0;
	left:0;
	display:block;
}

#content .aboutphotos li a:hover p {
	display:block;
}

#content .aboutphotos li img {
	width:172px;
	height:120px;
	margin-bottom:-3px;
}

#content .aboutphotos li.tine { clear:left; }
#content .aboutphotos li.an { float:left; }
#content .aboutphotos li.jeroen { float:right; }
#content .aboutphotos li.cindy { clear:left; float:right; }

.hidden {
	display:none;
}

.msg {
	color:#fff;
	margin:10px 0;
	padding:7px 10px;
	position:relative;
	text-align:left;
	width:100%;
}

.msg strong {
	position:absolute;
	right:10px;
	top:8px;
	font-weight:bold;
	font-style:none;
	cursor:pointer;
	font-size:11px;
}

.msg.success {
	background-color:green;
}

.msg.error {
	background-color:#CE0243;
}

#footer {
	margin:0 auto;
	width:739px;
	position:relative;
	text-align:left;
	font-size:10px;
	height:40px;
}

#footer .wrapper {
	position:relative;
	top:20px;
}

#footer a {
	color:#bbb;
	text-decoration:none;
	border-top:2px solid transparent;
	padding-top:3px;
}

#footer a:hover {
	color:#bbb;
	border-color:#bbb;
}

#footer p {
	float:right;
	margin-left:15px;
}

#footer ul {
	float:right;
}

#footer ul li {
	display:block;
	float:right;
	margin-left:15px;
}

.capital {
	text-transform:uppercase;
}

.nojs {
	width:400px;
	padding:15px 20px;
	background-color:orange;
	margin:20px auto 0 auto;
	color:#fff;
}

.nojs h4 {
	margin-bottom:10px;
}

.defaultContent {
	padding:10px 0 10px 219px;
}

.defaultContent strong {
	color:#fff;
}

span.label { width:30%; float:left; margin:0 !important; font-weight:normal !important; }