/* Author @ Stef */

/* ==========================================================================

Koppen en titels: 
Lopende teksten: 
Iconen: Fontawesome

Kleuren:
Grijs: 	
Blauw:	
Rood:	

   ========================================================================== */

/* ==========================================================================
   Body
   ========================================================================== */

body {
    min-width: 320px;
    background-color: #fff;
    color: #1d1d1b;
	font-family: "Open Sans",serif;
	font-size: 16px;
	line-height: 30px;
    height: 100%;
}


/* ==========================================================================
   Base
   ========================================================================== */

a { color: #0088cc; text-decoration: none;}
a:hover { color: #005580;}
a:focus { outline: none;}

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; line-height: 1;}
h1 {
    color: #007ac2;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
}

p { margin-top: 0;}

img { max-width: 100%; height: auto;}

/* ==========================================================================
   Container
   ========================================================================== */

.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    position: relative;
    max-width: 100%;
}
.container-1170 {
    max-width: 1170px;
    padding: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

header {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99999;
}

/* logo */
header .logo {
    display: block;
    float: left;
    margin: 20px 0 25px 20px;
    max-width: 281px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

.nav-bar {
    position: relative;
    z-index: 999;
}
.shortlinks {
    float: right;
    margin: 20px 20px 25px 0;
}
.shortlinks > li {
    float: left;
    list-style: none;
    font-size: 18px;
    line-height: 44px;
}
.shortlinks .btn {
    display: inline;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
}
.shortlinks .btn i {
    display: inline;
    color: #fff;
}
.shortlinks .btn i:hover {
    color: #fff;
}
.shortlinks p {
    font-weight: bold;
    margin-right: 5px;
}
.shortlinks i {
    color: #95c11f;
}
.shortlinks i:hover {
    color: #007ac2;
}
.shortlinks i:first-of-type {
    margin-right: 5px;
}
.shortlinks a {
    color: #1d1d1b;
}
.shortlinks .social {
    margin: 0 0 0 10px;
    font-size: 32px;
}

/* ==========================================================================
   Menu
   ========================================================================== */
body.sticky .menu {
    top: -400px !important;
}
body.sticky .nav-toggle {
    left: -100px;
}

.menu {
    background-color: #007ac2;
    box-sizing: border-box;
    list-style: outside none none;
    margin: 0;
    min-height: 250px;
    padding: 40px 100px;
    position: fixed;
    right: 0;
    top: -300px;
    transition: all 0.7s ease 0s;
    width: 100%;
    min-width: 300px;
    z-index: 999;
}
.js .nav-collapse.opened .menu {
    top: 100px;
    float: left;
}
.menu > li:first-of-type {
    border: medium none;
    padding: 0;
    width: 4%;
    position: absolute;
    left: 70px;
    min-width: 0;
}
.menu > li:last-of-type {
    border: medium none;
}
.menu > li {
    border-right: 1px solid;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    min-height: 190px;
    padding: 0 2% 0 2%;
    position: relative;
    width: 24%;
    min-width: 340px;
}
.menu > li > a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.menu > li > a:hover, .menu > li.active > a {
}
.menu > li > ul {
    float: left;
    margin: 0;
    min-width: 200px;
    padding: 0 0 0 20px;
    position: relative;
    z-index: 100;
}
.menu > li:hover > ul { display: block;}
.menu > li.last > ul { right: 0;}
.menu > li > ul > li {
    float: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    list-style-type: disc;
    white-space: nowrap;
}
.menu > li > ul > li:after {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    margin-left: 5px;
}

.menu > li > ul > li > a {
    color: #fff;
}
.menu > li > ul > li > a:hover, .menu > li > ul > li.active > a {}


/* ==========================================================================
   Eyecatcher
   ========================================================================== */

.home .eyecatcher {
    height: 775px;
}
.home .eyecatcher .slides li {
    height: 775px;
}

.eyecatcher {
    background-color: #eee;
    height: 600px;
	position: relative;
	overflow: hidden;
}
.eyecatcher .slides li {
    height: 600px;
}

.eyecatcher .slides li img {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.eyecatcher .caption_pos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.eyecatcher .container {
    height: 100%;   
}
.eyecatcher figcaption {
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    width: 75%;
}

.eyecatcher .slides img {
    width: 100%;
    display: block;
}
.eyecatcher figcaption span, .eyecatcher figcaption small, .eyecatcher figcaption a {
    clear: both;
    display: block;
    text-align: center;
}
.eyecatcher figcaption span {
    color: #fff;
    font-size: 75px;
	line-height: 85px;
    font-weight: 300;
    text-shadow: 1px 0 1px #000;
}
.eyecatcher figcaption small {
    color: #fff;
    font-size: 30px;
	line-height: 40px;
    font-weight: 300;
    text-shadow: 1px 0 1px #000;
}

/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
}


/* ==========================================================================
   Main
   ========================================================================== */

main {
    overflow: hidden;
    padding-bottom: 30px;
}
.home main {
    padding: 0;
}


/* ==========================================================================
   Content
   ========================================================================== */

.content img, .content iframe { border: none;}

/* left/right */
.content-left { float: left; width: 45%;}
.content-right { float: right; width: 45%;}


/* ==========================================================================
   homeblocks
   ========================================================================== */
.homeblocks {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.homeblocks .col-3 .btn.btn-block {
    position: absolute;
    bottom: 25px;
    padding: 0 10px;
    opacity: 0;
}
.homeblocks .col-3:hover .btn-block, .col-3:hover .seo-description {
    opacity: 1;
}
.homeblocks .col-3 .description {
    overflow: hidden;
    border-right: 1px solid #fff;
}
.homeblocks .col-3:last-of-type .description {
    border-right: none;
}

/* content template homeblocks */
.content-homeblocks .homeblocks .col-3 .image {
    display: none;
    margin: 0;
}
.content-homeblocks .homeblocks .col-3 {
    min-height: 0;
}
.content-homeblocks .homeblocks .col-3 .description {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}
.content-homeblocks .homeblocks .col-3 .description .btn.btn-block {
    display: none;
}
.content-homeblocks .homeblocks {
    border-bottom: 1px solid #fff;
}
.content-homeblocks .homeblocks .col-3:hover .description {
    height: unset;
    opacity: 0.8;
}


/* ==========================================================================
   introduction
   ========================================================================== */

.introduction {
    overflow: hidden;
}

.introduction .col-6, .introduction .col-3 {
    box-sizing: border-box;
    min-height: 680px;
    width: 25%;
    position: relative;
}
.introduction .col-6 {
    width: 50%;
}
.introduction .col-3.maps {
    background-size: cover;
}

/* col-6 */
.introduction .col-6.intro {
    padding: 5%;
    padding-top: 2%;
}
.introduction .col-6.intro h1 {
    color: #007ac2;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
    margin-bottom: 35px;
    margin-top: 0;
}
.introduction .col-6.intro > p {
    line-height: 30px;
}

/* usps */
.introduction .col-3.green {
    color: #fff;
    background-color: #95c11f;
    padding: 40px;
    padding-top: 2%;
}
.introduction .col-3.green h2 {
    color: #fff;
    background-color: #95c11f;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
    margin-bottom: 35px;
    margin-top: 0;

}
.introduction .col-3.green .usps {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}
.introduction .col-3.green .usps li {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.introduction .col-3.green .usps li:last-of-type {
    margin-bottom: 0;
}
.introduction .col-3.green .usps li span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease 0s;
}
.introduction .col-3.green .usps li::before {
    content: "\f00c";
    color: #fff;
    font-family: FontAwesome;
    font-size: 22px;
    left: 0;
    position: absolute;
}
.introduction .col-3.green .usps li span::before {
    content: attr(data-hover);
    text-decoration: underline;
    position: absolute;
    top: 100%;
    transform: translate3d(0px, 0px, 0px);
}
.introduction .col-3.green .usps li:hover span, .introduction .col-3.green .usps li:focus span {
    transform: translateY(-100%);
}



/* maps */
.col-3.maps .overlay {
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    padding: 50px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.col-3.maps:hover .overlay {
    opacity: 1;
}
.introduction .col-3.maps .btn.block {
    background-color: #95c11f;
    border-radius: 0;
    display: block;
    font-size: 20px;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s all ease;
}
.introduction .col-3.maps .btn.block:hover {
    background-color: #007ac2;
    color: #fff;
}
.introduction .col-3.maps .btn.block i {
    font-size: 25px;
    line-height: 50px;
    padding: 0 5px;
    position: absolute;
}

/* ==========================================================================
   Section
   ========================================================================== */

section {
    padding: 10px 0;
    width: 100%;
}

section > header {
    
}

section > footer {
    
}


/* ==========================================================================
   photoalbum
   ========================================================================== */

.photoalbum .col-3.thumb {
    overflow: hidden;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.photoalbum .col-3 .image {
    margin: 0;
}
.photoalbum .col-3 .description {
    height: 70px;
    padding: 20px;
}
.photoalbum .col-3 .description  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* photoalbum detail */
.photoalbum {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.photoalbum .other-albums {
    float: left;
    width: 100%;
}
   
/* ==========================================================================
   Accommodations
   ========================================================================== */
.accommodations {
    overflow: hidden;
    width: 100%;
}
.accommodations .col-3 {
    border-right: 1px solid #fff;
}
.accommodations .col-3 .description h2 {
    height: 50px;
    line-height: 24px;
}
.accommodations .col-3 .btn.btn-block {
    left: 20px;
    right: 20px;
}

/* .accommodations detail */
.accommodations  h1 {
    color: #007ac2;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
    margin-bottom: 35px;
    margin-top: 0;
}
.accommodations .content-right > h2 {
    color: #007ac2;
    font-size: 30px;
    font-weight: lighter;
    line-height: 40px;
    margin-bottom: 35px;
    margin-top: 0;
}

.accommodations .gallery .image img {
    box-sizing: border-box;
    float: left;
    padding: 1px;
    width: 33.33%;
}

/* .accommodations detail left/right */
.accommodations .content-left {
    box-sizing: border-box;
    padding-right: 5%;
    width: 33.33%;
}
.accommodations .content-right {
    box-sizing: border-box;
    width: 66.66%;
}

/* .accommodations faciliteiten */
.accommodations .facilities ul {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.accommodations .facilities li {
    list-style: outside none none;
    padding-left: 20px;
    position: relative;
}
.accommodations .facilities li::before {
    content: "\f00c";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}

/* ==========================================================================
   news
   ========================================================================== */
.news-items {
    margin: 0 auto;
}
.news-items .news-item.col-3 {
    margin: 1.5%;
    overflow: hidden;
    width: 22%;
    max-width: 270px;
    position: relative;
}
.news-items .news-item .image {
    display: block;
}
.news-items .news-item .description {
    overflow: hidden;
}
.news-items .news-item .description p {
    position: absolute;
    top: 120px;
}
.news-items .news-item .btn.btn-block {
    left: 20px;
    right: 20px;
}
.news-items .news-item .description .date {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

/* ==========================================================================
   Omgeving
   ========================================================================== */
.park-facilities .items {
    margin: 0 auto;
}
.park-facilities .item {
    overflow: hidden;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.park-facilities .item .image {
    display: block;
}
.park-facilities .item .description {
    overflow: hidden;
}
.park-facilities .item .description p {
    position: absolute;
    top: 120px;
    padding-right: 20px;
}
.park-facilities .item .btn.btn-block {
    left: 20px;
    right: 20px;
}
.park-facilities .gallery .row .image {
    max-width: 270px;
    width: 49%;
    float: left;
    margin: 0 0 1% 1%;
}



/* ==========================================================================
   Direction
   ========================================================================== */
.direction {
    width: 600px;
    height: 450px;
}


/* ==========================================================================
   Col-3 .btn.block:hover
   ========================================================================== */

.col-3 {
    background-color: #eee;
    box-sizing: border-box;
    display: inline-block;
    min-height: 200px;
	position: relative;
}
.col-3 .image {
    margin-top: 120px;
}
.col-3 .description {
    background-color: #95c11f;
    box-sizing: border-box;
    height: 120px;
    padding: 25px 25px;
    position: absolute;
    text-align: left;
    top: 0;
	transition: 0.5s all ease-in-out;
    width: 100%;
}
.col-3:nth-child(4n+1) .description {
    background-color: #95c11f;
}
.col-3:nth-child(4n+2) .description {
    background-color: #007ac2;
}
.col-3:nth-child(4n+3) .description {
    background-color: #de8b1b;
}
.col-3:nth-child(4n+4) .description {
    background-color: #b5211c;
}
.col-3 .description h2 {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding-right: 20px;
    position: relative;
    text-transform: uppercase;
}
.col-3 .description h2::after {
    content: "\f138";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 0;
}
.col-3 .description P {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.col-3:hover .description {
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
}
.col-3 .description .seo-description {
    position: absolute;
    top: 120px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    opacity: 0;
    transition: all 0.4s ease 0.25s;
}
.col-3 .btn.btn-block {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    left: 40px;
    line-height: 30px;
    opacity: 0.6;
    background-color: #95c11f;
    position: absolute;
    right: 40px;
    text-align: left;
    transition: all 0.4s ease 0.25s;
    width: auto;
}
.col-3 .btn.btn-block:hover {
    background-color: #fff;
    color: #95c11f;
    transition: all 0.3s ease 0s;
}
.col-3:nth-child(2) .btn.btn-block {
    background-color: #007ac2;
}
.col-3:nth-child(2) .btn.btn-block:hover {
    color: #007ac2;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}
.col-3:nth-child(3) .btn.btn-block {
    background-color: #de8b1b;
}
.col-3:nth-child(3) .btn.btn-block:hover {
    color: #de8b1b;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}
.col-3:nth-child(4) .btn.btn-block {
    background-color: #b5211c;
}
.col-3:nth-child(4) .btn.btn-block:hover {
    color: #b5211c;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}
.col-3:hover .btn-block, .col-3:hover .description .seo-description {
    opacity: 1;
}



.tabs {
    font-size: 1.25em;
    font-weight: 300;
    margin: 0 auto 30px;
    position: relative;
}
.tabs nav {
    border-top: 1px solid #e7ecea;
    text-align: center;
}
.tabs nav ul {
        display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    justify-content: center;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.tabs nav ul li {
    cursor: pointer;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.tabs nav ul li:nth-child(1) {
    background-color: #95c11f;
}
.tabs nav ul li:nth-child(2) {
   background-color: #007ac2;
}
.tabs nav ul li:nth-child(3) {
    background-color: #de8b1b;
}
.tabs nav span {
    display: block;
    color: #fff;
    line-height: 2.5;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.tabs nav li.tab-current span {
    color: #74777b;
}*/
.tabs nav span:focus {
    outline: medium none;
}
.tabs-style-underline nav {
    background: #fff none repeat scroll 0 0;
}
.tabs-style-underline nav span {
    border-bottom: 1px solid #e7ecea;
    border-left: 1px solid #e7ecea;
    padding: 0.25em 0 0.5em;
    transition: color 0.2s ease 0s;
}
.tabs-style-underline nav li:last-child span {
    border-right: 1px solid #e7ecea;
}
/*.tabs-style-underline nav li span::after {
    background: #007ac2  none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    transform: translate3d(0px, 150%, 0px);
    transition: transform 0.3s ease 0s;
    width: 100%;
}*/

.tabs-style-underline nav li.tab-current span::after {
    transform: translate3d(0px, 0px, 0px);
}
.tabs-style-underline nav span {
    font-weight: 400;
}
.tabs-style-underline nav li.tab-current::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #007ac2 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    top: 98%;
    width: 0;
}
.tabs-style-underline nav li#tab-1.tab-current::after {
        border-color: #95c11f transparent transparent;
}
.tabs-style-underline nav li#tab-3.tab-current::after {
        border-color: #de8b1b transparent transparent;
}

/* js-tab */
.js-tab.hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.js-tab {
    transition: all 0.7s ease 0s;
}


/*  ==========================================================================
    Pop-up
    ========================================================================== */

.pop-up-overlay {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    animation: showup 0.5s 0.5s forwards;
}
@keyframes showup {
    100% { opacity: 1;}
}
@-webkit-keyframes showup {
    100% { opacity: 1;}
}

.pop-up {
    position: relative;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;	
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* image */
.pop-up .item .image {
    position: relative;
    display: block;
}

/* caption */
.pop-up .item .caption { padding: 15px;}
.pop-up .item .caption .title {
    margin-bottom: 10px;
    color: #007ac2;
    font-size: 24px;
    font-weight: lighter;
}
.pop-up .item .caption .description { margin-bottom: 15px;}
.pop-up .item .caption :last-child { margin-bottom: 0;}

/* close-btn */
.pop-up .item .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 25;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    text-shadow: none;
    color: #007ac2;
    transition: 0.3s all;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.pop-up .item .close-btn:hover {
    background-color: #007ac2;
    color: #fff;
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    background-color: #007ac2;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .inner {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    min-height: 150px;
}

/* footer left */
.footer .left {
    width: 75%;
}
.footer .left .newsletter {
    position: absolute;
    width: 44%;
}

@media (max-width: 800px) { 
    .newsletter {
        margin-bottom: 20px !important;
    }
}

footer .left .newsletter .btn.iframe.desktop {
    position: absolute;
    bottom: 0;
    left: 8%;
}
footer .left .newsletter .btn.mobile {
    display: none;
    position: relative;
    bottom: 0;
}
.footer .left .brochure {
    position: absolute;
    width: 44%;
    height: 100%;
    left: 48%;
    padding-left: 4%;
    padding-right: 4%;
}
footer .left .brochure .btn {
    position: absolute;
    bottom: 0;
    left: 8%;
}
.footer .left .btn:hover {
    background-color: #fff;
    color: #95c11f;
}


/* footer left */
.footer .left h3 {
    color: #fff;
    font-family: "Open Sans",serif;
    font-size: 22px; 
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}
.footer .left p {
    color: #fff;
    line-height: 30px;
    margin: 0;
    
}
.footer .left form input, .footer .left form button {
    border-radius: 2px;
    box-sizing: border-box;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 10px 0;
    width: 49%;
}
.footer .left form input:last-of-type {
    margin-left: 2%;
}

.footer .left .btn {
    background-color: #95c11f;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
    width: auto;
}

.footer .left form .btn {
    width: 160px;
}

/* zoover */
.zoover #zoover-widget-entity-container{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zvr-widget--type3 .score-container {
    margin: 5px auto !important;
}
.zvr-widget .cta-link {
    padding: 0 !important;
}
    
.zoover, .footer .address {
    background: transparent;
}

/* address */
.footer .address { 
        padding-left: 4%;
    padding-right: 4%;
}
.footer .address.col-3 h4 {
    color: #fff;
    font-family: "Open Sans",serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.footer .address ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer .address li {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.footer .address ul li i {
    color: #8bbc2a;
    font-size: 16px;
    margin-right: 10px;
}
.footer .address ul li a {
    color: #fff;
    text-decoration: underline;
}
.footer .address ul li a:hover {
    color: #8bbc2a;
}

/* social */
.footer .address ul.social {
    margin: 10px 0 0;
}
.footer .address ul.social li {
    display: inline;
    font-size: 36px;
}
.footer .address ul.social li i {
    font-size: 36px;
    margin: 0;
    transition: 0.3s all ease;
}
.footer .address ul.social li i:hover {
    color: #fff;
}


/* ==========================================================================
   Nieuwsbrief inschrijven + Brochuren
   ========================================================================== */

/* Nieuwsbrief */
#mc_embed_signup_scroll label {
    color: #222 !important;
    display: block;
    width: 300px;
}
#mc_embed_signup_scroll input {
    height: 40px;
}
#mc_embed_signup_scroll .mc-field-group {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
}
#mc_embed_signup_scroll .button {
    background-color: #007ac2 !important;
    color: #fff;
    cursor: pointer;
    transition: 0.3s all ease;
}
#mc_embed_signup_scroll .button:hover {
    background-color: #95c11f !important;
}
#mc_embed_signup_scroll input, #mc_embed_signup_scroll select, #mc_embed_signup_scroll textarea {
    background-color: #efefef !important;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    color: #007ac2;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0;
    padding: 0 10px !important;
    width: 300px !important;
}

/* Brochure */
#mc_embed_signup_scroll .mc-field-group.input-group {
    display: block;
}
#mc_embed_signup_scroll .mc-field-group.input-group ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#mc_embed_signup_scroll .mc-field-group.input-group ul li {
    display: inline-block;
}
#mc_embed_signup_scroll .mc-field-group.input-group ul li input, #mc_embed_signup_scroll .mc-field-group.input-group ul li label {
    background: transparent !important;
    float: left;
    line-height: 40px !important;
    margin-right: 20px;
    width: auto !important;
}



/* ==========================================================================
   Images
   ========================================================================== */
 
.image img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* ==========================================================================
   CSS3 transition
   ========================================================================== */

a { transition: 0.3s;}
.btn { transition: background 0.3s;}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn {
	display: inline-block;
	background-color: #95c11f;
	color: #fff;
    padding: 10px 25px;
	text-decoration: none !important;
    border: none;
    cursor: pointer;
}
.btn:hover { background-color: #007ac2; color: #fff;}


/* ==========================================================================
   Forms
   ========================================================================== */

.form-horizontal .form-group label {
	margin-right: 20px;
    margin-bottom: 0;
}


select,
textarea,
input[type="text"],
input[type="password"] {
	display: inline-block;
	height: 30px;
	padding: 5px 6px;
	vertical-align: middle;
	border-radius: 2px;
	color: #595959;
	line-height: 20px;
}
input,
select,
textarea {
	width: 220px;
}
select,
textarea,
input[type="text"],
input[type="password"] {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
select.invalid,
textarea.invalid,
input[type="text"].invalid,
input[type="password"].invalid {
	border: 1px solid #d44950;
}
select.invalid:focus,
textarea.invalid:focus,
input[type="text"].invalid:focus,
input[type="password"].invalid:focus {
	border: 1px solid #d44950;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d44950;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select[multiple],
select[size],
textarea {
	height: auto;
}
select,
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* Size
   ========================================================================== */	
.input-sm 	{ width: 110px;}
.input-lg 	{ width: 260px;}


/* ==========================================================================
   Alerts
   ========================================================================== */


.alert-error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/* ==========================================================================
   Grid system
   ========================================================================== */


@media (min-width: 768px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left;}
	.col-12 { width: 100%;}
	.col-11 { width: 91.66666667%;}
	.col-10 { width: 83.33333333%;}
	.col-9 { width: 75%;}
	.col-8 { width: 66.66666667%;}
	.col-7 { width: 58.33333333%;}
	.col-6 { width: 50%;}
	.col-5 { width: 41.66666667%;}
	.col-4 { width: 33.33333333%;}
	.col-3 { width: 25%;}
	.col-2 { width: 16.66666667%;}
	.col-1 { width: 8.33333333%;}
}


/* ==========================================================================
   Responsive utility classes
   ========================================================================== */

.visible-phone { display: none !important;}
.visible-tablet { display: none !important;}
.hidden-desktop { display: none !important;}
.visible-desktop { display: inherit !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-tablet { display: inherit !important;}
	.hidden-tablet { display: none !important;}
}
@media (max-width: 767px) {
	.hidden-desktop { display: inherit !important;}
	.visible-desktop { display: none !important;}
	.visible-phone { display: inherit !important;}
	.hidden-phone { display: none !important;}
}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none;}
.slides > li { display: none; -webkit-backface-visibility: hidden;}
.slides img { width: 100%; display: block;}

.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides { display: block;}
* html .slides { height: 1%;}
.no-js .slides > li:first-child { display: block;}


/* ==========================================================================
   Logo-3w
   ========================================================================== */
   
.logo-3w { position: absolute; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/logo-3w.png);}