@charset "UTF-8";
body,html {
    color: #666;
    font-size: 100%;
    height: 12pt;
    line-height: 20pt;
	font-family: 'Lato', sans-serif!important;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}
.clearfix:before, .clearfix:after {
	content: ''; 
	display: table;
}
.clearfix:after { 
	clear: both; 
}
a {
	color:#9b59b6;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid transparent;
}
a:hover, a:focus {
	color:#8e44ad;
	text-decoration: none;
}
h1 {
	font-family: 'Quicksand', sans-serif;
}
h2 {
	font-family: 'Pacifico', cursive!important;
	font-size: 22pt;
    line-height: 28pt;
    font-weight: 600;    
    color:#9b59b6;
}
h3 {
	font-family: 'Quicksand', sans-serif;
	font-size: 18pt;
    line-height: 24pt;
    font-weight: 800;
}
h4 {
	 font-family: 'Quicksand', sans-serif;
     font-size: 14pt;
	 line-height: 20pt;
	 font-weight: 800;
}
p.lead {
	font-family: 'Quicksand', sans-serif;

    font-weight: 100;
}
nav.navbar.navigatie {
	background: none;
	border-bottom: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
nav.navbar.scroll.navigatie {
	background: #fff;
	box-shadow: 0px 0px 2px #aaa;
}
nav.navigatie .navbar-brand,nav a.navbar-brand:hover  {
	font-family: 'Quicksand'!important;
	font-size: 22pt;
	font-weight: 800;
	color:#9b59b6;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color:#9b59b6;
	color:#fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color:#9b59b6;
	color:#fff;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	border-color:transparent;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color:#9b59b6;
	color:#fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color:#9b59b6;
}

.navigatie .dropdown-menu {
	box-shadow:none!important; -webkit-box-shadow:none!important; -moz-box-shadow:none!important;
	border-radius:0!important; -webkit-border-radius:0!important; -moz-border-radius:0!important;
	border:none;
}
.well,.btn,.modal-content,.label {	
	box-shadow:none!important; -webkit-box-shadow:none!important; -moz-box-shadow:none!important;
	border-radius:0!important; -webkit-border-radius:0!important; -moz-border-radius:0!important;
}
.btn-primary,.label-primary {
	background: #9b59b6;
	border-color:#8e44ad;
}
.btn-primary.disabled, .btn-primary[disabled] {
	background: #9b59b6;
	border-color:#9b59b6;
	opacity: 0.9;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
	background: #8e44ad;
	border-color:#9b59b6;
}
/* == HEADER */
header {
    position: relative;
    width: 100%;
    padding-top:150px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(img/fotoheader2.jpg);
} 
header#kruimelpad {
    position: relative;
    width: 100%;
    padding-top:90px;
    padding-bottom: 50px;
}
header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
}
#header,#header .well {
	display: none;
}
header .well {
	background:rgba(0,0,0,0.15);
	border:4px solid #fff;
	color:#fff;
	z-index: 2;
	position: relative;
}
header .btn {
	position: relative;
	z-index: 2;
}
header .btn.btn-primary {
	background:#fff;
	color:#9b59b6;
}
header h1 { 
	font-family: 'Pacifico', cursive!important;
	font-size: 34pt;
	font-weight:bolder;
	padding:0px 0 20px 0;
	margin-bottom: 20px;
	border-bottom:4px solid #fff;
}
header#kruimelpad h1 {
	margin-bottom:0px;
	border-bottom:0px solid #fff;
}


.purple {
	color:#fff;
}
.purple li{
	background: #9b59b6;
}
/* == MAIN  */
main {
	background: ;
}
main .page-body,main .page-title {
	padding: 0 10px;
}
main .page-title h2 {
	font-size: 26pt;
}
main .page-title h3 {
	margin:0 0 20px;
}
/* == GALLERY  */
.gallery {
	padding:60px 0 80px 0;
	background: #9b59b6;
}
.gallery h2,.gallery p {
	color:#fff;
}
.gallery p { 
	margin-bottom: 30px;
}
.gallery .well.well-sm:hover {
	cursor: pointer;
}
/* == BLOCKS */
.blocks { 
	background:#fff;
	padding:60px 0 80px;
	margin:0;
}
.blocks p {
	margin-bottom: 30px;
}

