

/*fixing bottom footer link colour*/
.footer_bottom a {
    color:#fff !important;
}
.footer_bottom a:hover {
    color:#00a2dd !important;
}
