﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.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;
}
.fa-2x {
  font-size: 2em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-search:before {
  content: "\f002";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-check-circle {
  content: '\f058';
}
.fa-exclamation-circle {
  content: '\f06a';
}
.fa-exclamation-triangle {
  content: '\f071';
}
.fa-dot-circle-o {
  content: '\f192';
}
.fa-angle-double-right {
  content: '\f101';
}
.fa-square-o {
  content: '\f096';
}
.fa-check-square {
  content: '\f14a';
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}