@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "mercury" !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^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "mercury" !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;
}

.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-expand:before {
  content: "\f065";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-user:before {
  content: "\f007";
}
.fa-envelope:before {
  content: "\f0e0";
}
