.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #101010;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #101010;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p{
        margin-bottom: 7px;
         color:white;
}
.UIFooterControl strong{
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 20px;
}


.bottom-menu {
    position: relative;
    background-color: #005995;
    height: 31px;
}

.bottom-menu {
    height: 42px;
}

.footer {
    position: relative;
    background: #006cb7 url(../images/bg-3.png);
    padding: 10px 0px;
}

.footer div {
    color: #fff;
    font-weight: normal;
}

.bottom-menu ul {
    padding-left: 0px !important;
}

.bottom-menu ul li {
    display: inline-block;
    width: auto;
    height: auto;
    color: #fff;
    padding: 0px 8px;
    margin-top: 8px;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 1px solid #303030;
    
}


.bottom-menu ul li:first-child {
    padding-left: 0px;
    border-left: 0px;
    
}