* {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1170px;
}
.UIFooterControl p{
margin-bottom: 0!important;
        margin-top:5px;
}
.design_menu_footer .design p {
    margin-bottom: 5px;
}
.UIFooterControl .CopyRight {
        color: #fff;
        margin: 0 auto;
        padding: 20px 00px;
        width: 100%;
        font-size: 15px;
}
.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;
    margin-top: 20px;
    padding-top: 20px;
}
@media only screen and (max-width: 1023px){
        .UIFooterControl * {
                justify-content: flex-start;
                align-items: flex-start;
                text-align: left;
        }
        .UIFooterControl{
                padding: 0 10px !important;
        }
}
