/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-2x {
  font-size: 2em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-download:before {
  content: "\f019";
}
.fa-book:before {
  content: "\f02d";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-edit:before {
  content: "\f044";
}
.fa-comment:before {
  content: "\f075";
}
.fa-phone:before {
  content: "\f095";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-bars:before {
  content: "\f0c9";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-youtube:before {
  content: "\f167";
}
