#footer .left,
#footer .right {
    background-color: transparent!important;
}

#footer .left {
    text-align: left;
}

#footer img {
    float: none!important;
    max-height: none!important;
}

#footer .right {
    text-align: right;
}


#creativefooter {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

#creativefooter .col {
    display: inline-block;
    vertical-align: middle;
    color: #2b2c7a;
    font-family:'PT Sans Narrow';
    font-size:14pt;
    padding-left: 10px;
}

#creativefooter .col .inner {
    padding: 10px;
}

#creativefooter .col:first-child {
    border-right: 1px solid rgba(0,0,0,0.25);
}

#creativefooter .col a {
    color: #2b2c7a;
    font-family:'PT Sans Narrow'!important;
}


#creativefooter .col .text,
#creativefooter .col .image {
    display: inline-block;
    vertical-align: text-top;
}

#creativefooter .col .text span {
    display: inline-block;
    font-size: 12pt;
    letter-spacing: normal;
}


@media(max-width: 480px) {
    #creativefooter div{
        border: 0!important;
        padding: 10px 0;
    }
}


@media(min-width:1024px){
    #footer .left img {
        width: 45%;
    }
}