@charset "UTF-8";

@font-face {
    font-family: 'AvenirLTStd35Light';
    src: url('_font/avenirltstd-light-webfont.eot');
    src: url('_font/avenirltstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('_font/avenirltstd-light-webfont.woff') format('woff'),
         url('_font/avenirltstd-light-webfont.ttf') format('truetype'),
         url('_font/avenirltstd-light-webfont.svg#AvenirLTStd35Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvenirLTStd95Black';
    src: url('_fontavenirltstd-black-webfont.eot');
    src: url('_fontavenirltstd-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fontavenirltstd-black-webfont.woff') format('woff'),
         url('_fontavenirltstd-black-webfont.ttf') format('truetype'),
         url('_fontavenirltstd-black-webfont.svg#AvenirLTStd95Black') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* CSS Document */
/* @group */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
 /* background:transparent;*/
  list-style:none;
} 

/* HTML5 tags */
article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

#primary_nav ul {
	list-style:none;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { color:#ffed00; margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration: none; }
a:hover, a:active, a:visited, a:focus  { color:#ffed00; outline: none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* for image replacement */
.ir {
	display:block;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
.ir a {
	display:block;
	overflow:hidden;
}

/* 
	Base styles 
*/
body, select, input, textarea { color:#222222; font-size:15px;  }
a, a:active, a:visited { color:#222222; }
a:hover { color:#222222; }
h1,h2,h3,h4,h5,h6 {  text-rendering: optimizeLegibility; line-height: 1em; }

h1 {
	font-family: 'AvenirLTStd35Light', Arial, sans-serif;
	font-size:3em;
	color: #c3bcb2;
	padding-bottom: 20px;
	text-shadow: #fff 0px 1px 0px;
}
h2 {
	font-family: 'AvenirLTStd35Light', Arial, sans-serif;
	font-size:0.8em;
	color: #333;
	padding: 0px 0px 4px 0px;
	font-weight: lighter;
}
h3 {
	font-family: 'AvenirLTStd35Light', Arial, sans-serif;
	font-size:0.8em;
	line-height:2em;
	color: #fff;
}
h4 {
	font-family: 'AvenirLTStd35Light', Arial, sans-serif;
	font-size:3em;
	color: #fff;
	padding: 0px 0px 4px 0px;
}
html { -webkit-font-smoothing: antialiased; }

html {
overflow-x: visible;
overflow: visible;
}

body {
	position: relative;
	margin: 0 auto;
	font-family: arial, sans-serif;
	font-size: 1em;
	color: #333;
	overflow: visible;

	background-color: #DADAD2;
	background-image: url(../_afb/_basis/bg_body.jpg);
}
body.hidden {
    overflow: hidden;
}


/* HEADER
--------------------------------------------------------------- */

#logo {
	font-family: 'AvenirLTStd95Black', Arial, sans-serif;
	font-size: 0.9em;
	color: #999;
	width: 160px;
	margin: 80px 0px 0px 10px;
	height: 30px;
	top: 0px;
}

#nav_hoofdmenu {
	float: left;
	height:306px;
	position:fixed;
	top:50%;
	margin-top:-150px;
	z-index:40;
	background: url(../_afb/_basis/hoofdmenu.png ) no-repeat left top;
}

#hoofdmenu {
	width: 160px;
	margin: 10px 0px 0px 10px;
	float: left;
	display: block;
}
	
#hoofdmenu  a {
	font-family: 'AvenirLTStd95Black', Arial, sans-serif;
	font-size: 1em;
	color: #666;
	line-height:1.6em;
	text-decoration: none;
	padding: 15px 10px 0px 0px;
	text-shadow: #999 0px 1px 0px;
}

#hoofdmenu a:hover {
	color: #666;
	opacity: 0.75;
}
#hoofdmenu a:active {
	opacity: 0.75;
	color: #999;
}

/* @end */


/* Section Containers
--------------------------------------------------------------- */
/* @group */

.main {
	width: 800px;
	margin: 0px 0px 0px 200px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
.main_home {
	width: 800px;
	margin: 20px 0px 30px 200px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;	
}
.main_portfolio {
	width: 960px;
	margin: 0px 0px 30px 150px;
	padding: 30px 0px 0px 0px;
	overflow: hidden;	
}
.main-contact{
	width: 600px;
	margin: 0px 0px 0px 500px;
	overflow: hidden;
	position:relative;
	float:left;
	color:#FFF;
	line-height:1.5em;
}

.headerlogo{
	text-align: center;
}


/* @end */

/* PORTFOLIO */
#portfolio {
	width: 100%;
	margin: 0 auto;
	padding:20px 0px 100px 0px;
	background: url(../_afb/_basis/breeklijn.gif) repeat-x left top;
}

#ff-container{
	width: 960px;
	margin: 0 auto;
}
.ff-duiding{
	position: relative;
	float:left;
	padding-top: 10px;
	margin: 10px 20px 0px 0px;
	width: 220px;
	height: 308px;
}
.ff-items{
	position: relative;
	float:left;
	margin: 0px auto;
	padding-top: 10px;
}
.ff-items a{
	display: block;
	position: relative;
	padding: 5px;
	background: #c3bcb2;
	box-shadow: #fff 0px 1px 0px;;
	margin: 10px 10px 0px 0px;
	width: 220px;
	height: 308px;
}
.ff-items a span{
	display: block;
	background: #333;
	color: #fff;
	padding: 10px;
	position: absolute;
	bottom: 40px;
	width: 210px;
	height: 120px;
	overflow: hidden;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	left: 0px;
}
.ff-items a:hover span{
	height: 120px;
	opacity: 0.9;
}
.ff-items li img{
	display: block;
}

.ff-items li{
	margin: 0px;
	float: left;
	height: 148px;
	width: 0px;
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
}

/* EINDE PORTFOLIO */




#home-slide {
	width: 100%;
	margin: 0px auto;
	padding:0px auto;
	overflow: hidden;
	background: url(../_afb/_basis/breeklijn.gif) repeat-x left bottom;
}
#home {
	width: 100%;
	margin: 0 auto;
	padding:0px auto;
	overflow: hidden;
	background: url(../_afb/_basis/bg_bodyA.jpg)
}
.columns{
	margin: 20px auto;
    -webkit-column-count: 2;
    -webkit-column-rule: 0px;
    -moz-column-count: 2;
    -moz-column-rule: 0px;
  }


