.social-buttons-header {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 110;
}
.social-buttons {
  margin: 5px 0;
  display: inline-block;
}
.social-buttons li {
  display: inline;
}
.social-buttons li::before {
  display: none;
}
.social-buttons .social-button {
  text-decoration: none;
}
.social-buttons .social-button .sb {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #d37377;
  padding: 4px 3px;
  margin-left: 5px;
  width: 22px;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
}
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
/*************************************RESPONSIVE**************************************/
@media (max-width: 767px) {
  .social-buttons-header {
    top: 10px;
    right: 65px;
  }
}
