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

/*--new -check*/
.sa {
    color: #ff4455;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
}

    .sa:hover {
        color: red;
    }
/* makes the font 33% larger relative to the icon container */
.sa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

    .sa-ul &gt; li {
        position: relative;
    }

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

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

.sa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

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

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

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

.sa.sa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sa-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 .sa-rotate-90,
:root .sa-rotate-180,
:root .sa-rotate-270,
:root .sa-flip-horizontal,
:root .sa-flip-vertical {
    filter: none;
}

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

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

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

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

.sa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.sa-glass:before {
    content: "\f000";
}

.sa-music:before {
    content: "\f001";
}

.sa-search:before {
    content: "\f002";
}

.sa-envelope-o:before {
    content: "\f003";
}

.sa-heart:before {
    content: "\f004";
}

.sa-star:before {
    content: "\f005";
}

.sa-star-o:before {
    content: "\f006";
}

.sa-user:before {
    content: "\f007";
}

.sa-film:before {
    content: "\f008";
}

.sa-th-large:before {
    content: "\f009";
}

.sa-th:before {
    content: "\f00a";
}

.sa-th-list:before {
    content: "\f00b";
}

.sa-check:before {
    content: "\f00c";
}

.sa-remove:before,
.sa-close:before,
.sa-times:before {
    content: "\f00d";
}

.sa-search-plus:before {
    content: "\f00e";
}

.sa-search-minus:before {
    content: "\f010";
}

.sa-power-off:before {
    content: "\f011";
}

.sa-signal:before {
    content: "\f012";
}

.sa-gear:before,
.sa-cog:before {
    content: "\f013";
}

.sa-trash-o:before {
    content: "\f014";
}

.sa-home:before {
    content: "\f015";
}

.sa-file-o:before {
    content: "\f016";
}

.sa-clock-o:before {
    content: "\f017";
}

.sa-road:before {
    content: "\f018";
}

.sa-download:before {
    content: "\f019";
}

.sa-arrow-circle-o-down:before {
    content: "\f01a";
}

.sa-arrow-circle-o-up:before {
    content: "\f01b";
}

.sa-inbox:before {
    content: "\f01c";
}

.sa-play-circle-o:before {
    content: "\f01d";
}

.sa-rotate-right:before,
.sa-repeat:before {
    content: "\f01e";
}

.sa-refresh:before {
    content: "\f021";
}

.sa-list-alt:before {
    content: "\f022";
}

.sa-lock:before {
    content: "\f023";
}

.sa-flag:before {
    content: "\f024";
}

.sa-headphones:before {
    content: "\f025";
}

.sa-volume-off:before {
    content: "\f026";
}

.sa-volume-down:before {
    content: "\f027";
}

.sa-volume-up:before {
    content: "\f028";
}

.sa-qrcode:before {
    content: "\f029";
}

.sa-barcode:before {
    content: "\f02a";
}

.sa-tag:before {
    content: "\f02b";
}

.sa-tags:before {
    content: "\f02c";
}

.sa-book:before {
    content: "\f02d";
}

.sa-bookmark:before {
    content: "\f02e";
}

.sa-print:before {
    content: "\f02f";
}

.sa-camera:before {
    content: "\f030";
}

.sa-font:before {
    content: "\f031";
}

.sa-bold:before {
    content: "\f032";
}

.sa-italic:before {
    content: "\f033";
}

.sa-text-height:before {
    content: "\f034";
}

.sa-text-width:before {
    content: "\f035";
}

.sa-align-left:before {
    content: "\f036";
}

.sa-align-center:before {
    content: "\f037";
}

.sa-align-right:before {
    content: "\f038";
}

.sa-align-justify:before {
    content: "\f039";
}

.sa-list:before {
    content: "\f03a";
}

.sa-dedent:before,
.sa-outdent:before {
    content: "\f03b";
}

.sa-indent:before {
    content: "\f03c";
}

.sa-video-camera:before {
    content: "\f03d";
}

.sa-photo:before,
.sa-image:before,
.sa-picture-o:before {
    content: "\f03e";
}

.sa-pencil:before {
    content: "\f040";
}

.sa-map-marker:before {
    content: "\f041";
}

.sa-adjust:before {
    content: "\f042";
}

.sa-tint:before {
    content: "\f043";
}

.sa-edit:before,
.sa-pencil-square-o:before {
    content: "\f044";
}

.sa-share-square-o:before {
    content: "\f045";
}

.sa-check-square-o:before {
    content: "\f046";
}

.sa-arrows:before {
    content: "\f047";
}

.sa-step-backward:before {
    content: "\f048";
}

.sa-fast-backward:before {
    content: "\f049";
}

.sa-backward:before {
    content: "\f04a";
}

.sa-play:before {
    content: "\f04b";
}

.sa-pause:before {
    content: "\f04c";
}

.sa-stop:before {
    content: "\f04d";
}

.sa-forward:before {
    content: "\f04e";
}

.sa-fast-forward:before {
    content: "\f050";
}

.sa-step-forward:before {
    content: "\f051";
}

.sa-eject:before {
    content: "\f052";
}

.sa-chevron-left:before {
    content: "\f053";
}

.sa-chevron-right:before {
    content: "\f054";
}

.sa-plus-circle:before {
    content: "\f055";
}

.sa-minus-circle:before {
    content: "\f056";
}

.sa-times-circle:before {
    content: "\f057";
}

.sa-check-circle:before {
    content: "\f058";
}

.sa-question-circle:before {
    content: "\f059";
}

.sa-info-circle:before {
    content: "\f05a";
}

.sa-crosshairs:before {
    content: "\f05b";
}

.sa-times-circle-o:before {
    content: "\f05c";
}

.sa-check-circle-o:before {
    content: "\f05d";
}

.sa-ban:before {
    content: "\f05e";
}

.sa-arrow-left:before {
    content: "\f060";
}

.sa-arrow-right:before {
    content: "\f061";
}

.sa-arrow-up:before {
    content: "\f062";
}

.sa-arrow-down:before {
    content: "\f063";
}

.sa-mail-forward:before,
.sa-share:before {
    content: "\f064";
}

.sa-expand:before {
    content: "\f065";
}

.sa-compress:before {
    content: "\f066";
}

.sa-plus:before {
    content: "\f067";
}

.sa-minus:before {
    content: "\f068";
}

.sa-asterisk:before {
    content: "\f069";
}

.sa-exclamation-circle:before {
    content: "\f06a";
}

.sa-gift:before {
    content: "\f06b";
}

.sa-leaf:before {
    content: "\f06c";
}

.sa-fire:before {
    content: "\f06d";
}

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

.sa-eye-slash:before {
    content: "\f070";
}

.sa-warning:before,
.sa-exclamation-triangle:before {
    content: "\f071";
}

.sa-plane:before {
    content: "\f072";
}

.sa-calendar:before {
    content: "\f073";
}

.sa-random:before {
    content: "\f074";
}

.sa-comment:before {
    content: "\f075";
}

.sa-magnet:before {
    content: "\f076";
}

.sa-chevron-up:before {
    content: "\f077";
}

.sa-chevron-down:before {
    content: "\f078";
}

.sa-retweet:before {
    content: "\f079";
}

.sa-shopping-cart:before {
    content: "\f07a";
}

.sa-folder:before {
    content: "\f07b";
}

.sa-folder-open:before {
    content: "\f07c";
}

.sa-arrows-v:before {
    content: "\f07d";
}

.sa-arrows-h:before {
    content: "\f07e";
}

.sa-bar-chart-o:before,
.sa-bar-chart:before {
    content: "\f080";
}

.sa-twitter-square:before {
    content: "\f081";
}

.sa-facebook-square:before {
    content: "\f082";
}

.sa-camera-retro:before {
    content: "\f083";
}

.sa-key:before {
    content: "\f084";
}

.sa-gears:before,
.sa-cogs:before {
    content: "\f085";
}

.sa-comments:before {
    content: "\f086";
}

.sa-thumbs-o-up:before {
    content: "\f087";
}

.sa-thumbs-o-down:before {
    content: "\f088";
}

.sa-star-half:before {
    content: "\f089";
}

.sa-heart-o:before {
    content: "\f08a";
}

.sa-sign-out:before {
    content: "\f08b";
}

.sa-linkedin-square:before {
    content: "\f08c";
}

.sa-thumb-tack:before {
    content: "\f08d";
}

.sa-external-link:before {
    content: "\f08e";
}

.sa-sign-in:before {
    content: "\f090";
}

.sa-trophy:before {
    content: "\f091";
}

.sa-github-square:before {
    content: "\f092";
}

.sa-upload:before {
    content: "\f093";
}

.sa-lemon-o:before {
    content: "\f094";
}

.sa-phone:before {
    content: "\f095";
}

.sa-square-o:before {
    content: "\f096";
}

.sa-bookmark-o:before {
    content: "\f097";
}

.sa-phone-square:before {
    content: "\f098";
}

.sa-twitter:before {
    content: "\f099";
}

.sa-facebook-f:before,
.sa-facebook:before {
    content: "\f09a";
}

.sa-github:before {
    content: "\f09b";
}

.sa-unlock:before {
    content: "\f09c";
}

.sa-credit-card:before {
    content: "\f09d";
}

.sa-feed:before,
.sa-rss:before {
    content: "\f09e";
}

.sa-hdd-o:before {
    content: "\f0a0";
}

.sa-bullhorn:before {
    content: "\f0a1";
}

.sa-bell:before {
    content: "\f0f3";
}

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

.sa-hand-o-right:before {
    content: "\f0a4";
}

.sa-hand-o-left:before {
    content: "\f0a5";
}

.sa-hand-o-up:before {
    content: "\f0a6";
}

.sa-hand-o-down:before {
    content: "\f0a7";
}

.sa-arrow-circle-left:before {
    content: "\f0a8";
}

.sa-arrow-circle-right:before {
    content: "\f0a9";
}

.sa-arrow-circle-up:before {
    content: "\f0aa";
}

.sa-arrow-circle-down:before {
    content: "\f0ab";
}

.sa-globe:before {
    content: "\f0ac";
}

.sa-wrench:before {
    content: "\f0ad";
}

.sa-tasks:before {
    content: "\f0ae";
}

.sa-filter:before {
    content: "\f0b0";
}

.sa-briefcase:before {
    content: "\f0b1";
}

.sa-arrows-alt:before {
    content: "\f0b2";
}

.sa-group:before,
.sa-users:before {
    content: "\f0c0";
}

.sa-chain:before,
.sa-link:before {
    content: "\f0c1";
}

.sa-cloud:before {
    content: "\f0c2";
}

.sa-flask:before {
    content: "\f0c3";
}

.sa-cut:before,
.sa-scissors:before {
    content: "\f0c4";
}

.sa-copy:before,
.sa-files-o:before {
    content: "\f0c5";
}

.sa-paperclip:before {
    content: "\f0c6";
}

