/*
* Brooklyn Template Colors 
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/
::-moz-selection  {
	color: #FFFFFF;
	background: #00c2ff;
}
::selection {
	color: #FFFFFF;
	background:#00c2ff;
}
a { 
	color: #00c2ff; 
}
.selected {
	color: #fca400 !important;
}
strong { color: #00c2ff; }
blockquote, blockquote p { color: #00c2ff; }
.icons-ul i { color:#00c2ff; }
.ha-header nav a:hover {
	color: #00c2ff;
}
.hero-title span {
	color:#00c2ff;
}
.about-icon {
	background:#00c2ff;
}
.info h3 {
	color:#00c2ff;
}
.contact-wrap h3 {
	color:#00c2ff;
}
.social-title {
	color:#5fd2fc;
	text-shadow: none;
}
.count {
	color:#00c2ff;
}
.client-section {
	background:#00c2ff !important;	
}
.footer i {
	color:#00c2ff;
}
.copyright a:hover {
	color:#00c2ff;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#00c2ff;
}
.social-link {
	color: #5fd2fc;
}
.social-link:hover .social-icon {
	background:rgb(52, 152, 219);
	background:rgba(52, 152, 219, 0.85);
}