/* 
* Version: 1.8
* Default Color 	  : #72c02c;
* Default Hover Color : #5fb611;
*/

/*If you are using default Unify color (green - #72c02c), you do not need to link (use) default.css*/

.tab-v4 .tab-heading h2 {
    color: #e74c3c;
}

.tab-v4 .nav-tabs > .active > a, 
.tab-v4 .nav-tabs > .active > a:hover, 
.tab-v4 .nav-tabs > .active > a:focus {
    color: #e74c3c;
}

.tab-v4.gray .tab-heading h2 {
    color: #555;
}

.tab-v4.gray .nav-tabs > .active > a, 
.tab-v4.gray .nav-tabs > .active > a:hover, 
.tab-v4.gray .nav-tabs > .active > a:focus {
    color: #555;
}

.blog-grid a.r-more {
    color: #e74c3c;
}