
.UIFooterControl {
        margin: 0 auto;
        width: 1290px;
        /* text-align: center; */
        padding-top: 20px;
        padding-bottom: 20px;
}
.UIFooterControl .CopyRight {
        color: #212529;
        margin: 0 auto;
        padding: 20px 00px;
        width: 100%;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
}
.UIFooterControl a {
        color: #101010;
        font: 13px/1.5 Tahoma;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl .CopyRight .CopyRightText{
        margin-bottom: 5px;
        margin-top: 5px;
}
div#design_menu_footer {
        border-top: 1px solid #ffffff73;
        padding: 10px 0;
}
ul.social {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
}

ul.social li a {
        width: 30px;
        height: 30px;
        display: flex;
        background: #fff;
        align-items: center;
        justify-content: center;
        margin: 3px;
        border-radius: 50%;
        overflow: hidden;
        padding: 0;
}
span.icon-facebook {
        background: url(images/facebook-r.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}
span.icon-youtube {
        background: url(images/youtube.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 40px;
}
span.icon-tiktok {
        background: url(images/tiktok-r.png);
        background-position: center;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-size: 30px;
}
@media only screen and (max-width: 768px){
        .UIFooterControl * {
                justify-content: flex-start;
                align-items: flex-start;
                text-align: left;
        }
        .UIFooterControl{
                padding: 0 10px !important;
        }
}
