jekyll-theme-prettydocs-full 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (813) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +7 -0
  3. data/_data/default/base.yml +8 -0
  4. data/_data/default/cards.yml +35 -0
  5. data/_data/default/contact.yml +24 -0
  6. data/_data/default/faqs.yml +46 -0
  7. data/_data/default/timeline.yml +33 -0
  8. data/_includes/_partials/item.html +11 -0
  9. data/_includes/_partials/post.html +40 -0
  10. data/_includes/_partials/social-buttons.html +12 -0
  11. data/_includes/_partials/toc.html +43 -0
  12. data/_includes/_sections/blog_post.html +50 -0
  13. data/_includes/_sections/cards.html +25 -0
  14. data/_includes/_sections/contact.html +29 -0
  15. data/_includes/_sections/faqs.html +28 -0
  16. data/_includes/_sections/items-list.html +11 -0
  17. data/_includes/_sections/not-found.html +11 -0
  18. data/_includes/_sections/resources.html +68 -0
  19. data/_includes/_sections/timeline.html +40 -0
  20. data/_includes/_shower/setup.md +39 -0
  21. data/_includes/_shower/showerify.html +125 -0
  22. data/_includes/_theme/footer.html +8 -0
  23. data/_includes/_theme/head.html +43 -0
  24. data/_includes/_theme/header.html +36 -0
  25. data/_includes/_theme/js.html +11 -0
  26. data/_includes/_utils/common +29 -0
  27. data/_includes/_utils/picture +18 -0
  28. data/_layouts/compress.html +9 -0
  29. data/_layouts/default.html +19 -0
  30. data/_layouts/faqs.html +9 -0
  31. data/_layouts/landing.html +18 -0
  32. data/_layouts/page.html +18 -0
  33. data/_layouts/post.html +5 -0
  34. data/_layouts/shower.html +27 -0
  35. data/_sass/globals/_base.scss +44 -0
  36. data/_sass/globals/_mixins.scss +175 -0
  37. data/_sass/partials/_base.scss +108 -0
  38. data/_sass/partials/_buttons.scss +97 -0
  39. data/_sass/partials/_cards.scss +170 -0
  40. data/_sass/partials/_contact.scss +29 -0
  41. data/_sass/partials/_doc.scss +521 -0
  42. data/_sass/partials/_footer.scss +9 -0
  43. data/_sass/partials/_header.scss +87 -0
  44. data/_sass/partials/_helper.scss +42 -0
  45. data/_sass/partials/_landing.scss +61 -0
  46. data/_sass/partials/_post.scss +32 -0
  47. data/_sass/partials/_resources.scss +10 -0
  48. data/_sass/partials/_toc.scss +163 -0
  49. data/_sass/prettydocs-jekyll.scss +20 -0
  50. data/_sass/vendor/_shower.scss +535 -0
  51. data/_sass/vendor/_timeline.scss +221 -0
  52. data/_sass/vendor/shower/defaults.scss +47 -0
  53. data/_sass/vendor/shower/reset.scss +46 -0
  54. data/_sass/vendor/shower/screen.scss +549 -0
  55. data/_sass/vendor/timeline/functions/desaturated-lighten.scss +7 -0
  56. data/_sass/vendor/timeline/functions/map-deep-get.scss +9 -0
  57. data/_sass/vendor/timeline/functions/map-set.scss +5 -0
  58. data/_sass/vendor/timeline/functions/mutate-colors.scss +9 -0
  59. data/_sass/vendor/timeline/mixins/timeline-element.scss +23 -0
  60. data/_sass/vendor/timeline/mixins/timeline-event-variant.scss +20 -0
  61. data/_sass/vendor/timeline/mixins/timeline-item-arrow-color-variant.scss +6 -0
  62. data/_sass/vendor/timeline/mixins/timeline-item-arrow-size-variant.scss +17 -0
  63. data/_sass/vendor/timeline/mixins/timeline-item-right-side-position.scss +21 -0
  64. data/_sass/vendor/timeline/mixins/timeline-item-start-margins.scss +9 -0
  65. data/_sass/vendor/timeline/mixins/timeline-item-variant.scss +28 -0
  66. data/_sass/vendor/timeline/mixins/timeline-label-variant.scss +3 -0
  67. data/_sass/vendor/timeline/mixins/timeline-line-variant.scss +5 -0
  68. data/_sass/vendor/timeline/mixins/timeline-point-color-variant.scss +4 -0
  69. data/_sass/vendor/timeline/mixins/timeline-point-size-variant.scss +12 -0
  70. data/_sass/vendor/timeline/mixins/timeline-responsive-variant.scss +26 -0
  71. data/_sass/vendor/timeline/mixins/timeline-row-clearfix.scss +10 -0
  72. data/_sass/vendor/timeline/mixins/timeline-single-column.scss +56 -0
  73. data/_sass/vendor/timeline/mixins/transform-center.scss +3 -0
  74. data/_sass/vendor/timeline/variables.scss +90 -0
  75. data/assets/css/main.scss +4 -0
  76. data/assets/css/shower.scss +4 -0
  77. data/assets/images/empty.gif +0 -0
  78. data/assets/images/favicon.ico +0 -0
  79. data/assets/images/labtocat.png +0 -0
  80. data/assets/js/main.js +45 -0
  81. data/assets/plugins/elegant_font/Licensing/gpl_license.txt +339 -0
  82. data/assets/plugins/elegant_font/Licensing/mit_license.txt +21 -0
  83. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.eot +0 -0
  84. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.svg +1832 -0
  85. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.ttf +0 -0
  86. data/assets/plugins/elegant_font/css/fonts/ElegantIcons.woff +0 -0
  87. data/assets/plugins/elegant_font/css/index.html +3019 -0
  88. data/assets/plugins/elegant_font/css/lte-ie7.js +387 -0
  89. data/assets/plugins/elegant_font/css/style.css +1159 -0
  90. data/assets/plugins/elegant_font/images/PNG/arrow-up-down.png +0 -0
  91. data/assets/plugins/elegant_font/images/PNG/arrow_back.png +0 -0
  92. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2down.png +0 -0
  93. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2down_alt2.png +0 -0
  94. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2dwnn_alt.png +0 -0
  95. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left.png +0 -0
  96. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt.png +0 -0
  97. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2left_alt2.png +0 -0
  98. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right.png +0 -0
  99. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt.png +0 -0
  100. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2right_alt2.png +0 -0
  101. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up.png +0 -0
  102. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt.png +0 -0
  103. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-2up_alt2.png +0 -0
  104. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-down.png +0 -0
  105. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt.png +0 -0
  106. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-down_alt2.png +0 -0
  107. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-left.png +0 -0
  108. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt.png +0 -0
  109. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-left_alt2.png +0 -0
  110. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-right.png +0 -0
  111. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt.png +0 -0
  112. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-right_alt2.png +0 -0
  113. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-up.png +0 -0
  114. data/assets/plugins/elegant_font/images/PNG/arrow_carrot-up_alt2.png +0 -0
  115. data/assets/plugins/elegant_font/images/PNG/arrow_carrot_up_alt.png +0 -0
  116. data/assets/plugins/elegant_font/images/PNG/arrow_condense.png +0 -0
  117. data/assets/plugins/elegant_font/images/PNG/arrow_condense_alt.png +0 -0
  118. data/assets/plugins/elegant_font/images/PNG/arrow_down.png +0 -0
  119. data/assets/plugins/elegant_font/images/PNG/arrow_down_alt.png +0 -0
  120. data/assets/plugins/elegant_font/images/PNG/arrow_expand.png +0 -0
  121. data/assets/plugins/elegant_font/images/PNG/arrow_expand_alt.png +0 -0
  122. data/assets/plugins/elegant_font/images/PNG/arrow_expand_alt2.png +0 -0
  123. data/assets/plugins/elegant_font/images/PNG/arrow_expand_alt3.png +0 -0
  124. data/assets/plugins/elegant_font/images/PNG/arrow_left-down.png +0 -0
  125. data/assets/plugins/elegant_font/images/PNG/arrow_left-down_alt.png +0 -0
  126. data/assets/plugins/elegant_font/images/PNG/arrow_left-right.png +0 -0
  127. data/assets/plugins/elegant_font/images/PNG/arrow_left-right_alt.png +0 -0
  128. data/assets/plugins/elegant_font/images/PNG/arrow_left-up.png +0 -0
  129. data/assets/plugins/elegant_font/images/PNG/arrow_left-up_alt.png +0 -0
  130. data/assets/plugins/elegant_font/images/PNG/arrow_left.png +0 -0
  131. data/assets/plugins/elegant_font/images/PNG/arrow_left_alt.png +0 -0
  132. data/assets/plugins/elegant_font/images/PNG/arrow_move.png +0 -0
  133. data/assets/plugins/elegant_font/images/PNG/arrow_right-down.png +0 -0
  134. data/assets/plugins/elegant_font/images/PNG/arrow_right-down_alt.png +0 -0
  135. data/assets/plugins/elegant_font/images/PNG/arrow_right-up.png +0 -0
  136. data/assets/plugins/elegant_font/images/PNG/arrow_right-up_alt.png +0 -0
  137. data/assets/plugins/elegant_font/images/PNG/arrow_right.png +0 -0
  138. data/assets/plugins/elegant_font/images/PNG/arrow_right_alt.png +0 -0
  139. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-down.png +0 -0
  140. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt.png +0 -0
  141. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-down_alt2.png +0 -0
  142. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-left.png +0 -0
  143. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt.png +0 -0
  144. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-left_alt2.png +0 -0
  145. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-right.png +0 -0
  146. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt.png +0 -0
  147. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-right_alt2.png +0 -0
  148. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-up.png +0 -0
  149. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt.png +0 -0
  150. data/assets/plugins/elegant_font/images/PNG/arrow_triangle-up_alt2.png +0 -0
  151. data/assets/plugins/elegant_font/images/PNG/arrow_up-down_alt.png +0 -0
  152. data/assets/plugins/elegant_font/images/PNG/arrow_up.png +0 -0
  153. data/assets/plugins/elegant_font/images/PNG/arrow_up_alt.png +0 -0
  154. data/assets/plugins/elegant_font/images/PNG/icon_adjust-horiz.png +0 -0
  155. data/assets/plugins/elegant_font/images/PNG/icon_adjust-vert.png +0 -0
  156. data/assets/plugins/elegant_font/images/PNG/icon_archive.png +0 -0
  157. data/assets/plugins/elegant_font/images/PNG/icon_archive_alt.png +0 -0
  158. data/assets/plugins/elegant_font/images/PNG/icon_bag.png +0 -0
  159. data/assets/plugins/elegant_font/images/PNG/icon_bag_alt.png +0 -0
  160. data/assets/plugins/elegant_font/images/PNG/icon_balance.png +0 -0
  161. data/assets/plugins/elegant_font/images/PNG/icon_blocked.png +0 -0
  162. data/assets/plugins/elegant_font/images/PNG/icon_book.png +0 -0
  163. data/assets/plugins/elegant_font/images/PNG/icon_book_alt.png +0 -0
  164. data/assets/plugins/elegant_font/images/PNG/icon_box-checked.png +0 -0
  165. data/assets/plugins/elegant_font/images/PNG/icon_box-empty.png +0 -0
  166. data/assets/plugins/elegant_font/images/PNG/icon_box-selected.png +0 -0
  167. data/assets/plugins/elegant_font/images/PNG/icon_briefcase.png +0 -0
  168. data/assets/plugins/elegant_font/images/PNG/icon_briefcase_alt.png +0 -0
  169. data/assets/plugins/elegant_font/images/PNG/icon_building.png +0 -0
  170. data/assets/plugins/elegant_font/images/PNG/icon_building_alt.png +0 -0
  171. data/assets/plugins/elegant_font/images/PNG/icon_calculator_alt.png +0 -0
  172. data/assets/plugins/elegant_font/images/PNG/icon_calendar.png +0 -0
  173. data/assets/plugins/elegant_font/images/PNG/icon_calulator.png +0 -0
  174. data/assets/plugins/elegant_font/images/PNG/icon_camera.png +0 -0
  175. data/assets/plugins/elegant_font/images/PNG/icon_camera_alt.png +0 -0
  176. data/assets/plugins/elegant_font/images/PNG/icon_cart.png +0 -0
  177. data/assets/plugins/elegant_font/images/PNG/icon_cart_alt.png +0 -0
  178. data/assets/plugins/elegant_font/images/PNG/icon_chat.png +0 -0
  179. data/assets/plugins/elegant_font/images/PNG/icon_chat_alt.png +0 -0
  180. data/assets/plugins/elegant_font/images/PNG/icon_check.png +0 -0
  181. data/assets/plugins/elegant_font/images/PNG/icon_check_alt.png +0 -0
  182. data/assets/plugins/elegant_font/images/PNG/icon_check_alt2.png +0 -0
  183. data/assets/plugins/elegant_font/images/PNG/icon_circle-empty.png +0 -0
  184. data/assets/plugins/elegant_font/images/PNG/icon_circle-slelected.png +0 -0
  185. data/assets/plugins/elegant_font/images/PNG/icon_clipboard.png +0 -0
  186. data/assets/plugins/elegant_font/images/PNG/icon_clock.png +0 -0
  187. data/assets/plugins/elegant_font/images/PNG/icon_clock_alt.png +0 -0
  188. data/assets/plugins/elegant_font/images/PNG/icon_close.png +0 -0
  189. data/assets/plugins/elegant_font/images/PNG/icon_close_alt.png +0 -0
  190. data/assets/plugins/elegant_font/images/PNG/icon_close_alt2.png +0 -0
  191. data/assets/plugins/elegant_font/images/PNG/icon_cloud-download.png +0 -0
  192. data/assets/plugins/elegant_font/images/PNG/icon_cloud-download_alt.png +0 -0
  193. data/assets/plugins/elegant_font/images/PNG/icon_cloud-upload.png +0 -0
  194. data/assets/plugins/elegant_font/images/PNG/icon_cloud-upload_alt.png +0 -0
  195. data/assets/plugins/elegant_font/images/PNG/icon_cloud.png +0 -0
  196. data/assets/plugins/elegant_font/images/PNG/icon_cloud_alt.png +0 -0
  197. data/assets/plugins/elegant_font/images/PNG/icon_cog.png +0 -0
  198. data/assets/plugins/elegant_font/images/PNG/icon_cogs.png +0 -0
  199. data/assets/plugins/elegant_font/images/PNG/icon_comment.png +0 -0
  200. data/assets/plugins/elegant_font/images/PNG/icon_comment_alt.png +0 -0
  201. data/assets/plugins/elegant_font/images/PNG/icon_compass.png +0 -0
  202. data/assets/plugins/elegant_font/images/PNG/icon_compass_alt.png +0 -0
  203. data/assets/plugins/elegant_font/images/PNG/icon_cone.png +0 -0
  204. data/assets/plugins/elegant_font/images/PNG/icon_cone_alt.png +0 -0
  205. data/assets/plugins/elegant_font/images/PNG/icon_contacts.png +0 -0
  206. data/assets/plugins/elegant_font/images/PNG/icon_contacts_alt.png +0 -0
  207. data/assets/plugins/elegant_font/images/PNG/icon_creditcard.png +0 -0
  208. data/assets/plugins/elegant_font/images/PNG/icon_currency.png +0 -0
  209. data/assets/plugins/elegant_font/images/PNG/icon_currency_alt.png +0 -0
  210. data/assets/plugins/elegant_font/images/PNG/icon_cursor.png +0 -0
  211. data/assets/plugins/elegant_font/images/PNG/icon_cursor_alt.png +0 -0
  212. data/assets/plugins/elegant_font/images/PNG/icon_datareport.png +0 -0
  213. data/assets/plugins/elegant_font/images/PNG/icon_datareport_alt.png +0 -0
  214. data/assets/plugins/elegant_font/images/PNG/icon_desktop.png +0 -0
  215. data/assets/plugins/elegant_font/images/PNG/icon_dislike.png +0 -0
  216. data/assets/plugins/elegant_font/images/PNG/icon_dislike_alt.png +0 -0
  217. data/assets/plugins/elegant_font/images/PNG/icon_document.png +0 -0
  218. data/assets/plugins/elegant_font/images/PNG/icon_document_alt.png +0 -0
  219. data/assets/plugins/elegant_font/images/PNG/icon_documents.png +0 -0
  220. data/assets/plugins/elegant_font/images/PNG/icon_documents_alt.png +0 -0
  221. data/assets/plugins/elegant_font/images/PNG/icon_download.png +0 -0
  222. data/assets/plugins/elegant_font/images/PNG/icon_drawer.png +0 -0
  223. data/assets/plugins/elegant_font/images/PNG/icon_drawer_alt.png +0 -0
  224. data/assets/plugins/elegant_font/images/PNG/icon_drive.png +0 -0
  225. data/assets/plugins/elegant_font/images/PNG/icon_drive_alt.png +0 -0
  226. data/assets/plugins/elegant_font/images/PNG/icon_easel.png +0 -0
  227. data/assets/plugins/elegant_font/images/PNG/icon_easel_alt.png +0 -0
  228. data/assets/plugins/elegant_font/images/PNG/icon_error-circle.png +0 -0
  229. data/assets/plugins/elegant_font/images/PNG/icon_error-circle_alt.png +0 -0
  230. data/assets/plugins/elegant_font/images/PNG/icon_error-oct.png +0 -0
  231. data/assets/plugins/elegant_font/images/PNG/icon_error-oct_alt.png +0 -0
  232. data/assets/plugins/elegant_font/images/PNG/icon_error-triangle.png +0 -0
  233. data/assets/plugins/elegant_font/images/PNG/icon_error-triangle_alt.png +0 -0
  234. data/assets/plugins/elegant_font/images/PNG/icon_film.png +0 -0
  235. data/assets/plugins/elegant_font/images/PNG/icon_floppy.png +0 -0
  236. data/assets/plugins/elegant_font/images/PNG/icon_floppy_alt.png +0 -0
  237. data/assets/plugins/elegant_font/images/PNG/icon_flowchart.png +0 -0
  238. data/assets/plugins/elegant_font/images/PNG/icon_flowchart_alt.png +0 -0
  239. data/assets/plugins/elegant_font/images/PNG/icon_folder-add.png +0 -0
  240. data/assets/plugins/elegant_font/images/PNG/icon_folder-add_alt.png +0 -0
  241. data/assets/plugins/elegant_font/images/PNG/icon_folder-alt.png +0 -0
  242. data/assets/plugins/elegant_font/images/PNG/icon_folder-open.png +0 -0
  243. data/assets/plugins/elegant_font/images/PNG/icon_folder-open_alt.png +0 -0
  244. data/assets/plugins/elegant_font/images/PNG/icon_folder.png +0 -0
  245. data/assets/plugins/elegant_font/images/PNG/icon_folder_download.png +0 -0
  246. data/assets/plugins/elegant_font/images/PNG/icon_folder_upload.png +0 -0
  247. data/assets/plugins/elegant_font/images/PNG/icon_genius.png +0 -0
  248. data/assets/plugins/elegant_font/images/PNG/icon_gift.png +0 -0
  249. data/assets/plugins/elegant_font/images/PNG/icon_gift_alt.png +0 -0
  250. data/assets/plugins/elegant_font/images/PNG/icon_globe-2.png +0 -0
  251. data/assets/plugins/elegant_font/images/PNG/icon_globe.png +0 -0
  252. data/assets/plugins/elegant_font/images/PNG/icon_globe_alt.png +0 -0
  253. data/assets/plugins/elegant_font/images/PNG/icon_grid-2x2.png +0 -0
  254. data/assets/plugins/elegant_font/images/PNG/icon_grid-3x3.png +0 -0
  255. data/assets/plugins/elegant_font/images/PNG/icon_group.png +0 -0
  256. data/assets/plugins/elegant_font/images/PNG/icon_headphones.png +0 -0
  257. data/assets/plugins/elegant_font/images/PNG/icon_heart.png +0 -0
  258. data/assets/plugins/elegant_font/images/PNG/icon_heart_alt.png +0 -0
  259. data/assets/plugins/elegant_font/images/PNG/icon_hourglass.png +0 -0
  260. data/assets/plugins/elegant_font/images/PNG/icon_house.png +0 -0
  261. data/assets/plugins/elegant_font/images/PNG/icon_house_alt.png +0 -0
  262. data/assets/plugins/elegant_font/images/PNG/icon_id-2.png +0 -0
  263. data/assets/plugins/elegant_font/images/PNG/icon_id-2_alt.png +0 -0
  264. data/assets/plugins/elegant_font/images/PNG/icon_id.png +0 -0
  265. data/assets/plugins/elegant_font/images/PNG/icon_id_alt.png +0 -0
  266. data/assets/plugins/elegant_font/images/PNG/icon_image.png +0 -0
  267. data/assets/plugins/elegant_font/images/PNG/icon_images.png +0 -0
  268. data/assets/plugins/elegant_font/images/PNG/icon_info.png +0 -0
  269. data/assets/plugins/elegant_font/images/PNG/icon_info_alt.png +0 -0
  270. data/assets/plugins/elegant_font/images/PNG/icon_key.png +0 -0
  271. data/assets/plugins/elegant_font/images/PNG/icon_key_alt.png +0 -0
  272. data/assets/plugins/elegant_font/images/PNG/icon_laptop.png +0 -0
  273. data/assets/plugins/elegant_font/images/PNG/icon_lifesaver.png +0 -0
  274. data/assets/plugins/elegant_font/images/PNG/icon_lightbulb.png +0 -0
  275. data/assets/plugins/elegant_font/images/PNG/icon_lightbulb_alt.png +0 -0
  276. data/assets/plugins/elegant_font/images/PNG/icon_like.png +0 -0
  277. data/assets/plugins/elegant_font/images/PNG/icon_like_alt.png +0 -0
  278. data/assets/plugins/elegant_font/images/PNG/icon_link.png +0 -0
  279. data/assets/plugins/elegant_font/images/PNG/icon_link_alt.png +0 -0
  280. data/assets/plugins/elegant_font/images/PNG/icon_loading.png +0 -0
  281. data/assets/plugins/elegant_font/images/PNG/icon_lock-open.png +0 -0
  282. data/assets/plugins/elegant_font/images/PNG/icon_lock-open_alt.png +0 -0
  283. data/assets/plugins/elegant_font/images/PNG/icon_lock.png +0 -0
  284. data/assets/plugins/elegant_font/images/PNG/icon_lock_alt.png +0 -0
  285. data/assets/plugins/elegant_font/images/PNG/icon_mail.png +0 -0
  286. data/assets/plugins/elegant_font/images/PNG/icon_mail_alt.png +0 -0
  287. data/assets/plugins/elegant_font/images/PNG/icon_map.png +0 -0
  288. data/assets/plugins/elegant_font/images/PNG/icon_map_alt.png +0 -0
  289. data/assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt.png +0 -0
  290. data/assets/plugins/elegant_font/images/PNG/icon_menu-circle_alt2.png +0 -0
  291. data/assets/plugins/elegant_font/images/PNG/icon_menu-square_alt.png +0 -0
  292. data/assets/plugins/elegant_font/images/PNG/icon_menu-square_alt2.png +0 -0
  293. data/assets/plugins/elegant_font/images/PNG/icon_menu.png +0 -0
  294. data/assets/plugins/elegant_font/images/PNG/icon_mic.png +0 -0
  295. data/assets/plugins/elegant_font/images/PNG/icon_mic_alt.png +0 -0
  296. data/assets/plugins/elegant_font/images/PNG/icon_minus-06.png +0 -0
  297. data/assets/plugins/elegant_font/images/PNG/icon_minus-box.png +0 -0
  298. data/assets/plugins/elegant_font/images/PNG/icon_minus_alt.png +0 -0
  299. data/assets/plugins/elegant_font/images/PNG/icon_minus_alt2.png +0 -0
  300. data/assets/plugins/elegant_font/images/PNG/icon_mobile.png +0 -0
  301. data/assets/plugins/elegant_font/images/PNG/icon_mug.png +0 -0
  302. data/assets/plugins/elegant_font/images/PNG/icon_mug_alt.png +0 -0
  303. data/assets/plugins/elegant_font/images/PNG/icon_music.png +0 -0
  304. data/assets/plugins/elegant_font/images/PNG/icon_ol.png +0 -0
  305. data/assets/plugins/elegant_font/images/PNG/icon_paperclip.png +0 -0
  306. data/assets/plugins/elegant_font/images/PNG/icon_pause.png +0 -0
  307. data/assets/plugins/elegant_font/images/PNG/icon_pause_alt.png +0 -0
  308. data/assets/plugins/elegant_font/images/PNG/icon_pause_alt2.png +0 -0
  309. data/assets/plugins/elegant_font/images/PNG/icon_pencil-edit.png +0 -0
  310. data/assets/plugins/elegant_font/images/PNG/icon_pencil-edit_alt.png +0 -0
  311. data/assets/plugins/elegant_font/images/PNG/icon_pencil.png +0 -0
  312. data/assets/plugins/elegant_font/images/PNG/icon_pencil_alt.png +0 -0
  313. data/assets/plugins/elegant_font/images/PNG/icon_pens.png +0 -0
  314. data/assets/plugins/elegant_font/images/PNG/icon_pens_alt.png +0 -0
  315. data/assets/plugins/elegant_font/images/PNG/icon_percent.png +0 -0
  316. data/assets/plugins/elegant_font/images/PNG/icon_percent_alt.png +0 -0
  317. data/assets/plugins/elegant_font/images/PNG/icon_phone.png +0 -0
  318. data/assets/plugins/elegant_font/images/PNG/icon_piechart.png +0 -0
  319. data/assets/plugins/elegant_font/images/PNG/icon_pin.png +0 -0
  320. data/assets/plugins/elegant_font/images/PNG/icon_pin_alt.png +0 -0
  321. data/assets/plugins/elegant_font/images/PNG/icon_plus-box.png +0 -0
  322. data/assets/plugins/elegant_font/images/PNG/icon_plus.png +0 -0
  323. data/assets/plugins/elegant_font/images/PNG/icon_plus_alt.png +0 -0
  324. data/assets/plugins/elegant_font/images/PNG/icon_plus_alt2.png +0 -0
  325. data/assets/plugins/elegant_font/images/PNG/icon_printer-alt.png +0 -0
  326. data/assets/plugins/elegant_font/images/PNG/icon_printer.png +0 -0
  327. data/assets/plugins/elegant_font/images/PNG/icon_profile.png +0 -0
  328. data/assets/plugins/elegant_font/images/PNG/icon_pushpin.png +0 -0
  329. data/assets/plugins/elegant_font/images/PNG/icon_pushpin_alt.png +0 -0
  330. data/assets/plugins/elegant_font/images/PNG/icon_puzzle.png +0 -0
  331. data/assets/plugins/elegant_font/images/PNG/icon_puzzle_alt.png +0 -0
  332. data/assets/plugins/elegant_font/images/PNG/icon_question.png +0 -0
  333. data/assets/plugins/elegant_font/images/PNG/icon_question_alt.png +0 -0
  334. data/assets/plugins/elegant_font/images/PNG/icon_question_alt2.png +0 -0
  335. data/assets/plugins/elegant_font/images/PNG/icon_quotations.png +0 -0
  336. data/assets/plugins/elegant_font/images/PNG/icon_quotations_alt.png +0 -0
  337. data/assets/plugins/elegant_font/images/PNG/icon_quotations_alt2.png +0 -0
  338. data/assets/plugins/elegant_font/images/PNG/icon_refresh.png +0 -0
  339. data/assets/plugins/elegant_font/images/PNG/icon_ribbon.png +0 -0
  340. data/assets/plugins/elegant_font/images/PNG/icon_ribbon_alt.png +0 -0
  341. data/assets/plugins/elegant_font/images/PNG/icon_rook.png +0 -0
  342. data/assets/plugins/elegant_font/images/PNG/icon_search.png +0 -0
  343. data/assets/plugins/elegant_font/images/PNG/icon_search2.png +0 -0
  344. data/assets/plugins/elegant_font/images/PNG/icon_search_alt.png +0 -0
  345. data/assets/plugins/elegant_font/images/PNG/icon_shield.png +0 -0
  346. data/assets/plugins/elegant_font/images/PNG/icon_shield_alt.png +0 -0
  347. data/assets/plugins/elegant_font/images/PNG/icon_star-half.png +0 -0
  348. data/assets/plugins/elegant_font/images/PNG/icon_star-half_alt.png +0 -0
  349. data/assets/plugins/elegant_font/images/PNG/icon_star.png +0 -0
  350. data/assets/plugins/elegant_font/images/PNG/icon_star_alt.png +0 -0
  351. data/assets/plugins/elegant_font/images/PNG/icon_stop.png +0 -0
  352. data/assets/plugins/elegant_font/images/PNG/icon_stop_alt.png +0 -0
  353. data/assets/plugins/elegant_font/images/PNG/icon_stop_alt2.png +0 -0
  354. data/assets/plugins/elegant_font/images/PNG/icon_table.png +0 -0
  355. data/assets/plugins/elegant_font/images/PNG/icon_tablet.png +0 -0
  356. data/assets/plugins/elegant_font/images/PNG/icon_tag.png +0 -0
  357. data/assets/plugins/elegant_font/images/PNG/icon_tag_alt.png +0 -0
  358. data/assets/plugins/elegant_font/images/PNG/icon_tags.png +0 -0
  359. data/assets/plugins/elegant_font/images/PNG/icon_tags_alt.png +0 -0
  360. data/assets/plugins/elegant_font/images/PNG/icon_target.png +0 -0
  361. data/assets/plugins/elegant_font/images/PNG/icon_tool.png +0 -0
  362. data/assets/plugins/elegant_font/images/PNG/icon_toolbox.png +0 -0
  363. data/assets/plugins/elegant_font/images/PNG/icon_toolbox_alt.png +0 -0
  364. data/assets/plugins/elegant_font/images/PNG/icon_tools.png +0 -0
  365. data/assets/plugins/elegant_font/images/PNG/icon_trash.png +0 -0
  366. data/assets/plugins/elegant_font/images/PNG/icon_trash_alt.png +0 -0
  367. data/assets/plugins/elegant_font/images/PNG/icon_ul.png +0 -0
  368. data/assets/plugins/elegant_font/images/PNG/icon_upload.png +0 -0
  369. data/assets/plugins/elegant_font/images/PNG/icon_vol-mute.png +0 -0
  370. data/assets/plugins/elegant_font/images/PNG/icon_vol-mute_alt.png +0 -0
  371. data/assets/plugins/elegant_font/images/PNG/icon_volume-high.png +0 -0
  372. data/assets/plugins/elegant_font/images/PNG/icon_volume-high_alt.png +0 -0
  373. data/assets/plugins/elegant_font/images/PNG/icon_volume-low.png +0 -0
  374. data/assets/plugins/elegant_font/images/PNG/icon_volume-low_alt.png +0 -0
  375. data/assets/plugins/elegant_font/images/PNG/icon_wallet.png +0 -0
  376. data/assets/plugins/elegant_font/images/PNG/icon_wallet_alt.png +0 -0
  377. data/assets/plugins/elegant_font/images/PNG/icon_zoom-in.png +0 -0
  378. data/assets/plugins/elegant_font/images/PNG/icon_zoom-in_alt.png +0 -0
  379. data/assets/plugins/elegant_font/images/PNG/icon_zoom-out.png +0 -0
  380. data/assets/plugins/elegant_font/images/PNG/icon_zoom-out_alt.png +0 -0
  381. data/assets/plugins/elegant_font/images/PNG/social_blogger.png +0 -0
  382. data/assets/plugins/elegant_font/images/PNG/social_blogger_circle.png +0 -0
  383. data/assets/plugins/elegant_font/images/PNG/social_blogger_square.png +0 -0
  384. data/assets/plugins/elegant_font/images/PNG/social_delicious.png +0 -0
  385. data/assets/plugins/elegant_font/images/PNG/social_delicious_circle.png +0 -0
  386. data/assets/plugins/elegant_font/images/PNG/social_delicious_square.png +0 -0
  387. data/assets/plugins/elegant_font/images/PNG/social_deviantart.png +0 -0
  388. data/assets/plugins/elegant_font/images/PNG/social_deviantart_circle.png +0 -0
  389. data/assets/plugins/elegant_font/images/PNG/social_deviantart_square.png +0 -0
  390. data/assets/plugins/elegant_font/images/PNG/social_dribbble.png +0 -0
  391. data/assets/plugins/elegant_font/images/PNG/social_dribbble_circle.png +0 -0
  392. data/assets/plugins/elegant_font/images/PNG/social_dribbble_square.png +0 -0
  393. data/assets/plugins/elegant_font/images/PNG/social_facebook.png +0 -0
  394. data/assets/plugins/elegant_font/images/PNG/social_facebook_circle.png +0 -0
  395. data/assets/plugins/elegant_font/images/PNG/social_facebook_square.png +0 -0
  396. data/assets/plugins/elegant_font/images/PNG/social_flickr.png +0 -0
  397. data/assets/plugins/elegant_font/images/PNG/social_flickr_circle.png +0 -0
  398. data/assets/plugins/elegant_font/images/PNG/social_flickr_square.png +0 -0
  399. data/assets/plugins/elegant_font/images/PNG/social_googledrive.png +0 -0
  400. data/assets/plugins/elegant_font/images/PNG/social_googledrive_alt2.png +0 -0
  401. data/assets/plugins/elegant_font/images/PNG/social_googledrive_square.png +0 -0
  402. data/assets/plugins/elegant_font/images/PNG/social_googleplus.png +0 -0
  403. data/assets/plugins/elegant_font/images/PNG/social_googleplus_circle.png +0 -0
  404. data/assets/plugins/elegant_font/images/PNG/social_googleplus_square.png +0 -0
  405. data/assets/plugins/elegant_font/images/PNG/social_instagram.png +0 -0
  406. data/assets/plugins/elegant_font/images/PNG/social_instagram_circle.png +0 -0
  407. data/assets/plugins/elegant_font/images/PNG/social_instagram_square.png +0 -0
  408. data/assets/plugins/elegant_font/images/PNG/social_linkedin.png +0 -0
  409. data/assets/plugins/elegant_font/images/PNG/social_linkedin_circle.png +0 -0
  410. data/assets/plugins/elegant_font/images/PNG/social_linkedin_square.png +0 -0
  411. data/assets/plugins/elegant_font/images/PNG/social_myspace.png +0 -0
  412. data/assets/plugins/elegant_font/images/PNG/social_myspace_circle.png +0 -0
  413. data/assets/plugins/elegant_font/images/PNG/social_myspace_square.png +0 -0
  414. data/assets/plugins/elegant_font/images/PNG/social_picassa.png +0 -0
  415. data/assets/plugins/elegant_font/images/PNG/social_picassa_circle.png +0 -0
  416. data/assets/plugins/elegant_font/images/PNG/social_picassa_square.png +0 -0
  417. data/assets/plugins/elegant_font/images/PNG/social_pinterest.png +0 -0
  418. data/assets/plugins/elegant_font/images/PNG/social_pinterest_circle.png +0 -0
  419. data/assets/plugins/elegant_font/images/PNG/social_pinterest_square.png +0 -0
  420. data/assets/plugins/elegant_font/images/PNG/social_rss.png +0 -0
  421. data/assets/plugins/elegant_font/images/PNG/social_rss_circle.png +0 -0
  422. data/assets/plugins/elegant_font/images/PNG/social_rss_square.png +0 -0
  423. data/assets/plugins/elegant_font/images/PNG/social_share.png +0 -0
  424. data/assets/plugins/elegant_font/images/PNG/social_share_circle.png +0 -0
  425. data/assets/plugins/elegant_font/images/PNG/social_share_square.png +0 -0
  426. data/assets/plugins/elegant_font/images/PNG/social_skype.png +0 -0
  427. data/assets/plugins/elegant_font/images/PNG/social_skype_circle.png +0 -0
  428. data/assets/plugins/elegant_font/images/PNG/social_skype_square.png +0 -0
  429. data/assets/plugins/elegant_font/images/PNG/social_spotify.png +0 -0
  430. data/assets/plugins/elegant_font/images/PNG/social_spotify_circle.png +0 -0
  431. data/assets/plugins/elegant_font/images/PNG/social_spotify_square.png +0 -0
  432. data/assets/plugins/elegant_font/images/PNG/social_stumbleupon_circle.png +0 -0
  433. data/assets/plugins/elegant_font/images/PNG/social_stumbleupon_square.png +0 -0
  434. data/assets/plugins/elegant_font/images/PNG/social_tumbleupon.png +0 -0
  435. data/assets/plugins/elegant_font/images/PNG/social_tumblr.png +0 -0
  436. data/assets/plugins/elegant_font/images/PNG/social_tumblr_circle.png +0 -0
  437. data/assets/plugins/elegant_font/images/PNG/social_tumblr_square.png +0 -0
  438. data/assets/plugins/elegant_font/images/PNG/social_twitter.png +0 -0
  439. data/assets/plugins/elegant_font/images/PNG/social_twitter_circle.png +0 -0
  440. data/assets/plugins/elegant_font/images/PNG/social_twitter_square.png +0 -0
  441. data/assets/plugins/elegant_font/images/PNG/social_vimeo.png +0 -0
  442. data/assets/plugins/elegant_font/images/PNG/social_vimeo_circle.png +0 -0
  443. data/assets/plugins/elegant_font/images/PNG/social_vimeo_square.png +0 -0
  444. data/assets/plugins/elegant_font/images/PNG/social_wordpress.png +0 -0
  445. data/assets/plugins/elegant_font/images/PNG/social_wordpress_circle.png +0 -0
  446. data/assets/plugins/elegant_font/images/PNG/social_wordpress_square.png +0 -0
  447. data/assets/plugins/elegant_font/images/PNG/social_youtube.png +0 -0
  448. data/assets/plugins/elegant_font/images/PNG/social_youtube_circle.png +0 -0
  449. data/assets/plugins/elegant_font/images/PNG/social_youtube_square.png +0 -0
  450. data/assets/plugins/elegant_font/images/SVG/arrow-up-down.svg +1 -0
  451. data/assets/plugins/elegant_font/images/SVG/arrow_back.svg +1 -0
  452. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2down.svg +1 -0
  453. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2down_alt2.svg +1 -0
  454. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2dwnn_alt.svg +1 -0
  455. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2left.svg +1 -0
  456. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2left_alt.svg +1 -0
  457. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2left_alt2.svg +1 -0
  458. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2right.svg +1 -0
  459. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2right_alt.svg +1 -0
  460. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2right_alt2.svg +1 -0
  461. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2up.svg +1 -0
  462. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2up_alt.svg +1 -0
  463. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-2up_alt2.svg +1 -0
  464. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-down.svg +1 -0
  465. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-down_alt.svg +1 -0
  466. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-down_alt2.svg +1 -0
  467. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-left.svg +1 -0
  468. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-left_alt.svg +1 -0
  469. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-left_alt2.svg +1 -0
  470. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-right.svg +1 -0
  471. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-right_alt.svg +1 -0
  472. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-right_alt2.svg +1 -0
  473. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-up.svg +1 -0
  474. data/assets/plugins/elegant_font/images/SVG/arrow_carrot-up_alt2.svg +1 -0
  475. data/assets/plugins/elegant_font/images/SVG/arrow_carrot_up_alt.svg +1 -0
  476. data/assets/plugins/elegant_font/images/SVG/arrow_condense.svg +1 -0
  477. data/assets/plugins/elegant_font/images/SVG/arrow_condense_alt.svg +1 -0
  478. data/assets/plugins/elegant_font/images/SVG/arrow_down.svg +1 -0
  479. data/assets/plugins/elegant_font/images/SVG/arrow_down_alt.svg +1 -0
  480. data/assets/plugins/elegant_font/images/SVG/arrow_expand.svg +1 -0
  481. data/assets/plugins/elegant_font/images/SVG/arrow_expand_alt.svg +1 -0
  482. data/assets/plugins/elegant_font/images/SVG/arrow_expand_alt2.svg +1 -0
  483. data/assets/plugins/elegant_font/images/SVG/arrow_expand_alt3.svg +1 -0
  484. data/assets/plugins/elegant_font/images/SVG/arrow_left-down.svg +1 -0
  485. data/assets/plugins/elegant_font/images/SVG/arrow_left-down_alt.svg +1 -0
  486. data/assets/plugins/elegant_font/images/SVG/arrow_left-right.svg +1 -0
  487. data/assets/plugins/elegant_font/images/SVG/arrow_left-right_alt.svg +1 -0
  488. data/assets/plugins/elegant_font/images/SVG/arrow_left-up.svg +1 -0
  489. data/assets/plugins/elegant_font/images/SVG/arrow_left-up_alt.svg +1 -0
  490. data/assets/plugins/elegant_font/images/SVG/arrow_left.svg +1 -0
  491. data/assets/plugins/elegant_font/images/SVG/arrow_left_alt.svg +1 -0
  492. data/assets/plugins/elegant_font/images/SVG/arrow_move.svg +1 -0
  493. data/assets/plugins/elegant_font/images/SVG/arrow_right-down.svg +1 -0
  494. data/assets/plugins/elegant_font/images/SVG/arrow_right-down_alt.svg +1 -0
  495. data/assets/plugins/elegant_font/images/SVG/arrow_right-up.svg +1 -0
  496. data/assets/plugins/elegant_font/images/SVG/arrow_right-up_alt.svg +1 -0
  497. data/assets/plugins/elegant_font/images/SVG/arrow_right.svg +1 -0
  498. data/assets/plugins/elegant_font/images/SVG/arrow_right_alt.svg +1 -0
  499. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-down.svg +1 -0
  500. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-down_alt.svg +1 -0
  501. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-down_alt2.svg +1 -0
  502. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-left.svg +1 -0
  503. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-left_alt.svg +1 -0
  504. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-left_alt2.svg +1 -0
  505. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-right.svg +1 -0
  506. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-right_alt.svg +1 -0
  507. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-right_alt2.svg +1 -0
  508. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-up.svg +1 -0
  509. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-up_alt.svg +1 -0
  510. data/assets/plugins/elegant_font/images/SVG/arrow_triangle-up_alt2.svg +1 -0
  511. data/assets/plugins/elegant_font/images/SVG/arrow_up-down_alt.svg +1 -0
  512. data/assets/plugins/elegant_font/images/SVG/arrow_up.svg +1 -0
  513. data/assets/plugins/elegant_font/images/SVG/arrow_up_alt.svg +1 -0
  514. data/assets/plugins/elegant_font/images/SVG/icon_adjust-horiz.svg +1 -0
  515. data/assets/plugins/elegant_font/images/SVG/icon_adjust-vert.svg +1 -0
  516. data/assets/plugins/elegant_font/images/SVG/icon_archive.svg +1 -0
  517. data/assets/plugins/elegant_font/images/SVG/icon_archive_alt.svg +1 -0
  518. data/assets/plugins/elegant_font/images/SVG/icon_bag.svg +1 -0
  519. data/assets/plugins/elegant_font/images/SVG/icon_bag_alt.svg +1 -0
  520. data/assets/plugins/elegant_font/images/SVG/icon_balance.svg +1 -0
  521. data/assets/plugins/elegant_font/images/SVG/icon_blocked.svg +1 -0
  522. data/assets/plugins/elegant_font/images/SVG/icon_book.svg +1 -0
  523. data/assets/plugins/elegant_font/images/SVG/icon_book_alt.svg +1 -0
  524. data/assets/plugins/elegant_font/images/SVG/icon_box-checked.svg +1 -0
  525. data/assets/plugins/elegant_font/images/SVG/icon_box-empty.svg +1 -0
  526. data/assets/plugins/elegant_font/images/SVG/icon_box-selected.svg +1 -0
  527. data/assets/plugins/elegant_font/images/SVG/icon_briefcase.svg +1 -0
  528. data/assets/plugins/elegant_font/images/SVG/icon_briefcase_alt.svg +1 -0
  529. data/assets/plugins/elegant_font/images/SVG/icon_building.svg +1 -0
  530. data/assets/plugins/elegant_font/images/SVG/icon_building_alt.svg +1 -0
  531. data/assets/plugins/elegant_font/images/SVG/icon_calculator_alt.svg +1 -0
  532. data/assets/plugins/elegant_font/images/SVG/icon_calendar.svg +1 -0
  533. data/assets/plugins/elegant_font/images/SVG/icon_calulator.svg +1 -0
  534. data/assets/plugins/elegant_font/images/SVG/icon_camera.svg +1 -0
  535. data/assets/plugins/elegant_font/images/SVG/icon_camera_alt.svg +1 -0
  536. data/assets/plugins/elegant_font/images/SVG/icon_cart.svg +1 -0
  537. data/assets/plugins/elegant_font/images/SVG/icon_cart_alt.svg +1 -0
  538. data/assets/plugins/elegant_font/images/SVG/icon_chat.svg +1 -0
  539. data/assets/plugins/elegant_font/images/SVG/icon_chat_alt.svg +1 -0
  540. data/assets/plugins/elegant_font/images/SVG/icon_check.svg +1 -0
  541. data/assets/plugins/elegant_font/images/SVG/icon_check_alt.svg +1 -0
  542. data/assets/plugins/elegant_font/images/SVG/icon_check_alt2.svg +1 -0
  543. data/assets/plugins/elegant_font/images/SVG/icon_circle-empty.svg +1 -0
  544. data/assets/plugins/elegant_font/images/SVG/icon_circle-slelected.svg +1 -0
  545. data/assets/plugins/elegant_font/images/SVG/icon_clipboard.svg +1 -0
  546. data/assets/plugins/elegant_font/images/SVG/icon_clock.svg +1 -0
  547. data/assets/plugins/elegant_font/images/SVG/icon_clock_alt.svg +1 -0
  548. data/assets/plugins/elegant_font/images/SVG/icon_close.svg +1 -0
  549. data/assets/plugins/elegant_font/images/SVG/icon_close_alt.svg +1 -0
  550. data/assets/plugins/elegant_font/images/SVG/icon_close_alt2.svg +1 -0
  551. data/assets/plugins/elegant_font/images/SVG/icon_cloud-download.svg +1 -0
  552. data/assets/plugins/elegant_font/images/SVG/icon_cloud-download_alt.svg +1 -0
  553. data/assets/plugins/elegant_font/images/SVG/icon_cloud-upload.svg +1 -0
  554. data/assets/plugins/elegant_font/images/SVG/icon_cloud-upload_alt.svg +1 -0
  555. data/assets/plugins/elegant_font/images/SVG/icon_cloud.svg +1 -0
  556. data/assets/plugins/elegant_font/images/SVG/icon_cloud_alt.svg +1 -0
  557. data/assets/plugins/elegant_font/images/SVG/icon_cog.svg +1 -0
  558. data/assets/plugins/elegant_font/images/SVG/icon_cogs.svg +1 -0
  559. data/assets/plugins/elegant_font/images/SVG/icon_comment.svg +1 -0
  560. data/assets/plugins/elegant_font/images/SVG/icon_comment_alt.svg +1 -0
  561. data/assets/plugins/elegant_font/images/SVG/icon_compass.svg +1 -0
  562. data/assets/plugins/elegant_font/images/SVG/icon_compass_alt.svg +1 -0
  563. data/assets/plugins/elegant_font/images/SVG/icon_cone.svg +1 -0
  564. data/assets/plugins/elegant_font/images/SVG/icon_cone_alt.svg +1 -0
  565. data/assets/plugins/elegant_font/images/SVG/icon_contacts.svg +1 -0
  566. data/assets/plugins/elegant_font/images/SVG/icon_contacts_alt.svg +1 -0
  567. data/assets/plugins/elegant_font/images/SVG/icon_creditcard.svg +1 -0
  568. data/assets/plugins/elegant_font/images/SVG/icon_currency.svg +1 -0
  569. data/assets/plugins/elegant_font/images/SVG/icon_currency_alt.svg +1 -0
  570. data/assets/plugins/elegant_font/images/SVG/icon_cursor.svg +1 -0
  571. data/assets/plugins/elegant_font/images/SVG/icon_cursor_alt.svg +1 -0
  572. data/assets/plugins/elegant_font/images/SVG/icon_datareport.svg +1 -0
  573. data/assets/plugins/elegant_font/images/SVG/icon_datareport_alt.svg +1 -0
  574. data/assets/plugins/elegant_font/images/SVG/icon_desktop.svg +1 -0
  575. data/assets/plugins/elegant_font/images/SVG/icon_dislike.svg +1 -0
  576. data/assets/plugins/elegant_font/images/SVG/icon_dislike_alt.svg +1 -0
  577. data/assets/plugins/elegant_font/images/SVG/icon_document.svg +1 -0
  578. data/assets/plugins/elegant_font/images/SVG/icon_document_alt.svg +1 -0
  579. data/assets/plugins/elegant_font/images/SVG/icon_documents.svg +1 -0
  580. data/assets/plugins/elegant_font/images/SVG/icon_documents_alt.svg +1 -0
  581. data/assets/plugins/elegant_font/images/SVG/icon_download.svg +1 -0
  582. data/assets/plugins/elegant_font/images/SVG/icon_drawer.svg +1 -0
  583. data/assets/plugins/elegant_font/images/SVG/icon_drawer_alt.svg +1 -0
  584. data/assets/plugins/elegant_font/images/SVG/icon_drive.svg +1 -0
  585. data/assets/plugins/elegant_font/images/SVG/icon_drive_alt.svg +1 -0
  586. data/assets/plugins/elegant_font/images/SVG/icon_easel.svg +1 -0
  587. data/assets/plugins/elegant_font/images/SVG/icon_easel_alt.svg +1 -0
  588. data/assets/plugins/elegant_font/images/SVG/icon_error-circle.svg +1 -0
  589. data/assets/plugins/elegant_font/images/SVG/icon_error-circle_alt.svg +1 -0
  590. data/assets/plugins/elegant_font/images/SVG/icon_error-oct.svg +1 -0
  591. data/assets/plugins/elegant_font/images/SVG/icon_error-oct_alt.svg +1 -0
  592. data/assets/plugins/elegant_font/images/SVG/icon_error-triangle.svg +1 -0
  593. data/assets/plugins/elegant_font/images/SVG/icon_error-triangle_alt.svg +1 -0
  594. data/assets/plugins/elegant_font/images/SVG/icon_film.svg +1 -0
  595. data/assets/plugins/elegant_font/images/SVG/icon_floppy.svg +1 -0
  596. data/assets/plugins/elegant_font/images/SVG/icon_floppy_alt.svg +1 -0
  597. data/assets/plugins/elegant_font/images/SVG/icon_flowchart.svg +1 -0
  598. data/assets/plugins/elegant_font/images/SVG/icon_flowchart_alt.svg +1 -0
  599. data/assets/plugins/elegant_font/images/SVG/icon_folder-add.svg +1 -0
  600. data/assets/plugins/elegant_font/images/SVG/icon_folder-add_alt.svg +1 -0
  601. data/assets/plugins/elegant_font/images/SVG/icon_folder-alt.svg +1 -0
  602. data/assets/plugins/elegant_font/images/SVG/icon_folder-open.svg +1 -0
  603. data/assets/plugins/elegant_font/images/SVG/icon_folder-open_alt.svg +1 -0
  604. data/assets/plugins/elegant_font/images/SVG/icon_folder.svg +1 -0
  605. data/assets/plugins/elegant_font/images/SVG/icon_folder_download.svg +1 -0
  606. data/assets/plugins/elegant_font/images/SVG/icon_folder_upload.svg +1 -0
  607. data/assets/plugins/elegant_font/images/SVG/icon_genius.svg +1 -0
  608. data/assets/plugins/elegant_font/images/SVG/icon_gift.svg +1 -0
  609. data/assets/plugins/elegant_font/images/SVG/icon_gift_alt.svg +1 -0
  610. data/assets/plugins/elegant_font/images/SVG/icon_globe-2.svg +1 -0
  611. data/assets/plugins/elegant_font/images/SVG/icon_globe.svg +1 -0
  612. data/assets/plugins/elegant_font/images/SVG/icon_globe_alt.svg +1 -0
  613. data/assets/plugins/elegant_font/images/SVG/icon_grid-2x2.svg +1 -0
  614. data/assets/plugins/elegant_font/images/SVG/icon_grid-3x3.svg +1 -0
  615. data/assets/plugins/elegant_font/images/SVG/icon_group.svg +1 -0
  616. data/assets/plugins/elegant_font/images/SVG/icon_headphones.svg +1 -0
  617. data/assets/plugins/elegant_font/images/SVG/icon_heart.svg +1 -0
  618. data/assets/plugins/elegant_font/images/SVG/icon_heart_alt.svg +1 -0
  619. data/assets/plugins/elegant_font/images/SVG/icon_hourglass.svg +1 -0
  620. data/assets/plugins/elegant_font/images/SVG/icon_house.svg +1 -0
  621. data/assets/plugins/elegant_font/images/SVG/icon_house_alt.svg +1 -0
  622. data/assets/plugins/elegant_font/images/SVG/icon_id-2.svg +1 -0
  623. data/assets/plugins/elegant_font/images/SVG/icon_id-2_alt.svg +1 -0
  624. data/assets/plugins/elegant_font/images/SVG/icon_id.svg +1 -0
  625. data/assets/plugins/elegant_font/images/SVG/icon_id_alt.svg +1 -0
  626. data/assets/plugins/elegant_font/images/SVG/icon_image.svg +1 -0
  627. data/assets/plugins/elegant_font/images/SVG/icon_images.svg +1 -0
  628. data/assets/plugins/elegant_font/images/SVG/icon_info.svg +1 -0
  629. data/assets/plugins/elegant_font/images/SVG/icon_info_alt.svg +1 -0
  630. data/assets/plugins/elegant_font/images/SVG/icon_key.svg +1 -0
  631. data/assets/plugins/elegant_font/images/SVG/icon_key_alt.svg +1 -0
  632. data/assets/plugins/elegant_font/images/SVG/icon_laptop.svg +1 -0
  633. data/assets/plugins/elegant_font/images/SVG/icon_lifesaver.svg +1 -0
  634. data/assets/plugins/elegant_font/images/SVG/icon_lightbulb.svg +1 -0
  635. data/assets/plugins/elegant_font/images/SVG/icon_lightbulb_alt.svg +1 -0
  636. data/assets/plugins/elegant_font/images/SVG/icon_like.svg +1 -0
  637. data/assets/plugins/elegant_font/images/SVG/icon_like_alt.svg +1 -0
  638. data/assets/plugins/elegant_font/images/SVG/icon_link.svg +1 -0
  639. data/assets/plugins/elegant_font/images/SVG/icon_link_alt.svg +1 -0
  640. data/assets/plugins/elegant_font/images/SVG/icon_loading.svg +1 -0
  641. data/assets/plugins/elegant_font/images/SVG/icon_lock-open.svg +1 -0
  642. data/assets/plugins/elegant_font/images/SVG/icon_lock-open_alt.svg +1 -0
  643. data/assets/plugins/elegant_font/images/SVG/icon_lock.svg +1 -0
  644. data/assets/plugins/elegant_font/images/SVG/icon_lock_alt.svg +1 -0
  645. data/assets/plugins/elegant_font/images/SVG/icon_mail.svg +1 -0
  646. data/assets/plugins/elegant_font/images/SVG/icon_mail_alt.svg +1 -0
  647. data/assets/plugins/elegant_font/images/SVG/icon_map.svg +1 -0
  648. data/assets/plugins/elegant_font/images/SVG/icon_map_alt.svg +1 -0
  649. data/assets/plugins/elegant_font/images/SVG/icon_menu-circle_alt.svg +1 -0
  650. data/assets/plugins/elegant_font/images/SVG/icon_menu-circle_alt2.svg +1 -0
  651. data/assets/plugins/elegant_font/images/SVG/icon_menu-square_alt.svg +1 -0
  652. data/assets/plugins/elegant_font/images/SVG/icon_menu-square_alt2.svg +1 -0
  653. data/assets/plugins/elegant_font/images/SVG/icon_menu.svg +1 -0
  654. data/assets/plugins/elegant_font/images/SVG/icon_mic.svg +1 -0
  655. data/assets/plugins/elegant_font/images/SVG/icon_mic_alt.svg +1 -0
  656. data/assets/plugins/elegant_font/images/SVG/icon_minus-06.svg +1 -0
  657. data/assets/plugins/elegant_font/images/SVG/icon_minus-box.svg +1 -0
  658. data/assets/plugins/elegant_font/images/SVG/icon_minus_alt.svg +1 -0
  659. data/assets/plugins/elegant_font/images/SVG/icon_minus_alt2.svg +1 -0
  660. data/assets/plugins/elegant_font/images/SVG/icon_mobile.svg +1 -0
  661. data/assets/plugins/elegant_font/images/SVG/icon_mug.svg +1 -0
  662. data/assets/plugins/elegant_font/images/SVG/icon_mug_alt.svg +1 -0
  663. data/assets/plugins/elegant_font/images/SVG/icon_music.svg +1 -0
  664. data/assets/plugins/elegant_font/images/SVG/icon_ol.svg +1 -0
  665. data/assets/plugins/elegant_font/images/SVG/icon_paperclip.svg +1 -0
  666. data/assets/plugins/elegant_font/images/SVG/icon_pause.svg +1 -0
  667. data/assets/plugins/elegant_font/images/SVG/icon_pause_alt.svg +1 -0
  668. data/assets/plugins/elegant_font/images/SVG/icon_pause_alt2.svg +1 -0
  669. data/assets/plugins/elegant_font/images/SVG/icon_pencil-edit.svg +1 -0
  670. data/assets/plugins/elegant_font/images/SVG/icon_pencil-edit_alt.svg +1 -0
  671. data/assets/plugins/elegant_font/images/SVG/icon_pencil.svg +1 -0
  672. data/assets/plugins/elegant_font/images/SVG/icon_pencil_alt.svg +1 -0
  673. data/assets/plugins/elegant_font/images/SVG/icon_pens.svg +1 -0
  674. data/assets/plugins/elegant_font/images/SVG/icon_pens_alt.svg +1 -0
  675. data/assets/plugins/elegant_font/images/SVG/icon_percent.svg +1 -0
  676. data/assets/plugins/elegant_font/images/SVG/icon_percent_alt.svg +1 -0
  677. data/assets/plugins/elegant_font/images/SVG/icon_phone.svg +1 -0
  678. data/assets/plugins/elegant_font/images/SVG/icon_piechart.svg +1 -0
  679. data/assets/plugins/elegant_font/images/SVG/icon_pin.svg +1 -0
  680. data/assets/plugins/elegant_font/images/SVG/icon_pin_alt.svg +1 -0
  681. data/assets/plugins/elegant_font/images/SVG/icon_plus-box.svg +1 -0
  682. data/assets/plugins/elegant_font/images/SVG/icon_plus.svg +1 -0
  683. data/assets/plugins/elegant_font/images/SVG/icon_plus_alt.svg +1 -0
  684. data/assets/plugins/elegant_font/images/SVG/icon_plus_alt2.svg +1 -0
  685. data/assets/plugins/elegant_font/images/SVG/icon_printer-alt.svg +1 -0
  686. data/assets/plugins/elegant_font/images/SVG/icon_printer.svg +1 -0
  687. data/assets/plugins/elegant_font/images/SVG/icon_profile.svg +1 -0
  688. data/assets/plugins/elegant_font/images/SVG/icon_pushpin.svg +1 -0
  689. data/assets/plugins/elegant_font/images/SVG/icon_pushpin_alt.svg +1 -0
  690. data/assets/plugins/elegant_font/images/SVG/icon_puzzle.svg +1 -0
  691. data/assets/plugins/elegant_font/images/SVG/icon_puzzle_alt.svg +1 -0
  692. data/assets/plugins/elegant_font/images/SVG/icon_question.svg +1 -0
  693. data/assets/plugins/elegant_font/images/SVG/icon_question_alt.svg +1 -0
  694. data/assets/plugins/elegant_font/images/SVG/icon_question_alt2.svg +1 -0
  695. data/assets/plugins/elegant_font/images/SVG/icon_quotations.svg +1 -0
  696. data/assets/plugins/elegant_font/images/SVG/icon_quotations_alt.svg +1 -0
  697. data/assets/plugins/elegant_font/images/SVG/icon_quotations_alt2.svg +1 -0
  698. data/assets/plugins/elegant_font/images/SVG/icon_refresh.svg +1 -0
  699. data/assets/plugins/elegant_font/images/SVG/icon_ribbon.svg +1 -0
  700. data/assets/plugins/elegant_font/images/SVG/icon_ribbon_alt.svg +1 -0
  701. data/assets/plugins/elegant_font/images/SVG/icon_rook.svg +1 -0
  702. data/assets/plugins/elegant_font/images/SVG/icon_search.svg +1 -0
  703. data/assets/plugins/elegant_font/images/SVG/icon_search2.svg +1 -0
  704. data/assets/plugins/elegant_font/images/SVG/icon_search_alt.svg +1 -0
  705. data/assets/plugins/elegant_font/images/SVG/icon_shield.svg +1 -0
  706. data/assets/plugins/elegant_font/images/SVG/icon_shield_alt.svg +1 -0
  707. data/assets/plugins/elegant_font/images/SVG/icon_star-half.svg +1 -0
  708. data/assets/plugins/elegant_font/images/SVG/icon_star-half_alt.svg +1 -0
  709. data/assets/plugins/elegant_font/images/SVG/icon_star.svg +1 -0
  710. data/assets/plugins/elegant_font/images/SVG/icon_star_alt.svg +1 -0
  711. data/assets/plugins/elegant_font/images/SVG/icon_stop.svg +1 -0
  712. data/assets/plugins/elegant_font/images/SVG/icon_stop_alt.svg +1 -0
  713. data/assets/plugins/elegant_font/images/SVG/icon_stop_alt2.svg +1 -0
  714. data/assets/plugins/elegant_font/images/SVG/icon_table.svg +1 -0
  715. data/assets/plugins/elegant_font/images/SVG/icon_tablet.svg +1 -0
  716. data/assets/plugins/elegant_font/images/SVG/icon_tag.svg +1 -0
  717. data/assets/plugins/elegant_font/images/SVG/icon_tag_alt.svg +1 -0
  718. data/assets/plugins/elegant_font/images/SVG/icon_tags.svg +1 -0
  719. data/assets/plugins/elegant_font/images/SVG/icon_tags_alt.svg +1 -0
  720. data/assets/plugins/elegant_font/images/SVG/icon_target.svg +1 -0
  721. data/assets/plugins/elegant_font/images/SVG/icon_tool.svg +1 -0
  722. data/assets/plugins/elegant_font/images/SVG/icon_toolbox.svg +1 -0
  723. data/assets/plugins/elegant_font/images/SVG/icon_toolbox_alt.svg +1 -0
  724. data/assets/plugins/elegant_font/images/SVG/icon_tools.svg +1 -0
  725. data/assets/plugins/elegant_font/images/SVG/icon_trash.svg +1 -0
  726. data/assets/plugins/elegant_font/images/SVG/icon_trash_alt.svg +1 -0
  727. data/assets/plugins/elegant_font/images/SVG/icon_ul.svg +1 -0
  728. data/assets/plugins/elegant_font/images/SVG/icon_upload.svg +1 -0
  729. data/assets/plugins/elegant_font/images/SVG/icon_vol-mute.svg +1 -0
  730. data/assets/plugins/elegant_font/images/SVG/icon_vol-mute_alt.svg +1 -0
  731. data/assets/plugins/elegant_font/images/SVG/icon_volume-high.svg +1 -0
  732. data/assets/plugins/elegant_font/images/SVG/icon_volume-high_alt.svg +1 -0
  733. data/assets/plugins/elegant_font/images/SVG/icon_volume-low.svg +1 -0
  734. data/assets/plugins/elegant_font/images/SVG/icon_volume-low_alt.svg +1 -0
  735. data/assets/plugins/elegant_font/images/SVG/icon_wallet.svg +1 -0
  736. data/assets/plugins/elegant_font/images/SVG/icon_wallet_alt.svg +1 -0
  737. data/assets/plugins/elegant_font/images/SVG/icon_zoom-in.svg +1 -0
  738. data/assets/plugins/elegant_font/images/SVG/icon_zoom-in_alt.svg +1 -0
  739. data/assets/plugins/elegant_font/images/SVG/icon_zoom-out.svg +1 -0
  740. data/assets/plugins/elegant_font/images/SVG/icon_zoom-out_alt.svg +1 -0
  741. data/assets/plugins/elegant_font/images/SVG/social_blogger.svg +1 -0
  742. data/assets/plugins/elegant_font/images/SVG/social_blogger_circle.svg +1 -0
  743. data/assets/plugins/elegant_font/images/SVG/social_blogger_square.svg +1 -0
  744. data/assets/plugins/elegant_font/images/SVG/social_delicious.svg +1 -0
  745. data/assets/plugins/elegant_font/images/SVG/social_delicious_circle.svg +1 -0
  746. data/assets/plugins/elegant_font/images/SVG/social_delicious_square.svg +1 -0
  747. data/assets/plugins/elegant_font/images/SVG/social_deviantart.svg +1 -0
  748. data/assets/plugins/elegant_font/images/SVG/social_deviantart_circle.svg +1 -0
  749. data/assets/plugins/elegant_font/images/SVG/social_deviantart_square.svg +1 -0
  750. data/assets/plugins/elegant_font/images/SVG/social_dribbble.svg +1 -0
  751. data/assets/plugins/elegant_font/images/SVG/social_dribbble_circle.svg +1 -0
  752. data/assets/plugins/elegant_font/images/SVG/social_dribbble_square.svg +1 -0
  753. data/assets/plugins/elegant_font/images/SVG/social_facebook.svg +1 -0
  754. data/assets/plugins/elegant_font/images/SVG/social_facebook_circle.svg +1 -0
  755. data/assets/plugins/elegant_font/images/SVG/social_facebook_square.svg +1 -0
  756. data/assets/plugins/elegant_font/images/SVG/social_flickr.svg +1 -0
  757. data/assets/plugins/elegant_font/images/SVG/social_flickr_circle.svg +1 -0
  758. data/assets/plugins/elegant_font/images/SVG/social_flickr_square.svg +1 -0
  759. data/assets/plugins/elegant_font/images/SVG/social_googledrive.svg +1 -0
  760. data/assets/plugins/elegant_font/images/SVG/social_googledrive_alt2.svg +1 -0
  761. data/assets/plugins/elegant_font/images/SVG/social_googledrive_square.svg +1 -0
  762. data/assets/plugins/elegant_font/images/SVG/social_googleplus.svg +1 -0
  763. data/assets/plugins/elegant_font/images/SVG/social_googleplus_circle.svg +1 -0
  764. data/assets/plugins/elegant_font/images/SVG/social_googleplus_square.svg +1 -0
  765. data/assets/plugins/elegant_font/images/SVG/social_instagram.svg +1 -0
  766. data/assets/plugins/elegant_font/images/SVG/social_instagram_circle.svg +1 -0
  767. data/assets/plugins/elegant_font/images/SVG/social_instagram_square.svg +1 -0
  768. data/assets/plugins/elegant_font/images/SVG/social_linkedin.svg +1 -0
  769. data/assets/plugins/elegant_font/images/SVG/social_linkedin_circle.svg +1 -0
  770. data/assets/plugins/elegant_font/images/SVG/social_linkedin_square.svg +1 -0
  771. data/assets/plugins/elegant_font/images/SVG/social_myspace.svg +1 -0
  772. data/assets/plugins/elegant_font/images/SVG/social_myspace_circle.svg +1 -0
  773. data/assets/plugins/elegant_font/images/SVG/social_myspace_square.svg +1 -0
  774. data/assets/plugins/elegant_font/images/SVG/social_picassa.svg +1 -0
  775. data/assets/plugins/elegant_font/images/SVG/social_picassa_circle.svg +1 -0
  776. data/assets/plugins/elegant_font/images/SVG/social_picassa_square.svg +1 -0
  777. data/assets/plugins/elegant_font/images/SVG/social_pinterest.svg +1 -0
  778. data/assets/plugins/elegant_font/images/SVG/social_pinterest_circle.svg +1 -0
  779. data/assets/plugins/elegant_font/images/SVG/social_pinterest_square.svg +1 -0
  780. data/assets/plugins/elegant_font/images/SVG/social_rss.svg +1 -0
  781. data/assets/plugins/elegant_font/images/SVG/social_rss_circle.svg +1 -0
  782. data/assets/plugins/elegant_font/images/SVG/social_rss_square.svg +1 -0
  783. data/assets/plugins/elegant_font/images/SVG/social_share.svg +1 -0
  784. data/assets/plugins/elegant_font/images/SVG/social_share_circle.svg +1 -0
  785. data/assets/plugins/elegant_font/images/SVG/social_share_square.svg +1 -0
  786. data/assets/plugins/elegant_font/images/SVG/social_skype.svg +1 -0
  787. data/assets/plugins/elegant_font/images/SVG/social_skype_circle.svg +1 -0
  788. data/assets/plugins/elegant_font/images/SVG/social_skype_square.svg +1 -0
  789. data/assets/plugins/elegant_font/images/SVG/social_spotify.svg +1 -0
  790. data/assets/plugins/elegant_font/images/SVG/social_spotify_circle.svg +1 -0
  791. data/assets/plugins/elegant_font/images/SVG/social_spotify_square.svg +1 -0
  792. data/assets/plugins/elegant_font/images/SVG/social_stumbleupon_circle.svg +1 -0
  793. data/assets/plugins/elegant_font/images/SVG/social_stumbleupon_square.svg +1 -0
  794. data/assets/plugins/elegant_font/images/SVG/social_tumbleupon.svg +1 -0
  795. data/assets/plugins/elegant_font/images/SVG/social_tumblr.svg +1 -0
  796. data/assets/plugins/elegant_font/images/SVG/social_tumblr_circle.svg +1 -0
  797. data/assets/plugins/elegant_font/images/SVG/social_tumblr_square.svg +1 -0
  798. data/assets/plugins/elegant_font/images/SVG/social_twitter.svg +1 -0
  799. data/assets/plugins/elegant_font/images/SVG/social_twitter_circle.svg +1 -0
  800. data/assets/plugins/elegant_font/images/SVG/social_twitter_square.svg +1 -0
  801. data/assets/plugins/elegant_font/images/SVG/social_vimeo.svg +1 -0
  802. data/assets/plugins/elegant_font/images/SVG/social_vimeo_circle.svg +1 -0
  803. data/assets/plugins/elegant_font/images/SVG/social_vimeo_square.svg +1 -0
  804. data/assets/plugins/elegant_font/images/SVG/social_wordpress.svg +1 -0
  805. data/assets/plugins/elegant_font/images/SVG/social_wordpress_circle.svg +1 -0
  806. data/assets/plugins/elegant_font/images/SVG/social_wordpress_square.svg +1 -0
  807. data/assets/plugins/elegant_font/images/SVG/social_youtube.svg +1 -0
  808. data/assets/plugins/elegant_font/images/SVG/social_youtube_circle.svg +1 -0
  809. data/assets/plugins/elegant_font/images/SVG/social_youtube_square.svg +1 -0
  810. data/assets/plugins/prism/min/prism-min.js +2 -0
  811. data/assets/plugins/prism/prism.css +163 -0
  812. data/assets/plugins/prism/prism.js +18 -0
  813. metadata +929 -0
