.follow-us-panel .component_social_links{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
     -moz-box-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
     -moz-box-pack:center;
          justify-content:center;
}

.follow-us-panel .component_social_links .title{
  font-family:Raleway,sans-serif;
  padding-right:2.1875rem;
  margin-bottom:0;
  margin-top:.0625rem;
}

@media (max-width:767.98px){
  .follow-us-panel .component_social_links .title{
    padding-right:1.25rem;
  }
}

@media (max-width:374px){
  .follow-us-panel .component_social_links .title{
    padding-right:.3125rem;
  }
}

.follow-us-panel .component_social_links .social-link{
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
}

@media (max-width:374px){
  .follow-us-panel .component_social_links .social-link{
    width:2.6875rem;
    height:2.6875rem;
    line-height:2.375rem;
  }
}

.follow-us-panel .component_social_links .social-link:before{
  content:"";
  height:100%;
  left:0;
  position:absolute;
  top:0;
  -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
       -o-transform-origin:0 0;
          transform-origin:0 0;
  width:150%;
  z-index:-1;
  -webkit-transform:translateX(-100%) skew(-45deg);
     -moz-transform:translateX(-100%) skew(-45deg);
       -o-transform:translateX(-100%) skew(-45deg);
          transform:translateX(-100%) skew(-45deg);
  -webkit-transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:-webkit-transform 1s cubic-bezier(.07, .51, .12, 1);
  -o-transition:-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  -moz-transition:transform 1s cubic-bezier(.07, .51, .12, 1), -moz-transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1);
  transition:transform 1s cubic-bezier(.07, .51, .12, 1),-webkit-transform 1s cubic-bezier(.07, .51, .12, 1),-moz-transform 1s cubic-bezier(.07, .51, .12, 1),-o-transform 1s cubic-bezier(.07, .51, .12, 1);
  background:#272727;
}

.follow-us-panel .component_social_links .social-link:focus,.follow-us-panel .component_social_links .social-link:hover{
  text-decoration:none;
}

.follow-us-panel .component_social_links .social-link:focus .social-icon,.follow-us-panel .component_social_links .social-link:hover .social-icon{
  color:#fff;
}

.follow-us-panel .component_social_links .social-link:focus:before,.follow-us-panel .component_social_links .social-link:hover:before{
  -webkit-transform:translateX(0) skew(-35deg);
     -moz-transform:translateX(0) skew(-35deg);
       -o-transform:translateX(0) skew(-35deg);
          transform:translateX(0) skew(-35deg);
}

.follow-us-panel .component_social_links .social-link .social-icon{
  line-height:3.375rem;
}

@media (max-width:374px){
  .follow-us-panel .component_social_links .social-link .social-icon{
    line-height:2.6875rem;
    font-size:1.125rem;
  }
}
