@charset "UTF-8";
html
{
	height:100%;
}
body{
	
	background-image: url("img/bg-new.png");
	background-repeat: repeat;
	font-family: 'Calibri Light', sans-serif;
	height: 120%;
	font-style: regular;
}

h1{
	font-family: "Calibri Light", sans-serif;
	font-size: 40px;
	color:##ED6E1C;
	font-style: regular;
}
h2{
	font-size: 15px;
	color:##ED6E1C;	
	margin-bottom: 0;
	line-height: 120%;
	font-style: regular;
}
p{
	font-size: 14px;
	color:#333333;
	line-height: 120%;
	margin-top: 0;
	font-style: regular;
}
li{
	line-height: 120%;
}
.yellow{
	color:##ED6E1C;	
}
.left{
	width: 50%;
	float: left;
}
.right{
	width: 50%;
	float: left;
}
#projecten .fa-angle-double-right
{
	font-size: 40px;
	top: 4px;
}
#header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 86px;
	/*background: url('img/pattern.png') #666666 repeat-x;*/
	background-color: #ED6E1C;
	border-top: 0px solid #ED6E1C;
	border-bottom: 2px solid #ED6E1C;
	box-shadow: 0px 5px 5px #ccc;
	z-index: 9999;
}

#header .center{
	width: 940px;
	height: 86px;
	margin-left: auto;
	margin-right: auto;
}

#header .center img{
	float: left;
	margin-left: 30px;
	box-shadow: 0px 1px 2px #ccc;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff;
	width: 350px;
	padding: 11px 20px 11px 20px;
	box-shadow: inset 0px -8px 7px #eee;
}
#nav{
	float: left;
	height: 90px;
}

#nav ul{
	list-style: none;
	float: left;
	height: 90px;
	margin:0;
	padding:0;
	margin-left: 70px;
}
#nav ul li{
	float: left;
}
#nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	padding: 35px 15px 30px 15px;
	line-height: 90px;
	color:#f3f3f3;
	background: url('img/nav-divider.png') no-repeat left;
}
#nav ul li:last-child a{
	background: url('img/nav-divider.png') no-repeat right,url('img/nav-divider.png') no-repeat left;
}
#nav ul li a:hover{
	color:#1F3365;
}

#whitebg{

background-color: #fdfdfd;
	width: 940px;
	height:2155px;;
	margin-left: auto;
	margin-right: auto;
}





#imghover:hover {
    transition: all 800ms;
    transform: scale(1.25);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.05);
    -ms-transition: all 800ms;
    -ms-transform: scale(1.05);   
    -moz-transition: all 800ms;
    -moz-transform: scale(1.05);
}



#wrapper{
	padding-top: 120px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#info{
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: url('img/shadow.png') no-repeat bottom;
}

#info .left{
	width: 400px;
	padding-right: 30px;
}

#info img
{
	max-width: 100%;
	border-radius: 0px;
}

.title{
	background: url('img/shadow.png') no-repeat bottom;
	padding-left: 40px;
	padding-right:40px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 26px;
}

#cv{
	float: left;
	background: url('img/pattern2.png');
	color: #ccc;
	border: 2px solid #ED6E1C;
	border-radius: 0px;
	padding: 10px 40px 10px 40px;
	width: 91%;
}
#cv h1{
	margin-top: 10px;
	margin-bottom:10px;
}
#cv p{
	color: #ccc;
}
#cv ul{
	list-style: none;
	padding: 0;
	font-size: 14px;
}
#projecten .fa-circle,
#cv .fa.fa-circle{
	font-size: 4px;
	color: #ED6E1C;
	position: relative;
	padding-right: 10px;
	padding-left: 5px;
}
#projecten .fa-circle:before,
#cv .fa-circle:before {
	position: absolute;
	bottom: 3px;
}
#cv .left p{
	font-family: "Calibri light", sans-serif;
	font-size: 15px;
}
#cv .cv-border-left
{
	padding: 35px;
	padding-top: 0;
	width: 353px;
	border-left: 1px solid rgb(255, 204, 0);
    border-left: 1px solid rgba(255, 204, 0, .4);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	height: 260px;
}
#projecten{
	float: left;
	padding-right: 40px;
	padding-left: 40px;
}
#projecten h1{
	display: inline-block;
	width: 49%;
}
.slash{
	font-size: 50px;
	color: #ED6E1C;
	font-weight: bold;
}
.projecttext{
	color:#ED6E1C;
	display: inline-block;
	width: 200px;
	padding-left: 30px;

}
.project-container{
	width: 100%;
	float: left;
}
#cboxLoadedContent h1
{
	margin-top: 0;
}
.project{
	width: 430px;
	float: left;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 0px dotted #666666;
}
.project img{
	float: left;
	width: 152px;
}
.project h2{
	border-right: 0px dotted #666666;
	float: left;
	padding-right: 30px;
	width: 239px;
	padding-left: 10px;
	margin-top: 0;
	font-size: 18px;
}
.project p{
	padding-right: 30px;
	border-right: 0px dotted #666666;
	float: left;
	padding-left: 10px;
	width: 239px;
	min-height: 120px;
}
.project ul
{
	padding-right: 30px;
	border-right: 0px dotted #666666;
	float: left;
	padding-left: 10px;
	width: 239px;
	margin: 0;
	padding-top: 11px;
}
.project ul li
{
	list-style: none;
}
.img-container
{
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
	border-radius: 0px;
}


