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

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/free-fa-solid-900.woff2") format("woff2"), url("../fonts/free-fa-solid-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: Calibri,-apple-system, BlinkMacSystemFont, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

  .fa-ul > li {
    position: relative;
  }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

  .fa-li.fa-lg {
    left: -1.85714286em;
  }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.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);
}

.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);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
  font-family: "FontAwesome"
}

.fa-music:before {
  content: "\f001";
  font-family: "FontAwesome"
}

.fa-search:before {
  content: "\f002";
  font-family: "FontAwesome"
}

.fa-envelope-o:before {
  content: "\f003";
  font-family: "FontAwesome"
}

.fa-heart:before {
  content: "\f004";
  font-family: "FontAwesome"
}

.fa-star:before {
  content: "\f005";
  font-family: "FontAwesome"
}

.fa-star-o:before {
  content: "\f006";
  font-family: "FontAwesome"
}

.fa-user:before {
  content: "\f007";
  font-family: "FontAwesome"
}

.fa-film:before {
  content: "\f008";
  font-family: "FontAwesome"
}

.fa-th-large:before {
  content: "\f009";
  font-family: "FontAwesome"
}

.fa-th:before {
  content: "\f00a";
  font-family: "FontAwesome"
}

.fa-th-list:before {
  content: "\f00b";
  font-family: "FontAwesome"
}

.fa-check:before {
  content: "\f00c";
  font-family: "FontAwesome"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
  font-family: "FontAwesome"
}

.fa-search-plus:before {
  content: "\f00e";
  font-family: "FontAwesome"
}

.fa-search-minus:before {
  content: "\f010";
  font-family: "FontAwesome"
}

.fa-power-off:before {
  content: "\f011";
  font-family: "FontAwesome"
}

.fa-signal:before {
  content: "\f012";
  font-family: "FontAwesome"
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
  font-family: "FontAwesome"
}

.fa-trash-o:before {
  content: "\f014";
  font-family: "FontAwesome"
}

.fa-home:before {
  content: "\f015";
  font-family: "FontAwesome"
}

.fa-file-o:before {
  content: "\f016";
  font-family: "FontAwesome"
}

.fa-clock-o:before {
  content: "\f017";
  font-family: "FontAwesome"
}

.fa-road:before {
  content: "\f018";
  font-family: "FontAwesome"
}

.fa-download:before {
  content: "\f019";
  font-family: "FontAwesome"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
  font-family: "FontAwesome"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
  font-family: "FontAwesome"
}

.fa-inbox:before {
  content: "\f01c";
  font-family: "FontAwesome"
}

.fa-play-circle-o:before {
  content: "\f01d";
  font-family: "FontAwesome"
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
  font-family: "FontAwesome"
}

.fa-refresh:before {
  content: "\f021";
  font-family: "FontAwesome"
}

.fa-list-alt:before {
  content: "\f022";
  font-family: "FontAwesome"
}

.fa-lock:before {
  content: "\f023";
  font-family: "FontAwesome"
}

.fa-flag:before {
  content: "\f024";
  font-family: "FontAwesome"
}

.fa-headphones:before {
  content: "\f025";
  font-family: "FontAwesome"
}

.fa-volume-off:before {
  content: "\f026";
  font-family: "FontAwesome"
}

.fa-volume-down:before {
  content: "\f027";
  font-family: "FontAwesome"
}

.fa-volume-up:before {
  content: "\f028";
  font-family: "FontAwesome"
}

.fa-qrcode:before {
  content: "\f029";
  font-family: "FontAwesome"
}

.fa-barcode:before {
  content: "\f02a";
  font-family: "FontAwesome"
}

.fa-tag:before {
  content: "\f02b";
  font-family: "FontAwesome"
}

.fa-tags:before {
  content: "\f02c";
  font-family: "FontAwesome"
}

.fa-book:before {
  content: "\f02d";
  font-family: "FontAwesome"
}

.fa-bookmark:before {
  content: "\f02e";
  font-family: "FontAwesome"
}

.fa-print:before {
  content: "\f02f";
  font-family: "FontAwesome"
}

.fa-camera:before {
  content: "\f030";
  font-family: "FontAwesome"
}

.fa-font:before {
  content: "\f031";
  font-family: "FontAwesome"
}

.fa-bold:before {
  content: "\f032";
  font-family: "FontAwesome"
}

.fa-italic:before {
  content: "\f033";
  font-family: "FontAwesome"
}

.fa-text-height:before {
  content: "\f034";
  font-family: "FontAwesome"
}

.fa-text-width:before {
  content: "\f035";
  font-family: "FontAwesome"
}

.fa-align-left:before {
  content: "\f036";
  font-family: "FontAwesome"
}

.fa-align-center:before {
  content: "\f037";
  font-family: "FontAwesome"
}

.fa-align-right:before {
  content: "\f038";
  font-family: "FontAwesome"
}

.fa-align-justify:before {
  content: "\f039";
  font-family: "FontAwesome"
}

.fa-list:before {
  content: "\f03a";
  font-family: "FontAwesome"
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
  font-family: "FontAwesome"
}

.fa-indent:before {
  content: "\f03c";
  font-family: "FontAwesome"
}

.fa-video-camera:before {
  content: "\f03d";
  font-family: "FontAwesome"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
  font-family: "FontAwesome"
}

.fa-pencil:before {
  content: "\f040";
  font-family: "FontAwesome"
}

.fa-map-marker:before {
  content: "\f041";
  font-family: "FontAwesome"
}

.fa-adjust:before {
  content: "\f042";
  font-family: "FontAwesome"
}

.fa-tint:before {
  content: "\f043";
  font-family: "FontAwesome"
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
  font-family: "FontAwesome"
}

.fa-share-square-o:before {
  content: "\f045";
  font-family: "FontAwesome"
}

.fa-check-square-o:before {
  content: "\f046";
  font-family: "FontAwesome"
}

.fa-arrows:before {
  content: "\f047";
  font-family: "FontAwesome"
}

.fa-step-backward:before {
  content: "\f048";
  font-family: "FontAwesome"
}

.fa-fast-backward:before {
  content: "\f049";
  font-family: "FontAwesome"
}

.fa-backward:before {
  content: "\f04a";
  font-family: "FontAwesome"
}

.fa-play:before {
  content: "\f04b";
  font-family: "FontAwesome"
}

.fa-pause:before {
  content: "\f04c";
  font-family: "FontAwesome"
}

.fa-stop:before {
  content: "\f04d";
  font-family: "FontAwesome"
}

.fa-forward:before {
  content: "\f04e";
  font-family: "FontAwesome"
}

.fa-fast-forward:before {
  content: "\f050";
  font-family: "FontAwesome"
}

