/** Generated by FG **/
@font-face {
	font-family: 'Conv_Avenir Next Condensed Bold';
	src: url('fonts/Avenir Next Condensed Bold.eot');
	src: local('☺'), url('fonts/Avenir Next Condensed Bold.woff') format('woff'), url('fonts/Avenir Next Condensed Bold.ttf') format('truetype'), url('fonts/Avenir Next Condensed Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Avenir Next Condensed Regular';
	src: url('fonts/Avenir Next Condensed Regular.eot');
	src: local('☺'), url('fonts/Avenir Next Condensed Regular.woff') format('woff'), url('fonts/Avenir Next Condensed Regular.ttf') format('truetype'), url('fonts/Avenir Next Condensed Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
h1, h2, h3{
	font-weight: normal;
	line-height: 1.2em;
	padding:0;
	margin:0 0 0.6em 0;
	font-family: 'Conv_Avenir Next Condensed Bold';
	font-weight: normal;
	text-transform: uppercase;	
}
h1{
	font-size: 2em;
}

a img{
	border:0;
	/*-webkit-filter: sepia(0.8) hue-rotate(200deg);*/
}
a img:hover{
	/*-webkit-filter: sepia(0) hue-rotate(0deg);*/
}

body {
	margin:0px;
	padding:0px;
	font-family: 'Open sans';
	font-weight: 300;
	font-size: 12pt;
	color:#000;
}
.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}
a{
	color:#000;	
	transition: all .4s ease;
}::selection {
	background-color: #000;
	color:#a2feb5;
}::-moz-selection {
	background-color: #000;
	color:#a2feb5;
}
a:hover, a:focus{
	color:#00A9A7;
	transition: all .4s ease;
	text-decoration: none;
}
article a[href], .content p a[href], address a[href], section p a[href]{
	border-bottom: dotted #00A9A7 1px;
}
article a[href]:hover, .content p a[href]:hover, address a[href]:hover, section p a[href]:hover{
	border-bottom: solid black 1px;
	color:black;
}
#pinit {
	position:absolute;
	z-index: 100;
	bottom: 0;
	margin: 0 0 20px 20px;
}
#pinit a { transition: none; }

header{
	text-transform: uppercase;
	position: relative;
	border-bottom: #000000 solid 3px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 30px;
}
header a{
	text-decoration: none!important;
}
header .logo {
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: 20px;
	margin-left: -150px;
	
	transition: margin-left .6s ease .1s, left .6s ease .1s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	header .logo {
		transition: none !important;
	}
}

#home header .logo { margin-bottom: -5px; }
.logo_H, .logo_O, .logo_T, .logo_Y { display: none; }

header h1 a, header p a{
	text-decoration: none;
}
header p a{
	color:#00A9A7;
}
header p a:hover{
	color:#000;
	text-decoration: underline;
}
header p{
	position: absolute;
	font-size: 0.8em;
	line-height: 24px;
	left:50%;
	margin-top:116px;
	width: 220px;
	color:#00A9A7;
	text-align: center;
	margin-left:-110px; 
}

header ul{
	list-style: none;
	margin:0;
	padding:0;
}
header ul.main{
	float:left;
}
header ul.main+ul.main{
	float:right;
}
header ul li{
	padding:0 10px;
}
#menu .active ul.subs {
	position:absolute;
	margin-top: 40px;
	display: block;
}
#menu a:hover {
	text-decoration: none;
}

