/* BUTTON THEME */
.btn-theme {
    background-color: #00296D;
    color: #fff;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background-color: #00296D; /*#053E9C*/
    color: #fff;
}

/* FEATURES  */
.features-list .feature .feature-icon {
    color: #00296D;
}

/* CONTACTS */
.list-icons li a:hover, .list-icons li a:focus {
    color: #00296D;
}

/* PLANS  */
.plan{
  background-color: #edf1f2; }
.plan .plan-header {
    background-color: #00296D;
}
.plan .plan-features > li > em {
    color: #00296D;
}
  .plan .plan-feature-disable {
    color: #f05050 !important; }

/* SITE TEXT */
.featured-list > li {
    color: #00296D;
}