.fa-step-forward:before {
  content: "\f051";
  font-family: "FontAwesome"
}

.fa-eject:before {
  content: "\f052";
  font-family: "FontAwesome"
}

.fa-chevron-left:before {
  content: "\f053";
  font-family: "FontAwesome"
}

.fa-chevron-right:before {
  content: "\f054";
  font-family: "FontAwesome"
}

.fa-plus-circle:before {
  content: "\f055";
  font-family: "FontAwesome"
}

.fa-minus-circle:before {
  content: "\f056";
  font-family: "FontAwesome"
}

.fa-times-circle:before {
  content: "\f057";
  font-family: "FontAwesome"
}

.fa-check-circle:before {
  content: "\f058";
  font-family: "FontAwesome"
}

.fa-question-circle:before {
  content: "\f059";
  font-family: "FontAwesome"
}

.fa-info-circle:before {
  content: "\f05a";
  font-family: "FontAwesome"
}

.fa-crosshairs:before {
  content: "\f05b";
  font-family: "FontAwesome"
}

.fa-times-circle-o:before {
  content: "\f05c";
  font-family: "FontAwesome"
}

.fa-check-circle-o:before {
  content: "\f05d";
  font-family: "FontAwesome"
}

.fa-ban:before {
  content: "\f05e";
  font-family: "FontAwesome"
}

.fa-arrow-left:before {
  content: "\f060";
  font-family: "FontAwesome"
}

.fa-arrow-right:before {
  content: "\f061";
  font-family: "FontAwesome"
}

.fa-arrow-up:before {
  content: "\f062";
  font-family: "FontAwesome"
}

.fa-arrow-down:before {
  content: "\f063";
  font-family: "FontAwesome"
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
  font-family: "FontAwesome"
}

.fa-expand:before {
  content: "\f065";
  font-family: "FontAwesome"
}

.fa-compress:before {
  content: "\f066";
  font-family: "FontAwesome"
}

.fa-plus:before {
  content: "\f067";
  font-family: "FontAwesome"
}

.fa-minus:before {
  content: "\f068";
  font-family: "FontAwesome"
}

.fa-asterisk:before {
  content: "\f069";
  font-family: "FontAwesome"
}

.fa-exclamation-circle:before {
  content: "\f06a";
  font-family: "FontAwesome"
}

.fa-gift:before {
  content: "\f06b";
  font-family: "FontAwesome"
}

.fa-leaf:before {
  content: "\f06c";
  font-family: "FontAwesome"
}

.fa-fire:before {
  content: "\f06d";
  font-family: "FontAwesome"
}

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

.fa-eye-slash:before {
  content: "\f070";
  font-family: "FontAwesome"
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
  font-family: "FontAwesome"
}

.fa-plane:before {
  content: "\f072";
  font-family: "FontAwesome"
}

.fa-calendar:before {
  content: "\f073";
  font-family: "FontAwesome"
}

.fa-random:before {
  content: "\f074";
  font-family: "FontAwesome"
}

.fa-comment:before {
  content: "\f075";
  font-family: "FontAwesome"
}

.fa-magnet:before {
  content: "\f076";
  font-family: "FontAwesome"
}

.fa-chevron-up:before {
  content: "\f077";
  font-family: "FontAwesome"
}

.fa-chevron-down:before {
  content: "\f078";
  font-family: "FontAwesome"
}

.fa-retweet:before {
  content: "\f079";
  font-family: "FontAwesome"
}

.fa-shopping-cart:before {
  content: "\f07a";
  font-family: "FontAwesome"
}

.fa-folder:before {
  content: "\f07b";
  font-family: "FontAwesome"
}

.fa-folder-open:before {
  content: "\f07c";
  font-family: "FontAwesome"
}

.fa-arrows-v:before {
  content: "\f07d";
  font-family: "FontAwesome"
}

.fa-arrows-h:before {
  content: "\f07e";
  font-family: "FontAwesome"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
  font-family: "FontAwesome"
}

.fa-twitter-square:before {
  content: "\f081";
  font-family: "FontAwesome"
}

.fa-facebook-square:before {
  content: "\f082";
  font-family: "FontAwesome"
}

.fa-camera-retro:before {
  content: "\f083";
  font-family: "FontAwesome"
}

.fa-key:before {
  content: "\f084";
  font-family: "FontAwesome"
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
  font-family: "FontAwesome"
}

.fa-comments:before {
  content: "\f086";
  font-family: "FontAwesome"
}

.fa-thumbs-o-up:before {
  content: "\f087";
  font-family: "FontAwesome"
}

.fa-thumbs-o-down:before {
  content: "\f088";
  font-family: "FontAwesome"
}

.fa-star-half:before {
  content: "\f089";
  font-family: "FontAwesome"
}

.fa-heart-o:before {
  content: "\f08a";
  font-family: "FontAwesome"
}

.fa-sign-out:before {
  content: "\f08b";
  font-family: "FontAwesome"
}

.fa-linkedin-square:before {
  content: "\f08c";
  font-family: "FontAwesome"
}

.fa-thumb-tack:before {
  content: "\f08d";
  font-family: "FontAwesome"
}

.fa-external-link:before {
  content: "\f08e";
  font-family: "FontAwesome"
}

.fa-sign-in:before {
  content: "\f090";
  font-family: "FontAwesome"
}

.fa-trophy:before {
  content: "\f091";
  font-family: "FontAwesome"
}

.fa-github-square:before {
  content: "\f092";
  font-family: "FontAwesome"
}

.fa-upload:before {
  content: "\f093";
  font-family: "FontAwesome"
}

.fa-lemon-o:before {
  content: "\f094";
  font-family: "FontAwesome"
}

.fa-phone:before {
  content: "\f095";
  font-family: "FontAwesome"
}

.fa-square-o:before {
  content: "\f096";
  font-family: "FontAwesome"
}

.fa-bookmark-o:before {
  content: "\f097";
  font-family: "FontAwesome"
}

.fa-phone-square:before {
  content: "\f098";
  font-family: "FontAwesome"
}

.fa-twitter:before {
  content: "\f099";
  font-family: "FontAwesome"
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
  font-family: "FontAwesome"
}

.fa-github:before {
  content: "\f09b";
  font-family: "FontAwesome"
}

.fa-unlock:before {
  content: "\f09c";
  font-family: "FontAwesome"
}

.fa-credit-card:before {
  content: "\f09d";
  font-family: "FontAwesome"
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
  font-family: "FontAwesome"
}

.fa-hdd-o:before {
  content: "\f0a0";
  font-family: "FontAwesome"
}

.fa-bullhorn:before {
  content: "\f0a1";
  font-family: "FontAwesome"
}

.fa-bell:before {
  content: "\f0f3";
  font-family: "FontAwesome"
}

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

