#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 33.33% !important;
    float: left;
    position: relative
}

#progressbar #step01:before {
    font-family: FontAwesome;
    content: "\f3c5"
}

#progressbar #step02:before {
    font-family: FontAwesome;
    content: "\e066"
}

#progressbar #step03:before {
    font-family: FontAwesome;
    content: "\f084"
}

#progressbar #step04:before {
    font-family: FontAwesome;
    content: "\f53a"
}

#progressbar #step05:before {
    font-family: FontAwesome;
    content: "\f007"
}

.bg-gold {
    background-color: #f1c40f !important;
    color: #000000 !important;
}

.bg-platinum {
    background-color: #E5E4E2 !important;
    color: #000000 !important;
}

.bg-titanium {
    background-color: #878681 !important;
    color: #FFFFFF !important;
}