html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    min-height: 100%;
    padding-top: 180px;
}

.font-secondary {
    font-family: 'Merriweather', serif;
    line-height: 2rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.header-navbar {
    border-bottom: 1px solid #999;
}

.main-navbar {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
}



h1.main-title {
    color: #e90400;
}

.gallery-image {
    display: block;
    position: relative;
}

.gallery-image-label {
    position: absolute;
    bottom: 0;
    padding: 5px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    font-weight: bold;
    color: #000;
}

.content-main {
    padding-bottom: 160px;
}

ul.g-languages li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

footer {
    position: relative;
    margin-top: -100px;
    height: 100px;
    clear: both;
    padding-top: 20px;
    background-color: #000;
    color: #fff;
}

footer a,
footer a:active,
footer a:hover,
footer a:link,
footer a:visited {
    color: #fff;
}

@media (min-width: 992px) {
    footer {
        margin-top: -60px;
        height: 60px;
    }
}

table.table tbody tr td {
    white-space: nowrap;
}
table.table tbody tr td.max {
    width: 100%;
}
