a {
	color: #82e600;
}

a:hover,
a:focus {
	color: #4e6b7b;
}

.section-heading hr {
	border-color: #82e600;
}

.hero-unit .store-buttons a.btn-googleplay {
	background-color: #82e600;
}

.hero-unit .store-buttons a.btn-googleplay:hover,
.hero-unit .store-buttons a.btn-googleplay:focus {
	background-color: #82e600;
}

.hero-unit.fullscreen-video-bg .store-buttons a {
	background-color: #4e6b7b;
}

.hero-unit.fullscreen-video-bg .store-buttons a:hover,
.hero-unit.fullscreen-video-bg .store-buttons a:focus {
	background-color: #82e600;
}

footer .newsletter-form .input-group-lg > .input-group-btn > .btn {
	background-color: #82e600;
}

footer .newsletter-form .input-group-lg > .input-group-btn > .btn:hover,
footer .newsletter-form .input-group-lg > .input-group-btn > .btn:focus {
	background-color: #82e600;
}

footer {
	background-color: #4e6b7b;
}

.btn-success {
	background-color: #4e6b7b;
	border-color: #4e6b7b;
}

.btn-success:hover {
	background-color: #82e600;
	border-color: #82e600;
}