@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/eoot.eot?v=4.3.0');
  src: url('../fonts/eoot.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/wooff2.woff2.woff2?v=4.3.0') format('woff2'), url('../fonts/woff.woff?v=4.3.0') format('woff'), url('../fonts/ttf.ttf?v=4.3.0') format('truetype'), url('../fonts/svg.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.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);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-car:before {
  content: "\f1b9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-university:before {
  content: "\f19c";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-circle-thin:before {
  content: "\f1db";
}
.fa-motorcycle:before {
  content: "\f21c";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-plane:before {
  content: "\f072";
}
.fa-train:before {
  content: "\f238";
}

.fa-at:before {
  content: "\f1fa";
}