/* @media all and (max-width: 991px) {
    img.logo {
        width: 50%;

    }
    .navbar-collapse {
        padding: 15px;
    }

    .columnLeft {
        display: none;
    }

    .columnLeft.logodiv {
        display: block;
    }

    .footerBg {
        z-index: 0;
    }

    #container {
        background: none !important;
    }

    nav.navbar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 500;
        width: 100%;
    }

    .navbar-header button {
        z-index: 900;
        position: fixed;
        right: 10px;
        top: 10px;
    }

    .navbar-collapse a {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 1.3em;
    }

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a:hover {

    }

    body, html {
        margin: 0;
        height: 100%;
        overflow-x: auto;
    }

    .col-md-2 a img {
        width: 50%;

    }

    table.agenda, table.agenda thead, table.agenda tbody, table.agenda th, table.agenda td, table.agenda tr {
        display: block;

    }

    table.agenda {
        width: 90%;
    }

    table.agenda thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.agenda tr {
        border-bottom: 1px solid rgb(219, 77, 105);
    }

    table.agenda td {
        border: none;

        position: relative;
        padding: 0;
        padding-left: 30%;
        height: 65px;
        padding-top: 10px;

    }

    table.agenda td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 25%;
        padding-right: 10px;
        white-space: nowrap;
        color: rgb(219, 77, 105);
    }

    table.agenda td:last-child {
        text-align: left;
    }

    table.agenda td:nth-of-type(1):before {
        content: "Uren";
    }

    table.agenda td:nth-of-type(2):before {
        content: "Titel";
    }

    table.agenda td:nth-of-type(3):before {
        content: "Datum";
    }

    table.agenda td:nth-of-type(4):before {
        content: "Niveau";
    }

    table.agenda td:nth-of-type(5):before {
        content: "Sprekers";
    }

    table.agenda td:nth-of-type(6):before {
        content: "Plaats";
    }

    table.agenda td:nth-of-type(7):before {
        content: "Prijs";
    }

    table.agenda td:nth-of-type(8):before {
        content: "Date of Birth";
    }

    a.accordion-heading {
        position: relative;
        margin-top: 50px;
        padding: 15px;
    }

    a.accordion-heading time {
        width: 100%;
        top: -25px;
        position: absolute;;
        height: 25px;
        left: 0px;
    }

    a.accordion-heading .fa.pull-right {
        position: absolute;
        left: -30px;
        top: -25px;
    }

} */


/* New Responsive styles */
@media (max-width: 991px) {
    .copyright-text {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}