font-awesome.css 29 KB

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