.sa-save:before,
.sa-floppy-o:before {
    content: "\f0c7";
}

.sa-square:before {
    content: "\f0c8";
}

.sa-navicon:before,
.sa-reorder:before,
.sa-bars:before {
    content: "\f0c9";
}

.sa-list-ul:before {
    content: "\f0ca";
}

.sa-list-ol:before {
    content: "\f0cb";
}

.sa-strikethrough:before {
    content: "\f0cc";
}

.sa-underline:before {
    content: "\f0cd";
}

.sa-table:before {
    content: "\f0ce";
}

.sa-magic:before {
    content: "\f0d0";
}

.sa-truck:before {
    content: "\f0d1";
}

.sa-pinterest:before {
    content: "\f0d2";
}

.sa-pinterest-square:before {
    content: "\f0d3";
}

.sa-google-plus-square:before {
    content: "\f0d4";
}

.sa-google-plus:before {
    content: "\f0d5";
}

.sa-money:before {
    content: "\f0d6";
}

.sa-caret-down:before {
    content: "\f0d7";
}

.sa-caret-up:before {
    content: "\f0d8";
}

.sa-caret-left:before {
    content: "\f0d9";
}

.sa-caret-right:before {
    content: "\f0da";
}

.sa-columns:before {
    content: "\f0db";
}

.sa-unsorted:before,
.sa-sort:before {
    content: "\f0dc";
}

.sa-sort-down:before,
.sa-sort-desc:before {
    content: "\f0dd";
}

.sa-sort-up:before,
.sa-sort-asc:before {
    content: "\f0de";
}

.sa-envelope:before {
    content: "\f0e0";
}

.sa-linkedin:before {
    content: "\f0e1";
}

.sa-rotate-left:before,
.sa-undo:before {
    content: "\f0e2";
}

.sa-legal:before,
.sa-gavel:before {
    content: "\f0e3";
}

.sa-dashboard:before,
.sa-tachometer:before {
    content: "\f0e4";
}

.sa-comment-o:before {
    content: "\f0e5";
}

.sa-comments-o:before {
    content: "\f0e6";
}

.sa-flash:before,
.sa-bolt:before {
    content: "\f0e7";
}

.sa-sitemap:before {
    content: "\f0e8";
}

.sa-umbrella:before {
    content: "\f0e9";
}

.sa-paste:before,
.sa-clipboard:before {
    content: "\f0ea";
}

.sa-lightbulb-o:before {
    content: "\f0eb";
}

.sa-exchange:before {
    content: "\f0ec";
}

.sa-cloud-download:before {
    content: "\f0ed";
}

.sa-cloud-upload:before {
    content: "\f0ee";
}

.sa-user-md:before {
    content: "\f0f0";
}

.sa-stethoscope:before {
    content: "\f0f1";
}

.sa-suitcase:before {
    content: "\f0f2";
}

.sa-bell-o:before {
    content: "\f0a2";
}

.sa-coffee:before {
    content: "\f0f4";
}

.sa-cutlery:before {
    content: "\f0f5";
}

.sa-file-text-o:before {
    content: "\f0f6";
}

.sa-building-o:before {
    content: "\f0f7";
}

.sa-hospital-o:before {
    content: "\f0f8";
}

.sa-ambulance:before {
    content: "\f0f9";
}

.sa-medkit:before {
    content: "\f0fa";
}

.sa-fighter-jet:before {
    content: "\f0fb";
}

.sa-beer:before {
    content: "\f0fc";
}

.sa-h-square:before {
    content: "\f0fd";
}

.sa-plus-square:before {
    content: "\f0fe";
}

.sa-angle-double-left:before {
    content: "\f100";
}

.sa-angle-double-right:before {
    content: "\f101";
}

.sa-angle-double-up:before {
    content: "\f102";
}

.sa-angle-double-down:before {
    content: "\f103";
}

.sa-angle-left:before {
    content: "\f104";
}

.sa-angle-right:before {
    content: "\f105";
}

.sa-angle-up:before {
    content: "\f106";
}

.sa-angle-down:before {
    content: "\f107";
}

.sa-desktop:before {
    content: "\f108";
}

.sa-laptop:before {
    content: "\f109";
}

.sa-tablet:before {
    content: "\f10a";
}

.sa-mobile-phone:before,
.sa-mobile:before {
    content: "\f10b";
}

.sa-circle-o:before {
    content: "\f10c";
}

.sa-quote-left:before {
    content: "\f10d";
}

.sa-quote-right:before {
    content: "\f10e";
}

.sa-spinner:before {
    content: "\f110";
}

.sa-circle:before {
    content: "\f111";
}

.sa-mail-reply:before,
.sa-reply:before {
    content: "\f112";
}

.sa-github-alt:before {
    content: "\f113";
}

.sa-folder-o:before {
    content: "\f114";
}

.sa-folder-open-o:before {
    content: "\f115";
}

.sa-smile-o:before {
    content: "\f118";
}

.sa-frown-o:before {
    content: "\f119";
}

.sa-meh-o:before {
    content: "\f11a";
}

.sa-gamepad:before {
    content: "\f11b";
}

.sa-keyboard-o:before {
    content: "\f11c";
}

.sa-flag-o:before {
    content: "\f11d";
}

.sa-flag-checkered:before {
    content: "\f11e";
}

.sa-terminal:before {
    content: "\f120";
}

.sa-code:before {
    content: "\f121";
}

.sa-mail-reply-all:before,
.sa-reply-all:before {
    content: "\f122";
}

.sa-star-half-empty:before,
.sa-star-half-full:before,
.sa-star-half-o:before {
    content: "\f123";
}

.sa-location-arrow:before {
    content: "\f124";
}

.sa-crop:before {
    content: "\f125";
}

.sa-code-fork:before {
    content: "\f126";
}

.sa-unlink:before,
.sa-chain-broken:before {
    content: "\f127";
}

.sa-question:before {
    content: "\f128";
}

.sa-info:before {
    content: "\f129";
}

.sa-exclamation:before {
    content: "\f12a";
}

.sa-superscript:before {
    content: "\f12b";
}

.sa-subscript:before {
    content: "\f12c";
}

.sa-eraser:before {
    content: "\f12d";
}

.sa-puzzle-piece:before {
    content: "\f12e";
}

.sa-microphone:before {
    content: "\f130";
}

.sa-microphone-slash:before {
    content: "\f131";
}

.sa-shield:before {
    content: "\f132";
}

.sa-calendar-o:before {
    content: "\f133";
}

.sa-fire-extinguisher:before {
    content: "\f134";
}

.sa-rocket:before {
    content: "\f135";
}

.sa-maxcdn:before {
    content: "\f136";
}

.sa-chevron-circle-left:before {
    content: "\f137";
}

.sa-chevron-circle-right:before {
    content: "\f138";
}

.sa-chevron-circle-up:before {
    content: "\f139";
}

.sa-chevron-circle-down:before {
    content: "\f13a";
}

.sa-html5:before {
    content: "\f13b";
}

.sa-css3:before {
    content: "\f13c";
}

.sa-anchor:before {
    content: "\f13d";
}

.sa-unlock-alt:before {
    content: "\f13e";
}

.sa-bullseye:before {
    content: "\f140";
}

.sa-ellipsis-h:before {
    content: "\f141";
}

.sa-ellipsis-v:before {
    content: "\f142";
}

.sa-rss-square:before {
    content: "\f143";
}

.sa-play-circle:before {
    content: "\f144";
}

.sa-ticket:before {
    content: "\f145";
}

.sa-minus-square:before {
    content: "\f146";
}

.sa-minus-square-o:before {
    content: "\f147";
}

.sa-level-up:before {
    content: "\f148";
}

.sa-level-down:before {
    content: "\f149";
}

.sa-check-square:before {
    content: "\f14a";
}

.sa-pencil-square:before {
    content: "\f14b";
}

.sa-external-link-square:before {
    content: "\f14c";
}

.sa-share-square:before {
    content: "\f14d";
}

.sa-compass:before {
    content: "\f14e";
}

.sa-toggle-down:before,
.sa-caret-square-o-down:before {
    content: "\f150";
}

.sa-toggle-up:before,
.sa-caret-square-o-up:before {
    content: "\f151";
}

.sa-toggle-right:before,
.sa-caret-square-o-right:before {
    content: "\f152";
}

.sa-euro:before,
.sa-eur:before {
    content: "\f153";
}

.sa-gbp:before {
    content: "\f154";
}

.sa-dollar:before,
.sa-usd:before {
    content: "\f155";
}

.sa-rupee:before,
.sa-inr:before {
    content: "\f156";
}

.sa-cny:before,
.sa-rmb:before,
.sa-yen:before,
.sa-jpy:before {
    content: "\f157";
}

.sa-ruble:before,
.sa-rouble:before,
.sa-rub:before {
    content: "\f158";
}

.sa-won:before,
.sa-krw:before {
    content: "\f159";
}

.sa-bitcoin:before,
.sa-btc:before {
    content: "\f15a";
}

.sa-file:before {
    content: "\f15b";
}

.sa-file-text:before {
    content: "\f15c";
}

.sa-sort-alpha-asc:before {
    content: "\f15d";
}

.sa-sort-alpha-desc:before {
    content: "\f15e";
}

.sa-sort-amount-asc:before {
    content: "\f160";
}

.sa-sort-amount-desc:before {
    content: "\f161";
}

.sa-sort-numeric-asc:before {
    content: "\f162";
}

.sa-sort-numeric-desc:before {
    content: "\f163";
}

.sa-thumbs-up:before {
    content: "\f164";
}

.sa-thumbs-down:before {
    content: "\f165";
}

.sa-youtube-square:before {
    content: "\f166";
}

.sa-youtube:before {
    content: "\f167";
}

.sa-xing:before {
    content: "\f168";
}

.sa-xing-square:before {
    content: "\f169";
}

.sa-youtube-play:before {
    content: "\f16a";
}

.sa-dropbox:before {
    content: "\f16b";
}

.sa-stack-overflow:before {
    content: "\f16c";
}

.sa-instagram:before {
    content: "\f16d";
}

.sa-flickr:before {
    content: "\f16e";
}

.sa-adn:before {
    content: "\f170";
}

.sa-bitbucket:before {
    content: "\f171";
}

.sa-bitbucket-square:before {
    content: "\f172";
}

.sa-tumblr:before {
    content: "\f173";
}

.sa-tumblr-square:before {
    content: "\f174";
}

.sa-long-arrow-down:before {
    content: "\f175";
}

.sa-long-arrow-up:before {
    content: "\f176";
}

.sa-long-arrow-left:before {
    content: "\f177";
}

.sa-long-arrow-right:before {
    content: "\f178";
}

.sa-apple:before {
    content: "\f179";
}

.sa-windows:before {
    content: "\f17a";
}

.sa-android:before {
    content: "\f17b";
}

