.init_home_additions
{
    background-image: url(icons/init_additions.png);
}
.init_baseboards
{
    background-image: url(icons/init_baseboards.png);
}
.init_bathroom_remodels,
.init_bathrooms
{
    background-image: url(icons/init_bathrooms.png);
}
.init_commercial_space
{
    background-image: url(icons/init_commercial.png);
}
.init_drywall
{
    background-image: url(icons/init_drywall.png);
}
.init_doors
{
    background-image: url(icons/init_doors.png);
    background-size: 50px;
}
.init_fencing
{
    background-image: url(icons/init_fencing.png);
}
.init_flooring
{
    background-image: url(icons/init_flooring.png);
}
.init_gutters
{
    background-image: url(icons/init_gutters.png);
}
.init_kitchen_remodels
{
    background-image: url(icons/init_kitchens.png);
}
.init_painting
{
    background-image: url(icons/init_painting.png);
}
.init_roofing
{
    background-image: url(icons/init_roofing.png);
}
.init_siding
{
    background-image: url(icons/init_siding.png);
}
.init_whole_home_remodels
{
    background-image: url(icons/init_whole_home_remodel.png);
}
.init_windows
{
    background-image: url(icons/init_windows.png);
}
.init_outdoor_living_spaces
{
    background-image: url(icons/init_outdoor_living.png);
}


/* Bathroom stuff */
.bath_full_remodel
{
    background-image: url(icons/bath_full_remodel.png);
}
.bath_liner
{
    background-image: url(icons/bath_liner.png);
}
.bath_shower_conversion
{
    background-image: url(icons/bath_shower_conversion.png);
}
.bath_shower_enclosure
{
    background-image: url(icons/bath_shower_enclosure.png);
}
.bath_shower_updates
{
    background-image: url(icons/bath_shower_updates.png);
}
.bath_walk_in_shower
{
    background-image: url(icons/bath_walk_in_shower.png);
}
.location
{
    background-image: url(icons/location.png);
}
.location:hover
{
    background-image: url(icons/location_white.png);
}
.phone
{
    background-image: url(icons/phone.png);
}
.email
{
    background-image: url(icons/email.png);
}
.commercial
{
    background-image: url(icons/commercial.png);
}
.person
{
    background-image: url(icons/person.png);
}
.residential,
.home
{
    background-image: url(icons/residential.png);
}
.cur_status
{
    background-image: url(icons/status.png);
}
    .cur_status:hover
    {
        background-image: url(icons/status_white.png);
    }
.phone, .email, .commercial, .residential, .home, .person, .cur_status
{
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3px center;
}