@@ -0,0 +1,387 @@
1
+ /* Load this script using conditional IE comments if you need to support IE 7 and IE 6. */
2
+
3
+ window.onload = function() {
4
+ function addIcon(el, entity) {
5
+ var html = el.innerHTML;
6
+ el.innerHTML = '<span style="font-family: \'ElegantIcons\'">' + entity + '</span>' + html;
7
+ }
8
+ var icons = {
9
+ 'arrow_up' : '&#x21;',
10
+ 'arrow_down' : '&#x22;',
11
+ 'arrow_left' : '&#x23;',
12
+ 'arrow_right' : '&#x24;',
13
+ 'arrow_left-up' : '&#x25;',
14
+ 'arrow_right-up' : '&#x26;',
15
+ 'arrow_right-down' : '&#x27;',
16
+ 'arrow_left-down' : '&#x28;',
17
+ 'arrow-up-down' : '&#x29;',
18
+ 'arrow_up-down_alt' : '&#x2a;',
19
+ 'arrow_left-right_alt' : '&#x2b;',
20
+ 'arrow_left-right' : '&#x2c;',
21
+ 'arrow_expand_alt2' : '&#x2d;',
22
+ 'arrow_expand_alt' : '&#x2e;',
23
+ 'arrow_condense' : '&#x2f;',
24
+ 'arrow_expand' : '&#x30;',
25
+ 'arrow_move' : '&#x31;',
26
+ 'arrow_carrot-up' : '&#x32;',
27
+ 'arrow_carrot-down' : '&#x33;',
28
+ 'arrow_carrot-left' : '&#x34;',
29
+ 'arrow_carrot-right' : '&#x35;',
30
+ 'arrow_carrot-2up' : '&#x36;',
31
+ 'arrow_carrot-2down' : '&#x37;',
32
+ 'arrow_carrot-2left' : '&#x38;',
33
+ 'arrow_carrot-2right' : '&#x39;',
34
+ 'arrow_carrot-up_alt2' : '&#x3a;',
35
+ 'arrow_carrot-down_alt2' : '&#x3b;',
36
+ 'arrow_carrot-left_alt2' : '&#x3c;',
37
+ 'arrow_carrot-right_alt2' : '&#x3d;',
38
+ 'arrow_carrot-2up_alt2' : '&#x3e;',
39
+ 'arrow_carrot-2down_alt2' : '&#x3f;',
40
+ 'arrow_carrot-2left_alt2' : '&#x40;',
41
+ 'arrow_carrot-2right_alt2' : '&#x41;',
42
+ 'arrow_triangle-up' : '&#x42;',
43
+ 'arrow_triangle-down' : '&#x43;',
44
+ 'arrow_triangle-left' : '&#x44;',
45
+ 'arrow_triangle-right' : '&#x45;',
46
+ 'arrow_triangle-up_alt2' : '&#x46;',
47
+ 'arrow_triangle-down_alt2' : '&#x47;',
48
+ 'arrow_triangle-left_alt2' : '&#x48;',
49
+ 'arrow_triangle-right_alt2' : '&#x49;',
50
+ 'arrow_back' : '&#x4a;',
51
+ 'icon_minus-06' : '&#x4b;',
52
+ 'icon_plus' : '&#x4c;',
53
+ 'icon_close' : '&#x4d;',
54
+ 'icon_check' : '&#x4e;',
55
+ 'icon_minus_alt2' : '&#x4f;',
56
+ 'icon_plus_alt2' : '&#x50;',
57
+ 'icon_close_alt2' : '&#x51;',
58
+ 'icon_check_alt2' : '&#x52;',
59
+ 'icon_zoom-out_alt' : '&#x53;',
60
+ 'icon_zoom-in_alt' : '&#x54;',
61
+ 'icon_search' : '&#x55;',
62
+ 'icon_box-empty' : '&#x56;',
63
+ 'icon_box-selected' : '&#x57;',
64
+ 'icon_minus-box' : '&#x58;',
65
+ 'icon_plus-box' : '&#x59;',
66
+ 'icon_box-checked' : '&#x5a;',
67
+ 'icon_circle-empty' : '&#x5b;',
68
+ 'icon_circle-slelected' : '&#x5c;',
69
+ 'icon_stop_alt2' : '&#x5d;',
70
+ 'icon_stop' : '&#x5e;',
71
+ 'icon_pause_alt2' : '&#x5f;',
72
+ 'icon_pause' : '&#x60;',
73
+ 'icon_menu' : '&#x61;',
74
+ 'icon_menu-square_alt2' : '&#x62;',
75
+ 'icon_menu-circle_alt2' : '&#x63;',
76
+ 'icon_ul' : '&#x64;',
77
+ 'icon_ol' : '&#x65;',
78
+ 'icon_adjust-horiz' : '&#x66;',
79
+ 'icon_adjust-vert' : '&#x67;',
80
+ 'icon_document_alt' : '&#x68;',
81
+ 'icon_documents_alt' : '&#x69;',
82
+ 'icon_pencil' : '&#x6a;',
83
+ 'icon_pencil-edit_alt' : '&#x6b;',
84
+ 'icon_pencil-edit' : '&#x6c;',
85
+ 'icon_folder-alt' : '&#x6d;',
86
+ 'icon_folder-open_alt' : '&#x6e;',
87
+ 'icon_folder-add_alt' : '&#x6f;',
88
+ 'icon_info_alt' : '&#x70;',
89
+ 'icon_error-oct_alt' : '&#x71;',
90
+ 'icon_error-circle_alt' : '&#x72;',
91
+ 'icon_error-triangle_alt' : '&#x73;',
92
+ 'icon_question_alt2' : '&#x74;',
93
+ 'icon_question' : '&#x75;',
94
+ 'icon_comment_alt' : '&#x76;',
95
+ 'icon_chat_alt' : '&#x77;',
96
+ 'icon_vol-mute_alt' : '&#x78;',
97
+ 'icon_volume-low_alt' : '&#x79;',
98
+ 'icon_volume-high_alt' : '&#x7a;',
99
+ 'icon_quotations' : '&#x7b;',
100
+ 'icon_quotations_alt2' : '&#x7c;',
101
+ 'icon_clock_alt' : '&#x7d;',
102
+ 'icon_lock_alt' : '&#x7e;',
103
+ 'icon_lock-open_alt' : '&#xe000;',
104
+ 'icon_key_alt' : '&#xe001;',
105
+ 'icon_cloud_alt' : '&#xe002;',
106
+ 'icon_cloud-upload_alt' : '&#xe003;',
107
+ 'icon_cloud-download_alt' : '&#xe004;',
108
+ 'icon_image' : '&#xe005;',
109
+ 'icon_images' : '&#xe006;',
110
+ 'icon_lightbulb_alt' : '&#xe007;',
111
+ 'icon_gift_alt' : '&#xe008;',
112
+ 'icon_house_alt' : '&#xe009;',
113
+ 'icon_genius' : '&#xe00a;',
114
+ 'icon_mobile' : '&#xe00b;',
115
+ 'icon_tablet' : '&#xe00c;',
116
+ 'icon_laptop' : '&#xe00d;',
117
+ 'icon_desktop' : '&#xe00e;',
118
+ 'icon_camera_alt' : '&#xe00f;',
119
+ 'icon_mail_alt' : '&#xe010;',
120
+ 'icon_cone_alt' : '&#xe011;',
121
+ 'icon_ribbon_alt' : '&#xe012;',
122
+ 'icon_bag_alt' : '&#xe013;',
123
+ 'icon_creditcard' : '&#xe014;',
124
+ 'icon_cart_alt' : '&#xe015;',
125
+ 'icon_paperclip' : '&#xe016;',
126
+ 'icon_tag_alt' : '&#xe017;',
127
+ 'icon_tags_alt' : '&#xe018;',
128
+ 'icon_trash_alt' : '&#xe019;',
129
+ 'icon_cursor_alt' : '&#xe01a;',
130
+ 'icon_mic_alt' : '&#xe01b;',
131
+ 'icon_compass_alt' : '&#xe01c;',
132
+ 'icon_pin_alt' : '&#xe01d;',
133
+ 'icon_pushpin_alt' : '&#xe01e;',
134
+ 'icon_map_alt' : '&#xe01f;',
135
+ 'icon_drawer_alt' : '&#xe020;',
136
+ 'icon_toolbox_alt' : '&#xe021;',
137
+ 'icon_book_alt' : '&#xe022;',
138
+ 'icon_calendar' : '&#xe023;',
139
+ 'icon_film' : '&#xe024;',
140
+ 'icon_table' : '&#xe025;',
141
+ 'icon_contacts_alt' : '&#xe026;',
142
+ 'icon_headphones' : '&#xe027;',
143
+ 'icon_lifesaver' : '&#xe028;',
144
+ 'icon_piechart' : '&#xe029;',
145
+ 'icon_refresh' : '&#xe02a;',
146
+ 'icon_link_alt' : '&#xe02b;',
147
+ 'icon_link' : '&#xe02c;',
148
+ 'icon_loading' : '&#xe02d;',
149
+ 'icon_blocked' : '&#xe02e;',
150
+ 'icon_archive_alt' : '&#xe02f;',
151
+ 'icon_heart_alt' : '&#xe030;',
152
+ 'icon_star_alt' : '&#xe031;',
153
+ 'icon_star-half_alt' : '&#xe032;',
154
+ 'icon_star' : '&#xe033;',
155
+ 'icon_star-half' : '&#xe034;',
156
+ 'icon_tools' : '&#xe035;',
157
+ 'icon_tool' : '&#xe036;',
158
+ 'icon_cog' : '&#xe037;',
159
+ 'icon_cogs' : '&#xe038;',
160
+ 'arrow_up_alt' : '&#xe039;',
161
+ 'arrow_down_alt' : '&#xe03a;',
162
+ 'arrow_left_alt' : '&#xe03b;',
163
+ 'arrow_right_alt' : '&#xe03c;',
164
+ 'arrow_left-up_alt' : '&#xe03d;',
165
+ 'arrow_right-up_alt' : '&#xe03e;',
166
+ 'arrow_right-down_alt' : '&#xe03f;',
167
+ 'arrow_left-down_alt' : '&#xe040;',
168
+ 'arrow_condense_alt' : '&#xe041;',
169
+ 'arrow_expand_alt3' : '&#xe042;',
170
+ 'arrow_carrot_up_alt' : '&#xe043;',
171
+ 'arrow_carrot-down_alt' : '&#xe044;',
172
+ 'arrow_carrot-left_alt' : '&#xe045;',
173
+ 'arrow_carrot-right_alt' : '&#xe046;',
174
+ 'arrow_carrot-2up_alt' : '&#xe047;',
175
+ 'arrow_carrot-2dwnn_alt' : '&#xe048;',
176
+ 'arrow_carrot-2left_alt' : '&#xe049;',
177
+ 'arrow_carrot-2right_alt' : '&#xe04a;',
178
+ 'arrow_triangle-up_alt' : '&#xe04b;',
179
+ 'arrow_triangle-down_alt' : '&#xe04c;',
180
+ 'arrow_triangle-left_alt' : '&#xe04d;',
181
+ 'arrow_triangle-right_alt' : '&#xe04e;',
182
+ 'icon_minus_alt' : '&#xe04f;',
183
+ 'icon_plus_alt' : '&#xe050;',
184
+ 'icon_close_alt' : '&#xe051;',
185
+ 'icon_check_alt' : '&#xe052;',
186
+ 'icon_zoom-out' : '&#xe053;',
187
+ 'icon_zoom-in' : '&#xe054;',
188
+ 'icon_stop_alt' : '&#xe055;',
189
+ 'icon_menu-square_alt' : '&#xe056;',
190
+ 'icon_menu-circle_alt' : '&#xe057;',
191
+ 'icon_document' : '&#xe058;',
192
+ 'icon_documents' : '&#xe059;',
193
+ 'icon_pencil_alt' : '&#xe05a;',
194
+ 'icon_folder' : '&#xe05b;',
195
+ 'icon_folder-open' : '&#xe05c;',
196
+ 'icon_folder-add' : '&#xe05d;',
197
+ 'icon_folder_upload' : '&#xe05e;',
198
+ 'icon_folder_download' : '&#xe05f;',
199
+ 'icon_info' : '&#xe060;',
200
+ 'icon_error-circle' : '&#xe061;',
201
+ 'icon_error-oct' : '&#xe062;',
202
+ 'icon_error-triangle' : '&#xe063;',
203
+ 'icon_question_alt' : '&#xe064;',
204
+ 'icon_comment' : '&#xe065;',
205
+ 'icon_chat' : '&#xe066;',
206
+ 'icon_vol-mute' : '&#xe067;',
207
+ 'icon_volume-low' : '&#xe068;',
208
+ 'icon_volume-high' : '&#xe069;',
209
+ 'icon_quotations_alt' : '&#xe06a;',
210
+ 'icon_clock' : '&#xe06b;',
211
+ 'icon_lock' : '&#xe06c;',
212
+ 'icon_lock-open' : '&#xe06d;',
213
+ 'icon_key' : '&#xe06e;',
214
+ 'icon_cloud' : '&#xe06f;',
215
+ 'icon_cloud-upload' : '&#xe070;',
216
+ 'icon_cloud-download' : '&#xe071;',
217
+ 'icon_lightbulb' : '&#xe072;',
218
+ 'icon_gift' : '&#xe073;',
219
+ 'icon_house' : '&#xe074;',
220
+ 'icon_camera' : '&#xe075;',
221
+ 'icon_mail' : '&#xe076;',
222
+ 'icon_cone' : '&#xe077;',
223
+ 'icon_ribbon' : '&#xe078;',
224
+ 'icon_bag' : '&#xe079;',
225
+ 'icon_cart' : '&#xe07a;',
226
+ 'icon_tag' : '&#xe07b;',
227
+ 'icon_tags' : '&#xe07c;',
228
+ 'icon_trash' : '&#xe07d;',
229
+ 'icon_cursor' : '&#xe07e;',
230
+ 'icon_mic' : '&#xe07f;',
231
+ 'icon_compass' : '&#xe080;',
232
+ 'icon_pin' : '&#xe081;',
233
+ 'icon_pushpin' : '&#xe082;',
234
+ 'icon_map' : '&#xe083;',
235
+ 'icon_drawer' : '&#xe084;',
236
+ 'icon_toolbox' : '&#xe085;',
237
+ 'icon_book' : '&#xe086;',
238
+ 'icon_contacts' : '&#xe087;',
239
+ 'icon_archive' : '&#xe088;',
240
+ 'icon_heart' : '&#xe089;',
241
+ 'icon_profile' : '&#xe08a;',
242
+ 'icon_group' : '&#xe08b;',
243
+ 'icon_grid-2x2' : '&#xe08c;',
244
+ 'icon_grid-3x3' : '&#xe08d;',
245
+ 'icon_music' : '&#xe08e;',
246
+ 'icon_pause_alt' : '&#xe08f;',
247
+ 'icon_phone' : '&#xe090;',
248
+ 'icon_upload' : '&#xe091;',
249
+ 'icon_download' : '&#xe092;',
250
+ 'social_facebook' : '&#xe093;',
251
+ 'social_twitter' : '&#xe094;',
252
+ 'social_pinterest' : '&#xe095;',
253
+ 'social_googleplus' : '&#xe096;',
254
+ 'social_tumblr' : '&#xe097;',
255
+ 'social_tumbleupon' : '&#xe098;',
256
+ 'social_wordpress' : '&#xe099;',
257
+ 'social_instagram' : '&#xe09a;',
258
+ 'social_dribbble' : '&#xe09b;',
259
+ 'social_vimeo' : '&#xe09c;',
260
+ 'social_linkedin' : '&#xe09d;',
261
+ 'social_rss' : '&#xe09e;',
262
+ 'social_deviantart' : '&#xe09f;',
263
+ 'social_share' : '&#xe0a0;',
264
+ 'social_myspace' : '&#xe0a1;',
265
+ 'social_skype' : '&#xe0a2;',
266
+ 'social_youtube' : '&#xe0a3;',
267
+ 'social_picassa' : '&#xe0a4;',
268
+ 'social_googledrive' : '&#xe0a5;',
269
+ 'social_flickr' : '&#xe0a6;',
270
+ 'social_blogger' : '&#xe0a7;',
271
+ 'social_spotify' : '&#xe0a8;',
272
+ 'social_delicious' : '&#xe0a9;',
273
+ 'social_facebook_circle' : '&#xe0aa;',
274
+ 'social_twitter_circle' : '&#xe0ab;',
275
+ 'social_pinterest_circle' : '&#xe0ac;',
276
+ 'social_googleplus_circle' : '&#xe0ad;',
277
+ 'social_tumblr_circle' : '&#xe0ae;',
278
+ 'social_stumbleupon_circle' : '&#xe0af;',
279
+ 'social_wordpress_circle' : '&#xe0b0;',
280
+ 'social_instagram_circle' : '&#xe0b1;',
281
+ 'social_dribbble_circle' : '&#xe0b2;',
282
+ 'social_vimeo_circle' : '&#xe0b3;',
283
+ 'social_linkedin_circle' : '&#xe0b4;',
284
+ 'social_rss_circle' : '&#xe0b5;',
285
+ 'social_deviantart_circle' : '&#xe0b6;',
286
+ 'social_share_circle' : '&#xe0b7;',
287
+ 'social_myspace_circle' : '&#xe0b8;',
288
+ 'social_skype_circle' : '&#xe0b9;',
289
+ 'social_youtube_circle' : '&#xe0ba;',
290
+ 'social_picassa_circle' : '&#xe0bb;',
291
+ 'social_googledrive_alt2' : '&#xe0bc;',
292
+ 'social_flickr_circle' : '&#xe0bd;',
293
+ 'social_blogger_circle' : '&#xe0be;',
294
+ 'social_spotify_circle' : '&#xe0bf;',
295
+ 'social_delicious_circle' : '&#xe0c0;',
296
+ 'social_facebook_square' : '&#xe0c1;',
297
+ 'social_twitter_square' : '&#xe0c2;',
298
+ 'social_pinterest_square' : '&#xe0c3;',
299
+ 'social_googleplus_square' : '&#xe0c4;',
300
+ 'social_tumblr_square' : '&#xe0c5;',
301
+ 'social_stumbleupon_square' : '&#xe0c6;',
302
+ 'social_wordpress_square' : '&#xe0c7;',
303
+ 'social_instagram_square' : '&#xe0c8;',
304
+ 'social_dribbble_square' : '&#xe0c9;',
305
+ 'social_vimeo_square' : '&#xe0ca;',
306
+ 'social_linkedin_square' : '&#xe0cb;',
307
+ 'social_rss_square' : '&#xe0cc;',
308
+ 'social_deviantart_square' : '&#xe0cd;',
309
+ 'social_share_square' : '&#xe0ce;',
310
+ 'social_myspace_square' : '&#xe0cf;',
311
+ 'social_skype_square' : '&#xe0d0;',
312
+ 'social_youtube_square' : '&#xe0d1;',
313
+ 'social_picassa_square' : '&#xe0d2;',
314
+ 'social_googledrive_square' : '&#xe0d3;',
315
+ 'social_flickr_square' : '&#xe0d4;',
316
+ 'social_blogger_square' : '&#xe0d5;',
317
+ 'social_spotify_square' : '&#xe0d6;',
318
+ 'social_delicious_square' : '&#xe0d7;',
319
+ 'icon_printer' : '&#xe103;',
320
+ 'icon_calulator' : '&#xe0ee;',
321
+ 'icon_building' : '&#xe0ef;',
322
+ 'icon_floppy' : '&#xe0e8;',
323
+ 'icon_drive' : '&#xe0ea;',
324
+ 'icon_search-2' : '&#xe101;',
325
+ 'icon_id' : '&#xe107;',
326
+ 'icon_id-2' : '&#xe108;',
327
+ 'icon_puzzle' : '&#xe102;',
328
+ 'icon_like' : '&#xe106;',
329
+ 'icon_dislike' : '&#xe0eb;',
330
+ 'icon_mug' : '&#xe105;',
331
+ 'icon_currency' : '&#xe0ed;',
332
+ 'icon_wallet' : '&#xe100;',
333
+ 'icon_pens' : '&#xe104;',
334
+ 'icon_easel' : '&#xe0e9;',
335
+ 'icon_flowchart' : '&#xe109;',
336
+ 'icon_datareport' : '&#xe0ec;',
337
+ 'icon_briefcase' : '&#xe0fe;',
338
+ 'icon_shield' : '&#xe0f6;',
339
+ 'icon_percent' : '&#xe0fb;',
340
+ 'icon_globe' : '&#xe0e2;',
341
+ 'icon_globe-2' : '&#xe0e3;',
342
+ 'icon_target' : '&#xe0f5;',
343
+ 'icon_hourglass' : '&#xe0e1;',
344
+ 'icon_balance' : '&#xe0ff;',
345
+ 'icon_rook' : '&#xe0f8;',
346
+ 'icon_printer-alt' : '&#xe0fa;',
347
+ 'icon_calculator_alt' : '&#xe0e7;',
348
+ 'icon_building_alt' : '&#xe0fd;',
349
+ 'icon_floppy_alt' : '&#xe0e4;',
350
+ 'icon_drive_alt' : '&#xe0e5;',
351
+ 'icon_search_alt' : '&#xe0f7;',
352
+ 'icon_id_alt' : '&#xe0e0;',
353
+ 'icon_id-2_alt' : '&#xe0fc;',
354
+ 'icon_puzzle_alt' : '&#xe0f9;',
355
+ 'icon_like_alt' : '&#xe0dd;',
356
+ 'icon_dislike_alt' : '&#xe0f1;',
357
+ 'icon_mug_alt' : '&#xe0dc;',
358
+ 'icon_currency_alt' : '&#xe0f3;',
359
+ 'icon_wallet_alt' : '&#xe0d8;',
360
+ 'icon_pens_alt' : '&#xe0db;',
361
+ 'icon_easel_alt' : '&#xe0f0;',
362
+ 'icon_flowchart_alt' : '&#xe0df;',
363
+ 'icon_datareport_alt' : '&#xe0f2;',
364
+ 'icon_briefcase_alt' : '&#xe0f4;',
365
+ 'icon_shield_alt' : '&#xe0d9;',
366
+ 'icon_percent_alt' : '&#xe0da;',
367
+ 'icon_globe_alt' : '&#xe0de;',
368
+ 'icon_clipboard' : '&#xe0e6;'
369
+ },
370
+ els = document.getElementsByTagName('*'),
371
+ i, attr, c, el;
372
+ for (i = 0; ; i += 1) {
373
+ el = els[i];
374
+ if(!el) {
375
+ break;
376
+ }
377
+ attr = el.getAttribute('data-icon');
378
+ if (attr) {
379
+ addIcon(el, attr);
380
+ }
381
+ c = el.className;
382
+ c = c.match(/[^\s'"]+/);
383
+ if (c && icons[c[0]]) {
384
+ addIcon(el, icons[c[0]]);
385
+ }
386
+ }
387
+ };
@@ -0,0 +1,1159 @@
1
+ @font-face {
2
+ font-family: 'ElegantIcons';
3
+ src:url('fonts/ElegantIcons.eot');
4
+ src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
5
+ url('fonts/ElegantIcons.woff') format('woff'),
6
+ url('fonts/ElegantIcons.ttf') format('truetype'),
7
+ url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ /* Use the following CSS code if you want to use data attributes for inserting your icons */
13
+ [data-icon]:before {
14
+ font-family: 'ElegantIcons';
15
+ content: attr(data-icon);
16
+ speak: none;
17
+ font-weight: normal;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ -webkit-font-smoothing: antialiased;
22
+ -moz-osx-font-smoothing: grayscale;
23
+ }
24
+
25
+ /* Use the following CSS code if you want to have a class per icon */
26
+ /*
27
+ Instead of a list of all class selectors,
28
+ you can use the generic selector below, but it's slower:
29
+ [class*="your-class-prefix"] {
30
+ */
31
+ .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
32
+ font-family: 'ElegantIcons';
33
+ speak: none;
34
+ font-style: normal;
35
+ font-weight: normal;
36
+ font-variant: normal;
37
+ text-transform: none;
38
+ line-height: 1;
39
+ -webkit-font-smoothing: antialiased;
40
+ }
41
+ .arrow_up:before {
42
+ content: "\21";
43
+ }
44
+ .arrow_down:before {
45
+ content: "\22";
46
+ }
47
+ .arrow_left:before {
48
+ content: "\23";
49
+ }
50
+ .arrow_right:before {
51
+ content: "\24";
52
+ }
53
+ .arrow_left-up:before {
54
+ content: "\25";
55
+ }
56
+ .arrow_right-up:before {
57
+ content: "\26";
58
+ }
59
+ .arrow_right-down:before {
60
+ content: "\27";
61
+ }
62
+ .arrow_left-down:before {
63
+ content: "\28";
64
+ }
65
+ .arrow-up-down:before {
66
+ content: "\29";
67
+ }
68
+ .arrow_up-down_alt:before {
69
+ content: "\2a";
70
+ }
71
+ .arrow_left-right_alt:before {
72
+ content: "\2b";
73
+ }
74
+ .arrow_left-right:before {
75
+ content: "\2c";
76
+ }
77
+ .arrow_expand_alt2:before {
78
+ content: "\2d";
79
+ }
80
+ .arrow_expand_alt:before {
81
+ content: "\2e";
82
+ }
83
+ .arrow_condense:before {
84
+ content: "\2f";
85
+ }
86
+ .arrow_expand:before {
87
+ content: "\30";
88
+ }
89
+ .arrow_move:before {
90
+ content: "\31";
91
+ }
92
+ .arrow_carrot-up:before {
93
+ content: "\32";
94
+ }
95
+ .arrow_carrot-down:before {
96
+ content: "\33";
97
+ }
98
+ .arrow_carrot-left:before {
99
+ content: "\34";
100
+ }
101
+ .arrow_carrot-right:before {
102
+ content: "\35";
103
+ }
104
+ .arrow_carrot-2up:before {
105
+ content: "\36";
106
+ }
107
+ .arrow_carrot-2down:before {
108
+ content: "\37";
109
+ }
110
+ .arrow_carrot-2left:before {
111
+ content: "\38";
112
+ }
113
+ .arrow_carrot-2right:before {
114
+ content: "\39";
115
+ }
116
+ .arrow_carrot-up_alt2:before {
117
+ content: "\3a";
118
+ }
119
+ .arrow_carrot-down_alt2:before {
120
+ content: "\3b";
121
+ }
122
+ .arrow_carrot-left_alt2:before {
123
+ content: "\3c";
124
+ }
125
+ .arrow_carrot-right_alt2:before {
126
+ content: "\3d";
127
+ }
128
+ .arrow_carrot-2up_alt2:before {
129
+ content: "\3e";
130
+ }
131
+ .arrow_carrot-2down_alt2:before {
132
+ content: "\3f";
133
+ }
134
+ .arrow_carrot-2left_alt2:before {
135
+ content: "\40";
136
+ }
137
+ .arrow_carrot-2right_alt2:before {
138
+ content: "\41";
139
+ }
140
+ .arrow_triangle-up:before {
141
+ content: "\42";
142
+ }
143
+ .arrow_triangle-down:before {
144
+ content: "\43";
145
+ }
146
+ .arrow_triangle-left:before {
147
+ content: "\44";
148
+ }
149
+ .arrow_triangle-right:before {
150
+ content: "\45";
151
+ }
152
+ .arrow_triangle-up_alt2:before {
153
+ content: "\46";
154
+ }
155
+ .arrow_triangle-down_alt2:before {
156
+ content: "\47";
157
+ }
158
+ .arrow_triangle-left_alt2:before {
159
+ content: "\48";
160
+ }
161
+ .arrow_triangle-right_alt2:before {
162
+ content: "\49";
163
+ }
164
+ .arrow_back:before {
165
+ content: "\4a";
166
+ }
167
+ .icon_minus-06:before {
168
+ content: "\4b";
169
+ }
170
+ .icon_plus:before {
171
+ content: "\4c";
172
+ }
173
+ .icon_close:before {
174
+ content: "\4d";
175
+ }
176
+ .icon_check:before {
177
+ content: "\4e";
178
+ }
179
+ .icon_minus_alt2:before {
180
+ content: "\4f";
181
+ }
182
+ .icon_plus_alt2:before {
183
+ content: "\50";
184
+ }
185
+ .icon_close_alt2:before {
186
+ content: "\51";
187
+ }
188
+ .icon_check_alt2:before {
189
+ content: "\52";
190
+ }
191
+ .icon_zoom-out_alt:before {
192
+ content: "\53";
193
+ }
194
+ .icon_zoom-in_alt:before {
195
+ content: "\54";
196
+ }
197
+ .icon_search:before {
198
+ content: "\55";
199
+ }
200
+ .icon_box-empty:before {
201
+ content: "\56";
202
+ }
203
+ .icon_box-selected:before {
204
+ content: "\57";
205
+ }
206
+ .icon_minus-box:before {
207
+ content: "\58";
208
+ }
209
+ .icon_plus-box:before {
210
+ content: "\59";
211
+ }
212
+ .icon_box-checked:before {
213
+ content: "\5a";
214
+ }
215
+ .icon_circle-empty:before {
216
+ content: "\5b";
217
+ }
218
+ .icon_circle-slelected:before {
219
+ content: "\5c";
220
+ }
221
+ .icon_stop_alt2:before {
222
+ content: "\5d";
223
+ }
224
+ .icon_stop:before {
225
+ content: "\5e";
226
+ }
227
+ .icon_pause_alt2:before {
228
+ content: "\5f";
229
+ }
230
+ .icon_pause:before {
231
+ content: "\60";
232
+ }
233
+ .icon_menu:before {
234
+ content: "\61";
235
+ }
236
+ .icon_menu-square_alt2:before {
237
+ content: "\62";
238
+ }
239
+ .icon_menu-circle_alt2:before {
240
+ content: "\63";
241
+ }
242
+ .icon_ul:before {
243
+ content: "\64";
244
+ }
245
+ .icon_ol:before {
246
+ content: "\65";
247
+ }
248
+ .icon_adjust-horiz:before {
249
+ content: "\66";
250
+ }
251
+ .icon_adjust-vert:before {
252
+ content: "\67";
253
+ }
254
+ .icon_document_alt:before {
255
+ content: "\68";
256
+ }
257
+ .icon_documents_alt:before {
258
+ content: "\69";
259
+ }
260
+ .icon_pencil:before {
261
+ content: "\6a";
262
+ }
263
+ .icon_pencil-edit_alt:before {
264
+ content: "\6b";
265
+ }
266
+ .icon_pencil-edit:before {
267
+ content: "\6c";
268
+ }
269
+ .icon_folder-alt:before {
270
+ content: "\6d";
271
+ }
272
+ .icon_folder-open_alt:before {
273
+ content: "\6e";
274
+ }
275
+ .icon_folder-add_alt:before {
276
+ content: "\6f";
277
+ }
278
+ .icon_info_alt:before {
279
+ content: "\70";
280
+ }
281
+ .icon_error-oct_alt:before {
282
+ content: "\71";
283
+ }
284
+ .icon_error-circle_alt:before {
285
+ content: "\72";
286
+ }
287
+ .icon_error-triangle_alt:before {
288
+ content: "\73";
289
+ }
290
+ .icon_question_alt2:before {
291
+ content: "\74";
292
+ }
293
+ .icon_question:before {
294
+ content: "\75";
295
+ }
296
+ .icon_comment_alt:before {
297
+ content: "\76";
298
+ }
299
+ .icon_chat_alt:before {
300
+ content: "\77";
301
+ }
302
+ .icon_vol-mute_alt:before {
303
+ content: "\78";
304
+ }
305
+ .icon_volume-low_alt:before {
306
+ content: "\79";
307
+ }
308
+ .icon_volume-high_alt:before {
309
+ content: "\7a";
310
+ }
311
+ .icon_quotations:before {
312
+ content: "\7b";
313
+ }
314
+ .icon_quotations_alt2:before {
315
+ content: "\7c";
316
+ }
317
+ .icon_clock_alt:before {
318
+ content: "\7d";
319
+ }
320
+ .icon_lock_alt:before {
321
+ content: "\7e";
322
+ }
323
+ .icon_lock-open_alt:before {
324
+ content: "\e000";
325
+ }
326
+ .icon_key_alt:before {
327
+ content: "\e001";
328
+ }
329
+ .icon_cloud_alt:before {
330
+ content: "\e002";
331
+ }
332
+ .icon_cloud-upload_alt:before {
333
+ content: "\e003";
334
+ }
335
+ .icon_cloud-download_alt:before {
336
+ content: "\e004";
337
+ }
338
+ .icon_image:before {
339
+ content: "\e005";
340
+ }
341
+ .icon_images:before {
342
+ content: "\e006";
343
+ }
344
+ .icon_lightbulb_alt:before {
345
+ content: "\e007";
346
+ }
347
+ .icon_gift_alt:before {
348
+ content: "\e008";
349
+ }
350
+ .icon_house_alt:before {
351
+ content: "\e009";
352
+ }
353
+ .icon_genius:before {
354
+ content: "\e00a";
355
+ }
356
+ .icon_mobile:before {
357
+ content: "\e00b";
358
+ }
359
+ .icon_tablet:before {
360
+ content: "\e00c";
361
+ }
362
+ .icon_laptop:before {
363
+ content: "\e00d";
364
+ }
365
+ .icon_desktop:before {
366
+ content: "\e00e";
367
+ }
368
+ .icon_camera_alt:before {
369
+ content: "\e00f";
370
+ }
371
+ .icon_mail_alt:before {
372
+ content: "\e010";
373
+ }
374
+ .icon_cone_alt:before {
375
+ content: "\e011";
376
+ }
377
+ .icon_ribbon_alt:before {
378
+ content: "\e012";
379
+ }
380
+ .icon_bag_alt:before {
381
+ content: "\e013";
382
+ }
383
+ .icon_creditcard:before {
384
+ content: "\e014";
385
+ }
386
+ .icon_cart_alt:before {
387
+ content: "\e015";
388
+ }
389
+ .icon_paperclip:before {
390
+ content: "\e016";
391
+ }
392
+ .icon_tag_alt:before {
393
+ content: "\e017";
394
+ }
395
+ .icon_tags_alt:before {
396
+ content: "\e018";
397
+ }
398
+ .icon_trash_alt:before {
399
+ content: "\e019";
400
+ }
401
+ .icon_cursor_alt:before {
402
+ content: "\e01a";
403
+ }
404
+ .icon_mic_alt:before {
405
+ content: "\e01b";
406
+ }
407
+ .icon_compass_alt:before {
408
+ content: "\e01c";
409
+ }
410
+ .icon_pin_alt:before {
411
+ content: "\e01d";
412
+ }
413
+ .icon_pushpin_alt:before {
414
+ content: "\e01e";
415
+ }
416
+ .icon_map_alt:before {
417
+ content: "\e01f";
418
+ }
419
+ .icon_drawer_alt:before {
420
+ content: "\e020";
421
+ }
422
+ .icon_toolbox_alt:before {
423
+ content: "\e021";
424
+ }
425
+ .icon_book_alt:before {
426
+ content: "\e022";
427
+ }
428
+ .icon_calendar:before {
429
+ content: "\e023";
430
+ }
431
+ .icon_film:before {
432
+ content: "\e024";
433
+ }
434
+ .icon_table:before {
435
+ content: "\e025";
436
+ }
437
+ .icon_contacts_alt:before {
438
+ content: "\e026";
439
+ }
440
+ .icon_headphones:before {
441
+ content: "\e027";
442
+ }
443
+ .icon_lifesaver:before {
444
+ content: "\e028";
445
+ }
446
+ .icon_piechart:before {
447
+ content: "\e029";
448
+ }
449
+ .icon_refresh:before {
450
+ content: "\e02a";
451
+ }
452
+ .icon_link_alt:before {
453
+ content: "\e02b";
454
+ }
455
+ .icon_link:before {
456
+ content: "\e02c";
457
+ }
458
+ .icon_loading:before {
459
+ content: "\e02d";
460
+ }
461
+ .icon_blocked:before {
462
+ content: "\e02e";
463
+ }
464
+ .icon_archive_alt:before {
465
+ content: "\e02f";
466
+ }
467
+ .icon_heart_alt:before {
468
+ content: "\e030";
469
+ }
470
+ .icon_star_alt:before {
471
+ content: "\e031";
472
+ }
473
+ .icon_star-half_alt:before {
474
+ content: "\e032";
475
+ }
476
+ .icon_star:before {
477
+ content: "\e033";
478
+ }
479
+ .icon_star-half:before {
480
+ content: "\e034";
481
+ }
482
+ .icon_tools:before {
483
+ content: "\e035";
484
+ }
485
+ .icon_tool:before {
486
+ content: "\e036";
487
+ }
488
+ .icon_cog:before {
489
+ content: "\e037";
490
+ }
491
+ .icon_cogs:before {
492
+ content: "\e038";
493
+ }
494
+ .arrow_up_alt:before {
495
+ content: "\e039";
496
+ }
497
+ .arrow_down_alt:before {
498
+ content: "\e03a";
499
+ }
500
+ .arrow_left_alt:before {
501
+ content: "\e03b";
502
+ }
503
+ .arrow_right_alt:before {
504
+ content: "\e03c";
505
+ }
506
+ .arrow_left-up_alt:before {
507
+ content: "\e03d";
508
+ }
509
+ .arrow_right-up_alt:before {
510
+ content: "\e03e";
511
+ }
512
+ .arrow_right-down_alt:before {
513
+ content: "\e03f";
514
+ }
515
+ .arrow_left-down_alt:before {
516
+ content: "\e040";
517
+ }
518
+ .arrow_condense_alt:before {
519
+ content: "\e041";
520
+ }
521
+ .arrow_expand_alt3:before {
522
+ content: "\e042";
523
+ }
524
+ .arrow_carrot_up_alt:before {
525
+ content: "\e043";
526
+ }
527
+ .arrow_carrot-down_alt:before {
528
+ content: "\e044";
529
+ }
530
+ .arrow_carrot-left_alt:before {
531
+ content: "\e045";
532
+ }
533
+ .arrow_carrot-right_alt:before {
534
+ content: "\e046";
535
+ }
536
+ .arrow_carrot-2up_alt:before {
537
+ content: "\e047";
538
+ }
539
+ .arrow_carrot-2dwnn_alt:before {
540
+ content: "\e048";
541
+ }
542
+ .arrow_carrot-2left_alt:before {
543
+ content: "\e049";
544
+ }
545
+ .arrow_carrot-2right_alt:before {
546
+ content: "\e04a";
547
+ }
548
+ .arrow_triangle-up_alt:before {
549
+ content: "\e04b";
550
+ }
551
+ .arrow_triangle-down_alt:before {
552
+ content: "\e04c";
553
+ }
554
+ .arrow_triangle-left_alt:before {
555
+ content: "\e04d";
556
+ }
557
+ .arrow_triangle-right_alt:before {
558
+ content: "\e04e";
559
+ }
560
+ .icon_minus_alt:before {
561
+ content: "\e04f";
562
+ }
563
+ .icon_plus_alt:before {
564
+ content: "\e050";
565
+ }
566
+ .icon_close_alt:before {
567
+ content: "\e051";
568
+ }
569
+ .icon_check_alt:before {
570
+ content: "\e052";
571
+ }
572
+ .icon_zoom-out:before {
573
+ content: "\e053";
574
+ }
575
+ .icon_zoom-in:before {
576
+ content: "\e054";
577
+ }
578
+ .icon_stop_alt:before {
579
+ content: "\e055";
580
+ }
581
+ .icon_menu-square_alt:before {
582
+ content: "\e056";
583
+ }
584
+ .icon_menu-circle_alt:before {
585
+ content: "\e057";
586
+ }
587
+ .icon_document:before {
588
+ content: "\e058";
589
+ }
590
+ .icon_documents:before {
591
+ content: "\e059";
592
+ }
593
+ .icon_pencil_alt:before {
594
+ content: "\e05a";
595
+ }
596
+ .icon_folder:before {
597
+ content: "\e05b";
598
+ }
599
+ .icon_folder-open:before {
600
+ content: "\e05c";
601
+ }
602
+ .icon_folder-add:before {
603
+ content: "\e05d";
604
+ }
605
+ .icon_folder_upload:before {
606
+ content: "\e05e";
607
+ }
608
+ .icon_folder_download:before {
609
+ content: "\e05f";
610
+ }
611
+ .icon_info:before {
612
+ content: "\e060";
613
+ }
614
+ .icon_error-circle:before {
615
+ content: "\e061";
616
+ }
617
+ .icon_error-oct:before {
618
+ content: "\e062";
619
+ }
620
+ .icon_error-triangle:before {
621
+ content: "\e063";
622
+ }
623
+ .icon_question_alt:before {
624
+ content: "\e064";
625
+ }
626
+ .icon_comment:before {
627
+ content: "\e065";
628
+ }
629
+ .icon_chat:before {
630
+ content: "\e066";
631
+ }
632
+ .icon_vol-mute:before {
633
+ content: "\e067";
634
+ }
635
+ .icon_volume-low:before {
636
+ content: "\e068";
637
+ }
638
+ .icon_volume-high:before {
639
+ content: "\e069";
640
+ }
641
+ .icon_quotations_alt:before {
642
+ content: "\e06a";
643
+ }
644
+ .icon_clock:before {
645
+ content: "\e06b";
646
+ }
647
+ .icon_lock:before {
648
+ content: "\e06c";
649
+ }
650
+ .icon_lock-open:before {
651
+ content: "\e06d";
652
+ }
653
+ .icon_key:before {
654
+ content: "\e06e";
655
+ }
656
+ .icon_cloud:before {
657
+ content: "\e06f";
658
+ }
659
+ .icon_cloud-upload:before {
660
+ content: "\e070";
661
+ }
662
+ .icon_cloud-download:before {
663
+ content: "\e071";
664
+ }
665
+ .icon_lightbulb:before {
666
+ content: "\e072";
667
+ }
668
+ .icon_gift:before {
669
+ content: "\e073";
670
+ }
671
+ .icon_house:before {
672
+ content: "\e074";
673
+ }
674
+ .icon_camera:before {
675
+ content: "\e075";
676
+ }
677
+ .icon_mail:before {
678
+ content: "\e076";
679
+ }
680
+ .icon_cone:before {
681
+ content: "\e077";
682
+ }
683
+ .icon_ribbon:before {
684
+ content: "\e078";
685
+ }
686
+ .icon_bag:before {
687
+ content: "\e079";
688
+ }
689
+ .icon_cart:before {
690
+ content: "\e07a";
691
+ }
692
+ .icon_tag:before {
693
+ content: "\e07b";
694
+ }
695
+ .icon_tags:before {
696
+ content: "\e07c";
697
+ }
698
+ .icon_trash:before {
699
+ content: "\e07d";
700
+ }
701
+ .icon_cursor:before {
702
+ content: "\e07e";
703
+ }
704
+ .icon_mic:before {
705
+ content: "\e07f";
706
+ }
707
+ .icon_compass:before {
708
+ content: "\e080";
709
+ }
710
+ .icon_pin:before {
711
+ content: "\e081";
712
+ }
713
+ .icon_pushpin:before {
714
+ content: "\e082";
715
+ }
716
+ .icon_map:before {
717
+ content: "\e083";
718
+ }
719
+ .icon_drawer:before {
720
+ content: "\e084";
721
+ }
722
+ .icon_toolbox:before {
723
+ content: "\e085";
724
+ }
725
+ .icon_book:before {
726
+ content: "\e086";
727
+ }
728
+ .icon_contacts:before {
729
+ content: "\e087";
730
+ }
731
+ .icon_archive:before {
732
+ content: "\e088";
733
+ }
734
+ .icon_heart:before {
735
+ content: "\e089";
736
+ }
737
+ .icon_profile:before {
738
+ content: "\e08a";
739
+ }
740
+ .icon_group:before {
741
+ content: "\e08b";
742
+ }
743
+ .icon_grid-2x2:before {
744
+ content: "\e08c";
745
+ }
746
+ .icon_grid-3x3:before {
747
+ content: "\e08d";
748
+ }
749
+ .icon_music:before {
750
+ content: "\e08e";
751
+ }
752
+ .icon_pause_alt:before {
753
+ content: "\e08f";
754
+ }
755
+ .icon_phone:before {
756
+ content: "\e090";
757
+ }
758
+ .icon_upload:before {
759
+ content: "\e091";
760
+ }
761
+ .icon_download:before {
762
+ content: "\e092";
763
+ }
764
+ .social_facebook:before {
765
+ content: "\e093";
766
+ }
767
+ .social_twitter:before {
768
+ content: "\e094";
769
+ }
770
+ .social_pinterest:before {
771
+ content: "\e095";
772
+ }
773
+ .social_googleplus:before {
774
+ content: "\e096";
775
+ }
776
+ .social_tumblr:before {
777
+ content: "\e097";
778
+ }
779
+ .social_tumbleupon:before {
780
+ content: "\e098";
781
+ }
782
+ .social_wordpress:before {
783
+ content: "\e099";
784
+ }
785
+ .social_instagram:before {
786
+ content: "\e09a";
787
+ }
788
+ .social_dribbble:before {
789
+ content: "\e09b";
790
+ }
791
+ .social_vimeo:before {
792
+ content: "\e09c";
793
+ }
794
+ .social_linkedin:before {
795
+ content: "\e09d";
796
+ }
797
+ .social_rss:before {
798
+ content: "\e09e";
799
+ }
800
+ .social_deviantart:before {
801
+ content: "\e09f";
802
+ }
803
+ .social_share:before {
804
+ content: "\e0a0";
805
+ }
806
+ .social_myspace:before {
807
+ content: "\e0a1";
808
+ }
809
+ .social_skype:before {
810
+ content: "\e0a2";
811
+ }
812
+ .social_youtube:before {
813
+ content: "\e0a3";
814
+ }
815
+ .social_picassa:before {
816
+ content: "\e0a4";
817
+ }
818
+ .social_googledrive:before {
819
+ content: "\e0a5";
820
+ }
821
+ .social_flickr:before {
822
+ content: "\e0a6";
823
+ }
824
+ .social_blogger:before {
825
+ content: "\e0a7";
826
+ }
827
+ .social_spotify:before {
828
+ content: "\e0a8";
829
+ }
830
+ .social_delicious:before {
831
+ content: "\e0a9";
832
+ }
833
+ .social_facebook_circle:before {
834
+ content: "\e0aa";
835
+ }
836
+ .social_twitter_circle:before {
837
+ content: "\e0ab";
838
+ }
839
+ .social_pinterest_circle:before {
840
+ content: "\e0ac";
841
+ }
842
+ .social_googleplus_circle:before {
843
+ content: "\e0ad";
844
+ }
845
+ .social_tumblr_circle:before {
846
+ content: "\e0ae";
847
+ }
848
+ .social_stumbleupon_circle:before {
849
+ content: "\e0af";
850
+ }
851
+ .social_wordpress_circle:before {
852
+ content: "\e0b0";
853
+ }
854
+ .social_instagram_circle:before {
855
+ content: "\e0b1";
856
+ }
857
+ .social_dribbble_circle:before {
858
+ content: "\e0b2";
859
+ }
860
+ .social_vimeo_circle:before {
861
+ content: "\e0b3";
862
+ }
863
+ .social_linkedin_circle:before {
864
+ content: "\e0b4";
865
+ }
866
+ .social_rss_circle:before {
867
+ content: "\e0b5";
868
+ }
869
+ .social_deviantart_circle:before {
870
+ content: "\e0b6";
871
+ }
872
+ .social_share_circle:before {
873
+ content: "\e0b7";
874
+ }
875
+ .social_myspace_circle:before {
876
+ content: "\e0b8";
877
+ }
878
+ .social_skype_circle:before {
879
+ content: "\e0b9";
880
+ }
881
+ .social_youtube_circle:before {
882
+ content: "\e0ba";
883
+ }
884
+ .social_picassa_circle:before {
885
+ content: "\e0bb";
886
+ }
887
+ .social_googledrive_alt2:before {
888
+ content: "\e0bc";
889
+ }
890
+ .social_flickr_circle:before {
891
+ content: "\e0bd";
892
+ }
893
+ .social_blogger_circle:before {
894
+ content: "\e0be";
895
+ }
896
+ .social_spotify_circle:before {
897
+ content: "\e0bf";
898
+ }
899
+ .social_delicious_circle:before {
900
+ content: "\e0c0";
901
+ }
902
+ .social_facebook_square:before {
903
+ content: "\e0c1";
904
+ }
905
+ .social_twitter_square:before {
906
+ content: "\e0c2";
907
+ }
908
+ .social_pinterest_square:before {
909
+ content: "\e0c3";
910
+ }
911
+ .social_googleplus_square:before {
912
+ content: "\e0c4";
913
+ }
914
+ .social_tumblr_square:before {
915
+ content: "\e0c5";
916
+ }
917
+ .social_stumbleupon_square:before {
918
+ content: "\e0c6";
919
+ }
920
+ .social_wordpress_square:before {
921
+ content: "\e0c7";
922
+ }
923
+ .social_instagram_square:before {
924
+ content: "\e0c8";
925
+ }
926
+ .social_dribbble_square:before {
927
+ content: "\e0c9";
928
+ }
929
+ .social_vimeo_square:before {
930
+ content: "\e0ca";
931
+ }
932
+ .social_linkedin_square:before {
933
+ content: "\e0cb";
934
+ }
935
+ .social_rss_square:before {
936
+ content: "\e0cc";
937
+ }
938
+ .social_deviantart_square:before {
939
+ content: "\e0cd";
940
+ }
941
+ .social_share_square:before {
942
+ content: "\e0ce";
943
+ }
944
+ .social_myspace_square:before {
945
+ content: "\e0cf";
946
+ }
947
+ .social_skype_square:before {
948
+ content: "\e0d0";
949
+ }
950
+ .social_youtube_square:before {
951
+ content: "\e0d1";
952
+ }
953
+ .social_picassa_square:before {
954
+ content: "\e0d2";
955
+ }
956
+ .social_googledrive_square:before {
957
+ content: "\e0d3";
958
+ }
959
+ .social_flickr_square:before {
960
+ content: "\e0d4";
961
+ }
962
+ .social_blogger_square:before {
963
+ content: "\e0d5";
964
+ }
965
+ .social_spotify_square:before {
966
+ content: "\e0d6";
967
+ }
968
+ .social_delicious_square:before {
969
+ content: "\e0d7";
970
+ }
971
+ .icon_printer:before {
972
+ content: "\e103";
973
+ }
974
+ .icon_calulator:before {
975
+ content: "\e0ee";
976
+ }
977
+ .icon_building:before {
978
+ content: "\e0ef";
979
+ }
980
+ .icon_floppy:before {
981
+ content: "\e0e8";
982
+ }
983
+ .icon_drive:before {
984
+ content: "\e0ea";
985
+ }
986
+ .icon_search-2:before {
987
+ content: "\e101";
988
+ }
989
+ .icon_id:before {
990
+ content: "\e107";
991
+ }
992
+ .icon_id-2:before {
993
+ content: "\e108";
994
+ }
995
+ .icon_puzzle:before {
996
+ content: "\e102";
997
+ }
998
+ .icon_like:before {
999
+ content: "\e106";
1000
+ }
1001
+ .icon_dislike:before {
1002
+ content: "\e0eb";
1003
+ }
1004
+ .icon_mug:before {
1005
+ content: "\e105";
1006
+ }
1007
+ .icon_currency:before {
1008
+ content: "\e0ed";
1009
+ }
1010
+ .icon_wallet:before {
1011
+ content: "\e100";
1012
+ }
1013
+ .icon_pens:before {
1014
+ content: "\e104";
1015
+ }
1016
+ .icon_easel:before {
1017
+ content: "\e0e9";
1018
+ }
1019
+ .icon_flowchart:before {
1020
+ content: "\e109";
1021
+ }
1022
+ .icon_datareport:before {
1023
+ content: "\e0ec";
1024
+ }
1025
+ .icon_briefcase:before {
1026
+ content: "\e0fe";
1027
+ }
1028
+ .icon_shield:before {
1029
+ content: "\e0f6";
1030
+ }
1031
+ .icon_percent:before {
1032
+ content: "\e0fb";
1033
+ }
1034
+ .icon_globe:before {
1035
+ content: "\e0e2";
1036
+ }
1037
+ .icon_globe-2:before {
1038
+ content: "\e0e3";
1039
+ }
1040
+ .icon_target:before {
1041
+ content: "\e0f5";
1042
+ }
1043
+ .icon_hourglass:before {
1044
+ content: "\e0e1";
1045
+ }
1046
+ .icon_balance:before {
1047
+ content: "\e0ff";
1048
+ }
1049
+ .icon_rook:before {
1050
+ content: "\e0f8";
1051
+ }
1052
+ .icon_printer-alt:before {
1053
+ content: "\e0fa";
1054
+ }
1055
+ .icon_calculator_alt:before {
1056
+ content: "\e0e7";
1057
+ }
1058
+ .icon_building_alt:before {
1059
+ content: "\e0fd";
1060
+ }
1061
+ .icon_floppy_alt:before {
1062
+ content: "\e0e4";
1063
+ }
1064
+ .icon_drive_alt:before {
1065
+ content: "\e0e5";
1066
+ }
1067
+ .icon_search_alt:before {
1068
+ content: "\e0f7";
1069
+ }
1070
+ .icon_id_alt:before {
1071
+ content: "\e0e0";
1072
+ }
1073
+ .icon_id-2_alt:before {
1074
+ content: "\e0fc";
1075
+ }
1076
+ .icon_puzzle_alt:before {
1077
+ content: "\e0f9";
1078
+ }
1079
+ .icon_like_alt:before {
1080
+ content: "\e0dd";
1081
+ }
1082
+ .icon_dislike_alt:before {
1083
+ content: "\e0f1";
1084
+ }
1085
+ .icon_mug_alt:before {
1086
+ content: "\e0dc";
1087
+ }
1088
+ .icon_currency_alt:before {
1089
+ content: "\e0f3";
1090
+ }
1091
+ .icon_wallet_alt:before {
1092
+ content: "\e0d8";
1093
+ }
1094
+ .icon_pens_alt:before {
1095
+ content: "\e0db";
1096
+ }
1097
+ .icon_easel_alt:before {
1098
+ content: "\e0f0";
1099
+ }
1100
+ .icon_flowchart_alt:before {
1101
+ content: "\e0df";
1102
+ }
1103
+ .icon_datareport_alt:before {
1104
+ content: "\e0f2";
1105
+ }
1106
+ .icon_briefcase_alt:before {
1107
+ content: "\e0f4";
1108
+ }
1109
+ .icon_shield_alt:before {
1110
+ content: "\e0d9";
1111
+ }
1112
+ .icon_percent_alt:before {
1113
+ content: "\e0da";
1114
+ }
1115
+ .icon_globe_alt:before {
1116
+ content: "\e0de";
1117
+ }
1118
+ .icon_clipboard:before {
1119
+ content: "\e0e6";
1120
+ }
1121
+
1122
+
1123
+ .glyph {
1124
+ float: left;
1125
+ text-align: center;
1126
+ padding: .75em;
1127
+ margin: .4em 1.5em .75em 0;
1128
+ width: 6em;
1129
+ text-shadow: none;
1130
+ }
1131
+ .glyph_big {
1132
+ font-size: 128px;
1133
+ color: #59c5dc;
1134
+ float: left;
1135
+ margin-right: 20px;
1136
+ }
1137
+
1138
+ .glyph div { padding-bottom: 10px;}
1139
+
1140
+ .glyph input {
1141
+ font-family: consolas, monospace;
1142
+ font-size: 12px;
1143
+ width: 100%;
1144
+ text-align: center;
1145
+ border: 0;
1146
+ box-shadow: 0 0 0 1px #ccc;
1147
+ padding: .2em;
1148
+ -moz-border-radius: 5px;
1149
+ -webkit-border-radius: 5px;
1150
+ }
1151
+ .centered {
1152
+ margin-left: auto;
1153
+ margin-right: auto;
1154
+ }
1155
+ .glyph .fs1 {
1156
+ font-size: 2em;
1157
+ }
1158
+
1159
+