body {
    font-family: 'Signika Negative', sans-serif;
    font-family: 'Fjalla One';
    

}

body p {
    font-size: 17px;
}

.body.home,
.body {
    margin-top: 0px !important;
}

.no-gutter .col- * {
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Menu */

.slideout-panel {
    top: -1px;
}

.navbar-default {
    background-color: transparent;
    background-color: rgba(72, 72, 72, 0.25);

    background-color: rgba(51, 51, 51, 0.8);
    background-color: rgba(147, 112, 56, 0.9);
    padding: 10px 0 0 0;
    border-color: transparent;
    position: absolute;
    margin: 0;
}

.default .navbar-default {
    /*background-color: rgba(72,72,72,1);*/
}

.nav .dropdown.open .dropdown-menu,
.nav .dropdown .dropdown-menu {
    background-color: #8c7b60;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #8c7b60;
}

.navbar-nav {
    margin-top: 5px;
}

.navbar-default .navbar-nav li a {
    padding: 10px;
    margin: 0 8px;
}

.navbar-default .navbar-header p {
    margin-top: -10px;
}

.navbar-default .navbar-nav > li > a {
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.nav .dropdown:hover {
    color: #fff !important;
    border-color: transparent;
    background-color: transparent;
}

.dropdown-menu > li > a:hover {
    background-color: rgba(0, 0, 0, 0.5);

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    font-size: 20px;
    line-height: 22px;
}

.navbar-brand {
    line-height: 40px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 1);
}

.dropdown-menu {
    background-color: transparent;
    border: 1px solid #fff !important;
    border-top: 0px;
}

.dropdown-menu > li > a {
    color: #fff;
}

.nav .dropdown .dropdown-menu {
    padding-top: 14px;
    padding-bottom: 0px;
}

/* btn */
.btn-trans {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
}

.btn-trans:hover {
    color: #333;
    border-color: #333;
    background-color: #fff;
}

/* Hero */
#hero {
    /*background-image: url(../img/jan3.jpg);
    background-image: url(../img/jan4.jpg);
    background-image: url(../img/jan5.jpg);
    background-image: url(../img/jan2.jpg);
    background-image: url(../img/jan6.jpg);*/
    background-image: url(../img/janhospes-hero.jpg);
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    position: relative;
    min-height: 100vh;
}

#hero .intro {
    margin-bottom: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero .block i {
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    bottom: 0px;
    margin-top: -65px;
    font-size: 25px;
    color: #fff;
    border: 1px solid;
    border-radius: 50%;
    padding: 12px 10px;
    width: 50px;
    height: 50px;
}

#hero .intro h1 {
    margin-bottom: 20px;
    text-shadow: 2px 3px 2px #000;
}

#hero .intro p {
    margin-bottom: 20px;
    font-size: 23px;
}

#hero .btn {
    margin-bottom: 0px;
}

/* Posts */
#posts {
    padding: 50px 0px;
    background-color: #0fa09b;
    background-color: #937038;
    color: #fff;
    text-align: center;

}

#posts .title h2 {
    font-size: 45px;
    margin-bottom: 20px;
}

#posts .title p {
    font-size: 20px;
}

#posts .description strong {
    color: #2b2a38;
}

#posts .home-projects {
    font-size: 0;
}

#posts .home-projects .mix {
    display: none;
}

#posts .post {
    padding-left: 0px;
    padding-right: 0px;
}

#posts .post .actions {
    cursor: pointer;
    margin-top: 20%;
}

#posts .post figcaption {
    -moz-backface-visibility: hidden;
    -moz-transition: all .3s;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -o-transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s;
    backface-visibility: hidden;
    border: 1px solid transparent;
    position: absolute;
    right: 15px;
    transition: all .3s;
    z-index: 10;
    width: calc(100% - 30px);
}

#posts .post figure {
    position: relative;
    min-height: 197px;
}

#posts .post figure img {
    width: 100%;
}

#posts .post h3 {

    -webkit-transition: all ease .5s;
    color: #fff;
    text-shadow: 2px 3px 1px #333;
    cursor: auto;
    font-size: 20px;

    transition: all ease .5s;
    padding: 15px 0 0 0;
    border-radius: 30px;
    margin-bottom: 0px;

    text-align: center;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#posts .post {
    text-align: center;
}

#posts .post .fa {
    color: #fff;
    visibility: hidden;
    opacity: 0;
}

#posts .post a figcaption {
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    opacity: 1;
    transition: all .25s ease-out;
    background: rgba(000, 000, 000, 0.5);
}

#posts .post:hover a figcaption {
    /*background: rgba(000,000,000,0.0);*/
}

#posts .post a figcaption .caption-wrap .fa {
    color: #333;
    font-size: 30px;
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

#posts .post:hover > a figcaption .caption-wrap .fa {
    visibility: visible;
    opacity: 1;
    margin-top: -120px;
    display: inline-block;
}

#posts .post:hover > a figcaption .caption-wrap .actions h3 {
    color: #fff;
}

#posts .post p {
    opacity: 0;
    visibility: hidden;
    bottom: 0%;
    position: absolute;
    color: #333;
    height: 50px;
    width: 100%;
}

#posts .post:hover > a figcaption .caption-wrap p {
    opacity: 1;
    visibility: visible;
    bottom: 40%;
}

#posts .post:hover:after {
    content: "";
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    position: absolute;
    background-color: rgba(000, 000, 000, 0.5);
}

#posts .post:hover a figcaption {
    background-color: transparent;
}

#posts .post:hover a figcaption h3 {
    top: -130%;

}

