.UIFooterControl {
        margin: 0 auto;
        width: 100%;
        max-width: var(--main-width);
        padding: 40px 0;
        text-align: -webkit-match-parent;
}
.UIFooterControl .CopyRight {
        color: #fff;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #fff;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
@media (max-width: 1023px){
        .UIFooterControl{
        	padding: 10px!important
        }
}
@media only screen and (max-width: 768px) {
        .UIFooterControl  table tr {
                display: flex;
                flex-direction: column;
        }
        .UIFooterControl  table tr td {
                width: 100% !important;
                text-align: center;
        }
        .UIFooterControl {
        	padding: 15px 10px!important;
        }
}
@media only screen and (max-width: 450px) {
        .UIFooterControl  table tr td table{
                width: 100%;
        }
        .UIFooterControl  table tr td table img{
                max-width: 150px !important;
        }
}
