.UIFooterControl {
    margin: 0 auto;
    width: 100%;
}

.UIFooterControl .CopyRight {
    color: #fff;
    margin: 20px 0;
    width: 100%;
}

.UIFooterControl .CopyRight p {
    font-size: 14px;
}

.UIFooterControl .CopyRight p:last-child {
    margin-bottom: 0;
}

.UIFooterControl .CopyRight .Design p {
    margin: 0;
}

.UIFooterControl a {
    color: #101010;
    font: 13px/1.5 arial;
}

.UIFooterControl .Design {
    /* text-align: right; */
}

@media only screen and (max-width: 992px) {
    div.UIFooterControl {
        margin: 0 !important;
        padding: 0 !important;
    }

    .UIFooterControl .CopyRight p {
        /*margin-bottom: 15px !important;*/
        text-align: left;
        align-items: start !important;
    }

    .UIFooterControl .CopyRight p strong {
        text-align: left;
        align-items: start !important;
    }
}