Advertisement
Guest User

Untitled

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