font-awesome.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  1. /*!
  2. * Font Awesome 4.0.0
  3. * the iconic font designed for Bootstrap
  4. * ------------------------------------------------------------------------------
  5. * The full suite of pictographic icons, examples, and documentation can be
  6. * found at http://fontawesome.io. Stay up to date on Twitter at
  7. * http://twitter.com/fontawesome.
  8. *
  9. * License
  10. * ------------------------------------------------------------------------------
  11. * - The Font Awesome font is licensed under SIL OFL 1.1 -
  12. * http://scripts.sil.org/OFL
  13. * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
  14. * http://opensource.org/licenses/mit-license.html
  15. * - Font Awesome documentation licensed under CC BY 3.0 -
  16. * http://creativecommons.org/licenses/by/3.0/
  17. * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
  18. * "Font Awesome by Dave Gandy - http://fontawesome.io"
  19. *
  20. * Author - Dave Gandy
  21. * ------------------------------------------------------------------------------
  22. * Email: dave@fontawesome.io
  23. * Twitter: http://twitter.com/davegandy
  24. * Work: Lead Product Designer @ Kyruus - http://kyruus.com
  25. */
  26. /* FONT PATH
  27. * -------------------------- */
  28. @font-face {
  29. font-family: 'FontAwesome';
  30. src: url('../fonts/fontawesome-webfont.eot?v=4.0.0');
  31. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
  32. font-weight: normal;
  33. font-style: normal;
  34. }
  35. /* FONT AWESOME CORE
  36. * -------------------------- */
  37. .fa {
  38. display: inline-block;
  39. font-family: FontAwesome;
  40. font-style: normal;
  41. font-weight: normal;
  42. line-height: 1;
  43. -webkit-font-smoothing: antialiased;
  44. -moz-osx-font-smoothing: grayscale;
  45. }
  46. /* makes the font 33% larger relative to the icon container */
  47. .fa-lg {
  48. font-size: 1.3333333333333333em;
  49. vertical-align: -10%;
  50. line-height: 0.75em;
  51. }
  52. /* increased font size for icon-lg */
  53. .fa.fa-fixed-width {
  54. display: inline-block;
  55. width: 1.1428571428571428em;
  56. padding-right: 0.2857142857142857em;
  57. text-align: right;
  58. }
  59. .fa.fa-fixed-width.fa-lg {
  60. width: 1.4285714285714286em;
  61. }
  62. .fa-ul {
  63. padding-left: 0;
  64. margin-left: 2.142857142857143em;
  65. list-style-type: none;
  66. }
  67. .fa-ul > li {
  68. position: relative;
  69. }
  70. .fa-li {
  71. position: absolute;
  72. left: -2.142857142857143em;
  73. width: 2.142857142857143em;
  74. line-height: inherit;
  75. text-align: center;
  76. }
  77. .fa.hide {
  78. display: none;
  79. }
  80. .fa-muted {
  81. color: #eeeeee;
  82. }
  83. .fa-light {
  84. color: #ffffff;
  85. }
  86. .fa-dark {
  87. color: #333333;
  88. }
  89. .fa-border {
  90. padding: .2em .25em .15em;
  91. border: solid 1px #eeeeee;
  92. -webkit-border-radius: 3px;
  93. -moz-border-radius: 3px;
  94. border-radius: 3px;
  95. }
  96. .fa-2x {
  97. font-size: 2em;
  98. }
  99. .fa-2x.fa-border {
  100. border-width: 2px;
  101. -webkit-border-radius: 4px;
  102. -moz-border-radius: 4px;
  103. border-radius: 4px;
  104. }
  105. .fa-3x {
  106. font-size: 3em;
  107. }
  108. .fa-3x.fa-border {
  109. border-width: 3px;
  110. -webkit-border-radius: 5px;
  111. -moz-border-radius: 5px;
  112. border-radius: 5px;
  113. }
  114. .fa-4x {
  115. font-size: 4em;
  116. }
  117. .fa-4x.fa-border {
  118. border-width: 4px;
  119. -webkit-border-radius: 6px;
  120. -moz-border-radius: 6px;
  121. border-radius: 6px;
  122. }
  123. .fa-5x {
  124. font-size: 5em;
  125. }
  126. .fa-5x.fa-border {
  127. border-width: 5px;
  128. -webkit-border-radius: 7px;
  129. -moz-border-radius: 7px;
  130. border-radius: 7px;
  131. }
  132. .pull-right {
  133. float: right;
  134. }
  135. .pull-left {
  136. float: left;
  137. }
  138. .fa.pull-left {
  139. margin-right: .3em;
  140. }
  141. .fa.pull-right {
  142. margin-left: .3em;
  143. }
  144. /* EXTRAS
  145. * -------------------------- */
  146. /* Stacked and layered icon */
  147. .fa-stack {
  148. position: relative;
  149. display: inline-block;
  150. width: 2em;
  151. height: 2em;
  152. line-height: 2em;
  153. vertical-align: -35%;
  154. }
  155. .fa-stack .fa {
  156. position: absolute;
  157. display: block;
  158. width: 100%;
  159. height: 100%;
  160. font-size: 1em;
  161. line-height: inherit;
  162. *line-height: 2em;
  163. text-align: center;
  164. }
  165. .fa-stack .fa-stack-base {
  166. font-size: 2em;
  167. *line-height: 1em;
  168. }
  169. /* Animated rotating icon */
  170. .fa-spin {
  171. -webkit-animation: spin 2s infinite linear;
  172. -moz-animation: spin 2s infinite linear;
  173. -o-animation: spin 2s infinite linear;
  174. animation: spin 2s infinite linear;
  175. }
  176. @-moz-keyframes spin {
  177. 0% {
  178. -moz-transform: rotate(0deg);
  179. }
  180. 100% {
  181. -moz-transform: rotate(359deg);
  182. }
  183. }
  184. @-webkit-keyframes spin {
  185. 0% {
  186. -webkit-transform: rotate(0deg);
  187. }
  188. 100% {
  189. -webkit-transform: rotate(359deg);
  190. }
  191. }
  192. @-o-keyframes spin {
  193. 0% {
  194. -o-transform: rotate(0deg);
  195. }
  196. 100% {
  197. -o-transform: rotate(359deg);
  198. }
  199. }
  200. @-ms-keyframes spin {
  201. 0% {
  202. -ms-transform: rotate(0deg);
  203. }
  204. 100% {
  205. -ms-transform: rotate(359deg);
  206. }
  207. }
  208. @keyframes spin {
  209. 0% {
  210. transform: rotate(0deg);
  211. }
  212. 100% {
  213. transform: rotate(359deg);
  214. }
  215. }
  216. .fa-rotate-90 {
  217. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  218. -webkit-transform: rotate(90deg);
  219. -moz-transform: rotate(90deg);
  220. -ms-transform: rotate(90deg);
  221. -o-transform: rotate(90deg);
  222. transform: rotate(90deg);
  223. }
  224. .fa-rotate-180 {
  225. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  226. -webkit-transform: rotate(180deg);
  227. -moz-transform: rotate(180deg);
  228. -ms-transform: rotate(180deg);
  229. -o-transform: rotate(180deg);
  230. transform: rotate(180deg);
  231. }
  232. .fa-rotate-270 {
  233. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  234. -webkit-transform: rotate(270deg);
  235. -moz-transform: rotate(270deg);
  236. -ms-transform: rotate(270deg);
  237. -o-transform: rotate(270deg);
  238. transform: rotate(270deg);
  239. }
  240. .fa-flip-horizontal {
  241. -webkit-transform: scale(-1, 1);
  242. -moz-transform: scale(-1, 1);
  243. -ms-transform: scale(-1, 1);
  244. -o-transform: scale(-1, 1);
  245. transform: scale(-1, 1);
  246. }
  247. .fa-flip-vertical {
  248. -webkit-transform: scale(1, -1);
  249. -moz-transform: scale(1, -1);
  250. -ms-transform: scale(1, -1);
  251. -o-transform: scale(1, -1);
  252. transform: scale(1, -1);
  253. }
  254. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  255. readers do not read off random characters that represent icons */
  256. .fa-glass:before {
  257. content: "\f000";
  258. }
  259. .fa-music:before {
  260. content: "\f001";
  261. }
  262. .fa-search:before {
  263. content: "\f002";
  264. }
  265. .fa-envelope-alt:before {
  266. content: "\f003";
  267. }
  268. .fa-heart:before {
  269. content: "\f004";
  270. }
  271. .fa-star:before {
  272. content: "\f005";
  273. }
  274. .fa-star-empty:before {
  275. content: "\f006";
  276. }
  277. .fa-user:before {
  278. content: "\f007";
  279. }
  280. .fa-film:before {
  281. content: "\f008";
  282. }
  283. .fa-th-large:before {
  284. content: "\f009";
  285. }
  286. .fa-th:before {
  287. content: "\f00a";
  288. }
  289. .fa-th-list:before {
  290. content: "\f00b";
  291. }
  292. .fa-ok:before {
  293. content: "\f00c";
  294. }
  295. .fa-remove:before {
  296. content: "\f00d";
  297. }
  298. .fa-zoom-in:before {
  299. content: "\f00e";
  300. }
  301. .fa-zoom-out:before {
  302. content: "\f010";
  303. }
  304. .fa-power-off:before,
  305. .fa-off:before {
  306. content: "\f011";
  307. }
  308. .fa-signal:before {
  309. content: "\f012";
  310. }
  311. .fa-gear:before,
  312. .fa-cog:before {
  313. content: "\f013";
  314. }
  315. .fa-trash:before {
  316. content: "\f014";
  317. }
  318. .fa-home:before {
  319. content: "\f015";
  320. }
  321. .fa-file-alt:before {
  322. content: "\f016";
  323. }
  324. .fa-time:before {
  325. content: "\f017";
  326. }
  327. .fa-road:before {
  328. content: "\f018";
  329. }
  330. .fa-download-alt:before {
  331. content: "\f019";
  332. }
  333. .fa-download:before {
  334. content: "\f01a";
  335. }
  336. .fa-upload:before {
  337. content: "\f01b";
  338. }
  339. .fa-inbox:before {
  340. content: "\f01c";
  341. }
  342. .fa-play-circle:before {
  343. content: "\f01d";
  344. }
  345. .fa-rotate-right:before,
  346. .fa-repeat:before {
  347. content: "\f01e";
  348. }
  349. .fa-refresh:before {
  350. content: "\f021";
  351. }
  352. .fa-list-alt:before {
  353. content: "\f022";
  354. }
  355. .fa-lock:before {
  356. content: "\f023";
  357. }
  358. .fa-flag:before {
  359. content: "\f024";
  360. }
  361. .fa-headphones:before {
  362. content: "\f025";
  363. }
  364. .fa-volume-off:before {
  365. content: "\f026";
  366. }
  367. .fa-volume-down:before {
  368. content: "\f027";
  369. }
  370. .fa-volume-up:before {
  371. content: "\f028";
  372. }
  373. .fa-qrcode:before {
  374. content: "\f029";
  375. }
  376. .fa-barcode:before {
  377. content: "\f02a";
  378. }
  379. .fa-tag:before {
  380. content: "\f02b";
  381. }
  382. .fa-tags:before {
  383. content: "\f02c";
  384. }
  385. .fa-book:before {
  386. content: "\f02d";
  387. }
  388. .fa-bookmark:before {
  389. content: "\f02e";
  390. }
  391. .fa-print:before {
  392. content: "\f02f";
  393. }
  394. .fa-camera:before {
  395. content: "\f030";
  396. }
  397. .fa-font:before {
  398. content: "\f031";
  399. }
  400. .fa-bold:before {
  401. content: "\f032";
  402. }
  403. .fa-italic:before {
  404. content: "\f033";
  405. }
  406. .fa-text-height:before {
  407. content: "\f034";
  408. }
  409. .fa-text-width:before {
  410. content: "\f035";
  411. }
  412. .fa-align-left:before {
  413. content: "\f036";
  414. }
  415. .fa-align-center:before {
  416. content: "\f037";
  417. }
  418. .fa-align-right:before {
  419. content: "\f038";
  420. }
  421. .fa-align-justify:before {
  422. content: "\f039";
  423. }
  424. .fa-list:before {
  425. content: "\f03a";
  426. }
  427. .fa-indent-left:before {
  428. content: "\f03b";
  429. }
  430. .fa-indent-right:before {
  431. content: "\f03c";
  432. }
  433. .fa-facetime-video:before {
  434. content: "\f03d";
  435. }
  436. .fa-picture:before {
  437. content: "\f03e";
  438. }
  439. .fa-pencil:before {
  440. content: "\f040";
  441. }
  442. .fa-map-marker:before {
  443. content: "\f041";
  444. }
  445. .fa-adjust:before {
  446. content: "\f042";
  447. }
  448. .fa-tint:before {
  449. content: "\f043";
  450. }
  451. .fa-edit:before {
  452. content: "\f044";
  453. }
  454. .fa-share:before {
  455. content: "\f045";
  456. }
  457. .fa-check:before {
  458. content: "\f046";
  459. }
  460. .fa-move:before {
  461. content: "\f047";
  462. }
  463. .fa-step-backward:before {
  464. content: "\f048";
  465. }
  466. .fa-fast-backward:before {
  467. content: "\f049";
  468. }
  469. .fa-backward:before {
  470. content: "\f04a";
  471. }
  472. .fa-play:before {
  473. content: "\f04b";
  474. }
  475. .fa-pause:before {
  476. content: "\f04c";
  477. }
  478. .fa-stop:before {
  479. content: "\f04d";
  480. }
  481. .fa-forward:before {
  482. content: "\f04e";
  483. }
  484. .fa-fast-forward:before {
  485. content: "\f050";
  486. }
  487. .fa-step-forward:before {
  488. content: "\f051";
  489. }
  490. .fa-eject:before {
  491. content: "\f052";
  492. }
  493. .fa-chevron-left:before {
  494. content: "\f053";
  495. }
  496. .fa-chevron-right:before {
  497. content: "\f054";
  498. }
  499. .fa-plus-sign:before {
  500. content: "\f055";
  501. }
  502. .fa-minus-sign:before {
  503. content: "\f056";
  504. }
  505. .fa-remove-sign:before {
  506. content: "\f057";
  507. }
  508. .fa-ok-sign:before {
  509. content: "\f058";
  510. }
  511. .fa-question-sign:before {
  512. content: "\f059";
  513. }
  514. .fa-info-sign:before {
  515. content: "\f05a";
  516. }
  517. .fa-screenshot:before {
  518. content: "\f05b";
  519. }
  520. .fa-remove-circle:before {
  521. content: "\f05c";
  522. }
  523. .fa-ok-circle:before {
  524. content: "\f05d";
  525. }
  526. .fa-ban-circle:before {
  527. content: "\f05e";
  528. }
  529. .fa-arrow-left:before {
  530. content: "\f060";
  531. }
  532. .fa-arrow-right:before {
  533. content: "\f061";
  534. }
  535. .fa-arrow-up:before {
  536. content: "\f062";
  537. }
  538. .fa-arrow-down:before {
  539. content: "\f063";
  540. }
  541. .fa-mail-forward:before,
  542. .fa-share-alt:before {
  543. content: "\f064";
  544. }
  545. .fa-resize-full:before {
  546. content: "\f065";
  547. }
  548. .fa-resize-small:before {
  549. content: "\f066";
  550. }
  551. .fa-plus:before {
  552. content: "\f067";
  553. }
  554. .fa-minus:before {
  555. content: "\f068";
  556. }
  557. .fa-asterisk:before {
  558. content: "\f069";
  559. }
  560. .fa-exclamation-sign:before {
  561. content: "\f06a";
  562. }
  563. .fa-gift:before {
  564. content: "\f06b";
  565. }
  566. .fa-leaf:before {
  567. content: "\f06c";
  568. }
  569. .fa-fire:before {
  570. content: "\f06d";
  571. }
  572. .fa-eye-open:before {
  573. content: "\f06e";
  574. }
  575. .fa-eye-close:before {
  576. content: "\f070";
  577. }
  578. .fa-warning-sign:before {
  579. content: "\f071";
  580. }
  581. .fa-plane:before {
  582. content: "\f072";
  583. }
  584. .fa-calendar:before {
  585. content: "\f073";
  586. }
  587. .fa-random:before {
  588. content: "\f074";
  589. }
  590. .fa-comment:before {
  591. content: "\f075";
  592. }
  593. .fa-magnet:before {
  594. content: "\f076";
  595. }
  596. .fa-chevron-up:before {
  597. content: "\f077";
  598. }
  599. .fa-chevron-down:before {
  600. content: "\f078";
  601. }
  602. .fa-retweet:before {
  603. content: "\f079";
  604. }
  605. .fa-shopping-cart:before {
  606. content: "\f07a";
  607. }
  608. .fa-folder-close:before {
  609. content: "\f07b";
  610. }
  611. .fa-folder-open:before {
  612. content: "\f07c";
  613. }
  614. .fa-resize-vertical:before {
  615. content: "\f07d";
  616. }
  617. .fa-resize-horizontal:before {
  618. content: "\f07e";
  619. }
  620. .fa-bar-chart:before {
  621. content: "\f080";
  622. }
  623. .fa-twitter-sign:before {
  624. content: "\f081";
  625. }
  626. .fa-facebook-sign:before {
  627. content: "\f082";
  628. }
  629. .fa-camera-retro:before {
  630. content: "\f083";
  631. }
  632. .fa-key:before {
  633. content: "\f084";
  634. }
  635. .fa-gears:before,
  636. .fa-cogs:before {
  637. content: "\f085";
  638. }
  639. .fa-comments:before {
  640. content: "\f086";
  641. }
  642. .fa-thumbs-up-alt:before {
  643. content: "\f087";
  644. }
  645. .fa-thumbs-down-alt:before {
  646. content: "\f088";
  647. }
  648. .fa-star-half:before {
  649. content: "\f089";
  650. }
  651. .fa-heart-empty:before {
  652. content: "\f08a";
  653. }
  654. .fa-log-out:before {
  655. content: "\f08b";
  656. }
  657. .fa-linkedin-sign:before {
  658. content: "\f08c";
  659. }
  660. .fa-pushpin:before {
  661. content: "\f08d";
  662. }
  663. .fa-external-link:before {
  664. content: "\f08e";
  665. }
  666. .fa-log-in:before {
  667. content: "\f090";
  668. }
  669. .fa-trophy:before {
  670. content: "\f091";
  671. }
  672. .fa-github-sign:before {
  673. content: "\f092";
  674. }
  675. .fa-upload-alt:before {
  676. content: "\f093";
  677. }
  678. .fa-lemon:before {
  679. content: "\f094";
  680. }
  681. .fa-earphone:before {
  682. content: "\f095";
  683. }
  684. .fa-unchecked:before {
  685. content: "\f096";
  686. }
  687. .fa-bookmark-empty:before {
  688. content: "\f097";
  689. }
  690. .fa-phone-sign:before {
  691. content: "\f098";
  692. }
  693. .fa-twitter:before {
  694. content: "\f099";
  695. }
  696. .fa-facebook:before {
  697. content: "\f09a";
  698. }
  699. .fa-github:before {
  700. content: "\f09b";
  701. }
  702. .fa-unlock:before {
  703. content: "\f09c";
  704. }
  705. .fa-credit-card:before {
  706. content: "\f09d";
  707. }
  708. .fa-rss:before {
  709. content: "\f09e";
  710. }
  711. .fa-hdd:before {
  712. content: "\f0a0";
  713. }
  714. .fa-bullhorn:before {
  715. content: "\f0a1";
  716. }
  717. .fa-bell:before {
  718. content: "\f0f3";
  719. }
  720. .fa-certificate:before {
  721. content: "\f0a3";
  722. }
  723. .fa-hand-right:before {
  724. content: "\f0a4";
  725. }
  726. .fa-hand-left:before {
  727. content: "\f0a5";
  728. }
  729. .fa-hand-up:before {
  730. content: "\f0a6";
  731. }
  732. .fa-hand-down:before {
  733. content: "\f0a7";
  734. }
  735. .fa-circle-arrow-left:before {
  736. content: "\f0a8";
  737. }
  738. .fa-circle-arrow-right:before {
  739. content: "\f0a9";
  740. }
  741. .fa-circle-arrow-up:before {
  742. content: "\f0aa";
  743. }
  744. .fa-circle-arrow-down:before {
  745. content: "\f0ab";
  746. }
  747. .fa-globe:before {
  748. content: "\f0ac";
  749. }
  750. .fa-wrench:before {
  751. content: "\f0ad";
  752. }
  753. .fa-tasks:before {
  754. content: "\f0ae";
  755. }
  756. .fa-filter:before {
  757. content: "\f0b0";
  758. }
  759. .fa-briefcase:before {
  760. content: "\f0b1";
  761. }
  762. .fa-fullscreen:before {
  763. content: "\f0b2";
  764. }
  765. .fa-group:before {
  766. content: "\f0c0";
  767. }
  768. .fa-link:before {
  769. content: "\f0c1";
  770. }
  771. .fa-cloud:before {
  772. content: "\f0c2";
  773. }
  774. .fa-beaker:before {
  775. content: "\f0c3";
  776. }
  777. .fa-cut:before {
  778. content: "\f0c4";
  779. }
  780. .fa-copy:before {
  781. content: "\f0c5";
  782. }
  783. .fa-paperclip:before {
  784. content: "\f0c6";
  785. }
  786. .fa-floppy-disk:before {
  787. content: "\f0c7";
  788. }
  789. .fa-sign-blank:before {
  790. content: "\f0c8";
  791. }
  792. .fa-reorder:before {
  793. content: "\f0c9";
  794. }
  795. .fa-list-ul:before {
  796. content: "\f0ca";
  797. }
  798. .fa-list-ol:before {
  799. content: "\f0cb";
  800. }
  801. .fa-strikethrough:before {
  802. content: "\f0cc";
  803. }
  804. .fa-underline:before {
  805. content: "\f0cd";
  806. }
  807. .fa-table:before {
  808. content: "\f0ce";
  809. }
  810. .fa-magic:before {
  811. content: "\f0d0";
  812. }
  813. .fa-truck:before {
  814. content: "\f0d1";
  815. }
  816. .fa-pinterest:before {
  817. content: "\f0d2";
  818. }
  819. .fa-pinterest-sign:before {
  820. content: "\f0d3";
  821. }
  822. .fa-google-plus-sign:before {
  823. content: "\f0d4";
  824. }
  825. .fa-google-plus:before {
  826. content: "\f0d5";
  827. }
  828. .fa-money:before {
  829. content: "\f0d6";
  830. }
  831. .fa-caret-down:before {
  832. content: "\f0d7";
  833. }
  834. .fa-caret-up:before {
  835. content: "\f0d8";
  836. }
  837. .fa-caret-left:before {
  838. content: "\f0d9";
  839. }
  840. .fa-caret-right:before {
  841. content: "\f0da";
  842. }
  843. .fa-columns:before {
  844. content: "\f0db";
  845. }
  846. .fa-sort:before {
  847. content: "\f0dc";
  848. }
  849. .fa-sort-down:before {
  850. content: "\f0dd";
  851. }
  852. .fa-sort-up:before {
  853. content: "\f0de";
  854. }
  855. .fa-envelope:before {
  856. content: "\f0e0";
  857. }
  858. .fa-linkedin:before {
  859. content: "\f0e1";
  860. }
  861. .fa-rotate-left:before,
  862. .fa-undo:before {
  863. content: "\f0e2";
  864. }
  865. .fa-legal:before {
  866. content: "\f0e3";
  867. }
  868. .fa-dashboard:before {
  869. content: "\f0e4";
  870. }
  871. .fa-comment-alt:before {
  872. content: "\f0e5";
  873. }
  874. .fa-comments-alt:before {
  875. content: "\f0e6";
  876. }
  877. .fa-flash:before {
  878. content: "\f0e7";
  879. }
  880. .fa-sitemap:before {
  881. content: "\f0e8";
  882. }
  883. .fa-umbrella:before {
  884. content: "\f0e9";
  885. }
  886. .fa-paste:before {
  887. content: "\f0ea";
  888. }
  889. .fa-lightbulb:before {
  890. content: "\f0eb";
  891. }
  892. .fa-exchange:before {
  893. content: "\f0ec";
  894. }
  895. .fa-cloud-download:before {
  896. content: "\f0ed";
  897. }
  898. .fa-cloud-upload:before {
  899. content: "\f0ee";
  900. }
  901. .fa-user-md:before {
  902. content: "\f0f0";
  903. }
  904. .fa-stethoscope:before {
  905. content: "\f0f1";
  906. }
  907. .fa-suitcase:before {
  908. content: "\f0f2";
  909. }
  910. .fa-bell-alt:before {
  911. content: "\f0a2";
  912. }
  913. .fa-coffee:before {
  914. content: "\f0f4";
  915. }
  916. .fa-cutlery:before {
  917. content: "\f0f5";
  918. }
  919. .fa-file-text-alt:before {
  920. content: "\f0f6";
  921. }
  922. .fa-building:before {
  923. content: "\f0f7";
  924. }
  925. .fa-hospital:before {
  926. content: "\f0f8";
  927. }
  928. .fa-ambulance:before {
  929. content: "\f0f9";
  930. }
  931. .fa-medkit:before {
  932. content: "\f0fa";
  933. }
  934. .fa-fighter-jet:before {
  935. content: "\f0fb";
  936. }
  937. .fa-beer:before {
  938. content: "\f0fc";
  939. }
  940. .fa-h-sign:before {
  941. content: "\f0fd";
  942. }
  943. .fa-plus-sign-alt:before {
  944. content: "\f0fe";
  945. }
  946. .fa-double-angle-left:before {
  947. content: "\f100";
  948. }
  949. .fa-double-angle-right:before {
  950. content: "\f101";
  951. }
  952. .fa-double-angle-up:before {
  953. content: "\f102";
  954. }
  955. .fa-double-angle-down:before {
  956. content: "\f103";
  957. }
  958. .fa-angle-left:before {
  959. content: "\f104";
  960. }
  961. .fa-angle-right:before {
  962. content: "\f105";
  963. }
  964. .fa-angle-up:before {
  965. content: "\f106";
  966. }
  967. .fa-angle-down:before {
  968. content: "\f107";
  969. }
  970. .fa-desktop:before {
  971. content: "\f108";
  972. }
  973. .fa-laptop:before {
  974. content: "\f109";
  975. }
  976. .fa-tablet:before {
  977. content: "\f10a";
  978. }
  979. .fa-phone:before {
  980. content: "\f10b";
  981. }
  982. .fa-circle-blank:before {
  983. content: "\f10c";
  984. }
  985. .fa-quote-left:before {
  986. content: "\f10d";
  987. }
  988. .fa-quote-right:before {
  989. content: "\f10e";
  990. }
  991. .fa-spinner:before {
  992. content: "\f110";
  993. }
  994. .fa-circle:before {
  995. content: "\f111";
  996. }
  997. .fa-mail-reply:before,
  998. .fa-reply:before {
  999. content: "\f112";
  1000. }
  1001. .fa-github-alt:before {
  1002. content: "\f113";
  1003. }
  1004. .fa-folder-close-alt:before {
  1005. content: "\f114";
  1006. }
  1007. .fa-folder-open-alt:before {
  1008. content: "\f115";
  1009. }
  1010. .fa-expand-alt:before {
  1011. content: "\f116";
  1012. }
  1013. .fa-collapse-alt:before {
  1014. content: "\f117";
  1015. }
  1016. .fa-smile:before {
  1017. content: "\f118";
  1018. }
  1019. .fa-frown:before {
  1020. content: "\f119";
  1021. }
  1022. .fa-meh:before {
  1023. content: "\f11a";
  1024. }
  1025. .fa-gamepad:before {
  1026. content: "\f11b";
  1027. }
  1028. .fa-keyboard:before {
  1029. content: "\f11c";
  1030. }
  1031. .fa-flag-alt:before {
  1032. content: "\f11d";
  1033. }
  1034. .fa-flag-checkered:before {
  1035. content: "\f11e";
  1036. }
  1037. .fa-terminal:before {
  1038. content: "\f120";
  1039. }
  1040. .fa-code:before {
  1041. content: "\f121";
  1042. }
  1043. .fa-reply-all:before {
  1044. content: "\f122";
  1045. }
  1046. .fa-mail-reply-all:before {
  1047. content: "\f122";
  1048. }
  1049. .fa-star-half-full:before,
  1050. .fa-star-half-empty:before {
  1051. content: "\f123";
  1052. }
  1053. .fa-location-arrow:before {
  1054. content: "\f124";
  1055. }
  1056. .fa-crop:before {
  1057. content: "\f125";
  1058. }
  1059. .fa-code-fork:before {
  1060. content: "\f126";
  1061. }
  1062. .fa-unlink:before {
  1063. content: "\f127";
  1064. }
  1065. .fa-question:before {
  1066. content: "\f128";
  1067. }
  1068. .fa-info:before {
  1069. content: "\f129";
  1070. }
  1071. .fa-exclamation:before {
  1072. content: "\f12a";
  1073. }
  1074. .fa-superscript:before {
  1075. content: "\f12b";
  1076. }
  1077. .fa-subscript:before {
  1078. content: "\f12c";
  1079. }
  1080. .fa-eraser:before {
  1081. content: "\f12d";
  1082. }
  1083. .fa-puzzle-piece:before {
  1084. content: "\f12e";
  1085. }
  1086. .fa-microphone:before {
  1087. content: "\f130";
  1088. }
  1089. .fa-microphone-off:before {
  1090. content: "\f131";
  1091. }
  1092. .fa-shield:before {
  1093. content: "\f132";
  1094. }
  1095. .fa-calendar-empty:before {
  1096. content: "\f133";
  1097. }
  1098. .fa-fire-extinguisher:before {
  1099. content: "\f134";
  1100. }
  1101. .fa-rocket:before {
  1102. content: "\f135";
  1103. }
  1104. .fa-maxcdn:before {
  1105. content: "\f136";
  1106. }
  1107. .fa-chevron-sign-left:before {
  1108. content: "\f137";
  1109. }
  1110. .fa-chevron-sign-right:before {
  1111. content: "\f138";
  1112. }
  1113. .fa-chevron-sign-up:before {
  1114. content: "\f139";
  1115. }
  1116. .fa-chevron-sign-down:before {
  1117. content: "\f13a";
  1118. }
  1119. .fa-html5:before {
  1120. content: "\f13b";
  1121. }
  1122. .fa-css3:before {
  1123. content: "\f13c";
  1124. }
  1125. .fa-anchor:before {
  1126. content: "\f13d";
  1127. }
  1128. .fa-unlock-alt:before {
  1129. content: "\f13e";
  1130. }
  1131. .fa-bullseye:before {
  1132. content: "\f140";
  1133. }
  1134. .fa-ellipsis-horizontal:before {
  1135. content: "\f141";
  1136. }
  1137. .fa-ellipsis-vertical:before {
  1138. content: "\f142";
  1139. }
  1140. .fa-rss-sign:before {
  1141. content: "\f143";
  1142. }
  1143. .fa-play-sign:before {
  1144. content: "\f144";
  1145. }
  1146. .fa-ticket:before {
  1147. content: "\f145";
  1148. }
  1149. .fa-minus-sign-alt:before {
  1150. content: "\f146";
  1151. }
  1152. .fa-check-minus:before {
  1153. content: "\f147";
  1154. }
  1155. .fa-level-up:before {
  1156. content: "\f148";
  1157. }
  1158. .fa-level-down:before {
  1159. content: "\f149";
  1160. }
  1161. .fa-check-sign:before {
  1162. content: "\f14a";
  1163. }
  1164. .fa-edit-sign:before {
  1165. content: "\f14b";
  1166. }
  1167. .fa-external-link-sign:before {
  1168. content: "\f14c";
  1169. }
  1170. .fa-share-sign:before {
  1171. content: "\f14d";
  1172. }
  1173. .fa-compass:before {
  1174. content: "\f14e";
  1175. }
  1176. .fa-collapse-down:before {
  1177. content: "\f150";
  1178. }
  1179. .fa-collapse-up:before {
  1180. content: "\f151";
  1181. }
  1182. .fa-expand:before {
  1183. content: "\f152";
  1184. }
  1185. .fa-euro:before,
  1186. .fa-eur:before {
  1187. content: "\f153";
  1188. }
  1189. .fa-gbp:before {
  1190. content: "\f154";
  1191. }
  1192. .fa-dollar:before,
  1193. .fa-usd:before {
  1194. content: "\f155";
  1195. }
  1196. .fa-rupee:before,
  1197. .fa-inr:before {
  1198. content: "\f156";
  1199. }
  1200. .fa-cny:before,
  1201. .fa-rmb:before,
  1202. .fa-yen:before,
  1203. .fa-jpy:before {
  1204. content: "\f157";
  1205. }
  1206. .fa-won:before,
  1207. .fa-krw:before {
  1208. content: "\f159";
  1209. }
  1210. .fa-bitcoin:before,
  1211. .fa-btc:before {
  1212. content: "\f15a";
  1213. }
  1214. .fa-file:before {
  1215. content: "\f15b";
  1216. }
  1217. .fa-file-text:before {
  1218. content: "\f15c";
  1219. }
  1220. .fa-sort-by-alphabet:before {
  1221. content: "\f15d";
  1222. }
  1223. .fa-sort-by-alphabet-alt:before {
  1224. content: "\f15e";
  1225. }
  1226. .fa-sort-by-attributes:before {
  1227. content: "\f160";
  1228. }
  1229. .fa-sort-by-attributes-alt:before {
  1230. content: "\f161";
  1231. }
  1232. .fa-sort-by-order:before {
  1233. content: "\f162";
  1234. }
  1235. .fa-sort-by-order-alt:before {
  1236. content: "\f163";
  1237. }
  1238. .fa-thumbs-up:before {
  1239. content: "\f164";
  1240. }
  1241. .fa-thumbs-down:before {
  1242. content: "\f165";
  1243. }
  1244. .fa-youtube-sign:before {
  1245. content: "\f166";
  1246. }
  1247. .fa-youtube:before {
  1248. content: "\f167";
  1249. }
  1250. .fa-xing:before {
  1251. content: "\f168";
  1252. }
  1253. .fa-xing-sign:before {
  1254. content: "\f169";
  1255. }
  1256. .fa-youtube-play:before {
  1257. content: "\f16a";
  1258. }
  1259. .fa-dropbox:before {
  1260. content: "\f16b";
  1261. }
  1262. .fa-stackoverflow:before {
  1263. content: "\f16c";
  1264. }
  1265. .fa-instagram:before {
  1266. content: "\f16d";
  1267. }
  1268. .fa-flickr:before {
  1269. content: "\f16e";
  1270. }
  1271. .fa-adn:before {
  1272. content: "\f170";
  1273. }
  1274. .fa-bitbucket:before {
  1275. content: "\f171";
  1276. }
  1277. .fa-bitbucket-sign:before {
  1278. content: "\f172";
  1279. }
  1280. .fa-tumblr:before {
  1281. content: "\f173";
  1282. }
  1283. .fa-tumblr-sign:before {
  1284. content: "\f174";
  1285. }
  1286. .fa-long-arrow-down:before {
  1287. content: "\f175";
  1288. }
  1289. .fa-long-arrow-up:before {
  1290. content: "\f176";
  1291. }
  1292. .fa-long-arrow-left:before {
  1293. content: "\f177";
  1294. }
  1295. .fa-long-arrow-right:before {
  1296. content: "\f178";
  1297. }
  1298. .fa-apple:before {
  1299. content: "\f179";
  1300. }
  1301. .fa-windows:before {
  1302. content: "\f17a";
  1303. }
  1304. .fa-android:before {
  1305. content: "\f17b";
  1306. }
  1307. .fa-linux:before {
  1308. content: "\f17c";
  1309. }
  1310. .fa-dribbble:before {
  1311. content: "\f17d";
  1312. }
  1313. .fa-skype:before {
  1314. content: "\f17e";
  1315. }
  1316. .fa-foursquare:before {
  1317. content: "\f180";
  1318. }
  1319. .fa-trello:before {
  1320. content: "\f181";
  1321. }
  1322. .fa-female:before {
  1323. content: "\f182";
  1324. }
  1325. .fa-male:before {
  1326. content: "\f183";
  1327. }
  1328. .fa-gittip:before {
  1329. content: "\f184";
  1330. }
  1331. .fa-sun:before {
  1332. content: "\f185";
  1333. }
  1334. .fa-moon:before {
  1335. content: "\f186";
  1336. }
  1337. .fa-archive:before {
  1338. content: "\f187";
  1339. }
  1340. .fa-bug:before {
  1341. content: "\f188";
  1342. }
  1343. .fa-vk:before {
  1344. content: "\f189";
  1345. }
  1346. .fa-weibo:before {
  1347. content: "\f18a";
  1348. }
  1349. .fa-renren:before {
  1350. content: "\f18b";
  1351. }
  1352. .fa-pagelines:before {
  1353. content: "\f18c";
  1354. }