/*******************************************************
  SP FooterLinks Module Style
********************************************************/
.spfooterlinks h4.title-footer {
    color: #222;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px; }
.spfooterlinks ul.links {
    padding: 0; }
.spfooterlinks ul.links li a {
    color: #7d7d7d;
    font-size: 13px;
    font-weight: normal;
    display: block;
    padding: 6px 13px;
    position: relative; }
.spfooterlinks ul.links li a:hover {
    color: #ff5c00
}
.spfooterlinks ul.links li a:before {
    content: "\f105";
    font-family: fontawesome;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 13px;
    color: #7d7d7d; }

@media (min-width: 1200px) {
    .spfooterlinks {
        width: 17.5%; } }
@media (min-width: 768px) and (max-width: 991px) {
    div.spfooterlinks {
        margin-bottom: 30px; } }
@media (max-width: 767px) {
    div.spfooterlinks {
        margin-bottom: 30px;
        width: 100%; } }

/*# sourceMappingURL=style.css.map */
