.primary-c{
    background-color: #5E9BC7 !important;
}

.front-page{
    background-image: url('/img/football_players_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container-bg{
    /*    background-color: rgba(0, 0, 0, 0.1) !important;*/
}

.btn-cprimary{
    background-color: #51A69F !important;
    border-color: #51A69F !important;
}

.btn-cprimary:hover{
    background-color: #1d6660 !important;
    border-color: #1d6660 !important;
}

.btn-standard{
    background-color: #c4c4c4 !important;
}

.btn-plus{
    background-color: #90afe0 !important;
}

.btn-ultimate{
    background-color: #c9c551 !important;
}

.btn-installer{
    width: 150px;
}