html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------EINDE RESET -------*/
*, li, ul, p, div, h1, h2, article, header {
	box-sizing: border-box;
}
body {
	background: #f5f5f5;
	font-family: 'PT Sans Narrow', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2
}
#rb {
	width: 10px;
	background: #f5f5f5;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
a {
	outline: 0;
	color: inherit;
}
nav {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
	min-height: 100%;
}
#menu-panel {
	padding: 20px;
	text-align: right;
	color: #fff;
	background: #000;
	width: 300px;
	height: 100%;
	z-index: 2;
	right: -300px;
	position: absolute;
	transition: right 0.5s;
	-webkit-transition: right 0.5s;
	top: 0;
	overflow:auto;
}
#menu-panel.open {
	right: 0;
	transition: right 0.5s;
	-webkit-transition: right 0.5s;
}
#menu-panel ul {
	margin: 60px 0;
}
#menu-panel li.menu-main-btn a {
	font-weight: 700;
	font-size: 28px;
}
#contact_btn {
	margin-bottom: 30px;
}
#menu-panel a {
	font-size: 20px;
	display: block;
	padding: 5px 0;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}
header {
	min-height:300px;
background-repeat:no-repeat;
	position: relative;
	background-position: center center;
	background-size: cover;
	padding-top: 25%;
	overflow: hidden;
	width:100%;
}
header>video {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
#playbtn {
	display: none;
	position: absolute;
	background-image: url('/assets/img/play-btn.png');
	width: 64px;
	height: 64px;
	left: 203px;
	top: 245px;
}
.hidden{display:none;}

header.home:after {
	content: "";
	display: block;
	z-index: 1;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url('/assets/img/raster.png');
}
#map.home{display:none;position:absolute;top:0;left:0;width:100%;z-index:7;}
#map.home:after{display:none;}
header img {
	display: inline-block;
	margin: 0 auto;
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -284px;
	margin-top: -80px;
	
}
div#main {
	overflow-x: hidden;
	position: relative;
}
#grid {
	overflow: hidden;
	margin: 8px;
}
#grid li {
	overflow: hidden;
	border-right: 1px solid #e3e3e3;
	width: 20%;
	padding: 8px 8px 8px 9px;
	float: left;
}
#grid li.work {
	cursor: pointer;
}
#grid li.work:after {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba( 200, 200, 200, 0.2);
	transition: opacity .5s;
	opacity: 0;
}
#grid li.work:hover:after {
	opacity: 1;
	transition: opacity .5s;
}
#grid li.work:hover article img {
	transition: transform .5s;
	-webkit-transition: transform .5s;
	transform: scale(1.04)
}
#grid article {
	position: relative;
	background: #f5f5f5;
	border-top: 1px solid #e3e3e3;
}
#grid article a {
	display: block;
	overflow: hidden;
}
#grid article img {
	opacity: 0;
	display: block;
	width: 100%;
	transition: transform .5s;
	-webkit-transition: transform .5s;
	transform: scale(1)
}
#grid article h1 {
	font-size: 30px;
	font-weight: 700;
	padding: 70px 0 0;
}
#grid article p {
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 20px;
}
#grid article:after {
	font-size: 18px;
	position: absolute;
	padding: 3px 20px;
	left: 0;
	top: 0;
	color: #f5f5f5;
}
#grid .contact article:after {
	content: 'location';
	background: #444;
}
#grid .work article:after {
	content: 'work';
	background: #d3d3d3
}
#grid .about-us article:after {
	content: 'about us';
	background: #444
}
#grid .about-us article,  #grid li.contact article   {
	padding-bottom: 50px
}
#grid .about-us article h1 , #grid li.contact article h1 {
	font-weight: 400;
	text-transform: uppercase;
}

 #grid .contact article a{text-decoration:none;} 
  #grid .contact article a:hover{text-decoration:underline;} 
#grid .about-us article h1 b, , #grid .contact article h1 b {
	font-weight: 700;
}
/* HAMBURGER*/
/* ---animated hamburger-icon -----*/

.hamburger-nav-icon span:nth-child(1) {
	top: 0;
}
.hamburger-nav-icon span:nth-child(2), .hamburger-nav-icon span:nth-child(3) {
	top: calc(50% - 3px);
}
.hamburger-nav-icon span:nth-child(4) {
	bottom: 0;
}
.hamburger-nav-icon.open span:nth-child(1) {
	top: 0;
	width: 0%;
	left: 50%;
}
.hamburger-nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger-nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger-nav-icon.open span:nth-child(4) {
	bottom: 0;
	width: 0%;
	left: 50%;
}
.hamburger-nav-icon {
	box-sizing: content-box;
	border: 14px solid #000;
	width: 40px;
	height: 30px;
	position: fixed;;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 5px;top:5px;
	background: #000;
	z-index: 88;
}
.hamburger-nav-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
/* PROJECT*/
.max-width-content {
	margin: 0 auto;
	max-width: 935px;
	padding: 17px;
}

main.project h1 {
	font-size: 60px;
	font-weight: 700;
	padding: 70px 0 0;
	line-height: 0.9;
	margin: 0 15px;
}
main.project h1:after {
	content: "/";
}
main.project h2 {
	font-size: 48px;
	font-weight: 400;
	padding: 0 0 20px;
	line-height: 1.2;
	margin: 0 15px;
}
main.project img {
	margin: 40px 0;
	display: block;
	width: 100%;
}
main.project strong {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 400;
	padding: 10px 0;
	display: block;
	margin: 0 15px;
}
main.project p {
	margin: 30px 15px;color:#4d4d4d;
}
/* CONTACT */

.infoboxcontent {
	background: #fff;
	padding: 20px 10px 30px 20px;
	height:176px;
}
.infoboxcontent h1 {
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 20px;
}
.infoboxcontent p, .infoboxcontent tel {
	font-weight: 200;
	font-size: 15px;
	padding: 1px 0;
}
.infoboxcontent p a {
	text-decoration: none;
	font-size: inherit;
}
.leftarrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 20px;
	margin-top: -20px;
}
#playbtn {
	left: 50%;
	margin: -30px 0 0 -30px;
	top: 50%;
	position: absolute;
}
.social.fb {
	z-index: 10;
	position: absolute;
	display: block;
	right: 20px;
	bottom: 0px;
	width: 30px;
	cursor: pointer;
}

@media screen and (max-width:1400px) {
#grid li {
	width: 25%;
}
}

@media screen and (max-width:1024px) {
#grid li {
	width: 33.333%;
}
}

@media screen and (max-width:720px) {
	#playbtn {

	top: 145px;
}
header img{width:350px;margin-left:-200px;margin-top:-50px}
#grid li {
	width: 50%;
}


}
@media screen and (max-height:640px) {

#menu-panel.open a{padding:2px 0;}
#menu-panel.open .main-menu-btn a{padding:0;}
#menu-panel{overflow:auto}
#menu-panel{padding:0 20px }
#contact_btn{margin:0 0 10px;padding:0}
}
@media screen and (max-width:480px) {

main.project h1 {
	margin-top:30px;font-size: 48px !important;

}
#menu-panel{position:fixed;width:100%;right:-100%;}

header {
	
	display: none;
	background: none !important;
}
header#map {
	padding-top: 100%;
	display: block;
}
main.project strong {
	font-size: 28px;
}
main.project p , main.project strong   {
	margin: 30px 0;
}
main.project h1, main.project h2{line-height:0.9;margin:0;}
#grid li {
	width: 100%;
}
}