.fa-hand-o-right:before {
  content: "\f0a4";
  font-family: "FontAwesome"
}

.fa-hand-o-left:before {
  content: "\f0a5";
  font-family: "FontAwesome"
}

.fa-hand-o-up:before {
  content: "\f0a6";
  font-family: "FontAwesome"
}

.fa-hand-o-down:before {
  content: "\f0a7";
  font-family: "FontAwesome"
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
  font-family: "FontAwesome"
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
  font-family: "FontAwesome"
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
  font-family: "FontAwesome"
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
  font-family: "FontAwesome"
}

.fa-globe:before {
  content: "\f0ac";
  font-family: "FontAwesome"
}

.fa-wrench:before {
  content: "\f0ad";
  font-family: "FontAwesome"
}

.fa-tasks:before {
  content: "\f0ae";
  font-family: "FontAwesome"
}

.fa-filter:before {
  content: "\f0b0";
  font-family: "FontAwesome"
}

.fa-briefcase:before {
  content: "\f0b1";
  font-family: "FontAwesome"
}

.fa-arrows-alt:before {
  content: "\f0b2";
  font-family: "FontAwesome"
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
  font-family: "FontAwesome"
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
  font-family: "FontAwesome"
}

.fa-cloud:before {
  content: "\f0c2";
  font-family: "FontAwesome"
}

.fa-flask:before {
  content: "\f0c3";
  font-family: "FontAwesome"
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
  font-family: "FontAwesome"
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
  font-family: "FontAwesome"
}

.fa-paperclip:before {
  content: "\f0c6";
  font-family: "FontAwesome"
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
  font-family: "FontAwesome"
}

.fa-square:before {
  content: "\f0c8";
  font-family: "FontAwesome"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
  font-family: "FontAwesome"
}

.fa-list-ul:before {
  content: "\f0ca";
  font-family: "FontAwesome"
}

.fa-list-ol:before {
  content: "\f0cb";
  font-family: "FontAwesome"
}

.fa-strikethrough:before {
  content: "\f0cc";
  font-family: "FontAwesome"
}

.fa-underline:before {
  content: "\f0cd";
  font-family: "FontAwesome"
}

.fa-table:before {
  content: "\f0ce";
  font-family: "FontAwesome"
}

.fa-magic:before {
  content: "\f0d0";
  font-family: "FontAwesome"
}

.fa-truck:before {
  content: "\f0d1";
  font-family: "FontAwesome"
}

.fa-pinterest:before {
  content: "\f0d2";
  font-family: "FontAwesome"
}

.fa-pinterest-square:before {
  content: "\f0d3";
  font-family: "FontAwesome"
}

.fa-google-plus-square:before {
  content: "\f0d4";
  font-family: "FontAwesome"
}

.fa-google-plus:before {
  content: "\f0d5";
  font-family: "FontAwesome"
}

.fa-money:before {
  content: "\f0d6";
  font-family: "FontAwesome"
}

.fa-caret-down:before {
  content: "\f0d7";
  font-family: "FontAwesome"
}

.fa-caret-up:before {
  content: "\f0d8";
  font-family: "FontAwesome"
}

.fa-caret-left:before {
  content: "\f0d9";
  font-family: "FontAwesome"
}

.fa-caret-right:before {
  content: "\f0da";
  font-family: "FontAwesome"
}

.fa-columns:before {
  content: "\f0db";
  font-family: "FontAwesome"
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
  font-family: "FontAwesome"
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
  font-family: "FontAwesome"
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
  font-family: "FontAwesome"
}

.fa-envelope:before {
  content: "\f0e0";
  font-family: "FontAwesome"
}

.fa-linkedin:before {
  content: "\f0e1";
  font-family: "FontAwesome"
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
  font-family: "FontAwesome"
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
  font-family: "FontAwesome"
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
  font-family: "FontAwesome"
}

.fa-comment-o:before {
  content: "\f0e5";
  font-family: "FontAwesome"
}

.fa-comments-o:before {
  content: "\f0e6";
  font-family: "FontAwesome"
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
  font-family: "FontAwesome"
}

.fa-sitemap:before {
  content: "\f0e8";
  font-family: "FontAwesome"
}

.fa-umbrella:before {
  content: "\f0e9";
  font-family: "FontAwesome"
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
  font-family: "FontAwesome"
}

.fa-lightbulb-o:before {
  content: "\f0eb";
  font-family: "FontAwesome"
}

.fa-exchange:before {
  content: "\f0ec";
  font-family: "FontAwesome"
}

.fa-cloud-download:before {
  content: "\f0ed";
  font-family: "FontAwesome"
}

.fa-cloud-upload:before {
  content: "\f0ee";
  font-family: "FontAwesome"
}

.fa-user-md:before {
  content: "\f0f0";
  font-family: "FontAwesome"
}

.fa-stethoscope:before {
  content: "\f0f1";
  font-family: "FontAwesome"
}

.fa-suitcase:before {
  content: "\f0f2";
  font-family: "FontAwesome"
}

.fa-bell-o:before {
  content: "\f0a2";
  font-family: "FontAwesome"
}

.fa-coffee:before {
  content: "\f0f4";
  font-family: "FontAwesome"
}

.fa-cutlery:before {
  content: "\f0f5";
  font-family: "FontAwesome"
}

.fa-file-text-o:before {
  content: "\f0f6";
  font-family: "FontAwesome"
}

.fa-building-o:before {
  content: "\f0f7";
  font-family: "FontAwesome"
}

.fa-hospital-o:before {
  content: "\f0f8";
  font-family: "FontAwesome"
}

.fa-ambulance:before {
  content: "\f0f9";
  font-family: "FontAwesome"
}

.fa-medkit:before {
  content: "\f0fa";
  font-family: "FontAwesome"
}

.fa-fighter-jet:before {
  content: "\f0fb";
  font-family: "FontAwesome"
}

.fa-beer:before {
  content: "\f0fc";
  font-family: "FontAwesome"
}

.fa-h-square:before {
  content: "\f0fd";
  font-family: "FontAwesome"
}

.fa-plus-square:before {
  content: "\f0fe";
  font-family: "FontAwesome"
}

.fa-angle-double-left:before {
  content: "\f100";
  font-family: "FontAwesome"
}

.fa-angle-double-right:before {
  content: "\f101";
  font-family: "FontAwesome"
}

.fa-angle-double-up:before {
  content: "\f102";
  font-family: "FontAwesome"
}

.fa-angle-double-down:before {
  content: "\f103";
  font-family: "FontAwesome"
}

.fa-angle-left:before {
  content: "\f104";
  font-family: "FontAwesome"
}

.fa-angle-right:before {
  content: "\f105";
  font-family: "FontAwesome"
}

