﻿@import url('http://fonts.googleapis.com/css?family=Pontano+Sans');
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Pontano Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
img {
  border: 1px solid #ddd;
  border-radius: 4px;
  
}
div.gallery {
	padding: 5px;
	border: 1px solid #ddd;
  	border-radius: 2px;
  	padding: 5px;
  	width: 150px;
} 
.wrap {
	overflow: hidden;
	margin: 10px;
}
.box {
	float: left;
	position: relative;
	width: 20%;
	padding-bottom: 20%;
}
.boxInner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	overflow: hidden;
}
.boxInner img {
	width: 100%;
}
.boxInner .titleBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: -50px;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
	padding: 10px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
	margin-bottom: 0;
}
@media only screen and (max-width : 462px) {
/* Smartphone view: 1 tile */
.box {
	width: 100%;
	padding-bottom: 100%;
}
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
/* Tablet view: 2 tiles */
.box {
	width: 50%;
	padding-bottom: 50%;
}
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
/* Small desktop / ipad view: 3 tiles */
.box {
	width: 33.3%;
	padding-bottom: 33.3%;
}
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
/* Medium desktop: 4 tiles */
.box {
	width: 25%;
	padding-bottom: 25%;
}
}
div.projectoverzicht {
	background: #D8D8D8;
	float: left;
	margin: 5px;
	padding: 10px;
	text-align: center;
	width: 150px;
}
div.projectoverzicht p {
	marging: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
/** element defaults **/
table {
	width: 100%;
	text-align: left;
}
th, td {
	padding: 10px 10px;
}
th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}
td {
	border-bottom: 1px solid #ccc;
}
code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color: #ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
}
blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}
p {
	line-height: 1.5em;
	margin-bottom: 20px;
	text-decoration: none;
}
a {
	color: #1d09b2;
	text-decoration: none;
}
a:hover {
	color: #FF6D29;
}
a:focus {
	outline: none;
}
a.button {
	background-color: #1d09b2;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	background-color: #EBCC00;
}
fieldset {
	display: block;
	border: none;
	border-top: 1px solid #ccc;
}
fieldset legend {
	font-weight: bold;
	font-size: 13px;
	padding-right: 10px;
	color: #333;
}
fieldset form {
	padding-top: 15px;
}
fieldset p label {
	float: left;
	width: 150px;
}
form input, form select, form textarea {
	padding: 5px;
	color: #333333;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
form input.formbutton {
	border: none;
	background: #1d09b2;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
}
form.searchform input {
	font-size: 15px;
	padding: 6px;
}
form.searchform p {
	margin: 5px 0;
}
span.required {
	color: #ff0000;
}
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
h1 {
	color: #000;
	font-size: 30px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}
h2 {
	color: #000;
	font-size: 26px;
	letter-spacing: 0px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
	font-family: 'Pontano Sans', Arial, sans-serif;
}
h3 {
	color: #000;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-family: 'Pontano Sans', Arial, sans-serif;
}
h4 {
	font-family: 'Pontano Sans', Arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.thumbnail div {
	display: inline-block;
	margin: 0.2em;
}
h5 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000;
}
ul, ol {
	margin: 0 0 35px 35px;
}
li {
	padding-bottom: 5px;
	text-decoration: none;
}
li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
	text-decoration: none;
}
.width {
	width: 960px;
	margin: 0 auto;
}
#container {
	background-color: #fff;
}
header {
	padding: 20px 2px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
header h1 a, header h1 a:hover {
	color: #000;
	font-size: 55px;
	font-weight: normal;
	letter-spacing: -2px;
	line-height: 45px;
	text-decoration: none;
}
header h1 a span {
	color: #1D09B2;
}
header h2 {
	color: #1D09B2;
	font-size: 18px;
	position: relative;
	top: -5px;
	letter-spacing: 0;
}
nav {
	background-color: #222;
	border-bottom: 5px solid #1D09B2;
	height: 45px;
}
nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav ul li {
	float: left;
	display: block;
	padding: 0;
}
ul.share-buttons {
	list-style: none;
	padding: 0;
}
ul.schare-buttons li {
	display: inline;
}
nav ul li a {
	color: #999;
	display: block;
	font-family: 'Pontano Sans',Arial,sans-serif;
	font-size: 13px;
	letter-spacing: 0;
	margin: 0;
	padding: 15px 17px;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul li.selected a, nav ul li.selected a:hover {
	background-color: #1d09b2;
	color: #fff;
	font-weight: bold;
}
nav ul li a:hover {
	color: #eee;
	text-decoration: none;
}
img.header-image {
	padding-top: 10px;
	margin-bottom: -3px;
}
#body {
	background: none;
	margin: 5px auto 0;
	padding: 0;
	clear: both;
}
#content {
	float: left;
	width: 71%;
}
article {
	padding: 10px 10px 20px 5px;
}
article h2 {
	font-weight: bold;
	padding-bottom: 0;
}
article .article-info {
	color: #999999;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 0;
}
article .article-info a {
	color: #666;
}
.sidebar {
	float: right;
	width: 28%;
	margin-top: 10px;
}
.sidebar h4 {
	padding-bottom: 0;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	padding: 7px 7px;
	border-bottom: 6px solid #1d09b2;
	text-decoration: none;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.5em;
	text-decoration: none;
}
.sidebar li ul {
	list-style: none outside none;
	margin: 0px;
	border-top: 1px solid #007DB8;
	text-decoration: none;
}
.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px;
	margin: 0;
	line-height: 1.5em;
	font-size: 13.5px;
	text-decoration: none;
}
.sidebar li ul li.text {
	border-bottom: none;
	text-decoration: none;
}
.sidebar li ul li a {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.sidebar li ul li a:hover {
	color: #000;
}
.sidebar li ul li a.readmore {
	color: #1d09b2;
	font-weight: bold;
	text-decoration: none;
}
.sidebar li ul li a.readmore:hover {
	color: #FF6D29;
}
.clear {
	clear: both;
}
footer {
	margin: 20px auto 0;
	background: #FAFAFA;
	border-top: 10px solid #1d09b2;
}
footer p {
	text-align: left;
	color: #ccc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
footer p a {
	color: #ccc;
	font-weight: bold;
}
.footer-content {
	padding: 20px 25px 30px;
}
footer .footer-content ul {
	width: 260px;
	list-style: none;
	margin: 0 65px 0 0;
	padding: 0;
	float: left;
}
footer .footer-content li {
	padding: 5px 5px;
}
footer .footer-content li a, footer .footer-content h4 {
}
footer .footer-content li a {
	color: #00008b;
	font-size: 13px;
	text-decoration: none;
}
footer .footer-content li a:hover {
	color: #FF6D29;
}
footer .footer-content h4 {
	color: #1d09b2;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 0;
}
footer .footer-content ul.endfooter {
	margin-right: 0;
}
footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #000;
}
footer .footer-bottom p {
	text-align: center;
}
footer .footer-bottom p, footer .footer-bottom p a {
	color: #FFFFFF;
}
@font-face {
    font-family: 'si';
    src: url('PATH_TO/socicon.eot');
    src: url('PATH_TO/socicon.eot?#iefix') format('embedded-opentype'),
         url('PATH_TO/socicon.woff') format('woff'),
         url('PATH_TO/socicon.ttf') format('truetype'),
         url('PATH_TO/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}
.soc {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc li {
	display: inline-block; *;
	display: inline;
	zoom: 1;
}
.soc li a {
	font-family: si!important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-o-transition: .1s;
	-ms-transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 27px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-right: 17px;
	color: #ffffff;
	background-color: none;
}
.soc a:hover {
	z-index: 2;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.soc-icon-last {
	margin: 0 !important;
}
.soc-twitter {
	background-color: #4da7de;
}
.soc-twitter:before {
	content: 'a';
}
.soc-pinterest {
	background-color: #c92619;
}
.soc-pinterest:before {
	content: 'd';
}
.soc-linkedin {
	background-color: #3371b7;
}
.soc-linkedin:before {
	content: 'j';
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #999;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #1d09b2;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}