.img-container:hover {
    transition: all 80ms;
    transform: scale(1.25);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.25);
    -ms-transition: all 80ms;
    -ms-transform: scale(1.25);   
    -moz-transition: all 80ms;
    -moz-transform: scale(1.25);
}








.project:nth-of-type(2n) h2,
.project:nth-of-type(2n) ul{
	border: none;
	padding-right: 0;
}
.project:nth-of-type(2n){
	padding-left: 20px;
	width: 410px;
}
.project:nth-last-of-type(2),
.project:nth-last-of-type(1){
	border:none;
}
#contact{
	float: left;
	width: 860px;
	padding-left: 40px;
	padding-right: 40px;
}
#contact form{
	width: 518px;
	float: left;
	position: relative;
}
#contact label{
	width: 100px;
	float: left;
	line-height: 31px;
	color: #1D1F23;
	height: 31px;
	vertical-align:text-top;
	margin-bottom: 10px;
}
#contact input{
	width: 412px;
	height: 25px;
	margin-right: 0px;
	float: left;
	background: #ccc;
	margin-bottom: 10px;
	padding: 2px 2px 2px 2px;
    border: 1px solid #666;

}
#contact textarea{
	width: 412px;
	height: 162px;
	border: 1px solid #666;
	background: #ccc;
	resize: none;	
}
#contact button{
	margin-top: 10px;
	float: right;
	height:40px;
	background: #ED6E1C; /* Old browsers */
	color:white;
	border:0px solid #f3f3f3;
	border-radius: 0px;

	font-weight: bold;
	padding: 2px 20px 2px 25px;
}


#contact button:hover {

background-color: #1F3365;
transition: all 80ms;
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.05);
    -ms-transition: all 80ms;
    -ms-transform: scale(1.05);   
    -moz-transition: all 80ms;
    -moz-transform: scale(1.05);
}




#contact button .fa{
	margin-left: 5px;
}
#contact .formfield * {
    vertical-align: top;
    float: left;
}
#contact #verborgen{
	display: none;
}
#contact address{
	width: 230px;
	height: 248px;
	border: 1px solid #ED6E1C;
	border-radius: 0px;
	float: right;
	padding-left: 50px;
	background-color: #ED6E1C;
	/*background: url('img/pattern2.png');*/
}
#contact address h1{
	margin: 5px 0px 0px 0px;
}
#contact address p{
	color: #CCC;
	font-style: normal;
	margin-bottom:5px;
}
#contact address p:nth-of-type(2){
	margin-bottom: 20px;
}
#contact address .tel .yellow{
	padding-right: 8px;
}
.shadow{
	background: url('img/shadow.png') no-repeat bottom;
	width: 100%;
	height: 25px;
	float: left;
	margin-top: 10px;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
.moreinfo{
	background: #ED6E1C;	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	color:#fff;
	padding: 0px 7px 2px 7px;
	border: 0px solid #ED6E1C;
	border-radius: 0px;
	position: absolute;
	right: 20px;
	cursor: pointer;
}
.moreinfo
{
	bottom: 12px;
	height: 35px;
	width: 35px;
	text-align: center;
}

.moreinfo:hover {
background-color: #1F3365;
transition: all 80ms;
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.05);
    -ms-transition: all 80ms;
    -ms-transform: scale(1.05);   
    -moz-transition: all 80ms;
    -moz-transform: scale(1.05);
}