.fa-angle-up:before {
  content: "\f106";
  font-family: "FontAwesome"
}

.fa-angle-down:before {
  content: "\f107";
  font-family: "FontAwesome"
}

.fa-desktop:before {
  content: "\f108";
  font-family: "FontAwesome"
}

.fa-laptop:before {
  content: "\f109";
  font-family: "FontAwesome"
}

.fa-tablet:before {
  content: "\f10a";
  font-family: "FontAwesome"
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
  font-family: "FontAwesome"
}

.fa-circle-o:before {
  content: "\f10c";
  font-family: "FontAwesome"
}

.fa-quote-left:before {
  content: "\f10d";
  font-family: "FontAwesome"
}

.fa-quote-right:before {
  content: "\f10e";
  font-family: "FontAwesome"
}

.fa-spinner:before {
  content: "\f110";
  font-family: "FontAwesome"
}

.fa-circle:before {
  content: "\f111";
  font-family: "FontAwesome"
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
  font-family: "FontAwesome"
}

.fa-github-alt:before {
  content: "\f113";
  font-family: "FontAwesome"
}

.fa-folder-o:before {
  content: "\f114";
  font-family: "FontAwesome"
}

.fa-folder-open-o:before {
  content: "\f115";
  font-family: "FontAwesome"
}

.fa-smile-o:before {
  content: "\f118";
  font-family: "FontAwesome"
}

.fa-frown-o:before {
  content: "\f119";
  font-family: "FontAwesome"
}

.fa-meh-o:before {
  content: "\f11a";
  font-family: "FontAwesome"
}

.fa-gamepad:before {
  content: "\f11b";
  font-family: "FontAwesome"
}

.fa-keyboard-o:before {
  content: "\f11c";
  font-family: "FontAwesome"
}

.fa-flag-o:before {
  content: "\f11d";
  font-family: "FontAwesome"
}

.fa-flag-checkered:before {
  content: "\f11e";
  font-family: "FontAwesome"
}

.fa-terminal:before {
  content: "\f120";
  font-family: "FontAwesome"
}

.fa-code:before {
  content: "\f121";
  font-family: "FontAwesome"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
  font-family: "FontAwesome"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
  font-family: "FontAwesome"
}

.fa-location-arrow:before {
  content: "\f124";
  font-family: "FontAwesome"
}

.fa-crop:before {
  content: "\f125";
  font-family: "FontAwesome"
}

.fa-code-fork:before {
  content: "\f126";
  font-family: "FontAwesome"
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
  font-family: "FontAwesome"
}

.fa-question:before {
  content: "\f128";
  font-family: "FontAwesome"
}

.fa-info:before {
  content: "\f129";
  font-family: "FontAwesome"
}

.fa-exclamation:before {
  content: "\f12a";
  font-family: "FontAwesome"
}

.fa-superscript:before {
  content: "\f12b";
  font-family: "FontAwesome"
}

.fa-subscript:before {
  content: "\f12c";
  font-family: "FontAwesome"
}

.fa-eraser:before {
  content: "\f12d";
  font-family: "FontAwesome"
}

.fa-puzzle-piece:before {
  content: "\f12e";
  font-family: "FontAwesome"
}

.fa-microphone:before {
  content: "\f130";
  font-family: "FontAwesome"
}

.fa-microphone-slash:before {
  content: "\f131";
  font-family: "FontAwesome"
}

.fa-shield:before {
  content: "\f132";
  font-family: "FontAwesome"
}

.fa-calendar-o:before {
  content: "\f133";
  font-family: "FontAwesome"
}

.fa-fire-extinguisher:before {
  content: "\f134";
  font-family: "FontAwesome"
}

.fa-rocket:before {
  content: "\f135";
  font-family: "FontAwesome"
}

.fa-maxcdn:before {
  content: "\f136";
  font-family: "FontAwesome"
}

.fa-chevron-circle-left:before {
  content: "\f137";
  font-family: "FontAwesome"
}

.fa-chevron-circle-right:before {
  content: "\f138";
  font-family: "FontAwesome"
}

.fa-chevron-circle-up:before {
  content: "\f139";
  font-family: "FontAwesome"
}

.fa-chevron-circle-down:before {
  content: "\f13a";
  font-family: "FontAwesome"
}

.fa-html5:before {
  content: "\f13b";
  font-family: "FontAwesome"
}

.fa-css3:before {
  content: "\f13c";
  font-family: "FontAwesome"
}

.fa-anchor:before {
  content: "\f13d";
  font-family: "FontAwesome"
}

.fa-unlock-alt:before {
  content: "\f13e";
  font-family: "FontAwesome"
}

.fa-bullseye:before {
  content: "\f140";
  font-family: "FontAwesome"
}

.fa-ellipsis-h:before {
  content: "\f141";
  font-family: "FontAwesome"
}

.fa-ellipsis-v:before {
  content: "\f142";
  font-family: "FontAwesome"
}

.fa-rss-square:before {
  content: "\f143";
  font-family: "FontAwesome"
}

.fa-play-circle:before {
  content: "\f144";
  font-family: "FontAwesome"
}

.fa-ticket:before {
  content: "\f145";
  font-family: "FontAwesome"
}

.fa-minus-square:before {
  content: "\f146";
  font-family: "FontAwesome"
}

.fa-minus-square-o:before {
  content: "\f147";
  font-family: "FontAwesome"
}

.fa-level-up:before {
  content: "\f148";
  font-family: "FontAwesome"
}

.fa-level-down:before {
  content: "\f149";
  font-family: "FontAwesome"
}

.fa-check-square:before {
  content: "\f14a";
  font-family: "FontAwesome"
}

.fa-pencil-square:before {
  content: "\f14b";
  font-family: "FontAwesome"
}

.fa-external-link-square:before {
  content: "\f14c";
  font-family: "FontAwesome"
}

.fa-share-square:before {
  content: "\f14d";
  font-family: "FontAwesome"
}

.fa-compass:before {
  content: "\f14e";
  font-family: "FontAwesome"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
  font-family: "FontAwesome"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
  font-family: "FontAwesome"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
  font-family: "FontAwesome"
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
  font-family: "FontAwesome"
}

.fa-gbp:before {
  content: "\f154";
  font-family: "FontAwesome"
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
  font-family: "FontAwesome"
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
  font-family: "FontAwesome"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
  font-family: "FontAwesome"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
  font-family: "FontAwesome"
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
  font-family: "FontAwesome"
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
  font-family: "FontAwesome"
}

.fa-file:before {
  content: "\f15b";
  font-family: "FontAwesome"
}

.fa-file-text:before {
  content: "\f15c";
  font-family: "FontAwesome"
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
  font-family: "FontAwesome"
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
  font-family: "FontAwesome"
}

