Advertisement
LizardCrime

Leet3

Jan 12th, 2017
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.50 KB | None | 0 0
  1. Font-Awesome.css leetcc by @LizardCrime
  2.  
  3.  
  4.  
  5. /*!
  6. * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
  7. * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  8. */
  9. /* FONT PATH
  10. * -------------------------- */
  11. @font-face {
  12. font-family: 'FontAwesome';
  13. src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  14. 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');
  15. font-weight: normal;
  16. font-style: normal;
  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. .fa-pull-left {
  72. float: left;
  73. }
  74. .fa-pull-right {
  75. float: right;
  76. }
  77. .fa.fa-pull-left {
  78. margin-right: .3em;
  79. }
  80. .fa.fa-pull-right {
  81. margin-left: .3em;
  82. }
  83. /* Deprecated as of 4.4.0 */
  84. .pull-right {
  85. float: right;
  86. }
  87. .pull-left {
  88. float: left;
  89. }
  90. .fa.pull-left {
  91. margin-right: .3em;
  92. }
  93. .fa.pull-right {
  94. margin-left: .3em;
  95. }
  96. .fa-spin {
  97. -webkit-animation: fa-spin 2s infinite linear;
  98. animation: fa-spin 2s infinite linear;
  99. }
  100. .fa-pulse {
  101. -webkit-animation: fa-spin 1s infinite steps(8);
  102. animation: fa-spin 1s infinite steps(8);
  103. }
  104. @-webkit-keyframes fa-spin {
  105. 0% {
  106. -webkit-transform: rotate(0deg);
  107. transform: rotate(0deg);
  108. }
  109. 100% {
  110. -webkit-transform: rotate(359deg);
  111. transform: rotate(359deg);
  112. }
  113. }
  114. @keyframes fa-spin {
  115. 0% {
  116. -webkit-transform: rotate(0deg);
  117. transform: rotate(0deg);
  118. }
  119. 100% {
  120. -webkit-transform: rotate(359deg);
  121. transform: rotate(359deg);
  122. }
  123. }
  124. .fa-rotate-90 {
  125. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  126. -webkit-transform: rotate(90deg);
  127. -ms-transform: rotate(90deg);
  128. transform: rotate(90deg);
  129. }
  130. .fa-rotate-180 {
  131. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  132. -webkit-transform: rotate(180deg);
  133. -ms-transform: rotate(180deg);
  134. transform: rotate(180deg);
  135. }
  136. .fa-rotate-270 {
  137. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  138. -webkit-transform: rotate(270deg);
  139. -ms-transform: rotate(270deg);
  140. transform: rotate(270deg);
  141. }
  142. .fa-flip-horizontal {
  143. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  144. -webkit-transform: scale(-1, 1);
  145. -ms-transform: scale(-1, 1);
  146. transform: scale(-1, 1);
  147. }
  148. .fa-flip-vertical {
  149. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  150. -webkit-transform: scale(1, -1);
  151. -ms-transform: scale(1, -1);
  152. transform: scale(1, -1);
  153. }
  154. :root .fa-rotate-90,
  155. :root .fa-rotate-180,
  156. :root .fa-rotate-270,
  157. :root .fa-flip-horizontal,
  158. :root .fa-flip-vertical {
  159. filter: none;
  160. }
  161. .fa-stack {
  162. position: relative;
  163. display: inline-block;
  164. width: 2em;
  165. height: 2em;
  166. line-height: 2em;
  167. vertical-align: middle;
  168. }
  169. .fa-stack-1x,
  170. .fa-stack-2x {
  171. position: absolute;
  172. left: 0;
  173. width: 100%;
  174. text-align: center;
  175. }
  176. .fa-stack-1x {
  177. line-height: inherit;
  178. }
  179. .fa-stack-2x {
  180. font-size: 2em;
  181. }
  182. .fa-inverse {
  183. color: #ffffff;
  184. }
  185. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  186. readers do not read off random characters that represent icons */
  187. .fa-glass:before {
  188. content: "\f000";
  189. }
  190. .fa-music:before {
  191. content: "\f001";
  192. }
  193. .fa-search:before {
  194. content: "\f002";
  195. }
  196. .fa-envelope-o:before {
  197. content: "\f003";
  198. }
  199. .fa-heart:before {
  200. content: "\f004";
  201. }
  202. .fa-star:before {
  203. content: "\f005";
  204. }
  205. .fa-star-o:before {
  206. content: "\f006";
  207. }
  208. .fa-user:before {
  209. content: "\f007";
  210. }
  211. .fa-film:before {
  212. content: "\f008";
  213. }
  214. .fa-th-large:before {
  215. content: "\f009";
  216. }
  217. .fa-th:before {
  218. content: "\f00a";
  219. }
  220. .fa-th-list:before {
  221. content: "\f00b";
  222. }
  223. .fa-check:before {
  224. content: "\f00c";
  225. }
  226. .fa-remove:before,
  227. .fa-close:before,
  228. .fa-times:before {
  229. content: "\f00d";
  230. }
  231. .fa-search-plus:before {
  232. content: "\f00e";
  233. }
  234. .fa-search-minus:before {
  235. content: "\f010";
  236. }
  237. .fa-power-off:before {
  238. content: "\f011";
  239. }
  240. .fa-signal:before {
  241. content: "\f012";
  242. }
  243. .fa-gear:before,
  244. .fa-cog:before {
  245. content: "\f013";
  246. }
  247. .fa-trash-o:before {
  248. content: "\f014";
  249. }
  250. .fa-home:before {
  251. content: "\f015";
  252. }
  253. .fa-file-o:before {
  254. content: "\f016";
  255. }
  256. .fa-clock-o:before {
  257. content: "\f017";
  258. }
  259. .fa-road:before {
  260. content: "\f018";
  261. }
  262. .fa-download:before {
  263. content: "\f019";
  264. }
  265. .fa-arrow-circle-o-down:before {
  266. content: "\f01a";
  267. }
  268. .fa-arrow-circle-o-up:before {
  269. content: "\f01b";
  270. }
  271. .fa-inbox:before {
  272. content: "\f01c";
  273. }
  274. .fa-play-circle-o:before {
  275. content: "\f01d";
  276. }
  277. .fa-rotate-right:before,
  278. .fa-repeat:before {
  279. content: "\f01e";
  280. }
  281. .fa-refresh:before {
  282. content: "\f021";
  283. }
  284. .fa-list-alt:before {
  285. content: "\f022";
  286. }
  287. .fa-lock:before {
  288. content: "\f023";
  289. }
  290. .fa-flag:before {
  291. content: "\f024";
  292. }
  293. .fa-headphones:before {
  294. content: "\f025";
  295. }
  296. .fa-volume-off:before {
  297. content: "\f026";
  298. }
  299. .fa-volume-down:before {
  300. content: "\f027";
  301. }
  302. .fa-volume-up:before {
  303. content: "\f028";
  304. }
  305. .fa-qrcode:before {
  306. content: "\f029";
  307. }
  308. .fa-barcode:before {
  309. content: "\f02a";
  310. }
  311. .fa-tag:before {
  312. content: "\f02b";
  313. }
  314. .fa-tags:before {
  315. content: "\f02c";
  316. }
  317. .fa-book:before {
  318. content: "\f02d";
  319. }
  320. .fa-bookmark:before {
  321. content: "\f02e";
  322. }
  323. .fa-print:before {
  324. content: "\f02f";
  325. }
  326. .fa-camera:before {
  327. content: "\f030";
  328. }
  329. .fa-font:before {
  330. content: "\f031";
  331. }
  332. .fa-bold:before {
  333. content: "\f032";
  334. }
  335. .fa-italic:before {
  336. content: "\f033";
  337. }
  338. .fa-text-height:before {
  339. content: "\f034";
  340. }
  341. .fa-text-width:before {
  342. content: "\f035";
  343. }
  344. .fa-align-left:before {
  345. content: "\f036";
  346. }
  347. .fa-align-center:before {
  348. content: "\f037";
  349. }
  350. .fa-align-right:before {
  351. content: "\f038";
  352. }
  353. .fa-align-justify:before {
  354. content: "\f039";
  355. }
  356. .fa-list:before {
  357. content: "\f03a";
  358. }
  359. .fa-dedent:before,
  360. .fa-outdent:before {
  361. content: "\f03b";
  362. }
  363. .fa-indent:before {
  364. content: "\f03c";
  365. }
  366. .fa-video-camera:before {
  367. content: "\f03d";
  368. }
  369. .fa-photo:before,
  370. .fa-image:before,
  371. .fa-picture-o:before {
  372. content: "\f03e";
  373. }
  374. .fa-pencil:before {
  375. content: "\f040";
  376. }
  377. .fa-map-marker:before {
  378. content: "\f041";
  379. }
  380. .fa-adjust:before {
  381. content: "\f042";
  382. }
  383. .fa-tint:before {
  384. content: "\f043";
  385. }
  386. .fa-edit:before,
  387. .fa-pencil-square-o:before {
  388. content: "\f044";
  389. }
  390. .fa-share-square-o:before {
  391. content: "\f045";
  392. }
  393. .fa-check-square-o:before {
  394. content: "\f046";
  395. }
  396. .fa-arrows:before {
  397. content: "\f047";
  398. }
  399. .fa-step-backward:before {
  400. content: "\f048";
  401. }
  402. .fa-fast-backward:before {
  403. content: "\f049";
  404. }
  405. .fa-backward:before {
  406. content: "\f04a";
  407. }
  408. .fa-play:before {
  409. content: "\f04b";
  410. }
  411. .fa-pause:before {
  412. content: "\f04c";
  413. }
  414. .fa-stop:before {
  415. content: "\f04d";
  416. }
  417. .fa-forward:before {
  418. content: "\f04e";
  419. }
  420. .fa-fast-forward:before {
  421. content: "\f050";
  422. }
  423. .fa-step-forward:before {
  424. content: "\f051";
  425. }
  426. .fa-eject:before {
  427. content: "\f052";
  428. }
  429. .fa-chevron-left:before {
  430. content: "\f053";
  431. }
  432. .fa-chevron-right:before {
  433. content: "\f054";
  434. }
  435. .fa-plus-circle:before {
  436. content: "\f055";
  437. }
  438. .fa-minus-circle:before {
  439. content: "\f056";
  440. }
  441. .fa-times-circle:before {
  442. content: "\f057";
  443. }
  444. .fa-check-circle:before {
  445. content: "\f058";
  446. }
  447. .fa-question-circle:before {
  448. content: "\f059";
  449. }
  450. .fa-info-circle:before {
  451. content: "\f05a";
  452. }
  453. .fa-crosshairs:before {
  454. content: "\f05b";
  455. }
  456. .fa-times-circle-o:before {
  457. content: "\f05c";
  458. }
  459. .fa-check-circle-o:before {
  460. content: "\f05d";
  461. }
  462. .fa-ban:before {
  463. content: "\f05e";
  464. }
  465. .fa-arrow-left:before {
  466. content: "\f060";
  467. }
  468. .fa-arrow-right:before {
  469. content: "\f061";
  470. }
  471. .fa-arrow-up:before {
  472. content: "\f062";
  473. }
  474. .fa-arrow-down:before {
  475. content: "\f063";
  476. }
  477. .fa-mail-forward:before,
  478. .fa-share:before {
  479. content: "\f064";
  480. }
  481. .fa-expand:before {
  482. content: "\f065";
  483. }
  484. .fa-compress:before {
  485. content: "\f066";
  486. }
  487. .fa-plus:before {
  488. content: "\f067";
  489. }
  490. .fa-minus:before {
  491. content: "\f068";
  492. }
  493. .fa-asterisk:before {
  494. content: "\f069";
  495. }
  496. .fa-exclamation-circle:before {
  497. content: "\f06a";
  498. }
  499. .fa-gift:before {
  500. content: "\f06b";
  501. }
  502. .fa-leaf:before {
  503. content: "\f06c";
  504. }
  505. .fa-fire:before {
  506. content: "\f06d";
  507. }
  508. .fa-eye:before {
  509. content: "\f06e";
  510. }
  511. .fa-eye-slash:before {
  512. content: "\f070";
  513. }
  514. .fa-warning:before,
  515. .fa-exclamation-triangle:before {
  516. content: "\f071";
  517. }
  518. .fa-plane:before {
  519. content: "\f072";
  520. }
  521. .fa-calendar:before {
  522. content: "\f073";
  523. }
  524. .fa-random:before {
  525. content: "\f074";
  526. }
  527. .fa-comment:before {
  528. content: "\f075";
  529. }
  530. .fa-magnet:before {
  531. content: "\f076";
  532. }
  533. .fa-chevron-up:before {
  534. content: "\f077";
  535. }
  536. .fa-chevron-down:before {
  537. content: "\f078";
  538. }
  539. .fa-retweet:before {
  540. content: "\f079";
  541. }
  542. .fa-shopping-cart:before {
  543. content: "\f07a";
  544. }
  545. .fa-folder:before {
  546. content: "\f07b";
  547. }
  548. .fa-folder-open:before {
  549. content: "\f07c";
  550. }
  551. .fa-arrows-v:before {
  552. content: "\f07d";
  553. }
  554. .fa-arrows-h:before {
  555. content: "\f07e";
  556. }
  557. .fa-bar-chart-o:before,
  558. .fa-bar-chart:before {
  559. content: "\f080";
  560. }
  561. .fa-twitter-square:before {
  562. content: "\f081";
  563. }
  564. .fa-facebook-square:before {
  565. content: "\f082";
  566. }
  567. .fa-camera-retro:before {
  568. content: "\f083";
  569. }
  570. .fa-key:before {
  571. content: "\f084";
  572. }
  573. .fa-gears:before,
  574. .fa-cogs:before {
  575. content: "\f085";
  576. }
  577. .fa-comments:before {
  578. content: "\f086";
  579. }
  580. .fa-thumbs-o-up:before {
  581. content: "\f087";
  582. }
  583. .fa-thumbs-o-down:before {
  584. content: "\f088";
  585. }
  586. .fa-star-half:before {
  587. content: "\f089";
  588. }
  589. .fa-heart-o:before {
  590. content: "\f08a";
  591. }
  592. .fa-sign-out:before {
  593. content: "\f08b";
  594. }
  595. .fa-linkedin-square:before {
  596. content: "\f08c";
  597. }
  598. .fa-thumb-tack:before {
  599. content: "\f08d";
  600. }
  601. .fa-external-link:before {
  602. content: "\f08e";
  603. }
  604. .fa-sign-in:before {
  605. content: "\f090";
  606. }
  607. .fa-trophy:before {
  608. content: "\f091";
  609. }
  610. .fa-github-square:before {
  611. content: "\f092";
  612. }
  613. .fa-upload:before {
  614. content: "\f093";
  615. }
  616. .fa-lemon-o:before {
  617. content: "\f094";
  618. }
  619. .fa-phone:before {
  620. content: "\f095";
  621. }
  622. .fa-square-o:before {
  623. content: "\f096";
  624. }
  625. .fa-bookmark-o:before {
  626. content: "\f097";
  627. }
  628. .fa-phone-square:before {
  629. content: "\f098";
  630. }
  631. .fa-twitter:before {
  632. content: "\f099";
  633. }
  634. .fa-facebook-f:before,
  635. .fa-facebook:before {
  636. content: "\f09a";
  637. }
  638. .fa-github:before {
  639. content: "\f09b";
  640. }
  641. .fa-unlock:before {
  642. content: "\f09c";
  643. }
  644. .fa-credit-card:before {
  645. content: "\f09d";
  646. }
  647. .fa-feed:before,
  648. .fa-rss:before {
  649. content: "\f09e";
  650. }
  651. .fa-hdd-o:before {
  652. content: "\f0a0";
  653. }
  654. .fa-bullhorn:before {
  655. content: "\f0a1";
  656. }
  657. .fa-bell:before {
  658. content: "\f0f3";
  659. }
  660. .fa-certificate:before {
  661. content: "\f0a3";
  662. }
  663. .fa-hand-o-right:before {
  664. content: "\f0a4";
  665. }
  666. .fa-hand-o-left:before {
  667. content: "\f0a5";
  668. }
  669. .fa-hand-o-up:before {
  670. content: "\f0a6";
  671. }
  672. .fa-hand-o-down:before {
  673. content: "\f0a7";
  674. }
  675. .fa-arrow-circle-left:before {
  676. content: "\f0a8";
  677. }
  678. .fa-arrow-circle-right:before {
  679. content: "\f0a9";
  680. }
  681. .fa-arrow-circle-up:before {
  682. content: "\f0aa";
  683. }
  684. .fa-arrow-circle-down:before {
  685. content: "\f0ab";
  686. }
  687. .fa-globe:before {
  688. content: "\f0ac";
  689. }
  690. .fa-wrench:before {
  691. content: "\f0ad";
  692. }
  693. .fa-tasks:before {
  694. content: "\f0ae";
  695. }
  696. .fa-filter:before {
  697. content: "\f0b0";
  698. }
  699. .fa-briefcase:before {
  700. content: "\f0b1";
  701. }
  702. .fa-arrows-alt:before {
  703. content: "\f0b2";
  704. }
  705. .fa-group:before,
  706. .fa-users:before {
  707. content: "\f0c0";
  708. }
  709. .fa-chain:before,
  710. .fa-link:before {
  711. content: "\f0c1";
  712. }
  713. .fa-cloud:before {
  714. content: "\f0c2";
  715. }
  716. .fa-flask:before {
  717. content: "\f0c3";
  718. }
  719. .fa-cut:before,
  720. .fa-scissors:before {
  721. content: "\f0c4";
  722. }
  723. .fa-copy:before,
  724. .fa-files-o:before {
  725. content: "\f0c5";
  726. }
  727. .fa-paperclip:before {
  728. content: "\f0c6";
  729. }
  730. .fa-save:before,
  731. .fa-floppy-o:before {
  732. content: "\f0c7";
  733. }
  734. .fa-square:before {
  735. content: "\f0c8";
  736. }
  737. .fa-navicon:before,
  738. .fa-reorder:before,
  739. .fa-bars:before {
  740. content: "\f0c9";
  741. }
  742. .fa-list-ul:before {
  743. content: "\f0ca";
  744. }
  745. .fa-list-ol:before {
  746. content: "\f0cb";
  747. }
  748. .fa-strikethrough:before {
  749. content: "\f0cc";
  750. }
  751. .fa-underline:before {
  752. content: "\f0cd";
  753. }
  754. .fa-table:before {
  755. content: "\f0ce";
  756. }
  757. .fa-magic:before {
  758. content: "\f0d0";
  759. }
  760. .fa-truck:before {
  761. content: "\f0d1";
  762. }
  763. .fa-pinterest:before {
  764. content: "\f0d2";
  765. }
  766. .fa-pinterest-square:before {
  767. content: "\f0d3";
  768. }
  769. .fa-google-plus-square:before {
  770. content: "\f0d4";
  771. }
  772. .fa-google-plus:before {
  773. content: "\f0d5";
  774. }
  775. .fa-money:before {
  776. content: "\f0d6";
  777. }
  778. .fa-caret-down:before {
  779. content: "\f0d7";
  780. }
  781. .fa-caret-up:before {
  782. content: "\f0d8";
  783. }
  784. .fa-caret-left:before {
  785. content: "\f0d9";
  786. }
  787. .fa-caret-right:before {
  788. content: "\f0da";
  789. }
  790. .fa-columns:before {
  791. content: "\f0db";
  792. }
  793. .fa-unsorted:before,
  794. .fa-sort:before {
  795. content: "\f0dc";
  796. }
  797. .fa-sort-down:before,
  798. .fa-sort-desc:before {
  799. content: "\f0dd";
  800. }
  801. .fa-sort-up:before,
  802. .fa-sort-asc:before {
  803. content: "\f0de";
  804. }
  805. .fa-envelope:before {
  806. content: "\f0e0";
  807. }
  808. .fa-linkedin:before {
  809. content: "\f0e1";
  810. }
  811. .fa-rotate-left:before,
  812. .fa-undo:before {
  813. content: "\f0e2";
  814. }
  815. .fa-legal:before,
  816. .fa-gavel:before {
  817. content: "\f0e3";
  818. }
  819. .fa-dashboard:before,
  820. .fa-tachometer:before {
  821. content: "\f0e4";
  822. }
  823. .fa-comment-o:before {
  824. content: "\f0e5";
  825. }
  826. .fa-comments-o:before {
  827. content: "\f0e6";
  828. }
  829. .fa-flash:before,
  830. .fa-bolt:before {
  831. content: "\f0e7";
  832. }
  833. .fa-sitemap:before {
  834. content: "\f0e8";
  835. }
  836. .fa-umbrella:before {
  837. content: "\f0e9";
  838. }
  839. .fa-paste:before,
  840. .fa-clipboard:before {
  841. content: "\f0ea";
  842. }
  843. .fa-lightbulb-o:before {
  844. content: "\f0eb";
  845. }
  846. .fa-exchange:before {
  847. content: "\f0ec";
  848. }
  849. .fa-cloud-download:before {
  850. content: "\f0ed";
  851. }
  852. .fa-cloud-upload:before {
  853. content: "\f0ee";
  854. }
  855. .fa-user-md:before {
  856. content: "\f0f0";
  857. }
  858. .fa-stethoscope:before {
  859. content: "\f0f1";
  860. }
  861. .fa-suitcase:before {
  862. content: "\f0f2";
  863. }
  864. .fa-bell-o:before {
  865. content: "\f0a2";
  866. }
  867. .fa-coffee:before {
  868. content: "\f0f4";
  869. }
  870. .fa-cutlery:before {
  871. content: "\f0f5";
  872. }
  873. .fa-file-text-o:before {
  874. content: "\f0f6";
  875. }
  876. .fa-building-o:before {
  877. content: "\f0f7";
  878. }
  879. .fa-hospital-o:before {
  880. content: "\f0f8";
  881. }
  882. .fa-ambulance:before {
  883. content: "\f0f9";
  884. }
  885. .fa-medkit:before {
  886. content: "\f0fa";
  887. }
  888. .fa-fighter-jet:before {
  889. content: "\f0fb";
  890. }
  891. .fa-beer:before {
  892. content: "\f0fc";
  893. }
  894. .fa-h-square:before {
  895. content: "\f0fd";
  896. }
  897. .fa-plus-square:before {
  898. content: "\f0fe";
  899. }
  900. .fa-angle-double-left:before {
  901. content: "\f100";
  902. }
  903. .fa-angle-double-right:before {
  904. content: "\f101";
  905. }
  906. .fa-angle-double-up:before {
  907. content: "\f102";
  908. }
  909. .fa-angle-double-down:before {
  910. content: "\f103";
  911. }
  912. .fa-angle-left:before {
  913. content: "\f104";
  914. }
  915. .fa-angle-right:before {
  916. content: "\f105";
  917. }
  918. .fa-angle-up:before {
  919. content: "\f106";
  920. }
  921. .fa-angle-down:before {
  922. content: "\f107";
  923. }
  924. .fa-desktop:before {
  925. content: "\f108";
  926. }
  927. .fa-laptop:before {
  928. content: "\f109";
  929. }
  930. .fa-tablet:before {
  931. content: "\f10a";
  932. }
  933. .fa-mobile-phone:before,
  934. .fa-mobile:before {
  935. content: "\f10b";
  936. }
  937. .fa-circle-o:before {
  938. content: "\f10c";
  939. }
  940. .fa-quote-left:before {
  941. content: "\f10d";
  942. }
  943. .fa-quote-right:before {
  944. content: "\f10e";
  945. }
  946. .fa-spinner:before {
  947. content: "\f110";
  948. }
  949. .fa-circle:before {
  950. content: "\f111";
  951. }
  952. .fa-mail-reply:before,
  953. .fa-reply:before {
  954. content: "\f112";
  955. }
  956. .fa-github-alt:before {
  957. content: "\f113";
  958. }
  959. .fa-folder-o:before {
  960. content: "\f114";
  961. }
  962. .fa-folder-open-o:before {
  963. content: "\f115";
  964. }
  965. .fa-smile-o:before {
  966. content: "\f118";
  967. }
  968. .fa-frown-o:before {
  969. content: "\f119";
  970. }
  971. .fa-meh-o:before {
  972. content: "\f11a";
  973. }
  974. .fa-gamepad:before {
  975. content: "\f11b";
  976. }
  977. .fa-keyboard-o:before {
  978. content: "\f11c";
  979. }
  980. .fa-flag-o:before {
  981. content: "\f11d";
  982. }
  983. .fa-flag-checkered:before {
  984. content: "\f11e";
  985. }
  986. .fa-terminal:before {
  987. content: "\f120";
  988. }
  989. .fa-code:before {
  990. content: "\f121";
  991. }
  992. .fa-mail-reply-all:before,
  993. .fa-reply-all:before {
  994. content: "\f122";
  995. }
  996. .fa-star-half-empty:before,
  997. .fa-star-half-full:before,
  998. .fa-star-half-o:before {
  999. content: "\f123";
  1000. }
  1001. .fa-location-arrow:before {
  1002. content: "\f124";
  1003. }
  1004. .fa-crop:before {
  1005. content: "\f125";
  1006. }
  1007. .fa-code-fork:before {
  1008. content: "\f126";
  1009. }
  1010. .fa-unlink:before,
  1011. .fa-chain-broken:before {
  1012. content: "\f127";
  1013. }
  1014. .fa-question:before {
  1015. content: "\f128";
  1016. }
  1017. .fa-info:before {
  1018. content: "\f129";
  1019. }
  1020. .fa-exclamation:before {
  1021. content: "\f12a";
  1022. }
  1023. .fa-superscript:before {
  1024. content: "\f12b";
  1025. }
  1026. .fa-subscript:before {
  1027. content: "\f12c";
  1028. }
  1029. .fa-eraser:before {
  1030. content: "\f12d";
  1031. }
  1032. .fa-puzzle-piece:before {
  1033. content: "\f12e";
  1034. }
  1035. .fa-microphone:before {
  1036. content: "\f130";
  1037. }
  1038. .fa-microphone-slash:before {
  1039. content: "\f131";
  1040. }
  1041. .fa-shield:before {
  1042. content: "\f132";
  1043. }
  1044. .fa-calendar-o:before {
  1045. content: "\f133";
  1046. }
  1047. .fa-fire-extinguisher:before {
  1048. content: "\f134";
  1049. }
  1050. .fa-rocket:before {
  1051. content: "\f135";
  1052. }
  1053. .fa-maxcdn:before {
  1054. content: "\f136";
  1055. }
  1056. .fa-chevron-circle-left:before {
  1057. content: "\f137";
  1058. }
  1059. .fa-chevron-circle-right:before {
  1060. content: "\f138";
  1061. }
  1062. .fa-chevron-circle-up:before {
  1063. content: "\f139";
  1064. }
  1065. .fa-chevron-circle-down:before {
  1066. content: "\f13a";
  1067. }
  1068. .fa-html5:before {
  1069. content: "\f13b";
  1070. }
  1071. .fa-css3:before {
  1072. content: "\f13c";
  1073. }
  1074. .fa-anchor:before {
  1075. content: "\f13d";
  1076. }
  1077. .fa-unlock-alt:before {
  1078. content: "\f13e";
  1079. }
  1080. .fa-bullseye:before {
  1081. content: "\f140";
  1082. }
  1083. .fa-ellipsis-h:before {
  1084. content: "\f141";
  1085. }
  1086. .fa-ellipsis-v:before {
  1087. content: "\f142";
  1088. }
  1089. .fa-rss-square:before {
  1090. content: "\f143";
  1091. }
  1092. .fa-play-circle:before {
  1093. content: "\f144";
  1094. }
  1095. .fa-ticket:before {
  1096. content: "\f145";
  1097. }
  1098. .fa-minus-square:before {
  1099. content: "\f146";
  1100. }
  1101. .fa-minus-square-o:before {
  1102. content: "\f147";
  1103. }
  1104. .fa-level-up:before {
  1105. content: "\f148";
  1106. }
  1107. .fa-level-down:before {
  1108. content: "\f149";
  1109. }
  1110. .fa-check-square:before {
  1111. content: "\f14a";
  1112. }
  1113. .fa-pencil-square:before {
  1114. content: "\f14b";
  1115. }
  1116. .fa-external-link-square:before {
  1117. content: "\f14c";
  1118. }
  1119. .fa-share-square:before {
  1120. content: "\f14d";
  1121. }
  1122. .fa-compass:before {
  1123. content: "\f14e";
  1124. }
  1125. .fa-toggle-down:before,
  1126. .fa-caret-square-o-down:before {
  1127. content: "\f150";
  1128. }
  1129. .fa-toggle-up:before,
  1130. .fa-caret-square-o-up:before {
  1131. content: "\f151";
  1132. }
  1133. .fa-toggle-right:before,
  1134. .fa-caret-square-o-right:before {
  1135. content: "\f152";
  1136. }
  1137. .fa-euro:before,
  1138. .fa-eur:before {
  1139. content: "\f153";
  1140. }
  1141. .fa-gbp:before {
  1142. content: "\f154";
  1143. }
  1144. .fa-dollar:before,
  1145. .fa-usd:before {
  1146. content: "\f155";
  1147. }
  1148. .fa-rupee:before,
  1149. .fa-inr:before {
  1150. content: "\f156";
  1151. }
  1152. .fa-cny:before,
  1153. .fa-rmb:before,
  1154. .fa-yen:before,
  1155. .fa-jpy:before {
  1156. content: "\f157";
  1157. }
  1158. .fa-ruble:before,
  1159. .fa-rouble:before,
  1160. .fa-rub:before {
  1161. content: "\f158";
  1162. }
  1163. .fa-won:before,
  1164. .fa-krw:before {
  1165. content: "\f159";
  1166. }
  1167. .fa-bitcoin:before,
  1168. .fa-btc:before {
  1169. content: "\f15a";
  1170. }
  1171. .fa-file:before {
  1172. content: "\f15b";
  1173. }
  1174. .fa-file-text:before {
  1175. content: "\f15c";
  1176. }
  1177. .fa-sort-alpha-asc:before {
  1178. content: "\f15d";
  1179. }
  1180. .fa-sort-alpha-desc:before {
  1181. content: "\f15e";
  1182. }
  1183. .fa-sort-amount-asc:before {
  1184. content: "\f160";
  1185. }
  1186. .fa-sort-amount-desc:before {
  1187. content: "\f161";
  1188. }
  1189. .fa-sort-numeric-asc:before {
  1190. content: "\f162";
  1191. }
  1192. .fa-sort-numeric-desc:before {
  1193. content: "\f163";
  1194. }
  1195. .fa-thumbs-up:before {
  1196. content: "\f164";
  1197. }
  1198. .fa-thumbs-down:before {
  1199. content: "\f165";
  1200. }
  1201. .fa-youtube-square:before {
  1202. content: "\f166";
  1203. }
  1204. .fa-youtube:before {
  1205. content: "\f167";
  1206. }
  1207. .fa-xing:before {
  1208. content: "\f168";
  1209. }
  1210. .fa-xing-square:before {
  1211. content: "\f169";
  1212. }
  1213. .fa-youtube-play:before {
  1214. content: "\f16a";
  1215. }
  1216. .fa-dropbox:before {
  1217. content: "\f16b";
  1218. }
  1219. .fa-stack-overflow:before {
  1220. content: "\f16c";
  1221. }
  1222. .fa-instagram:before {
  1223. content: "\f16d";
  1224. }
  1225. .fa-flickr:before {
  1226. content: "\f16e";
  1227. }
  1228. .fa-adn:before {
  1229. content: "\f170";
  1230. }
  1231. .fa-bitbucket:before {
  1232. content: "\f171";
  1233. }
  1234. .fa-bitbucket-square:before {
  1235. content: "\f172";
  1236. }
  1237. .fa-tumblr:before {
  1238. content: "\f173";
  1239. }
  1240. .fa-tumblr-square:before {
  1241. content: "\f174";
  1242. }
  1243. .fa-long-arrow-down:before {
  1244. content: "\f175";
  1245. }
  1246. .fa-long-arrow-up:before {
  1247. content: "\f176";
  1248. }
  1249. .fa-long-arrow-left:before {
  1250. content: "\f177";
  1251. }
  1252. .fa-long-arrow-right:before {
  1253. content: "\f178";
  1254. }
  1255. .fa-apple:before {
  1256. content: "\f179";
  1257. }
  1258. .fa-windows:before {
  1259. content: "\f17a";
  1260. }
  1261. .fa-android:before {
  1262. content: "\f17b";
  1263. }
  1264. .fa-linux:before {
  1265. content: "\f17c";
  1266. }
  1267. .fa-dribbble:before {
  1268. content: "\f17d";
  1269. }
  1270. .fa-skype:before {
  1271. content: "\f17e";
  1272. }
  1273. .fa-foursquare:before {
  1274. content: "\f180";
  1275. }
  1276. .fa-trello:before {
  1277. content: "\f181";
  1278. }
  1279. .fa-female:before {
  1280. content: "\f182";
  1281. }
  1282. .fa-male:before {
  1283. content: "\f183";
  1284. }
  1285. .fa-gittip:before,
  1286. .fa-gratipay:before {
  1287. content: "\f184";
  1288. }
  1289. .fa-sun-o:before {
  1290. content: "\f185";
  1291. }
  1292. .fa-moon-o:before {
  1293. content: "\f186";
  1294. }
  1295. .fa-archive:before {
  1296. content: "\f187";
  1297. }
  1298. .fa-bug:before {
  1299. content: "\f188";
  1300. }
  1301. .fa-vk:before {
  1302. content: "\f189";
  1303. }
  1304. .fa-weibo:before {
  1305. content: "\f18a";
  1306. }
  1307. .fa-renren:before {
  1308. content: "\f18b";
  1309. }
  1310. .fa-pagelines:before {
  1311. content: "\f18c";
  1312. }
  1313. .fa-stack-exchange:before {
  1314. content: "\f18d";
  1315. }
  1316. .fa-arrow-circle-o-right:before {
  1317. content: "\f18e";
  1318. }
  1319. .fa-arrow-circle-o-left:before {
  1320. content: "\f190";
  1321. }
  1322. .fa-toggle-left:before,
  1323. .fa-caret-square-o-left:before {
  1324. content: "\f191";
  1325. }
  1326. .fa-dot-circle-o:before {
  1327. content: "\f192";
  1328. }
  1329. .fa-wheelchair:before {
  1330. content: "\f193";
  1331. }
  1332. .fa-vimeo-square:before {
  1333. content: "\f194";
  1334. }
  1335. .fa-turkish-lira:before,
  1336. .fa-try:before {
  1337. content: "\f195";
  1338. }
  1339. .fa-plus-square-o:before {
  1340. content: "\f196";
  1341. }
  1342. .fa-space-shuttle:before {
  1343. content: "\f197";
  1344. }
  1345. .fa-slack:before {
  1346. content: "\f198";
  1347. }
  1348. .fa-envelope-square:before {
  1349. content: "\f199";
  1350. }
  1351. .fa-wordpress:before {
  1352. content: "\f19a";
  1353. }
  1354. .fa-openid:before {
  1355. content: "\f19b";
  1356. }
  1357. .fa-institution:before,
  1358. .fa-bank:before,
  1359. .fa-university:before {
  1360. content: "\f19c";
  1361. }
  1362. .fa-mortar-board:before,
  1363. .fa-graduation-cap:before {
  1364. content: "\f19d";
  1365. }
  1366. .fa-yahoo:before {
  1367. content: "\f19e";
  1368. }
  1369. .fa-google:before {
  1370. content: "\f1a0";
  1371. }
  1372. .fa-reddit:before {
  1373. content: "\f1a1";
  1374. }
  1375. .fa-reddit-square:before {
  1376. content: "\f1a2";
  1377. }
  1378. .fa-stumbleupon-circle:before {
  1379. content: "\f1a3";
  1380. }
  1381. .fa-stumbleupon:before {
  1382. content: "\f1a4";
  1383. }
  1384. .fa-delicious:before {
  1385. content: "\f1a5";
  1386. }
  1387. .fa-digg:before {
  1388. content: "\f1a6";
  1389. }
  1390. .fa-pied-piper-pp:before {
  1391. content: "\f1a7";
  1392. }
  1393. .fa-pied-piper-alt:before {
  1394. content: "\f1a8";
  1395. }
  1396. .fa-drupal:before {
  1397. content: "\f1a9";
  1398. }
  1399. .fa-joomla:before {
  1400. content: "\f1aa";
  1401. }
  1402. .fa-language:before {
  1403. content: "\f1ab";
  1404. }
  1405. .fa-fax:before {
  1406. content: "\f1ac";
  1407. }
  1408. .fa-building:before {
  1409. content: "\f1ad";
  1410. }
  1411. .fa-child:before {
  1412. content: "\f1ae";
  1413. }
  1414. .fa-paw:before {
  1415. content: "\f1b0";
  1416. }
  1417. .fa-spoon:before {
  1418. content: "\f1b1";
  1419. }
  1420. .fa-cube:before {
  1421. content: "\f1b2";
  1422. }
  1423. .fa-cubes:before {
  1424. content: "\f1b3";
  1425. }
  1426. .fa-behance:before {
  1427. content: "\f1b4";
  1428. }
  1429. .fa-behance-square:before {
  1430. content: "\f1b5";
  1431. }
  1432. .fa-steam:before {
  1433. content: "\f1b6";
  1434. }
  1435. .fa-steam-square:before {
  1436. content: "\f1b7";
  1437. }
  1438. .fa-recycle:before {
  1439. content: "\f1b8";
  1440. }
  1441. .fa-automobile:before,
  1442. .fa-car:before {
  1443. content: "\f1b9";
  1444. }
  1445. .fa-cab:before,
  1446. .fa-taxi:before {
  1447. content: "\f1ba";
  1448. }
  1449. .fa-tree:before {
  1450. content: "\f1bb";
  1451. }
  1452. .fa-spotify:before {
  1453. content: "\f1bc";
  1454. }
  1455. .fa-deviantart:before {
  1456. content: "\f1bd";
  1457. }
  1458. .fa-soundcloud:before {
  1459. content: "\f1be";
  1460. }
  1461. .fa-database:before {
  1462. content: "\f1c0";
  1463. }
  1464. .fa-file-pdf-o:before {
  1465. content: "\f1c1";
  1466. }
  1467. .fa-file-word-o:before {
  1468. content: "\f1c2";
  1469. }
  1470. .fa-file-excel-o:before {
  1471. content: "\f1c3";
  1472. }
  1473. .fa-file-powerpoint-o:before {
  1474. content: "\f1c4";
  1475. }
  1476. .fa-file-photo-o:before,
  1477. .fa-file-picture-o:before,
  1478. .fa-file-image-o:before {
  1479. content: "\f1c5";
  1480. }
  1481. .fa-file-zip-o:before,
  1482. .fa-file-archive-o:before {
  1483. content: "\f1c6";
  1484. }
  1485. .fa-file-sound-o:before,
  1486. .fa-file-audio-o:before {
  1487. content: "\f1c7";
  1488. }
  1489. .fa-file-movie-o:before,
  1490. .fa-file-video-o:before {
  1491. content: "\f1c8";
  1492. }
  1493. .fa-file-code-o:before {
  1494. content: "\f1c9";
  1495. }
  1496. .fa-vine:before {
  1497. content: "\f1ca";
  1498. }
  1499. .fa-codepen:before {
  1500. content: "\f1cb";
  1501. }
  1502. .fa-jsfiddle:before {
  1503. content: "\f1cc";
  1504. }
  1505. .fa-life-bouy:before,
  1506. .fa-life-buoy:before,
  1507. .fa-life-saver:before,
  1508. .fa-support:before,
  1509. .fa-life-ring:before {
  1510. content: "\f1cd";
  1511. }
  1512. .fa-circle-o-notch:before {
  1513. content: "\f1ce";
  1514. }
  1515. .fa-ra:before,
  1516. .fa-resistance:before,
  1517. .fa-rebel:before {
  1518. content: "\f1d0";
  1519. }
  1520. .fa-ge:before,
  1521. .fa-empire:before {
  1522. content: "\f1d1";
  1523. }
  1524. .fa-git-square:before {
  1525. content: "\f1d2";
  1526. }
  1527. .fa-git:before {
  1528. content: "\f1d3";
  1529. }
  1530. .fa-y-combinator-square:before,
  1531. .fa-yc-square:before,
  1532. .fa-hacker-news:before {
  1533. content: "\f1d4";
  1534. }
  1535. .fa-tencent-weibo:before {
  1536. content: "\f1d5";
  1537. }
  1538. .fa-qq:before {
  1539. content: "\f1d6";
  1540. }
  1541. .fa-wechat:before,
  1542. .fa-weixin:before {
  1543. content: "\f1d7";
  1544. }
  1545. .fa-send:before,
  1546. .fa-paper-plane:before {
  1547. content: "\f1d8";
  1548. }
  1549. .fa-send-o:before,
  1550. .fa-paper-plane-o:before {
  1551. content: "\f1d9";
  1552. }
  1553. .fa-history:before {
  1554. content: "\f1da";
  1555. }
  1556. .fa-circle-thin:before {
  1557. content: "\f1db";
  1558. }
  1559. .fa-header:before {
  1560. content: "\f1dc";
  1561. }
  1562. .fa-paragraph:before {
  1563. content: "\f1dd";
  1564. }
  1565. .fa-sliders:before {
  1566. content: "\f1de";
  1567. }
  1568. .fa-share-alt:before {
  1569. content: "\f1e0";
  1570. }
  1571. .fa-share-alt-square:before {
  1572. content: "\f1e1";
  1573. }
  1574. .fa-bomb:before {
  1575. content: "\f1e2";
  1576. }
  1577. .fa-soccer-ball-o:before,
  1578. .fa-futbol-o:before {
  1579. content: "\f1e3";
  1580. }
  1581. .fa-tty:before {
  1582. content: "\f1e4";
  1583. }
  1584. .fa-binoculars:before {
  1585. content: "\f1e5";
  1586. }
  1587. .fa-plug:before {
  1588. content: "\f1e6";
  1589. }
  1590. .fa-slideshare:before {
  1591. content: "\f1e7";
  1592. }
  1593. .fa-twitch:before {
  1594. content: "\f1e8";
  1595. }
  1596. .fa-yelp:before {
  1597. content: "\f1e9";
  1598. }
  1599. .fa-newspaper-o:before {
  1600. content: "\f1ea";
  1601. }
  1602. .fa-wifi:before {
  1603. content: "\f1eb";
  1604. }
  1605. .fa-calculator:before {
  1606. content: "\f1ec";
  1607. }
  1608. .fa-paypal:before {
  1609. content: "\f1ed";
  1610. }
  1611. .fa-google-wallet:before {
  1612. content: "\f1ee";
  1613. }
  1614. .fa-cc-visa:before {
  1615. content: "\f1f0";
  1616. }
  1617. .fa-cc-mastercard:before {
  1618. content: "\f1f1";
  1619. }
  1620. .fa-cc-discover:before {
  1621. content: "\f1f2";
  1622. }
  1623. .fa-cc-amex:before {
  1624. content: "\f1f3";
  1625. }
  1626. .fa-cc-paypal:before {
  1627. content: "\f1f4";
  1628. }
  1629. .fa-cc-stripe:before {
  1630. content: "\f1f5";
  1631. }
  1632. .fa-bell-slash:before {
  1633. content: "\f1f6";
  1634. }
  1635. .fa-bell-slash-o:before {
  1636. content: "\f1f7";
  1637. }
  1638. .fa-trash:before {
  1639. content: "\f1f8";
  1640. }
  1641. .fa-copyright:before {
  1642. content: "\f1f9";
  1643. }
  1644. .fa-at:before {
  1645. content: "\f1fa";
  1646. }
  1647. .fa-eyedropper:before {
  1648. content: "\f1fb";
  1649. }
  1650. .fa-paint-brush:before {
  1651. content: "\f1fc";
  1652. }
  1653. .fa-birthday-cake:before {
  1654. content: "\f1fd";
  1655. }
  1656. .fa-area-chart:before {
  1657. content: "\f1fe";
  1658. }
  1659. .fa-pie-chart:before {
  1660. content: "\f200";
  1661. }
  1662. .fa-line-chart:before {
  1663. content: "\f201";
  1664. }
  1665. .fa-lastfm:before {
  1666. content: "\f202";
  1667. }
  1668. .fa-lastfm-square:before {
  1669. content: "\f203";
  1670. }
  1671. .fa-toggle-off:before {
  1672. content: "\f204";
  1673. }
  1674. .fa-toggle-on:before {
  1675. content: "\f205";
  1676. }
  1677. .fa-bicycle:before {
  1678. content: "\f206";
  1679. }
  1680. .fa-bus:before {
  1681. content: "\f207";
  1682. }
  1683. .fa-ioxhost:before {
  1684. content: "\f208";
  1685. }
  1686. .fa-angellist:before {
  1687. content: "\f209";
  1688. }
  1689. .fa-cc:before {
  1690. content: "\f20a";
  1691. }
  1692. .fa-shekel:before,
  1693. .fa-sheqel:before,
  1694. .fa-ils:before {
  1695. content: "\f20b";
  1696. }
  1697. .fa-meanpath:before {
  1698. content: "\f20c";
  1699. }
  1700. .fa-buysellads:before {
  1701. content: "\f20d";
  1702. }
  1703. .fa-connectdevelop:before {
  1704. content: "\f20e";
  1705. }
  1706. .fa-dashcube:before {
  1707. content: "\f210";
  1708. }
  1709. .fa-forumbee:before {
  1710. content: "\f211";
  1711. }
  1712. .fa-leanpub:before {
  1713. content: "\f212";
  1714. }
  1715. .fa-sellsy:before {
  1716. content: "\f213";
  1717. }
  1718. .fa-shirtsinbulk:before {
  1719. content: "\f214";
  1720. }
  1721. .fa-simplybuilt:before {
  1722. content: "\f215";
  1723. }
  1724. .fa-skyatlas:before {
  1725. content: "\f216";
  1726. }
  1727. .fa-cart-plus:before {
  1728. content: "\f217";
  1729. }
  1730. .fa-cart-arrow-down:before {
  1731. content: "\f218";
  1732. }
  1733. .fa-diamond:before {
  1734. content: "\f219";
  1735. }
  1736. .fa-ship:before {
  1737. content: "\f21a";
  1738. }
  1739. .fa-user-secret:before {
  1740. content: "\f21b";
  1741. }
  1742. .fa-motorcycle:before {
  1743. content: "\f21c";
  1744. }
  1745. .fa-street-view:before {
  1746. content: "\f21d";
  1747. }
  1748. .fa-heartbeat:before {
  1749. content: "\f21e";
  1750. }
  1751. .fa-venus:before {
  1752. content: "\f221";
  1753. }
  1754. .fa-mars:before {
  1755. content: "\f222";
  1756. }
  1757. .fa-mercury:before {
  1758. content: "\f223";
  1759. }
  1760. .fa-intersex:before,
  1761. .fa-transgender:before {
  1762. content: "\f224";
  1763. }
  1764. .fa-transgender-alt:before {
  1765. content: "\f225";
  1766. }
  1767. .fa-venus-double:before {
  1768. content: "\f226";
  1769. }
  1770. .fa-mars-double:before {
  1771. content: "\f227";
  1772. }
  1773. .fa-venus-mars:before {
  1774. content: "\f228";
  1775. }
  1776. .fa-mars-stroke:before {
  1777. content: "\f229";
  1778. }
  1779. .fa-mars-stroke-v:before {
  1780. content: "\f22a";
  1781. }
  1782. .fa-mars-stroke-h:before {
  1783. content: "\f22b";
  1784. }
  1785. .fa-neuter:before {
  1786. content: "\f22c";
  1787. }
  1788. .fa-genderless:before {
  1789. content: "\f22d";
  1790. }
  1791. .fa-facebook-official:before {
  1792. content: "\f230";
  1793. }
  1794. .fa-pinterest-p:before {
  1795. content: "\f231";
  1796. }
  1797. .fa-whatsapp:before {
  1798. content: "\f232";
  1799. }
  1800. .fa-server:before {
  1801. content: "\f233";
  1802. }
  1803. .fa-user-plus:before {
  1804. content: "\f234";
  1805. }
  1806. .fa-user-times:before {
  1807. content: "\f235";
  1808. }
  1809. .fa-hotel:before,
  1810. .fa-bed:before {
  1811. content: "\f236";
  1812. }
  1813. .fa-viacoin:before {
  1814. content: "\f237";
  1815. }
  1816. .fa-train:before {
  1817. content: "\f238";
  1818. }
  1819. .fa-subway:before {
  1820. content: "\f239";
  1821. }
  1822. .fa-medium:before {
  1823. content: "\f23a";
  1824. }
  1825. .fa-yc:before,
  1826. .fa-y-combinator:before {
  1827. content: "\f23b";
  1828. }
  1829. .fa-optin-monster:before {
  1830. content: "\f23c";
  1831. }
  1832. .fa-opencart:before {
  1833. content: "\f23d";
  1834. }
  1835. .fa-expeditedssl:before {
  1836. content: "\f23e";
  1837. }
  1838. .fa-battery-4:before,
  1839. .fa-battery-full:before {
  1840. content: "\f240";
  1841. }
  1842. .fa-battery-3:before,
  1843. .fa-battery-three-quarters:before {
  1844. content: "\f241";
  1845. }
  1846. .fa-battery-2:before,
  1847. .fa-battery-half:before {
  1848. content: "\f242";
  1849. }
  1850. .fa-battery-1:before,
  1851. .fa-battery-quarter:before {
  1852. content: "\f243";
  1853. }
  1854. .fa-battery-0:before,
  1855. .fa-battery-empty:before {
  1856. content: "\f244";
  1857. }
  1858. .fa-mouse-pointer:before {
  1859. content: "\f245";
  1860. }
  1861. .fa-i-cursor:before {
  1862. content: "\f246";
  1863. }
  1864. .fa-object-group:before {
  1865. content: "\f247";
  1866. }
  1867. .fa-object-ungroup:before {
  1868. content: "\f248";
  1869. }
  1870. .fa-sticky-note:before {
  1871. content: "\f249";
  1872. }
  1873. .fa-sticky-note-o:before {
  1874. content: "\f24a";
  1875. }
  1876. .fa-cc-jcb:before {
  1877. content: "\f24b";
  1878. }
  1879. .fa-cc-diners-club:before {
  1880. content: "\f24c";
  1881. }
  1882. .fa-clone:before {
  1883. content: "\f24d";
  1884. }
  1885. .fa-balance-scale:before {
  1886. content: "\f24e";
  1887. }
  1888. .fa-hourglass-o:before {
  1889. content: "\f250";
  1890. }
  1891. .fa-hourglass-1:before,
  1892. .fa-hourglass-start:before {
  1893. content: "\f251";
  1894. }
  1895. .fa-hourglass-2:before,
  1896. .fa-hourglass-half:before {
  1897. content: "\f252";
  1898. }
  1899. .fa-hourglass-3:before,
  1900. .fa-hourglass-end:before {
  1901. content: "\f253";
  1902. }
  1903. .fa-hourglass:before {
  1904. content: "\f254";
  1905. }
  1906. .fa-hand-grab-o:before,
  1907. .fa-hand-rock-o:before {
  1908. content: "\f255";
  1909. }
  1910. .fa-hand-stop-o:before,
  1911. .fa-hand-paper-o:before {
  1912. content: "\f256";
  1913. }
  1914. .fa-hand-scissors-o:before {
  1915. content: "\f257";
  1916. }
  1917. .fa-hand-lizard-o:before {
  1918. content: "\f258";
  1919. }
  1920. .fa-hand-spock-o:before {
  1921. content: "\f259";
  1922. }
  1923. .fa-hand-pointer-o:before {
  1924. content: "\f25a";
  1925. }
  1926. .fa-hand-peace-o:before {
  1927. content: "\f25b";
  1928. }
  1929. .fa-trademark:before {
  1930. content: "\f25c";
  1931. }
  1932. .fa-registered:before {
  1933. content: "\f25d";
  1934. }
  1935. .fa-creative-commons:before {
  1936. content: "\f25e";
  1937. }
  1938. .fa-gg:before {
  1939. content: "\f260";
  1940. }
  1941. .fa-gg-circle:before {
  1942. content: "\f261";
  1943. }
  1944. .fa-tripadvisor:before {
  1945. content: "\f262";
  1946. }
  1947. .fa-odnoklassniki:before {
  1948. content: "\f263";
  1949. }
  1950. .fa-odnoklassniki-square:before {
  1951. content: "\f264";
  1952. }
  1953. .fa-get-pocket:before {
  1954. content: "\f265";
  1955. }
  1956. .fa-wikipedia-w:before {
  1957. content: "\f266";
  1958. }
  1959. .fa-safari:before {
  1960. content: "\f267";
  1961. }
  1962. .fa-chrome:before {
  1963. content: "\f268";
  1964. }
  1965. .fa-firefox:before {
  1966. content: "\f269";
  1967. }
  1968. .fa-opera:before {
  1969. content: "\f26a";
  1970. }
  1971. .fa-internet-explorer:before {
  1972. content: "\f26b";
  1973. }
  1974. .fa-tv:before,
  1975. .fa-television:before {
  1976. content: "\f26c";
  1977. }
  1978. .fa-contao:before {
  1979. content: "\f26d";
  1980. }
  1981. .fa-500px:before {
  1982. content: "\f26e";
  1983. }
  1984. .fa-amazon:before {
  1985. content: "\f270";
  1986. }
  1987. .fa-calendar-plus-o:before {
  1988. content: "\f271";
  1989. }
  1990. .fa-calendar-minus-o:before {
  1991. content: "\f272";
  1992. }
  1993. .fa-calendar-times-o:before {
  1994. content: "\f273";
  1995. }
  1996. .fa-calendar-check-o:before {
  1997. content: "\f274";
  1998. }
  1999. .fa-industry:before {
  2000. content: "\f275";
  2001. }
  2002. .fa-map-pin:before {
  2003. content: "\f276";
  2004. }
  2005. .fa-map-signs:before {
  2006. content: "\f277";
  2007. }
  2008. .fa-map-o:before {
  2009. content: "\f278";
  2010. }
  2011. .fa-map:before {
  2012. content: "\f279";
  2013. }
  2014. .fa-commenting:before {
  2015. content: "\f27a";
  2016. }
  2017. .fa-commenting-o:before {
  2018. content: "\f27b";
  2019. }
  2020. .fa-houzz:before {
  2021. content: "\f27c";
  2022. }
  2023. .fa-vimeo:before {
  2024. content: "\f27d";
  2025. }
  2026. .fa-black-tie:before {
  2027. content: "\f27e";
  2028. }
  2029. .fa-fonticons:before {
  2030. content: "\f280";
  2031. }
  2032. .fa-reddit-alien:before {
  2033. content: "\f281";
  2034. }
  2035. .fa-edge:before {
  2036. content: "\f282";
  2037. }
  2038. .fa-credit-card-alt:before {
  2039. content: "\f283";
  2040. }
  2041. .fa-codiepie:before {
  2042. content: "\f284";
  2043. }
  2044. .fa-modx:before {
  2045. content: "\f285";
  2046. }
  2047. .fa-fort-awesome:before {
  2048. content: "\f286";
  2049. }
  2050. .fa-usb:before {
  2051. content: "\f287";
  2052. }
  2053. .fa-product-hunt:before {
  2054. content: "\f288";
  2055. }
  2056. .fa-mixcloud:before {
  2057. content: "\f289";
  2058. }
  2059. .fa-scribd:before {
  2060. content: "\f28a";
  2061. }
  2062. .fa-pause-circle:before {
  2063. content: "\f28b";
  2064. }
  2065. .fa-pause-circle-o:before {
  2066. content: "\f28c";
  2067. }
  2068. .fa-stop-circle:before {
  2069. content: "\f28d";
  2070. }
  2071. .fa-stop-circle-o:before {
  2072. content: "\f28e";
  2073. }
  2074. .fa-shopping-bag:before {
  2075. content: "\f290";
  2076. }
  2077. .fa-shopping-basket:before {
  2078. content: "\f291";
  2079. }
  2080. .fa-hashtag:before {
  2081. content: "\f292";
  2082. }
  2083. .fa-bluetooth:before {
  2084. content: "\f293";
  2085. }
  2086. .fa-bluetooth-b:before {
  2087. content: "\f294";
  2088. }
  2089. .fa-percent:before {
  2090. content: "\f295";
  2091. }
  2092. .fa-gitlab:before {
  2093. content: "\f296";
  2094. }
  2095. .fa-wpbeginner:before {
  2096. content: "\f297";
  2097. }
  2098. .fa-wpforms:before {
  2099. content: "\f298";
  2100. }
  2101. .fa-envira:before {
  2102. content: "\f299";
  2103. }
  2104. .fa-universal-access:before {
  2105. content: "\f29a";
  2106. }
  2107. .fa-wheelchair-alt:before {
  2108. content: "\f29b";
  2109. }
  2110. .fa-question-circle-o:before {
  2111. content: "\f29c";
  2112. }
  2113. .fa-blind:before {
  2114. content: "\f29d";
  2115. }
  2116. .fa-audio-description:before {
  2117. content: "\f29e";
  2118. }
  2119. .fa-volume-control-phone:before {
  2120. content: "\f2a0";
  2121. }
  2122. .fa-braille:before {
  2123. content: "\f2a1";
  2124. }
  2125. .fa-assistive-listening-systems:before {
  2126. content: "\f2a2";
  2127. }
  2128. .fa-asl-interpreting:before,
  2129. .fa-american-sign-language-interpreting:before {
  2130. content: "\f2a3";
  2131. }
  2132. .fa-deafness:before,
  2133. .fa-hard-of-hearing:before,
  2134. .fa-deaf:before {
  2135. content: "\f2a4";
  2136. }
  2137. .fa-glide:before {
  2138. content: "\f2a5";
  2139. }
  2140. .fa-glide-g:before {
  2141. content: "\f2a6";
  2142. }
  2143. .fa-signing:before,
  2144. .fa-sign-language:before {
  2145. content: "\f2a7";
  2146. }
  2147. .fa-low-vision:before {
  2148. content: "\f2a8";
  2149. }
  2150. .fa-viadeo:before {
  2151. content: "\f2a9";
  2152. }
  2153. .fa-viadeo-square:before {
  2154. content: "\f2aa";
  2155. }
  2156. .fa-snapchat:before {
  2157. content: "\f2ab";
  2158. }
  2159. .fa-snapchat-ghost:before {
  2160. content: "\f2ac";
  2161. }
  2162. .fa-snapchat-square:before {
  2163. content: "\f2ad";
  2164. }
  2165. .fa-pied-piper:before {
  2166. content: "\f2ae";
  2167. }
  2168. .fa-first-order:before {
  2169. content: "\f2b0";
  2170. }
  2171. .fa-yoast:before {
  2172. content: "\f2b1";
  2173. }
  2174. .fa-themeisle:before {
  2175. content: "\f2b2";
  2176. }
  2177. .fa-google-plus-circle:before,
  2178. .fa-google-plus-official:before {
  2179. content: "\f2b3";
  2180. }
  2181. .fa-fa:before,
  2182. .fa-font-awesome:before {
  2183. content: "\f2b4";
  2184. }
  2185. .sr-only {
  2186. position: absolute;
  2187. width: 1px;
  2188. height: 1px;
  2189. padding: 0;
  2190. margin: -1px;
  2191. overflow: hidden;
  2192. clip: rect(0, 0, 0, 0);
  2193. border: 0;
  2194. }
  2195. .sr-only-focusable:active,
  2196. .sr-only-focusable:focus {
  2197. position: static;
  2198. width: auto;
  2199. height: auto;
  2200. margin: 0;
  2201. overflow: visible;
  2202. clip: auto;
  2203. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement