Advertisement
Guest User

Untitled

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