.UIFooterControl {
        color: #f8f9fa;
        font: 10pt/20px arial;
        margin: 0 auto;
        position: relative;
        width: 100%;
        padding: 10px;
}
.UIFooterControl .CopyRight {
        padding: 10px 0 0 10px;
}
.UIFooterControl a {
        color: #fff;
        font: bold 10pt arial;
}
.UIFooterControl .Design {
        position: absolute;
        right: 10px;
        top: 16px;
}
@media screen and (max-width: 768px) {
        .UIFooterControl .Design {
                display: none !important;
        }
        .UIFooterControl img {
                width :150px!important;
                height :auto !important;
        }
}
