font-awesome.css 22 KB

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