a,
#footer .footer-bottom, 
.contact-info ul li a:hover, 
#footer .footer-bottom a  {
  
  color: #ffffff;  /*#7dbc00*/
}


#home-slider .caption h2
{
	color: #FFFFFF;
	font-weight: 600;
}

#home-slider .caption h1 span,
#home-slider .caption h2 span,
#twitter-carousel .item span,
#twitter-carousel .item span
{
	color: #00CC00;
}

.Blue
{
	background: #343D46; / *#8BD0CD; Background theme */
}

.Green
{
	background: #00CC00; 
}

.Black-Charcoal
{
	background: #101010;
}

.WhiteText
{
	color: #FFFFFF !important;
}

.Blue-txt
{
	color: #0099ff !important;
}

.GreenText
{
	color: #00CC00 !important;
}
.OrangeText
{
	color: #ed4d08;
}

#footer
{
	background-color: #303030;
	color: #fff;
}
#footer .footer-bottom
{
	background-color: #303030;
	color: #fff;
}

.btn, .btn-primary, .btn-submit
{
	border: 1px solid #00CC00;
	background: #101010;
}

.btn.btn-primary:hover,
.btn-submit:hover {
  
  color: #00CC00;
  background-color: #101010;
  border: 1px solid #00CC00;
	  
}

a:hover, a:focus
{	
	color: #00CC00;
}

.main-nav
{
	background-color:#303030;	
	box-shadow: 5px 3px 30px black;	
}

.btn.btn-primary, 
.twitter-icon .fa-twitter, 
.twitter-left-control:hover,
.twitter-right-control:hover, 
.btn-submit,
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover 
{  
	background-color: #00CC00;  /*#7dbc00*/
	color: #000000;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.twitter-left-control:hover, 
.twitter-right-control:hover
{
	border: 1px solid #00CC00;  /*#7dbc00*/
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #00CC00;  /*#7dbc00*/
}

.twitter-icon .fa-twitter:after {
	border-color: #00CC00 transparent transparent;  /*#7dbc00*/
}