.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.container-fluid:after {
  clear: both;
}
.social-follow {
  margin: 0 auto 46px auto;
  width: 258px;
  display: block;
  text-align: center;
}
.social-follow-title {
  text-align: left;
  font-size: 26px;
}
.social-follow-icons {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  list-style: none;
  background: #ffffff;
  border: solid #efefef 1px;
}
.social-follow-icons li {
  display: inline-block;
}
.social-follow-icons .icons {
  margin: 0;
  padding: 0;
  width: 64px;
  height: 58px;
  border: none;
  display: inline-block;
  position: relative;
  line-height: 64px;
  font-size: 35px;
  background: #ffffff;
  text-align: center;
}
.social-follow-icons .icons:active,
.social-follow-icons .icons:focus {
  outline: 0;
  background-image: none;
  border-color: transparent;
  background-color: transparent;
}
.social-follow-icons .selected:first-child:after {
  content: '';
  position: absolute;
  bottom: -6px;
  z-index: 2;
  left: 27px;
  border-right: solid transparent 5px;
  border-left: solid transparent 5px;
  border-top: solid transparent 6px;
}
.social-follow-icons .icon-social-facebook {
  color: #3b5998;
}
.social-follow-icons .icon-social-facebook.selected {
  color: #ffffff;
  background: #3b5998;
}
.social-follow-icons .icon-social-facebook.selected:first-child:after {
  border-top: solid #3b5998 6px;
}
.social-follow-icons .icon-social-twitter {
  color: #55acee;
}
.social-follow-icons .icon-social-twitter.selected {
  color: #ffffff;
  background: #55acee;
}
.social-follow-icons .icon-social-twitter.selected:first-child:after {
  border-top: solid #55acee 6px;
}
.social-follow-icons .icon-social-linkedin {
  color: #4875b4;
}
.social-follow-icons .icon-social-linkedin.selected {
  color: #ffffff;
  background: #4875b4;
}
.social-follow-icons .icon-social-linkedin.selected:first-child:after {
  border-top: solid #4875b4 6px;
}
.social-follow-icons .icon-social-googleplus {
  color: #c63d2d;
}
.social-follow-icons .icon-social-googleplus.selected {
  color: #ffffff;
  background: #c63d2d;
}
.social-follow-icons .icon-social-googleplus.selected:first-child:after {
  border-top: solid #c63d2d 6px;
}
.social-follow-buttons {
  width: 258px;
  height: 56px;
  border: solid #efefef 1px;
  border-top: 0;
  overflow: hidden;
  position: relative;
  background: #fdfdfd;
  font-size: 14px;
}
.social-follow-buttons .follow {
  padding-top: 16px;
  width: 258px;
  position: absolute;
  visibility: hidden;
  z-index: 0;
  background: #ffffff;
}
.social-follow-buttons .follow .fb-like {
  height: 20px;
  overflow: hidden;
}
.social-follow-buttons .follow.btn-googleplus iframe {
  min-width: 125px;
}
.social-follow-buttons .follow.visible {
  top: 0;
  left: 0;
  visibility: visible;
  z-index: 1;
}
