@font-face {
  font-family: "FontAwesome";
  src: url('/css/fonts/fontawesome-webfont.eot');
  src: url('/css/fonts/fontawesome-webfont.eot?#iefix') format('eot'), 
       url('/css/fonts/fontawesome-webfont.woff') format('woff'), 
       url('/css/fonts/fontawesome-webfont.ttf') format('truetype'), 
       url('/css/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