.sa-linux:before {
    content: "\f17c";
}

.sa-dribbble:before {
    content: "\f17d";
}

.sa-skype:before {
    content: "\f17e";
}

.sa-foursquare:before {
    content: "\f180";
}

.sa-trello:before {
    content: "\f181";
}

.sa-female:before {
    content: "\f182";
}

.sa-male:before {
    content: "\f183";
}

.sa-gittip:before,
.sa-gratipay:before {
    content: "\f184";
}

.sa-sun-o:before {
    content: "\f185";
}

.sa-moon-o:before {
    content: "\f186";
}

.sa-archive:before {
    content: "\f187";
}

.sa-bug:before {
    content: "\f188";
}

.sa-vk:before {
    content: "\f189";
}

.sa-weibo:before {
    content: "\f18a";
}

.sa-renren:before {
    content: "\f18b";
}

.sa-pagelines:before {
    content: "\f18c";
}

.sa-stack-exchange:before {
    content: "\f18d";
}

.sa-arrow-circle-o-right:before {
    content: "\f18e";
}

.sa-arrow-circle-o-left:before {
    content: "\f190";
}

.sa-toggle-left:before,
.sa-caret-square-o-left:before {
    content: "\f191";
}

.sa-dot-circle-o:before {
    content: "\f192";
}

.sa-wheelchair:before {
    content: "\f193";
}

.sa-vimeo-square:before {
    content: "\f194";
}

.sa-turkish-lira:before,
.sa-try:before {
    content: "\f195";
}

.sa-plus-square-o:before {
    content: "\f196";
}

.sa-space-shuttle:before {
    content: "\f197";
}

.sa-slack:before {
    content: "\f198";
}

.sa-envelope-square:before {
    content: "\f199";
}

.sa-wordpress:before {
    content: "\f19a";
}

.sa-openid:before {
    content: "\f19b";
}

.sa-institution:before,
.sa-bank:before,
.sa-university:before {
    content: "\f19c";
}

.sa-mortar-board:before,
.sa-graduation-cap:before {
    content: "\f19d";
}

.sa-yahoo:before {
    content: "\f19e";
}

.sa-google:before {
    content: "\f1a0";
}

.sa-reddit:before {
    content: "\f1a1";
}

.sa-reddit-square:before {
    content: "\f1a2";
}

.sa-stumbleupon-circle:before {
    content: "\f1a3";
}

.sa-stumbleupon:before {
    content: "\f1a4";
}

.sa-delicious:before {
    content: "\f1a5";
}

.sa-digg:before {
    content: "\f1a6";
}

.sa-pied-piper-pp:before {
    content: "\f1a7";
}

.sa-pied-piper-alt:before {
    content: "\f1a8";
}

.sa-drupal:before {
    content: "\f1a9";
}

.sa-joomla:before {
    content: "\f1aa";
}

.sa-language:before {
    content: "\f1ab";
}

.sa-fax:before {
    content: "\f1ac";
}

.sa-building:before {
    content: "\f1ad";
}

.sa-child:before {
    content: "\f1ae";
}

.sa-paw:before {
    content: "\f1b0";
}

.sa-spoon:before {
    content: "\f1b1";
}

.sa-cube:before {
    content: "\f1b2";
}

.sa-cubes:before {
    content: "\f1b3";
}

.sa-behance:before {
    content: "\f1b4";
}

.sa-behance-square:before {
    content: "\f1b5";
}

.sa-steam:before {
    content: "\f1b6";
}

.sa-steam-square:before {
    content: "\f1b7";
}

.sa-recycle:before {
    content: "\f1b8";
}

.sa-automobile:before,
.sa-car:before {
    content: "\f1b9";
}

.sa-cab:before,
.sa-taxi:before {
    content: "\f1ba";
}

.sa-tree:before {
    content: "\f1bb";
}

.sa-spotify:before {
    content: "\f1bc";
}

.sa-deviantart:before {
    content: "\f1bd";
}

.sa-soundcloud:before {
    content: "\f1be";
}

.sa-database:before {
    content: "\f1c0";
}

.sa-file-pdf-o:before {
    content: "\f1c1";
}

.sa-file-word-o:before {
    content: "\f1c2";
}

.sa-file-excel-o:before {
    content: "\f1c3";
}

.sa-file-powerpoint-o:before {
    content: "\f1c4";
}

.sa-file-photo-o:before,
.sa-file-picture-o:before,
.sa-file-image-o:before {
    content: "\f1c5";
}

.sa-file-zip-o:before,
.sa-file-archive-o:before {
    content: "\f1c6";
}

.sa-file-sound-o:before,
.sa-file-audio-o:before {
    content: "\f1c7";
}

.sa-file-movie-o:before,
.sa-file-video-o:before {
    content: "\f1c8";
}

.sa-file-code-o:before {
    content: "\f1c9";
}

.sa-vine:before {
    content: "\f1ca";
}

.sa-codepen:before {
    content: "\f1cb";
}

.sa-jsfiddle:before {
    content: "\f1cc";
}

.sa-life-bouy:before,
.sa-life-buoy:before,
.sa-life-saver:before,
.sa-support:before,
.sa-life-ring:before {
    content: "\f1cd";
}

.sa-circle-o-notch:before {
    content: "\f1ce";
}

.sa-ra:before,
.sa-resistance:before,
.sa-rebel:before {
    content: "\f1d0";
}

.sa-ge:before,
.sa-empire:before {
    content: "\f1d1";
}

.sa-git-square:before {
    content: "\f1d2";
}

.sa-git:before {
    content: "\f1d3";
}

.sa-y-combinator-square:before,
.sa-yc-square:before,
.sa-hacker-news:before {
    content: "\f1d4";
}

.sa-tencent-weibo:before {
    content: "\f1d5";
}

.sa-qq:before {
    content: "\f1d6";
}

.sa-wechat:before,
.sa-weixin:before {
    content: "\f1d7";
}

.sa-send:before,
.sa-paper-plane:before {
    content: "\f1d8";
}

.sa-send-o:before,
.sa-paper-plane-o:before {
    content: "\f1d9";
}

.sa-history:before {
    content: "\f1da";
}

.sa-circle-thin:before {
    content: "\f1db";
}

.sa-header:before {
    content: "\f1dc";
}

.sa-paragraph:before {
    content: "\f1dd";
}

.sa-sliders:before {
    content: "\f1de";
}

.sa-share-alt:before {
    content: "\f1e0";
}

.sa-share-alt-square:before {
    content: "\f1e1";
}

.sa-bomb:before {
    content: "\f1e2";
}

.sa-soccer-ball-o:before,
.sa-futbol-o:before {
    content: "\f1e3";
}

.sa-tty:before {
    content: "\f1e4";
}

.sa-binoculars:before {
    content: "\f1e5";
}

.sa-plug:before {
    content: "\f1e6";
}

.sa-slideshare:before {
    content: "\f1e7";
}

.sa-twitch:before {
    content: "\f1e8";
}

.sa-yelp:before {
    content: "\f1e9";
}

.sa-newspaper-o:before {
    content: "\f1ea";
}

.sa-wifi:before {
    content: "\f1eb";
}

.sa-calculator:before {
    content: "\f1ec";
}

.sa-paypal:before {
    content: "\f1ed";
}

.sa-google-wallet:before {
    content: "\f1ee";
}

.sa-cc-visa:before {
    content: "\f1f0";
}

.sa-cc-mastercard:before {
    content: "\f1f1";
}

.sa-cc-discover:before {
    content: "\f1f2";
}

.sa-cc-amex:before {
    content: "\f1f3";
}

.sa-cc-paypal:before {
    content: "\f1f4";
}

.sa-cc-stripe:before {
    content: "\f1f5";
}

.sa-bell-slash:before {
    content: "\f1f6";
}

.sa-bell-slash-o:before {
    content: "\f1f7";
}

.sa-trash:before {
    content: "\f1f8";
}

.sa-copyright:before {
    content: "\f1f9";
}

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

.sa-eyedropper:before {
    content: "\f1fb";
}

.sa-paint-brush:before {
    content: "\f1fc";
}

.sa-birthday-cake:before {
    content: "\f1fd";
}

.sa-area-chart:before {
    content: "\f1fe";
}

.sa-pie-chart:before {
    content: "\f200";
}

.sa-line-chart:before {
    content: "\f201";
}

.sa-lastfm:before {
    content: "\f202";
}

.sa-lastfm-square:before {
    content: "\f203";
}

.sa-toggle-off:before {
    content: "\f204";
}

.sa-toggle-on:before {
    content: "\f205";
}

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

.sa-bus:before {
    content: "\f207";
}

.sa-ioxhost:before {
    content: "\f208";
}

.sa-angellist:before {
    content: "\f209";
}

.sa-cc:before {
    content: "\f20a";
}

.sa-shekel:before,
.sa-sheqel:before,
.sa-ils:before {
    content: "\f20b";
}

.sa-meanpath:before {
    content: "\f20c";
}

.sa-buysellads:before {
    content: "\f20d";
}

.sa-connectdevelop:before {
    content: "\f20e";
}

.sa-dashcube:before {
    content: "\f210";
}

.sa-forumbee:before {
    content: "\f211";
}

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

.sa-sellsy:before {
    content: "\f213";
}

.sa-shirtsinbulk:before {
    content: "\f214";
}

.sa-simplybuilt:before {
    content: "\f215";
}

.sa-skyatlas:before {
    content: "\f216";
}

.sa-cart-plus:before {
    content: "\f217";
}

.sa-cart-arrow-down:before {
    content: "\f218";
}

.sa-diamond:before {
    content: "\f219";
}

.sa-ship:before {
    content: "\f21a";
}

.sa-user-secret:before {
    content: "\f21b";
}

.sa-motorcycle:before {
    content: "\f21c";
}

.sa-street-view:before {
    content: "\f21d";
}

.sa-heartbeat:before {
    content: "\f21e";
}

.sa-venus:before {
    content: "\f221";
}

.sa-mars:before {
    content: "\f222";
}

.sa-mercury:before {
    content: "\f223";
}

.sa-intersex:before,
.sa-transgender:before {
    content: "\f224";
}

.sa-transgender-alt:before {
    content: "\f225";
}

.sa-venus-double:before {
    content: "\f226";
}

.sa-mars-double:before {
    content: "\f227";
}

.sa-venus-mars:before {
    content: "\f228";
}

.sa-mars-stroke:before {
    content: "\f229";
}

.sa-mars-stroke-v:before {
    content: "\f22a";
}

.sa-mars-stroke-h:before {
    content: "\f22b";
}

.sa-neuter:before {
    content: "\f22c";
}

.sa-genderless:before {
    content: "\f22d";
}

.sa-facebook-official:before {
    content: "\f230";
}

.sa-pinterest-p:before {
    content: "\f231";
}

.sa-whatsapp:before {
    content: "\f232";
}

