.social-links {
  position: fixed;
  top: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 110;
  margin-top: -125px !important;
}
@media (max-width: 991px) {
  .social-links {
    display: none;
  }
}
.social-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-links li a {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.social-links li a.social-google-plus {
  background-color: #DD4B39;
}
.social-links li a.social-google-plus:hover {
  background-color: #d73925;
}
.social-links li a.social-linkedin {
  background-color: #007BB6;
}
.social-links li a.social-linkedin:hover {
  background-color: #006a9d;
}
.social-links li a.social-twitter {
  background-color: #00aad3;
}
.social-links li a.social-twitter:hover {
  background-color: #0095ba;
}
.social-links li a.social-facebook {
  background-color: #245a92;
}
.social-links li a.social-facebook:hover {
  background-color: #1f4d7e;
}
.social-links li a.social-print,
.social-links li a.social-email {
  background-color: #718a8d;
}
.social-links li a.social-print:hover,
.social-links li a.social-email:hover {
  background-color: #667c7f;
}
.social-links li a.social-sharethis {
  background-color: #ff6c49;
}
.social-links li a.social-sharethis:hover {
  background-color: #ff572f;
}
@media (max-width: 480px) {
  .social-links {
    display: none;
  }
}
.template-home .social-links {
  display: none;
}
