

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