/* BASIC RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
html {height: 101%;}
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;
}

/* MAIN */

body {
	padding: 0;
	margin: 0;
	overflow-x:hidden;
	
}


.entrypage{
	margin-top: 150px;
	width:100%;
	text-align:center;
	font-family: 'Ropa Sans', sans-serif;
  	color: #333333;
  	font-size:16px;
  	font-weight:500;
	line-height: 18px;
}


.hoofdtitel{font-weight:700; font-size:18px; line-height: 20px;}


.entrypage img{
     max-width: 100%;
     height: auto;
   }
	



/*CONTAINER STYLES*/
.container {
	width: 95%;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 70px;
	max-width: 2000px;
	background-color:#CC3;
}

/*GALLERY STYLES*/
.galleryItem {
	width: 20%;
	float: left;
	margin:4px;
}

.galleryItem img {
	max-width: 100%;
}

.topnav{
	width: 95%;
	margin-left: 30px;
	margin-top: 15px;
	max-width: 2000px;
	height: 30px;
}
.topnavmenu{	
	font-family: 'Ropa Sans', sans-serif;
	color: #555555;
	font-size:14px;
	font-weight:400;
	float:right;
	margin-right:40px;
}

.topnavmenu a{	
	text-decoration: none;
	color: #555555;
}
.topnavmenu a:hover{	
	text-decoration: underline;
	color: #177CC0;
}




.header{ 
		width:100%;
		height:50px;
		background-color:#187CC0;
		padding:30px;

		}
#logo{
		width: 230px;
		height:58px;
}		

.navcontainer{
	margin-top:0px;
	margin-left:0px;
	width:100%;
	background-color:#A3CBE6;
	height: 42px;
}

nav {
	font-family: 'Ropa Sans', sans-serif;
	color: #FFF;
	font-size:16px;
	font-weight:400;
	margin-left: 0px;
	
	margin-top: 16px;
	padding-left:30px;
	width: 250px;
	height:44px;
	float:left;
}
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
nav ul {
	background: #666666; 
	padding: 0 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	background-image:url(../site_items/arrow_dropdown.png);
	background-repeat:no-repeat;
	background-position:right;
}

nav ul:after {
		content: ""; clear: both; display: block;
	}
nav ul li {
	float: left;
	color: #fff;
}
	nav ul li:hover {
		background: #4b545f;
	}
		nav ul li:hover a {
			color: #FFF;
			
		}
	
	nav ul li a {
		display: block; padding: 5px 20px;
		color: #FFFFFF; text-decoration: none;
		width:200px;

	}
	nav ul ul {
	background: #187CC0; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-bottom: 1px solid #105583;
		position: relative;
	}
		nav ul ul li a {
			padding: 8px 20px;
			color: #fff;
			width:200px;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
			nav ul ul ul {
	position: absolute; left: 100%; top:0;
}


.titlecontainer{
	font-family: 'Ropa Sans', sans-serif;
	margin-left:40px;
	margin-top:40px;
}
h1{
	font-family: 'Ropa Sans', sans-serif;
	color: #6666;
	font-size:21px;
	text-align:left;
	font-weight:400;
}

.content_container{
	width : 1100px;
	margin-top:30px;
	max-width: 90%;
	margin-left: 60px;
}
.content{
}


/*GALLERY STYLES*/

.about_container{
	width : 900px;
	margin-top:60px;
	max-width: 90%;
	margin-left: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:400;
	color: #555555;
	font-size:13px;
	font-weight:400;
	line-height: 18px;
	
}
.about_title{
	width:100%;
	font-size:28px;
	margin-top: 15px;
	font-weight:700;
}
.about_subtitle{
	width:100%;
	margin-top:10px;
	margin-bottom:40px;
	font-size:21px;
}

.about_left{
	width:47%;
	float:left;
}
.about_right{
	width:47%;
	float:left;
	margin-left: 6%;
}

.about_left blockquote{
	font-family: 'Maven Pro', sans-serif;
	font-weight:700;
	font-size:14px;
	color: #187BBF;
}
.about_left b{
	font-family: 'Maven Pro', sans-serif;
	font-weight:700;
	font-size:14px;
}
.about_right b{
	font-family: 'Maven Pro', sans-serif;
	font-weight:700;
	font-size:14px;
}

.bio_container{
	width : 930px;
	margin-top:60px;
	max-width: 90%;
	margin-left: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:400;
	color: #555555;
	font-size:13px;
	font-weight:400;
	line-height: 18px;
}


.bio_title{
	font-family: 'Maven Pro', sans-serif;
	font-weight:500;
	font-size:21px;
}

.bio_container strong{
		font-weight:700;
}
.bio_container a{
		color: #177CC0;
		text-decoration: none;
}
.bio_container a:hover{
		text-decoration: underline;
}
.bio_left{
	max-width: 450px;
	float:left;
	margin-top:40px;
	margin-right: 10px;
}


.bio_right{
	max-width: 450px;
	float:left;
	margin-top:40px;

}

.bio_left img{
	margin-bottom:30px;
}
.bio_right img{
	margin-bottom:30px;
}
/* news */


.news_outer{
  padding:5px;
  background:#187CC0;
  display:table;
  overflow:hidden;
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  font-family: 'Ropa Sans', sans-serif;
  color: #FFFFFF;
  font-size:16px;
  font-weight:400;
}
.news_imagewrap{
  display:table;
}
.news_textwrap {
  display:table;
  padding-left:5px;
  padding-right:5px;
  padding-top:15px;
}
.news_button {
  display:table;
  padding-left:5px;
  font-weight:600;
  padding-top:10px;
}
.news_date {
  display:table;
  color: #8CBEE0;
  margin-top:10px;
  font-size:12px;
}


.item {
  background: #187CC0;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px ;
   font-family: 'Ropa Sans', sans-serif;
  color: #FFFFFF;
  font-size:16px;
  font-weight:400;
}
.text {
 margin-top:10px;
}
.date {
  color: #8CBEE0;
  margin-top:10px;
  font-size:12px;
}

#device {
  margin: 25px;
  width: 90%;
  float:left
}

