.footer {
    margin-top: 1px;
    /*position: fixed;
    bottom: 0;
    width: 100%;*/
    clear: both;
    /* Set the fixed height of the footer here */
    height: 45px;
    background-color: #FFF;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
}

.footerlogin {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #FFF;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
}


.footer.toggled {
    padding-left: 355px;
}

.footerline {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 60px;
    background-color: #a8a8a8;
    padding-left: 300px;
}

@media ( max-width: 768px) {
    .giro {
        display: none !important;
    }

    .footer {
        padding-left: 315px;
    }

    .footer.toggled {
        padding-left: 15px;
    }
}
