* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    background: #f5f8fa;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a.witlink:link {
    color: #FFF;
}

a.witlink:hover {
    color: #FFF;
}

a.witlink:visited {
    color: #FFF;
}

h1 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
}

h2 {
    font-size: 18px;
    font-weight: 600;
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

section#home {
    background: url(../images/intro-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 750px;
    padding-top: 60px;
}

section#informatie {
    background: #FFF;
    text-align: center;
}

section#informatie h1 {
    font-size: 36px;
    margin: 20px 0;
}

section#informatie h2 {
    font-size: 20px;
    color: #999;
}

section#informatie i {
    font-size: 36px;
}

section#informatie h3 {
    font-size: 18px;
}

section#informatie .introText {
    margin: 40px 0;
    font-size: 16px;
}

section#informatie .blok {
    margin: 20px 0;
}

.size12 {
    font-size: 12px;
    line-height: 16px !important;
}

.voorwaarden {
    font-size: 12px !important;
    line-height: 16px !important;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

.navbar {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.navbar-inverse {
    background: #73bc34;
    border-bottom: none;
}

.navbarbg {
    background: #85b337;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    display: block;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #FFF;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFF;
}

.navbar-brand {
    padding: 5px 0 0 15px;
}

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

/*
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background:#82BC00;
	color:#FFF;
}
*/
.signupsocial {
    margin: 60px 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: pointer;
    display: block;
}

a.btn-warning {
    color: #FFF;
}

a.btn-success {
    background: #85b337;
    color: #FFF;
}

.btn-success {
    background: #85b337;
    color: #FFF;
}

.paddingtop {
    padding-top: 50px;
}

ul#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

ul#menu li {
    float: left;
    margin: 0 25px 0 0;
    width: 60px;
    text-align: center;
}

ul#menu li img {
    display: block;
    margin: 0 auto 5px auto;
}

ul#menu li a {
    color: #FFF;
    text-decoration: none;
    opacity: 0.7;
}

ul#menu li a:hover {
    opacity: 100;
}

.whitebg {
    background: #FFF;
}

.intro {
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    margin: 60px 0 0 0;
    font-size: 16px;
    padding: 1px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.intro .btn-secondary {
    color: #000;
}

.intro h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;

}

.intro h2 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #FFF;
}

.intro ul {
    margin: 0;
    padding: 0;
}

.intro ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

.intro p {
    line-height: 22px;
    margin-bottom: 20px;
}

.inner {
    padding: 5px;
}

.loginbtn {
    margin-top: 15px;
}

.loginbtn a {
    color: #FFF;
}

.loginform {
    padding: 5px 10px;
    width: 200px;
}

.loginform a {
    color: #000;
}

#microblog {
    padding: 5px;
    font-family: Arial, Helvetica;
    font-size: 14px;
    width: 468px;
}

.filename {
    font-style: italic;
    color: #999;
    margin: 0 0 5px 0;
}

.bold {
    font-weight: bold;
}

.albumbtn {
    width: 180px;
    height: 180px;
    padding: 20px 0;
    border: dashed #EEE 4px;
    color: #EEE;
    text-align: center;
}

.albumbtn a {
    color: #ddd;
}

.albumbtn .glyphicon {
    font-size: 32px;
    margin: 30px 0 0;
}

.albumItem {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #D8D8D8;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.albumItem .glyphicon-picture, .albumItem .fa {
    display: block;
    font-size: 100px;
    text-align: center;
    opacity: 0.1;
    margin: 0 0 5px 0;
}

.albumItem a {
    color: #999;
}

.albumItem a:hover {
    text-decoration: none;
    color: #000;
    opacity: 1 !important;
}

.albumItem .preview {
    width: 160px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
}

#map {
    width: 100%;
    height: 400px;
}

.embed-responsive {
    margin: 10px 0;
}

.tab-content {
    padding-top: 20px;
}

