@charset "UTF-8";

/* contactpigeon */
@font-face {
  font-family: "contactpigeon";
  src:url("https://www.contactpigeon.com/cp-site/vendor/myfontastic/1448886051.eot");
  src:url("https://www.contactpigeon.com/cp-site/vendor/myfontastic/1448886051iefix.eot?#iefix") format("embedded-opentype"),
    url("https://www.contactpigeon.com/cp-site/vendor/myfontastic/1448886051.woff") format("woff"),
    url("https://www.contactpigeon.com/cp-site/vendor/myfontastic/1448886051.ttf") format("truetype"),
    url("https://www.contactpigeon.com/cp-site/vendor/myfontastic/1448886051.svg#1448886051") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "contactpigeon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-facebook:before {
  content: "a";
}
.icon-twitter:before {
  content: "b";
}
.icon-linkedin:before {
  content: "c";
}
.icon-contactpigeon-logo-bird:before {
  content: "d";
}
