html, body {
    font-family: 'Lato', sans-serif;
}

.navbar-default {
    background: url('../images/header_bg.png');
    border-color: #f8f8f8;
    min-height: 70px;
}

.navbar-default .navbar-brand {
    color: #777;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand {
	margin-top: 5px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .nav-pills li {
        margin-bottom:5px;
        padding-bottom:5px;
        border-bottom:1px solid #1A6BAF;
        width:100%;
    }

    .nav-pills li a {
        padding:5px 8px;
        color:#000;
        border-radius: 0;

    }

    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background: none;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        background-color:#1A6BAF;
        color:#FFFFFF;
    }
}

.navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px;
}

/* Patroon */
.patroon-wit {
    background: url('../images/patroon_wit.png') repeat;
    padding: 35px 30px 30px 30px;
}

.patroon-wit .arrow {
    position: absolute;
    top: 0;
    left: 10px;
}

.patroon-wit .arrow i {
    color: #FFF;
    font-size: 20px;
}

/* Patroon */
.patroon-wit h1,
.patroon-wit h2,
.patroon-wit h3,
.patroon-wit h4,
.patroon-wit h5,
.patroon-wit h6 {
    color: #1A6BAF;
}

.patroon-wit-zonder {
    background: url('../images/patroon_wit_zonder_streep.png') repeat;
    padding: 20px 30px 30px 30px;
}

.patroon-wit-effen {
    background: url('../images/bg_wit.png') repeat;
    padding: 20px 10px 30px 10px;
}

.patroon-blauw {
    padding: 20px 30px 46px 30px;
    background: url('../images/blauw-bg.png') repeat;
    color: #FFF;
}

.patroon-blauw h2 {
    color: #FFF;
	margin-top: 15px;
	font-size: 26px;
}

.patroon-blauw p a {
    color: #FFF;
    font-size: 16px;
}

.patroon-wit h1,
.patroon-wit h2,
.patroon-wit h3,
.patroon-wit h4,
.patroon-wit h5,
.patroon-wit h6 {
    color: #1A6BAF;
}

.patroon-wit h1 {
    font-size: 26px;
	margin-top: 0px;
}
.patroon-wit h2 {
    font-size: 20px;
	margin-top: 0px;
}

.patroon-wit h3 {
    font-size: 16px;
}

section .container {
    padding-top: 120px;
}

section .container > .row > .col-sm-3 > h2 {
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 26px;
    text-align: right;
}

.breadcrumb {
    background:url('../images/bg_wit.png') repeat;
    border-radius:0px;
    list-style:none;
    margin-bottom:20px;
    padding:8px 15px;
}

.breadcrumb > li + li:before {
    color: #1A6BAF;
}

.scroll_down, .scroll_top {
    margin: 30px auto;
    height: 70px;
    z-index: 400;
}

.scroll_down i {
    color: #1A6BAF;
    font-size: 400%;
    cursor: pointer;
}

.scroll_top i {
    color:#FFF;
    font-size: 400%;
    cursor: pointer;
}

.bottom20 {
    margin-bottom: 20px;
}

.t170 {
    margin-top: 170px;
}

.footer {
    background: #333333;
    color:#fff;
}

.footer a {
    color: #FFF;
}

p.text-muted {
    color:#fff;
    font-size:90%;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #1A6BAF;
    border-color: #1A6BAF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.expand-button {
    font-size:20px;
}

#arrow {
    position: fixed;
    z-index: 10;
    bottom: 0px;
    width: 100%;
    font-size: 48px;
    padding: 16px;
    background-color: transparent;
    color: #1A6BAF;
}
#scrollTo {
    text-align: center;
}
#scrollTo i {
    cursor: pointer;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
body {
    background: black;
}

.bounce {
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

#footer .container {
    padding-top: 50px!important;
}