/* FOOTER */
.cat__footer {
    margin-bottom: -1.36rem;
    background: #e4e9f0;
    -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
    padding: 0.1rem 1.42rem .54rem;
	position: fixed !important;
	bottom: 0px;
	width:100%;
}

.cat__footer__bottom {
    /*margin-top: .2rem;*/
    padding-top: 0.14rem;
    border-top: 1px solid #d2d9e5;
	
}

.cat__footer__company {
    /*padding-left: 3.57rem;*/
	text-align:center;
    position: relative;
    display: inline-block;
    float: none;
	width:100%;
}

@media (max-width: 767px) {
    .cat__footer__company {
        float: none;
        /*margin-top: 2.14rem;*/
    }
}

.cat__footer__company-logo {
    position: absolute;
    top: 0.35rem;
    left: 0;
    width: 39px;
}

.cat__config--superclean .cat__footer {
    margin-bottom: 0;
}
