j1-template 2020.0.13 → 2020.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (511) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/footer/boxes/about_box.proc +2 -2
  3. data/_includes/themes/j1/blocks/footer/boxes/links_box.proc +2 -2
  4. data/_includes/themes/j1/blocks/footer/boxes/news_box.proc +3 -3
  5. data/_includes/themes/j1/layouts/content_generator_page.html +23 -23
  6. data/_includes/themes/j1/layouts/content_generator_post.html +4 -2
  7. data/_includes/themes/j1/modules/navigator/procedures/topsearch.proc +2 -2
  8. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -2
  9. data/_includes/themes/j1/procedures/layouts/content_writer.proc +8 -9
  10. data/_includes/themes/j1/procedures/layouts/module_writer.proc +3 -13
  11. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +10 -10
  12. data/_layouts/blog_archive.html +3 -3
  13. data/_layouts/default.html +60 -54
  14. data/_layouts/home.html +1 -1
  15. data/_layouts/page.html +2 -2
  16. data/_layouts/post.html +3 -3
  17. data/apps/public/cc/cc.yml +0 -2
  18. data/apps/public/cc/index.adoc +1 -5
  19. data/assets/data/authclient.html +35 -24
  20. data/assets/data/banner.html +4 -4
  21. data/assets/data/{cookie_consent.html → cookiebar.html} +76 -50
  22. data/assets/data/footer.html +1 -3
  23. data/assets/data/gallery_customizer.html +5 -5
  24. data/assets/data/jupyter/notebooks/_html/template.full.head.html +10 -10
  25. data/assets/data/jupyter/notebooks/_html/visualisation.html +11 -11
  26. data/assets/data/jupyter/notebooks/html/template.html +7 -7
  27. data/assets/data/jupyter/notebooks/html/visualisation.ok.html +12 -12
  28. data/assets/data/jupyter/notebooks/visualisation.ipynb +1 -1
  29. data/assets/data/menu.html +1 -1
  30. data/assets/data/mmenu.html +3 -3
  31. data/assets/data/mmenu_sidebar.html +1 -1
  32. data/assets/data/mmenu_toc.html +1 -1
  33. data/assets/data/panel.html +30 -31
  34. data/assets/data/quicklinks.html +23 -17
  35. data/assets/data/search.json +88 -84
  36. data/assets/data/ssm.html +1 -1
  37. data/assets/data/twa_v1.json +6978 -6980
  38. data/assets/themes/j1/adapter/js/algolia.js +16 -14
  39. data/assets/themes/j1/adapter/js/attic.js +25 -33
  40. data/assets/themes/j1/adapter/js/back2top.js +233 -0
  41. data/assets/themes/j1/adapter/js/carousel.js +15 -11
  42. data/assets/themes/j1/adapter/js/clipboard.js +20 -17
  43. data/assets/themes/j1/adapter/js/cookiebar.js +205 -0
  44. data/assets/themes/j1/adapter/js/framer.js +27 -19
  45. data/assets/themes/j1/adapter/js/gallery_customizer.js +220 -248
  46. data/assets/themes/j1/adapter/js/j1.js +304 -158
  47. data/assets/themes/j1/adapter/js/jf_gallery.js +21 -20
  48. data/assets/themes/j1/adapter/js/lightbox.js +9 -8
  49. data/assets/themes/j1/adapter/js/logger.js +3 -4
  50. data/assets/themes/j1/adapter/js/mdb.js +27 -30
  51. data/assets/themes/j1/adapter/js/mmenu.js +49 -51
  52. data/assets/themes/j1/adapter/js/navigator.js +167 -130
  53. data/assets/themes/j1/adapter/js/searcher.js +18 -12
  54. data/assets/themes/j1/adapter/js/ssm.js +83 -99
  55. data/assets/themes/j1/adapter/js/themer.js +74 -79
  56. data/assets/themes/j1/adapter/js/toccer.js +47 -15
  57. data/assets/themes/j1/core/css/animate.css +2382 -0
  58. data/assets/themes/j1/core/css/animate.min.css +7 -0
  59. data/assets/themes/j1/core/css/fontawesome.css +4415 -0
  60. data/assets/themes/j1/core/css/fontawesome.min.css +1 -0
  61. data/assets/themes/j1/core/css/iconify-icons.css +4106 -0
  62. data/assets/themes/j1/core/css/iconify-icons.min.css +1 -0
  63. data/assets/themes/j1/core/css/material-design-icons.css +14532 -0
  64. data/assets/themes/j1/core/css/material-design-icons.min.css +1 -0
  65. data/assets/themes/j1/core/css/theme_extensions.css +406 -1567
  66. data/assets/themes/j1/core/css/theme_extensions.min.css +1 -1
  67. data/assets/themes/j1/core/css/twemoji.css +9485 -0
  68. data/assets/themes/j1/core/css/twemoji.min.css +1 -0
  69. data/assets/themes/j1/core/css/uno.css +563 -1642
  70. data/assets/themes/j1/core/css/uno.min.css +1 -1
  71. data/assets/themes/j1/core/css/vendor.css +884 -33281
  72. data/assets/themes/j1/core/css/vendor.min.css +2 -9
  73. data/assets/themes/j1/core/js/template.js +26 -347
  74. data/assets/themes/j1/core/js/template.js.map +1 -1
  75. data/assets/themes/j1/core/js/template.min.js +1 -1
  76. data/assets/themes/j1/modules/backstretch/js/backstretch.js +1695 -0
  77. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +21 -0
  78. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js.org +1 -0
  79. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +12177 -0
  80. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +8 -0
  81. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +6930 -0
  82. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +1 -0
  83. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -0
  84. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css +10278 -0
  85. data/assets/themes/j1/modules/bootstrap/css/bootstrap.css.map +1 -0
  86. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css +7 -0
  87. data/assets/themes/j1/modules/bootstrap/css/bootstrap.min.css.map +1 -0
  88. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +4420 -0
  89. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js.map +1 -0
  90. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  91. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  92. data/assets/themes/j1/{extensions → modules}/bsDatepicker/css/datepicker.css +1 -1
  93. data/assets/themes/j1/{extensions → modules}/bsDatepicker/css/theme/uno.css +1 -1
  94. data/assets/themes/j1/{extensions → modules}/bsDatepicker/js/datepicker.js +1 -1
  95. data/assets/themes/j1/{extensions → modules}/bsDatepicker/less/datepicker.less +0 -0
  96. data/assets/themes/j1/{extensions → modules}/bsThemeSwitcher/js/switcher.js +20 -10
  97. data/assets/themes/j1/{extensions → modules}/bsThemeSwitcher/js/switcher.min.js +1 -1
  98. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.css +1 -1
  99. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel.min.css +1 -1
  100. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.css +1 -1
  101. data/assets/themes/j1/{extensions → modules}/carousel/css/carousel_transitions.min.css +1 -1
  102. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.css +1 -1
  103. data/assets/themes/j1/{extensions → modules}/carousel/css/theme/uno.min.css +1 -1
  104. data/assets/themes/j1/{extensions → modules}/carousel/images/ajax-loader.gif +0 -0
  105. data/assets/themes/j1/{extensions → modules}/carousel/images/grabbing.png +0 -0
  106. data/assets/themes/j1/{extensions → modules}/carousel/images/owl-logo.png +0 -0
  107. data/assets/themes/j1/{extensions → modules}/carousel/images/owl.video.play.png +0 -0
  108. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.js +0 -0
  109. data/assets/themes/j1/{extensions → modules}/carousel/js/carousel.min.js +0 -0
  110. data/assets/themes/j1/{extensions → modules}/clipboard/LICENSE +0 -0
  111. data/assets/themes/j1/{extensions → modules}/clipboard/css/theme/uno.css +1 -1
  112. data/assets/themes/j1/{extensions → modules}/clipboard/css/theme/uno.min.css +1 -1
  113. data/assets/themes/j1/{extensions → modules}/clipboard/js/clipboard.js +0 -0
  114. data/assets/themes/j1/{extensions → modules}/clipboard/js/clipboard.min.js +0 -0
  115. data/assets/themes/j1/{extensions → modules}/iconifyAPI/js/iconify.min.js +0 -0
  116. data/assets/themes/j1/{extensions → modules}/iframeResizer/LICENSE +0 -0
  117. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.absolute.html +2 -5
  118. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.content.html +17 -44
  119. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.hover.html +2 -5
  120. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.nested.html +5 -7
  121. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.textarea.html +1 -1
  122. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/frame.tolerance.html +3 -5
  123. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/index.html +4 -3
  124. data/assets/themes/j1/{extensions → modules}/iframeResizer/examples/two.html +4 -3
  125. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.js +0 -0
  126. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.map +0 -0
  127. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/client/iframeResizer.contentWindow.min.js +0 -0
  128. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.js +0 -0
  129. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.map +0 -0
  130. data/assets/themes/j1/{extensions → modules}/iframeResizer/js/iframeResizer.min.js +0 -0
  131. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.js +468 -0
  132. data/assets/themes/j1/modules/jekyllSearch/js/simple-jekyll-search.min.js +6 -0
  133. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/README.md +0 -0
  134. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/js/jquery.mousewheel.js +0 -0
  135. data/assets/themes/j1/{extensions → modules}/jqMouseWheel/js/jquery.mousewheel.min.js +0 -0
  136. data/assets/themes/j1/modules/jquery/js/jquery.js +10869 -0
  137. data/assets/themes/j1/modules/jquery/js/jquery.min.js +2 -0
  138. data/assets/themes/j1/{extensions → modules}/justifiedGallery/LICENSE +0 -0
  139. data/assets/themes/j1/{extensions → modules}/justifiedGallery/README.md +0 -0
  140. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.css +0 -0
  141. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/css/justifiedGallery.min.css +0 -0
  142. data/assets/themes/j1/{extensions/justifiedGallery/_versions/v4.0.0 → modules/justifiedGallery/_versions/v3.7.0}/css/theme/uno.css +1 -1
  143. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.3.7.0.js +0 -0
  144. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.js +0 -0
  145. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/js/justifiedGallery.min.js +0 -0
  146. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/less/.csslintrc +0 -0
  147. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v3.7.0/less/justifiedGallery.less +0 -0
  148. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.css +0 -0
  149. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/css/justifiedGallery.min.css +0 -0
  150. data/assets/themes/j1/{extensions/justifiedGallery/_versions/v3.7.0 → modules/justifiedGallery/_versions/v4.0.0}/css/theme/uno.css +1 -1
  151. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.js +0 -0
  152. data/assets/themes/j1/{extensions → modules}/justifiedGallery/_versions/v4.0.0/js/jquery.justifiedGallery.min.js +0 -0
  153. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/justifiedGallery.css +0 -0
  154. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/justifiedGallery.min.css +0 -0
  155. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/theme/uno.css +1 -1
  156. data/assets/themes/j1/{extensions → modules}/justifiedGallery/css/theme/uno.min.css +1 -1
  157. data/assets/themes/j1/{extensions → modules}/justifiedGallery/js/justifiedGallery.js +0 -0
  158. data/assets/themes/j1/{extensions → modules}/justifiedGallery/js/justifiedGallery.min.js +0 -0
  159. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-fb-comment-box.css +0 -0
  160. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-fb-comment-box.min.css +0 -0
  161. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-transitions.css +0 -0
  162. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lg-transitions.min.css +0 -0
  163. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lightgallery.css +0 -0
  164. data/assets/themes/j1/{extensions → modules}/lightGallery/css/core/lightgallery.min.css +0 -0
  165. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.eot +0 -0
  166. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.svg +0 -0
  167. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.ttf +0 -0
  168. data/assets/themes/j1/{extensions → modules}/lightGallery/css/fonts/lg.woff +0 -0
  169. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/loading.gif +0 -0
  170. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/video-play.png +0 -0
  171. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/vimeo-play.png +0 -0
  172. data/assets/themes/j1/{extensions → modules}/lightGallery/css/img/youtube-play.png +0 -0
  173. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/animation-w.png +0 -0
  174. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/customize-w.png +0 -0
  175. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/dynamic-w.png +0 -0
  176. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/facebook-icon.svg +0 -0
  177. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/googleplus-icon.svg +0 -0
  178. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/html5-w.png +0 -0
  179. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/linked-in.png +0 -0
  180. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/module-w.png +0 -0
  181. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/play-button.png +0 -0
  182. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/responsive-w.png +0 -0
  183. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/thumb-w.png +0 -0
  184. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/touch-w.png +0 -0
  185. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/twitter-icon.svg +0 -0
  186. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/twitter.png +0 -0
  187. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/video1-w.png +0 -0
  188. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/zoom-w.png +0 -0
  189. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/icons/zoom.png +0 -0
  190. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/uno.css +1 -1
  191. data/assets/themes/j1/{extensions → modules}/lightGallery/css/themes/uno.min.css +1 -1
  192. data/assets/themes/j1/{extensions → modules}/lightGallery/js/core/lightgallery.js +0 -0
  193. data/assets/themes/j1/{extensions → modules}/lightGallery/js/core/lightgallery.min.js +0 -0
  194. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/j1/j1-video.js +0 -0
  195. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/j1/j1-video.min.js +0 -0
  196. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-autoplay.js +0 -0
  197. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-autoplay.min.js +0 -0
  198. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-fullscreen.js +0 -0
  199. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-fullscreen.min.js +0 -0
  200. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-hash.js +0 -0
  201. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-hash.min.js +0 -0
  202. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-pager.js +0 -0
  203. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-pager.min.js +0 -0
  204. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-share.js +0 -0
  205. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-share.min.js +0 -0
  206. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-thumbnail.js +0 -0
  207. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-thumbnail.min.js +0 -0
  208. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-video.js +0 -0
  209. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-video.min.js +0 -0
  210. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-zoom.js +0 -0
  211. data/assets/themes/j1/{extensions → modules}/lightGallery/js/modules/lg-zoom.min.js +0 -0
  212. data/assets/themes/j1/{extensions → modules}/lightbox/LICENSE +0 -0
  213. data/assets/themes/j1/{extensions → modules}/lightbox/css/lightbox.css +1 -1
  214. data/assets/themes/j1/{extensions → modules}/lightbox/css/lightbox.min.css +1 -1
  215. data/assets/themes/j1/{extensions → modules}/lightbox/css/theme/uno.css +1 -1
  216. data/assets/themes/j1/{extensions → modules}/lightbox/css/theme/uno.min.css +1 -1
  217. data/assets/themes/j1/{extensions → modules}/lightbox/images/close.png +0 -0
  218. data/assets/themes/j1/{extensions → modules}/lightbox/images/loading.gif +0 -0
  219. data/assets/themes/j1/{extensions → modules}/lightbox/images/next.png +0 -0
  220. data/assets/themes/j1/{extensions → modules}/lightbox/images/prev.png +0 -0
  221. data/assets/themes/j1/{extensions → modules}/lightbox/js/lightbox.js +0 -0
  222. data/assets/themes/j1/{extensions → modules}/lightbox/js/lightbox.min.js +0 -0
  223. data/assets/themes/j1/{extensions → modules}/mmenuLight/css/mmenu.css +1 -1
  224. data/assets/themes/j1/{extensions → modules}/mmenuLight/css/mmenu.min.css +0 -0
  225. data/assets/themes/j1/{extensions/mmenuLight/css/theme/uno.min.css → modules/mmenuLight/css/theme/uno.css} +21 -12
  226. data/assets/themes/j1/{extensions/mmenuLight/css/theme/uno.css → modules/mmenuLight/css/theme/uno.min.css} +2 -2
  227. data/assets/themes/j1/modules/mmenuLight/js/mmenu.js +563 -0
  228. data/assets/themes/j1/{extensions/mmenuLight/js/mmenu.js → modules/mmenuLight/js/mmenu.min.js} +1 -1
  229. data/assets/themes/j1/{extensions → modules}/noUISlider/LICENSE +0 -0
  230. data/assets/themes/j1/{extensions → modules}/noUISlider/css/nouislider.css +0 -0
  231. data/assets/themes/j1/{extensions → modules}/noUISlider/css/nouislider.min.css +0 -0
  232. data/assets/themes/j1/{extensions → modules}/noUISlider/js/nouislider.js +0 -0
  233. data/assets/themes/j1/{extensions → modules}/noUISlider/js/nouislider.min.js +0 -0
  234. data/assets/themes/j1/modules/polyfills/js/msie.js +140 -0
  235. data/assets/themes/j1/modules/popper/js/popper.js +2623 -0
  236. data/assets/themes/j1/modules/popper/js/popper.js.map +1 -0
  237. data/assets/themes/j1/modules/popper/js/popper.min.js +4 -0
  238. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -0
  239. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.dark/theme.css +0 -0
  240. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.light/theme.css +0 -0
  241. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.dark/theme.css +0 -0
  242. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai.light/theme.css +0 -0
  243. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.monokai/theme.css +0 -0
  244. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.dark/theme.css +0 -0
  245. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized.light/theme.css +0 -0
  246. data/assets/themes/j1/{extensions → modules}/rouge/css/base16.solarized/theme.css +0 -0
  247. data/assets/themes/j1/{extensions → modules}/rouge/css/base16/theme.css +0 -0
  248. data/assets/themes/j1/{extensions → modules}/rouge/css/colorful/theme.css +0 -0
  249. data/assets/themes/j1/{extensions → modules}/rouge/css/github/theme.css +0 -0
  250. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.dark/theme.css +0 -0
  251. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox.light/theme.css +0 -0
  252. data/assets/themes/j1/{extensions → modules}/rouge/css/gruvbox/theme.css +0 -0
  253. data/assets/themes/j1/{extensions → modules}/rouge/css/igorpro/theme.css +0 -0
  254. data/assets/themes/j1/{extensions → modules}/rouge/css/molokai/theme.css +0 -0
  255. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai.sublime/theme.css +0 -0
  256. data/assets/themes/j1/{extensions → modules}/rouge/css/monokai/theme.css +0 -0
  257. data/assets/themes/j1/{extensions → modules}/rouge/css/pastie/theme.css +0 -0
  258. data/assets/themes/j1/{extensions → modules}/rouge/css/thankful_eyes/theme.css +0 -0
  259. data/assets/themes/j1/{extensions → modules}/rouge/css/tulip/theme.css +0 -0
  260. data/assets/themes/j1/modules/tocbot/css/theme/uno.css +89 -0
  261. data/assets/themes/j1/modules/tocbot/css/theme/uno.min.css +89 -0
  262. data/assets/themes/j1/modules/tocbot/css/tocbot.css +75 -0
  263. data/assets/themes/j1/modules/tocbot/css/tocbot.min.css +19 -0
  264. data/assets/themes/j1/modules/tocbot/js/tocbot.js +19 -0
  265. data/assets/themes/j1/modules/tocbot/js/tocbot.min.js +19 -0
  266. data/assets/themes/j1/{extensions → modules}/twemoji/js/LICENSE +0 -0
  267. data/assets/themes/j1/{extensions → modules}/twemoji/js/picker/LICENSE +0 -0
  268. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +275 -0
  269. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +275 -0
  270. data/assets/themes/j1/{extensions → modules}/twemoji/js/twemoji.js +0 -1
  271. data/assets/themes/j1/modules/twemoji/js/twemoji.min.js +25 -0
  272. data/assets/themes/j1/modules/util/js/js.cookie.js +163 -0
  273. data/assets/themes/j1/modules/util/js/lite-url.js +203 -0
  274. data/assets/themes/j1/modules/util/js/lite-url.min.js +7 -0
  275. data/assets/themes/j1/modules/util/js/log4javascript.js +264 -0
  276. data/assets/themes/j1/modules/util/js/platform.js +1260 -0
  277. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.css +0 -0
  278. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/city.min.css +0 -0
  279. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.css +0 -0
  280. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/fantasy.min.css +0 -0
  281. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.css +0 -0
  282. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/forest.min.css +0 -0
  283. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.css +0 -0
  284. data/assets/themes/j1/{extensions → modules}/videojs/css/themes/sea.min.css +0 -0
  285. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.css +0 -0
  286. data/assets/themes/j1/{extensions → modules}/videojs/css/video-js.min.css +0 -0
  287. data/assets/themes/j1/{extensions → modules}/videojs/js/video.js +0 -0
  288. data/assets/themes/j1/{extensions → modules}/videojs/js/video.min.js +0 -0
  289. data/assets/themes/j1/{extensions → modules}/vimeo/froogaloop/js/froogaloop2.min.js +0 -0
  290. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js +0 -0
  291. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.js.map +0 -0
  292. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js +0 -0
  293. data/assets/themes/j1/{extensions → modules}/vimeo/player/js/player.min.js.map +0 -0
  294. data/lib/j1/version.rb +3 -3
  295. data/lib/j1_app/j1_auth_manager/views/auth_manager_ui.erb +391 -389
  296. data/lib/starter_web/Gemfile +20 -13
  297. data/lib/starter_web/_config.yml +2 -2
  298. data/lib/starter_web/_data/apps/carousel.yml +6 -7
  299. data/lib/starter_web/_data/apps/defaults/carousel.yml +2 -3
  300. data/lib/starter_web/_data/apps/defaults/gallery_customizer.yml +1 -2
  301. data/lib/starter_web/_data/apps/defaults/justified_gallery.yml +1 -2
  302. data/lib/starter_web/_data/apps/defaults/light_gallery.yml +1 -2
  303. data/lib/starter_web/_data/apps/defaults/lightbox.yml +1 -2
  304. data/lib/starter_web/_data/apps/gallery_customizer.yml +1 -2
  305. data/lib/starter_web/_data/apps/justified_gallery.yml +4 -5
  306. data/lib/starter_web/_data/apps/light_gallery.yml +1 -2
  307. data/lib/starter_web/_data/apps/lightbox.yml +1 -2
  308. data/lib/starter_web/_data/blocks/banner.yml +3 -4
  309. data/lib/starter_web/_data/blocks/defaults/banner.yml +3 -4
  310. data/lib/starter_web/_data/blocks/defaults/footer.yml +1 -2
  311. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -4
  312. data/lib/starter_web/_data/blocks/footer.yml +1 -2
  313. data/lib/starter_web/_data/blocks/panel.yml +14 -15
  314. data/lib/starter_web/_data/builder/blog_navigator.yml +1 -2
  315. data/lib/starter_web/_data/layouts/app.yml +1 -2
  316. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -2
  317. data/lib/starter_web/_data/layouts/collection.yml +1 -2
  318. data/lib/starter_web/_data/layouts/home.yml +5 -6
  319. data/lib/starter_web/_data/layouts/post.yml +1 -2
  320. data/lib/starter_web/_data/layouts/raw.yml +1 -2
  321. data/lib/starter_web/_data/modules/advertising.yml +0 -1
  322. data/lib/starter_web/_data/modules/attics.yml +0 -1
  323. data/lib/starter_web/_data/modules/authentication.yml +0 -1
  324. data/lib/starter_web/_data/modules/{cookie_consent.yml → back2top.yml} +7 -13
  325. data/lib/starter_web/_data/modules/cookiebar.yml +2 -2
  326. data/lib/starter_web/_data/modules/defaults/attics.yml +5 -3
  327. data/lib/starter_web/_data/modules/defaults/authentication.yml +8 -10
  328. data/lib/starter_web/_data/modules/defaults/back2top.yml +146 -0
  329. data/lib/starter_web/_data/modules/defaults/cookiebar.yml +101 -50
  330. data/lib/starter_web/_data/modules/defaults/framer.yml +1 -3
  331. data/lib/starter_web/_data/modules/defaults/jekyll_search.yml +4 -2
  332. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +4 -5
  333. data/lib/starter_web/_data/modules/defaults/log4r.yml +1 -2
  334. data/lib/starter_web/_data/modules/defaults/navigator.yml +16 -14
  335. data/lib/starter_web/_data/modules/defaults/stickybits.yml +1 -2
  336. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -2
  337. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -2
  338. data/lib/starter_web/_data/modules/framer.yml +1 -2
  339. data/lib/starter_web/_data/modules/log4javascript.yml +4 -5
  340. data/lib/starter_web/_data/modules/log4r.yml +1 -2
  341. data/lib/starter_web/_data/modules/navigator_menu.yml +6 -7
  342. data/lib/starter_web/_data/modules/themer.yml +9 -9
  343. data/lib/starter_web/_data/modules/toccer.yml +1 -1
  344. data/lib/starter_web/_data/resources.yml +267 -170
  345. data/lib/starter_web/_data/template_settings.yml +11 -10
  346. data/lib/starter_web/_data/utilities/util_srv.yml +1 -1
  347. data/lib/starter_web/_plugins/asciidoctor-extensions/banner.rb +43 -0
  348. data/lib/starter_web/_plugins/asciidoctor-extensions/panel.rb +43 -0
  349. data/lib/starter_web/_plugins/{asciidoctor-extensions/lorem-inline.rb → lorem-inline.rb} +0 -0
  350. data/lib/starter_web/assets/images/modules/attics/aditya-joshi-1920x1280.jpg +0 -0
  351. data/lib/starter_web/assets/images/modules/attics/admin-dashboard-bootstrap-1280x600.jpg +0 -0
  352. data/lib/starter_web/assets/images/modules/attics/alex-holyoake-1920x1280.jpg +0 -0
  353. data/lib/starter_web/assets/images/modules/attics/anaya-katlego-1920x1280.jpg +0 -0
  354. data/lib/starter_web/assets/images/modules/attics/antonella-lombardi-1920x1280.jpg +0 -0
  355. data/lib/starter_web/assets/images/modules/attics/antonino-visalli-1920x1280.jpg +0 -0
  356. data/lib/starter_web/assets/images/modules/attics/banner/library-1920x800-bw.jpg +0 -0
  357. data/lib/starter_web/assets/images/modules/attics/banner/signpost-1920x800-bw.jpg +0 -0
  358. data/lib/starter_web/assets/images/modules/attics/banner/water-journal-1280x600.jpg +0 -0
  359. data/lib/starter_web/assets/images/modules/attics/banner/write-1280x600-bw.jpg +0 -0
  360. data/lib/starter_web/assets/images/modules/attics/brandon-mowinkel-1920x1280.jpg +0 -0
  361. data/lib/starter_web/assets/images/modules/attics/building-blocks-1920x1280-bw.jpg +0 -0
  362. data/lib/starter_web/assets/images/modules/attics/cookies-1920x1200-bw.jpg +0 -0
  363. data/lib/starter_web/assets/images/modules/attics/daniel-jensen-1920x1280.jpg +0 -0
  364. data/lib/starter_web/assets/images/modules/attics/giammarco-boscaro-1920x1280.jpg +0 -0
  365. data/lib/starter_web/assets/images/modules/attics/go-up-1920x1280-bw.jpg +0 -0
  366. data/lib/starter_web/assets/images/modules/attics/ian-schneider-1920x1280.jpg +0 -0
  367. data/lib/starter_web/assets/images/modules/attics/ideas-start-here-1920x1280-bw.jpg +0 -0
  368. data/lib/starter_web/assets/images/modules/attics/jason-rosewell-1920x1280.jpg +0 -0
  369. data/lib/starter_web/assets/images/modules/attics/jessica-ruscello-1920x1280.jpg +0 -0
  370. data/lib/starter_web/assets/images/modules/attics/lianhao-1920x1280.jpg +0 -0
  371. data/lib/starter_web/assets/images/modules/attics/library-1920x1280-bw.jpg +0 -0
  372. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280-v.jpg +0 -0
  373. data/lib/starter_web/assets/images/modules/attics/mae-mue-1920x1280.jpg +0 -0
  374. data/lib/starter_web/assets/images/modules/attics/matthaeus-1920x1280.jpg +0 -0
  375. data/lib/starter_web/assets/images/modules/attics/nousnou-iwasaki-1920x1280.jpg +0 -0
  376. data/lib/starter_web/assets/images/modules/attics/premium-1920x1280-bw.jpg +0 -0
  377. data/lib/starter_web/assets/images/modules/attics/robert-v-ruggiero-1920x1280.jpg +0 -0
  378. data/lib/starter_web/assets/images/modules/attics/romain-vignes-1920x1280.jpg +0 -0
  379. data/lib/starter_web/assets/images/modules/attics/runner-1920x1200-bw.jpg +0 -0
  380. data/lib/starter_web/assets/images/modules/attics/spider-web-1920x1200-bw.jpg +0 -0
  381. data/lib/starter_web/assets/images/modules/attics/the-place-1920x1280-bw.jpg +0 -0
  382. data/lib/starter_web/assets/images/modules/attics/welcome-1920x1280-bw.jpg +0 -0
  383. data/lib/starter_web/assets/images/modules/carousel/cats/cat-1.jpg +0 -0
  384. data/lib/starter_web/assets/images/modules/carousel/cats/cat-2.jpg +0 -0
  385. data/lib/starter_web/assets/images/modules/carousel/cats/cat-3.jpg +0 -0
  386. data/lib/starter_web/assets/images/modules/carousel/cats/cat-4.jpg +0 -0
  387. data/lib/starter_web/assets/images/modules/carousel/cats/cat-5.jpg +0 -0
  388. data/lib/starter_web/assets/images/modules/carousel/cats/cat-6.jpg +0 -0
  389. data/lib/starter_web/assets/images/modules/carousel/cats/cat-7.jpg +0 -0
  390. data/lib/starter_web/assets/images/modules/carousel/cats/cat-8.jpg +0 -0
  391. data/lib/starter_web/assets/images/modules/carousel/mega_cities/andreas-brucker_b.jpg +0 -0
  392. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  393. data/lib/starter_web/assets/images/modules/carousel/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  394. data/lib/starter_web/assets/images/modules/carousel/mega_cities/luca-bravo_b.jpg +0 -0
  395. data/lib/starter_web/assets/images/modules/carousel/mega_cities/thomas-tucker_b.jpg +0 -0
  396. data/lib/starter_web/assets/images/modules/gallery/mega_cities/andreas-brucker_b.jpg +0 -0
  397. data/lib/starter_web/assets/images/modules/gallery/mega_cities/banter-snaps_b.jpg +0 -0
  398. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-1_b.jpg +0 -0
  399. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2-bw.jpg +0 -0
  400. data/lib/starter_web/assets/images/modules/gallery/mega_cities/denys-nevozhai-2_b.jpg +0 -0
  401. data/lib/starter_web/assets/images/modules/gallery/mega_cities/emmad-mazhari_b.jpg +0 -0
  402. data/lib/starter_web/assets/images/modules/gallery/mega_cities/ethan-brooke_b.jpg +0 -0
  403. data/lib/starter_web/assets/images/modules/gallery/mega_cities/federico-rizzarelli_b.jpg +0 -0
  404. data/lib/starter_web/assets/images/modules/gallery/mega_cities/gints-gailis_b.jpg +0 -0
  405. data/lib/starter_web/assets/images/modules/gallery/mega_cities/johan-mouchet_b.jpg +0 -0
  406. data/lib/starter_web/assets/images/modules/gallery/mega_cities/luca-bravo_b.jpg +0 -0
  407. data/lib/starter_web/assets/images/modules/gallery/mega_cities/oskars-sylwan_b.jpg +0 -0
  408. data/lib/starter_web/assets/images/modules/gallery/mega_cities/steven-diaz_b.jpg +0 -0
  409. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker-bw.jpg +0 -0
  410. data/lib/starter_web/assets/images/modules/gallery/mega_cities/thomas-tucker_b.jpg +0 -0
  411. data/lib/starter_web/assets/images/modules/lightbox/close.png +0 -0
  412. data/lib/starter_web/assets/images/modules/lightbox/loading.gif +0 -0
  413. data/lib/starter_web/assets/images/modules/lightbox/next.png +0 -0
  414. data/lib/starter_web/assets/images/modules/lightbox/prev.png +0 -0
  415. data/lib/starter_web/assets/images/pages/material/apple-touch-icon.png +0 -0
  416. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-1.jpg +0 -0
  417. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-2.jpg +0 -0
  418. data/lib/starter_web/assets/images/pages/roundtrip/100_present_images/lightbox-image-3.jpg +0 -0
  419. data/lib/starter_web/assets/images/pages/roundtrip/bootstrap-1920x1000-bw.jpg +0 -0
  420. data/lib/starter_web/assets/images/pages/roundtrip/cards-1920x1280-bw.jpg +0 -0
  421. data/lib/starter_web/assets/images/pages/roundtrip/emojies-1920x1280-bw.jpg +0 -0
  422. data/lib/starter_web/assets/images/pages/roundtrip/icon-fonts-1920x1280-bw.jpg +0 -0
  423. data/lib/starter_web/assets/images/pages/roundtrip/images-1920x1280-bw.jpg +0 -0
  424. data/lib/starter_web/assets/images/pages/roundtrip/puzzle-1920x1280-bw.jpg +0 -0
  425. data/lib/starter_web/assets/images/pages/roundtrip/tables-1920x1280-bw.jpg +0 -0
  426. data/lib/starter_web/assets/images/pages/roundtrip/themes-1920x1280-bw.jpg +0 -0
  427. data/lib/starter_web/assets/images/pages/roundtrip/typography-1920x1280-bw.jpg +0 -0
  428. data/lib/starter_web/assets/videos/gallery/adriana-lima-poster.jpg +0 -0
  429. data/lib/starter_web/assets/videos/gallery/kick-it-old-school-poster.jpg +0 -0
  430. data/lib/starter_web/assets/videos/gallery/video1-poster.jpg +0 -0
  431. data/lib/starter_web/assets/videos/gallery/video2-poster.jpg +0 -0
  432. data/lib/starter_web/assets/videos/gallery/video2-thumb.jpg +0 -0
  433. data/lib/starter_web/assets/videos/headers/still/underground-broadway.jpg +0 -0
  434. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.jpg +0 -0
  435. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1-template.adoc.erb +3 -4
  436. data/lib/starter_web/collections/posts/public/featured/_posts/2018-05-01-confusion-about-base-url.adoc +1 -1
  437. data/lib/starter_web/collections/posts/public/featured/_posts/2019-05-01-top-open-source-static-site-generators.adoc +17 -17
  438. data/lib/starter_web/collections/posts/public/featured/_posts/2019-06-01-about-cookies.adoc +36 -40
  439. data/lib/starter_web/collections/posts/public/series/_posts/2018-11-01-docker-using-shared-folders.adoc +4 -6
  440. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-20-minneapolis.adoc +1 -3
  441. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-24-narcisse-snake-dens.adoc +3 -3
  442. data/lib/starter_web/collections/posts/public/wikipedia/_posts/2016-11-26-columbia-river.adoc +4 -4
  443. data/lib/starter_web/index.html +3 -5
  444. data/lib/starter_web/package.json +11 -11
  445. data/lib/starter_web/pages/{public → protected}/site_search.adoc +2 -2
  446. data/lib/starter_web/pages/public/blog/navigator/archive.html +24 -18
  447. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +39 -34
  448. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +43 -30
  449. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +29 -29
  450. data/lib/starter_web/pages/public/blog/navigator/index.html +2 -2
  451. data/lib/starter_web/pages/public/learn/examples/floating_div.adoc +1 -1
  452. data/lib/starter_web/pages/public/learn/kickstarter/web_in_a_day/100_meet_and_greet_jekyll.adoc +1 -0
  453. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.1.asciidoc +1 -2
  454. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour.adoc +1 -2
  455. data/lib/starter_web/pages/public/learn/roundtrip/000_bs_tour_api.adoc +16 -18
  456. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/attributes.asciidoc +3 -3
  457. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_info.asciidoc +5 -2
  458. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_left_warning.asciidoc +2 -2
  459. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_bottom_right_danger.asciidoc +2 -2
  460. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_central_success.asciidoc +2 -2
  461. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_left_info.asciidoc +2 -2
  462. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_full_height_right_success.asciidoc +2 -2
  463. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_info.asciidoc +3 -3
  464. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_left_info.asciidoc +2 -2
  465. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/410_top_right_success.asciidoc +2 -2
  466. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  467. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  468. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +15 -12
  469. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  470. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +1 -1
  471. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +10 -37
  472. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  473. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +20 -22
  474. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/attributes.asciidoc +0 -0
  475. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/000_includes/documents/100_buttons.asciidoc +0 -0
  476. data/lib/starter_web/pages/public/{previewer/mdb_preview → learn/roundtrip/510_mdb_preview}/mdb_previewer.adoc +0 -0
  477. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/attributes.asciidoc +1 -1
  478. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_info.asciidoc +1 -1
  479. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  480. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  481. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_central_success.asciidoc +1 -1
  482. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_left_info.asciidoc +1 -1
  483. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_full_height_right_success.asciidoc +1 -1
  484. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_info.asciidoc +1 -1
  485. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_left_info.asciidoc +1 -1
  486. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/410_top_right_success.asciidoc +1 -1
  487. data/lib/starter_web/pages/public/learn/vtutorials/000_includes/documents/419_advanced_modals_html.asciidoc +5 -5
  488. data/lib/starter_web/pages/public/learn/whats_up.adoc +1 -2
  489. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +1 -1
  490. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +2 -2
  491. data/lib/starter_web/pages/public/previewer/bootstrap_theme.adoc +215 -179
  492. data/lib/starter_web/pages/public/previewer/iframer.adoc +3 -2
  493. data/lib/starter_web/pages/public/previewer/justified_gallery.html +1 -1
  494. data/lib/starter_web/pages/public/previewer/mdi_icons_preview.adoc +2 -2
  495. data/lib/starter_web/pages/public/previewer/twitter_emoji_preview.adoc +1 -1
  496. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  497. data/lib/starter_web/utilsrv/package.json +1 -1
  498. metadata +256 -204
  499. data/assets/themes/j1/adapter/js/cookie_consent.js +0 -286
  500. data/assets/themes/j1/core/css/custom.scss +0 -28
  501. data/assets/themes/j1/core/css/globals.css +0 -14523
  502. data/assets/themes/j1/core/css/globals.min.css +0 -1
  503. data/assets/themes/j1/core/css/uno.scss +0 -28
  504. data/assets/themes/j1/core/css/vendor.scss +0 -28
  505. data/assets/themes/j1/extensions/twemoji/js/picker/twemoji-picker.js +0 -21
  506. data/assets/themes/j1/extensions/twemoji/js/picker/twemoji-picker.min.js +0 -21
  507. data/assets/themes/j1/extensions/twemoji/js/twemoji.min.js +0 -25
  508. data/lib/starter_web/assets/videos/headers/still/underground-broadway.png +0 -0
  509. data/lib/starter_web/assets/videos/headers/still/victoria-oskolovich-on-vimeo.png +0 -0
  510. data/lib/starter_web/pages/public/clear_button.adoc +0 -121
  511. data/lib/starter_web/pages/public/learn/roundtrip/000_includes/documents/419_advanced_modals_html.asciidoc +0 -928
