/*** GENERAL ******************************************************* */

body {
	margin:0;
	background-color:#FFF;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
}
a, a:visited, a:hover, a:active, a:link {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:normal;
}
img{
	border:0px;	
}
.clear {
	clear:both;
}

/*** WRAPPER ******************************************************** */

#wrapper{

}
.center{
	position:relative;
	width:1240px;
	margin:0 auto;	
}
@media (max-width: 1240px) {
	.center{
		width:100%;
	}
}

/*** TOP *********************************************************** */

#top{
	position:relative;
	width:100%;
	min-height:165px;
	margin:0 auto;
	z-index:998;
}
#logo{
	position:absolute;
	top:25px;
	left:10px;
}
@media (max-width: 600px) {
	#logo{
		width:50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}		
	#logo img{
		max-width:100%;
	}
	#top{
		min-height: 100px;	
	}
}

.topBar {
	background-color: #eb7d00;
	color: #fff;
	line-height: 21px;
}

.topBar .left {
		float: left;
		font-style: italic;
		padding-left: 10px;
}

.topBar .right {
	float: right;
	margin-right: 10px;
}

.topBar .right a {
	color: #fff;
	font-size: 15px;	
}

.topBar .right a:hover {
	color: #0053b1;
}

.topBar .right .mail {
	background-image: url(/image/mail.png);
  	background-position: 0 4px;
  	background-repeat: no-repeat;
	padding: 0 30px 0 30px;
	
}

.topBar .right .phone {
	background-image: url(/image/phone.png);
  	background-position: 0 3px;
  	background-repeat: no-repeat;
	padding: 0 0 0 26px;
}

@media (max-width: 450px) {
	.topBar .left {
		display: none;	
	}
}

/*** HEADER ******************************************************** */
#header{
	background-image: url(/image/header-subpages.jpg);
	background-repeat: no-repeat;
	background-position: center;
    min-height: 300px;
}

#header .headerTitle h2 {
	color: #eb7d00;
	font-size: 36px;
	text-align: center;
	padding-top: 100px;
	text-shadow: 2px 2px #000;
	
}

#header .center {
	padding: 0 10px 0 10px;	
	box-sizing: border-box;
}

/* header home */
#headerHome {
	background-image: url(/image/header.jpg);
	background-repeat: no-repeat;
  	background-position: center;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

#headerHome .block1 {
	position: absolute;
	display: inline-block;
	background-color: #eb7d00;
	padding: 15px;
	font-size: 30px;
	color: #fff;
	left: 700px;	
	top: 80px;
}
.typekit {
	position: relative;
	left: 800px;
	top: 200px;
	position: relative;
	background-color: #0053b1;
	padding: 15px;
	display: inline-block;
}

#typed-strings, #typed {
	color: #FFF;
	font-size: 30px;	
	z-index: 998;
}
 .typed-cursor{
	opacity: 1;
	font-weight: 800;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
	font-size: 30px;
	color: #eb7d00;
}
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }

        .typed-fade-out{
            opacity: 0;
            animation: 0;
            transition: opacity .25s;
        }
		
@media (max-width: 1240px) {
	#headerHome .block1 {
		left: 20px;	
		top: 80px;
		margin-right: 20px;
	}
	.typekit {
		left: 120px;
		top: 200px;
	}
}
@media (max-width: 600px) {
	#headerHome .block1 {
		left: 20px;	
		top: 40px;
	}
	.typekit {
		left: 20px;
		top: 220px;
	}
}

/*** CONTENT ******************************************************* */

#content{
	position:relative;
	width:100%;
}

#content .contentText {
	background-color: #fff;	
}

#content .contentText h1 {
	color: #eb7d00;
	font-size: 28px;
	padding: 30px;
	text-align: center;
}

#content .contentText h2 {
	color: #eb7d00;
	font-size: 22px;
	line-height: 36px;
	padding: 20px 0 15px 0;
}

#content .contentText h3 {
	color: #eb7d00;
	font-size: 26px;
	padding: 40px 0 20px 0;
}

#content .contentText img {
	padding-left: 30px;	
}
	
#content .contentText .text {
	color: #0053b1;
	font-size: 16px;
	line-height: 26px;
	padding: 0 50px 20px 50px;
}

#content .contentText a {
	text-decoration: underline;	
}

#content .contentText a:hover {
	text-decoration: none;
}

#content .contentText.homepage {
	text-align: center;	
	margin-bottom: 50px;
}

#content .contentText.homepage h1 {
	font-size: 36px;
}