.fa-sort-amount-asc:before {
  content: "\f160";
  font-family: "FontAwesome"
}

.fa-sort-amount-desc:before {
  content: "\f161";
  font-family: "FontAwesome"
}

.fa-sort-numeric-asc:before {
  content: "\f162";
  font-family: "FontAwesome"
}

.fa-sort-numeric-desc:before {
  content: "\f163";
  font-family: "FontAwesome"
}

.fa-thumbs-up:before {
  content: "\f164";
  font-family: "FontAwesome"
}

.fa-thumbs-down:before {
  content: "\f165";
  font-family: "FontAwesome"
}

.fa-youtube-square:before {
  content: "\f166";
  font-family: "FontAwesome"
}

.fa-youtube:before {
  content: "\f167";
  font-family: "FontAwesome"
}

.fa-xing:before {
  content: "\f168";
  font-family: "FontAwesome"
}

.fa-xing-square:before {
  content: "\f169";
  font-family: "FontAwesome"
}

.fa-youtube-play:before {
  content: "\f16a";
  font-family: "FontAwesome"
}

.fa-dropbox:before {
  content: "\f16b";
  font-family: "FontAwesome"
}

.fa-stack-overflow:before {
  content: "\f16c";
  font-family: "FontAwesome"
}

.fa-instagram:before {
  content: "\f16d";
  font-family: "FontAwesome"
}

.fa-flickr:before {
  content: "\f16e";
  font-family: "FontAwesome"
}

.fa-adn:before {
  content: "\f170";
  font-family: "FontAwesome"
}

.fa-bitbucket:before {
  content: "\f171";
  font-family: "FontAwesome"
}

.fa-bitbucket-square:before {
  content: "\f172";
  font-family: "FontAwesome"
}

.fa-tumblr:before {
  content: "\f173";
  font-family: "FontAwesome"
}

.fa-tumblr-square:before {
  content: "\f174";
  font-family: "FontAwesome"
}

.fa-long-arrow-down:before {
  content: "\f175";
  font-family: "FontAwesome"
}

.fa-long-arrow-up:before {
  content: "\f176";
  font-family: "FontAwesome"
}

.fa-long-arrow-left:before {
  content: "\f177";
  font-family: "FontAwesome"
}

.fa-long-arrow-right:before {
  content: "\f178";
  font-family: "FontAwesome"
}

.fa-apple:before {
  content: "\f179";
  font-family: "FontAwesome"
}

.fa-windows:before {
  content: "\f17a";
  font-family: "FontAwesome"
}

.fa-android:before {
  content: "\f17b";
  font-family: "FontAwesome"
}

.fa-linux:before {
  content: "\f17c";
  font-family: "FontAwesome"
}

.fa-dribbble:before {
  content: "\f17d";
  font-family: "FontAwesome"
}

.fa-skype:before {
  content: "\f17e";
  font-family: "FontAwesome"
}

.fa-foursquare:before {
  content: "\f180";
  font-family: "FontAwesome"
}

.fa-trello:before {
  content: "\f181";
  font-family: "FontAwesome"
}

.fa-female:before {
  content: "\f182";
  font-family: "FontAwesome"
}

.fa-male:before {
  content: "\f183";
  font-family: "FontAwesome"
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
  font-family: "FontAwesome"
}

.fa-sun-o:before {
  content: "\f185";
  font-family: "FontAwesome"
}

.fa-moon-o:before {
  content: "\f186";
  font-family: "FontAwesome"
}

.fa-archive:before {
  content: "\f187";
  font-family: "FontAwesome"
}

.fa-bug:before {
  content: "\f188";
  font-family: "FontAwesome"
}

.fa-vk:before {
  content: "\f189";
  font-family: "FontAwesome"
}

.fa-weibo:before {
  content: "\f18a";
  font-family: "FontAwesome"
}

.fa-renren:before {
  content: "\f18b";
  font-family: "FontAwesome"
}

.fa-pagelines:before {
  content: "\f18c";
  font-family: "FontAwesome"
}

.fa-stack-exchange:before {
  content: "\f18d";
  font-family: "FontAwesome"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
  font-family: "FontAwesome"
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
  font-family: "FontAwesome"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
  font-family: "FontAwesome"
}

.fa-dot-circle-o:before {
  content: "\f192";
  font-family: "FontAwesome"
}

.fa-wheelchair:before {
  content: "\f193";
  font-family: "FontAwesome"
}

.fa-vimeo-square:before {
  content: "\f194";
  font-family: "FontAwesome"
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
  font-family: "FontAwesome"
}

.fa-plus-square-o:before {
  content: "\f196";
  font-family: "FontAwesome"
}

.fa-space-shuttle:before {
  content: "\f197";
  font-family: "FontAwesome"
}

.fa-slack:before {
  content: "\f198";
  font-family: "FontAwesome"
}

.fa-envelope-square:before {
  content: "\f199";
  font-family: "FontAwesome"
}

.fa-wordpress:before {
  content: "\f19a";
  font-family: "FontAwesome"
}

.fa-openid:before {
  content: "\f19b";
  font-family: "FontAwesome"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
  font-family: "FontAwesome"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
  font-family: "FontAwesome"
}

.fa-yahoo:before {
  content: "\f19e";
  font-family: "FontAwesome"
}

.fa-google:before {
  content: "\f1a0";
  font-family: "FontAwesome"
}

.fa-reddit:before {
  content: "\f1a1";
  font-family: "FontAwesome"
}

.fa-reddit-square:before {
  content: "\f1a2";
  font-family: "FontAwesome"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
  font-family: "FontAwesome"
}

.fa-stumbleupon:before {
  content: "\f1a4";
  font-family: "FontAwesome"
}

.fa-delicious:before {
  content: "\f1a5";
  font-family: "FontAwesome"
}

.fa-digg:before {
  content: "\f1a6";
  font-family: "FontAwesome"
}

.fa-pied-piper:before {
  content: "\f1a7";
  font-family: "FontAwesome"
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
  font-family: "FontAwesome"
}

.fa-drupal:before {
  content: "\f1a9";
  font-family: "FontAwesome"
}

.fa-joomla:before {
  content: "\f1aa";
  font-family: "FontAwesome"
}

.fa-language:before {
  content: "\f1ab";
  font-family: "FontAwesome"
}

.fa-fax:before {
  content: "\f1ac";
  font-family: "FontAwesome"
}

.fa-building:before {
  content: "\f1ad";
  font-family: "FontAwesome"
}

.fa-child:before {
  content: "\f1ae";
  font-family: "FontAwesome"
}

.fa-paw:before {
  content: "\f1b0";
  font-family: "FontAwesome"
}

.fa-spoon:before {
  content: "\f1b1";
  font-family: "FontAwesome"
}