.sa-server:before {
    content: "\f233";
}

.sa-user-plus:before {
    content: "\f234";
}

.sa-user-times:before {
    content: "\f235";
}

.sa-hotel:before,
.sa-bed:before {
    content: "\f236";
}

.sa-viacoin:before {
    content: "\f237";
}

.sa-train:before {
    content: "\f238";
}

.sa-subway:before {
    content: "\f239";
}

.sa-medium:before {
    content: "\f23a";
}

.sa-yc:before,
.sa-y-combinator:before {
    content: "\f23b";
}

.sa-optin-monster:before {
    content: "\f23c";
}

.sa-opencart:before {
    content: "\f23d";
}

.sa-expeditedssl:before {
    content: "\f23e";
}

.sa-battery-4:before,
.sa-battery:before,
.sa-battery-full:before {
    content: "\f240";
}

.sa-battery-3:before,
.sa-battery-three-quarters:before {
    content: "\f241";
}

.sa-battery-2:before,
.sa-battery-half:before {
    content: "\f242";
}

.sa-battery-1:before,
.sa-battery-quarter:before {
    content: "\f243";
}

.sa-battery-0:before,
.sa-battery-empty:before {
    content: "\f244";
}

.sa-mouse-pointer:before {
    content: "\f245";
}

.sa-i-cursor:before {
    content: "\f246";
}

.sa-object-group:before {
    content: "\f247";
}

.sa-object-ungroup:before {
    content: "\f248";
}

.sa-sticky-note:before {
    content: "\f249";
}

.sa-sticky-note-o:before {
    content: "\f24a";
}

.sa-cc-jcb:before {
    content: "\f24b";
}

.sa-cc-diners-club:before {
    content: "\f24c";
}

.sa-clone:before {
    content: "\f24d";
}

.sa-balance-scale:before {
    content: "\f24e";
}

.sa-hourglass-o:before {
    content: "\f250";
}

.sa-hourglass-1:before,
.sa-hourglass-start:before {
    content: "\f251";
}

.sa-hourglass-2:before,
.sa-hourglass-half:before {
    content: "\f252";
}

.sa-hourglass-3:before,
.sa-hourglass-end:before {
    content: "\f253";
}

.sa-hourglass:before {
    content: "\f254";
}

.sa-hand-grab-o:before,
.sa-hand-rock-o:before {
    content: "\f255";
}

.sa-hand-stop-o:before,
.sa-hand-paper-o:before {
    content: "\f256";
}

.sa-hand-scissors-o:before {
    content: "\f257";
}

.sa-hand-lizard-o:before {
    content: "\f258";
}

.sa-hand-spock-o:before {
    content: "\f259";
}

.sa-hand-pointer-o:before {
    content: "\f25a";
}

.sa-hand-peace-o:before {
    content: "\f25b";
}

.sa-trademark:before {
    content: "\f25c";
}

.sa-registered:before {
    content: "\f25d";
}

.sa-creative-commons:before {
    content: "\f25e";
}

.sa-gg:before {
    content: "\f260";
}

.sa-gg-circle:before {
    content: "\f261";
}

.sa-tripadvisor:before {
    content: "\f262";
}

.sa-odnoklassniki:before {
    content: "\f263";
}

.sa-odnoklassniki-square:before {
    content: "\f264";
}

.sa-get-pocket:before {
    content: "\f265";
}

.sa-wikipedia-w:before {
    content: "\f266";
}

.sa-safari:before {
    content: "\f267";
}

.sa-chrome:before {
    content: "\f268";
}

.sa-firefox:before {
    content: "\f269";
}

.sa-opera:before {
    content: "\f26a";
}

.sa-internet-explorer:before {
    content: "\f26b";
}

.sa-tv:before,
.sa-television:before {
    content: "\f26c";
}

.sa-contao:before {
    content: "\f26d";
}

.sa-500px:before {
    content: "\f26e";
}

.sa-amazon:before {
    content: "\f270";
}

.sa-calendar-plus-o:before {
    content: "\f271";
}

.sa-calendar-minus-o:before {
    content: "\f272";
}

.sa-calendar-times-o:before {
    content: "\f273";
}

.sa-calendar-check-o:before {
    content: "\f274";
}

.sa-industry:before {
    content: "\f275";
}

.sa-map-pin:before {
    content: "\f276";
}

.sa-map-signs:before {
    content: "\f277";
}

.sa-map-o:before {
    content: "\f278";
}

.sa-map:before {
    content: "\f279";
}

.sa-commenting:before {
    content: "\f27a";
}

.sa-commenting-o:before {
    content: "\f27b";
}

.sa-houzz:before {
    content: "\f27c";
}

.sa-vimeo:before {
    content: "\f27d";
}

.sa-black-tie:before {
    content: "\f27e";
}

.sa-fonticons:before {
    content: "\f280";
}

.sa-reddit-alien:before {
    content: "\f281";
}

.sa-edge:before {
    content: "\f282";
}

.sa-credit-card-alt:before {
    content: "\f283";
}

.sa-codiepie:before {
    content: "\f284";
}

.sa-modx:before {
    content: "\f285";
}

.sa-fort-awesome:before {
    content: "\f286";
}

.sa-usb:before {
    content: "\f287";
}

.sa-product-hunt:before {
    content: "\f288";
}

.sa-mixcloud:before {
    content: "\f289";
}

.sa-scribd:before {
    content: "\f28a";
}

.sa-pause-circle:before {
    content: "\f28b";
}

.sa-pause-circle-o:before {
    content: "\f28c";
}

.sa-stop-circle:before {
    content: "\f28d";
}

.sa-stop-circle-o:before {
    content: "\f28e";
}

.sa-shopping-bag:before {
    content: "\f290";
}

.sa-shopping-basket:before {
    content: "\f291";
}

.sa-hashtag:before {
    content: "\f292";
}

.sa-bluetooth:before {
    content: "\f293";
}

.sa-bluetooth-b:before {
    content: "\f294";
}

.sa-percent:before {
    content: "\f295";
}

.sa-gitlab:before {
    content: "\f296";
}

.sa-wpbeginner:before {
    content: "\f297";
}

.sa-wpforms:before {
    content: "\f298";
}

.sa-envira:before {
    content: "\f299";
}

.sa-universal-access:before {
    content: "\f29a";
}

.sa-wheelchair-alt:before {
    content: "\f29b";
}

.sa-question-circle-o:before {
    content: "\f29c";
}

.sa-blind:before {
    content: "\f29d";
}

.sa-audio-description:before {
    content: "\f29e";
}

.sa-volume-control-phone:before {
    content: "\f2a0";
}

.sa-braille:before {
    content: "\f2a1";
}

.sa-assistive-listening-systems:before {
    content: "\f2a2";
}

.sa-asl-interpreting:before,
.sa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.sa-deafness:before,
.sa-hard-of-hearing:before,
.sa-deaf:before {
    content: "\f2a4";
}

.sa-glide:before {
    content: "\f2a5";
}

.sa-glide-g:before {
    content: "\f2a6";
}

.sa-signing:before,
.sa-sign-language:before {
    content: "\f2a7";
}

.sa-low-vision:before {
    content: "\f2a8";
}

.sa-viadeo:before {
    content: "\f2a9";
}

.sa-viadeo-square:before {
    content: "\f2aa";
}

.sa-snapchat:before {
    content: "\f2ab";
}

.sa-snapchat-ghost:before {
    content: "\f2ac";
}

.sa-snapchat-square:before {
    content: "\f2ad";
}

.sa-pied-piper:before {
    content: "\f2ae";
}

.sa-first-order:before {
    content: "\f2b0";
}

.sa-yoast:before {
    content: "\f2b1";
}

.sa-themeisle:before {
    content: "\f2b2";
}

.sa-google-plus-circle:before,
.sa-google-plus-official:before {
    content: "\f2b3";
}

.sa-sa:before,
.sa-font-awesome:before {
    content: "\f2b4";
}

.sa-handshake-o:before {
    content: "\f2b5";
}

.sa-envelope-open:before {
    content: "\f2b6";
}

.sa-envelope-open-o:before {
    content: "\f2b7";
}

.sa-linode:before {
    content: "\f2b8";
}

.sa-address-book:before {
    content: "\f2b9";
}

.sa-address-book-o:before {
    content: "\f2ba";
}

.sa-vcard:before,
.sa-address-card:before {
    content: "\f2bb";
}

.sa-vcard-o:before,
.sa-address-card-o:before {
    content: "\f2bc";
}

.sa-user-circle:before {
    content: "\f2bd";
}

.sa-user-circle-o:before {
    content: "\f2be";
}

.sa-user-o:before {
    content: "\f2c0";
}

.sa-id-badge:before {
    content: "\f2c1";
}

.sa-drivers-license:before,
.sa-id-card:before {
    content: "\f2c2";
}

.sa-drivers-license-o:before,
.sa-id-card-o:before {
    content: "\f2c3";
}

.sa-quora:before {
    content: "\f2c4";
}

.sa-free-code-camp:before {
    content: "\f2c5";
}

.sa-telegram:before {
    content: "\f2c6";
}

.sa-thermometer-4:before,
.sa-thermometer:before,
.sa-thermometer-full:before {
    content: "\f2c7";
}

.sa-thermometer-3:before,
.sa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.sa-thermometer-2:before,
.sa-thermometer-half:before {
    content: "\f2c9";
}

.sa-thermometer-1:before,
.sa-thermometer-quarter:before {
    content: "\f2ca";
}

.sa-thermometer-0:before,
.sa-thermometer-empty:before {
    content: "\f2cb";
}

.sa-shower:before {
    content: "\f2cc";
}

.sa-bathtub:before,
.sa-s15:before,
.sa-bath:before {
    content: "\f2cd";
}

.sa-podcast:before {
    content: "\f2ce";
}

.sa-window-maximize:before {
    content: "\f2d0";
}

.sa-window-minimize:before {
    content: "\f2d1";
}

.sa-window-restore:before {
    content: "\f2d2";
}

.sa-times-rectangle:before,
.sa-window-close:before {
    content: "\f2d3";
}

.sa-times-rectangle-o:before,
.sa-window-close-o:before {
    content: "\f2d4";
}

.sa-bandcamp:before {
    content: "\f2d5";
}

.sa-grav:before {
    content: "\f2d6";
}

.sa-etsy:before {
    content: "\f2d7";
}

.sa-imdb:before {
    content: "\f2d8";
}

.sa-ravelry:before {
    content: "\f2d9";
}

.sa-eercast:before {
    content: "\f2da";
}

.sa-microchip:before {
    content: "\f2db";
}

.sa-snowflake-o:before {
    content: "\f2dc";
}

.sa-superpowers:before {
    content: "\f2dd";
}

.sa-wpexplorer:before {
    content: "\f2de";
}

.sa-meetup:before {
    content: "\f2e0";
}
/*Default icon*/
.ga {
    color: white;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}
