@charset "UTF-8";

/******************************************
Website : Stefanoost.nl
CSS : Stefan Oost
E-mail: info@stefanoost.nl
WWW: http://www.stefanoost.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/2.0/nl/
******************************************/

@import url("reset.css");

:-moz-any-link:focus {outline: none;}

html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	/*text-shadow: rgba(0,0,0,.01) 0 0 1px;
	background-color: #e6e6e6;
	background: #e6e6e6 url("../img/bg.jpg") repeat-x;*/
}

header{
	width: 100%;
	min-width: 980px;
	height: 500px;
	overflow: hidden;
	background: url("../img/bg_grey.jpg") repeat-x;
	}
	
div#header_top{
	position: relative;
	width: 900px;
	margin: 20px auto;
	margin-bottom: 100px;}

div#logo{
	float: left;
	display: inline;
	width: 219px;
	height: 75px;}
/*
div#bg{
	width: 100%;
	height: 100%;
	background: url("../img/bokeh.png") no-repeat;
	}*/

div#slider_container{
	position: relative;
	width: 900px;
	margin: 20px auto;
	margin-bottom: 100px;
	text-shadow: none;}
	
.ie7 div#slider_container{
	position: relative;
	width: 900px;
	margin: -95px auto;
	margin-bottom: 100px;
	text-shadow: none;}

div#sliderbg{
	float: left;
	display: inline;
	width: 405px;
	height: 347px;
	background: url("../img/sliderbg.png") no-repeat;}
	
div#info{
	float: right;
	display: inline;
	height:316px;
	width: 453px;}

div#infotxt{
	float: left;
	display: inline;
	margin: 0 0 0 25px;}

div#container{
	width: 900px;
	margin: 0 auto;}

div#folioTop{
	float: left;
	width: 100%;
	height: 10px;
	background: url("../img/folioTopRound.png") repeat-x;}

div#folio{
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
	background: url("../img/bgFolio.jpg") repeat-x;
	display: block;
	}

div#foliocontainer{
	width: 900px;
	margin: 0 auto;}

section#overstefan,
section#diensten{
	float: left;
	display: inline;
	width: 270px;}
	
section#diensten{
	margin: 0 0 0 60px;}
	
aside#contact{
	float: left;
	display: inline;
	width: 280px;
	background: #dfdfdf;
	margin: 0 0 0 20px;
	-moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */}
    
aside#contact .txt{
	float: left;
	display: inline;
	margin: 10px 10px 10px 20px;
	font-size: 11px;
	line-height: 21px;}

#contactbutton{
	position: absolute;
	z-index: 99;
	width: 147px;
	height: 161px;
	margin:-65px 0 0 220px;
	}
	
.scheiding{
	margin: 25px 0 25px 30px;}
	

footer{
	float: left;
	display: inline;
	width: 100%;
	height: 70px;
	margin: 15px 0 0 0;
	color: #000;
	}
	
div.center{
	width: 900px;
	margin: 0 auto;}

div.footerleft{
	float: left;
	display: inline;
	margin: 10px 0 0 0;}
	
div.footermail{
	float: left;
	display: inline;
	margin: 16px 0 0 40px;}
	
div.footerright{
	float: right;
	display: inline;
	margin: 0 0 0 50px;
	text-align: right;}	

div.bottom{
	float: left;
	display: block;
	width: 900px;
	margin: 18px 0 0 0;
	text-align: center;}

div.facebookLike{
	float: right;
	display: inline;
	width: 430px;
	height: 75px;}

	
div.html5{
	float: right;
	display: inline;}
	
div#footerbg{
	float: left;
	display: inline;
	background: #c5c5c5;
	margin: 20px 0;
	width: 794px;}	

div#contact{
	float: left;
	display: inline;
	width: 220px;
	margin: 10px 15px 15px 25px;
	}

div.contactleft{
	float: left;
	display: inline;
	width: 100px;
	}
	
div.contactright{
	float: left;
	display: inline;
	width: 150px;
	}

div#overmij{
	float: left;
	display: inline;
	width: 220px;
	margin: 10px 15px 15px 25px;
	background: red;}
	
div#bottom{
	float: left;
	display: inline;
	background: #222222;
	width: 100%;
	height: 25px;
	color:#fff;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 0 0;}


	
/*LINKS*/
a,
a:link,
a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #A20051;
	text-decoration: underline;
}

div#container a{	
	-webkit-transition: all .3s linear;}
 
