@font-face {
  font-family: 'Ct-Social-Icon';
  src:  url('../fonts/ct-social-icon/Ct-Social-Icon.eot?jj0isd');
  src:  url('../fonts/ct-social-icon/Ct-Social-Icon.eot?jj0isd#iefix') format('embedded-opentype'),
    url('../fonts/ct-social-icon/Ct-Social-Icon.ttf?jj0isd') format('truetype'),
    url('../fonts/ct-social-icon/Ct-Social-Icon.woff?jj0isd') format('woff'),
    url('../fonts/ct-social-icon/Ct-Social-Icon.svg?jj0isd#Ct-Social-Icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ct-social"], [class*=" ct-social"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Ct-Social-Icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ct-socialfacebook-logo:before {
  content: "\e904";
}
.ct-socialtwitter:before {
  content: "\e900";
}
.ct-sociallinkedin:before {
  content: "\e901";
}
.ct-socialfacebook:before {
  content: "\e902";
}
.ct-socialgoogleplus:before {
  content: "\e903";
}
