font-awesome.css 23 KB

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