﻿/*
* Brooklyn Template Colors 
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/
::-moz-selection  {
	color: #FFFFFF;
	background: #F2333A;
}
::selection {
	color: #FFFFFF;
	background:#F2333A;
}
a, 
a:visited { 
	color: #F2333A; 
}
.selected {
	color: #F2333A !important;
}

.factbody {
    color: #F2333A;
    font-size: 40px;
    text-align:center !important;    
}

.hidebody {
    font-size: 5px;
}

.facthide {
    font-size: 40px;
}

strong { color: #F2333A; }
blockquote, blockquote p { color: #F2333A; }
.icons-ul i { color:#F2333A; }
.ha-header nav a:hover {
	color: #F2333A;
}
.hero-title span {
	color:#F2333A;
}
.about-icon {
	background:#F2333A;
}
.info h3 {
	color:#F2333A;
    position:relative;
    top:50%;    
}


.cta-section {
	background:#F2333A !important;
}
.contact-wrap h3 {
	color:#F2333A;
}
.social-title {
	color:#F2333A;
}
.count {
	color:#F2333A;
}
.client-section {
	background:#F2333A !important;	
}
.footer i {
	color:#F2333A;
}
.copyright a:hover {
	color:#F2333A;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background:#F2333A;
}
.social-link:hover .social-icon,
.portfolio-caption {
	background:rgb(242, 51, 58);
	background:rgba(242, 51, 58, 0.85);
}