/* FOOTER */
.footer {
    margin-top: 0rem;    
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
    padding-top: 5px;
    position:absolute;
    bottom: -50px;
    z-index: 2;
    left: 0;
    right: 0;
    height: 60px;
}
.footer .footer__company img{
    max-height:45px;
    width:auto;
}
.footer a{
	color:#ffbc36;
}

.footer__bottom {
    margin-top:2rem;
    padding: 5px 12px;
    border-top: 0px solid #d2d9e5;
    background: #e4e9f0;
}

.footer__company {
    padding-left: 4.84rem;
    position: relative;
    display: inline-block;
    float: right;
}

@media (max-width: 767px) {
    .footer__company {
        float: none;
        margin-top: 2.3rem;
    }
}

.footer__company-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 4.3rem;
}

.config--superclean .footer {
    margin-bottom: 0;
}
