Warning, /webapps/ocs-webserver/httpdocs/theme/flatui/css/fontawsome/font-awesome.css is written in an unsupported language. File is not indexed.

0001 /*!
0002  *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
0003  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
0004  */
0005 /* FONT PATH
0006  * -------------------------- */
0007 @font-face {
0008   font-family: 'FontAwesome';
0009   src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
0010   src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
0011   font-weight: normal;
0012   font-style: normal;
0013 }
0014 .fa {
0015   display: inline-block;
0016   font: normal normal normal 14px/1 FontAwesome;
0017   font-size: inherit;
0018   text-rendering: auto;
0019   -webkit-font-smoothing: antialiased;
0020   -moz-osx-font-smoothing: grayscale;
0021 }
0022 /* makes the font 33% larger relative to the icon container */
0023 .fa-lg {
0024   font-size: 1.33333333em;
0025   line-height: 0.75em;
0026   vertical-align: -15%;
0027 }
0028 .fa-2x {
0029   font-size: 2em;
0030 }
0031 .fa-3x {
0032   font-size: 3em;
0033 }
0034 .fa-4x {
0035   font-size: 4em;
0036 }
0037 .fa-5x {
0038   font-size: 5em;
0039 }
0040 .fa-fw {
0041   width: 1.28571429em;
0042   text-align: center;
0043 }
0044 .fa-ul {
0045   padding-left: 0;
0046   margin-left: 2.14285714em;
0047   list-style-type: none;
0048 }
0049 .fa-ul > li {
0050   position: relative;
0051 }
0052 .fa-li {
0053   position: absolute;
0054   left: -2.14285714em;
0055   width: 2.14285714em;
0056   top: 0.14285714em;
0057   text-align: center;
0058 }
0059 .fa-li.fa-lg {
0060   left: -1.85714286em;
0061 }
0062 .fa-border {
0063   padding: .2em .25em .15em;
0064   border: solid 0.08em #eeeeee;
0065   border-radius: .1em;
0066 }
0067 .fa-pull-left {
0068   float: left;
0069 }
0070 .fa-pull-right {
0071   float: right;
0072 }
0073 .fa.fa-pull-left {
0074   margin-right: .3em;
0075 }
0076 .fa.fa-pull-right {
0077   margin-left: .3em;
0078 }
0079 /* Deprecated as of 4.4.0 */
0080 .pull-right {
0081   float: right;
0082 }
0083 .pull-left {
0084   float: left;
0085 }
0086 .fa.pull-left {
0087   margin-right: .3em;
0088 }
0089 .fa.pull-right {
0090   margin-left: .3em;
0091 }
0092 .fa-spin {
0093   -webkit-animation: fa-spin 2s infinite linear;
0094   animation: fa-spin 2s infinite linear;
0095 }
0096 .fa-pulse {
0097   -webkit-animation: fa-spin 1s infinite steps(8);
0098   animation: fa-spin 1s infinite steps(8);
0099 }
0100 @-webkit-keyframes fa-spin {
0101   0% {
0102     -webkit-transform: rotate(0deg);
0103     transform: rotate(0deg);
0104   }
0105   100% {
0106     -webkit-transform: rotate(359deg);
0107     transform: rotate(359deg);
0108   }
0109 }
0110 @keyframes fa-spin {
0111   0% {
0112     -webkit-transform: rotate(0deg);
0113     transform: rotate(0deg);
0114   }
0115   100% {
0116     -webkit-transform: rotate(359deg);
0117     transform: rotate(359deg);
0118   }
0119 }
0120 .fa-rotate-90 {
0121   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
0122   -webkit-transform: rotate(90deg);
0123   -ms-transform: rotate(90deg);
0124   transform: rotate(90deg);
0125 }
0126 .fa-rotate-180 {
0127   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
0128   -webkit-transform: rotate(180deg);
0129   -ms-transform: rotate(180deg);
0130   transform: rotate(180deg);
0131 }
0132 .fa-rotate-270 {
0133   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
0134   -webkit-transform: rotate(270deg);
0135   -ms-transform: rotate(270deg);
0136   transform: rotate(270deg);
0137 }
0138 .fa-flip-horizontal {
0139   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
0140   -webkit-transform: scale(-1, 1);
0141   -ms-transform: scale(-1, 1);
0142   transform: scale(-1, 1);
0143 }
0144 .fa-flip-vertical {
0145   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
0146   -webkit-transform: scale(1, -1);
0147   -ms-transform: scale(1, -1);
0148   transform: scale(1, -1);
0149 }
0150 :root .fa-rotate-90,
0151 :root .fa-rotate-180,
0152 :root .fa-rotate-270,
0153 :root .fa-flip-horizontal,
0154 :root .fa-flip-vertical {
0155   filter: none;
0156 }
0157 .fa-stack {
0158   position: relative;
0159   display: inline-block;
0160   width: 2em;
0161   height: 2em;
0162   line-height: 2em;
0163   vertical-align: middle;
0164 }
0165 .fa-stack-1x,
0166 .fa-stack-2x {
0167   position: absolute;
0168   left: 0;
0169   width: 100%;
0170   text-align: center;
0171 }
0172 .fa-stack-1x {
0173   line-height: inherit;
0174 }
0175 .fa-stack-2x {
0176   font-size: 2em;
0177 }
0178 .fa-inverse {
0179   color: #ffffff;
0180 }
0181 /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
0182    readers do not read off random characters that represent icons */
0183 .fa-glass:before {
0184   content: "\f000";
0185 }
0186 .fa-music:before {
0187   content: "\f001";
0188 }
0189 .fa-search:before {
0190   content: "\f002";
0191 }
0192 .fa-envelope-o:before {
0193   content: "\f003";
0194 }
0195 .fa-heart:before {
0196   content: "\f004";
0197 }
0198 .fa-star:before {
0199   content: "\f005";
0200 }
0201 .fa-star-o:before {
0202   content: "\f006";
0203 }
0204 .fa-user:before {
0205   content: "\f007";
0206 }
0207 .fa-film:before {
0208   content: "\f008";
0209 }
0210 .fa-th-large:before {
0211   content: "\f009";
0212 }
0213 .fa-th:before {
0214   content: "\f00a";
0215 }
0216 .fa-th-list:before {
0217   content: "\f00b";
0218 }
0219 .fa-check:before {
0220   content: "\f00c";
0221 }
0222 .fa-remove:before,
0223 .fa-close:before,
0224 .fa-times:before {
0225   content: "\f00d";
0226 }
0227 .fa-search-plus:before {
0228   content: "\f00e";
0229 }
0230 .fa-search-minus:before {
0231   content: "\f010";
0232 }
0233 .fa-power-off:before {
0234   content: "\f011";
0235 }
0236 .fa-signal:before {
0237   content: "\f012";
0238 }
0239 .fa-gear:before,
0240 .fa-cog:before {
0241   content: "\f013";
0242 }
0243 .fa-trash-o:before {
0244   content: "\f014";
0245 }
0246 .fa-home:before {
0247   content: "\f015";
0248 }
0249 .fa-file-o:before {
0250   content: "\f016";
0251 }
0252 .fa-clock-o:before {
0253   content: "\f017";
0254 }
0255 .fa-road:before {
0256   content: "\f018";
0257 }
0258 .fa-download:before {
0259   content: "\f019";
0260 }
0261 .fa-arrow-circle-o-down:before {
0262   content: "\f01a";
0263 }
0264 .fa-arrow-circle-o-up:before {
0265   content: "\f01b";
0266 }
0267 .fa-inbox:before {
0268   content: "\f01c";
0269 }
0270 .fa-play-circle-o:before {
0271   content: "\f01d";
0272 }
0273 .fa-rotate-right:before,
0274 .fa-repeat:before {
0275   content: "\f01e";
0276 }
0277 .fa-refresh:before {
0278   content: "\f021";
0279 }
0280 .fa-list-alt:before {
0281   content: "\f022";
0282 }
0283 .fa-lock:before {
0284   content: "\f023";
0285 }
0286 .fa-flag:before {
0287   content: "\f024";
0288 }
0289 .fa-headphones:before {
0290   content: "\f025";
0291 }
0292 .fa-volume-off:before {
0293   content: "\f026";
0294 }
0295 .fa-volume-down:before {
0296   content: "\f027";
0297 }
0298 .fa-volume-up:before {
0299   content: "\f028";
0300 }
0301 .fa-qrcode:before {
0302   content: "\f029";
0303 }
0304 .fa-barcode:before {
0305   content: "\f02a";
0306 }
0307 .fa-tag:before {
0308   content: "\f02b";
0309 }
0310 .fa-tags:before {
0311   content: "\f02c";
0312 }
0313 .fa-book:before {
0314   content: "\f02d";
0315 }
0316 .fa-bookmark:before {
0317   content: "\f02e";
0318 }
0319 .fa-print:before {
0320   content: "\f02f";
0321 }
0322 .fa-camera:before {
0323   content: "\f030";
0324 }
0325 .fa-font:before {
0326   content: "\f031";
0327 }
0328 .fa-bold:before {
0329   content: "\f032";
0330 }
0331 .fa-italic:before {
0332   content: "\f033";
0333 }
0334 .fa-text-height:before {
0335   content: "\f034";
0336 }
0337 .fa-text-width:before {
0338   content: "\f035";
0339 }
0340 .fa-align-left:before {
0341   content: "\f036";
0342 }
0343 .fa-align-center:before {
0344   content: "\f037";
0345 }
0346 .fa-align-right:before {
0347   content: "\f038";
0348 }
0349 .fa-align-justify:before {
0350   content: "\f039";
0351 }
0352 .fa-list:before {
0353   content: "\f03a";
0354 }
0355 .fa-dedent:before,
0356 .fa-outdent:before {
0357   content: "\f03b";
0358 }
0359 .fa-indent:before {
0360   content: "\f03c";
0361 }
0362 .fa-video-camera:before {
0363   content: "\f03d";
0364 }
0365 .fa-photo:before,
0366 .fa-image:before,
0367 .fa-picture-o:before {
0368   content: "\f03e";
0369 }
0370 .fa-pencil:before {
0371   content: "\f040";
0372 }
0373 .fa-map-marker:before {
0374   content: "\f041";
0375 }
0376 .fa-adjust:before {
0377   content: "\f042";
0378 }
0379 .fa-tint:before {
0380   content: "\f043";
0381 }
0382 .fa-edit:before,
0383 .fa-pencil-square-o:before {
0384   content: "\f044";
0385 }
0386 .fa-share-square-o:before {
0387   content: "\f045";
0388 }
0389 .fa-check-square-o:before {
0390   content: "\f046";
0391 }
0392 .fa-arrows:before {
0393   content: "\f047";
0394 }
0395 .fa-step-backward:before {
0396   content: "\f048";
0397 }
0398 .fa-fast-backward:before {
0399   content: "\f049";
0400 }
0401 .fa-backward:before {
0402   content: "\f04a";
0403 }
0404 .fa-play:before {
0405   content: "\f04b";
0406 }
0407 .fa-pause:before {
0408   content: "\f04c";
0409 }
0410 .fa-stop:before {
0411   content: "\f04d";
0412 }
0413 .fa-forward:before {
0414   content: "\f04e";
0415 }
0416 .fa-fast-forward:before {
0417   content: "\f050";
0418 }
0419 .fa-step-forward:before {
0420   content: "\f051";
0421 }
0422 .fa-eject:before {
0423   content: "\f052";
0424 }
0425 .fa-chevron-left:before {
0426   content: "\f053";
0427 }
0428 .fa-chevron-right:before {
0429   content: "\f054";
0430 }
0431 .fa-plus-circle:before {
0432   content: "\f055";
0433 }
0434 .fa-minus-circle:before {
0435   content: "\f056";
0436 }
0437 .fa-times-circle:before {
0438   content: "\f057";
0439 }
0440 .fa-check-circle:before {
0441   content: "\f058";
0442 }
0443 .fa-question-circle:before {
0444   content: "\f059";
0445 }
0446 .fa-info-circle:before {
0447   content: "\f05a";
0448 }
0449 .fa-crosshairs:before {
0450   content: "\f05b";
0451 }
0452 .fa-times-circle-o:before {
0453   content: "\f05c";
0454 }
0455 .fa-check-circle-o:before {
0456   content: "\f05d";
0457 }
0458 .fa-ban:before {
0459   content: "\f05e";
0460 }
0461 .fa-arrow-left:before {
0462   content: "\f060";
0463 }
0464 .fa-arrow-right:before {
0465   content: "\f061";
0466 }
0467 .fa-arrow-up:before {
0468   content: "\f062";
0469 }
0470 .fa-arrow-down:before {
0471   content: "\f063";
0472 }
0473 .fa-mail-forward:before,
0474 .fa-share:before {
0475   content: "\f064";
0476 }
0477 .fa-expand:before {
0478   content: "\f065";
0479 }
0480 .fa-compress:before {
0481   content: "\f066";
0482 }
0483 .fa-plus:before {
0484   content: "\f067";
0485 }
0486 .fa-minus:before {
0487   content: "\f068";
0488 }
0489 .fa-asterisk:before {
0490   content: "\f069";
0491 }
0492 .fa-exclamation-circle:before {
0493   content: "\f06a";
0494 }
0495 .fa-gift:before {
0496   content: "\f06b";
0497 }
0498 .fa-leaf:before {
0499   content: "\f06c";
0500 }
0501 .fa-fire:before {
0502   content: "\f06d";
0503 }
0504 .fa-eye:before {
0505   content: "\f06e";
0506 }
0507 .fa-eye-slash:before {
0508   content: "\f070";
0509 }
0510 .fa-warning:before,
0511 .fa-exclamation-triangle:before {
0512   content: "\f071";
0513 }
0514 .fa-plane:before {
0515   content: "\f072";
0516 }
0517 .fa-calendar:before {
0518   content: "\f073";
0519 }
0520 .fa-random:before {
0521   content: "\f074";
0522 }
0523 .fa-comment:before {
0524   content: "\f075";
0525 }
0526 .fa-magnet:before {
0527   content: "\f076";
0528 }
0529 .fa-chevron-up:before {
0530   content: "\f077";
0531 }
0532 .fa-chevron-down:before {
0533   content: "\f078";
0534 }
0535 .fa-retweet:before {
0536   content: "\f079";
0537 }
0538 .fa-shopping-cart:before {
0539   content: "\f07a";
0540 }
0541 .fa-folder:before {
0542   content: "\f07b";
0543 }
0544 .fa-folder-open:before {
0545   content: "\f07c";
0546 }
0547 .fa-arrows-v:before {
0548   content: "\f07d";
0549 }
0550 .fa-arrows-h:before {
0551   content: "\f07e";
0552 }
0553 .fa-bar-chart-o:before,
0554 .fa-bar-chart:before {
0555   content: "\f080";
0556 }
0557 .fa-twitter-square:before {
0558   content: "\f081";
0559 }
0560 .fa-facebook-square:before {
0561   content: "\f082";
0562 }
0563 .fa-camera-retro:before {
0564   content: "\f083";
0565 }
0566 .fa-key:before {
0567   content: "\f084";
0568 }
0569 .fa-gears:before,
0570 .fa-cogs:before {
0571   content: "\f085";
0572 }
0573 .fa-comments:before {
0574   content: "\f086";
0575 }
0576 .fa-thumbs-o-up:before {
0577   content: "\f087";
0578 }
0579 .fa-thumbs-o-down:before {
0580   content: "\f088";
0581 }
0582 .fa-star-half:before {
0583   content: "\f089";
0584 }
0585 .fa-heart-o:before {
0586   content: "\f08a";
0587 }
0588 .fa-sign-out:before {
0589   content: "\f08b";
0590 }
0591 .fa-linkedin-square:before {
0592   content: "\f08c";
0593 }
0594 .fa-thumb-tack:before {
0595   content: "\f08d";
0596 }
0597 .fa-external-link:before {
0598   content: "\f08e";
0599 }
0600 .fa-sign-in:before {
0601   content: "\f090";
0602 }
0603 .fa-trophy:before {
0604   content: "\f091";
0605 }
0606 .fa-github-square:before {
0607   content: "\f092";
0608 }
0609 .fa-upload:before {
0610   content: "\f093";
0611 }
0612 .fa-lemon-o:before {
0613   content: "\f094";
0614 }
0615 .fa-phone:before {
0616   content: "\f095";
0617 }
0618 .fa-square-o:before {
0619   content: "\f096";
0620 }
0621 .fa-bookmark-o:before {
0622   content: "\f097";
0623 }
0624 .fa-phone-square:before {
0625   content: "\f098";
0626 }
0627 .fa-twitter:before {
0628   content: "\f099";
0629 }
0630 .fa-facebook-f:before,
0631 .fa-facebook:before {
0632   content: "\f09a";
0633 }
0634 .fa-github:before {
0635   content: "\f09b";
0636 }
0637 .fa-unlock:before {
0638   content: "\f09c";
0639 }
0640 .fa-credit-card:before {
0641   content: "\f09d";
0642 }
0643 .fa-feed:before,
0644 .fa-rss:before {
0645   content: "\f09e";
0646 }
0647 .fa-hdd-o:before {
0648   content: "\f0a0";
0649 }
0650 .fa-bullhorn:before {
0651   content: "\f0a1";
0652 }
0653 .fa-bell:before {
0654   content: "\f0f3";
0655 }
0656 .fa-certificate:before {
0657   content: "\f0a3";
0658 }
0659 .fa-hand-o-right:before {
0660   content: "\f0a4";
0661 }
0662 .fa-hand-o-left:before {
0663   content: "\f0a5";
0664 }
0665 .fa-hand-o-up:before {
0666   content: "\f0a6";
0667 }
0668 .fa-hand-o-down:before {
0669   content: "\f0a7";
0670 }
0671 .fa-arrow-circle-left:before {
0672   content: "\f0a8";
0673 }
0674 .fa-arrow-circle-right:before {
0675   content: "\f0a9";
0676 }
0677 .fa-arrow-circle-up:before {
0678   content: "\f0aa";
0679 }
0680 .fa-arrow-circle-down:before {
0681   content: "\f0ab";
0682 }
0683 .fa-globe:before {
0684   content: "\f0ac";
0685 }
0686 .fa-wrench:before {
0687   content: "\f0ad";
0688 }
0689 .fa-tasks:before {
0690   content: "\f0ae";
0691 }
0692 .fa-filter:before {
0693   content: "\f0b0";
0694 }
0695 .fa-briefcase:before {
0696   content: "\f0b1";
0697 }
0698 .fa-arrows-alt:before {
0699   content: "\f0b2";
0700 }
0701 .fa-group:before,
0702 .fa-users:before {
0703   content: "\f0c0";
0704 }
0705 .fa-chain:before,
0706 .fa-link:before {
0707   content: "\f0c1";
0708 }
0709 .fa-cloud:before {
0710   content: "\f0c2";
0711 }
0712 .fa-flask:before {
0713   content: "\f0c3";
0714 }
0715 .fa-cut:before,
0716 .fa-scissors:before {
0717   content: "\f0c4";
0718 }
0719 .fa-copy:before,
0720 .fa-files-o:before {
0721   content: "\f0c5";
0722 }
0723 .fa-paperclip:before {
0724   content: "\f0c6";
0725 }
0726 .fa-save:before,
0727 .fa-floppy-o:before {
0728   content: "\f0c7";
0729 }
0730 .fa-square:before {
0731   content: "\f0c8";
0732 }
0733 .fa-navicon:before,
0734 .fa-reorder:before,
0735 .fa-bars:before {
0736   content: "\f0c9";
0737 }
0738 .fa-list-ul:before {
0739   content: "\f0ca";
0740 }
0741 .fa-list-ol:before {
0742   content: "\f0cb";
0743 }
0744 .fa-strikethrough:before {
0745   content: "\f0cc";
0746 }
0747 .fa-underline:before {
0748   content: "\f0cd";
0749 }
0750 .fa-table:before {
0751   content: "\f0ce";
0752 }
0753 .fa-magic:before {
0754   content: "\f0d0";
0755 }
0756 .fa-truck:before {
0757   content: "\f0d1";
0758 }
0759 .fa-pinterest:before {
0760   content: "\f0d2";
0761 }
0762 .fa-pinterest-square:before {
0763   content: "\f0d3";
0764 }
0765 .fa-google-plus-square:before {
0766   content: "\f0d4";
0767 }
0768 .fa-google-plus:before {
0769   content: "\f0d5";
0770 }
0771 .fa-money:before {
0772   content: "\f0d6";
0773 }
0774 .fa-caret-down:before {
0775   content: "\f0d7";
0776 }
0777 .fa-caret-up:before {
0778   content: "\f0d8";
0779 }
0780 .fa-caret-left:before {
0781   content: "\f0d9";
0782 }
0783 .fa-caret-right:before {
0784   content: "\f0da";
0785 }
0786 .fa-columns:before {
0787   content: "\f0db";
0788 }
0789 .fa-unsorted:before,
0790 .fa-sort:before {
0791   content: "\f0dc";
0792 }
0793 .fa-sort-down:before,
0794 .fa-sort-desc:before {
0795   content: "\f0dd";
0796 }
0797 .fa-sort-up:before,
0798 .fa-sort-asc:before {
0799   content: "\f0de";
0800 }
0801 .fa-envelope:before {
0802   content: "\f0e0";
0803 }
0804 .fa-linkedin:before {
0805   content: "\f0e1";
0806 }
0807 .fa-rotate-left:before,
0808 .fa-undo:before {
0809   content: "\f0e2";
0810 }
0811 .fa-legal:before,
0812 .fa-gavel:before {
0813   content: "\f0e3";
0814 }
0815 .fa-dashboard:before,
0816 .fa-tachometer:before {
0817   content: "\f0e4";
0818 }
0819 .fa-comment-o:before {
0820   content: "\f0e5";
0821 }
0822 .fa-comments-o:before {
0823   content: "\f0e6";
0824 }
0825 .fa-flash:before,
0826 .fa-bolt:before {
0827   content: "\f0e7";
0828 }
0829 .fa-sitemap:before {
0830   content: "\f0e8";
0831 }
0832 .fa-umbrella:before {
0833   content: "\f0e9";
0834 }
0835 .fa-paste:before,
0836 .fa-clipboard:before {
0837   content: "\f0ea";
0838 }
0839 .fa-lightbulb-o:before {
0840   content: "\f0eb";
0841 }
0842 .fa-exchange:before {
0843   content: "\f0ec";
0844 }
0845 .fa-cloud-download:before {
0846   content: "\f0ed";
0847 }
0848 .fa-cloud-upload:before {
0849   content: "\f0ee";
0850 }
0851 .fa-user-md:before {
0852   content: "\f0f0";
0853 }
0854 .fa-stethoscope:before {
0855   content: "\f0f1";
0856 }
0857 .fa-suitcase:before {
0858   content: "\f0f2";
0859 }
0860 .fa-bell-o:before {
0861   content: "\f0a2";
0862 }
0863 .fa-coffee:before {
0864   content: "\f0f4";
0865 }
0866 .fa-cutlery:before {
0867   content: "\f0f5";
0868 }
0869 .fa-file-text-o:before {
0870   content: "\f0f6";
0871 }
0872 .fa-building-o:before {
0873   content: "\f0f7";
0874 }
0875 .fa-hospital-o:before {
0876   content: "\f0f8";
0877 }
0878 .fa-ambulance:before {
0879   content: "\f0f9";
0880 }
0881 .fa-medkit:before {
0882   content: "\f0fa";
0883 }
0884 .fa-fighter-jet:before {
0885   content: "\f0fb";
0886 }
0887 .fa-beer:before {
0888   content: "\f0fc";
0889 }
0890 .fa-h-square:before {
0891   content: "\f0fd";
0892 }
0893 .fa-plus-square:before {
0894   content: "\f0fe";
0895 }
0896 .fa-angle-double-left:before {
0897   content: "\f100";
0898 }
0899 .fa-angle-double-right:before {
0900   content: "\f101";
0901 }
0902 .fa-angle-double-up:before {
0903   content: "\f102";
0904 }
0905 .fa-angle-double-down:before {
0906   content: "\f103";
0907 }
0908 .fa-angle-left:before {
0909   content: "\f104";
0910 }
0911 .fa-angle-right:before {
0912   content: "\f105";
0913 }
0914 .fa-angle-up:before {
0915   content: "\f106";
0916 }
0917 .fa-angle-down:before {
0918   content: "\f107";
0919 }
0920 .fa-desktop:before {
0921   content: "\f108";
0922 }
0923 .fa-laptop:before {
0924   content: "\f109";
0925 }
0926 .fa-tablet:before {
0927   content: "\f10a";
0928 }
0929 .fa-mobile-phone:before,
0930 .fa-mobile:before {
0931   content: "\f10b";
0932 }
0933 .fa-circle-o:before {
0934   content: "\f10c";
0935 }
0936 .fa-quote-left:before {
0937   content: "\f10d";
0938 }
0939 .fa-quote-right:before {
0940   content: "\f10e";
0941 }
0942 .fa-spinner:before {
0943   content: "\f110";
0944 }
0945 .fa-circle:before {
0946   content: "\f111";
0947 }
0948 .fa-mail-reply:before,
0949 .fa-reply:before {
0950   content: "\f112";
0951 }
0952 .fa-github-alt:before {
0953   content: "\f113";
0954 }
0955 .fa-folder-o:before {
0956   content: "\f114";
0957 }
0958 .fa-folder-open-o:before {
0959   content: "\f115";
0960 }
0961 .fa-smile-o:before {
0962   content: "\f118";
0963 }
0964 .fa-frown-o:before {
0965   content: "\f119";
0966 }
0967 .fa-meh-o:before {
0968   content: "\f11a";
0969 }
0970 .fa-gamepad:before {
0971   content: "\f11b";
0972 }
0973 .fa-keyboard-o:before {
0974   content: "\f11c";
0975 }
0976 .fa-flag-o:before {
0977   content: "\f11d";
0978 }
0979 .fa-flag-checkered:before {
0980   content: "\f11e";
0981 }
0982 .fa-terminal:before {
0983   content: "\f120";
0984 }
0985 .fa-code:before {
0986   content: "\f121";
0987 }
0988 .fa-mail-reply-all:before,
0989 .fa-reply-all:before {
0990   content: "\f122";
0991 }
0992 .fa-star-half-empty:before,
0993 .fa-star-half-full:before,
0994 .fa-star-half-o:before {
0995   content: "\f123";
0996 }
0997 .fa-location-arrow:before {
0998   content: "\f124";
0999 }
1000 .fa-crop:before {
1001   content: "\f125";
1002 }
1003 .fa-code-fork:before {
1004   content: "\f126";
1005 }
1006 .fa-unlink:before,
1007 .fa-chain-broken:before {
1008   content: "\f127";
1009 }
1010 .fa-question:before {
1011   content: "\f128";
1012 }
1013 .fa-info:before {
1014   content: "\f129";
1015 }
1016 .fa-exclamation:before {
1017   content: "\f12a";
1018 }
1019 .fa-superscript:before {
1020   content: "\f12b";
1021 }
1022 .fa-subscript:before {
1023   content: "\f12c";
1024 }
1025 .fa-eraser:before {
1026   content: "\f12d";
1027 }
1028 .fa-puzzle-piece:before {
1029   content: "\f12e";
1030 }
1031 .fa-microphone:before {
1032   content: "\f130";
1033 }
1034 .fa-microphone-slash:before {
1035   content: "\f131";
1036 }
1037 .fa-shield:before {
1038   content: "\f132";
1039 }
1040 .fa-calendar-o:before {
1041   content: "\f133";
1042 }
1043 .fa-fire-extinguisher:before {
1044   content: "\f134";
1045 }
1046 .fa-rocket:before {
1047   content: "\f135";
1048 }
1049 .fa-maxcdn:before {
1050   content: "\f136";
1051 }
1052 .fa-chevron-circle-left:before {
1053   content: "\f137";
1054 }
1055 .fa-chevron-circle-right:before {
1056   content: "\f138";
1057 }
1058 .fa-chevron-circle-up:before {
1059   content: "\f139";
1060 }
1061 .fa-chevron-circle-down:before {
1062   content: "\f13a";
1063 }
1064 .fa-html5:before {
1065   content: "\f13b";
1066 }
1067 .fa-css3:before {
1068   content: "\f13c";
1069 }
1070 .fa-anchor:before {
1071   content: "\f13d";
1072 }
1073 .fa-unlock-alt:before {
1074   content: "\f13e";
1075 }
1076 .fa-bullseye:before {
1077   content: "\f140";
1078 }
1079 .fa-ellipsis-h:before {
1080   content: "\f141";
1081 }
1082 .fa-ellipsis-v:before {
1083   content: "\f142";
1084 }
1085 .fa-rss-square:before {
1086   content: "\f143";
1087 }
1088 .fa-play-circle:before {
1089   content: "\f144";
1090 }
1091 .fa-ticket:before {
1092   content: "\f145";
1093 }
1094 .fa-minus-square:before {
1095   content: "\f146";
1096 }
1097 .fa-minus-square-o:before {
1098   content: "\f147";
1099 }
1100 .fa-level-up:before {
1101   content: "\f148";
1102 }
1103 .fa-level-down:before {
1104   content: "\f149";
1105 }
1106 .fa-check-square:before {
1107   content: "\f14a";
1108 }
1109 .fa-pencil-square:before {
1110   content: "\f14b";
1111 }
1112 .fa-external-link-square:before {
1113   content: "\f14c";
1114 }
1115 .fa-share-square:before {
1116   content: "\f14d";
1117 }
1118 .fa-compass:before {
1119   content: "\f14e";
1120 }
1121 .fa-toggle-down:before,
1122 .fa-caret-square-o-down:before {
1123   content: "\f150";
1124 }
1125 .fa-toggle-up:before,
1126 .fa-caret-square-o-up:before {
1127   content: "\f151";
1128 }
1129 .fa-toggle-right:before,
1130 .fa-caret-square-o-right:before {
1131   content: "\f152";
1132 }
1133 .fa-euro:before,
1134 .fa-eur:before {
1135   content: "\f153";
1136 }
1137 .fa-gbp:before {
1138   content: "\f154";
1139 }
1140 .fa-dollar:before,
1141 .fa-usd:before {
1142   content: "\f155";
1143 }
1144 .fa-rupee:before,
1145 .fa-inr:before {
1146   content: "\f156";
1147 }
1148 .fa-cny:before,
1149 .fa-rmb:before,
1150 .fa-yen:before,
1151 .fa-jpy:before {
1152   content: "\f157";
1153 }
1154 .fa-ruble:before,
1155 .fa-rouble:before,
1156 .fa-rub:before {
1157   content: "\f158";
1158 }
1159 .fa-won:before,
1160 .fa-krw:before {
1161   content: "\f159";
1162 }
1163 .fa-bitcoin:before,
1164 .fa-btc:before {
1165   content: "\f15a";
1166 }
1167 .fa-file:before {
1168   content: "\f15b";
1169 }
1170 .fa-file-text:before {
1171   content: "\f15c";
1172 }
1173 .fa-sort-alpha-asc:before {
1174   content: "\f15d";
1175 }
1176 .fa-sort-alpha-desc:before {
1177   content: "\f15e";
1178 }
1179 .fa-sort-amount-asc:before {
1180   content: "\f160";
1181 }
1182 .fa-sort-amount-desc:before {
1183   content: "\f161";
1184 }
1185 .fa-sort-numeric-asc:before {
1186   content: "\f162";
1187 }
1188 .fa-sort-numeric-desc:before {
1189   content: "\f163";
1190 }
1191 .fa-thumbs-up:before {
1192   content: "\f164";
1193 }
1194 .fa-thumbs-down:before {
1195   content: "\f165";
1196 }
1197 .fa-youtube-square:before {
1198   content: "\f166";
1199 }
1200 .fa-youtube:before {
1201   content: "\f167";
1202 }
1203 .fa-xing:before {
1204   content: "\f168";
1205 }
1206 .fa-xing-square:before {
1207   content: "\f169";
1208 }
1209 .fa-youtube-play:before {
1210   content: "\f16a";
1211 }
1212 .fa-dropbox:before {
1213   content: "\f16b";
1214 }
1215 .fa-stack-overflow:before {
1216   content: "\f16c";
1217 }
1218 .fa-instagram:before {
1219   content: "\f16d";
1220 }
1221 .fa-flickr:before {
1222   content: "\f16e";
1223 }
1224 .fa-adn:before {
1225   content: "\f170";
1226 }
1227 .fa-bitbucket:before {
1228   content: "\f171";
1229 }
1230 .fa-bitbucket-square:before {
1231   content: "\f172";
1232 }
1233 .fa-tumblr:before {
1234   content: "\f173";
1235 }
1236 .fa-tumblr-square:before {
1237   content: "\f174";
1238 }
1239 .fa-long-arrow-down:before {
1240   content: "\f175";
1241 }
1242 .fa-long-arrow-up:before {
1243   content: "\f176";
1244 }
1245 .fa-long-arrow-left:before {
1246   content: "\f177";
1247 }
1248 .fa-long-arrow-right:before {
1249   content: "\f178";
1250 }
1251 .fa-apple:before {
1252   content: "\f179";
1253 }
1254 .fa-windows:before {
1255   content: "\f17a";
1256 }
1257 .fa-android:before {
1258   content: "\f17b";
1259 }
1260 .fa-linux:before {
1261   content: "\f17c";
1262 }
1263 .fa-dribbble:before {
1264   content: "\f17d";
1265 }
1266 .fa-skype:before {
1267   content: "\f17e";
1268 }
1269 .fa-foursquare:before {
1270   content: "\f180";
1271 }
1272 .fa-trello:before {
1273   content: "\f181";
1274 }
1275 .fa-female:before {
1276   content: "\f182";
1277 }
1278 .fa-male:before {
1279   content: "\f183";
1280 }
1281 .fa-gittip:before,
1282 .fa-gratipay:before {
1283   content: "\f184";
1284 }
1285 .fa-sun-o:before {
1286   content: "\f185";
1287 }
1288 .fa-moon-o:before {
1289   content: "\f186";
1290 }
1291 .fa-archive:before {
1292   content: "\f187";
1293 }
1294 .fa-bug:before {
1295   content: "\f188";
1296 }
1297 .fa-vk:before {
1298   content: "\f189";
1299 }
1300 .fa-weibo:before {
1301   content: "\f18a";
1302 }
1303 .fa-renren:before {
1304   content: "\f18b";
1305 }
1306 .fa-pagelines:before {
1307   content: "\f18c";
1308 }
1309 .fa-stack-exchange:before {
1310   content: "\f18d";
1311 }
1312 .fa-arrow-circle-o-right:before {
1313   content: "\f18e";
1314 }
1315 .fa-arrow-circle-o-left:before {
1316   content: "\f190";
1317 }
1318 .fa-toggle-left:before,
1319 .fa-caret-square-o-left:before {
1320   content: "\f191";
1321 }
1322 .fa-dot-circle-o:before {
1323   content: "\f192";
1324 }
1325 .fa-wheelchair:before {
1326   content: "\f193";
1327 }
1328 .fa-vimeo-square:before {
1329   content: "\f194";
1330 }
1331 .fa-turkish-lira:before,
1332 .fa-try:before {
1333   content: "\f195";
1334 }
1335 .fa-plus-square-o:before {
1336   content: "\f196";
1337 }
1338 .fa-space-shuttle:before {
1339   content: "\f197";
1340 }
1341 .fa-slack:before {
1342   content: "\f198";
1343 }
1344 .fa-envelope-square:before {
1345   content: "\f199";
1346 }
1347 .fa-wordpress:before {
1348   content: "\f19a";
1349 }
1350 .fa-openid:before {
1351   content: "\f19b";
1352 }
1353 .fa-institution:before,
1354 .fa-bank:before,
1355 .fa-university:before {
1356   content: "\f19c";
1357 }
1358 .fa-mortar-board:before,
1359 .fa-graduation-cap:before {
1360   content: "\f19d";
1361 }
1362 .fa-yahoo:before {
1363   content: "\f19e";
1364 }
1365 .fa-google:before {
1366   content: "\f1a0";
1367 }
1368 .fa-reddit:before {
1369   content: "\f1a1";
1370 }
1371 .fa-reddit-square:before {
1372   content: "\f1a2";
1373 }
1374 .fa-stumbleupon-circle:before {
1375   content: "\f1a3";
1376 }
1377 .fa-stumbleupon:before {
1378   content: "\f1a4";
1379 }
1380 .fa-delicious:before {
1381   content: "\f1a5";
1382 }
1383 .fa-digg:before {
1384   content: "\f1a6";
1385 }
1386 .fa-pied-piper-pp:before {
1387   content: "\f1a7";
1388 }
1389 .fa-pied-piper-alt:before {
1390   content: "\f1a8";
1391 }
1392 .fa-drupal:before {
1393   content: "\f1a9";
1394 }
1395 .fa-joomla:before {
1396   content: "\f1aa";
1397 }
1398 .fa-language:before {
1399   content: "\f1ab";
1400 }
1401 .fa-fax:before {
1402   content: "\f1ac";
1403 }
1404 .fa-building:before {
1405   content: "\f1ad";
1406 }
1407 .fa-child:before {
1408   content: "\f1ae";
1409 }
1410 .fa-paw:before {
1411   content: "\f1b0";
1412 }
1413 .fa-spoon:before {
1414   content: "\f1b1";
1415 }
1416 .fa-cube:before {
1417   content: "\f1b2";
1418 }
1419 .fa-cubes:before {
1420   content: "\f1b3";
1421 }
1422 .fa-behance:before {
1423   content: "\f1b4";
1424 }
1425 .fa-behance-square:before {
1426   content: "\f1b5";
1427 }
1428 .fa-steam:before {
1429   content: "\f1b6";
1430 }
1431 .fa-steam-square:before {
1432   content: "\f1b7";
1433 }
1434 .fa-recycle:before {
1435   content: "\f1b8";
1436 }
1437 .fa-automobile:before,
1438 .fa-car:before {
1439   content: "\f1b9";
1440 }
1441 .fa-cab:before,
1442 .fa-taxi:before {
1443   content: "\f1ba";
1444 }
1445 .fa-tree:before {
1446   content: "\f1bb";
1447 }
1448 .fa-spotify:before {
1449   content: "\f1bc";
1450 }
1451 .fa-deviantart:before {
1452   content: "\f1bd";
1453 }
1454 .fa-soundcloud:before {
1455   content: "\f1be";
1456 }
1457 .fa-database:before {
1458   content: "\f1c0";
1459 }
1460 .fa-file-pdf-o:before {
1461   content: "\f1c1";
1462 }
1463 .fa-file-word-o:before {
1464   content: "\f1c2";
1465 }
1466 .fa-file-excel-o:before {
1467   content: "\f1c3";
1468 }
1469 .fa-file-powerpoint-o:before {
1470   content: "\f1c4";
1471 }
1472 .fa-file-photo-o:before,
1473 .fa-file-picture-o:before,
1474 .fa-file-image-o:before {
1475   content: "\f1c5";
1476 }
1477 .fa-file-zip-o:before,
1478 .fa-file-archive-o:before {
1479   content: "\f1c6";
1480 }
1481 .fa-file-sound-o:before,
1482 .fa-file-audio-o:before {
1483   content: "\f1c7";
1484 }
1485 .fa-file-movie-o:before,
1486 .fa-file-video-o:before {
1487   content: "\f1c8";
1488 }
1489 .fa-file-code-o:before {
1490   content: "\f1c9";
1491 }
1492 .fa-vine:before {
1493   content: "\f1ca";
1494 }
1495 .fa-codepen:before {
1496   content: "\f1cb";
1497 }
1498 .fa-jsfiddle:before {
1499   content: "\f1cc";
1500 }
1501 .fa-life-bouy:before,
1502 .fa-life-buoy:before,
1503 .fa-life-saver:before,
1504 .fa-support:before,
1505 .fa-life-ring:before {
1506   content: "\f1cd";
1507 }
1508 .fa-circle-o-notch:before {
1509   content: "\f1ce";
1510 }
1511 .fa-ra:before,
1512 .fa-resistance:before,
1513 .fa-rebel:before {
1514   content: "\f1d0";
1515 }
1516 .fa-ge:before,
1517 .fa-empire:before {
1518   content: "\f1d1";
1519 }
1520 .fa-git-square:before {
1521   content: "\f1d2";
1522 }
1523 .fa-git:before {
1524   content: "\f1d3";
1525 }
1526 .fa-y-combinator-square:before,
1527 .fa-yc-square:before,
1528 .fa-hacker-news:before {
1529   content: "\f1d4";
1530 }
1531 .fa-tencent-weibo:before {
1532   content: "\f1d5";
1533 }
1534 .fa-qq:before {
1535   content: "\f1d6";
1536 }
1537 .fa-wechat:before,
1538 .fa-weixin:before {
1539   content: "\f1d7";
1540 }
1541 .fa-send:before,
1542 .fa-paper-plane:before {
1543   content: "\f1d8";
1544 }
1545 .fa-send-o:before,
1546 .fa-paper-plane-o:before {
1547   content: "\f1d9";
1548 }
1549 .fa-history:before {
1550   content: "\f1da";
1551 }
1552 .fa-circle-thin:before {
1553   content: "\f1db";
1554 }
1555 .fa-header:before {
1556   content: "\f1dc";
1557 }
1558 .fa-paragraph:before {
1559   content: "\f1dd";
1560 }
1561 .fa-sliders:before {
1562   content: "\f1de";
1563 }
1564 .fa-share-alt:before {
1565   content: "\f1e0";
1566 }
1567 .fa-share-alt-square:before {
1568   content: "\f1e1";
1569 }
1570 .fa-bomb:before {
1571   content: "\f1e2";
1572 }
1573 .fa-soccer-ball-o:before,
1574 .fa-futbol-o:before {
1575   content: "\f1e3";
1576 }
1577 .fa-tty:before {
1578   content: "\f1e4";
1579 }
1580 .fa-binoculars:before {
1581   content: "\f1e5";
1582 }
1583 .fa-plug:before {
1584   content: "\f1e6";
1585 }
1586 .fa-slideshare:before {
1587   content: "\f1e7";
1588 }
1589 .fa-twitch:before {
1590   content: "\f1e8";
1591 }
1592 .fa-yelp:before {
1593   content: "\f1e9";
1594 }
1595 .fa-newspaper-o:before {
1596   content: "\f1ea";
1597 }
1598 .fa-wifi:before {
1599   content: "\f1eb";
1600 }
1601 .fa-calculator:before {
1602   content: "\f1ec";
1603 }
1604 .fa-paypal:before {
1605   content: "\f1ed";
1606 }
1607 .fa-google-wallet:before {
1608   content: "\f1ee";
1609 }
1610 .fa-cc-visa:before {
1611   content: "\f1f0";
1612 }
1613 .fa-cc-mastercard:before {
1614   content: "\f1f1";
1615 }
1616 .fa-cc-discover:before {
1617   content: "\f1f2";
1618 }
1619 .fa-cc-amex:before {
1620   content: "\f1f3";
1621 }
1622 .fa-cc-paypal:before {
1623   content: "\f1f4";
1624 }
1625 .fa-cc-stripe:before {
1626   content: "\f1f5";
1627 }
1628 .fa-bell-slash:before {
1629   content: "\f1f6";
1630 }
1631 .fa-bell-slash-o:before {
1632   content: "\f1f7";
1633 }
1634 .fa-trash:before {
1635   content: "\f1f8";
1636 }
1637 .fa-copyright:before {
1638   content: "\f1f9";
1639 }
1640 .fa-at:before {
1641   content: "\f1fa";
1642 }
1643 .fa-eyedropper:before {
1644   content: "\f1fb";
1645 }
1646 .fa-paint-brush:before {
1647   content: "\f1fc";
1648 }
1649 .fa-birthday-cake:before {
1650   content: "\f1fd";
1651 }
1652 .fa-area-chart:before {
1653   content: "\f1fe";
1654 }
1655 .fa-pie-chart:before {
1656   content: "\f200";
1657 }
1658 .fa-line-chart:before {
1659   content: "\f201";
1660 }
1661 .fa-lastfm:before {
1662   content: "\f202";
1663 }
1664 .fa-lastfm-square:before {
1665   content: "\f203";
1666 }
1667 .fa-toggle-off:before {
1668   content: "\f204";
1669 }
1670 .fa-toggle-on:before {
1671   content: "\f205";
1672 }
1673 .fa-bicycle:before {
1674   content: "\f206";
1675 }
1676 .fa-bus:before {
1677   content: "\f207";
1678 }
1679 .fa-ioxhost:before {
1680   content: "\f208";
1681 }
1682 .fa-angellist:before {
1683   content: "\f209";
1684 }
1685 .fa-cc:before {
1686   content: "\f20a";
1687 }
1688 .fa-shekel:before,
1689 .fa-sheqel:before,
1690 .fa-ils:before {
1691   content: "\f20b";
1692 }
1693 .fa-meanpath:before {
1694   content: "\f20c";
1695 }
1696 .fa-buysellads:before {
1697   content: "\f20d";
1698 }
1699 .fa-connectdevelop:before {
1700   content: "\f20e";
1701 }
1702 .fa-dashcube:before {
1703   content: "\f210";
1704 }
1705 .fa-forumbee:before {
1706   content: "\f211";
1707 }
1708 .fa-leanpub:before {
1709   content: "\f212";
1710 }
1711 .fa-sellsy:before {
1712   content: "\f213";
1713 }
1714 .fa-shirtsinbulk:before {
1715   content: "\f214";
1716 }
1717 .fa-simplybuilt:before {
1718   content: "\f215";
1719 }
1720 .fa-skyatlas:before {
1721   content: "\f216";
1722 }
1723 .fa-cart-plus:before {
1724   content: "\f217";
1725 }
1726 .fa-cart-arrow-down:before {
1727   content: "\f218";
1728 }
1729 .fa-diamond:before {
1730   content: "\f219";
1731 }
1732 .fa-ship:before {
1733   content: "\f21a";
1734 }
1735 .fa-user-secret:before {
1736   content: "\f21b";
1737 }
1738 .fa-motorcycle:before {
1739   content: "\f21c";
1740 }
1741 .fa-street-view:before {
1742   content: "\f21d";
1743 }
1744 .fa-heartbeat:before {
1745   content: "\f21e";
1746 }
1747 .fa-venus:before {
1748   content: "\f221";
1749 }
1750 .fa-mars:before {
1751   content: "\f222";
1752 }
1753 .fa-mercury:before {
1754   content: "\f223";
1755 }
1756 .fa-intersex:before,
1757 .fa-transgender:before {
1758   content: "\f224";
1759 }
1760 .fa-transgender-alt:before {
1761   content: "\f225";
1762 }
1763 .fa-venus-double:before {
1764   content: "\f226";
1765 }
1766 .fa-mars-double:before {
1767   content: "\f227";
1768 }
1769 .fa-venus-mars:before {
1770   content: "\f228";
1771 }
1772 .fa-mars-stroke:before {
1773   content: "\f229";
1774 }
1775 .fa-mars-stroke-v:before {
1776   content: "\f22a";
1777 }
1778 .fa-mars-stroke-h:before {
1779   content: "\f22b";
1780 }
1781 .fa-neuter:before {
1782   content: "\f22c";
1783 }
1784 .fa-genderless:before {
1785   content: "\f22d";
1786 }
1787 .fa-facebook-official:before {
1788   content: "\f230";
1789 }
1790 .fa-pinterest-p:before {
1791   content: "\f231";
1792 }
1793 .fa-whatsapp:before {
1794   content: "\f232";
1795 }
1796 .fa-server:before {
1797   content: "\f233";
1798 }
1799 .fa-user-plus:before {
1800   content: "\f234";
1801 }
1802 .fa-user-times:before {
1803   content: "\f235";
1804 }
1805 .fa-hotel:before,
1806 .fa-bed:before {
1807   content: "\f236";
1808 }
1809 .fa-viacoin:before {
1810   content: "\f237";
1811 }
1812 .fa-train:before {
1813   content: "\f238";
1814 }
1815 .fa-subway:before {
1816   content: "\f239";
1817 }
1818 .fa-medium:before {
1819   content: "\f23a";
1820 }
1821 .fa-yc:before,
1822 .fa-y-combinator:before {
1823   content: "\f23b";
1824 }
1825 .fa-optin-monster:before {
1826   content: "\f23c";
1827 }
1828 .fa-opencart:before {
1829   content: "\f23d";
1830 }
1831 .fa-expeditedssl:before {
1832   content: "\f23e";
1833 }
1834 .fa-battery-4:before,
1835 .fa-battery-full:before {
1836   content: "\f240";
1837 }
1838 .fa-battery-3:before,
1839 .fa-battery-three-quarters:before {
1840   content: "\f241";
1841 }
1842 .fa-battery-2:before,
1843 .fa-battery-half:before {
1844   content: "\f242";
1845 }
1846 .fa-battery-1:before,
1847 .fa-battery-quarter:before {
1848   content: "\f243";
1849 }
1850 .fa-battery-0:before,
1851 .fa-battery-empty:before {
1852   content: "\f244";
1853 }
1854 .fa-mouse-pointer:before {
1855   content: "\f245";
1856 }
1857 .fa-i-cursor:before {
1858   content: "\f246";
1859 }
1860 .fa-object-group:before {
1861   content: "\f247";
1862 }
1863 .fa-object-ungroup:before {
1864   content: "\f248";
1865 }
1866 .fa-sticky-note:before {
1867   content: "\f249";
1868 }
1869 .fa-sticky-note-o:before {
1870   content: "\f24a";
1871 }
1872 .fa-cc-jcb:before {
1873   content: "\f24b";
1874 }
1875 .fa-cc-diners-club:before {
1876   content: "\f24c";
1877 }
1878 .fa-clone:before {
1879   content: "\f24d";
1880 }
1881 .fa-balance-scale:before {
1882   content: "\f24e";
1883 }
1884 .fa-hourglass-o:before {
1885   content: "\f250";
1886 }
1887 .fa-hourglass-1:before,
1888 .fa-hourglass-start:before {
1889   content: "\f251";
1890 }
1891 .fa-hourglass-2:before,
1892 .fa-hourglass-half:before {
1893   content: "\f252";
1894 }
1895 .fa-hourglass-3:before,
1896 .fa-hourglass-end:before {
1897   content: "\f253";
1898 }
1899 .fa-hourglass:before {
1900   content: "\f254";
1901 }
1902 .fa-hand-grab-o:before,
1903 .fa-hand-rock-o:before {
1904   content: "\f255";
1905 }
1906 .fa-hand-stop-o:before,
1907 .fa-hand-paper-o:before {
1908   content: "\f256";
1909 }
1910 .fa-hand-scissors-o:before {
1911   content: "\f257";
1912 }
1913 .fa-hand-lizard-o:before {
1914   content: "\f258";
1915 }
1916 .fa-hand-spock-o:before {
1917   content: "\f259";
1918 }
1919 .fa-hand-pointer-o:before {
1920   content: "\f25a";
1921 }
1922 .fa-hand-peace-o:before {
1923   content: "\f25b";
1924 }
1925 .fa-trademark:before {
1926   content: "\f25c";
1927 }
1928 .fa-registered:before {
1929   content: "\f25d";
1930 }
1931 .fa-creative-commons:before {
1932   content: "\f25e";
1933 }
1934 .fa-gg:before {
1935   content: "\f260";
1936 }
1937 .fa-gg-circle:before {
1938   content: "\f261";
1939 }
1940 .fa-tripadvisor:before {
1941   content: "\f262";
1942 }
1943 .fa-odnoklassniki:before {
1944   content: "\f263";
1945 }
1946 .fa-odnoklassniki-square:before {
1947   content: "\f264";
1948 }
1949 .fa-get-pocket:before {
1950   content: "\f265";
1951 }
1952 .fa-wikipedia-w:before {
1953   content: "\f266";
1954 }
1955 .fa-safari:before {
1956   content: "\f267";
1957 }
1958 .fa-chrome:before {
1959   content: "\f268";
1960 }
1961 .fa-firefox:before {
1962   content: "\f269";
1963 }
1964 .fa-opera:before {
1965   content: "\f26a";
1966 }
1967 .fa-internet-explorer:before {
1968   content: "\f26b";
1969 }
1970 .fa-tv:before,
1971 .fa-television:before {
1972   content: "\f26c";
1973 }
1974 .fa-contao:before {
1975   content: "\f26d";
1976 }
1977 .fa-500px:before {
1978   content: "\f26e";
1979 }
1980 .fa-amazon:before {
1981   content: "\f270";
1982 }
1983 .fa-calendar-plus-o:before {
1984   content: "\f271";
1985 }
1986 .fa-calendar-minus-o:before {
1987   content: "\f272";
1988 }
1989 .fa-calendar-times-o:before {
1990   content: "\f273";
1991 }
1992 .fa-calendar-check-o:before {
1993   content: "\f274";
1994 }
1995 .fa-industry:before {
1996   content: "\f275";
1997 }
1998 .fa-map-pin:before {
1999   content: "\f276";
2000 }
2001 .fa-map-signs:before {
2002   content: "\f277";
2003 }
2004 .fa-map-o:before {
2005   content: "\f278";
2006 }
2007 .fa-map:before {
2008   content: "\f279";
2009 }
2010 .fa-commenting:before {
2011   content: "\f27a";
2012 }
2013 .fa-commenting-o:before {
2014   content: "\f27b";
2015 }
2016 .fa-houzz:before {
2017   content: "\f27c";
2018 }
2019 .fa-vimeo:before {
2020   content: "\f27d";
2021 }
2022 .fa-black-tie:before {
2023   content: "\f27e";
2024 }
2025 .fa-fonticons:before {
2026   content: "\f280";
2027 }
2028 .fa-reddit-alien:before {
2029   content: "\f281";
2030 }
2031 .fa-edge:before {
2032   content: "\f282";
2033 }
2034 .fa-credit-card-alt:before {
2035   content: "\f283";
2036 }
2037 .fa-codiepie:before {
2038   content: "\f284";
2039 }
2040 .fa-modx:before {
2041   content: "\f285";
2042 }
2043 .fa-fort-awesome:before {
2044   content: "\f286";
2045 }
2046 .fa-usb:before {
2047   content: "\f287";
2048 }
2049 .fa-product-hunt:before {
2050   content: "\f288";
2051 }
2052 .fa-mixcloud:before {
2053   content: "\f289";
2054 }
2055 .fa-scribd:before {
2056   content: "\f28a";
2057 }
2058 .fa-pause-circle:before {
2059   content: "\f28b";
2060 }
2061 .fa-pause-circle-o:before {
2062   content: "\f28c";
2063 }
2064 .fa-stop-circle:before {
2065   content: "\f28d";
2066 }
2067 .fa-stop-circle-o:before {
2068   content: "\f28e";
2069 }
2070 .fa-shopping-bag:before {
2071   content: "\f290";
2072 }
2073 .fa-shopping-basket:before {
2074   content: "\f291";
2075 }
2076 .fa-hashtag:before {
2077   content: "\f292";
2078 }
2079 .fa-bluetooth:before {
2080   content: "\f293";
2081 }
2082 .fa-bluetooth-b:before {
2083   content: "\f294";
2084 }
2085 .fa-percent:before {
2086   content: "\f295";
2087 }
2088 .fa-gitlab:before {
2089   content: "\f296";
2090 }
2091 .fa-wpbeginner:before {
2092   content: "\f297";
2093 }
2094 .fa-wpforms:before {
2095   content: "\f298";
2096 }
2097 .fa-envira:before {
2098   content: "\f299";
2099 }
2100 .fa-universal-access:before {
2101   content: "\f29a";
2102 }
2103 .fa-wheelchair-alt:before {
2104   content: "\f29b";
2105 }
2106 .fa-question-circle-o:before {
2107   content: "\f29c";
2108 }
2109 .fa-blind:before {
2110   content: "\f29d";
2111 }
2112 .fa-audio-description:before {
2113   content: "\f29e";
2114 }
2115 .fa-volume-control-phone:before {
2116   content: "\f2a0";
2117 }
2118 .fa-braille:before {
2119   content: "\f2a1";
2120 }
2121 .fa-assistive-listening-systems:before {
2122   content: "\f2a2";
2123 }
2124 .fa-asl-interpreting:before,
2125 .fa-american-sign-language-interpreting:before {
2126   content: "\f2a3";
2127 }
2128 .fa-deafness:before,
2129 .fa-hard-of-hearing:before,
2130 .fa-deaf:before {
2131   content: "\f2a4";
2132 }
2133 .fa-glide:before {
2134   content: "\f2a5";
2135 }
2136 .fa-glide-g:before {
2137   content: "\f2a6";
2138 }
2139 .fa-signing:before,
2140 .fa-sign-language:before {
2141   content: "\f2a7";
2142 }
2143 .fa-low-vision:before {
2144   content: "\f2a8";
2145 }
2146 .fa-viadeo:before {
2147   content: "\f2a9";
2148 }
2149 .fa-viadeo-square:before {
2150   content: "\f2aa";
2151 }
2152 .fa-snapchat:before {
2153   content: "\f2ab";
2154 }
2155 .fa-snapchat-ghost:before {
2156   content: "\f2ac";
2157 }
2158 .fa-snapchat-square:before {
2159   content: "\f2ad";
2160 }
2161 .fa-pied-piper:before {
2162   content: "\f2ae";
2163 }
2164 .fa-first-order:before {
2165   content: "\f2b0";
2166 }
2167 .fa-yoast:before {
2168   content: "\f2b1";
2169 }
2170 .fa-themeisle:before {
2171   content: "\f2b2";
2172 }
2173 .fa-google-plus-circle:before,
2174 .fa-google-plus-official:before {
2175   content: "\f2b3";
2176 }
2177 .fa-fa:before,
2178 .fa-font-awesome:before {
2179   content: "\f2b4";
2180 }
2181 .sr-only {
2182   position: absolute;
2183   width: 1px;
2184   height: 1px;
2185   padding: 0;
2186   margin: -1px;
2187   overflow: hidden;
2188   clip: rect(0, 0, 0, 0);
2189   border: 0;
2190 }
2191 .sr-only-focusable:active,
2192 .sr-only-focusable:focus {
2193   position: static;
2194   width: auto;
2195   height: auto;
2196   margin: 0;
2197   overflow: visible;
2198   clip: auto;
2199 }