a:hover,
a:active{
	font-weight: normal;
	color: #7f7f7f;
}


#contact a, #contact a:link, #contact a:visited{
        text-decoration: none;
        font-weight: normal;
        color: #9d0057;
        /*background-color: #6e0037;
        color: #fff;
        padding: 1px 4px 2px;
        /*-moz-border-radius: 3px; /* FF1+ */
         /*-webkit-border-radius: 3px; /* Saf3+, Chrome */
         /*border-radius: 3px; /* Opera 10.5, IE 9 */
         /*-webkit-transition: all .3s linear;*/
        }
 
#contact a:hover,
#contact a:active{
        font-weight: normal;
        color: #000;
        }
 
a.contact{
	float: left;
	display: inline;
	width:187px; 
	height:174px;
	cursor:pointer;
	background: url("../img/contact_sprite.png") 0 0 no-repeat;
	text-indent: -2000px;
}
	
a.contact:link,
a.contact:visited{
    background: url("../img/contact_sprite.png") 0 0 no-repeat;
    -webkit-transition: all .3s ease;}

a.contact:hover, 
a.contact:active{
	background-position: 0 -174px;}
	
/*a.linkIcon{
	float: right;
	display: inline;
	width: 16px; 
	height: 16px;
	cursor: pointer;
	}

a.linkIcon:link,
a.linkIcon:visited{
	background: url("../img/linkSprite.png") 0 0 no-repeat;
	text-indent: -2000px;}
	
a.linkIcon:hover,
a.linkIcon:active{
	background: url("../img/linkSprite.png") 0 -16px no-repeat;
	text-indent: -2000px;}

.linkIcon{
	float: right; display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 16px; height: 16px;
	margin: 5px 0 0 0;
	background: url("../img/linkSprite.png") no-repeat;}
	
.linkIcon span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url("../img/linkSprite.png") no-repeat;
	background-position: 0 -16px;
}*/


.linkIcon {
	float: right;
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	margin: 5px 0 0 0;
	background: url(../img/linkSprite.png) no-repeat;
}
.linkIcon span {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background: url(../img/linkSprite.png) no-repeat;
	background-position: 0 -16px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

.linkIcon:hover span {
	opacity: 1;
}



/*TYPOGRAFIE*/
body{
	color: #7F7F7F;}
p{	
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #7F7F7F;}


h2{
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;}
	
footer h2{
font-size: 14px;
line-height: 20px;
	color: #2a2a2a;}

#folio h2{
	font-size: 20px;
	line-height: 40px;
	}
	
h3{
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2a2a2a;
	font-weight: bold;}
	
.item h3{
	float: left;
	display: inline;}

section#overstefan h2,
section#diensten h2,
section#block3 h2,
aside#contact h2{
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 36px;
	color: #2a2a2a;}
	
footer{
	font-size: 11px;}

/*LISTS*/

section#diensten ul,
section#info ul{
  list-style-type: none;
  margin: 15px 0 15px 10px;}

section#info ul{
	margin: 10px 0 15px 0;}

section#diensten ul li,
section#info ul li{
  list-style-type: none;
  height: 15px;
  background: url("../img/li_vink.png") no-repeat;
  margin:8px 0 0 0;
  padding-left: 25px;
  font-size: 11px;
  line-height: 16px;}
  
section#info ul li{
	padding-left: 20px;}
  
ul.social{
	margin: 0;
	list-style-type: none;}
	
ul.social li.twitter{
	padding: 0 0 2px 20px;
	background: url("../img/twitter.png") left 2px no-repeat;}

ul.social li.facebook{
	padding: 0 0 2px 20px;
	background: url("../img/facebook.png") left 2px no-repeat;}

ul.social li.linkedin{
	padding: 0 0 2px 20px;
	background: url("../img/linkedin.png") left 2px no-repeat;}
	
ul.social li.tumblr{
	padding: 0 0 2px 20px;
	background: url("../img/tumblr.png") left 2px no-repeat;}
  
  
/* @group scrollbar */

/* http://almaer.com/scrollbar/debug.html */

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
}

::-webkit-scrollbar-button:vertical:increment {
    background-color: #fff;
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #7c7c7c;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #ccc;
    -webkit-border-radius: 3px;
}

.contactbtn {
   position:relative;
   height: 173px;
   width: 153px;
   cursor:pointer;
   display:block;
   background: url('../img/contact_sprite.png') no-repeat top left;
}

