font-awesome.styl 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  1. @font-face
  2. font-family: 'FontAwesome'
  3. src: url('../fonts/fontawesome-webfont.eot?v=4.0.3')
  4. src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg')
  5. font-weight: normal
  6. font-style: normal
  7. .fa
  8. display: inline-block
  9. font-family: FontAwesome
  10. font-style: normal
  11. font-weight: normal
  12. line-height: 1
  13. -webkit-font-smoothing: antialiased
  14. -moz-osx-font-smoothing: grayscale
  15. .fa-lg
  16. font-size: 1.3333333333333333em
  17. line-height: 0.75em
  18. vertical-align: -15%
  19. .fa-2x
  20. font-size: 2em
  21. .fa-3x
  22. font-size: 3em
  23. .fa-4x
  24. font-size: 4em
  25. .fa-5x
  26. font-size: 5em
  27. .fa-fw
  28. width: 1.2857142857142858em
  29. text-align: center
  30. .fa-ul
  31. padding-left: 0
  32. margin-left: 2.142857142857143em
  33. list-style-type: none
  34. .fa-ul > li
  35. position: relative
  36. .fa-li
  37. position: absolute
  38. left: -2.142857142857143em
  39. width: 2.142857142857143em
  40. top: 0.14285714285714285em
  41. text-align: center
  42. .fa-li.fa-lg
  43. left: -1.8571428571428572em
  44. .fa-border
  45. padding: .2em .25em .15em
  46. border: solid 0.08em #eeeeee
  47. border-radius: .1em
  48. .pull-right
  49. float: right
  50. .pull-left
  51. float: left
  52. .fa.pull-left
  53. margin-right: .3em
  54. .fa.pull-right
  55. margin-left: .3em
  56. .fa-spin
  57. -webkit-animation: spin 2s infinite linear
  58. -moz-animation: spin 2s infinite linear
  59. -o-animation: spin 2s infinite linear
  60. animation: spin 2s infinite linear
  61. .fa-rotate-90
  62. filter: unquote('progid:DXImageTransform.Microsoft.BasicImage(rotation=1)')
  63. -webkit-transform: rotate(90deg)
  64. -moz-transform: rotate(90deg)
  65. -ms-transform: rotate(90deg)
  66. -o-transform: rotate(90deg)
  67. transform: rotate(90deg)
  68. .fa-rotate-180
  69. filter: unquote('progid:DXImageTransform.Microsoft.BasicImage(rotation=2)')
  70. -webkit-transform: rotate(180deg)
  71. -moz-transform: rotate(180deg)
  72. -ms-transform: rotate(180deg)
  73. -o-transform: rotate(180deg)
  74. transform: rotate(180deg)
  75. .fa-rotate-270
  76. filter: unquote('progid:DXImageTransform.Microsoft.BasicImage(rotation=3)')
  77. -webkit-transform: rotate(270deg)
  78. -moz-transform: rotate(270deg)
  79. -ms-transform: rotate(270deg)
  80. -o-transform: rotate(270deg)
  81. transform: rotate(270deg)
  82. .fa-flip-horizontal
  83. filter: unquote('progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)')
  84. -webkit-transform: scale(-1, 1)
  85. -moz-transform: scale(-1, 1)
  86. -ms-transform: scale(-1, 1)
  87. -o-transform: scale(-1, 1)
  88. transform: scale(-1, 1)
  89. .fa-flip-vertical
  90. filter: unquote('progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)')
  91. -webkit-transform: scale(1, -1)
  92. -moz-transform: scale(1, -1)
  93. -ms-transform: scale(1, -1)
  94. -o-transform: scale(1, -1)
  95. transform: scale(1, -1)
  96. .fa-stack
  97. position: relative
  98. display: inline-block
  99. width: 2em
  100. height: 2em
  101. line-height: 2em
  102. vertical-align: middle
  103. .fa-stack-1x,
  104. .fa-stack-2x
  105. position: absolute
  106. left: 0
  107. width: 100%
  108. text-align: center
  109. .fa-stack-1x
  110. line-height: inherit
  111. .fa-stack-2x
  112. font-size: 2em
  113. .fa-inverse
  114. color: #ffffff
  115. .fa-glass:before
  116. content: "\f000"
  117. .fa-music:before
  118. content: "\f001"
  119. .fa-search:before
  120. content: "\f002"
  121. .fa-envelope-o:before
  122. content: "\f003"
  123. .fa-heart:before
  124. content: "\f004"
  125. .fa-star:before
  126. content: "\f005"
  127. .fa-star-o:before
  128. content: "\f006"
  129. .fa-user:before
  130. content: "\f007"
  131. .fa-film:before
  132. content: "\f008"
  133. .fa-th-large:before
  134. content: "\f009"
  135. .fa-th:before
  136. content: "\f00a"
  137. .fa-th-list:before
  138. content: "\f00b"
  139. .fa-check:before
  140. content: "\f00c"
  141. .fa-times:before
  142. content: "\f00d"
  143. .fa-search-plus:before
  144. content: "\f00e"
  145. .fa-search-minus:before
  146. content: "\f010"
  147. .fa-power-off:before
  148. content: "\f011"
  149. .fa-signal:before
  150. content: "\f012"
  151. .fa-gear:before,
  152. .fa-cog:before
  153. content: "\f013"
  154. .fa-trash-o:before
  155. content: "\f014"
  156. .fa-home:before
  157. content: "\f015"
  158. .fa-file-o:before
  159. content: "\f016"
  160. .fa-clock-o:before
  161. content: "\f017"
  162. .fa-road:before
  163. content: "\f018"
  164. .fa-download:before
  165. content: "\f019"
  166. .fa-arrow-circle-o-down:before
  167. content: "\f01a"
  168. .fa-arrow-circle-o-up:before
  169. content: "\f01b"
  170. .fa-inbox:before
  171. content: "\f01c"
  172. .fa-play-circle-o:before
  173. content: "\f01d"
  174. .fa-rotate-right:before,
  175. .fa-repeat:before
  176. content: "\f01e"
  177. .fa-refresh:before
  178. content: "\f021"
  179. .fa-list-alt:before
  180. content: "\f022"
  181. .fa-lock:before
  182. content: "\f023"
  183. .fa-flag:before
  184. content: "\f024"
  185. .fa-headphones:before
  186. content: "\f025"
  187. .fa-volume-off:before
  188. content: "\f026"
  189. .fa-volume-down:before
  190. content: "\f027"
  191. .fa-volume-up:before
  192. content: "\f028"
  193. .fa-qrcode:before
  194. content: "\f029"
  195. .fa-barcode:before
  196. content: "\f02a"
  197. .fa-tag:before
  198. content: "\f02b"
  199. .fa-tags:before
  200. content: "\f02c"
  201. .fa-book:before
  202. content: "\f02d"
  203. .fa-bookmark:before
  204. content: "\f02e"
  205. .fa-print:before
  206. content: "\f02f"
  207. .fa-camera:before
  208. content: "\f030"
  209. .fa-font:before
  210. content: "\f031"
  211. .fa-bold:before
  212. content: "\f032"
  213. .fa-italic:before
  214. content: "\f033"
  215. .fa-text-height:before
  216. content: "\f034"
  217. .fa-text-width:before
  218. content: "\f035"
  219. .fa-align-left:before
  220. content: "\f036"
  221. .fa-align-center:before
  222. content: "\f037"
  223. .fa-align-right:before
  224. content: "\f038"
  225. .fa-align-justify:before
  226. content: "\f039"
  227. .fa-list:before
  228. content: "\f03a"
  229. .fa-dedent:before,
  230. .fa-outdent:before
  231. content: "\f03b"
  232. .fa-indent:before
  233. content: "\f03c"
  234. .fa-video-camera:before
  235. content: "\f03d"
  236. .fa-picture-o:before
  237. content: "\f03e"
  238. .fa-pencil:before
  239. content: "\f040"
  240. .fa-map-marker:before
  241. content: "\f041"
  242. .fa-adjust:before
  243. content: "\f042"
  244. .fa-tint:before
  245. content: "\f043"
  246. .fa-edit:before,
  247. .fa-pencil-square-o:before
  248. content: "\f044"
  249. .fa-share-square-o:before
  250. content: "\f045"
  251. .fa-check-square-o:before
  252. content: "\f046"
  253. .fa-arrows:before
  254. content: "\f047"
  255. .fa-step-backward:before
  256. content: "\f048"
  257. .fa-fast-backward:before
  258. content: "\f049"
  259. .fa-backward:before
  260. content: "\f04a"
  261. .fa-play:before
  262. content: "\f04b"
  263. .fa-pause:before
  264. content: "\f04c"
  265. .fa-stop:before
  266. content: "\f04d"
  267. .fa-forward:before
  268. content: "\f04e"
  269. .fa-fast-forward:before
  270. content: "\f050"
  271. .fa-step-forward:before
  272. content: "\f051"
  273. .fa-eject:before
  274. content: "\f052"
  275. .fa-chevron-left:before
  276. content: "\f053"
  277. .fa-chevron-right:before
  278. content: "\f054"
  279. .fa-plus-circle:before
  280. content: "\f055"
  281. .fa-minus-circle:before
  282. content: "\f056"
  283. .fa-times-circle:before
  284. content: "\f057"
  285. .fa-check-circle:before
  286. content: "\f058"
  287. .fa-question-circle:before
  288. content: "\f059"
  289. .fa-info-circle:before
  290. content: "\f05a"
  291. .fa-crosshairs:before
  292. content: "\f05b"
  293. .fa-times-circle-o:before
  294. content: "\f05c"
  295. .fa-check-circle-o:before
  296. content: "\f05d"
  297. .fa-ban:before
  298. content: "\f05e"
  299. .fa-arrow-left:before
  300. content: "\f060"
  301. .fa-arrow-right:before
  302. content: "\f061"
  303. .fa-arrow-up:before
  304. content: "\f062"
  305. .fa-arrow-down:before
  306. content: "\f063"
  307. .fa-mail-forward:before,
  308. .fa-share:before
  309. content: "\f064"
  310. .fa-expand:before
  311. content: "\f065"
  312. .fa-compress:before
  313. content: "\f066"
  314. .fa-plus:before
  315. content: "\f067"
  316. .fa-minus:before
  317. content: "\f068"
  318. .fa-asterisk:before
  319. content: "\f069"
  320. .fa-exclamation-circle:before
  321. content: "\f06a"
  322. .fa-gift:before
  323. content: "\f06b"
  324. .fa-leaf:before
  325. content: "\f06c"
  326. .fa-fire:before
  327. content: "\f06d"
  328. .fa-eye:before
  329. content: "\f06e"
  330. .fa-eye-slash:before
  331. content: "\f070"
  332. .fa-warning:before,
  333. .fa-exclamation-triangle:before
  334. content: "\f071"
  335. .fa-plane:before
  336. content: "\f072"
  337. .fa-calendar:before
  338. content: "\f073"
  339. .fa-random:before
  340. content: "\f074"
  341. .fa-comment:before
  342. content: "\f075"
  343. .fa-magnet:before
  344. content: "\f076"
  345. .fa-chevron-up:before
  346. content: "\f077"
  347. .fa-chevron-down:before
  348. content: "\f078"
  349. .fa-retweet:before
  350. content: "\f079"
  351. .fa-shopping-cart:before
  352. content: "\f07a"
  353. .fa-folder:before
  354. content: "\f07b"
  355. .fa-folder-open:before
  356. content: "\f07c"
  357. .fa-arrows-v:before
  358. content: "\f07d"
  359. .fa-arrows-h:before
  360. content: "\f07e"
  361. .fa-bar-chart-o:before
  362. content: "\f080"
  363. .fa-twitter-square:before
  364. content: "\f081"
  365. .fa-facebook-square:before
  366. content: "\f082"
  367. .fa-camera-retro:before
  368. content: "\f083"
  369. .fa-key:before
  370. content: "\f084"
  371. .fa-gears:before,
  372. .fa-cogs:before
  373. content: "\f085"
  374. .fa-comments:before
  375. content: "\f086"
  376. .fa-thumbs-o-up:before
  377. content: "\f087"
  378. .fa-thumbs-o-down:before
  379. content: "\f088"
  380. .fa-star-half:before
  381. content: "\f089"
  382. .fa-heart-o:before
  383. content: "\f08a"
  384. .fa-sign-out:before
  385. content: "\f08b"
  386. .fa-linkedin-square:before
  387. content: "\f08c"
  388. .fa-thumb-tack:before
  389. content: "\f08d"
  390. .fa-external-link:before
  391. content: "\f08e"
  392. .fa-sign-in:before
  393. content: "\f090"
  394. .fa-trophy:before
  395. content: "\f091"
  396. .fa-github-square:before
  397. content: "\f092"
  398. .fa-upload:before
  399. content: "\f093"
  400. .fa-lemon-o:before
  401. content: "\f094"
  402. .fa-phone:before
  403. content: "\f095"
  404. .fa-square-o:before
  405. content: "\f096"
  406. .fa-bookmark-o:before
  407. content: "\f097"
  408. .fa-phone-square:before
  409. content: "\f098"
  410. .fa-twitter:before
  411. content: "\f099"
  412. .fa-facebook:before
  413. content: "\f09a"
  414. .fa-github:before
  415. content: "\f09b"
  416. .fa-unlock:before
  417. content: "\f09c"
  418. .fa-credit-card:before
  419. content: "\f09d"
  420. .fa-rss:before
  421. content: "\f09e"
  422. .fa-hdd-o:before
  423. content: "\f0a0"
  424. .fa-bullhorn:before
  425. content: "\f0a1"
  426. .fa-bell:before
  427. content: "\f0f3"
  428. .fa-certificate:before
  429. content: "\f0a3"
  430. .fa-hand-o-right:before
  431. content: "\f0a4"
  432. .fa-hand-o-left:before
  433. content: "\f0a5"
  434. .fa-hand-o-up:before
  435. content: "\f0a6"
  436. .fa-hand-o-down:before
  437. content: "\f0a7"
  438. .fa-arrow-circle-left:before
  439. content: "\f0a8"
  440. .fa-arrow-circle-right:before
  441. content: "\f0a9"
  442. .fa-arrow-circle-up:before
  443. content: "\f0aa"
  444. .fa-arrow-circle-down:before
  445. content: "\f0ab"
  446. .fa-globe:before
  447. content: "\f0ac"
  448. .fa-wrench:before
  449. content: "\f0ad"
  450. .fa-tasks:before
  451. content: "\f0ae"
  452. .fa-filter:before
  453. content: "\f0b0"
  454. .fa-briefcase:before
  455. content: "\f0b1"
  456. .fa-arrows-alt:before
  457. content: "\f0b2"
  458. .fa-group:before,
  459. .fa-users:before
  460. content: "\f0c0"
  461. .fa-chain:before,
  462. .fa-link:before
  463. content: "\f0c1"
  464. .fa-cloud:before
  465. content: "\f0c2"
  466. .fa-flask:before
  467. content: "\f0c3"
  468. .fa-cut:before,
  469. .fa-scissors:before
  470. content: "\f0c4"
  471. .fa-copy:before,
  472. .fa-files-o:before
  473. content: "\f0c5"
  474. .fa-paperclip:before
  475. content: "\f0c6"
  476. .fa-save:before,
  477. .fa-floppy-o:before
  478. content: "\f0c7"
  479. .fa-square:before
  480. content: "\f0c8"
  481. .fa-bars:before
  482. content: "\f0c9"
  483. .fa-list-ul:before
  484. content: "\f0ca"
  485. .fa-list-ol:before
  486. content: "\f0cb"
  487. .fa-strikethrough:before
  488. content: "\f0cc"
  489. .fa-underline:before
  490. content: "\f0cd"
  491. .fa-table:before
  492. content: "\f0ce"
  493. .fa-magic:before
  494. content: "\f0d0"
  495. .fa-truck:before
  496. content: "\f0d1"
  497. .fa-pinterest:before
  498. content: "\f0d2"
  499. .fa-pinterest-square:before
  500. content: "\f0d3"
  501. .fa-google-plus-square:before
  502. content: "\f0d4"
  503. .fa-google-plus:before
  504. content: "\f0d5"
  505. .fa-money:before
  506. content: "\f0d6"
  507. .fa-caret-down:before
  508. content: "\f0d7"
  509. .fa-caret-up:before
  510. content: "\f0d8"
  511. .fa-caret-left:before
  512. content: "\f0d9"
  513. .fa-caret-right:before
  514. content: "\f0da"
  515. .fa-columns:before
  516. content: "\f0db"
  517. .fa-unsorted:before,
  518. .fa-sort:before
  519. content: "\f0dc"
  520. .fa-sort-down:before,
  521. .fa-sort-asc:before
  522. content: "\f0dd"
  523. .fa-sort-up:before,
  524. .fa-sort-desc:before
  525. content: "\f0de"
  526. .fa-envelope:before
  527. content: "\f0e0"
  528. .fa-linkedin:before
  529. content: "\f0e1"
  530. .fa-rotate-left:before,
  531. .fa-undo:before
  532. content: "\f0e2"
  533. .fa-legal:before,
  534. .fa-gavel:before
  535. content: "\f0e3"
  536. .fa-dashboard:before,
  537. .fa-tachometer:before
  538. content: "\f0e4"
  539. .fa-comment-o:before
  540. content: "\f0e5"
  541. .fa-comments-o:before
  542. content: "\f0e6"
  543. .fa-flash:before,
  544. .fa-bolt:before
  545. content: "\f0e7"
  546. .fa-sitemap:before
  547. content: "\f0e8"
  548. .fa-umbrella:before
  549. content: "\f0e9"
  550. .fa-paste:before,
  551. .fa-clipboard:before
  552. content: "\f0ea"
  553. .fa-lightbulb-o:before
  554. content: "\f0eb"
  555. .fa-exchange:before
  556. content: "\f0ec"
  557. .fa-cloud-download:before
  558. content: "\f0ed"
  559. .fa-cloud-upload:before
  560. content: "\f0ee"
  561. .fa-user-md:before
  562. content: "\f0f0"
  563. .fa-stethoscope:before
  564. content: "\f0f1"
  565. .fa-suitcase:before
  566. content: "\f0f2"
  567. .fa-bell-o:before
  568. content: "\f0a2"
  569. .fa-coffee:before
  570. content: "\f0f4"
  571. .fa-cutlery:before
  572. content: "\f0f5"
  573. .fa-file-text-o:before
  574. content: "\f0f6"
  575. .fa-building-o:before
  576. content: "\f0f7"
  577. .fa-hospital-o:before
  578. content: "\f0f8"
  579. .fa-ambulance:before
  580. content: "\f0f9"
  581. .fa-medkit:before
  582. content: "\f0fa"
  583. .fa-fighter-jet:before
  584. content: "\f0fb"
  585. .fa-beer:before
  586. content: "\f0fc"
  587. .fa-h-square:before
  588. content: "\f0fd"
  589. .fa-plus-square:before
  590. content: "\f0fe"
  591. .fa-angle-double-left:before
  592. content: "\f100"
  593. .fa-angle-double-right:before
  594. content: "\f101"
  595. .fa-angle-double-up:before
  596. content: "\f102"
  597. .fa-angle-double-down:before
  598. content: "\f103"
  599. .fa-angle-left:before
  600. content: "\f104"
  601. .fa-angle-right:before
  602. content: "\f105"
  603. .fa-angle-up:before
  604. content: "\f106"
  605. .fa-angle-down:before
  606. content: "\f107"
  607. .fa-desktop:before
  608. content: "\f108"
  609. .fa-laptop:before
  610. content: "\f109"
  611. .fa-tablet:before
  612. content: "\f10a"
  613. .fa-mobile-phone:before,
  614. .fa-mobile:before
  615. content: "\f10b"
  616. .fa-circle-o:before
  617. content: "\f10c"
  618. .fa-quote-left:before
  619. content: "\f10d"
  620. .fa-quote-right:before
  621. content: "\f10e"
  622. .fa-spinner:before
  623. content: "\f110"
  624. .fa-circle:before
  625. content: "\f111"
  626. .fa-mail-reply:before,
  627. .fa-reply:before
  628. content: "\f112"
  629. .fa-github-alt:before
  630. content: "\f113"
  631. .fa-folder-o:before
  632. content: "\f114"
  633. .fa-folder-open-o:before
  634. content: "\f115"
  635. .fa-smile-o:before
  636. content: "\f118"
  637. .fa-frown-o:before
  638. content: "\f119"
  639. .fa-meh-o:before
  640. content: "\f11a"
  641. .fa-gamepad:before
  642. content: "\f11b"
  643. .fa-keyboard-o:before
  644. content: "\f11c"
  645. .fa-flag-o:before
  646. content: "\f11d"
  647. .fa-flag-checkered:before
  648. content: "\f11e"
  649. .fa-terminal:before
  650. content: "\f120"
  651. .fa-code:before
  652. content: "\f121"
  653. .fa-reply-all:before
  654. content: "\f122"
  655. .fa-mail-reply-all:before
  656. content: "\f122"
  657. .fa-star-half-empty:before,
  658. .fa-star-half-full:before,
  659. .fa-star-half-o:before
  660. content: "\f123"
  661. .fa-location-arrow:before
  662. content: "\f124"
  663. .fa-crop:before
  664. content: "\f125"
  665. .fa-code-fork:before
  666. content: "\f126"
  667. .fa-unlink:before,
  668. .fa-chain-broken:before
  669. content: "\f127"
  670. .fa-question:before
  671. content: "\f128"
  672. .fa-info:before
  673. content: "\f129"
  674. .fa-exclamation:before
  675. content: "\f12a"
  676. .fa-superscript:before
  677. content: "\f12b"
  678. .fa-subscript:before
  679. content: "\f12c"
  680. .fa-eraser:before
  681. content: "\f12d"
  682. .fa-puzzle-piece:before
  683. content: "\f12e"
  684. .fa-microphone:before
  685. content: "\f130"
  686. .fa-microphone-slash:before
  687. content: "\f131"
  688. .fa-shield:before
  689. content: "\f132"
  690. .fa-calendar-o:before
  691. content: "\f133"
  692. .fa-fire-extinguisher:before
  693. content: "\f134"
  694. .fa-rocket:before
  695. content: "\f135"
  696. .fa-maxcdn:before
  697. content: "\f136"
  698. .fa-chevron-circle-left:before
  699. content: "\f137"
  700. .fa-chevron-circle-right:before
  701. content: "\f138"
  702. .fa-chevron-circle-up:before
  703. content: "\f139"
  704. .fa-chevron-circle-down:before
  705. content: "\f13a"
  706. .fa-html5:before
  707. content: "\f13b"
  708. .fa-css3:before
  709. content: "\f13c"
  710. .fa-anchor:before
  711. content: "\f13d"
  712. .fa-unlock-alt:before
  713. content: "\f13e"
  714. .fa-bullseye:before
  715. content: "\f140"
  716. .fa-ellipsis-h:before
  717. content: "\f141"
  718. .fa-ellipsis-v:before
  719. content: "\f142"
  720. .fa-rss-square:before
  721. content: "\f143"
  722. .fa-play-circle:before
  723. content: "\f144"
  724. .fa-ticket:before
  725. content: "\f145"
  726. .fa-minus-square:before
  727. content: "\f146"
  728. .fa-minus-square-o:before
  729. content: "\f147"
  730. .fa-level-up:before
  731. content: "\f148"
  732. .fa-level-down:before
  733. content: "\f149"
  734. .fa-check-square:before
  735. content: "\f14a"
  736. .fa-pencil-square:before
  737. content: "\f14b"
  738. .fa-external-link-square:before
  739. content: "\f14c"
  740. .fa-share-square:before
  741. content: "\f14d"
  742. .fa-compass:before
  743. content: "\f14e"
  744. .fa-toggle-down:before,
  745. .fa-caret-square-o-down:before
  746. content: "\f150"
  747. .fa-toggle-up:before,
  748. .fa-caret-square-o-up:before
  749. content: "\f151"
  750. .fa-toggle-right:before,
  751. .fa-caret-square-o-right:before
  752. content: "\f152"
  753. .fa-euro:before,
  754. .fa-eur:before
  755. content: "\f153"
  756. .fa-gbp:before
  757. content: "\f154"
  758. .fa-dollar:before,
  759. .fa-usd:before
  760. content: "\f155"
  761. .fa-rupee:before,
  762. .fa-inr:before
  763. content: "\f156"
  764. .fa-cny:before,
  765. .fa-rmb:before,
  766. .fa-yen:before,
  767. .fa-jpy:before
  768. content: "\f157"
  769. .fa-ruble:before,
  770. .fa-rouble:before,
  771. .fa-rub:before
  772. content: "\f158"
  773. .fa-won:before,
  774. .fa-krw:before
  775. content: "\f159"
  776. .fa-bitcoin:before,
  777. .fa-btc:before
  778. content: "\f15a"
  779. .fa-file:before
  780. content: "\f15b"
  781. .fa-file-text:before
  782. content: "\f15c"
  783. .fa-sort-alpha-asc:before
  784. content: "\f15d"
  785. .fa-sort-alpha-desc:before
  786. content: "\f15e"
  787. .fa-sort-amount-asc:before
  788. content: "\f160"
  789. .fa-sort-amount-desc:before
  790. content: "\f161"
  791. .fa-sort-numeric-asc:before
  792. content: "\f162"
  793. .fa-sort-numeric-desc:before
  794. content: "\f163"
  795. .fa-thumbs-up:before
  796. content: "\f164"
  797. .fa-thumbs-down:before
  798. content: "\f165"
  799. .fa-youtube-square:before
  800. content: "\f166"
  801. .fa-youtube:before
  802. content: "\f167"
  803. .fa-xing:before
  804. content: "\f168"
  805. .fa-xing-square:before
  806. content: "\f169"
  807. .fa-youtube-play:before
  808. content: "\f16a"
  809. .fa-dropbox:before
  810. content: "\f16b"
  811. .fa-stack-overflow:before
  812. content: "\f16c"
  813. .fa-instagram:before
  814. content: "\f16d"
  815. .fa-flickr:before
  816. content: "\f16e"
  817. .fa-adn:before
  818. content: "\f170"
  819. .fa-bitbucket:before
  820. content: "\f171"
  821. .fa-bitbucket-square:before
  822. content: "\f172"
  823. .fa-tumblr:before
  824. content: "\f173"
  825. .fa-tumblr-square:before
  826. content: "\f174"
  827. .fa-long-arrow-down:before
  828. content: "\f175"
  829. .fa-long-arrow-up:before
  830. content: "\f176"
  831. .fa-long-arrow-left:before
  832. content: "\f177"
  833. .fa-long-arrow-right:before
  834. content: "\f178"
  835. .fa-apple:before
  836. content: "\f179"
  837. .fa-windows:before
  838. content: "\f17a"
  839. .fa-android:before
  840. content: "\f17b"
  841. .fa-linux:before
  842. content: "\f17c"
  843. .fa-dribbble:before
  844. content: "\f17d"
  845. .fa-skype:before
  846. content: "\f17e"
  847. .fa-foursquare:before
  848. content: "\f180"
  849. .fa-trello:before
  850. content: "\f181"
  851. .fa-female:before
  852. content: "\f182"
  853. .fa-male:before
  854. content: "\f183"
  855. .fa-gittip:before
  856. content: "\f184"
  857. .fa-sun-o:before
  858. content: "\f185"
  859. .fa-moon-o:before
  860. content: "\f186"
  861. .fa-archive:before
  862. content: "\f187"
  863. .fa-bug:before
  864. content: "\f188"
  865. .fa-vk:before
  866. content: "\f189"
  867. .fa-weibo:before
  868. content: "\f18a"
  869. .fa-renren:before
  870. content: "\f18b"
  871. .fa-pagelines:before
  872. content: "\f18c"
  873. .fa-stack-exchange:before
  874. content: "\f18d"
  875. .fa-arrow-circle-o-right:before
  876. content: "\f18e"
  877. .fa-arrow-circle-o-left:before
  878. content: "\f190"
  879. .fa-toggle-left:before,
  880. .fa-caret-square-o-left:before
  881. content: "\f191"
  882. .fa-dot-circle-o:before
  883. content: "\f192"
  884. .fa-wheelchair:before
  885. content: "\f193"
  886. .fa-vimeo-square:before
  887. content: "\f194"
  888. .fa-turkish-lira:before,
  889. .fa-try:before
  890. content: "\f195"
  891. .fa-plus-square-o:before
  892. content: "\f196"