body .btn.btn-primary:hover,
body .btn.btn-primary:focus,
body .btn.btn-primary:active,
body .btn.btn-primary.active {
    background: #2a272e;
    border-color: #2a272e;
    color: #fff;
}

.iconBox .media>.pull-left:hover i {
    color: #FFF !important;
}

footer .socialIcons.bigIcons>li>a,
.prefooter .socialIcons.bigIcons>li>a {
    color: #FFF !important;
}

footer .btn-primary:hover,
footer .btn-primary:focus,
footer .btn-primary:active,
footer .btn-primary.active {
    background: #CCC !important;
    border-color: #CCC !important;
    color: #333 !important;
}

body .socialIcons>li>a {
    color: #7F7D82;
}

body .iconBox.type3 .media>.pull-left i {
    color: #FFF;
}

body .iconBox.type3 .media>.pull-left:hover {
    background: #333;
}

body .iconBox.type4 .media>.pull-left i {
    color: #FFF;
}

body .iconBox.type4 .media>.pull-left:hover {
    background: #333;
}

body .priceBox.type2 .fa:hover {
    color: #fff;
}

body .socialIcons.bigIcons.type2>li>a:hover {
    background: #2A272E;
    color: #fff;
}