body{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: #666666;
}
.flandria-navigation{
    margin-top: 0px !important;
    margin-bottom: 0px;
    background-color: #fff;
    height: 70px;
    border-bottom: #D1D3D4 solid 10px;
    font-size: 18px;
    font-weight: bold;
}

.navbar-brand img{
    height: 35px;
}

.navbar-nav.flandria-ul{
    margin-top: 10px;
}

ul.nav.navbar-nav.navbar-right.flandria-ul{
/*    background-color: #fff;*/
}
.navbar-toggle.navbar-toggle-flandria{
    width: 105px;
}
.navbar-toggle:before {
    content:"Menu";
    top:4px;
    position:absolute;
}

.navbar-nav.flandria-ul li a { color: #999999; }
.navbar-nav.flandria-ul li a:hover {color: #999999; text-decoration: underline;}
.navbar-nav.flandria-ul li a:visited {color: #999999; text-decoration: none;}

header{
    border-bottom: #D1D3D4 solid 10px;
    height: 50%;
    background-color: #999999;
}

.carousel {
    height: 100%;
}

.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 100%;
}

.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.home-news{
    padding-top: 20px;
}

.panel.home-item{
    border: none;
    -webkit-box-shadow: 0 0 10px 2px #999999;
    box-shadow: 0 0 10px 2px #999999;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.thumbnail.home-item-thumb{
    border: none;
    padding: 0px;
}

.home-item h2{
    font-size: 21px;
    color: #999999;
    font-weight: bold;
    margin: 0px 15px;
}

/*Breadcrumb*/

#breadcrumb{
    border-bottom: #D1D3D4 solid 10px;
    background-color: #999999;
}

#breadcrumb a { color: #FFFFFF; text-decoration: underline; }
#breadcrumb a:hover {text-decoration: none;}
#breadcrumb a:visited {color: #FFFFFF;}

#breadcrumb-content{
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;    
    margin-left: auto;
    margin-right: auto;
}

#breadcrumb-content p{
    padding-top: 30px;
    font-size: 14px;
}

.intro{
    font-style: italic;
}

.view-also{
    margin-bottom: 15px;
}

.view-also a { color: #666666; text-decoration: underline;}
.view-also a:hover{ text-decoration: none;}
.view-also a:visited { text-decoration: underline;}

.media-heading{
    font-weight: bolder;
}

.form-error{
    padding: 10px;
    background-color: #FFCCCC;
    color: #FF0000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #FF0000;
    margin-bottom: 10px;
}

.form-submit{
    padding: 10px;
    background-color: #E7FFEC;    
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 1px #99FF99;
    margin-bottom: 10px;
}

/* Footer */

footer{
    border-top: #D1D3D4 solid 10px;    
    background-color: #999999;
    height: 90px;
}

#footer-content{
/*    width: 1000px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
}

#copyright{
    margin: 10px;
}

@media (min-width: 768px){
#breadcrumb-content {
    width: 750px;
    }}

@media (min-width: 992px){
#breadcrumb-content {
    width: 970px;
    }}

@media (min-width: 1200px){
#breadcrumb-content {
    width: 1170px;
    }}

/* Stijl enkel voor uitklapmenu */
@media(max-width: 767px){
    .navbar-collapse.flandria-collapse{
/*        border: none;*/
        border-bottom: #D1D3D4 solid 10px;
        border-top: #D1D3D4 solid 10px;
        margin-top: 10px;
        background-color: #999;
    }
    
    .navbar-nav.flandria-ul li a { color: #FFF; }
    .navbar-nav.flandria-ul li a:hover {color: #FFF; text-decoration: underline;}
    .navbar-nav.flandria-ul li a:visited {color: #FFF; text-decoration: none;}
    
    .dropdown-menu li a{ color: #FFF !important; }
    .dropdown-menu li a:hover {color: #FFF !important; text-decoration: underline;}
    .dropdown-menu li a:visited {color: #FFF !important; text-decoration: none;}
}

/* Stijl enkel voor 4 colums*/
@media (min-width: 1170px) {
    .carousel{
        width:1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .panel.home-item{
        min-height: 340px;
    }
}
.extra-top-margin {
    margin-top: 15px;
}

.btn-primary {
    background-color: #999999;
    border-color: #D1D3D4;
}

.btn-primary:hover {
    background-color: #D1D3D4;
    border-color: #D1D3D4;
}
