@charset "UTF-8";

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

}

[data-icon]:before, [data-icon]:after {
  font-family: "amg" !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,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "amg" !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-instagram:before {
  content: "c";
}
.icon-chevron-down:before {
  content: "d";
}
.icon-chevron-down-after:before {
  content: "d";
}
.icon-chevron-left:before {
  content: "e";
}
.icon-chevron-left-after:before {
  content: "e";
}
.icon-chevron-right:before {
  content: "f";
}
.icon-chevron-right-after:after {
  content: "f";
}
.icon-chevron-up:before {
  content: "g";
}
.icon-grid:before {
  content: "h";
}
.icon-list:before {
  content: "i";
}
.icon-youtube:before {
  content: "j";
}
.icon-pinterest:before {
  content: "k";
}
.icon-pin-map:before {
  content: "l";
}
.icon-clock:before {
  content: "m";
}
.icon-search:before {
  content: "n";
}
.icon-menu:before {
  content: "o";
}
.icon-mail:before {
  content: "p";
}
.icon-calendar:before {
  content: "q";
}
.icon-log-out:before {
  content: "s";
}
.icon-close-delete:before {
  content: "t";
}
.icon-check:before {
  content: "r";
}
.icon-x:before {
  content: "u";
}

