/*
Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
*/ 

* {
	margin:0;
	padding:0;
}
body  {
	font-family: 'Belgrano', serif;
	font-size: 14px;
	background: #FFF;
	color: #677a83;
}
a {
	color:#00adff;
	text-decoration:underline;
}
p {
	line-height:140%;	
}
h1 {
	font-size:28px;
	color:#0090FD;
	font-family: 'roboto', sans-serif;
	text-shadow: 0px 0px, 1px 1px #ffffff;
	text-decoration:none;
	padding:10px 0 0 0;
}
h2 
{
	font-size:22px;
	color:#677a83;
	font-family: 'roboto';
	text-shadow: 0px 0px, 1px 1px #ffffff;
	text-decoration:none;
}
.container { 
	width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:2;
}
.overlay
{
	position:absolute;
	top:0; bottom:0; left:0; right:0;
	display:block;
    z-index:1;
	opacity: 0;
	background-image: -webkit-gradient(
	  linear, left top, left bottom, from(rgba(255,255,255,0)),
	  to(rgba(255,255,255,1)), color-stop(.9,#ffffff));
	/* mozilla example - FF3.6+ */
	background-image: -moz-linear-gradient(
	  rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}
section
{	float:left;
}
header 
{
	height:110px;
	border-bottom:1px solid #c0dffb;
	padding-bottom:30px;
}
.headerContainer {
	width:960px;
	margin:0 auto;
} 
header h1 {
	float:left;
	padding:20px 0 0 0;
}
header h1 a {
	font-family: 'Lobster', sans-serif;
	font-size: 42px;
	color:#0090FD;
	text-decoration:none;
}
.boxes {
	float:left;
	padding:30px 0;
	padding-bottom:30px;
}
.boxes li {
	background: #e2f6ff;
	width:455px;
	float:left;
	margin:0 10px;
	list-style:none;	
	
}
#center_box {
	padding-right:-30px;
}
#center_box li {
	background: #e2f6ff;
	width:auto;
	float:left;
	margin:0 10px;
	list-style:none;	
}
.boxes li .boxPic {
	margin:20px 20px 10px 20px;
}
.boxes li h1, .boxes li p {
	padding:20px 20px 0 20px;
}
.boxes li .button {
	padding:10px 20px;
}
.rightList {
	float: right; 
	width: 500px;
	padding:20px;
	margin:20px 0;
	background: #e2f6ff;
}
.leftList h1, .rightList h1 {
	padding:0 0 20px 0;
}
.leftList { 
	margin: 0 570px 0 0;
	padding:20px 0 20px 0;
}
.leftList li {
	list-style:none;
	padding:5px 0 15px 35px;	
	background:url(/images/star.png) no-repeat left top;
}
.leftList li a {
	text-decoration:none;
	color:#f68f0d;
}
.leftList li a:hover {
	text-decoration:underline;
	color:#00adff;
}
.floatPic {
	float:right;
	margin:0 0 10px 15px;
}
footer {
position:relative;
margin:10px;
}
footer p {
	text-align:center;
	padding:30px 10px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shadowStyle {
	border-radius:10px;
	box-shadow: 0px 5px 4px 0px #30baff;
		padding-bottom:10px;
}


/*--------------------------------------------------------------------------------------------*/
/********* begin MAIN NAV ********/
/*--------------------------------------------------------------------------------------------*/
#navcontainer 
{
	clear:both;
	position:relative;
	float:right;
	padding:30px 0 0 0;
	z-index:10;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a { 
	padding: 10px 20px;
	font-size:24px;
	font-family: 'roboto', sans-serif;
	text-decoration:none;
	color:#677a83;	
	text-shadow: 0px 0px, 1px 1px #ffffff;
}
#navlist a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow:none;
	background:#00A0FF;
	border-radius:10px;
}
#navlist #active a {
	color: #fff;
	text-decoration: none;
	text-shadow:none;
	background:#0090FD;
	border-radius:10px;
}
/*--------------------------------------------------------------------------------------------*/
/********* end MAIN NAV ********/
#logotray 
{
	position:absolute;
    list-style-type : none;
    padding-top     : 0;
	height:110px; 
    max-height:110px; 
    display: inline-block;
	z-index: -1;
	
}
#boeken 
{
	display:block;
	float:right;
	width: 260px;
}
#text
{
	display:block;
	float:left;
	width:850px;
	margin-right:26px;
}
/*--------------------------------------------------------------------------------------------*/
/********* Cursuslijst ********/
/*--------------------------------------------------------------------------------------------*/
#cursuslijst td
{
	width:150px;
}
/*--------------------------------------------------------------------------------------------*/
/********* begin Slider ********/
/*--------------------------------------------------------------------------------------------*/
#slider
{
	float:left;
	margin-top:80px;
	height:360px;
	width:960px;
    top: 0;
	position:relative;
}
.bjqs-controls a
{
	display:block;
	padding:10px;
	color:#000;
	font-size:50px;
	color:#fff;
	font-family: 'roboto';
	text-decoration:none;
	opacity:0.6;
}
ul.bjqs-controls.v-centered li a:hover
{
	opacity:1;
	background-color:rgba(0,0,0,0.5);
}
.nav-up 
{
    top: -400px;
}
/*--------------------------------------------------------------------------------------------*/
/********* begin MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
/* for 980px or less */
@media screen and (max-device-width: 1080px) {
header 
{
	height:auto;
}
	#logotray 
	{
	position:relative;
	}
	#navcontainer {
		float:none;
		margin:10px;
		padding:60px 10px 0 0;
	}
	#navlist li 
	{
		display: inline;
		list-style-type: none;
		
	}
	#navlist a
	{
		width:100%;
	}
		header .headerContainer 
		{
		width: auto;
	}
	.container {
		width: 98%;
	}
	.leftList {
		width: 70%;
	}
	.rightList {
		width: 29%;
	}
	#slider {
		width:99.6%;
		height:99.6%;
	}
	#text
	{
		display:block;
		float:left;
		width:90%;
	}
}
/* for 768px or less */
@media screen and (max-device-width: 768px) {

	header h1 {
    	float: left;
		padding: 45px 0 0 10px;
	}
	header h1 a {

	}
	.rightList {
		width: auto;
		float:none;
	}
	.leftList {
		margin:0;
		width: auto;
	}
	#slider {
		margin-top:10px;
		margin:20px 0 80px 0;
	}
	.flex-control-nav { 
		position:absolute; 
	}
	.boxes
	{
		margin-bottom:20px;
	}
	.boxes li {
		width:auto;
		margin:0 0 0px 0;
	}
	.footerContent {
		width:auto;
	}
	header .headerContainer {
		width: auto;
	}
	.boxes li img {
		text-align:center;
	}
}
/* for 700px or less */
@media screen and (max-device-width: 700px) {
	#navcontainer {
		float:none;
		padding:0;
	}
	#navlist li {
		display: block;
		text-align:center;
		
	}
	#navlist a { 
		padding: 0 10px;
	
	}
}
/* for 480px or less */
@media screen and (max-device-width: 480px) {
	header h1 {
    	float: none;
		padding: 5px 0 10px 0;
		text-align:center;
	}
	#slider {
		margin-top:0px;
		margin-bottom:0px;
	}
	.rightList {
		width: auto;
		float:none;
	}
	.leftList {
		margin:0;
		width: auto;
	}
	.flex-control-nav { 
		position:absolute; 
	}

	.floatPic {
		display:none;
	}
	.boxes li .boxPic {
		margin:5px;
		width:70%;
		margin:10px 20px;
	}
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}

/*--------------------------------------------------------------------------------------------*/
/********* end MEDIA QUERIES ********/
/*--------------------------------------------------------------------------------------------*/
/* Normal lists */
#list {
    position:relative;
    margin:15px;
    list-style: circle;
	
}
#list li
{
	width:100%;
}