header ul li a{
	float:left;
	font-family: 'Conv_Avenir Next Condensed Bold';
	font-size:1.4em;
	line-height: 24px;
}
header ul li.first{
	padding-left: 0 !important;
	padding-right: 50px;
}
header ul li.last{
	padding-right: 0;
}
header ul.subs{
	position: absolute;
	width: 100%;
	bottom: -50px;
}
header ul.subs li{
	padding:0px;
	text-transform: none;
}
header ul.subs li a{
	margin-right: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Conv_Avenir Next Condensed Regular";
}
header ul.sub li a:hover, header ul.sub li.active a{
	border:0;
	color:#000;
	text-decoration: none;
}
header nav.lang{
	width: 100%;
	text-align: right;
	padding: 10px 0 40px 0;
	font-size: 14px;
	overflow:hidden;
	height:75px;
}
header nav.lang div.social{
	float:right;
	margin-right: 20px;
	text-transform: inherit !important;
}
header nav.lang .social a { float: right; margin-right: 15px; }
header nav.lang .social .slidingDiv { display: none; float: right; height: 16px; }
header nav.lang div.social .fa { font-size: 18px; margin-right: 5px;}


header nav.lang .btn-group {
	float:right;
	margin-top: -5px;
}
header nav.lang .btn-group a{
	text-decoration: none;
	padding: 5px 10px;
	border-color: #efefef;
}
header nav.lang a.fb{
	margin-left: 10px;
	padding:0px 5px;
	float:right;
	background-color:#D5C4DB;
}
header nav.lang a.active {
	color: #999;
}
header nav.lang a:hover{
	text-decoration: none;
}

header nav ul {
	display: table;
}
header nav ul li {
    display: table-cell;
    vertical-align: bottom;
	height: 50px;
}
header nav ul li.n2 a {
	width: 200px;
}

a.facebook{
	padding-left:22px;
	background:url(../images/facebook-2-18.png) no-repeat 0 center;
}
a.twitter{
	padding-left:22px;
	background:url(../images/twitter-2-18.png) no-repeat 0 center;
}
a.maps{
	padding-left:22px;
	background:url(../images/car-2-18.png) no-repeat 0 center;
}

.container{
	float:none;
	max-width: 1100px;
	margin:0 auto;
	transition: width .6s ease .4s;
	-webkit-transition: width .6s ease .4s;
}
section.slider figure{
	width: 100%;
	margin:0;
	padding:0;
	height: auto;
	text-align: center;
	overflow: hidden;
}
	section.slider figure img{
		max-width: 100%;
		max-height: 100%;
	}
.readmore {
	padding: 6px 10px;
	border-radius: 5px;
	display: none;
	clear: both;
	text-align: center;
}
.readmore:hover { background-color: #f5f5f5; color: black; }
.date{
	color: #00A9A7;
    font-size: 0.8em;
    text-transform: uppercase;
}
.project{
	position: relative;
}
.project_info {
	max-height: 540px;
	width: 25% !important;
}
	.scroll-pane, .jspContainer { width: 100%; }
.project_info ul{
	border-top:2px #000 solid;
	border-bottom: 2px #000 solid;
}
.project_info h2{
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Conv_Avenir Next Condensed Bold';
	margin:10px 0px;
}
.project_info .x2{
	width: 48%;
	float:left;
	padding-right: 2%;
	margin:5px 0px;
}
.project_info h3{
	text-transform: uppercase;
	font-size: 1em;
	margin:0;
}
.project_info p{
	margin:0;
	text-transform: uppercase;
}
.project_info ul{
	list-style: none;
	margin:0;
	padding:10px 0 0 0;
}
.project_info ul li{
	float:left;
	display: block;
	width: 50%;
	margin-bottom:10px;
}
.project_info ul li.odd{
	clear:left;
}

.btnHome { line-height: 28px; opacity: 0;}
.btnHome .fa { font-size: 28px; vertical-align: middle; margin-right: 10px; margin-top: -5px; }
.btnHome:hover { text-decoration: none !important; }

#thumb_nav{
}
	#thumb_nav img{
		margin:0 0 15px 15px;
		cursor: pointer;
		display: block;
		float:left;
		width: 40%;
		opacity: .5;
		transition: opacity .3s ease-in-out;
	}
	#thumb_nav img.cycle-pager-active {
		opacity: 1;
		transition: opacity .3s ease-in-out;
	}

.content{
	position: relative;
}

