@charset "UTF-8";

/* mnr */
@font-face {
  font-family: "mnr";
  src:url("https://file.myfontastic.com/RT7AcnLG9N4MDkXms4f8w8/fonts/1447147426.eot");
  src:url("https://file.myfontastic.com/RT7AcnLG9N4MDkXms4f8w8/fonts/1447147426.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/RT7AcnLG9N4MDkXms4f8w8/fonts/1447147426.woff") format("woff"),
    url("https://file.myfontastic.com/RT7AcnLG9N4MDkXms4f8w8/fonts/1447147426.ttf") format("truetype"),
    url("https://file.myfontastic.com/RT7AcnLG9N4MDkXms4f8w8/fonts/1447147426.svg#1447147426") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.ic-menu:before {
  content: "a";
}
.ic-facebook:before {
  content: "c";
}
.ic-twitter:before {
  content: "d";
}
.ic-envelope:before {
  content: "e";
}
.ic-google-plus:before {
  content: "f";
}
.ic-rss:before {
  content: "g";
}
.ic-chevron-right:before {
  content: "h";
}
.ic-search:before {
  content: "i";
}
.ic-angle-right:before {
  content: "b";
}
.ic-angle-left:before {
  content: "j";
}
.ic-facebook-alt:before {
  content: "k";
}
