@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "icons" !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: "icons" !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-arrow-l:before {
  content: "\61";
}
.fa-arrow-r:before {
  content: "\62";
}
.fa-close-circle:before {
  content: "\63";
}
.fa-close-x:before {
  content: "\64";
}
.fa-discussion:before {
  content: "\65";
}
.fa-email:before {
  content: "\66";
}
.fa-facebook:before {
  content: "\67";
}
.fa-hamburger:before {
  content: "\68";
}
.fa-logo:before {
  content: "\69";
}
.fa-pinterest:before {
  content: "\6b";
}
.fa-search:before {
  content: "\6c";
}
.fa-thumbnails:before {
  content: "\6d";
}
.fa-twitter:before {
  content: "\6e";
}
.fa-user:before {
  content: "\6f";
}
.fa-load-more-1:before {
  content: "\70";
}