.project aside .tags{
	margin-top: 10px;
}
.project aside .tags a { 
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
	margin-right: -1px;
	float:left;
	position:relative;
	margin-bottom: 20px;
	height: 10px;
	padding: 10px 0;
	text-transform: uppercase;
}
.project aside .tags a span{
	border-radius: 5px;
    line-height: 2em;
	display:block;
    padding: 3px 12px;
	margin-top: -15px;
}
.project aside .tags a:hover { border-left: #fff solid 1px; border-right: #fff solid 1px; z-index: 1; text-decoration: none; }
.project aside .tags a:hover span { background-color: #f5f5f5; text-decoration: none; }

.project aside .tags a:first-child { border-left: #fff solid 1px; }
.project aside .tags a:last-child { border-right: #fff solid 1px; }

.project aside h2{
	font-size: 1.4em;
	color:#000;
	font-family: 'Conv_Avenir Next Condensed Bold';
	font-weight: normal;
	margin:0px;
	text-transform: uppercase;
	line-height: 1em;
}
.project article{
	float:left;
}
.project article ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
	.project article ul li {
		padding: 0 0 20px 0;
	}

.project .title{
	padding: 20px 0;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top: #000 solid 2px;
	border-bottom: #000 solid 2px;
	overflow:hidden;
}
	.project .title ul li {
		padding: 0;
		font-size: 24px;
	}
.project .body {
	padding: 0 30px 0 0;
}

#homeHeading {
	border-bottom: #000000 solid 1px;
	padding-bottom: 50px;
}
	#homeHeading .homeSlider, #overOns .overOnsSlider {
		position: relative;
		height: 540px;
		width: 100%;
	}
	#homeHeading .cycle {
		height: 100%;
		width: 100%;
	}
	.overOnsSlider {
		height: 600px;
		margin-bottom: 30px;
	}
	#homeHeading .content {
		padding: 30px 0;
	}
	#homeHeading .content .k2 {
		padding: 0 0 0 20px;
		margin: 0 40px 0 20px;
	}
	#homeHeading .content .k3 {
		padding: 0 30px;
	}
	
#homeHeading .cycle div, #overOns .overOnsSlider div {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
}
	#homeHeading .cycle div a, #overOns .cycle div a{
		position: absolute;
		bottom: 60px;
		left: -90px;
		transition: bottom .4s ease, left .4s ease;
	}
	#homeHeading .cycle div a span, #overOns .cycle div a span {
		font-family: 'Conv_Avenir Next Condensed Bold';
		display: table-cell;
		background-color: #a2feb5;
		opacity: 0.9;
		border-radius: 100%;
		padding: 0 10px;
		font-size: 26px;
		line-height: 28px;
		width: 160px;
		height: 160px;
		text-align: center;
		vertical-align: middle;
		transition: all .4s ease;	
	}
	#homeHeading .cycle div a:hover span, #overOns .cycle div a:hover span {
		color: #000;
		background-color: #FFF;
		border:#000 solid 1px;
		text-decoration: none;
		font-size: 20px;
		line-height: 22px;
		
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
		
		transition: all .4s ease;	
	}
	#homeHeading .cycle div a:hover { text-decoration: none; }
	#homeHeading .cycle div a:hover { text-decoration: none; }
	
#homeHeading .cycle-pager {
	position: absolute;
	z-index: 101;
	bottom: 0;
	width: 100%;
	font-size: 42px;
	line-height: 42px;
	text-align:center;
}
	#homeHeading .cycle-pager-active {
		color: #a2feb5;
		
	}

#prev, #next {
	background: url(../images/btns_header.png) no-repeat top left;
	opacity: .1;
	height: 60px;
	width: 40px;
	position: absolute;
	z-index: 101;
	top: 240px;
}
	#prev span, #next span { display: none; }
	
	#prev {
		background-position: top right;
		left: -70px;
	}
		#prev:hover { 
			left: -75px;
			opacity: 1;
		}
		
	#next {
		right: -70px;
		background-position: top left;
	}
		#next:hover { 
			right: -75px; 
			opacity: 1;
		}

