/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html, body { width: 100%; height: 100%; }

xbody { font-family: Ubuntu, Helvetica, Arial; font-color: #1B3F95;}

.aanvraag {font-family: Ubuntu, Helvetica, Arial; line-height:48px; font-size: 48px; color: #1B3F95;}

.leadlink a:link {font-family: Ubuntu, Helvetica, Arial; font-size: 32px; FONT-WEIGHT: normal; color: #FFFFF0}
.leadlink a:visited {font-family: Ubuntu, Helvetica, Arial; font-size: 32px; FONT-WEIGHT: normal; color: #FFFFF0}
.leadlink a:active {font-family: Ubuntu, Helvetica, Arial; font-size: 32px; FONT-WEIGHT: normal; color: #FFFFF0}
.leadlink a:hover {font-family: Ubuntu, Helvetica, Arial; font-size: 32px; FONT-WEIGHT: normal; color: #FFFFF0}

.huur p { font-family: Ubuntu, Helvetica, Arial; line-height:28px; font-size: 48px; }
.koop p { font-family: Ubuntu, Helvetica, Arial; line-height:28px; font-size: 28px; font-color: #fff;}
p, ul { font-family: Ubuntu, Helvetica, Arial; line-height:28px; font-size: 18px; font-color: #fff;}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.img-centered{
	overflow-x:hidden;
	font-family: Ubuntu;
	font-size:18px;
	line-height:1.75;
}

.img-centered{margin:0 auto}

/* Custom Button Styles */

.btn-dark {
    border-radius: 10;
    color: #fff;
    background-color: rgba(27,63,149,0.9);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(172,176,214,0.9);
}

.btn-light {
    border-radius: 10;
    color: #32529F;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #32529F;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 200px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #1B3F95;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	font-size: 18px;
	color: #fff;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 24px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	opacity: 0.9; 
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

.header-aanvraag {
	font-color: #32529F;
    display: table;
    position: relative;
    width: 100%;
    height: 500px;
    background: url(../img/aanvraag.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	opacity: 1.0; 
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Algemeen */

.algemeen {
    padding: 50px 0;
}

.algemeen -item {
    margin-bottom: 30px;
}

/* Geschiedenis */

.geschiedenis {
    padding: 50px 0;
}

.geschiedenis -item {
    margin-bottom: 30px;
}

/* For width smaller than 800px: */

h1 { font-family: Ubuntu, Helvetica, Arial; color: #000; line-height:48px; font-size: 48px;}
h2 { font-family: Ubuntu, Helvetica, Arial; color: #32529F; line-height:36px; font-size: 36px; }
h3 { font-family: Ubuntu, Helvetica, Arial; color: #32529F; line-height:28px; font-size: 28px; }
h4 { font-family: Ubuntu, Helvetica, Arial; color: #32529F; line-height:20px; font-size: 20px; }

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 5.0em;
    font-weight: 700;
	color: #fff;
}

.algemeen-bg {
    display: table;
    width: 100%;
    height: 200px;
    color: #000;
    background: url(../img/algemeen-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg1-bg {
    display: table;
    width: 100%;
    height: 200px;
    color: #000;
    background: url(../img/bg1-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg2-bg {
    display: table;
    width: 100%;
	height: 200px;
    color: #000;
    background: url(../img/bg2-small.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg3-bg {
    display: table;
    width: 100%;
    height: 200px;
    color: #000;
    background: url(../img/bg3-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg4-bg {
    display: table;
    width: 100%;
    height: 200px;
    color: #000;
    background: url(../img/bg4-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg5-bg {
    display: table;
    width: 100%;
    height: 160px;
    color: #000;
    background: url(../img/bg5-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg5a-bg {
    display: table;
    width: 100%;
    height: 160px;
    color: #000;
    background: url(../img/bg5-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg6-bg {
    display: table;
    width: 100%;
    height: 160px;
    color: #000;
    background: url(../img/bg6-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg7-bg {
    display: table;
    width: 100%;
    height: 160px;
    color: #000;
    background: url(../img/bg7-small.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

/* For width 800px and larger: */
@media only screen and (min-width: 800px) {
	
.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 8.5em;
    font-weight: 700;
	color: #fff;
}

h1 { font-family: Ubuntu, Helvetica, Arial; color: #000; line-height:48px; font-size: 48px;}
h2 { font-family: Ubuntu, Helvetica, Arial; color: #32529F; line-height:36px; font-size: 36px; }
h3 { font-family: Ubuntu, Helvetica, Arial; color: #32529F; line-height:28px; font-size: 28px; }
h4 { font-family: Ubuntu, Helvetica, Arial; color: #32529F; line-height:20px; font-size: 20px; }

.algemeen-bg {
	display: table;
	width: 100%;
	height: 500px;
	color: #000;
	background: url(../img/algemeen.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}
	
.bg1-bg {
	display: table;
	width: 100%;
	height: 500px;
	color: #000;
	background: url(../img/bg1.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}

.bg2-bg {
	display: table;
	width: 100%;
	height: 500px;
	color: #000;
	background: url(../img/bg2.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}

.bg3-bg {
	display: table;
	width: 100%;
	height: 500px;
	color: #000;
	background: url(../img/bg3.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}

.bg4-bg {
	display: table;
	width: 100%;
	height: 500px;
	color: #000;
	background: url(../img/bg4.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}

.bg5-bg {
	display: table;
	width: 100%;
	height: 400px;
	color: #000;
	background: url(../img/bg5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}

.bg5a-bg {
	display: table;
	width: 100%;
	height: 300px;
	color: #000;
	background: url(../img/bg5.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	padding: 50px 0;
}

.bg6-bg {
    display: table;
    width: 100%;
    height: 400px;
    color: #000;
    background: url(../img/bg6.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}

.bg7-bg {
    display: table;
    width: 100%;
    height: 400px;
    color: #000;
    background: url(../img/bg7.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}	
	
}

/* Westeinder */

.westeinder {
    display: table;
    width: 100%;
    height: 700px;
    color: #000;
    background: url(../img/westeinder.jpg) no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	opacity: 0.8; 
	filter: alpha(opacity=80); /* For IE8 and earlier */
	padding: 50px 0;
}

/* Portfolio */

.portfolio {
    padding: 50px 0;
}

.portfolio-item{margin:0 0 15px;right:0}
.portfolio-item .portfolio-link{display:block;position:relative;max-width:500px;margin:0 auto}
.portfolio-item .portfolio-link .portfolio-hover{background:rgba(177,183,219,.5);position:absolute;width:100%;height:100%;opacity:0;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}
.portfolio-item .portfolio-link .portfolio-hover:hover{opacity:1}
.portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{position:absolute;width:100%;height:20px;font-size:20px;text-align:center;top:50%;margin-top:-12px;color:#fff}
.xportfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{margin-top:-12px}

.img-logo {
    margin: 0 auto;
}

.ximg-portfolio:hover {
    opacity: 0.8;
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Map */

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

.map iframe {
    pointer-events: none;
}

/* Footer */

footer {
    padding: 50px 0;
}

copyright {
    padding: 100px 0 100px 0;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

/* tbv SPAM check */
.e-mail_address { display: none; }