.list-social {
  list-style: none outside none;
  overflow: hidden;
  margin: 0;
  margin-left: 0px;
  width: 130px;
}
.list-social a {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.list-social a.icon-1 {
  background-image: url(fb.png);
}
.list-social a.icon-2 {
  background-image: url(tw.png);
}
.list-social a.icon-3 {
  background-image: url(in.png);
}
.list-social li {
  float: left;
  margin-left: 10px;
}
.list-social a:hover {
  background-position: 0 bottom;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}
