.text-white {
    color: #fff;
}

.text-grey {
    color: #3D3935;
}

.text-grey-lite {
    color: #686868;
}

.text-blue {
    color: #91a3b5;
}

.link-text-blue:hover .text-grey-lite {
    color: #0086D6 !important;
}

.link-text-white:hover .text-white {
    color: #80c8ed !important;
}