#home section.projects {
	position: relative;
	padding-top: 80px;
	float: right;
}
	#home section.news {
		position: relative;
		padding-top: 80px;
	}
	#home section.news article:first-child {
	}
	#home .news_article:nth-child(2), #home section.projects article.x1:nth-child(3) .infobox {
		border-bottom: none !important;
	}
#nieuws section.news{
	float:left;
	padding-right:5%;
	width: 50%;
}
#subCat {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	height: 50px;
}
	#subCat li {
		float:left;
		margin-right: 20px;
		margin-bottom: 5px;
	}
	#subCat li a {
		font-family: "Conv_Avenir Next Condensed Regular";
		border-radius: 5px;
		display: block;
		padding: 6px 12px;
		margin-left: -12px;
		text-align: left;
	}
	#subCat li a:hover {   
		background-color: #f5f5f5;
    	text-decoration: none;
	}

#newsPaging {
	float:right;
	clear:both;
	list-style: none;
	padding:0;
	margin:  0 0 20px 0 ;
}
#newsPaging li a{
	float:left;
	display: block;
	line-height: 2em;
	font-size:14px;
	text-align: left;
	padding: 6px 12px;
	border-radius: 5px;
}
#newsPaging li a:hover {
	background-color: #f5f5f5;
}
#newsPaging li a, #newsPaging li a:hover{
	text-decoration: none;
}
ul.paging li a.current, ul.paging li a:hover{
}
section.news span.datum{
	width: 66%;
	margin: 0px 2%;
}
a.next, a.prev{
	z-index: 999;
	position: fixed;
	top:50%;
	margin-top:-25px; 
	width: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 4em;
	text-decoration: none;
	font-family: 'Conv_Avenir Next Condensed Bold';	
}
a.next{
	right: 0;
	margin-right: 60px;
}
	a.next:hover{
		margin-right: 55px;
	}
a.prev{
	left:0px;
	margin-left:30px;
}
	a.prev:hover{
		margin-left:25px;
	}
section.news article:first-child h2,
section.projects h2:first-child{
	/*font-size:1.8em;*/
}
section.news article{
	float:left;
	margin-bottom:30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #172982;
}
section.news article .news_wrap{
	/* overflow:hidden; */
}
section.news h2 a:hover {
	color:#000000;
	text-decoration: none;
}

section.news article figure{
	margin:0;
	float:right;
	width:280px;
	max-width: 40%;
	margin: 0 -80px 0 15px;
}
#nieuws section.news article figure { margin: 0 0 0 15px; }
section.news article figure img{
	margin-bottom: 20px;
	width:100%;
}

