.nav-main .navbar-brand { }
.nav-main .navbar-brand img { height: 50px; }

.footer-services .bg {
    background-image: url(img/footer-bg.jpg);
}
.footer-logos {
    height: 300px; background: #004883; padding: 30px 0;
}

.footer-copyrights {
    padding-top: 1.5rem;
}

.footer-logo {
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    background: none;
    border-radius: 0.25rem;
}

.footer-logo img {
    margin: 0 auto;
    height: 140px;
}

.footer-logo span {
    width: 50%;
    font-size: 0.9rem;
    line-height: 100%;
    display: inline-block;
    text-align: left;
    color: #13133A;
}

.footer-social, .footer-info {
    /*padding: 0;*/
}

.footer-social {
    width: 33.33%;
    margin-top: 5px;
}

.footer-info {
    width: 66.66%;
}

.footer-info .info {
    width: 50%;
}

footer {
    height: 138px;
}

body.explorer .items .card .distance {
    display: none;
}


/*
@media only screen and (min-width: 576px){ .footer-services { height: 506px; } }
@media only screen and (min-width: 768px){ .footer-services { height: 698px; } }
@media only screen and (min-width: 992px){ .footer-services { height: 920px; } }
@media only screen and (min-width: 1200px){ .footer-services { height: 1130px; } }
@media only screen and (min-width: 1200px){ .footer-services { height: 1130px; } }
*/
/*
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

.font-title, .col-main .description .item-title .font-title {
    font-family: 'Fira Sans', sans-serif; letter-spacing: -2px;
}

footer { background-image: url(img/footer-bg.jpg); background-color: #009ace; }
.footer-logo img { height: 76px; }

.item-author { display: none; }

*/

.wrapper_ad {
    display: none;
}


@media only screen and (max-width: 768px) {
    footer {
        height: auto;
    }
    .footer-logos {
        height: auto;
    }
}