@@ -0,0 +1,7 @@
1
+ /*!
2
+ * animate.css -http://daneden.me/animate
3
+ * Version - 3.5.1
4
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
5
+ *
6
+ * Copyright (C) 2016 Daniel Eden
7
+ */.animated{animation-duration:1.5s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes a{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:a;transform-origin:center bottom}@keyframes b{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:b}@keyframes c{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:c}@keyframes d{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:d}@keyframes e{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:e}@keyframes f{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:f}@keyframes g{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:g}@keyframes h{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:h}@keyframes i{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:i}@keyframes j{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39063deg) skewY(.39063deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:j;transform-origin:center}@keyframes k{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:k}@keyframes l{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:l}@keyframes m{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:m}@keyframes n{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:n}@keyframes o{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:o}@keyframes p{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:p}@keyframes q{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:q}@keyframes r{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:r}@keyframes s{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:s}@keyframes t{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:t}@keyframes u{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:u}@keyframes v{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:v}@keyframes w{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:w}@keyframes x{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:x}@keyframes y{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:y}@keyframes z{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:z}@keyframes A{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:A}@keyframes B{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:B}@keyframes C{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:C}@keyframes D{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:D}@keyframes E{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:E}@keyframes F{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:F}@keyframes G{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:G}@keyframes H{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:H}@keyframes I{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:I}@keyframes J{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:J}@keyframes K{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:K}@keyframes L{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:L}@keyframes M{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:M}@keyframes N{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:N}@keyframes O{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:O}@keyframes P{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:P;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes Q{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:Q}@keyframes R{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:R;animation-timing-function:ease-out}@keyframes S{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:S;animation-timing-function:ease-in}@keyframes T{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:T}@keyframes U{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:U}@keyframes V{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:V}@keyframes W{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:W}@keyframes X{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:X}@keyframes Y{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:Y}@keyframes Z{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:Z}@keyframes ab{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:ab}@keyframes bb{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:bb}@keyframes cb{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:cb}@keyframes db{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:db}@keyframes eb{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:eb}@keyframes fb{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:fb}@keyframes gb{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:gb}@keyframes hb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:hb}@keyframes ib{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:ib}@keyframes jb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:jb}@keyframes kb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:kb}@keyframes lb{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:lb}@keyframes mb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:mb}@keyframes nb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:nb}@keyframes ob{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:ob}@keyframes pb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:pb}@keyframes qb{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:qb}@keyframes rb{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:rb}@keyframes sb{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:sb}@keyframes tb{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:tb}@keyframes ub{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:ub}@keyframes vb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:vb}@keyframes wb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:wb}@keyframes xb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:xb}
@@ -0,0 +1,4415 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/vendor/fonts/_font_awesome_5.scss
4
+ # Font Awesome 5.8.1 by @fontawesome - http://fontawesome.com
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # http://fontawesome.io
9
+ #
10
+ # Copyright (C) 2020 Juergen Adams
11
+ #
12
+ # J1 Template is licensed under the MIT License.
13
+ # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE
14
+ # Font Awesome is licensed for Icons: CC BY 4.0
15
+ # Font Awesome is licensed for Fonts: SIL OFL 1.1
16
+ # Font Awesome is licensed for CSS|Code: MIT License
17
+ # See: http://fontawesome.com/license
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+ /* FONT PATH
21
+ ----------------------------------------------------------------------------- */
22
+ @font-face {
23
+ font-family: 'Font Awesome 5 Brands';
24
+ font-style: normal;
25
+ font-weight: normal;
26
+ font-display: auto;
27
+ src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot");
28
+ src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff") format("woff"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.ttf") format("truetype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
29
+
30
+ .fab {
31
+ font-family: 'Font Awesome 5 Brands'; }
32
+
33
+ @font-face {
34
+ font-family: 'Font Awesome 5 Free';
35
+ font-style: normal;
36
+ font-weight: 400;
37
+ font-display: auto;
38
+ src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.eot");
39
+ src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff") format("woff"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.ttf") format("truetype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
40
+
41
+ .far {
42
+ font-family: 'Font Awesome 5 Free';
43
+ font-weight: 400; }
44
+
45
+ @font-face {
46
+ font-family: 'Font Awesome 5 Free';
47
+ font-style: normal;
48
+ font-weight: 900;
49
+ font-display: auto;
50
+ src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.eot");
51
+ src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff") format("woff"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.ttf") format("truetype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
52
+
53
+ .fa,
54
+ .fas {
55
+ font-family: 'Font Awesome 5 Free';
56
+ font-weight: 900; }
57
+
58
+ /* FONT STYLE|S
59
+ ----------------------------------------------------------------------------- */
60
+ .fa,
61
+ .fas {
62
+ font-family: 'Font Awesome 5 Free';
63
+ font-weight: 900; }
64
+
65
+ .fab {
66
+ font-family: 'Font Awesome 5 Brands'; }
67
+
68
+ .far {
69
+ font-family: 'Font Awesome 5 Free';
70
+ font-weight: 400; }
71
+
72
+ .fa,
73
+ .fas,
74
+ .far,
75
+ .fal,
76
+ .fab {
77
+ -moz-osx-font-smoothing: grayscale;
78
+ -webkit-font-smoothing: antialiased;
79
+ display: inline-block;
80
+ font-style: normal;
81
+ font-variant: normal;
82
+ text-rendering: auto;
83
+ line-height: 1; }
84
+
85
+ .fa-lg {
86
+ font-size: 1.33333em;
87
+ line-height: 0.75em;
88
+ vertical-align: -.0667em; }
89
+
90
+ .fa-xs {
91
+ font-size: .75em; }
92
+
93
+ .fa-sm {
94
+ font-size: .875em; }
95
+
96
+ .fa-1x {
97
+ font-size: 1em; }
98
+
99
+ .fa-2x {
100
+ font-size: 2em; }
101
+
102
+ .fa-3x {
103
+ font-size: 3em; }
104
+
105
+ .fa-4x {
106
+ font-size: 4em; }
107
+
108
+ .fa-5x {
109
+ font-size: 5em; }
110
+
111
+ .fa-6x {
112
+ font-size: 6em; }
113
+
114
+ .fa-7x {
115
+ font-size: 7em; }
116
+
117
+ .fa-8x {
118
+ font-size: 8em; }
119
+
120
+ .fa-9x {
121
+ font-size: 9em; }
122
+
123
+ .fa-10x {
124
+ font-size: 10em; }
125
+
126
+ .fa-fw {
127
+ text-align: center;
128
+ width: 1.25em; }
129
+
130
+ .fa-ul {
131
+ list-style-type: none;
132
+ margin-left: 2.5em;
133
+ padding-left: 0; }
134
+
135
+ .fa-ul > li {
136
+ position: relative; }
137
+
138
+ .fa-li {
139
+ left: -2em;
140
+ position: absolute;
141
+ text-align: center;
142
+ width: 2em;
143
+ line-height: inherit; }
144
+
145
+ .fa-border {
146
+ border: solid 0.08em #eee;
147
+ border-radius: .1em;
148
+ padding: .2em .25em .15em; }
149
+
150
+ .fa-pull-left {
151
+ float: left; }
152
+
153
+ .fa-pull-right {
154
+ float: right; }
155
+
156
+ .fa.fa-pull-left,
157
+ .fas.fa-pull-left,
158
+ .far.fa-pull-left,
159
+ .fal.fa-pull-left,
160
+ .fab.fa-pull-left {
161
+ margin-right: .3em; }
162
+
163
+ .fa.fa-pull-right,
164
+ .fas.fa-pull-right,
165
+ .far.fa-pull-right,
166
+ .fal.fa-pull-right,
167
+ .fab.fa-pull-right {
168
+ margin-left: .3em; }
169
+
170
+ .fa-spin {
171
+ -webkit-animation: fa-spin 2s infinite linear;
172
+ animation: fa-spin 2s infinite linear; }
173
+
174
+ @-webkit-keyframes fa-spin {
175
+ 0% {
176
+ -webkit-transform: rotate(0deg);
177
+ transform: rotate(0deg); }
178
+ 100% {
179
+ -webkit-transform: rotate(360deg);
180
+ transform: rotate(360deg); } }
181
+
182
+ @keyframes fa-spin {
183
+ 0% {
184
+ -webkit-transform: rotate(0deg);
185
+ transform: rotate(0deg); }
186
+ 100% {
187
+ -webkit-transform: rotate(360deg);
188
+ transform: rotate(360deg); } }
189
+
190
+ .fa-spin:hover {
191
+ animation: none; }
192
+
193
+ .fa-pulsed {
194
+ animation: pulse 2s infinite;
195
+ box-shadow: 0 0 0 rgba(204, 169, 44, 0.4); }
196
+
197
+ .fa-pulsed:hover {
198
+ animation: none; }
199
+
200
+ @-webkit-keyframes pulse {
201
+ from {
202
+ -webkit-transform: scale3d(1, 1, 1);
203
+ transform: scale3d(1, 1, 1); }
204
+ 50% {
205
+ -webkit-transform: scale3d(1.2, 1.2, 1.2);
206
+ transform: scale3d(1.2, 1.2, 1.2); }
207
+ to {
208
+ -webkit-transform: scale3d(1, 1, 1);
209
+ transform: scale3d(1, 1, 1); } }
210
+
211
+ @keyframes pulse {
212
+ from {
213
+ -webkit-transform: scale3d(1, 1, 1);
214
+ transform: scale3d(1, 1, 1); }
215
+ 50% {
216
+ -webkit-transform: scale3d(1.2, 1.2, 1.2);
217
+ transform: scale3d(1.2, 1.2, 1.2); }
218
+ to {
219
+ -webkit-transform: scale3d(1, 1, 1);
220
+ transform: scale3d(1, 1, 1); } }
221
+
222
+ .fa-rotate-45 {
223
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
224
+ -webkit-transform: rotate(45deg);
225
+ transform: rotate(45deg); }
226
+
227
+ .fa-rotate-90 {
228
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
229
+ -webkit-transform: rotate(90deg);
230
+ transform: rotate(90deg); }
231
+
232
+ .fa-rotate-135 {
233
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
234
+ -webkit-transform: rotate(135deg);
235
+ transform: rotate(135deg); }
236
+
237
+ .fa-rotate-180 {
238
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
239
+ -webkit-transform: rotate(180deg);
240
+ transform: rotate(180deg); }
241
+
242
+ .fa-rotate-225 {
243
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
244
+ -webkit-transform: rotate(225deg);
245
+ transform: rotate(225deg); }
246
+
247
+ .fa-rotate-270 {
248
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
249
+ -webkit-transform: rotate(270deg);
250
+ transform: rotate(270deg); }
251
+
252
+ .fa-rotate-315 {
253
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
254
+ -webkit-transform: rotate(315deg);
255
+ transform: rotate(315deg); }
256
+
257
+ .fa-flip-horizontal,
258
+ .fa-flip-h {
259
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
260
+ -webkit-transform: scale(-1, 1);
261
+ transform: scale(-1, 1); }
262
+
263
+ .fa-flip-vertical,
264
+ .fa-flip-v {
265
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
266
+ -webkit-transform: scale(1, -1);
267
+ transform: scale(1, -1); }
268
+
269
+ .fa-flip-horizontal.fa-flip-vertical,
270
+ .fa-flip-h.fa-flip-v {
271
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
272
+ -webkit-transform: scale(-1, -1);
273
+ transform: scale(-1, -1); }
274
+
275
+ :root .fa-rotate-90,
276
+ :root .fa-rotate-180,
277
+ :root .fa-rotate-270,
278
+ :root .fa-flip-horizontal,
279
+ :root .fa-flip-vertical {
280
+ -webkit-filter: none;
281
+ filter: none; }
282
+
283
+ .fa-stack {
284
+ display: inline-block;
285
+ height: 2em;
286
+ line-height: 2em;
287
+ position: relative;
288
+ vertical-align: middle;
289
+ width: 2em; }
290
+
291
+ .fa-stack-1x,
292
+ .fa-stack-2x {
293
+ left: 0;
294
+ position: absolute;
295
+ text-align: center;
296
+ width: 100%; }
297
+
298
+ .fa-stack-1x {
299
+ line-height: inherit; }
300
+
301
+ .fa-stack-2x {
302
+ font-size: 2em; }
303
+
304
+ .fa-inverse {
305
+ color: #fff; }
306
+
307
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
308
+ readers do not read off random characters that represent icons */
309
+ .fa-500px:before {
310
+ content: "\f26e"; }
311
+
312
+ .fa-accessible-icon:before {
313
+ content: "\f368"; }
314
+
315
+ .fa-accusoft:before {
316
+ content: "\f369"; }
317
+
318
+ .fa-acquisitions-incorporated:before {
319
+ content: "\f6af"; }
320
+
321
+ .fa-ad:before {
322
+ content: "\f641"; }
323
+
324
+ .fa-address-book:before {
325
+ content: "\f2b9"; }
326
+
327
+ .fa-address-card:before {
328
+ content: "\f2bb"; }
329
+
330
+ .fa-adjust:before {
331
+ content: "\f042"; }
332
+
333
+ .fa-adn:before {
334
+ content: "\f170"; }
335
+
336
+ .fa-adobe:before {
337
+ content: "\f778"; }
338
+
339
+ .fa-adversal:before {
340
+ content: "\f36a"; }
341
+
342
+ .fa-affiliatetheme:before {
343
+ content: "\f36b"; }
344
+
345
+ .fa-air-freshener:before {
346
+ content: "\f5d0"; }
347
+
348
+ .fa-airbnb:before {
349
+ content: "\f834"; }
350
+
351
+ .fa-algolia:before {
352
+ content: "\f36c"; }
353
+
354
+ .fa-align-center:before {
355
+ content: "\f037"; }
356
+
357
+ .fa-align-justify:before {
358
+ content: "\f039"; }
359
+
360
+ .fa-align-left:before {
361
+ content: "\f036"; }
362
+
363
+ .fa-align-right:before {
364
+ content: "\f038"; }
365
+
366
+ .fa-alipay:before {
367
+ content: "\f642"; }
368
+
369
+ .fa-allergies:before {
370
+ content: "\f461"; }
371
+
372
+ .fa-amazon:before {
373
+ content: "\f270"; }
374
+
375
+ .fa-amazon-pay:before {
376
+ content: "\f42c"; }
377
+
378
+ .fa-ambulance:before {
379
+ content: "\f0f9"; }
380
+
381
+ .fa-american-sign-language-interpreting:before {
382
+ content: "\f2a3"; }
383
+
384
+ .fa-amilia:before {
385
+ content: "\f36d"; }
386
+
387
+ .fa-anchor:before {
388
+ content: "\f13d"; }
389
+
390
+ .fa-android:before {
391
+ content: "\f17b"; }
392
+
393
+ .fa-angellist:before {
394
+ content: "\f209"; }
395
+
396
+ .fa-angle-double-down:before {
397
+ content: "\f103"; }
398
+
399
+ .fa-angle-double-left:before {
400
+ content: "\f100"; }
401
+
402
+ .fa-angle-double-right:before {
403
+ content: "\f101"; }
404
+
405
+ .fa-angle-double-up:before {
406
+ content: "\f102"; }
407
+
408
+ .fa-angle-down:before {
409
+ content: "\f107"; }
410
+
411
+ .fa-angle-left:before {
412
+ content: "\f104"; }
413
+
414
+ .fa-angle-right:before {
415
+ content: "\f105"; }
416
+
417
+ .fa-angle-up:before {
418
+ content: "\f106"; }
419
+
420
+ .fa-angry:before {
421
+ content: "\f556"; }
422
+
423
+ .fa-angrycreative:before {
424
+ content: "\f36e"; }
425
+
426
+ .fa-angular:before {
427
+ content: "\f420"; }
428
+
429
+ .fa-ankh:before {
430
+ content: "\f644"; }
431
+
432
+ .fa-app-store:before {
433
+ content: "\f36f"; }
434
+
435
+ .fa-app-store-ios:before {
436
+ content: "\f370"; }
437
+
438
+ .fa-apper:before {
439
+ content: "\f371"; }
440
+
441
+ .fa-apple:before {
442
+ content: "\f179"; }
443
+
444
+ .fa-apple-alt:before {
445
+ content: "\f5d1"; }
446
+
447
+ .fa-apple-pay:before {
448
+ content: "\f415"; }
449
+
450
+ .fa-archive:before {
451
+ content: "\f187"; }
452
+
453
+ .fa-archway:before {
454
+ content: "\f557"; }
455
+
456
+ .fa-arrow-alt-circle-down:before {
457
+ content: "\f358"; }
458
+
459
+ .fa-arrow-alt-circle-left:before {
460
+ content: "\f359"; }
461
+
462
+ .fa-arrow-alt-circle-right:before {
463
+ content: "\f35a"; }
464
+
465
+ .fa-arrow-alt-circle-up:before {
466
+ content: "\f35b"; }
467
+
468
+ .fa-arrow-circle-down:before {
469
+ content: "\f0ab"; }
470
+
471
+ .fa-arrow-circle-left:before {
472
+ content: "\f0a8"; }
473
+
474
+ .fa-arrow-circle-right:before {
475
+ content: "\f0a9"; }
476
+
477
+ .fa-arrow-circle-up:before {
478
+ content: "\f0aa"; }
479
+
480
+ .fa-arrow-down:before {
481
+ content: "\f063"; }
482
+
483
+ .fa-arrow-left:before {
484
+ content: "\f060"; }
485
+
486
+ .fa-arrow-right:before {
487
+ content: "\f061"; }
488
+
489
+ .fa-arrow-up:before {
490
+ content: "\f062"; }
491
+
492
+ .fa-arrows-alt:before {
493
+ content: "\f0b2"; }
494
+
495
+ .fa-arrows-alt-h:before {
496
+ content: "\f337"; }
497
+
498
+ .fa-arrows-alt-v:before {
499
+ content: "\f338"; }
500
+
501
+ .fa-artstation:before {
502
+ content: "\f77a"; }
503
+
504
+ .fa-assistive-listening-systems:before {
505
+ content: "\f2a2"; }
506
+
507
+ .fa-asterisk:before {
508
+ content: "\f069"; }
509
+
510
+ .fa-asymmetrik:before {
511
+ content: "\f372"; }
512
+
513
+ .fa-at:before {
514
+ content: "\f1fa"; }
515
+
516
+ .fa-atlas:before {
517
+ content: "\f558"; }
518
+
519
+ .fa-atlassian:before {
520
+ content: "\f77b"; }
521
+
522
+ .fa-atom:before {
523
+ content: "\f5d2"; }
524
+
525
+ .fa-audible:before {
526
+ content: "\f373"; }
527
+
528
+ .fa-audio-description:before {
529
+ content: "\f29e"; }
530
+
531
+ .fa-autoprefixer:before {
532
+ content: "\f41c"; }
533
+
534
+ .fa-avianex:before {
535
+ content: "\f374"; }
536
+
537
+ .fa-aviato:before {
538
+ content: "\f421"; }
539
+
540
+ .fa-award:before {
541
+ content: "\f559"; }
542
+
543
+ .fa-aws:before {
544
+ content: "\f375"; }
545
+
546
+ .fa-baby:before {
547
+ content: "\f77c"; }
548
+
549
+ .fa-baby-carriage:before {
550
+ content: "\f77d"; }
551
+
552
+ .fa-backspace:before {
553
+ content: "\f55a"; }
554
+
555
+ .fa-backward:before {
556
+ content: "\f04a"; }
557
+
558
+ .fa-bacon:before {
559
+ content: "\f7e5"; }
560
+
561
+ .fa-balance-scale:before {
562
+ content: "\f24e"; }
563
+
564
+ .fa-ban:before {
565
+ content: "\f05e"; }
566
+
567
+ .fa-band-aid:before {
568
+ content: "\f462"; }
569
+
570
+ .fa-bandcamp:before {
571
+ content: "\f2d5"; }
572
+
573
+ .fa-barcode:before {
574
+ content: "\f02a"; }
575
+
576
+ .fa-bars:before {
577
+ content: "\f0c9"; }
578
+
579
+ .fa-baseball-ball:before {
580
+ content: "\f433"; }
581
+
582
+ .fa-basketball-ball:before {
583
+ content: "\f434"; }
584
+
585
+ .fa-bath:before {
586
+ content: "\f2cd"; }
587
+
588
+ .fa-battery-empty:before {
589
+ content: "\f244"; }
590
+
591
+ .fa-battery-full:before {
592
+ content: "\f240"; }
593
+
594
+ .fa-battery-half:before {
595
+ content: "\f242"; }
596
+
597
+ .fa-battery-quarter:before {
598
+ content: "\f243"; }
599
+
600
+ .fa-battery-three-quarters:before {
601
+ content: "\f241"; }
602
+
603
+ .fa-battle-net:before {
604
+ content: "\f835"; }
605
+
606
+ .fa-bed:before {
607
+ content: "\f236"; }
608
+
609
+ .fa-beer:before {
610
+ content: "\f0fc"; }
611
+
612
+ .fa-behance:before {
613
+ content: "\f1b4"; }
614
+
615
+ .fa-behance-square:before {
616
+ content: "\f1b5"; }
617
+
618
+ .fa-bell:before {
619
+ content: "\f0f3"; }
620
+
621
+ .fa-bell-slash:before {
622
+ content: "\f1f6"; }
623
+
624
+ .fa-bezier-curve:before {
625
+ content: "\f55b"; }
626
+
627
+ .fa-bible:before {
628
+ content: "\f647"; }
629
+
630
+ .fa-bicycle:before {
631
+ content: "\f206"; }
632
+
633
+ .fa-bimobject:before {
634
+ content: "\f378"; }
635
+
636
+ .fa-binoculars:before {
637
+ content: "\f1e5"; }
638
+
639
+ .fa-biohazard:before {
640
+ content: "\f780"; }
641
+
642
+ .fa-birthday-cake:before {
643
+ content: "\f1fd"; }
644
+
645
+ .fa-bitbucket:before {
646
+ content: "\f171"; }
647
+
648
+ .fa-bitcoin:before {
649
+ content: "\f379"; }
650
+
651
+ .fa-bity:before {
652
+ content: "\f37a"; }
653
+
654
+ .fa-black-tie:before {
655
+ content: "\f27e"; }
656
+
657
+ .fa-blackberry:before {
658
+ content: "\f37b"; }
659
+
660
+ .fa-blender:before {
661
+ content: "\f517"; }
662
+
663
+ .fa-blender-phone:before {
664
+ content: "\f6b6"; }
665
+
666
+ .fa-blind:before {
667
+ content: "\f29d"; }
668
+
669
+ .fa-blog:before {
670
+ content: "\f781"; }
671
+
672
+ .fa-blogger:before {
673
+ content: "\f37c"; }
674
+
675
+ .fa-blogger-b:before {
676
+ content: "\f37d"; }
677
+
678
+ .fa-bluetooth:before {
679
+ content: "\f293"; }
680
+
681
+ .fa-bluetooth-b:before {
682
+ content: "\f294"; }
683
+
684
+ .fa-bold:before {
685
+ content: "\f032"; }
686
+
687
+ .fa-bolt:before {
688
+ content: "\f0e7"; }
689
+
690
+ .fa-bomb:before {
691
+ content: "\f1e2"; }
692
+
693
+ .fa-bone:before {
694
+ content: "\f5d7"; }
695
+
696
+ .fa-bong:before {
697
+ content: "\f55c"; }
698
+
699
+ .fa-book:before {
700
+ content: "\f02d"; }
701
+
702
+ .fa-book-dead:before {
703
+ content: "\f6b7"; }
704
+
705
+ .fa-book-medical:before {
706
+ content: "\f7e6"; }
707
+
708
+ .fa-book-open:before {
709
+ content: "\f518"; }
710
+
711
+ .fa-book-reader:before {
712
+ content: "\f5da"; }
713
+
714
+ .fa-bookmark:before {
715
+ content: "\f02e"; }
716
+
717
+ .fa-bootstrap:before {
718
+ content: "\f836"; }
719
+
720
+ .fa-bowling-ball:before {
721
+ content: "\f436"; }
722
+
723
+ .fa-box:before {
724
+ content: "\f466"; }
725
+
726
+ .fa-box-open:before {
727
+ content: "\f49e"; }
728
+
729
+ .fa-boxes:before {
730
+ content: "\f468"; }
731
+
732
+ .fa-braille:before {
733
+ content: "\f2a1"; }
734
+
735
+ .fa-brain:before {
736
+ content: "\f5dc"; }
737
+
738
+ .fa-bread-slice:before {
739
+ content: "\f7ec"; }
740
+
741
+ .fa-briefcase:before {
742
+ content: "\f0b1"; }
743
+
744
+ .fa-briefcase-medical:before {
745
+ content: "\f469"; }
746
+
747
+ .fa-broadcast-tower:before {
748
+ content: "\f519"; }
749
+
750
+ .fa-broom:before {
751
+ content: "\f51a"; }
752
+
753
+ .fa-brush:before {
754
+ content: "\f55d"; }
755
+
756
+ .fa-btc:before {
757
+ content: "\f15a"; }
758
+
759
+ .fa-buffer:before {
760
+ content: "\f837"; }
761
+
762
+ .fa-bug:before {
763
+ content: "\f188"; }
764
+
765
+ .fa-building:before {
766
+ content: "\f1ad"; }
767
+
768
+ .fa-bullhorn:before {
769
+ content: "\f0a1"; }
770
+
771
+ .fa-bullseye:before {
772
+ content: "\f140"; }
773
+
774
+ .fa-burn:before {
775
+ content: "\f46a"; }
776
+
777
+ .fa-buromobelexperte:before {
778
+ content: "\f37f"; }
779
+
780
+ .fa-bus:before {
781
+ content: "\f207"; }
782
+
783
+ .fa-bus-alt:before {
784
+ content: "\f55e"; }
785
+
786
+ .fa-business-time:before {
787
+ content: "\f64a"; }
788
+
789
+ .fa-buysellads:before {
790
+ content: "\f20d"; }
791
+
792
+ .fa-calculator:before {
793
+ content: "\f1ec"; }
794
+
795
+ .fa-calendar:before {
796
+ content: "\f133"; }
797
+
798
+ .fa-calendar-alt:before {
799
+ content: "\f073"; }
800
+
801
+ .fa-calendar-check:before {
802
+ content: "\f274"; }
803
+
804
+ .fa-calendar-day:before {
805
+ content: "\f783"; }
806
+
807
+ .fa-calendar-minus:before {
808
+ content: "\f272"; }
809
+
810
+ .fa-calendar-plus:before {
811
+ content: "\f271"; }
812
+
813
+ .fa-calendar-times:before {
814
+ content: "\f273"; }
815
+
816
+ .fa-calendar-week:before {
817
+ content: "\f784"; }
818
+
819
+ .fa-camera:before {
820
+ content: "\f030"; }
821
+
822
+ .fa-camera-retro:before {
823
+ content: "\f083"; }
824
+
825
+ .fa-campground:before {
826
+ content: "\f6bb"; }
827
+
828
+ .fa-canadian-maple-leaf:before {
829
+ content: "\f785"; }
830
+
831
+ .fa-candy-cane:before {
832
+ content: "\f786"; }
833
+
834
+ .fa-cannabis:before {
835
+ content: "\f55f"; }
836
+
837
+ .fa-capsules:before {
838
+ content: "\f46b"; }
839
+
840
+ .fa-car:before {
841
+ content: "\f1b9"; }
842
+
843
+ .fa-car-alt:before {
844
+ content: "\f5de"; }
845
+
846
+ .fa-car-battery:before {
847
+ content: "\f5df"; }
848
+
849
+ .fa-car-crash:before {
850
+ content: "\f5e1"; }
851
+
852
+ .fa-car-side:before {
853
+ content: "\f5e4"; }
854
+
855
+ .fa-caret-down:before {
856
+ content: "\f0d7"; }
857
+
858
+ .fa-caret-left:before {
859
+ content: "\f0d9"; }
860
+
861
+ .fa-caret-right:before {
862
+ content: "\f0da"; }
863
+
864
+ .fa-caret-square-down:before {
865
+ content: "\f150"; }
866
+
867
+ .fa-caret-square-left:before {
868
+ content: "\f191"; }
869
+
870
+ .fa-caret-square-right:before {
871
+ content: "\f152"; }
872
+
873
+ .fa-caret-square-up:before {
874
+ content: "\f151"; }
875
+
876
+ .fa-caret-up:before {
877
+ content: "\f0d8"; }
878
+
879
+ .fa-carrot:before {
880
+ content: "\f787"; }
881
+
882
+ .fa-cart-arrow-down:before {
883
+ content: "\f218"; }
884
+
885
+ .fa-cart-plus:before {
886
+ content: "\f217"; }
887
+
888
+ .fa-cash-register:before {
889
+ content: "\f788"; }
890
+
891
+ .fa-cat:before {
892
+ content: "\f6be"; }
893
+
894
+ .fa-cc-amazon-pay:before {
895
+ content: "\f42d"; }
896
+
897
+ .fa-cc-amex:before {
898
+ content: "\f1f3"; }
899
+
900
+ .fa-cc-apple-pay:before {
901
+ content: "\f416"; }
902
+
903
+ .fa-cc-diners-club:before {
904
+ content: "\f24c"; }
905
+
906
+ .fa-cc-discover:before {
907
+ content: "\f1f2"; }
908
+
909
+ .fa-cc-jcb:before {
910
+ content: "\f24b"; }
911
+
912
+ .fa-cc-mastercard:before {
913
+ content: "\f1f1"; }
914
+
915
+ .fa-cc-paypal:before {
916
+ content: "\f1f4"; }
917
+
918
+ .fa-cc-stripe:before {
919
+ content: "\f1f5"; }
920
+
921
+ .fa-cc-visa:before {
922
+ content: "\f1f0"; }
923
+
924
+ .fa-centercode:before {
925
+ content: "\f380"; }
926
+
927
+ .fa-centos:before {
928
+ content: "\f789"; }
929
+
930
+ .fa-certificate:before {
931
+ content: "\f0a3"; }
932
+
933
+ .fa-chair:before {
934
+ content: "\f6c0"; }
935
+
936
+ .fa-chalkboard:before {
937
+ content: "\f51b"; }
938
+
939
+ .fa-chalkboard-teacher:before {
940
+ content: "\f51c"; }
941
+
942
+ .fa-charging-station:before {
943
+ content: "\f5e7"; }
944
+
945
+ .fa-chart-area:before {
946
+ content: "\f1fe"; }
947
+
948
+ .fa-chart-bar:before {
949
+ content: "\f080"; }
950
+
951
+ .fa-chart-line:before {
952
+ content: "\f201"; }
953
+
954
+ .fa-chart-pie:before {
955
+ content: "\f200"; }
956
+
957
+ .fa-check:before {
958
+ content: "\f00c"; }
959
+
960
+ .fa-check-circle:before {
961
+ content: "\f058"; }
962
+
963
+ .fa-check-double:before {
964
+ content: "\f560"; }
965
+
966
+ .fa-check-square:before {
967
+ content: "\f14a"; }
968
+
969
+ .fa-cheese:before {
970
+ content: "\f7ef"; }
971
+
972
+ .fa-chess:before {
973
+ content: "\f439"; }
974
+
975
+ .fa-chess-bishop:before {
976
+ content: "\f43a"; }
977
+
978
+ .fa-chess-board:before {
979
+ content: "\f43c"; }
980
+
981
+ .fa-chess-king:before {
982
+ content: "\f43f"; }
983
+
984
+ .fa-chess-knight:before {
985
+ content: "\f441"; }
986
+
987
+ .fa-chess-pawn:before {
988
+ content: "\f443"; }
989
+
990
+ .fa-chess-queen:before {
991
+ content: "\f445"; }
992
+
993
+ .fa-chess-rook:before {
994
+ content: "\f447"; }
995
+
996
+ .fa-chevron-circle-down:before {
997
+ content: "\f13a"; }
998
+
999
+ .fa-chevron-circle-left:before {
1000
+ content: "\f137"; }
1001
+
1002
+ .fa-chevron-circle-right:before {
1003
+ content: "\f138"; }
1004
+
1005
+ .fa-chevron-circle-up:before {
1006
+ content: "\f139"; }
1007
+
1008
+ .fa-chevron-down:before {
1009
+ content: "\f078"; }
1010
+
1011
+ .fa-chevron-left:before {
1012
+ content: "\f053"; }
1013
+
1014
+ .fa-chevron-right:before {
1015
+ content: "\f054"; }
1016
+
1017
+ .fa-chevron-up:before {
1018
+ content: "\f077"; }
1019
+
1020
+ .fa-child:before {
1021
+ content: "\f1ae"; }
1022
+
1023
+ .fa-chrome:before {
1024
+ content: "\f268"; }
1025
+
1026
+ .fa-chromecast:before {
1027
+ content: "\f838"; }
1028
+
1029
+ .fa-church:before {
1030
+ content: "\f51d"; }
1031
+
1032
+ .fa-circle:before {
1033
+ content: "\f111"; }
1034
+
1035
+ .fa-circle-notch:before {
1036
+ content: "\f1ce"; }
1037
+
1038
+ .fa-city:before {
1039
+ content: "\f64f"; }
1040
+
1041
+ .fa-clinic-medical:before {
1042
+ content: "\f7f2"; }
1043
+
1044
+ .fa-clipboard:before {
1045
+ content: "\f328"; }
1046
+
1047
+ .fa-clipboard-check:before {
1048
+ content: "\f46c"; }
1049
+
1050
+ .fa-clipboard-list:before {
1051
+ content: "\f46d"; }
1052
+
1053
+ .fa-clock:before {
1054
+ content: "\f017"; }
1055
+
1056
+ .fa-clone:before {
1057
+ content: "\f24d"; }
1058
+
1059
+ .fa-closed-captioning:before {
1060
+ content: "\f20a"; }
1061
+
1062
+ .fa-cloud:before {
1063
+ content: "\f0c2"; }
1064
+
1065
+ .fa-cloud-download-alt:before {
1066
+ content: "\f381"; }
1067
+
1068
+ .fa-cloud-meatball:before {
1069
+ content: "\f73b"; }
1070
+
1071
+ .fa-cloud-moon:before {
1072
+ content: "\f6c3"; }
1073
+
1074
+ .fa-cloud-moon-rain:before {
1075
+ content: "\f73c"; }
1076
+
1077
+ .fa-cloud-rain:before {
1078
+ content: "\f73d"; }
1079
+
1080
+ .fa-cloud-showers-heavy:before {
1081
+ content: "\f740"; }
1082
+
1083
+ .fa-cloud-sun:before {
1084
+ content: "\f6c4"; }
1085
+
1086
+ .fa-cloud-sun-rain:before {
1087
+ content: "\f743"; }
1088
+
1089
+ .fa-cloud-upload-alt:before {
1090
+ content: "\f382"; }
1091
+
1092
+ .fa-cloudscale:before {
1093
+ content: "\f383"; }
1094
+
1095
+ .fa-cloudsmith:before {
1096
+ content: "\f384"; }
1097
+
1098
+ .fa-cloudversify:before {
1099
+ content: "\f385"; }
1100
+
1101
+ .fa-cocktail:before {
1102
+ content: "\f561"; }
1103
+
1104
+ .fa-code:before {
1105
+ content: "\f121"; }
1106
+
1107
+ .fa-code-branch:before {
1108
+ content: "\f126"; }
1109
+
1110
+ .fa-codepen:before {
1111
+ content: "\f1cb"; }
1112
+
1113
+ .fa-codiepie:before {
1114
+ content: "\f284"; }
1115
+
1116
+ .fa-coffee:before {
1117
+ content: "\f0f4"; }
1118
+
1119
+ .fa-cog:before {
1120
+ content: "\f013"; }
1121
+
1122
+ .fa-cogs:before {
1123
+ content: "\f085"; }
1124
+
1125
+ .fa-coins:before {
1126
+ content: "\f51e"; }
1127
+
1128
+ .fa-columns:before {
1129
+ content: "\f0db"; }
1130
+
1131
+ .fa-comment:before {
1132
+ content: "\f075"; }
1133
+
1134
+ .fa-comment-alt:before {
1135
+ content: "\f27a"; }
1136
+
1137
+ .fa-comment-dollar:before {
1138
+ content: "\f651"; }
1139
+
1140
+ .fa-comment-dots:before {
1141
+ content: "\f4ad"; }
1142
+
1143
+ .fa-comment-medical:before {
1144
+ content: "\f7f5"; }
1145
+
1146
+ .fa-comment-slash:before {
1147
+ content: "\f4b3"; }
1148
+
1149
+ .fa-comments:before {
1150
+ content: "\f086"; }
1151
+
1152
+ .fa-comments-dollar:before {
1153
+ content: "\f653"; }
1154
+
1155
+ .fa-compact-disc:before {
1156
+ content: "\f51f"; }
1157
+
1158
+ .fa-compass:before {
1159
+ content: "\f14e"; }
1160
+
1161
+ .fa-compress:before {
1162
+ content: "\f066"; }
1163
+
1164
+ .fa-compress-arrows-alt:before {
1165
+ content: "\f78c"; }
1166
+
1167
+ .fa-concierge-bell:before {
1168
+ content: "\f562"; }
1169
+
1170
+ .fa-confluence:before {
1171
+ content: "\f78d"; }
1172
+
1173
+ .fa-connectdevelop:before {
1174
+ content: "\f20e"; }
1175
+
1176
+ .fa-contao:before {
1177
+ content: "\f26d"; }
1178
+
1179
+ .fa-cookie:before {
1180
+ content: "\f563"; }
1181
+
1182
+ .fa-cookie-bite:before {
1183
+ content: "\f564"; }
1184
+
1185
+ .fa-copy:before {
1186
+ content: "\f0c5"; }
1187
+
1188
+ .fa-copyright:before {
1189
+ content: "\f1f9"; }
1190
+
1191
+ .fa-couch:before {
1192
+ content: "\f4b8"; }
1193
+
1194
+ .fa-cpanel:before {
1195
+ content: "\f388"; }
1196
+
1197
+ .fa-creative-commons:before {
1198
+ content: "\f25e"; }
1199
+
1200
+ .fa-creative-commons-by:before {
1201
+ content: "\f4e7"; }
1202
+
1203
+ .fa-creative-commons-nc:before {
1204
+ content: "\f4e8"; }
1205
+
1206
+ .fa-creative-commons-nc-eu:before {
1207
+ content: "\f4e9"; }
1208
+
1209
+ .fa-creative-commons-nc-jp:before {
1210
+ content: "\f4ea"; }
1211
+
1212
+ .fa-creative-commons-nd:before {
1213
+ content: "\f4eb"; }
1214
+
1215
+ .fa-creative-commons-pd:before {
1216
+ content: "\f4ec"; }
1217
+
1218
+ .fa-creative-commons-pd-alt:before {
1219
+ content: "\f4ed"; }
1220
+
1221
+ .fa-creative-commons-remix:before {
1222
+ content: "\f4ee"; }
1223
+
1224
+ .fa-creative-commons-sa:before {
1225
+ content: "\f4ef"; }
1226
+
1227
+ .fa-creative-commons-sampling:before {
1228
+ content: "\f4f0"; }
1229
+
1230
+ .fa-creative-commons-sampling-plus:before {
1231
+ content: "\f4f1"; }
1232
+
1233
+ .fa-creative-commons-share:before {
1234
+ content: "\f4f2"; }
1235
+
1236
+ .fa-creative-commons-zero:before {
1237
+ content: "\f4f3"; }
1238
+
1239
+ .fa-credit-card:before {
1240
+ content: "\f09d"; }
1241
+
1242
+ .fa-critical-role:before {
1243
+ content: "\f6c9"; }
1244
+
1245
+ .fa-crop:before {
1246
+ content: "\f125"; }
1247
+
1248
+ .fa-crop-alt:before {
1249
+ content: "\f565"; }
1250
+
1251
+ .fa-cross:before {
1252
+ content: "\f654"; }
1253
+
1254
+ .fa-crosshairs:before {
1255
+ content: "\f05b"; }
1256
+
1257
+ .fa-crow:before {
1258
+ content: "\f520"; }
1259
+
1260
+ .fa-crown:before {
1261
+ content: "\f521"; }
1262
+
1263
+ .fa-crutch:before {
1264
+ content: "\f7f7"; }
1265
+
1266
+ .fa-css3:before {
1267
+ content: "\f13c"; }
1268
+
1269
+ .fa-css3-alt:before {
1270
+ content: "\f38b"; }
1271
+
1272
+ .fa-cube:before {
1273
+ content: "\f1b2"; }
1274
+
1275
+ .fa-cubes:before {
1276
+ content: "\f1b3"; }
1277
+
1278
+ .fa-cut:before {
1279
+ content: "\f0c4"; }
1280
+
1281
+ .fa-cuttlefish:before {
1282
+ content: "\f38c"; }
1283
+
1284
+ .fa-d-and-d:before {
1285
+ content: "\f38d"; }
1286
+
1287
+ .fa-d-and-d-beyond:before {
1288
+ content: "\f6ca"; }
1289
+
1290
+ .fa-dashcube:before {
1291
+ content: "\f210"; }
1292
+
1293
+ .fa-database:before {
1294
+ content: "\f1c0"; }
1295
+
1296
+ .fa-deaf:before {
1297
+ content: "\f2a4"; }
1298
+
1299
+ .fa-delicious:before {
1300
+ content: "\f1a5"; }
1301
+
1302
+ .fa-democrat:before {
1303
+ content: "\f747"; }
1304
+
1305
+ .fa-deploydog:before {
1306
+ content: "\f38e"; }
1307
+
1308
+ .fa-deskpro:before {
1309
+ content: "\f38f"; }
1310
+
1311
+ .fa-desktop:before {
1312
+ content: "\f108"; }
1313
+
1314
+ .fa-dev:before {
1315
+ content: "\f6cc"; }
1316
+
1317
+ .fa-deviantart:before {
1318
+ content: "\f1bd"; }
1319
+
1320
+ .fa-dharmachakra:before {
1321
+ content: "\f655"; }
1322
+
1323
+ .fa-dhl:before {
1324
+ content: "\f790"; }
1325
+
1326
+ .fa-diagnoses:before {
1327
+ content: "\f470"; }
1328
+
1329
+ .fa-diaspora:before {
1330
+ content: "\f791"; }
1331
+
1332
+ .fa-dice:before {
1333
+ content: "\f522"; }
1334
+
1335
+ .fa-dice-d20:before {
1336
+ content: "\f6cf"; }
1337
+
1338
+ .fa-dice-d6:before {
1339
+ content: "\f6d1"; }
1340
+
1341
+ .fa-dice-five:before {
1342
+ content: "\f523"; }
1343
+
1344
+ .fa-dice-four:before {
1345
+ content: "\f524"; }
1346
+
1347
+ .fa-dice-one:before {
1348
+ content: "\f525"; }
1349
+
1350
+ .fa-dice-six:before {
1351
+ content: "\f526"; }
1352
+
1353
+ .fa-dice-three:before {
1354
+ content: "\f527"; }
1355
+
1356
+ .fa-dice-two:before {
1357
+ content: "\f528"; }
1358
+
1359
+ .fa-digg:before {
1360
+ content: "\f1a6"; }
1361
+
1362
+ .fa-digital-ocean:before {
1363
+ content: "\f391"; }
1364
+
1365
+ .fa-digital-tachograph:before {
1366
+ content: "\f566"; }
1367
+
1368
+ .fa-directions:before {
1369
+ content: "\f5eb"; }
1370
+
1371
+ .fa-discord:before {
1372
+ content: "\f392"; }
1373
+
1374
+ .fa-discourse:before {
1375
+ content: "\f393"; }
1376
+
1377
+ .fa-divide:before {
1378
+ content: "\f529"; }
1379
+
1380
+ .fa-dizzy:before {
1381
+ content: "\f567"; }
1382
+
1383
+ .fa-dna:before {
1384
+ content: "\f471"; }
1385
+
1386
+ .fa-dochub:before {
1387
+ content: "\f394"; }
1388
+
1389
+ .fa-docker:before {
1390
+ content: "\f395"; }
1391
+
1392
+ .fa-dog:before {
1393
+ content: "\f6d3"; }
1394
+
1395
+ .fa-dollar-sign:before {
1396
+ content: "\f155"; }
1397
+
1398
+ .fa-dolly:before {
1399
+ content: "\f472"; }
1400
+
1401
+ .fa-dolly-flatbed:before {
1402
+ content: "\f474"; }
1403
+
1404
+ .fa-donate:before {
1405
+ content: "\f4b9"; }
1406
+
1407
+ .fa-door-closed:before {
1408
+ content: "\f52a"; }
1409
+
1410
+ .fa-door-open:before {
1411
+ content: "\f52b"; }
1412
+
1413
+ .fa-dot-circle:before {
1414
+ content: "\f192"; }
1415
+
1416
+ .fa-dove:before {
1417
+ content: "\f4ba"; }
1418
+
1419
+ .fa-download:before {
1420
+ content: "\f019"; }
1421
+
1422
+ .fa-draft2digital:before {
1423
+ content: "\f396"; }
1424
+
1425
+ .fa-drafting-compass:before {
1426
+ content: "\f568"; }
1427
+
1428
+ .fa-dragon:before {
1429
+ content: "\f6d5"; }
1430
+
1431
+ .fa-draw-polygon:before {
1432
+ content: "\f5ee"; }
1433
+
1434
+ .fa-dribbble:before {
1435
+ content: "\f17d"; }
1436
+
1437
+ .fa-dribbble-square:before {
1438
+ content: "\f397"; }
1439
+
1440
+ .fa-dropbox:before {
1441
+ content: "\f16b"; }
1442
+
1443
+ .fa-drum:before {
1444
+ content: "\f569"; }
1445
+
1446
+ .fa-drum-steelpan:before {
1447
+ content: "\f56a"; }
1448
+
1449
+ .fa-drumstick-bite:before {
1450
+ content: "\f6d7"; }
1451
+
1452
+ .fa-drupal:before {
1453
+ content: "\f1a9"; }
1454
+
1455
+ .fa-dumbbell:before {
1456
+ content: "\f44b"; }
1457
+
1458
+ .fa-dumpster:before {
1459
+ content: "\f793"; }
1460
+
1461
+ .fa-dumpster-fire:before {
1462
+ content: "\f794"; }
1463
+
1464
+ .fa-dungeon:before {
1465
+ content: "\f6d9"; }
1466
+
1467
+ .fa-dyalog:before {
1468
+ content: "\f399"; }
1469
+
1470
+ .fa-earlybirds:before {
1471
+ content: "\f39a"; }
1472
+
1473
+ .fa-ebay:before {
1474
+ content: "\f4f4"; }
1475
+
1476
+ .fa-edge:before {
1477
+ content: "\f282"; }
1478
+
1479
+ .fa-edit:before {
1480
+ content: "\f044"; }
1481
+
1482
+ .fa-egg:before {
1483
+ content: "\f7fb"; }
1484
+
1485
+ .fa-eject:before {
1486
+ content: "\f052"; }
1487
+
1488
+ .fa-elementor:before {
1489
+ content: "\f430"; }
1490
+
1491
+ .fa-ellipsis-h:before {
1492
+ content: "\f141"; }
1493
+
1494
+ .fa-ellipsis-v:before {
1495
+ content: "\f142"; }
1496
+
1497
+ .fa-ello:before {
1498
+ content: "\f5f1"; }
1499
+
1500
+ .fa-ember:before {
1501
+ content: "\f423"; }
1502
+
1503
+ .fa-empire:before {
1504
+ content: "\f1d1"; }
1505
+
1506
+ .fa-envelope:before {
1507
+ content: "\f0e0"; }
1508
+
1509
+ .fa-envelope-open:before {
1510
+ content: "\f2b6"; }
1511
+
1512
+ .fa-envelope-open-text:before {
1513
+ content: "\f658"; }
1514
+
1515
+ .fa-envelope-square:before {
1516
+ content: "\f199"; }
1517
+
1518
+ .fa-envira:before {
1519
+ content: "\f299"; }
1520
+
1521
+ .fa-equals:before {
1522
+ content: "\f52c"; }
1523
+
1524
+ .fa-eraser:before {
1525
+ content: "\f12d"; }
1526
+
1527
+ .fa-erlang:before {
1528
+ content: "\f39d"; }
1529
+
1530
+ .fa-ethereum:before {
1531
+ content: "\f42e"; }
1532
+
1533
+ .fa-ethernet:before {
1534
+ content: "\f796"; }
1535
+
1536
+ .fa-etsy:before {
1537
+ content: "\f2d7"; }
1538
+
1539
+ .fa-euro-sign:before {
1540
+ content: "\f153"; }
1541
+
1542
+ .fa-evernote:before {
1543
+ content: "\f839"; }
1544
+
1545
+ .fa-exchange-alt:before {
1546
+ content: "\f362"; }
1547
+
1548
+ .fa-exclamation:before {
1549
+ content: "\f12a"; }
1550
+
1551
+ .fa-exclamation-circle:before {
1552
+ content: "\f06a"; }
1553
+
1554
+ .fa-exclamation-triangle:before {
1555
+ content: "\f071"; }
1556
+
1557
+ .fa-expand:before {
1558
+ content: "\f065"; }
1559
+
1560
+ .fa-expand-arrows-alt:before {
1561
+ content: "\f31e"; }
1562
+
1563
+ .fa-expeditedssl:before {
1564
+ content: "\f23e"; }
1565
+
1566
+ .fa-external-link-alt:before {
1567
+ content: "\f35d"; }
1568
+
1569
+ .fa-external-link-square-alt:before {
1570
+ content: "\f360"; }
1571
+
1572
+ .fa-eye:before {
1573
+ content: "\f06e"; }
1574
+
1575
+ .fa-eye-dropper:before {
1576
+ content: "\f1fb"; }
1577
+
1578
+ .fa-eye-slash:before {
1579
+ content: "\f070"; }
1580
+
1581
+ .fa-facebook:before {
1582
+ content: "\f09a"; }
1583
+
1584
+ .fa-facebook-f:before {
1585
+ content: "\f39e"; }
1586
+
1587
+ .fa-facebook-messenger:before {
1588
+ content: "\f39f"; }
1589
+
1590
+ .fa-facebook-square:before {
1591
+ content: "\f082"; }
1592
+
1593
+ .fa-fantasy-flight-games:before {
1594
+ content: "\f6dc"; }
1595
+
1596
+ .fa-fast-backward:before {
1597
+ content: "\f049"; }
1598
+
1599
+ .fa-fast-forward:before {
1600
+ content: "\f050"; }
1601
+
1602
+ .fa-fax:before {
1603
+ content: "\f1ac"; }
1604
+
1605
+ .fa-feather:before {
1606
+ content: "\f52d"; }
1607
+
1608
+ .fa-feather-alt:before {
1609
+ content: "\f56b"; }
1610
+
1611
+ .fa-fedex:before {
1612
+ content: "\f797"; }
1613
+
1614
+ .fa-fedora:before {
1615
+ content: "\f798"; }
1616
+
1617
+ .fa-female:before {
1618
+ content: "\f182"; }
1619
+
1620
+ .fa-fighter-jet:before {
1621
+ content: "\f0fb"; }
1622
+
1623
+ .fa-figma:before {
1624
+ content: "\f799"; }
1625
+
1626
+ .fa-file:before {
1627
+ content: "\f15b"; }
1628
+
1629
+ .fa-file-alt:before {
1630
+ content: "\f15c"; }
1631
+
1632
+ .fa-file-archive:before {
1633
+ content: "\f1c6"; }
1634
+
1635
+ .fa-file-audio:before {
1636
+ content: "\f1c7"; }
1637
+
1638
+ .fa-file-code:before {
1639
+ content: "\f1c9"; }
1640
+
1641
+ .fa-file-contract:before {
1642
+ content: "\f56c"; }
1643
+
1644
+ .fa-file-csv:before {
1645
+ content: "\f6dd"; }
1646
+
1647
+ .fa-file-download:before {
1648
+ content: "\f56d"; }
1649
+
1650
+ .fa-file-excel:before {
1651
+ content: "\f1c3"; }
1652
+
1653
+ .fa-file-export:before {
1654
+ content: "\f56e"; }
1655
+
1656
+ .fa-file-image:before {
1657
+ content: "\f1c5"; }
1658
+
1659
+ .fa-file-import:before {
1660
+ content: "\f56f"; }
1661
+
1662
+ .fa-file-invoice:before {
1663
+ content: "\f570"; }
1664
+
1665
+ .fa-file-invoice-dollar:before {
1666
+ content: "\f571"; }
1667
+
1668
+ .fa-file-medical:before {
1669
+ content: "\f477"; }
1670
+
1671
+ .fa-file-medical-alt:before {
1672
+ content: "\f478"; }
1673
+
1674
+ .fa-file-pdf:before {
1675
+ content: "\f1c1"; }
1676
+
1677
+ .fa-file-powerpoint:before {
1678
+ content: "\f1c4"; }
1679
+
1680
+ .fa-file-prescription:before {
1681
+ content: "\f572"; }
1682
+
1683
+ .fa-file-signature:before {
1684
+ content: "\f573"; }
1685
+
1686
+ .fa-file-upload:before {
1687
+ content: "\f574"; }
1688
+
1689
+ .fa-file-video:before {
1690
+ content: "\f1c8"; }
1691
+
1692
+ .fa-file-word:before {
1693
+ content: "\f1c2"; }
1694
+
1695
+ .fa-fill:before {
1696
+ content: "\f575"; }
1697
+
1698
+ .fa-fill-drip:before {
1699
+ content: "\f576"; }
1700
+
1701
+ .fa-film:before {
1702
+ content: "\f008"; }
1703
+
1704
+ .fa-filter:before {
1705
+ content: "\f0b0"; }
1706
+
1707
+ .fa-fingerprint:before {
1708
+ content: "\f577"; }
1709
+
1710
+ .fa-fire:before {
1711
+ content: "\f06d"; }
1712
+
1713
+ .fa-fire-alt:before {
1714
+ content: "\f7e4"; }
1715
+
1716
+ .fa-fire-extinguisher:before {
1717
+ content: "\f134"; }
1718
+
1719
+ .fa-firefox:before {
1720
+ content: "\f269"; }
1721
+
1722
+ .fa-first-aid:before {
1723
+ content: "\f479"; }
1724
+
1725
+ .fa-first-order:before {
1726
+ content: "\f2b0"; }
1727
+
1728
+ .fa-first-order-alt:before {
1729
+ content: "\f50a"; }
1730
+
1731
+ .fa-firstdraft:before {
1732
+ content: "\f3a1"; }
1733
+
1734
+ .fa-fish:before {
1735
+ content: "\f578"; }
1736
+
1737
+ .fa-fist-raised:before {
1738
+ content: "\f6de"; }
1739
+
1740
+ .fa-flag:before {
1741
+ content: "\f024"; }
1742
+
1743
+ .fa-flag-checkered:before {
1744
+ content: "\f11e"; }
1745
+
1746
+ .fa-flag-usa:before {
1747
+ content: "\f74d"; }
1748
+
1749
+ .fa-flask:before {
1750
+ content: "\f0c3"; }
1751
+
1752
+ .fa-flickr:before {
1753
+ content: "\f16e"; }
1754
+
1755
+ .fa-flipboard:before {
1756
+ content: "\f44d"; }
1757
+
1758
+ .fa-flushed:before {
1759
+ content: "\f579"; }
1760
+
1761
+ .fa-fly:before {
1762
+ content: "\f417"; }
1763
+
1764
+ .fa-folder:before {
1765
+ content: "\f07b"; }
1766
+
1767
+ .fa-folder-minus:before {
1768
+ content: "\f65d"; }
1769
+
1770
+ .fa-folder-open:before {
1771
+ content: "\f07c"; }
1772
+
1773
+ .fa-folder-plus:before {
1774
+ content: "\f65e"; }
1775
+
1776
+ .fa-font:before {
1777
+ content: "\f031"; }
1778
+
1779
+ .fa-font-awesome:before {
1780
+ content: "\f2b4"; }
1781
+
1782
+ .fa-font-awesome-alt:before {
1783
+ content: "\f35c"; }
1784
+
1785
+ .fa-font-awesome-flag:before {
1786
+ content: "\f425"; }
1787
+
1788
+ .fa-font-awesome-logo-full:before {
1789
+ content: "\f4e6"; }
1790
+
1791
+ .fa-fonticons:before {
1792
+ content: "\f280"; }
1793
+
1794
+ .fa-fonticons-fi:before {
1795
+ content: "\f3a2"; }
1796
+
1797
+ .fa-football-ball:before {
1798
+ content: "\f44e"; }
1799
+
1800
+ .fa-fort-awesome:before {
1801
+ content: "\f286"; }
1802
+
1803
+ .fa-fort-awesome-alt:before {
1804
+ content: "\f3a3"; }
1805
+
1806
+ .fa-forumbee:before {
1807
+ content: "\f211"; }
1808
+
1809
+ .fa-forward:before {
1810
+ content: "\f04e"; }
1811
+
1812
+ .fa-foursquare:before {
1813
+ content: "\f180"; }
1814
+
1815
+ .fa-free-code-camp:before {
1816
+ content: "\f2c5"; }
1817
+
1818
+ .fa-freebsd:before {
1819
+ content: "\f3a4"; }
1820
+
1821
+ .fa-frog:before {
1822
+ content: "\f52e"; }
1823
+
1824
+ .fa-frown:before {
1825
+ content: "\f119"; }
1826
+
1827
+ .fa-frown-open:before {
1828
+ content: "\f57a"; }
1829
+
1830
+ .fa-fulcrum:before {
1831
+ content: "\f50b"; }
1832
+
1833
+ .fa-funnel-dollar:before {
1834
+ content: "\f662"; }
1835
+
1836
+ .fa-futbol:before {
1837
+ content: "\f1e3"; }
1838
+
1839
+ .fa-galactic-republic:before {
1840
+ content: "\f50c"; }
1841
+
1842
+ .fa-galactic-senate:before {
1843
+ content: "\f50d"; }
1844
+
1845
+ .fa-gamepad:before {
1846
+ content: "\f11b"; }
1847
+
1848
+ .fa-gas-pump:before {
1849
+ content: "\f52f"; }
1850
+
1851
+ .fa-gavel:before {
1852
+ content: "\f0e3"; }
1853
+
1854
+ .fa-gem:before {
1855
+ content: "\f3a5"; }
1856
+
1857
+ .fa-genderless:before {
1858
+ content: "\f22d"; }
1859
+
1860
+ .fa-get-pocket:before {
1861
+ content: "\f265"; }
1862
+
1863
+ .fa-gg:before {
1864
+ content: "\f260"; }
1865
+
1866
+ .fa-gg-circle:before {
1867
+ content: "\f261"; }
1868
+
1869
+ .fa-ghost:before {
1870
+ content: "\f6e2"; }
1871
+
1872
+ .fa-gift:before {
1873
+ content: "\f06b"; }
1874
+
1875
+ .fa-gifts:before {
1876
+ content: "\f79c"; }
1877
+
1878
+ .fa-git:before {
1879
+ content: "\f1d3"; }
1880
+
1881
+ .fa-git-square:before {
1882
+ content: "\f1d2"; }
1883
+
1884
+ .fa-github:before {
1885
+ content: "\f09b"; }
1886
+
1887
+ .fa-github-alt:before {
1888
+ content: "\f113"; }
1889
+
1890
+ .fa-github-square:before {
1891
+ content: "\f092"; }
1892
+
1893
+ .fa-gitkraken:before {
1894
+ content: "\f3a6"; }
1895
+
1896
+ .fa-gitlab:before {
1897
+ content: "\f296"; }
1898
+
1899
+ .fa-gitter:before {
1900
+ content: "\f426"; }
1901
+
1902
+ .fa-glass-cheers:before {
1903
+ content: "\f79f"; }
1904
+
1905
+ .fa-glass-martini:before {
1906
+ content: "\f000"; }
1907
+
1908
+ .fa-glass-martini-alt:before {
1909
+ content: "\f57b"; }
1910
+
1911
+ .fa-glass-whiskey:before {
1912
+ content: "\f7a0"; }
1913
+
1914
+ .fa-glasses:before {
1915
+ content: "\f530"; }
1916
+
1917
+ .fa-glide:before {
1918
+ content: "\f2a5"; }
1919
+
1920
+ .fa-glide-g:before {
1921
+ content: "\f2a6"; }
1922
+
1923
+ .fa-globe:before {
1924
+ content: "\f0ac"; }
1925
+
1926
+ .fa-globe-africa:before {
1927
+ content: "\f57c"; }
1928
+
1929
+ .fa-globe-americas:before {
1930
+ content: "\f57d"; }
1931
+
1932
+ .fa-globe-asia:before {
1933
+ content: "\f57e"; }
1934
+
1935
+ .fa-globe-europe:before {
1936
+ content: "\f7a2"; }
1937
+
1938
+ .fa-gofore:before {
1939
+ content: "\f3a7"; }
1940
+
1941
+ .fa-golf-ball:before {
1942
+ content: "\f450"; }
1943
+
1944
+ .fa-goodreads:before {
1945
+ content: "\f3a8"; }
1946
+
1947
+ .fa-goodreads-g:before {
1948
+ content: "\f3a9"; }
1949
+
1950
+ .fa-google:before {
1951
+ content: "\f1a0"; }
1952
+
1953
+ .fa-google-drive:before {
1954
+ content: "\f3aa"; }
1955
+
1956
+ .fa-google-play:before {
1957
+ content: "\f3ab"; }
1958
+
1959
+ .fa-google-plus:before {
1960
+ content: "\f2b3"; }
1961
+
1962
+ .fa-google-plus-g:before {
1963
+ content: "\f0d5"; }
1964
+
1965
+ .fa-google-plus-square:before {
1966
+ content: "\f0d4"; }
1967
+
1968
+ .fa-google-wallet:before {
1969
+ content: "\f1ee"; }
1970
+
1971
+ .fa-gopuram:before {
1972
+ content: "\f664"; }
1973
+
1974
+ .fa-graduation-cap:before {
1975
+ content: "\f19d"; }
1976
+
1977
+ .fa-gratipay:before {
1978
+ content: "\f184"; }
1979
+
1980
+ .fa-grav:before {
1981
+ content: "\f2d6"; }
1982
+
1983
+ .fa-greater-than:before {
1984
+ content: "\f531"; }
1985
+
1986
+ .fa-greater-than-equal:before {
1987
+ content: "\f532"; }
1988
+
1989
+ .fa-grimace:before {
1990
+ content: "\f57f"; }
1991
+
1992
+ .fa-grin:before {
1993
+ content: "\f580"; }
1994
+
1995
+ .fa-grin-alt:before {
1996
+ content: "\f581"; }
1997
+
1998
+ .fa-grin-beam:before {
1999
+ content: "\f582"; }
2000
+
2001
+ .fa-grin-beam-sweat:before {
2002
+ content: "\f583"; }
2003
+
2004
+ .fa-grin-hearts:before {
2005
+ content: "\f584"; }
2006
+
2007
+ .fa-grin-squint:before {
2008
+ content: "\f585"; }
2009
+
2010
+ .fa-grin-squint-tears:before {
2011
+ content: "\f586"; }
2012
+
2013
+ .fa-grin-stars:before {
2014
+ content: "\f587"; }
2015
+
2016
+ .fa-grin-tears:before {
2017
+ content: "\f588"; }
2018
+
2019
+ .fa-grin-tongue:before {
2020
+ content: "\f589"; }
2021
+
2022
+ .fa-grin-tongue-squint:before {
2023
+ content: "\f58a"; }
2024
+
2025
+ .fa-grin-tongue-wink:before {
2026
+ content: "\f58b"; }
2027
+
2028
+ .fa-grin-wink:before {
2029
+ content: "\f58c"; }
2030
+
2031
+ .fa-grip-horizontal:before {
2032
+ content: "\f58d"; }
2033
+
2034
+ .fa-grip-lines:before {
2035
+ content: "\f7a4"; }
2036
+
2037
+ .fa-grip-lines-vertical:before {
2038
+ content: "\f7a5"; }
2039
+
2040
+ .fa-grip-vertical:before {
2041
+ content: "\f58e"; }
2042
+
2043
+ .fa-gripfire:before {
2044
+ content: "\f3ac"; }
2045
+
2046
+ .fa-grunt:before {
2047
+ content: "\f3ad"; }
2048
+
2049
+ .fa-guitar:before {
2050
+ content: "\f7a6"; }
2051
+
2052
+ .fa-gulp:before {
2053
+ content: "\f3ae"; }
2054
+
2055
+ .fa-h-square:before {
2056
+ content: "\f0fd"; }
2057
+
2058
+ .fa-hacker-news:before {
2059
+ content: "\f1d4"; }
2060
+
2061
+ .fa-hacker-news-square:before {
2062
+ content: "\f3af"; }
2063
+
2064
+ .fa-hackerrank:before {
2065
+ content: "\f5f7"; }
2066
+
2067
+ .fa-hamburger:before {
2068
+ content: "\f805"; }
2069
+
2070
+ .fa-hammer:before {
2071
+ content: "\f6e3"; }
2072
+
2073
+ .fa-hamsa:before {
2074
+ content: "\f665"; }
2075
+
2076
+ .fa-hand-holding:before {
2077
+ content: "\f4bd"; }
2078
+
2079
+ .fa-hand-holding-heart:before {
2080
+ content: "\f4be"; }
2081
+
2082
+ .fa-hand-holding-usd:before {
2083
+ content: "\f4c0"; }
2084
+
2085
+ .fa-hand-lizard:before {
2086
+ content: "\f258"; }
2087
+
2088
+ .fa-hand-middle-finger:before {
2089
+ content: "\f806"; }
2090
+
2091
+ .fa-hand-paper:before {
2092
+ content: "\f256"; }
2093
+
2094
+ .fa-hand-peace:before {
2095
+ content: "\f25b"; }
2096
+
2097
+ .fa-hand-point-down:before {
2098
+ content: "\f0a7"; }
2099
+
2100
+ .fa-hand-point-left:before {
2101
+ content: "\f0a5"; }
2102
+
2103
+ .fa-hand-point-right:before {
2104
+ content: "\f0a4"; }
2105
+
2106
+ .fa-hand-point-up:before {
2107
+ content: "\f0a6"; }
2108
+
2109
+ .fa-hand-pointer:before {
2110
+ content: "\f25a"; }
2111
+
2112
+ .fa-hand-rock:before {
2113
+ content: "\f255"; }
2114
+
2115
+ .fa-hand-scissors:before {
2116
+ content: "\f257"; }
2117
+
2118
+ .fa-hand-spock:before {
2119
+ content: "\f259"; }
2120
+
2121
+ .fa-hands:before {
2122
+ content: "\f4c2"; }
2123
+
2124
+ .fa-hands-helping:before {
2125
+ content: "\f4c4"; }
2126
+
2127
+ .fa-handshake:before {
2128
+ content: "\f2b5"; }
2129
+
2130
+ .fa-hanukiah:before {
2131
+ content: "\f6e6"; }
2132
+
2133
+ .fa-hard-hat:before {
2134
+ content: "\f807"; }
2135
+
2136
+ .fa-hashtag:before {
2137
+ content: "\f292"; }
2138
+
2139
+ .fa-hat-wizard:before {
2140
+ content: "\f6e8"; }
2141
+
2142
+ .fa-haykal:before {
2143
+ content: "\f666"; }
2144
+
2145
+ .fa-hdd:before {
2146
+ content: "\f0a0"; }
2147
+
2148
+ .fa-heading:before {
2149
+ content: "\f1dc"; }
2150
+
2151
+ .fa-headphones:before {
2152
+ content: "\f025"; }
2153
+
2154
+ .fa-headphones-alt:before {
2155
+ content: "\f58f"; }
2156
+
2157
+ .fa-headset:before {
2158
+ content: "\f590"; }
2159
+
2160
+ .fa-heart:before {
2161
+ content: "\f004"; }
2162
+
2163
+ .fa-heart-broken:before {
2164
+ content: "\f7a9"; }
2165
+
2166
+ .fa-heartbeat:before {
2167
+ content: "\f21e"; }
2168
+
2169
+ .fa-helicopter:before {
2170
+ content: "\f533"; }
2171
+
2172
+ .fa-highlighter:before {
2173
+ content: "\f591"; }
2174
+
2175
+ .fa-hiking:before {
2176
+ content: "\f6ec"; }
2177
+
2178
+ .fa-hippo:before {
2179
+ content: "\f6ed"; }
2180
+
2181
+ .fa-hips:before {
2182
+ content: "\f452"; }
2183
+
2184
+ .fa-hire-a-helper:before {
2185
+ content: "\f3b0"; }
2186
+
2187
+ .fa-history:before {
2188
+ content: "\f1da"; }
2189
+
2190
+ .fa-hockey-puck:before {
2191
+ content: "\f453"; }
2192
+
2193
+ .fa-holly-berry:before {
2194
+ content: "\f7aa"; }
2195
+
2196
+ .fa-home:before {
2197
+ content: "\f015"; }
2198
+
2199
+ .fa-hooli:before {
2200
+ content: "\f427"; }
2201
+
2202
+ .fa-hornbill:before {
2203
+ content: "\f592"; }
2204
+
2205
+ .fa-horse:before {
2206
+ content: "\f6f0"; }
2207
+
2208
+ .fa-horse-head:before {
2209
+ content: "\f7ab"; }
2210
+
2211
+ .fa-hospital:before {
2212
+ content: "\f0f8"; }
2213
+
2214
+ .fa-hospital-alt:before {
2215
+ content: "\f47d"; }
2216
+
2217
+ .fa-hospital-symbol:before {
2218
+ content: "\f47e"; }
2219
+
2220
+ .fa-hot-tub:before {
2221
+ content: "\f593"; }
2222
+
2223
+ .fa-hotdog:before {
2224
+ content: "\f80f"; }
2225
+
2226
+ .fa-hotel:before {
2227
+ content: "\f594"; }
2228
+
2229
+ .fa-hotjar:before {
2230
+ content: "\f3b1"; }
2231
+
2232
+ .fa-hourglass:before {
2233
+ content: "\f254"; }
2234
+
2235
+ .fa-hourglass-end:before {
2236
+ content: "\f253"; }
2237
+
2238
+ .fa-hourglass-half:before {
2239
+ content: "\f252"; }
2240
+
2241
+ .fa-hourglass-start:before {
2242
+ content: "\f251"; }
2243
+
2244
+ .fa-house-damage:before {
2245
+ content: "\f6f1"; }
2246
+
2247
+ .fa-houzz:before {
2248
+ content: "\f27c"; }
2249
+
2250
+ .fa-hryvnia:before {
2251
+ content: "\f6f2"; }
2252
+
2253
+ .fa-html5:before {
2254
+ content: "\f13b"; }
2255
+
2256
+ .fa-hubspot:before {
2257
+ content: "\f3b2"; }
2258
+
2259
+ .fa-i-cursor:before {
2260
+ content: "\f246"; }
2261
+
2262
+ .fa-ice-cream:before {
2263
+ content: "\f810"; }
2264
+
2265
+ .fa-icicles:before {
2266
+ content: "\f7ad"; }
2267
+
2268
+ .fa-id-badge:before {
2269
+ content: "\f2c1"; }
2270
+
2271
+ .fa-id-card:before {
2272
+ content: "\f2c2"; }
2273
+
2274
+ .fa-id-card-alt:before {
2275
+ content: "\f47f"; }
2276
+
2277
+ .fa-igloo:before {
2278
+ content: "\f7ae"; }
2279
+
2280
+ .fa-image:before {
2281
+ content: "\f03e"; }
2282
+
2283
+ .fa-images:before {
2284
+ content: "\f302"; }
2285
+
2286
+ .fa-imdb:before {
2287
+ content: "\f2d8"; }
2288
+
2289
+ .fa-inbox:before {
2290
+ content: "\f01c"; }
2291
+
2292
+ .fa-indent:before {
2293
+ content: "\f03c"; }
2294
+
2295
+ .fa-industry:before {
2296
+ content: "\f275"; }
2297
+
2298
+ .fa-infinity:before {
2299
+ content: "\f534"; }
2300
+
2301
+ .fa-info:before {
2302
+ content: "\f129"; }
2303
+
2304
+ .fa-info-circle:before {
2305
+ content: "\f05a"; }
2306
+
2307
+ .fa-instagram:before {
2308
+ content: "\f16d"; }
2309
+
2310
+ .fa-intercom:before {
2311
+ content: "\f7af"; }
2312
+
2313
+ .fa-internet-explorer:before {
2314
+ content: "\f26b"; }
2315
+
2316
+ .fa-invision:before {
2317
+ content: "\f7b0"; }
2318
+
2319
+ .fa-ioxhost:before {
2320
+ content: "\f208"; }
2321
+
2322
+ .fa-italic:before {
2323
+ content: "\f033"; }
2324
+
2325
+ .fa-itch-io:before {
2326
+ content: "\f83a"; }
2327
+
2328
+ .fa-itunes:before {
2329
+ content: "\f3b4"; }
2330
+
2331
+ .fa-itunes-note:before {
2332
+ content: "\f3b5"; }
2333
+
2334
+ .fa-java:before {
2335
+ content: "\f4e4"; }
2336
+
2337
+ .fa-jedi:before {
2338
+ content: "\f669"; }
2339
+
2340
+ .fa-jedi-order:before {
2341
+ content: "\f50e"; }
2342
+
2343
+ .fa-jenkins:before {
2344
+ content: "\f3b6"; }
2345
+
2346
+ .fa-jira:before {
2347
+ content: "\f7b1"; }
2348
+
2349
+ .fa-joget:before {
2350
+ content: "\f3b7"; }
2351
+
2352
+ .fa-joint:before {
2353
+ content: "\f595"; }
2354
+
2355
+ .fa-joomla:before {
2356
+ content: "\f1aa"; }
2357
+
2358
+ .fa-journal-whills:before {
2359
+ content: "\f66a"; }
2360
+
2361
+ .fa-js:before {
2362
+ content: "\f3b8"; }
2363
+
2364
+ .fa-js-square:before {
2365
+ content: "\f3b9"; }
2366
+
2367
+ .fa-jsfiddle:before {
2368
+ content: "\f1cc"; }
2369
+
2370
+ .fa-kaaba:before {
2371
+ content: "\f66b"; }
2372
+
2373
+ .fa-kaggle:before {
2374
+ content: "\f5fa"; }
2375
+
2376
+ .fa-key:before {
2377
+ content: "\f084"; }
2378
+
2379
+ .fa-keybase:before {
2380
+ content: "\f4f5"; }
2381
+
2382
+ .fa-keyboard:before {
2383
+ content: "\f11c"; }
2384
+
2385
+ .fa-keycdn:before {
2386
+ content: "\f3ba"; }
2387
+
2388
+ .fa-khanda:before {
2389
+ content: "\f66d"; }
2390
+
2391
+ .fa-kickstarter:before {
2392
+ content: "\f3bb"; }
2393
+
2394
+ .fa-kickstarter-k:before {
2395
+ content: "\f3bc"; }
2396
+
2397
+ .fa-kiss:before {
2398
+ content: "\f596"; }
2399
+
2400
+ .fa-kiss-beam:before {
2401
+ content: "\f597"; }
2402
+
2403
+ .fa-kiss-wink-heart:before {
2404
+ content: "\f598"; }
2405
+
2406
+ .fa-kiwi-bird:before {
2407
+ content: "\f535"; }
2408
+
2409
+ .fa-korvue:before {
2410
+ content: "\f42f"; }
2411
+
2412
+ .fa-landmark:before {
2413
+ content: "\f66f"; }
2414
+
2415
+ .fa-language:before {
2416
+ content: "\f1ab"; }
2417
+
2418
+ .fa-laptop:before {
2419
+ content: "\f109"; }
2420
+
2421
+ .fa-laptop-code:before {
2422
+ content: "\f5fc"; }
2423
+
2424
+ .fa-laptop-medical:before {
2425
+ content: "\f812"; }
2426
+
2427
+ .fa-laravel:before {
2428
+ content: "\f3bd"; }
2429
+
2430
+ .fa-lastfm:before {
2431
+ content: "\f202"; }
2432
+
2433
+ .fa-lastfm-square:before {
2434
+ content: "\f203"; }
2435
+
2436
+ .fa-laugh:before {
2437
+ content: "\f599"; }
2438
+
2439
+ .fa-laugh-beam:before {
2440
+ content: "\f59a"; }
2441
+
2442
+ .fa-laugh-squint:before {
2443
+ content: "\f59b"; }
2444
+
2445
+ .fa-laugh-wink:before {
2446
+ content: "\f59c"; }
2447
+
2448
+ .fa-layer-group:before {
2449
+ content: "\f5fd"; }
2450
+
2451
+ .fa-leaf:before {
2452
+ content: "\f06c"; }
2453
+
2454
+ .fa-leanpub:before {
2455
+ content: "\f212"; }
2456
+
2457
+ .fa-lemon:before {
2458
+ content: "\f094"; }
2459
+
2460
+ .fa-less:before {
2461
+ content: "\f41d"; }
2462
+
2463
+ .fa-less-than:before {
2464
+ content: "\f536"; }
2465
+
2466
+ .fa-less-than-equal:before {
2467
+ content: "\f537"; }
2468
+
2469
+ .fa-level-down-alt:before {
2470
+ content: "\f3be"; }
2471
+
2472
+ .fa-level-up-alt:before {
2473
+ content: "\f3bf"; }
2474
+
2475
+ .fa-life-ring:before {
2476
+ content: "\f1cd"; }
2477
+
2478
+ .fa-lightbulb:before {
2479
+ content: "\f0eb"; }
2480
+
2481
+ .fa-line:before {
2482
+ content: "\f3c0"; }
2483
+
2484
+ .fa-link:before {
2485
+ content: "\f0c1"; }
2486
+
2487
+ .fa-linkedin:before {
2488
+ content: "\f08c"; }
2489
+
2490
+ .fa-linkedin-in:before {
2491
+ content: "\f0e1"; }
2492
+
2493
+ .fa-linode:before {
2494
+ content: "\f2b8"; }
2495
+
2496
+ .fa-linux:before {
2497
+ content: "\f17c"; }
2498
+
2499
+ .fa-lira-sign:before {
2500
+ content: "\f195"; }
2501
+
2502
+ .fa-list:before {
2503
+ content: "\f03a"; }
2504
+
2505
+ .fa-list-alt:before {
2506
+ content: "\f022"; }
2507
+
2508
+ .fa-list-ol:before {
2509
+ content: "\f0cb"; }
2510
+
2511
+ .fa-list-ul:before {
2512
+ content: "\f0ca"; }
2513
+
2514
+ .fa-location-arrow:before {
2515
+ content: "\f124"; }
2516
+
2517
+ .fa-lock:before {
2518
+ content: "\f023"; }
2519
+
2520
+ .fa-lock-open:before {
2521
+ content: "\f3c1"; }
2522
+
2523
+ .fa-long-arrow-alt-down:before {
2524
+ content: "\f309"; }
2525
+
2526
+ .fa-long-arrow-alt-left:before {
2527
+ content: "\f30a"; }
2528
+
2529
+ .fa-long-arrow-alt-right:before {
2530
+ content: "\f30b"; }
2531
+
2532
+ .fa-long-arrow-alt-up:before {
2533
+ content: "\f30c"; }
2534
+
2535
+ .fa-low-vision:before {
2536
+ content: "\f2a8"; }
2537
+
2538
+ .fa-luggage-cart:before {
2539
+ content: "\f59d"; }
2540
+
2541
+ .fa-lyft:before {
2542
+ content: "\f3c3"; }
2543
+
2544
+ .fa-magento:before {
2545
+ content: "\f3c4"; }
2546
+
2547
+ .fa-magic:before {
2548
+ content: "\f0d0"; }
2549
+
2550
+ .fa-magnet:before {
2551
+ content: "\f076"; }
2552
+
2553
+ .fa-mail-bulk:before {
2554
+ content: "\f674"; }
2555
+
2556
+ .fa-mailchimp:before {
2557
+ content: "\f59e"; }
2558
+
2559
+ .fa-male:before {
2560
+ content: "\f183"; }
2561
+
2562
+ .fa-mandalorian:before {
2563
+ content: "\f50f"; }
2564
+
2565
+ .fa-map:before {
2566
+ content: "\f279"; }
2567
+
2568
+ .fa-map-marked:before {
2569
+ content: "\f59f"; }
2570
+
2571
+ .fa-map-marked-alt:before {
2572
+ content: "\f5a0"; }
2573
+
2574
+ .fa-map-marker:before {
2575
+ content: "\f041"; }
2576
+
2577
+ .fa-map-marker-alt:before {
2578
+ content: "\f3c5"; }
2579
+
2580
+ .fa-map-pin:before {
2581
+ content: "\f276"; }
2582
+
2583
+ .fa-map-signs:before {
2584
+ content: "\f277"; }
2585
+
2586
+ .fa-markdown:before {
2587
+ content: "\f60f"; }
2588
+
2589
+ .fa-marker:before {
2590
+ content: "\f5a1"; }
2591
+
2592
+ .fa-mars:before {
2593
+ content: "\f222"; }
2594
+
2595
+ .fa-mars-double:before {
2596
+ content: "\f227"; }
2597
+
2598
+ .fa-mars-stroke:before {
2599
+ content: "\f229"; }
2600
+
2601
+ .fa-mars-stroke-h:before {
2602
+ content: "\f22b"; }
2603
+
2604
+ .fa-mars-stroke-v:before {
2605
+ content: "\f22a"; }
2606
+
2607
+ .fa-mask:before {
2608
+ content: "\f6fa"; }
2609
+
2610
+ .fa-mastodon:before {
2611
+ content: "\f4f6"; }
2612
+
2613
+ .fa-maxcdn:before {
2614
+ content: "\f136"; }
2615
+
2616
+ .fa-medal:before {
2617
+ content: "\f5a2"; }
2618
+
2619
+ .fa-medapps:before {
2620
+ content: "\f3c6"; }
2621
+
2622
+ .fa-medium:before {
2623
+ content: "\f23a"; }
2624
+
2625
+ .fa-medium-m:before {
2626
+ content: "\f3c7"; }
2627
+
2628
+ .fa-medkit:before {
2629
+ content: "\f0fa"; }
2630
+
2631
+ .fa-medrt:before {
2632
+ content: "\f3c8"; }
2633
+
2634
+ .fa-meetup:before {
2635
+ content: "\f2e0"; }
2636
+
2637
+ .fa-megaport:before {
2638
+ content: "\f5a3"; }
2639
+
2640
+ .fa-meh:before {
2641
+ content: "\f11a"; }
2642
+
2643
+ .fa-meh-blank:before {
2644
+ content: "\f5a4"; }
2645
+
2646
+ .fa-meh-rolling-eyes:before {
2647
+ content: "\f5a5"; }
2648
+
2649
+ .fa-memory:before {
2650
+ content: "\f538"; }
2651
+
2652
+ .fa-mendeley:before {
2653
+ content: "\f7b3"; }
2654
+
2655
+ .fa-menorah:before {
2656
+ content: "\f676"; }
2657
+
2658
+ .fa-mercury:before {
2659
+ content: "\f223"; }
2660
+
2661
+ .fa-meteor:before {
2662
+ content: "\f753"; }
2663
+
2664
+ .fa-microchip:before {
2665
+ content: "\f2db"; }
2666
+
2667
+ .fa-microphone:before {
2668
+ content: "\f130"; }
2669
+
2670
+ .fa-microphone-alt:before {
2671
+ content: "\f3c9"; }
2672
+
2673
+ .fa-microphone-alt-slash:before {
2674
+ content: "\f539"; }
2675
+
2676
+ .fa-microphone-slash:before {
2677
+ content: "\f131"; }
2678
+
2679
+ .fa-microscope:before {
2680
+ content: "\f610"; }
2681
+
2682
+ .fa-microsoft:before {
2683
+ content: "\f3ca"; }
2684
+
2685
+ .fa-minus:before {
2686
+ content: "\f068"; }
2687
+
2688
+ .fa-minus-circle:before {
2689
+ content: "\f056"; }
2690
+
2691
+ .fa-minus-square:before {
2692
+ content: "\f146"; }
2693
+
2694
+ .fa-mitten:before {
2695
+ content: "\f7b5"; }
2696
+
2697
+ .fa-mix:before {
2698
+ content: "\f3cb"; }
2699
+
2700
+ .fa-mixcloud:before {
2701
+ content: "\f289"; }
2702
+
2703
+ .fa-mizuni:before {
2704
+ content: "\f3cc"; }
2705
+
2706
+ .fa-mobile:before {
2707
+ content: "\f10b"; }
2708
+
2709
+ .fa-mobile-alt:before {
2710
+ content: "\f3cd"; }
2711
+
2712
+ .fa-modx:before {
2713
+ content: "\f285"; }
2714
+
2715
+ .fa-monero:before {
2716
+ content: "\f3d0"; }
2717
+
2718
+ .fa-money-bill:before {
2719
+ content: "\f0d6"; }
2720
+
2721
+ .fa-money-bill-alt:before {
2722
+ content: "\f3d1"; }
2723
+
2724
+ .fa-money-bill-wave:before {
2725
+ content: "\f53a"; }
2726
+
2727
+ .fa-money-bill-wave-alt:before {
2728
+ content: "\f53b"; }
2729
+
2730
+ .fa-money-check:before {
2731
+ content: "\f53c"; }
2732
+
2733
+ .fa-money-check-alt:before {
2734
+ content: "\f53d"; }
2735
+
2736
+ .fa-monument:before {
2737
+ content: "\f5a6"; }
2738
+
2739
+ .fa-moon:before {
2740
+ content: "\f186"; }
2741
+
2742
+ .fa-mortar-pestle:before {
2743
+ content: "\f5a7"; }
2744
+
2745
+ .fa-mosque:before {
2746
+ content: "\f678"; }
2747
+
2748
+ .fa-motorcycle:before {
2749
+ content: "\f21c"; }
2750
+
2751
+ .fa-mountain:before {
2752
+ content: "\f6fc"; }
2753
+
2754
+ .fa-mouse-pointer:before {
2755
+ content: "\f245"; }
2756
+
2757
+ .fa-mug-hot:before {
2758
+ content: "\f7b6"; }
2759
+
2760
+ .fa-music:before {
2761
+ content: "\f001"; }
2762
+
2763
+ .fa-napster:before {
2764
+ content: "\f3d2"; }
2765
+
2766
+ .fa-neos:before {
2767
+ content: "\f612"; }
2768
+
2769
+ .fa-network-wired:before {
2770
+ content: "\f6ff"; }
2771
+
2772
+ .fa-neuter:before {
2773
+ content: "\f22c"; }
2774
+
2775
+ .fa-newspaper:before {
2776
+ content: "\f1ea"; }
2777
+
2778
+ .fa-nimblr:before {
2779
+ content: "\f5a8"; }
2780
+
2781
+ .fa-nintendo-switch:before {
2782
+ content: "\f418"; }
2783
+
2784
+ .fa-node:before {
2785
+ content: "\f419"; }
2786
+
2787
+ .fa-node-js:before {
2788
+ content: "\f3d3"; }
2789
+
2790
+ .fa-not-equal:before {
2791
+ content: "\f53e"; }
2792
+
2793
+ .fa-notes-medical:before {
2794
+ content: "\f481"; }
2795
+
2796
+ .fa-npm:before {
2797
+ content: "\f3d4"; }
2798
+
2799
+ .fa-ns8:before {
2800
+ content: "\f3d5"; }
2801
+
2802
+ .fa-nutritionix:before {
2803
+ content: "\f3d6"; }
2804
+
2805
+ .fa-object-group:before {
2806
+ content: "\f247"; }
2807
+
2808
+ .fa-object-ungroup:before {
2809
+ content: "\f248"; }
2810
+
2811
+ .fa-odnoklassniki:before {
2812
+ content: "\f263"; }
2813
+
2814
+ .fa-odnoklassniki-square:before {
2815
+ content: "\f264"; }
2816
+
2817
+ .fa-oil-can:before {
2818
+ content: "\f613"; }
2819
+
2820
+ .fa-old-republic:before {
2821
+ content: "\f510"; }
2822
+
2823
+ .fa-om:before {
2824
+ content: "\f679"; }
2825
+
2826
+ .fa-opencart:before {
2827
+ content: "\f23d"; }
2828
+
2829
+ .fa-openid:before {
2830
+ content: "\f19b"; }
2831
+
2832
+ .fa-opera:before {
2833
+ content: "\f26a"; }
2834
+
2835
+ .fa-optin-monster:before {
2836
+ content: "\f23c"; }
2837
+
2838
+ .fa-osi:before {
2839
+ content: "\f41a"; }
2840
+
2841
+ .fa-otter:before {
2842
+ content: "\f700"; }
2843
+
2844
+ .fa-outdent:before {
2845
+ content: "\f03b"; }
2846
+
2847
+ .fa-page4:before {
2848
+ content: "\f3d7"; }
2849
+
2850
+ .fa-pagelines:before {
2851
+ content: "\f18c"; }
2852
+
2853
+ .fa-pager:before {
2854
+ content: "\f815"; }
2855
+
2856
+ .fa-paint-brush:before {
2857
+ content: "\f1fc"; }
2858
+
2859
+ .fa-paint-roller:before {
2860
+ content: "\f5aa"; }
2861
+
2862
+ .fa-palette:before {
2863
+ content: "\f53f"; }
2864
+
2865
+ .fa-palfed:before {
2866
+ content: "\f3d8"; }
2867
+
2868
+ .fa-pallet:before {
2869
+ content: "\f482"; }
2870
+
2871
+ .fa-paper-plane:before {
2872
+ content: "\f1d8"; }
2873
+
2874
+ .fa-paperclip:before {
2875
+ content: "\f0c6"; }
2876
+
2877
+ .fa-parachute-box:before {
2878
+ content: "\f4cd"; }
2879
+
2880
+ .fa-paragraph:before {
2881
+ content: "\f1dd"; }
2882
+
2883
+ .fa-parking:before {
2884
+ content: "\f540"; }
2885
+
2886
+ .fa-passport:before {
2887
+ content: "\f5ab"; }
2888
+
2889
+ .fa-pastafarianism:before {
2890
+ content: "\f67b"; }
2891
+
2892
+ .fa-paste:before {
2893
+ content: "\f0ea"; }
2894
+
2895
+ .fa-patreon:before {
2896
+ content: "\f3d9"; }
2897
+
2898
+ .fa-pause:before {
2899
+ content: "\f04c"; }
2900
+
2901
+ .fa-pause-circle:before {
2902
+ content: "\f28b"; }
2903
+
2904
+ .fa-paw:before {
2905
+ content: "\f1b0"; }
2906
+
2907
+ .fa-paypal:before {
2908
+ content: "\f1ed"; }
2909
+
2910
+ .fa-peace:before {
2911
+ content: "\f67c"; }
2912
+
2913
+ .fa-pen:before {
2914
+ content: "\f304"; }
2915
+
2916
+ .fa-pen-alt:before {
2917
+ content: "\f305"; }
2918
+
2919
+ .fa-pen-fancy:before {
2920
+ content: "\f5ac"; }
2921
+
2922
+ .fa-pen-nib:before {
2923
+ content: "\f5ad"; }
2924
+
2925
+ .fa-pen-square:before {
2926
+ content: "\f14b"; }
2927
+
2928
+ .fa-pencil-alt:before {
2929
+ content: "\f303"; }
2930
+
2931
+ .fa-pencil-ruler:before {
2932
+ content: "\f5ae"; }
2933
+
2934
+ .fa-penny-arcade:before {
2935
+ content: "\f704"; }
2936
+
2937
+ .fa-people-carry:before {
2938
+ content: "\f4ce"; }
2939
+
2940
+ .fa-pepper-hot:before {
2941
+ content: "\f816"; }
2942
+
2943
+ .fa-percent:before {
2944
+ content: "\f295"; }
2945
+
2946
+ .fa-percentage:before {
2947
+ content: "\f541"; }
2948
+
2949
+ .fa-periscope:before {
2950
+ content: "\f3da"; }
2951
+
2952
+ .fa-person-booth:before {
2953
+ content: "\f756"; }
2954
+
2955
+ .fa-phabricator:before {
2956
+ content: "\f3db"; }
2957
+
2958
+ .fa-phoenix-framework:before {
2959
+ content: "\f3dc"; }
2960
+
2961
+ .fa-phoenix-squadron:before {
2962
+ content: "\f511"; }
2963
+
2964
+ .fa-phone:before {
2965
+ content: "\f095"; }
2966
+
2967
+ .fa-phone-slash:before {
2968
+ content: "\f3dd"; }
2969
+
2970
+ .fa-phone-square:before {
2971
+ content: "\f098"; }
2972
+
2973
+ .fa-phone-volume:before {
2974
+ content: "\f2a0"; }
2975
+
2976
+ .fa-php:before {
2977
+ content: "\f457"; }
2978
+
2979
+ .fa-pied-piper:before {
2980
+ content: "\f2ae"; }
2981
+
2982
+ .fa-pied-piper-alt:before {
2983
+ content: "\f1a8"; }
2984
+
2985
+ .fa-pied-piper-hat:before {
2986
+ content: "\f4e5"; }
2987
+
2988
+ .fa-pied-piper-pp:before {
2989
+ content: "\f1a7"; }
2990
+
2991
+ .fa-piggy-bank:before {
2992
+ content: "\f4d3"; }
2993
+
2994
+ .fa-pills:before {
2995
+ content: "\f484"; }
2996
+
2997
+ .fa-pinterest:before {
2998
+ content: "\f0d2"; }
2999
+
3000
+ .fa-pinterest-p:before {
3001
+ content: "\f231"; }
3002
+
3003
+ .fa-pinterest-square:before {
3004
+ content: "\f0d3"; }
3005
+
3006
+ .fa-pizza-slice:before {
3007
+ content: "\f818"; }
3008
+
3009
+ .fa-place-of-worship:before {
3010
+ content: "\f67f"; }
3011
+
3012
+ .fa-plane:before {
3013
+ content: "\f072"; }
3014
+
3015
+ .fa-plane-arrival:before {
3016
+ content: "\f5af"; }
3017
+
3018
+ .fa-plane-departure:before {
3019
+ content: "\f5b0"; }
3020
+
3021
+ .fa-play:before {
3022
+ content: "\f04b"; }
3023
+
3024
+ .fa-play-circle:before {
3025
+ content: "\f144"; }
3026
+
3027
+ .fa-playstation:before {
3028
+ content: "\f3df"; }
3029
+
3030
+ .fa-plug:before {
3031
+ content: "\f1e6"; }
3032
+
3033
+ .fa-plus:before {
3034
+ content: "\f067"; }
3035
+
3036
+ .fa-plus-circle:before {
3037
+ content: "\f055"; }
3038
+
3039
+ .fa-plus-square:before {
3040
+ content: "\f0fe"; }
3041
+
3042
+ .fa-podcast:before {
3043
+ content: "\f2ce"; }
3044
+
3045
+ .fa-poll:before {
3046
+ content: "\f681"; }
3047
+
3048
+ .fa-poll-h:before {
3049
+ content: "\f682"; }
3050
+
3051
+ .fa-poo:before {
3052
+ content: "\f2fe"; }
3053
+
3054
+ .fa-poo-storm:before {
3055
+ content: "\f75a"; }
3056
+
3057
+ .fa-poop:before {
3058
+ content: "\f619"; }
3059
+
3060
+ .fa-portrait:before {
3061
+ content: "\f3e0"; }
3062
+
3063
+ .fa-pound-sign:before {
3064
+ content: "\f154"; }
3065
+
3066
+ .fa-power-off:before {
3067
+ content: "\f011"; }
3068
+
3069
+ .fa-pray:before {
3070
+ content: "\f683"; }
3071
+
3072
+ .fa-praying-hands:before {
3073
+ content: "\f684"; }
3074
+
3075
+ .fa-prescription:before {
3076
+ content: "\f5b1"; }
3077
+
3078
+ .fa-prescription-bottle:before {
3079
+ content: "\f485"; }
3080
+
3081
+ .fa-prescription-bottle-alt:before {
3082
+ content: "\f486"; }
3083
+
3084
+ .fa-print:before {
3085
+ content: "\f02f"; }
3086
+
3087
+ .fa-procedures:before {
3088
+ content: "\f487"; }
3089
+
3090
+ .fa-product-hunt:before {
3091
+ content: "\f288"; }
3092
+
3093
+ .fa-project-diagram:before {
3094
+ content: "\f542"; }
3095
+
3096
+ .fa-pushed:before {
3097
+ content: "\f3e1"; }
3098
+
3099
+ .fa-puzzle-piece:before {
3100
+ content: "\f12e"; }
3101
+
3102
+ .fa-python:before {
3103
+ content: "\f3e2"; }
3104
+
3105
+ .fa-qq:before {
3106
+ content: "\f1d6"; }
3107
+
3108
+ .fa-qrcode:before {
3109
+ content: "\f029"; }
3110
+
3111
+ .fa-question:before {
3112
+ content: "\f128"; }
3113
+
3114
+ .fa-question-circle:before {
3115
+ content: "\f059"; }
3116
+
3117
+ .fa-quidditch:before {
3118
+ content: "\f458"; }
3119
+
3120
+ .fa-quinscape:before {
3121
+ content: "\f459"; }
3122
+
3123
+ .fa-quora:before {
3124
+ content: "\f2c4"; }
3125
+
3126
+ .fa-quote-left:before {
3127
+ content: "\f10d"; }
3128
+
3129
+ .fa-quote-right:before {
3130
+ content: "\f10e"; }
3131
+
3132
+ .fa-quran:before {
3133
+ content: "\f687"; }
3134
+
3135
+ .fa-r-project:before {
3136
+ content: "\f4f7"; }
3137
+
3138
+ .fa-radiation:before {
3139
+ content: "\f7b9"; }
3140
+
3141
+ .fa-radiation-alt:before {
3142
+ content: "\f7ba"; }
3143
+
3144
+ .fa-rainbow:before {
3145
+ content: "\f75b"; }
3146
+
3147
+ .fa-random:before {
3148
+ content: "\f074"; }
3149
+
3150
+ .fa-raspberry-pi:before {
3151
+ content: "\f7bb"; }
3152
+
3153
+ .fa-ravelry:before {
3154
+ content: "\f2d9"; }
3155
+
3156
+ .fa-react:before {
3157
+ content: "\f41b"; }
3158
+
3159
+ .fa-reacteurope:before {
3160
+ content: "\f75d"; }
3161
+
3162
+ .fa-readme:before {
3163
+ content: "\f4d5"; }
3164
+
3165
+ .fa-rebel:before {
3166
+ content: "\f1d0"; }
3167
+
3168
+ .fa-receipt:before {
3169
+ content: "\f543"; }
3170
+
3171
+ .fa-recycle:before {
3172
+ content: "\f1b8"; }
3173
+
3174
+ .fa-red-river:before {
3175
+ content: "\f3e3"; }
3176
+
3177
+ .fa-reddit:before {
3178
+ content: "\f1a1"; }
3179
+
3180
+ .fa-reddit-alien:before {
3181
+ content: "\f281"; }
3182
+
3183
+ .fa-reddit-square:before {
3184
+ content: "\f1a2"; }
3185
+
3186
+ .fa-redhat:before {
3187
+ content: "\f7bc"; }
3188
+
3189
+ .fa-redo:before {
3190
+ content: "\f01e"; }
3191
+
3192
+ .fa-redo-alt:before {
3193
+ content: "\f2f9"; }
3194
+
3195
+ .fa-registered:before {
3196
+ content: "\f25d"; }
3197
+
3198
+ .fa-renren:before {
3199
+ content: "\f18b"; }
3200
+
3201
+ .fa-reply:before {
3202
+ content: "\f3e5"; }
3203
+
3204
+ .fa-reply-all:before {
3205
+ content: "\f122"; }
3206
+
3207
+ .fa-replyd:before {
3208
+ content: "\f3e6"; }
3209
+
3210
+ .fa-republican:before {
3211
+ content: "\f75e"; }
3212
+
3213
+ .fa-researchgate:before {
3214
+ content: "\f4f8"; }
3215
+
3216
+ .fa-resolving:before {
3217
+ content: "\f3e7"; }
3218
+
3219
+ .fa-restroom:before {
3220
+ content: "\f7bd"; }
3221
+
3222
+ .fa-retweet:before {
3223
+ content: "\f079"; }
3224
+
3225
+ .fa-rev:before {
3226
+ content: "\f5b2"; }
3227
+
3228
+ .fa-ribbon:before {
3229
+ content: "\f4d6"; }
3230
+
3231
+ .fa-ring:before {
3232
+ content: "\f70b"; }
3233
+
3234
+ .fa-road:before {
3235
+ content: "\f018"; }
3236
+
3237
+ .fa-robot:before {
3238
+ content: "\f544"; }
3239
+
3240
+ .fa-rocket:before {
3241
+ content: "\f135"; }
3242
+
3243
+ .fa-rocketchat:before {
3244
+ content: "\f3e8"; }
3245
+
3246
+ .fa-rockrms:before {
3247
+ content: "\f3e9"; }
3248
+
3249
+ .fa-route:before {
3250
+ content: "\f4d7"; }
3251
+
3252
+ .fa-rss:before {
3253
+ content: "\f09e"; }
3254
+
3255
+ .fa-rss-square:before {
3256
+ content: "\f143"; }
3257
+
3258
+ .fa-ruble-sign:before {
3259
+ content: "\f158"; }
3260
+
3261
+ .fa-ruler:before {
3262
+ content: "\f545"; }
3263
+
3264
+ .fa-ruler-combined:before {
3265
+ content: "\f546"; }
3266
+
3267
+ .fa-ruler-horizontal:before {
3268
+ content: "\f547"; }
3269
+
3270
+ .fa-ruler-vertical:before {
3271
+ content: "\f548"; }
3272
+
3273
+ .fa-running:before {
3274
+ content: "\f70c"; }
3275
+
3276
+ .fa-rupee-sign:before {
3277
+ content: "\f156"; }
3278
+
3279
+ .fa-sad-cry:before {
3280
+ content: "\f5b3"; }
3281
+
3282
+ .fa-sad-tear:before {
3283
+ content: "\f5b4"; }
3284
+
3285
+ .fa-safari:before {
3286
+ content: "\f267"; }
3287
+
3288
+ .fa-salesforce:before {
3289
+ content: "\f83b"; }
3290
+
3291
+ .fa-sass:before {
3292
+ content: "\f41e"; }
3293
+
3294
+ .fa-satellite:before {
3295
+ content: "\f7bf"; }
3296
+
3297
+ .fa-satellite-dish:before {
3298
+ content: "\f7c0"; }
3299
+
3300
+ .fa-save:before {
3301
+ content: "\f0c7"; }
3302
+
3303
+ .fa-schlix:before {
3304
+ content: "\f3ea"; }
3305
+
3306
+ .fa-school:before {
3307
+ content: "\f549"; }
3308
+
3309
+ .fa-screwdriver:before {
3310
+ content: "\f54a"; }
3311
+
3312
+ .fa-scribd:before {
3313
+ content: "\f28a"; }
3314
+
3315
+ .fa-scroll:before {
3316
+ content: "\f70e"; }
3317
+
3318
+ .fa-sd-card:before {
3319
+ content: "\f7c2"; }
3320
+
3321
+ .fa-search:before {
3322
+ content: "\f002"; }
3323
+
3324
+ .fa-search-dollar:before {
3325
+ content: "\f688"; }
3326
+
3327
+ .fa-search-location:before {
3328
+ content: "\f689"; }
3329
+
3330
+ .fa-search-minus:before {
3331
+ content: "\f010"; }
3332
+
3333
+ .fa-search-plus:before {
3334
+ content: "\f00e"; }
3335
+
3336
+ .fa-searchengin:before {
3337
+ content: "\f3eb"; }
3338
+
3339
+ .fa-seedling:before {
3340
+ content: "\f4d8"; }
3341
+
3342
+ .fa-sellcast:before {
3343
+ content: "\f2da"; }
3344
+
3345
+ .fa-sellsy:before {
3346
+ content: "\f213"; }
3347
+
3348
+ .fa-server:before {
3349
+ content: "\f233"; }
3350
+
3351
+ .fa-servicestack:before {
3352
+ content: "\f3ec"; }
3353
+
3354
+ .fa-shapes:before {
3355
+ content: "\f61f"; }
3356
+
3357
+ .fa-share:before {
3358
+ content: "\f064"; }
3359
+
3360
+ .fa-share-alt:before {
3361
+ content: "\f1e0"; }
3362
+
3363
+ .fa-share-alt-square:before {
3364
+ content: "\f1e1"; }
3365
+
3366
+ .fa-share-square:before {
3367
+ content: "\f14d"; }
3368
+
3369
+ .fa-shekel-sign:before {
3370
+ content: "\f20b"; }
3371
+
3372
+ .fa-shield-alt:before {
3373
+ content: "\f3ed"; }
3374
+
3375
+ .fa-ship:before {
3376
+ content: "\f21a"; }
3377
+
3378
+ .fa-shipping-fast:before {
3379
+ content: "\f48b"; }
3380
+
3381
+ .fa-shirtsinbulk:before {
3382
+ content: "\f214"; }
3383
+
3384
+ .fa-shoe-prints:before {
3385
+ content: "\f54b"; }
3386
+
3387
+ .fa-shopping-bag:before {
3388
+ content: "\f290"; }
3389
+
3390
+ .fa-shopping-basket:before {
3391
+ content: "\f291"; }
3392
+
3393
+ .fa-shopping-cart:before {
3394
+ content: "\f07a"; }
3395
+
3396
+ .fa-shopware:before {
3397
+ content: "\f5b5"; }
3398
+
3399
+ .fa-shower:before {
3400
+ content: "\f2cc"; }
3401
+
3402
+ .fa-shuttle-van:before {
3403
+ content: "\f5b6"; }
3404
+
3405
+ .fa-sign:before {
3406
+ content: "\f4d9"; }
3407
+
3408
+ .fa-sign-in-alt:before {
3409
+ content: "\f2f6"; }
3410
+
3411
+ .fa-sign-language:before {
3412
+ content: "\f2a7"; }
3413
+
3414
+ .fa-sign-out-alt:before {
3415
+ content: "\f2f5"; }
3416
+
3417
+ .fa-signal:before {
3418
+ content: "\f012"; }
3419
+
3420
+ .fa-signature:before {
3421
+ content: "\f5b7"; }
3422
+
3423
+ .fa-sim-card:before {
3424
+ content: "\f7c4"; }
3425
+
3426
+ .fa-simplybuilt:before {
3427
+ content: "\f215"; }
3428
+
3429
+ .fa-sistrix:before {
3430
+ content: "\f3ee"; }
3431
+
3432
+ .fa-sitemap:before {
3433
+ content: "\f0e8"; }
3434
+
3435
+ .fa-sith:before {
3436
+ content: "\f512"; }
3437
+
3438
+ .fa-skating:before {
3439
+ content: "\f7c5"; }
3440
+
3441
+ .fa-sketch:before {
3442
+ content: "\f7c6"; }
3443
+
3444
+ .fa-skiing:before {
3445
+ content: "\f7c9"; }
3446
+
3447
+ .fa-skiing-nordic:before {
3448
+ content: "\f7ca"; }
3449
+
3450
+ .fa-skull:before {
3451
+ content: "\f54c"; }
3452
+
3453
+ .fa-skull-crossbones:before {
3454
+ content: "\f714"; }
3455
+
3456
+ .fa-skyatlas:before {
3457
+ content: "\f216"; }
3458
+
3459
+ .fa-skype:before {
3460
+ content: "\f17e"; }
3461
+
3462
+ .fa-slack:before {
3463
+ content: "\f198"; }
3464
+
3465
+ .fa-slack-hash:before {
3466
+ content: "\f3ef"; }
3467
+
3468
+ .fa-slash:before {
3469
+ content: "\f715"; }
3470
+
3471
+ .fa-sleigh:before {
3472
+ content: "\f7cc"; }
3473
+
3474
+ .fa-sliders-h:before {
3475
+ content: "\f1de"; }
3476
+
3477
+ .fa-slideshare:before {
3478
+ content: "\f1e7"; }
3479
+
3480
+ .fa-smile:before {
3481
+ content: "\f118"; }
3482
+
3483
+ .fa-smile-beam:before {
3484
+ content: "\f5b8"; }
3485
+
3486
+ .fa-smile-wink:before {
3487
+ content: "\f4da"; }
3488
+
3489
+ .fa-smog:before {
3490
+ content: "\f75f"; }
3491
+
3492
+ .fa-smoking:before {
3493
+ content: "\f48d"; }
3494
+
3495
+ .fa-smoking-ban:before {
3496
+ content: "\f54d"; }
3497
+
3498
+ .fa-sms:before {
3499
+ content: "\f7cd"; }
3500
+
3501
+ .fa-snapchat:before {
3502
+ content: "\f2ab"; }
3503
+
3504
+ .fa-snapchat-ghost:before {
3505
+ content: "\f2ac"; }
3506
+
3507
+ .fa-snapchat-square:before {
3508
+ content: "\f2ad"; }
3509
+
3510
+ .fa-snowboarding:before {
3511
+ content: "\f7ce"; }
3512
+
3513
+ .fa-snowflake:before {
3514
+ content: "\f2dc"; }
3515
+
3516
+ .fa-snowman:before {
3517
+ content: "\f7d0"; }
3518
+
3519
+ .fa-snowplow:before {
3520
+ content: "\f7d2"; }
3521
+
3522
+ .fa-socks:before {
3523
+ content: "\f696"; }
3524
+
3525
+ .fa-solar-panel:before {
3526
+ content: "\f5ba"; }
3527
+
3528
+ .fa-sort:before {
3529
+ content: "\f0dc"; }
3530
+
3531
+ .fa-sort-alpha-down:before {
3532
+ content: "\f15d"; }
3533
+
3534
+ .fa-sort-alpha-up:before {
3535
+ content: "\f15e"; }
3536
+
3537
+ .fa-sort-amount-down:before {
3538
+ content: "\f160"; }
3539
+
3540
+ .fa-sort-amount-up:before {
3541
+ content: "\f161"; }
3542
+
3543
+ .fa-sort-down:before {
3544
+ content: "\f0dd"; }
3545
+
3546
+ .fa-sort-numeric-down:before {
3547
+ content: "\f162"; }
3548
+
3549
+ .fa-sort-numeric-up:before {
3550
+ content: "\f163"; }
3551
+
3552
+ .fa-sort-up:before {
3553
+ content: "\f0de"; }
3554
+
3555
+ .fa-soundcloud:before {
3556
+ content: "\f1be"; }
3557
+
3558
+ .fa-sourcetree:before {
3559
+ content: "\f7d3"; }
3560
+
3561
+ .fa-spa:before {
3562
+ content: "\f5bb"; }
3563
+
3564
+ .fa-space-shuttle:before {
3565
+ content: "\f197"; }
3566
+
3567
+ .fa-speakap:before {
3568
+ content: "\f3f3"; }
3569
+
3570
+ .fa-speaker-deck:before {
3571
+ content: "\f83c"; }
3572
+
3573
+ .fa-spider:before {
3574
+ content: "\f717"; }
3575
+
3576
+ .fa-spinner:before {
3577
+ content: "\f110"; }
3578
+
3579
+ .fa-splotch:before {
3580
+ content: "\f5bc"; }
3581
+
3582
+ .fa-spotify:before {
3583
+ content: "\f1bc"; }
3584
+
3585
+ .fa-spray-can:before {
3586
+ content: "\f5bd"; }
3587
+
3588
+ .fa-square:before {
3589
+ content: "\f0c8"; }
3590
+
3591
+ .fa-square-full:before {
3592
+ content: "\f45c"; }
3593
+
3594
+ .fa-square-root-alt:before {
3595
+ content: "\f698"; }
3596
+
3597
+ .fa-squarespace:before {
3598
+ content: "\f5be"; }
3599
+
3600
+ .fa-stack-exchange:before {
3601
+ content: "\f18d"; }
3602
+
3603
+ .fa-stack-overflow:before {
3604
+ content: "\f16c"; }
3605
+
3606
+ .fa-stamp:before {
3607
+ content: "\f5bf"; }
3608
+
3609
+ .fa-star:before {
3610
+ content: "\f005"; }
3611
+
3612
+ .fa-star-and-crescent:before {
3613
+ content: "\f699"; }
3614
+
3615
+ .fa-star-half:before {
3616
+ content: "\f089"; }
3617
+
3618
+ .fa-star-half-alt:before {
3619
+ content: "\f5c0"; }
3620
+
3621
+ .fa-star-of-david:before {
3622
+ content: "\f69a"; }
3623
+
3624
+ .fa-star-of-life:before {
3625
+ content: "\f621"; }
3626
+
3627
+ .fa-staylinked:before {
3628
+ content: "\f3f5"; }
3629
+
3630
+ .fa-steam:before {
3631
+ content: "\f1b6"; }
3632
+
3633
+ .fa-steam-square:before {
3634
+ content: "\f1b7"; }
3635
+
3636
+ .fa-steam-symbol:before {
3637
+ content: "\f3f6"; }
3638
+
3639
+ .fa-step-backward:before {
3640
+ content: "\f048"; }
3641
+
3642
+ .fa-step-forward:before {
3643
+ content: "\f051"; }
3644
+
3645
+ .fa-stethoscope:before {
3646
+ content: "\f0f1"; }
3647
+
3648
+ .fa-sticker-mule:before {
3649
+ content: "\f3f7"; }
3650
+
3651
+ .fa-sticky-note:before {
3652
+ content: "\f249"; }
3653
+
3654
+ .fa-stop:before {
3655
+ content: "\f04d"; }
3656
+
3657
+ .fa-stop-circle:before {
3658
+ content: "\f28d"; }
3659
+
3660
+ .fa-stopwatch:before {
3661
+ content: "\f2f2"; }
3662
+
3663
+ .fa-store:before {
3664
+ content: "\f54e"; }
3665
+
3666
+ .fa-store-alt:before {
3667
+ content: "\f54f"; }
3668
+
3669
+ .fa-strava:before {
3670
+ content: "\f428"; }
3671
+
3672
+ .fa-stream:before {
3673
+ content: "\f550"; }
3674
+
3675
+ .fa-street-view:before {
3676
+ content: "\f21d"; }
3677
+
3678
+ .fa-strikethrough:before {
3679
+ content: "\f0cc"; }
3680
+
3681
+ .fa-stripe:before {
3682
+ content: "\f429"; }
3683
+
3684
+ .fa-stripe-s:before {
3685
+ content: "\f42a"; }
3686
+
3687
+ .fa-stroopwafel:before {
3688
+ content: "\f551"; }
3689
+
3690
+ .fa-studiovinari:before {
3691
+ content: "\f3f8"; }
3692
+
3693
+ .fa-stumbleupon:before {
3694
+ content: "\f1a4"; }
3695
+
3696
+ .fa-stumbleupon-circle:before {
3697
+ content: "\f1a3"; }
3698
+
3699
+ .fa-subscript:before {
3700
+ content: "\f12c"; }
3701
+
3702
+ .fa-subway:before {
3703
+ content: "\f239"; }
3704
+
3705
+ .fa-suitcase:before {
3706
+ content: "\f0f2"; }
3707
+
3708
+ .fa-suitcase-rolling:before {
3709
+ content: "\f5c1"; }
3710
+
3711
+ .fa-sun:before {
3712
+ content: "\f185"; }
3713
+
3714
+ .fa-superpowers:before {
3715
+ content: "\f2dd"; }
3716
+
3717
+ .fa-superscript:before {
3718
+ content: "\f12b"; }
3719
+
3720
+ .fa-supple:before {
3721
+ content: "\f3f9"; }
3722
+
3723
+ .fa-surprise:before {
3724
+ content: "\f5c2"; }
3725
+
3726
+ .fa-suse:before {
3727
+ content: "\f7d6"; }
3728
+
3729
+ .fa-swatchbook:before {
3730
+ content: "\f5c3"; }
3731
+
3732
+ .fa-swimmer:before {
3733
+ content: "\f5c4"; }
3734
+
3735
+ .fa-swimming-pool:before {
3736
+ content: "\f5c5"; }
3737
+
3738
+ .fa-symfony:before {
3739
+ content: "\f83d"; }
3740
+
3741
+ .fa-synagogue:before {
3742
+ content: "\f69b"; }
3743
+
3744
+ .fa-sync:before {
3745
+ content: "\f021"; }
3746
+
3747
+ .fa-sync-alt:before {
3748
+ content: "\f2f1"; }
3749
+
3750
+ .fa-syringe:before {
3751
+ content: "\f48e"; }
3752
+
3753
+ .fa-table:before {
3754
+ content: "\f0ce"; }
3755
+
3756
+ .fa-table-tennis:before {
3757
+ content: "\f45d"; }
3758
+
3759
+ .fa-tablet:before {
3760
+ content: "\f10a"; }
3761
+
3762
+ .fa-tablet-alt:before {
3763
+ content: "\f3fa"; }
3764
+
3765
+ .fa-tablets:before {
3766
+ content: "\f490"; }
3767
+
3768
+ .fa-tachometer-alt:before {
3769
+ content: "\f3fd"; }
3770
+
3771
+ .fa-tag:before {
3772
+ content: "\f02b"; }
3773
+
3774
+ .fa-tags:before {
3775
+ content: "\f02c"; }
3776
+
3777
+ .fa-tape:before {
3778
+ content: "\f4db"; }
3779
+
3780
+ .fa-tasks:before {
3781
+ content: "\f0ae"; }
3782
+
3783
+ .fa-taxi:before {
3784
+ content: "\f1ba"; }
3785
+
3786
+ .fa-teamspeak:before {
3787
+ content: "\f4f9"; }
3788
+
3789
+ .fa-teeth:before {
3790
+ content: "\f62e"; }
3791
+
3792
+ .fa-teeth-open:before {
3793
+ content: "\f62f"; }
3794
+
3795
+ .fa-telegram:before {
3796
+ content: "\f2c6"; }
3797
+
3798
+ .fa-telegram-plane:before {
3799
+ content: "\f3fe"; }
3800
+
3801
+ .fa-temperature-high:before {
3802
+ content: "\f769"; }
3803
+
3804
+ .fa-temperature-low:before {
3805
+ content: "\f76b"; }
3806
+
3807
+ .fa-tencent-weibo:before {
3808
+ content: "\f1d5"; }
3809
+
3810
+ .fa-tenge:before {
3811
+ content: "\f7d7"; }
3812
+
3813
+ .fa-terminal:before {
3814
+ content: "\f120"; }
3815
+
3816
+ .fa-text-height:before {
3817
+ content: "\f034"; }
3818
+
3819
+ .fa-text-width:before {
3820
+ content: "\f035"; }
3821
+
3822
+ .fa-th:before {
3823
+ content: "\f00a"; }
3824
+
3825
+ .fa-th-large:before {
3826
+ content: "\f009"; }
3827
+
3828
+ .fa-th-list:before {
3829
+ content: "\f00b"; }
3830
+
3831
+ .fa-the-red-yeti:before {
3832
+ content: "\f69d"; }
3833
+
3834
+ .fa-theater-masks:before {
3835
+ content: "\f630"; }
3836
+
3837
+ .fa-themeco:before {
3838
+ content: "\f5c6"; }
3839
+
3840
+ .fa-themeisle:before {
3841
+ content: "\f2b2"; }
3842
+
3843
+ .fa-thermometer:before {
3844
+ content: "\f491"; }
3845
+
3846
+ .fa-thermometer-empty:before {
3847
+ content: "\f2cb"; }
3848
+
3849
+ .fa-thermometer-full:before {
3850
+ content: "\f2c7"; }
3851
+
3852
+ .fa-thermometer-half:before {
3853
+ content: "\f2c9"; }
3854
+
3855
+ .fa-thermometer-quarter:before {
3856
+ content: "\f2ca"; }
3857
+
3858
+ .fa-thermometer-three-quarters:before {
3859
+ content: "\f2c8"; }
3860
+
3861
+ .fa-think-peaks:before {
3862
+ content: "\f731"; }
3863
+
3864
+ .fa-thumbs-down:before {
3865
+ content: "\f165"; }
3866
+
3867
+ .fa-thumbs-up:before {
3868
+ content: "\f164"; }
3869
+
3870
+ .fa-thumbtack:before {
3871
+ content: "\f08d"; }
3872
+
3873
+ .fa-ticket-alt:before {
3874
+ content: "\f3ff"; }
3875
+
3876
+ .fa-times:before {
3877
+ content: "\f00d"; }
3878
+
3879
+ .fa-times-circle:before {
3880
+ content: "\f057"; }
3881
+
3882
+ .fa-tint:before {
3883
+ content: "\f043"; }
3884
+
3885
+ .fa-tint-slash:before {
3886
+ content: "\f5c7"; }
3887
+
3888
+ .fa-tired:before {
3889
+ content: "\f5c8"; }
3890
+
3891
+ .fa-toggle-off:before {
3892
+ content: "\f204"; }
3893
+
3894
+ .fa-toggle-on:before {
3895
+ content: "\f205"; }
3896
+
3897
+ .fa-toilet:before {
3898
+ content: "\f7d8"; }
3899
+
3900
+ .fa-toilet-paper:before {
3901
+ content: "\f71e"; }
3902
+
3903
+ .fa-toolbox:before {
3904
+ content: "\f552"; }
3905
+
3906
+ .fa-tools:before {
3907
+ content: "\f7d9"; }
3908
+
3909
+ .fa-tooth:before {
3910
+ content: "\f5c9"; }
3911
+
3912
+ .fa-torah:before {
3913
+ content: "\f6a0"; }
3914
+
3915
+ .fa-torii-gate:before {
3916
+ content: "\f6a1"; }
3917
+
3918
+ .fa-tractor:before {
3919
+ content: "\f722"; }
3920
+
3921
+ .fa-trade-federation:before {
3922
+ content: "\f513"; }
3923
+
3924
+ .fa-trademark:before {
3925
+ content: "\f25c"; }
3926
+
3927
+ .fa-traffic-light:before {
3928
+ content: "\f637"; }
3929
+
3930
+ .fa-train:before {
3931
+ content: "\f238"; }
3932
+
3933
+ .fa-tram:before {
3934
+ content: "\f7da"; }
3935
+
3936
+ .fa-transgender:before {
3937
+ content: "\f224"; }
3938
+
3939
+ .fa-transgender-alt:before {
3940
+ content: "\f225"; }
3941
+
3942
+ .fa-trash:before {
3943
+ content: "\f1f8"; }
3944
+
3945
+ .fa-trash-alt:before {
3946
+ content: "\f2ed"; }
3947
+
3948
+ .fa-trash-restore:before {
3949
+ content: "\f829"; }
3950
+
3951
+ .fa-trash-restore-alt:before {
3952
+ content: "\f82a"; }
3953
+
3954
+ .fa-tree:before {
3955
+ content: "\f1bb"; }
3956
+
3957
+ .fa-trello:before {
3958
+ content: "\f181"; }
3959
+
3960
+ .fa-tripadvisor:before {
3961
+ content: "\f262"; }
3962
+
3963
+ .fa-trophy:before {
3964
+ content: "\f091"; }
3965
+
3966
+ .fa-truck:before {
3967
+ content: "\f0d1"; }
3968
+
3969
+ .fa-truck-loading:before {
3970
+ content: "\f4de"; }
3971
+
3972
+ .fa-truck-monster:before {
3973
+ content: "\f63b"; }
3974
+
3975
+ .fa-truck-moving:before {
3976
+ content: "\f4df"; }
3977
+
3978
+ .fa-truck-pickup:before {
3979
+ content: "\f63c"; }
3980
+
3981
+ .fa-tshirt:before {
3982
+ content: "\f553"; }
3983
+
3984
+ .fa-tty:before {
3985
+ content: "\f1e4"; }
3986
+
3987
+ .fa-tumblr:before {
3988
+ content: "\f173"; }
3989
+
3990
+ .fa-tumblr-square:before {
3991
+ content: "\f174"; }
3992
+
3993
+ .fa-tv:before {
3994
+ content: "\f26c"; }
3995
+
3996
+ .fa-twitch:before {
3997
+ content: "\f1e8"; }
3998
+
3999
+ .fa-twitter:before {
4000
+ content: "\f099"; }
4001
+
4002
+ .fa-twitter-square:before {
4003
+ content: "\f081"; }
4004
+
4005
+ .fa-typo3:before {
4006
+ content: "\f42b"; }
4007
+
4008
+ .fa-uber:before {
4009
+ content: "\f402"; }
4010
+
4011
+ .fa-ubuntu:before {
4012
+ content: "\f7df"; }
4013
+
4014
+ .fa-uikit:before {
4015
+ content: "\f403"; }
4016
+
4017
+ .fa-umbrella:before {
4018
+ content: "\f0e9"; }
4019
+
4020
+ .fa-umbrella-beach:before {
4021
+ content: "\f5ca"; }
4022
+
4023
+ .fa-underline:before {
4024
+ content: "\f0cd"; }
4025
+
4026
+ .fa-undo:before {
4027
+ content: "\f0e2"; }
4028
+
4029
+ .fa-undo-alt:before {
4030
+ content: "\f2ea"; }
4031
+
4032
+ .fa-uniregistry:before {
4033
+ content: "\f404"; }
4034
+
4035
+ .fa-universal-access:before {
4036
+ content: "\f29a"; }
4037
+
4038
+ .fa-university:before {
4039
+ content: "\f19c"; }
4040
+
4041
+ .fa-unlink:before {
4042
+ content: "\f127"; }
4043
+
4044
+ .fa-unlock:before {
4045
+ content: "\f09c"; }
4046
+
4047
+ .fa-unlock-alt:before {
4048
+ content: "\f13e"; }
4049
+
4050
+ .fa-untappd:before {
4051
+ content: "\f405"; }
4052
+
4053
+ .fa-upload:before {
4054
+ content: "\f093"; }
4055
+
4056
+ .fa-ups:before {
4057
+ content: "\f7e0"; }
4058
+
4059
+ .fa-usb:before {
4060
+ content: "\f287"; }
4061
+
4062
+ .fa-user:before {
4063
+ content: "\f007"; }
4064
+
4065
+ .fa-user-alt:before {
4066
+ content: "\f406"; }
4067
+
4068
+ .fa-user-alt-slash:before {
4069
+ content: "\f4fa"; }
4070
+
4071
+ .fa-user-astronaut:before {
4072
+ content: "\f4fb"; }
4073
+
4074
+ .fa-user-check:before {
4075
+ content: "\f4fc"; }
4076
+
4077
+ .fa-user-circle:before {
4078
+ content: "\f2bd"; }
4079
+
4080
+ .fa-user-clock:before {
4081
+ content: "\f4fd"; }
4082
+
4083
+ .fa-user-cog:before {
4084
+ content: "\f4fe"; }
4085
+
4086
+ .fa-user-edit:before {
4087
+ content: "\f4ff"; }
4088
+
4089
+ .fa-user-friends:before {
4090
+ content: "\f500"; }
4091
+
4092
+ .fa-user-graduate:before {
4093
+ content: "\f501"; }
4094
+
4095
+ .fa-user-injured:before {
4096
+ content: "\f728"; }
4097
+
4098
+ .fa-user-lock:before {
4099
+ content: "\f502"; }
4100
+
4101
+ .fa-user-md:before {
4102
+ content: "\f0f0"; }
4103
+
4104
+ .fa-user-minus:before {
4105
+ content: "\f503"; }
4106
+
4107
+ .fa-user-ninja:before {
4108
+ content: "\f504"; }
4109
+
4110
+ .fa-user-nurse:before {
4111
+ content: "\f82f"; }
4112
+
4113
+ .fa-user-plus:before {
4114
+ content: "\f234"; }
4115
+
4116
+ .fa-user-secret:before {
4117
+ content: "\f21b"; }
4118
+
4119
+ .fa-user-shield:before {
4120
+ content: "\f505"; }
4121
+
4122
+ .fa-user-slash:before {
4123
+ content: "\f506"; }
4124
+
4125
+ .fa-user-tag:before {
4126
+ content: "\f507"; }
4127
+
4128
+ .fa-user-tie:before {
4129
+ content: "\f508"; }
4130
+
4131
+ .fa-user-times:before {
4132
+ content: "\f235"; }
4133
+
4134
+ .fa-users:before {
4135
+ content: "\f0c0"; }
4136
+
4137
+ .fa-users-cog:before {
4138
+ content: "\f509"; }
4139
+
4140
+ .fa-usps:before {
4141
+ content: "\f7e1"; }
4142
+
4143
+ .fa-ussunnah:before {
4144
+ content: "\f407"; }
4145
+
4146
+ .fa-utensil-spoon:before {
4147
+ content: "\f2e5"; }
4148
+
4149
+ .fa-utensils:before {
4150
+ content: "\f2e7"; }
4151
+
4152
+ .fa-vaadin:before {
4153
+ content: "\f408"; }
4154
+
4155
+ .fa-vector-square:before {
4156
+ content: "\f5cb"; }
4157
+
4158
+ .fa-venus:before {
4159
+ content: "\f221"; }
4160
+
4161
+ .fa-venus-double:before {
4162
+ content: "\f226"; }
4163
+
4164
+ .fa-venus-mars:before {
4165
+ content: "\f228"; }
4166
+
4167
+ .fa-viacoin:before {
4168
+ content: "\f237"; }
4169
+
4170
+ .fa-viadeo:before {
4171
+ content: "\f2a9"; }
4172
+
4173
+ .fa-viadeo-square:before {
4174
+ content: "\f2aa"; }
4175
+
4176
+ .fa-vial:before {
4177
+ content: "\f492"; }
4178
+
4179
+ .fa-vials:before {
4180
+ content: "\f493"; }
4181
+
4182
+ .fa-viber:before {
4183
+ content: "\f409"; }
4184
+
4185
+ .fa-video:before {
4186
+ content: "\f03d"; }
4187
+
4188
+ .fa-video-slash:before {
4189
+ content: "\f4e2"; }
4190
+
4191
+ .fa-vihara:before {
4192
+ content: "\f6a7"; }
4193
+
4194
+ .fa-vimeo:before {
4195
+ content: "\f40a"; }
4196
+
4197
+ .fa-vimeo-square:before {
4198
+ content: "\f194"; }
4199
+
4200
+ .fa-vimeo-v:before {
4201
+ content: "\f27d"; }
4202
+
4203
+ .fa-vine:before {
4204
+ content: "\f1ca"; }
4205
+
4206
+ .fa-vk:before {
4207
+ content: "\f189"; }
4208
+
4209
+ .fa-vnv:before {
4210
+ content: "\f40b"; }
4211
+
4212
+ .fa-volleyball-ball:before {
4213
+ content: "\f45f"; }
4214
+
4215
+ .fa-volume-down:before {
4216
+ content: "\f027"; }
4217
+
4218
+ .fa-volume-mute:before {
4219
+ content: "\f6a9"; }
4220
+
4221
+ .fa-volume-off:before {
4222
+ content: "\f026"; }
4223
+
4224
+ .fa-volume-up:before {
4225
+ content: "\f028"; }
4226
+
4227
+ .fa-vote-yea:before {
4228
+ content: "\f772"; }
4229
+
4230
+ .fa-vr-cardboard:before {
4231
+ content: "\f729"; }
4232
+
4233
+ .fa-vuejs:before {
4234
+ content: "\f41f"; }
4235
+
4236
+ .fa-walking:before {
4237
+ content: "\f554"; }
4238
+
4239
+ .fa-wallet:before {
4240
+ content: "\f555"; }
4241
+
4242
+ .fa-warehouse:before {
4243
+ content: "\f494"; }
4244
+
4245
+ .fa-water:before {
4246
+ content: "\f773"; }
4247
+
4248
+ .fa-wave-square:before {
4249
+ content: "\f83e"; }
4250
+
4251
+ .fa-waze:before {
4252
+ content: "\f83f"; }
4253
+
4254
+ .fa-weebly:before {
4255
+ content: "\f5cc"; }
4256
+
4257
+ .fa-weibo:before {
4258
+ content: "\f18a"; }
4259
+
4260
+ .fa-weight:before {
4261
+ content: "\f496"; }
4262
+
4263
+ .fa-weight-hanging:before {
4264
+ content: "\f5cd"; }
4265
+
4266
+ .fa-weixin:before {
4267
+ content: "\f1d7"; }
4268
+
4269
+ .fa-whatsapp:before {
4270
+ content: "\f232"; }
4271
+
4272
+ .fa-whatsapp-square:before {
4273
+ content: "\f40c"; }
4274
+
4275
+ .fa-wheelchair:before {
4276
+ content: "\f193"; }
4277
+
4278
+ .fa-whmcs:before {
4279
+ content: "\f40d"; }
4280
+
4281
+ .fa-wifi:before {
4282
+ content: "\f1eb"; }
4283
+
4284
+ .fa-wikipedia-w:before {
4285
+ content: "\f266"; }
4286
+
4287
+ .fa-wind:before {
4288
+ content: "\f72e"; }
4289
+
4290
+ .fa-window-close:before {
4291
+ content: "\f410"; }
4292
+
4293
+ .fa-window-maximize:before {
4294
+ content: "\f2d0"; }
4295
+
4296
+ .fa-window-minimize:before {
4297
+ content: "\f2d1"; }
4298
+
4299
+ .fa-window-restore:before {
4300
+ content: "\f2d2"; }
4301
+
4302
+ .fa-windows:before {
4303
+ content: "\f17a"; }
4304
+
4305
+ .fa-wine-bottle:before {
4306
+ content: "\f72f"; }
4307
+
4308
+ .fa-wine-glass:before {
4309
+ content: "\f4e3"; }
4310
+
4311
+ .fa-wine-glass-alt:before {
4312
+ content: "\f5ce"; }
4313
+
4314
+ .fa-wix:before {
4315
+ content: "\f5cf"; }
4316
+
4317
+ .fa-wizards-of-the-coast:before {
4318
+ content: "\f730"; }
4319
+
4320
+ .fa-wolf-pack-battalion:before {
4321
+ content: "\f514"; }
4322
+
4323
+ .fa-won-sign:before {
4324
+ content: "\f159"; }
4325
+
4326
+ .fa-wordpress:before {
4327
+ content: "\f19a"; }
4328
+
4329
+ .fa-wordpress-simple:before {
4330
+ content: "\f411"; }
4331
+
4332
+ .fa-wpbeginner:before {
4333
+ content: "\f297"; }
4334
+
4335
+ .fa-wpexplorer:before {
4336
+ content: "\f2de"; }
4337
+
4338
+ .fa-wpforms:before {
4339
+ content: "\f298"; }
4340
+
4341
+ .fa-wpressr:before {
4342
+ content: "\f3e4"; }
4343
+
4344
+ .fa-wrench:before {
4345
+ content: "\f0ad"; }
4346
+
4347
+ .fa-x-ray:before {
4348
+ content: "\f497"; }
4349
+
4350
+ .fa-xbox:before {
4351
+ content: "\f412"; }
4352
+
4353
+ .fa-xing:before {
4354
+ content: "\f168"; }
4355
+
4356
+ .fa-xing-square:before {
4357
+ content: "\f169"; }
4358
+
4359
+ .fa-y-combinator:before {
4360
+ content: "\f23b"; }
4361
+
4362
+ .fa-yahoo:before {
4363
+ content: "\f19e"; }
4364
+
4365
+ .fa-yammer:before {
4366
+ content: "\f840"; }
4367
+
4368
+ .fa-yandex:before {
4369
+ content: "\f413"; }
4370
+
4371
+ .fa-yandex-international:before {
4372
+ content: "\f414"; }
4373
+
4374
+ .fa-yarn:before {
4375
+ content: "\f7e3"; }
4376
+
4377
+ .fa-yelp:before {
4378
+ content: "\f1e9"; }
4379
+
4380
+ .fa-yen-sign:before {
4381
+ content: "\f157"; }
4382
+
4383
+ .fa-yin-yang:before {
4384
+ content: "\f6ad"; }
4385
+
4386
+ .fa-yoast:before {
4387
+ content: "\f2b1"; }
4388
+
4389
+ .fa-youtube:before {
4390
+ content: "\f167"; }
4391
+
4392
+ .fa-youtube-square:before {
4393
+ content: "\f431"; }
4394
+
4395
+ .fa-zhihu:before {
4396
+ content: "\f63f"; }
4397
+
4398
+ .sr-only {
4399
+ border: 0;
4400
+ clip: rect(0, 0, 0, 0);
4401
+ height: 1px;
4402
+ margin: -1px;
4403
+ overflow: hidden;
4404
+ padding: 0;
4405
+ position: absolute;
4406
+ width: 1px; }
4407
+
4408
+ .sr-only-focusable:active,
4409
+ .sr-only-focusable:focus {
4410
+ clip: auto;
4411
+ height: auto;
4412
+ margin: 0;
4413
+ overflow: visible;
4414
+ position: static;
4415
+ width: auto; }