.icon-link2 {
  width: 28px;
  height: 28px;
  background-color: #666;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  outline: none;
  box-sizing: content-box;
}
.icon-link2.fill.facebook {
  background-color: #3b5998;
}
.icon-link2.fill.facebook:hover {
  background-color: #fff;
}
.icon-link2.fill.facebook:hover .fa-facebook {
  color: #3b5998;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.tumblr {
  background-color: #32506d;
}
.icon-link2.fill.tumblr:hover {
  background-color: #fff;
}
.icon-link2.fill.tumblr:hover .fa-tumblr {
  color: #32506d;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.linkedin {
  background-color: #007bb6;
}
.icon-link2.fill.linkedin:hover {
  background-color: #fff;
}
.icon-link2.fill.linkedin:hover .fa-linkedin {
  color: #007bb6;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.twitter {
  background-color: #00aced;
}
.icon-link2.fill.twitter:hover {
  background-color: #fff;
}
.icon-link2.fill.twitter:hover .fa-twitter {
  color: #00aced;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.google-plus {
  background-color: #dd4b39;
}
.icon-link2.fill.google-plus:hover {
  background-color: #fff;
}
.icon-link2.fill.google-plus:hover .fa-google-plus {
  color: #dd4b39;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.reddit {
  background-color: #8bbbe3;
}
.icon-link2.fill.reddit:hover {
  background-color: #fff;
}
.icon-link2.fill.reddit:hover .fa-reddit {
  color: #8bbbe3;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.youtube {
  background-color: #df1c31;
}
.icon-link2.fill.youtube:hover {
  background-color: #fff;
}
.icon-link2.fill.youtube:hover .fa-youtube {
  color: #df1c31;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.pinterest {
  background-color: #b81621;
}
.icon-link2.fill.pinterest:hover {
  background-color: #fff;
}
.icon-link2.fill.pinterest:hover .fa-pinterest {
  color: #b81621;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.github {
  background-color: #444;
}
.icon-link2.fill.github:hover {
  background-color: #fff;
}
.icon-link2.fill.github:hover .fa-github {
  color: #444;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.envelope {
  background-color: #333;
}
.icon-link2.fill.envelope:hover {
  background-color: #fff;
}
.icon-link2.fill.envelope:hover .fa-envelope {
  color: #333;
  transition: color 150ms ease-in-out;
}
.icon-link2.fill.soundcloud {
  background-color: #f50;
}
.icon-link2.fill.soundcloud:hover {
  background-color: #fff;
}
.icon-link2.fill.soundcloud:hover .fa-soundcloud {
  color: #f50;
  transition: color 150ms ease-in-out;
}
.icon-link2.brand {
  background-color: #fff;
}
.icon-link2.brand .fa {
  color: #006FC2;
}
.icon-link2.round {
  border-radius: 50%;
}
.icon-link2.round-corner {
  border-radius: 5px;
}
.icon-link2:hover {
  transition: background-color 150ms ease-in-out;
  height: 25px;
  line-height: 25px;
  width: 25px;
  background-color: #fff;
 
}
.icon-link2:hover .fa {
  line-height: 25px;
}
.icon-link2:hover.facebook {
  border: 2px solid #3b5998;
}
.icon-link2:hover.tumblr {
  border: 2px solid #32506d;
}
.icon-link2:hover.linkedin {
  border: 2px solid #007bb6;
}
.icon-link2:hover.twitter {
  border: 2px solid #00aced;
}
.icon-link2:hover.google-plus {
  border: 2px solid #dd4b39;
}
.icon-link2:hover.reddit {
  border: 2px solid #8bbbe3;
}
.icon-link2:hover.youtube {
  border: 2px solid #df1c31;
}
.icon-link2:hover.pinterest {
  border: 2px solid #b81621;
}
.icon-link2:hover.github {
  border: 2px solid #444;
}
.icon-link2:hover.envelope {
  border: 2px solid #333;
}
.icon-link2:hover.soundcloud {
  border: 2px solid #f50;
}

.icon-link2:hover .fa-facebook {
  color: #3b5998;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-tumblr {
  color: #32506d;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-linkedin {
  color: #007bb6;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-twitter {
  color: #00aced;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-google-plus {
  color: #dd4b39;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-reddit {
  color: #8bbbe3;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-youtube {
  color: #df1c31;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-pinterest {
  color: #b81621;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-github {
  color: #444;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-envelope {
  color: #333;
  transition: color 150ms ease-in-out;
}
.icon-link2:hover .fa-soundcloud {
  color: #f50;
  transition: color 150ms ease-in-out;
}
.icon-link2 .fa {
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

.brand-icons {
  background-color: #ddd;
  padding: 10px 0;
}
