.singleNewsSocials ul {
  overflow: hidden;
  margin-left: 0;
}
.singleNewsSocials ul li {
  list-style-type: none;
  float: left;
  font-size: 48px;
  line-height: 48px;
}
.singleNewsSocials a {
  margin-right: 10px;
  background: #919191;
  border-radius: 0;
  color: #fff;
}
.singleNewsSocials a:hover,
.singleNewsSocials a:active {
  background: #686868;
  color: #fff;
}
.singleNewsSocials a i {
  width: 40px;
  height: 48px;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  padding-top: 15%;
  transition: all 0.2s ease-in-out;
}
.singleNewsSocials a i:hover {
  opacity: .7;
}
.singleNewsSocials a span {
  display: none;
}
.footerSocials ul {
  overflow: hidden;
  margin-left: 0;
}
.footerSocials ul li {
  list-style-type: none;
  float: left;
  font-size: 24px;
  line-height: 24px;
}
.footerSocials a {
  margin-right: 10px;
  background-color: transparent;
  border-radius: 0;
  color: #919191;
}
.footerSocials a:hover,
.footerSocials a:active {
  background-color: transparent;
  color: #686868;
}
.footerSocials a i {
  width: auto;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
  padding-top: 10px;
  transition: all 0.2s ease-in-out;
}
.footerSocials a i:hover {
  opacity: .7;
}
.footerSocials a span {
  display: none;
}
.holderFooter .topFooter .footerBlock .footerSocials ul a {
  color: #919191;
}
.holderFooter .topFooter .footerBlock .footerSocials ul a:hover,
.holderFooter .topFooter .footerBlock .footerSocials ul a:active {
  background-color: transparent;
  color: #333333;
}
