a.followus {
  display: inline-block;
  background: transparent;
  color: #444444;
  border: 0px solid transparent;
  border-radius: 0px;
  min-width: 2.4em;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1em 0.5em  0em 0.5em;
  transition: all 0.2s;
  margin: 0;
  vertical-align: bottom;
}
a.followus:visited {
  background: transparent;
  color: #444444;
  /*border: 1px solid @border-hover;*/
  text-decoration: none;
}
a.followus:active {
  background: transparent;
  color: #444444;
  /*border: 1px solid @border-hover;*/
  text-decoration: none;
}
a.followus:hover {
  background: transparent;
  color: #444444;
  /*border: 1px solid @border-hover;*/
  text-decoration: none;
  opacity: 1;
}