section.projects.full{
	width: 100%;
	padding:0;
}
section.projects .projects_wrap{
	float:left;
	width: 100% !important;
	margin:10px auto 0 auto;
	min-height:600px;
}
section.projects .projects_wrap article {
	width: 30%;
	margin-right: 35px;
	margin-bottom: 30px;
}
#home section.projects .projects_wrap article {
	width: 100%;
}
section.projects .projects_wrap article .infobox {
	width: 100%;
}
.projects_wrap .prImg {
	display:block;
	background-color: #a2feb5;
	position: relative;
	transition: opacity .6s ease;
	border: none;
}
.projects_wrap .prImg:hover { border: none; }
.projects_wrap .prImg:hover img {
	opacity: .5;
	transition: opacity .6s ease;
}
.projects_wrap .prImg span {
	display: none;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.projects_wrap .prImg span .fa {
	position:absolute;
	top: 50%;
	left: 50%;
	font-size: 42px;
	margin: -15px 0 0 -15px;
}
.projects_wrap .prImg:hover span {
	display: block;
}
.projects_wrap .prImg:hover span .fa {
	color: #000;
}

.loading{
	background:url(../images/loading.gif) center center no-repeat;
}
.projecten section.projects article{
	position: relative;
	margin-bottom:50px;
	margin-right:50px;
	float:left;
}
section.projects .infobox{
	padding: 15px 0 10px 0;
	margin-bottom: 30px;
	border-bottom: #000000 solid 1px;
	overflow: hidden;
	
}

section.projects .infobox h3{
	font-size: 1.2em;
	margin-top:0;
    text-transform: uppercase;
    font-family: 'Conv_Avenir Next Condensed Bold';
}
section.projects .infobox p{
	font-size: 0.8em;
	text-transform: uppercase;
	float:right;
	width: 40%;
	/*float:left;*/
}
section.projects article img{
	width:100%;
}

section.projects .infobox br{
	clear:left;
}
section.projects article h3{
    font-size: 1.2em;
	width: 60%;
	float: left;
}
section.projects article p{
	float:right;
	width: 40%;
}
section.projects article.x1{
}
section.projects a{
	text-decoration: none;
	/*display: block;*/
}
section.projects h1{
	height: 2em;
}
section.projects h1 a{
	/*float:left;*/
	display: inline-block;
}
section.projects h1 a:hover{
	border-bottom: 2px solid #000;
}

section.projects article.x4 .infobox{
	right:0;
	left:-20px;
	padding:10px 10px 0 10px;
}


.page_link {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 50%;
    font-family: 'Conv_Avenir Next Condensed Bold';
	font-size: 26px;
	line-height: 28px;
	text-align:center;
	text-transform: uppercase;
	border-radius: 100%;
	background-color: #A2FEB5;
	margin-top: -70px;
	margin-left: -70px;
	opacity: 0.9;

	transition: all .4s ease;
}
	.page_link span {
		padding: 0 10px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 140px;
		height: 140px;
		transition: all .4s ease;
		
	}
	.page_link:hover {
		opacity: 1;
		color: #000;
		background-color: #FFF;
		border:#000 solid 1px;
		text-decoration: none;
		
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
		
		transition: all .4s ease;	
	}
	.page_link:hover span{
		transform: scale(.8);
		-webkit-transform: scale(.8);
		-o-transform: scale(.8); 
		-moz-transform: scale(.8);
		transition: all .4s ease;
	}
.page_link.ballWhite {
	border: #000000 solid 1px;
	background-color: #FFF;
	opacity: 1;
}

#contact section.column{
	padding-right:5%;
	width: 45%;
	float:left;
}
#contact section.column h2{
	padding-top:0.5em;
}
#contact .fa {
	width: 30px;
}
footer{
	clear:both;
	width: 100%;
	margin-top:100px;
	padding-top:40px;
	padding-bottom:80px;
	background-color: #A2FEB5;
}
footer .wrap {
	float:none;
	max-width: 1100px;
	margin:0 auto;
	transition: width .6s ease .5s;
	*transition: none !important;
}
footer .logo {
	float:left;
	width: 100%;
	margin-bottom: 30px;
}
footer .logo img { width: 150px; }
footer ul.paging{
	width: 100%;
	text-align: left;
	float:left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer ul li{
	float: left;
}
footer ul.paging>li{
	width: 20%;
	line-height: 16px;
	font-size: 14px;
}
footer ul.paging li>a{
	font-family: 'Conv_Avenir Next Condensed Bold';
	text-transform: uppercase;
	line-height: 20px;
	font-size: 18px;
	margin: 0 0 10px 0;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer ul.subs {
	list-style: none;
	padding: 0;
	margin: 15px 0 0 0;
}
	footer ul.paging ul.subs li {
		font-family: 'Conv_Avenir Next Condensed Regular';
		float: none;
		margin: 0;
		text-transform: inherit !important;
	}
	footer ul.paging ul.subs li a {
		font-family: "Open sans";
		font-size: 14px;
   		line-height: 16px;
	}
footer ul.paging .fa {
	font-family: "Conv_Avenir Next Condensed Bold";
}

footer ul.paging .f12{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}
footer ul.paging .f12 a{
	font-size: 13px !important;
	line-height: 12px;
	padding: 2px 0;
	margin: 0;
	display:block;
}

#scrolltop2 {
	position:absolute;
	top: -70px;
	right: 10px;
}

#imagepopup {
	background-color: rgba(255, 255, 255, 0.7);
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	width:100%;
	height:100%;
	z-index: 9999;
	cursor: pointer;
}
form[name=search]{
	float:right;
	margin-right:0;
	width:130px;
	border-bottom:2px solid #000;
}
form[name=search] input{
	border:0;
	font-size: 12pt;
	width:94px;
	margin:0;
	height:30px;
	padding:0 3px 0 3px;
	float:left;
}
form[name=search] input[type=submit]{
	border:0;
	width:30px;
	float:right;
	padding:0;
	cursor:pointer;
	background: url(../images/search_icon.png) no-repeat center center;
}
form .btn { background-color:#a2feb5; color: #000; border: none; border-radius: 0; text-transform: uppercase; }
form .btn:hover { background-color:#00A9A7; color: #000;  }
cycle-slideshow img{
	display: none;
}
cycle-slideshow img:first-child{
	display: block;
}
.cycle-prev, .cycle-next {
	 cursor: pointer;
}
section.main{
	clear:both;
	padding-top: 40px;
}
#overOns .content {
	padding: 80px 0;
}
#over_ons form input, #contact form input, .modal-body input { margin: 5px 0;}
#onsTeam {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#onsTeam li {
		float: left;
		text-align:center;
		padding: 0 15px;
		font-size: 14px;
	}
	#onsTeam li img {
		width: 100%;
		transition: all .6s ease;
	}
	#onsTeam li .img {
		display:block;
		position:relative;
		border-radius: 100%;
		overflow:hidden;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
		font-family: 'Conv_Avenir Next Condensed Bold';
	}
	#onsTeam li div {
		position: absolute;
		top: 0;
		opacity: 0;
		display: block;
		vertical-align: middle;
		width: 100%;
		height: 100%;
		background: RGBA(162, 254, 181, .8);
		transition: opacity .2s ease;
		color: #000;
		text-transform: uppercase;
		font-size: 26px;
    	line-height: 28px;
		cursor: pointer;
	}
	#onsTeam .img:hover div {
		opacity: 1;
	}
	#onsTeam .img:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
	#onsTeam li .img span {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		text-align: center;
		height: 200px;
		padding: 0 10%;
	}
	.modal-confirmed { padding: 15px; }
	#onsTeam h3 span {
		font-family: 'Conv_Avenir Next Condensed Regular';
		font-size: 18px;
	}


