.footer {
    height: 225px;
    background: #1c2832;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.footer span {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.copyright{background:url('/Files/App_002/images/bdr.jpg')no-repeat center top;}
.copyright p {
    text-align: center;
    color: #b0b2b4;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
}
.copyright a{text-align:center;color:#b0b2b4;font-size:12px;}
.copyright a:hover{color:#FFF}
.copyright img{padding: 0 5px;}

.rs_footer a {
    font-size: 22px;
    color: #a4a9ad;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    clear: left;
    display: inline-block;
    margin: 0px 25px 0px 25px;
}
.rs_footer a:hover{color:#fff;}

.rs_footer {
    position: relative;
    width: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

@media only screen and (max-width: 768px){
.rs_footer a {    margin: 0px 15px 0px 15px;}
.rs_footer {    margin: 25px 0;}
}