.fa-cube:before {
  content: "\f1b2";
  font-family: "FontAwesome"
}

.fa-cubes:before {
  content: "\f1b3";
  font-family: "FontAwesome"
}

.fa-behance:before {
  content: "\f1b4";
  font-family: "FontAwesome"
}

.fa-behance-square:before {
  content: "\f1b5";
  font-family: "FontAwesome"
}

.fa-steam:before {
  content: "\f1b6";
  font-family: "FontAwesome"
}

.fa-steam-square:before {
  content: "\f1b7";
  font-family: "FontAwesome"
}

.fa-recycle:before {
  content: "\f1b8";
  font-family: "FontAwesome"
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
  font-family: "FontAwesome"
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
  font-family: "FontAwesome"
}

.fa-tree:before {
  content: "\f1bb";
  font-family: "FontAwesome"
}

.fa-spotify:before {
  content: "\f1bc";
  font-family: "FontAwesome"
}

.fa-deviantart:before {
  content: "\f1bd";
  font-family: "FontAwesome"
}

.fa-soundcloud:before {
  content: "\f1be";
  font-family: "FontAwesome"
}

.fa-database:before {
  content: "\f1c0";
  font-family: "FontAwesome"
}

.fa-file-pdf-o:before {
  content: "\f1c1";
  font-family: "FontAwesome"
}

.fa-file-word-o:before {
  content: "\f1c2";
  font-family: "FontAwesome"
}

.fa-file-excel-o:before {
  content: "\f1c3";
  font-family: "FontAwesome"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
  font-family: "FontAwesome"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
  font-family: "FontAwesome"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
  font-family: "FontAwesome"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
  font-family: "FontAwesome"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
  font-family: "FontAwesome"
}

.fa-file-code-o:before {
  content: "\f1c9";
  font-family: "FontAwesome"
}

.fa-vine:before {
  content: "\f1ca";
  font-family: "FontAwesome"
}

.fa-codepen:before {
  content: "\f1cb";
  font-family: "FontAwesome"
}

.fa-jsfiddle:before {
  content: "\f1cc";
  font-family: "FontAwesome"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
  font-family: "FontAwesome"
}

.fa-circle-o-notch:before {
  content: "\f1ce";
  font-family: "FontAwesome"
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
  font-family: "FontAwesome"
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
  font-family: "FontAwesome"
}

.fa-git-square:before {
  content: "\f1d2";
  font-family: "FontAwesome"
}

.fa-git:before {
  content: "\f1d3";
  font-family: "FontAwesome"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
  font-family: "FontAwesome"
}

.fa-tencent-weibo:before {
  content: "\f1d5";
  font-family: "FontAwesome"
}

.fa-qq:before {
  content: "\f1d6";
  font-family: "FontAwesome"
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
  font-family: "FontAwesome"
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
  font-family: "FontAwesome"
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
  font-family: "FontAwesome"
}

.fa-history:before {
  content: "\f1da";
  font-family: "FontAwesome"
}

.fa-circle-thin:before {
  content: "\f1db";
  font-family: "FontAwesome"
}

.fa-header:before {
  content: "\f1dc";
  font-family: "FontAwesome"
}

.fa-paragraph:before {
  content: "\f1dd";
  font-family: "FontAwesome"
}

.fa-sliders:before {
  content: "\f1de";
  font-family: "FontAwesome"
}

.fa-share-alt:before {
  content: "\f1e0";
  font-family: "FontAwesome"
}

.fa-share-alt-square:before {
  content: "\f1e1";
  font-family: "FontAwesome"
}

.fa-bomb:before {
  content: "\f1e2";
  font-family: "FontAwesome"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
  font-family: "FontAwesome"
}

.fa-tty:before {
  content: "\f1e4";
  font-family: "FontAwesome"
}

.fa-binoculars:before {
  content: "\f1e5";
  font-family: "FontAwesome"
}

.fa-plug:before {
  content: "\f1e6";
  font-family: "FontAwesome"
}

.fa-slideshare:before {
  content: "\f1e7";
  font-family: "FontAwesome"
}

.fa-twitch:before {
  content: "\f1e8";
  font-family: "FontAwesome"
}

.fa-yelp:before {
  content: "\f1e9";
  font-family: "FontAwesome"
}

.fa-newspaper-o:before {
  content: "\f1ea";
  font-family: "FontAwesome"
}

.fa-wifi:before {
  content: "\f1eb";
  font-family: "FontAwesome"
}

.fa-calculator:before {
  content: "\f1ec";
  font-family: "FontAwesome"
}

.fa-paypal:before {
  content: "\f1ed";
  font-family: "FontAwesome"
}

.fa-google-wallet:before {
  content: "\f1ee";
  font-family: "FontAwesome"
}

.fa-cc-visa:before {
  content: "\f1f0";
  font-family: "FontAwesome"
}

.fa-cc-mastercard:before {
  content: "\f1f1";
  font-family: "FontAwesome"
}

.fa-cc-discover:before {
  content: "\f1f2";
  font-family: "FontAwesome"
}

.fa-cc-amex:before {
  content: "\f1f3";
  font-family: "FontAwesome"
}

.fa-cc-paypal:before {
  content: "\f1f4";
  font-family: "FontAwesome"
}

.fa-cc-stripe:before {
  content: "\f1f5";
  font-family: "FontAwesome"
}

.fa-bell-slash:before {
  content: "\f1f6";
  font-family: "FontAwesome"
}

.fa-bell-slash-o:before {
  content: "\f1f7";
  font-family: "FontAwesome"
}

.fa-trash:before {
  content: "\f1f8";
  font-family: "FontAwesome"
}

.fa-copyright:before {
  content: "\f1f9";
  font-family: "FontAwesome"
}

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

.fa-eyedropper:before {
  content: "\f1fb";
  font-family: "FontAwesome"
}

.fa-paint-brush:before {
  content: "\f1fc";
  font-family: "FontAwesome"
}

.fa-birthday-cake:before {
  content: "\f1fd";
  font-family: "FontAwesome"
}

.fa-area-chart:before {
  content: "\f1fe";
  font-family: "FontAwesome"
}

.fa-pie-chart:before {
  content: "\f200";
  font-family: "FontAwesome"
}

.fa-line-chart:before {
  content: "\f201";
  font-family: "FontAwesome"
}

.fa-lastfm:before {
  content: "\f202";
  font-family: "FontAwesome"
}

.fa-lastfm-square:before {
  content: "\f203";
  font-family: "FontAwesome"
}

.fa-toggle-off:before {
  content: "\f204";
  font-family: "FontAwesome"
}

.fa-toggle-on:before {
  content: "\f205";
  font-family: "FontAwesome"
}

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

