
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="fa-"], a [class*=" fa-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.fa-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="fa-"], .btn [class*=" fa-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="fa-"], li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .fa-large[class^="fa-"], li .fa-large[class*=" fa-"] {
  /* 1.5 increased font size for fa-large * 1.25 width */

  width: 1.875em;
}
li[class^="fa-"], li[class*=" fa-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="fa-"]:before, li[class*=" fa-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="fa-"].fa-large:before, li[class*=" fa-"].fa-large:before {
  text-indent: -1.3333333333333333em;
}