.calendar_container{
	width : 90%;
	margin-top:60px;
	margin-left: 30px;
	font-family: 'Maven Pro', sans-serif;
	font-weight:400;
	color: #555555;
	font-size:13px;
	line-height: 18px;
}
.calendar{
	width: 200px;
	margin-right:30px;
	display:-moz-inline-box; 
	-moz-box-orient:vertical; 
	display:inline-block; 
	vertical-align:top; overflow:hidden;
}
.locatie{
	font-weight:700;
	color:#666;
	font-size:13px;
}
.date{
	font-weight:400;
	color: #999;
	font-size:11px;
	line-height: 12px;
}
.footer_clear{
	clear: both;
}
.footer_space{
	height:70px;
}

/* MEDIA QUERIES*/

@media only screen and (max-width : 1680px),
only screen and (max-device-width : 1680px){
	.galleryItem {width: 15%;
	margin-right:4px; 
	}
}

@media only screen and (max-width : 1280px),
only screen and (max-device-width : 1680px){
	.galleryItem {width: 18%;
	margin-right:4px; 
	}
}

@media only screen and (max-width : 940px),
only screen and (max-device-width : 940px){
	.galleryItem {width: 22%;
	margin-right:4px; 
	}
}


@media only screen and (max-width : 720px),
only screen and (max-device-width : 720px){
	.galleryItem {width: 29.33333%;
	margin-right:4px; 
	}
	

}


@media only screen and (max-width : 530px),
only screen and (max-device-width : 530px){
	.galleryItem {width: 43%;
	margin-right:4px; 
	}
	
	.about_left {
	width:90%;
	font-size:14px;
	}	
	
	.about_right{
	width:90%;
	font-size:14px;
	margin-left: 0px;
	margin-top: 20px;
	}
	
	.about_title{
	width:90%;
	font-size:21px;;
	margin-top: 15px;
	font-weight:700;
	}
	.about_subtitle{
	width:90%;
	margin-top:10px;
	margin-bottom:40px;
	font-size:16px;
	}

	
}


@media only screen and (max-width : 320px),
only screen and (max-device-width : 320px){
	.galleryItem {width: 80%;
	margin-right:3px; 
}
	
	.about_left {
	width:90%;
	}	
	
	.about_right{
	width:90%;

}




