﻿#map {
    width: 100%;
    height: 400px;
}

.project-main-image
{
    margin-bottom:15px;
}

.project-intro {
    font-weight: bold;
}

.project-video {
    clear: both;
}

    .project-video > h2 {
        text-align: left;
        color: #e33131;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: 700;
        font-size: 16px;
    }

.choose-month {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

    .choose-month select {
        text-align: center;
        border: 1px solid #666;
        width: auto;
        min-width: 180px;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
        appearance: menulist;
    }

        .choose-month select option {
            padding: 2px 4px;
            text-align: center;
            font-size: 18px;
        }

#ddl-months {
}

.month-select-link {
    width: 24px;
    height: 24px;
}

.previous-month, .current-month, .next-month {
    font-size: 20px;
    padding: 2px 4px;
    margin: 0 !important;
}

.previous-month {
    margin-right: 12px;
}

.current-month {
    margin-left: 12px;
}

.project-images-thumb {
    float: left;
    width: 100%;
}

    .project-images-thumb a {
        float: left;
        /* ! */
        width: 103px;
        position: relative;
        margin: 0 10px 10px 0;
        background-color: #f7f7f7;
    }





        .project-images-thumb a .caption {
            /* ! */
            width: 103px;
            position: absolute;
            z-index: 2;
            top: 50px;
            color: white;
            text-align: center;
            font-size: 12px;
            text-transform: lowercase;
            background: rgba(0, 0, 0, 0.75);
        }

        .project-images-thumb a.image-unavailable .caption {
            background: rgba(0, 0, 0, 0.10);
        }

        .project-images-thumb a:hover .caption {
            background: rgba(227, 49, 49, 0.85);
        }

        .project-images-thumb a:nth-child(5n+5), .project-images-thumb a:last-child {
            margin-right: 0;
        }

    .project-images-thumb img {
        /* ! */
        width: 103px;
        min-height: 77px;
        margin: 0;
        float: left;
    }

/* mobile dubbele apenstaart ivm error */
@media (max-width: 767px) {

    .project-images-thumb a {
        float: left;
        width: 100%;
        position: relative;
        margin: 0 10px 10px 0;
        background-color: #f7f7f7;
    }

    .project-images-thumb img {
        width: 100%;
    }

    .project-images-thumb a .caption {
        top: auto;
        bottom: 0;
        width: 100%;
    }
}