/* makes the font 33% larger relative to the icon container */
.ga-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

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

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

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

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

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

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

    .ga-ul &gt; li {
        position: relative;
    }

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

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

.ga-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

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

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

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

.ga.ga-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ga-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 .ga-rotate-90,
:root .ga-rotate-180,
:root .ga-rotate-270,
:root .ga-flip-horizontal,
:root .ga-flip-vertical {
    filter: none;
}

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

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

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

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

.ga-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.ga-glass:before {
    content: "\f000";
}

.ga-music:before {
    content: "\f001";
}

.ga-search:before {
    content: "\f002";
}

.ga-envelope-o:before {
    content: "\f003";
}

.ga-heart:before {
    content: "\f004";
}

.ga-star:before {
    content: "\f005";
}

.ga-star-o:before {
    content: "\f006";
}

.ga-user:before {
    content: "\f007";
}

.ga-film:before {
    content: "\f008";
}

.ga-th-large:before {
    content: "\f009";
}

.ga-th:before {
    content: "\f00a";
}

.ga-th-list:before {
    content: "\f00b";
}

.ga-check:before {
    content: "\f00c";
}

.ga-remove:before,
.ga-close:before,
.ga-times:before {
    content: "\f00d";
}

.ga-search-plus:before {
    content: "\f00e";
}

.ga-search-minus:before {
    content: "\f010";
}

.ga-power-off:before {
    content: "\f011";
}

.ga-signal:before {
    content: "\f012";
}

.ga-gear:before,
.ga-cog:before {
    content: "\f013";
}

.ga-trash-o:before {
    content: "\f014";
}

.ga-home:before {
    content: "\f015";
}

.ga-file-o:before {
    content: "\f016";
}

.ga-clock-o:before {
    content: "\f017";
}

.ga-road:before {
    content: "\f018";
}

.ga-download:before {
    content: "\f019";
}

.ga-arrow-circle-o-down:before {
    content: "\f01a";
}

.ga-arrow-circle-o-up:before {
    content: "\f01b";
}

.ga-inbox:before {
    content: "\f01c";
}

.ga-play-circle-o:before {
    content: "\f01d";
}

.ga-rotate-right:before,
.ga-repeat:before {
    content: "\f01e";
}

.ga-refresh:before {
    content: "\f021";
}

.ga-list-alt:before {
    content: "\f022";
}

.ga-lock:before {
    content: "\f023";
}

.ga-flag:before {
    content: "\f024";
}

.ga-headphones:before {
    content: "\f025";
}

.ga-volume-off:before {
    content: "\f026";
}

.ga-volume-down:before {
    content: "\f027";
}

.ga-volume-up:before {
    content: "\f028";
}

.ga-qrcode:before {
    content: "\f029";
}

.ga-barcode:before {
    content: "\f02a";
}

.ga-tag:before {
    content: "\f02b";
}

.ga-tags:before {
    content: "\f02c";
}

.ga-book:before {
    content: "\f02d";
}

.ga-bookmark:before {
    content: "\f02e";
}

.ga-print:before {
    content: "\f02f";
}

.ga-camera:before {
    content: "\f030";
}

.ga-font:before {
    content: "\f031";
}

.ga-bold:before {
    content: "\f032";
}

.ga-italic:before {
    content: "\f033";
}

.ga-text-height:before {
    content: "\f034";
}

.ga-text-width:before {
    content: "\f035";
}

.ga-align-left:before {
    content: "\f036";
}

.ga-align-center:before {
    content: "\f037";
}

.ga-align-right:before {
    content: "\f038";
}

.ga-align-justify:before {
    content: "\f039";
}

.ga-list:before {
    content: "\f03a";
}

.ga-dedent:before,
.ga-outdent:before {
    content: "\f03b";
}

.ga-indent:before {
    content: "\f03c";
}

.ga-video-camera:before {
    content: "\f03d";
}

.ga-photo:before,
.ga-image:before,
.ga-picture-o:before {
    content: "\f03e";
}

.ga-pencil:before {
    content: "\f040";
}

.ga-map-marker:before {
    content: "\f041";
}

.ga-adjust:before {
    content: "\f042";
}

.ga-tint:before {
    content: "\f043";
}

.ga-edit:before,
.ga-pencil-square-o:before {
    content: "\f044";
}

.ga-share-square-o:before {
    content: "\f045";
}

.ga-check-square-o:before {
    content: "\f046";
}

.ga-arrows:before {
    content: "\f047";
}

.ga-step-backward:before {
    content: "\f048";
}

.ga-fast-backward:before {
    content: "\f049";
}

.ga-backward:before {
    content: "\f04a";
}

.ga-play:before {
    content: "\f04b";
}

.ga-pause:before {
    content: "\f04c";
}

.ga-stop:before {
    content: "\f04d";
}

.ga-forward:before {
    content: "\f04e";
}

.ga-fast-forward:before {
    content: "\f050";
}

.ga-step-forward:before {
    content: "\f051";
}

.ga-eject:before {
    content: "\f052";
}

.ga-chevron-left:before {
    content: "\f053";
}

.ga-chevron-right:before {
    content: "\f054";
}

.ga-plus-circle:before {
    content: "\f055";
}

.ga-minus-circle:before {
    content: "\f056";
}

.ga-times-circle:before {
    content: "\f057";
}

.ga-check-circle:before {
    content: "\f058";
}

.ga-question-circle:before {
    content: "\f059";
}

.ga-info-circle:before {
    content: "\f05a";
}

.ga-crosshairs:before {
    content: "\f05b";
}

.ga-times-circle-o:before {
    content: "\f05c";
}

.ga-check-circle-o:before {
    content: "\f05d";
}

.ga-ban:before {
    content: "\f05e";
}

.ga-arrow-left:before {
    content: "\f060";
}

.ga-arrow-right:before {
    content: "\f061";
}

.ga-arrow-up:before {
    content: "\f062";
}

.ga-arrow-down:before {
    content: "\f063";
}

.ga-mail-forward:before,
.ga-share:before {
    content: "\f064";
}

.ga-expand:before {
    content: "\f065";
}

.ga-compress:before {
    content: "\f066";
}

.ga-plus:before {
    content: "\f067";
}

.ga-minus:before {
    content: "\f068";
}

.ga-asterisk:before {
    content: "\f069";
}

.ga-exclamation-circle:before {
    content: "\f06a";
}

.ga-gift:before {
    content: "\f06b";
}

.ga-leaf:before {
    content: "\f06c";
}

.ga-fire:before {
    content: "\f06d";
}

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

.ga-eye-slash:before {
    content: "\f070";
}

.ga-warning:before,
.ga-exclamation-triangle:before {
    content: "\f071";
}

.ga-plane:before {
    content: "\f072";
}

.ga-calendar:before {
    content: "\f073";
}

.ga-random:before {
    content: "\f074";
}

.ga-comment:before {
    content: "\f075";
}

.ga-magnet:before {
    content: "\f076";
}

.ga-chevron-up:before {
    content: "\f077";
}

.ga-chevron-down:before {
    content: "\f078";
}

.ga-retweet:before {
    content: "\f079";
}

.ga-shopping-cart:before {
    content: "\f07a";
}

.ga-folder:before {
    content: "\f07b";
}

.ga-folder-open:before {
    content: "\f07c";
}

.ga-arrows-v:before {
    content: "\f07d";
}

.ga-arrows-h:before {
    content: "\f07e";
}

.ga-bar-chart-o:before,
.ga-bar-chart:before {
    content: "\f080";
}

.ga-twitter-square:before {
    content: "\f081";
}

.ga-facebook-square:before {
    content: "\f082";
}

.ga-camera-retro:before {
    content: "\f083";
}

.ga-key:before {
    content: "\f084";
}

.ga-gears:before,
.ga-cogs:before {
    content: "\f085";
}

.ga-comments:before {
    content: "\f086";
}

.ga-thumbs-o-up:before {
    content: "\f087";
}

.ga-thumbs-o-down:before {
    content: "\f088";
}

.ga-star-half:before {
    content: "\f089";
}

.ga-heart-o:before {
    content: "\f08a";
}

.ga-sign-out:before {
    content: "\f08b";
}

.ga-linkedin-square:before {
    content: "\f08c";
}

.ga-thumb-tack:before {
    content: "\f08d";
}

.ga-external-link:before {
    content: "\f08e";
}

.ga-sign-in:before {
    content: "\f090";
}

.ga-trophy:before {
    content: "\f091";
}

.ga-github-square:before {
    content: "\f092";
}

.ga-upload:before {
    content: "\f093";
}

.ga-lemon-o:before {
    content: "\f094";
}

.ga-phone:before {
    content: "\f095";
}

.ga-square-o:before {
    content: "\f096";
}

.ga-bookmark-o:before {
    content: "\f097";
}

.ga-phone-square:before {
    content: "\f098";
}

.ga-twitter:before {
    content: "\f099";
}

.ga-facebook-f:before,
.ga-facebook:before {
    content: "\f09a";
}

.ga-github:before {
    content: "\f09b";
}

.ga-unlock:before {
    content: "\f09c";
}

.ga-credit-card:before {
    content: "\f09d";
}

.ga-feed:before,
.ga-rss:before {
    content: "\f09e";
}

.ga-hdd-o:before {
    content: "\f0a0";
}

.ga-bullhorn:before {
    content: "\f0a1";
}

.ga-bell:before {
    content: "\f0f3";
}

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

.ga-hand-o-right:before {
    content: "\f0a4";
}

.ga-hand-o-left:before {
    content: "\f0a5";
}

.ga-hand-o-up:before {
    content: "\f0a6";
}

.ga-hand-o-down:before {
    content: "\f0a7";
}

.ga-arrow-circle-left:before {
    content: "\f0a8";
}

.ga-arrow-circle-right:before {
    content: "\f0a9";
}

.ga-arrow-circle-up:before {
    content: "\f0aa";
}

.ga-arrow-circle-down:before {
    content: "\f0ab";
}

.ga-globe:before {
    content: "\f0ac";
}

.ga-wrench:before {
    content: "\f0ad";
}

.ga-tasks:before {
    content: "\f0ae";
}

.ga-filter:before {
    content: "\f0b0";
}

.ga-briefcase:before {
    content: "\f0b1";
}

.ga-arrows-alt:before {
    content: "\f0b2";
}

.ga-group:before,
.ga-users:before {
    content: "\f0c0";
}

.ga-chain:before,
.ga-link:before {
    content: "\f0c1";
}

.ga-cloud:before {
    content: "\f0c2";
}

.ga-flask:before {
    content: "\f0c3";
}

.ga-cut:before,
.ga-scissors:before {
    content: "\f0c4";
}

.ga-copy:before,
.ga-files-o:before {
    content: "\f0c5";
}

.ga-paperclip:before {
    content: "\f0c6";
}

