/* 
Theme Name: CODE CLEAR 2
Theme URI: codeclear.nl
Description: WordPress Front-end-thema CODE CLEAR
Version: 2 Development
Author: CODE CLEAR
Author URI: http://www.codeclear.nl

	@ BASIS
	@ Structuur
	@ Tekst
	@ Hypertext
	@ Image
	@ List
	@ Presentation
	@ Form
	@ Table
	@ Navigation

*/
/* @group BASIS 
---------------------------------------- */
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, font, 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 {
	margin: 0;
	padding: 0;
}

p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.5em; /* eventueel uit te zetten ------------ */
}
/* @end */
/* @group  Structuur
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	/* font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif;*/
	font-family: 'AN', 'Roboto', arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
.inner {
	margin: 0 auto;
	max-width: 1080px;
	/*max-width: 90%;*/
}
.container.single-padding .inner {
	padding: 0 20px;
}

html body.noscroll, body.noscroll {margin: 0; height: 100%; overflow: hidden}

.hero-img .inner {
	max-width: 960px;
}
.container {
	float: left;
	width: 100%;
	/*background: #d5f8de;*/
}

.container.quote,
.container.footer {
	padding: 120px 0;
}
.container.footer {
	padding: 60px 0;
	/*opacity: 0;*/
	transition: 2000ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 2000ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 2000ms cubic-bezier(.88,.06,.67,.68);
	-o-transition: 2000ms cubic-bezier(.88,.06,.67,.68);	
}
.container.footer.view {
	/*opacity: 1;*/
}
.container.single-header {
	/*padding: 120px 0;*/
	overflow: hidden;
	background: #red;
}
.single-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.container.loading {
	position: fixed;
	left: 0%;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #fff;
}
.container.projecten {
	overflow: hidden;
	opacity: 0;
	transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
/*	transition: 800ms ease-in-out;
	-webkit-transition: 800ms ease-in-out;
	-moz-transition: 800ms ease-in-out;
	-ms-transition: 800ms ease-in-out;*/
	transition: 800ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 800ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 800ms cubic-bezier(.88,.06,.67,.68);
	-o-transition: 800ms cubic-bezier(.88,.06,.67,.68);	
	
}
.loadedStart .container.projecten {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.loadedStart.no-scroll .container.projecten {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.container.loading .text_bottom {
	opacity: 0;
}
.textdelay .container.loading .text_bottom {
	animation: fedaIn 800ms cubic-bezier(.59,.37,.41,1) alternate;
	-webkit-animation: fedaIn 800ms cubic-bezier(.59,.37,.41,1) alternate;
	-moz-animation: fedaIn 800ms cubic-bezier(.59,.37,.41,1) alternate;
	opacity: 1;
}
.loadedStepOne .container.loading .text_bottom { 
	transform: translate3d(0, -100px, 0);
	-webkit-transform: translate3d(0, -100px, 0);
	-moz-transform: translate3d(0, -100px, 0);
	-ms-transform: translate3d(0, -100px, 0);
	opacity: 0;
	transition: 400ms cubic-bezier(.59,.37,.41,1);
	-webkit-transition: 400ms cubic-bezier(.59,.37,.41,1);
	-moz-transition: 400ms cubic-bezier(.59,.37,.41,1);
	-ms-transition: 400ms cubic-bezier(.59,.37,.41,1);
}
@keyframes fedaIn {
	from {
		opacity: 0;
			transform: translate3d(0, 120px, 0);
		}
	to {
	opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes fedaIn {
	from {
		opacity: 0;
			transform: translate3d(0, 120px, 0);
		}
	to {
	opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
@-moz-keyframes fedaIn {
	from {
		opacity: 0;
			transform: translate3d(0, 120px, 0);
		}
	to {
	opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


.loading_text {
	width: 100%;
	position: absolute;
	left: 0%;
	right: 0%;
	opacity: 0;
	top: 100%;
	height: 100%;
    overflow: hidden;
}
.startAll .loading_text {
	animation: startIntro 500ms cubic-bezier(.17,.67,.26,.92) alternate;
	bottom: 10%;
	opacity: 1;
}
@keyframes startIntro {
from {
	bottom: 70%;
	opacity: 0;
}
to {
	bottom: 10%;
	opacity: 1;
}

}
.container.single-header  {
	position: relative;
	color: #ffffff;
}
,
.container.footer {
	position: relative;
}
.container.footer svg,
.container.single-header svg {
	color: #000000;
}
.loading_text:before,
.loaded .hero-img-box .banner_image:before {
	z-index: 15;
	position: absolute;
	content: "";
	left: 0;
	top: 0%;
	height: 100%;
	width: 100%;
	background: #999;
	background: -webkit-linear-gradient(#000, #999);
	background: -o-linear-gradient(#000, #999);
	background: -moz-linear-gradient(#000, #999);
	background: linear-gradient(#000, #999);
	
/*	background: #ffacac;
	background: -webkit-linear-gradient(#124fcc, #ffacac);
	background: -o-linear-gradient(#124fcc, #ffacac);
	background: -moz-linear-gradient(#124fcc, #ffacac);
	background: linear-gradient(#124fcc, #ffacac);*/
}
.loaded .hero-img-box .banner_image:before {
	opacity: 0.6;
	z-index: 17;
}
.loading_text:after,
.loaded .hero-img-box .banner_image:after {
	z-index: 16;
	position: absolute;
	content: "";
	left: 0;
	top: 0%;
	height: 100%;
	width: 100%;
	background: #000;
/*	background: #06aa02;
	background: -webkit-linear-gradient(#61a1e2, #06aa02);
	background: -o-linear-gradient(#61a1e2, #06aa02);
	background: -moz-linear-gradient(#61a1e2, #06aa02);
	background: linear-gradient(#61a1e2, #06aa02);*/
}
.loading_text:after {
	top: auto;
	bottom: 0;
	height: 200%;
	/* Skew */
	transform: skewY(14deg);
	-webkit-transform: skewY(14deg);
	-moz-transform: skewY(14deg);
	-o-transform: skewY(14deg);
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
}
.loading_text:before {
	height: 200%;
	/* Skew */
	transform: skewY(-14deg);
	-webkit-transform: skewY(-14deg);
	-moz-transform: skewY(-14deg);
	-o-transform: skewY(-14deg);
	transform-origin: left top;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;	
}
.skip_intro {
	position: absolute;
	z-index: 999;
	font-size: 70%;
	cursor: pointer;
	left: 40px;
	top: 40px;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	transform: translate(0,-20px);
	-webkit-transform: translate(0,-20px);
	-moz-transform: translate(0,-20px);
	-ms-transform: translate(0,-20px);
	transition: 250ms cubic-bezier(.5,.5,.67,.67);
	-webkit-transition: 250ms cubic-bezier(.5,.5,.67,.67);
	-moz-transition: 250ms cubic-bezier(.5,.5,.67,.67);
	-ms-transition: 250ms cubic-bezier(.5,.5,.67,.67);
}
.showskip .skip_intro {
	opacity: 1;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
}
.loaded .hero-img-box:after,
.loaded .hero-img-box:before {
	/*top: 25px;*/
}

.loaded .hero-img-box .banner_image:before {
	z-index: 13;
	-ms-animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67);
	-moz-animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67);
	-o-animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67);
	animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67);
}
.container.single-header:before {
/*	z-index: 13;
	-ms-animation: fadeIn 5s infinite cubic-bezier(.5,.5,.67,.67) alternate;
	-moz-animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67) alternate;
	-o-animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67) alternate;
	animation: fadeIn 6s infinite cubic-bezier(.5,.5,.67,.67) alternate;*/

}
.loaded .hero-img-box .banner_image:after,
.container.single-header:after {
	z-index: 12;
	opacity: 0.5;
}
.container.footer .g_12 {
	position: relative;
	z-index: 20;
}
.loaded .hero-img-box {
/*	background: #61a1e2;
	background: -webkit-linear-gradient(#083767, #61a1e2);
	background: -o-linear-gradient(#083767, #61a1e2);
	background: -moz-linear-gradient(#083767, #61a1e2);
	background: linear-gradient(#083767, #61a1e2);*/
	
}
.loading_text:before {
/*	-ms-animation: fadeIn 6s 3s infinite ease-out;
	-moz-animation: fadeIn 6s 3s infinite ease-out;
	-o-animation: fadeIn 6s 3s infinite ease-out;
	animation: fadeIn 6s 3s infinite ease-out;*/
}
.loading_text:after {
	 /*animation: fadeIn 3s infinite ease-out;*/
	 -ms-animation: fadeIn 8s infinite cubic-bezier(.5,.5,.67,.67);
	 -moz-animation: fadeIn 8s infinite cubic-bezier(.5,.5,.67,.67);
	 -o-animation: fadeIn 8s infinite cubic-bezier(.5,.5,.67,.67);
	 animation: fadeIn 8s infinite cubic-bezier(.5,.5,.67,.67); 
}

.loading_text .text_bottom {
	color: #fff;
	font-size: 42px;
	position: absolute;
	z-index: 19;
	left: 20%;
	line-height: 1.1;
	bottom: 40%;
	width: 60%;
}
.typ_text {
	white-space: pre-wrap;
}
.loading_text .hero-img_logo {
	z-index: 17;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;	
}
.hero-img-box {
	opacity: 0;
	margin: 0 0 0 0;
	overflow: hidden;
	-webkit-transition: 1200ms;
	transition: 1200ms;
}
.banner_image {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*z-index: 1;*/
}
.caption {
	z-index: 22;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translate3d(0,-50%,0);
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
}
.unslider {
	margin-top: 25px;
}
.unslider ul,
.unslider li {
	height: 100%;
}
.unslider li {
	position: relative;
	/*overflow: hidden;*/
}
.hero-img-box img {
	position: relative;	
	z-index: 1;
	top: 55%;
	left: 55%;
	max-width: none;
	min-width: 110%;
	min-height: 110%;
	width: auto;
	height: auto;
	opacity: 1;
	transform: translate3d(-55%,-55%, 0);
	-webkit-transform: translate3d(-55%,-55%, 0);
	-ms-transform: translate3d(-55%,-55%, 0);
	-o-transform: translate3d(-55%,-55%, 0);
/*	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;*/
}

.loadedEnd .hero-img-box {
	opacity: 1;
	transition: 400ms 1200ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 400ms 1200ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 400ms 1200ms cubic-bezier(.88,.06,.67,.68);
	-o-transition: 400ms 1200ms cubic-bezier(.88,.06,.67,.68);	
}
.loadedEnd.introshow .hero-img-box {
	transition: 800ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 800ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 800ms cubic-bezier(.88,.06,.67,.68);
	-o-transition: 800ms cubic-bezier(.88,.06,.67,.68);	
}
.loading_text p {
	margin: 0;
	display: block;
}
.loading_text .logo_code {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 40%;
}
.home svg {
	color: #000000;
	fill: currentColor;
	transition: 1200ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 1200ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 1200ms cubic-bezier(.88,.06,.67,.68);
	-o-transition: 1200ms cubic-bezier(.88,.06,.67,.68);	
}
.home.loaded svg,
.home.footer svg {
	color: #ffffff;
	fill: currentColor;
}
body.home .im_fixed svg {
	color: #f5f5f5;
	fill: currentColor;
}

.loading_text .logo_clear {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0%;
} 
@-webkit-keyframes fadeIn {
  0%{ opacity: 0;}
  50% {opacity: 0.5;}
  100% {opacity: 0;}
}
@-moz-keyframes fadeIn {
0%{ opacity: 0;}
50% {opacity: 0.5;}
100% {opacity: 0;}
}
@-o-keyframes fadeIn {
0%{ opacity: 0;}
50% {opacity: 0.5;}
100% {opacity: 0;}
}
@keyframes fadeIn {
0%{ opacity: 0;}
50% {opacity: 0.5;}
100% {opacity: 0;}
}
@-webkit-keyframes fadeIn1 {
0%{ opacity: 0;}
100% {opacity: 1;}
}
@-moz-keyframes fadeIn1 {
0%{ opacity: 0;}
100% {opacity: 1;}
}
@-o-keyframes fadeIn1 {
0%{ opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn1 {
0%{ opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes fadeOut {
0%{ opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut {
0%{ opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut {
0%{ opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0%{ opacity: 1;}
100% {opacity: 0;}
}

.g_12 {
	margin: 0 0.925925923%;
	float: left;
}
.g_12_1 { width: 6.481%;}
.g_12_2 { width: 14.814%;}
.g_12_3 { width: 23.148%;}
.g_12_4 { width: 31.481%;}
.g_12_5 { width: 39.814%;}
.g_12_6 { width: 48.148%;}
.g_12_7 { width: 56.481%;}
.g_12_8 { width: 64.814%;}
.g_12_9 { width: 73.148%;}
.g_12_10 { width: 81.481%;}
.g_12_11 { width: 89.814%;}
.g_12_12 { width: 98.148%;}
.g_12.inline {
	display: inline-block;
	float: none;
}
.g_12_5.middle_margin {
	margin: 0 5.09%;
}
.g_12_8.middle_margin {
	margin: 0 17.5795%;
}
.off_4 {
	margin: 0 34.25%;
}
.off_3 {
	margin: 0 24.073925%;
}
split_15,
.split_20,
.split_25,
.split_26,
.split_27,
.split_30,
.split_31,
.split_35,
.split_40,
.split_45,
.split_46,
.split_49,
.split_50,
.split_60,
.split_65,
.split_70,
.split_74,
.split_75,
.split_80,
.split_90,
.split_96,
.split_100 {
	float: left;
}
.split_15 {	width: 15%;}
.split_20 {	width: 20%;}
.split_25 {	width: 25%;}
.split_26 {	width: 26%;}
.split_27 {	width: 27%;}
.split_30 {	width: 30%;}
.split_31 {	width: 31%;}
.split_35 {	width: 35%;}
.split_40 { width: 40%; }
.split_45 { width: 45%; }
.split_46 { width: 46%; }
.split_49 { width: 49%; }
.split_50 {width: 50%;}
.split_60 {	width: 60%;}
.split_65 {	width: 65%;}
.split_70 {	width: 70%;}
.split_74 {	width: 74%;}
.split_75 {	width: 75%;}
.split_80 {	width: 80%;}
.split_90 {	width: 90%;}
.split_96 { width: 96%;}
.split_100 { width: 100%; }
.f_right {
	float: right;
}
.nofloat {
	float: none;
}
.relative {
	position: relative;
}
.post_blok {
	margin: 0 0 40px 0;
}
.post_list {
	display: flex;
	   flex-wrap: wrap;
}
.page-template-page-home .post_blok { 
	margin: 60px 0;
}
.page-template-page-home .g_12:nth-child(2) .post_blok {
	/*margin: 180px 0 60px 0;	*/
}
.post-list {
	margin-bottom: 40px;
}
.border_padding {
	margin: 0 25px;
}
.hero-img {
	/*overflow: hidden;*/
	height: 100%;
}
/*.hero-img-raster {
	/*display: none;*!/
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: url(images/raster.png);
	opacity: 0.25;
	width: 100%;
	height: 100%;
}*/
.hero-img_logo {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 16;
	overflow: hidden;
}
.hero-img .hero-img_logo {
	transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms cubic-bezier(.88,.06,.67,.68);
}
.logo_top {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.logo_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.fakeel_top,
.fakeel_bottom {
	position: absolute;
	width: 100%;
	height: 1000px;
	left: 0;
	/*background: red;*/
}
.fakeel_top {
	bottom: 100%;	
}
.fakeel_bottom {
	top: 100%;
}
.logo_top:before,
.logo_bottom:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 50%;
	/*background: red;*/
	content: "";
	margin-right: 480px;
}
.logo_top:after,
.logo_bottom:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: 480px;
	/*background: red;*/
	content: "";
}
.im_fixed .logo_top:before,
.im_fixed .logo_bottom:before,
.im_fixed .logo_top:after,
.im_fixed .logo_bottom:after,
.im_fixed .fakeel_top,
.im_fixed .fakeel_bottom {
	background: #f5f5f5;
}

.section_height {
	position: relative;
}
.hero-img_logo .section_height,
.container.projecten {
	min-height: 520px;
}
.loaded .hero-img-box .banner_image {
	min-height: 470px;
}
.hero-img_logo img {
	width: 100%;
}
.logo_code,
.logo_clear {
	width: 100%;
	float: left;
	position: relative;
	top: 40px;
}
.im_fixed .logo_code:before,
.im_fixed .logo_code:after,
.im_fixed .logo_clear:after,
.im_fixed .logo_clear:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: #f5f5f5;
	content: "";
	bottom: -2px;
}
.im_fixed .logo_code:before,
.im_fixed .logo_clear:before {
	bottom: auto;
	top: -2px;
}
.logo_code svg,
.logo_clear svg {
	width: 100%;
	min-width: 100%;
	height: auto;
}
.pos_bottom {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.pos_bottom .logo_clear {
	margin-bottom: 60px;
}
/*.hero-img_logo .logo_clear,
.im_fixed .logo_clear {
	position: absolute;
	bottom: 60px;
	top: auto;
}*/
.im_fixed .logo_code svg,
.im_fixed .logo_clear svg {
	min-width: 101%;
}
.im_fixed .logo_code,
.im_fixed .logo_clear {
/*	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
	background-position: 50% 50%;
	background-size: cover;
/*	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size:100% auto;*!/
	background-attachment: fixed;
	opacity: 0;*/
}
.project_info_box.open .im_fixed .logo_code,
.project_info_box.open .im_fixed .logo_clear {
/*	-ms-animation: fadeIn1 4s 250ms forwards cubic-bezier(.5,.5,.67,.67);
	-moz-animation: fadeIn1 4s 250ms forwards cubic-bezier(.5,.5,.67,.67);
	-o-animation: fadeIn1 4s 250ms forwards cubic-bezier(.5,.5,.67,.67);
	animation: fadeIn1 4s 250ms forwards cubic-bezier(.5,.5,.67,.67);		*/
}
.project_info_box,
.over_ons_box {
	position: absolute;
	left: 10px;
	/*top: 25px;*/
	bottom: 10px;
	width: 100%;
	overflow: hidden;
	height: 100%;
	z-index: 17;
	/*background: #fff;*/
	/*background: #f5f5f5;*/
	transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms cubic-bezier(.88,.06,.67,.68);
}
.project_info_box .inner_container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(-105%,0,0);
	-webkit-transform: translate3d(-105%,0,0);
	-moz-transform: translate3d(-105%,0,0);
	-ms-transform: translate3d(-105%,0,0);
}
.over_ons_box .inner_container  {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	/*background: #f5f5f5;*/
	/*-webkit-transform: translate3d(105%,0,0);
	-moz-transform: translate3d(105%,0,0);
	-ms-transform: translate3d(105%,0,0);
	transform: translate3d(105%,0,0);*/
	-webkit-transform: translate(105%,0);
	-moz-transform: translate(105%,0);
	-ms-transform: translate(105%,0);
	transform: translate(105%,0);
}
.im_fixed {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.top_50,
.bottom_50 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
}
.bottom_50 {
	top: 50%;
	background: blue;
}
.clients .inline {
	display: inline-block;
}
.client_logos {
	text-align: center;
	margin: 25px 0;
}
.clients .client_logos {
	float: left;
	max-width: 200px;
	height: 100px;
}
.client_logos img {
	display: inline-block;
	max-width: 80%;
	width: auto;
	max-height: 100%;
	width: au;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.over_ons_box {
	left: auto;
	right: 10px;
}
.project_info_box .inner_padding,
.over_ons_box .inner_padding {
	opacity: 0;
}
.project_info_box.open .inner_container  {
	opacity: 1;
	-webkit-transition: 250ms 200ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms 200ms cubic-bezier(.88,.06,.67,.68);
	transition: 250ms 200ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.over_ons_box.open,
.project_info_box.open {
	z-index: 21;
}
.over_ons_box.open .inner_container  {
	opacity: 1;
	top: auto;
	right: 10px;
	-webkit-transition: 250ms 200ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms 200ms cubic-bezier(.88,.06,.67,.68);
		transition: 250ms 200ms cubic-bezier(.88,.06,.67,.68);
	
	/*-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);*/
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	transform: translate(0,0);
}
.project_info_box.open .inner_padding,
.over_ons_box.open .inner_padding {
	opacity: 1;
	z-index: 3;
	-webkit-transition: 450ms 250ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms 450ms cubic-bezier(.88,.06,.67,.68);
	transition: 250ms 450ms cubic-bezier(.88,.06,.67,.68);

}
.project_info_cta a,
.project_info_cta a:hover {
	color: #fff;
	border: none;
}
.project_info_cta {
	max-width: 50%;
}
.bekijk {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.bekijk li {
	margin: 0;
	padding: 0;
	display: none;
	white-space: normal;
}
.bekijk li.active {
	display: inline-block;
	animation: showUp 250ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
	-webkit-animation: showUp 250ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
	-moz-animation: showUp 250ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
}
@keyframes showUp {
	from {
		display: inline-block;
		opacity: 0;
		transform: translate3d(0,15px,0);
	}
	to {
		display: inline-block;
		opacity: 1;
		transform: translate3d(0,0,0);
	}
	
}
@-webkit-keyframes showUp {
	from {
		display: inline-block;
		opacity: 0;
		transform: translate3d(0,15px,0);
	}
	to {
		display: inline-block;
		opacity: 1;
		transform: translate3d(0,0,0);
	}
}
@-moz-keyframes showUp {
	from {
		display: inline-block;
		opacity: 0;
		transform: translate3d(0,15px,0);
	}
	to {
		display: inline-block;
		opacity: 1;
		transform: translate3d(0,0,0);
	}
}


.project_info_cta, .overons_info_cta,
.reload_intro,
.menu_main {
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 90%;
	color: #fff;
	/*bottom: 50%;*/
	bottom:15px;
	left: 20px;
	font-weight: 100;
	cursor: pointer;
	white-space: nowrap;
	opacity: 0;
	z-index: 20;
	
/*	transform: translate( 0,-50%, 0);	
	-webkit-transform: translate( 0,-50%, 0);	
	-moz-transform: translate( 0,-50%, 0);	
	-o-transform: translate( 0, -50%, 0);	
	-ms-transform:translate( 0, -50%, 0);	*/
	/*transform: rotate(90deg) translate(-50%);*/
}
.overons_info_cta {
	top: auto;
	bottom: 15px;
}
.menu_main {
	top: 20px;
	bottom: auto;
	left: auto;
	right: 20px;
	opacity: 1;
}
.reload_intro {
	top: auto;
	bottom: 13px;
	opacity: 1;
}
.project_info_cta > .rot {
	display: block;
	transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	/*transform: rotate(90deg) translate(-50% ,0);
	-webkit-transform: rotate(90deg) translate(-50%, 0);
	-moz-transform: rotate(90deg) translate(-50%, 0);
	-o-transform: rotate(90deg) translate(-50%, 0);
	-ms-transform: rotate(90deg) translate(-50%, 0);*/
}
.overons_info_cta > .rot {
	display: block;
	transform-origin: right bottom;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
/*	transform: rotate(-90deg) translate(50% ,0);
	-webkit-transform: rotate(-90deg) translate(50%, 0);
	-moz-transform: rotate(-90deg) translate(50%, 0);
	-o-transform: rotate(-90deg) translate(50%, 0);
	-ms-transform: rotate(-90deg) translate(50%, 0);*/
}
.overons_info_cta .fa {
	display: none;
}
.overons_info_cta.open .fa {
	display: inline-block;
}
.project_info_cta.open, .overons_info_cta.open {
	z-index: 28;
}
.banneropen .hero-img_logo {
	opacity: 0;
}
.overons_info_cta {
	position: absolute;
	left: auto;
	right: 20px;
	cursor: pointer;
	white-space: nowrap;
}
.loadedEnd .project_info_cta, 
.loadedEnd .overons_info_cta {
	opacity: 1;
/*	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	transform: translate3d( 0,-50%, 0);	
	-webkit-transform: translate3d( 0,-50%, 0);	
	-moz-transform: translate3d( 0,-50%, 0);	
	-o-transform: translate3d( 0, -50%, 0);	
	-ms-transform:translate3d( 0, -50%, 0);	*/
}
.project_info_cta.open,
.overons_info_cta.open {
	color: #000;
	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
}
.project_info_box.open.moveout {
	z-index: 21;
	transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms cubic-bezier(.88,.06,.67,.68);
	
	transform: translate3d(-105%,0,0);
	-webkit-transform: translate3d(-105%,0,0);
	-moz-transform: translate3d(-105%,0,0);
	-ms-transform: translate3d(-105%,0,0);
}
.over_ons_box.open.moveout {
	z-index: 21;
	-webkit-transition: 250ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 250ms cubic-bezier(.88,.06,.67,.68);
	transition: 250ms cubic-bezier(.88,.06,.67,.68);
	
	-webkit-transform: translate3d(105%,0,0);
	-moz-transform: translate3d(105%,0,0);
	-ms-transform: translate3d(105%,0,0);
	transform: translate3d(105%,0,0);
}
/*.loaded .open .overons_info_cta {
	right: 4%;
	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	
}
.loaded .open .project_info_cta {
	left: 4%;
	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
}*/
.single-hero {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.single-hero img {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 104%;
	min-height: 104%;
	max-width: 100%;
	width: auto;
	height: auto;
	opacity: 1;
	z-index: 1;
	transform: translate(-52%,-52%);
	-webkit-transform: translate(-52%,-52%);
	-ms-transform: translate(-52%,-52%);
	-o-transform: translate(-52%,-52%);
	
}
.box_close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	margin-top: -25px;
	/*background: #000;*/
	cursor: pointer;
}
.over_ons_box .box_close {
	right: auto;
	left: 0;
}
.line_top,
.line_bottom {
	width: 30px;
	height: 2px;
	background: #666;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.line_bottom {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.mousetrack {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	color: #000;
	background: #fff;
	padding: 10px;
}
.over_ons_box .inner_padding {
	padding: 20px 0 20px 0;
	/*margin: 0 10%;*/
	width: 100%;
	float: left;
	position: relative;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
}
.project_info_box .inner_padding {
	float: left;
	padding: 20px 0 20px 0;
	margin: 0;
	width: 100%;
	position: relative;
	top: 50%;
	z-index: 6;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.project_info_box .inner_padding .title_banner,
.over_ons_box .inner_padding .title_banner,
.caption .title_banner,
.code_inner {
	width: 58.762%;
	float: left;
	margin: 0 20.619% 0 21.719%;
}
.code_inner_out {
	width: 84.53%;
	float: left;
	margin: 0 7.735%;
}

.container.menu_box {
	height: 0;
	width: 100%;
	top: 100%;
	z-index: 99;
	/*bottom: 0;*/
	position: fixed;
	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
}

.container.menu_box.open {
	background: rgba(255, 255, 255, 1);
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.container.menu_box ul.menu,
.container.menu_box .g_12.inline {
	/*display: none;*/
	opacity: 0;
	transform: translate3d(0,50px,0);
	-webkit-transform: translate3d(0,50px,0);
	-moz-transform: translate3d(0,50px,0);
	-ms-transform: translate3d(0,50px,0);
	transition: 500ms ease-in;
	-webkit-transition: 500ms ease-in;
	-moz-transition: 500ms ease-in;
	-ms-transition: 500ms ease-in;
}
.container.menu_box.open ul.menu,
.container.menu_box.open .g_12.inline {
	/*display: inline-block;*/
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transition: 500ms ease-in-out;
	-webkit-transition: 500ms ease-in-out;
	-moz-transition: 500ms ease-in-out;
	-ms-transition: 500ms ease-in-out;
}
.mob_menu {
	float: right;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: 0.12em;
	font-weight: 100;
	height:auto;
	position: fixed;
	top: 50px;
	right: 45px;
	cursor: pointer;
	z-index: 5;
}
.mob_menu .menu_klik,
.mob_menu .menu_klik.sluit {
	-webkit-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 350ms cubic-bezier(.88,.06,.67,.68);
}
.mob_menu .menu_klik.sluit {
	opacity: 0;
}
.mob_menu.active .menu_klik,
.mob_menu.active .menu_klik.sluit {
	opacity: 1;
	transform: translate3d(0,-25px,0);
	-webkit-transform: translate3d(0,-25px,0);
	-moz-transform: translate3d(0,-25px,0);
	-ms-transform: translate3d(0,-25px,0);
}
.mob_menu.active .menu_klik {
	opacity: 0;
}
.home .mob_menu {
	position: absolute;
}
.home .mob_menu {
	opacity: 1;
	-webkit-transition: 500ms cubic-bezier(.88,.06,.67,.68);;
	-moz-transition: 500ms cubic-bezier(.88,.06,.67,.68);;
	-ms-transition: 500ms cubic-bezier(.88,.06,.67,.68);;
	transform: translate3d(0,-10px,0);
	-webkit-transform: translate3d(0,-10px,0);
	-moz-transform: translate3d(0,-10px,0);
	-ms-transform: translate3d(0,-10px,0);
}
.mob_menu.show {
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.mob_menu div {
/*	width: 80%;
	left: 10%;
	position: absolute;
	height:2px;
	background: #000000;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-ms-transform-origin: center center;*/
	
}
.mob_menu div.line_topp {
	/*top:30%;*/
	/*margin-top: 1px;*/
}
.mob_menu div.line_midddle {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.mob_menu div.line_bottomm {
	bottom: 30%;
	/*margin-top: -1px;*/
}
.data-speed {
	position: relative;
}
.inview {
	opacity: 0;
}
.inview.view {
	opacity: 1;
	animation: FadeInO 800ms cubic-bezier(.44,.71,.52,1) alternate;
}
@keyframes FadeInO {
from {
	opacity: 0;
	transform: translateY(45px);
}
to {
	opacity: 1;
	transform: translateY(0);
}
}
.portfolio_image {
	margin-bottom: 60px;
}

.slide-left .hero-img:hover {
	cursor: url(images/arrow-left.svg), url(images/arrow-left.svg), auto;
} 
.slide-right .hero-img:hover {
	cursor: url(images/arrow-right.svg), url(images/arrow-right.svg), auto;
}
.slide-left .hero-img.banneropen:hover,
.slide-right .hero-img.banneropen:hover {
	cursor: auto;
}

.desktop_img_prev {
	width: 76%;
	margin: 0 12%;
	float: left;
}
.laptop_hover {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}
.fix_laptop .laptop_hover {
	position: fixed;
	left: 0;
	width: 100%;
	top: 25%;
	right: 0;
}
.fix_laptop_bottom .laptop_hover {
	top: auto;
	bottom: 0;
}
.fix_laptop .code_inner_fix {
	margin: 0 7.735%;
	width: 84.53%;
	float: left;
	position: relative;
}
.code_inner_fix #white {
	color: #fff;
	animation: colorAniHome 2s cubic-bezier(.88,.06,.67,.68) 0s infinite forwards;
	-webkit-animation: colorAniHome 2s cubic-bezier(.88,.06,.67,.68) 0s infinite forwards;
	-moz-animation: colorAniHome 2s cubic-bezier(.88,.06,.67,.68) 0s infinite forwards;
}

@keyframes colorAniHome {
	0% {
		color: #124fcc;
	}
	25% {
		color: #ffacac;
	}
	50% {
		color: #61a1e2;
	}
	75% {
		color: #06aa02;
	}
	100% {
		color: #124fcc;	
	}
}
@-webkit-keyframes colorAniHome {
	0% {
		color: #124fcc;
	}
	25% {
		color: #ffacac;
	}
	50% {
		color: #61a1e2;
	}
	75% {
		color: #06aa02;
	}
	100% {
		color: #124fcc;	
	}
	
}
@-moz-keyframes colorAniHome {
	0% {
		color: #124fcc;
	}
	25% {
		color: #ffacac;
	}
	50% {
		color: #61a1e2;
	}
	75% {
		color: #06aa02;
	}
	100% {
		color: #124fcc;	
	}
	
}

.neemcontact_form_antwoord {
	position: absolute;
	z-index: 0;
}
.neemcontact_form_antwoord {
	/*display: none;*/
	opacity: 0;
	z-index: 2;
	-webkit-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	transform: translate3d(0,100px,0);
	-webkit-transform: translate3d(0,100px,0);
	-moz-transform: translate3d(0,100px,0);
	-ms-transform: translate3d(0,100px,0);
}
.sent .neemcontact_form {
	z-index: 0;
	opacity: 0;
	-webkit-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	transform: translate3d(0,-100px,0);
	-webkit-transform: translate3d(0,-100px,0);
	-moz-transform: translate3d(0,-100px,0);
	-ms-transform: translate3d(0,-100px,0);
}
.sent .neemcontact_form_antwoord {
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	
}
.neemcontact_form {
	position: relative;
	z-index: 2;
	line-height: 2;
	-webkit-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	-ms-transition: 350ms cubic-bezier(.88,.06,.67,.68);
	
}
.type_input {
	border: none;
	border-bottom: 3px solid #000;
	display: inline-block;
	opacity: 0;
	width: auto;
	min-width: 20px;
	transform: translate3d(-15px,0,0);
	-webkit-transform: translate3d(-15px,0,0);
	-moz-transform: translate3d(-15px,0,0);
	transition: 250ms;
	-webkit-transition: 250ms;
	-moz-transition: 250ms;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input:focus {
/*    overflow: auto; */
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.type_input[aria-invalid="true"] {
	border-bottom: 3px solid red;
}
label#email-error,
label#name-error {
	display: none !important;
}
.type_input.onderwerp {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.type_input.submit {
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;

}
.form_row {
	margin-bottom: 36px;
}
.type_input.yes {
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
}

/* @end */


/* @group Tekst
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.quote h1 {
	margin-bottom: 0;
}
h1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 40px;
}

h2 {
	font-size: 28px;
	line-height: 1.15;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.container.footer h2 {
	border-bottom: 1px solid #fff;
}
.project_info_box h2 {
	padding: 0;
	margin: 0;
	border: none;
}
.caption h2 {
	border: none;
	text-align: left;
	color: #fff;
	margin: 0;
	opacity: 1;
	z-index: 2;
}
.unslider-active .caption h2 {
	/*opacity: 0;*/
/*	transition: 6000ms cubic-bezier(.88,.06,.67,.68);
	-webkit-transition: 6000ms cubic-bezier(.88,.06,.67,.68);
	-moz-transition: 6000ms cubic-bezier(.88,.06,.67,.68);
	-o-transition: 6000ms cubic-bezier(.88,.06,.67,.68);*/
	animation: fadeOut 1s cubic-bezier(.88,.06,.67,.68) 2s forwards;
	-webkit-animation: fadeOut 1s cubic-bezier(.88,.06,.67,.68) 2s forwards:
}
.heading-single {
	position:relative;
	color: #fff;
	z-index: 20;
	font-size: 32px;
	text-align: center;
}
h3 {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h4, h5, h6 {
	font-size: 11px; /* 1px meer dan basis (10px) */
	margin-bottom: 12px;
}
.meta {
	font-size: 80%;
	margin: 10px 0;
}
em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}

pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: normal;
	font-variant: normal;
}

var {
	font-style: normal;
}
.center,
center {
	text-align: center;
}
.footer_adres {
	text-align: left;
	/*font-size: 0.8em;*/
	/*width: 58%;*/
	/*margin: 30px 22% 10px 22%;*/
	float: left;
}

.next-prev {
	/*padding: 50px 0;*/
	position: relative;
	z-index: 2;
	float: left;
}
.next-prev.next {
	float: right;
}
.next-prev a {
	position: relative;
	z-index: 4;
	padding: 50px 0;
	border: none;
	float: left;
	width: 100%;
	color: #fff;
}
.next-prev a:hover {
	border: none;
}

.next-prev .img_box {
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.next-prev .img_box img {
	position: relative;
	opacity: 0.8;
	left: 50%;
	top: 50%;
	
	width: 104%;
	min-width: 104%;
	max-width: none;
	max-height: none;

transition: 250ms cubic-bezier(.88,.06,.67,.68);
-webkit-transition: 250ms cubic-bezier(.88,.06,.67,.68);
-moz-transition: 250ms cubic-bezier(.88,.06,.67,.68);

	
	
	transform: translate(-52%,-52%);
	-webkit-transform: translate(-52%,-52%);
	-ms-transform: translate(-52%,-52%);
	-o-transform: translate(-52%,-52%);
}
.next-prev:hover .img_box img {
	opacity: 1;
}
.next-prev:after {
	position: absolute;
	z-index: 2;
	content: "";
	background: #000000;

	left: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
}
.next-prev.next .img_box {
	right: auto;
	left: 0;
}
.portfolio_box {
	background: #f5f5f5;
	position: relative;
}
.caption_text {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #000;
	color: #fff;
	z-index: 5;
	padding: 0 10px;
	font-size: 14px;
	opacity: 0;
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
}
.portfolio_box:hover .caption_text {
	opacity: 1;
}
.portfolio_box img {
	position: relative;
	z-index: 3;
}
.portfolio_box:after {
	position: absolute;
	left: -10px;
	bottom: -10px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: #000000;
}
/* @end */

/* @group Hypertext
---------------------------------------- */
/*
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}
*/

a:focus {
	outline: none;
}
a {
	color: #000;
	text-decoration: none;
	position: relative;
	border-bottom: 3px solid #333;
}
a:hover {
	border-bottom: 3px solid #000;
}
.cta,
.type_input.submit {
	text-transform: uppercase;
	padding: 10px 20px;
	border-bottom: 3px solid #000;
	letter-spacing: 0.1em;
}
.type_input.submit {
	padding:  20px;
}
.cta:hover,
.type_input.submit:hover {
	color: #fff;
	background: #000;
}


/* @end */

/* @group Image
---------------------------------------- */
img,
svg {
	border: 0;
	width: 100%;
	max-width: 100%;
	display: block;
}
.lt-ieall svg {
	padding: 40px 0;
}

/* @end */

/* @group List
---------------------------------------- */

ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal outside none;
}

li {
	margin-left: 2em;
	margin-bottom: 15px;
}

li ul, li ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}
.typed-cursor{
    opacity: 1;
    display: none;
/*    -webkit-animation: blink 800ms infinite;
    -moz-animation: blink 800ms infinite;
    animation: blink 800ms infinite;*/
}
@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; }
}
@keyframes rotate {
    0% { transform: rotate(0);}
    100% { transform: rotate(-40deg);}
}
@-webkit-keyframes rotate {
0% { -webkit-transform: rotate(0);}
100% { -webkit-transform: rotate(-40deg);}
}
@-moz-keyframes rotate {
0% { -moz-transform: rotate(0);}
100% { -moz-transform: rotate(-40deg);}
}

@keyframes rotateUP {
    0% { transform: translate3d(0,0,0) rotate(-40deg);}
    /*50% { transform: rotate(-20deg);}*/
    100% {transform: translate3d(150px,-450px,0) ; opacity: 0;}
}
@-webkit-keyframes rotateUP {
	0% { transform: translate3d(0,0,0)  rotate(-40deg);}
	/*50% { transform: rotate(-20deg);}*/
	100% {transform: translate3d(150px,-450px,0); opacity: 0;}
}
@-moz-keyframes rotateUP {
	0% { transform: translate3d(0,0,0) rotate(-40deg);}
	/*50% { transform: rotate(-20deg);}*/
	100% {transform: translate3d(150px,-450px,0); opacity: 0;
	}
}

.typ_text.first .fa-rocket {
	animation: rotate 5500ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
	-webkit-animation: rotate 5500ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
	-moz-animation: rotate 5500ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
}
.shootRocket .typ_text.first .fa-rocket {
	animation: rotateUP 750ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
	-webkit-animation: rotateUP 650ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
	-moz-animation: rotateUP 650ms cubic-bezier(.88,.06,.67,.68) 0s forwards;
}

/* @end */


/* @group Presentation
---------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid;
}

big {
	font-size: 1.25em;
}

small, sub, sup {
	font-size: .85em;
}

sub, sup {
	line-height: 1;
}

sub {
	vertical-align: bottom;
}

sup {
	vertical-align: top;
}

del, s, strike {
	text-decoration: line-through;
}

ins {
	border-bottom: 1px dotted;
	text-decoration: none;
}

bdo {
	border-bottom: 1px dotted;
}

u {
	text-decoration: underline;
}
/* @end */

/* @group Form
---------------------------------------- */
fieldset {
	padding: 1em;
}

legend {
	font-weight: bold;
	padding: 0 .25em;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}

input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], 
button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}

input[type=text], input[type=password], textarea {
	padding: 1px;
}

textarea {
	line-height: 1.25;
	text-align: left;
}
/* @end */
/* @group Table
---------------------------------------- */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.3;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th, td {
	border: 1px solid;
	padding: .5em 1em;
}

caption {
	padding-bottom: 1em;
}

th {
	font-weight: bold;
}
/* @end */

/* @group Navigation WP (voobeeld)
---------------------------------------- */
.menu {
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 60px 0 40px 0;
	float: left;
}
.menu li {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.menu li a {
	color: #000;
	padding: 0;
	border: none;
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 24px;
	text-transform: lowercase;
	text-decoration: none;
	line-height: 2;
}
.menu li a:hover {
	border: none;
}
.footer_container {
	float: left;
	width: 100%;
	position: relative;
	/*background: #000000;*/
}
.menu-top {
	position: fixed;
	left: 40px;
	bottom: 40px;
	z-index: 10;
	
}
.menu-top a {
	opacity: 0;
	color: #000;
	transform: translate3d(0,-40px,0);
	-webkit-transform: translate3d(0,-40px,0);
	-moz-transform: translate3d(0,-40px,0);
	-ms-transform: translate3d(0,-40px,0);
	transition: 250ms ease-in-out;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
}
.container.footer .menu-top a {
	color: #000;
}
.menu-top.show a {
	opacity: 1;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.menu-top.show.set {
	position: absolute;
	bottom: 100%;
	transform: translate3d(0,-40px,0);
	-webkit-transform: translate3d(0,-40px,0);
	-moz-transform: translate3d(0,-40px,0);
	-ms-transform: translate3d(0,-40px,0);
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
}
.menu-top a:before,
.menu-top a:after,
.menu .menu-top a:hover:before,
.menu .menu-top a:hover:after {
	content: "\0021e1";
	position: absolute;
	right: 105%;
	top: 0;
	width: 20px;
	text-align: center;
	/*height: 50px;*/
	line-height: 2;
}
.menu-top a:after {
	right: auto;
	left: 105%;
}
.menu .menu-top a:hover:after { 
	right: auto;
	left: 110%;
}
.menu-top a:hover:before,
.menu-top a:hover:after {
	top: -10%;
}
.menu a:hover:before,
.menu a:hover:after {
	content: "\002192";
	position: absolute;
	left: -30px;
	top: 0;
	width: 20px;
	/*height: 50px;*/
	line-height: 2;	
}
.menu a:hover:after{
	right: -30px;
	left: auto;
}
.menu a:hover:after {
	content: "\002190";
}
.current-menu-item a,
.current-page-ancestor,
.menu li a:hover {
	/*background: #676767;*/
}

.email_hover a {
	position: relative;
}
.email_hover a:hover:before {
	content: "\f256";
	position: absolute;
	font-family: FontAwesome;
	left: -30px;
	top: 0;
	width: 20px;
	/*height: 50px;*/
	/*line-height:1;	*/
}
.email_hover a:hover:after {
	content: "\f0a5";
	position: absolute;
	font-family: FontAwesome;
	right: -30px;
	width: 20px;
	top: 0;
	/*height: 50px;*/
	/*line-height: 1;	*/
}

/* @end */

/* @group Wordpress Core 
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* @end */

/* @group RETINA */

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 192dpi) { 
	.hero-img-raster {
		background: url(images/raster-ret.png);
		background-size: 6px 6px;
	}
}
/* #end */

/* @group Responsove */
@media screen and (max-width: 1020px) {
	.loading_text .text_bottom {
		font-size: 32px;
	}
}

@media screen and (max-width: 768px) {
	.loading_text .text_bottom {
		bottom: 20%;
	}
	.laptop_hover {
		display: none;
		
	}
	.desktop_img_prev {
		position: relative;
	}
	.desktop_img_prev img {
		position: relative;
		z-index: 3;
	}
	.desktop_img_prev:after {
		position: absolute;
		left: -10px;
		bottom: -10px;
		width: 100%;
		height: 100%;
		content: "";
		z-index: 1;
		background: #000000;
	}
	
}
@media screen and (max-width: 767px) {
	.hero-img-box img {
		height: 100%;
	}
	h1,
	.loading_text .text_bottom {
		font-size: 32px;
		width: 80%;
		left: 10%;
		line-height: 1.2;
	}
	h2 {
		line-height: 1.5;
	}
/*	.container.quote h1 {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		left: auto;
	}*/
	.g_12,
	.g_12_5.middle_margin,
	.g_12_8.middle_margin {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	.g_12_5.middle_margin.next-prev,
	.g_12_6.portfolio_image{
		margin-bottom: 30px;
	}
	.container.quote,
	.container.footer {
		padding: 60px 0;
	}

/*	.menu_box {
		position: fixed;
		bottom: 0;
		left: 0;
		margin: 20px 0;
		text-align: center;
	}
	.menu_box .menu li {
		width: auto;
		float: none;
		display: inline-block;
		padding: 0 20px;
	}
	*/
	.post_blok {
		margin: 40px 0;
	}
	.clients .client_logos {
		width: 40%;
		margin: 0 5%;
	}
	.split_50 {
		width: 100%;
	}
	.project_info_box .inner_padding .title_banner, .over_ons_box .inner_padding .title_banner, .caption .title_banner, .code_inner {
		margin: 0 7.735%;
		width: 84.53%;
	}
	.mob_menu {
		background: rgba(255, 255, 255, .75);
		top: 0;
		/*line-height: 40px;*/
		right: auto;
		left: 50%;
		color: #000;
		width: 50%;
		height: auto;
		padding: 10px 0 15px 0;
		overflow: hidden;
		/*position: relative;*/
		transform: translate3d(-50%,0,0);
		-webkit-transform: translate3d(-50%,0,0);
		-moz-transform: translate3d(-50%,0,0);
		-ms-transform: translate3d(-50%,0,0);
	}
	.mob_menu .menu_klik.sluit {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.container.footer {
		padding-bottom: 70px;
	}
	.home .mob_menu {
		display: none;
		top: 40px;
		left: auto;
		right: 40px;
		width: 60px;
	}
	.home .mob_menu.active {
		display: block;
	}
	.project_info_cta {
		bottom: 50%;
		left: 50%;
		transform: translate3d(-50%,50%,0);
		-webkit-transform: translate3d(-50%,50%,0);
		-moz-transform: translate3d(-50%,50%,0);	
	}
	body {
		padding-top: 50px;
	}
	body.home {
		padding: 0;
	}
	.container.menu_box.open {
		overflow: auto;
	}
	.menu_box .post_blok {
		margin: 10px 0;
	}

}
@media screen and (max-width: 480px) {
	.g_12,
	.g_12_5.middle_margin,
	.g_12_8.middle_margin {
		width: 84.53%;
		margin-left: 7.735%;
		margin-right: 7.735%;
	}
	.page-template-page-home .g_12:nth-child(2) .post_blok {
		margin: 60px 0;
	}
	.border_padding {
		margin-left: 5%;
		margin-right: 5%;
	}
	.logo_code, .logo_clear {
		top: 40px;
	}
	.hero-img_logo .logo_clear,
	.im_fixed .logo_clear {
		bottom: 80px;
	}
	.loading_text .text_bottom {
		font-size: 26px;
	}
	.container.quote,
	.container.footer {
		padding: 30px 0;
	}
	.container.footer {
		padding-bottom: 70px;
	}
	.single-hero img {
		max-width: none;
		max-height: 104%;
	}
	h1 {
		font-size: 140%;
		margin-bottom: 20px;
	}
	
	
	
}
/* @end */