/* Overmij */
#overmij {
    padding: 50px 0px;
    background-color: #efefef;
}

#overmij .title {
    text-align: center;
    margin-bottom: 50px;
}

#overmij .title h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 70px;
}

#overmij .icon .fa {
    font-size: 30px;
    color: #eee;
    color: #937038;
}

#overmij .icon::before {
    content: "";
    width: 40px;
    background-color: #937038;
    height: 1px;
    position: absolute;
    margin-top: 13px;
    margin-left: -45px;
}

#overmij .icon::after {
    content: "";
    width: 40px;
    background-color: #937038;
    height: 1px;
    position: absolute;
    margin-top: 13px;
    margin-left: 5px;
}

#overmij .item {
    margin-bottom: 20px;
}

#overmij .font,
#overmij .content {
    display: table-cell;
}

#overmij .font {
    width: 50px;
    vertical-align: middle;
    position: absolute;
    margin-top: -60px;
    margin: -50px auto;
    display: block;
    left: 0px;
    right: 0px;
}

#overmij .content {
    height: 480px;
}

#overmij .content h2 {
    font-size: 28px;
    color: #333;
}

#overmij .content p {
    font-size: 16px;
    line-height: 24px;
    color: #949494;
}

#overmij .item .hi-icon {
    display: inline-block;
    font-size: 0px;
    /*cursor: pointer;*/
    margin: 15px 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #333;
    color: white;
    background: rgba(175, 175, 175, 0.1);
    background: #937038;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

#overmij .item .hi-icon:before {
    speak: none;
    font-size: 22px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

#overmij .item .hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* cta */
#cta {
    padding: 20px 0px;
    background-color: #333;
    color: #fff;
}

#cta h3 {
    margin-bottom: 0px;
    margin-top: 10px;
}

#cta .btn {
    margin-top: -5px;
    margin-bottom: 0px;
}

/* logo */
#logo {
    padding: 50px 0px;
    text-align: center;
}

#logo img {
    max-height: 120px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff !important;
}

.scrollup {
    background: #937038;
}

/* default */
.default .background {
    background-color: #333;
    background-image: url(../img/jan6.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
}

.page,
.content {
    background-color: #fff;
    padding: 35px 10px 35px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.rechts {
    border-radius: 5px;
}

#side_news .row {
    margin-left: 0px;
    margin-right: 0px;
}

#pathway_block {
    background: transparent;
    color: #fff;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

#pathway li a {
    color: #fff;
}

.more-news {
    margin-top: 80px;
}

.bericht-datum {
    float: left;
}

@media (min-width: 200px) {
    .navbar-default .navbar-header .navbar-brand {
        font-size: 20px;
    }

    .navbar-default .navbar-header .navbar-brand, .navbar-default .navbar-header p {
        color: #333;
    }

    .navbar-default .navbar-header .navbar-brand, .navbar-default .navbar-header p {
        display: flex;
    }

    #hero {
        background-position: 40% 0%;
        background-size: cover;
    }

    #hero .intro h1 {
        font-size: 50px;
    }

    #overmij .image {
        position: relative;
    }

    #overmij .item .hi-icon {
        margin: 15px 0px;
    }

    #posts .post {
        margin-bottom: 20px;
    }

    #posts .post figcaption {
        bottom: 20px;
    }

    #cta .btn {
        margin-top: 20px;
    }

    #posts .post figure {
        min-height: 157px;
    }

}

@media (min-width: 768px) {
    #hero {
        background-position: 30% 0%;
    }

    #hero .intro h1 {
        font-size: 70px;
        font-size: 60px;
    }

    #cta .btn {
        margin-top: 0px;
    }
}

@media (min-width: 1024px) {
    .navbar-default .navbar-header {
        width: 200px;
    }

    .navbar-default .navbar-header .navbar-brand,
    .navbar-default .navbar-header p {
        display: inline-table;
    }

    .navbar-default .navbar-header .navbar-brand, .navbar-default .navbar-header p, .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-size: 20px;
        line-height: 22px;
    }

    #hero {
        background-position: 100% 0%;
        background-size: cover;

    }

    #overmij .image {
        position: absolute;
        margin-top: 120px;
        margin-left: calc(100% - 100%);
        max-width: 80%;
    }

    #posts .post {
        margin-bottom: 0px;
    }

    #posts .post figcaption {
        bottom: 0px;
    }

}

@media (min-width: 1280px) {
    .body {
        margin-top: 130px;
    }

    .navbar-default .navbar-header {
        width: 250px;
    }

    .navbar-default .navbar-header .navbar-brand {
        font-size: 40px;
        width: 100%;
        margin-top: 8px;
    }

    #hero {
        position: relative;
        /*background-position: 50% 60%;*/
    }

    #overmij .image {
        position: absolute;
        margin-top: 100px;
    }

    #overmij .item .hi-icon {

    }

    #posts .post figure {
        min-height: 197px;
        min-height: auto;
    }

}

@media (min-width: 1500px) {
    #overmij .image {
        margin-top: 49px;
    }
}

.owl-carousel .owl-item img {
    padding: 0 60px 0 60px;
}

.openingstijden td {
    font-size: 17px;
}

.nav-icons {
    margin: 0 !important;
}

.slider-heading {
    padding: 20px;
}

.carousel-title {
    padding: 10px;
}

.slider {
    background: url(http://www.2016.janhospes.nl/theme/Janhopes2016/img/jan6.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 999px rgba(255, 255, 255, .75);
}

.slider h1 {
    padding-top: 25px;
}

.video h2 {
    font-size: 18px;
    height: 50px;
    margin-top: 24px;
}