.ga-save:before,
.ga-floppy-o:before {
    content: "\f0c7";
}

.ga-square:before {
    content: "\f0c8";
}

.ga-navicon:before,
.ga-reorder:before,
.ga-bars:before {
    content: "\f0c9";
}

.ga-list-ul:before {
    content: "\f0ca";
}

.ga-list-ol:before {
    content: "\f0cb";
}

.ga-strikethrough:before {
    content: "\f0cc";
}

.ga-underline:before {
    content: "\f0cd";
}

.ga-table:before {
    content: "\f0ce";
}

.ga-magic:before {
    content: "\f0d0";
}

.ga-truck:before {
    content: "\f0d1";
}

.ga-pinterest:before {
    content: "\f0d2";
}

.ga-pinterest-square:before {
    content: "\f0d3";
}

.ga-google-plus-square:before {
    content: "\f0d4";
}

.ga-google-plus:before {
    content: "\f0d5";
}

.ga-money:before {
    content: "\f0d6";
}

.ga-caret-down:before {
    content: "\f0d7";
}

.ga-caret-up:before {
    content: "\f0d8";
}

.ga-caret-left:before {
    content: "\f0d9";
}

.ga-caret-right:before {
    content: "\f0da";
}

.ga-columns:before {
    content: "\f0db";
}

.ga-unsorted:before,
.ga-sort:before {
    content: "\f0dc";
}

.ga-sort-down:before,
.ga-sort-desc:before {
    content: "\f0dd";
}

.ga-sort-up:before,
.ga-sort-asc:before {
    content: "\f0de";
}

.ga-envelope:before {
    content: "\f0e0";
}

.ga-linkedin:before {
    content: "\f0e1";
}

.ga-rotate-left:before,
.ga-undo:before {
    content: "\f0e2";
}

.ga-legal:before,
.ga-gavel:before {
    content: "\f0e3";
}

.ga-dashboard:before,
.ga-tachometer:before {
    content: "\f0e4";
}

.ga-comment-o:before {
    content: "\f0e5";
}

.ga-comments-o:before {
    content: "\f0e6";
}

.ga-flash:before,
.ga-bolt:before {
    content: "\f0e7";
}

.ga-sitemap:before {
    content: "\f0e8";
}

.ga-umbrella:before {
    content: "\f0e9";
}

.ga-paste:before,
.ga-clipboard:before {
    content: "\f0ea";
}

.ga-lightbulb-o:before {
    content: "\f0eb";
}

.ga-exchange:before {
    content: "\f0ec";
}

.ga-cloud-download:before {
    content: "\f0ed";
}

.ga-cloud-upload:before {
    content: "\f0ee";
}

.ga-user-md:before {
    content: "\f0f0";
}

.ga-stethoscope:before {
    content: "\f0f1";
}

.ga-suitcase:before {
    content: "\f0f2";
}

.ga-bell-o:before {
    content: "\f0a2";
}

.ga-coffee:before {
    content: "\f0f4";
}

.ga-cutlery:before {
    content: "\f0f5";
}

.ga-file-text-o:before {
    content: "\f0f6";
}

.ga-building-o:before {
    content: "\f0f7";
}

.ga-hospital-o:before {
    content: "\f0f8";
}

.ga-ambulance:before {
    content: "\f0f9";
}

.ga-medkit:before {
    content: "\f0fa";
}

.ga-fighter-jet:before {
    content: "\f0fb";
}

.ga-beer:before {
    content: "\f0fc";
}

.ga-h-square:before {
    content: "\f0fd";
}

.ga-plus-square:before {
    content: "\f0fe";
}

.ga-angle-double-left:before {
    content: "\f100";
}

.ga-angle-double-right:before {
    content: "\f101";
}

.ga-angle-double-up:before {
    content: "\f102";
}

.ga-angle-double-down:before {
    content: "\f103";
}

.ga-angle-left:before {
    content: "\f104";
}

.ga-angle-right:before {
    content: "\f105";
}

.ga-angle-up:before {
    content: "\f106";
}

.ga-angle-down:before {
    content: "\f107";
}

.ga-desktop:before {
    content: "\f108";
}

.ga-laptop:before {
    content: "\f109";
}

.ga-tablet:before {
    content: "\f10a";
}

.ga-mobile-phone:before,
.ga-mobile:before {
    content: "\f10b";
}

.ga-circle-o:before {
    content: "\f10c";
}

.ga-quote-left:before {
    content: "\f10d";
}

.ga-quote-right:before {
    content: "\f10e";
}

.ga-spinner:before {
    content: "\f110";
}

.ga-circle:before {
    content: "\f111";
}

.ga-mail-reply:before,
.ga-reply:before {
    content: "\f112";
}

.ga-github-alt:before {
    content: "\f113";
}

.ga-folder-o:before {
    content: "\f114";
}

.ga-folder-open-o:before {
    content: "\f115";
}

.ga-smile-o:before {
    content: "\f118";
}

.ga-frown-o:before {
    content: "\f119";
}

.ga-meh-o:before {
    content: "\f11a";
}

.ga-gamepad:before {
    content: "\f11b";
}

.ga-keyboard-o:before {
    content: "\f11c";
}

.ga-flag-o:before {
    content: "\f11d";
}

.ga-flag-checkered:before {
    content: "\f11e";
}

.ga-terminal:before {
    content: "\f120";
}

.ga-code:before {
    content: "\f121";
}

.ga-mail-reply-all:before,
.ga-reply-all:before {
    content: "\f122";
}

.ga-star-half-empty:before,
.ga-star-half-full:before,
.ga-star-half-o:before {
    content: "\f123";
}

.ga-location-arrow:before {
    content: "\f124";
}

.ga-crop:before {
    content: "\f125";
}

.ga-code-fork:before {
    content: "\f126";
}

.ga-unlink:before,
.ga-chain-broken:before {
    content: "\f127";
}

.ga-question:before {
    content: "\f128";
}

.ga-info:before {
    content: "\f129";
}

.ga-exclamation:before {
    content: "\f12a";
}

.ga-superscript:before {
    content: "\f12b";
}

.ga-subscript:before {
    content: "\f12c";
}

.ga-eraser:before {
    content: "\f12d";
}

.ga-puzzle-piece:before {
    content: "\f12e";
}

.ga-microphone:before {
    content: "\f130";
}

.ga-microphone-slash:before {
    content: "\f131";
}

.ga-shield:before {
    content: "\f132";
}

.ga-calendar-o:before {
    content: "\f133";
}

.ga-fire-extinguisher:before {
    content: "\f134";
}

.ga-rocket:before {
    content: "\f135";
}

.ga-maxcdn:before {
    content: "\f136";
}

.ga-chevron-circle-left:before {
    content: "\f137";
}

.ga-chevron-circle-right:before {
    content: "\f138";
}

.ga-chevron-circle-up:before {
    content: "\f139";
}

.ga-chevron-circle-down:before {
    content: "\f13a";
}

.ga-html5:before {
    content: "\f13b";
}

.ga-css3:before {
    content: "\f13c";
}

.ga-anchor:before {
    content: "\f13d";
}

.ga-unlock-alt:before {
    content: "\f13e";
}

.ga-bullseye:before {
    content: "\f140";
}

.ga-ellipsis-h:before {
    content: "\f141";
}

.ga-ellipsis-v:before {
    content: "\f142";
}

.ga-rss-square:before {
    content: "\f143";
}

.ga-play-circle:before {
    content: "\f144";
}

.ga-ticket:before {
    content: "\f145";
}

.ga-minus-square:before {
    content: "\f146";
}

.ga-minus-square-o:before {
    content: "\f147";
}

.ga-level-up:before {
    content: "\f148";
}

.ga-level-down:before {
    content: "\f149";
}

.ga-check-square:before {
    content: "\f14a";
}

.ga-pencil-square:before {
    content: "\f14b";
}

.ga-external-link-square:before {
    content: "\f14c";
}

.ga-share-square:before {
    content: "\f14d";
}

.ga-compass:before {
    content: "\f14e";
}

.ga-toggle-down:before,
.ga-caret-square-o-down:before {
    content: "\f150";
}

.ga-toggle-up:before,
.ga-caret-square-o-up:before {
    content: "\f151";
}

.ga-toggle-right:before,
.ga-caret-square-o-right:before {
    content: "\f152";
}

.ga-euro:before,
.ga-eur:before {
    content: "\f153";
}

.ga-gbp:before {
    content: "\f154";
}

.ga-dollar:before,
.ga-usd:before {
    content: "\f155";
}

.ga-rupee:before,
.ga-inr:before {
    content: "\f156";
}

.ga-cny:before,
.ga-rmb:before,
.ga-yen:before,
.ga-jpy:before {
    content: "\f157";
}

.ga-ruble:before,
.ga-rouble:before,
.ga-rub:before {
    content: "\f158";
}

.ga-won:before,
.ga-krw:before {
    content: "\f159";
}

.ga-bitcoin:before,
.ga-btc:before {
    content: "\f15a";
}

.ga-file:before {
    content: "\f15b";
}

.ga-file-text:before {
    content: "\f15c";
}

.ga-sort-alpha-asc:before {
    content: "\f15d";
}

.ga-sort-alpha-desc:before {
    content: "\f15e";
}

.ga-sort-amount-asc:before {
    content: "\f160";
}

.ga-sort-amount-desc:before {
    content: "\f161";
}

.ga-sort-numeric-asc:before {
    content: "\f162";
}

.ga-sort-numeric-desc:before {
    content: "\f163";
}

.ga-thumbs-up:before {
    content: "\f164";
}

.ga-thumbs-down:before {
    content: "\f165";
}

.ga-youtube-square:before {
    content: "\f166";
}

.ga-youtube:before {
    content: "\f167";
}

.ga-xing:before {
    content: "\f168";
}

.ga-xing-square:before {
    content: "\f169";
}

.ga-youtube-play:before {
    content: "\f16a";
}

.ga-dropbox:before {
    content: "\f16b";
}

.ga-stack-overflow:before {
    content: "\f16c";
}

.ga-instagram:before {
    content: "\f16d";
}

.ga-flickr:before {
    content: "\f16e";
}

.ga-adn:before {
    content: "\f170";
}

.ga-bitbucket:before {
    content: "\f171";
}

.ga-bitbucket-square:before {
    content: "\f172";
}

.ga-tumblr:before {
    content: "\f173";
}

.ga-tumblr-square:before {
    content: "\f174";
}

.ga-long-arrow-down:before {
    content: "\f175";
}

.ga-long-arrow-up:before {
    content: "\f176";
}

.ga-long-arrow-left:before {
    content: "\f177";
}

.ga-long-arrow-right:before {
    content: "\f178";
}

.ga-apple:before {
    content: "\f179";
}

.ga-windows:before {
    content: "\f17a";
}

.ga-android:before {
    content: "\f17b";
}

.ga-linux:before {
    content: "\f17c";
}

