/* 
	CBX Backstage CMS 
	2015
	
	Cybox Webdesign Boxmeer 
	www.cybox.nl
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,800,700);

/* reset */  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; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; }  /* remember to define focus styles! */ :focus { 	outline: 0; }  /* remember to highlight inserts somehow! */ ins { 	text-decoration: none; } del { 	text-decoration: line-through; }  /* tables still need 'cellspacing="0"' in the markup */ table { 	border-collapse: collapse; 	border-spacing: 0; }
/* clearfix  */   .cf:before, .cf:after {     content: " "; /* 1 */     display: table; /* 2 */ }  .cf:after {     clear: both; }  /**  * For IE 6/7 only  * Include this rule to trigger hasLayout and contain floats.  */ .cf {     *zoom: 1; }


html,
body {
   margin:0;
   padding:0;
}
body {
    font-family:  "Open Sans Condensed", Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.6;
    background: #fff;
	color: #333;
	height: 100%;
	overflow-y: scroll;
}
a {
    text-decoration: none;   
    color: #E6007E;
}
a:hover {
    color: #666;
}
#wrapper {
	position: relative;
}


/* NAV */
#header {
	min-height: 150px;
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 50px rgba(167,167,167,0.5);
	z-index: 3;
}
#header #header-container {
	width: 95%;
	max-width: 1800px;
	margin: 0 auto;
	min-height: 150px;
	position: relative;	
}
#header #logo {
	width: 200px; 
	height: 150px; 
	position: absolute;	
	left: 0em; 
	top: 0; 
}
#header #logo a {
	display: block; width: 100%; height: 100%;
	background-image: url('../images/logo.png');
	background-size: 200px 88px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#header #menu {
	position: absolute; 
	right: 0em; 
	top: 77px;
}
#header #menu ul li {
	float:  left;
}
#header #menu ul li a {
	display: block; color: #333;
	margin-left: 2em;
	font-size: 1.2em;
	font-weight: 300;
	text-transform: lowercase;
}
#header #menu ul li.icon a {
	margin-left: 2px;
}
	#header #menu ul li.icon a {
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		margin-top: -3px;
	}
	#header #menu ul li.icon.fb a {
		width: 20px; height: 30px;
		background-image: url('../images/social/icon_facebook.png');
	}
	#header #menu ul li.icon.in a {
		width: 30px; height: 30px;
		background-image: url('../images/social/icon_linkedin.png');
	}
	#header #menu ul li.icon.mail a {
		width: 30px; height: 30px;
		background-image: url('../images/social/icon_mail.png');
	}
#header #menu ul li.space {
	width: 60px;
}
#header #menu ul li.active a, 
#header #menu ul li a:hover {
	color: #e6007e;
}



/* WORK */
#submenu {
	max-width: 1800px;
	width: 95%;
	margin: 0 auto;
	padding-bottom: 2em;
}
#submenu ul li {
	width: 25%;
	float: left;
}
#submenu ul li a {
	color: #333;
}
#submenu ul li a .image {
	background-color: #efefef;
	background-image: url('../images/loading.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	position: relative;
}
	#submenu ul li.even a .image {
		background-color: #d5d5d5;
	}
#submenu ul li a .image img {
	display: block;
	width: 100%;
	opacity: 0;
	transition: opacity 500ms;
}
#submenu ul li a .image.loaded img {
	opacity: 1;
}
#submenu ul li a .title {
	padding: 20px; padding-bottom: 5px;
	font-size: 2em; line-height: 0.9;
	text-transform: uppercase;
	/* max-width: 70%; */
}
#submenu ul li a .sub-title {
	padding: 20px; padding-top: 0; 
	font-size: 1.1em;
	text-transform: lowercase;
}
#submenu ul li a  .image:after {
	content: "Bekijk project";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #E6007E;
	font-size: 1em;
	padding: 5px 15px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-family: "Open Sans Condensed";
	font-weight: 300;
	text-transform: uppercase;
	transform: translateX(-50%) translateY(-50%) scale(0);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
	transition: all 200ms;
}
#submenu ul li a:hover  .image:after {
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
}

