/OpenOrderFramework/assets/css/font-icons.css

https://bitbucket.org/engintanrikulu/openorderframework · CSS · 3061 lines · 3043 code · 18 blank · 0 comment · 0 complexity · 72d7edfb68cf291e52638645574ce9f1 MD5 · raw file

  1. @font-face {
  2. font-family: 'font-icons';
  3. src:url('fonts/font-icons.eot');
  4. src:url('fonts/font-icons.eot') format('embedded-opentype'),
  5. url('fonts/font-icons.woff') format('woff'),
  6. url('fonts/font-icons.ttf') format('truetype'),
  7. url('fonts/font-icons.svg') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. }
  11. @font-face {
  12. font-family: 'lined-icons';
  13. src:url('fonts/lined-icons.eot');
  14. src:url('fonts/lined-icons.eot') format('embedded-opentype'),
  15. url('fonts/lined-icons.woff') format('woff'),
  16. url('fonts/lined-icons.ttf') format('truetype'),
  17. url('fonts/lined-icons.svg') format('svg');
  18. font-weight: normal;
  19. font-style: normal;
  20. }
  21. @font-face {
  22. font-family: 'Simple-Line-Icons';
  23. src:url('fonts/Simple-Line-Icons.eot');
  24. src:url('fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
  25. url('fonts/Simple-Line-Icons.woff') format('woff'),
  26. url('fonts/Simple-Line-Icons.ttf') format('truetype'),
  27. url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
  28. font-weight: normal;
  29. font-style: normal;
  30. }
  31. [class^="icon-"], [class*=" icon-"],
  32. [class^="icon-line-"], [class*=" icon-line-"],
  33. [class^="icon-line2-"], [class*=" icon-line2-"],
  34. .side-header #primary-menu ul > li.sub-menu > a:after {
  35. display: inline-block;
  36. font-family: 'font-icons';
  37. speak: none;
  38. font-style: normal;
  39. font-weight: normal;
  40. font-variant: normal;
  41. text-transform: none;
  42. line-height: inherit;
  43. -webkit-font-smoothing: antialiased;
  44. -moz-osx-font-smoothing: grayscale;
  45. }
  46. [class^="icon-line-"], [class*=" icon-line-"] { font-family: 'lined-icons'; }
  47. [class^="icon-line2-"], [class*=" icon-line2-"] { font-family: 'Simple-Line-Icons'; }
  48. .icon-lg {
  49. font-size: 1.3333333333333333em;
  50. line-height: 0.75em;
  51. vertical-align: -15%;
  52. }
  53. .icon-2x {
  54. font-size: 2em;
  55. }
  56. .icon-3x {
  57. font-size: 3em;
  58. }
  59. .icon-4x {
  60. font-size: 4em;
  61. }
  62. .icon-5x {
  63. font-size: 5em;
  64. }
  65. .icon-fw {
  66. width: 1.2857142857142858em;
  67. text-align: center;
  68. }
  69. .iconlist {
  70. padding-left: 0;
  71. margin-left: 1.75em;
  72. list-style-type: none;
  73. }
  74. .iconlist li { position: relative; }
  75. .iconlist ul {
  76. list-style-type: none;
  77. margin: 5px 0 5px 25px;
  78. }
  79. .iconlist > li [class^="icon-"]:first-child, .iconlist > li [class*=" icon-"]:first-child {
  80. position: absolute;
  81. left: -1.75em;
  82. width: 1.75em;
  83. text-align: center;
  84. top: 1px;
  85. width: 14px;
  86. }
  87. .iconlist.iconlist-large { font-size: 16px; }
  88. .iconlist.iconlist-large li { margin: 4px 0; }
  89. .iconlist.iconlist-large > li [class^="icon-"], .iconlist.iconlist-large > li [class*=" icon-"] {
  90. width: 16px;
  91. margin-right: 5px;
  92. }
  93. .iconlist-color li i { color: #1ABC9C; }
  94. .icon-border {
  95. padding: .2em .25em .15em;
  96. border: solid 0.08em #eeeeee;
  97. border-radius: .1em;
  98. }
  99. .icon.pull-left {
  100. margin-right: .3em;
  101. }
  102. .icon.pull-right {
  103. margin-left: .3em;
  104. }
  105. .icon-spin {
  106. -webkit-animation: spin 2s infinite linear;
  107. -moz-animation: spin 2s infinite linear;
  108. -o-animation: spin 2s infinite linear;
  109. animation: spin 2s infinite linear;
  110. }
  111. @-moz-keyframes spin {
  112. 0% {
  113. -moz-transform: rotate(0deg);
  114. }
  115. 100% {
  116. -moz-transform: rotate(359deg);
  117. }
  118. }
  119. @-webkit-keyframes spin {
  120. 0% {
  121. -webkit-transform: rotate(0deg);
  122. }
  123. 100% {
  124. -webkit-transform: rotate(359deg);
  125. }
  126. }
  127. @-o-keyframes spin {
  128. 0% {
  129. -o-transform: rotate(0deg);
  130. }
  131. 100% {
  132. -o-transform: rotate(359deg);
  133. }
  134. }
  135. @-ms-keyframes spin {
  136. 0% {
  137. -ms-transform: rotate(0deg);
  138. }
  139. 100% {
  140. -ms-transform: rotate(359deg);
  141. }
  142. }
  143. @keyframes spin {
  144. 0% {
  145. transform: rotate(0deg);
  146. }
  147. 100% {
  148. transform: rotate(359deg);
  149. }
  150. }
  151. .icon-rotate-90 {
  152. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  153. -webkit-transform: rotate(90deg);
  154. -moz-transform: rotate(90deg);
  155. -ms-transform: rotate(90deg);
  156. -o-transform: rotate(90deg);
  157. transform: rotate(90deg);
  158. }
  159. .icon-rotate-180 {
  160. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  161. -webkit-transform: rotate(180deg);
  162. -moz-transform: rotate(180deg);
  163. -ms-transform: rotate(180deg);
  164. -o-transform: rotate(180deg);
  165. transform: rotate(180deg);
  166. }
  167. .icon-rotate-270 {
  168. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  169. -webkit-transform: rotate(270deg);
  170. -moz-transform: rotate(270deg);
  171. -ms-transform: rotate(270deg);
  172. -o-transform: rotate(270deg);
  173. transform: rotate(270deg);
  174. }
  175. .icon-flip-horizontal {
  176. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  177. -webkit-transform: scale(-1, 1);
  178. -moz-transform: scale(-1, 1);
  179. -ms-transform: scale(-1, 1);
  180. -o-transform: scale(-1, 1);
  181. transform: scale(-1, 1);
  182. }
  183. .icon-flip-vertical {
  184. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  185. -webkit-transform: scale(1, -1);
  186. -moz-transform: scale(1, -1);
  187. -ms-transform: scale(1, -1);
  188. -o-transform: scale(1, -1);
  189. transform: scale(1, -1);
  190. }
  191. .icon-stacked {
  192. position: relative;
  193. display: inline-block;
  194. width: 2em;
  195. height: 2em;
  196. line-height: 2em;
  197. vertical-align: middle;
  198. }
  199. .icon-stacked-1x,
  200. .icon-stacked-2x {
  201. position: absolute;
  202. left: 0;
  203. width: 100%;
  204. text-align: center;
  205. }
  206. .icon-stacked-1x {
  207. line-height: inherit;
  208. }
  209. .icon-stacked-2x {
  210. font-size: 2em;
  211. }
  212. .icon-inverse {
  213. color: #ffffff;
  214. }
  215. .icon-type:before {
  216. content: "\e600";
  217. }
  218. .icon-box:before {
  219. content: "\e601";
  220. }
  221. .icon-archive:before {
  222. content: "\e602";
  223. }
  224. .icon-envelope:before {
  225. content: "\e603";
  226. }
  227. .icon-email:before {
  228. content: "\e604";
  229. }
  230. .icon-files:before {
  231. content: "\e605";
  232. }
  233. .icon-printer2:before {
  234. content: "\e606";
  235. }
  236. .icon-folder-add:before {
  237. content: "\e607";
  238. }
  239. .icon-folder-settings:before {
  240. content: "\e608";
  241. }
  242. .icon-folder-check:before {
  243. content: "\e609";
  244. }
  245. .icon-wifi-low:before {
  246. content: "\e60a";
  247. }
  248. .icon-wifi-mid:before {
  249. content: "\e60b";
  250. }
  251. .icon-wifi-full:before {
  252. content: "\e60c";
  253. }
  254. .icon-connection-empty:before {
  255. content: "\e60d";
  256. }
  257. .icon-battery-full:before {
  258. content: "\e60e";
  259. }
  260. .icon-settings:before {
  261. content: "\e60f";
  262. }
  263. .icon-arrow-left:before {
  264. content: "\e610";
  265. }
  266. .icon-arrow-up:before {
  267. content: "\e611";
  268. }
  269. .icon-arrow-down:before {
  270. content: "\e612";
  271. }
  272. .icon-arrow-right:before {
  273. content: "\e613";
  274. }
  275. .icon-reload:before {
  276. content: "\e614";
  277. }
  278. .icon-download:before {
  279. content: "\e615";
  280. }
  281. .icon-tag:before {
  282. content: "\e616";
  283. }
  284. .icon-trashcan:before {
  285. content: "\e617";
  286. }
  287. .icon-search:before {
  288. content: "\e618";
  289. }
  290. .icon-zoom-in:before {
  291. content: "\e619";
  292. }
  293. .icon-zoom-out:before {
  294. content: "\e61a";
  295. }
  296. .icon-chat:before {
  297. content: "\e61b";
  298. }
  299. .icon-clock:before {
  300. content: "\e61c";
  301. }
  302. .icon-printer:before {
  303. content: "\e61d";
  304. }
  305. .icon-home:before {
  306. content: "\e61e";
  307. }
  308. .icon-flag:before {
  309. content: "\e61f";
  310. }
  311. .icon-meter:before {
  312. content: "\e620";
  313. }
  314. .icon-switch:before {
  315. content: "\e621";
  316. }
  317. .icon-forbidden:before {
  318. content: "\e622";
  319. }
  320. .icon-phone-landscape:before {
  321. content: "\e623";
  322. }
  323. .icon-tablet:before {
  324. content: "\e624";
  325. }
  326. .icon-tablet-landscape:before {
  327. content: "\e625";
  328. }
  329. .icon-laptop:before {
  330. content: "\e626";
  331. }
  332. .icon-camera:before {
  333. content: "\e627";
  334. }
  335. .icon-microwave-oven:before {
  336. content: "\e628";
  337. }
  338. .icon-credit-cards:before {
  339. content: "\e629";
  340. }
  341. .icon-map-marker:before {
  342. content: "\e62a";
  343. }
  344. .icon-map:before {
  345. content: "\e62b";
  346. }
  347. .icon-support:before {
  348. content: "\e62c";
  349. }
  350. .icon-newspaper2:before {
  351. content: "\e62d";
  352. }
  353. .icon-barbell:before {
  354. content: "\e62e";
  355. }
  356. .icon-stopwatch:before {
  357. content: "\e62f";
  358. }
  359. .icon-atom:before {
  360. content: "\e630";
  361. }
  362. .icon-image:before {
  363. content: "\e631";
  364. }
  365. .icon-cube:before {
  366. content: "\e632";
  367. }
  368. .icon-bars:before {
  369. content: "\e633";
  370. }
  371. .icon-chart:before {
  372. content: "\e634";
  373. }
  374. .icon-pencil:before {
  375. content: "\e635";
  376. }
  377. .icon-measure:before {
  378. content: "\e636";
  379. }
  380. .icon-eyedropper:before {
  381. content: "\e637";
  382. }
  383. .icon-file-settings:before {
  384. content: "\e638";
  385. }
  386. .icon-file-add:before {
  387. content: "\e639";
  388. }
  389. .icon-file:before {
  390. content: "\e63a";
  391. }
  392. .icon-align-left:before {
  393. content: "\e63b";
  394. }
  395. .icon-align-right:before {
  396. content: "\e63c";
  397. }
  398. .icon-align-center:before {
  399. content: "\e63d";
  400. }
  401. .icon-align-justify:before {
  402. content: "\e63e";
  403. }
  404. .icon-file-broken:before {
  405. content: "\e63f";
  406. }
  407. .icon-browser:before {
  408. content: "\e640";
  409. }
  410. .icon-windows:before {
  411. content: "\e641";
  412. }
  413. .icon-window:before {
  414. content: "\e642";
  415. }
  416. .icon-folder:before {
  417. content: "\e643";
  418. }
  419. .icon-connection-25:before {
  420. content: "\e644";
  421. }
  422. .icon-connection-50:before {
  423. content: "\e645";
  424. }
  425. .icon-connection-75:before {
  426. content: "\e646";
  427. }
  428. .icon-connection-full:before {
  429. content: "\e647";
  430. }
  431. .icon-list:before {
  432. content: "\e648";
  433. }
  434. .icon-grid:before {
  435. content: "\e649";
  436. }
  437. .icon-stack3:before {
  438. content: "\e64a";
  439. }
  440. .icon-battery-charging:before {
  441. content: "\e64b";
  442. }
  443. .icon-battery-empty:before {
  444. content: "\e64c";
  445. }
  446. .icon-battery-25:before {
  447. content: "\e64d";
  448. }
  449. .icon-battery-50:before {
  450. content: "\e64e";
  451. }
  452. .icon-battery-75:before {
  453. content: "\e64f";
  454. }
  455. .icon-refresh:before {
  456. content: "\e650";
  457. }
  458. .icon-volume:before {
  459. content: "\e651";
  460. }
  461. .icon-volume-increase:before {
  462. content: "\e652";
  463. }
  464. .icon-volume-decrease:before {
  465. content: "\e653";
  466. }
  467. .icon-mute:before {
  468. content: "\e654";
  469. }
  470. .icon-microphone:before {
  471. content: "\e655";
  472. }
  473. .icon-microphone-off:before {
  474. content: "\e656";
  475. }
  476. .icon-book:before {
  477. content: "\e657";
  478. }
  479. .icon-checkmark:before {
  480. content: "\e658";
  481. }
  482. .icon-checkbox-checked:before {
  483. content: "\e659";
  484. }
  485. .icon-checkbox:before {
  486. content: "\e65a";
  487. }
  488. .icon-paperclip:before {
  489. content: "\e65b";
  490. }
  491. .icon-chat-1:before {
  492. content: "\e65c";
  493. }
  494. .icon-chat-2:before {
  495. content: "\e65d";
  496. }
  497. .icon-chat-3:before {
  498. content: "\e65e";
  499. }
  500. .icon-comment:before {
  501. content: "\e65f";
  502. }
  503. .icon-calendar:before {
  504. content: "\e660";
  505. }
  506. .icon-bookmark:before {
  507. content: "\e661";
  508. }
  509. .icon-email2:before {
  510. content: "\e662";
  511. }
  512. .icon-heart:before {
  513. content: "\e663";
  514. }
  515. .icon-enter:before {
  516. content: "\e664";
  517. }
  518. .icon-cloud:before {
  519. content: "\e665";
  520. }
  521. .icon-book2:before {
  522. content: "\e666";
  523. }
  524. .icon-star:before {
  525. content: "\e667";
  526. }
  527. .icon-lock:before {
  528. content: "\e668";
  529. }
  530. .icon-unlocked:before {
  531. content: "\e669";
  532. }
  533. .icon-unlocked2:before {
  534. content: "\e66a";
  535. }
  536. .icon-users:before {
  537. content: "\e66b";
  538. }
  539. .icon-user:before {
  540. content: "\e66c";
  541. }
  542. .icon-users2:before {
  543. content: "\e66d";
  544. }
  545. .icon-user2:before {
  546. content: "\e66e";
  547. }
  548. .icon-bullhorn:before {
  549. content: "\e66f";
  550. }
  551. .icon-share:before {
  552. content: "\e670";
  553. }
  554. .icon-screen:before {
  555. content: "\e671";
  556. }
  557. .icon-phone:before {
  558. content: "\e672";
  559. }
  560. .icon-phone-portrait:before {
  561. content: "\e673";
  562. }
  563. .icon-calculator:before {
  564. content: "\e674";
  565. }
  566. .icon-bag:before {
  567. content: "\e675";
  568. }
  569. .icon-diamond:before {
  570. content: "\e676";
  571. }
  572. .icon-drink:before {
  573. content: "\e677";
  574. }
  575. .icon-shorts:before {
  576. content: "\e678";
  577. }
  578. .icon-vcard:before {
  579. content: "\e679";
  580. }
  581. .icon-sun:before {
  582. content: "\e67a";
  583. }
  584. .icon-bill:before {
  585. content: "\e67b";
  586. }
  587. .icon-coffee:before {
  588. content: "\e67c";
  589. }
  590. .icon-tv2:before {
  591. content: "\e67d";
  592. }
  593. .icon-newspaper:before {
  594. content: "\e67e";
  595. }
  596. .icon-stack:before {
  597. content: "\e67f";
  598. }
  599. .icon-syringe:before {
  600. content: "\e680";
  601. }
  602. .icon-health:before {
  603. content: "\e681";
  604. }
  605. .icon-bolt:before {
  606. content: "\e682";
  607. }
  608. .icon-pill:before {
  609. content: "\e683";
  610. }
  611. .icon-bones:before {
  612. content: "\e684";
  613. }
  614. .icon-lab:before {
  615. content: "\e685";
  616. }
  617. .icon-clipboard:before {
  618. content: "\e686";
  619. }
  620. .icon-mug:before {
  621. content: "\e687";
  622. }
  623. .icon-bucket:before {
  624. content: "\e688";
  625. }
  626. .icon-select:before {
  627. content: "\e689";
  628. }
  629. .icon-graph:before {
  630. content: "\e68a";
  631. }
  632. .icon-crop:before {
  633. content: "\e68b";
  634. }
  635. .icon-heart2:before {
  636. content: "\e68c";
  637. }
  638. .icon-cloud2:before {
  639. content: "\e68d";
  640. }
  641. .icon-star2:before {
  642. content: "\e68e";
  643. }
  644. .icon-pen:before {
  645. content: "\e68f";
  646. }
  647. .icon-diamond2:before {
  648. content: "\e690";
  649. }
  650. .icon-display:before {
  651. content: "\e691";
  652. }
  653. .icon-paperplane:before {
  654. content: "\e692";
  655. }
  656. .icon-params:before {
  657. content: "\e693";
  658. }
  659. .icon-banknote:before {
  660. content: "\e694";
  661. }
  662. .icon-vynil:before {
  663. content: "\e695";
  664. }
  665. .icon-truck:before {
  666. content: "\e696";
  667. }
  668. .icon-world:before {
  669. content: "\e697";
  670. }
  671. .icon-tv:before {
  672. content: "\e698";
  673. }
  674. .icon-sound:before {
  675. content: "\e699";
  676. }
  677. .icon-video:before {
  678. content: "\e69a";
  679. }
  680. .icon-trash:before {
  681. content: "\e69b";
  682. }
  683. .icon-user3:before {
  684. content: "\e69c";
  685. }
  686. .icon-key:before {
  687. content: "\e69d";
  688. }
  689. .icon-search2:before {
  690. content: "\e69e";
  691. }
  692. .icon-settings2:before {
  693. content: "\e69f";
  694. }
  695. .icon-camera2:before {
  696. content: "\e6a0";
  697. }
  698. .icon-tag2:before {
  699. content: "\e6a1";
  700. }
  701. .icon-lock2:before {
  702. content: "\e6a2";
  703. }
  704. .icon-bulb:before {
  705. content: "\e6a3";
  706. }
  707. .icon-location:before {
  708. content: "\e6a4";
  709. }
  710. .icon-eye:before {
  711. content: "\e6a5";
  712. }
  713. .icon-bubble:before {
  714. content: "\e6a6";
  715. }
  716. .icon-stack2:before {
  717. content: "\e6a7";
  718. }
  719. .icon-cup:before {
  720. content: "\e6a8";
  721. }
  722. .icon-phone2:before {
  723. content: "\e6a9";
  724. }
  725. .icon-news:before {
  726. content: "\e6aa";
  727. }
  728. .icon-mail:before {
  729. content: "\e6ab";
  730. }
  731. .icon-like:before {
  732. content: "\e6ac";
  733. }
  734. .icon-photo:before {
  735. content: "\e6ad";
  736. }
  737. .icon-note:before {
  738. content: "\e6ae";
  739. }
  740. .icon-clock2:before {
  741. content: "\e6af";
  742. }
  743. .icon-data:before {
  744. content: "\e6b0";
  745. }
  746. .icon-music:before {
  747. content: "\e6b1";
  748. }
  749. .icon-megaphone:before {
  750. content: "\e6b2";
  751. }
  752. .icon-study:before {
  753. content: "\e6b3";
  754. }
  755. .icon-lab2:before {
  756. content: "\e6b4";
  757. }
  758. .icon-food:before {
  759. content: "\e6b5";
  760. }
  761. .icon-t-shirt:before {
  762. content: "\e6b6";
  763. }
  764. .icon-fire:before {
  765. content: "\e6b7";
  766. }
  767. .icon-clip:before {
  768. content: "\e6b8";
  769. }
  770. .icon-shop:before {
  771. content: "\e6b9";
  772. }
  773. .icon-calendar2:before {
  774. content: "\e6ba";
  775. }
  776. .icon-wallet:before {
  777. content: "\e6bb";
  778. }
  779. .icon-duckduckgo:before {
  780. content: "\e830";
  781. }
  782. .icon-lkdto:before {
  783. content: "\e896";
  784. }
  785. .icon-delicious:before {
  786. content: "\e832";
  787. }
  788. .icon-paypal:before {
  789. content: "\e833";
  790. }
  791. .icon-flattr:before {
  792. content: "\e834";
  793. }
  794. .icon-android:before {
  795. content: "\e835";
  796. }
  797. .icon-eventful:before {
  798. content: "\e836";
  799. }
  800. .icon-smashmag:before {
  801. content: "\e837";
  802. }
  803. .icon-gplus:before {
  804. content: "\e838";
  805. }
  806. .icon-wikipedia:before {
  807. content: "\e839";
  808. }
  809. .icon-lanyrd:before {
  810. content: "\e83a";
  811. }
  812. .icon-calendar-1:before {
  813. content: "\e83b";
  814. }
  815. .icon-stumbleupon:before {
  816. content: "\e83c";
  817. }
  818. .icon-bitcoin:before {
  819. content: "\e83f";
  820. }
  821. .icon-w3c:before {
  822. content: "\e840";
  823. }
  824. .icon-foursquare:before {
  825. content: "\e841";
  826. }
  827. .icon-html5:before {
  828. content: "\e842";
  829. }
  830. .icon-ie:before {
  831. content: "\e843";
  832. }
  833. .icon-call:before {
  834. content: "\e844";
  835. }
  836. .icon-grooveshark:before {
  837. content: "\e845";
  838. }
  839. .icon-ninetyninedesigns:before {
  840. content: "\e846";
  841. }
  842. .icon-forrst:before {
  843. content: "\e847";
  844. }
  845. .icon-digg:before {
  846. content: "\e848";
  847. }
  848. .icon-spotify:before {
  849. content: "\e849";
  850. }
  851. .icon-reddit:before {
  852. content: "\e84a";
  853. }
  854. .icon-guest:before {
  855. content: "\e84b";
  856. }
  857. .icon-blogger:before {
  858. content: "\e84e";
  859. }
  860. .icon-cc:before {
  861. content: "\e84f";
  862. }
  863. .icon-dribbble:before {
  864. content: "\e850";
  865. }
  866. .icon-evernote:before {
  867. content: "\e851";
  868. }
  869. .icon-flickr:before {
  870. content: "\e852";
  871. }
  872. .icon-google:before {
  873. content: "\e853";
  874. }
  875. .icon-viadeo:before {
  876. content: "\e854";
  877. }
  878. .icon-instapaper:before {
  879. content: "\e855";
  880. }
  881. .icon-weibo:before {
  882. content: "\e856";
  883. }
  884. .icon-klout:before {
  885. content: "\e857";
  886. }
  887. .icon-linkedin:before {
  888. content: "\e858";
  889. }
  890. .icon-meetup:before {
  891. content: "\e859";
  892. }
  893. .icon-vk:before {
  894. content: "\e85a";
  895. }
  896. .icon-rss:before {
  897. content: "\e85d";
  898. }
  899. .icon-skype:before {
  900. content: "\e85e";
  901. }
  902. .icon-twitter:before {
  903. content: "\e85f";
  904. }
  905. .icon-youtube:before {
  906. content: "\e860";
  907. }
  908. .icon-vimeo:before {
  909. content: "\e861";
  910. }
  911. .icon-windows2:before {
  912. content: "\e862";
  913. }
  914. .icon-aim:before {
  915. content: "\e831";
  916. }
  917. .icon-yahoo:before {
  918. content: "\e864";
  919. }
  920. .icon-chrome:before {
  921. content: "\e865";
  922. }
  923. .icon-email3:before {
  924. content: "\e866";
  925. }
  926. .icon-macstore:before {
  927. content: "\e867";
  928. }
  929. .icon-myspace:before {
  930. content: "\e868";
  931. }
  932. .icon-podcast:before {
  933. content: "\e869";
  934. }
  935. .icon-cloudapp:before {
  936. content: "\e86c";
  937. }
  938. .icon-dropbox:before {
  939. content: "\e86d";
  940. }
  941. .icon-ebay:before {
  942. content: "\e86e";
  943. }
  944. .icon-facebook:before {
  945. content: "\e86f";
  946. }
  947. .icon-github:before {
  948. content: "\e870";
  949. }
  950. .icon-github-circled:before {
  951. content: "\e871";
  952. }
  953. .icon-googleplay:before {
  954. content: "\e872";
  955. }
  956. .icon-itunes:before {
  957. content: "\e873";
  958. }
  959. .icon-plurk:before {
  960. content: "\e874";
  961. }
  962. .icon-songkick:before {
  963. content: "\e875";
  964. }
  965. .icon-lastfm:before {
  966. content: "\e876";
  967. }
  968. .icon-gmail:before {
  969. content: "\e877";
  970. }
  971. .icon-pinboard:before {
  972. content: "\e878";
  973. }
  974. .icon-soundcloud:before {
  975. content: "\e87b";
  976. }
  977. .icon-tumblr:before {
  978. content: "\e87c";
  979. }
  980. .icon-eventasaurus:before {
  981. content: "\e87d";
  982. }
  983. .icon-wordpress:before {
  984. content: "\e87e";
  985. }
  986. .icon-yelp:before {
  987. content: "\e87f";
  988. }
  989. .icon-intensedebate:before {
  990. content: "\e880";
  991. }
  992. .icon-eventbrite:before {
  993. content: "\e881";
  994. }
  995. .icon-scribd:before {
  996. content: "\e882";
  997. }
  998. .icon-posterous:before {
  999. content: "\e883";
  1000. }
  1001. .icon-stripe:before {
  1002. content: "\e884";
  1003. }
  1004. .icon-opentable:before {
  1005. content: "\e885";
  1006. }
  1007. .icon-cart:before {
  1008. content: "\e886";
  1009. }
  1010. .icon-print:before {
  1011. content: "\e887";
  1012. }
  1013. .icon-dwolla:before {
  1014. content: "\e88a";
  1015. }
  1016. .icon-appnet:before {
  1017. content: "\e88b";
  1018. }
  1019. .icon-statusnet:before {
  1020. content: "\e88c";
  1021. }
  1022. .icon-acrobat:before {
  1023. content: "\e88d";
  1024. }
  1025. .icon-drupal:before {
  1026. content: "\e88e";
  1027. }
  1028. .icon-buffer:before {
  1029. content: "\e88f";
  1030. }
  1031. .icon-pocket:before {
  1032. content: "\e890";
  1033. }
  1034. .icon-bitbucket:before {
  1035. content: "\e891";
  1036. }
  1037. .icon-lego:before {
  1038. content: "\e892";
  1039. }
  1040. .icon-login:before {
  1041. content: "\e893";
  1042. }
  1043. .icon-stackoverflow:before {
  1044. content: "\e894";
  1045. }
  1046. .icon-hackernews:before {
  1047. content: "\e895";
  1048. }
  1049. .icon-xing:before {
  1050. content: "\e863";
  1051. }
  1052. .icon-instagram:before {
  1053. content: "\e889";
  1054. }
  1055. .icon-angellist:before {
  1056. content: "\e888";
  1057. }
  1058. .icon-quora:before {
  1059. content: "\e87a";
  1060. }
  1061. .icon-openid:before {
  1062. content: "\e879";
  1063. }
  1064. .icon-steam:before {
  1065. content: "\e86b";
  1066. }
  1067. .icon-amazon:before {
  1068. content: "\e86a";
  1069. }
  1070. .icon-disqus:before {
  1071. content: "\e85c";
  1072. }
  1073. .icon-plancast:before {
  1074. content: "\e85b";
  1075. }
  1076. .icon-appstore:before {
  1077. content: "\e84d";
  1078. }
  1079. .icon-gowalla:before {
  1080. content: "\e84c";
  1081. }
  1082. .icon-pinterest:before {
  1083. content: "\e83e";
  1084. }
  1085. .icon-fivehundredpx:before {
  1086. content: "\e83d";
  1087. }
  1088. .icon-glass:before {
  1089. content: "\e6bc";
  1090. }
  1091. .icon-music2:before {
  1092. content: "\e6bd";
  1093. }
  1094. .icon-search3:before {
  1095. content: "\e6be";
  1096. }
  1097. .icon-envelope2:before {
  1098. content: "\e6bf";
  1099. }
  1100. .icon-heart3:before {
  1101. content: "\e6c0";
  1102. }
  1103. .icon-star3:before {
  1104. content: "\e6c1";
  1105. }
  1106. .icon-star-empty:before {
  1107. content: "\e6c2";
  1108. }
  1109. .icon-user4:before {
  1110. content: "\e6c3";
  1111. }
  1112. .icon-film:before {
  1113. content: "\e6c4";
  1114. }
  1115. .icon-th-large:before {
  1116. content: "\e6c5";
  1117. }
  1118. .icon-th:before {
  1119. content: "\e6c6";
  1120. }
  1121. .icon-th-list:before {
  1122. content: "\e6c7";
  1123. }
  1124. .icon-ok:before {
  1125. content: "\e6c8";
  1126. }
  1127. .icon-remove:before {
  1128. content: "\e6c9";
  1129. }
  1130. .icon-zoom-in2:before {
  1131. content: "\e6ca";
  1132. }
  1133. .icon-zoom-out2:before {
  1134. content: "\e6cb";
  1135. }
  1136. .icon-off:before {
  1137. content: "\e6cc";
  1138. }
  1139. .icon-signal:before {
  1140. content: "\e6cd";
  1141. }
  1142. .icon-cog:before {
  1143. content: "\e6ce";
  1144. }
  1145. .icon-trash2:before {
  1146. content: "\e6cf";
  1147. }
  1148. .icon-home2:before {
  1149. content: "\e6d0";
  1150. }
  1151. .icon-file2:before {
  1152. content: "\e6d1";
  1153. }
  1154. .icon-time:before {
  1155. content: "\e6d2";
  1156. }
  1157. .icon-road:before {
  1158. content: "\e6d3";
  1159. }
  1160. .icon-download-alt:before {
  1161. content: "\e6d4";
  1162. }
  1163. .icon-download2:before {
  1164. content: "\e6d5";
  1165. }
  1166. .icon-upload:before {
  1167. content: "\e6d6";
  1168. }
  1169. .icon-inbox:before {
  1170. content: "\e6d7";
  1171. }
  1172. .icon-play-circle:before {
  1173. content: "\e6d8";
  1174. }
  1175. .icon-repeat:before {
  1176. content: "\e6d9";
  1177. }
  1178. .icon-refresh2:before {
  1179. content: "\e6da";
  1180. }
  1181. .icon-list-alt:before {
  1182. content: "\e6db";
  1183. }
  1184. .icon-lock3:before {
  1185. content: "\e6dc";
  1186. }
  1187. .icon-flag2:before {
  1188. content: "\e6dd";
  1189. }
  1190. .icon-headphones:before {
  1191. content: "\e6de";
  1192. }
  1193. .icon-volume-off:before {
  1194. content: "\e6df";
  1195. }
  1196. .icon-volume-down:before {
  1197. content: "\e6e0";
  1198. }
  1199. .icon-volume-up:before {
  1200. content: "\e6e1";
  1201. }
  1202. .icon-qrcode:before {
  1203. content: "\e6e2";
  1204. }
  1205. .icon-barcode:before {
  1206. content: "\e6e3";
  1207. }
  1208. .icon-tag3:before {
  1209. content: "\e6e4";
  1210. }
  1211. .icon-tags:before {
  1212. content: "\e6e5";
  1213. }
  1214. .icon-book3:before {
  1215. content: "\e6e6";
  1216. }
  1217. .icon-bookmark2:before {
  1218. content: "\e6e7";
  1219. }
  1220. .icon-print2:before {
  1221. content: "\e6e8";
  1222. }
  1223. .icon-camera3:before {
  1224. content: "\e6e9";
  1225. }
  1226. .icon-font:before {
  1227. content: "\e6ea";
  1228. }
  1229. .icon-bold:before {
  1230. content: "\e6eb";
  1231. }
  1232. .icon-italic:before {
  1233. content: "\e6ec";
  1234. }
  1235. .icon-text-height:before {
  1236. content: "\e6ed";
  1237. }
  1238. .icon-text-width:before {
  1239. content: "\e6ee";
  1240. }
  1241. .icon-align-left2:before {
  1242. content: "\e6ef";
  1243. }
  1244. .icon-align-center2:before {
  1245. content: "\e6f0";
  1246. }
  1247. .icon-align-right2:before {
  1248. content: "\e6f1";
  1249. }
  1250. .icon-align-justify2:before {
  1251. content: "\e6f2";
  1252. }
  1253. .icon-list2:before {
  1254. content: "\e6f3";
  1255. }
  1256. .icon-indent-left:before {
  1257. content: "\e6f4";
  1258. }
  1259. .icon-indent-right:before {
  1260. content: "\e6f5";
  1261. }
  1262. .icon-facetime-video:before {
  1263. content: "\e6f6";
  1264. }
  1265. .icon-picture:before {
  1266. content: "\e6f7";
  1267. }
  1268. .icon-pencil2:before {
  1269. content: "\e6f8";
  1270. }
  1271. .icon-map-marker2:before {
  1272. content: "\e6f9";
  1273. }
  1274. .icon-adjust:before {
  1275. content: "\e6fa";
  1276. }
  1277. .icon-tint:before {
  1278. content: "\e6fb";
  1279. }
  1280. .icon-edit:before {
  1281. content: "\e6fc";
  1282. }
  1283. .icon-share2:before {
  1284. content: "\e6fd";
  1285. }
  1286. .icon-check:before {
  1287. content: "\e6fe";
  1288. }
  1289. .icon-move:before {
  1290. content: "\e6ff";
  1291. }
  1292. .icon-step-backward:before {
  1293. content: "\e700";
  1294. }
  1295. .icon-fast-backward:before {
  1296. content: "\e701";
  1297. }
  1298. .icon-backward:before {
  1299. content: "\e702";
  1300. }
  1301. .icon-play:before {
  1302. content: "\e703";
  1303. }
  1304. .icon-pause:before {
  1305. content: "\e704";
  1306. }
  1307. .icon-stop:before {
  1308. content: "\e705";
  1309. }
  1310. .icon-forward:before {
  1311. content: "\e706";
  1312. }
  1313. .icon-fast-forward:before {
  1314. content: "\e707";
  1315. }
  1316. .icon-step-forward:before {
  1317. content: "\e708";
  1318. }
  1319. .icon-eject:before {
  1320. content: "\e709";
  1321. }
  1322. .icon-chevron-left:before {
  1323. content: "\e70a";
  1324. }
  1325. .icon-chevron-right:before {
  1326. content: "\e70b";
  1327. }
  1328. .icon-plus-sign:before {
  1329. content: "\e70c";
  1330. }
  1331. .icon-minus-sign:before {
  1332. content: "\e70d";
  1333. }
  1334. .icon-remove-sign:before {
  1335. content: "\e70e";
  1336. }
  1337. .icon-ok-sign:before {
  1338. content: "\e70f";
  1339. }
  1340. .icon-question-sign:before {
  1341. content: "\e710";
  1342. }
  1343. .icon-info-sign:before {
  1344. content: "\e711";
  1345. }
  1346. .icon-screenshot:before {
  1347. content: "\e712";
  1348. }
  1349. .icon-remove-circle:before {
  1350. content: "\e713";
  1351. }
  1352. .icon-ok-circle:before {
  1353. content: "\e714";
  1354. }
  1355. .icon-ban-circle:before {
  1356. content: "\e715";
  1357. }
  1358. .icon-arrow-left2:before {
  1359. content: "\e716";
  1360. }
  1361. .icon-arrow-right2:before {
  1362. content: "\e717";
  1363. }
  1364. .icon-arrow-up2:before {
  1365. content: "\e718";
  1366. }
  1367. .icon-arrow-down2:before {
  1368. content: "\e719";
  1369. }
  1370. .icon-share-alt:before {
  1371. content: "\e71a";
  1372. }
  1373. .icon-resize-full:before {
  1374. content: "\e71b";
  1375. }
  1376. .icon-resize-small:before {
  1377. content: "\e71c";
  1378. }
  1379. .icon-plus:before {
  1380. content: "\e71d";
  1381. }
  1382. .icon-minus:before {
  1383. content: "\e71e";
  1384. }
  1385. .icon-asterisk:before {
  1386. content: "\e71f";
  1387. }
  1388. .icon-exclamation-sign:before {
  1389. content: "\e720";
  1390. }
  1391. .icon-gift:before {
  1392. content: "\e721";
  1393. }
  1394. .icon-leaf:before {
  1395. content: "\e722";
  1396. }
  1397. .icon-fire2:before {
  1398. content: "\e723";
  1399. }
  1400. .icon-eye-open:before {
  1401. content: "\e724";
  1402. }
  1403. .icon-eye-close:before {
  1404. content: "\e725";
  1405. }
  1406. .icon-warning-sign:before {
  1407. content: "\e726";
  1408. }
  1409. .icon-plane:before {
  1410. content: "\e727";
  1411. }
  1412. .icon-calendar3:before {
  1413. content: "\e728";
  1414. }
  1415. .icon-random:before {
  1416. content: "\e729";
  1417. }
  1418. .icon-comment2:before {
  1419. content: "\e72a";
  1420. }
  1421. .icon-magnet:before {
  1422. content: "\e72b";
  1423. }
  1424. .icon-chevron-up:before {
  1425. content: "\e72c";
  1426. }
  1427. .icon-chevron-down:before {
  1428. content: "\e72d";
  1429. }
  1430. .icon-retweet:before {
  1431. content: "\e72e";
  1432. }
  1433. .icon-shopping-cart:before {
  1434. content: "\e72f";
  1435. }
  1436. .icon-folder-close:before {
  1437. content: "\e730";
  1438. }
  1439. .icon-folder-open:before {
  1440. content: "\e731";
  1441. }
  1442. .icon-resize-vertical:before {
  1443. content: "\e732";
  1444. }
  1445. .icon-resize-horizontal:before {
  1446. content: "\e733";
  1447. }
  1448. .icon-bar-chart:before {
  1449. content: "\e734";
  1450. }
  1451. .icon-twitter-sign:before {
  1452. content: "\e735";
  1453. }
  1454. .icon-facebook-sign:before {
  1455. content: "\e736";
  1456. }
  1457. .icon-camera-retro:before {
  1458. content: "\e737";
  1459. }
  1460. .icon-key2:before {
  1461. content: "\e738";
  1462. }
  1463. .icon-cogs:before {
  1464. content: "\e739";
  1465. }
  1466. .icon-comments:before {
  1467. content: "\e73a";
  1468. }
  1469. .icon-thumbs-up:before {
  1470. content: "\e73b";
  1471. }
  1472. .icon-thumbs-down:before {
  1473. content: "\e73c";
  1474. }
  1475. .icon-star-half:before {
  1476. content: "\e73d";
  1477. }
  1478. .icon-heart-empty:before {
  1479. content: "\e73e";
  1480. }
  1481. .icon-signout:before {
  1482. content: "\e73f";
  1483. }
  1484. .icon-linkedin-sign:before {
  1485. content: "\e740";
  1486. }
  1487. .icon-pushpin:before {
  1488. content: "\e741";
  1489. }
  1490. .icon-external-link:before {
  1491. content: "\e742";
  1492. }
  1493. .icon-signin:before {
  1494. content: "\e743";
  1495. }
  1496. .icon-trophy:before {
  1497. content: "\e744";
  1498. }
  1499. .icon-github-sign:before {
  1500. content: "\e745";
  1501. }
  1502. .icon-upload-alt:before {
  1503. content: "\e746";
  1504. }
  1505. .icon-lemon:before {
  1506. content: "\e747";
  1507. }
  1508. .icon-phone3:before {
  1509. content: "\e748";
  1510. }
  1511. .icon-check-empty:before {
  1512. content: "\e749";
  1513. }
  1514. .icon-bookmark-empty:before {
  1515. content: "\e74a";
  1516. }
  1517. .icon-phone-sign:before {
  1518. content: "\e74b";
  1519. }
  1520. .icon-twitter2:before {
  1521. content: "\e74c";
  1522. }
  1523. .icon-facebook2:before {
  1524. content: "\e74d";
  1525. }
  1526. .icon-github2:before {
  1527. content: "\e74e";
  1528. }
  1529. .icon-unlock:before {
  1530. content: "\e74f";
  1531. }
  1532. .icon-credit:before {
  1533. content: "\e750";
  1534. }
  1535. .icon-rss2:before {
  1536. content: "\e751";
  1537. }
  1538. .icon-hdd:before {
  1539. content: "\e752";
  1540. }
  1541. .icon-bullhorn2:before {
  1542. content: "\e753";
  1543. }
  1544. .icon-bell:before {
  1545. content: "\e754";
  1546. }
  1547. .icon-certificate:before {
  1548. content: "\e755";
  1549. }
  1550. .icon-hand-right:before {
  1551. content: "\e756";
  1552. }
  1553. .icon-hand-left:before {
  1554. content: "\e757";
  1555. }
  1556. .icon-hand-up:before {
  1557. content: "\e758";
  1558. }
  1559. .icon-hand-down:before {
  1560. content: "\e759";
  1561. }
  1562. .icon-circle-arrow-left:before {
  1563. content: "\e75a";
  1564. }
  1565. .icon-circle-arrow-right:before {
  1566. content: "\e75b";
  1567. }
  1568. .icon-circle-arrow-up:before {
  1569. content: "\e75c";
  1570. }
  1571. .icon-circle-arrow-down:before {
  1572. content: "\e75d";
  1573. }
  1574. .icon-globe:before {
  1575. content: "\e75e";
  1576. }
  1577. .icon-wrench:before {
  1578. content: "\e75f";
  1579. }
  1580. .icon-tasks:before {
  1581. content: "\e760";
  1582. }
  1583. .icon-filter:before {
  1584. content: "\e761";
  1585. }
  1586. .icon-briefcase:before {
  1587. content: "\e762";
  1588. }
  1589. .icon-fullscreen:before {
  1590. content: "\e763";
  1591. }
  1592. .icon-group:before {
  1593. content: "\e764";
  1594. }
  1595. .icon-link:before {
  1596. content: "\e765";
  1597. }
  1598. .icon-cloud3:before {
  1599. content: "\e766";
  1600. }
  1601. .icon-beaker:before {
  1602. content: "\e767";
  1603. }
  1604. .icon-cut:before {
  1605. content: "\e768";
  1606. }
  1607. .icon-copy:before {
  1608. content: "\e769";
  1609. }
  1610. .icon-paper-clip:before {
  1611. content: "\e76a";
  1612. }
  1613. .icon-save:before {
  1614. content: "\e76b";
  1615. }
  1616. .icon-sign-blank:before {
  1617. content: "\e76c";
  1618. }
  1619. .icon-reorder:before {
  1620. content: "\e76d";
  1621. }
  1622. .icon-list-ul:before {
  1623. content: "\e76e";
  1624. }
  1625. .icon-list-ol:before {
  1626. content: "\e76f";
  1627. }
  1628. .icon-strikethrough:before {
  1629. content: "\e770";
  1630. }
  1631. .icon-underline:before {
  1632. content: "\e771";
  1633. }
  1634. .icon-table:before {
  1635. content: "\e772";
  1636. }
  1637. .icon-magic:before {
  1638. content: "\e773";
  1639. }
  1640. .icon-truck2:before {
  1641. content: "\e774";
  1642. }
  1643. .icon-pinterest2:before {
  1644. content: "\e775";
  1645. }
  1646. .icon-pinterest-sign:before {
  1647. content: "\e776";
  1648. }
  1649. .icon-google-plus-sign:before {
  1650. content: "\e777";
  1651. }
  1652. .icon-google-plus:before {
  1653. content: "\e778";
  1654. }
  1655. .icon-money:before {
  1656. content: "\e779";
  1657. }
  1658. .icon-caret-down:before {
  1659. content: "\e77a";
  1660. }
  1661. .icon-caret-up:before {
  1662. content: "\e77b";
  1663. }
  1664. .icon-caret-left:before {
  1665. content: "\e77c";
  1666. }
  1667. .icon-caret-right:before {
  1668. content: "\e77d";
  1669. }
  1670. .icon-columns:before {
  1671. content: "\e77e";
  1672. }
  1673. .icon-sort:before {
  1674. content: "\e77f";
  1675. }
  1676. .icon-sort-down:before {
  1677. content: "\e780";
  1678. }
  1679. .icon-sort-up:before {
  1680. content: "\e781";
  1681. }
  1682. .icon-envelope-alt:before {
  1683. content: "\e782";
  1684. }
  1685. .icon-linkedin2:before {
  1686. content: "\e783";
  1687. }
  1688. .icon-undo:before {
  1689. content: "\e784";
  1690. }
  1691. .icon-legal:before {
  1692. content: "\e785";
  1693. }
  1694. .icon-dashboard:before {
  1695. content: "\e786";
  1696. }
  1697. .icon-comment-alt:before {
  1698. content: "\e787";
  1699. }
  1700. .icon-comments-alt:before {
  1701. content: "\e788";
  1702. }
  1703. .icon-bolt2:before {
  1704. content: "\e789";
  1705. }
  1706. .icon-sitemap:before {
  1707. content: "\e78a";
  1708. }
  1709. .icon-umbrella:before {
  1710. content: "\e78b";
  1711. }
  1712. .icon-paste:before {
  1713. content: "\e78c";
  1714. }
  1715. .icon-lightbulb:before {
  1716. content: "\e78d";
  1717. }
  1718. .icon-exchange:before {
  1719. content: "\e78e";
  1720. }
  1721. .icon-cloud-download:before {
  1722. content: "\e78f";
  1723. }
  1724. .icon-cloud-upload:before {
  1725. content: "\e790";
  1726. }
  1727. .icon-user-md:before {
  1728. content: "\e791";
  1729. }
  1730. .icon-stethoscope:before {
  1731. content: "\e792";
  1732. }
  1733. .icon-suitcase:before {
  1734. content: "\e793";
  1735. }
  1736. .icon-bell-alt:before {
  1737. content: "\e794";
  1738. }
  1739. .icon-coffee2:before {
  1740. content: "\e795";
  1741. }
  1742. .icon-food2:before {
  1743. content: "\e796";
  1744. }
  1745. .icon-file-alt:before {
  1746. content: "\e797";
  1747. }
  1748. .icon-building:before {
  1749. content: "\e798";
  1750. }
  1751. .icon-hospital:before {
  1752. content: "\e799";
  1753. }
  1754. .icon-ambulance:before {
  1755. content: "\e79a";
  1756. }
  1757. .icon-medkit:before {
  1758. content: "\e79b";
  1759. }
  1760. .icon-fighter-jet:before {
  1761. content: "\e79c";
  1762. }
  1763. .icon-beer:before {
  1764. content: "\e79d";
  1765. }
  1766. .icon-h-sign:before {
  1767. content: "\e79e";
  1768. }
  1769. .icon-plus-sign2:before {
  1770. content: "\e79f";
  1771. }
  1772. .icon-double-angle-left:before {
  1773. content: "\e7a0";
  1774. }
  1775. .icon-double-angle-right:before {
  1776. content: "\e7a1";
  1777. }
  1778. .icon-double-angle-up:before {
  1779. content: "\e7a2";
  1780. }
  1781. .icon-double-angle-down:before {
  1782. content: "\e7a3";
  1783. }
  1784. .icon-angle-left:before {
  1785. content: "\e7a4";
  1786. }
  1787. .icon-angle-right:before {
  1788. content: "\e7a5";
  1789. }
  1790. .icon-angle-up:before {
  1791. content: "\e7a6";
  1792. }
  1793. .icon-angle-down:before {
  1794. content: "\e7a7";
  1795. }
  1796. .icon-desktop:before {
  1797. content: "\e7a8";
  1798. }
  1799. .icon-laptop2:before {
  1800. content: "\e7a9";
  1801. }
  1802. .icon-tablet2:before {
  1803. content: "\e7aa";
  1804. }
  1805. .icon-mobile:before {
  1806. content: "\e7ab";
  1807. }
  1808. .icon-circle-blank:before {
  1809. content: "\e7ac";
  1810. }
  1811. .icon-quote-left:before {
  1812. content: "\e7ad";
  1813. }
  1814. .icon-quote-right:before {
  1815. content: "\e7ae";
  1816. }
  1817. .icon-spinner:before {
  1818. content: "\e7af";
  1819. }
  1820. .icon-circle:before {
  1821. content: "\e7b0";
  1822. }
  1823. .icon-reply:before {
  1824. content: "\e7b1";
  1825. }
  1826. .icon-github-alt:before {
  1827. content: "\e7b2";
  1828. }
  1829. .icon-folder-close-alt:before {
  1830. content: "\e7b3";
  1831. }
  1832. .icon-folder-open-alt:before {
  1833. content: "\e7b4";
  1834. }
  1835. .icon-expand-alt:before {
  1836. content: "\e7b5";
  1837. }
  1838. .icon-collapse-alt:before {
  1839. content: "\e7b6";
  1840. }
  1841. .icon-smile:before {
  1842. content: "\e7b7";
  1843. }
  1844. .icon-frown:before {
  1845. content: "\e7b8";
  1846. }
  1847. .icon-meh:before {
  1848. content: "\e7b9";
  1849. }
  1850. .icon-gamepad:before {
  1851. content: "\e7ba";
  1852. }
  1853. .icon-keyboard:before {
  1854. content: "\e7bb";
  1855. }
  1856. .icon-flag-alt:before {
  1857. content: "\e7bc";
  1858. }
  1859. .icon-flag-checkered:before {
  1860. content: "\e7bd";
  1861. }
  1862. .icon-terminal:before {
  1863. content: "\e7be";
  1864. }
  1865. .icon-code:before {
  1866. content: "\e7bf";
  1867. }
  1868. .icon-reply-all:before {
  1869. content: "\e7c0";
  1870. }
  1871. .icon-star-half-full:before {
  1872. content: "\e7c1";
  1873. }
  1874. .icon-location-arrow:before {
  1875. content: "\e7c2";
  1876. }
  1877. .icon-crop2:before {
  1878. content: "\e7c3";
  1879. }
  1880. .icon-code-fork:before {
  1881. content: "\e7c4";
  1882. }
  1883. .icon-unlink:before {
  1884. content: "\e7c5";
  1885. }
  1886. .icon-question:before {
  1887. content: "\e7c6";
  1888. }
  1889. .icon-info:before {
  1890. content: "\e7c7";
  1891. }
  1892. .icon-exclamation:before {
  1893. content: "\e7c8";
  1894. }
  1895. .icon-superscript:before {
  1896. content: "\e7c9";
  1897. }
  1898. .icon-subscript:before {
  1899. content: "\e7ca";
  1900. }
  1901. .icon-eraser:before {
  1902. content: "\e7cb";
  1903. }
  1904. .icon-puzzle:before {
  1905. content: "\e7cc";
  1906. }
  1907. .icon-microphone2:before {
  1908. content: "\e7cd";
  1909. }
  1910. .icon-microphone-off2:before {
  1911. content: "\e7ce";
  1912. }
  1913. .icon-shield:before {
  1914. content: "\e7cf";
  1915. }
  1916. .icon-calendar-empty:before {
  1917. content: "\e7d0";
  1918. }
  1919. .icon-fire-extinguisher:before {
  1920. content: "\e7d1";
  1921. }
  1922. .icon-rocket:before {
  1923. content: "\e7d2";
  1924. }
  1925. .icon-maxcdn:before {
  1926. content: "\e7d3";
  1927. }
  1928. .icon-chevron-sign-left:before {
  1929. content: "\e7d4";
  1930. }
  1931. .icon-chevron-sign-right:before {
  1932. content: "\e7d5";
  1933. }
  1934. .icon-chevron-sign-up:before {
  1935. content: "\e7d6";
  1936. }
  1937. .icon-chevron-sign-down:before {
  1938. content: "\e7d7";
  1939. }
  1940. .icon-html52:before {
  1941. content: "\e7d8";
  1942. }
  1943. .icon-css3:before {
  1944. content: "\e7d9";
  1945. }
  1946. .icon-anchor:before {
  1947. content: "\e7da";
  1948. }
  1949. .icon-unlock-alt:before {
  1950. content: "\e7db";
  1951. }
  1952. .icon-bullseye:before {
  1953. content: "\e7dc";
  1954. }
  1955. .icon-ellipsis-horizontal:before {
  1956. content: "\e7dd";
  1957. }
  1958. .icon-ellipsis-vertical:before {
  1959. content: "\e7de";
  1960. }
  1961. .icon-rss-sign:before {
  1962. content: "\e7df";
  1963. }
  1964. .icon-play-sign:before {
  1965. content: "\e7e0";
  1966. }
  1967. .icon-ticket:before {
  1968. content: "\e7e1";
  1969. }
  1970. .icon-minus-sign-alt:before {
  1971. content: "\e7e2";
  1972. }
  1973. .icon-check-minus:before {
  1974. content: "\e7e3";
  1975. }
  1976. .icon-level-up:before {
  1977. content: "\e7e4";
  1978. }
  1979. .icon-level-down:before {
  1980. content: "\e7e5";
  1981. }
  1982. .icon-check-sign:before {
  1983. content: "\e7e6";
  1984. }
  1985. .icon-edit-sign:before {
  1986. content: "\e7e7";
  1987. }
  1988. .icon-external-link-sign:before {
  1989. content: "\e7e8";
  1990. }
  1991. .icon-share-sign:before {
  1992. content: "\e7e9";
  1993. }
  1994. .icon-compass:before {
  1995. content: "\e7ea";
  1996. }
  1997. .icon-collapse:before {
  1998. content: "\e7eb";
  1999. }
  2000. .icon-collapse-top:before {
  2001. content: "\e7ec";
  2002. }
  2003. .icon-expand:before {
  2004. content: "\e7ed";
  2005. }
  2006. .icon-euro:before {
  2007. content: "\e7ee";
  2008. }
  2009. .icon-gbp:before {
  2010. content: "\e7ef";
  2011. }
  2012. .icon-dollar:before {
  2013. content: "\e7f0";
  2014. }
  2015. .icon-rupee:before {
  2016. content: "\e7f1";
  2017. }
  2018. .icon-yen:before {
  2019. content: "\e7f2";
  2020. }
  2021. .icon-renminbi:before {
  2022. content: "\e7f3";
  2023. }
  2024. .icon-won:before {
  2025. content: "\e7f4";
  2026. }
  2027. .icon-bitcoin2:before {
  2028. content: "\e7f5";
  2029. }
  2030. .icon-file3:before {
  2031. content: "\e7f6";
  2032. }
  2033. .icon-file-text:before {
  2034. content: "\e7f7";
  2035. }
  2036. .icon-sort-by-alphabet:before {
  2037. content: "\e7f8";
  2038. }
  2039. .icon-sort-by-alphabet-alt:before {
  2040. content: "\e7f9";
  2041. }
  2042. .icon-sort-by-attributes:before {
  2043. content: "\e7fa";
  2044. }
  2045. .icon-sort-by-attributes-alt:before {
  2046. content: "\e7fb";
  2047. }
  2048. .icon-sort-by-order:before {
  2049. content: "\e7fc";
  2050. }
  2051. .icon-sort-by-order-alt:before {
  2052. content: "\e7fd";
  2053. }
  2054. .icon-thumbs-up2:before {
  2055. content: "\e7fe";
  2056. }
  2057. .icon-thumbs-down2:before {
  2058. content: "\e7ff";
  2059. }
  2060. .icon-youtube-sign:before {
  2061. content: "\e800";
  2062. }
  2063. .icon-youtube2:before {
  2064. content: "\e801";
  2065. }
  2066. .icon-xing2:before {
  2067. content: "\e802";
  2068. }
  2069. .icon-xing-sign:before {
  2070. content: "\e803";
  2071. }
  2072. .icon-youtube-play:before {
  2073. content: "\e804";
  2074. }
  2075. .icon-dropbox2:before {
  2076. content: "\e805";
  2077. }
  2078. .icon-stackexchange:before {
  2079. content: "\e806";
  2080. }
  2081. .icon-instagram2:before {
  2082. content: "\e807";
  2083. }
  2084. .icon-flickr2:before {
  2085. content: "\e808";
  2086. }
  2087. .icon-adn:before {
  2088. content: "\e809";
  2089. }
  2090. .icon-bitbucket2:before {
  2091. content: "\e80a";
  2092. }
  2093. .icon-bitbucket-sign:before {
  2094. content: "\e80b";
  2095. }
  2096. .icon-tumblr2:before {
  2097. content: "\e80c";
  2098. }
  2099. .icon-tumblr-sign:before {
  2100. content: "\e80d";
  2101. }
  2102. .icon-long-arrow-down:before {
  2103. content: "\e80e";
  2104. }
  2105. .icon-long-arrow-up:before {
  2106. content: "\e80f";
  2107. }
  2108. .icon-long-arrow-left:before {
  2109. content: "\e810";
  2110. }
  2111. .icon-long-arrow-right:before {
  2112. content: "\e811";
  2113. }
  2114. .icon-apple:before {
  2115. content: "\e812";
  2116. }
  2117. .icon-windows3:before {
  2118. content: "\e813";
  2119. }
  2120. .icon-android2:before {
  2121. content: "\e814";
  2122. }
  2123. .icon-linux:before {
  2124. content: "\e815";
  2125. }
  2126. .icon-dribbble2:before {
  2127. content: "\e816";
  2128. }
  2129. .icon-skype2:before {
  2130. content: "\e817";
  2131. }
  2132. .icon-foursquare2:before {
  2133. content: "\e818";
  2134. }
  2135. .icon-trello:before {
  2136. content: "\e819";
  2137. }
  2138. .icon-female:before {
  2139. content: "\e81a";
  2140. }
  2141. .icon-male:before {
  2142. content: "\e81b";
  2143. }
  2144. .icon-gittip:before {
  2145. content: "\e81c";
  2146. }
  2147. .icon-sun2:before {
  2148. content: "\e81d";
  2149. }
  2150. .icon-moon:before {
  2151. content: "\e81e";
  2152. }
  2153. .icon-archive2:before {
  2154. content: "\e81f";
  2155. }
  2156. .icon-bug:before {
  2157. content: "\e820";
  2158. }
  2159. .icon-renren:before {
  2160. content: "\e821";
  2161. }
  2162. .icon-weibo2:before {
  2163. content: "\e822";
  2164. }
  2165. .icon-vk2:before {
  2166. content: "\e823";
  2167. }
  2168. .icon-line-eye:before {
  2169. content: "\e000";
  2170. }
  2171. .icon-line-paper-clip:before {
  2172. content: "\e001";
  2173. }
  2174. .icon-line-mail:before {
  2175. content: "\e002";
  2176. }
  2177. .icon-line-toggle:before {
  2178. content: "\e003";
  2179. }
  2180. .icon-line-layout:before {
  2181. content: "\e004";
  2182. }
  2183. .icon-line-link:before {
  2184. content: "\e005";
  2185. }
  2186. .icon-line-bell:before {
  2187. content: "\e006";
  2188. }
  2189. .icon-line-lock:before {
  2190. content: "\e007";
  2191. }
  2192. .icon-line-unlock:before {
  2193. content: "\e008";
  2194. }
  2195. .icon-line-ribbon:before {
  2196. content: "\e009";
  2197. }
  2198. .icon-line-image:before {
  2199. content: "\e010";
  2200. }
  2201. .icon-line-signal:before {
  2202. content: "\e011";
  2203. }
  2204. .icon-line-target:before {
  2205. content: "\e012";
  2206. }
  2207. .icon-line-clipboard:before {
  2208. content: "\e013";
  2209. }
  2210. .icon-line-clock:before {
  2211. content: "\e014";
  2212. }
  2213. .icon-line-watch:before {
  2214. content: "\e015";
  2215. }
  2216. .icon-line-air-play:before {
  2217. content: "\e016";
  2218. }
  2219. .icon-line-camera:before {
  2220. content: "\e017";
  2221. }
  2222. .icon-line-video:before {
  2223. content: "\e018";
  2224. }
  2225. .icon-line-disc:before {
  2226. content: "\e019";
  2227. }
  2228. .icon-line-printer:before {
  2229. content: "\e020";
  2230. }
  2231. .icon-line-monitor:before {
  2232. content: "\e021";
  2233. }
  2234. .icon-line-server:before {
  2235. content: "\e022";
  2236. }
  2237. .icon-line-cog:before {
  2238. content: "\e023";
  2239. }
  2240. .icon-line-heart:before {
  2241. content: "\e024";
  2242. }
  2243. .icon-line-paragraph:before {
  2244. content: "\e025";
  2245. }
  2246. .icon-line-align-justify:before {
  2247. content: "\e026";
  2248. }
  2249. .icon-line-align-left:before {
  2250. content: "\e027";
  2251. }
  2252. .icon-line-align-center:before {
  2253. content: "\e028";
  2254. }
  2255. .icon-line-align-right:before {
  2256. content: "\e029";
  2257. }
  2258. .icon-line-book:before {
  2259. content: "\e030";
  2260. }
  2261. .icon-line-layers:before {
  2262. content: "\e031";
  2263. }
  2264. .icon-line-stack:before {
  2265. content: "\e032";
  2266. }
  2267. .icon-line-stack-2:before {
  2268. content: "\e033";
  2269. }
  2270. .icon-line-paper:before {
  2271. content: "\e034";
  2272. }
  2273. .icon-line-paper-stack:before {
  2274. content: "\e035";
  2275. }
  2276. .icon-line-search:before {
  2277. content: "\e036";
  2278. }
  2279. .icon-line-zoom-in:before {
  2280. content: "\e037";
  2281. }
  2282. .icon-line-zoom-out:before {
  2283. content: "\e038";
  2284. }
  2285. .icon-line-reply:before {
  2286. content: "\e039";
  2287. }
  2288. .icon-line-circle-plus:before {
  2289. content: "\e040";
  2290. }
  2291. .icon-line-circle-minus:before {
  2292. content: "\e041";
  2293. }
  2294. .icon-line-circle-check:before {
  2295. content: "\e042";
  2296. }
  2297. .icon-line-circle-cross:before {
  2298. content: "\e043";
  2299. }
  2300. .icon-line-square-plus:before {
  2301. content: "\e044";
  2302. }
  2303. .icon-line-square-minus:before {
  2304. content: "\e045";
  2305. }
  2306. .icon-line-square-check:before {
  2307. content: "\e046";
  2308. }
  2309. .icon-line-square-cross:before {
  2310. content: "\e047";
  2311. }
  2312. .icon-line-microphone:before {
  2313. content: "\e048";
  2314. }
  2315. .icon-line-record:before {
  2316. content: "\e049";
  2317. }
  2318. .icon-line-skip-back:before {
  2319. content: "\e050";
  2320. }
  2321. .icon-line-rewind:before {
  2322. content: "\e051";
  2323. }
  2324. .icon-line-play:before {
  2325. content: "\e052";
  2326. }
  2327. .icon-line-pause:before {
  2328. content: "\e053";
  2329. }
  2330. .icon-line-stop:before {
  2331. content: "\e054";
  2332. }
  2333. .icon-line-fast-forward:before {
  2334. content: "\e055";
  2335. }
  2336. .icon-line-skip-forward:before {
  2337. content: "\e056";
  2338. }
  2339. .icon-line-shuffle:before {
  2340. content: "\e057";
  2341. }
  2342. .icon-line-repeat:before {
  2343. content: "\e058";
  2344. }
  2345. .icon-line-folder:before {
  2346. content: "\e059";
  2347. }
  2348. .icon-line-umbrella:before {
  2349. content: "\e060";
  2350. }
  2351. .icon-line-moon:before {
  2352. content: "\e061";
  2353. }
  2354. .icon-line-thermometer:before {
  2355. content: "\e062";
  2356. }
  2357. .icon-line-drop:before {
  2358. content: "\e063";
  2359. }
  2360. .icon-line-sun:before {
  2361. content: "\e064";
  2362. }
  2363. .icon-line-cloud:before {
  2364. content: "\e065";
  2365. }
  2366. .icon-line-cloud-upload:before {
  2367. content: "\e066";
  2368. }
  2369. .icon-line-cloud-download:before {
  2370. content: "\e067";
  2371. }
  2372. .icon-line-upload:before {
  2373. content: "\e068";
  2374. }
  2375. .icon-line-download:before {
  2376. content: "\e069";
  2377. }
  2378. .icon-line-location:before {
  2379. content: "\e070";
  2380. }
  2381. .icon-line-location-2:before {
  2382. content: "\e071";
  2383. }
  2384. .icon-line-map:before {
  2385. content: "\e072";
  2386. }
  2387. .icon-line-battery:before {
  2388. content: "\e073";
  2389. }
  2390. .icon-line-head:before {
  2391. content: "\e074";
  2392. }
  2393. .icon-line-briefcase:before {
  2394. content: "\e075";
  2395. }
  2396. .icon-line-speech-bubble:before {
  2397. content: "\e076";
  2398. }
  2399. .icon-line-anchor:before {
  2400. content: "\e077";
  2401. }
  2402. .icon-line-globe:before {
  2403. content: "\e078";
  2404. }
  2405. .icon-line-box:before {
  2406. content: "\e079";
  2407. }
  2408. .icon-line-reload:before {
  2409. content: "\e080";
  2410. }
  2411. .icon-line-share:before {
  2412. content: "\e081";
  2413. }
  2414. .icon-line-marquee:before {
  2415. content: "\e082";
  2416. }
  2417. .icon-line-marquee-plus:before {
  2418. content: "\e083";
  2419. }
  2420. .icon-line-marquee-minus:before {
  2421. content: "\e084";
  2422. }
  2423. .icon-line-tag:before {
  2424. content: "\e085";
  2425. }
  2426. .icon-line-power:before {
  2427. content: "\e086";
  2428. }
  2429. .icon-line-command:before {
  2430. content: "\e087";
  2431. }
  2432. .icon-line-alt:before {
  2433. content: "\e088";
  2434. }
  2435. .icon-line-esc:before {
  2436. content: "\e089";
  2437. }
  2438. .icon-line-bar-graph:before {
  2439. content: "\e090";
  2440. }
  2441. .icon-line-bar-graph-2:before {
  2442. content: "\e091";
  2443. }
  2444. .icon-line-pie-graph:before {
  2445. content: "\e092";
  2446. }
  2447. .icon-line-star:before {
  2448. content: "\e093";
  2449. }
  2450. .icon-line-arrow-left:before {
  2451. content: "\e094";
  2452. }
  2453. .icon-line-arrow-right:before {
  2454. content: "\e095";
  2455. }
  2456. .icon-line-arrow-up:before {
  2457. content: "\e096";
  2458. }
  2459. .icon-line-arrow-down:before {
  2460. content: "\e097";
  2461. }
  2462. .icon-line-volume:before {
  2463. content: "\e098";
  2464. }
  2465. .icon-line-mute:before {
  2466. content: "\e099";
  2467. }
  2468. .icon-line-content-right:before {
  2469. content: "\e100";
  2470. }
  2471. .icon-line-content-left:before {
  2472. content: "\e101";
  2473. }
  2474. .icon-line-grid:before {
  2475. content: "\e102";
  2476. }
  2477. .icon-line-grid-2:before {
  2478. content: "\e103";
  2479. }
  2480. .icon-line-columns:before {
  2481. content: "\e104";
  2482. }
  2483. .icon-line-loader:before {
  2484. content: "\e105";
  2485. }
  2486. .icon-line-bag:before {
  2487. content: "\e106";
  2488. }
  2489. .icon-line-ban:before {
  2490. content: "\e107";
  2491. }
  2492. .icon-line-flag:before {
  2493. content: "\e108";
  2494. }
  2495. .icon-line-trash:before {
  2496. content: "\e109";
  2497. }
  2498. .icon-line-expand:before {
  2499. content: "\e110";
  2500. }
  2501. .icon-line-contract:before {
  2502. content: "\e111";
  2503. }
  2504. .icon-line-maximize:before {
  2505. content: "\e112";
  2506. }
  2507. .icon-line-minimize:before {
  2508. content: "\e113";
  2509. }
  2510. .icon-line-plus:before {
  2511. content: "\e114";
  2512. }
  2513. .icon-line-minus:before {
  2514. content: "\e115";
  2515. }
  2516. .icon-line-check:before {
  2517. content: "\e116";
  2518. }
  2519. .icon-line-cross:before {
  2520. content: "\e117";
  2521. }
  2522. .icon-line-move:before {
  2523. content: "\e118";
  2524. }
  2525. .icon-line-delete:before {
  2526. content: "\e119";
  2527. }
  2528. .icon-line-menu:before {
  2529. content: "\e120";
  2530. }
  2531. .icon-line-archive:before {
  2532. content: "\e121";
  2533. }
  2534. .icon-line-inbox:before {
  2535. content: "\e122";
  2536. }
  2537. .icon-line-outbox:before {
  2538. content: "\e123";
  2539. }
  2540. .icon-line-file:before {
  2541. content: "\e124";
  2542. }
  2543. .icon-line-file-add:before {
  2544. content: "\e125";
  2545. }
  2546. .icon-line-file-subtract:before {
  2547. content: "\e126";
  2548. }
  2549. .icon-line-help:before {
  2550. content: "\e127";
  2551. }
  2552. .icon-line-open:before {
  2553. content: "\e128";
  2554. }
  2555. .icon-line-ellipsis:before {
  2556. content: "\e129";
  2557. }
  2558. .icon-line2-user-female:before {
  2559. content: "\e000";
  2560. }
  2561. .icon-line2-user-follow:before {
  2562. content: "\e002";
  2563. }
  2564. .icon-line2-user-following:before {
  2565. content: "\e003";
  2566. }
  2567. .icon-line2-user-unfollow:before {
  2568. content: "\e004";
  2569. }
  2570. .icon-line2-trophy:before {
  2571. content: "\e006";
  2572. }
  2573. .icon-line2-screen-smartphone:before {
  2574. content: "\e010";
  2575. }
  2576. .icon-line2-screen-desktop:before {
  2577. content: "\e011";
  2578. }
  2579. .icon-line2-plane:before {
  2580. content: "\e012";
  2581. }
  2582. .icon-line2-notebook:before {
  2583. content: "\e013";
  2584. }
  2585. .icon-line2-moustache:before {
  2586. content: "\e014";
  2587. }
  2588. .icon-line2-mouse:before {
  2589. content: "\e015";
  2590. }
  2591. .icon-line2-magnet:before {
  2592. content: "\e016";
  2593. }
  2594. .icon-line2-energy:before {
  2595. content: "\e020";
  2596. }
  2597. .icon-line2-emoticon-smile:before {
  2598. content: "\e021";
  2599. }
  2600. .icon-line2-disc:before {
  2601. content: "\e022";
  2602. }
  2603. .icon-line2-cursor-move:before {
  2604. content: "\e023";
  2605. }
  2606. .icon-line2-crop:before {
  2607. content: "\e024";
  2608. }
  2609. .icon-line2-credit-card:before {
  2610. content: "\e025";
  2611. }
  2612. .icon-line2-chemistry:before {
  2613. content: "\e026";
  2614. }
  2615. .icon-line2-user:before {
  2616. content: "\e005";
  2617. }
  2618. .icon-line2-speedometer:before {
  2619. content: "\e007";
  2620. }
  2621. .icon-line2-social-youtube:before {
  2622. content: "\e008";
  2623. }
  2624. .icon-line2-social-twitter:before {
  2625. content: "\e009";
  2626. }
  2627. .icon-line2-social-tumblr:before {
  2628. content: "\e00a";
  2629. }
  2630. .icon-line2-social-facebook:before {
  2631. content: "\e00b";
  2632. }
  2633. .icon-line2-social-dropbox:before {
  2634. content: "\e00c";
  2635. }
  2636. .icon-line2-social-dribbble:before {
  2637. content: "\e00d";
  2638. }
  2639. .icon-line2-shield:before {
  2640. content: "\e00e";
  2641. }
  2642. .icon-line2-screen-tablet:before {
  2643. content: "\e00f";
  2644. }
  2645. .icon-line2-magic-wand:before {
  2646. content: "\e017";
  2647. }
  2648. .icon-line2-hourglass:before {
  2649. content: "\e018";
  2650. }
  2651. .icon-line2-graduation:before {
  2652. content: "\e019";
  2653. }
  2654. .icon-line2-ghost:before {
  2655. content: "\e01a";
  2656. }
  2657. .icon-line2-game-controller:before {
  2658. content: "\e01b";
  2659. }
  2660. .icon-line2-fire:before {
  2661. content: "\e01c";
  2662. }
  2663. .icon-line2-eyeglasses:before {
  2664. content: "\e01d";
  2665. }
  2666. .icon-line2-envelope-open:before {
  2667. content: "\e01e";
  2668. }
  2669. .icon-line2-envelope-letter:before {
  2670. content: "\e01f";
  2671. }
  2672. .icon-line2-bell:before {
  2673. content: "\e027";
  2674. }
  2675. .icon-line2-badge:before {
  2676. content: "\e028";
  2677. }
  2678. .icon-line2-anchor:before {
  2679. content: "\e029";
  2680. }
  2681. .icon-line2-wallet:before {
  2682. content: "\e02a";
  2683. }
  2684. .icon-line2-vector:before {
  2685. content: "\e02b";
  2686. }
  2687. .icon-line2-speech:before {
  2688. content: "\e02c";
  2689. }
  2690. .icon-line2-puzzle:before {
  2691. content: "\e02d";
  2692. }
  2693. .icon-line2-printer:before {
  2694. content: "\e02e";
  2695. }
  2696. .icon-line2-present:before {
  2697. content: "\e02f";
  2698. }
  2699. .icon-line2-playlist:before {
  2700. content: "\e030";
  2701. }
  2702. .icon-line2-pin:before {
  2703. content: "\e031";
  2704. }
  2705. .icon-line2-picture:before {
  2706. content: "\e032";
  2707. }
  2708. .icon-line2-map:before {
  2709. content: "\e033";
  2710. }
  2711. .icon-line2-layers:before {
  2712. content: "\e034";
  2713. }
  2714. .icon-line2-handbag:before {
  2715. content: "\e035";
  2716. }
  2717. .icon-line2-globe-alt:before {
  2718. content: "\e036";
  2719. }
  2720. .icon-line2-globe:before {
  2721. content: "\e037";
  2722. }
  2723. .icon-line2-frame:before {
  2724. content: "\e038";
  2725. }
  2726. .icon-line2-folder-alt:before {
  2727. content: "\e039";
  2728. }
  2729. .icon-line2-film:before {
  2730. content: "\e03a";
  2731. }
  2732. .icon-line2-feed:before {
  2733. content: "\e03b";
  2734. }
  2735. .icon-line2-earphones-alt:before {
  2736. content: "\e03c";
  2737. }
  2738. .icon-line2-earphones:before {
  2739. content: "\e03d";
  2740. }
  2741. .icon-line2-drop:before {
  2742. content: "\e03e";
  2743. }
  2744. .icon-line2-drawer:before {
  2745. content: "\e03f";
  2746. }
  2747. .icon-line2-docs:before {
  2748. content: "\e040";
  2749. }
  2750. .icon-line2-directions:before {
  2751. content: "\e041";
  2752. }
  2753. .icon-line2-direction:before {
  2754. content: "\e042";
  2755. }
  2756. .icon-line2-diamond:before {
  2757. content: "\e043";
  2758. }
  2759. .icon-line2-cup:before {
  2760. content: "\e044";
  2761. }
  2762. .icon-line2-compass:before {
  2763. content: "\e045";
  2764. }
  2765. .icon-line2-call-out:before {
  2766. content: "\e046";
  2767. }
  2768. .icon-line2-call-in:before {
  2769. content: "\e047";
  2770. }
  2771. .icon-line2-call-end:before {
  2772. content: "\e048";
  2773. }
  2774. .icon-line2-calculator:before {
  2775. content: "\e049";
  2776. }
  2777. .icon-line2-bubbles:before {
  2778. content: "\e04a";
  2779. }
  2780. .icon-line2-briefcase:before {
  2781. content: "\e04b";
  2782. }
  2783. .icon-line2-book-open:before {
  2784. content: "\e04c";
  2785. }
  2786. .icon-line2-basket-loaded:before {
  2787. content: "\e04d";
  2788. }
  2789. .icon-line2-basket:before {
  2790. content: "\e04e";
  2791. }
  2792. .icon-line2-bag:before {
  2793. content: "\e04f";
  2794. }
  2795. .icon-line2-action-undo:before {
  2796. content: "\e050";
  2797. }
  2798. .icon-line2-action-redo:before {
  2799. content: "\e051";
  2800. }
  2801. .icon-line2-wrench:before {
  2802. content: "\e052";
  2803. }
  2804. .icon-line2-umbrella:before {
  2805. content: "\e053";
  2806. }
  2807. .icon-line2-trash:before {
  2808. content: "\e054";
  2809. }
  2810. .icon-line2-tag:before {
  2811. content: "\e055";
  2812. }
  2813. .icon-line2-support:before {
  2814. content: "\e056";
  2815. }
  2816. .icon-line2-size-fullscreen:before {
  2817. content: "\e057";
  2818. }
  2819. .icon-line2-size-actual:before {
  2820. content: "\e058";
  2821. }
  2822. .icon-line2-shuffle:before {
  2823. content: "\e059";
  2824. }
  2825. .icon-line2-share-alt:before {
  2826. content: "\e05a";
  2827. }
  2828. .icon-line2-share:before {
  2829. content: "\e05b";
  2830. }
  2831. .icon-line2-rocket:before {
  2832. content: "\e05c";
  2833. }
  2834. .icon-line2-question:before {
  2835. content: "\e05d";
  2836. }
  2837. .icon-line2-pie-chart:before {
  2838. content: "\e05e";
  2839. }
  2840. .icon-line2-pencil:before {
  2841. content: "\e05f";
  2842. }
  2843. .icon-line2-note:before {
  2844. content: "\e060";
  2845. }
  2846. .icon-line2-music-tone-alt:before {
  2847. content: "\e061";
  2848. }
  2849. .icon-line2-music-tone:before {
  2850. content: "\e062";
  2851. }
  2852. .icon-line2-microphone:before {
  2853. content: "\e063";
  2854. }
  2855. .icon-line2-loop:before {
  2856. content: "\e064";
  2857. }
  2858. .icon-line2-logout:before {
  2859. content: "\e065";
  2860. }
  2861. .icon-line2-login:before {
  2862. content: "\e066";
  2863. }
  2864. .icon-line2-list:before {
  2865. content: "\e067";
  2866. }
  2867. .icon-line2-like:before {
  2868. content: "\e068";
  2869. }
  2870. .icon-line2-home:before {
  2871. content: "\e069";
  2872. }
  2873. .icon-line2-grid:before {
  2874. content: "\e06a";
  2875. }
  2876. .icon-line2-graph:before {
  2877. content: "\e06b";
  2878. }
  2879. .icon-line2-equalizer:before {
  2880. content: "\e06c";
  2881. }
  2882. .icon-line2-dislike:before {
  2883. content: "\e06d";
  2884. }
  2885. .icon-line2-cursor:before {
  2886. content: "\e06e";
  2887. }
  2888. .icon-line2-control-start:before {
  2889. content: "\e06f";
  2890. }
  2891. .icon-line2-control-rewind:before {
  2892. content: "\e070";
  2893. }
  2894. .icon-line2-control-play:before {
  2895. content: "\e071";
  2896. }
  2897. .icon-line2-control-pause:before {
  2898. content: "\e072";
  2899. }
  2900. .icon-line2-control-forward:before {
  2901. content: "\e073";
  2902. }
  2903. .icon-line2-control-end:before {
  2904. content: "\e074";
  2905. }
  2906. .icon-line2-calendar:before {
  2907. content: "\e075";
  2908. }
  2909. .icon-line2-bulb:before {
  2910. content: "\e076";
  2911. }
  2912. .icon-line2-bar-chart:before {
  2913. content: "\e077";
  2914. }
  2915. .icon-line2-arrow-up:before {
  2916. content: "\e078";
  2917. }
  2918. .icon-line2-arrow-right:before {
  2919. content: "\e079";
  2920. }
  2921. .icon-line2-arrow-left:before {
  2922. content: "\e07a";
  2923. }
  2924. .icon-line2-arrow-down:before {
  2925. content: "\e07b";
  2926. }
  2927. .icon-line2-ban:before {
  2928. content: "\e07c";
  2929. }
  2930. .icon-line2-bubble:before {
  2931. content: "\e07d";
  2932. }
  2933. .icon-line2-camcorder:before {
  2934. content: "\e07e";
  2935. }
  2936. .icon-line2-camera:before {
  2937. content: "\e07f";
  2938. }
  2939. .icon-line2-check:before {
  2940. content: "\e080";
  2941. }
  2942. .icon-line2-clock:before {
  2943. content: "\e081";
  2944. }
  2945. .icon-line2-close:before {
  2946. content: "\e082";
  2947. }
  2948. .icon-line2-cloud-download:before {
  2949. content: "\e083";
  2950. }
  2951. .icon-line2-cloud-upload:before {
  2952. content: "\e084";
  2953. }
  2954. .icon-line2-doc:before {
  2955. content: "\e085";
  2956. }
  2957. .icon-line2-envelope:before {
  2958. content: "\e086";
  2959. }
  2960. .icon-line2-eye:before {
  2961. content: "\e087";
  2962. }
  2963. .icon-line2-flag:before {
  2964. content: "\e088";
  2965. }
  2966. .icon-line2-folder:before {
  2967. content: "\e089";
  2968. }
  2969. .icon-line2-heart:before {
  2970. content: "\e08a";
  2971. }
  2972. .icon-line2-info:before {
  2973. content: "\e08b";
  2974. }
  2975. .icon-line2-key:before {
  2976. content: "\e08c";
  2977. }
  2978. .icon-line2-link:before {
  2979. content: "\e08d";
  2980. }
  2981. .icon-line2-lock:before {
  2982. content: "\e08e";
  2983. }
  2984. .icon-line2-lock-open:before {
  2985. content: "\e08f";
  2986. }
  2987. .icon-line2-magnifier:before {
  2988. content: "\e090";
  2989. }
  2990. .icon-line2-magnifier-add:before {
  2991. content: "\e091";
  2992. }
  2993. .icon-line2-magnifier-remove:before {
  2994. content: "\e092";
  2995. }
  2996. .icon-line2-paper-clip:before {
  2997. content: "\e093";
  2998. }
  2999. .icon-line2-paper-plane:before {
  3000. content: "\e094";
  3001. }
  3002. .icon-line2-plus:before {
  3003. content: "\e095";
  3004. }
  3005. .icon-line2-pointer:before {
  3006. content: "\e096";
  3007. }
  3008. .icon-line2-power:before {
  3009. content: "\e097";
  3010. }
  3011. .icon-line2-refresh:before {
  3012. content: "\e098";
  3013. }
  3014. .icon-line2-reload:before {
  3015. content: "\e099";
  3016. }
  3017. .icon-line2-settings:before {
  3018. content: "\e09a";
  3019. }
  3020. .icon-line2-star:before {
  3021. content: "\e09b";
  3022. }
  3023. .icon-line2-symbol-female:before {
  3024. content: "\e09c";
  3025. }
  3026. .icon-line2-symbol-male:before {
  3027. content: "\e09d";
  3028. }
  3029. .icon-line2-target:before {
  3030. content: "\e09e";
  3031. }
  3032. .icon-line2-volume-1:before {
  3033. content: "\e09f";
  3034. }
  3035. .icon-line2-volume-2:before {
  3036. content: "\e0a0";
  3037. }
  3038. .icon-line2-volume-off:before {
  3039. content: "\e0a1";
  3040. }
  3041. .icon-line2-users:before {
  3042. content: "\e001";
  3043. }