/***************************************************************/
/*                             Footer                          */
/***************************************************************/

.site-footer .container-fluid .row-fluid {
    height: 100px;
}

#logo-footer, #logo-footer-small, #logo-footer-eurekoi, #logo-footer-syrtis, #logo-footer-syrtis-small {
	display: block;
    float: left;
    position: relative;
    background-position: center;
    margin-top: 5px;
    
    height: 90px;
    background-image: url(/sites/all/themes/progilone/logo-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#logo-footer-small {
    display: none;
}
#logo-footer-syrtis, #logo-footer-syrtis-small {
    background-image: url(/sites/all/themes/progilone/logo-syrtis.png);
}
#logo-footer-eurekoi {
    background-image: url(/sites/all/themes/progilone/images/logo_eurekoi.jpg);
}
#logo-footer-syrtis-small {
    display: none;
    background-image: url(/sites/all/themes/progilone/logo-syrtis.png);
}

#menu-footer {
	line-height: 100px;
}
#menu-footer ul li {
    float: left;
    margin-left: 20px;
}
#menu-footer ul li a,
#menu-footer ul li a.active-trail {
    color: grey;
    text-transform: uppercase;
    font-size: 13px;
}

.view-footer {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.region-footer-fifth ul {
    display: block;
}

.region-footer-fifth li {
    float: left;
    padding: 0 2rem 0 2rem;
}

.site-footer {
    font-family: inherit;
    padding: 0;
}

.site-footer__bottom {
    margin: 0;
}

/* Responsive */

@media (max-width: 992px) {
    .site-footer {
        height: auto;
    }
    .site-footer .container {
        margin-top: 5px;
    }
    #logo-footer {
        display: none;
    }
    #logo-footer-small {
        margin-bottom: 10px;
        display: block;
    }
    #img-logo-footer {
        float: left;
    }
    #menu-footer {
        margin-top: 20px;
        margin-bottom: 0;
    }
    #menu-footer ul {
        padding-left: 0;
        margin-left: 0;
    }
    #menu-footer ul li {
        float: none;
        margin-left: 0;
        line-height: initial;
    }
    #logo-footer, #logo-footer-small, #logo-footer-eurekoi, #logo-footer-syrtis, #logo-footer-syrtis-small {
        margin-top: 0;
    }
}

/* Fin responsive */



/***************************************************************/
/*                          Fin Footer                         */
/***************************************************************/