@media (max-width: 920px) {
	#content .contentText .text {
		padding: 0 20px 20px 20px;
	}

}


/*** FILMROLL SLIDER HOME ****************************************** */
#filmroll {
	background-color: #0053b1;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
}



.slick-slider{
   text-align: center;
   
}

#filmroll .title {
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;	
	text-align: center;
	margin-bottom: 50px;
}

.filmroll .item {
	display: inline-block;	
	max-width: 320px;
	text-align: center;
	background-color: #fff;
}

.filmroll .line {
	background-color: #eb7d00;
	height: 5px;
	width: 100%;	
}

.filmroll .item h3 {
	color: #0053b1;
	text-transform: uppercase;
	font-size: 24px;	
	font-weight: bold;
	line-height: 50px;
}

.filmroll .item .text {
	color: #5e5a5a;
	line-height: 22px;
	padding: 0px 20px 0 20px;
}	

.filmroll .item a.button {
	background-color: #0053b1;
	padding: 10px;
	display: inline-block;
	color: #fff;
	margin: 20px 0 20px 0;
}

.filmroll .item a.button:hover{
	background-color: #eb7d00;
}

/*** PORTFOLIO ****************************************************** */
.portfolioOverview{
	position: relative;
	float:left;
	width:100%;
	padding: 40px 0 40px 0;
	display: inline-block;
	background-color: #0053b1;
	text-align: center;
	font-size: 0;
}
.portfolioOverview .portfolioOverviewItem{
	position:relative;
	display: inline-block;
	padding: 0;
	margin: 10px;
	
}

.portfolioOverview .portfolioOverviewItem .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#eb7d00;
	opacity: 0.90;
    filter: alpha(opacity=90);
	display:none;
	width: 100%;
	height: 100%;
}
.portfolioOverview .portfolioOverviewItem:hover .overlay{
	display:table;
}
.portfolioOverview .portfolioOverviewItem .overlay .info{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	opacity: 1.0;
    filter: alpha(opacity=100);
	padding: 5px;
}
.portfolioOverview .portfolioOverviewItem .overlay .info .view{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
}
@media (max-width: 1240px) {
	.portfolioOverview {
		padding: 40px 20px 40px 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 500px){
	.portfolioOverview .portfolioOverviewItem{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
	}
	.portfolioOverview .portfolioOverviewItem > img{
		width:100%;
	}
	.portfolioOverview .portfolioOverviewItem > .overlay{
		left: auto;
	}
}

/*** PORTFOLIO Infopage ********************************************* */
.portfolioInfopage{
	position: relative;
	float:left;
	width:100%;
	padding: 30px 0 30px 0;
	display: inline-block;
	text-align: center;
	margin: 0 0 30px 0;
	font-size: 0;
}
.portfolioInfopage .portfolioOverviewItem{
	position:relative;
	display: inline-block;
	padding: 0;
	margin: 0 5px 0 5px;

	
}
.portfolioInfopage .portfolioOverviewItem > img{
	position:relative;
	float:left;
}
.portfolioInfopage .portfolioOverviewItem > .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#eb7d00;
	opacity: 0.90;
    filter: alpha(opacity=90);
	display:none;
	width: 100%;
	height: 100%;
}
.portfolioInfopage .portfolioOverviewItem:hover .overlay{
	display:table;
}
.portfolioInfopage .portfolioOverviewItem > .overlay > .info{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	opacity: 1.0;
    filter: alpha(opacity=100);
	padding: 5px;
}
.portfolioInfopage .portfolioOverviewItem > .overlay > .info > .view{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
}

/*** PROJECT OVERVIEW PAGE ***************************************** */
#contentProject {
	position: relative;
	padding-bottom: 50px;	
}
#contentProject .center {
	padding: 20px;
	box-sizing: border-box;	
}
#contentProject h1 {
	color: #eb7d00;
	font-size: 28px;
	padding: 30px;
	text-align: center;
}
.ProjectText {
	color: #0053b1;
	font-size: 16px;
	line-height: 26px;
	padding: 0 50px 20px 50px;
}
.ProjectText a{
	color: #490000;
	text-decoration: underline;	
}
.project_back {
	display: block;
	background-image: url(/image/pijl-project.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
  	padding-left: 15px;
	margin: 20px 0 50px 0;
	color: #575656 !important;
	font-size: 16px !important;
}
.project_back:hover {
	text-decoration: underline;	
}
#contentProject .photoOverviewItem {
	position:relative;
	float:left;
	margin: 0 5px 0 5px;
}