.ga-dribbble:before {
    content: "\f17d";
}

.ga-skype:before {
    content: "\f17e";
}

.ga-foursquare:before {
    content: "\f180";
}

.ga-trello:before {
    content: "\f181";
}

.ga-female:before {
    content: "\f182";
}

.ga-male:before {
    content: "\f183";
}

.ga-gittip:before,
.ga-gratipay:before {
    content: "\f184";
}

.ga-sun-o:before {
    content: "\f185";
}

.ga-moon-o:before {
    content: "\f186";
}

.ga-archive:before {
    content: "\f187";
}

.ga-bug:before {
    content: "\f188";
}

.ga-vk:before {
    content: "\f189";
}

.ga-weibo:before {
    content: "\f18a";
}

.ga-renren:before {
    content: "\f18b";
}

.ga-pagelines:before {
    content: "\f18c";
}

.ga-stack-exchange:before {
    content: "\f18d";
}

.ga-arrow-circle-o-right:before {
    content: "\f18e";
}

.ga-arrow-circle-o-left:before {
    content: "\f190";
}

.ga-toggle-left:before,
.ga-caret-square-o-left:before {
    content: "\f191";
}

.ga-dot-circle-o:before {
    content: "\f192";
}

.ga-wheelchair:before {
    content: "\f193";
}

.ga-vimeo-square:before {
    content: "\f194";
}

.ga-turkish-lira:before,
.ga-try:before {
    content: "\f195";
}

.ga-plus-square-o:before {
    content: "\f196";
}

.ga-space-shuttle:before {
    content: "\f197";
}

.ga-slack:before {
    content: "\f198";
}

.ga-envelope-square:before {
    content: "\f199";
}

.ga-wordpress:before {
    content: "\f19a";
}

.ga-openid:before {
    content: "\f19b";
}

.ga-institution:before,
.ga-bank:before,
.ga-university:before {
    content: "\f19c";
}

.ga-mortar-board:before,
.ga-graduation-cap:before {
    content: "\f19d";
}

.ga-yahoo:before {
    content: "\f19e";
}

.ga-google:before {
    content: "\f1a0";
}

.ga-reddit:before {
    content: "\f1a1";
}

.ga-reddit-square:before {
    content: "\f1a2";
}

.ga-stumbleupon-circle:before {
    content: "\f1a3";
}

.ga-stumbleupon:before {
    content: "\f1a4";
}

.ga-delicious:before {
    content: "\f1a5";
}

.ga-digg:before {
    content: "\f1a6";
}

.ga-pied-piper-pp:before {
    content: "\f1a7";
}

.ga-pied-piper-alt:before {
    content: "\f1a8";
}

.ga-drupal:before {
    content: "\f1a9";
}

.ga-joomla:before {
    content: "\f1aa";
}

.ga-language:before {
    content: "\f1ab";
}

.ga-fax:before {
    content: "\f1ac";
}

.ga-building:before {
    content: "\f1ad";
}

.ga-child:before {
    content: "\f1ae";
}

.ga-paw:before {
    content: "\f1b0";
}

.ga-spoon:before {
    content: "\f1b1";
}

.ga-cube:before {
    content: "\f1b2";
}

.ga-cubes:before {
    content: "\f1b3";
}

.ga-behance:before {
    content: "\f1b4";
}

.ga-behance-square:before {
    content: "\f1b5";
}

.ga-steam:before {
    content: "\f1b6";
}

.ga-steam-square:before {
    content: "\f1b7";
}

.ga-recycle:before {
    content: "\f1b8";
}

.ga-automobile:before,
.ga-car:before {
    content: "\f1b9";
}

.ga-cab:before,
.ga-taxi:before {
    content: "\f1ba";
}

.ga-tree:before {
    content: "\f1bb";
}

.ga-spotify:before {
    content: "\f1bc";
}

.ga-deviantart:before {
    content: "\f1bd";
}

.ga-soundcloud:before {
    content: "\f1be";
}

.ga-database:before {
    content: "\f1c0";
}

.ga-file-pdf-o:before {
    content: "\f1c1";
}

.ga-file-word-o:before {
    content: "\f1c2";
}

.ga-file-excel-o:before {
    content: "\f1c3";
}

.ga-file-powerpoint-o:before {
    content: "\f1c4";
}

.ga-file-photo-o:before,
.ga-file-picture-o:before,
.ga-file-image-o:before {
    content: "\f1c5";
}

.ga-file-zip-o:before,
.ga-file-archive-o:before {
    content: "\f1c6";
}

.ga-file-sound-o:before,
.ga-file-audio-o:before {
    content: "\f1c7";
}

.ga-file-movie-o:before,
.ga-file-video-o:before {
    content: "\f1c8";
}

.ga-file-code-o:before {
    content: "\f1c9";
}

.ga-vine:before {
    content: "\f1ca";
}

.ga-codepen:before {
    content: "\f1cb";
}

.ga-jsfiddle:before {
    content: "\f1cc";
}

.ga-life-bouy:before,
.ga-life-buoy:before,
.ga-life-saver:before,
.ga-support:before,
.ga-life-ring:before {
    content: "\f1cd";
}

.ga-circle-o-notch:before {
    content: "\f1ce";
}

.ga-ra:before,
.ga-resistance:before,
.ga-rebel:before {
    content: "\f1d0";
}

.ga-ge:before,
.ga-empire:before {
    content: "\f1d1";
}

.ga-git-square:before {
    content: "\f1d2";
}

.ga-git:before {
    content: "\f1d3";
}

.ga-y-combinator-square:before,
.ga-yc-square:before,
.ga-hacker-news:before {
    content: "\f1d4";
}

.ga-tencent-weibo:before {
    content: "\f1d5";
}

.ga-qq:before {
    content: "\f1d6";
}

.ga-wechat:before,
.ga-weixin:before {
    content: "\f1d7";
}

.ga-send:before,
.ga-paper-plane:before {
    content: "\f1d8";
}

.ga-send-o:before,
.ga-paper-plane-o:before {
    content: "\f1d9";
}

.ga-history:before {
    content: "\f1da";
}

.ga-circle-thin:before {
    content: "\f1db";
}

.ga-header:before {
    content: "\f1dc";
}

.ga-paragraph:before {
    content: "\f1dd";
}

.ga-sliders:before {
    content: "\f1de";
}

.ga-share-alt:before {
    content: "\f1e0";
}

.ga-share-alt-square:before {
    content: "\f1e1";
}

.ga-bomb:before {
    content: "\f1e2";
}

.ga-soccer-ball-o:before,
.ga-futbol-o:before {
    content: "\f1e3";
}

.ga-tty:before {
    content: "\f1e4";
}

.ga-binoculars:before {
    content: "\f1e5";
}

.ga-plug:before {
    content: "\f1e6";
}

.ga-slideshare:before {
    content: "\f1e7";
}

.ga-twitch:before {
    content: "\f1e8";
}

.ga-yelp:before {
    content: "\f1e9";
}

.ga-newspaper-o:before {
    content: "\f1ea";
}

.ga-wifi:before {
    content: "\f1eb";
}

.ga-calculator:before {
    content: "\f1ec";
}

.ga-paypal:before {
    content: "\f1ed";
}

.ga-google-wallet:before {
    content: "\f1ee";
}

.ga-cc-visa:before {
    content: "\f1f0";
}

.ga-cc-mastercard:before {
    content: "\f1f1";
}

.ga-cc-discover:before {
    content: "\f1f2";
}

.ga-cc-amex:before {
    content: "\f1f3";
}

.ga-cc-paypal:before {
    content: "\f1f4";
}

.ga-cc-stripe:before {
    content: "\f1f5";
}

.ga-bell-slash:before {
    content: "\f1f6";
}

.ga-bell-slash-o:before {
    content: "\f1f7";
}

.ga-trash:before {
    content: "\f1f8";
}

.ga-copyright:before {
    content: "\f1f9";
}

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

.ga-eyedropper:before {
    content: "\f1fb";
}

.ga-paint-brush:before {
    content: "\f1fc";
}

.ga-birthday-cake:before {
    content: "\f1fd";
}

.ga-area-chart:before {
    content: "\f1fe";
}

.ga-pie-chart:before {
    content: "\f200";
}

.ga-line-chart:before {
    content: "\f201";
}

.ga-lastfm:before {
    content: "\f202";
}

.ga-lastfm-square:before {
    content: "\f203";
}

.ga-toggle-off:before {
    content: "\f204";
}

.ga-toggle-on:before {
    content: "\f205";
}

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

.ga-bus:before {
    content: "\f207";
}

.ga-ioxhost:before {
    content: "\f208";
}

.ga-angellist:before {
    content: "\f209";
}

.ga-cc:before {
    content: "\f20a";
}

.ga-shekel:before,
.ga-sheqel:before,
.ga-ils:before {
    content: "\f20b";
}

.ga-meanpath:before {
    content: "\f20c";
}

.ga-buysellads:before {
    content: "\f20d";
}

.ga-connectdevelop:before {
    content: "\f20e";
}

.ga-dashcube:before {
    content: "\f210";
}

.ga-forumbee:before {
    content: "\f211";
}

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

.ga-sellsy:before {
    content: "\f213";
}

.ga-shirtsinbulk:before {
    content: "\f214";
}

.ga-simplybuilt:before {
    content: "\f215";
}

.ga-skyatlas:before {
    content: "\f216";
}

.ga-cart-plus:before {
    content: "\f217";
}

.ga-cart-arrow-down:before {
    content: "\f218";
}

.ga-diamond:before {
    content: "\f219";
}

.ga-ship:before {
    content: "\f21a";
}

.ga-user-secret:before {
    content: "\f21b";
}

.ga-motorcycle:before {
    content: "\f21c";
}

.ga-street-view:before {
    content: "\f21d";
}

.ga-heartbeat:before {
    content: "\f21e";
}

.ga-venus:before {
    content: "\f221";
}

.ga-mars:before {
    content: "\f222";
}

.ga-mercury:before {
    content: "\f223";
}

.ga-intersex:before,
.ga-transgender:before {
    content: "\f224";
}

.ga-transgender-alt:before {
    content: "\f225";
}

.ga-venus-double:before {
    content: "\f226";
}

.ga-mars-double:before {
    content: "\f227";
}

.ga-venus-mars:before {
    content: "\f228";
}

.ga-mars-stroke:before {
    content: "\f229";
}

.ga-mars-stroke-v:before {
    content: "\f22a";
}

.ga-mars-stroke-h:before {
    content: "\f22b";
}

.ga-neuter:before {
    content: "\f22c";
}

.ga-genderless:before {
    content: "\f22d";
}

.ga-facebook-official:before {
    content: "\f230";
}

.ga-pinterest-p:before {
    content: "\f231";
}

.ga-whatsapp:before {
    content: "\f232";
}

.ga-server:before {
    content: "\f233";
}

