a, a:hover, a:focus {
	color: #78AB46;
	text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #78AB46 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #78AB46 !important;
    background-color: transparent;
}
.navbar-brand{
    font-weight: 700;
    color: #78AB46 !important;
    font-size: 22px;
    line-height: 20px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #78AB46 !important;

}
 .navbar-default .navbar-toggle .icon-bar {
  background-color: #78AB46;
}


.btn-lg {
	display: inline-block;
	height: 52px;
    margin:20px;
    padding: 0 20px;
	background: #84BE6A;
    font-size: 22px;
    line-height: 48px;
    color: #fff;
}

.btn-lg:hover, .btn-lg:focus, .btn-lg:active, .btn-lg.active {
	background: #78AB46;
	color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-subscribe, 
.btn-contact {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    background: #78AB46;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 52px;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-subscribe:hover, 
.btn-contact:hover {
    background: #84BE6A;
    color: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.btn-subscribe:active, 
.btn-contact:active {
	outline: 0;
    background: #84BE6A;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-content .logo a {
	display: inline-block;
    font-size: 58px;
    line-height: 68px;
	font-weight: 600; 
    color: #84BE6A;
}

.top-content .logo a:hover { 
    color: #78AB46	;
}
.product-bg1 {
	background: #84BE6A;
	color: #fff;
}
.reviews .review-author strong {
    color: #84BE6A;
    font-size: 14px;
}
.faq .faq-box .question {
  margin-top: 0;
  margin-bottom: 15px;
    padding-bottom: 20px;
  border-bottom: 2px solid #84BE6A;
}
.faq .faq-box .question i {
  margin-right: 10px;
  color: #84BE6A;
  font-size: 24px;
}
.contact-address p i {
	padding-right: 15px;
	font-size: 24px;
	color: #78AB46;
	vertical-align: middle;
}

footer {
	padding: 20px 0 16px 0;
	background: #2A3849;
  border-bottom: 2px solid #84BE6A;
}

