/*
* Code by : Christian Samuel - Crafion
* Contact : christiansammmm@gmail.com
* © 2016
*/
a:hover, a:focus, a:hover > * {
    text-decoration: none;
}

.btn {
    background: none;
    border: 2px solid #333;
    border-radius: 0;
    padding: 5px 10px;
    color: #333;
}

/*colors*/
.white{
    color:#fff !important;
}
.red{
    color: #da251c !important;
}
.blue{
    color: #003466 !important;
}
.black{
    color:#333 !important;
}
.gray{
    color:#ccc !important;
}

.bg-white{
    background-color:#fff !important;
}
.bg-red{
    background-color: #da251d !important;
}
.bg-blue{
    background-color: #003466 !important;
}
.bg-black{
    background-color:#333 !important;
}
.bg-gray{
    background-color:#ccc !important;
}
/*end of colors*/