html,
body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
}

a:link, a:visited {
    color: #404448;
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #7d8185;
}

.wrap .top {
    height: 5%;
    background: #000000;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.wrap .bottom {
    height: 5%;
    background: #000000;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.left {
    display: table-cell;
    vertical-align: top;
    min-width: 250px;
}

.right {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-bottom: 50px;
}

.header {
    line-height: 17px;
    background: #000000;
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 16%;
}

.header .title {
    font-size: 16px;
    color: #ffffff;
    margin-top: 7vh;
    margin-left: 25px;
    display: inline-block;
}

@media (max-height: 750px) {
    .header .title {
        margin-top: 6vh;
    }
    .header .breadcrumbs {
        bottom: 6px !important;
    }
}

@media (max-height: 690px) {
    .header .title {
        margin-top: 5vh;
    }
}

@media (max-height: 570px) {
    .header {
        height: 18%;
    }
}

.header .title .subtitle {
    font-size: 12px;
    color: #dedede;
    width: 78%;
    margin-top: 5px;
}

.header .social {
    display: inline-block;
    float: right;
}

.header .breadcrumbs {
    color: #ffffff;
    position: absolute;
    right: 260px;
    font-size: 10px;
    bottom: 12px;
}

.menu {
    height: 100%;
    vertical-align: middle;
    text-align: center;
    min-width: 250px;
    position: fixed;
    overflow-y: auto;
    padding-bottom: 108px;
}

.menu-bottom {
    height: 15%;
    background: #000000;
    position: fixed;
    width: 250px;
    z-index: 1;
    bottom: 0;
}

.menu img.menuDecoration {
    width: 10vw;
    margin: 65px 0 30px 0;
    cursor: pointer;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul li {
    display: block;
    margin-bottom: 2px;
}

.menu a:link, .menu a:visited {
    text-decoration: none;
    color: #000000;
    font-size: 11px;
}

.menu a:active, .menu a:hover, .menu a:focus {
    color: #969696;
}

.content {
    vertical-align: top;
    padding: 231px 0 30px 0;
    width: 45%;
    margin: 0 auto;
    text-align: justify;
}

.content.homepage {
    padding: 26vh 0 0 1%;
    width: 100%;
}

.content.events {
    padding: 231px 6px 30px 20px;
    width: 100%;
}

.home {
    text-align: center;
}

.home img {
    width: 94vh;
}

#events tr:first-of-type td {
    font-weight: bold;
    padding: 10px 7px 10px 0;
    text-align: left;
}

#events tr:first-of-type td:first-child {
    padding-left: 8px;
    min-width: 82px;
}

#events td {
    vertical-align: top;
    text-align: left;
    padding: 18px 16px 18px 0;
}

#events td:first-child {
    padding-left: 8px;
}

#events td:last-child {
    padding-right: 8px;
    word-wrap: break-word;
    max-width: 200px;
}

#events tr:nth-of-type(odd) {
    background: #f7f7f7;
}

.subscribeField {
    border: 1px solid #000000;
    padding: 7px 9px;
    font-size: 17px;
    letter-spacing: 1px;
}

.subscribeButton {
    background: #000000;
    border: 0;
    padding: 8px 19px 10px 19px;
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
}

.subscribeButton:hover, .subscribeButton:active, .subscribeButton:focus {
    background: #4e4e4e;;
}

img.pageImage {
    width: 50%;
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
}

img.pageImage.big {
    width: 100%;
}

.contentTitle {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.errorPage {
    text-align: center;
    font-size: 20px;
}

.mobileMenuButton {
    display: none;
}

@media (max-width: 750px) {
    .wrap .top {
        display: none;
    }

    .mobileMenuButton {
        display: block;
        position: fixed;
        left: 10px;
        width: 40px;
        top: 15px;
    }

    .menu-bottom {
        display: none;
    }

    .left {
        min-width: 0;
    }

    .right {
        display: block;
    }

    .subtitle {
        display: none;
    }

    .header .breadcrumbs {
        position: static;
        margin: -14px 0 11px 0;
    }

    .right .header {
        text-align: center;
        background: #000000;
        position: fixed;
        width: 100%;
        z-index: 1;
        height: auto;
    }

    .right .header .title {
        font-size: 16px;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 23px;
        margin-left: 0;
        display: block;
    }

    .menuDecoration {
        display: none;
    }

    .menu {
        text-align: center;
        height: 0;
        background: #313131;
        min-width: auto;
        width: 100%;
        position: fixed;
        padding-bottom: 10px;
        padding-top: 40px;
        margin-top: 25px;
        overflow-y: auto;
    }

    .menu.homepage {
        margin-top: 10px;
    }

    .header.homepage .mobileMenuButton {
        top: 9px;
    }

    .menu ul li {
        margin-bottom: 4px;
    }

    .menu.auto {
        height: 100%;
    }

    .menu a:link, .menu a:visited {
        color: #ffffff;
        font-size: 16px;
    }

    .menu a:active {
        color: #bfbfbf;
    }

    .menu .menu-content a:link, .menu .menu-content a:visited {
        color: #d6d6d6;
    }

    .menu .leaf-content a:link, .menu .leaf-content a:visited {
        color: #f5f5f5;
    }

    .content {
        width: 58%;
        padding-top: 160px;
        word-wrap: break-word;
    }

    .content.homepage {
        padding: 110px 0 0 0;
    }

    .content.homepage .home img {
        width: 80%;
    }

    img.pageImage {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .content {
        width: 90%;
        padding-top: 140px;
    }
}