@charset "UTF-8";
@import url(http://weloveiconfonts.com/api/?family=entypo);
*,
*::before,
*::after {
  box-sizing: border-box;
}

.icon--twitter::before {
  content: "";
}

.social__icon--twitter {
  background-color: #339dc3;
}
.social__icon--twitter:hover {
  background-color: #339dc3;
}

.icon--facebook::before {
  content: "";
}

.social__icon--facebook {
  background-color: #314a7e;
}
.social__icon--facebook:hover {
  background-color: #314a7e;
}

.icon--linkedin::before {
  content: "";
}

.social__icon--linkedin {
  background-color: #005983;
}
.social__icon--linkedin:hover {
  background-color: #005983;
}

.icon--instagram::before {
  content: "";
}

.social__icon--instagram {
  background-color: #4060a5;
}
.social__icon--instagram:hover {
  background-color: #4060a5;
}

.icon--skype::before {
  content: "";
}

.social__icon--skype {
  background-color: #00aff0;
}
.social__icon--skype:hover {
  background-color: #00aff0;
}

.icon--github::youtube {
  content: "";
}

.social__icon--youtube {
  background-color: #e52d27;
}
.social__icon--youtube:hover {
  background-color: #e52d27;
}

.icon--flickr::before {
  content: "";
}

.social__icon--flickr {
  background-color: #333333;
}
.social__icon--flickr:hover {
  background-color: #2b2b2b;
}

.icon--rdio::before {
  content: "";
}

.social__icon--rdio {
  background-color: #0086CD;
}
.social__icon--rdio:hover {
  background-color: #0072ae;
}

.icon--evernote::before {
  content: "";
}

.social__icon--evernote {
  background-color: #aaca62;
}
.social__icon--evernote:hover {
  background-color: #91ac53;
}

.icon--rss::before {
  content: "";
}

.social__icon--rss {
  background-color: #FB7629;
}
.social__icon--rss:hover {
  background-color: #d56423;
}

.social__item {
  display: inline-block;
  margin-right: 0.1em;
}

.icon, [class^="icon--"] {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social__icon, [class^="social__icon"] {
  font-size: 0.8em;
  color: white;
  text-decoration: none;
  border-radius: 100%;
  width: 1.9em;
  height: 1.9em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social__container {
  /*padding: 1em;*/
  font-size: 1.5em;
}
