font-awesome.css 24 KB

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