@media screen and (max-width: 1200px){
	.project_info ul li {
		float: none;
	}
	section.projects .projects_wrap article {
		width: 29%;
	}
	a.next, a.prev{
		position: absolute;
		top: inherit;
		margin-top:-70px; 
		transform: scale(0.8);
	}
	a.next, a.next:hover{
		right: 0;
		margin-right: 20px;
	}
	a.prev, a.prev:hover{
		left: inherit;
		right: 80px;
		margin-left:20px;
	}
	
	
	#prev, #next { opacity: 1; }
	#prev {
		background-position: top right;
		left: 20px;
	}
		#prev:hover { 
			left: 25px;
			opacity: 1;
		}
		
	#next {
		right: 20px;
		background-position: top left;
	}
		#next:hover { 
			right: 25px; 
			opacity: 1;
		}
}

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

	.project_info ul li.odd{
		clear:none;
	}
}

@media screen and (max-width: 970px) {
	.container, footer .wrap {
		padding: 0 10px;
	}
	#homeHeading .homeSlider, #overOns .overOnsSlider {
		height: 400px;
	}
	#homeHeading .homeSlider div a{
		position: absolute;
		bottom: -40px;
		left: 20px;
	}
	#prev, #next { top: 170px; }
	header ul li a {
		font-size: 1.2em;
	}
	header nav ul li.n2 a {
		width: 166px;
	}
	header .logo {
		margin-left: -144px;
	}
	header ul li { padding: 0 3px; }
	header ul li.first {
		padding-right: 36px;
	}
	header .logo img {
		width: 260px;
	}
	section.projects .projects_wrap article {
		width: 28%;
	}
	
}
@media screen and (max-width: 767px) {
	.social, #thumb_nav, .projectHeading .project_info { display: none; }
	.container {
		width: 100%;
	}
	#homeHeading .homeSlider, #overOns .overOnsSlider {
		height: 300px;
	}
	#prev, #next { display: none; }
	.project_info {
		position: static;
		margin-left: 0;
		float: left;
	}
	.project .extra { margin-top: 30px; }
	#thumb_nav { margin-bottom: 15px }
	#thumb_nav img { margin: 15px 15px 0 0; height: 40px; }
	.project_info ul li {
		float: left!important;
		width:25%;
	}
	
	header .logo {
		position:absolute;
		bottom: inherit;
		top:65px;
		left: 0;
		margin-left: 0;
	}
	header .logo img {
		margin-top: 20px;
	}
	header .logo img, header .logo svg{
		width: 200px;
	}
	#homeHeading .content .k2, #homeHeading .content .k3 {
		padding: 20px 0;
		margin: 0;
	}
	#nieuws section.news { width: 100%; }
	
	#nieuwsbrief {
		padding: 20px;
		background: #a2feb5;
	}
	
	section.projects .projects_wrap article {
		width: 47%;
		margin-right: 10px;
	}
	#home section.projects .readmore { display: inherit; margin: 0 auto; width: 50%; }
	section.projects .infobox h3{
		width: 100%;
	}
	section.projects .infobox p{
		width: 100%;
		/*float:left;*/
	}
	footer ul.paging li { float: left; width: 100%;}
	
	#nieuws section.news { padding-right: 0;}
	section.news article .news_wrap { width: 100%; }
	section.news article figure { width: 100%; max-width: 100%; }
	section.news article figure a { display: none; border: none; }
	section.news article figure a:first-child { display: block; }
	
	section.news article figure { margin: 0; }
	
	#imagepopup {
		background-size: contain !important;
	}
	.padR30px { padding-right: 0;}
}
@media screen and (max-width: 460px) {
	a.next, a.prev{
		display: none;
	}
	#homeHeading .homeSlider, #overOns .overOnsSlider {
		height: 260px;
	}
	section.projects .projects_wrap article {
		width: 100%;
	}
	#thumb_nav img { height: 30px; }
	header ul.subs li a{
		margin-right: 20px;
	}
	
	#homeHeading .homeSlider div a {
		display: none;
	}
	#home section.news {
		padding-bottom: 50px;
	}
}








