@charset "UTF-8";
.social {
  font-size: 0;
}
.social a {
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: "simple-line-icons";
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  margin-left: 5px;
  text-align: center;
  text-decoration: none;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  width: 32px;
}
.social a:hover {
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.social a:visited {
  color: #fff;
}
.facebook, .facebook:active {
  background: #3B5998;
}
.facebook:hover {
  background-color: #3B77C9;
  color: #fff;
}
.facebook:before {
  content: "";
}
.twitter, .twitter:active {
  background: #4099FF;
}
.twitter:hover {
  background-color: #53BAFF;
}
.twitter:before {
  content: "";
}
.linkedin, .linkedin:active {
  background: #007bb6;
}
.linkedin:hover {
  background-color: #0096DC;
}
.linkedin:before {
  content: "";
}
.googleplus, .googleplus:active {
  background: #dd4b39;
}
.googleplus:hover {
  background-color: #EE6F5E;
}
.googleplus:before {
  content: "";
}
.pinterest, .pinterest:active {
  background: #cb2027;
}
.pinterest:hover {
  background-color: #DB5748;
  color: #fff;
}
.pinterest:before {
  content: "";
}
.instagram, .instagram:active {
  background: #517fa4;
}
.instagram:hover {
  background-color: #608EB3;
}
.instagram:before {
  content: "";
}
.rss, .rss:active {
  background: #E48645;
}
.rss:hover {
  background: #ECA471;
}
.rss:before {
  content: "";
}
.flickr, .flickr:active {
  background: #0063DC;
}
.flickr:hover {
  background: #1B76E5;
}
.flickr:before {
  content: "";
}
.youtube, .youtube:active {
  background: #e52d27;
}
.youtube:hover {
  background: #EA4944;
}
.youtube:before {
  content: "";
}
