/*
* Brooklyn Template Colors 
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/
::-moz-selection  {
	color: #FFFFFF;
	background: #48d3a5;
}
::selection {
	color: #FFFFFF;
	background:#48d3a5;
}
a { 
	color: #48d3a5; 
}
.selected {
	color: #48d3a5 !important;
}
strong { color: #48d3a5; }
blockquote, blockquote p { color: #48d3a5; }
.icons-ul i { color:#48d3a5; }
.ha-header nav a:hover {
	color: #48d3a5;
}
.hero-title span {
	color:#48d3a5;
}
.about-icon {
	background:#48d3a5;
}
.info h3 {
	color:#48d3a5;
}
.cta-section {
	background:#48d3a5 !important;
}
.contact-wrap h3 {
	color:#48d3a5;
}
.social-title {
	color:#48d3a5;
}
.count {
	color:#48d3a5;
}

.footer i {
	color:#48d3a5;
}
.copyright a:hover {
	color:#48d3a5;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#48d3a5;
}
.social-link:hover .social-icon,
.portfolio-caption {
	background:rgb(72,211,165);
	background:rgba(72,211,165, 0.85);
}