#cboxNext,
#cboxPrevious
{
	margin-top: -40px;
	width:200px;
}



#cboxNext:hover {
background-color: #1F3365;
transition: all 80ms;
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.05);
    -ms-transition: all 80ms;
    -ms-transform: scale(1.05);   
    -moz-transition: all 80ms;
    -moz-transform: scale(1.05);
}


#cboxPrevious:hover {
background-color: #1F3365;
transition: all 80ms;
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.05);
    -ms-transition: all 80ms;
    -ms-transform: scale(1.05);   
    -moz-transition: all 80ms;
    -moz-transform: scale(1.05);
}


#cboxClose:hover {
background-color: #1F3365;
transition: all 80ms;
    transform: scale(1.05);
    -webkit-transition: all 0.8s;
    -webkit-transform: scale(1.05);
    -ms-transition: all 80ms;
    -ms-transform: scale(1.05);   
    -moz-transition: all 80ms;
    -moz-transform: scale(1.05);
}



#cboxClose
{
	top: 15px;
	height: 30px;
}
#cboxPrevious
{
	left: 20px;
}
.slider { 
	margin-top: 20px;
	overflow: auto; 
	position: relative;
	width: 100%;
	height: 398px;
	border-radius: 0px;
	z-index:1;
}
.slider img{
	border-radius: 0px;
	position: absolute;
	z-index: -1;
	max-width: 25%;
}
.slider h1{
	float: left;
  	font: 300 45px 'Calibri light', sans-serif;
	color:#fff;
	width: 260px;
	float: right;
	margin: 30px 40px 0 0;
	display: none;
	color: #fff;
	text-shadow: 0px 1px 0px #000, 
				 0px 2px 0px #000, 
				 0px 3px 0px #000, 
				 0px 4px 0px #999;
	
}
.slider ul{
	float: left;
	margin:0;
	padding:0;
}
.slider li { 
	list-style: none; 
	float: left;
}
.active-link{
	color: #1F3365; !important;

}
.slider ul li { 
	height: 398px;
	width: 100%;
}
.slider .dots{
	position: absolute;
	margin:0;
	padding:0;
	width: 88px;
	left:50%;
	bottom: 5px;
    margin-left:-44px;
}
.slider .dots li{
	width: 10px;
	margin: 5px;
	height: 10px;
	line-height: 0; 
    font-size: 0;
    color: transparent; 
	background: #514F4C;
	border-radius: 0px;
	border: 1px solid #333;
}
.slider .active{
	background: #ED6E1C !important;
}
#footer{
	float: left;
	width: 860px;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 60px;
}
#footer a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#footer a i{
	margin-left: 6px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p{
	float: right;
	font-size: 11px;
	color: #1D1F23;
}

#colorbox{
	border: none;
}
#colorbox #cboxLoadedContent{
	background: #ED6E1C;
	border: 0px solid #ED6E1C;
	border-radius: 0px;
	box-shadow: 0px 10px 10px #CCC;
	padding: 20px 40px 40px 40px;
	height: 500px;
}
*:focus {
    outline: 0;
}
.email-message{
	position: absolute;
	top: 46px;
	width: 140px;
	right: 20px;
}
.name-message {
	position: absolute;
	width: 140px;
	right: 20px;
	top: 5px;
}
.clearfix
{
	content: "";
  	display: table;
  	clear: both;
}
.gradient-left
{
	position: fixed;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.3) 0%, rgba(153,153,153,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(153,153,153,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(153,153,153,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(153,153,153,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.3) 0%,rgba(153,153,153,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.3) 0%,rgba(153,153,153,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00999999',GradientType=1 ); /* IE6-9 */
}
.gradient-right
{
	position: fixed;
	right: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background: -moz-linear-gradient(left,  rgba(153,153,153,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(153,153,153,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(153,153,153,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}



@media screen and (max-width:1000px) { 

.moreinfo {

	bottom: 12px;
	max-height: 60px;
	height: 40px;
	width: 40px;

}
}


}