.fa-bus:before {
  content: "\f207";
  font-family: "FontAwesome"
}

.fa-ioxhost:before {
  content: "\f208";
  font-family: "FontAwesome"
}

.fa-angellist:before {
  content: "\f209";
  font-family: "FontAwesome"
}

.fa-cc:before {
  content: "\f20a";
  font-family: "FontAwesome"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
  font-family: "FontAwesome"
}

.fa-meanpath:before {
  content: "\f20c";
  font-family: "FontAwesome"
}

.fa-buysellads:before {
  content: "\f20d";
  font-family: "FontAwesome"
}

.fa-connectdevelop:before {
  content: "\f20e";
  font-family: "FontAwesome"
}

.fa-dashcube:before {
  content: "\f210";
  font-family: "FontAwesome"
}

.fa-forumbee:before {
  content: "\f211";
  font-family: "FontAwesome"
}

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

.fa-sellsy:before {
  content: "\f213";
  font-family: "FontAwesome"
}

.fa-shirtsinbulk:before {
  content: "\f214";
  font-family: "FontAwesome"
}

.fa-simplybuilt:before {
  content: "\f215";
  font-family: "FontAwesome"
}

.fa-skyatlas:before {
  content: "\f216";
  font-family: "FontAwesome"
}

.fa-cart-plus:before {
  content: "\f217";
  font-family: "FontAwesome"
}

.fa-cart-arrow-down:before {
  content: "\f218";
  font-family: "FontAwesome"
}

.fa-diamond:before {
  content: "\f219";
  font-family: "FontAwesome"
}

.fa-ship:before {
  content: "\f21a";
  font-family: "FontAwesome"
}

.fa-user-secret:before {
  content: "\f21b";
  font-family: "FontAwesome"
}

.fa-motorcycle:before {
  content: "\f21c";
  font-family: "FontAwesome"
}

.fa-street-view:before {
  content: "\f21d";
  font-family: "FontAwesome"
}

.fa-heartbeat:before {
  content: "\f21e";
  font-family: "FontAwesome"
}

.fa-venus:before {
  content: "\f221";
  font-family: "FontAwesome"
}

.fa-mars:before {
  content: "\f222";
  font-family: "FontAwesome"
}

.fa-mercury:before {
  content: "\f223";
  font-family: "FontAwesome"
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
  font-family: "FontAwesome"
}

.fa-transgender-alt:before {
  content: "\f225";
  font-family: "FontAwesome"
}

.fa-venus-double:before {
  content: "\f226";
  font-family: "FontAwesome"
}

.fa-mars-double:before {
  content: "\f227";
  font-family: "FontAwesome"
}

.fa-venus-mars:before {
  content: "\f228";
  font-family: "FontAwesome"
}

.fa-mars-stroke:before {
  content: "\f229";
  font-family: "FontAwesome"
}

.fa-mars-stroke-v:before {
  content: "\f22a";
  font-family: "FontAwesome"
}

.fa-mars-stroke-h:before {
  content: "\f22b";
  font-family: "FontAwesome"
}

.fa-neuter:before {
  content: "\f22c";
  font-family: "FontAwesome"
}

.fa-genderless:before {
  content: "\f22d";
  font-family: "FontAwesome"
}

.fa-facebook-official:before {
  content: "\f230";
  font-family: "FontAwesome"
}

.fa-pinterest-p:before {
  content: "\f231";
  font-family: "FontAwesome"
}

.fa-whatsapp:before {
  content: "\f232";
  font-family: "FontAwesome"
}

.fa-server:before {
  content: "\f233";
  font-family: "FontAwesome"
}

.fa-user-plus:before {
  content: "\f234";
  font-family: "FontAwesome"
}

.fa-user-times:before {
  content: "\f235";
  font-family: "FontAwesome"
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
  font-family: "FontAwesome"
}

.fa-viacoin:before {
  content: "\f237";
  font-family: "FontAwesome"
}

.fa-train:before {
  content: "\f238";
  font-family: "FontAwesome"
}

.fa-subway:before {
  content: "\f239";
  font-family: "FontAwesome"
}

.fa-medium:before {
  content: "\f23a";
  font-family: "FontAwesome"
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
  font-family: "FontAwesome"
}

.fa-optin-monster:before {
  content: "\f23c";
  font-family: "FontAwesome"
}

.fa-opencart:before {
  content: "\f23d";
  font-family: "FontAwesome"
}

.fa-expeditedssl:before {
  content: "\f23e";
  font-family: "FontAwesome"
}

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
  font-family: "FontAwesome"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
  font-family: "FontAwesome"
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
  font-family: "FontAwesome"
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
  font-family: "FontAwesome"
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
  font-family: "FontAwesome"
}

.fa-mouse-pointer:before {
  content: "\f245";
  font-family: "FontAwesome"
}

.fa-i-cursor:before {
  content: "\f246";
  font-family: "FontAwesome"
}

.fa-object-group:before {
  content: "\f247";
  font-family: "FontAwesome"
}

.fa-object-ungroup:before {
  content: "\f248";
  font-family: "FontAwesome"
}

.fa-sticky-note:before {
  content: "\f249";
  font-family: "FontAwesome"
}

.fa-sticky-note-o:before {
  content: "\f24a";
  font-family: "FontAwesome"
}

.fa-cc-jcb:before {
  content: "\f24b";
  font-family: "FontAwesome"
}

.fa-cc-diners-club:before {
  content: "\f24c";
  font-family: "FontAwesome"
}

.fa-clone:before {
  content: "\f24d";
  font-family: "FontAwesome"
}

.fa-balance-scale:before {
  content: "\f24e";
  font-family: "FontAwesome"
}

.fa-hourglass-o:before {
  content: "\f250";
  font-family: "FontAwesome"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
  font-family: "FontAwesome"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
  font-family: "FontAwesome"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
  font-family: "FontAwesome"
}

.fa-hourglass:before {
  content: "\f254";
  font-family: "FontAwesome"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
  font-family: "FontAwesome"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
  font-family: "FontAwesome"
}

.fa-hand-scissors-o:before {
  content: "\f257";
  font-family: "FontAwesome"
}

.fa-hand-lizard-o:before {
  content: "\f258";
  font-family: "FontAwesome"
}

.fa-hand-spock-o:before {
  content: "\f259";
  font-family: "FontAwesome"
}

.fa-hand-pointer-o:before {
  content: "\f25a";
  font-family: "FontAwesome"
}

.fa-hand-peace-o:before {
  content: "\f25b";
  font-family: "FontAwesome"
}

.fa-trademark:before {
  content: "\f25c";
  font-family: "FontAwesome"
}

.fa-registered:before {
  content: "\f25d";
  font-family: "FontAwesome"
}

.fa-creative-commons:before {
  content: "\f25e";
  font-family: "FontAwesome"
}

