Advertisement
Guest User

Untitled

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