font-awesome.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376
  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-alt: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-check:before {
  294. content: "\f00c";
  295. }
  296. .fa-icon-times: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. content: "\f011";
  307. }
  308. .fa-icon-signal:before {
  309. content: "\f012";
  310. }
  311. .fa-icon-gear:before,
  312. .fa-icon-cog:before {
  313. content: "\f013";
  314. }
  315. .fa-icon-trash:before {
  316. content: "\f014";
  317. }
  318. .fa-icon-home:before {
  319. content: "\f015";
  320. }
  321. .fa-icon-file-alt:before {
  322. content: "\f016";
  323. }
  324. .fa-icon-time:before {
  325. content: "\f017";
  326. }
  327. .fa-icon-road:before {
  328. content: "\f018";
  329. }
  330. .fa-icon-download:before {
  331. content: "\f019";
  332. }
  333. .fa-icon-arrow-circle-alt-down:before {
  334. content: "\f01a";
  335. }
  336. .fa-icon-arrow-circle-alt-up:before {
  337. content: "\f01b";
  338. }
  339. .fa-icon-inbox:before {
  340. content: "\f01c";
  341. }
  342. .fa-icon-play-circle-alt:before {
  343. content: "\f01d";
  344. }
  345. .fa-icon-rotate-right:before,
  346. .fa-icon-repeat:before {
  347. content: "\f01e";
  348. }
  349. .fa-icon-refresh:before {
  350. content: "\f021";
  351. }
  352. .fa-icon-list-alt:before {
  353. content: "\f022";
  354. }
  355. .fa-icon-lock:before {
  356. content: "\f023";
  357. }
  358. .fa-icon-flag:before {
  359. content: "\f024";
  360. }
  361. .fa-icon-headphones:before {
  362. content: "\f025";
  363. }
  364. .fa-icon-volume-off:before {
  365. content: "\f026";
  366. }
  367. .fa-icon-volume-down:before {
  368. content: "\f027";
  369. }
  370. .fa-icon-volume-up:before {
  371. content: "\f028";
  372. }
  373. .fa-icon-qrcode:before {
  374. content: "\f029";
  375. }
  376. .fa-icon-barcode:before {
  377. content: "\f02a";
  378. }
  379. .fa-icon-tag:before {
  380. content: "\f02b";
  381. }
  382. .fa-icon-tags:before {
  383. content: "\f02c";
  384. }
  385. .fa-icon-book:before {
  386. content: "\f02d";
  387. }
  388. .fa-icon-bookmark:before {
  389. content: "\f02e";
  390. }
  391. .fa-icon-print:before {
  392. content: "\f02f";
  393. }
  394. .fa-icon-camera:before {
  395. content: "\f030";
  396. }
  397. .fa-icon-font:before {
  398. content: "\f031";
  399. }
  400. .fa-icon-bold:before {
  401. content: "\f032";
  402. }
  403. .fa-icon-italic:before {
  404. content: "\f033";
  405. }
  406. .fa-icon-text-height:before {
  407. content: "\f034";
  408. }
  409. .fa-icon-text-width:before {
  410. content: "\f035";
  411. }
  412. .fa-icon-align-left:before {
  413. content: "\f036";
  414. }
  415. .fa-icon-align-center:before {
  416. content: "\f037";
  417. }
  418. .fa-icon-align-right:before {
  419. content: "\f038";
  420. }
  421. .fa-icon-align-justify:before {
  422. content: "\f039";
  423. }
  424. .fa-icon-list:before {
  425. content: "\f03a";
  426. }
  427. .fa-icon-dedent:before,
  428. .fa-icon-outdent:before {
  429. content: "\f03b";
  430. }
  431. .fa-icon-indent:before {
  432. content: "\f03c";
  433. }
  434. .fa-icon-video-camera: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. .fa-icon-pencil-square-alt:before {
  454. content: "\f044";
  455. }
  456. .fa-icon-share-square-alt:before {
  457. content: "\f045";
  458. }
  459. .fa-icon-check-square-alt:before {
  460. content: "\f046";
  461. }
  462. .fa-icon-move:before {
  463. content: "\f047";
  464. }
  465. .fa-icon-step-backward:before {
  466. content: "\f048";
  467. }
  468. .fa-icon-fast-backward:before {
  469. content: "\f049";
  470. }
  471. .fa-icon-backward:before {
  472. content: "\f04a";
  473. }
  474. .fa-icon-play:before {
  475. content: "\f04b";
  476. }
  477. .fa-icon-pause:before {
  478. content: "\f04c";
  479. }
  480. .fa-icon-stop:before {
  481. content: "\f04d";
  482. }
  483. .fa-icon-forward:before {
  484. content: "\f04e";
  485. }
  486. .fa-icon-fast-forward:before {
  487. content: "\f050";
  488. }
  489. .fa-icon-step-forward:before {
  490. content: "\f051";
  491. }
  492. .fa-icon-eject:before {
  493. content: "\f052";
  494. }
  495. .fa-icon-chevron-left:before {
  496. content: "\f053";
  497. }
  498. .fa-icon-chevron-right:before {
  499. content: "\f054";
  500. }
  501. .fa-icon-plus-circle:before {
  502. content: "\f055";
  503. }
  504. .fa-icon-minus-circle:before {
  505. content: "\f056";
  506. }
  507. .fa-icon-times-circle:before {
  508. content: "\f057";
  509. }
  510. .fa-icon-check-circle:before {
  511. content: "\f058";
  512. }
  513. .fa-icon-question-circle:before {
  514. content: "\f059";
  515. }
  516. .fa-icon-info-circle:before {
  517. content: "\f05a";
  518. }
  519. .fa-icon-screenshot:before {
  520. content: "\f05b";
  521. }
  522. .fa-icon-times-circle-alt:before {
  523. content: "\f05c";
  524. }
  525. .fa-icon-check-circle-alt:before {
  526. content: "\f05d";
  527. }
  528. .fa-icon-ban:before {
  529. content: "\f05e";
  530. }
  531. .fa-icon-arrow-left:before {
  532. content: "\f060";
  533. }
  534. .fa-icon-arrow-right:before {
  535. content: "\f061";
  536. }
  537. .fa-icon-arrow-up:before {
  538. content: "\f062";
  539. }
  540. .fa-icon-arrow-down:before {
  541. content: "\f063";
  542. }
  543. .fa-icon-mail-forward:before,
  544. .fa-icon-share:before {
  545. content: "\f064";
  546. }
  547. .fa-icon-resize-full:before {
  548. content: "\f065";
  549. }
  550. .fa-icon-resize-small:before {
  551. content: "\f066";
  552. }
  553. .fa-icon-plus:before {
  554. content: "\f067";
  555. }
  556. .fa-icon-minus:before {
  557. content: "\f068";
  558. }
  559. .fa-icon-asterisk:before {
  560. content: "\f069";
  561. }
  562. .fa-icon-exclamation-circle:before {
  563. content: "\f06a";
  564. }
  565. .fa-icon-gift:before {
  566. content: "\f06b";
  567. }
  568. .fa-icon-leaf:before {
  569. content: "\f06c";
  570. }
  571. .fa-icon-fire:before {
  572. content: "\f06d";
  573. }
  574. .fa-icon-eye:before {
  575. content: "\f06e";
  576. }
  577. .fa-icon-eye-closed:before {
  578. content: "\f070";
  579. }
  580. .fa-icon-warning:before,
  581. .fa-icon-exclamation-triangle:before {
  582. content: "\f071";
  583. }
  584. .fa-icon-plane:before {
  585. content: "\f072";
  586. }
  587. .fa-icon-calendar:before {
  588. content: "\f073";
  589. }
  590. .fa-icon-random:before {
  591. content: "\f074";
  592. }
  593. .fa-icon-comment:before {
  594. content: "\f075";
  595. }
  596. .fa-icon-magnet:before {
  597. content: "\f076";
  598. }
  599. .fa-icon-chevron-up:before {
  600. content: "\f077";
  601. }
  602. .fa-icon-chevron-down:before {
  603. content: "\f078";
  604. }
  605. .fa-icon-retweet:before {
  606. content: "\f079";
  607. }
  608. .fa-icon-shopping-cart:before {
  609. content: "\f07a";
  610. }
  611. .fa-icon-folder:before {
  612. content: "\f07b";
  613. }
  614. .fa-icon-folder-open:before {
  615. content: "\f07c";
  616. }
  617. .fa-icon-resize-vertical:before {
  618. content: "\f07d";
  619. }
  620. .fa-icon-resize-horizontal:before {
  621. content: "\f07e";
  622. }
  623. .fa-icon-bar-chart:before {
  624. content: "\f080";
  625. }
  626. .fa-icon-twitter-square:before {
  627. content: "\f081";
  628. }
  629. .fa-icon-facebook-square:before {
  630. content: "\f082";
  631. }
  632. .fa-icon-camera-retro:before {
  633. content: "\f083";
  634. }
  635. .fa-icon-key:before {
  636. content: "\f084";
  637. }
  638. .fa-icon-gears:before,
  639. .fa-icon-cogs:before {
  640. content: "\f085";
  641. }
  642. .fa-icon-comments:before {
  643. content: "\f086";
  644. }
  645. .fa-icon-thumbs-up-alt:before {
  646. content: "\f087";
  647. }
  648. .fa-icon-thumbs-down-alt:before {
  649. content: "\f088";
  650. }
  651. .fa-icon-star-half:before {
  652. content: "\f089";
  653. }
  654. .fa-icon-heart-alt:before {
  655. content: "\f08a";
  656. }
  657. .fa-icon-sign-out:before {
  658. content: "\f08b";
  659. }
  660. .fa-icon-linkedin-square:before {
  661. content: "\f08c";
  662. }
  663. .fa-icon-thumb-tack:before {
  664. content: "\f08d";
  665. }
  666. .fa-icon-external-link:before {
  667. content: "\f08e";
  668. }
  669. .fa-icon-sign-in:before {
  670. content: "\f090";
  671. }
  672. .fa-icon-trophy:before {
  673. content: "\f091";
  674. }
  675. .fa-icon-github-square:before {
  676. content: "\f092";
  677. }
  678. .fa-icon-upload:before {
  679. content: "\f093";
  680. }
  681. .fa-icon-lemon-alt:before {
  682. content: "\f094";
  683. }
  684. .fa-icon-phone:before {
  685. content: "\f095";
  686. }
  687. .fa-icon-unchecked:before,
  688. .fa-icon-square-alt:before {
  689. content: "\f096";
  690. }
  691. .fa-icon-bookmark-alt:before {
  692. content: "\f097";
  693. }
  694. .fa-icon-phone-square:before {
  695. content: "\f098";
  696. }
  697. .fa-icon-twitter:before {
  698. content: "\f099";
  699. }
  700. .fa-icon-facebook:before {
  701. content: "\f09a";
  702. }
  703. .fa-icon-github:before {
  704. content: "\f09b";
  705. }
  706. .fa-icon-unlock:before {
  707. content: "\f09c";
  708. }
  709. .fa-icon-credit-card:before {
  710. content: "\f09d";
  711. }
  712. .fa-icon-rss:before {
  713. content: "\f09e";
  714. }
  715. .fa-icon-hdd:before {
  716. content: "\f0a0";
  717. }
  718. .fa-icon-bullhorn:before {
  719. content: "\f0a1";
  720. }
  721. .fa-icon-bell:before {
  722. content: "\f0f3";
  723. }
  724. .fa-icon-certificate:before {
  725. content: "\f0a3";
  726. }
  727. .fa-icon-hand-right:before {
  728. content: "\f0a4";
  729. }
  730. .fa-icon-hand-left:before {
  731. content: "\f0a5";
  732. }
  733. .fa-icon-hand-up:before {
  734. content: "\f0a6";
  735. }
  736. .fa-icon-hand-down:before {
  737. content: "\f0a7";
  738. }
  739. .fa-icon-arrow-circle-left:before {
  740. content: "\f0a8";
  741. }
  742. .fa-icon-arrow-circle-right:before {
  743. content: "\f0a9";
  744. }
  745. .fa-icon-arrow-circle-up:before {
  746. content: "\f0aa";
  747. }
  748. .fa-icon-arrow-circle-down:before {
  749. content: "\f0ab";
  750. }
  751. .fa-icon-globe:before {
  752. content: "\f0ac";
  753. }
  754. .fa-icon-wrench:before {
  755. content: "\f0ad";
  756. }
  757. .fa-icon-tasks:before {
  758. content: "\f0ae";
  759. }
  760. .fa-icon-filter:before {
  761. content: "\f0b0";
  762. }
  763. .fa-icon-briefcase:before {
  764. content: "\f0b1";
  765. }
  766. .fa-icon-fullscreen:before {
  767. content: "\f0b2";
  768. }
  769. .fa-icon-group:before {
  770. content: "\f0c0";
  771. }
  772. .fa-icon-chain:before,
  773. .fa-icon-link:before {
  774. content: "\f0c1";
  775. }
  776. .fa-icon-cloud:before {
  777. content: "\f0c2";
  778. }
  779. .fa-icon-flask:before {
  780. content: "\f0c3";
  781. }
  782. .fa-icon-cut:before,
  783. .fa-icon-scissors:before {
  784. content: "\f0c4";
  785. }
  786. .fa-icon-copy:before,
  787. .fa-icon-files:before {
  788. content: "\f0c5";
  789. }
  790. .fa-icon-paperclip:before {
  791. content: "\f0c6";
  792. }
  793. .fa-icon-save:before,
  794. .fa-icon-floppy:before {
  795. content: "\f0c7";
  796. }
  797. .fa-icon-square:before {
  798. content: "\f0c8";
  799. }
  800. .fa-icon-reorder:before {
  801. content: "\f0c9";
  802. }
  803. .fa-icon-list-ul:before {
  804. content: "\f0ca";
  805. }
  806. .fa-icon-list-ol:before {
  807. content: "\f0cb";
  808. }
  809. .fa-icon-strikethrough:before {
  810. content: "\f0cc";
  811. }
  812. .fa-icon-underline:before {
  813. content: "\f0cd";
  814. }
  815. .fa-icon-table:before {
  816. content: "\f0ce";
  817. }
  818. .fa-icon-magic:before {
  819. content: "\f0d0";
  820. }
  821. .fa-icon-truck:before {
  822. content: "\f0d1";
  823. }
  824. .fa-icon-pinterest:before {
  825. content: "\f0d2";
  826. }
  827. .fa-icon-pinterest-square:before {
  828. content: "\f0d3";
  829. }
  830. .fa-icon-google-plus-square:before {
  831. content: "\f0d4";
  832. }
  833. .fa-icon-google-plus:before {
  834. content: "\f0d5";
  835. }
  836. .fa-icon-money:before {
  837. content: "\f0d6";
  838. }
  839. .fa-icon-caret-down:before {
  840. content: "\f0d7";
  841. }
  842. .fa-icon-caret-up:before {
  843. content: "\f0d8";
  844. }
  845. .fa-icon-caret-left:before {
  846. content: "\f0d9";
  847. }
  848. .fa-icon-caret-right:before {
  849. content: "\f0da";
  850. }
  851. .fa-icon-columns:before {
  852. content: "\f0db";
  853. }
  854. .fa-icon-sort:before {
  855. content: "\f0dc";
  856. }
  857. .fa-icon-sort-down:before {
  858. content: "\f0dd";
  859. }
  860. .fa-icon-sort-up:before {
  861. content: "\f0de";
  862. }
  863. .fa-icon-envelope:before {
  864. content: "\f0e0";
  865. }
  866. .fa-icon-linkedin:before {
  867. content: "\f0e1";
  868. }
  869. .fa-icon-rotate-left:before,
  870. .fa-icon-undo:before {
  871. content: "\f0e2";
  872. }
  873. .fa-icon-legal:before,
  874. .fa-icon-gavel:before {
  875. content: "\f0e3";
  876. }
  877. .fa-icon-dashboard:before,
  878. .fa-icon-tachometer:before {
  879. content: "\f0e4";
  880. }
  881. .fa-icon-comment-alt:before {
  882. content: "\f0e5";
  883. }
  884. .fa-icon-comments-alt:before {
  885. content: "\f0e6";
  886. }
  887. .fa-icon-flash:before,
  888. .fa-icon-bolt:before {
  889. content: "\f0e7";
  890. }
  891. .fa-icon-sitemap:before {
  892. content: "\f0e8";
  893. }
  894. .fa-icon-umbrella:before {
  895. content: "\f0e9";
  896. }
  897. .fa-icon-paste:before,
  898. .fa-icon-clipboard:before {
  899. content: "\f0ea";
  900. }
  901. .fa-icon-lightbulb:before {
  902. content: "\f0eb";
  903. }
  904. .fa-icon-exchange:before {
  905. content: "\f0ec";
  906. }
  907. .fa-icon-cloud-download:before {
  908. content: "\f0ed";
  909. }
  910. .fa-icon-cloud-upload:before {
  911. content: "\f0ee";
  912. }
  913. .fa-icon-user-md:before {
  914. content: "\f0f0";
  915. }
  916. .fa-icon-stethoscope:before {
  917. content: "\f0f1";
  918. }
  919. .fa-icon-suitcase:before {
  920. content: "\f0f2";
  921. }
  922. .fa-icon-bell-alt:before {
  923. content: "\f0a2";
  924. }
  925. .fa-icon-coffee:before {
  926. content: "\f0f4";
  927. }
  928. .fa-icon-cutlery:before {
  929. content: "\f0f5";
  930. }
  931. .fa-icon-file-text-alt:before {
  932. content: "\f0f6";
  933. }
  934. .fa-icon-building:before {
  935. content: "\f0f7";
  936. }
  937. .fa-icon-hospital:before {
  938. content: "\f0f8";
  939. }
  940. .fa-icon-ambulance:before {
  941. content: "\f0f9";
  942. }
  943. .fa-icon-medkit:before {
  944. content: "\f0fa";
  945. }
  946. .fa-icon-fighter-jet:before {
  947. content: "\f0fb";
  948. }
  949. .fa-icon-beer:before {
  950. content: "\f0fc";
  951. }
  952. .fa-icon-h-square:before {
  953. content: "\f0fd";
  954. }
  955. .fa-icon-plus-square:before {
  956. content: "\f0fe";
  957. }
  958. .fa-icon-double-angle-left:before {
  959. content: "\f100";
  960. }
  961. .fa-icon-double-angle-right:before {
  962. content: "\f101";
  963. }
  964. .fa-icon-double-angle-up:before {
  965. content: "\f102";
  966. }
  967. .fa-icon-double-angle-down:before {
  968. content: "\f103";
  969. }
  970. .fa-icon-angle-left:before {
  971. content: "\f104";
  972. }
  973. .fa-icon-angle-right:before {
  974. content: "\f105";
  975. }
  976. .fa-icon-angle-up:before {
  977. content: "\f106";
  978. }
  979. .fa-icon-angle-down:before {
  980. content: "\f107";
  981. }
  982. .fa-icon-desktop:before {
  983. content: "\f108";
  984. }
  985. .fa-icon-laptop:before {
  986. content: "\f109";
  987. }
  988. .fa-icon-tablet:before {
  989. content: "\f10a";
  990. }
  991. .fa-icon-mobile-phone:before,
  992. .fa-icon-mobile:before {
  993. content: "\f10b";
  994. }
  995. .fa-icon-circle-alt:before {
  996. content: "\f10c";
  997. }
  998. .fa-icon-quote-left:before {
  999. content: "\f10d";
  1000. }
  1001. .fa-icon-quote-right:before {
  1002. content: "\f10e";
  1003. }
  1004. .fa-icon-spinner:before {
  1005. content: "\f110";
  1006. }
  1007. .fa-icon-circle:before {
  1008. content: "\f111";
  1009. }
  1010. .fa-icon-mail-reply:before,
  1011. .fa-icon-reply:before {
  1012. content: "\f112";
  1013. }
  1014. .fa-icon-github-alt:before {
  1015. content: "\f113";
  1016. }
  1017. .fa-icon-folder-alt:before {
  1018. content: "\f114";
  1019. }
  1020. .fa-icon-folder-open-alt:before {
  1021. content: "\f115";
  1022. }
  1023. .fa-icon-expand-alt:before {
  1024. content: "\f116";
  1025. }
  1026. .fa-icon-collapse-alt:before {
  1027. content: "\f117";
  1028. }
  1029. .fa-icon-smile:before {
  1030. content: "\f118";
  1031. }
  1032. .fa-icon-frown:before {
  1033. content: "\f119";
  1034. }
  1035. .fa-icon-meh:before {
  1036. content: "\f11a";
  1037. }
  1038. .fa-icon-gamepad:before {
  1039. content: "\f11b";
  1040. }
  1041. .fa-icon-keyboard:before {
  1042. content: "\f11c";
  1043. }
  1044. .fa-icon-flag-alt:before {
  1045. content: "\f11d";
  1046. }
  1047. .fa-icon-flag-checkered:before {
  1048. content: "\f11e";
  1049. }
  1050. .fa-icon-terminal:before {
  1051. content: "\f120";
  1052. }
  1053. .fa-icon-code:before {
  1054. content: "\f121";
  1055. }
  1056. .fa-icon-reply-all:before {
  1057. content: "\f122";
  1058. }
  1059. .fa-icon-mail-reply-all:before {
  1060. content: "\f122";
  1061. }
  1062. .fa-icon-star-half-full:before,
  1063. .fa-icon-star-half-empty:before {
  1064. content: "\f123";
  1065. }
  1066. .fa-icon-location-arrow:before {
  1067. content: "\f124";
  1068. }
  1069. .fa-icon-crop:before {
  1070. content: "\f125";
  1071. }
  1072. .fa-icon-code-fork:before {
  1073. content: "\f126";
  1074. }
  1075. .fa-icon-unlink:before,
  1076. .fa-icon-chain-broken:before {
  1077. content: "\f127";
  1078. }
  1079. .fa-icon-question:before {
  1080. content: "\f128";
  1081. }
  1082. .fa-icon-info:before {
  1083. content: "\f129";
  1084. }
  1085. .fa-icon-exclamation:before {
  1086. content: "\f12a";
  1087. }
  1088. .fa-icon-superscript:before {
  1089. content: "\f12b";
  1090. }
  1091. .fa-icon-subscript:before {
  1092. content: "\f12c";
  1093. }
  1094. .fa-icon-eraser:before {
  1095. content: "\f12d";
  1096. }
  1097. .fa-icon-puzzle-piece:before {
  1098. content: "\f12e";
  1099. }
  1100. .fa-icon-microphone:before {
  1101. content: "\f130";
  1102. }
  1103. .fa-icon-microphone-off:before {
  1104. content: "\f131";
  1105. }
  1106. .fa-icon-shield:before {
  1107. content: "\f132";
  1108. }
  1109. .fa-icon-calendar-alt:before {
  1110. content: "\f133";
  1111. }
  1112. .fa-icon-fire-extinguisher:before {
  1113. content: "\f134";
  1114. }
  1115. .fa-icon-rocket:before {
  1116. content: "\f135";
  1117. }
  1118. .fa-icon-maxcdn:before {
  1119. content: "\f136";
  1120. }
  1121. .fa-icon-chevron-circle-left:before {
  1122. content: "\f137";
  1123. }
  1124. .fa-icon-chevron-circle-right:before {
  1125. content: "\f138";
  1126. }
  1127. .fa-icon-chevron-circle-up:before {
  1128. content: "\f139";
  1129. }
  1130. .fa-icon-chevron-circle-down:before {
  1131. content: "\f13a";
  1132. }
  1133. .fa-icon-html5:before {
  1134. content: "\f13b";
  1135. }
  1136. .fa-icon-css3:before {
  1137. content: "\f13c";
  1138. }
  1139. .fa-icon-anchor:before {
  1140. content: "\f13d";
  1141. }
  1142. .fa-icon-unlock-alt:before {
  1143. content: "\f13e";
  1144. }
  1145. .fa-icon-bullseye:before {
  1146. content: "\f140";
  1147. }
  1148. .fa-icon-ellipsis-horizontal:before {
  1149. content: "\f141";
  1150. }
  1151. .fa-icon-ellipsis-vertical:before {
  1152. content: "\f142";
  1153. }
  1154. .fa-icon-rss-square:before {
  1155. content: "\f143";
  1156. }
  1157. .fa-icon-play-circle:before {
  1158. content: "\f144";
  1159. }
  1160. .fa-icon-ticket:before {
  1161. content: "\f145";
  1162. }
  1163. .fa-icon-minus-square:before {
  1164. content: "\f146";
  1165. }
  1166. .fa-icon-minus-square-alt:before {
  1167. content: "\f147";
  1168. }
  1169. .fa-icon-level-up:before {
  1170. content: "\f148";
  1171. }
  1172. .fa-icon-level-down:before {
  1173. content: "\f149";
  1174. }
  1175. .fa-icon-check-square:before {
  1176. content: "\f14a";
  1177. }
  1178. .fa-icon-pencil-square:before {
  1179. content: "\f14b";
  1180. }
  1181. .fa-icon-external-link-square:before {
  1182. content: "\f14c";
  1183. }
  1184. .fa-icon-share-square:before {
  1185. content: "\f14d";
  1186. }
  1187. .fa-icon-compass:before {
  1188. content: "\f14e";
  1189. }
  1190. .fa-icon-collapse-down:before {
  1191. content: "\f150";
  1192. }
  1193. .fa-icon-collapse-up:before {
  1194. content: "\f151";
  1195. }
  1196. .fa-icon-expand:before {
  1197. content: "\f152";
  1198. }
  1199. .fa-icon-euro:before,
  1200. .fa-icon-eur:before {
  1201. content: "\f153";
  1202. }
  1203. .fa-icon-gbp:before {
  1204. content: "\f154";
  1205. }
  1206. .fa-icon-dollar:before,
  1207. .fa-icon-usd:before {
  1208. content: "\f155";
  1209. }
  1210. .fa-icon-rupee:before,
  1211. .fa-icon-inr:before {
  1212. content: "\f156";
  1213. }
  1214. .fa-icon-cny:before,
  1215. .fa-icon-rmb:before,
  1216. .fa-icon-yen:before,
  1217. .fa-icon-jpy:before {
  1218. content: "\f157";
  1219. }
  1220. .fa-icon-ruble:before,
  1221. .fa-icon-rouble:before,
  1222. .fa-icon-rub:before {
  1223. content: "\f158";
  1224. }
  1225. .fa-icon-won:before,
  1226. .fa-icon-krw:before {
  1227. content: "\f159";
  1228. }
  1229. .fa-icon-bitcoin:before,
  1230. .fa-icon-btc:before {
  1231. content: "\f15a";
  1232. }
  1233. .fa-icon-file:before {
  1234. content: "\f15b";
  1235. }
  1236. .fa-icon-file-text:before {
  1237. content: "\f15c";
  1238. }
  1239. .fa-icon-sort-by-alphabet:before {
  1240. content: "\f15d";
  1241. }
  1242. .fa-icon-sort-by-alphabet-alt:before {
  1243. content: "\f15e";
  1244. }
  1245. .fa-icon-sort-by-attributes:before {
  1246. content: "\f160";
  1247. }
  1248. .fa-icon-sort-by-attributes-alt:before {
  1249. content: "\f161";
  1250. }
  1251. .fa-icon-sort-by-order:before {
  1252. content: "\f162";
  1253. }
  1254. .fa-icon-sort-by-order-alt:before {
  1255. content: "\f163";
  1256. }
  1257. .fa-icon-thumbs-up:before {
  1258. content: "\f164";
  1259. }
  1260. .fa-icon-thumbs-down:before {
  1261. content: "\f165";
  1262. }
  1263. .fa-icon-youtube-sign:before {
  1264. content: "\f166";
  1265. }
  1266. .fa-icon-youtube:before {
  1267. content: "\f167";
  1268. }
  1269. .fa-icon-xing:before {
  1270. content: "\f168";
  1271. }
  1272. .fa-icon-xing-sign:before {
  1273. content: "\f169";
  1274. }
  1275. .fa-icon-youtube-play:before {
  1276. content: "\f16a";
  1277. }
  1278. .fa-icon-dropbox:before {
  1279. content: "\f16b";
  1280. }
  1281. .fa-icon-stack-overflow:before {
  1282. content: "\f16c";
  1283. }
  1284. .fa-icon-instagram:before {
  1285. content: "\f16d";
  1286. }
  1287. .fa-icon-flickr:before {
  1288. content: "\f16e";
  1289. }
  1290. .fa-icon-adn:before {
  1291. content: "\f170";
  1292. }
  1293. .fa-icon-bitbucket:before {
  1294. content: "\f171";
  1295. }
  1296. .fa-icon-bitbucket-square:before {
  1297. content: "\f172";
  1298. }
  1299. .fa-icon-tumblr:before {
  1300. content: "\f173";
  1301. }
  1302. .fa-icon-tumblr-square:before {
  1303. content: "\f174";
  1304. }
  1305. .fa-icon-long-arrow-down:before {
  1306. content: "\f175";
  1307. }
  1308. .fa-icon-long-arrow-up:before {
  1309. content: "\f176";
  1310. }
  1311. .fa-icon-long-arrow-left:before {
  1312. content: "\f177";
  1313. }
  1314. .fa-icon-long-arrow-right:before {
  1315. content: "\f178";
  1316. }
  1317. .fa-icon-apple:before {
  1318. content: "\f179";
  1319. }
  1320. .fa-icon-windows:before {
  1321. content: "\f17a";
  1322. }
  1323. .fa-icon-android:before {
  1324. content: "\f17b";
  1325. }
  1326. .fa-icon-linux:before {
  1327. content: "\f17c";
  1328. }
  1329. .fa-icon-dribbble:before {
  1330. content: "\f17d";
  1331. }
  1332. .fa-icon-skype:before {
  1333. content: "\f17e";
  1334. }
  1335. .fa-icon-foursquare:before {
  1336. content: "\f180";
  1337. }
  1338. .fa-icon-trello:before {
  1339. content: "\f181";
  1340. }
  1341. .fa-icon-female:before {
  1342. content: "\f182";
  1343. }
  1344. .fa-icon-male:before {
  1345. content: "\f183";
  1346. }
  1347. .fa-icon-gittip:before {
  1348. content: "\f184";
  1349. }
  1350. .fa-icon-sun:before {
  1351. content: "\f185";
  1352. }
  1353. .fa-icon-moon:before {
  1354. content: "\f186";
  1355. }
  1356. .fa-icon-archive:before {
  1357. content: "\f187";
  1358. }
  1359. .fa-icon-bug:before {
  1360. content: "\f188";
  1361. }
  1362. .fa-icon-vk:before {
  1363. content: "\f189";
  1364. }
  1365. .fa-icon-weibo:before {
  1366. content: "\f18a";
  1367. }
  1368. .fa-icon-renren:before {
  1369. content: "\f18b";
  1370. }
  1371. .fa-icon-pagelines:before {
  1372. content: "\f18c";
  1373. }
  1374. .fa-icon-stack-exchange:before {
  1375. content: "\f18d";
  1376. }