.fa-gg:before {
  content: "\f260";
  font-family: "FontAwesome"
}

.fa-gg-circle:before {
  content: "\f261";
  font-family: "FontAwesome"
}

.fa-tripadvisor:before {
  content: "\f262";
  font-family: "FontAwesome"
}

.fa-odnoklassniki:before {
  content: "\f263";
  font-family: "FontAwesome"
}

.fa-odnoklassniki-square:before {
  content: "\f264";
  font-family: "FontAwesome"
}

.fa-get-pocket:before {
  content: "\f265";
  font-family: "FontAwesome"
}

.fa-wikipedia-w:before {
  content: "\f266";
  font-family: "FontAwesome"
}

.fa-safari:before {
  content: "\f267";
  font-family: "FontAwesome"
}

.fa-chrome:before {
  content: "\f268";
  font-family: "FontAwesome"
}

.fa-firefox:before {
  content: "\f269";
  font-family: "FontAwesome"
}

.fa-opera:before {
  content: "\f26a";
  font-family: "FontAwesome"
}

.fa-internet-explorer:before {
  content: "\f26b";
  font-family: "FontAwesome"
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
  font-family: "FontAwesome"
}

.fa-contao:before {
  content: "\f26d";
  font-family: "FontAwesome"
}

.fa-500px:before {
  content: "\f26e";
  font-family: "FontAwesome"
}

.fa-amazon:before {
  content: "\f270";
  font-family: "FontAwesome"
}

.fa-calendar-plus-o:before {
  content: "\f271";
  font-family: "FontAwesome"
}

.fa-calendar-minus-o:before {
  content: "\f272";
  font-family: "FontAwesome"
}

.fa-calendar-times-o:before {
  content: "\f273";
  font-family: "FontAwesome"
}

.fa-calendar-check-o:before {
  content: "\f274";
  font-family: "FontAwesome"
}

.fa-industry:before {
  content: "\f275";
  font-family: "FontAwesome"
}

.fa-map-pin:before {
  content: "\f276";
  font-family: "FontAwesome"
}

.fa-map-signs:before {
  content: "\f277";
  font-family: "FontAwesome"
}

.fa-map-o:before {
  content: "\f278";
  font-family: "FontAwesome"
}

.fa-map:before {
  content: "\f279";
  font-family: "FontAwesome"
}

.fa-commenting:before {
  content: "\f27a";
  font-family: "FontAwesome"
}

.fa-commenting-o:before {
  content: "\f27b";
  font-family: "FontAwesome"
}

.fa-houzz:before {
  content: "\f27c";
  font-family: "FontAwesome"
}

.fa-vimeo:before {
  content: "\f27d";
  font-family: "FontAwesome"
}

.fa-black-tie:before {
  content: "\f27e";
  font-family: "FontAwesome"
}

.fa-fonticons:before {
  content: "\f280";
  font-family: "FontAwesome"
}

.fa-reddit-alien:before {
  content: "\f281";
  font-family: "FontAwesome"
}

.fa-edge:before {
  content: "\f282";
  font-family: "FontAwesome"
}

.fa-credit-card-alt:before {
  content: "\f283";
  font-family: "FontAwesome"
}

.fa-codiepie:before {
  content: "\f284";
  font-family: "FontAwesome"
}

.fa-modx:before {
  content: "\f285";
  font-family: "FontAwesome"
}

.fa-fort-awesome:before {
  content: "\f286";
  font-family: "FontAwesome"
}

.fa-usb:before {
  content: "\f287";
  font-family: "FontAwesome"
}

.fa-product-hunt:before {
  content: "\f288";
  font-family: "FontAwesome"
}

.fa-mixcloud:before {
  content: "\f289";
  font-family: "FontAwesome"
}

.fa-scribd:before {
  content: "\f28a";
  font-family: "FontAwesome"
}

.fa-pause-circle:before {
  content: "\f28b";
  font-family: "FontAwesome"
}

.fa-pause-circle-o:before {
  content: "\f28c";
  font-family: "FontAwesome"
}

.fa-stop-circle:before {
  content: "\f28d";
  font-family: "FontAwesome"
}

.fa-stop-circle-o:before {
  content: "\f28e";
  font-family: "FontAwesome"
}

.fa-shopping-bag:before {
  content: "\f290";
  font-family: "FontAwesome"
}

.fa-shopping-basket:before {
  content: "\f291";
  font-family: "FontAwesome"
}

.fa-hashtag:before {
  content: "\f292";
  font-family: "FontAwesome"
}

.fa-bluetooth:before {
  content: "\f293";
  font-family: "FontAwesome"
}

.fa-bluetooth-b:before {
  content: "\f294";
  font-family: "FontAwesome"
}

.fa-percent:before {
  content: "\f295";
  font-family: "FontAwesome"
}

.fa-gitlab:before {
  content: "\f296";
  font-family: "FontAwesome"
}

.fa-wpbeginner:before {
  content: "\f297";
  font-family: "FontAwesome"
}

.fa-wpforms:before {
  content: "\f298";
  font-family: "FontAwesome"
}

.fa-envira:before {
  content: "\f299";
  font-family: "FontAwesome"
}

.fa-universal-access:before {
  content: "\f29a";
  font-family: "FontAwesome"
}

.fa-wheelchair-alt:before {
  content: "\f29b";
  font-family: "FontAwesome"
}

.fa-question-circle-o:before {
  content: "\f29c";
  font-family: "FontAwesome"
}

.fa-blind:before {
  content: "\f29d";
  font-family: "FontAwesome"
}

.fa-audio-description:before {
  content: "\f29e";
  font-family: "FontAwesome"
}

.fa-volume-control-phone:before {
  content: "\f2a0";
  font-family: "FontAwesome"
}

.fa-braille:before {
  content: "\f2a1";
  font-family: "FontAwesome"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
  font-family: "FontAwesome"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
  font-family: "FontAwesome"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
  font-family: "FontAwesome"
}

.fa-glide:before {
  content: "\f2a5";
  font-family: "FontAwesome"
}

.fa-glide-g:before {
  content: "\f2a6";
  font-family: "FontAwesome"
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
  font-family: "FontAwesome"
}

.fa-low-vision:before {
  content: "\f2a8";
  font-family: "FontAwesome"
}

.fa-viadeo:before {
  content: "\f2a9";
  font-family: "FontAwesome"
}

.fa-viadeo-square:before {
  content: "\f2aa";
  font-family: "FontAwesome"
}

.fa-snapchat:before {
  content: "\f2ab";
  font-family: "FontAwesome"
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
  font-family: "FontAwesome"
}

.fa-snapchat-square:before {
  content: "\f2ad";
  font-family: "FontAwesome"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
