.footer {
        height: 134px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #424445;
        padding-top: 20px;
        text-align: center;
        vertical-align: top;
        width: 100%;
        clear: both;
        min-width: 904px;

        img {
            margin-right: unset;
            float: none;
        }
    }
    
    .hide-element {
	    display: none!important;
    }
    
    .operated-by {
        color: #fff;
        font-family: 'PT Sans Narrow', sans-serif;
        padding-bottom: 7px;
        font-size: small;
        font-weight: 400;
    }
        
    .logo {
        width: 112px;
        height: 38px;
        vertical-align: middle;
    }
