.UIFooterControl {
        margin: 0 auto;
        width: 100%;
}
.UIFooterControl .CopyRight {
        color: #f0f0f0;
        font-family: "NotoSans", sans-serif !important;
        margin: 0 auto;
        padding: 10px 0;
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        border-bottom: solid 1px #dedede;
}
.UIFooterControl a {
        color: #f0f0f0;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
}
.UIFooterControl .Design {
        text-align: left;
        font-size: 15px;
        margin: 5px 0;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
}
.UIFooterControl .CopyRight>br{
        margin-bottom: 10px;
}
div#design_menu_footer {
        border-top: 1px solid #ffffff7a;
        padding-top: 10px;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
}
@media only screen and (max-width: 1023px){
        div.UIFooterControl img{
                max-width: 50% !important;
        }
        div.UIFooterControl {
                padding: 15px !important;
        }
        div.UIFooterControl img[alt="image banner"] {
                max-width: 20px !important;
        }
}
