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