@charset "utf-8";
/* CSS Document */

.social-buttons {
position: fixed;
top: 40%;
right: 0;
z-index: 1;
width: 60px;
}

.facebook, .twitter, .googleplus, .youtube, .linkedin, .share {
width: 50px;
height: 50px;
color: #fff;
text-align: center;
line-height: 50px;
float: right;
}

.facebook:hover, .twitter:hover, .googleplus:hover, .youtube:hover, .linkedin:hover, .share:hover {
width: 60px;
}

.share {
background: #F6FB13;
color: #2C2C2C;
}

.facebook {
background: #3b5998;
}

.twitter {
background: #00aced;
}

.googleplus {
background: #dd4b39;
}

.linkedin {
background: #007bb6;
}

.facebook i, .twitter i, .googleplus i, .youtube i, .linkedin i, .share i {
vertical-align: middle;
}

@media screen and (max-width: 960px) {
  .social-buttons {
    display: none;
  }
}