a,
#home-slider .caption h1 span, 
#twitter-carousel .item span, 
#footer .footer-bottom, 
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary, 
.contact-info ul li a:hover, 
#footer .footer-bottom a  {
  color: #7FBA00;
}

.btn.btn-primary:hover,
.btn-submit:hover {
  background-color: #7FBA00
}

a:hover, a:focus {
	color: #7FBA00;
}

body {
	background-color: #fff;
}

.main-nav {
	background-color:#F3F3F3;
  /*background-image: -o-linear-gradient(left, #7FBA00 0%, #FFFFFF 150%);
  background-image: -moz-linear-gradient(left, #7FBA00 0%, #FFFFFF 150%);
  background-image: -webkit-linear-gradient(left, #7FBA00 0%, #FFFFFF 150%);
  background-image: -ms-linear-gradient(left, #7FBA00 0%, #FFFFFF 150%);
  background-image: linear-gradient(to left, #7FBA00 0%, #FFFFFF 150%);*/
}

.group-blank {
	background-color:#fff;
	border:2px solid #284A6C;
	border-radius:10px;
}

.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.twitter-icon .fa-twitter, 
.twitter-left-control:hover, .twitter-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
  /*background-color:#7FBA00;*/
  background-color:#59AF06;
}

.twitter-left-control:hover, 
.twitter-right-control:hover, 
.btn-loadmore:hover  {
	border: 1px solid #7FBA00;
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #7FBA00;
}

.twitter-icon .fa-twitter:after {
	border-color: #7FBA00 transparent transparent;
}