.contactbtn span.bg_fade {
   position: absolute;
   display:none;
   top: 0;
   left: 0;
   height: 173px;
   width: 153px;
   background:url('../img/contact_sprite.png') no-repeat 0px -174px;
}

/*CONTACTFORMULIER*/
.message {
	float: left;
	display: inline;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	background:#eee; 
	color:#000;
	display:none;
	width:220px;
	padding:10px;
	font-size: 11px;}
	
.contact {text-align:left;}
.contact ul {list-style-type:none;width:240px;}
.contact li {list-style-type:none; font-size: 11px;}
.contact li.special {display:none;}
.contact input {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	width:240px; 
	height: 24px; 
	border: 0 none;}
	
.contact textarea {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	width:240px; 
	height: 120px; 
	border: 0 none;}
.contact label {display: block; margin: 4px 0;}

.contact .subbutton{
	margin: 5px 0 0 175px;
	text-align: center;
	color: #ffffff;
	width: 70px;
	cursor: pointer;
	background: #646464;
	}
	
.ie7 .contact .subbutton{
	margin: 5px 0 10px 175px;}
	
/************************************************************************
MENU
*************************************************************************/


nav ul{
  list-style-type: none;
  float: right;
  display: inline;
  height: 25px;
  overflow: hidden;
  margin: 20px 10px 0 0;
  font-size: 12px;
  /*text-transform: lowercase;*/}

nav ul li{
  float: left;
  display: inline;
  list-style: none;
  height: 25px;
  margin: 0 0px 0 0px;
}

nav ul  li a{
	background: url("../img/MenuScheiding.png") top right no-repeat;}

nav ul li a,
nav ul li a:link,
nav ul li a:visited{
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 4px 16px 6px 15px;
  text-transform: uppercase;}

nav ul li a:hover,
nav ul li a:active,
nav ul li a.active{
  color: #d6d6d6;
  cursor: pointer;
}

nav ul li a.last-child{
	background: none;}

a.button,
a.button:link,
a.button:visited{
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 4px 6px 4px 6px;
  text-transform: uppercase;
  background: #2a2a2a;
  font-size: 12px;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3+, Chrome */
  border-radius: 5px; /* Opera 10.5, IE 9 */
  text-shadow: none;}

.ie7 a.button,
.ie7 a.button:link,
.ie7 a.button:visited{
	display: block;
	width: 105px;}


a.button:hover,
a.button:active{
  color: #2a2a2a;
  background: none;
}


/************************************************************************
PORTFOLIO
*************************************************************************/

section#portfolio{
	float: left;
	display: inline;
	background: url("../img/bgRound.png") no-repeat;
	margin: 0;
	padding-bottom: 15px;}
	
.ie7 section#portfolio{
	margin-bottom: 15px;}
	
div.row{
	float: left;
	display: inline;
	margin: 15px 0 15px 0;}
	
article.item{
	float: left;
	display: inline;
	width: 260px;
	height: 170px;
	background: #fff;
	margin: 0 0 0 30px;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.1);
	-moz-box-shadow: 0 3px 4px rgba(0,0,0,.1);
	-o-box-shadow: 0 3px 4px rgba(0,0,0,.1);
	box-shadow: 0 3px 4px rgba(0,0,0,.1);
	-webkit-transition: -webkit-box-shadow .2s linear;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;}
	
article.item:hover{
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.4);
	-o-box-shadow: 0 3px 5px rgba(0,0,0,.4);
	box-shadow: 0 3px 5px rgba(0,0,0,.4);}
	
article.item:first-child{
	margin: 0;}
	
	


/************************************************************************
POPUP
*************************************************************************/
h1{
	font-weight: bold;
	color: #000;
	font-size: 20px;
	margin: 0 0 0 -2px;}

div.slideWrapper{
	float: left; 
	display: inline; 
	height: 400px; 
	overflow: hidden;}

section#border{
	float: left;
	display: inline;
	margin: 2px 0 0 0;
	width: 510px;
	border: 1px solid #f5f5f5;
	}

section#slideshow{
	float: left;
	display: block;
	margin: 4px;}

section#slideshow img{
	margin: 10px;}

section#slideshow .nivo-controlNav{
	z-index: 999;
	bottom: -20px;
	left: 43%;
	height: 8px;}
	
section#info{
	float: left;
	display: inline;
	width: 305px;
	margin: 2px 0 0 10px;}
