﻿@charset "UTF-8";

@font-face {
  font-family: "contacticons";
  src:url("../fonts/contacticons.eot");
  src:url("../fonts/contacticons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/contacticons.woff") format("woff"),
    url("../fonts/contacticons.ttf") format("truetype"),
    url("../fonts/contacticons.svg#contacticons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "contacticons" !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: "contacticons" !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-square:before {
  content: "\61";
}
.icon-linkedin-square:before {
  content: "\62";
}
.icon-twitter-square:before {
  content: "\63";
}
.icon-phone-square:before {
  content: "\64";
}
.icon-envelope:before {
  content: "\65";
}
.icon-map-marker:before {
  content: "\66";
}