/*-- snake --*/
#grid {
/*	border-collapse: collapse;*/
	width: 100%;
	height: 100%;
}

#grid tr td {
	background-color: black;
	width: 15px; 
	height:	15px;
	margin: 1px 1px 0 0;
	padding: 1px;
	border: 0;
}

#restart {
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: bolder;
  color: white;
}

#overlay{
	display: none;
	position: fixed;
	top: 0 ;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
#overlay > div{
	position: absolute;
	z-index: 1000;
	display: block;
}
#snake{
	height: 100%;
	width: 100%;
}
#snake table{
	max-height: 100%;
	border: solid black 1px;
	border-collapse: inherit !important;
	border-spacing: 1px !important;
}

#clickme{
}
#overlay #closesnake{
	top: 20px;
	right: 20px;
	z-index: 100002;
	color: #FFF;
	cursor: pointer;
}
#overlay #scoreblock{
	bottom: 40px;
	z-index: 100001;
	left: 20px;
	color: #FFF;
	font-size: 20px;	
	text-transform: uppercase;
}
#overlay #scoreblock span{
	color: #a2feb5;
}
#overlay #gameoverblock{
	width: 100%;
	left: 0;
	top: 40%;
	text-align: center;
	color: #a2feb5;
	z-index: 1000003;
	font-size: 20px;
}
#overlay #restart{
    cursor: pointer;
}