@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: "SocialFoundicons";
    font-style: normal;
    font-weight: normal;
    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");
}
[class*="foundicon-"] {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    width: auto;
}
[class*="foundicon-"]:before {
    font-family: "SocialFoundicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* general icons for IE7 */
[class*="foundicon-"] {
  font-family: "SocialFoundicons";
  font-weight: normal;
  font-style: normal;
}
.foundicon-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf003;");
}
.foundicon-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf004;");
}
.foundicon-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf008;");
}
.foundicon-google-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = "1", this.innerHTML = "&#xf00d;");
}

.foundicon-facebook:before {
  content: "\f003";
}
.foundicon-twitter:before {
  content: "\f004";
}
.foundicon-linkedin:before {
  content: "\f008";
}
.foundicon-google-plus:before {
  content: "\f00d";
}