/* CSS Document */

/* SOCIAL */
.social-bar-bottom { position: relative; display: inline-block; }
.social-bar-bottom > .social-icons { text-align: left; }
.social-bar-bottom > .social-icons a { font-size: 18px; font-weight: 300;   padding: 0 5px }
.social-bar-bottom > .social-icons a:hover { opacity: .8 }

@media screen and (max-width: 736px) {
    .social-bar-bottom > .social-icons a { padding: 0 8px }
}


