/* Sticky footer styles
 -------------------------------------------------- */

html, body {
	height: 100%;
	font-size:13px;
	color:#424242;
	background: url(/img/bg.gif) repeat top left;
	/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -60px;
	max-width: 960px;
}

.container {
	max-width: 960px;
}

/* Set the fixed height of the footer here */
#push, #footer {
	height: 20px;
}
#footer {
	color:#040084;
}

#footer p{
	margin:0;	
}

/**
 * 	Custom styling
 */
#overflow {
	overflow:auto;
}

.content {
	background:#fff;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	width:auto;
	margin:0px;
}

.nav {
    margin-bottom: 0;
}

h1,h2,h3 {
	font-size:22px;
	color:#040084;
	margin:0;
}

h3{
	font-size:18px;
}

p {
	line-height:21px;
}

.rightside {
	padding: 0px 30px;
	margin-top:20px;
	margin-bottom:20px;
	border-left: 1px solid #040084;
}

.carousel {
	/*margin:30px 0;*/ 
}

.rightside ul{
	list-style:none;
	margin: 0;
}

.rightside ul li{
	margin:0 0 10px;	
}

.leftside {
	padding: 0px 30px;
	margin: 15px 0;
}

.logo {
	color:#040084;
	font-size:30px;
	margin: 20px 0 0 0;
}

.logosub {
	color:#040084;
}

.logo span{
	color:#f96c17;
}

.pdf {
	margin-left: 0 !important;
}

/**
 * 	Carasel
 */
#partners {
	padding:0 15px;
}
#partners img {
	padding:0 18px;
	margin:0px 0 10px;
	display: block;
	float: left;
	height:100px;
	width:150px;
}

.pdf iframe{
	 padding:30px; 
	 width:90%; 
	 height: 1000px; 
}

.download {
	padding: 10px 10px 0;
}

.masthead {
	position:relative;
}

.lang {
	position:absolute;
	right:0;
	top:60px;
}

.lang .en {
	background: url(../img/en.png) no-repeat center center;
}

.lang div {
	float:left;
	width: 30px;
	height: 23px;
	padding:0 3px;	
}

.lang .nl {
	background: url(../img/nl.png) no-repeat center center;
}


/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.rightside {
		border-left: none; 
	}
	
	#partners img {
		padding:0 18px;
		margin:90px 0 30px;
		display: block;
		float: left;
	}
}
