html, body {
    height: 100%;
}

body {
    background: rgba(0, 0, 0, 0) url("../images/background-delft-half.jpg") no-repeat fixed center center / cover ;
    margin: 0;
    padding: 0;
}

.container.wrapper {
    background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
    border-top: 5px solid #4cb3e3;
    border-bottom: 5px solid #4cb3e3;

    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 500px) {
    .container.wrapper.col-count-1 {
        width: 490px;
    }
}

@media (min-width: 768px) {
    .container.wrapper.col-count-2 {
        width: 750px;
    }
}

@media (min-width: 817px) {
    .container.wrapper.col-count-2 {
        width: 800px;
    }
}

@media (min-width: 992px) {
    .container.wrapper.col-count-3 {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container.wrapper.col-count-3 {
        width: 1170px;
    }
}

@media (min-height: 520px) and (min-width: 600px) {
    .container.wrapper {
        margin-top: 0;
        margin-bottom: 0;

        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.header .main-row {
    padding: 10px 0;
}

.header .main-row img {
    max-height: 50px;
    display: inline-block;
}

@media (max-width: 991px) {
    .header .main-row .text-center {
        text-align: right;
    }
}

.small-hr {
    margin: 10px 0;
}

.panel {
    background-color: #fff;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    border-color: #dfe8f1;
}

.panel-body {
    padding: 15px 20px;
    position: relative;
}

.panel-body .img-responsive {
    border-radius: 0px;
}

h3.panel-title {
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
    line-height: 30px;
}

h3.panel-title .btn {
    margin-left: 5px;
}

.supersize-button {
    border: 1px solid transparent;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.supersize-button .btn-text {
    background-color: #00a1e2;
    padding: 20px;
    width: 220px;
    display: inline-block;
    float: left;
}

.supersize-button .btn-icon {
    background-color: #4cb3e3;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    float: left;
}

.supersize-container {
    margin: 20px 0;
}

@media (max-width: 1199px) {
    .col-count-3 .supersize-button .btn-text {
        width: 190px;
        padding: 10px;
    }

    .col-count-3 .supersize-button .btn-icon {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .col-count-3 .supersize-button .btn-icon {
        display: none;
    }

    .col-count-3 .supersize-button .btn-text {
        width: 148px;
    }
}

@media (max-width: 767px) {
    .col-count-3 .supersize-button .btn-icon {
        display: block;
    }
}

@media (max-width: 377px) {
    .supersize-button .btn-text {
        width: auto;
    }

    .supersize-button .btn-text, .supersize-button .btn-icon {
        padding: 10px;
    }
}

.privacy-statement-link {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.privacy-statement-link:hover {
    color: #333333;
    text-decoration: underline;
}

.footer {
    padding: 20px 0;
    border-top: 1px solid #eeeeee;
    font-weight: bold;
}

.footer img.img-responsive {
    display: inline-block;
}

.footer .version-info {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width: 519px) {
    .footer div {
        text-align: center;
    }

    .footer .pull-right {
        float: none !important;
        display: block;
    }
}