Advertisement
Guest User

CSS Glyphicons

a guest
May 9th, 2016
1,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 82.61 KB | None | 0 0
  1. /*!
  2.  *
  3.  *  Project:    GLYPHICONS FULLY LOADED
  4.  *  License:    don't sue me
  5.  *
  6.  */
  7.  
  8. @font-face {
  9.     font-family: 'Glyphicons Regular';
  10.     src: url('http://glyphicons.com/fonts/glyphicons-regular.eot');
  11.     src: url('http://glyphicons.com/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('http://glyphicons.com/fonts/glyphicons-regular.woff2') format('woff2'), url('http://glyphicons.com/fonts/glyphicons-regular.woff') format('woff'), url('http://glyphicons.com/fonts/glyphicons-regular.ttf') format('truetype'), url('http://glyphicons.com/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg')
  12. }
  13.  
  14. .glyphicons {
  15.     display: inline-block;
  16.     font-family: 'Glyphicons Regular';
  17.     font-style: normal;
  18.     font-weight: normal;
  19.     line-height: 1;
  20.     vertical-align: top;
  21.     -webkit-font-smoothing: antialiased;
  22.     -moz-osx-font-smoothing: grayscale
  23. }
  24.  
  25. .glyphicons.x05 {
  26.     font-size: 12px
  27. }
  28.  
  29. .glyphicons.x2 {
  30.     font-size: 48px
  31. }
  32.  
  33. .glyphicons.x2:before {
  34.     padding: 8px 12px
  35. }
  36.  
  37. .glyphicons.x3 {
  38.     font-size: 72px
  39. }
  40.  
  41. .glyphicons.x3:before {
  42.     padding: 16px 20px
  43. }
  44.  
  45. .glyphicons.x4 {
  46.     font-size: 96px
  47. }
  48.  
  49. .glyphicons.x4:before {
  50.     padding: 20px 28px
  51. }
  52.  
  53. .glyphicons.x5 {
  54.     font-size: 120px
  55. }
  56.  
  57. .glyphicons.x5:before {
  58.     padding: 28px 36px
  59. }
  60.  
  61. .glyphicons.light:before {
  62.     color: #f2f2f2
  63. }
  64.  
  65. .glyphicons.drop:before {
  66.     text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
  67. }
  68.  
  69. .glyphicons.flip {
  70.     -moz-transform: scaleX(-1);
  71.     -o-transform: scaleX(-1);
  72.     -webkit-transform: scaleX(-1);
  73.     transform: scaleX(-1);
  74.     filter: FlipH;
  75.     -ms-filter: "FlipH"
  76. }
  77.  
  78. .glyphicons.flipv {
  79.     -moz-transform: scaleY(-1);
  80.     -o-transform: scaleY(-1);
  81.     -webkit-transform: scaleY(-1);
  82.     transform: scaleY(-1);
  83.     filter: FlipV;
  84.     -ms-filter: "FlipV"
  85. }
  86.  
  87. .glyphicons.rotate90 {
  88.     -webkit-transform: rotate(90deg);
  89.     -moz-transform: rotate(90deg);
  90.     -ms-transform: rotate(90deg);
  91.     transform: rotate(90deg)
  92. }
  93.  
  94. .glyphicons.rotate180 {
  95.     -webkit-transform: rotate(180deg);
  96.     -moz-transform: rotate(180deg);
  97.     -ms-transform: rotate(180deg);
  98.     transform: rotate(180deg)
  99. }
  100.  
  101. .glyphicons.rotate270 {
  102.     -webkit-transform: rotate(270deg);
  103.     -moz-transform: rotate(270deg);
  104.     -ms-transform: rotate(270deg);
  105.     transform: rotate(270deg)
  106. }
  107.  
  108. .glyphicons-glass:before {
  109.     content: "\E001"
  110. }
  111.  
  112. .glyphicons-leaf:before {
  113.     content: "\E002"
  114. }
  115.  
  116. .glyphicons-dog:before {
  117.     content: "\E003"
  118. }
  119.  
  120. .glyphicons-user:before {
  121.     content: "\E004"
  122. }
  123.  
  124. .glyphicons-girl:before {
  125.     content: "\E005"
  126. }
  127.  
  128. .glyphicons-car:before {
  129.     content: "\E006"
  130. }
  131.  
  132. .glyphicons-user-add:before {
  133.     content: "\E007"
  134. }
  135.  
  136. .glyphicons-user-remove:before {
  137.     content: "\E008"
  138. }
  139.  
  140. .glyphicons-film:before {
  141.     content: "\E009"
  142. }
  143.  
  144. .glyphicons-magic:before {
  145.     content: "\E010"
  146. }
  147.  
  148. .glyphicons-envelope:before {
  149.     content: "\E011"
  150. }
  151.  
  152. .glyphicons-camera:before {
  153.     content: "\E012"
  154. }
  155.  
  156. .glyphicons-heart:before {
  157.     content: "\E013"
  158. }
  159.  
  160. .glyphicons-beach-umbrella:before {
  161.     content: "\E014"
  162. }
  163.  
  164. .glyphicons-train:before {
  165.     content: "\E015"
  166. }
  167.  
  168. .glyphicons-print:before {
  169.     content: "\E016"
  170. }
  171.  
  172. .glyphicons-bin:before {
  173.     content: "\E017"
  174. }
  175.  
  176. .glyphicons-music:before {
  177.     content: "\E018"
  178. }
  179.  
  180. .glyphicons-music-alt:before {
  181.     content: "\E019"
  182. }
  183.  
  184. .glyphicons-heart-empty:before {
  185.     content: "\E020"
  186. }
  187.  
  188. .glyphicons-home:before {
  189.     content: "\E021"
  190. }
  191.  
  192. .glyphicons-snowflake:before {
  193.     content: "\E022"
  194. }
  195.  
  196. .glyphicons-fire:before {
  197.     content: "\E023"
  198. }
  199.  
  200. .glyphicons-magnet:before {
  201.     content: "\E024"
  202. }
  203.  
  204. .glyphicons-parents:before {
  205.     content: "\E025"
  206. }
  207.  
  208. .glyphicons-binoculars:before {
  209.     content: "\E026"
  210. }
  211.  
  212. .glyphicons-road:before {
  213.     content: "\E027"
  214. }
  215.  
  216. .glyphicons-search:before {
  217.     content: "\E028"
  218. }
  219.  
  220. .glyphicons-cars:before {
  221.     content: "\E029"
  222. }
  223.  
  224. .glyphicons-notes-2:before {
  225.     content: "\E030"
  226. }
  227.  
  228. .glyphicons-pencil:before {
  229.     content: "\E031"
  230. }
  231.  
  232. .glyphicons-bus:before {
  233.     content: "\E032"
  234. }
  235.  
  236. .glyphicons-wifi-alt:before {
  237.     content: "\E033"
  238. }
  239.  
  240. .glyphicons-luggage:before {
  241.     content: "\E034"
  242. }
  243.  
  244. .glyphicons-old-man:before {
  245.     content: "\E035"
  246. }
  247.  
  248. .glyphicons-woman:before {
  249.     content: "\E036"
  250. }
  251.  
  252. .glyphicons-file:before {
  253.     content: "\E037"
  254. }
  255.  
  256. .glyphicons-coins:before {
  257.     content: "\E038"
  258. }
  259.  
  260. .glyphicons-plane:before {
  261.     content: "\E039"
  262. }
  263.  
  264. .glyphicons-notes:before {
  265.     content: "\E040"
  266. }
  267.  
  268. .glyphicons-stats:before {
  269.     content: "\E041"
  270. }
  271.  
  272. .glyphicons-charts:before {
  273.     content: "\E042"
  274. }
  275.  
  276. .glyphicons-pie-chart:before {
  277.     content: "\E043"
  278. }
  279.  
  280. .glyphicons-group:before {
  281.     content: "\E044"
  282. }
  283.  
  284. .glyphicons-keys:before {
  285.     content: "\E045"
  286. }
  287.  
  288. .glyphicons-calendar:before {
  289.     content: "\E046"
  290. }
  291.  
  292. .glyphicons-router:before {
  293.     content: "\E047"
  294. }
  295.  
  296. .glyphicons-camera-small:before {
  297.     content: "\E048"
  298. }
  299.  
  300. .glyphicons-star-empty:before {
  301.     content: "\E049"
  302. }
  303.  
  304. .glyphicons-star:before {
  305.     content: "\E050"
  306. }
  307.  
  308. .glyphicons-link:before {
  309.     content: "\E051"
  310. }
  311.  
  312. .glyphicons-eye-open:before {
  313.     content: "\E052"
  314. }
  315.  
  316. .glyphicons-eye-close:before {
  317.     content: "\E053"
  318. }
  319.  
  320. .glyphicons-alarm:before {
  321.     content: "\E054"
  322. }
  323.  
  324. .glyphicons-clock:before {
  325.     content: "\E055"
  326. }
  327.  
  328. .glyphicons-stopwatch:before {
  329.     content: "\E056"
  330. }
  331.  
  332. .glyphicons-projector:before {
  333.     content: "\E057"
  334. }
  335.  
  336. .glyphicons-history:before {
  337.     content: "\E058"
  338. }
  339.  
  340. .glyphicons-truck:before {
  341.     content: "\E059"
  342. }
  343.  
  344. .glyphicons-cargo:before {
  345.     content: "\E060"
  346. }
  347.  
  348. .glyphicons-compass:before {
  349.     content: "\E061"
  350. }
  351.  
  352. .glyphicons-keynote:before {
  353.     content: "\E062"
  354. }
  355.  
  356. .glyphicons-paperclip:before {
  357.     content: "\E063"
  358. }
  359.  
  360. .glyphicons-power:before {
  361.     content: "\E064"
  362. }
  363.  
  364. .glyphicons-lightbulb:before {
  365.     content: "\E065"
  366. }
  367.  
  368. .glyphicons-tag:before {
  369.     content: "\E066"
  370. }
  371.  
  372. .glyphicons-tags:before {
  373.     content: "\E067"
  374. }
  375.  
  376. .glyphicons-cleaning:before {
  377.     content: "\E068"
  378. }
  379.  
  380. .glyphicons-ruler:before {
  381.     content: "\E069"
  382. }
  383.  
  384. .glyphicons-gift:before {
  385.     content: "\E070"
  386. }
  387.  
  388. .glyphicons-umbrella:before {
  389.     content: "\E071"
  390. }
  391.  
  392. .glyphicons-book:before {
  393.     content: "\E072"
  394. }
  395.  
  396. .glyphicons-bookmark:before {
  397.     content: "\E073"
  398. }
  399.  
  400. .glyphicons-wifi:before {
  401.     content: "\E074"
  402. }
  403.  
  404. .glyphicons-cup:before {
  405.     content: "\E075"
  406. }
  407.  
  408. .glyphicons-stroller:before {
  409.     content: "\E076"
  410. }
  411.  
  412. .glyphicons-headphones:before {
  413.     content: "\E077"
  414. }
  415.  
  416. .glyphicons-headset:before {
  417.     content: "\E078"
  418. }
  419.  
  420. .glyphicons-warning-sign:before {
  421.     content: "\E079"
  422. }
  423.  
  424. .glyphicons-signal:before {
  425.     content: "\E080"
  426. }
  427.  
  428. .glyphicons-retweet:before {
  429.     content: "\E081"
  430. }
  431.  
  432. .glyphicons-refresh:before {
  433.     content: "\E082"
  434. }
  435.  
  436. .glyphicons-roundabout:before {
  437.     content: "\E083"
  438. }
  439.  
  440. .glyphicons-random:before {
  441.     content: "\E084"
  442. }
  443.  
  444. .glyphicons-heat:before {
  445.     content: "\E085"
  446. }
  447.  
  448. .glyphicons-repeat:before {
  449.     content: "\E086"
  450. }
  451.  
  452. .glyphicons-display:before {
  453.     content: "\E087"
  454. }
  455.  
  456. .glyphicons-log-book:before {
  457.     content: "\E088"
  458. }
  459.  
  460. .glyphicons-address-book:before {
  461.     content: "\E089"
  462. }
  463.  
  464. .glyphicons-building:before {
  465.     content: "\E090"
  466. }
  467.  
  468. .glyphicons-eyedropper:before {
  469.     content: "\E091"
  470. }
  471.  
  472. .glyphicons-adjust:before {
  473.     content: "\E092"
  474. }
  475.  
  476. .glyphicons-tint:before {
  477.     content: "\E093"
  478. }
  479.  
  480. .glyphicons-crop:before {
  481.     content: "\E094"
  482. }
  483.  
  484. .glyphicons-vector-path-square:before {
  485.     content: "\E095"
  486. }
  487.  
  488. .glyphicons-vector-path-circle:before {
  489.     content: "\E096"
  490. }
  491.  
  492. .glyphicons-vector-path-polygon:before {
  493.     content: "\E097"
  494. }
  495.  
  496. .glyphicons-vector-path-line:before {
  497.     content: "\E098"
  498. }
  499.  
  500. .glyphicons-vector-path-curve:before {
  501.     content: "\E099"
  502. }
  503.  
  504. .glyphicons-vector-path-all:before {
  505.     content: "\E100"
  506. }
  507.  
  508. .glyphicons-font:before {
  509.     content: "\E101"
  510. }
  511.  
  512. .glyphicons-italic:before {
  513.     content: "\E102"
  514. }
  515.  
  516. .glyphicons-bold:before {
  517.     content: "\E103"
  518. }
  519.  
  520. .glyphicons-text-underline:before {
  521.     content: "\E104"
  522. }
  523.  
  524. .glyphicons-text-strike:before {
  525.     content: "\E105"
  526. }
  527.  
  528. .glyphicons-text-height:before {
  529.     content: "\E106"
  530. }
  531.  
  532. .glyphicons-text-width:before {
  533.     content: "\E107"
  534. }
  535.  
  536. .glyphicons-text-resize:before {
  537.     content: "\E108"
  538. }
  539.  
  540. .glyphicons-left-indent:before {
  541.     content: "\E109"
  542. }
  543.  
  544. .glyphicons-right-indent:before {
  545.     content: "\E110"
  546. }
  547.  
  548. .glyphicons-align-left:before {
  549.     content: "\E111"
  550. }
  551.  
  552. .glyphicons-align-center:before {
  553.     content: "\E112"
  554. }
  555.  
  556. .glyphicons-align-right:before {
  557.     content: "\E113"
  558. }
  559.  
  560. .glyphicons-justify:before {
  561.     content: "\E114"
  562. }
  563.  
  564. .glyphicons-list:before {
  565.     content: "\E115"
  566. }
  567.  
  568. .glyphicons-text-smaller:before {
  569.     content: "\E116"
  570. }
  571.  
  572. .glyphicons-text-bigger:before {
  573.     content: "\E117"
  574. }
  575.  
  576. .glyphicons-embed:before {
  577.     content: "\E118"
  578. }
  579.  
  580. .glyphicons-embed-close:before {
  581.     content: "\E119"
  582. }
  583.  
  584. .glyphicons-table:before {
  585.     content: "\E120"
  586. }
  587.  
  588. .glyphicons-message-full:before {
  589.     content: "\E121"
  590. }
  591.  
  592. .glyphicons-message-empty:before {
  593.     content: "\E122"
  594. }
  595.  
  596. .glyphicons-message-in:before {
  597.     content: "\E123"
  598. }
  599.  
  600. .glyphicons-message-out:before {
  601.     content: "\E124"
  602. }
  603.  
  604. .glyphicons-message-plus:before {
  605.     content: "\E125"
  606. }
  607.  
  608. .glyphicons-message-minus:before {
  609.     content: "\E126"
  610. }
  611.  
  612. .glyphicons-message-ban:before {
  613.     content: "\E127"
  614. }
  615.  
  616. .glyphicons-message-flag:before {
  617.     content: "\E128"
  618. }
  619.  
  620. .glyphicons-message-lock:before {
  621.     content: "\E129"
  622. }
  623.  
  624. .glyphicons-message-new:before {
  625.     content: "\E130"
  626. }
  627.  
  628. .glyphicons-inbox:before {
  629.     content: "\E131"
  630. }
  631.  
  632. .glyphicons-inbox-plus:before {
  633.     content: "\E132"
  634. }
  635.  
  636. .glyphicons-inbox-minus:before {
  637.     content: "\E133"
  638. }
  639.  
  640. .glyphicons-inbox-lock:before {
  641.     content: "\E134"
  642. }
  643.  
  644. .glyphicons-inbox-in:before {
  645.     content: "\E135"
  646. }
  647.  
  648. .glyphicons-inbox-out:before {
  649.     content: "\E136"
  650. }
  651.  
  652. .glyphicons-cogwheel:before {
  653.     content: "\E137"
  654. }
  655.  
  656. .glyphicons-cogwheels:before {
  657.     content: "\E138"
  658. }
  659.  
  660. .glyphicons-picture:before {
  661.     content: "\E139"
  662. }
  663.  
  664. .glyphicons-adjust-alt:before {
  665.     content: "\E140"
  666. }
  667.  
  668. .glyphicons-database-lock:before {
  669.     content: "\E141"
  670. }
  671.  
  672. .glyphicons-database-plus:before {
  673.     content: "\E142"
  674. }
  675.  
  676. .glyphicons-database-minus:before {
  677.     content: "\E143"
  678. }
  679.  
  680. .glyphicons-database-ban:before {
  681.     content: "\E144"
  682. }
  683.  
  684. .glyphicons-folder-open:before {
  685.     content: "\E145"
  686. }
  687.  
  688. .glyphicons-folder-plus:before {
  689.     content: "\E146"
  690. }
  691.  
  692. .glyphicons-folder-minus:before {
  693.     content: "\E147"
  694. }
  695.  
  696. .glyphicons-folder-lock:before {
  697.     content: "\E148"
  698. }
  699.  
  700. .glyphicons-folder-flag:before {
  701.     content: "\E149"
  702. }
  703.  
  704. .glyphicons-folder-new:before {
  705.     content: "\E150"
  706. }
  707.  
  708. .glyphicons-edit:before {
  709.     content: "\E151"
  710. }
  711.  
  712. .glyphicons-new-window:before {
  713.     content: "\E152"
  714. }
  715.  
  716. .glyphicons-check:before {
  717.     content: "\E153"
  718. }
  719.  
  720. .glyphicons-unchecked:before {
  721.     content: "\E154"
  722. }
  723.  
  724. .glyphicons-more-windows:before {
  725.     content: "\E155"
  726. }
  727.  
  728. .glyphicons-show-big-thumbnails:before {
  729.     content: "\E156"
  730. }
  731.  
  732. .glyphicons-show-thumbnails:before {
  733.     content: "\E157"
  734. }
  735.  
  736. .glyphicons-show-thumbnails-with-lines:before {
  737.     content: "\E158"
  738. }
  739.  
  740. .glyphicons-show-lines:before {
  741.     content: "\E159"
  742. }
  743.  
  744. .glyphicons-playlist:before {
  745.     content: "\E160"
  746. }
  747.  
  748. .glyphicons-imac:before {
  749.     content: "\E161"
  750. }
  751.  
  752. .glyphicons-macbook:before {
  753.     content: "\E162"
  754. }
  755.  
  756. .glyphicons-ipad:before {
  757.     content: "\E163"
  758. }
  759.  
  760. .glyphicons-iphone:before {
  761.     content: "\E164"
  762. }
  763.  
  764. .glyphicons-iphone-transfer:before {
  765.     content: "\E165"
  766. }
  767.  
  768. .glyphicons-iphone-exchange:before {
  769.     content: "\E166"
  770. }
  771.  
  772. .glyphicons-ipod:before {
  773.     content: "\E167"
  774. }
  775.  
  776. .glyphicons-ipod-shuffle:before {
  777.     content: "\E168"
  778. }
  779.  
  780. .glyphicons-ear-plugs:before {
  781.     content: "\E169"
  782. }
  783.  
  784. .glyphicons-record:before {
  785.     content: "\E170"
  786. }
  787.  
  788. .glyphicons-step-backward:before {
  789.     content: "\E171"
  790. }
  791.  
  792. .glyphicons-fast-backward:before {
  793.     content: "\E172"
  794. }
  795.  
  796. .glyphicons-rewind:before {
  797.     content: "\E173"
  798. }
  799.  
  800. .glyphicons-play:before {
  801.     content: "\E174"
  802. }
  803.  
  804. .glyphicons-pause:before {
  805.     content: "\E175"
  806. }
  807.  
  808. .glyphicons-stop:before {
  809.     content: "\E176"
  810. }
  811.  
  812. .glyphicons-forward:before {
  813.     content: "\E177"
  814. }
  815.  
  816. .glyphicons-fast-forward:before {
  817.     content: "\E178"
  818. }
  819.  
  820. .glyphicons-step-forward:before {
  821.     content: "\E179"
  822. }
  823.  
  824. .glyphicons-eject:before {
  825.     content: "\E180"
  826. }
  827.  
  828. .glyphicons-facetime-video:before {
  829.     content: "\E181"
  830. }
  831.  
  832. .glyphicons-download-alt:before {
  833.     content: "\E182"
  834. }
  835.  
  836. .glyphicons-mute:before {
  837.     content: "\E183"
  838. }
  839.  
  840. .glyphicons-volume-down:before {
  841.     content: "\E184"
  842. }
  843.  
  844. .glyphicons-volume-up:before {
  845.     content: "\E185"
  846. }
  847.  
  848. .glyphicons-screenshot:before {
  849.     content: "\E186"
  850. }
  851.  
  852. .glyphicons-move:before {
  853.     content: "\E187"
  854. }
  855.  
  856. .glyphicons-more:before {
  857.     content: "\E188"
  858. }
  859.  
  860. .glyphicons-brightness-reduce:before {
  861.     content: "\E189"
  862. }
  863.  
  864. .glyphicons-brightness-increase:before {
  865.     content: "\E190"
  866. }
  867.  
  868. .glyphicons-plus-sign:before {
  869.     content: "\E191"
  870. }
  871.  
  872. .glyphicons-minus-sign:before {
  873.     content: "\E192"
  874. }
  875.  
  876. .glyphicons-remove-sign:before {
  877.     content: "\E193"
  878. }
  879.  
  880. .glyphicons-ok-sign:before {
  881.     content: "\E194"
  882. }
  883.  
  884. .glyphicons-question-sign:before {
  885.     content: "\E195"
  886. }
  887.  
  888. .glyphicons-info-sign:before {
  889.     content: "\E196"
  890. }
  891.  
  892. .glyphicons-exclamation-sign:before {
  893.     content: "\E197"
  894. }
  895.  
  896. .glyphicons-remove-circle:before {
  897.     content: "\E198"
  898. }
  899.  
  900. .glyphicons-ok-circle:before {
  901.     content: "\E199"
  902. }
  903.  
  904. .glyphicons-ban-circle:before {
  905.     content: "\E200"
  906. }
  907.  
  908. .glyphicons-download:before {
  909.     content: "\E201"
  910. }
  911.  
  912. .glyphicons-upload:before {
  913.     content: "\E202"
  914. }
  915.  
  916. .glyphicons-shopping-cart:before {
  917.     content: "\E203"
  918. }
  919.  
  920. .glyphicons-lock:before {
  921.     content: "\E204"
  922. }
  923.  
  924. .glyphicons-unlock:before {
  925.     content: "\E205"
  926. }
  927.  
  928. .glyphicons-electricity:before {
  929.     content: "\E206"
  930. }
  931.  
  932. .glyphicons-ok:before {
  933.     content: "\E207"
  934. }
  935.  
  936. .glyphicons-remove:before {
  937.     content: "\E208"
  938. }
  939.  
  940. .glyphicons-cart-in:before {
  941.     content: "\E209"
  942. }
  943.  
  944. .glyphicons-cart-out:before {
  945.     content: "\E210"
  946. }
  947.  
  948. .glyphicons-arrow-left:before {
  949.     content: "\E211"
  950. }
  951.  
  952. .glyphicons-arrow-right:before {
  953.     content: "\E212"
  954. }
  955.  
  956. .glyphicons-arrow-down:before {
  957.     content: "\E213"
  958. }
  959.  
  960. .glyphicons-arrow-up:before {
  961.     content: "\E214"
  962. }
  963.  
  964. .glyphicons-resize-small:before {
  965.     content: "\E215"
  966. }
  967.  
  968. .glyphicons-resize-full:before {
  969.     content: "\E216"
  970. }
  971.  
  972. .glyphicons-circle-arrow-left:before {
  973.     content: "\E217"
  974. }
  975.  
  976. .glyphicons-circle-arrow-right:before {
  977.     content: "\E218"
  978. }
  979.  
  980. .glyphicons-circle-arrow-top:before {
  981.     content: "\E219"
  982. }
  983.  
  984. .glyphicons-circle-arrow-down:before {
  985.     content: "\E220"
  986. }
  987.  
  988. .glyphicons-play-button:before {
  989.     content: "\E221"
  990. }
  991.  
  992. .glyphicons-unshare:before {
  993.     content: "\E222"
  994. }
  995.  
  996. .glyphicons-share:before {
  997.     content: "\E223"
  998. }
  999.  
  1000. .glyphicons-chevron-right:before {
  1001.     content: "\E224"
  1002. }
  1003.  
  1004. .glyphicons-chevron-left:before {
  1005.     content: "\E225"
  1006. }
  1007.  
  1008. .glyphicons-bluetooth:before {
  1009.     content: "\E226"
  1010. }
  1011.  
  1012. .glyphicons-euro:before {
  1013.     content: "\E227"
  1014. }
  1015.  
  1016. .glyphicons-usd:before {
  1017.     content: "\E228"
  1018. }
  1019.  
  1020. .glyphicons-gbp:before {
  1021.     content: "\E229"
  1022. }
  1023.  
  1024. .glyphicons-retweet-2:before {
  1025.     content: "\E230"
  1026. }
  1027.  
  1028. .glyphicons-moon:before {
  1029.     content: "\E231"
  1030. }
  1031.  
  1032. .glyphicons-sun:before {
  1033.     content: "\E232"
  1034. }
  1035.  
  1036. .glyphicons-cloud:before {
  1037.     content: "\E233"
  1038. }
  1039.  
  1040. .glyphicons-direction:before {
  1041.     content: "\E234"
  1042. }
  1043.  
  1044. .glyphicons-brush:before {
  1045.     content: "\E235"
  1046. }
  1047.  
  1048. .glyphicons-pen:before {
  1049.     content: "\E236"
  1050. }
  1051.  
  1052. .glyphicons-zoom-in:before {
  1053.     content: "\E237"
  1054. }
  1055.  
  1056. .glyphicons-zoom-out:before {
  1057.     content: "\E238"
  1058. }
  1059.  
  1060. .glyphicons-pin:before {
  1061.     content: "\E239"
  1062. }
  1063.  
  1064. .glyphicons-albums:before {
  1065.     content: "\E240"
  1066. }
  1067.  
  1068. .glyphicons-rotation-lock:before {
  1069.     content: "\E241"
  1070. }
  1071.  
  1072. .glyphicons-flash:before {
  1073.     content: "\E242"
  1074. }
  1075.  
  1076. .glyphicons-map-marker:before {
  1077.     content: "\E243"
  1078. }
  1079.  
  1080. .glyphicons-anchor:before {
  1081.     content: "\E244"
  1082. }
  1083.  
  1084. .glyphicons-conversation:before {
  1085.     content: "\E245"
  1086. }
  1087.  
  1088. .glyphicons-chat:before {
  1089.     content: "\E246"
  1090. }
  1091.  
  1092. .glyphicons-note-empty:before {
  1093.     content: "\E247"
  1094. }
  1095.  
  1096. .glyphicons-note:before {
  1097.     content: "\E248"
  1098. }
  1099.  
  1100. .glyphicons-asterisk:before {
  1101.     content: "\E249"
  1102. }
  1103.  
  1104. .glyphicons-divide:before {
  1105.     content: "\E250"
  1106. }
  1107.  
  1108. .glyphicons-snorkel-diving:before {
  1109.     content: "\E251"
  1110. }
  1111.  
  1112. .glyphicons-scuba-diving:before {
  1113.     content: "\E252"
  1114. }
  1115.  
  1116. .glyphicons-oxygen-bottle:before {
  1117.     content: "\E253"
  1118. }
  1119.  
  1120. .glyphicons-fins:before {
  1121.     content: "\E254"
  1122. }
  1123.  
  1124. .glyphicons-fishes:before {
  1125.     content: "\E255"
  1126. }
  1127.  
  1128. .glyphicons-boat:before {
  1129.     content: "\E256"
  1130. }
  1131.  
  1132. .glyphicons-delete:before {
  1133.     content: "\E257"
  1134. }
  1135.  
  1136. .glyphicons-sheriffs-star:before {
  1137.     content: "\E258"
  1138. }
  1139.  
  1140. .glyphicons-qrcode:before {
  1141.     content: "\E259"
  1142. }
  1143.  
  1144. .glyphicons-barcode:before {
  1145.     content: "\E260"
  1146. }
  1147.  
  1148. .glyphicons-pool:before {
  1149.     content: "\E261"
  1150. }
  1151.  
  1152. .glyphicons-buoy:before {
  1153.     content: "\E262"
  1154. }
  1155.  
  1156. .glyphicons-spade:before {
  1157.     content: "\E263"
  1158. }
  1159.  
  1160. .glyphicons-bank:before {
  1161.     content: "\E264"
  1162. }
  1163.  
  1164. .glyphicons-vcard:before {
  1165.     content: "\E265"
  1166. }
  1167.  
  1168. .glyphicons-electrical-plug:before {
  1169.     content: "\E266"
  1170. }
  1171.  
  1172. .glyphicons-flag:before {
  1173.     content: "\E267"
  1174. }
  1175.  
  1176. .glyphicons-credit-card:before {
  1177.     content: "\E268"
  1178. }
  1179.  
  1180. .glyphicons-keyboard-wireless:before {
  1181.     content: "\E269"
  1182. }
  1183.  
  1184. .glyphicons-keyboard-wireless:before {
  1185.     content: "\E270"
  1186. }
  1187.  
  1188. .glyphicons-shield:before {
  1189.     content: "\E271"
  1190. }
  1191.  
  1192. .glyphicons-ring:before {
  1193.     content: "\E272"
  1194. }
  1195.  
  1196. .glyphicons-cake:before {
  1197.     content: "\E273"
  1198. }
  1199.  
  1200. .glyphicons-drink:before {
  1201.     content: "\E274"
  1202. }
  1203.  
  1204. .glyphicons-beer:before {
  1205.     content: "\E275"
  1206. }
  1207.  
  1208. .glyphicons-fast-food:before {
  1209.     content: "\E276"
  1210. }
  1211.  
  1212. .glyphicons-cutlery:before {
  1213.     content: "\E277"
  1214. }
  1215.  
  1216. .glyphicons-pizza:before {
  1217.     content: "\E278"
  1218. }
  1219.  
  1220. .glyphicons-birthday-cake:before {
  1221.     content: "\E279"
  1222. }
  1223.  
  1224. .glyphicons-tablet:before {
  1225.     content: "\E280"
  1226. }
  1227.  
  1228. .glyphicons-settings:before {
  1229.     content: "\E281"
  1230. }
  1231.  
  1232. .glyphicons-bullets:before {
  1233.     content: "\E282"
  1234. }
  1235.  
  1236. .glyphicons-cardio:before {
  1237.     content: "\E283"
  1238. }
  1239.  
  1240. .glyphicons-t-shirt:before {
  1241.     content: "\E284"
  1242. }
  1243.  
  1244. .glyphicons-pants:before {
  1245.     content: "\E285"
  1246. }
  1247.  
  1248. .glyphicons-sweater:before {
  1249.     content: "\E286"
  1250. }
  1251.  
  1252. .glyphicons-fabric:before {
  1253.     content: "\E287"
  1254. }
  1255.  
  1256. .glyphicons-leather:before {
  1257.     content: "\E288"
  1258. }
  1259.  
  1260. .glyphicons-scissors:before {
  1261.     content: "\E289"
  1262. }
  1263.  
  1264. .glyphicons-bomb:before {
  1265.     content: "\E290"
  1266. }
  1267.  
  1268. .glyphicons-skull:before {
  1269.     content: "\E291"
  1270. }
  1271.  
  1272. .glyphicons-celebration:before {
  1273.     content: "\E292"
  1274. }
  1275.  
  1276. .glyphicons-tea-kettle:before {
  1277.     content: "\E293"
  1278. }
  1279.  
  1280. .glyphicons-french-press:before {
  1281.     content: "\E294"
  1282. }
  1283.  
  1284. .glyphicons-coffee-cup:before {
  1285.     content: "\E295"
  1286. }
  1287.  
  1288. .glyphicons-pot:before {
  1289.     content: "\E296"
  1290. }
  1291.  
  1292. .glyphicons-grater:before {
  1293.     content: "\E297"
  1294. }
  1295.  
  1296. .glyphicons-kettle:before {
  1297.     content: "\E298"
  1298. }
  1299.  
  1300. .glyphicons-hospital:before {
  1301.     content: "\E299"
  1302. }
  1303.  
  1304. .glyphicons-hospital-h:before {
  1305.     content: "\E300"
  1306. }
  1307.  
  1308. .glyphicons-microphone:before {
  1309.     content: "\E301"
  1310. }
  1311.  
  1312. .glyphicons-webcam:before {
  1313.     content: "\E302"
  1314. }
  1315.  
  1316. .glyphicons-temple-christianity-church:before {
  1317.     content: "\E303"
  1318. }
  1319.  
  1320. .glyphicons-temple-islam:before {
  1321.     content: "\E304"
  1322. }
  1323.  
  1324. .glyphicons-temple-hindu:before {
  1325.     content: "\E305"
  1326. }
  1327.  
  1328. .glyphicons-temple-buddhist:before {
  1329.     content: "\E306"
  1330. }
  1331.  
  1332. .glyphicons-bicycle:before {
  1333.     content: "\E307"
  1334. }
  1335.  
  1336. .glyphicons-life-preserver:before {
  1337.     content: "\E308"
  1338. }
  1339.  
  1340. .glyphicons-share-alt:before {
  1341.     content: "\E309"
  1342. }
  1343.  
  1344. .glyphicons-comments:before {
  1345.     content: "\E310"
  1346. }
  1347.  
  1348. .glyphicons-flower:before {
  1349.     content: "\E311"
  1350. }
  1351.  
  1352. .glyphicons-baseball:before {
  1353.     content: "\E312"
  1354. }
  1355.  
  1356. .glyphicons-rugby:before {
  1357.     content: "\E313"
  1358. }
  1359.  
  1360. .glyphicons-ax:before {
  1361.     content: "\E314"
  1362. }
  1363.  
  1364. .glyphicons-table-tennis:before {
  1365.     content: "\E315"
  1366. }
  1367.  
  1368. .glyphicons-bowling:before {
  1369.     content: "\E316"
  1370. }
  1371.  
  1372. .glyphicons-tree-conifer:before {
  1373.     content: "\E317"
  1374. }
  1375.  
  1376. .glyphicons-tree-deciduous:before {
  1377.     content: "\E318"
  1378. }
  1379.  
  1380. .glyphicons-more-items:before {
  1381.     content: "\E319"
  1382. }
  1383.  
  1384. .glyphicons-sort:before {
  1385.     content: "\E320"
  1386. }
  1387.  
  1388. .glyphicons-filter:before {
  1389.     content: "\E321"
  1390. }
  1391.  
  1392. .glyphicons-gamepad:before {
  1393.     content: "\E322"
  1394. }
  1395.  
  1396. .glyphicons-playing-dices:before {
  1397.     content: "\E323"
  1398. }
  1399.  
  1400. .glyphicons-calculator:before {
  1401.     content: "\E324"
  1402. }
  1403.  
  1404. .glyphicons-tie:before {
  1405.     content: "\E325"
  1406. }
  1407.  
  1408. .glyphicons-wallet:before {
  1409.     content: "\E326"
  1410. }
  1411.  
  1412. .glyphicons-piano:before {
  1413.     content: "\E327"
  1414. }
  1415.  
  1416. .glyphicons-sampler:before {
  1417.     content: "\E328"
  1418. }
  1419.  
  1420. .glyphicons-podium:before {
  1421.     content: "\E329"
  1422. }
  1423.  
  1424. .glyphicons-soccer-ball:before {
  1425.     content: "\E330"
  1426. }
  1427.  
  1428. .glyphicons-blog:before {
  1429.     content: "\E331"
  1430. }
  1431.  
  1432. .glyphicons-dashboard:before {
  1433.     content: "\E332"
  1434. }
  1435.  
  1436. .glyphicons-certificate:before {
  1437.     content: "\E333"
  1438. }
  1439.  
  1440. .glyphicons-bell:before {
  1441.     content: "\E334"
  1442. }
  1443.  
  1444. .glyphicons-candle:before {
  1445.     content: "\E335"
  1446. }
  1447.  
  1448. .glyphicons-pushpin:before {
  1449.     content: "\E336"
  1450. }
  1451.  
  1452. .glyphicons-iphone-shake:before {
  1453.     content: "\E337"
  1454. }
  1455.  
  1456. .glyphicons-pin-flag:before {
  1457.     content: "\E338"
  1458. }
  1459.  
  1460. .glyphicons-turtle:before {
  1461.     content: "\E339"
  1462. }
  1463.  
  1464. .glyphicons-rabbit:before {
  1465.     content: "\E340"
  1466. }
  1467.  
  1468. .glyphicons-globe:before {
  1469.     content: "\E341"
  1470. }
  1471.  
  1472. .glyphicons-briefcase:before {
  1473.     content: "\E342"
  1474. }
  1475.  
  1476. .glyphicons-hdd:before {
  1477.     content: "\E343"
  1478. }
  1479.  
  1480. .glyphicons-thumbs-up:before {
  1481.     content: "\E344"
  1482. }
  1483.  
  1484. .glyphicons-thumbs-down:before {
  1485.     content: "\E345"
  1486. }
  1487.  
  1488. .glyphicons-hand-right:before {
  1489.     content: "\E346"
  1490. }
  1491.  
  1492. .glyphicons-hand-left:before {
  1493.     content: "\E347"
  1494. }
  1495.  
  1496. .glyphicons-hand-up:before {
  1497.     content: "\E348"
  1498. }
  1499.  
  1500. .glyphicons-hand-down:before {
  1501.     content: "\E349"
  1502. }
  1503.  
  1504. .glyphicons-fullscreen:before {
  1505.     content: "\E350"
  1506. }
  1507.  
  1508. .glyphicons-shopping-bag:before {
  1509.     content: "\E351"
  1510. }
  1511.  
  1512. .glyphicons-book-open:before {
  1513.     content: "\E352"
  1514. }
  1515.  
  1516. .glyphicons-nameplate:before {
  1517.     content: "\E353"
  1518. }
  1519.  
  1520. .glyphicons-nameplate-alt:before {
  1521.     content: "\E354"
  1522. }
  1523.  
  1524. .glyphicons-vases:before {
  1525.     content: "\E355"
  1526. }
  1527.  
  1528. .glyphicons-bullhorn:before {
  1529.     content: "\E356"
  1530. }
  1531.  
  1532. .glyphicons-dumbbell:before {
  1533.     content: "\E357"
  1534. }
  1535.  
  1536. .glyphicons-suitcase:before {
  1537.     content: "\E358"
  1538. }
  1539.  
  1540. .glyphicons-file-import:before {
  1541.     content: "\E359"
  1542. }
  1543.  
  1544. .glyphicons-file-export:before {
  1545.     content: "\E360"
  1546. }
  1547.  
  1548. .glyphicons-bug:before {
  1549.     content: "\E361"
  1550. }
  1551.  
  1552. .glyphicons-crown:before {
  1553.     content: "\E362"
  1554. }
  1555.  
  1556. .glyphicons-smoking:before {
  1557.     content: "\E363"
  1558. }
  1559.  
  1560. .glyphicons-cloud-upload:before {
  1561.     content: "\E364"
  1562. }
  1563.  
  1564. .glyphicons-cloud-download:before {
  1565.     content: "\E365"
  1566. }
  1567.  
  1568. .glyphicons-restart:before {
  1569.     content: "\E366"
  1570. }
  1571.  
  1572. .glyphicons-security-camera:before {
  1573.     content: "\E367"
  1574. }
  1575.  
  1576. .glyphicons-expand:before {
  1577.     content: "\E368"
  1578. }
  1579.  
  1580. .glyphicons-collapse:before {
  1581.     content: "\E369"
  1582. }
  1583.  
  1584. .glyphicons-collapse-top:before {
  1585.     content: "\E370"
  1586. }
  1587.  
  1588. .glyphicons-globe-af:before {
  1589.     content: "\E371"
  1590. }
  1591.  
  1592. .glyphicons-global:before {
  1593.     content: "\E372"
  1594. }
  1595.  
  1596. .glyphicons-spray:before {
  1597.     content: "\E373"
  1598. }
  1599.  
  1600. .glyphicons-nails:before {
  1601.     content: "\E374"
  1602. }
  1603.  
  1604. .glyphicons-claw-hammer:before {
  1605.     content: "\E375"
  1606. }
  1607.  
  1608. .glyphicons-classic-hammer:before {
  1609.     content: "\E376"
  1610. }
  1611.  
  1612. .glyphicons-hand-saw:before {
  1613.     content: "\E377"
  1614. }
  1615.  
  1616. .glyphicons-riflescope:before {
  1617.     content: "\E378"
  1618. }
  1619.  
  1620. .glyphicons-electrical-socket-eu:before {
  1621.     content: "\E379"
  1622. }
  1623.  
  1624. .glyphicons-electrical-socket-us:before {
  1625.     content: "\E380"
  1626. }
  1627.  
  1628. .glyphicons-message-forward:before {
  1629.     content: "\E381"
  1630. }
  1631.  
  1632. .glyphicons-coat-hanger:before {
  1633.     content: "\E382"
  1634. }
  1635.  
  1636. .glyphicons-dress:before {
  1637.     content: "\E383"
  1638. }
  1639.  
  1640. .glyphicons-bathrobe:before {
  1641.     content: "\E384"
  1642. }
  1643.  
  1644. .glyphicons-shirt:before {
  1645.     content: "\E385"
  1646. }
  1647.  
  1648. .glyphicons-underwear:before {
  1649.     content: "\E386"
  1650. }
  1651.  
  1652. .glyphicons-log-in:before {
  1653.     content: "\E387"
  1654. }
  1655.  
  1656. .glyphicons-log-out:before {
  1657.     content: "\E388"
  1658. }
  1659.  
  1660. .glyphicons-exit:before {
  1661.     content: "\E389"
  1662. }
  1663.  
  1664. .glyphicons-new-window-alt:before {
  1665.     content: "\E390"
  1666. }
  1667.  
  1668. .glyphicons-video-sd:before {
  1669.     content: "\E391"
  1670. }
  1671.  
  1672. .glyphicons-video-hd:before {
  1673.     content: "\E392"
  1674. }
  1675.  
  1676. .glyphicons-subtitles:before {
  1677.     content: "\E393"
  1678. }
  1679.  
  1680. .glyphicons-sound-stereo:before {
  1681.     content: "\E394"
  1682. }
  1683.  
  1684. .glyphicons-sound-dolby:before {
  1685.     content: "\E395"
  1686. }
  1687.  
  1688. .glyphicons-sound-5-1:before {
  1689.     content: "\E396"
  1690. }
  1691.  
  1692. .glyphicons-sound-6-1:before {
  1693.     content: "\E397"
  1694. }
  1695.  
  1696. .glyphicons-sound-7-1:before {
  1697.     content: "\E398"
  1698. }
  1699.  
  1700. .glyphicons-copyright-mark:before {
  1701.     content: "\E399"
  1702. }
  1703.  
  1704. .glyphicons-registration-mark:before {
  1705.     content: "\E400"
  1706. }
  1707.  
  1708. .glyphicons-radar:before {
  1709.     content: "\E401"
  1710. }
  1711.  
  1712. .glyphicons-skateboard:before {
  1713.     content: "\E402"
  1714. }
  1715.  
  1716. .glyphicons-golf-course:before {
  1717.     content: "\E403"
  1718. }
  1719.  
  1720. .glyphicons-sorting:before {
  1721.     content: "\E404"
  1722. }
  1723.  
  1724. .glyphicons-sort-by-alphabet:before {
  1725.     content: "\E405"
  1726. }
  1727.  
  1728. .glyphicons-sort-by-alphabet-alt:before {
  1729.     content: "\E406"
  1730. }
  1731.  
  1732. .glyphicons-sort-by-order:before {
  1733.     content: "\E407"
  1734. }
  1735.  
  1736. .glyphicons-sort-by-order-alt:before {
  1737.     content: "\E408"
  1738. }
  1739.  
  1740. .glyphicons-sort-by-attributes:before {
  1741.     content: "\E409"
  1742. }
  1743.  
  1744. .glyphicons-sort-by-attributes-alt:before {
  1745.     content: "\E410"
  1746. }
  1747.  
  1748. .glyphicons-compressed:before {
  1749.     content: "\E411"
  1750. }
  1751.  
  1752. .glyphicons-package:before {
  1753.     content: "\E412"
  1754. }
  1755.  
  1756. .glyphicons-cloud-plus:before {
  1757.     content: "\E413"
  1758. }
  1759.  
  1760. .glyphicons-cloud-minus:before {
  1761.     content: "\E414"
  1762. }
  1763.  
  1764. .glyphicons-disk-save:before {
  1765.     content: "\E415"
  1766. }
  1767.  
  1768. .glyphicons-disk-open:before {
  1769.     content: "\E416"
  1770. }
  1771.  
  1772. .glyphicons-disk-saved:before {
  1773.     content: "\E417"
  1774. }
  1775.  
  1776. .glyphicons-disk-remove:before {
  1777.     content: "\E418"
  1778. }
  1779.  
  1780. .glyphicons-disk-import:before {
  1781.     content: "\E419"
  1782. }
  1783.  
  1784. .glyphicons-disk-export:before {
  1785.     content: "\E420"
  1786. }
  1787.  
  1788. .glyphicons-tower:before {
  1789.     content: "\E421"
  1790. }
  1791.  
  1792. .glyphicons-send:before {
  1793.     content: "\E422"
  1794. }
  1795.  
  1796. .glyphicons-git-branch:before {
  1797.     content: "\E423"
  1798. }
  1799.  
  1800. .glyphicons-git-create:before {
  1801.     content: "\E424"
  1802. }
  1803.  
  1804. .glyphicons-git-private:before {
  1805.     content: "\E425"
  1806. }
  1807.  
  1808. .glyphicons-git-delete:before {
  1809.     content: "\E426"
  1810. }
  1811.  
  1812. .glyphicons-git-merge:before {
  1813.     content: "\E427"
  1814. }
  1815.  
  1816. .glyphicons-git-pull-request:before {
  1817.     content: "\E428"
  1818. }
  1819.  
  1820. .glyphicons-git-compare:before {
  1821.     content: "\E429"
  1822. }
  1823.  
  1824. .glyphicons-git-commit:before {
  1825.     content: "\E430"
  1826. }
  1827.  
  1828. .glyphicons-construction-cone:before {
  1829.     content: "\E431"
  1830. }
  1831.  
  1832. .glyphicons-shoe-steps:before {
  1833.     content: "\E432"
  1834. }
  1835.  
  1836. .glyphicons-plus:before {
  1837.     content: "\E433"
  1838. }
  1839.  
  1840. .glyphicons-minus:before {
  1841.     content: "\E434"
  1842. }
  1843.  
  1844. .glyphicons-redo:before {
  1845.     content: "\E435"
  1846. }
  1847.  
  1848. .glyphicons-undo:before {
  1849.     content: "\E436"
  1850. }
  1851.  
  1852. .glyphicons-golf:before {
  1853.     content: "\E437"
  1854. }
  1855.  
  1856. .glyphicons-hockey:before {
  1857.     content: "\E438"
  1858. }
  1859.  
  1860. .glyphicons-pipe:before {
  1861.     content: "\E439"
  1862. }
  1863.  
  1864. .glyphicons-wrench:before {
  1865.     content: "\E440"
  1866. }
  1867.  
  1868. .glyphicons-folder-closed:before {
  1869.     content: "\E441"
  1870. }
  1871.  
  1872. .glyphicons-phone-alt:before {
  1873.     content: "\E442"
  1874. }
  1875.  
  1876. .glyphicons-earphone:before {
  1877.     content: "\E443"
  1878. }
  1879.  
  1880. .glyphicons-floppy-disk:before {
  1881.     content: "\E444"
  1882. }
  1883.  
  1884. .glyphicons-floppy-saved:before {
  1885.     content: "\E445"
  1886. }
  1887.  
  1888. .glyphicons-floppy-remove:before {
  1889.     content: "\E446"
  1890. }
  1891.  
  1892. .glyphicons-floppy-save:before {
  1893.     content: "\E447"
  1894. }
  1895.  
  1896. .glyphicons-floppy-open:before {
  1897.     content: "\E448"
  1898. }
  1899.  
  1900. .glyphicons-translate:before {
  1901.     content: "\E449"
  1902. }
  1903.  
  1904. .glyphicons-fax:before {
  1905.     content: "\E450"
  1906. }
  1907.  
  1908. .glyphicons-factory:before {
  1909.     content: "\E451"
  1910. }
  1911.  
  1912. .glyphicons-shop-window:before {
  1913.     content: "\E452"
  1914. }
  1915.  
  1916. .glyphicons-shop:before {
  1917.     content: "\E453"
  1918. }
  1919.  
  1920. .glyphicons-kiosk:before {
  1921.     content: "\E454"
  1922. }
  1923.  
  1924. .glyphicons-kiosk-wheels:before {
  1925.     content: "\E455"
  1926. }
  1927.  
  1928. .glyphicons-kiosk-light:before {
  1929.     content: "\E456"
  1930. }
  1931.  
  1932. .glyphicons-kiosk-food:before {
  1933.     content: "\E457"
  1934. }
  1935.  
  1936. .glyphicons-transfer:before {
  1937.     content: "\E458"
  1938. }
  1939.  
  1940. .glyphicons-money:before {
  1941.     content: "\E459"
  1942. }
  1943.  
  1944. .glyphicons-header:before {
  1945.     content: "\E460"
  1946. }
  1947.  
  1948. .glyphicons-blacksmith:before {
  1949.     content: "\E461"
  1950. }
  1951.  
  1952. .glyphicons-saw-blade:before {
  1953.     content: "\E462"
  1954. }
  1955.  
  1956. .glyphicons-basketball:before {
  1957.     content: "\E463"
  1958. }
  1959.  
  1960. .glyphicons-server:before {
  1961.     content: "\E464"
  1962. }
  1963.  
  1964. .glyphicons-server-plus:before {
  1965.     content: "\E465"
  1966. }
  1967.  
  1968. .glyphicons-server-minus:before {
  1969.     content: "\E466"
  1970. }
  1971.  
  1972. .glyphicons-server-ban:before {
  1973.     content: "\E467"
  1974. }
  1975.  
  1976. .glyphicons-server-flag:before {
  1977.     content: "\E468"
  1978. }
  1979.  
  1980. .glyphicons-server-lock:before {
  1981.     content: "\E469"
  1982. }
  1983.  
  1984. .glyphicons-server-new:before {
  1985.     content: "\E470"
  1986. }
  1987.  
  1988. .glyphicons-charging-station:before {
  1989.     content: "\E471"
  1990. }
  1991.  
  1992. .glyphicons-gas-station:before {
  1993.     content: "\E472"
  1994. }
  1995.  
  1996. .glyphicons-target:before {
  1997.     content: "\E473"
  1998. }
  1999.  
  2000. .glyphicons-bed:before {
  2001.     content: "\E474"
  2002. }
  2003.  
  2004. .glyphicons-mosquito:before {
  2005.     content: "\E475"
  2006. }
  2007.  
  2008. .glyphicons-dining-set:before {
  2009.     content: "\E476"
  2010. }
  2011.  
  2012. .glyphicons-plate-of-food:before {
  2013.     content: "\E477"
  2014. }
  2015.  
  2016. .glyphicons-hygiene-kit:before {
  2017.     content: "\E478"
  2018. }
  2019.  
  2020. .glyphicons-blackboard:before {
  2021.     content: "\E479"
  2022. }
  2023.  
  2024. .glyphicons-marriage:before {
  2025.     content: "\E480"
  2026. }
  2027.  
  2028. .glyphicons-bucket:before {
  2029.     content: "\E481"
  2030. }
  2031.  
  2032. .glyphicons-none-color-swatch:before {
  2033.     content: "\E482"
  2034. }
  2035.  
  2036. .glyphicons-bring-forward:before {
  2037.     content: "\E483"
  2038. }
  2039.  
  2040. .glyphicons-bring-to-front:before {
  2041.     content: "\E484"
  2042. }
  2043.  
  2044. .glyphicons-send-backward:before {
  2045.     content: "\E485"
  2046. }
  2047.  
  2048. .glyphicons-send-to-back:before {
  2049.     content: "\E486"
  2050. }
  2051.  
  2052. .glyphicons-fit-frame-to-image:before {
  2053.     content: "\E487"
  2054. }
  2055.  
  2056. .glyphicons-fit-image-to-frame:before {
  2057.     content: "\E488"
  2058. }
  2059.  
  2060. .glyphicons-multiple-displays:before {
  2061.     content: "\E489"
  2062. }
  2063.  
  2064. .glyphicons-handshake:before {
  2065.     content: "\E490"
  2066. }
  2067.  
  2068. .glyphicons-child:before {
  2069.     content: "\E491"
  2070. }
  2071.  
  2072. .glyphicons-baby-formula:before {
  2073.     content: "\E492"
  2074. }
  2075.  
  2076. .glyphicons-medicine:before {
  2077.     content: "\E493"
  2078. }
  2079.  
  2080. .glyphicons-atv-vehicle:before {
  2081.     content: "\E494"
  2082. }
  2083.  
  2084. .glyphicons-motorcycle:before {
  2085.     content: "\E495"
  2086. }
  2087.  
  2088. .glyphicons-bed-alt:before {
  2089.     content: "\E496"
  2090. }
  2091.  
  2092. .glyphicons-tent:before {
  2093.     content: "\E497"
  2094. }
  2095.  
  2096. .glyphicons-glasses:before {
  2097.     content: "\E498"
  2098. }
  2099.  
  2100. .glyphicons-sunglasses:before {
  2101.     content: "\E499"
  2102. }
  2103.  
  2104. .glyphicons-family:before {
  2105.     content: "\E500"
  2106. }
  2107.  
  2108. .glyphicons-education:before {
  2109.     content: "\E501"
  2110. }
  2111.  
  2112. .glyphicons-shoes:before {
  2113.     content: "\E502"
  2114. }
  2115.  
  2116. .glyphicons-map:before {
  2117.     content: "\E503"
  2118. }
  2119.  
  2120. .glyphicons-cd:before {
  2121.     content: "\E504"
  2122. }
  2123.  
  2124. .glyphicons-alert:before {
  2125.     content: "\E505"
  2126. }
  2127.  
  2128. .glyphicons-piggy-bank:before {
  2129.     content: "\E506"
  2130. }
  2131.  
  2132. .glyphicons-star-half:before {
  2133.     content: "\E507"
  2134. }
  2135.  
  2136. .glyphicons-cluster:before {
  2137.     content: "\E508"
  2138. }
  2139.  
  2140. .glyphicons-flowchart:before {
  2141.     content: "\E509"
  2142. }
  2143.  
  2144. .glyphicons-commodities:before {
  2145.     content: "\E510"
  2146. }
  2147.  
  2148. .glyphicons-duplicate:before {
  2149.     content: "\E511"
  2150. }
  2151.  
  2152. .glyphicons-copy:before {
  2153.     content: "\E512"
  2154. }
  2155.  
  2156. .glyphicons-paste:before {
  2157.     content: "\E513"
  2158. }
  2159.  
  2160. .glyphicons-bath-bathtub:before {
  2161.     content: "\E514"
  2162. }
  2163.  
  2164. .glyphicons-bath-shower:before {
  2165.     content: "\E515"
  2166. }
  2167.  
  2168. .glyphicons-shower:before {
  2169.     content: "\E516"
  2170. }
  2171.  
  2172. .glyphicons-menu-hamburger:before {
  2173.     content: "\E517"
  2174. }
  2175.  
  2176. .glyphicons-option-vertical:before {
  2177.     content: "\E518"
  2178. }
  2179.  
  2180. .glyphicons-option-horizontal:before {
  2181.     content: "\E519"
  2182. }
  2183.  
  2184. .glyphicons-currency-conversion:before {
  2185.     content: "\E520"
  2186. }
  2187.  
  2188. .glyphicons-user-ban:before {
  2189.     content: "\E521"
  2190. }
  2191.  
  2192. .glyphicons-user-lock:before {
  2193.     content: "\E522"
  2194. }
  2195.  
  2196. .glyphicons-user-flag:before {
  2197.     content: "\E523"
  2198. }
  2199.  
  2200. .glyphicons-user-asterisk:before {
  2201.     content: "\E524"
  2202. }
  2203.  
  2204. .glyphicons-user-alert:before {
  2205.     content: "\E525"
  2206. }
  2207.  
  2208. .glyphicons-user-key:before {
  2209.     content: "\E526"
  2210. }
  2211.  
  2212. .glyphicons-user-conversation:before {
  2213.     content: "\E527"
  2214. }
  2215.  
  2216. .glyphicons-database:before {
  2217.     content: "\E528"
  2218. }
  2219.  
  2220. .glyphicons-database-search:before {
  2221.     content: "\E529"
  2222. }
  2223.  
  2224. .glyphicons-list-alt:before {
  2225.     content: "\E530"
  2226. }
  2227.  
  2228. .glyphicons-hazard-sign:before {
  2229.     content: "\E531"
  2230. }
  2231.  
  2232. .glyphicons-hazard:before {
  2233.     content: "\E532"
  2234. }
  2235.  
  2236. .glyphicons-stop-sign:before {
  2237.     content: "\E533"
  2238. }
  2239.  
  2240. .glyphicons-lab:before {
  2241.     content: "\E534"
  2242. }
  2243.  
  2244. .glyphicons-lab-alt:before {
  2245.     content: "\E535"
  2246. }
  2247.  
  2248. .glyphicons-ice-cream:before {
  2249.     content: "\E536"
  2250. }
  2251.  
  2252. .glyphicons-ice-lolly:before {
  2253.     content: "\E537"
  2254. }
  2255.  
  2256. .glyphicons-ice-lolly-tasted:before {
  2257.     content: "\E538"
  2258. }
  2259.  
  2260. .glyphicons-invoice:before {
  2261.     content: "\E539"
  2262. }
  2263.  
  2264. .glyphicons-cart-tick:before {
  2265.     content: "\E540"
  2266. }
  2267.  
  2268. .glyphicons-hourglass:before {
  2269.     content: "\E541"
  2270. }
  2271.  
  2272. .glyphicons-cat:before {
  2273.     content: "\E542"
  2274. }
  2275.  
  2276. .glyphicons-lamp:before {
  2277.     content: "\E543"
  2278. }
  2279.  
  2280. .glyphicons-scale-classic:before {
  2281.     content: "\E544"
  2282. }
  2283.  
  2284. .glyphicons-eye-plus:before {
  2285.     content: "\E545"
  2286. }
  2287.  
  2288. .glyphicons-eye-minus:before {
  2289.     content: "\E546"
  2290. }
  2291.  
  2292. .glyphicons-quote:before {
  2293.     content: "\E547"
  2294. }
  2295.  
  2296. .glyphicons-bitcoin:before {
  2297.     content: "\E548"
  2298. }
  2299.  
  2300. .glyphicons-yen:before {
  2301.     content: "\E549"
  2302. }
  2303.  
  2304. .glyphicons-ruble:before {
  2305.     content: "\E550"
  2306. }
  2307.  
  2308. .glyphicons-erase:before {
  2309.     content: "\E551"
  2310. }
  2311.  
  2312. .glyphicons-podcast:before {
  2313.     content: "\E552"
  2314. }
  2315.  
  2316. .glyphicons-firework:before {
  2317.     content: "\E553"
  2318. }
  2319.  
  2320. .glyphicons-scale:before {
  2321.     content: "\E554"
  2322. }
  2323.  
  2324. .glyphicons-king:before {
  2325.     content: "\E555"
  2326. }
  2327.  
  2328. .glyphicons-queen:before {
  2329.     content: "\E556"
  2330. }
  2331.  
  2332. .glyphicons-pawn:before {
  2333.     content: "\E557"
  2334. }
  2335.  
  2336. .glyphicons-bishop:before {
  2337.     content: "\E558"
  2338. }
  2339.  
  2340. .glyphicons-knight:before {
  2341.     content: "\E559"
  2342. }
  2343.  
  2344. .glyphicons-mic-mute:before {
  2345.     content: "\E560"
  2346. }
  2347.  
  2348. .glyphicons-voicemail:before {
  2349.     content: "\E561"
  2350. }
  2351.  
  2352. .glyphicons-paragraph-alt:before {
  2353.     content: "\E562"
  2354. }
  2355.  
  2356. .glyphicons-person-walking:before {
  2357.     content: "\E563"
  2358. }
  2359.  
  2360. .glyphicons-person-wheelchair:before {
  2361.     content: "\E564"
  2362. }
  2363.  
  2364. .glyphicons-underground:before {
  2365.     content: "\E565"
  2366. }
  2367.  
  2368. .glyphicons-car-hov:before {
  2369.     content: "\E566"
  2370. }
  2371.  
  2372. .glyphicons-car-rental:before {
  2373.     content: "\E567"
  2374. }
  2375.  
  2376. .glyphicons-transport:before {
  2377.     content: "\E568"
  2378. }
  2379.  
  2380. .glyphicons-taxi:before {
  2381.     content: "\E569"
  2382. }
  2383.  
  2384. .glyphicons-ice-cream-no:before {
  2385.     content: "\E570"
  2386. }
  2387.  
  2388. .glyphicons-uk-rat-u:before {
  2389.     content: "\E571"
  2390. }
  2391.  
  2392. .glyphicons-uk-rat-pg:before {
  2393.     content: "\E572"
  2394. }
  2395.  
  2396. .glyphicons-uk-rat-12a:before {
  2397.     content: "\E573"
  2398. }
  2399.  
  2400. .glyphicons-uk-rat-12:before {
  2401.     content: "\E574"
  2402. }
  2403.  
  2404. .glyphicons-uk-rat-15:before {
  2405.     content: "\E575"
  2406. }
  2407.  
  2408. .glyphicons-uk-rat-18:before {
  2409.     content: "\E576"
  2410. }
  2411.  
  2412. .glyphicons-uk-rat-r18:before {
  2413.     content: "\E577"
  2414. }
  2415.  
  2416. .glyphicons-tv:before {
  2417.     content: "\E578"
  2418. }
  2419.  
  2420. .glyphicons-sms:before {
  2421.     content: "\E579"
  2422. }
  2423.  
  2424. .glyphicons-mms:before {
  2425.     content: "\E580"
  2426. }
  2427.  
  2428. .glyphicons-us-rat-g:before {
  2429.     content: "\E581"
  2430. }
  2431.  
  2432. .glyphicons-us-rat-pg:before {
  2433.     content: "\E582"
  2434. }
  2435.  
  2436. .glyphicons-us-rat-pg-13:before {
  2437.     content: "\E583"
  2438. }
  2439.  
  2440. .glyphicons-us-rat-restricted:before {
  2441.     content: "\E584"
  2442. }
  2443.  
  2444. .glyphicons-us-rat-no-one-17:before {
  2445.     content: "\E585"
  2446. }
  2447.  
  2448. .glyphicons-equalizer:before {
  2449.     content: "\E586"
  2450. }
  2451.  
  2452. .glyphicons-speakers:before {
  2453.     content: "\E587"
  2454. }
  2455.  
  2456. .glyphicons-remote-control:before {
  2457.     content: "\E588"
  2458. }
  2459.  
  2460. .glyphicons-remote-control-tv:before {
  2461.     content: "\E589"
  2462. }
  2463.  
  2464. .glyphicons-shredder:before {
  2465.     content: "\E590"
  2466. }
  2467.  
  2468. .glyphicons-folder-heart:before {
  2469.     content: "\E591"
  2470. }
  2471.  
  2472. .glyphicons-person-running:before {
  2473.     content: "\E592"
  2474. }
  2475.  
  2476. .glyphicons-person:before {
  2477.     content: "\E593"
  2478. }
  2479.  
  2480. .glyphicons-voice:before {
  2481.     content: "\E594"
  2482. }
  2483.  
  2484. .glyphicons-stethoscope:before {
  2485.     content: "\E595"
  2486. }
  2487.  
  2488. .glyphicons-paired:before {
  2489.     content: "\E596"
  2490. }
  2491.  
  2492. .glyphicons-activity:before {
  2493.     content: "\E597"
  2494. }
  2495.  
  2496. .glyphicons-watch:before {
  2497.     content: "\E598"
  2498. }
  2499.  
  2500. .glyphicons-scissors-alt:before {
  2501.     content: "\E599"
  2502. }
  2503.  
  2504. .glyphicons-car-wheel:before {
  2505.     content: "\E600"
  2506. }
  2507.  
  2508. .glyphicons-chevron-up:before {
  2509.     content: "\E601"
  2510. }
  2511.  
  2512. .glyphicons-chevron-down:before {
  2513.     content: "\E602"
  2514. }
  2515.  
  2516. .glyphicons-superscript:before {
  2517.     content: "\E603"
  2518. }
  2519.  
  2520. .glyphicons-subscript:before {
  2521.     content: "\E604"
  2522. }
  2523.  
  2524. .glyphicons-text-size:before {
  2525.     content: "\E605"
  2526. }
  2527.  
  2528. .glyphicons-text-color:before {
  2529.     content: "\E606"
  2530. }
  2531.  
  2532. .glyphicons-text-background:before {
  2533.     content: "\E607"
  2534. }
  2535.  
  2536. .glyphicons-modal-window:before {
  2537.     content: "\E608"
  2538. }
  2539.  
  2540. .glyphicons-newspaper:before {
  2541.     content: "\E609"
  2542. }
  2543.  
  2544. .glyphicons-tractor:before {
  2545.     content: "\E610"
  2546. }
  2547.  
  2548. .glyphicons-camping:before {
  2549.     content: "\E611"
  2550. }
  2551.  
  2552. .glyphicons-camping-benches:before {
  2553.     content: "\E612"
  2554. }
  2555.  
  2556. .glyphicons-forest:before {
  2557.     content: "\E613"
  2558. }
  2559.  
  2560. .glyphicons-park:before {
  2561.     content: "\E614"
  2562. }
  2563.  
  2564. .glyphicons-field:before {
  2565.     content: "\E615"
  2566. }
  2567.  
  2568. .glyphicons-mountains:before {
  2569.     content: "\E616"
  2570. }
  2571.  
  2572. .glyphicons-fees-payments:before {
  2573.     content: "\E617"
  2574. }
  2575.  
  2576. .glyphicons-small-payments:before {
  2577.     content: "\E618"
  2578. }
  2579.  
  2580. .glyphicons-mixed-buildings:before {
  2581.     content: "\E619"
  2582. }
  2583.  
  2584. .glyphicons-industrial-zone:before {
  2585.     content: "\E620"
  2586. }
  2587.  
  2588. .glyphicons-visitor-tag:before {
  2589.     content: "\E621"
  2590. }
  2591.  
  2592. .glyphicons-businessman:before {
  2593.     content: "\E622"
  2594. }
  2595.  
  2596. .glyphicons-meditation:before {
  2597.     content: "\E623"
  2598. }
  2599.  
  2600. .glyphicons-bath:before {
  2601.     content: "\E624"
  2602. }
  2603.  
  2604. .glyphicons-donate:before {
  2605.     content: "\E625"
  2606. }
  2607.  
  2608. .glyphicons-sauna:before {
  2609.     content: "\E626"
  2610. }
  2611.  
  2612. .glyphicons-bedroom-nightstand:before {
  2613.     content: "\E627"
  2614. }
  2615.  
  2616. .glyphicons-bedroom-lamp:before {
  2617.     content: "\E628"
  2618. }
  2619.  
  2620. .glyphicons-doctor:before {
  2621.     content: "\E629"
  2622. }
  2623.  
  2624. .glyphicons-engineering-networks:before {
  2625.     content: "\E630"
  2626. }
  2627.  
  2628. .glyphicons-washing-machine:before {
  2629.     content: "\E631"
  2630. }
  2631.  
  2632. .glyphicons-dryer:before {
  2633.     content: "\E632"
  2634. }
  2635.  
  2636. .glyphicons-dishwasher:before {
  2637.     content: "\E633"
  2638. }
  2639.  
  2640. .glyphicons-luggage-group:before {
  2641.     content: "\E634"
  2642. }
  2643.  
  2644. .glyphicons-teenager:before {
  2645.     content: "\E635"
  2646. }
  2647.  
  2648. .glyphicons-person-stick:before {
  2649.     content: "\E636"
  2650. }
  2651.  
  2652. .glyphicons-person-stick-old:before {
  2653.     content: "\E637"
  2654. }
  2655.  
  2656. .glyphicons-traveler:before {
  2657.     content: "\E638"
  2658. }
  2659.  
  2660. .glyphicons-veteran:before {
  2661.     content: "\E639"
  2662. }
  2663.  
  2664. .glyphicons-group-chat:before {
  2665.     content: "\E640"
  2666. }
  2667.  
  2668. .glyphicons-elections:before {
  2669.     content: "\E641"
  2670. }
  2671.  
  2672. .glyphicons-law-justice:before {
  2673.     content: "\E642"
  2674. }
  2675.  
  2676. .glyphicons-judiciary:before {
  2677.     content: "\E643"
  2678. }
  2679.  
  2680. .glyphicons-house-fire:before {
  2681.     content: "\E644"
  2682. }
  2683.  
  2684. .glyphicons-firefighters:before {
  2685.     content: "\E645"
  2686. }
  2687.  
  2688. .glyphicons-police:before {
  2689.     content: "\E646"
  2690. }
  2691.  
  2692. .glyphicons-ambulance:before {
  2693.     content: "\E647"
  2694. }
  2695.  
  2696. .glyphicons-light-beacon:before {
  2697.     content: "\E648"
  2698. }
  2699.  
  2700. .glyphicons-important-day:before {
  2701.     content: "\E649"
  2702. }
  2703.  
  2704. .glyphicons-bike-park:before {
  2705.     content: "\E650"
  2706. }
  2707.  
  2708. .glyphicons-object-align-top:before {
  2709.     content: "\E651"
  2710. }
  2711.  
  2712. .glyphicons-object-align-bottom:before {
  2713.     content: "\E652"
  2714. }
  2715.  
  2716. .glyphicons-object-align-horizontal:before {
  2717.     content: "\E653"
  2718. }
  2719.  
  2720. .glyphicons-object-align-left:before {
  2721.     content: "\E654"
  2722. }
  2723.  
  2724. .glyphicons-object-align-vertical:before {
  2725.     content: "\E655"
  2726. }
  2727.  
  2728. .glyphicons-object-align-right:before {
  2729.     content: "\E656"
  2730. }
  2731.  
  2732. .glyphicons-reflect-y:before {
  2733.     content: "\E657"
  2734. }
  2735.  
  2736. .glyphicons-reflect-x:before {
  2737.     content: "\E658"
  2738. }
  2739.  
  2740. .glyphicons-tick:before {
  2741.     content: "\E659"
  2742. }
  2743.  
  2744. .glyphicons-lawnmower:before {
  2745.     content: "\E660"
  2746. }
  2747.  
  2748. .glyphicons-call-redirect:before {
  2749.     content: "\E661"
  2750. }
  2751.  
  2752. .glyphicons-call-ip:before {
  2753.     content: "\E662"
  2754. }
  2755.  
  2756. .glyphicons-call-record:before {
  2757.     content: "\E663"
  2758. }
  2759.  
  2760. .glyphicons-call-ringtone:before {
  2761.     content: "\E664"
  2762. }
  2763.  
  2764. .glyphicons-call-traffic:before {
  2765.     content: "\E665"
  2766. }
  2767.  
  2768. .glyphicons-call-hold:before {
  2769.     content: "\E666"
  2770. }
  2771.  
  2772. .glyphicons-call-incoming:before {
  2773.     content: "\E667"
  2774. }
  2775.  
  2776. .glyphicons-call-outgoing:before {
  2777.     content: "\E668"
  2778. }
  2779.  
  2780. .glyphicons-call-video:before {
  2781.     content: "\E669"
  2782. }
  2783.  
  2784. .glyphicons-call-missed:before {
  2785.     content: "\E670"
  2786. }
  2787.  
  2788. .glyphicons-theater:before {
  2789.     content: "\E671"
  2790. }
  2791.  
  2792. .glyphicons-heartbeat:before {
  2793.     content: "\E672"
  2794. }
  2795.  
  2796. .glyphicons-kettlebell:before {
  2797.     content: "\E673"
  2798. }
  2799.  
  2800. .glyphicons-fireplace:before {
  2801.     content: "\E674"
  2802. }
  2803.  
  2804. .glyphicons-street-lights:before {
  2805.     content: "\E675"
  2806. }
  2807.  
  2808. .glyphicons-pedestrian:before {
  2809.     content: "\E676"
  2810. }
  2811.  
  2812. .glyphicons-flood:before {
  2813.     content: "\E677"
  2814. }
  2815.  
  2816. .glyphicons-open-water:before {
  2817.     content: "\E678"
  2818. }
  2819.  
  2820. .glyphicons-for-sale:before {
  2821.     content: "\E679"
  2822. }
  2823.  
  2824. .glyphicons-dustbin:before {
  2825.     content: "\E680"
  2826. }
  2827.  
  2828. .glyphicons-door:before {
  2829.     content: "\E681"
  2830. }
  2831.  
  2832. .glyphicons-camp-fire:before {
  2833.     content: "\E682"
  2834. }
  2835.  
  2836. .glyphicons-fleur-de-lis:before {
  2837.     content: "\E683"
  2838. }
  2839.  
  2840. .glyphicons-temperature-settings:before {
  2841.     content: "\E684"
  2842. }
  2843.  
  2844. .glyphicons-article:before {
  2845.     content: "\E685"
  2846. }
  2847.  
  2848. .glyphicons-sunbath:before {
  2849.     content: "\E686"
  2850. }
  2851.  
  2852. .glyphicons-balanced-diet:before {
  2853.     content: "\E687"
  2854. }
  2855.  
  2856. .glyphicons-ticket:before {
  2857.     content: "\E688"
  2858. }
  2859.  
  2860. .glyphicons-parking-ticket:before {
  2861.     content: "\E689"
  2862. }
  2863.  
  2864. .glyphicons-parking-meter:before {
  2865.     content: "\E690"
  2866. }
  2867.  
  2868. .glyphicons-laptop:before {
  2869.     content: "\E691"
  2870. }
  2871.  
  2872. .glyphicons-tree-structure:before {
  2873.     content: "\E692"
  2874. }
  2875.  
  2876. .glyphicons-weather-warning:before {
  2877.     content: "\E693"
  2878. }
  2879.  
  2880. .glyphicons-temperature-low:before {
  2881.     content: "\E694"
  2882. }
  2883.  
  2884. .glyphicons-temperature-high:before {
  2885.     content: "\E695"
  2886. }
  2887.  
  2888. .glyphicons-temperature-low-warning:before {
  2889.     content: "\E696"
  2890. }
  2891.  
  2892. .glyphicons-temperature-high-warning:before {
  2893.     content: "\E697"
  2894. }
  2895.  
  2896. .glyphicons-hurricane:before {
  2897.     content: "\E698"
  2898. }
  2899.  
  2900. .glyphicons-storm:before {
  2901.     content: "\E699"
  2902. }
  2903.  
  2904. .glyphicons-sorted-waste:before {
  2905.     content: "\E700"
  2906. }
  2907.  
  2908. .glyphicons-ear:before {
  2909.     content: "\E701"
  2910. }
  2911.  
  2912. .glyphicons-ear-deaf:before {
  2913.     content: "\E702"
  2914. }
  2915.  
  2916. .glyphicons-file-plus:before {
  2917.     content: "\E703"
  2918. }
  2919.  
  2920. .glyphicons-file-minus:before {
  2921.     content: "\E704"
  2922. }
  2923.  
  2924. .glyphicons-file-lock:before {
  2925.     content: "\E705"
  2926. }
  2927.  
  2928. .glyphicons-file-cloud:before {
  2929.     content: "\E706"
  2930. }
  2931.  
  2932. .glyphicons-file-cloud-download:before {
  2933.     content: "\E707"
  2934. }
  2935.  
  2936. .glyphicons-file-cloud-upload:before {
  2937.     content: "\E708"
  2938. }
  2939.  
  2940. .glyphicons-paragraph:before {
  2941.     content: "\E709"
  2942. }
  2943.  
  2944. .glyphicons-list-numbered:before {
  2945.     content: "\E710"
  2946. }
  2947.  
  2948. .glyphicons-donate-heart:before {
  2949.     content: "\E711"
  2950. }
  2951.  
  2952. .glyphicons-government:before {
  2953.     content: "\E712"
  2954. }
  2955.  
  2956. .glyphicons-maze:before {
  2957.     content: "\E713"
  2958. }
  2959.  
  2960. .glyphicons-chronicle:before {
  2961.     content: "\E714"
  2962. }
  2963.  
  2964. .glyphicons-user-structure:before {
  2965.     content: "\E715"
  2966. }
  2967.  
  2968. .glyphicons-recycle:before {
  2969.     content: "\E716"
  2970. }
  2971.  
  2972. .glyphicons-gas:before {
  2973.     content: "\E717"
  2974. }
  2975.  
  2976. .glyphicons-waste-pipe:before {
  2977.     content: "\E718"
  2978. }
  2979.  
  2980. .glyphicons-water-pipe:before {
  2981.     content: "\E719"
  2982. }
  2983.  
  2984. .glyphicons-parking:before {
  2985.     content: "\E720"
  2986. }
  2987.  
  2988. .glyphicons-closed:before {
  2989.     content: "\E721"
  2990. }
  2991.  
  2992. .glyphicons-mouse:before {
  2993.     content: "\E722"
  2994. }
  2995.  
  2996. .glyphicons-mouse-double-click:before {
  2997.     content: "\E723"
  2998. }
  2999.  
  3000. .glyphicons-mouse-left-click:before {
  3001.     content: "\E724"
  3002. }
  3003.  
  3004. .glyphicons-mouse-right-click:before {
  3005.     content: "\E725"
  3006. }
  3007.  
  3008. .glyphicons-mouse-middle-click:before {
  3009.     content: "\E726"
  3010. }
  3011.  
  3012. .glyphicons-mouse-scroll:before {
  3013.     content: "\E727"
  3014. }
  3015.  
  3016. .glyphicons-resize-vertical:before {
  3017.     content: "\E728"
  3018. }
  3019.  
  3020. .glyphicons-resize-horizontal:before {
  3021.     content: "\E729"
  3022. }
  3023.  
  3024. .glyphicons-temperature:before {
  3025.     content: "\E730"
  3026. }
  3027.  
  3028. .glyphicons-puzzle:before {
  3029.     content: "\E731"
  3030. }
  3031.  
  3032. .glyphicons-puzzle-2:before {
  3033.     content: "\E732"
  3034. }
  3035.  
  3036. .glyphicons-puzzle-3:before {
  3037.     content: "\E733"
  3038. }
  3039.  
  3040. .glyphicons-nearby-square:before {
  3041.     content: "\E734"
  3042. }
  3043.  
  3044. .glyphicons-nearby-circle:before {
  3045.     content: "\E735"
  3046. }
  3047.  
  3048. .glyphicons-rotate-right:before {
  3049.     content: "\E736"
  3050. }
  3051.  
  3052. .glyphicons-rotate-left:before {
  3053.     content: "\E737"
  3054. }
  3055.  
  3056. .glyphicons-pictures:before {
  3057.     content: "\E738"
  3058. }
  3059.  
  3060. .glyphicons-photo-album:before {
  3061.     content: "\E739"
  3062. }
  3063.  
  3064. .glyphicons-cadastral-map:before {
  3065.     content: "\E740"
  3066. }
  3067.  
  3068. .glyphicons-fingerprint-scan:before {
  3069.     content: "\E741"
  3070. }
  3071.  
  3072. .glyphicons-fingerprint:before {
  3073.     content: "\E742"
  3074. }
  3075.  
  3076. .glyphicons-fingerprint-lock:before {
  3077.     content: "\E743"
  3078. }
  3079.  
  3080. .glyphicons-fingerprint-ok:before {
  3081.     content: "\E744"
  3082. }
  3083.  
  3084. .glyphicons-fingerprint-remove:before {
  3085.     content: "\E745"
  3086. }
  3087.  
  3088. .glyphicons-fingerprint-reload:before {
  3089.     content: "\E746"
  3090. }
  3091.  
  3092. .glyphicons-pending-notifications:before {
  3093.     content: "\E747"
  3094. }
  3095.  
  3096. .glyphicons-synchronization:before {
  3097.     content: "\E748"
  3098. }
  3099.  
  3100. .glyphicons-synchronization-ban:before {
  3101.     content: "\E749"
  3102. }
  3103.  
  3104. .glyphicons-hash:before {
  3105.     content: "\E750"
  3106. }
  3107.  
  3108. .glyphicons-gender-male:before {
  3109.     content: "\E751"
  3110. }
  3111.  
  3112. .glyphicons-gender-female:before {
  3113.     content: "\E752"
  3114. }
  3115.  
  3116. .glyphicons-gender-virgin-female:before {
  3117.     content: "\E753"
  3118. }
  3119.  
  3120. .glyphicons-gender-intersex:before {
  3121.     content: "\E754"
  3122. }
  3123.  
  3124. .glyphicons-gender-transgender:before {
  3125.     content: "\E755"
  3126. }
  3127.  
  3128. .glyphicons-gender-ori-lesbian:before {
  3129.     content: "\E756"
  3130. }
  3131.  
  3132. .glyphicons-gender-ori-gay:before {
  3133.     content: "\E757"
  3134. }
  3135.  
  3136. .glyphicons-gender-ori-hetero:before {
  3137.     content: "\E758"
  3138. }
  3139.  
  3140. .glyphicons-gender-other:before {
  3141.     content: "\E759"
  3142. }
  3143.  
  3144. .glyphicons-gender-unknown:before {
  3145.     content: "\E760"
  3146. }
  3147.  
  3148. .glyphicons-scanner:before {
  3149.     content: "\E761"
  3150. }
  3151.  
  3152. .glyphicons-multifunction-printer:before {
  3153.     content: "\E762"
  3154. }
  3155.  
  3156. .glyphicons-lasso:before {
  3157.     content: "\E763"
  3158. }
  3159.  
  3160. .glyphicons-view-360:before {
  3161.     content: "\E764"
  3162. }
  3163.  
  3164. .glyphicons-battery-charging:before {
  3165.     content: "\E765"
  3166. }
  3167.  
  3168. .glyphicons-battery-full:before {
  3169.     content: "\E766"
  3170. }
  3171.  
  3172. .glyphicons-battery-75:before {
  3173.     content: "\E767"
  3174. }
  3175.  
  3176. .glyphicons-battery-50:before {
  3177.     content: "\E768"
  3178. }
  3179.  
  3180. .glyphicons-battery-25:before {
  3181.     content: "\E769"
  3182. }
  3183.  
  3184. .glyphicons-battery-10:before {
  3185.     content: "\E770"
  3186. }
  3187.  
  3188. .glyphicons-satellite:before {
  3189.     content: "\E771"
  3190. }
  3191.  
  3192. .glyphicons-satellite-dish:before {
  3193.     content: "\E772"
  3194. }
  3195.  
  3196. .glyphicons-satellite-dish-alt:before {
  3197.     content: "\E773"
  3198. }
  3199.  
  3200. .glyphicons-auction:before {
  3201.     content: "\E774"
  3202. }
  3203.  
  3204. .glyphicons-directions:before {
  3205.     content: "\E775"
  3206. }
  3207.  
  3208. .glyphicons-race:before {
  3209.     content: "\E776"
  3210. }
  3211.  
  3212. .glyphicons-robot:before {
  3213.     content: "\E777"
  3214. }
  3215.  
  3216. .glyphicons-ruler-alt:before {
  3217.     content: "\E778"
  3218. }
  3219.  
  3220. .glyphicons-cube-empty:before {
  3221.     content: "\E779"
  3222. }
  3223.  
  3224. .glyphicons-cube-black:before {
  3225.     content: "\E780"
  3226. }
  3227.  
  3228. .glyphicons-move-square:before {
  3229.     content: "\E781"
  3230. }
  3231.  
  3232. .glyphicons-drop:before {
  3233.     content: "\E782"
  3234. }
  3235.  
  3236. .glyphicons-vr-headset:before {
  3237.     content: "\E783"
  3238. }
  3239.  
  3240. .glyphicons-vr-charging:before {
  3241.     content: "\E784"
  3242. }
  3243.  
  3244. .glyphicons-vr-low-battery:before {
  3245.     content: "\E785"
  3246. }
  3247.  
  3248. .glyphicons-vr-paired:before {
  3249.     content: "\E786"
  3250. }
  3251.  
  3252. .glyphicons-vr-settings:before {
  3253.     content: "\E787"
  3254. }
  3255.  
  3256. .glyphicons-vr-maintenance:before {
  3257.     content: "\E788"
  3258. }
  3259.  
  3260. .glyphicons-filter-remove:before {
  3261.     content: "\E789"
  3262. }
  3263.  
  3264. .glyphicons-filter-applied:before {
  3265.     content: "\E790"
  3266. }
  3267.  
  3268. .glyphicons-one-day:before {
  3269.     content: "\E791"
  3270. }
  3271.  
  3272. .glyphicons-user-vr:before {
  3273.     content: "\E792"
  3274. }
  3275.  
  3276. .glyphicons-user-vr-add:before {
  3277.     content: "\E793"
  3278. }
  3279.  
  3280. .glyphicons-user-vr-remove:before {
  3281.     content: "\E794"
  3282. }
  3283.  
  3284. .glyphicons-dice-1:before {
  3285.     content: "\E795"
  3286. }
  3287.  
  3288. .glyphicons-dice-2:before {
  3289.     content: "\E796"
  3290. }
  3291.  
  3292. .glyphicons-dice-3:before {
  3293.     content: "\E797"
  3294. }
  3295.  
  3296. .glyphicons-dice-4:before {
  3297.     content: "\E798"
  3298. }
  3299.  
  3300. .glyphicons-dice-5:before {
  3301.     content: "\E799"
  3302. }
  3303.  
  3304. .glyphicons-dice-6:before {
  3305.     content: "\E800"
  3306. }
  3307.  
  3308. @font-face {
  3309.     font-family: 'Glyphicons Halflings';
  3310.     src: url('../fonts/glyphicons-halflings-regular.eot');
  3311.     src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
  3312. }
  3313.  
  3314. .halflings {
  3315.     position: relative;
  3316.     top: 1px;
  3317.     display: inline-block;
  3318.     font-family: 'Glyphicons Halflings';
  3319.     font-style: normal;
  3320.     font-weight: normal;
  3321.     line-height: 1;
  3322.     -webkit-font-smoothing: antialiased;
  3323.     -moz-osx-font-smoothing: grayscale
  3324. }
  3325.  
  3326. .halflings.x05 {
  3327.     font-size: 6px
  3328. }
  3329.  
  3330. .halflings.x2 {
  3331.     font-size: 24px
  3332. }
  3333.  
  3334. .halflings.x3 {
  3335.     font-size: 36px
  3336. }
  3337.  
  3338. .halflings.x4 {
  3339.     font-size: 48px
  3340. }
  3341.  
  3342. .halflings.x5 {
  3343.     font-size: 60px
  3344. }
  3345.  
  3346. .halflings.x6 {
  3347.     font-size: 72px
  3348. }
  3349.  
  3350. .halflings.x7 {
  3351.     font-size: 84px
  3352. }
  3353.  
  3354. .halflings.x8 {
  3355.     font-size: 96px
  3356. }
  3357.  
  3358. .halflings.light:before {
  3359.     color: #f2f2f2
  3360. }
  3361.  
  3362. .halflings.drop:before {
  3363.     text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
  3364. }
  3365.  
  3366. .halflings.flip {
  3367.     -moz-transform: scaleX(-1);
  3368.     -o-transform: scaleX(-1);
  3369.     -webkit-transform: scaleX(-1);
  3370.     transform: scaleX(-1);
  3371.     filter: FlipH;
  3372.     -ms-filter: "FlipH"
  3373. }
  3374.  
  3375. .halflings.flipv {
  3376.     -moz-transform: scaleY(-1);
  3377.     -o-transform: scaleY(-1);
  3378.     -webkit-transform: scaleY(-1);
  3379.     transform: scaleY(-1);
  3380.     filter: FlipV;
  3381.     -ms-filter: "FlipV"
  3382. }
  3383.  
  3384. .halflings.rotate90 {
  3385.     -webkit-transform: rotate(90deg);
  3386.     -moz-transform: rotate(90deg);
  3387.     -ms-transform: rotate(90deg);
  3388.     transform: rotate(90deg)
  3389. }
  3390.  
  3391. .halflings.rotate180 {
  3392.     -webkit-transform: rotate(180deg);
  3393.     -moz-transform: rotate(180deg);
  3394.     -ms-transform: rotate(180deg);
  3395.     transform: rotate(180deg)
  3396. }
  3397.  
  3398. .halflings.rotate270 {
  3399.     -webkit-transform: rotate(270deg);
  3400.     -moz-transform: rotate(270deg);
  3401.     -ms-transform: rotate(270deg);
  3402.     transform: rotate(270deg)
  3403. }
  3404.  
  3405. .halflings-glass:before {
  3406.     content: "\E001"
  3407. }
  3408.  
  3409. .halflings-music:before {
  3410.     content: "\E002"
  3411. }
  3412.  
  3413. .halflings-search:before {
  3414.     content: "\E003"
  3415. }
  3416.  
  3417. .halflings-envelope:before {
  3418.     content: "\E004"
  3419. }
  3420.  
  3421. .halflings-heart:before {
  3422.     content: "\E005"
  3423. }
  3424.  
  3425. .halflings-star:before {
  3426.     content: "\E006"
  3427. }
  3428.  
  3429. .halflings-star-empty:before {
  3430.     content: "\E007"
  3431. }
  3432.  
  3433. .halflings-user:before {
  3434.     content: "\E008"
  3435. }
  3436.  
  3437. .halflings-film:before {
  3438.     content: "\E009"
  3439. }
  3440.  
  3441. .halflings-th-large:before {
  3442.     content: "\E010"
  3443. }
  3444.  
  3445. .halflings-th:before {
  3446.     content: "\E011"
  3447. }
  3448.  
  3449. .halflings-th-list:before {
  3450.     content: "\E012"
  3451. }
  3452.  
  3453. .halflings-ok:before {
  3454.     content: "\E013"
  3455. }
  3456.  
  3457. .halflings-remove:before {
  3458.     content: "\E014"
  3459. }
  3460.  
  3461. .halflings-zoom-in:before {
  3462.     content: "\E015"
  3463. }
  3464.  
  3465. .halflings-zoom-out:before {
  3466.     content: "\E016"
  3467. }
  3468.  
  3469. .halflings-off:before {
  3470.     content: "\E017"
  3471. }
  3472.  
  3473. .halflings-signal:before {
  3474.     content: "\E018"
  3475. }
  3476.  
  3477. .halflings-cog:before {
  3478.     content: "\E019"
  3479. }
  3480.  
  3481. .halflings-trash:before {
  3482.     content: "\E020"
  3483. }
  3484.  
  3485. .halflings-home:before {
  3486.     content: "\E021"
  3487. }
  3488.  
  3489. .halflings-file:before {
  3490.     content: "\E022"
  3491. }
  3492.  
  3493. .halflings-time:before {
  3494.     content: "\E023"
  3495. }
  3496.  
  3497. .halflings-road:before {
  3498.     content: "\E024"
  3499. }
  3500.  
  3501. .halflings-download-alt:before {
  3502.     content: "\E025"
  3503. }
  3504.  
  3505. .halflings-download:before {
  3506.     content: "\E026"
  3507. }
  3508.  
  3509. .halflings-upload:before {
  3510.     content: "\E027"
  3511. }
  3512.  
  3513. .halflings-inbox:before {
  3514.     content: "\E028"
  3515. }
  3516.  
  3517. .halflings-play-circle:before {
  3518.     content: "\E029"
  3519. }
  3520.  
  3521. .halflings-repeat:before {
  3522.     content: "\E030"
  3523. }
  3524.  
  3525. .halflings-refresh:before {
  3526.     content: "\E031"
  3527. }
  3528.  
  3529. .halflings-list-alt:before {
  3530.     content: "\E032"
  3531. }
  3532.  
  3533. .halflings-lock:before {
  3534.     content: "\E033"
  3535. }
  3536.  
  3537. .halflings-flag:before {
  3538.     content: "\E034"
  3539. }
  3540.  
  3541. .halflings-headphones:before {
  3542.     content: "\E035"
  3543. }
  3544.  
  3545. .halflings-volume-off:before {
  3546.     content: "\E036"
  3547. }
  3548.  
  3549. .halflings-volume-down:before {
  3550.     content: "\E037"
  3551. }
  3552.  
  3553. .halflings-volume-up:before {
  3554.     content: "\E038"
  3555. }
  3556.  
  3557. .halflings-qrcode:before {
  3558.     content: "\E039"
  3559. }
  3560.  
  3561. .halflings-barcode:before {
  3562.     content: "\E040"
  3563. }
  3564.  
  3565. .halflings-tag:before {
  3566.     content: "\E041"
  3567. }
  3568.  
  3569. .halflings-tags:before {
  3570.     content: "\E042"
  3571. }
  3572.  
  3573. .halflings-book:before {
  3574.     content: "\E043"
  3575. }
  3576.  
  3577. .halflings-bookmark:before {
  3578.     content: "\E044"
  3579. }
  3580.  
  3581. .halflings-print:before {
  3582.     content: "\E045"
  3583. }
  3584.  
  3585. .halflings-camera:before {
  3586.     content: "\E046"
  3587. }
  3588.  
  3589. .halflings-font:before {
  3590.     content: "\E047"
  3591. }
  3592.  
  3593. .halflings-bold:before {
  3594.     content: "\E048"
  3595. }
  3596.  
  3597. .halflings-italic:before {
  3598.     content: "\E049"
  3599. }
  3600.  
  3601. .halflings-text-height:before {
  3602.     content: "\E050"
  3603. }
  3604.  
  3605. .halflings-text-width:before {
  3606.     content: "\E051"
  3607. }
  3608.  
  3609. .halflings-align-left:before {
  3610.     content: "\E052"
  3611. }
  3612.  
  3613. .halflings-align-center:before {
  3614.     content: "\E053"
  3615. }
  3616.  
  3617. .halflings-align-right:before {
  3618.     content: "\E054"
  3619. }
  3620.  
  3621. .halflings-align-justify:before {
  3622.     content: "\E055"
  3623. }
  3624.  
  3625. .halflings-list:before {
  3626.     content: "\E056"
  3627. }
  3628.  
  3629. .halflings-indent-left:before {
  3630.     content: "\E057"
  3631. }
  3632.  
  3633. .halflings-indent-right:before {
  3634.     content: "\E058"
  3635. }
  3636.  
  3637. .halflings-facetime-video:before {
  3638.     content: "\E059"
  3639. }
  3640.  
  3641. .halflings-picture:before {
  3642.     content: "\E060"
  3643. }
  3644.  
  3645. .halflings-pencil:before {
  3646.     content: "\E061"
  3647. }
  3648.  
  3649. .halflings-map-marker:before {
  3650.     content: "\E062"
  3651. }
  3652.  
  3653. .halflings-adjust:before {
  3654.     content: "\E063"
  3655. }
  3656.  
  3657. .halflings-tint:before {
  3658.     content: "\E064"
  3659. }
  3660.  
  3661. .halflings-edit:before {
  3662.     content: "\E065"
  3663. }
  3664.  
  3665. .halflings-share:before {
  3666.     content: "\E066"
  3667. }
  3668.  
  3669. .halflings-check:before {
  3670.     content: "\E067"
  3671. }
  3672.  
  3673. .halflings-move:before {
  3674.     content: "\E068"
  3675. }
  3676.  
  3677. .halflings-step-backward:before {
  3678.     content: "\E069"
  3679. }
  3680.  
  3681. .halflings-fast-backward:before {
  3682.     content: "\E070"
  3683. }
  3684.  
  3685. .halflings-backward:before {
  3686.     content: "\E071"
  3687. }
  3688.  
  3689. .halflings-play:before {
  3690.     content: "\E072"
  3691. }
  3692.  
  3693. .halflings-pause:before {
  3694.     content: "\E073"
  3695. }
  3696.  
  3697. .halflings-stop:before {
  3698.     content: "\E074"
  3699. }
  3700.  
  3701. .halflings-forward:before {
  3702.     content: "\E075"
  3703. }
  3704.  
  3705. .halflings-fast-forward:before {
  3706.     content: "\E076"
  3707. }
  3708.  
  3709. .halflings-step-forward:before {
  3710.     content: "\E077"
  3711. }
  3712.  
  3713. .halflings-eject:before {
  3714.     content: "\E078"
  3715. }
  3716.  
  3717. .halflings-chevron-left:before {
  3718.     content: "\E079"
  3719. }
  3720.  
  3721. .halflings-chevron-right:before {
  3722.     content: "\E080"
  3723. }
  3724.  
  3725. .halflings-plus-sign:before {
  3726.     content: "\E081"
  3727. }
  3728.  
  3729. .halflings-minus-sign:before {
  3730.     content: "\E082"
  3731. }
  3732.  
  3733. .halflings-remove-sign:before {
  3734.     content: "\E083"
  3735. }
  3736.  
  3737. .halflings-ok-sign:before {
  3738.     content: "\E084"
  3739. }
  3740.  
  3741. .halflings-question-sign:before {
  3742.     content: "\E085"
  3743. }
  3744.  
  3745. .halflings-info-sign:before {
  3746.     content: "\E086"
  3747. }
  3748.  
  3749. .halflings-screenshot:before {
  3750.     content: "\E087"
  3751. }
  3752.  
  3753. .halflings-remove-circle:before {
  3754.     content: "\E088"
  3755. }
  3756.  
  3757. .halflings-ok-circle:before {
  3758.     content: "\E089"
  3759. }
  3760.  
  3761. .halflings-ban-circle:before {
  3762.     content: "\E090"
  3763. }
  3764.  
  3765. .halflings-arrow-left:before {
  3766.     content: "\E091"
  3767. }
  3768.  
  3769. .halflings-arrow-right:before {
  3770.     content: "\E092"
  3771. }
  3772.  
  3773. .halflings-arrow-up:before {
  3774.     content: "\E093"
  3775. }
  3776.  
  3777. .halflings-arrow-down:before {
  3778.     content: "\E094"
  3779. }
  3780.  
  3781. .halflings-share-alt:before {
  3782.     content: "\E095"
  3783. }
  3784.  
  3785. .halflings-resize-full:before {
  3786.     content: "\E096"
  3787. }
  3788.  
  3789. .halflings-resize-small:before {
  3790.     content: "\E097"
  3791. }
  3792.  
  3793. .halflings-plus:before {
  3794.     content: "\E098"
  3795. }
  3796.  
  3797. .halflings-minus:before {
  3798.     content: "\E099"
  3799. }
  3800.  
  3801. .halflings-asterisk:before {
  3802.     content: "\E100"
  3803. }
  3804.  
  3805. .halflings-exclamation-sign:before {
  3806.     content: "\E101"
  3807. }
  3808.  
  3809. .halflings-gift:before {
  3810.     content: "\E102"
  3811. }
  3812.  
  3813. .halflings-leaf:before {
  3814.     content: "\E103"
  3815. }
  3816.  
  3817. .halflings-fire:before {
  3818.     content: "\E104"
  3819. }
  3820.  
  3821. .halflings-eye-open:before {
  3822.     content: "\E105"
  3823. }
  3824.  
  3825. .halflings-eye-close:before {
  3826.     content: "\E106"
  3827. }
  3828.  
  3829. .halflings-warning-sign:before {
  3830.     content: "\E107"
  3831. }
  3832.  
  3833. .halflings-plane:before {
  3834.     content: "\E108"
  3835. }
  3836.  
  3837. .halflings-calendar:before {
  3838.     content: "\E109"
  3839. }
  3840.  
  3841. .halflings-random:before {
  3842.     content: "\E110"
  3843. }
  3844.  
  3845. .halflings-comments:before {
  3846.     content: "\E111"
  3847. }
  3848.  
  3849. .halflings-magnet:before {
  3850.     content: "\E112"
  3851. }
  3852.  
  3853. .halflings-chevron-up:before {
  3854.     content: "\E113"
  3855. }
  3856.  
  3857. .halflings-chevron-down:before {
  3858.     content: "\E114"
  3859. }
  3860.  
  3861. .halflings-retweet:before {
  3862.     content: "\E115"
  3863. }
  3864.  
  3865. .halflings-shopping-cart:before {
  3866.     content: "\E116"
  3867. }
  3868.  
  3869. .halflings-folder-close:before {
  3870.     content: "\E117"
  3871. }
  3872.  
  3873. .halflings-folder-open:before {
  3874.     content: "\E118"
  3875. }
  3876.  
  3877. .halflings-resize-vertical:before {
  3878.     content: "\E119"
  3879. }
  3880.  
  3881. .halflings-resize-horizontal:before {
  3882.     content: "\E120"
  3883. }
  3884.  
  3885. .halflings-hdd:before {
  3886.     content: "\E121"
  3887. }
  3888.  
  3889. .halflings-bullhorn:before {
  3890.     content: "\E122"
  3891. }
  3892.  
  3893. .halflings-bell:before {
  3894.     content: "\E123"
  3895. }
  3896.  
  3897. .halflings-certificate:before {
  3898.     content: "\E124"
  3899. }
  3900.  
  3901. .halflings-thumbs-up:before {
  3902.     content: "\E125"
  3903. }
  3904.  
  3905. .halflings-thumbs-down:before {
  3906.     content: "\E126"
  3907. }
  3908.  
  3909. .halflings-hand-right:before {
  3910.     content: "\E127"
  3911. }
  3912.  
  3913. .halflings-hand-left:before {
  3914.     content: "\E128"
  3915. }
  3916.  
  3917. .halflings-hand-top:before {
  3918.     content: "\E129"
  3919. }
  3920.  
  3921. .halflings-hand-down:before {
  3922.     content: "\E130"
  3923. }
  3924.  
  3925. .halflings-circle-arrow-right:before {
  3926.     content: "\E131"
  3927. }
  3928.  
  3929. .halflings-circle-arrow-left:before {
  3930.     content: "\E132"
  3931. }
  3932.  
  3933. .halflings-circle-arrow-top:before {
  3934.     content: "\E133"
  3935. }
  3936.  
  3937. .halflings-circle-arrow-down:before {
  3938.     content: "\E134"
  3939. }
  3940.  
  3941. .halflings-globe:before {
  3942.     content: "\E135"
  3943. }
  3944.  
  3945. .halflings-wrench:before {
  3946.     content: "\E136"
  3947. }
  3948.  
  3949. .halflings-tasks:before {
  3950.     content: "\E137"
  3951. }
  3952.  
  3953. .halflings-filter:before {
  3954.     content: "\E138"
  3955. }
  3956.  
  3957. .halflings-briefcase:before {
  3958.     content: "\E139"
  3959. }
  3960.  
  3961. .halflings-fullscreen:before {
  3962.     content: "\E140"
  3963. }
  3964.  
  3965. .halflings-dashboard:before {
  3966.     content: "\E141"
  3967. }
  3968.  
  3969. .halflings-paperclip:before {
  3970.     content: "\E142"
  3971. }
  3972.  
  3973. .halflings-heart-empty:before {
  3974.     content: "\E143"
  3975. }
  3976.  
  3977. .halflings-link:before {
  3978.     content: "\E144"
  3979. }
  3980.  
  3981. .halflings-phone:before {
  3982.     content: "\E145"
  3983. }
  3984.  
  3985. .halflings-pushpin:before {
  3986.     content: "\E146"
  3987. }
  3988.  
  3989. .halflings-euro:before {
  3990.     content: "\E147"
  3991. }
  3992.  
  3993. .halflings-usd:before {
  3994.     content: "\E148"
  3995. }
  3996.  
  3997. .halflings-gbp:before {
  3998.     content: "\E149"
  3999. }
  4000.  
  4001. .halflings-sort:before {
  4002.     content: "\E150"
  4003. }
  4004.  
  4005. .halflings-sort-by-alphabet:before {
  4006.     content: "\E151"
  4007. }
  4008.  
  4009. .halflings-sort-by-alphabet-alt:before {
  4010.     content: "\E152"
  4011. }
  4012.  
  4013. .halflings-sort-by-order:before {
  4014.     content: "\E153"
  4015. }
  4016.  
  4017. .halflings-sort-by-order-alt:before {
  4018.     content: "\E154"
  4019. }
  4020.  
  4021. .halflings-sort-by-attributes:before {
  4022.     content: "\E155"
  4023. }
  4024.  
  4025. .halflings-sort-by-attributes-alt:before {
  4026.     content: "\E156"
  4027. }
  4028.  
  4029. .halflings-unchecked:before {
  4030.     content: "\E157"
  4031. }
  4032.  
  4033. .halflings-expand:before {
  4034.     content: "\E158"
  4035. }
  4036.  
  4037. .halflings-collapse:before {
  4038.     content: "\E159"
  4039. }
  4040.  
  4041. .halflings-collapse-top:before {
  4042.     content: "\E160"
  4043. }
  4044.  
  4045. .halflings-log-in:before {
  4046.     content: "\E161"
  4047. }
  4048.  
  4049. .halflings-flash:before {
  4050.     content: "\E162"
  4051. }
  4052.  
  4053. .halflings-log-out:before {
  4054.     content: "\E163"
  4055. }
  4056.  
  4057. .halflings-new-window:before {
  4058.     content: "\E164"
  4059. }
  4060.  
  4061. .halflings-record:before {
  4062.     content: "\E165"
  4063. }
  4064.  
  4065. .halflings-save:before {
  4066.     content: "\E166"
  4067. }
  4068.  
  4069. .halflings-open:before {
  4070.     content: "\E167"
  4071. }
  4072.  
  4073. .halflings-saved:before {
  4074.     content: "\E168"
  4075. }
  4076.  
  4077. .halflings-import:before {
  4078.     content: "\E169"
  4079. }
  4080.  
  4081. .halflings-export:before {
  4082.     content: "\E170"
  4083. }
  4084.  
  4085. .halflings-send:before {
  4086.     content: "\E171"
  4087. }
  4088.  
  4089. .halflings-floppy-disk:before {
  4090.     content: "\E172"
  4091. }
  4092.  
  4093. .halflings-floppy-saved:before {
  4094.     content: "\E173"
  4095. }
  4096.  
  4097. .halflings-floppy-remove:before {
  4098.     content: "\E174"
  4099. }
  4100.  
  4101. .halflings-floppy-save:before {
  4102.     content: "\E175"
  4103. }
  4104.  
  4105. .halflings-floppy-open:before {
  4106.     content: "\E176"
  4107. }
  4108.  
  4109. .halflings-credit-card:before {
  4110.     content: "\E177"
  4111. }
  4112.  
  4113. .halflings-transfer:before {
  4114.     content: "\E178"
  4115. }
  4116.  
  4117. .halflings-cutlery:before {
  4118.     content: "\E179"
  4119. }
  4120.  
  4121. .halflings-header:before {
  4122.     content: "\E180"
  4123. }
  4124.  
  4125. .halflings-compressed:before {
  4126.     content: "\E181"
  4127. }
  4128.  
  4129. .halflings-earphone:before {
  4130.     content: "\E182"
  4131. }
  4132.  
  4133. .halflings-phone-alt:before {
  4134.     content: "\E183"
  4135. }
  4136.  
  4137. .halflings-tower:before {
  4138.     content: "\E184"
  4139. }
  4140.  
  4141. .halflings-stats:before {
  4142.     content: "\E185"
  4143. }
  4144.  
  4145. .halflings-sd-video:before {
  4146.     content: "\E186"
  4147. }
  4148.  
  4149. .halflings-hd-video:before {
  4150.     content: "\E187"
  4151. }
  4152.  
  4153. .halflings-subtitles:before {
  4154.     content: "\E188"
  4155. }
  4156.  
  4157. .halflings-sound-stereo:before {
  4158.     content: "\E189"
  4159. }
  4160.  
  4161. .halflings-sound-dolby:before {
  4162.     content: "\E190"
  4163. }
  4164.  
  4165. .halflings-sound-5-1:before {
  4166.     content: "\E191"
  4167. }
  4168.  
  4169. .halflings-sound-6-1:before {
  4170.     content: "\E192"
  4171. }
  4172.  
  4173. .halflings-sound-7-1:before {
  4174.     content: "\E193"
  4175. }
  4176.  
  4177. .halflings-copyright-mark:before {
  4178.     content: "\E194"
  4179. }
  4180.  
  4181. .halflings-registration-mark:before {
  4182.     content: "\E195"
  4183. }
  4184.  
  4185. .halflings-cloud:before {
  4186.     content: "\E196"
  4187. }
  4188.  
  4189. .halflings-cloud-download:before {
  4190.     content: "\E197"
  4191. }
  4192.  
  4193. .halflings-cloud-upload:before {
  4194.     content: "\E198"
  4195. }
  4196.  
  4197. .halflings-tree-conifer:before {
  4198.     content: "\E199"
  4199. }
  4200.  
  4201. .halflings-tree-deciduous:before {
  4202.     content: "\E200"
  4203. }
  4204.  
  4205. .halflings-cd:before {
  4206.     content: "\E201"
  4207. }
  4208.  
  4209. .halflings-save-file:before {
  4210.     content: "\E202"
  4211. }
  4212.  
  4213. .halflings-open-file:before {
  4214.     content: "\E203"
  4215. }
  4216.  
  4217. .halflings-level-up:before {
  4218.     content: "\E204"
  4219. }
  4220.  
  4221. .halflings-copy:before {
  4222.     content: "\E205"
  4223. }
  4224.  
  4225. .halflings-paste:before {
  4226.     content: "\E206"
  4227. }
  4228.  
  4229. .halflings-door:before {
  4230.     content: "\E207"
  4231. }
  4232.  
  4233. .halflings-key:before {
  4234.     content: "\E208"
  4235. }
  4236.  
  4237. .halflings-alert:before {
  4238.     content: "\E209"
  4239. }
  4240.  
  4241. .halflings-equalizer:before {
  4242.     content: "\E210"
  4243. }
  4244.  
  4245. .halflings-king:before {
  4246.     content: "\E211"
  4247. }
  4248.  
  4249. .halflings-queen:before {
  4250.     content: "\E212"
  4251. }
  4252.  
  4253. .halflings-pawn:before {
  4254.     content: "\E213"
  4255. }
  4256.  
  4257. .halflings-bishop:before {
  4258.     content: "\E214"
  4259. }
  4260.  
  4261. .halflings-knight:before {
  4262.     content: "\E215"
  4263. }
  4264.  
  4265. .halflings-baby-formula:before {
  4266.     content: "\E216"
  4267. }
  4268.  
  4269. .halflings-tent:before {
  4270.     content: "\E217"
  4271. }
  4272.  
  4273. .halflings-blackboard:before {
  4274.     content: "\E218"
  4275. }
  4276.  
  4277. .halflings-bed:before {
  4278.     content: "\E219"
  4279. }
  4280.  
  4281. .halflings-apple:before {
  4282.     content: "\E220"
  4283. }
  4284.  
  4285. .halflings-erase:before {
  4286.     content: "\E221"
  4287. }
  4288.  
  4289. .halflings-hourglass:before {
  4290.     content: "\E222"
  4291. }
  4292.  
  4293. .halflings-lamp:before {
  4294.     content: "\E223"
  4295. }
  4296.  
  4297. .halflings-duplicate:before {
  4298.     content: "\E224"
  4299. }
  4300.  
  4301. .halflings-piggy-bank:before {
  4302.     content: "\E225"
  4303. }
  4304.  
  4305. .halflings-scissors:before {
  4306.     content: "\E226"
  4307. }
  4308.  
  4309. .halflings-bitcoin:before {
  4310.     content: "\E227"
  4311. }
  4312.  
  4313. .halflings-yen:before {
  4314.     content: "\E228"
  4315. }
  4316.  
  4317. .halflings-ruble:before {
  4318.     content: "\E229"
  4319. }
  4320.  
  4321. .halflings-scale:before {
  4322.     content: "\E230"
  4323. }
  4324.  
  4325. .halflings-ice-lolly:before {
  4326.     content: "\E231"
  4327. }
  4328.  
  4329. .halflings-ice-lolly-tasted:before {
  4330.     content: "\E232"
  4331. }
  4332.  
  4333. .halflings-education:before {
  4334.     content: "\E233"
  4335. }
  4336.  
  4337. .halflings-option-horizontal:before {
  4338.     content: "\E234"
  4339. }
  4340.  
  4341. .halflings-option-vertical:before {
  4342.     content: "\E235"
  4343. }
  4344.  
  4345. .halflings-menu-hamburger:before {
  4346.     content: "\E236"
  4347. }
  4348.  
  4349. .halflings-modal-window:before {
  4350.     content: "\E237"
  4351. }
  4352.  
  4353. .halflings-oil:before {
  4354.     content: "\E238"
  4355. }
  4356.  
  4357. .halflings-grain:before {
  4358.     content: "\E239"
  4359. }
  4360.  
  4361. .halflings-sunglasses:before {
  4362.     content: "\E240"
  4363. }
  4364.  
  4365. .halflings-text-size:before {
  4366.     content: "\E241"
  4367. }
  4368.  
  4369. .halflings-text-color:before {
  4370.     content: "\E242"
  4371. }
  4372.  
  4373. .halflings-text-background:before {
  4374.     content: "\E243"
  4375. }
  4376.  
  4377. .halflings-object-align-top:before {
  4378.     content: "\E244"
  4379. }
  4380.  
  4381. .halflings-object-align-bottom:before {
  4382.     content: "\E245"
  4383. }
  4384.  
  4385. .halflings-object-align-horizontal:before {
  4386.     content: "\E246"
  4387. }
  4388.  
  4389. .halflings-object-align-left:before {
  4390.     content: "\E247"
  4391. }
  4392.  
  4393. .halflings-object-align-vertical:before {
  4394.     content: "\E248"
  4395. }
  4396.  
  4397. .halflings-object-align-right:before {
  4398.     content: "\E249"
  4399. }
  4400.  
  4401. .halflings-triangle-right:before {
  4402.     content: "\E250"
  4403. }
  4404.  
  4405. .halflings-triangle-left:before {
  4406.     content: "\E251"
  4407. }
  4408.  
  4409. .halflings-triangle-bottom:before {
  4410.     content: "\E252"
  4411. }
  4412.  
  4413. .halflings-triangle-top:before {
  4414.     content: "\E253"
  4415. }
  4416.  
  4417. .halflings-terminal:before {
  4418.     content: "\E254"
  4419. }
  4420.  
  4421. .halflings-superscript:before {
  4422.     content: "\E255"
  4423. }
  4424.  
  4425. .halflings-subscript:before {
  4426.     content: "\E256"
  4427. }
  4428.  
  4429. .halflings-menu-left:before {
  4430.     content: "\E257"
  4431. }
  4432.  
  4433. .halflings-menu-right:before {
  4434.     content: "\E258"
  4435. }
  4436.  
  4437. .halflings-menu-down:before {
  4438.     content: "\E259"
  4439. }
  4440.  
  4441. .halflings-menu-up:before {
  4442.     content: "\E260"
  4443. }
  4444.  
  4445. .halflings-building:before {
  4446.     content: "\E261"
  4447. }
  4448.  
  4449. .halflings-tick:before {
  4450.     content: "\E262"
  4451. }
  4452.  
  4453. .halflings-star-half:before {
  4454.     content: "\E263"
  4455. }
  4456.  
  4457. .halflings-hash:before {
  4458.     content: "\E264"
  4459. }
  4460.  
  4461. .halflings-directions:before {
  4462.     content: "\E265"
  4463. }
  4464.  
  4465. .halflings-gas:before {
  4466.     content: "\E266"
  4467. }
  4468.  
  4469. .halflings-snowflake:before {
  4470.     content: "\E267"
  4471. }
  4472.  
  4473. .halflings-sunlight:before {
  4474.     content: "\E268"
  4475. }
  4476.  
  4477. .halflings-selectbox:before {
  4478.     content: "\E269"
  4479. }
  4480.  
  4481. .halflings-sortable:before {
  4482.     content: "\E270"
  4483. }
  4484.  
  4485. .halflings-note-empty:before {
  4486.     content: "\E271"
  4487. }
  4488.  
  4489. .halflings-note:before {
  4490.     content: "\E272"
  4491. }
  4492.  
  4493. .halflings-direction-right:before {
  4494.     content: "\E273"
  4495. }
  4496.  
  4497. .halflings-direction-left:before {
  4498.     content: "\E274"
  4499. }
  4500.  
  4501. .halflings-direction-down:before {
  4502.     content: "\E275"
  4503. }
  4504.  
  4505. .halflings-direction-up:before {
  4506.     content: "\E276"
  4507. }
  4508.  
  4509. .halflings-parking:before {
  4510.     content: "\E277"
  4511. }
  4512.  
  4513. .halflings-coffee-cup:before {
  4514.     content: "\E278"
  4515. }
  4516.  
  4517. .halflings-record-empty:before {
  4518.     content: "\E279"
  4519. }
  4520.  
  4521. .halflings-move-square:before {
  4522.     content: "\E280"
  4523. }
  4524.  
  4525. .halflings-bug:before {
  4526.     content: "\E281"
  4527. }
  4528.  
  4529. .halflings-display:before {
  4530.     content: "\E282"
  4531. }
  4532.  
  4533. .halflings-direction:before {
  4534.     content: "\E283"
  4535. }
  4536.  
  4537. .halflings-group:before {
  4538.     content: "\E284"
  4539. }
  4540.  
  4541. .halflings-reflect-y:before {
  4542.     content: "\E285"
  4543. }
  4544.  
  4545. .halflings-reflect-x:before {
  4546.     content: "\E286"
  4547. }
  4548.  
  4549. .halflings-battery-charging:before {
  4550.     content: "\E287"
  4551. }
  4552.  
  4553. .halflings-battery-full:before {
  4554.     content: "\E288"
  4555. }
  4556.  
  4557. .halflings-battery-75:before {
  4558.     content: "\E289"
  4559. }
  4560.  
  4561. .halflings-battery-50:before {
  4562.     content: "\E290"
  4563. }
  4564.  
  4565. .halflings-battery-25:before {
  4566.     content: "\E291"
  4567. }
  4568.  
  4569. .halflings-battery-10:before {
  4570.     content: "\E292"
  4571. }
  4572.  
  4573. .halflings-paired:before {
  4574.     content: "\E293"
  4575. }
  4576.  
  4577. .halflings-rotate-right:before {
  4578.     content: "\E294"
  4579. }
  4580.  
  4581. .halflings-rotate-left:before {
  4582.     content: "\E295"
  4583. }
  4584.  
  4585. .halflings-list-numbered:before {
  4586.     content: "\E296"
  4587. }
  4588.  
  4589. .halflings-paragraph:before {
  4590.     content: "\E297"
  4591. }
  4592.  
  4593. .halflings-list-plus:before {
  4594.     content: "\E298"
  4595. }
  4596.  
  4597. .halflings-synchronization:before {
  4598.     content: "\E299"
  4599. }
  4600.  
  4601. .halflings-cube-black:before {
  4602.     content: "\E300"
  4603. }
  4604.  
  4605. @font-face {
  4606.     font-family: 'Glyphicons Social';
  4607.     src: url('http://glyphicons.com/fonts/glyphicons-social-regular.eot');
  4608.     src: url('http://glyphicons.com/fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('http://glyphicons.com/fonts/glyphicons-social-regular.woff2') format('woff2'), url('http://glyphicons.com/fonts/glyphicons-social-regular.woff') format('woff'), url('http://glyphicons.com/fonts/glyphicons-social-regular.ttf') format('truetype'), url('http://glyphicons.com/fonts/glyphicons-social-regular.svg#glyphicons_socialregular') format('svg')
  4609. }
  4610.  
  4611. .social {
  4612.     position: relative;
  4613.     top: 1px;
  4614.     display: inline-block;
  4615.     font-family: 'Glyphicons Social';
  4616.     font-style: normal;
  4617.     font-weight: normal;
  4618.     line-height: 1;
  4619.     -webkit-font-smoothing: antialiased;
  4620.     -moz-osx-font-smoothing: grayscale
  4621. }
  4622.  
  4623. .social.x05 {
  4624.     font-size: 12px
  4625. }
  4626.  
  4627. .social.x2 {
  4628.     font-size: 48px
  4629. }
  4630.  
  4631. .social.x3 {
  4632.     font-size: 72px
  4633. }
  4634.  
  4635. .social.x4 {
  4636.     font-size: 96px
  4637. }
  4638.  
  4639. .social.x5 {
  4640.     font-size: 120px
  4641. }
  4642.  
  4643. .social.light:before {
  4644.     color: #f2f2f2
  4645. }
  4646.  
  4647. .social.drop:before {
  4648.     text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
  4649. }
  4650.  
  4651. .social.flip {
  4652.     -moz-transform: scaleX(-1);
  4653.     -o-transform: scaleX(-1);
  4654.     -webkit-transform: scaleX(-1);
  4655.     transform: scaleX(-1);
  4656.     filter: FlipH;
  4657.     -ms-filter: "FlipH"
  4658. }
  4659.  
  4660. .social.flipv {
  4661.     -moz-transform: scaleY(-1);
  4662.     -o-transform: scaleY(-1);
  4663.     -webkit-transform: scaleY(-1);
  4664.     transform: scaleY(-1);
  4665.     filter: FlipV;
  4666.     -ms-filter: "FlipV"
  4667. }
  4668.  
  4669. .social.rotate90 {
  4670.     -webkit-transform: rotate(90deg);
  4671.     -moz-transform: rotate(90deg);
  4672.     -ms-transform: rotate(90deg);
  4673.     transform: rotate(90deg)
  4674. }
  4675.  
  4676. .social.rotate180 {
  4677.     -webkit-transform: rotate(180deg);
  4678.     -moz-transform: rotate(180deg);
  4679.     -ms-transform: rotate(180deg);
  4680.     transform: rotate(180deg)
  4681. }
  4682.  
  4683. .social.rotate270 {
  4684.     -webkit-transform: rotate(270deg);
  4685.     -moz-transform: rotate(270deg);
  4686.     -ms-transform: rotate(270deg);
  4687.     transform: rotate(270deg)
  4688. }
  4689.  
  4690. .social-pinterest:before {
  4691.     content: "\E001"
  4692. }
  4693.  
  4694. .social-dropbox:before {
  4695.     content: "\E002"
  4696. }
  4697.  
  4698. .social-google-plus:before {
  4699.     content: "\E003"
  4700. }
  4701.  
  4702. .social-jolicloud:before {
  4703.     content: "\E004"
  4704. }
  4705.  
  4706. .social-yahoo:before {
  4707.     content: "\E005"
  4708. }
  4709.  
  4710. .social-blogger:before {
  4711.     content: "\E006"
  4712. }
  4713.  
  4714. .social-picasa:before {
  4715.     content: "\E007"
  4716. }
  4717.  
  4718. .social-amazon:before {
  4719.     content: "\E008"
  4720. }
  4721.  
  4722. .social-tumblr:before {
  4723.     content: "\E009"
  4724. }
  4725.  
  4726. .social-wordpress:before {
  4727.     content: "\E010"
  4728. }
  4729.  
  4730. .social-instapaper:before {
  4731.     content: "\E011"
  4732. }
  4733.  
  4734. .social-evernote:before {
  4735.     content: "\E012"
  4736. }
  4737.  
  4738. .social-xing:before {
  4739.     content: "\E013"
  4740. }
  4741.  
  4742. .social-e-mail-envelope:before {
  4743.     content: "\E014"
  4744. }
  4745.  
  4746. .social-dribbble:before {
  4747.     content: "\E015"
  4748. }
  4749.  
  4750. .social-deviantart:before {
  4751.     content: "\E016"
  4752. }
  4753.  
  4754. .social-read-it-later:before {
  4755.     content: "\E017"
  4756. }
  4757.  
  4758. .social-linked-in:before {
  4759.     content: "\E018"
  4760. }
  4761.  
  4762. .social-gmail:before {
  4763.     content: "\E019"
  4764. }
  4765.  
  4766. .social-pinboard:before {
  4767.     content: "\E020"
  4768. }
  4769.  
  4770. .social-behance:before {
  4771.     content: "\E021"
  4772. }
  4773.  
  4774. .social-github:before {
  4775.     content: "\E022"
  4776. }
  4777.  
  4778. .social-youtube:before {
  4779.     content: "\E023"
  4780. }
  4781.  
  4782. .social-open-id:before {
  4783.     content: "\E024"
  4784. }
  4785.  
  4786. .social-foursquare:before {
  4787.     content: "\E025"
  4788. }
  4789.  
  4790. .social-quora:before {
  4791.     content: "\E026"
  4792. }
  4793.  
  4794. .social-badoo:before {
  4795.     content: "\E027"
  4796. }
  4797.  
  4798. .social-spotify:before {
  4799.     content: "\E028"
  4800. }
  4801.  
  4802. .social-stumbleupon:before {
  4803.     content: "\E029"
  4804. }
  4805.  
  4806. .social-readability:before {
  4807.     content: "\E030"
  4808. }
  4809.  
  4810. .social-facebook:before {
  4811.     content: "\E031"
  4812. }
  4813.  
  4814. .social-twitter:before {
  4815.     content: "\E032"
  4816. }
  4817.  
  4818. .social-instagram:before {
  4819.     content: "\E033"
  4820. }
  4821.  
  4822. .social-posterous-spaces:before {
  4823.     content: "\E034"
  4824. }
  4825.  
  4826. .social-vimeo:before {
  4827.     content: "\E035"
  4828. }
  4829.  
  4830. .social-flickr:before {
  4831.     content: "\E036"
  4832. }
  4833.  
  4834. .social-last-fm:before {
  4835.     content: "\E037"
  4836. }
  4837.  
  4838. .social-rss:before {
  4839.     content: "\E038"
  4840. }
  4841.  
  4842. .social-skype:before {
  4843.     content: "\E039"
  4844. }
  4845.  
  4846. .social-e-mail:before {
  4847.     content: "\E040"
  4848. }
  4849.  
  4850. .social-vine:before {
  4851.     content: "\E041"
  4852. }
  4853.  
  4854. .social-myspace:before {
  4855.     content: "\E042"
  4856. }
  4857.  
  4858. .social-goodreads:before {
  4859.     content: "\E043"
  4860. }
  4861.  
  4862. .social-apple:before {
  4863.     content: "\E044"
  4864. }
  4865.  
  4866. .social-windows:before {
  4867.     content: "\E045"
  4868. }
  4869.  
  4870. .social-yelp:before {
  4871.     content: "\E046"
  4872. }
  4873.  
  4874. .social-playstation:before {
  4875.     content: "\E047"
  4876. }
  4877.  
  4878. .social-xbox:before {
  4879.     content: "\E048"
  4880. }
  4881.  
  4882. .social-android:before {
  4883.     content: "\E049"
  4884. }
  4885.  
  4886. .social-ios:before {
  4887.     content: "\E050"
  4888. }
  4889.  
  4890. .social-wikipedia:before {
  4891.     content: "\E051"
  4892. }
  4893.  
  4894. .social-pocket:before {
  4895.     content: "\E052"
  4896. }
  4897.  
  4898. .social-steam:before {
  4899.     content: "\E053"
  4900. }
  4901.  
  4902. .social-soundcloud:before {
  4903.     content: "\E054"
  4904. }
  4905.  
  4906. .social-slideshare:before {
  4907.     content: "\E055"
  4908. }
  4909.  
  4910. .social-netflix:before {
  4911.     content: "\E056"
  4912. }
  4913.  
  4914. .social-paypal:before {
  4915.     content: "\E057"
  4916. }
  4917.  
  4918. .social-google-drive:before {
  4919.     content: "\E058"
  4920. }
  4921.  
  4922. .social-linux-foundation:before {
  4923.     content: "\E059"
  4924. }
  4925.  
  4926. .social-ebay:before {
  4927.     content: "\E060"
  4928. }
  4929.  
  4930. .social-bitbucket:before {
  4931.     content: "\E061"
  4932. }
  4933.  
  4934. .social-whatsapp:before {
  4935.     content: "\E062"
  4936. }
  4937.  
  4938. .social-buffer:before {
  4939.     content: "\E063"
  4940. }
  4941.  
  4942. .social-medium:before {
  4943.     content: "\E064"
  4944. }
  4945.  
  4946. .social-stackoverflow:before {
  4947.     content: "\E065"
  4948. }
  4949.  
  4950. .social-linux:before {
  4951.     content: "\E066"
  4952. }
  4953.  
  4954. .social-vk:before {
  4955.     content: "\E067"
  4956. }
  4957.  
  4958. .social-snapchat:before {
  4959.     content: "\E068"
  4960. }
  4961.  
  4962. .social-etsy:before {
  4963.     content: "\E069"
  4964. }
  4965.  
  4966. .social-stackexchange:before {
  4967.     content: "\E070"
  4968. }
  4969.  
  4970. @font-face {
  4971.     font-family: 'Glyphicons Filetypes';
  4972.     src: url('../fonts/glyphicons-filetypes-regular.eot');
  4973.     src: url('../fonts/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-filetypes-regular.woff2') format('woff2'), url('../fonts/glyphicons-filetypes-regular.woff') format('woff'), url('../fonts/glyphicons-filetypes-regular.ttf') format('truetype'), url('../fonts/glyphicons-filetypes-regular.svg#glyphicons_filetypesregular') format('svg')
  4974. }
  4975.  
  4976. .filetypes {
  4977.     position: relative;
  4978.     top: 1px;
  4979.     display: inline-block;
  4980.     font-family: 'Glyphicons Filetypes';
  4981.     font-style: normal;
  4982.     font-weight: normal;
  4983.     line-height: 1;
  4984.     -webkit-font-smoothing: antialiased;
  4985.     -moz-osx-font-smoothing: grayscale
  4986. }
  4987.  
  4988. .filetypes.x05 {
  4989.     font-size: 12px
  4990. }
  4991.  
  4992. .filetypes.x2 {
  4993.     font-size: 48px
  4994. }
  4995.  
  4996. .filetypes.x3 {
  4997.     font-size: 72px
  4998. }
  4999.  
  5000. .filetypes.x4 {
  5001.     font-size: 96px
  5002. }
  5003.  
  5004. .filetypes.x5 {
  5005.     font-size: 120px
  5006. }
  5007.  
  5008. .filetypes.light:before {
  5009.     color: #f2f2f2
  5010. }
  5011.  
  5012. .filetypes.drop:before {
  5013.     text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3)
  5014. }
  5015.  
  5016. .filetypes.flip {
  5017.     -moz-transform: scaleX(-1);
  5018.     -o-transform: scaleX(-1);
  5019.     -webkit-transform: scaleX(-1);
  5020.     transform: scaleX(-1);
  5021.     filter: FlipH;
  5022.     -ms-filter: "FlipH"
  5023. }
  5024.  
  5025. .filetypes.flipv {
  5026.     -moz-transform: scaleY(-1);
  5027.     -o-transform: scaleY(-1);
  5028.     -webkit-transform: scaleY(-1);
  5029.     transform: scaleY(-1);
  5030.     filter: FlipV;
  5031.     -ms-filter: "FlipV"
  5032. }
  5033.  
  5034. .filetypes.rotate90 {
  5035.     -webkit-transform: rotate(90deg);
  5036.     -moz-transform: rotate(90deg);
  5037.     -ms-transform: rotate(90deg);
  5038.     transform: rotate(90deg)
  5039. }
  5040.  
  5041. .filetypes.rotate180 {
  5042.     -webkit-transform: rotate(180deg);
  5043.     -moz-transform: rotate(180deg);
  5044.     -ms-transform: rotate(180deg);
  5045.     transform: rotate(180deg)
  5046. }
  5047.  
  5048. .filetypes.rotate270 {
  5049.     -webkit-transform: rotate(270deg);
  5050.     -moz-transform: rotate(270deg);
  5051.     -ms-transform: rotate(270deg);
  5052.     transform: rotate(270deg)
  5053. }
  5054.  
  5055. .filetypes-txt:before {
  5056.     content: "\E001"
  5057. }
  5058.  
  5059. .filetypes-doc:before {
  5060.     content: "\E002"
  5061. }
  5062.  
  5063. .filetypes-rtf:before {
  5064.     content: "\E003"
  5065. }
  5066.  
  5067. .filetypes-log:before {
  5068.     content: "\E004"
  5069. }
  5070.  
  5071. .filetypes-tex:before {
  5072.     content: "\E005"
  5073. }
  5074.  
  5075. .filetypes-msg:before {
  5076.     content: "\E006"
  5077. }
  5078.  
  5079. .filetypes-text:before {
  5080.     content: "\E007"
  5081. }
  5082.  
  5083. .filetypes-wpd:before {
  5084.     content: "\E008"
  5085. }
  5086.  
  5087. .filetypes-wps:before {
  5088.     content: "\E009"
  5089. }
  5090.  
  5091. .filetypes-docx:before {
  5092.     content: "\E010"
  5093. }
  5094.  
  5095. .filetypes-page:before {
  5096.     content: "\E011"
  5097. }
  5098.  
  5099. .filetypes-csv:before {
  5100.     content: "\E012"
  5101. }
  5102.  
  5103. .filetypes-dat:before {
  5104.     content: "\E013"
  5105. }
  5106.  
  5107. .filetypes-tar:before {
  5108.     content: "\E014"
  5109. }
  5110.  
  5111. .filetypes-xml:before {
  5112.     content: "\E015"
  5113. }
  5114.  
  5115. .filetypes-vcf:before {
  5116.     content: "\E016"
  5117. }
  5118.  
  5119. .filetypes-pps:before {
  5120.     content: "\E017"
  5121. }
  5122.  
  5123. .filetypes-key:before {
  5124.     content: "\E018"
  5125. }
  5126.  
  5127. .filetypes-ppt:before {
  5128.     content: "\E019"
  5129. }
  5130.  
  5131. .filetypes-pptx:before {
  5132.     content: "\E020"
  5133. }
  5134.  
  5135. .filetypes-sdf:before {
  5136.     content: "\E021"
  5137. }
  5138.  
  5139. .filetypes-gbr:before {
  5140.     content: "\E022"
  5141. }
  5142.  
  5143. .filetypes-ged:before {
  5144.     content: "\E023"
  5145. }
  5146.  
  5147. .filetypes-mp3:before {
  5148.     content: "\E024"
  5149. }
  5150.  
  5151. .filetypes-m4a:before {
  5152.     content: "\E025"
  5153. }
  5154.  
  5155. .filetypes-waw:before {
  5156.     content: "\E026"
  5157. }
  5158.  
  5159. .filetypes-wma:before {
  5160.     content: "\E027"
  5161. }
  5162.  
  5163. .filetypes-mpa:before {
  5164.     content: "\E028"
  5165. }
  5166.  
  5167. .filetypes-iff:before {
  5168.     content: "\E029"
  5169. }
  5170.  
  5171. .filetypes-aif:before {
  5172.     content: "\E030"
  5173. }
  5174.  
  5175. .filetypes-ra:before {
  5176.     content: "\E031"
  5177. }
  5178.  
  5179. .filetypes-mid:before {
  5180.     content: "\E032"
  5181. }
  5182.  
  5183. .filetypes-m3v:before {
  5184.     content: "\E033"
  5185. }
  5186.  
  5187. .filetypes-e-3gp:before {
  5188.     content: "\E034"
  5189. }
  5190.  
  5191. .filetypes-swf:before {
  5192.     content: "\E035"
  5193. }
  5194.  
  5195. .filetypes-avi:before {
  5196.     content: "\E036"
  5197. }
  5198.  
  5199. .filetypes-asx:before {
  5200.     content: "\E037"
  5201. }
  5202.  
  5203. .filetypes-mp4:before {
  5204.     content: "\E038"
  5205. }
  5206.  
  5207. .filetypes-e-3g2:before {
  5208.     content: "\E039"
  5209. }
  5210.  
  5211. .filetypes-mpg:before {
  5212.     content: "\E040"
  5213. }
  5214.  
  5215. .filetypes-asf:before {
  5216.     content: "\E041"
  5217. }
  5218.  
  5219. .filetypes-vob:before {
  5220.     content: "\E042"
  5221. }
  5222.  
  5223. .filetypes-wmv:before {
  5224.     content: "\E043"
  5225. }
  5226.  
  5227. .filetypes-mov:before {
  5228.     content: "\E044"
  5229. }
  5230.  
  5231. .filetypes-srt:before {
  5232.     content: "\E045"
  5233. }
  5234.  
  5235. .filetypes-m4v:before {
  5236.     content: "\E046"
  5237. }
  5238.  
  5239. .filetypes-flv:before {
  5240.     content: "\E047"
  5241. }
  5242.  
  5243. .filetypes-rm:before {
  5244.     content: "\E048"
  5245. }
  5246.  
  5247. .filetypes-png:before {
  5248.     content: "\E049"
  5249. }
  5250.  
  5251. .filetypes-psd:before {
  5252.     content: "\E050"
  5253. }
  5254.  
  5255. .filetypes-psp:before {
  5256.     content: "\E051"
  5257. }
  5258.  
  5259. .filetypes-jpg:before {
  5260.     content: "\E052"
  5261. }
  5262.  
  5263. .filetypes-tif:before {
  5264.     content: "\E053"
  5265. }
  5266.  
  5267. .filetypes-tiff:before {
  5268.     content: "\E054"
  5269. }
  5270.  
  5271. .filetypes-gif:before {
  5272.     content: "\E055"
  5273. }
  5274.  
  5275. .filetypes-bmp:before {
  5276.     content: "\E056"
  5277. }
  5278.  
  5279. .filetypes-tga:before {
  5280.     content: "\E057"
  5281. }
  5282.  
  5283. .filetypes-thm:before {
  5284.     content: "\E058"
  5285. }
  5286.  
  5287. .filetypes-yuv:before {
  5288.     content: "\E059"
  5289. }
  5290.  
  5291. .filetypes-dds:before {
  5292.     content: "\E060"
  5293. }
  5294.  
  5295. .filetypes-ai:before {
  5296.     content: "\E061"
  5297. }
  5298.  
  5299. .filetypes-eps:before {
  5300.     content: "\E062"
  5301. }
  5302.  
  5303. .filetypes-ps:before {
  5304.     content: "\E063"
  5305. }
  5306.  
  5307. .filetypes-svg:before {
  5308.     content: "\E064"
  5309. }
  5310.  
  5311. .filetypes-pdf:before {
  5312.     content: "\E065"
  5313. }
  5314.  
  5315. .filetypes-pct:before {
  5316.     content: "\E066"
  5317. }
  5318.  
  5319. .filetypes-indd:before {
  5320.     content: "\E067"
  5321. }
  5322.  
  5323. .filetypes-xlr:before {
  5324.     content: "\E068"
  5325. }
  5326.  
  5327. .filetypes-xls:before {
  5328.     content: "\E069"
  5329. }
  5330.  
  5331. .filetypes-xlsx:before {
  5332.     content: "\E070"
  5333. }
  5334.  
  5335. .filetypes-db:before {
  5336.     content: "\E071"
  5337. }
  5338.  
  5339. .filetypes-dbf:before {
  5340.     content: "\E072"
  5341. }
  5342.  
  5343. .filetypes-mdb:before {
  5344.     content: "\E073"
  5345. }
  5346.  
  5347. .filetypes-pdb:before {
  5348.     content: "\E074"
  5349. }
  5350.  
  5351. .filetypes-sql:before {
  5352.     content: "\E075"
  5353. }
  5354.  
  5355. .filetypes-aacd:before {
  5356.     content: "\E076"
  5357. }
  5358.  
  5359. .filetypes-app:before {
  5360.     content: "\E077"
  5361. }
  5362.  
  5363. .filetypes-exe:before {
  5364.     content: "\E078"
  5365. }
  5366.  
  5367. .filetypes-com:before {
  5368.     content: "\E079"
  5369. }
  5370.  
  5371. .filetypes-bat:before {
  5372.     content: "\E080"
  5373. }
  5374.  
  5375. .filetypes-apk:before {
  5376.     content: "\E081"
  5377. }
  5378.  
  5379. .filetypes-jar:before {
  5380.     content: "\E082"
  5381. }
  5382.  
  5383. .filetypes-hsf:before {
  5384.     content: "\E083"
  5385. }
  5386.  
  5387. .filetypes-pif:before {
  5388.     content: "\E084"
  5389. }
  5390.  
  5391. .filetypes-vb:before {
  5392.     content: "\E085"
  5393. }
  5394.  
  5395. .filetypes-cgi:before {
  5396.     content: "\E086"
  5397. }
  5398.  
  5399. .filetypes-css:before {
  5400.     content: "\E087"
  5401. }
  5402.  
  5403. .filetypes-js:before {
  5404.     content: "\E088"
  5405. }
  5406.  
  5407. .filetypes-php:before {
  5408.     content: "\E089"
  5409. }
  5410.  
  5411. .filetypes-xhtml:before {
  5412.     content: "\E090"
  5413. }
  5414.  
  5415. .filetypes-htm:before {
  5416.     content: "\E091"
  5417. }
  5418.  
  5419. .filetypes-html:before {
  5420.     content: "\E092"
  5421. }
  5422.  
  5423. .filetypes-asp:before {
  5424.     content: "\E093"
  5425. }
  5426.  
  5427. .filetypes-cer:before {
  5428.     content: "\E094"
  5429. }
  5430.  
  5431. .filetypes-jsp:before {
  5432.     content: "\E095"
  5433. }
  5434.  
  5435. .filetypes-cfm:before {
  5436.     content: "\E096"
  5437. }
  5438.  
  5439. .filetypes-aspx:before {
  5440.     content: "\E097"
  5441. }
  5442.  
  5443. .filetypes-rss:before {
  5444.     content: "\E098"
  5445. }
  5446.  
  5447. .filetypes-csr:before {
  5448.     content: "\E099"
  5449. }
  5450.  
  5451. .filetypes-less:before {
  5452.     content: "\E100"
  5453. }
  5454.  
  5455. .filetypes-otf:before {
  5456.     content: "\E101"
  5457. }
  5458.  
  5459. .filetypes-ttf:before {
  5460.     content: "\E102"
  5461. }
  5462.  
  5463. .filetypes-font:before {
  5464.     content: "\E103"
  5465. }
  5466.  
  5467. .filetypes-fnt:before {
  5468.     content: "\E104"
  5469. }
  5470.  
  5471. .filetypes-eot:before {
  5472.     content: "\E105"
  5473. }
  5474.  
  5475. .filetypes-woff:before {
  5476.     content: "\E106"
  5477. }
  5478.  
  5479. .filetypes-zip:before {
  5480.     content: "\E107"
  5481. }
  5482.  
  5483. .filetypes-zipx:before {
  5484.     content: "\E108"
  5485. }
  5486.  
  5487. .filetypes-rar:before {
  5488.     content: "\E109"
  5489. }
  5490.  
  5491. .filetypes-targ:before {
  5492.     content: "\E110"
  5493. }
  5494.  
  5495. .filetypes-sitx:before {
  5496.     content: "\E111"
  5497. }
  5498.  
  5499. .filetypes-deb:before {
  5500.     content: "\E112"
  5501. }
  5502.  
  5503. .filetypes-e-7z:before {
  5504.     content: "\E113"
  5505. }
  5506.  
  5507. .filetypes-pkg:before {
  5508.     content: "\E114"
  5509. }
  5510.  
  5511. .filetypes-rpm:before {
  5512.     content: "\E115"
  5513. }
  5514.  
  5515. .filetypes-cbr:before {
  5516.     content: "\E116"
  5517. }
  5518.  
  5519. .filetypes-gz:before {
  5520.     content: "\E117"
  5521. }
  5522.  
  5523. .filetypes-dmg:before {
  5524.     content: "\E118"
  5525. }
  5526.  
  5527. .filetypes-cue:before {
  5528.     content: "\E119"
  5529. }
  5530.  
  5531. .filetypes-bin:before {
  5532.     content: "\E120"
  5533. }
  5534.  
  5535. .filetypes-iso:before {
  5536.     content: "\E121"
  5537. }
  5538.  
  5539. .filetypes-hdf:before {
  5540.     content: "\E122"
  5541. }
  5542.  
  5543. .filetypes-vcd:before {
  5544.     content: "\E123"
  5545. }
  5546.  
  5547. .filetypes-bak:before {
  5548.     content: "\E124"
  5549. }
  5550.  
  5551. .filetypes-tmp:before {
  5552.     content: "\E125"
  5553. }
  5554.  
  5555. .filetypes-ics:before {
  5556.     content: "\E126"
  5557. }
  5558.  
  5559. .filetypes-msi:before {
  5560.     content: "\E127"
  5561. }
  5562.  
  5563. .filetypes-cfg:before {
  5564.     content: "\E128"
  5565. }
  5566.  
  5567. .filetypes-ini:before {
  5568.     content: "\E129"
  5569. }
  5570.  
  5571. .filetypes-prf:before {
  5572.     content: "\E130"
  5573. }
  5574.  
  5575. .filetypes-json:before {
  5576.     content: "\E131"
  5577. }
  5578.  
  5579. .filetypes-site:before {
  5580.     content: "\E132"
  5581. }
  5582.  
  5583. .filetypes-xap:before {
  5584.     content: "\E133"
  5585. }
  5586.  
  5587. .filetypes-api:before {
  5588.     content: "\E134"
  5589. }
  5590.  
  5591. .filetypes-ico:before {
  5592.     content: "\E135"
  5593. }
  5594.  
  5595. .filetypes-webp:before {
  5596.     content: "\E136"
  5597. }
  5598.  
  5599. .filetypes-bpg:before {
  5600.     content: "\E137"
  5601. }
  5602.  
  5603. .filetypes-flac:before {
  5604.     content: "\E138"
  5605. }
  5606.  
  5607. .filetypes-ogg:before {
  5608.     content: "\E139"
  5609. }
  5610.  
  5611. .filetypes-unknown:before {
  5612.     content: "\E140"
  5613. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement