.social-share {
  position: fixed;
  right: 0;
  width: 65px;
  top: 50% !important;
  margin-top: -80px;
  z-index: 999;
}

.social-share .item {
  display: inline-block;
  float: left;
  cursor: pointer;
  background-color: #3e3f3a;
  width: 65px;
  height: 65px;
  margin-bottom: 2px;
  position: relative;
  right: -20px;
  transition: right 0.3s;
  -moz-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
  opacity: 0.8;
}

.social-share .item:hover {
  opacity: 1;
}

.social-share .item:hover {
  right: -5px;
}

.social-share .facebook {
  background-color: #48649F;
  background-image: url(../images/fb-icon.png);
  background-repeat: no-repeat;
  background-position: 16px 12px;
}

.social-share .twitter {
  background-color: #55ACEE;
  background-image: url(../images/twitter-icon.png);
  background-repeat: no-repeat;
  background-position: 16px 12px;
}

.social-share .googleplus {
  background-color: #D74036;
  background-image: url(../images/google-icon.png);
  background-repeat: no-repeat;
  background-position: 16px 12px;
}

.social-share .linkedin {
  /*background-color: #1C87BD;*/
  background-image: url(../images/in-icon.png);
  background-repeat: no-repeat;
  background-position: 16px 12px;
}

.social-share .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-share .item a .fshare-box-inner {
  display: inline-block;
  width: 100%;
  height: 17px;
  line-height: 17px;
  position: absolute;
  bottom: 0px;
  left: -33px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  z-index: 999;
/*  border-radius: 0 0 0 5px;*/
}

.social-share .facebook a .fshare-box-inner {
/*  background: #395185;*/
}

.social-share .twitter a .fshare-box-inner {
/*  background-color: #4D9DDA;*/
}

.social-share .googleplus a .fshare-box-inner {
/*  background-color: #B8372E;*/
}

.social-share .linkedin a .fshare-box-inner {
/*  background-color: #156D99;*/
}

.social-label {
  display: none;
}