ul.voordelen {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

ul.voordelen li {
    margin: 5px 0;
    padding: 2px 0;
}

.push {
    height: 100px;
}

.footer {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    height: 100px;
}

.copyright {
    text-align: center;
    font-size: 11px;
    color: #999;
}

.copyright a {
    color: #999;
}

.feedback-btn {
    background: #000;
    border: solid #FFF;
    border-width: 2px 2px 0 2px;
    padding: 10px;
    display: block;
    position: fixed;
    bottom: 0;
    right: 100px;
}

.feedback-btn a {
    color: #FFF !important;
    font-weight: bold;
    text-transform: uppercase;
}

.referenties {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 60px;
}

.referenties h3 {
    margin-top: 0;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.instaThumb {
    margin: 0 0 10px 0;
    border: solid 1px #D8D8D8;
}

#landen .thumb {
    text-align: center;
}

#landen .thumb .naam {
    margin: 10px 0 0 0;
    font-weight: bold;
    display: block;
}

#landen .thumb .plaats {
    font-style: italic;
}

#premium .premiumbox {
    border: 4px solid #DDD;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 15px;
    text-align: center;
}

#premium .extrabox {
    margin-top: 25px;
    text-align: left;
}

#premium ul.premiumList {
    padding: 0;
    margin: 20px 0;
}

#premium ul.premiumList li {
    border-bottom: 1px dashed #DDD;
    padding: 5px 0;
    list-style: none;
}

#premium ul.premiumList li h2 {
    margin-top: 0;
}

#premium .premiumbox .prijs {
    text-align: center;
    font-size: 18px;
}

#premium .btn {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}

#premium i {
    font-size: 30px;
    color: #4dadea;
}

#premium .extrabox i {
    color: #4dadea;
    font-size: 18px;
}

.post-box {
    margin: 15px 0 15px 0;
}

.nav-tabs .notice {
    background-color: orange;
    color: white;
}

.nav-tabs .notice:hover {
    background-color: orange;
}

.travelguidecontainer {
    background-color: #85b339;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f1ffe2;
}

.travelguidecontainer a {
    color: #f1ffe2;
    font-weight: bold;
}

div#landen img {
    max-width: 100%;
}

.navbar-nav {
    margin-left: 30px;
}

.status-update-title {
    font-size: 14px;
}

.btn-std {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    background-color: #73BC34 !important;
}

.btn-second {
    background-color: #fff;
    color: #73BC34;
}

button.toggle {
    background-color: #F5F5F5;
    border: 1px solid black;
    border-radius: 0px;
    float: left;
    color: #73BC34;
    padding: 5px;
}

button.isSelected {
    background-color: #73BC34;
    color: #fff;
}

button.isSelected:hover {
    cursor: default;
}

.spacer {
    clear: both;
}

.registerTab {
    display: none;
}

#registerForm {
    display: none;
}

#tripOverview {

}

#tripOverview .trip {
    border: solid #d3e0e9 1px;
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
}

#tripOverview .trip .title {
    width: 100%;
    font-weight: bold;
}

#tripOverview .trip .location {
    width: 100%;
    margin: 5px 0;
}

#tripOverview .trip .dates {
    width: 100%;
    margin: 5px 0;
}

#tripOverview .trip .cta {
    width: 100%;
}

#tripOverview .trip .cta a button {
    width: 100%;
}

.featured-post {
    border: solid 1px #f0ad4e;
}

.alert-info-box {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin: 15px 0;
}

.imageEdit {
    text-align: center;
}

.imageEdit .editHover {
    color: rgba(0, 0, 0, 0);
    font-size: 52px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 150px;
}

.imageEdit .editHover:hover {
    opacity: 0.4;
    color: black;
}

.lb-nav a.lb-next { opacity: 1 !important; }

.lb-nav a.lb-prev { opacity: 1 !important; }

@media (max-width: 480px) {
    section#informatie h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .mobilesmall {
        padding-left: 5px;
        padding-right: 5px;
    }

    .post {
        padding: 10px;
    }

    .albumItem .preview {
        width: inherit;
        height: inherit;
    }
}

@media (max-width: 1024px) {
    .albumItem .preview {
        width: inherit;
    }

    .navbar-brand {
        height: 50px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .pull-right {
        float: none !important;
    }

    .albumItem .preview {
        width: inherit;
    }

    .referenties {
        margin-top: 25px;
        padding: 20px;
    }
}

@media (min-width: 1300px) {
    section#home {
        background-position-y: -140px;
    }
}