.ga-user-plus:before {
    content: "\f234";
}

.ga-user-times:before {
    content: "\f235";
}

.ga-hotel:before,
.ga-bed:before {
    content: "\f236";
}

.ga-viacoin:before {
    content: "\f237";
}

.ga-train:before {
    content: "\f238";
}

.ga-subway:before {
    content: "\f239";
}

.ga-medium:before {
    content: "\f23a";
}

.ga-yc:before,
.ga-y-combinator:before {
    content: "\f23b";
}

.ga-optin-monster:before {
    content: "\f23c";
}

.ga-opencart:before {
    content: "\f23d";
}

.ga-expeditedssl:before {
    content: "\f23e";
}

.ga-battery-4:before,
.ga-battery:before,
.ga-battery-full:before {
    content: "\f240";
}

.ga-battery-3:before,
.ga-battery-three-quarters:before {
    content: "\f241";
}

.ga-battery-2:before,
.ga-battery-half:before {
    content: "\f242";
}

.ga-battery-1:before,
.ga-battery-quarter:before {
    content: "\f243";
}

.ga-battery-0:before,
.ga-battery-empty:before {
    content: "\f244";
}

.ga-mouse-pointer:before {
    content: "\f245";
}

.ga-i-cursor:before {
    content: "\f246";
}

.ga-object-group:before {
    content: "\f247";
}

.ga-object-ungroup:before {
    content: "\f248";
}

.ga-sticky-note:before {
    content: "\f249";
}

.ga-sticky-note-o:before {
    content: "\f24a";
}

.ga-cc-jcb:before {
    content: "\f24b";
}

.ga-cc-diners-club:before {
    content: "\f24c";
}

.ga-clone:before {
    content: "\f24d";
}

.ga-balance-scale:before {
    content: "\f24e";
}

.ga-hourglass-o:before {
    content: "\f250";
}

.ga-hourglass-1:before,
.ga-hourglass-start:before {
    content: "\f251";
}

.ga-hourglass-2:before,
.ga-hourglass-half:before {
    content: "\f252";
}

.ga-hourglass-3:before,
.ga-hourglass-end:before {
    content: "\f253";
}

.ga-hourglass:before {
    content: "\f254";
}

.ga-hand-grab-o:before,
.ga-hand-rock-o:before {
    content: "\f255";
}

.ga-hand-stop-o:before,
.ga-hand-paper-o:before {
    content: "\f256";
}

.ga-hand-scissors-o:before {
    content: "\f257";
}

.ga-hand-lizard-o:before {
    content: "\f258";
}

.ga-hand-spock-o:before {
    content: "\f259";
}

.ga-hand-pointer-o:before {
    content: "\f25a";
}

.ga-hand-peace-o:before {
    content: "\f25b";
}

.ga-trademark:before {
    content: "\f25c";
}

.ga-registered:before {
    content: "\f25d";
}

.ga-creative-commons:before {
    content: "\f25e";
}

.ga-gg:before {
    content: "\f260";
}

.ga-gg-circle:before {
    content: "\f261";
}

.ga-tripadvisor:before {
    content: "\f262";
}

.ga-odnoklassniki:before {
    content: "\f263";
}

.ga-odnoklassniki-square:before {
    content: "\f264";
}

.ga-get-pocket:before {
    content: "\f265";
}

.ga-wikipedia-w:before {
    content: "\f266";
}

.ga-safari:before {
    content: "\f267";
}

.ga-chrome:before {
    content: "\f268";
}

.ga-firefox:before {
    content: "\f269";
}

.ga-opera:before {
    content: "\f26a";
}

.ga-internet-explorer:before {
    content: "\f26b";
}

.ga-tv:before,
.ga-television:before {
    content: "\f26c";
}

.ga-contao:before {
    content: "\f26d";
}

.ga-500px:before {
    content: "\f26e";
}

.ga-amazon:before {
    content: "\f270";
}

.ga-calendar-plus-o:before {
    content: "\f271";
}

.ga-calendar-minus-o:before {
    content: "\f272";
}

.ga-calendar-times-o:before {
    content: "\f273";
}

.ga-calendar-check-o:before {
    content: "\f274";
}

.ga-industry:before {
    content: "\f275";
}

.ga-map-pin:before {
    content: "\f276";
}

.ga-map-signs:before {
    content: "\f277";
}

.ga-map-o:before {
    content: "\f278";
}

.ga-map:before {
    content: "\f279";
}

.ga-commenting:before {
    content: "\f27a";
}

.ga-commenting-o:before {
    content: "\f27b";
}

.ga-houzz:before {
    content: "\f27c";
}

.ga-vimeo:before {
    content: "\f27d";
}

.ga-black-tie:before {
    content: "\f27e";
}

.ga-fonticons:before {
    content: "\f280";
}

.ga-reddit-alien:before {
    content: "\f281";
}

.ga-edge:before {
    content: "\f282";
}

.ga-credit-card-alt:before {
    content: "\f283";
}

.ga-codiepie:before {
    content: "\f284";
}

.ga-modx:before {
    content: "\f285";
}

.ga-fort-awesome:before {
    content: "\f286";
}

.ga-usb:before {
    content: "\f287";
}

.ga-product-hunt:before {
    content: "\f288";
}

.ga-mixcloud:before {
    content: "\f289";
}

.ga-scribd:before {
    content: "\f28a";
}

.ga-pause-circle:before {
    content: "\f28b";
}

.ga-pause-circle-o:before {
    content: "\f28c";
}

.ga-stop-circle:before {
    content: "\f28d";
}

.ga-stop-circle-o:before {
    content: "\f28e";
}

.ga-shopping-bag:before {
    content: "\f290";
}

.ga-shopping-basket:before {
    content: "\f291";
}

.ga-hashtag:before {
    content: "\f292";
}

.ga-bluetooth:before {
    content: "\f293";
}

.ga-bluetooth-b:before {
    content: "\f294";
}

.ga-percent:before {
    content: "\f295";
}

.ga-gitlab:before {
    content: "\f296";
}

.ga-wpbeginner:before {
    content: "\f297";
}

.ga-wpforms:before {
    content: "\f298";
}

.ga-envira:before {
    content: "\f299";
}

.ga-universal-access:before {
    content: "\f29a";
}

.ga-wheelchair-alt:before {
    content: "\f29b";
}

.ga-question-circle-o:before {
    content: "\f29c";
}

.ga-blind:before {
    content: "\f29d";
}

.ga-audio-description:before {
    content: "\f29e";
}

.ga-volume-control-phone:before {
    content: "\f2a0";
}

.ga-braille:before {
    content: "\f2a1";
}

.ga-assistive-listening-systems:before {
    content: "\f2a2";
}

.ga-asl-interpreting:before,
.ga-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.ga-deafness:before,
.ga-hard-of-hearing:before,
.ga-deaf:before {
    content: "\f2a4";
}

.ga-glide:before {
    content: "\f2a5";
}

.ga-glide-g:before {
    content: "\f2a6";
}

.ga-signing:before,
.ga-sign-language:before {
    content: "\f2a7";
}

.ga-low-vision:before {
    content: "\f2a8";
}

.ga-viadeo:before {
    content: "\f2a9";
}

.ga-viadeo-square:before {
    content: "\f2aa";
}

.ga-snapchat:before {
    content: "\f2ab";
}

.ga-snapchat-ghost:before {
    content: "\f2ac";
}

.ga-snapchat-square:before {
    content: "\f2ad";
}

.ga-pied-piper:before {
    content: "\f2ae";
}

.ga-first-order:before {
    content: "\f2b0";
}

.ga-yoast:before {
    content: "\f2b1";
}

.ga-themeisle:before {
    content: "\f2b2";
}

.ga-google-plus-circle:before,
.ga-google-plus-official:before {
    content: "\f2b3";
}

.ga-sa:before,
.ga-font-awesome:before {
    content: "\f2b4";
}

.ga-handshake-o:before {
    content: "\f2b5";
}

.ga-envelope-open:before {
    content: "\f2b6";
}

.ga-envelope-open-o:before {
    content: "\f2b7";
}

.ga-linode:before {
    content: "\f2b8";
}

.ga-address-book:before {
    content: "\f2b9";
}

.ga-address-book-o:before {
    content: "\f2ba";
}

.ga-vcard:before,
.ga-address-card:before {
    content: "\f2bb";
}

.ga-vcard-o:before,
.ga-address-card-o:before {
    content: "\f2bc";
}

.ga-user-circle:before {
    content: "\f2bd";
}

.ga-user-circle-o:before {
    content: "\f2be";
}

.ga-user-o:before {
    content: "\f2c0";
}

.ga-id-badge:before {
    content: "\f2c1";
}

.ga-drivers-license:before,
.ga-id-card:before {
    content: "\f2c2";
}

.ga-drivers-license-o:before,
.ga-id-card-o:before {
    content: "\f2c3";
}

.ga-quora:before {
    content: "\f2c4";
}

.ga-free-code-camp:before {
    content: "\f2c5";
}

.ga-telegram:before {
    content: "\f2c6";
}

.ga-thermometer-4:before,
.ga-thermometer:before,
.ga-thermometer-full:before {
    content: "\f2c7";
}

.ga-thermometer-3:before,
.ga-thermometer-three-quarters:before {
    content: "\f2c8";
}

.ga-thermometer-2:before,
.ga-thermometer-half:before {
    content: "\f2c9";
}

.ga-thermometer-1:before,
.ga-thermometer-quarter:before {
    content: "\f2ca";
}

.ga-thermometer-0:before,
.ga-thermometer-empty:before {
    content: "\f2cb";
}

.ga-shower:before {
    content: "\f2cc";
}

.ga-bathtub:before,
.ga-s15:before,
.ga-bath:before {
    content: "\f2cd";
}

.ga-podcast:before {
    content: "\f2ce";
}

.ga-window-maximize:before {
    content: "\f2d0";
}

.ga-window-minimize:before {
    content: "\f2d1";
}

.ga-window-restore:before {
    content: "\f2d2";
}

.ga-times-rectangle:before,
.ga-window-close:before {
    content: "\f2d3";
}

.ga-times-rectangle-o:before,
.ga-window-close-o:before {
    content: "\f2d4";
}

.ga-bandcamp:before {
    content: "\f2d5";
}

.ga-grav:before {
    content: "\f2d6";
}

.ga-etsy:before {
    content: "\f2d7";
}

.ga-imdb:before {
    content: "\f2d8";
}

.ga-ravelry:before {
    content: "\f2d9";
}

.ga-eercast:before {
    content: "\f2da";
}

.ga-microchip:before {
    content: "\f2db";
}

.ga-snowflake-o:before {
    content: "\f2dc";
}

.ga-superpowers:before {
    content: "\f2dd";
}

.ga-wpexplorer:before {
    content: "\f2de";
}

.ga-meetup:before {
    content: "\f2e0";
}
</pre></body></html>