@charset "UTF-8";

@font-face {
  font-family: "series";
  src:url("../fonts/series.eot");
  src:url("../fonts/series.eot?#iefix") format("embedded-opentype"),
  url("../fonts/series.woff") format("woff"),
  url("../fonts/series.ttf") format("truetype"),
  url("../fonts/series.svg#series") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "series" !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^="share-icon-"]:before,
[class*=" share-icon-"]:before {
  font-family: "series" !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;
}

.share-icon-facebook:before {
  content: "\61";
}
.share-icon-telegram:before {
  content: "\62";
}
.share-icon-skype:before {
  content: "\63";
}
.share-icon-viber:before {
  content: "\64";
}
.share-icon-whatsapp:before {
  content: "\65";
}
