/*!
Fork Awesome 1.2.0
License - https://forkaweso.me/Fork-Awesome/license

Copyright 2018 Dave Gandy & Fork Awesome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "ForkAwesome";
  src: url("/static/fonts-fork-awesome/fonts/forkawesome-webfont.eot?v=1.2.0&649fff702ec0");
  src: url("/static/fonts-fork-awesome/fonts/forkawesome-webfont.eot?&649fff702ec0#iefix&v=1.2.0") format("embedded-opentype"), url("/static/fonts-fork-awesome/fonts/forkawesome-webfont.woff2?v=1.2.0&649fff702ec0") format("woff2"), url("/static/fonts-fork-awesome/fonts/forkawesome-webfont.woff?v=1.2.0&649fff702ec0") format("woff"), url("/static/fonts-fork-awesome/fonts/forkawesome-webfont.ttf?v=1.2.0&649fff702ec0") format("truetype"), url("/static/fonts-fork-awesome/fonts/forkawesome-webfont.svg?v=1.2.0&649fff702ec0#forkawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  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 */
/* line 5, ../../../../usr/share/fonts-fork-awesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, ../../../../usr/share/fonts-fork-awesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, ../../../../usr/share/fonts-fork-awesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, ../../../../usr/share/fonts-fork-awesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, ../../../../usr/share/fonts-fork-awesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 3, ../../../../usr/share/fonts-fork-awesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center; }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  /* line 8, ../../../../usr/share/fonts-fork-awesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 10, ../../../../usr/share/fonts-fork-awesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  /* line 16, ../../../../usr/share/fonts-fork-awesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.85714em; }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

/* line 10, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 11, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 14, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }

/* line 15, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 19, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 20, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 23, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 24, ../../../../usr/share/fonts-fork-awesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 9, ../../../../usr/share/fonts-fork-awesome/scss/_animated.scss */
.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); } }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 5, ../../../../usr/share/fonts-fork-awesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 6, ../../../../usr/share/fonts-fork-awesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 8, ../../../../usr/share/fonts-fork-awesome/scss/_rotated-flipped.scss */
.fa-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); }

/* line 9, ../../../../usr/share/fonts-fork-awesome/scss/_rotated-flipped.scss */
.fa-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); }

