/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

body {
    line-height: 1.6;
    color: #555;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none !important;
    color: #dc9006;
}

    a:hover {
        color: #466120;
    }

.content-wrap .container ul {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
}
.content-wrap {
    padding: 60px 0;
}

.top-links > ul > li > a {
    color: #EEE;
}

.top-links > ul > li:hover {
    background-color: rgba(0,0,0,0.2);
}

#primary-menu {
    float: none;
}

    #primary-menu ul li > a {
        padding: 46px 15px;
        color: #466120;
    }

        #primary-menu ul li > a:hover {
            color: #444;
        }

    #primary-menu ul li.current > a {
        padding: 46px 15px;
        color: #dc9006;
    }

    #primary-menu ul ul li:hover > a {
        background-color: #466120;
        color: #FFF;
    }

    #primary-menu ul ul:not(.mega-menu-column),
    #primary-menu ul li .mega-menu-content {
        border: 0px solid #EEE;
        border-top: 2px solid #466120;
        margin-top: 1px;
    }

#logo {
    margin-right: 20px;
}

    #logo a.retina-logo img {
        max-height: 114px;
    }

.logo-ssw {
    display: block;
    margin-top: 14px;
    height: 60px;
}

.extra-logo {
    right: 10px;
    top: 10px;
    position: absolute;
}

.map-location {
    height: 380px;
    width:100%;
    background: url(http://hurenbijhofvanbilthoven.nl/images/locatie-hofvanbilthoven.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#footer, #footer.dark {
    position: relative;
    background-color: #dc9006;
}

    #footer .footer-widgets-wrap {
        position: relative;
        padding: 30px 0;
    }

#copyrights {
    background-color: #466120;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
}

.puppets {
    height: 100px;
    z-index: 5;
    background: url(http://hurenbijhofvanbilthoven.nl/images/ssw_logo.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#top-bar.bg-red {
    background-color: #dc9006;
}

.slider-caption,
.flex-caption {
    max-width: none;
}

button.bg-red {
    color: #FFF;
    background-color: #466120;
}

#content .min-height-page {
    min-height: 400px;
}

#page-title {
    background-color: #FFF;
    border-bottom: 0px solid #eee;
}

.promo.promo-dark > h3 span,
.promo.promo-dark > .container > h3 span {
    color: #FFF;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    font-size: 1em;
}

.dark .fancy-title h1 {
    background-color: transparent;
}

h1 > span:not(.nocolor):not(.badge) {
    color: #dc9006;
}

.dark .fancy-title.title-border:before {
    border-top-color: rgba(255,255,255,0);
}

.dark .footer-widgets-wrap a:hover {
    color: #466120;
}

.acctitle {
    color: #466120;
}

.acc_content {
    font-size: 14px;
}

.small-thumbs .entry-image, .ievent .entry-image {
    width: 20%;
}

.normal-thumbs .entry-image {
    width: 90%;
}

.entry:after {
    margin-top: 0px;
}

#posts .entry-content {
    margin-top: 10px;
}

.btn-news {
    float: right;
    position: relative;
    bottom: 20px;
    margin-bottom: -30px;
}

.spost .entry-content {
    font-size: 0.8em;
}

.spost .entry-date {
    font-style: italic;
}

.divider {
    margin: 20px 0 5px 0;
}

.tabs-bordered .tab-container {
    padding-left: 40px;
}

.leftmargin-xs {
    margin-left: 0px !important;
}

.vertical-top {
    margin-top: 0px;
    float: right;
    width: 60%;
}

.table-success, .table-success > th, .table-success > td {
    background-color: #466120;
}

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #ec1c24;
}

.breadcrumb-item.active {
    color: #dc9006;
}

.dark #page-title.page-bct {
    background-color: rgba(50,45,40,0.95);
}

#gotoTop:hover {
    background-color: #dc9006;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #eef3e9;
}


/*responsive*/

@media (min-width: 1920px) {

    .content-wrap {
        position: relative;
        padding: 40px 0;
    }

    .parallax {
        background-attachment: fixed;
        background-size: cover;
        max-height: 460px;
    }

        .parallax.page {
            background-position-y: -470px;
        }

        .parallax.subpage {
            background-position-y: -550px;
        }
}

@media (max-width: 1919px) {

    .parallax {
        background-attachment: fixed;
        background-size: cover;
        max-height: 450px;
    }

        .parallax.page {
            background-position-y: -150px;
        }

        .parallax.subpage {
            background-position-y: -190px;
        }
}

@media (min-width: 1200px) {
    .extra-logo {
        top: 0px;
        position: absolute;
    }
}

@media (min-width: 992px) {

    .content-wrap {
        position: relative;
        padding: 60px 0 20px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .extra-logo {
        top: 50px;
        position: absolute;
    }

    .logo-ssw {
        display: block;
        margin-top: 20px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .extra-logo {
        top: 70px;
        position: absolute;
    }

    .logo-ssw {
        display: block;
        margin-top: -54px;
        margin-right: 8px;
        height: 50px;
    }

    #primary-menu-trigger, #page-submenu-trigger {
        font-size: 1.4em;
        top: 12px;
    }

    .section {
        padding: 10px 0;
    }

    #section-map.parallax {
        background-attachment: fixed;
        background-size: cover;
        max-height: 380px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {

    .vertical-top {
        margin-top: 30px;
        float: right;
        width: 60%;
    }
}

@media (max-width: 767px) {

    .emphasis-title h1 {
        font-size: 1.5em !important;
        margin-top: 0px !important;
    }

    h3.lead {
        font-size: 0.9em;
        margin-top: 0px !important;
    }

    .logo-ssw {
        display: block;
        margin-top: -42px;
        margin-right: 8px;
        height: 40px;
    }
}

.svgLayer {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}


/* IE10+ specific styles go here */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 1200px) {

    .svgLayer {
        position: absolute;
        top: 36%;
        bottom: 0%;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: 481px) and (max-width: 1199px) {
    .svgLayer {
        position: absolute;
        top: 42%;
        bottom: 0%;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 480px) {
    .svgLayer {
        position: absolute;
        top: 46%;
        bottom: 0%;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}