/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

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

.fi-alert:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-check:before,
.fi-comments:before,
.fi-download:before,
.fi-graph-trend:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-page-edit:before,
.fi-paperclip:before,
.fi-social-facebook:before,
.fi-social-google-plus:before,
.fi-social-instagram:before,
.fi-social-linkedin:before,
.fi-social-pinterest:before,
.fi-social-twitter:before,
.fi-wrench:before,
.fi-trash:before,
.fi-x:before  {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-alert:before { content: "\f101"; }
.fi-arrow-down:before { content: "\f109"; }
.fi-arrow-left:before { content: "\f10a"; }
.fi-arrow-right:before { content: "\f10b"; }
.fi-arrow-up:before { content: "\f10c"; }
.fi-check:before { content: "\f126"; }
.fi-comments:before { content: "\f132"; }
.fi-download:before { content: "\f143"; }
.fi-graph-trend:before { content: "\f156"; }
.fi-indent-less:before { content: "\f15c"; }
.fi-indent-more:before { content: "\f15d"; }
.fi-info:before { content: "\f15e"; }
.fi-list-number:before {content: "\f167";}
.fi-list-thumbnails:before { content: "\f168"; }
.fi-magnifying-glass:before { content: "\f16c"; }
.fi-mail:before { content: "\f16d"; }
.fi-page-edit:before { content: "\f184"; }
.fi-paperclip:before { content: "\f190"; }
.fi-social-facebook:before { content: "\f1c4"; }
.fi-social-google-plus:before { content: "\f1ca"; }
.fi-social-instagram:before { content: "\f1cd"; }
.fi-social-linkedin:before { content: "\f1d0"; }
.fi-social-pinterest:before { content: "\f1d6"; }
.fi-social-twitter:before { content: "\f1e4"; }
.fi-trash:before { content: "\f204"; }
.fi-wrench:before { content: "\f215"; }
.fi-x:before { content: "\f217"; }