/* CONTACT */
#main_contact {
	width: 100%;
	height:280px;
	margin: 0 auto;
	padding:20px 0px 0px 0px;
	overflow: hidden;
	background: url(../_afb/_basis/contact.gif) repeat-x left top;
}


/* EINDE CONTACT */


/* FOOTER */
#backfooter {
	width: 100%;
	margin: -90px auto;
}

#imgfooter {
	height: 90px;
	width: 120px;
	margin: 0px 0px 0px 20px;
	z-index: 0;
	position: fixed;
	float: left;
	opacity: 0.8;
	background-image: url(../_afb/_basis/footer.png);
}

#imgfooter a.boven {
	opacity: 0.8;
	background-image: url(../_afb/_basis/footer.png);
}
#imgfooter a.boven:hover {
	opacity: 0.4;
	background-image: url(../_afb/_basis/footer.png);
}

/* @end */
/********************************************************************* HEROSLIDER **/
#heroContain{overflow:auto; height: 357px; overflow:visible;}
#hero_inner{height:354px; overflow:hidden;}
#hero{
	width: 800px;
	float: left;
	position:relative;
}
#prev,#next{
	width: 42px;
	height:42px;
	cursor:pointer;
	position:absolute;
	z-index: 100;
	display: none;
}
#prev{
	background:url(../_afb/_slides/prev.png) no-repeat center 2px;
	left: 2px;
	top: 157px;
	/* -moz-border-radius:3px;
	border-radius:3px; */
	opacity:0.8;
}
#next{
	background:url(../_afb/_slides/next.png) no-repeat center 2px;
	right: 2px;
	top:157px;
	/* -moz-border-radius:3px;
	border-radius:3px; */
	opacity:0.8;
}