/*!
 *  Font Awesome 4.7.0 by @davegandy - http://xFontAwesome.io - @xFontAwesome
 *  License - http://xFontAwesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'xFontAwesome';
  src: url('fonts/xfontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/xfontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/xfontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/xfontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/xfontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/xfontawesome-webfont.svg?v=4.7.0#fonts/xfontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fi {
  display: inline-block;
  font: normal normal normal 14px/1 xFontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fi-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fi-2x {
  font-size: 2em;
}
.fi-3x {
  font-size: 3em;
}
.fi-4x {
  font-size: 4em;
}
.fi-5x {
  font-size: 5em;
}
.fi-fw {
  width: 1.28571429em;
  text-align: center;
}
.fi-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fi-ul > li {
  position: relative;
}
.fi-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fi-li.fi-lg {
  left: -1.85714286em;
}
.fi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fi-pull-left {
  float: left;
}
.fi-pull-right {
  float: right;
}
.fi.fi-pull-left {
  margin-right: .3em;
}
.fi.fi-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fi.pull-left {
  margin-right: .3em;
}
.fi.pull-right {
  margin-left: .3em;
}
.fi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fi-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);
  }
}
.fi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fi-rotate-90,
:root .fi-rotate-180,
:root .fi-rotate-270,
:root .fi-flip-horizontal,
:root .fi-flip-vertical {
  filter: none;
}
.fi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fi-stack-1x,
.fi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fi-stack-1x {
  line-height: inherit;
}
.fi-stack-2x {
  font-size: 2em;
}
.fi-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fi-glass:before {
  content: "\f000";
}
.fi-music:before {
  content: "\f001";
}
.fi-search:before {
  content: "\f002";
}
.fi-envelope-o:before {
  content: "\f003";
}
.fi-heart:before {
  content: "\f004";
}
.fi-star:before {
  content: "\f005";
}
.fi-star-o:before {
  content: "\f006";
}
.fi-user:before {
  content: "\f007";
}
.fi-film:before {
  content: "\f008";
}
.fi-th-large:before {
  content: "\f009";
}
.fi-th:before {
  content: "\f00a";
}
.fi-th-list:before {
  content: "\f00b";
}
.fi-check:before {
  content: "\f00c";
}
.fi-remove:before,
.fi-close:before,
.fi-times:before {
  content: "\f00d";
}
.fi-search-plus:before {
  content: "\f00e";
}
.fi-search-minus:before {
  content: "\f010";
}
.fi-power-off:before {
  content: "\f011";
}
.fi-signal:before {
  content: "\f012";
}
.fi-gear:before,
.fi-cog:before {
  content: "\f013";
}
.fi-trash-o:before {
  content: "\f014";
}
.fi-home:before {
  content: "\f015";
}
.fi-file-o:before {
  content: "\f016";
}
.fi-clock-o:before {
  content: "\f017";
}
.fi-road:before {
  content: "\f018";
}
.fi-download:before {
  content: "\f019";
}
.fi-arrow-circle-o-down:before {
  content: "\f01a";
}
.fi-arrow-circle-o-up:before {
  content: "\f01b";
}
.fi-inbox:before {
  content: "\f01c";
}
.fi-play-circle-o:before {
  content: "\f01d";
}
.fi-rotate-right:before,
.fi-repeat:before {
  content: "\f01e";
}
.fi-refresh:before {
  content: "\f021";
}
.fi-list-alt:before {
  content: "\f022";
}
.fi-lock:before {
  content: "\f023";
}
.fi-flag:before {
  content: "\f024";
}
.fi-headphones:before {
  content: "\f025";
}
.fi-volume-off:before {
  content: "\f026";
}
.fi-volume-down:before {
  content: "\f027";
}
.fi-volume-up:before {
  content: "\f028";
}
.fi-qrcode:before {
  content: "\f029";
}
.fi-barcode:before {
  content: "\f02a";
}
.fi-tag:before {
  content: "\f02b";
}
.fi-tags:before {
  content: "\f02c";
}
.fi-book:before {
  content: "\f02d";
}
.fi-bookmark:before {
  content: "\f02e";
}
.fi-print:before {
  content: "\f02f";
}
.fi-camera:before {
  content: "\f030";
}
.fi-font:before {
  content: "\f031";
}
.fi-bold:before {
  content: "\f032";
}
.fi-italic:before {
  content: "\f033";
}
.fi-text-height:before {
  content: "\f034";
}
.fi-text-width:before {
  content: "\f035";
}
.fi-align-left:before {
  content: "\f036";
}
.fi-align-center:before {
  content: "\f037";
}
.fi-align-right:before {
  content: "\f038";
}
.fi-align-justify:before {
  content: "\f039";
}
.fi-list:before {
  content: "\f03a";
}
.fi-dedent:before,
.fi-outdent:before {
  content: "\f03b";
}
.fi-indent:before {
  content: "\f03c";
}
.fi-video-camera:before {
  content: "\f03d";
}
.fi-photo:before,
.fi-image:before,
.fi-picture-o:before {
  content: "\f03e";
}
.fi-pencil:before {
  content: "\f040";
}
.fi-map-marker:before {
  content: "\f041";
}
.fi-adjust:before {
  content: "\f042";
}
.fi-tint:before {
  content: "\f043";
}
.fi-edit:before,
.fi-pencil-square-o:before {
  content: "\f044";
}
.fi-share-square-o:before {
  content: "\f045";
}
.fi-check-square-o:before {
  content: "\f046";
}
.fi-arrows:before {
  content: "\f047";
}
.fi-step-backward:before {
  content: "\f048";
}
.fi-fast-backward:before {
  content: "\f049";
}
.fi-backward:before {
  content: "\f04a";
}
.fi-play:before {
  content: "\f04b";
}
.fi-pause:before {
  content: "\f04c";
}
.fi-stop:before {
  content: "\f04d";
}
.fi-forward:before {
  content: "\f04e";
}
.fi-fast-forward:before {
  content: "\f050";
}
.fi-step-forward:before {
  content: "\f051";
}
.fi-eject:before {
  content: "\f052";
}
.fi-chevron-left:before {
  content: "\f053";
}
.fi-chevron-right:before {
  content: "\f054";
}
.fi-plus-circle:before {
  content: "\f055";
}
.fi-minus-circle:before {
  content: "\f056";
}
.fi-times-circle:before {
  content: "\f057";
}
.fi-check-circle:before {
  content: "\f058";
}
.fi-question-circle:before {
  content: "\f059";
}
.fi-info-circle:before {
  content: "\f05a";
}
.fi-crosshairs:before {
  content: "\f05b";
}
.fi-times-circle-o:before {
  content: "\f05c";
}
.fi-check-circle-o:before {
  content: "\f05d";
}
.fi-ban:before {
  content: "\f05e";
}
.fi-arrow-left:before {
  content: "\f060";
}
.fi-arrow-right:before {
  content: "\f061";
}
.fi-arrow-up:before {
  content: "\f062";
}
.fi-arrow-down:before {
  content: "\f063";
}
.fi-mail-forward:before,
.fi-share:before {
  content: "\f064";
}
.fi-expand:before {
  content: "\f065";
}
.fi-compress:before {
  content: "\f066";
}
.fi-plus:before {
  content: "\f067";
}
.fi-minus:before {
  content: "\f068";
}
.fi-asterisk:before {
  content: "\f069";
}
.fi-exclamation-circle:before {
  content: "\f06a";
}
.fi-gift:before {
  content: "\f06b";
}
.fi-leaf:before {
  content: "\f06c";
}
.fi-fire:before {
  content: "\f06d";
}
.fi-eye:before {
  content: "\f06e";
}
.fi-eye-slash:before {
  content: "\f070";
}
.fi-warning:before,
.fi-exclamation-triangle:before {
  content: "\f071";
}
.fi-plane:before {
  content: "\f072";
}
.fi-calendar:before {
  content: "\f073";
}
.fi-random:before {
  content: "\f074";
}
.fi-comment:before {
  content: "\f075";
}
.fi-magnet:before {
  content: "\f076";
}
.fi-chevron-up:before {
  content: "\f077";
}
.fi-chevron-down:before {
  content: "\f078";
}
.fi-retweet:before {
  content: "\f079";
}
.fi-shopping-cart:before {
  content: "\f07a";
}
.fi-folder:before {
  content: "\f07b";
}
.fi-folder-open:before {
  content: "\f07c";
}
.fi-arrows-v:before {
  content: "\f07d";
}
.fi-arrows-h:before {
  content: "\f07e";
}
.fi-bar-chart-o:before,
.fi-bar-chart:before {
  content: "\f080";
}
.fi-twitter-square:before {
  content: "\f081";
}
.fi-facebook-square:before {
  content: "\f082";
}
.fi-camera-retro:before {
  content: "\f083";
}
.fi-key:before {
  content: "\f084";
}
.fi-gears:before,
.fi-cogs:before {
  content: "\f085";
}
.fi-comments:before {
  content: "\f086";
}
.fi-thumbs-o-up:before {
  content: "\f087";
}
.fi-thumbs-o-down:before {
  content: "\f088";
}
.fi-star-half:before {
  content: "\f089";
}
.fi-heart-o:before {
  content: "\f08a";
}
.fi-sign-out:before {
  content: "\f08b";
}
.fi-linkedin-square:before {
  content: "\f08c";
}
.fi-thumb-tack:before {
  content: "\f08d";
}
.fi-external-link:before {
  content: "\f08e";
}
.fi-sign-in:before {
  content: "\f090";
}
.fi-trophy:before {
  content: "\f091";
}
.fi-github-square:before {
  content: "\f092";
}
.fi-upload:before {
  content: "\f093";
}
.fi-lemon-o:before {
  content: "\f094";
}
.fi-phone:before {
  content: "\f095";
}
.fi-square-o:before {
  content: "\f096";
}
.fi-bookmark-o:before {
  content: "\f097";
}
.fi-phone-square:before {
  content: "\f098";
}
.fi-twitter:before {
  content: "\f099";
}
.fi-facebook-f:before,
.fi-facebook:before {
  content: "\f09a";
}
.fi-github:before {
  content: "\f09b";
}
.fi-unlock:before {
  content: "\f09c";
}
.fi-credit-card:before {
  content: "\f09d";
}
.fi-feed:before,
.fi-rss:before {
  content: "\f09e";
}
.fi-hdd-o:before {
  content: "\f0a0";
}
.fi-bullhorn:before {
  content: "\f0a1";
}
.fi-bell:before {
  content: "\f0f3";
}
.fi-certificate:before {
  content: "\f0a3";
}
.fi-hand-o-right:before {
  content: "\f0a4";
}
.fi-hand-o-left:before {
  content: "\f0a5";
}
.fi-hand-o-up:before {
  content: "\f0a6";
}
.fi-hand-o-down:before {
  content: "\f0a7";
}
.fi-arrow-circle-left:before {
  content: "\f0a8";
}
.fi-arrow-circle-right:before {
  content: "\f0a9";
}
.fi-arrow-circle-up:before {
  content: "\f0aa";
}
.fi-arrow-circle-down:before {
  content: "\f0ab";
}
.fi-globe:before {
  content: "\f0ac";
}
.fi-wrench:before {
  content: "\f0ad";
}
.fi-tasks:before {
  content: "\f0ae";
}
.fi-filter:before {
  content: "\f0b0";
}
.fi-briefcase:before {
  content: "\f0b1";
}
.fi-arrows-alt:before {
  content: "\f0b2";
}
.fi-group:before,
.fi-users:before {
  content: "\f0c0";
}
.fi-chain:before,
.fi-link:before {
  content: "\f0c1";
}
.fi-cloud:before {
  content: "\f0c2";
}
.fi-flask:before {
  content: "\f0c3";
}
.fi-cut:before,
.fi-scissors:before {
  content: "\f0c4";
}
.fi-copy:before,
.fi-files-o:before {
  content: "\f0c5";
}
.fi-paperclip:before {
  content: "\f0c6";
}
.fi-save:before,
.fi-floppy-o:before {
  content: "\f0c7";
}
.fi-square:before {
  content: "\f0c8";
}
.fi-navicon:before,
.fi-reorder:before,
.fi-bars:before {
  content: "\f0c9";
}
.fi-list-ul:before {
  content: "\f0ca";
}
.fi-list-ol:before {
  content: "\f0cb";
}
.fi-strikethrough:before {
  content: "\f0cc";
}
.fi-underline:before {
  content: "\f0cd";
}
.fi-table:before {
  content: "\f0ce";
}
.fi-magic:before {
  content: "\f0d0";
}
.fi-truck:before {
  content: "\f0d1";
}
.fi-pinterest:before {
  content: "\f0d2";
}
.fi-pinterest-square:before {
  content: "\f0d3";
}
.fi-google-plus-square:before {
  content: "\f0d4";
}
.fi-google-plus:before {
  content: "\f0d5";
}
.fi-money:before {
  content: "\f0d6";
}
.fi-caret-down:before {
  content: "\f0d7";
}
.fi-caret-up:before {
  content: "\f0d8";
}
.fi-caret-left:before {
  content: "\f0d9";
}
.fi-caret-right:before {
  content: "\f0da";
}
.fi-columns:before {
  content: "\f0db";
}
.fi-unsorted:before,
.fi-sort:before {
  content: "\f0dc";
}
.fi-sort-down:before,
.fi-sort-desc:before {
  content: "\f0dd";
}
.fi-sort-up:before,
.fi-sort-asc:before {
  content: "\f0de";
}
.fi-envelope:before {
  content: "\f0e0";
}
.fi-linkedin:before {
  content: "\f0e1";
}
.fi-rotate-left:before,
.fi-undo:before {
  content: "\f0e2";
}
.fi-legal:before,
.fi-gavel:before {
  content: "\f0e3";
}
.fi-dashboard:before,
.fi-tachometer:before {
  content: "\f0e4";
}
.fi-comment-o:before {
  content: "\f0e5";
}
.fi-comments-o:before {
  content: "\f0e6";
}
.fi-flash:before,
.fi-bolt:before {
  content: "\f0e7";
}
.fi-sitemap:before {
  content: "\f0e8";
}
.fi-umbrella:before {
  content: "\f0e9";
}
.fi-paste:before,
.fi-clipboard:before {
  content: "\f0ea";
}
.fi-lightbulb-o:before {
  content: "\f0eb";
}
.fi-exchange:before {
  content: "\f0ec";
}
.fi-cloud-download:before {
  content: "\f0ed";
}
.fi-cloud-upload:before {
  content: "\f0ee";
}
.fi-user-md:before {
  content: "\f0f0";
}
.fi-stethoscope:before {
  content: "\f0f1";
}
.fi-suitcase:before {
  content: "\f0f2";
}
.fi-bell-o:before {
  content: "\f0a2";
}
.fi-coffee:before {
  content: "\f0f4";
}
.fi-cutlery:before {
  content: "\f0f5";
}
.fi-file-text-o:before {
  content: "\f0f6";
}
.fi-building-o:before {
  content: "\f0f7";
}
.fi-hospital-o:before {
  content: "\f0f8";
}
.fi-ambulance:before {
  content: "\f0f9";
}
.fi-medkit:before {
  content: "\f0fa";
}
.fi-fighter-jet:before {
  content: "\f0fb";
}
.fi-beer:before {
  content: "\f0fc";
}
.fi-h-square:before {
  content: "\f0fd";
}
.fi-plus-square:before {
  content: "\f0fe";
}
.fi-angle-double-left:before {
  content: "\f100";
}
.fi-angle-double-right:before {
  content: "\f101";
}
.fi-angle-double-up:before {
  content: "\f102";
}
.fi-angle-double-down:before {
  content: "\f103";
}
.fi-angle-left:before {
  content: "\f104";
}
.fi-angle-right:before {
  content: "\f105";
}
.fi-angle-up:before {
  content: "\f106";
}
.fi-angle-down:before {
  content: "\f107";
}
.fi-desktop:before {
  content: "\f108";
}
.fi-laptop:before {
  content: "\f109";
}
.fi-tablet:before {
  content: "\f10a";
}
.fi-mobile-phone:before,
.fi-mobile:before {
  content: "\f10b";
}
.fi-circle-o:before {
  content: "\f10c";
}
.fi-quote-left:before {
  content: "\f10d";
}
.fi-quote-right:before {
  content: "\f10e";
}
.fi-spinner:before {
  content: "\f110";
}
.fi-circle:before {
  content: "\f111";
}
.fi-mail-reply:before,
.fi-reply:before {
  content: "\f112";
}
.fi-github-alt:before {
  content: "\f113";
}
.fi-folder-o:before {
  content: "\f114";
}
.fi-folder-open-o:before {
  content: "\f115";
}
.fi-smile-o:before {
  content: "\f118";
}
.fi-frown-o:before {
  content: "\f119";
}
.fi-meh-o:before {
  content: "\f11a";
}
.fi-gamepad:before {
  content: "\f11b";
}
.fi-keyboard-o:before {
  content: "\f11c";
}
.fi-flag-o:before {
  content: "\f11d";
}
.fi-flag-checkered:before {
  content: "\f11e";
}
.fi-terminal:before {
  content: "\f120";
}
.fi-code:before {
  content: "\f121";
}
.fi-mail-reply-all:before,
.fi-reply-all:before {
  content: "\f122";
}
.fi-star-half-empty:before,
.fi-star-half-full:before,
.fi-star-half-o:before {
  content: "\f123";
}
.fi-location-arrow:before {
  content: "\f124";
}
.fi-crop:before {
  content: "\f125";
}
.fi-code-fork:before {
  content: "\f126";
}
.fi-unlink:before,
.fi-chain-broken:before {
  content: "\f127";
}
.fi-question:before {
  content: "\f128";
}
.fi-info:before {
  content: "\f129";
}
.fi-exclamation:before {
  content: "\f12a";
}
.fi-superscript:before {
  content: "\f12b";
}
.fi-subscript:before {
  content: "\f12c";
}
.fi-eraser:before {
  content: "\f12d";
}
.fi-puzzle-piece:before {
  content: "\f12e";
}
.fi-microphone:before {
  content: "\f130";
}
.fi-microphone-slash:before {
  content: "\f131";
}
.fi-shield:before {
  content: "\f132";
}
.fi-calendar-o:before {
  content: "\f133";
}
.fi-fire-extinguisher:before {
  content: "\f134";
}
.fi-rocket:before {
  content: "\f135";
}
.fi-maxcdn:before {
  content: "\f136";
}
.fi-chevron-circle-left:before {
  content: "\f137";
}
.fi-chevron-circle-right:before {
  content: "\f138";
}
.fi-chevron-circle-up:before {
  content: "\f139";
}
.fi-chevron-circle-down:before {
  content: "\f13a";
}
.fi-html5:before {
  content: "\f13b";
}
.fi-css3:before {
  content: "\f13c";
}
.fi-anchor:before {
  content: "\f13d";
}
.fi-unlock-alt:before {
  content: "\f13e";
}
.fi-bullseye:before {
  content: "\f140";
}
.fi-ellipsis-h:before {
  content: "\f141";
}
.fi-ellipsis-v:before {
  content: "\f142";
}
.fi-rss-square:before {
  content: "\f143";
}
.fi-play-circle:before {
  content: "\f144";
}
.fi-ticket:before {
  content: "\f145";
}
.fi-minus-square:before {
  content: "\f146";
}
.fi-minus-square-o:before {
  content: "\f147";
}
.fi-level-up:before {
  content: "\f148";
}
.fi-level-down:before {
  content: "\f149";
}
.fi-check-square:before {
  content: "\f14a";
}
.fi-pencil-square:before {
  content: "\f14b";
}
.fi-external-link-square:before {
  content: "\f14c";
}
.fi-share-square:before {
  content: "\f14d";
}
.fi-compass:before {
  content: "\f14e";
}
.fi-toggle-down:before,
.fi-caret-square-o-down:before {
  content: "\f150";
}
.fi-toggle-up:before,
.fi-caret-square-o-up:before {
  content: "\f151";
}
.fi-toggle-right:before,
.fi-caret-square-o-right:before {
  content: "\f152";
}
.fi-euro:before,
.fi-eur:before {
  content: "\f153";
}
.fi-gbp:before {
  content: "\f154";
}
.fi-dollar:before,
.fi-usd:before {
  content: "\f155";
}
.fi-rupee:before,
.fi-inr:before {
  content: "\f156";
}
.fi-cny:before,
.fi-rmb:before,
.fi-yen:before,
.fi-jpy:before {
  content: "\f157";
}
.fi-ruble:before,
.fi-rouble:before,
.fi-rub:before {
  content: "\f158";
}
.fi-won:before,
.fi-krw:before {
  content: "\f159";
}
.fi-bitcoin:before,
.fi-btc:before {
  content: "\f15a";
}
.fi-file:before {
  content: "\f15b";
}
.fi-file-text:before {
  content: "\f15c";
}
.fi-sort-alpha-asc:before {
  content: "\f15d";
}
.fi-sort-alpha-desc:before {
  content: "\f15e";
}
.fi-sort-amount-asc:before {
  content: "\f160";
}
.fi-sort-amount-desc:before {
  content: "\f161";
}
.fi-sort-numeric-asc:before {
  content: "\f162";
}
.fi-sort-numeric-desc:before {
  content: "\f163";
}
.fi-thumbs-up:before {
  content: "\f164";
}
.fi-thumbs-down:before {
  content: "\f165";
}
.fi-youtube-square:before {
  content: "\f166";
}
.fi-youtube:before {
  content: "\f167";
}
.fi-xing:before {
  content: "\f168";
}
.fi-xing-square:before {
  content: "\f169";
}
.fi-youtube-play:before {
  content: "\f16a";
}
.fi-dropbox:before {
  content: "\f16b";
}
.fi-stack-overflow:before {
  content: "\f16c";
}
.fi-instagram:before {
  content: "\f16d";
}
.fi-flickr:before {
  content: "\f16e";
}
.fi-adn:before {
  content: "\f170";
}
.fi-bitbucket:before {
  content: "\f171";
}
.fi-bitbucket-square:before {
  content: "\f172";
}
.fi-tumblr:before {
  content: "\f173";
}
.fi-tumblr-square:before {
  content: "\f174";
}
.fi-long-arrow-down:before {
  content: "\f175";
}
.fi-long-arrow-up:before {
  content: "\f176";
}
.fi-long-arrow-left:before {
  content: "\f177";
}
.fi-long-arrow-right:before {
  content: "\f178";
}
.fi-apple:before {
  content: "\f179";
}
.fi-windows:before {
  content: "\f17a";
}
.fi-android:before {
  content: "\f17b";
}
.fi-linux:before {
  content: "\f17c";
}
.fi-dribbble:before {
  content: "\f17d";
}
.fi-skype:before {
  content: "\f17e";
}
.fi-foursquare:before {
  content: "\f180";
}
.fi-trello:before {
  content: "\f181";
}
.fi-female:before {
  content: "\f182";
}
.fi-male:before {
  content: "\f183";
}
.fi-gittip:before,
.fi-gratipay:before {
  content: "\f184";
}
.fi-sun-o:before {
  content: "\f185";
}
.fi-moon-o:before {
  content: "\f186";
}
.fi-archive:before {
  content: "\f187";
}
.fi-bug:before {
  content: "\f188";
}
.fi-vk:before {
  content: "\f189";
}
.fi-weibo:before {
  content: "\f18a";
}
.fi-renren:before {
  content: "\f18b";
}
.fi-pagelines:before {
  content: "\f18c";
}
.fi-stack-exchange:before {
  content: "\f18d";
}
.fi-arrow-circle-o-right:before {
  content: "\f18e";
}
.fi-arrow-circle-o-left:before {
  content: "\f190";
}
.fi-toggle-left:before,
.fi-caret-square-o-left:before {
  content: "\f191";
}
.fi-dot-circle-o:before {
  content: "\f192";
}
.fi-wheelchair:before {
  content: "\f193";
}
.fi-vimeo-square:before {
  content: "\f194";
}
.fi-turkish-lira:before,
.fi-try:before {
  content: "\f195";
}
.fi-plus-square-o:before {
  content: "\f196";
}
.fi-space-shuttle:before {
  content: "\f197";
}
.fi-slack:before {
  content: "\f198";
}
.fi-envelope-square:before {
  content: "\f199";
}
.fi-wordpress:before {
  content: "\f19a";
}
.fi-openid:before {
  content: "\f19b";
}
.fi-institution:before,
.fi-bank:before,
.fi-university:before {
  content: "\f19c";
}
.fi-mortar-board:before,
.fi-graduation-cap:before {
  content: "\f19d";
}
.fi-yahoo:before {
  content: "\f19e";
}
.fi-google:before {
  content: "\f1a0";
}
.fi-reddit:before {
  content: "\f1a1";
}
.fi-reddit-square:before {
  content: "\f1a2";
}
.fi-stumbleupon-circle:before {
  content: "\f1a3";
}
.fi-stumbleupon:before {
  content: "\f1a4";
}
.fi-delicious:before {
  content: "\f1a5";
}
.fi-digg:before {
  content: "\f1a6";
}
.fi-pied-piper-pp:before {
  content: "\f1a7";
}
.fi-pied-piper-alt:before {
  content: "\f1a8";
}
.fi-drupal:before {
  content: "\f1a9";
}
.fi-joomla:before {
  content: "\f1aa";
}
.fi-language:before {
  content: "\f1ab";
}
.fi-fax:before {
  content: "\f1ac";
}
.fi-building:before {
  content: "\f1ad";
}
.fi-child:before {
  content: "\f1ae";
}
.fi-paw:before {
  content: "\f1b0";
}
.fi-spoon:before {
  content: "\f1b1";
}
.fi-cube:before {
  content: "\f1b2";
}
.fi-cubes:before {
  content: "\f1b3";
}
.fi-behance:before {
  content: "\f1b4";
}
.fi-behance-square:before {
  content: "\f1b5";
}
.fi-steam:before {
  content: "\f1b6";
}
.fi-steam-square:before {
  content: "\f1b7";
}
.fi-recycle:before {
  content: "\f1b8";
}
.fi-automobile:before,
.fi-car:before {
  content: "\f1b9";
}
.fi-cab:before,
.fi-taxi:before {
  content: "\f1ba";
}
.fi-tree:before {
  content: "\f1bb";
}
.fi-spotify:before {
  content: "\f1bc";
}
.fi-deviantart:before {
  content: "\f1bd";
}
.fi-soundcloud:before {
  content: "\f1be";
}
.fi-database:before {
  content: "\f1c0";
}
.fi-file-pdf-o:before {
  content: "\f1c1";
}
.fi-file-word-o:before {
  content: "\f1c2";
}
.fi-file-excel-o:before {
  content: "\f1c3";
}
.fi-file-powerpoint-o:before {
  content: "\f1c4";
}
.fi-file-photo-o:before,
.fi-file-picture-o:before,
.fi-file-image-o:before {
  content: "\f1c5";
}
.fi-file-zip-o:before,
.fi-file-archive-o:before {
  content: "\f1c6";
}
.fi-file-sound-o:before,
.fi-file-audio-o:before {
  content: "\f1c7";
}
.fi-file-movie-o:before,
.fi-file-video-o:before {
  content: "\f1c8";
}
.fi-file-code-o:before {
  content: "\f1c9";
}
.fi-vine:before {
  content: "\f1ca";
}
.fi-codepen:before {
  content: "\f1cb";
}
.fi-jsfiddle:before {
  content: "\f1cc";
}
.fi-life-bouy:before,
.fi-life-buoy:before,
.fi-life-saver:before,
.fi-support:before,
.fi-life-ring:before {
  content: "\f1cd";
}
.fi-circle-o-notch:before {
  content: "\f1ce";
}
.fi-ra:before,
.fi-resistance:before,
.fi-rebel:before {
  content: "\f1d0";
}
.fi-ge:before,
.fi-empire:before {
  content: "\f1d1";
}
.fi-git-square:before {
  content: "\f1d2";
}
.fi-git:before {
  content: "\f1d3";
}
.fi-y-combinator-square:before,
.fi-yc-square:before,
.fi-hacker-news:before {
  content: "\f1d4";
}
.fi-tencent-weibo:before {
  content: "\f1d5";
}
.fi-qq:before {
  content: "\f1d6";
}
.fi-wechat:before,
.fi-weixin:before {
  content: "\f1d7";
}
.fi-send:before,
.fi-paper-plane:before {
  content: "\f1d8";
}
.fi-send-o:before,
.fi-paper-plane-o:before {
  content: "\f1d9";
}
.fi-history:before {
  content: "\f1da";
}
.fi-circle-thin:before {
  content: "\f1db";
}
.fi-header:before {
  content: "\f1dc";
}
.fi-paragraph:before {
  content: "\f1dd";
}
.fi-sliders:before {
  content: "\f1de";
}
.fi-share-alt:before {
  content: "\f1e0";
}
.fi-share-alt-square:before {
  content: "\f1e1";
}
.fi-bomb:before {
  content: "\f1e2";
}
.fi-soccer-ball-o:before,
.fi-futbol-o:before {
  content: "\f1e3";
}
.fi-tty:before {
  content: "\f1e4";
}
.fi-binoculars:before {
  content: "\f1e5";
}
.fi-plug:before {
  content: "\f1e6";
}
.fi-slideshare:before {
  content: "\f1e7";
}
.fi-twitch:before {
  content: "\f1e8";
}
.fi-yelp:before {
  content: "\f1e9";
}
.fi-newspaper-o:before {
  content: "\f1ea";
}
.fi-wifi:before {
  content: "\f1eb";
}
.fi-calculator:before {
  content: "\f1ec";
}
.fi-paypal:before {
  content: "\f1ed";
}
.fi-google-wallet:before {
  content: "\f1ee";
}
.fi-cc-visa:before {
  content: "\f1f0";
}
.fi-cc-mastercard:before {
  content: "\f1f1";
}
.fi-cc-discover:before {
  content: "\f1f2";
}
.fi-cc-amex:before {
  content: "\f1f3";
}
.fi-cc-paypal:before {
  content: "\f1f4";
}
.fi-cc-stripe:before {
  content: "\f1f5";
}
.fi-bell-slash:before {
  content: "\f1f6";
}
.fi-bell-slash-o:before {
  content: "\f1f7";
}
.fi-trash:before {
  content: "\f1f8";
}
.fi-copyright:before {
  content: "\f1f9";
}
.fi-at:before {
  content: "\f1fa";
}
.fi-eyedropper:before {
  content: "\f1fb";
}
.fi-paint-brush:before {
  content: "\f1fc";
}
.fi-birthday-cake:before {
  content: "\f1fd";
}
.fi-area-chart:before {
  content: "\f1fe";
}
.fi-pie-chart:before {
  content: "\f200";
}
.fi-line-chart:before {
  content: "\f201";
}
.fi-lastfm:before {
  content: "\f202";
}
.fi-lastfm-square:before {
  content: "\f203";
}
.fi-toggle-off:before {
  content: "\f204";
}
.fi-toggle-on:before {
  content: "\f205";
}
.fi-bicycle:before {
  content: "\f206";
}
.fi-bus:before {
  content: "\f207";
}
.fi-ioxhost:before {
  content: "\f208";
}
.fi-angellist:before {
  content: "\f209";
}
.fi-cc:before {
  content: "\f20a";
}
.fi-shekel:before,
.fi-sheqel:before,
.fi-ils:before {
  content: "\f20b";
}
.fi-meanpath:before {
  content: "\f20c";
}
.fi-buysellads:before {
  content: "\f20d";
}
.fi-connectdevelop:before {
  content: "\f20e";
}
.fi-dashcube:before {
  content: "\f210";
}
.fi-forumbee:before {
  content: "\f211";
}
.fi-leanpub:before {
  content: "\f212";
}
.fi-sellsy:before {
  content: "\f213";
}
.fi-shirtsinbulk:before {
  content: "\f214";
}
.fi-simplybuilt:before {
  content: "\f215";
}
.fi-skyatlas:before {
  content: "\f216";
}
.fi-cart-plus:before {
  content: "\f217";
}
.fi-cart-arrow-down:before {
  content: "\f218";
}
.fi-diamond:before {
  content: "\f219";
}
.fi-ship:before {
  content: "\f21a";
}
.fi-user-secret:before {
  content: "\f21b";
}
.fi-motorcycle:before {
  content: "\f21c";
}
.fi-street-view:before {
  content: "\f21d";
}
.fi-heartbeat:before {
  content: "\f21e";
}
.fi-venus:before {
  content: "\f221";
}
.fi-mars:before {
  content: "\f222";
}
.fi-mercury:before {
  content: "\f223";
}
.fi-intersex:before,
.fi-transgender:before {
  content: "\f224";
}
.fi-transgender-alt:before {
  content: "\f225";
}
.fi-venus-double:before {
  content: "\f226";
}
.fi-mars-double:before {
  content: "\f227";
}
.fi-venus-mars:before {
  content: "\f228";
}
.fi-mars-stroke:before {
  content: "\f229";
}
.fi-mars-stroke-v:before {
  content: "\f22a";
}
.fi-mars-stroke-h:before {
  content: "\f22b";
}
.fi-neuter:before {
  content: "\f22c";
}
.fi-genderless:before {
  content: "\f22d";
}
.fi-facebook-official:before {
  content: "\f230";
}
.fi-pinterest-p:before {
  content: "\f231";
}
.fi-whatsapp:before {
  content: "\f232";
}
.fi-server:before {
  content: "\f233";
}
.fi-user-plus:before {
  content: "\f234";
}
.fi-user-times:before {
  content: "\f235";
}
.fi-hotel:before,
.fi-bed:before {
  content: "\f236";
}
.fi-viacoin:before {
  content: "\f237";
}
.fi-train:before {
  content: "\f238";
}
.fi-subway:before {
  content: "\f239";
}
.fi-medium:before {
  content: "\f23a";
}
.fi-yc:before,
.fi-y-combinator:before {
  content: "\f23b";
}
.fi-optin-monster:before {
  content: "\f23c";
}
.fi-opencart:before {
  content: "\f23d";
}
.fi-expeditedssl:before {
  content: "\f23e";
}
.fi-battery-4:before,
.fi-battery:before,
.fi-battery-full:before {
  content: "\f240";
}
.fi-battery-3:before,
.fi-battery-three-quarters:before {
  content: "\f241";
}
.fi-battery-2:before,
.fi-battery-half:before {
  content: "\f242";
}
.fi-battery-1:before,
.fi-battery-quarter:before {
  content: "\f243";
}
.fi-battery-0:before,
.fi-battery-empty:before {
  content: "\f244";
}
.fi-mouse-pointer:before {
  content: "\f245";
}
.fi-i-cursor:before {
  content: "\f246";
}
.fi-object-group:before {
  content: "\f247";
}
.fi-object-ungroup:before {
  content: "\f248";
}
.fi-sticky-note:before {
  content: "\f249";
}
.fi-sticky-note-o:before {
  content: "\f24a";
}
.fi-cc-jcb:before {
  content: "\f24b";
}
.fi-cc-diners-club:before {
  content: "\f24c";
}
.fi-clone:before {
  content: "\f24d";
}
.fi-balance-scale:before {
  content: "\f24e";
}
.fi-hourglass-o:before {
  content: "\f250";
}
.fi-hourglass-1:before,
.fi-hourglass-start:before {
  content: "\f251";
}
.fi-hourglass-2:before,
.fi-hourglass-half:before {
  content: "\f252";
}
.fi-hourglass-3:before,
.fi-hourglass-end:before {
  content: "\f253";
}
.fi-hourglass:before {
  content: "\f254";
}
.fi-hand-grab-o:before,
.fi-hand-rock-o:before {
  content: "\f255";
}
.fi-hand-stop-o:before,
.fi-hand-paper-o:before {
  content: "\f256";
}
.fi-hand-scissors-o:before {
  content: "\f257";
}
.fi-hand-lizard-o:before {
  content: "\f258";
}
.fi-hand-spock-o:before {
  content: "\f259";
}
.fi-hand-pointer-o:before {
  content: "\f25a";
}
.fi-hand-peace-o:before {
  content: "\f25b";
}
.fi-trademark:before {
  content: "\f25c";
}
.fi-registered:before {
  content: "\f25d";
}
.fi-creative-commons:before {
  content: "\f25e";
}
.fi-gg:before {
  content: "\f260";
}
.fi-gg-circle:before {
  content: "\f261";
}
.fi-tripadvisor:before {
  content: "\f262";
}
.fi-odnoklassniki:before {
  content: "\f263";
}
.fi-odnoklassniki-square:before {
  content: "\f264";
}
.fi-get-pocket:before {
  content: "\f265";
}
.fi-wikipedia-w:before {
  content: "\f266";
}
.fi-safari:before {
  content: "\f267";
}
.fi-chrome:before {
  content: "\f268";
}
.fi-firefox:before {
  content: "\f269";
}
.fi-opera:before {
  content: "\f26a";
}
.fi-internet-explorer:before {
  content: "\f26b";
}
.fi-tv:before,
.fi-television:before {
  content: "\f26c";
}
.fi-contao:before {
  content: "\f26d";
}
.fi-500px:before {
  content: "\f26e";
}
.fi-amazon:before {
  content: "\f270";
}
.fi-calendar-plus-o:before {
  content: "\f271";
}
.fi-calendar-minus-o:before {
  content: "\f272";
}
.fi-calendar-times-o:before {
  content: "\f273";
}
.fi-calendar-check-o:before {
  content: "\f274";
}
.fi-industry:before {
  content: "\f275";
}
.fi-map-pin:before {
  content: "\f276";
}
.fi-map-signs:before {
  content: "\f277";
}
.fi-map-o:before {
  content: "\f278";
}
.fi-map:before {
  content: "\f279";
}
.fi-commenting:before {
  content: "\f27a";
}
.fi-commenting-o:before {
  content: "\f27b";
}
.fi-houzz:before {
  content: "\f27c";
}
.fi-vimeo:before {
  content: "\f27d";
}
.fi-black-tie:before {
  content: "\f27e";
}
.fi-fonticons:before {
  content: "\f280";
}
.fi-reddit-alien:before {
  content: "\f281";
}
.fi-edge:before {
  content: "\f282";
}
.fi-credit-card-alt:before {
  content: "\f283";
}
.fi-codiepie:before {
  content: "\f284";
}
.fi-modx:before {
  content: "\f285";
}
.fi-fort-awesome:before {
  content: "\f286";
}
.fi-usb:before {
  content: "\f287";
}
.fi-product-hunt:before {
  content: "\f288";
}
.fi-mixcloud:before {
  content: "\f289";
}
.fi-scribd:before {
  content: "\f28a";
}
.fi-pause-circle:before {
  content: "\f28b";
}
.fi-pause-circle-o:before {
  content: "\f28c";
}
.fi-stop-circle:before {
  content: "\f28d";
}
.fi-stop-circle-o:before {
  content: "\f28e";
}
.fi-shopping-bag:before {
  content: "\f290";
}
.fi-shopping-basket:before {
  content: "\f291";
}
.fi-hashtag:before {
  content: "\f292";
}
.fi-bluetooth:before {
  content: "\f293";
}
.fi-bluetooth-b:before {
  content: "\f294";
}
.fi-percent:before {
  content: "\f295";
}
.fi-gitlab:before {
  content: "\f296";
}
.fi-wpbeginner:before {
  content: "\f297";
}
.fi-wpforms:before {
  content: "\f298";
}
.fi-envira:before {
  content: "\f299";
}
.fi-universal-access:before {
  content: "\f29a";
}
.fi-wheelchair-alt:before {
  content: "\f29b";
}
.fi-question-circle-o:before {
  content: "\f29c";
}
.fi-blind:before {
  content: "\f29d";
}
.fi-audio-description:before {
  content: "\f29e";
}
.fi-volume-control-phone:before {
  content: "\f2a0";
}
.fi-braille:before {
  content: "\f2a1";
}
.fi-assistive-listening-systems:before {
  content: "\f2a2";
}
.fi-asl-interpreting:before,
.fi-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fi-deafness:before,
.fi-hard-of-hearing:before,
.fi-deaf:before {
  content: "\f2a4";
}
.fi-glide:before {
  content: "\f2a5";
}
.fi-glide-g:before {
  content: "\f2a6";
}
.fi-signing:before,
.fi-sign-language:before {
  content: "\f2a7";
}
.fi-low-vision:before {
  content: "\f2a8";
}
.fi-viadeo:before {
  content: "\f2a9";
}
.fi-viadeo-square:before {
  content: "\f2aa";
}
.fi-snapchat:before {
  content: "\f2ab";
}
.fi-snapchat-ghost:before {
  content: "\f2ac";
}
.fi-snapchat-square:before {
  content: "\f2ad";
}
.fi-pied-piper:before {
  content: "\f2ae";
}
.fi-first-order:before {
  content: "\f2b0";
}
.fi-yoast:before {
  content: "\f2b1";
}
.fi-themeisle:before {
  content: "\f2b2";
}
.fi-google-plus-circle:before,
.fi-google-plus-official:before {
  content: "\f2b3";
}
.fi-fa:before,
.fi-font-awesome:before {
  content: "\f2b4";
}
.fi-handshake-o:before {
  content: "\f2b5";
}
.fi-envelope-open:before {
  content: "\f2b6";
}
.fi-envelope-open-o:before {
  content: "\f2b7";
}
.fi-linode:before {
  content: "\f2b8";
}
.fi-address-book:before {
  content: "\f2b9";
}
.fi-address-book-o:before {
  content: "\f2ba";
}
.fi-vcard:before,
.fi-address-card:before {
  content: "\f2bb";
}
.fi-vcard-o:before,
.fi-address-card-o:before {
  content: "\f2bc";
}
.fi-user-circle:before {
  content: "\f2bd";
}
.fi-user-circle-o:before {
  content: "\f2be";
}
.fi-user-o:before {
  content: "\f2c0";
}
.fi-id-badge:before {
  content: "\f2c1";
}
.fi-drivers-license:before,
.fi-id-card:before {
  content: "\f2c2";
}
.fi-drivers-license-o:before,
.fi-id-card-o:before {
  content: "\f2c3";
}
.fi-quora:before {
  content: "\f2c4";
}
.fi-free-code-camp:before {
  content: "\f2c5";
}
.fi-telegram:before {
  content: "\f2c6";
}
.fi-thermometer-4:before,
.fi-thermometer:before,
.fi-thermometer-full:before {
  content: "\f2c7";
}
.fi-thermometer-3:before,
.fi-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fi-thermometer-2:before,
.fi-thermometer-half:before {
  content: "\f2c9";
}
.fi-thermometer-1:before,
.fi-thermometer-quarter:before {
  content: "\f2ca";
}
.fi-thermometer-0:before,
.fi-thermometer-empty:before {
  content: "\f2cb";
}
.fi-shower:before {
  content: "\f2cc";
}
.fi-bathtub:before,
.fi-s15:before,
.fi-bath:before {
  content: "\f2cd";
}
.fi-podcast:before {
  content: "\f2ce";
}
.fi-window-maximize:before {
  content: "\f2d0";
}
.fi-window-minimize:before {
  content: "\f2d1";
}
.fi-window-restore:before {
  content: "\f2d2";
}
.fi-times-rectangle:before,
.fi-window-close:before {
  content: "\f2d3";
}
.fi-times-rectangle-o:before,
.fi-window-close-o:before {
  content: "\f2d4";
}
.fi-bandcamp:before {
  content: "\f2d5";
}
.fi-grav:before {
  content: "\f2d6";
}
.fi-etsy:before {
  content: "\f2d7";
}
.fi-imdb:before {
  content: "\f2d8";
}
.fi-ravelry:before {
  content: "\f2d9";
}
.fi-eercast:before {
  content: "\f2da";
}
.fi-microchip:before {
  content: "\f2db";
}
.fi-snowflake-o:before {
  content: "\f2dc";
}
.fi-superpowers:before {
  content: "\f2dd";
}
.fi-wpexplorer:before {
  content: "\f2de";
}
.fi-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