/* line 14, ../../../../usr/share/fonts-fork-awesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 12, ../../../../usr/share/fonts-fork-awesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 18, ../../../../usr/share/fonts-fork-awesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 19, ../../../../usr/share/fonts-fork-awesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 20, ../../../../usr/share/fonts-fork-awesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 5, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 6, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 7, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 8, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 9, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 10, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 11, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 12, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 13, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 14, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 15, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 16, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 17, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

/* line 18, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 19, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 20, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 21, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 22, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

/* line 23, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 24, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 25, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 26, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 27, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 28, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 29, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 30, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 31, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 32, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 33, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

/* line 34, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sync:before,
.fa-refresh:before {
  content: "\f021"; }

/* line 35, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 36, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 37, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 38, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 39, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 40, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 41, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 42, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 43, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 44, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 45, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 46, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 47, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 48, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 49, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 50, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 51, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 52, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 53, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 54, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 55, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 56, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 57, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 58, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 59, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 60, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

/* line 61, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 62, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-video:before,
.fa-video-camera:before {
  content: "\f03d"; }

/* line 63, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

/* line 64, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 65, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 66, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 67, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 68, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

/* line 69, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 70, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 71, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 72, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 73, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 74, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 75, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 76, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 77, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 78, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 79, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 80, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 81, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 82, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 83, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 84, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 85, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 86, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 87, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 88, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 89, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 90, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 91, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 92, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 93, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 94, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 95, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 96, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 97, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 98, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

/* line 99, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 100, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 101, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 102, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 103, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 104, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 105, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 106, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 107, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 108, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 109, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 110, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 111, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 112, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 113, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 114, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 115, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 116, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 117, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 118, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 119, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 120, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 121, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 122, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 123, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 124, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

/* line 125, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 126, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 127, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 128, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 129, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

/* line 130, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 131, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 132, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 133, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 134, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 135, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 136, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 137, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 138, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 139, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 140, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 141, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 142, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 143, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 144, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 145, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 146, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 147, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 148, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 149, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

/* line 150, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 151, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 152, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 153, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

/* line 154, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 155, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 156, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "\f0f3"; }

/* line 157, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 158, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 159, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 160, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 161, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 162, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 163, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 164, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 165, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 166, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 167, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-globe-e:before {
  content: "\f304"; }

/* line 168, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-globe-w:before {
  content: "\f305"; }

/* line 169, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 170, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 171, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 172, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 173, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 174, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-community:before,
.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

/* line 175, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

/* line 176, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 177, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 178, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

/* line 179, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

/* line 180, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 181, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

/* line 182, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 183, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

/* line 184, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 185, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 186, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 187, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 188, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 189, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 190, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 191, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 192, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 193, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 194, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-google-plus-g:before,
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 195, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 196, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 197, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 198, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 199, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 200, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 201, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

/* line 202, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

/* line 203, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

/* line 204, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 205, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 206, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

/* line 207, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

/* line 208, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

/* line 209, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 210, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 211, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

/* line 212, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 213, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 214, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

/* line 215, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 216, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 217, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 218, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 219, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 220, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 221, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 222, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bell:before {
  content: "\f0a2"; }

/* line 223, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 224, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-utensils:before,
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 225, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 226, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 227, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 228, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 229, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 230, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 231, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 232, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 233, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 234, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 235, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 236, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 237, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 238, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 239, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 240, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 241, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 242, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 243, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 244, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 245, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

/* line 246, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 247, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 248, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 249, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 250, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 251, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

/* line 252, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 253, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 254, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 255, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 256, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 257, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 258, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 259, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 260, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 261, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 262, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 263, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 264, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

/* line 265, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

/* line 266, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 267, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 268, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 269, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

/* line 270, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 271, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 272, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 273, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 274, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 275, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 276, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 277, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 278, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 279, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 280, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 281, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 282, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 283, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 284, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 285, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 286, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 287, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 288, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 289, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 290, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 291, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 292, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 293, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 294, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 295, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 296, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 297, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 298, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 299, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 300, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 301, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 302, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 303, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 304, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 305, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 306, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 307, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 308, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 309, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 310, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

/* line 311, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pound:before,
.fa-gbp:before {
  content: "\f154"; }

/* line 312, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

/* line 313, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

/* line 314, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

/* line 315, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

/* line 316, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

/* line 317, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

/* line 318, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 319, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 320, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-alpha-down:before,
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 321, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-alpha-up:before,
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 322, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-amount-down:before,
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 323, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-amount-up:before,
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 324, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-numeric-down:before,
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 325, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sort-numeric-up:before,
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 326, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 327, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 328, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 329, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 330, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 331, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 332, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 333, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 334, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 335, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 336, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 337, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 338, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 339, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 340, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 341, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 342, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 343, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 344, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 345, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 346, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 347, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 348, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 349, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 350, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 351, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 352, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 353, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 354, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 355, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 356, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

/* line 357, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 358, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 359, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 360, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 361, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 362, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 363, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 364, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 365, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 366, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 367, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 368, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 369, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 370, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 371, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 372, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

/* line 373, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 374, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 375, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 376, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 377, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 378, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 379, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

/* line 380, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

/* line 381, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 382, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 383, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 384, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 385, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 386, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 387, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 388, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 389, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 390, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 391, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 392, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 393, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 394, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 395, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 396, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-utensil-spoon:before,
.fa-spoon:before {
  content: "\f1b1"; }

/* line 397, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 398, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 399, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 400, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 401, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 402, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 403, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 404, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

/* line 405, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

/* line 406, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 407, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 408, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 409, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 410, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 411, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 412, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 413, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 414, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 415, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

/* line 416, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 417, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 418, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

/* line 419, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 420, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 421, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 422, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 423, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

/* line 424, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 425, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

/* line 426, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

/* line 427, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 428, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 429, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 430, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 431, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 432, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

/* line 433, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

/* line 434, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 435, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 436, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 437, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-heading:before,
.fa-header:before {
  content: "\f1dc"; }

/* line 438, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 439, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 440, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 441, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 442, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 443, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

/* line 444, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 445, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 446, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 447, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 448, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 449, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 450, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 451, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 452, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 453, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 454, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 455, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 456, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 457, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 458, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 459, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 460, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 461, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 462, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 463, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 464, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 465, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 466, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 467, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 468, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 469, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 470, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 471, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 472, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 473, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 474, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 475, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 476, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 477, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 478, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 479, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 480, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-closed-captioning:before,
.fa-cc:before {
  content: "\f20a"; }

/* line 481, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

/* line 482, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 483, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 484, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 485, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 486, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 487, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 488, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 489, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 490, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 491, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 492, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 493, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 494, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gem:before,
.fa-diamond:before {
  content: "\f219"; }

/* line 495, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 496, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 497, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 498, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 499, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 500, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 501, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 502, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 503, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

/* line 504, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 505, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 506, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 507, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 508, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 509, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 510, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 511, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 512, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 513, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 514, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 515, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 516, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-server:before {
  content: "\f233"; }

/* line 517, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 518, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 519, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

/* line 520, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 521, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-train:before {
  content: "\f238"; }

/* line 522, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 523, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 524, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-medium-square:before {
  content: "\f2f8"; }

/* line 525, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

/* line 526, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 527, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 528, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 529, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

/* line 530, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 531, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

/* line 532, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

/* line 533, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

/* line 534, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 535, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 536, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 537, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 538, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 539, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 540, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 541, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 542, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 543, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 544, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 545, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

/* line 546, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

/* line 547, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

/* line 548, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 549, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

/* line 550, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

/* line 551, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 552, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 553, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 554, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 555, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 556, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 557, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 558, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 559, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 560, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 561, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 562, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 563, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 564, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 565, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 566, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 567, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 568, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 569, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 570, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 571, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

/* line 572, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 573, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 574, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 575, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 576, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 577, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 578, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 579, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 580, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 581, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 582, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 583, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-map:before {
  content: "\f279"; }

/* line 584, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 585, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 586, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 587, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-vimeo-v:before,
.fa-vimeo:before {
  content: "\f27d"; }

/* line 588, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 589, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fonticons:before {
  content: "\f280"; }

/* line 590, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281"; }

/* line 591, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-edge:before {
  content: "\f282"; }

/* line 592, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-credit-card-alt:before {
  content: "\f283"; }

/* line 593, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-codiepie:before {
  content: "\f284"; }

/* line 594, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-modx:before {
  content: "\f285"; }

/* line 595, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286"; }

/* line 596, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-usb:before {
  content: "\f287"; }

/* line 597, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-product-hunt:before {
  content: "\f288"; }

/* line 598, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mixcloud:before {
  content: "\f289"; }

/* line 599, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-scribd:before {
  content: "\f28a"; }

/* line 600, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b"; }

/* line 601, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pause-circle-o:before {
  content: "\f28c"; }

/* line 602, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d"; }

/* line 603, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-stop-circle-o:before {
  content: "\f28e"; }

/* line 604, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290"; }

/* line 605, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291"; }

/* line 606, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hashtag:before {
  content: "\f292"; }

/* line 607, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bluetooth:before {
  content: "\f293"; }

/* line 608, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294"; }

/* line 609, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-percent:before {
  content: "\f295"; }

/* line 610, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gitlab:before {
  content: "\f296"; }

/* line 611, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297"; }

/* line 612, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wpforms:before {
  content: "\f298"; }

/* line 613, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-envira:before {
  content: "\f299"; }

/* line 614, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-universal-access:before {
  content: "\f29a"; }

/* line 615, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wheelchair-alt:before {
  content: "\f29b"; }

/* line 616, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-question-circle-o:before {
  content: "\f29c"; }

/* line 617, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-blind:before {
  content: "\f29d"; }

/* line 618, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-audio-description:before {
  content: "\f29e"; }

/* line 619, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0"; }

/* line 620, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-braille:before {
  content: "\f2a1"; }

/* line 621, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

/* line 622, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

/* line 623, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

/* line 624, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-glide:before {
  content: "\f2a5"; }

/* line 625, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6"; }

/* line 626, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

/* line 627, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8"; }

/* line 628, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9"; }

/* line 629, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa"; }

/* line 630, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab"; }

/* line 631, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac"; }

/* line 632, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad"; }

/* line 633, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-first-order:before {
  content: "\f2b0"; }

/* line 634, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-yoast:before {
  content: "\f2b1"; }

/* line 635, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2"; }

/* line 636, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

/* line 637, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

/* line 638, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-handshake-o:before {
  content: "\f2b5"; }

/* line 639, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6"; }

/* line 640, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-envelope-open-o:before {
  content: "\f2b7"; }

/* line 641, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-linode:before {
  content: "\f2b8"; }

/* line 642, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-address-book:before {
  content: "\f2b9"; }

/* line 643, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-address-book-o:before {
  content: "\f2ba"; }

/* line 644, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

/* line 645, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

/* line 646, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd"; }

/* line 647, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-circle-o:before {
  content: "\f2be"; }

/* line 648, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-user-o:before {
  content: "\f2c0"; }

/* line 649, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1"; }

/* line 650, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

/* line 651, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

/* line 652, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-quora:before {
  content: "\f2c4"; }

/* line 653, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5"; }

/* line 654, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-telegram:before {
  content: "\f2c6"; }

/* line 655, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

/* line 656, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

/* line 657, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

/* line 658, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

/* line 659, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

/* line 660, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shower:before {
  content: "\f2cc"; }

/* line 661, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

/* line 662, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-podcast:before {
  content: "\f2ce"; }

/* line 663, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0"; }

/* line 664, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1"; }

/* line 665, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2"; }

/* line 666, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

/* line 667, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

/* line 668, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5"; }

/* line 669, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-grav:before {
  content: "\f2d6"; }

/* line 670, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-etsy:before {
  content: "\f2d7"; }

/* line 671, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-imdb:before {
  content: "\f2d8"; }

/* line 672, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9"; }

/* line 673, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-eercast:before {
  content: "\f2da"; }

/* line 674, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-microchip:before {
  content: "\f2db"; }

/* line 675, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-snowflake-o:before {
  content: "\f2dc"; }

/* line 676, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd"; }

/* line 677, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de"; }

/* line 678, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-meetup:before {
  content: "\f2e0"; }

/* line 679, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mastodon:before {
  content: "\f2e1"; }

/* line 680, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mastodon-alt:before {
  content: "\f2e2"; }

/* line 681, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-fork-circle:before,
.fa-fork-awesome:before {
  content: "\f2e3"; }

/* line 682, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-peertube:before {
  content: "\f2e4"; }

/* line 683, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-diaspora:before {
  content: "\f2e5"; }

/* line 684, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-friendica:before {
  content: "\f2e6"; }

/* line 685, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gnu-social:before {
  content: "\f2e7"; }

/* line 686, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-liberapay-square:before {
  content: "\f2e8"; }

/* line 687, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-liberapay:before {
  content: "\f2e9"; }

/* line 688, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ssb:before,
.fa-scuttlebutt:before {
  content: "\f2ea"; }

/* line 689, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hubzilla:before {
  content: "\f2eb"; }

/* line 690, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-social-home:before {
  content: "\f2ec"; }

/* line 691, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-artstation:before {
  content: "\f2ed"; }

/* line 692, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-discord:before {
  content: "\f2ee"; }

/* line 693, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-discord-alt:before {
  content: "\f2ef"; }

/* line 694, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-patreon:before {
  content: "\f2f0"; }

/* line 695, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-snowdrift:before {
  content: "\f2f1"; }

/* line 696, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-activitypub:before {
  content: "\f2f2"; }

/* line 697, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ethereum:before {
  content: "\f2f3"; }

/* line 698, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-keybase:before {
  content: "\f2f4"; }

/* line 699, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shaarli:before {
  content: "\f2f5"; }

/* line 700, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-shaarli-o:before {
  content: "\f2f6"; }

/* line 701, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cut-key:before,
.fa-key-modern:before {
  content: "\f2f7"; }

/* line 702, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-xmpp:before {
  content: "\f2f9"; }

/* line 703, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-archive-org:before {
  content: "\f2fc"; }

/* line 704, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-freedombox:before {
  content: "\f2fd"; }

/* line 705, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f2fe"; }

/* line 706, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-debian:before {
  content: "\f2ff"; }

/* line 707, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mastodon-square:before {
  content: "\f300"; }

/* line 708, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tipeee:before {
  content: "\f301"; }

/* line 709, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-react:before {
  content: "\f302"; }

/* line 710, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dogmazic:before {
  content: "\f303"; }

/* line 711, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-zotero:before {
  content: "\f309"; }

/* line 712, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-nodejs:before {
  content: "\f308"; }

/* line 713, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-nextcloud:before {
  content: "\f306"; }

/* line 714, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-nextcloud-square:before {
  content: "\f307"; }

/* line 715, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hackaday:before {
  content: "\f30a"; }

/* line 716, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-laravel:before {
  content: "\f30b"; }

/* line 717, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-signalapp:before {
  content: "\f30c"; }

/* line 718, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gnupg:before {
  content: "\f30d"; }

/* line 719, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-php:before {
  content: "\f30e"; }

/* line 720, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-ffmpeg:before {
  content: "\f30f"; }

/* line 721, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-joplin:before {
  content: "\f310"; }

/* line 722, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-syncthing:before {
  content: "\f311"; }

/* line 723, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-inkscape:before {
  content: "\f312"; }

/* line 724, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-matrix-org:before {
  content: "\f313"; }

/* line 725, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pixelfed:before {
  content: "\f314"; }

/* line 726, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bootstrap:before {
  content: "\f315"; }

/* line 727, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-dev-to:before {
  content: "\f316"; }

/* line 728, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hashnode:before {
  content: "\f317"; }

/* line 729, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-jirafeau:before {
  content: "\f318"; }

/* line 730, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-emby:before {
  content: "\f319"; }

/* line 731, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wikidata:before {
  content: "\f31a"; }

/* line 732, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gimp:before {
  content: "\f31b"; }

/* line 733, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-c:before {
  content: "\f31c"; }

/* line 734, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-digitalocean:before {
  content: "\f31d"; }

/* line 735, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-att:before {
  content: "\f31e"; }

/* line 736, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gitea:before {
  content: "\f31f"; }

/* line 737, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-file-epub:before {
  content: "\f321"; }

/* line 738, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-python:before {
  content: "\f322"; }

/* line 739, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-archlinux:before {
  content: "\f323"; }

/* line 740, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-pleroma:before {
  content: "\f324"; }

/* line 741, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-unsplash:before {
  content: "\f325"; }

/* line 742, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hackster:before {
  content: "\f326"; }

/* line 743, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-spell-check:before {
  content: "\f327"; }

/* line 744, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-moon:before {
  content: "\f328"; }

/* line 745, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sun:before {
  content: "\f329"; }

/* line 746, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-f-droid:before {
  content: "\f32a"; }

/* line 747, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-biometric:before {
  content: "\f32b"; }

/* line 748, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-wire:before {
  content: "\f32c"; }

/* line 749, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tor-onion:before {
  content: "\f32e"; }

/* line 750, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-volume-mute:before {
  content: "\f32f"; }

/* line 751, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bell-ringing:before {
  content: "\f32d"; }

/* line 752, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bell-ringing-o:before {
  content: "\f330"; }

/* line 753, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hal:before {
  content: "\f333"; }

/* line 754, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-jupyter:before {
  content: "\f335"; }

/* line 755, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-julia:before {
  content: "\f334"; }

/* line 756, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-classicpress:before {
  content: "\f331"; }

/* line 757, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-classicpress-circle:before {
  content: "\f332"; }

/* line 758, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-open-collective:before {
  content: "\f336"; }

/* line 759, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-orcid:before {
  content: "\f337"; }

/* line 760, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-researchgate:before {
  content: "\f338"; }

/* line 761, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-funkwhale:before {
  content: "\f339"; }

/* line 762, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-askfm:before {
  content: "\f33a"; }

/* line 763, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-blockstack:before {
  content: "\f33b"; }

/* line 764, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-boardgamegeek:before {
  content: "\f33c"; }

/* line 765, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-bunny:before {
  content: "\f35f"; }

/* line 766, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-buymeacoffee:before {
  content: "\f33d"; }

/* line 767, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-by:before {
  content: "\f33e"; }

/* line 768, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-creative-commons-alt:before,
.fa-cc-cc:before {
  content: "\f33f"; }

/* line 769, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-nc-eu:before {
  content: "\f341"; }

/* line 770, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-nc-jp:before {
  content: "\f342"; }

/* line 771, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-nc:before {
  content: "\f340"; }

/* line 772, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-nd:before {
  content: "\f343"; }

/* line 773, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-pd:before {
  content: "\f344"; }

/* line 774, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-remix:before {
  content: "\f345"; }

/* line 775, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-sa:before {
  content: "\f346"; }

/* line 776, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-share:before {
  content: "\f347"; }

/* line 777, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-cc-zero:before {
  content: "\f348"; }

/* line 778, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-conway-hacker:before,
.fa-conway-glider:before {
  content: "\f349"; }

/* line 779, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-csharp:before {
  content: "\f34a"; }

/* line 780, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-email-bulk:before {
  content: "\f34b"; }

/* line 781, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-email-bulk-o:before {
  content: "\f34c"; }

/* line 782, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-gnu:before {
  content: "\f34d"; }

/* line 783, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-google-play:before {
  content: "\f34e"; }

/* line 784, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-heroku:before {
  content: "\f34f"; }

/* line 785, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-hassio:before,
.fa-home-assistant:before {
  content: "\f350"; }

/* line 786, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-java:before {
  content: "\f351"; }

/* line 787, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mariadb:before {
  content: "\f352"; }

/* line 788, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-markdown:before {
  content: "\f353"; }

/* line 789, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-mysql:before {
  content: "\f354"; }

/* line 790, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-nordcast:before {
  content: "\f355"; }

/* line 791, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-plume:before {
  content: "\f356"; }

/* line 792, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-postgresql:before {
  content: "\f357"; }

/* line 793, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sass-alt:before {
  content: "\f359"; }

/* line 794, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sass:before {
  content: "\f358"; }

/* line 795, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-skate:before {
  content: "\f35a"; }

/* line 796, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-sketchfab:before {
  content: "\f35b"; }

/* line 797, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-tex:before {
  content: "\f35c"; }

/* line 798, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-textpattern:before {
  content: "\f35d"; }

/* line 799, ../../../../usr/share/fonts-fork-awesome/scss/_icons.scss */
.fa-unity:before {
  content: "\f35e"; }

/* line 4, ../../../../usr/share/fonts-fork-awesome/scss/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 51, ../../../../usr/share/fonts-fork-awesome/scss/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
