body {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 80px;
}

a {
    color: #cc2008;
    text-decoration: none;
}

a:focus, a:hover {
    color: #c84834;
    text-decoration: none;
}

.mobile-header {
    font-size: 40px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #e04b37;
    border-radius: 4px;
}

.nav > li > a {
    border-bottom: 2px solid white;
    background-color: white;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    border-bottom: 2px solid #c84834;
    background-color: white;
}

.page-header {
    font-family: sans-serif;
    font-weight: 600;
}

figure.fig-galeria {
    height: 160px;
}

figure.fig-tynki {
    height: 220px;
}

tr td:nth-child(2n) {
    text-align: right;
}

.img-gallery {
    padding-bottom: 20px;

}

.text-muted {
    margin: 16px 0 0 0;
    font-size: 12px;
	color: #585858;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .nav > li > a:focus, .nav > li > a:hover {
        border-bottom: 2px solid white;
    }

    .footer {
        height: 90px;
    }

    figure.fig-tynki {
        height: 240px;
    }
}