/*
* Brooklyn Template Colors 
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/
::-moz-selection  {
	color: #FFFFFF;
	background: #648e3c;
}
::selection {
	color: #FFFFFF;
	background:#648e3c;
}
a { 
	color: #648e3c; 
}
.selected {
	color: #648e3c !important;
}
strong { color: #648e3c; }
blockquote, blockquote p { color: #648e3c; }
.icons-ul i { color:#ffc40c; }
.ha-header nav a:hover {
	color: #648e3c;
}
.hero-title span {
	color:#648e3c;
}
.about-icon {
	background:#648e3c;
}
.info h3 {
	color:#648e3c;
}
.cta-section {
	background:#ffc40c !important;
}
.contact-wrap h3 {
	color:#ffc40c;
}
.social-title {
	color:#648e3c;
}
.count {
	color:#648e3c;
}
.client-section {
	background:#c4151c !important;	
}
.footer i {
	color:#648e3c;
}
.copyright a:hover {
	color:#648e3c;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#648e3c;
}
.social-link:hover .social-icon,
.portfolio-caption {
	background:rgb(103,141, 45);
	background:rgba(103, 141, 45, 0.85);
}