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