/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-social-links:before, .thim-sc-social-links:after {
  content: " ";
  display: table; }

.thim-sc-social-links:after {
  clear: both; }

.thim-sc-social-links .socials {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  .thim-sc-social-links .socials li {
    margin: 0px 5px; }
    .thim-sc-social-links .socials li a {
      display: inline-block;
      color: #999;
      text-align: center;
      width: 30px;
      height: 30px;
      font-size: 16px;
      line-height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .thim-sc-social-links .socials li a:hover {
        color: #fff; }

.thim-sc-social-links.style-2 .socials li {
  margin: 0 10px; }
  .thim-sc-social-links.style-2 .socials li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 43px;
    border: solid 1px #666666;
    letter-spacing: -0.4px; }
