/* font-face */
@font-face {
  font-family: "SocialFoundicons";
  src: url("../fonts/social_foundicons.eot");
  src: url("../fonts/social_foundicons.eot?#iefix") format("embedded-opentype"), url("../fonts/social_foundicons.woff") format("woff"), url("../fonts/social_foundicons.ttf") format("truetype"), url("../fonts/social_foundicons.svg#SocialFoundicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* global foundicon styles */
[class*="social foundicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="social foundicon-"]:before {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  font-size:30px;
}

/* icons */
.foundicon-thumb-up:before {
  content: "\f000";
}

.foundicon-thumb-down:before {
  content: "\f001";
}

.foundicon-rss:before {
  content: "\f002";
}

.foundicon-facebook:before {
  content: "\f003";
}

.foundicon-twitter:before {
  content: "\f004";
}

.foundicon-pinterest:before {
  content: "\f005";
}

.foundicon-github:before {
  content: "\f006";
}

.foundicon-path:before {
  content: "\f007";
}

.foundicon-linkedin:before {
  content: "\f008";
}

.foundicon-dribbble:before {
  content: "\f009";
}

.foundicon-stumble-upon:before {
  content: "\f00a";
}

.foundicon-behance:before {
  content: "\f00b";
}

.foundicon-reddit:before {
  content: "\f00c";
}

.foundicon-google-plus:before {
  content: "\f00d";
}

.foundicon-youtube:before {
  content: "\f00e";
}

.foundicon-vimeo:before {
  content: "\f00f";
}

.foundicon-flickr:before {
  content: "\f010";
}

.foundicon-slideshare:before {
  content: "\f011";
}

.foundicon-picassa:before {
  content: "\f012";
}

.foundicon-skype:before {
  content: "\f013";
}

.foundicon-steam:before {
  content: "\f014";
}

.foundicon-instagram:before {
  content: "\f015";
}

.foundicon-foursquare:before {
  content: "\f016";
}

.foundicon-delicious:before {
  content: "\f017";
}

.foundicon-chat:before {
  content: "\f018";
}

.foundicon-torso:before {
  content: "\f019";
}

.foundicon-tumblr:before {
  content: "\f01a";
}

.foundicon-video-chat:before {
  content: "\f01b";
}

.foundicon-digg:before {
  content: "\f01c";
}

.foundicon-wordpress:before {
  content: "\f01d";
}

[class*="foundicon-"]:after { position: relative; top: -10px; left: 12px; color: #888; font-size: 100%; font-style: normal; }

.foundicon-thumb-up:after         { content: "thumb-up";}
.foundicon-thumb-down:after       { content: "thumb-down";}
.foundicon-rss:after              { content: "rss";}
.foundicon-facebook:after         { content: "facebook";}
.foundicon-twitter:after          { content: "twitter";}
.foundicon-pinterest:after        { content: "pinterest";}
.foundicon-github:after           { content: "github";}
.foundicon-path:after             { content: "path";}
.foundicon-linkedin:after         { content: "linkedin";}
.foundicon-dribbble:after         { content: "dribbble";}
.foundicon-stumble-upon:after     { content: "stumble-upon";}
.foundicon-behance:after          { content: "behance";}
.foundicon-reddit:after           { content: "reddit";}
.foundicon-google-plus:after      { content: "google-plus";}
.foundicon-youtube:after          { content: "youtube";}
.foundicon-vimeo:after            { content: "vimeo";}
.foundicon-flickr:after           { content: "flickr";}
.foundicon-slideshare:after       { content: "slideshare";}
.foundicon-picassa:after          { content: "picassa";}
.foundicon-skype:after            { content: "skype";}
.foundicon-steam:after            { content: "steam";}
.foundicon-instagram:after        { content: "instagram";}
.foundicon-foursquare:after       { content: "foursquare";}
.foundicon-delicious:after        { content: "delicious";}
.foundicon-chat:after             { content: "chat";}
.foundicon-torso:after            { content: "torso";}
.foundicon-tumblr:after           { content: "tumblr";}
.foundicon-video-chat:after       { content: "video-chat";}
.foundicon-digg:after             { content: "digg";}
.foundicon-wordpress:after        { content: "wordpress";}