@charset "UTF-8";

/* Icons */

@font-face {
  font-family: "Icons";
  src:url("etc-nyc-icons.eot");
  src:url("etc-nyc-icons.eot?#iefix") format("embedded-opentype"),
    url("etc-nyc-icons.woff") format("woff"),
    url("etc-nyc-icons.ttf") format("truetype"),
    url("etc-nyc-icons.svg#etc-nyc-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;
}

[class^="icon-"]:before,
[class*=" icon-"]: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;
}

.icon-larr:before {
  content: "\2190";
}
.icon-rarr:before {
  content: "\2192";
}
.icon-uarr:before {
  content: "\2191";
}
.icon-darr:before {
  content: "\2193";
}
