font-awesome.css 24 KB

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