@media (min-width: 768px) {
    .navbar {
        border-radius: 0px; !important; }
}

footer {
    background-color: #000;
    height: 60px;
    margin-top: -40px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
footer .logo {
    line-height: 50px; }
footer .logo img {
    height: 35px;
    width: auto; }
footer .footer-nav {
    text-align: right; }
footer .footer-nav ul {
    list-style: none; }
footer .footer-nav ul li {
    margin-right: 10px;
    line-height: 50px; }
footer .footer-nav ul li a {
    color: #FFF; }


.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }
.navbar-header:after {
    clear: both; }
@media (min-width: 768px) {
    .navbar-header {
        float: left; } }

.navbar-inverse {
    background-color: #000; }

.navbar {
    min-height: 60px; }

.navbar-brand {
    padding: 6px 35px; }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

