src/ztfy/myams/resources/css/ext/font-awesome-4.2.0.css
changeset 116 b1d6c0360e39
parent 115 ceadc47045ba
child 117 23c0c267b970
equal deleted inserted replaced
115:ceadc47045ba 116:b1d6c0360e39
     1 /*!
       
     2  *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
       
     3  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
       
     4  */
       
     5 /* FONT PATH
       
     6  * -------------------------- */
       
     7 @font-face {
       
     8   font-family: 'FontAwesome';
       
     9   src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
       
    10   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
       
    11        url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
       
    12        url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
       
    13        url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
       
    14   font-weight: normal;
       
    15   font-style: normal;
       
    16 }
       
    17 
       
    18 .fa {
       
    19   display: inline-block;
       
    20   font: normal normal normal 14px/1 FontAwesome;
       
    21   font-size: inherit;
       
    22   text-rendering: auto;
       
    23   -webkit-font-smoothing: antialiased;
       
    24   -moz-osx-font-smoothing: grayscale;
       
    25 }
       
    26 /* makes the font 33% larger relative to the icon container */
       
    27 .fa-lg {
       
    28   font-size: 1.33333333em;
       
    29   line-height: 0.75em;
       
    30   vertical-align: -15%;
       
    31 }
       
    32 .fa-2x {
       
    33   font-size: 2em;
       
    34 }
       
    35 .fa-3x {
       
    36   font-size: 3em;
       
    37 }
       
    38 .fa-4x {
       
    39   font-size: 4em;
       
    40 }
       
    41 .fa-5x {
       
    42   font-size: 5em;
       
    43 }
       
    44 .fa-fw {
       
    45   width: 1.28571429em;
       
    46   text-align: center;
       
    47 }
       
    48 .fa-ul {
       
    49   padding-left: 0;
       
    50   margin-left: 2.14285714em;
       
    51   list-style-type: none;
       
    52 }
       
    53 .fa-ul > li {
       
    54   position: relative;
       
    55 }
       
    56 .fa-li {
       
    57   position: absolute;
       
    58   left: -2.14285714em;
       
    59   width: 2.14285714em;
       
    60   top: 0.14285714em;
       
    61   text-align: center;
       
    62 }
       
    63 .fa-li.fa-lg {
       
    64   left: -1.85714286em;
       
    65 }
       
    66 .fa-border {
       
    67   padding: .2em .25em .15em;
       
    68   border: solid 0.08em #eeeeee;
       
    69   border-radius: .1em;
       
    70 }
       
    71 .pull-right {
       
    72   float: right;
       
    73 }
       
    74 .pull-left {
       
    75   float: left;
       
    76 }
       
    77 .fa.pull-left {
       
    78   margin-right: .3em;
       
    79 }
       
    80 .fa.pull-right {
       
    81   margin-left: .3em;
       
    82 }
       
    83 .fa-spin {
       
    84   -webkit-animation: fa-spin 2s infinite linear;
       
    85   animation: fa-spin 2s infinite linear;
       
    86 }
       
    87 @-webkit-keyframes fa-spin {
       
    88   0% {
       
    89     -webkit-transform: rotate(0deg);
       
    90     transform: rotate(0deg);
       
    91   }
       
    92   100% {
       
    93     -webkit-transform: rotate(359deg);
       
    94     transform: rotate(359deg);
       
    95   }
       
    96 }
       
    97 @keyframes fa-spin {
       
    98   0% {
       
    99     -webkit-transform: rotate(0deg);
       
   100     transform: rotate(0deg);
       
   101   }
       
   102   100% {
       
   103     -webkit-transform: rotate(359deg);
       
   104     transform: rotate(359deg);
       
   105   }
       
   106 }
       
   107 .fa-rotate-90 {
       
   108   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
       
   109   -webkit-transform: rotate(90deg);
       
   110   -ms-transform: rotate(90deg);
       
   111   transform: rotate(90deg);
       
   112 }
       
   113 .fa-rotate-180 {
       
   114   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
       
   115   -webkit-transform: rotate(180deg);
       
   116   -ms-transform: rotate(180deg);
       
   117   transform: rotate(180deg);
       
   118 }
       
   119 .fa-rotate-270 {
       
   120   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
       
   121   -webkit-transform: rotate(270deg);
       
   122   -ms-transform: rotate(270deg);
       
   123   transform: rotate(270deg);
       
   124 }
       
   125 .fa-flip-horizontal {
       
   126   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
       
   127   -webkit-transform: scale(-1, 1);
       
   128   -ms-transform: scale(-1, 1);
       
   129   transform: scale(-1, 1);
       
   130 }
       
   131 .fa-flip-vertical {
       
   132   filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
       
   133   -webkit-transform: scale(1, -1);
       
   134   -ms-transform: scale(1, -1);
       
   135   transform: scale(1, -1);
       
   136 }
       
   137 :root .fa-rotate-90,
       
   138 :root .fa-rotate-180,
       
   139 :root .fa-rotate-270,
       
   140 :root .fa-flip-horizontal,
       
   141 :root .fa-flip-vertical {
       
   142   filter: none;
       
   143 }
       
   144 .fa-stack {
       
   145   position: relative;
       
   146   display: inline-block;
       
   147   width: 2em;
       
   148   height: 2em;
       
   149   line-height: 2em;
       
   150   vertical-align: middle;
       
   151 }
       
   152 .fa-stack-1x,
       
   153 .fa-stack-2x {
       
   154   position: absolute;
       
   155   left: 0;
       
   156   width: 100%;
       
   157   text-align: center;
       
   158 }
       
   159 .fa-stack-1x {
       
   160   line-height: inherit;
       
   161 }
       
   162 .fa-stack-2x {
       
   163   font-size: 2em;
       
   164 }
       
   165 .fa-inverse {
       
   166   color: #ffffff;
       
   167 }
       
   168 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
       
   169    readers do not read off random characters that represent icons */
       
   170 .fa-glass:before {
       
   171   content: "\f000";
       
   172 }
       
   173 .fa-music:before {
       
   174   content: "\f001";
       
   175 }
       
   176 .fa-search:before {
       
   177   content: "\f002";
       
   178 }
       
   179 .fa-envelope-o:before {
       
   180   content: "\f003";
       
   181 }
       
   182 .fa-heart:before {
       
   183   content: "\f004";
       
   184 }
       
   185 .fa-star:before {
       
   186   content: "\f005";
       
   187 }
       
   188 .fa-star-o:before {
       
   189   content: "\f006";
       
   190 }
       
   191 .fa-user:before {
       
   192   content: "\f007";
       
   193 }
       
   194 .fa-film:before {
       
   195   content: "\f008";
       
   196 }
       
   197 .fa-th-large:before {
       
   198   content: "\f009";
       
   199 }
       
   200 .fa-th:before {
       
   201   content: "\f00a";
       
   202 }
       
   203 .fa-th-list:before {
       
   204   content: "\f00b";
       
   205 }
       
   206 .fa-check:before {
       
   207   content: "\f00c";
       
   208 }
       
   209 .fa-remove:before,
       
   210 .fa-close:before,
       
   211 .fa-times:before {
       
   212   content: "\f00d";
       
   213 }
       
   214 .fa-search-plus:before {
       
   215   content: "\f00e";
       
   216 }
       
   217 .fa-search-minus:before {
       
   218   content: "\f010";
       
   219 }
       
   220 .fa-power-off:before {
       
   221   content: "\f011";
       
   222 }
       
   223 .fa-signal:before {
       
   224   content: "\f012";
       
   225 }
       
   226 .fa-gear:before,
       
   227 .fa-cog:before {
       
   228   content: "\f013";
       
   229 }
       
   230 .fa-trash-o:before {
       
   231   content: "\f014";
       
   232 }
       
   233 .fa-home:before {
       
   234   content: "\f015";
       
   235 }
       
   236 .fa-file-o:before {
       
   237   content: "\f016";
       
   238 }
       
   239 .fa-clock-o:before {
       
   240   content: "\f017";
       
   241 }
       
   242 .fa-road:before {
       
   243   content: "\f018";
       
   244 }
       
   245 .fa-download:before {
       
   246   content: "\f019";
       
   247 }
       
   248 .fa-arrow-circle-o-down:before {
       
   249   content: "\f01a";
       
   250 }
       
   251 .fa-arrow-circle-o-up:before {
       
   252   content: "\f01b";
       
   253 }
       
   254 .fa-inbox:before {
       
   255   content: "\f01c";
       
   256 }
       
   257 .fa-play-circle-o:before {
       
   258   content: "\f01d";
       
   259 }
       
   260 .fa-rotate-right:before,
       
   261 .fa-repeat:before {
       
   262   content: "\f01e";
       
   263 }
       
   264 .fa-refresh:before {
       
   265   content: "\f021";
       
   266 }
       
   267 .fa-list-alt:before {
       
   268   content: "\f022";
       
   269 }
       
   270 .fa-lock:before {
       
   271   content: "\f023";
       
   272 }
       
   273 .fa-flag:before {
       
   274   content: "\f024";
       
   275 }
       
   276 .fa-headphones:before {
       
   277   content: "\f025";
       
   278 }
       
   279 .fa-volume-off:before {
       
   280   content: "\f026";
       
   281 }
       
   282 .fa-volume-down:before {
       
   283   content: "\f027";
       
   284 }
       
   285 .fa-volume-up:before {
       
   286   content: "\f028";
       
   287 }
       
   288 .fa-qrcode:before {
       
   289   content: "\f029";
       
   290 }
       
   291 .fa-barcode:before {
       
   292   content: "\f02a";
       
   293 }
       
   294 .fa-tag:before {
       
   295   content: "\f02b";
       
   296 }
       
   297 .fa-tags:before {
       
   298   content: "\f02c";
       
   299 }
       
   300 .fa-book:before {
       
   301   content: "\f02d";
       
   302 }
       
   303 .fa-bookmark:before {
       
   304   content: "\f02e";
       
   305 }
       
   306 .fa-print:before {
       
   307   content: "\f02f";
       
   308 }
       
   309 .fa-camera:before {
       
   310   content: "\f030";
       
   311 }
       
   312 .fa-font:before {
       
   313   content: "\f031";
       
   314 }
       
   315 .fa-bold:before {
       
   316   content: "\f032";
       
   317 }
       
   318 .fa-italic:before {
       
   319   content: "\f033";
       
   320 }
       
   321 .fa-text-height:before {
       
   322   content: "\f034";
       
   323 }
       
   324 .fa-text-width:before {
       
   325   content: "\f035";
       
   326 }
       
   327 .fa-align-left:before {
       
   328   content: "\f036";
       
   329 }
       
   330 .fa-align-center:before {
       
   331   content: "\f037";
       
   332 }
       
   333 .fa-align-right:before {
       
   334   content: "\f038";
       
   335 }
       
   336 .fa-align-justify:before {
       
   337   content: "\f039";
       
   338 }
       
   339 .fa-list:before {
       
   340   content: "\f03a";
       
   341 }
       
   342 .fa-dedent:before,
       
   343 .fa-outdent:before {
       
   344   content: "\f03b";
       
   345 }
       
   346 .fa-indent:before {
       
   347   content: "\f03c";
       
   348 }
       
   349 .fa-video-camera:before {
       
   350   content: "\f03d";
       
   351 }
       
   352 .fa-photo:before,
       
   353 .fa-image:before,
       
   354 .fa-picture-o:before {
       
   355   content: "\f03e";
       
   356 }
       
   357 .fa-pencil:before {
       
   358   content: "\f040";
       
   359 }
       
   360 .fa-map-marker:before {
       
   361   content: "\f041";
       
   362 }
       
   363 .fa-adjust:before {
       
   364   content: "\f042";
       
   365 }
       
   366 .fa-tint:before {
       
   367   content: "\f043";
       
   368 }
       
   369 .fa-edit:before,
       
   370 .fa-pencil-square-o:before {
       
   371   content: "\f044";
       
   372 }
       
   373 .fa-share-square-o:before {
       
   374   content: "\f045";
       
   375 }
       
   376 .fa-check-square-o:before {
       
   377   content: "\f046";
       
   378 }
       
   379 .fa-arrows:before {
       
   380   content: "\f047";
       
   381 }
       
   382 .fa-step-backward:before {
       
   383   content: "\f048";
       
   384 }
       
   385 .fa-fast-backward:before {
       
   386   content: "\f049";
       
   387 }
       
   388 .fa-backward:before {
       
   389   content: "\f04a";
       
   390 }
       
   391 .fa-play:before {
       
   392   content: "\f04b";
       
   393 }
       
   394 .fa-pause:before {
       
   395   content: "\f04c";
       
   396 }
       
   397 .fa-stop:before {
       
   398   content: "\f04d";
       
   399 }
       
   400 .fa-forward:before {
       
   401   content: "\f04e";
       
   402 }
       
   403 .fa-fast-forward:before {
       
   404   content: "\f050";
       
   405 }
       
   406 .fa-step-forward:before {
       
   407   content: "\f051";
       
   408 }
       
   409 .fa-eject:before {
       
   410   content: "\f052";
       
   411 }
       
   412 .fa-chevron-left:before {
       
   413   content: "\f053";
       
   414 }
       
   415 .fa-chevron-right:before {
       
   416   content: "\f054";
       
   417 }
       
   418 .fa-plus-circle:before {
       
   419   content: "\f055";
       
   420 }
       
   421 .fa-minus-circle:before {
       
   422   content: "\f056";
       
   423 }
       
   424 .fa-times-circle:before {
       
   425   content: "\f057";
       
   426 }
       
   427 .fa-check-circle:before {
       
   428   content: "\f058";
       
   429 }
       
   430 .fa-question-circle:before {
       
   431   content: "\f059";
       
   432 }
       
   433 .fa-info-circle:before {
       
   434   content: "\f05a";
       
   435 }
       
   436 .fa-crosshairs:before {
       
   437   content: "\f05b";
       
   438 }
       
   439 .fa-times-circle-o:before {
       
   440   content: "\f05c";
       
   441 }
       
   442 .fa-check-circle-o:before {
       
   443   content: "\f05d";
       
   444 }
       
   445 .fa-ban:before {
       
   446   content: "\f05e";
       
   447 }
       
   448 .fa-arrow-left:before {
       
   449   content: "\f060";
       
   450 }
       
   451 .fa-arrow-right:before {
       
   452   content: "\f061";
       
   453 }
       
   454 .fa-arrow-up:before {
       
   455   content: "\f062";
       
   456 }
       
   457 .fa-arrow-down:before {
       
   458   content: "\f063";
       
   459 }
       
   460 .fa-mail-forward:before,
       
   461 .fa-share:before {
       
   462   content: "\f064";
       
   463 }
       
   464 .fa-expand:before {
       
   465   content: "\f065";
       
   466 }
       
   467 .fa-compress:before {
       
   468   content: "\f066";
       
   469 }
       
   470 .fa-plus:before {
       
   471   content: "\f067";
       
   472 }
       
   473 .fa-minus:before {
       
   474   content: "\f068";
       
   475 }
       
   476 .fa-asterisk:before {
       
   477   content: "\f069";
       
   478 }
       
   479 .fa-exclamation-circle:before {
       
   480   content: "\f06a";
       
   481 }
       
   482 .fa-gift:before {
       
   483   content: "\f06b";
       
   484 }
       
   485 .fa-leaf:before {
       
   486   content: "\f06c";
       
   487 }
       
   488 .fa-fire:before {
       
   489   content: "\f06d";
       
   490 }
       
   491 .fa-eye:before {
       
   492   content: "\f06e";
       
   493 }
       
   494 .fa-eye-slash:before {
       
   495   content: "\f070";
       
   496 }
       
   497 .fa-warning:before,
       
   498 .fa-exclamation-triangle:before {
       
   499   content: "\f071";
       
   500 }
       
   501 .fa-plane:before {
       
   502   content: "\f072";
       
   503 }
       
   504 .fa-calendar:before {
       
   505   content: "\f073";
       
   506 }
       
   507 .fa-random:before {
       
   508   content: "\f074";
       
   509 }
       
   510 .fa-comment:before {
       
   511   content: "\f075";
       
   512 }
       
   513 .fa-magnet:before {
       
   514   content: "\f076";
       
   515 }
       
   516 .fa-chevron-up:before {
       
   517   content: "\f077";
       
   518 }
       
   519 .fa-chevron-down:before {
       
   520   content: "\f078";
       
   521 }
       
   522 .fa-retweet:before {
       
   523   content: "\f079";
       
   524 }
       
   525 .fa-shopping-cart:before {
       
   526   content: "\f07a";
       
   527 }
       
   528 .fa-folder:before {
       
   529   content: "\f07b";
       
   530 }
       
   531 .fa-folder-open:before {
       
   532   content: "\f07c";
       
   533 }
       
   534 .fa-arrows-v:before {
       
   535   content: "\f07d";
       
   536 }
       
   537 .fa-arrows-h:before {
       
   538   content: "\f07e";
       
   539 }
       
   540 .fa-bar-chart-o:before,
       
   541 .fa-bar-chart:before {
       
   542   content: "\f080";
       
   543 }
       
   544 .fa-twitter-square:before {
       
   545   content: "\f081";
       
   546 }
       
   547 .fa-facebook-square:before {
       
   548   content: "\f082";
       
   549 }
       
   550 .fa-camera-retro:before {
       
   551   content: "\f083";
       
   552 }
       
   553 .fa-key:before {
       
   554   content: "\f084";
       
   555 }
       
   556 .fa-gears:before,
       
   557 .fa-cogs:before {
       
   558   content: "\f085";
       
   559 }
       
   560 .fa-comments:before {
       
   561   content: "\f086";
       
   562 }
       
   563 .fa-thumbs-o-up:before {
       
   564   content: "\f087";
       
   565 }
       
   566 .fa-thumbs-o-down:before {
       
   567   content: "\f088";
       
   568 }
       
   569 .fa-star-half:before {
       
   570   content: "\f089";
       
   571 }
       
   572 .fa-heart-o:before {
       
   573   content: "\f08a";
       
   574 }
       
   575 .fa-sign-out:before {
       
   576   content: "\f08b";
       
   577 }
       
   578 .fa-linkedin-square:before {
       
   579   content: "\f08c";
       
   580 }
       
   581 .fa-thumb-tack:before {
       
   582   content: "\f08d";
       
   583 }
       
   584 .fa-external-link:before {
       
   585   content: "\f08e";
       
   586 }
       
   587 .fa-sign-in:before {
       
   588   content: "\f090";
       
   589 }
       
   590 .fa-trophy:before {
       
   591   content: "\f091";
       
   592 }
       
   593 .fa-github-square:before {
       
   594   content: "\f092";
       
   595 }
       
   596 .fa-upload:before {
       
   597   content: "\f093";
       
   598 }
       
   599 .fa-lemon-o:before {
       
   600   content: "\f094";
       
   601 }
       
   602 .fa-phone:before {
       
   603   content: "\f095";
       
   604 }
       
   605 .fa-square-o:before {
       
   606   content: "\f096";
       
   607 }
       
   608 .fa-bookmark-o:before {
       
   609   content: "\f097";
       
   610 }
       
   611 .fa-phone-square:before {
       
   612   content: "\f098";
       
   613 }
       
   614 .fa-twitter:before {
       
   615   content: "\f099";
       
   616 }
       
   617 .fa-facebook:before {
       
   618   content: "\f09a";
       
   619 }
       
   620 .fa-github:before {
       
   621   content: "\f09b";
       
   622 }
       
   623 .fa-unlock:before {
       
   624   content: "\f09c";
       
   625 }
       
   626 .fa-credit-card:before {
       
   627   content: "\f09d";
       
   628 }
       
   629 .fa-rss:before {
       
   630   content: "\f09e";
       
   631 }
       
   632 .fa-hdd-o:before {
       
   633   content: "\f0a0";
       
   634 }
       
   635 .fa-bullhorn:before {
       
   636   content: "\f0a1";
       
   637 }
       
   638 .fa-bell:before {
       
   639   content: "\f0f3";
       
   640 }
       
   641 .fa-certificate:before {
       
   642   content: "\f0a3";
       
   643 }
       
   644 .fa-hand-o-right:before {
       
   645   content: "\f0a4";
       
   646 }
       
   647 .fa-hand-o-left:before {
       
   648   content: "\f0a5";
       
   649 }
       
   650 .fa-hand-o-up:before {
       
   651   content: "\f0a6";
       
   652 }
       
   653 .fa-hand-o-down:before {
       
   654   content: "\f0a7";
       
   655 }
       
   656 .fa-arrow-circle-left:before {
       
   657   content: "\f0a8";
       
   658 }
       
   659 .fa-arrow-circle-right:before {
       
   660   content: "\f0a9";
       
   661 }
       
   662 .fa-arrow-circle-up:before {
       
   663   content: "\f0aa";
       
   664 }
       
   665 .fa-arrow-circle-down:before {
       
   666   content: "\f0ab";
       
   667 }
       
   668 .fa-globe:before {
       
   669   content: "\f0ac";
       
   670 }
       
   671 .fa-wrench:before {
       
   672   content: "\f0ad";
       
   673 }
       
   674 .fa-tasks:before {
       
   675   content: "\f0ae";
       
   676 }
       
   677 .fa-filter:before {
       
   678   content: "\f0b0";
       
   679 }
       
   680 .fa-briefcase:before {
       
   681   content: "\f0b1";
       
   682 }
       
   683 .fa-arrows-alt:before {
       
   684   content: "\f0b2";
       
   685 }
       
   686 .fa-group:before,
       
   687 .fa-users:before {
       
   688   content: "\f0c0";
       
   689 }
       
   690 .fa-chain:before,
       
   691 .fa-link:before {
       
   692   content: "\f0c1";
       
   693 }
       
   694 .fa-cloud:before {
       
   695   content: "\f0c2";
       
   696 }
       
   697 .fa-flask:before {
       
   698   content: "\f0c3";
       
   699 }
       
   700 .fa-cut:before,
       
   701 .fa-scissors:before {
       
   702   content: "\f0c4";
       
   703 }
       
   704 .fa-copy:before,
       
   705 .fa-files-o:before {
       
   706   content: "\f0c5";
       
   707 }
       
   708 .fa-paperclip:before {
       
   709   content: "\f0c6";
       
   710 }
       
   711 .fa-save:before,
       
   712 .fa-floppy-o:before {
       
   713   content: "\f0c7";
       
   714 }
       
   715 .fa-square:before {
       
   716   content: "\f0c8";
       
   717 }
       
   718 .fa-navicon:before,
       
   719 .fa-reorder:before,
       
   720 .fa-bars:before {
       
   721   content: "\f0c9";
       
   722 }
       
   723 .fa-list-ul:before {
       
   724   content: "\f0ca";
       
   725 }
       
   726 .fa-list-ol:before {
       
   727   content: "\f0cb";
       
   728 }
       
   729 .fa-strikethrough:before {
       
   730   content: "\f0cc";
       
   731 }
       
   732 .fa-underline:before {
       
   733   content: "\f0cd";
       
   734 }
       
   735 .fa-table:before {
       
   736   content: "\f0ce";
       
   737 }
       
   738 .fa-magic:before {
       
   739   content: "\f0d0";
       
   740 }
       
   741 .fa-truck:before {
       
   742   content: "\f0d1";
       
   743 }
       
   744 .fa-pinterest:before {
       
   745   content: "\f0d2";
       
   746 }
       
   747 .fa-pinterest-square:before {
       
   748   content: "\f0d3";
       
   749 }
       
   750 .fa-google-plus-square:before {
       
   751   content: "\f0d4";
       
   752 }
       
   753 .fa-google-plus:before {
       
   754   content: "\f0d5";
       
   755 }
       
   756 .fa-money:before {
       
   757   content: "\f0d6";
       
   758 }
       
   759 .fa-caret-down:before {
       
   760   content: "\f0d7";
       
   761 }
       
   762 .fa-caret-up:before {
       
   763   content: "\f0d8";
       
   764 }
       
   765 .fa-caret-left:before {
       
   766   content: "\f0d9";
       
   767 }
       
   768 .fa-caret-right:before {
       
   769   content: "\f0da";
       
   770 }
       
   771 .fa-columns:before {
       
   772   content: "\f0db";
       
   773 }
       
   774 .fa-unsorted:before,
       
   775 .fa-sort:before {
       
   776   content: "\f0dc";
       
   777 }
       
   778 .fa-sort-down:before,
       
   779 .fa-sort-desc:before {
       
   780   content: "\f0dd";
       
   781 }
       
   782 .fa-sort-up:before,
       
   783 .fa-sort-asc:before {
       
   784   content: "\f0de";
       
   785 }
       
   786 .fa-envelope:before {
       
   787   content: "\f0e0";
       
   788 }
       
   789 .fa-linkedin:before {
       
   790   content: "\f0e1";
       
   791 }
       
   792 .fa-rotate-left:before,
       
   793 .fa-undo:before {
       
   794   content: "\f0e2";
       
   795 }
       
   796 .fa-legal:before,
       
   797 .fa-gavel:before {
       
   798   content: "\f0e3";
       
   799 }
       
   800 .fa-dashboard:before,
       
   801 .fa-tachometer:before {
       
   802   content: "\f0e4";
       
   803 }
       
   804 .fa-comment-o:before {
       
   805   content: "\f0e5";
       
   806 }
       
   807 .fa-comments-o:before {
       
   808   content: "\f0e6";
       
   809 }
       
   810 .fa-flash:before,
       
   811 .fa-bolt:before {
       
   812   content: "\f0e7";
       
   813 }
       
   814 .fa-sitemap:before {
       
   815   content: "\f0e8";
       
   816 }
       
   817 .fa-umbrella:before {
       
   818   content: "\f0e9";
       
   819 }
       
   820 .fa-paste:before,
       
   821 .fa-clipboard:before {
       
   822   content: "\f0ea";
       
   823 }
       
   824 .fa-lightbulb-o:before {
       
   825   content: "\f0eb";
       
   826 }
       
   827 .fa-exchange:before {
       
   828   content: "\f0ec";
       
   829 }
       
   830 .fa-cloud-download:before {
       
   831   content: "\f0ed";
       
   832 }
       
   833 .fa-cloud-upload:before {
       
   834   content: "\f0ee";
       
   835 }
       
   836 .fa-user-md:before {
       
   837   content: "\f0f0";
       
   838 }
       
   839 .fa-stethoscope:before {
       
   840   content: "\f0f1";
       
   841 }
       
   842 .fa-suitcase:before {
       
   843   content: "\f0f2";
       
   844 }
       
   845 .fa-bell-o:before {
       
   846   content: "\f0a2";
       
   847 }
       
   848 .fa-coffee:before {
       
   849   content: "\f0f4";
       
   850 }
       
   851 .fa-cutlery:before {
       
   852   content: "\f0f5";
       
   853 }
       
   854 .fa-file-text-o:before {
       
   855   content: "\f0f6";
       
   856 }
       
   857 .fa-building-o:before {
       
   858   content: "\f0f7";
       
   859 }
       
   860 .fa-hospital-o:before {
       
   861   content: "\f0f8";
       
   862 }
       
   863 .fa-ambulance:before {
       
   864   content: "\f0f9";
       
   865 }
       
   866 .fa-medkit:before {
       
   867   content: "\f0fa";
       
   868 }
       
   869 .fa-fighter-jet:before {
       
   870   content: "\f0fb";
       
   871 }
       
   872 .fa-beer:before {
       
   873   content: "\f0fc";
       
   874 }
       
   875 .fa-h-square:before {
       
   876   content: "\f0fd";
       
   877 }
       
   878 .fa-plus-square:before {
       
   879   content: "\f0fe";
       
   880 }
       
   881 .fa-angle-double-left:before {
       
   882   content: "\f100";
       
   883 }
       
   884 .fa-angle-double-right:before {
       
   885   content: "\f101";
       
   886 }
       
   887 .fa-angle-double-up:before {
       
   888   content: "\f102";
       
   889 }
       
   890 .fa-angle-double-down:before {
       
   891   content: "\f103";
       
   892 }
       
   893 .fa-angle-left:before {
       
   894   content: "\f104";
       
   895 }
       
   896 .fa-angle-right:before {
       
   897   content: "\f105";
       
   898 }
       
   899 .fa-angle-up:before {
       
   900   content: "\f106";
       
   901 }
       
   902 .fa-angle-down:before {
       
   903   content: "\f107";
       
   904 }
       
   905 .fa-desktop:before {
       
   906   content: "\f108";
       
   907 }
       
   908 .fa-laptop:before {
       
   909   content: "\f109";
       
   910 }
       
   911 .fa-tablet:before {
       
   912   content: "\f10a";
       
   913 }
       
   914 .fa-mobile-phone:before,
       
   915 .fa-mobile:before {
       
   916   content: "\f10b";
       
   917 }
       
   918 .fa-circle-o:before {
       
   919   content: "\f10c";
       
   920 }
       
   921 .fa-quote-left:before {
       
   922   content: "\f10d";
       
   923 }
       
   924 .fa-quote-right:before {
       
   925   content: "\f10e";
       
   926 }
       
   927 .fa-spinner:before {
       
   928   content: "\f110";
       
   929 }
       
   930 .fa-circle:before {
       
   931   content: "\f111";
       
   932 }
       
   933 .fa-mail-reply:before,
       
   934 .fa-reply:before {
       
   935   content: "\f112";
       
   936 }
       
   937 .fa-github-alt:before {
       
   938   content: "\f113";
       
   939 }
       
   940 .fa-folder-o:before {
       
   941   content: "\f114";
       
   942 }
       
   943 .fa-folder-open-o:before {
       
   944   content: "\f115";
       
   945 }
       
   946 .fa-smile-o:before {
       
   947   content: "\f118";
       
   948 }
       
   949 .fa-frown-o:before {
       
   950   content: "\f119";
       
   951 }
       
   952 .fa-meh-o:before {
       
   953   content: "\f11a";
       
   954 }
       
   955 .fa-gamepad:before {
       
   956   content: "\f11b";
       
   957 }
       
   958 .fa-keyboard-o:before {
       
   959   content: "\f11c";
       
   960 }
       
   961 .fa-flag-o:before {
       
   962   content: "\f11d";
       
   963 }
       
   964 .fa-flag-checkered:before {
       
   965   content: "\f11e";
       
   966 }
       
   967 .fa-terminal:before {
       
   968   content: "\f120";
       
   969 }
       
   970 .fa-code:before {
       
   971   content: "\f121";
       
   972 }
       
   973 .fa-mail-reply-all:before,
       
   974 .fa-reply-all:before {
       
   975   content: "\f122";
       
   976 }
       
   977 .fa-star-half-empty:before,
       
   978 .fa-star-half-full:before,
       
   979 .fa-star-half-o:before {
       
   980   content: "\f123";
       
   981 }
       
   982 .fa-location-arrow:before {
       
   983   content: "\f124";
       
   984 }
       
   985 .fa-crop:before {
       
   986   content: "\f125";
       
   987 }
       
   988 .fa-code-fork:before {
       
   989   content: "\f126";
       
   990 }
       
   991 .fa-unlink:before,
       
   992 .fa-chain-broken:before {
       
   993   content: "\f127";
       
   994 }
       
   995 .fa-question:before {
       
   996   content: "\f128";
       
   997 }
       
   998 .fa-info:before {
       
   999   content: "\f129";
       
  1000 }
       
  1001 .fa-exclamation:before {
       
  1002   content: "\f12a";
       
  1003 }
       
  1004 .fa-superscript:before {
       
  1005   content: "\f12b";
       
  1006 }
       
  1007 .fa-subscript:before {
       
  1008   content: "\f12c";
       
  1009 }
       
  1010 .fa-eraser:before {
       
  1011   content: "\f12d";
       
  1012 }
       
  1013 .fa-puzzle-piece:before {
       
  1014   content: "\f12e";
       
  1015 }
       
  1016 .fa-microphone:before {
       
  1017   content: "\f130";
       
  1018 }
       
  1019 .fa-microphone-slash:before {
       
  1020   content: "\f131";
       
  1021 }
       
  1022 .fa-shield:before {
       
  1023   content: "\f132";
       
  1024 }
       
  1025 .fa-calendar-o:before {
       
  1026   content: "\f133";
       
  1027 }
       
  1028 .fa-fire-extinguisher:before {
       
  1029   content: "\f134";
       
  1030 }
       
  1031 .fa-rocket:before {
       
  1032   content: "\f135";
       
  1033 }
       
  1034 .fa-maxcdn:before {
       
  1035   content: "\f136";
       
  1036 }
       
  1037 .fa-chevron-circle-left:before {
       
  1038   content: "\f137";
       
  1039 }
       
  1040 .fa-chevron-circle-right:before {
       
  1041   content: "\f138";
       
  1042 }
       
  1043 .fa-chevron-circle-up:before {
       
  1044   content: "\f139";
       
  1045 }
       
  1046 .fa-chevron-circle-down:before {
       
  1047   content: "\f13a";
       
  1048 }
       
  1049 .fa-html5:before {
       
  1050   content: "\f13b";
       
  1051 }
       
  1052 .fa-css3:before {
       
  1053   content: "\f13c";
       
  1054 }
       
  1055 .fa-anchor:before {
       
  1056   content: "\f13d";
       
  1057 }
       
  1058 .fa-unlock-alt:before {
       
  1059   content: "\f13e";
       
  1060 }
       
  1061 .fa-bullseye:before {
       
  1062   content: "\f140";
       
  1063 }
       
  1064 .fa-ellipsis-h:before {
       
  1065   content: "\f141";
       
  1066 }
       
  1067 .fa-ellipsis-v:before {
       
  1068   content: "\f142";
       
  1069 }
       
  1070 .fa-rss-square:before {
       
  1071   content: "\f143";
       
  1072 }
       
  1073 .fa-play-circle:before {
       
  1074   content: "\f144";
       
  1075 }
       
  1076 .fa-ticket:before {
       
  1077   content: "\f145";
       
  1078 }
       
  1079 .fa-minus-square:before {
       
  1080   content: "\f146";
       
  1081 }
       
  1082 .fa-minus-square-o:before {
       
  1083   content: "\f147";
       
  1084 }
       
  1085 .fa-level-up:before {
       
  1086   content: "\f148";
       
  1087 }
       
  1088 .fa-level-down:before {
       
  1089   content: "\f149";
       
  1090 }
       
  1091 .fa-check-square:before {
       
  1092   content: "\f14a";
       
  1093 }
       
  1094 .fa-pencil-square:before {
       
  1095   content: "\f14b";
       
  1096 }
       
  1097 .fa-external-link-square:before {
       
  1098   content: "\f14c";
       
  1099 }
       
  1100 .fa-share-square:before {
       
  1101   content: "\f14d";
       
  1102 }
       
  1103 .fa-compass:before {
       
  1104   content: "\f14e";
       
  1105 }
       
  1106 .fa-toggle-down:before,
       
  1107 .fa-caret-square-o-down:before {
       
  1108   content: "\f150";
       
  1109 }
       
  1110 .fa-toggle-up:before,
       
  1111 .fa-caret-square-o-up:before {
       
  1112   content: "\f151";
       
  1113 }
       
  1114 .fa-toggle-right:before,
       
  1115 .fa-caret-square-o-right:before {
       
  1116   content: "\f152";
       
  1117 }
       
  1118 .fa-euro:before,
       
  1119 .fa-eur:before {
       
  1120   content: "\f153";
       
  1121 }
       
  1122 .fa-gbp:before {
       
  1123   content: "\f154";
       
  1124 }
       
  1125 .fa-dollar:before,
       
  1126 .fa-usd:before {
       
  1127   content: "\f155";
       
  1128 }
       
  1129 .fa-rupee:before,
       
  1130 .fa-inr:before {
       
  1131   content: "\f156";
       
  1132 }
       
  1133 .fa-cny:before,
       
  1134 .fa-rmb:before,
       
  1135 .fa-yen:before,
       
  1136 .fa-jpy:before {
       
  1137   content: "\f157";
       
  1138 }
       
  1139 .fa-ruble:before,
       
  1140 .fa-rouble:before,
       
  1141 .fa-rub:before {
       
  1142   content: "\f158";
       
  1143 }
       
  1144 .fa-won:before,
       
  1145 .fa-krw:before {
       
  1146   content: "\f159";
       
  1147 }
       
  1148 .fa-bitcoin:before,
       
  1149 .fa-btc:before {
       
  1150   content: "\f15a";
       
  1151 }
       
  1152 .fa-file:before {
       
  1153   content: "\f15b";
       
  1154 }
       
  1155 .fa-file-text:before {
       
  1156   content: "\f15c";
       
  1157 }
       
  1158 .fa-sort-alpha-asc:before {
       
  1159   content: "\f15d";
       
  1160 }
       
  1161 .fa-sort-alpha-desc:before {
       
  1162   content: "\f15e";
       
  1163 }
       
  1164 .fa-sort-amount-asc:before {
       
  1165   content: "\f160";
       
  1166 }
       
  1167 .fa-sort-amount-desc:before {
       
  1168   content: "\f161";
       
  1169 }
       
  1170 .fa-sort-numeric-asc:before {
       
  1171   content: "\f162";
       
  1172 }
       
  1173 .fa-sort-numeric-desc:before {
       
  1174   content: "\f163";
       
  1175 }
       
  1176 .fa-thumbs-up:before {
       
  1177   content: "\f164";
       
  1178 }
       
  1179 .fa-thumbs-down:before {
       
  1180   content: "\f165";
       
  1181 }
       
  1182 .fa-youtube-square:before {
       
  1183   content: "\f166";
       
  1184 }
       
  1185 .fa-youtube:before {
       
  1186   content: "\f167";
       
  1187 }
       
  1188 .fa-xing:before {
       
  1189   content: "\f168";
       
  1190 }
       
  1191 .fa-xing-square:before {
       
  1192   content: "\f169";
       
  1193 }
       
  1194 .fa-youtube-play:before {
       
  1195   content: "\f16a";
       
  1196 }
       
  1197 .fa-dropbox:before {
       
  1198   content: "\f16b";
       
  1199 }
       
  1200 .fa-stack-overflow:before {
       
  1201   content: "\f16c";
       
  1202 }
       
  1203 .fa-instagram:before {
       
  1204   content: "\f16d";
       
  1205 }
       
  1206 .fa-flickr:before {
       
  1207   content: "\f16e";
       
  1208 }
       
  1209 .fa-adn:before {
       
  1210   content: "\f170";
       
  1211 }
       
  1212 .fa-bitbucket:before {
       
  1213   content: "\f171";
       
  1214 }
       
  1215 .fa-bitbucket-square:before {
       
  1216   content: "\f172";
       
  1217 }
       
  1218 .fa-tumblr:before {
       
  1219   content: "\f173";
       
  1220 }
       
  1221 .fa-tumblr-square:before {
       
  1222   content: "\f174";
       
  1223 }
       
  1224 .fa-long-arrow-down:before {
       
  1225   content: "\f175";
       
  1226 }
       
  1227 .fa-long-arrow-up:before {
       
  1228   content: "\f176";
       
  1229 }
       
  1230 .fa-long-arrow-left:before {
       
  1231   content: "\f177";
       
  1232 }
       
  1233 .fa-long-arrow-right:before {
       
  1234   content: "\f178";
       
  1235 }
       
  1236 .fa-apple:before {
       
  1237   content: "\f179";
       
  1238 }
       
  1239 .fa-windows:before {
       
  1240   content: "\f17a";
       
  1241 }
       
  1242 .fa-android:before {
       
  1243   content: "\f17b";
       
  1244 }
       
  1245 .fa-linux:before {
       
  1246   content: "\f17c";
       
  1247 }
       
  1248 .fa-dribbble:before {
       
  1249   content: "\f17d";
       
  1250 }
       
  1251 .fa-skype:before {
       
  1252   content: "\f17e";
       
  1253 }
       
  1254 .fa-foursquare:before {
       
  1255   content: "\f180";
       
  1256 }
       
  1257 .fa-trello:before {
       
  1258   content: "\f181";
       
  1259 }
       
  1260 .fa-female:before {
       
  1261   content: "\f182";
       
  1262 }
       
  1263 .fa-male:before {
       
  1264   content: "\f183";
       
  1265 }
       
  1266 .fa-gittip:before {
       
  1267   content: "\f184";
       
  1268 }
       
  1269 .fa-sun-o:before {
       
  1270   content: "\f185";
       
  1271 }
       
  1272 .fa-moon-o:before {
       
  1273   content: "\f186";
       
  1274 }
       
  1275 .fa-archive:before {
       
  1276   content: "\f187";
       
  1277 }
       
  1278 .fa-bug:before {
       
  1279   content: "\f188";
       
  1280 }
       
  1281 .fa-vk:before {
       
  1282   content: "\f189";
       
  1283 }
       
  1284 .fa-weibo:before {
       
  1285   content: "\f18a";
       
  1286 }
       
  1287 .fa-renren:before {
       
  1288   content: "\f18b";
       
  1289 }
       
  1290 .fa-pagelines:before {
       
  1291   content: "\f18c";
       
  1292 }
       
  1293 .fa-stack-exchange:before {
       
  1294   content: "\f18d";
       
  1295 }
       
  1296 .fa-arrow-circle-o-right:before {
       
  1297   content: "\f18e";
       
  1298 }
       
  1299 .fa-arrow-circle-o-left:before {
       
  1300   content: "\f190";
       
  1301 }
       
  1302 .fa-toggle-left:before,
       
  1303 .fa-caret-square-o-left:before {
       
  1304   content: "\f191";
       
  1305 }
       
  1306 .fa-dot-circle-o:before {
       
  1307   content: "\f192";
       
  1308 }
       
  1309 .fa-wheelchair:before {
       
  1310   content: "\f193";
       
  1311 }
       
  1312 .fa-vimeo-square:before {
       
  1313   content: "\f194";
       
  1314 }
       
  1315 .fa-turkish-lira:before,
       
  1316 .fa-try:before {
       
  1317   content: "\f195";
       
  1318 }
       
  1319 .fa-plus-square-o:before {
       
  1320   content: "\f196";
       
  1321 }
       
  1322 .fa-space-shuttle:before {
       
  1323   content: "\f197";
       
  1324 }
       
  1325 .fa-slack:before {
       
  1326   content: "\f198";
       
  1327 }
       
  1328 .fa-envelope-square:before {
       
  1329   content: "\f199";
       
  1330 }
       
  1331 .fa-wordpress:before {
       
  1332   content: "\f19a";
       
  1333 }
       
  1334 .fa-openid:before {
       
  1335   content: "\f19b";
       
  1336 }
       
  1337 .fa-institution:before,
       
  1338 .fa-bank:before,
       
  1339 .fa-university:before {
       
  1340   content: "\f19c";
       
  1341 }
       
  1342 .fa-mortar-board:before,
       
  1343 .fa-graduation-cap:before {
       
  1344   content: "\f19d";
       
  1345 }
       
  1346 .fa-yahoo:before {
       
  1347   content: "\f19e";
       
  1348 }
       
  1349 .fa-google:before {
       
  1350   content: "\f1a0";
       
  1351 }
       
  1352 .fa-reddit:before {
       
  1353   content: "\f1a1";
       
  1354 }
       
  1355 .fa-reddit-square:before {
       
  1356   content: "\f1a2";
       
  1357 }
       
  1358 .fa-stumbleupon-circle:before {
       
  1359   content: "\f1a3";
       
  1360 }
       
  1361 .fa-stumbleupon:before {
       
  1362   content: "\f1a4";
       
  1363 }
       
  1364 .fa-delicious:before {
       
  1365   content: "\f1a5";
       
  1366 }
       
  1367 .fa-digg:before {
       
  1368   content: "\f1a6";
       
  1369 }
       
  1370 .fa-pied-piper:before {
       
  1371   content: "\f1a7";
       
  1372 }
       
  1373 .fa-pied-piper-alt:before {
       
  1374   content: "\f1a8";
       
  1375 }
       
  1376 .fa-drupal:before {
       
  1377   content: "\f1a9";
       
  1378 }
       
  1379 .fa-joomla:before {
       
  1380   content: "\f1aa";
       
  1381 }
       
  1382 .fa-language:before {
       
  1383   content: "\f1ab";
       
  1384 }
       
  1385 .fa-fax:before {
       
  1386   content: "\f1ac";
       
  1387 }
       
  1388 .fa-building:before {
       
  1389   content: "\f1ad";
       
  1390 }
       
  1391 .fa-child:before {
       
  1392   content: "\f1ae";
       
  1393 }
       
  1394 .fa-paw:before {
       
  1395   content: "\f1b0";
       
  1396 }
       
  1397 .fa-spoon:before {
       
  1398   content: "\f1b1";
       
  1399 }
       
  1400 .fa-cube:before {
       
  1401   content: "\f1b2";
       
  1402 }
       
  1403 .fa-cubes:before {
       
  1404   content: "\f1b3";
       
  1405 }
       
  1406 .fa-behance:before {
       
  1407   content: "\f1b4";
       
  1408 }
       
  1409 .fa-behance-square:before {
       
  1410   content: "\f1b5";
       
  1411 }
       
  1412 .fa-steam:before {
       
  1413   content: "\f1b6";
       
  1414 }
       
  1415 .fa-steam-square:before {
       
  1416   content: "\f1b7";
       
  1417 }
       
  1418 .fa-recycle:before {
       
  1419   content: "\f1b8";
       
  1420 }
       
  1421 .fa-automobile:before,
       
  1422 .fa-car:before {
       
  1423   content: "\f1b9";
       
  1424 }
       
  1425 .fa-cab:before,
       
  1426 .fa-taxi:before {
       
  1427   content: "\f1ba";
       
  1428 }
       
  1429 .fa-tree:before {
       
  1430   content: "\f1bb";
       
  1431 }
       
  1432 .fa-spotify:before {
       
  1433   content: "\f1bc";
       
  1434 }
       
  1435 .fa-deviantart:before {
       
  1436   content: "\f1bd";
       
  1437 }
       
  1438 .fa-soundcloud:before {
       
  1439   content: "\f1be";
       
  1440 }
       
  1441 .fa-database:before {
       
  1442   content: "\f1c0";
       
  1443 }
       
  1444 .fa-file-pdf-o:before {
       
  1445   content: "\f1c1";
       
  1446 }
       
  1447 .fa-file-word-o:before {
       
  1448   content: "\f1c2";
       
  1449 }
       
  1450 .fa-file-excel-o:before {
       
  1451   content: "\f1c3";
       
  1452 }
       
  1453 .fa-file-powerpoint-o:before {
       
  1454   content: "\f1c4";
       
  1455 }
       
  1456 .fa-file-photo-o:before,
       
  1457 .fa-file-picture-o:before,
       
  1458 .fa-file-image-o:before {
       
  1459   content: "\f1c5";
       
  1460 }
       
  1461 .fa-file-zip-o:before,
       
  1462 .fa-file-archive-o:before {
       
  1463   content: "\f1c6";
       
  1464 }
       
  1465 .fa-file-sound-o:before,
       
  1466 .fa-file-audio-o:before {
       
  1467   content: "\f1c7";
       
  1468 }
       
  1469 .fa-file-movie-o:before,
       
  1470 .fa-file-video-o:before {
       
  1471   content: "\f1c8";
       
  1472 }
       
  1473 .fa-file-code-o:before {
       
  1474   content: "\f1c9";
       
  1475 }
       
  1476 .fa-vine:before {
       
  1477   content: "\f1ca";
       
  1478 }
       
  1479 .fa-codepen:before {
       
  1480   content: "\f1cb";
       
  1481 }
       
  1482 .fa-jsfiddle:before {
       
  1483   content: "\f1cc";
       
  1484 }
       
  1485 .fa-life-bouy:before,
       
  1486 .fa-life-buoy:before,
       
  1487 .fa-life-saver:before,
       
  1488 .fa-support:before,
       
  1489 .fa-life-ring:before {
       
  1490   content: "\f1cd";
       
  1491 }
       
  1492 .fa-circle-o-notch:before {
       
  1493   content: "\f1ce";
       
  1494 }
       
  1495 .fa-ra:before,
       
  1496 .fa-rebel:before {
       
  1497   content: "\f1d0";
       
  1498 }
       
  1499 .fa-ge:before,
       
  1500 .fa-empire:before {
       
  1501   content: "\f1d1";
       
  1502 }
       
  1503 .fa-git-square:before {
       
  1504   content: "\f1d2";
       
  1505 }
       
  1506 .fa-git:before {
       
  1507   content: "\f1d3";
       
  1508 }
       
  1509 .fa-hacker-news:before {
       
  1510   content: "\f1d4";
       
  1511 }
       
  1512 .fa-tencent-weibo:before {
       
  1513   content: "\f1d5";
       
  1514 }
       
  1515 .fa-qq:before {
       
  1516   content: "\f1d6";
       
  1517 }
       
  1518 .fa-wechat:before,
       
  1519 .fa-weixin:before {
       
  1520   content: "\f1d7";
       
  1521 }
       
  1522 .fa-send:before,
       
  1523 .fa-paper-plane:before {
       
  1524   content: "\f1d8";
       
  1525 }
       
  1526 .fa-send-o:before,
       
  1527 .fa-paper-plane-o:before {
       
  1528   content: "\f1d9";
       
  1529 }
       
  1530 .fa-history:before {
       
  1531   content: "\f1da";
       
  1532 }
       
  1533 .fa-circle-thin:before {
       
  1534   content: "\f1db";
       
  1535 }
       
  1536 .fa-header:before {
       
  1537   content: "\f1dc";
       
  1538 }
       
  1539 .fa-paragraph:before {
       
  1540   content: "\f1dd";
       
  1541 }
       
  1542 .fa-sliders:before {
       
  1543   content: "\f1de";
       
  1544 }
       
  1545 .fa-share-alt:before {
       
  1546   content: "\f1e0";
       
  1547 }
       
  1548 .fa-share-alt-square:before {
       
  1549   content: "\f1e1";
       
  1550 }
       
  1551 .fa-bomb:before {
       
  1552   content: "\f1e2";
       
  1553 }
       
  1554 .fa-soccer-ball-o:before,
       
  1555 .fa-futbol-o:before {
       
  1556   content: "\f1e3";
       
  1557 }
       
  1558 .fa-tty:before {
       
  1559   content: "\f1e4";
       
  1560 }
       
  1561 .fa-binoculars:before {
       
  1562   content: "\f1e5";
       
  1563 }
       
  1564 .fa-plug:before {
       
  1565   content: "\f1e6";
       
  1566 }
       
  1567 .fa-slideshare:before {
       
  1568   content: "\f1e7";
       
  1569 }
       
  1570 .fa-twitch:before {
       
  1571   content: "\f1e8";
       
  1572 }
       
  1573 .fa-yelp:before {
       
  1574   content: "\f1e9";
       
  1575 }
       
  1576 .fa-newspaper-o:before {
       
  1577   content: "\f1ea";
       
  1578 }
       
  1579 .fa-wifi:before {
       
  1580   content: "\f1eb";
       
  1581 }
       
  1582 .fa-calculator:before {
       
  1583   content: "\f1ec";
       
  1584 }
       
  1585 .fa-paypal:before {
       
  1586   content: "\f1ed";
       
  1587 }
       
  1588 .fa-google-wallet:before {
       
  1589   content: "\f1ee";
       
  1590 }
       
  1591 .fa-cc-visa:before {
       
  1592   content: "\f1f0";
       
  1593 }
       
  1594 .fa-cc-mastercard:before {
       
  1595   content: "\f1f1";
       
  1596 }
       
  1597 .fa-cc-discover:before {
       
  1598   content: "\f1f2";
       
  1599 }
       
  1600 .fa-cc-amex:before {
       
  1601   content: "\f1f3";
       
  1602 }
       
  1603 .fa-cc-paypal:before {
       
  1604   content: "\f1f4";
       
  1605 }
       
  1606 .fa-cc-stripe:before {
       
  1607   content: "\f1f5";
       
  1608 }
       
  1609 .fa-bell-slash:before {
       
  1610   content: "\f1f6";
       
  1611 }
       
  1612 .fa-bell-slash-o:before {
       
  1613   content: "\f1f7";
       
  1614 }
       
  1615 .fa-trash:before {
       
  1616   content: "\f1f8";
       
  1617 }
       
  1618 .fa-copyright:before {
       
  1619   content: "\f1f9";
       
  1620 }
       
  1621 .fa-at:before {
       
  1622   content: "\f1fa";
       
  1623 }
       
  1624 .fa-eyedropper:before {
       
  1625   content: "\f1fb";
       
  1626 }
       
  1627 .fa-paint-brush:before {
       
  1628   content: "\f1fc";
       
  1629 }
       
  1630 .fa-birthday-cake:before {
       
  1631   content: "\f1fd";
       
  1632 }
       
  1633 .fa-area-chart:before {
       
  1634   content: "\f1fe";
       
  1635 }
       
  1636 .fa-pie-chart:before {
       
  1637   content: "\f200";
       
  1638 }
       
  1639 .fa-line-chart:before {
       
  1640   content: "\f201";
       
  1641 }
       
  1642 .fa-lastfm:before {
       
  1643   content: "\f202";
       
  1644 }
       
  1645 .fa-lastfm-square:before {
       
  1646   content: "\f203";
       
  1647 }
       
  1648 .fa-toggle-off:before {
       
  1649   content: "\f204";
       
  1650 }
       
  1651 .fa-toggle-on:before {
       
  1652   content: "\f205";
       
  1653 }
       
  1654 .fa-bicycle:before {
       
  1655   content: "\f206";
       
  1656 }
       
  1657 .fa-bus:before {
       
  1658   content: "\f207";
       
  1659 }
       
  1660 .fa-ioxhost:before {
       
  1661   content: "\f208";
       
  1662 }
       
  1663 .fa-angellist:before {
       
  1664   content: "\f209";
       
  1665 }
       
  1666 .fa-cc:before {
       
  1667   content: "\f20a";
       
  1668 }
       
  1669 .fa-shekel:before,
       
  1670 .fa-sheqel:before,
       
  1671 .fa-ils:before {
       
  1672   content: "\f20b";
       
  1673 }
       
  1674 .fa-meanpath:before {
       
  1675   content: "\f20c";
       
  1676 }