@import '//codepen2.io/chrisdothtml/pen/ojLzJK.css';
.social-btns2 .btn,
.social-btns2 .btn2:before,
.social-btns2 .btn2 .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns2 .btn2:before {
  top: 90%;
  left: -110%;
}
.social-btns2 .btn2 .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns2 .btn2.facebook:before {
  background-color: #3b5998;
}
.social-btns2 .btn2.facebook .fa {
  color: #3b5998;
}
.social-btns2 .btn2.yelp:before {
  background-color: #3cf;
}
.social-btns2 .btn2.yelp .fa {
  color: #3cf;
}
.social-btns2 .btn2.google:before {
  background-color: #dc4a38;
}
.social-btns2 .btn2.google .fa {
  color: #dc4a38;
}
.social-btns2 .btn2.youtube:before {
  background-color: #f26798;
}
.social-btns2 .btn2.youtube .fa {
  color: #f26798;
}
.social-btns2 .btn2.skype:before {
  background-color: #00aff0;
}
.social-btns2 .btn2.skype .fa {
  color: #00aff0;
}
.social-btns2 .btn2:focus:before,
.social-btns2 .btn2:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns2 .btn2:focus .fa,
.social-btns2 .btn2:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns2 {
  height: 50px;
  margin: auto;
  font-size: 0;
  text-align: center;
  position: bottom;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns2 .btn2 {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns2 .btn2:before {
  content: '';
  width: 120%;
  height: 120%;
  position: bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns2 .btn2 .fa {
  font-size: 38px;
  vertical-align: middle;
}