#contentProject .overlay{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#eb7d00;
	opacity: 0.90;
    filter: alpha(opacity=90);
	display:none;
	width: 100%;
	height: 100%;
}
#contentProject a:hover .overlay{
	display:table;
}
#contentProject .overlay > .info{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	opacity: 1.0;
    filter: alpha(opacity=100);
	padding: 5px;
}
#contentProject > .overlay > .info > .view{
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	text-align: center;
}


@media (max-width: 700px){
	#contentProject .photoOverviewItem{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:50%;
		padding:0 5px 26px 5px;
	}
}
@media (max-width: 420px){
	#contentProject .photoOverviewItem{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width:100%;
		padding:0 10px 26px 10px;
	}
	#contentProject .photoOverviewItem:hover .overlay{
		left: 10px;
	}
}



/*** FOOTER ******************************************************** */

#footer{
	width:100%;
}

#footerPhoto {
	background-image: url(/image/footer-img.jpg);
	background-repeat: no-repeat;
  	background-position: center;
	width: 100%;
	height: 325px;
	overflow: hidden;
}
#footerPhoto > .center {
	text-align: center;
}

#footerPhoto > .center > .text {
	color: #fff;
	font-size: 27px;
	line-height: 50px;
	padding: 66px 0 66px 0;
	text-shadow: 2px 2px #000;
}

#footerPhoto > .center > .button{
	padding:20px 65px 20px 65px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #0053b1;
}

#footerPhoto > .center > .button:hover{
	background-color: #eb7d00;
}

@media (max-width: 800px) {
		#footerPhoto {
			background-image: url(/image/footer-img-resp.jpg);
			height: 400px;	
		}
}

@media (max-width: 680px) {
		#footerPhoto .center {
			padding: 0 25px 0 25px;
			box-sizing: border-box;
		}
		#footerPhoto > .center > .text {
			line-height: 40px;
		}
}
@media (max-width: 450px) {
		#footerPhoto > .center > .button{
			padding:10px 20px 10px 20px;
			display: inline-block;
		}
		#footerPhoto > .center > .text {
			padding: 20px 0 20px 0;
		}
}
#footerTop{
	position: relative;
	min-height: 370px;
	width: 100%;
	background-color: #fff;
}
#footerTop .footerBlock {
	float: left;
	width: 400px;
}

#footerTop .footerBlock .label {
	position: relative;	
	color: #eb7d00;
	font-size: 24px;	
	padding: 50px 0 25px 0;
}

#footerTop .footerBlock .img {
	position: relative;	
	display: inline-block;
	float: left;
	margin-top: 120px;
}

#footerTop .footerBlock .text {
	position: relative;	
	color: #0053b1;	
	line-height: 30px;
	display: inline-block;
}
#footerTop .footerBlock .text a{
	color: #0053b1;	
}
#footerTop .footerBlock .text a:hover{
	text-decoration: underline;
}
#footerTop .footerBlock .text .tel {
  	background-image: url(/image/phone-orange.png);
  	background-position: 0 0;
  	background-repeat: no-repeat;
	padding: 0 0 15px 35px;
}
#footerTop .footerBlock .text .mail {
  	background-image: url(/image/mail-orange.png);
  	background-position: 0 4px;
  	background-repeat: no-repeat;
	padding: 0 0 15px 35px;
}
@media (max-width: 1220px){
	#footerTop .footerBlock .img {
		margin: 40px 0 40px 0;	
	}
	#footer .center {
		padding: 20px;
		box-sizing: border-box;
	}
}

@media (max-width: 991px) {
	#footerTop .footerBlock {
		width: 100%;
		float: none;
	}	
}
@media (max-width: 500px) {
	#footerTop .footerBlock img{
		margin: 0 0 20px 0;
	}
}
#footerBottom{
	position:relative;
	width:100%;
	background-color: #0053b1;

}	


/*** CREDITS ******************************************************* */
#credits{
	position:relative;
	float:right;
	padding:35px 5px 35px 0;
	margin:0 0 0 0;	
	text-align:right;
	font-size:12px;
	color:#fff;
}
@media (max-width: 600px){
	#credits{
		float:left;
		padding:15px 0 20px 0;
	}
}

#credits a{
	color: #fff;
	font-size:12px;
}

#credits a:hover {
	text-decoration: underline;	
}

#credits #jc{
	padding:2px 4px 2px 21px;
	background-image:url(/image/jc-hover.png);
	background-repeat:no-repeat;
	background-position: left 2px;
}