/* WORDS */
#content {
	position: fixed;
	left: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-top: 150px;
	z-index: 2;
	box-shadow: 0px 0px 50px rgba(167,167,167,0.5);

	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#content .page_content {
	box-sizing: border-box;
	padding: 2em; 
	padding-top: 0!important;
	font-size: 0.9em;
	font-family: "Open Sans";
}
#content .page_content p {
	margin-bottom: 20px;
}
#content .page_content ul, #content .page_content ol {
	margin: 20px 0;
}
#content .page_content ul li {
	list-style-type: disc; 
	margin-left: 20px;
}
#content .page_content ol li {
	list-style-type: decimal; 
	margin-left: 20px;
}
#content .page_content table {
	border: 1px solid #ccc;	width: 100%; 
}
#content .page_content table tr td {
	border: 1px solid #ccc; padding: 10px;
}
#content .page_content h1 {
	padding-bottom: 30px;
	font-size: 2em; line-height: 0.9;
	text-transform: uppercase;
	max-width: 80%;
	font-weight: normal;
	margin-top: 1em;
	font-family: "Open Sans Condensed"
}
/* content | if project */
#content .project-nav {
	background: #e6007e;
	min-height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
	font-family: "Open Sans Condensed";
	text-transform: uppercase;
	font-size: 1.3em;
	position: relative;
}
#content .project-nav .nav {
	position: absolute;
	top: 0;
	font-size: 2em;
	width: 50px;
	height: 50px;
	line-height: 40px;
}
#content .project-nav .nav.prev {
	left: 0.5em;
}
#content .project-nav .nav.next {
	right: 0.5em;
}
#content .project-nav .nav a {
	color: #fff;	
}


/* VIDEO'S */
.media { display: flex; flex-direction: column; padding: 10.75%; padding-top: 0; padding-bottom: 15%; width: 100%; box-sizing: border-box; }
.media a { position: relative; }
.media a:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; transition: all ease 0.15s; background-color: rgba(0,0,0,0.1); }
.media a:hover:before { background-color: rgba(0,0,0,0); }
.media a img { display: block; width: 100%; }
.media a .icon { position: absolute; display: flex; align-items: center; justify-content: center; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 1; transition: all ease 0.15s; width: 50px; height: 50px; border: 5px solid #e6007e; border-radius: 50%; z-index: 1; }
.media a:hover .icon { opacity: 0; }
.media a .icon svg { margin-left: 3px; width: 40%; fill: #e6007e; }
.media a .caption { position: absolute; DISPLAY: NONE; bottom: 0; left: 0; padding: 15px 25px; width: 100%; font-family: "Open Sans"; font-size: 16px; color: #fff; box-sizing: border-box; background-color: rgba(0,0,0,0.15); }


/* IMAGES */
#media {
	position: absolute;
	top: 150px;
	width: 100%; 
	/* height: thru js */
	min-height: 100%;
	overflow: hidden;
	z-index: 1;
	width: 75%; right: 0;
	box-sizing: border-box;
	background: #ccc;
}
#media .slide {
	width: 100%; 
	/* height: thru js */
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background-image: url('../images/loading.gif');
	background-size: 32px 32px;
	background-position: 50% 50%;
	background-repeat: no-repeat;	
}
#media .slide img {
	/* 
	////OLD SETTINGS:////
	position: absolute; 
	left: 50%; top: 50%;
	min-width: 100%; min-height: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%); */

	/* v2, 100 breed, hoogte vrij */
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
	display: block;
	width: 100%;
	opacity: 0;
	transition: opacity 1000ms;
	

	/* v3,altijd  100 breed en 100 hoog
	position: relative;
	top: 50%; left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);	
	display: block;
	min-width: 100%;
	min-height: 100%;
	opacity: 0;
	transition: opacity 1000ms;	
	*/



}


#media .slide.visible img {
	opacity: 1;
}
/* DOTS NOT USED
.owl-pagination {
	position: fixed!important; 
	left: 50%;
	bottom: 30px;
	width: 170px;
	z-index: 9999;
	transition: opacity 1000ms;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.owl-pagination.visible {
	opacity: 1;
}
*/ 
.owl-buttons {
	position: absolute; 
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	box-sizing: border-box;
	font-size: 4em;
	color: #fff;
	pointer-events: none;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
.owl-buttons .owl-prev {
	position: absolute;
	left: 1em;
	top:  50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: auto;
}
.owl-buttons .owl-next {
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
	pointer-events: auto;
}



/* CONTACT */
form {
	margin-bottom: 2em;
}
form .field.bc {
    display: none;   
}
form .field {
	position: relative;
}
form input, form textarea {
	background: #f4f4f4;
	padding: 5px;
	display: block;
	width: 100%;
	border: 0;
	font-family: "Open Sans";
	box-sizing: border-box;
}
form textarea {
	height: 50px;
}
form input[type="submit"] {
	background: #f087b6;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
	font-family: "Open Sans Condensed";
	text-transform: uppercase;
	font-size: 1.2em;
}
form input[type="submit"]:hover {
	background: #E6007E;
}
form .error {
	text-align: right;
	color: red;
	display: block;
	font-size: 0.8em;
}
/* CONTACT | MAP */
#map_canvas {
	position: absolute;
	top: 150px;
	width: 100%; height: calc(100% - 150px);
	min-height: 100%;
	overflow: hidden;
	z-index: 1;
	width: 75%; right: 0;	
}




/* disable selection */

#menu, #header
{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

