/* footer: text-color*/
.footer-text-light {
    color: #c0c0c0!important;
    font-weight: 500 !important;
}
.footer-text-light:hover {
    color: #00a3c8!important;
}

@media only screen and (max-width: 991px) {
   .float-right-xs{
    float: right!important;
}
}