/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

body.la-taupe {
    background: url('../../images/la-taupe/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body.het-vlinderhuisje {
    background: url('../../images/vlinderhuisje/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

body.verhuur {
    background: url('../../images/general-huisjes/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

.box-success {
    display: none;
    margin-top: 10px;
    color: #4ea947;
    font-size: 13pt;
}
.box-error {
    display: none;
    margin-top: 10px;
    color: #CE584D;
    font-size: 13pt;
}

.spacer {
	padding-top: 5px;
}
.table {
    max-width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}


hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 10px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding-top: 5px;
}

.kalender ul {list-style-type: none;}

.maand {
    padding: 25px 25px;
    width: 100%;
}

body.la-taupe .maand {
    background: #5cb85c;
}

body.het-vlinderhuisje .maand {
    background: #337ab7;
}

.maand ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

.maand ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.maand .prev {
    float: left;
    padding-top: 10px;
}

body.la-taupe .maand a:link, a:visited, a:hover, a:active {
	text-decoration: none;	
	color: #06710a;
}

body.het-vlinderhuisje .maand a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #fff;
}

.maand .next {
    float: right;
    padding-top: 10px;
}

.weekdagen {
    margin: 0;
    padding: 10px 0;
    background-color:#ddd;
}

.weekdagen li {
    display: inline-block;
    width: 12.5%;
    color: #666;
    text-align: center;
}

.weekdagen ul {list-style-type: none;}

.dagen {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.dagen li {
    list-style-type: none;
    display: inline-block;
    width: 12.5%;
	padding: 16px 0px;
    text-align: center;
    margin-bottom: 5px;
    font-size:16px;
    color:#777;
}

.dagen li .active {
    padding: 5px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	font-weight: bold;
	border-radius: 15%;
}

.dagen li .bezet {
	border-radius: 15%;
	background: #f99797;
	z-index: -1;
	padding: 5px;
}

img.small-inline {
    max-width: 300px;
}

div.small-inline-image {
    width: 300px;
    height: 200px;
}

.dagen ul {list-style-type: none;}

@media screen and (min-width: 310px) {
    .weekdagen li {
        width: 13%;
    }

    .dagen li {
        width: 13%;
    }
}

@media screen and (min-width:768px) {
    .weekdagen li {
        width: 13.6%;
    }

    .dagen li {
        width: 13.6%;
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}