.join,
.linkedin,
.facebook,
.youtube,
.goup
{
    background-image: url(../img/sprts.png);
}

.join {
    position: relative;
    width: 151px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 33px;
    background-position: -4px 0;
}
.join a {
  display: block;
  width: 100%;
  height: 100%;
}
.linkedin {
    width: 73px;
    height: 76px;
    background-position: -256px 0;
    transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
}
.facebook {
    width: 73px;
    height: 77px;
    background-position: -340px 0;
    transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
}
.youtube {
    width: 73px;
    height: 77px;
    background-position: -173px 0;
    transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
}
.goup {
    width: 47px;
    height: 47px;
    background-position: -429px -2px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.42);
    -webkit-box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.42);
    border-radius: 50%;
    background-color: #f5a82d;
	z-index: 999999;
}
