.tl-socialicons {
  text-align: center;
  overflow: auto;
  font-size: 22px;
}
.tl-socialicons .tl-socialInner {
  position: relative;
  overflow: hidden;
}
.tl-socialicons .tl-social {
  float: left;
  width: 25%;
}
.tl-socialicons .tl-sinn:hover .tl-sicon {
  color: #fff;
}
.tl-socialicons .tl-sicon {
  display: block;
  font-size: 18px;
  margin: 0 auto;
  height: 32px;
  line-height: 32px;
  width: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.tl-socialicons .tl-facebook .tl-sicon {
  background-color: #3b5998;
  color: #fff;
}
.tl-socialicons .tl-googleplus .tl-sicon {
  background-color: #dd4b39;
  color: #fff;
}
.tl-socialicons .tl-twitter .tl-sicon {
  background-color: #1da1f2;
  color: #fff;
}
.tl-socialicons .tl-instagram .tl-sicon {
  background-color: #405de6;
  color: #fff;
}
.tl-socialicons .tl-pinterest .tl-sicon {
  background-color: #bd081c;
  color: #fff;
}
.tl-socialicons .tl-youtube .tl-sicon {
  background-color: #de1829;
  color: #fff;
}
.tl-socialicons .tl-vine .tl-sicon {
  background-color: #00b488;
  color: #fff;
}
.tl-socialicons .tl-soundcloud .tl-sicon {
  background-color: #f80;
  color: #fff;
}
.tl-socialicons .tl-vk .tl-sicon {
  background-color: #45668e;
  color: #fff;
}
.tl-socialicons .tl-foursquare .tl-sicon {
  background-color: #f94877;
  color: #fff;
}
.tl-socialicons .tl-github .tl-sicon {
  background-color: #333;
  color: #fff;
}
.tl-socialicons .tl-dribbble .tl-sicon {
  background-color: #ea4c89;
  color: #fff;
}
.tl-socialicons .tl-sicon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tl-socialicons .tl-scount {
  display: block;
  color: #fff;
  padding: 5px 0;
  position: relative;
  font-size: 13px;
}
.simple-social .list-inline li {
  margin-bottom: 5px;
  padding: 0;
}
.tl-sinn {
  margin: 1px;
  padding: 8px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tl-sinn:hover {
  background: #333 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tl-facebook.tl-sinn {
  background: #3b5998;
}
.tl-googleplus.tl-sinn {
  background: #dd4b39;
}
.tl-twitter.tl-sinn {
  background: #2aa9e0;
}
.tl-instagram.tl-sinn {
  background: #405de6;
}
.tl-pinterest.tl-sinn {
  background: #bd081c;
}
.tl-youtube.tl-sinn {
  background: #de1829;
}
.tl-vine.tl-sinn {
  background: #05b085;
}
.tl-soundcloud.tl-sinn {
  background: #f80;
}
.tl-vk.tl-sinn {
  background: #45668e;
}
.tl-foursquare.tl-sinn {
  background: #f94877;
}
.tl-github.tl-sinn {
  background: #333;
}
.tl-dribbble.tl-sinn {
  background: #ea4c89;
}