a {
    color: #cc8e35;
}
a:hover {
    color: #cd6133;
}


.bg-custom-1 {
    background-color: #cc8e35;
    color: #fff;
}

.bg-custom-2 {
    background-color: #2c3e50;
    color: #fff;
}
.text-custom-1 {
    color: #cc8e35;
}
.bg-light-custom {
    background-color: #f0f0f0;
}
.bg-dark-custom {
    background-color: #2c3e50;
    color: #fff;
}
.bg-custom-1 {
    background-color: #cc8e35;
    color: #fff;
}
.btn.btn-custom-1 {
    background-color: #cc8e35;
    color: #ffffff;
}
.btn.btn-custom-1:hover,
.btn.btn-custom-1:active,
.btn.btn-custom-1:focus {
    background-color: #ffde6c;
    color: #ffffff;
}
.btn.btn-custom-2 {
    background-color: #2ecc71;
    color: #ffffff;
    border-radius: 4px;
}
.btn.btn-custom-2:hover,
.btn.btn-custom-2:active,
.btn.btn-custom-2:focus
{
    background-color: #27ae60;
    color: #ffffff;
}
.home-section-info h2:after {
    background: #cc8e35;
}

.item_item .item_item_content h3 a:hover {
    color: #cc8e35;
}
.item_item.item_item_featured .item_item_content h3 a {
    color: #ffffff;
}
.item_item.item_item_featured .item_item_content h3 a:hover {
    color: #cc8e35;
}
.item_item .item-count-reviews {
    background: #f0f0f0;
    color: #cc8e35;
    }

    .list-signup-benefits li:before {
        color: #cc8e35;
    }
    .gym-featured-badge {
        background-color: #cc8e35;
    }

    .account-nav-list .list-group-item.active {
        color: #cc8e35;
    }
    .pricing ul li .fa-star {
        color: #cc8e35;
    }
    .custom-radio input:checked ~ .checkmark {
        background-color: #cc8e35;
    }
    .header-bg
{
    background-image: url('../img/home-bg.jpg');
}
.header-home {
    background-image: url('../img/home-bg.jpg');
}