/* #######################################################################

	7.	Social icons

####################################################################### */
a.social {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-bottom: 5px;
  transition: opacity 0.5s ease-in;
  opacity: 0.3;
  text-indent: -9999em;
  color: rgba(0, 0, 0, 0) !important;
  font-size: 1px;
  line-height: 22px;
  border: none !important;
}

a.social:hover {
  transition: opacity 0.25s ease-in;
  opacity: 0.9;
}

a.social:first-of-type {
  margin-left: 0;
}

a.social.first {
  margin-left: 0;
}

a.social.twitter {
  background: url(../img/social-twitter-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.facebook {
  background: url(../img/social-facebook-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.linkedin {
  background: url(../img/social-linkedin-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.vimeo {
  background: url(../img/social-vimeo-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.youtube {
  background: url(../img/social-youtube-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.zerply {
  background: url(../img/social-zerply-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.pinterest {
  background: url(../img/social-pinterest-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.dribbble {
  background: url(../img/social-dribbble-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.github {
  background: url(../img/social-github-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.instagram {
  background: url(../img/social-instagram-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.flickr {
  background: url(../img/social-flickr-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.rss {
  background: url(../img/social-rss-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.adn {
  background: url(../img/social-adn-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.behance {
  background: url(../img/social-behance-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.tumblr {
  background: url(../img/social-tumblr-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.lastfm {
  background: url(../img/social-lastfm-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.xing {
  background: url(../img/social-xing-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.foursquare {
  background: url(../img/social-foursquare-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.goodreads {
  background: url(../img/social-goodreads-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.amazon {
  background: url(../img/social-amazon-black.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.twitter {
  background: url(../img/social-twitter-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.facebook {
  background: url(../img/social-facebook-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.linkedin {
  background: url(../img/social-linkedin-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.vimeo {
  background: url(../img/social-vimeo-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.youtube {
  background: url(../img/social-youtube-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.zerply {
  background: url(../img/social-zerply-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.pinterest {
  background: url(../img/social-pinterest-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.dribbble {
  background: url(../img/social-dribbble-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.github {
  background: url(../img/social-github-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.instagram {
  background: url(../img/social-instagram-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.flickr {
  background: url(../img/social-flickr-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.rss {
  background: url(../img/social-rss-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.adn {
  background: url(../img/social-adn-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.behance {
  background: url(../img/social-behance-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.tumblr {
  background: url(../img/social-tumblr-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.lastfm {
  background: url(../img/social-lastfm-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.xing {
  background: url(../img/social-xing-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.foursquare {
  background: url(../img/social-foursquare-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.goodreads {
  background: url(../img/social-goodreads-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

a.social.white.amazon {
  background: url(../img/social-amazon-white.png) 0 0 no-repeat;
  background-size: 21px 21px;
}