.blocks-container {
    margin-bottom: 30px;
    background: #f8f8f8;
    border: 1px solid #eee;
}
.blocks-image {
    position: relative;
    overflow: hidden;
}
.blocks-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    
}
.blocks-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: auto;
    max-width: 70%;
    padding: 5px 10px;
    background: #1b1d2a;
    font-weight: 400;
    color: #fff;
}
.blocks-title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: auto;
    width: 100%;
    height: 100%;
    padding: 16px 16px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    background: -webkit-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 55%);
    background: -moz-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 55%);
    background: -ms-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 55%);
    background: -moz-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 55%);
    background: -o-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 55%);
}
.blocks h3,.gallery h3 {
    font-size: 15pt;
    line-height: 20pt;
    display: block;
}
.blocks h3 small,.gallery h3 small {
    display: block;
    margin-top: 5px;
    font-size: 11pt;
    font-style: italic;
}
.blocks-content-list {
    display: table;
}
.blocks-image-list {
    position: relative;
    width: 50%;
    display: table-cell;
    vertical-align: top;
}
.blocks-image-list img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.blocks-image-list .blocks-status {
    position: absolute;
    right: 0;
    bottom: 35px;
}
.blocks-image-list .blocks-footer a {
    background: #d9dae9;
    color: #898ba2;
}
.blocks-image-list .blocks-footer a:hover {
    background: #898ba2;
    color: #d9dae9;
}
.blocks-text {
    position: relative;
    width: 50%;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
}
.blocks-footer {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
}
.blocks-footer a {
    display: table-cell;
    width: 50%;
    padding: 8px 12px;
    text-align: center;
    background: #8e44ad;
    font-size: 18px;
    color: rgba(0, 0, 0, .25);
    overflow: hidden;
}
.blocks-footer a:focus, .blocks-footer a:hover {
    color: #eee;
    background: #c9573f;
    overflow: hidden;
    outline: 0;
}


/* == ROUTE */ 
#route {
    position: relative;
    width: 100%;
    min-height: 450px;
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -ms-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-image: url(img/fotoheader3.jpg);
}
#route::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.4);
}
.route-container {
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 2;
}
.route-image {
    float: left;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -ms-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(img/blurred.jpg);
    color:#fff;
    padding-top:20px;
}
.route-content {
    margin-left: 150px;
    color: #fff;
}
.route-content h3 {
	color: #fff;
}
/* == FOOTER */
footer {
    width: 100%;
    padding: 60px 0 0;
    background-color: #f8f8f8;
}
footer .col-md-3{
    margin-bottom: 20px;
}
footer h4 {
    color: #9b59b6;
    margin-bottom: 20px;
}
footer address,footer address a {
	color:#777;
}
footer address a:hover { 
	color: #9b59b6;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
footer ul li, footer ul li a,footer p  {
    display: block;
    padding: 2px 0;
    font-size: 14px;
    color: #777;
    font-weight: 400;
}
footer ul li a::before {
    content: '\f105';
    font-family: FontAwesome;
    font-weight: 400;
    padding-right: 10px;
}
footer ul li a:hover::before {
    padding-right: 15px;
}
footer ul li a:focus, footer ul li a:hover,footer ul li a:hover::before  {
    color:#9b59b6;
    text-decoration: none; 
}
footer ul > *, footer ul li a:focus, footer ul li a:hover,footer ul li a:hover::before  {
    -webkit-transition: all 200ms ease-in-out!important;
    -moz-transition: all 200ms ease-in-out!important;
    -ms-transition: all 200ms ease-in-out!important;
    -o-transition: all 200ms ease-in-out!important;
    transition: all 200ms ease-in-out!important;
}
/* == SOCIAL MEDIA */
.socialmedia,.copyright {
    position: relative;
    padding: 30px 0 30px;
    text-align: center;
}
/* == COPYRIGHT */
.copyright p,.copyright a {
	color:#777;
	font-size: 10pt;
	line-height: 14pt;
}

@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,800);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);
