font-awesome.css 22 KB

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