sugarcss 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (275) hide show
  1. checksums.yaml +7 -0
  2. data/lib/sugarcss.rb +30 -0
  3. data/stylesheets/_sugar.scss +4 -0
  4. data/stylesheets/sugar/_BEM.scss +101 -0
  5. data/stylesheets/sugar/_animations.scss +101 -0
  6. data/stylesheets/sugar/_clearfix.scss +56 -0
  7. data/stylesheets/sugar/_colors.scss +126 -0
  8. data/stylesheets/sugar/_effects.scss +65 -0
  9. data/stylesheets/sugar/_filters.scss +67 -0
  10. data/stylesheets/sugar/_forms.scss +13 -0
  11. data/stylesheets/sugar/_functions.scss +328 -0
  12. data/stylesheets/sugar/_helper-classes.scss +109 -0
  13. data/stylesheets/sugar/_helper-functions.scss +56 -0
  14. data/stylesheets/sugar/_helper-mixins.scss +383 -0
  15. data/stylesheets/sugar/_icons.scss +21 -0
  16. data/stylesheets/sugar/_images.scss +150 -0
  17. data/stylesheets/sugar/_lists.scss +148 -0
  18. data/stylesheets/sugar/_medias.scss +141 -0
  19. data/stylesheets/sugar/_reset.scss +38 -0
  20. data/stylesheets/sugar/_shapes.scss +528 -0
  21. data/stylesheets/sugar/_sugar.scss +606 -0
  22. data/stylesheets/sugar/_typo.scss +849 -0
  23. data/stylesheets/sugar/_units.scss +120 -0
  24. data/stylesheets/sugar/tools/_arrow.scss +70 -0
  25. data/stylesheets/sugar/tools/_blank.scss +0 -0
  26. data/stylesheets/sugar/tools/_list.scss +103 -0
  27. data/stylesheets/sugar/tools/_map.scss +93 -0
  28. data/stylesheets/sugar/tools/_math.scss +196 -0
  29. data/stylesheets/sugar/tools/_string.scss +65 -0
  30. data/stylesheets/sugar/vendors/animatecss/_animate.scss +1474 -0
  31. data/stylesheets/sugar/vendors/animatecss/_base.scss +31 -0
  32. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_bounce.scss +26 -0
  33. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_flash.scss +14 -0
  34. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_jello.scss +34 -0
  35. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_pulse.scss +20 -0
  36. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_rubberBand.scss +34 -0
  37. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_shake.scss +18 -0
  38. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_swing.scss +27 -0
  39. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_tada.scss +26 -0
  40. data/stylesheets/sugar/vendors/animatecss/attention_seekers/_wobble.scss +36 -0
  41. data/stylesheets/sugar/vendors/animatecss/bouncing_entrances/_bounceIn.scss +37 -0
  42. data/stylesheets/sugar/vendors/animatecss/bouncing_entrances/_bounceInDown.scss +32 -0
  43. data/stylesheets/sugar/vendors/animatecss/bouncing_entrances/_bounceInLeft.scss +32 -0
  44. data/stylesheets/sugar/vendors/animatecss/bouncing_entrances/_bounceInRight.scss +32 -0
  45. data/stylesheets/sugar/vendors/animatecss/bouncing_entrances/_bounceInUp.scss +32 -0
  46. data/stylesheets/sugar/vendors/animatecss/bouncing_exits/_bounceOut.scss +20 -0
  47. data/stylesheets/sugar/vendors/animatecss/bouncing_exits/_bounceOutDown.scss +20 -0
  48. data/stylesheets/sugar/vendors/animatecss/bouncing_exits/_bounceOutLeft.scss +16 -0
  49. data/stylesheets/sugar/vendors/animatecss/bouncing_exits/_bounceOutRight.scss +16 -0
  50. data/stylesheets/sugar/vendors/animatecss/bouncing_exits/_bounceOutUp.scss +20 -0
  51. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeIn.scss +9 -0
  52. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInDown.scss +16 -0
  53. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInDownBig.scss +16 -0
  54. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInLeft.scss +16 -0
  55. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInLeftBig.scss +16 -0
  56. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInRight.scss +16 -0
  57. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInRightBig.scss +16 -0
  58. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInUp.scss +16 -0
  59. data/stylesheets/sugar/vendors/animatecss/fading_entrances/_fadeInUpBig.scss +16 -0
  60. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOut.scss +9 -0
  61. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutDown.scss +15 -0
  62. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutDownBig.scss +15 -0
  63. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutLeft.scss +15 -0
  64. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutLeftBig.scss +15 -0
  65. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutRight.scss +15 -0
  66. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutRightBig.scss +15 -0
  67. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutUp.scss +15 -0
  68. data/stylesheets/sugar/vendors/animatecss/fading_exits/_fadeOutUpBig.scss +15 -0
  69. data/stylesheets/sugar/vendors/animatecss/flippers/_flip.scss +32 -0
  70. data/stylesheets/sugar/vendors/animatecss/flippers/_flipInX.scss +31 -0
  71. data/stylesheets/sugar/vendors/animatecss/flippers/_flipInY.scss +31 -0
  72. data/stylesheets/sugar/vendors/animatecss/flippers/_flipOutX.scss +21 -0
  73. data/stylesheets/sugar/vendors/animatecss/flippers/_flipOutY.scss +21 -0
  74. data/stylesheets/sugar/vendors/animatecss/lightspeed/_lightSpeedIn.scss +27 -0
  75. data/stylesheets/sugar/vendors/animatecss/lightspeed/_lightSpeedOut.scss +16 -0
  76. data/stylesheets/sugar/vendors/animatecss/rotating_entrances/_rotateIn.scss +18 -0
  77. data/stylesheets/sugar/vendors/animatecss/rotating_entrances/_rotateInDownLeft.scss +18 -0
  78. data/stylesheets/sugar/vendors/animatecss/rotating_entrances/_rotateInDownRight.scss +18 -0
  79. data/stylesheets/sugar/vendors/animatecss/rotating_entrances/_rotateInUpLeft.scss +18 -0
  80. data/stylesheets/sugar/vendors/animatecss/rotating_entrances/_rotateInUpRight.scss +18 -0
  81. data/stylesheets/sugar/vendors/animatecss/rotating_exits/_rotateOut.scss +17 -0
  82. data/stylesheets/sugar/vendors/animatecss/rotating_exits/_rotateOutDownLeft.scss +17 -0
  83. data/stylesheets/sugar/vendors/animatecss/rotating_exits/_rotateOutDownRight.scss +17 -0
  84. data/stylesheets/sugar/vendors/animatecss/rotating_exits/_rotateOutUpLeft.scss +17 -0
  85. data/stylesheets/sugar/vendors/animatecss/rotating_exits/_rotateOutUpRight.scss +17 -0
  86. data/stylesheets/sugar/vendors/animatecss/sliding_entrances/_slideInDown.scss +15 -0
  87. data/stylesheets/sugar/vendors/animatecss/sliding_entrances/_slideInLeft.scss +15 -0
  88. data/stylesheets/sugar/vendors/animatecss/sliding_entrances/_slideInRight.scss +15 -0
  89. data/stylesheets/sugar/vendors/animatecss/sliding_entrances/_slideInUp.scss +15 -0
  90. data/stylesheets/sugar/vendors/animatecss/sliding_exits/_slideOutDown.scss +15 -0
  91. data/stylesheets/sugar/vendors/animatecss/sliding_exits/_slideOutLeft.scss +15 -0
  92. data/stylesheets/sugar/vendors/animatecss/sliding_exits/_slideOutRight.scss +15 -0
  93. data/stylesheets/sugar/vendors/animatecss/sliding_exits/_slideOutUp.scss +15 -0
  94. data/stylesheets/sugar/vendors/animatecss/specials/_hinge.scss +29 -0
  95. data/stylesheets/sugar/vendors/animatecss/specials/_rollIn.scss +18 -0
  96. data/stylesheets/sugar/vendors/animatecss/specials/_rollOut.scss +17 -0
  97. data/stylesheets/sugar/vendors/animatecss/zooming_entrances/_zoomIn.scss +15 -0
  98. data/stylesheets/sugar/vendors/animatecss/zooming_entrances/_zoomInDown.scss +18 -0
  99. data/stylesheets/sugar/vendors/animatecss/zooming_entrances/_zoomInLeft.scss +18 -0
  100. data/stylesheets/sugar/vendors/animatecss/zooming_entrances/_zoomInRight.scss +18 -0
  101. data/stylesheets/sugar/vendors/animatecss/zooming_entrances/_zoomInUp.scss +18 -0
  102. data/stylesheets/sugar/vendors/animatecss/zooming_exits/_zoomOut.scss +19 -0
  103. data/stylesheets/sugar/vendors/animatecss/zooming_exits/_zoomOutDown.scss +19 -0
  104. data/stylesheets/sugar/vendors/animatecss/zooming_exits/_zoomOutLeft.scss +17 -0
  105. data/stylesheets/sugar/vendors/animatecss/zooming_exits/_zoomOutRight.scss +17 -0
  106. data/stylesheets/sugar/vendors/animatecss/zooming_exits/_zoomOutUp.scss +19 -0
  107. data/stylesheets/sugar/vendors/cssgram/_1977.scss +16 -0
  108. data/stylesheets/sugar/vendors/cssgram/_aden.scss +18 -0
  109. data/stylesheets/sugar/vendors/cssgram/_brooklyn.scss +17 -0
  110. data/stylesheets/sugar/vendors/cssgram/_cssgram.scss +18 -0
  111. data/stylesheets/sugar/vendors/cssgram/_earlybird.scss +17 -0
  112. data/stylesheets/sugar/vendors/cssgram/_gingham.scss +17 -0
  113. data/stylesheets/sugar/vendors/cssgram/_hudson.scss +18 -0
  114. data/stylesheets/sugar/vendors/cssgram/_inkwell.scss +11 -0
  115. data/stylesheets/sugar/vendors/cssgram/_lark.scss +21 -0
  116. data/stylesheets/sugar/vendors/cssgram/_lofi.scss +16 -0
  117. data/stylesheets/sugar/vendors/cssgram/_mayfair.scss +18 -0
  118. data/stylesheets/sugar/vendors/cssgram/_moon.scss +21 -0
  119. data/stylesheets/sugar/vendors/cssgram/_nashville.scss +22 -0
  120. data/stylesheets/sugar/vendors/cssgram/_perpetua.scss +17 -0
  121. data/stylesheets/sugar/vendors/cssgram/_reyes.scss +18 -0
  122. data/stylesheets/sugar/vendors/cssgram/_shared.scss +29 -0
  123. data/stylesheets/sugar/vendors/cssgram/_toaster.scss +17 -0
  124. data/stylesheets/sugar/vendors/cssgram/_walden.scss +18 -0
  125. data/stylesheets/sugar/vendors/cssgram/_xpro2.scss +17 -0
  126. data/stylesheets/sugar/vendors/fontawesome/_font-awesome.scss +2019 -0
  127. data/stylesheets/sugar/vendors/modularscale/_modular-scale-tests.scss +74 -0
  128. data/stylesheets/sugar/vendors/modularscale/_modular-scale.scss +18 -0
  129. data/stylesheets/sugar/vendors/modularscale/modular-scale/_calc.scss +17 -0
  130. data/stylesheets/sugar/vendors/modularscale/modular-scale/_function-list.scss +68 -0
  131. data/stylesheets/sugar/vendors/modularscale/modular-scale/_function.scss +55 -0
  132. data/stylesheets/sugar/vendors/modularscale/modular-scale/_generate-list.scss +103 -0
  133. data/stylesheets/sugar/vendors/modularscale/modular-scale/_pow.scss +40 -0
  134. data/stylesheets/sugar/vendors/modularscale/modular-scale/_ratios.scss +20 -0
  135. data/stylesheets/sugar/vendors/modularscale/modular-scale/_respond.scss +49 -0
  136. data/stylesheets/sugar/vendors/modularscale/modular-scale/_round-px.scss +6 -0
  137. data/stylesheets/sugar/vendors/modularscale/modular-scale/_sort-list.scss +93 -0
  138. data/stylesheets/sugar/vendors/modularscale/modular-scale/_tests.scss +22 -0
  139. data/stylesheets/sugar/vendors/sassdash/_sassdash.scss +6 -0
  140. data/stylesheets/sugar/vendors/sassdash/api/_add.scss +43 -0
  141. data/stylesheets/sugar/vendors/sassdash/api/_after.scss +66 -0
  142. data/stylesheets/sugar/vendors/sassdash/api/_ary.scss +43 -0
  143. data/stylesheets/sugar/vendors/sassdash/api/_assign.scss +113 -0
  144. data/stylesheets/sugar/vendors/sassdash/api/_at.scss +50 -0
  145. data/stylesheets/sugar/vendors/sassdash/api/_before.scss +64 -0
  146. data/stylesheets/sugar/vendors/sassdash/api/_bind.scss +46 -0
  147. data/stylesheets/sugar/vendors/sassdash/api/_call.scss +0 -0
  148. data/stylesheets/sugar/vendors/sassdash/api/_callback.scss +167 -0
  149. data/stylesheets/sugar/vendors/sassdash/api/_case.scss +179 -0
  150. data/stylesheets/sugar/vendors/sassdash/api/_chunk.scss +44 -0
  151. data/stylesheets/sugar/vendors/sassdash/api/_compact.scss +32 -0
  152. data/stylesheets/sugar/vendors/sassdash/api/_compare.scss +180 -0
  153. data/stylesheets/sugar/vendors/sassdash/api/_concat.scss +62 -0
  154. data/stylesheets/sugar/vendors/sassdash/api/_constant.scss +32 -0
  155. data/stylesheets/sugar/vendors/sassdash/api/_context.scss +51 -0
  156. data/stylesheets/sugar/vendors/sassdash/api/_count-by.scss +51 -0
  157. data/stylesheets/sugar/vendors/sassdash/api/_create.scss +78 -0
  158. data/stylesheets/sugar/vendors/sassdash/api/_debug.scss +26 -0
  159. data/stylesheets/sugar/vendors/sassdash/api/_declare.scss +46 -0
  160. data/stylesheets/sugar/vendors/sassdash/api/_defaults.scss +41 -0
  161. data/stylesheets/sugar/vendors/sassdash/api/_difference.scss +50 -0
  162. data/stylesheets/sugar/vendors/sassdash/api/_drop.scss +226 -0
  163. data/stylesheets/sugar/vendors/sassdash/api/_either.scss +42 -0
  164. data/stylesheets/sugar/vendors/sassdash/api/_encode.scss +42 -0
  165. data/stylesheets/sugar/vendors/sassdash/api/_ends-with.scss +76 -0
  166. data/stylesheets/sugar/vendors/sassdash/api/_escape.scss +39 -0
  167. data/stylesheets/sugar/vendors/sassdash/api/_every.scss +106 -0
  168. data/stylesheets/sugar/vendors/sassdash/api/_exec.scss +31 -0
  169. data/stylesheets/sugar/vendors/sassdash/api/_extrema.scss +224 -0
  170. data/stylesheets/sugar/vendors/sassdash/api/_fill.scss +74 -0
  171. data/stylesheets/sugar/vendors/sassdash/api/_filter.scss +112 -0
  172. data/stylesheets/sugar/vendors/sassdash/api/_find.scss +448 -0
  173. data/stylesheets/sugar/vendors/sassdash/api/_first.scss +29 -0
  174. data/stylesheets/sugar/vendors/sassdash/api/_flatten.scss +88 -0
  175. data/stylesheets/sugar/vendors/sassdash/api/_flow.scss +145 -0
  176. data/stylesheets/sugar/vendors/sassdash/api/_for.scss +325 -0
  177. data/stylesheets/sugar/vendors/sassdash/api/_functions.scss +42 -0
  178. data/stylesheets/sugar/vendors/sassdash/api/_group-by.scss +90 -0
  179. data/stylesheets/sugar/vendors/sassdash/api/_has.scss +30 -0
  180. data/stylesheets/sugar/vendors/sassdash/api/_identity.scss +20 -0
  181. data/stylesheets/sugar/vendors/sassdash/api/_includes.scss +76 -0
  182. data/stylesheets/sugar/vendors/sassdash/api/_index-by.scss +43 -0
  183. data/stylesheets/sugar/vendors/sassdash/api/_index-of.scss +154 -0
  184. data/stylesheets/sugar/vendors/sassdash/api/_initial.scss +19 -0
  185. data/stylesheets/sugar/vendors/sassdash/api/_intersection.scss +59 -0
  186. data/stylesheets/sugar/vendors/sassdash/api/_invert.scss +48 -0
  187. data/stylesheets/sugar/vendors/sassdash/api/_invoke.scss +74 -0
  188. data/stylesheets/sugar/vendors/sassdash/api/_is-empty.scss +48 -0
  189. data/stylesheets/sugar/vendors/sassdash/api/_is-equal.scss +175 -0
  190. data/stylesheets/sugar/vendors/sassdash/api/_is-match.scss +116 -0
  191. data/stylesheets/sugar/vendors/sassdash/api/_is-type.scss +479 -0
  192. data/stylesheets/sugar/vendors/sassdash/api/_join.scss +47 -0
  193. data/stylesheets/sugar/vendors/sassdash/api/_keys.scss +48 -0
  194. data/stylesheets/sugar/vendors/sassdash/api/_last.scss +21 -0
  195. data/stylesheets/sugar/vendors/sassdash/api/_map.scss +265 -0
  196. data/stylesheets/sugar/vendors/sassdash/api/_matches.scss +85 -0
  197. data/stylesheets/sugar/vendors/sassdash/api/_memoize.scss +105 -0
  198. data/stylesheets/sugar/vendors/sassdash/api/_merge.scss +148 -0
  199. data/stylesheets/sugar/vendors/sassdash/api/_modify.scss +17 -0
  200. data/stylesheets/sugar/vendors/sassdash/api/_module.scss +111 -0
  201. data/stylesheets/sugar/vendors/sassdash/api/_negate.scss +42 -0
  202. data/stylesheets/sugar/vendors/sassdash/api/_noop.scss +19 -0
  203. data/stylesheets/sugar/vendors/sassdash/api/_omit.scss +52 -0
  204. data/stylesheets/sugar/vendors/sassdash/api/_once.scss +27 -0
  205. data/stylesheets/sugar/vendors/sassdash/api/_pad.scss +121 -0
  206. data/stylesheets/sugar/vendors/sassdash/api/_pairs.scss +26 -0
  207. data/stylesheets/sugar/vendors/sassdash/api/_parse-int.scss +69 -0
  208. data/stylesheets/sugar/vendors/sassdash/api/_partial.scss +91 -0
  209. data/stylesheets/sugar/vendors/sassdash/api/_partition.scss +53 -0
  210. data/stylesheets/sugar/vendors/sassdash/api/_pick.scss +80 -0
  211. data/stylesheets/sugar/vendors/sassdash/api/_pluck.scss +27 -0
  212. data/stylesheets/sugar/vendors/sassdash/api/_property.scss +91 -0
  213. data/stylesheets/sugar/vendors/sassdash/api/_pull.scss +43 -0
  214. data/stylesheets/sugar/vendors/sassdash/api/_push.scss +27 -0
  215. data/stylesheets/sugar/vendors/sassdash/api/_rand.scss +79 -0
  216. data/stylesheets/sugar/vendors/sassdash/api/_range.scss +59 -0
  217. data/stylesheets/sugar/vendors/sassdash/api/_reduce.scss +146 -0
  218. data/stylesheets/sugar/vendors/sassdash/api/_reject.scss +68 -0
  219. data/stylesheets/sugar/vendors/sassdash/api/_repeat.scss +33 -0
  220. data/stylesheets/sugar/vendors/sassdash/api/_replace.scss +40 -0
  221. data/stylesheets/sugar/vendors/sassdash/api/_rest.scss +26 -0
  222. data/stylesheets/sugar/vendors/sassdash/api/_result.scss +48 -0
  223. data/stylesheets/sugar/vendors/sassdash/api/_reverse.scss +64 -0
  224. data/stylesheets/sugar/vendors/sassdash/api/_rules.scss +55 -0
  225. data/stylesheets/sugar/vendors/sassdash/api/_sample.scss +33 -0
  226. data/stylesheets/sugar/vendors/sassdash/api/_shuffle.scss +37 -0
  227. data/stylesheets/sugar/vendors/sassdash/api/_size.scss +37 -0
  228. data/stylesheets/sugar/vendors/sassdash/api/_slice.scss +60 -0
  229. data/stylesheets/sugar/vendors/sassdash/api/_some.scss +110 -0
  230. data/stylesheets/sugar/vendors/sassdash/api/_sort.scss +335 -0
  231. data/stylesheets/sugar/vendors/sassdash/api/_sorted-index.scss +135 -0
  232. data/stylesheets/sugar/vendors/sassdash/api/_splice.scss +45 -0
  233. data/stylesheets/sugar/vendors/sassdash/api/_split.scss +43 -0
  234. data/stylesheets/sugar/vendors/sassdash/api/_starts-with.scss +78 -0
  235. data/stylesheets/sugar/vendors/sassdash/api/_sum.scss +44 -0
  236. data/stylesheets/sugar/vendors/sassdash/api/_take.scss +211 -0
  237. data/stylesheets/sugar/vendors/sassdash/api/_times.scss +33 -0
  238. data/stylesheets/sugar/vendors/sassdash/api/_to-list.scss +52 -0
  239. data/stylesheets/sugar/vendors/sassdash/api/_to-string.scss +35 -0
  240. data/stylesheets/sugar/vendors/sassdash/api/_trim.scss +138 -0
  241. data/stylesheets/sugar/vendors/sassdash/api/_trunc.scss +92 -0
  242. data/stylesheets/sugar/vendors/sassdash/api/_unescape.scss +48 -0
  243. data/stylesheets/sugar/vendors/sassdash/api/_union.scss +19 -0
  244. data/stylesheets/sugar/vendors/sassdash/api/_uniq.scss +86 -0
  245. data/stylesheets/sugar/vendors/sassdash/api/_unique-id.scss +27 -0
  246. data/stylesheets/sugar/vendors/sassdash/api/_unzip.scss +77 -0
  247. data/stylesheets/sugar/vendors/sassdash/api/_values.scss +54 -0
  248. data/stylesheets/sugar/vendors/sassdash/api/_where.scss +28 -0
  249. data/stylesheets/sugar/vendors/sassdash/api/_without.scss +26 -0
  250. data/stylesheets/sugar/vendors/sassdash/api/_words.scss +50 -0
  251. data/stylesheets/sugar/vendors/sassdash/api/_xor.scss +35 -0
  252. data/stylesheets/sugar/vendors/sassdash/api/_zip.scss +80 -0
  253. data/stylesheets/sugar/vendors/sassdash/constants/_char.scss +97 -0
  254. data/stylesheets/sugar/vendors/sassdash/constants/_constructor.scss +1 -0
  255. data/stylesheets/sugar/vendors/sassdash/constants/_escapes.scss +26 -0
  256. data/stylesheets/sugar/vendors/sassdash/constants/_flags.scss +9 -0
  257. data/stylesheets/sugar/vendors/sassdash/constants/_global.scss +11 -0
  258. data/stylesheets/sugar/vendors/sassdash/constants/_module.scss +9 -0
  259. data/stylesheets/sugar/vendors/sassdash/constants/_native.scss +80 -0
  260. data/stylesheets/sugar/vendors/sassdash/constants/_number.scss +26 -0
  261. data/stylesheets/sugar/vendors/sassdash/constants/_trunc.scss +2 -0
  262. data/stylesheets/sugar/vendors/sassdash/constants/_units.scss +10 -0
  263. data/stylesheets/sugar/vendors/sassdash/helpers/_aggregator.scss +47 -0
  264. data/stylesheets/sugar/vendors/sassdash/helpers/_call.scss +77 -0
  265. data/stylesheets/sugar/vendors/sassdash/helpers/_chain.scss +37 -0
  266. data/stylesheets/sugar/vendors/sassdash/helpers/_char.scss +115 -0
  267. data/stylesheets/sugar/vendors/sassdash/helpers/_coercion.scss +90 -0
  268. data/stylesheets/sugar/vendors/sassdash/helpers/_compounder.scss +25 -0
  269. data/stylesheets/sugar/vendors/sassdash/helpers/_module.scss +8 -0
  270. data/stylesheets/sugar/vendors/sassdash/helpers/_number.scss +165 -0
  271. data/stylesheets/sugar/vendors/sassdash/helpers/_scope.scss +43 -0
  272. data/stylesheets/sugar/vendors/sassdash/static/_local.scss +268 -0
  273. data/stylesheets/sugar/vendors/sassdash/static/_module.scss +2 -0
  274. data/stylesheets/sugar/vendors/sassdash/static/_static.scss +84 -0
  275. metadata +334 -0
@@ -0,0 +1,2019 @@
1
+ /*!
2
+ * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ %fa {
8
+ display: inline-block;
9
+ font: normal normal normal 14px/1 FontAwesome;
10
+ font-size: inherit;
11
+ text-rendering: auto;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+ /* makes the font 33% larger relative to the icon container */
16
+ %fa-lg {
17
+ font-size: 1.33333333em;
18
+ line-height: 0.75em;
19
+ vertical-align: -15%;
20
+ }
21
+ %fa-2x {
22
+ font-size: 2em;
23
+ }
24
+ %fa-3x {
25
+ font-size: 3em;
26
+ }
27
+ %fa-4x {
28
+ font-size: 4em;
29
+ }
30
+ %fa-5x {
31
+ font-size: 5em;
32
+ }
33
+ %fa-fw {
34
+ width: 1.28571429em;
35
+ text-align: center;
36
+ }
37
+ %fa-ul {
38
+ padding-left: 0;
39
+ margin-left: 2.14285714em;
40
+ list-style-type: none;
41
+ }
42
+ %fa-ul > li {
43
+ position: relative;
44
+ }
45
+ %fa-li {
46
+ position: absolute;
47
+ left: -2.14285714em;
48
+ width: 2.14285714em;
49
+ top: 0.14285714em;
50
+ text-align: center;
51
+ }
52
+ %fa-li%fa-lg {
53
+ left: -1.85714286em;
54
+ }
55
+ %fa-border {
56
+ padding: .2em .25em .15em;
57
+ border: solid 0.08em #eeeeee;
58
+ border-radius: .1em;
59
+ }
60
+ %fa-pull-left {
61
+ float: left;
62
+ }
63
+ %fa-pull-right {
64
+ float: right;
65
+ }
66
+ %fa%fa-pull-left {
67
+ margin-right: .3em;
68
+ }
69
+ %fa%fa-pull-right {
70
+ margin-left: .3em;
71
+ }
72
+ /* Deprecated as of 4.4.0 */
73
+ .pull-right {
74
+ float: right;
75
+ }
76
+ .pull-left {
77
+ float: left;
78
+ }
79
+ %fa.pull-left {
80
+ margin-right: .3em;
81
+ }
82
+ %fa.pull-right {
83
+ margin-left: .3em;
84
+ }
85
+ %fa-spin {
86
+ -webkit-animation: fa-spin 2s infinite linear;
87
+ animation: fa-spin 2s infinite linear;
88
+ }
89
+ %fa-pulse {
90
+ -webkit-animation: fa-spin 1s infinite steps(8);
91
+ animation: fa-spin 1s infinite steps(8);
92
+ }
93
+ @-webkit-keyframes fa-spin {
94
+ 0% {
95
+ -webkit-transform: rotate(0deg);
96
+ transform: rotate(0deg);
97
+ }
98
+ 100% {
99
+ -webkit-transform: rotate(359deg);
100
+ transform: rotate(359deg);
101
+ }
102
+ }
103
+ @keyframes fa-spin {
104
+ 0% {
105
+ -webkit-transform: rotate(0deg);
106
+ transform: rotate(0deg);
107
+ }
108
+ 100% {
109
+ -webkit-transform: rotate(359deg);
110
+ transform: rotate(359deg);
111
+ }
112
+ }
113
+ %fa-rotate-90 {
114
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
115
+ -webkit-transform: rotate(90deg);
116
+ -ms-transform: rotate(90deg);
117
+ transform: rotate(90deg);
118
+ }
119
+ %fa-rotate-180 {
120
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
121
+ -webkit-transform: rotate(180deg);
122
+ -ms-transform: rotate(180deg);
123
+ transform: rotate(180deg);
124
+ }
125
+ %fa-rotate-270 {
126
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
127
+ -webkit-transform: rotate(270deg);
128
+ -ms-transform: rotate(270deg);
129
+ transform: rotate(270deg);
130
+ }
131
+ %fa-flip-horizontal {
132
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
133
+ -webkit-transform: scale(-1, 1);
134
+ -ms-transform: scale(-1, 1);
135
+ transform: scale(-1, 1);
136
+ }
137
+ %fa-flip-vertical {
138
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
139
+ -webkit-transform: scale(1, -1);
140
+ -ms-transform: scale(1, -1);
141
+ transform: scale(1, -1);
142
+ }
143
+ :root %fa-rotate-90,
144
+ :root %fa-rotate-180,
145
+ :root %fa-rotate-270,
146
+ :root %fa-flip-horizontal,
147
+ :root %fa-flip-vertical {
148
+ filter: none;
149
+ }
150
+ %fa-stack {
151
+ position: relative;
152
+ display: inline-block;
153
+ width: 2em;
154
+ height: 2em;
155
+ line-height: 2em;
156
+ vertical-align: middle;
157
+ }
158
+ %fa-stack-1x,
159
+ %fa-stack-2x {
160
+ position: absolute;
161
+ left: 0;
162
+ width: 100%;
163
+ text-align: center;
164
+ }
165
+ %fa-stack-1x {
166
+ line-height: inherit;
167
+ }
168
+ %fa-stack-2x {
169
+ font-size: 2em;
170
+ }
171
+ %fa-inverse {
172
+ color: #ffffff;
173
+ }
174
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
175
+ readers do not read off random characters that represent icons */
176
+ %fa-glass:before {
177
+ content: "\f000";
178
+ }
179
+ %fa-music:before {
180
+ content: "\f001";
181
+ }
182
+ %fa-search:before {
183
+ content: "\f002";
184
+ }
185
+ %fa-envelope-o:before {
186
+ content: "\f003";
187
+ }
188
+ %fa-heart:before {
189
+ content: "\f004";
190
+ }
191
+ %fa-star:before {
192
+ content: "\f005";
193
+ }
194
+ %fa-star-o:before {
195
+ content: "\f006";
196
+ }
197
+ %fa-user:before {
198
+ content: "\f007";
199
+ }
200
+ %fa-film:before {
201
+ content: "\f008";
202
+ }
203
+ %fa-th-large:before {
204
+ content: "\f009";
205
+ }
206
+ %fa-th:before {
207
+ content: "\f00a";
208
+ }
209
+ %fa-th-list:before {
210
+ content: "\f00b";
211
+ }
212
+ %fa-check:before {
213
+ content: "\f00c";
214
+ }
215
+ %fa-remove:before,
216
+ %fa-close:before,
217
+ %fa-times:before {
218
+ content: "\f00d";
219
+ }
220
+ %fa-search-plus:before {
221
+ content: "\f00e";
222
+ }
223
+ %fa-search-minus:before {
224
+ content: "\f010";
225
+ }
226
+ %fa-power-off:before {
227
+ content: "\f011";
228
+ }
229
+ %fa-signal:before {
230
+ content: "\f012";
231
+ }
232
+ %fa-gear:before,
233
+ %fa-cog:before {
234
+ content: "\f013";
235
+ }
236
+ %fa-trash-o:before {
237
+ content: "\f014";
238
+ }
239
+ %fa-home:before {
240
+ content: "\f015";
241
+ }
242
+ %fa-file-o:before {
243
+ content: "\f016";
244
+ }
245
+ %fa-clock-o:before {
246
+ content: "\f017";
247
+ }
248
+ %fa-road:before {
249
+ content: "\f018";
250
+ }
251
+ %fa-download:before {
252
+ content: "\f019";
253
+ }
254
+ %fa-arrow-circle-o-down:before {
255
+ content: "\f01a";
256
+ }
257
+ %fa-arrow-circle-o-up:before {
258
+ content: "\f01b";
259
+ }
260
+ %fa-inbox:before {
261
+ content: "\f01c";
262
+ }
263
+ %fa-play-circle-o:before {
264
+ content: "\f01d";
265
+ }
266
+ %fa-rotate-right:before,
267
+ %fa-repeat:before {
268
+ content: "\f01e";
269
+ }
270
+ %fa-refresh:before {
271
+ content: "\f021";
272
+ }
273
+ %fa-list-alt:before {
274
+ content: "\f022";
275
+ }
276
+ %fa-lock:before {
277
+ content: "\f023";
278
+ }
279
+ %fa-flag:before {
280
+ content: "\f024";
281
+ }
282
+ %fa-headphones:before {
283
+ content: "\f025";
284
+ }
285
+ %fa-volume-off:before {
286
+ content: "\f026";
287
+ }
288
+ %fa-volume-down:before {
289
+ content: "\f027";
290
+ }
291
+ %fa-volume-up:before {
292
+ content: "\f028";
293
+ }
294
+ %fa-qrcode:before {
295
+ content: "\f029";
296
+ }
297
+ %fa-barcode:before {
298
+ content: "\f02a";
299
+ }
300
+ %fa-tag:before {
301
+ content: "\f02b";
302
+ }
303
+ %fa-tags:before {
304
+ content: "\f02c";
305
+ }
306
+ %fa-book:before {
307
+ content: "\f02d";
308
+ }
309
+ %fa-bookmark:before {
310
+ content: "\f02e";
311
+ }
312
+ %fa-print:before {
313
+ content: "\f02f";
314
+ }
315
+ %fa-camera:before {
316
+ content: "\f030";
317
+ }
318
+ %fa-font:before {
319
+ content: "\f031";
320
+ }
321
+ %fa-bold:before {
322
+ content: "\f032";
323
+ }
324
+ %fa-italic:before {
325
+ content: "\f033";
326
+ }
327
+ %fa-text-height:before {
328
+ content: "\f034";
329
+ }
330
+ %fa-text-width:before {
331
+ content: "\f035";
332
+ }
333
+ %fa-align-left:before {
334
+ content: "\f036";
335
+ }
336
+ %fa-align-center:before {
337
+ content: "\f037";
338
+ }
339
+ %fa-align-right:before {
340
+ content: "\f038";
341
+ }
342
+ %fa-align-justify:before {
343
+ content: "\f039";
344
+ }
345
+ %fa-list:before {
346
+ content: "\f03a";
347
+ }
348
+ %fa-dedent:before,
349
+ %fa-outdent:before {
350
+ content: "\f03b";
351
+ }
352
+ %fa-indent:before {
353
+ content: "\f03c";
354
+ }
355
+ %fa-video-camera:before {
356
+ content: "\f03d";
357
+ }
358
+ %fa-photo:before,
359
+ %fa-image:before,
360
+ %fa-picture-o:before {
361
+ content: "\f03e";
362
+ }
363
+ %fa-pencil:before {
364
+ content: "\f040";
365
+ }
366
+ %fa-map-marker:before {
367
+ content: "\f041";
368
+ }
369
+ %fa-adjust:before {
370
+ content: "\f042";
371
+ }
372
+ %fa-tint:before {
373
+ content: "\f043";
374
+ }
375
+ %fa-edit:before,
376
+ %fa-pencil-square-o:before {
377
+ content: "\f044";
378
+ }
379
+ %fa-share-square-o:before {
380
+ content: "\f045";
381
+ }
382
+ %fa-check-square-o:before {
383
+ content: "\f046";
384
+ }
385
+ %fa-arrows:before {
386
+ content: "\f047";
387
+ }
388
+ %fa-step-backward:before {
389
+ content: "\f048";
390
+ }
391
+ %fa-fast-backward:before {
392
+ content: "\f049";
393
+ }
394
+ %fa-backward:before {
395
+ content: "\f04a";
396
+ }
397
+ %fa-play:before {
398
+ content: "\f04b";
399
+ }
400
+ %fa-pause:before {
401
+ content: "\f04c";
402
+ }
403
+ %fa-stop:before {
404
+ content: "\f04d";
405
+ }
406
+ %fa-forward:before {
407
+ content: "\f04e";
408
+ }
409
+ %fa-fast-forward:before {
410
+ content: "\f050";
411
+ }
412
+ %fa-step-forward:before {
413
+ content: "\f051";
414
+ }
415
+ %fa-eject:before {
416
+ content: "\f052";
417
+ }
418
+ %fa-chevron-left:before {
419
+ content: "\f053";
420
+ }
421
+ %fa-chevron-right:before {
422
+ content: "\f054";
423
+ }
424
+ %fa-plus-circle:before {
425
+ content: "\f055";
426
+ }
427
+ %fa-minus-circle:before {
428
+ content: "\f056";
429
+ }
430
+ %fa-times-circle:before {
431
+ content: "\f057";
432
+ }
433
+ %fa-check-circle:before {
434
+ content: "\f058";
435
+ }
436
+ %fa-question-circle:before {
437
+ content: "\f059";
438
+ }
439
+ %fa-info-circle:before {
440
+ content: "\f05a";
441
+ }
442
+ %fa-crosshairs:before {
443
+ content: "\f05b";
444
+ }
445
+ %fa-times-circle-o:before {
446
+ content: "\f05c";
447
+ }
448
+ %fa-check-circle-o:before {
449
+ content: "\f05d";
450
+ }
451
+ %fa-ban:before {
452
+ content: "\f05e";
453
+ }
454
+ %fa-arrow-left:before {
455
+ content: "\f060";
456
+ }
457
+ %fa-arrow-right:before {
458
+ content: "\f061";
459
+ }
460
+ %fa-arrow-up:before {
461
+ content: "\f062";
462
+ }
463
+ %fa-arrow-down:before {
464
+ content: "\f063";
465
+ }
466
+ %fa-mail-forward:before,
467
+ %fa-share:before {
468
+ content: "\f064";
469
+ }
470
+ %fa-expand:before {
471
+ content: "\f065";
472
+ }
473
+ %fa-compress:before {
474
+ content: "\f066";
475
+ }
476
+ %fa-plus:before {
477
+ content: "\f067";
478
+ }
479
+ %fa-minus:before {
480
+ content: "\f068";
481
+ }
482
+ %fa-asterisk:before {
483
+ content: "\f069";
484
+ }
485
+ %fa-exclamation-circle:before {
486
+ content: "\f06a";
487
+ }
488
+ %fa-gift:before {
489
+ content: "\f06b";
490
+ }
491
+ %fa-leaf:before {
492
+ content: "\f06c";
493
+ }
494
+ %fa-fire:before {
495
+ content: "\f06d";
496
+ }
497
+ %fa-eye:before {
498
+ content: "\f06e";
499
+ }
500
+ %fa-eye-slash:before {
501
+ content: "\f070";
502
+ }
503
+ %fa-warning:before,
504
+ %fa-exclamation-triangle:before {
505
+ content: "\f071";
506
+ }
507
+ %fa-plane:before {
508
+ content: "\f072";
509
+ }
510
+ %fa-calendar:before {
511
+ content: "\f073";
512
+ }
513
+ %fa-random:before {
514
+ content: "\f074";
515
+ }
516
+ %fa-comment:before {
517
+ content: "\f075";
518
+ }
519
+ %fa-magnet:before {
520
+ content: "\f076";
521
+ }
522
+ %fa-chevron-up:before {
523
+ content: "\f077";
524
+ }
525
+ %fa-chevron-down:before {
526
+ content: "\f078";
527
+ }
528
+ %fa-retweet:before {
529
+ content: "\f079";
530
+ }
531
+ %fa-shopping-cart:before {
532
+ content: "\f07a";
533
+ }
534
+ %fa-folder:before {
535
+ content: "\f07b";
536
+ }
537
+ %fa-folder-open:before {
538
+ content: "\f07c";
539
+ }
540
+ %fa-arrows-v:before {
541
+ content: "\f07d";
542
+ }
543
+ %fa-arrows-h:before {
544
+ content: "\f07e";
545
+ }
546
+ %fa-bar-chart-o:before,
547
+ %fa-bar-chart:before {
548
+ content: "\f080";
549
+ }
550
+ %fa-twitter-square:before {
551
+ content: "\f081";
552
+ }
553
+ %fa-facebook-square:before {
554
+ content: "\f082";
555
+ }
556
+ %fa-camera-retro:before {
557
+ content: "\f083";
558
+ }
559
+ %fa-key:before {
560
+ content: "\f084";
561
+ }
562
+ %fa-gears:before,
563
+ %fa-cogs:before {
564
+ content: "\f085";
565
+ }
566
+ %fa-comments:before {
567
+ content: "\f086";
568
+ }
569
+ %fa-thumbs-o-up:before {
570
+ content: "\f087";
571
+ }
572
+ %fa-thumbs-o-down:before {
573
+ content: "\f088";
574
+ }
575
+ %fa-star-half:before {
576
+ content: "\f089";
577
+ }
578
+ %fa-heart-o:before {
579
+ content: "\f08a";
580
+ }
581
+ %fa-sign-out:before {
582
+ content: "\f08b";
583
+ }
584
+ %fa-linkedin-square:before {
585
+ content: "\f08c";
586
+ }
587
+ %fa-thumb-tack:before {
588
+ content: "\f08d";
589
+ }
590
+ %fa-external-link:before {
591
+ content: "\f08e";
592
+ }
593
+ %fa-sign-in:before {
594
+ content: "\f090";
595
+ }
596
+ %fa-trophy:before {
597
+ content: "\f091";
598
+ }
599
+ %fa-github-square:before {
600
+ content: "\f092";
601
+ }
602
+ %fa-upload:before {
603
+ content: "\f093";
604
+ }
605
+ %fa-lemon-o:before {
606
+ content: "\f094";
607
+ }
608
+ %fa-phone:before {
609
+ content: "\f095";
610
+ }
611
+ %fa-square-o:before {
612
+ content: "\f096";
613
+ }
614
+ %fa-bookmark-o:before {
615
+ content: "\f097";
616
+ }
617
+ %fa-phone-square:before {
618
+ content: "\f098";
619
+ }
620
+ %fa-twitter:before {
621
+ content: "\f099";
622
+ }
623
+ %fa-facebook-f:before,
624
+ %fa-facebook:before {
625
+ content: "\f09a";
626
+ }
627
+ %fa-github:before {
628
+ content: "\f09b";
629
+ }
630
+ %fa-unlock:before {
631
+ content: "\f09c";
632
+ }
633
+ %fa-credit-card:before {
634
+ content: "\f09d";
635
+ }
636
+ %fa-feed:before,
637
+ %fa-rss:before {
638
+ content: "\f09e";
639
+ }
640
+ %fa-hdd-o:before {
641
+ content: "\f0a0";
642
+ }
643
+ %fa-bullhorn:before {
644
+ content: "\f0a1";
645
+ }
646
+ %fa-bell:before {
647
+ content: "\f0f3";
648
+ }
649
+ %fa-certificate:before {
650
+ content: "\f0a3";
651
+ }
652
+ %fa-hand-o-right:before {
653
+ content: "\f0a4";
654
+ }
655
+ %fa-hand-o-left:before {
656
+ content: "\f0a5";
657
+ }
658
+ %fa-hand-o-up:before {
659
+ content: "\f0a6";
660
+ }
661
+ %fa-hand-o-down:before {
662
+ content: "\f0a7";
663
+ }
664
+ %fa-arrow-circle-left:before {
665
+ content: "\f0a8";
666
+ }
667
+ %fa-arrow-circle-right:before {
668
+ content: "\f0a9";
669
+ }
670
+ %fa-arrow-circle-up:before {
671
+ content: "\f0aa";
672
+ }
673
+ %fa-arrow-circle-down:before {
674
+ content: "\f0ab";
675
+ }
676
+ %fa-globe:before {
677
+ content: "\f0ac";
678
+ }
679
+ %fa-wrench:before {
680
+ content: "\f0ad";
681
+ }
682
+ %fa-tasks:before {
683
+ content: "\f0ae";
684
+ }
685
+ %fa-filter:before {
686
+ content: "\f0b0";
687
+ }
688
+ %fa-briefcase:before {
689
+ content: "\f0b1";
690
+ }
691
+ %fa-arrows-alt:before {
692
+ content: "\f0b2";
693
+ }
694
+ %fa-group:before,
695
+ %fa-users:before {
696
+ content: "\f0c0";
697
+ }
698
+ %fa-chain:before,
699
+ %fa-link:before {
700
+ content: "\f0c1";
701
+ }
702
+ %fa-cloud:before {
703
+ content: "\f0c2";
704
+ }
705
+ %fa-flask:before {
706
+ content: "\f0c3";
707
+ }
708
+ %fa-cut:before,
709
+ %fa-scissors:before {
710
+ content: "\f0c4";
711
+ }
712
+ %fa-copy:before,
713
+ %fa-files-o:before {
714
+ content: "\f0c5";
715
+ }
716
+ %fa-paperclip:before {
717
+ content: "\f0c6";
718
+ }
719
+ %fa-save:before,
720
+ %fa-floppy-o:before {
721
+ content: "\f0c7";
722
+ }
723
+ %fa-square:before {
724
+ content: "\f0c8";
725
+ }
726
+ %fa-navicon:before,
727
+ %fa-reorder:before,
728
+ %fa-bars:before {
729
+ content: "\f0c9";
730
+ }
731
+ %fa-list-ul:before {
732
+ content: "\f0ca";
733
+ }
734
+ %fa-list-ol:before {
735
+ content: "\f0cb";
736
+ }
737
+ %fa-strikethrough:before {
738
+ content: "\f0cc";
739
+ }
740
+ %fa-underline:before {
741
+ content: "\f0cd";
742
+ }
743
+ %fa-table:before {
744
+ content: "\f0ce";
745
+ }
746
+ %fa-magic:before {
747
+ content: "\f0d0";
748
+ }
749
+ %fa-truck:before {
750
+ content: "\f0d1";
751
+ }
752
+ %fa-pinterest:before {
753
+ content: "\f0d2";
754
+ }
755
+ %fa-pinterest-square:before {
756
+ content: "\f0d3";
757
+ }
758
+ %fa-google-plus-square:before {
759
+ content: "\f0d4";
760
+ }
761
+ %fa-google-plus:before {
762
+ content: "\f0d5";
763
+ }
764
+ %fa-money:before {
765
+ content: "\f0d6";
766
+ }
767
+ %fa-caret-down:before {
768
+ content: "\f0d7";
769
+ }
770
+ %fa-caret-up:before {
771
+ content: "\f0d8";
772
+ }
773
+ %fa-caret-left:before {
774
+ content: "\f0d9";
775
+ }
776
+ %fa-caret-right:before {
777
+ content: "\f0da";
778
+ }
779
+ %fa-columns:before {
780
+ content: "\f0db";
781
+ }
782
+ %fa-unsorted:before,
783
+ %fa-sort:before {
784
+ content: "\f0dc";
785
+ }
786
+ %fa-sort-down:before,
787
+ %fa-sort-desc:before {
788
+ content: "\f0dd";
789
+ }
790
+ %fa-sort-up:before,
791
+ %fa-sort-asc:before {
792
+ content: "\f0de";
793
+ }
794
+ %fa-envelope:before {
795
+ content: "\f0e0";
796
+ }
797
+ %fa-linkedin:before {
798
+ content: "\f0e1";
799
+ }
800
+ %fa-rotate-left:before,
801
+ %fa-undo:before {
802
+ content: "\f0e2";
803
+ }
804
+ %fa-legal:before,
805
+ %fa-gavel:before {
806
+ content: "\f0e3";
807
+ }
808
+ %fa-dashboard:before,
809
+ %fa-tachometer:before {
810
+ content: "\f0e4";
811
+ }
812
+ %fa-comment-o:before {
813
+ content: "\f0e5";
814
+ }
815
+ %fa-comments-o:before {
816
+ content: "\f0e6";
817
+ }
818
+ %fa-flash:before,
819
+ %fa-bolt:before {
820
+ content: "\f0e7";
821
+ }
822
+ %fa-sitemap:before {
823
+ content: "\f0e8";
824
+ }
825
+ %fa-umbrella:before {
826
+ content: "\f0e9";
827
+ }
828
+ %fa-paste:before,
829
+ %fa-clipboard:before {
830
+ content: "\f0ea";
831
+ }
832
+ %fa-lightbulb-o:before {
833
+ content: "\f0eb";
834
+ }
835
+ %fa-exchange:before {
836
+ content: "\f0ec";
837
+ }
838
+ %fa-cloud-download:before {
839
+ content: "\f0ed";
840
+ }
841
+ %fa-cloud-upload:before {
842
+ content: "\f0ee";
843
+ }
844
+ %fa-user-md:before {
845
+ content: "\f0f0";
846
+ }
847
+ %fa-stethoscope:before {
848
+ content: "\f0f1";
849
+ }
850
+ %fa-suitcase:before {
851
+ content: "\f0f2";
852
+ }
853
+ %fa-bell-o:before {
854
+ content: "\f0a2";
855
+ }
856
+ %fa-coffee:before {
857
+ content: "\f0f4";
858
+ }
859
+ %fa-cutlery:before {
860
+ content: "\f0f5";
861
+ }
862
+ %fa-file-text-o:before {
863
+ content: "\f0f6";
864
+ }
865
+ %fa-building-o:before {
866
+ content: "\f0f7";
867
+ }
868
+ %fa-hospital-o:before {
869
+ content: "\f0f8";
870
+ }
871
+ %fa-ambulance:before {
872
+ content: "\f0f9";
873
+ }
874
+ %fa-medkit:before {
875
+ content: "\f0fa";
876
+ }
877
+ %fa-fighter-jet:before {
878
+ content: "\f0fb";
879
+ }
880
+ %fa-beer:before {
881
+ content: "\f0fc";
882
+ }
883
+ %fa-h-square:before {
884
+ content: "\f0fd";
885
+ }
886
+ %fa-plus-square:before {
887
+ content: "\f0fe";
888
+ }
889
+ %fa-angle-double-left:before {
890
+ content: "\f100";
891
+ }
892
+ %fa-angle-double-right:before {
893
+ content: "\f101";
894
+ }
895
+ %fa-angle-double-up:before {
896
+ content: "\f102";
897
+ }
898
+ %fa-angle-double-down:before {
899
+ content: "\f103";
900
+ }
901
+ %fa-angle-left:before {
902
+ content: "\f104";
903
+ }
904
+ %fa-angle-right:before {
905
+ content: "\f105";
906
+ }
907
+ %fa-angle-up:before {
908
+ content: "\f106";
909
+ }
910
+ %fa-angle-down:before {
911
+ content: "\f107";
912
+ }
913
+ %fa-desktop:before {
914
+ content: "\f108";
915
+ }
916
+ %fa-laptop:before {
917
+ content: "\f109";
918
+ }
919
+ %fa-tablet:before {
920
+ content: "\f10a";
921
+ }
922
+ %fa-mobile-phone:before,
923
+ %fa-mobile:before {
924
+ content: "\f10b";
925
+ }
926
+ %fa-circle-o:before {
927
+ content: "\f10c";
928
+ }
929
+ %fa-quote-left:before {
930
+ content: "\f10d";
931
+ }
932
+ %fa-quote-right:before {
933
+ content: "\f10e";
934
+ }
935
+ %fa-spinner:before {
936
+ content: "\f110";
937
+ }
938
+ %fa-circle:before {
939
+ content: "\f111";
940
+ }
941
+ %fa-mail-reply:before,
942
+ %fa-reply:before {
943
+ content: "\f112";
944
+ }
945
+ %fa-github-alt:before {
946
+ content: "\f113";
947
+ }
948
+ %fa-folder-o:before {
949
+ content: "\f114";
950
+ }
951
+ %fa-folder-open-o:before {
952
+ content: "\f115";
953
+ }
954
+ %fa-smile-o:before {
955
+ content: "\f118";
956
+ }
957
+ %fa-frown-o:before {
958
+ content: "\f119";
959
+ }
960
+ %fa-meh-o:before {
961
+ content: "\f11a";
962
+ }
963
+ %fa-gamepad:before {
964
+ content: "\f11b";
965
+ }
966
+ %fa-keyboard-o:before {
967
+ content: "\f11c";
968
+ }
969
+ %fa-flag-o:before {
970
+ content: "\f11d";
971
+ }
972
+ %fa-flag-checkered:before {
973
+ content: "\f11e";
974
+ }
975
+ %fa-terminal:before {
976
+ content: "\f120";
977
+ }
978
+ %fa-code:before {
979
+ content: "\f121";
980
+ }
981
+ %fa-mail-reply-all:before,
982
+ %fa-reply-all:before {
983
+ content: "\f122";
984
+ }
985
+ %fa-star-half-empty:before,
986
+ %fa-star-half-full:before,
987
+ %fa-star-half-o:before {
988
+ content: "\f123";
989
+ }
990
+ %fa-location-arrow:before {
991
+ content: "\f124";
992
+ }
993
+ %fa-crop:before {
994
+ content: "\f125";
995
+ }
996
+ %fa-code-fork:before {
997
+ content: "\f126";
998
+ }
999
+ %fa-unlink:before,
1000
+ %fa-chain-broken:before {
1001
+ content: "\f127";
1002
+ }
1003
+ %fa-question:before {
1004
+ content: "\f128";
1005
+ }
1006
+ %fa-info:before {
1007
+ content: "\f129";
1008
+ }
1009
+ %fa-exclamation:before {
1010
+ content: "\f12a";
1011
+ }
1012
+ %fa-superscript:before {
1013
+ content: "\f12b";
1014
+ }
1015
+ %fa-subscript:before {
1016
+ content: "\f12c";
1017
+ }
1018
+ %fa-eraser:before {
1019
+ content: "\f12d";
1020
+ }
1021
+ %fa-puzzle-piece:before {
1022
+ content: "\f12e";
1023
+ }
1024
+ %fa-microphone:before {
1025
+ content: "\f130";
1026
+ }
1027
+ %fa-microphone-slash:before {
1028
+ content: "\f131";
1029
+ }
1030
+ %fa-shield:before {
1031
+ content: "\f132";
1032
+ }
1033
+ %fa-calendar-o:before {
1034
+ content: "\f133";
1035
+ }
1036
+ %fa-fire-extinguisher:before {
1037
+ content: "\f134";
1038
+ }
1039
+ %fa-rocket:before {
1040
+ content: "\f135";
1041
+ }
1042
+ %fa-maxcdn:before {
1043
+ content: "\f136";
1044
+ }
1045
+ %fa-chevron-circle-left:before {
1046
+ content: "\f137";
1047
+ }
1048
+ %fa-chevron-circle-right:before {
1049
+ content: "\f138";
1050
+ }
1051
+ %fa-chevron-circle-up:before {
1052
+ content: "\f139";
1053
+ }
1054
+ %fa-chevron-circle-down:before {
1055
+ content: "\f13a";
1056
+ }
1057
+ %fa-html5:before {
1058
+ content: "\f13b";
1059
+ }
1060
+ %fa-css3:before {
1061
+ content: "\f13c";
1062
+ }
1063
+ %fa-anchor:before {
1064
+ content: "\f13d";
1065
+ }
1066
+ %fa-unlock-alt:before {
1067
+ content: "\f13e";
1068
+ }
1069
+ %fa-bullseye:before {
1070
+ content: "\f140";
1071
+ }
1072
+ %fa-ellipsis-h:before {
1073
+ content: "\f141";
1074
+ }
1075
+ %fa-ellipsis-v:before {
1076
+ content: "\f142";
1077
+ }
1078
+ %fa-rss-square:before {
1079
+ content: "\f143";
1080
+ }
1081
+ %fa-play-circle:before {
1082
+ content: "\f144";
1083
+ }
1084
+ %fa-ticket:before {
1085
+ content: "\f145";
1086
+ }
1087
+ %fa-minus-square:before {
1088
+ content: "\f146";
1089
+ }
1090
+ %fa-minus-square-o:before {
1091
+ content: "\f147";
1092
+ }
1093
+ %fa-level-up:before {
1094
+ content: "\f148";
1095
+ }
1096
+ %fa-level-down:before {
1097
+ content: "\f149";
1098
+ }
1099
+ %fa-check-square:before {
1100
+ content: "\f14a";
1101
+ }
1102
+ %fa-pencil-square:before {
1103
+ content: "\f14b";
1104
+ }
1105
+ %fa-external-link-square:before {
1106
+ content: "\f14c";
1107
+ }
1108
+ %fa-share-square:before {
1109
+ content: "\f14d";
1110
+ }
1111
+ %fa-compass:before {
1112
+ content: "\f14e";
1113
+ }
1114
+ %fa-toggle-down:before,
1115
+ %fa-caret-square-o-down:before {
1116
+ content: "\f150";
1117
+ }
1118
+ %fa-toggle-up:before,
1119
+ %fa-caret-square-o-up:before {
1120
+ content: "\f151";
1121
+ }
1122
+ %fa-toggle-right:before,
1123
+ %fa-caret-square-o-right:before {
1124
+ content: "\f152";
1125
+ }
1126
+ %fa-euro:before,
1127
+ %fa-eur:before {
1128
+ content: "\f153";
1129
+ }
1130
+ %fa-gbp:before {
1131
+ content: "\f154";
1132
+ }
1133
+ %fa-dollar:before,
1134
+ %fa-usd:before {
1135
+ content: "\f155";
1136
+ }
1137
+ %fa-rupee:before,
1138
+ %fa-inr:before {
1139
+ content: "\f156";
1140
+ }
1141
+ %fa-cny:before,
1142
+ %fa-rmb:before,
1143
+ %fa-yen:before,
1144
+ %fa-jpy:before {
1145
+ content: "\f157";
1146
+ }
1147
+ %fa-ruble:before,
1148
+ %fa-rouble:before,
1149
+ %fa-rub:before {
1150
+ content: "\f158";
1151
+ }
1152
+ %fa-won:before,
1153
+ %fa-krw:before {
1154
+ content: "\f159";
1155
+ }
1156
+ %fa-bitcoin:before,
1157
+ %fa-btc:before {
1158
+ content: "\f15a";
1159
+ }
1160
+ %fa-file:before {
1161
+ content: "\f15b";
1162
+ }
1163
+ %fa-file-text:before {
1164
+ content: "\f15c";
1165
+ }
1166
+ %fa-sort-alpha-asc:before {
1167
+ content: "\f15d";
1168
+ }
1169
+ %fa-sort-alpha-desc:before {
1170
+ content: "\f15e";
1171
+ }
1172
+ %fa-sort-amount-asc:before {
1173
+ content: "\f160";
1174
+ }
1175
+ %fa-sort-amount-desc:before {
1176
+ content: "\f161";
1177
+ }
1178
+ %fa-sort-numeric-asc:before {
1179
+ content: "\f162";
1180
+ }
1181
+ %fa-sort-numeric-desc:before {
1182
+ content: "\f163";
1183
+ }
1184
+ %fa-thumbs-up:before {
1185
+ content: "\f164";
1186
+ }
1187
+ %fa-thumbs-down:before {
1188
+ content: "\f165";
1189
+ }
1190
+ %fa-youtube-square:before {
1191
+ content: "\f166";
1192
+ }
1193
+ %fa-youtube:before {
1194
+ content: "\f167";
1195
+ }
1196
+ %fa-xing:before {
1197
+ content: "\f168";
1198
+ }
1199
+ %fa-xing-square:before {
1200
+ content: "\f169";
1201
+ }
1202
+ %fa-youtube-play:before {
1203
+ content: "\f16a";
1204
+ }
1205
+ %fa-dropbox:before {
1206
+ content: "\f16b";
1207
+ }
1208
+ %fa-stack-overflow:before {
1209
+ content: "\f16c";
1210
+ }
1211
+ %fa-instagram:before {
1212
+ content: "\f16d";
1213
+ }
1214
+ %fa-flickr:before {
1215
+ content: "\f16e";
1216
+ }
1217
+ %fa-adn:before {
1218
+ content: "\f170";
1219
+ }
1220
+ %fa-bitbucket:before {
1221
+ content: "\f171";
1222
+ }
1223
+ %fa-bitbucket-square:before {
1224
+ content: "\f172";
1225
+ }
1226
+ %fa-tumblr:before {
1227
+ content: "\f173";
1228
+ }
1229
+ %fa-tumblr-square:before {
1230
+ content: "\f174";
1231
+ }
1232
+ %fa-long-arrow-down:before {
1233
+ content: "\f175";
1234
+ }
1235
+ %fa-long-arrow-up:before {
1236
+ content: "\f176";
1237
+ }
1238
+ %fa-long-arrow-left:before {
1239
+ content: "\f177";
1240
+ }
1241
+ %fa-long-arrow-right:before {
1242
+ content: "\f178";
1243
+ }
1244
+ %fa-apple:before {
1245
+ content: "\f179";
1246
+ }
1247
+ %fa-windows:before {
1248
+ content: "\f17a";
1249
+ }
1250
+ %fa-android:before {
1251
+ content: "\f17b";
1252
+ }
1253
+ %fa-linux:before {
1254
+ content: "\f17c";
1255
+ }
1256
+ %fa-dribbble:before {
1257
+ content: "\f17d";
1258
+ }
1259
+ %fa-skype:before {
1260
+ content: "\f17e";
1261
+ }
1262
+ %fa-foursquare:before {
1263
+ content: "\f180";
1264
+ }
1265
+ %fa-trello:before {
1266
+ content: "\f181";
1267
+ }
1268
+ %fa-female:before {
1269
+ content: "\f182";
1270
+ }
1271
+ %fa-male:before {
1272
+ content: "\f183";
1273
+ }
1274
+ %fa-gittip:before,
1275
+ %fa-gratipay:before {
1276
+ content: "\f184";
1277
+ }
1278
+ %fa-sun-o:before {
1279
+ content: "\f185";
1280
+ }
1281
+ %fa-moon-o:before {
1282
+ content: "\f186";
1283
+ }
1284
+ %fa-archive:before {
1285
+ content: "\f187";
1286
+ }
1287
+ %fa-bug:before {
1288
+ content: "\f188";
1289
+ }
1290
+ %fa-vk:before {
1291
+ content: "\f189";
1292
+ }
1293
+ %fa-weibo:before {
1294
+ content: "\f18a";
1295
+ }
1296
+ %fa-renren:before {
1297
+ content: "\f18b";
1298
+ }
1299
+ %fa-pagelines:before {
1300
+ content: "\f18c";
1301
+ }
1302
+ %fa-stack-exchange:before {
1303
+ content: "\f18d";
1304
+ }
1305
+ %fa-arrow-circle-o-right:before {
1306
+ content: "\f18e";
1307
+ }
1308
+ %fa-arrow-circle-o-left:before {
1309
+ content: "\f190";
1310
+ }
1311
+ %fa-toggle-left:before,
1312
+ %fa-caret-square-o-left:before {
1313
+ content: "\f191";
1314
+ }
1315
+ %fa-dot-circle-o:before {
1316
+ content: "\f192";
1317
+ }
1318
+ %fa-wheelchair:before {
1319
+ content: "\f193";
1320
+ }
1321
+ %fa-vimeo-square:before {
1322
+ content: "\f194";
1323
+ }
1324
+ %fa-turkish-lira:before,
1325
+ %fa-try:before {
1326
+ content: "\f195";
1327
+ }
1328
+ %fa-plus-square-o:before {
1329
+ content: "\f196";
1330
+ }
1331
+ %fa-space-shuttle:before {
1332
+ content: "\f197";
1333
+ }
1334
+ %fa-slack:before {
1335
+ content: "\f198";
1336
+ }
1337
+ %fa-envelope-square:before {
1338
+ content: "\f199";
1339
+ }
1340
+ %fa-wordpress:before {
1341
+ content: "\f19a";
1342
+ }
1343
+ %fa-openid:before {
1344
+ content: "\f19b";
1345
+ }
1346
+ %fa-institution:before,
1347
+ %fa-bank:before,
1348
+ %fa-university:before {
1349
+ content: "\f19c";
1350
+ }
1351
+ %fa-mortar-board:before,
1352
+ %fa-graduation-cap:before {
1353
+ content: "\f19d";
1354
+ }
1355
+ %fa-yahoo:before {
1356
+ content: "\f19e";
1357
+ }
1358
+ %fa-google:before {
1359
+ content: "\f1a0";
1360
+ }
1361
+ %fa-reddit:before {
1362
+ content: "\f1a1";
1363
+ }
1364
+ %fa-reddit-square:before {
1365
+ content: "\f1a2";
1366
+ }
1367
+ %fa-stumbleupon-circle:before {
1368
+ content: "\f1a3";
1369
+ }
1370
+ %fa-stumbleupon:before {
1371
+ content: "\f1a4";
1372
+ }
1373
+ %fa-delicious:before {
1374
+ content: "\f1a5";
1375
+ }
1376
+ %fa-digg:before {
1377
+ content: "\f1a6";
1378
+ }
1379
+ %fa-pied-piper:before {
1380
+ content: "\f1a7";
1381
+ }
1382
+ %fa-pied-piper-alt:before {
1383
+ content: "\f1a8";
1384
+ }
1385
+ %fa-drupal:before {
1386
+ content: "\f1a9";
1387
+ }
1388
+ %fa-joomla:before {
1389
+ content: "\f1aa";
1390
+ }
1391
+ %fa-language:before {
1392
+ content: "\f1ab";
1393
+ }
1394
+ %fa-fax:before {
1395
+ content: "\f1ac";
1396
+ }
1397
+ %fa-building:before {
1398
+ content: "\f1ad";
1399
+ }
1400
+ %fa-child:before {
1401
+ content: "\f1ae";
1402
+ }
1403
+ %fa-paw:before {
1404
+ content: "\f1b0";
1405
+ }
1406
+ %fa-spoon:before {
1407
+ content: "\f1b1";
1408
+ }
1409
+ %fa-cube:before {
1410
+ content: "\f1b2";
1411
+ }
1412
+ %fa-cubes:before {
1413
+ content: "\f1b3";
1414
+ }
1415
+ %fa-behance:before {
1416
+ content: "\f1b4";
1417
+ }
1418
+ %fa-behance-square:before {
1419
+ content: "\f1b5";
1420
+ }
1421
+ %fa-steam:before {
1422
+ content: "\f1b6";
1423
+ }
1424
+ %fa-steam-square:before {
1425
+ content: "\f1b7";
1426
+ }
1427
+ %fa-recycle:before {
1428
+ content: "\f1b8";
1429
+ }
1430
+ %fa-automobile:before,
1431
+ %fa-car:before {
1432
+ content: "\f1b9";
1433
+ }
1434
+ %fa-cab:before,
1435
+ %fa-taxi:before {
1436
+ content: "\f1ba";
1437
+ }
1438
+ %fa-tree:before {
1439
+ content: "\f1bb";
1440
+ }
1441
+ %fa-spotify:before {
1442
+ content: "\f1bc";
1443
+ }
1444
+ %fa-deviantart:before {
1445
+ content: "\f1bd";
1446
+ }
1447
+ %fa-soundcloud:before {
1448
+ content: "\f1be";
1449
+ }
1450
+ %fa-database:before {
1451
+ content: "\f1c0";
1452
+ }
1453
+ %fa-file-pdf-o:before {
1454
+ content: "\f1c1";
1455
+ }
1456
+ %fa-file-word-o:before {
1457
+ content: "\f1c2";
1458
+ }
1459
+ %fa-file-excel-o:before {
1460
+ content: "\f1c3";
1461
+ }
1462
+ %fa-file-powerpoint-o:before {
1463
+ content: "\f1c4";
1464
+ }
1465
+ %fa-file-photo-o:before,
1466
+ %fa-file-picture-o:before,
1467
+ %fa-file-image-o:before {
1468
+ content: "\f1c5";
1469
+ }
1470
+ %fa-file-zip-o:before,
1471
+ %fa-file-archive-o:before {
1472
+ content: "\f1c6";
1473
+ }
1474
+ %fa-file-sound-o:before,
1475
+ %fa-file-audio-o:before {
1476
+ content: "\f1c7";
1477
+ }
1478
+ %fa-file-movie-o:before,
1479
+ %fa-file-video-o:before {
1480
+ content: "\f1c8";
1481
+ }
1482
+ %fa-file-code-o:before {
1483
+ content: "\f1c9";
1484
+ }
1485
+ %fa-vine:before {
1486
+ content: "\f1ca";
1487
+ }
1488
+ %fa-codepen:before {
1489
+ content: "\f1cb";
1490
+ }
1491
+ %fa-jsfiddle:before {
1492
+ content: "\f1cc";
1493
+ }
1494
+ %fa-life-bouy:before,
1495
+ %fa-life-buoy:before,
1496
+ %fa-life-saver:before,
1497
+ %fa-support:before,
1498
+ %fa-life-ring:before {
1499
+ content: "\f1cd";
1500
+ }
1501
+ %fa-circle-o-notch:before {
1502
+ content: "\f1ce";
1503
+ }
1504
+ %fa-ra:before,
1505
+ %fa-rebel:before {
1506
+ content: "\f1d0";
1507
+ }
1508
+ %fa-ge:before,
1509
+ %fa-empire:before {
1510
+ content: "\f1d1";
1511
+ }
1512
+ %fa-git-square:before {
1513
+ content: "\f1d2";
1514
+ }
1515
+ %fa-git:before {
1516
+ content: "\f1d3";
1517
+ }
1518
+ %fa-y-combinator-square:before,
1519
+ %fa-yc-square:before,
1520
+ %fa-hacker-news:before {
1521
+ content: "\f1d4";
1522
+ }
1523
+ %fa-tencent-weibo:before {
1524
+ content: "\f1d5";
1525
+ }
1526
+ %fa-qq:before {
1527
+ content: "\f1d6";
1528
+ }
1529
+ %fa-wechat:before,
1530
+ %fa-weixin:before {
1531
+ content: "\f1d7";
1532
+ }
1533
+ %fa-send:before,
1534
+ %fa-paper-plane:before {
1535
+ content: "\f1d8";
1536
+ }
1537
+ %fa-send-o:before,
1538
+ %fa-paper-plane-o:before {
1539
+ content: "\f1d9";
1540
+ }
1541
+ %fa-history:before {
1542
+ content: "\f1da";
1543
+ }
1544
+ %fa-circle-thin:before {
1545
+ content: "\f1db";
1546
+ }
1547
+ %fa-header:before {
1548
+ content: "\f1dc";
1549
+ }
1550
+ %fa-paragraph:before {
1551
+ content: "\f1dd";
1552
+ }
1553
+ %fa-sliders:before {
1554
+ content: "\f1de";
1555
+ }
1556
+ %fa-share-alt:before {
1557
+ content: "\f1e0";
1558
+ }
1559
+ %fa-share-alt-square:before {
1560
+ content: "\f1e1";
1561
+ }
1562
+ %fa-bomb:before {
1563
+ content: "\f1e2";
1564
+ }
1565
+ %fa-soccer-ball-o:before,
1566
+ %fa-futbol-o:before {
1567
+ content: "\f1e3";
1568
+ }
1569
+ %fa-tty:before {
1570
+ content: "\f1e4";
1571
+ }
1572
+ %fa-binoculars:before {
1573
+ content: "\f1e5";
1574
+ }
1575
+ %fa-plug:before {
1576
+ content: "\f1e6";
1577
+ }
1578
+ %fa-slideshare:before {
1579
+ content: "\f1e7";
1580
+ }
1581
+ %fa-twitch:before {
1582
+ content: "\f1e8";
1583
+ }
1584
+ %fa-yelp:before {
1585
+ content: "\f1e9";
1586
+ }
1587
+ %fa-newspaper-o:before {
1588
+ content: "\f1ea";
1589
+ }
1590
+ %fa-wifi:before {
1591
+ content: "\f1eb";
1592
+ }
1593
+ %fa-calculator:before {
1594
+ content: "\f1ec";
1595
+ }
1596
+ %fa-paypal:before {
1597
+ content: "\f1ed";
1598
+ }
1599
+ %fa-google-wallet:before {
1600
+ content: "\f1ee";
1601
+ }
1602
+ %fa-cc-visa:before {
1603
+ content: "\f1f0";
1604
+ }
1605
+ %fa-cc-mastercard:before {
1606
+ content: "\f1f1";
1607
+ }
1608
+ %fa-cc-discover:before {
1609
+ content: "\f1f2";
1610
+ }
1611
+ %fa-cc-amex:before {
1612
+ content: "\f1f3";
1613
+ }
1614
+ %fa-cc-paypal:before {
1615
+ content: "\f1f4";
1616
+ }
1617
+ %fa-cc-stripe:before {
1618
+ content: "\f1f5";
1619
+ }
1620
+ %fa-bell-slash:before {
1621
+ content: "\f1f6";
1622
+ }
1623
+ %fa-bell-slash-o:before {
1624
+ content: "\f1f7";
1625
+ }
1626
+ %fa-trash:before {
1627
+ content: "\f1f8";
1628
+ }
1629
+ %fa-copyright:before {
1630
+ content: "\f1f9";
1631
+ }
1632
+ %fa-at:before {
1633
+ content: "\f1fa";
1634
+ }
1635
+ %fa-eyedropper:before {
1636
+ content: "\f1fb";
1637
+ }
1638
+ %fa-paint-brush:before {
1639
+ content: "\f1fc";
1640
+ }
1641
+ %fa-birthday-cake:before {
1642
+ content: "\f1fd";
1643
+ }
1644
+ %fa-area-chart:before {
1645
+ content: "\f1fe";
1646
+ }
1647
+ %fa-pie-chart:before {
1648
+ content: "\f200";
1649
+ }
1650
+ %fa-line-chart:before {
1651
+ content: "\f201";
1652
+ }
1653
+ %fa-lastfm:before {
1654
+ content: "\f202";
1655
+ }
1656
+ %fa-lastfm-square:before {
1657
+ content: "\f203";
1658
+ }
1659
+ %fa-toggle-off:before {
1660
+ content: "\f204";
1661
+ }
1662
+ %fa-toggle-on:before {
1663
+ content: "\f205";
1664
+ }
1665
+ %fa-bicycle:before {
1666
+ content: "\f206";
1667
+ }
1668
+ %fa-bus:before {
1669
+ content: "\f207";
1670
+ }
1671
+ %fa-ioxhost:before {
1672
+ content: "\f208";
1673
+ }
1674
+ %fa-angellist:before {
1675
+ content: "\f209";
1676
+ }
1677
+ %fa-cc:before {
1678
+ content: "\f20a";
1679
+ }
1680
+ %fa-shekel:before,
1681
+ %fa-sheqel:before,
1682
+ %fa-ils:before {
1683
+ content: "\f20b";
1684
+ }
1685
+ %fa-meanpath:before {
1686
+ content: "\f20c";
1687
+ }
1688
+ %fa-buysellads:before {
1689
+ content: "\f20d";
1690
+ }
1691
+ %fa-connectdevelop:before {
1692
+ content: "\f20e";
1693
+ }
1694
+ %fa-dashcube:before {
1695
+ content: "\f210";
1696
+ }
1697
+ %fa-forumbee:before {
1698
+ content: "\f211";
1699
+ }
1700
+ %fa-leanpub:before {
1701
+ content: "\f212";
1702
+ }
1703
+ %fa-sellsy:before {
1704
+ content: "\f213";
1705
+ }
1706
+ %fa-shirtsinbulk:before {
1707
+ content: "\f214";
1708
+ }
1709
+ %fa-simplybuilt:before {
1710
+ content: "\f215";
1711
+ }
1712
+ %fa-skyatlas:before {
1713
+ content: "\f216";
1714
+ }
1715
+ %fa-cart-plus:before {
1716
+ content: "\f217";
1717
+ }
1718
+ %fa-cart-arrow-down:before {
1719
+ content: "\f218";
1720
+ }
1721
+ %fa-diamond:before {
1722
+ content: "\f219";
1723
+ }
1724
+ %fa-ship:before {
1725
+ content: "\f21a";
1726
+ }
1727
+ %fa-user-secret:before {
1728
+ content: "\f21b";
1729
+ }
1730
+ %fa-motorcycle:before {
1731
+ content: "\f21c";
1732
+ }
1733
+ %fa-street-view:before {
1734
+ content: "\f21d";
1735
+ }
1736
+ %fa-heartbeat:before {
1737
+ content: "\f21e";
1738
+ }
1739
+ %fa-venus:before {
1740
+ content: "\f221";
1741
+ }
1742
+ %fa-mars:before {
1743
+ content: "\f222";
1744
+ }
1745
+ %fa-mercury:before {
1746
+ content: "\f223";
1747
+ }
1748
+ %fa-intersex:before,
1749
+ %fa-transgender:before {
1750
+ content: "\f224";
1751
+ }
1752
+ %fa-transgender-alt:before {
1753
+ content: "\f225";
1754
+ }
1755
+ %fa-venus-double:before {
1756
+ content: "\f226";
1757
+ }
1758
+ %fa-mars-double:before {
1759
+ content: "\f227";
1760
+ }
1761
+ %fa-venus-mars:before {
1762
+ content: "\f228";
1763
+ }
1764
+ %fa-mars-stroke:before {
1765
+ content: "\f229";
1766
+ }
1767
+ %fa-mars-stroke-v:before {
1768
+ content: "\f22a";
1769
+ }
1770
+ %fa-mars-stroke-h:before {
1771
+ content: "\f22b";
1772
+ }
1773
+ %fa-neuter:before {
1774
+ content: "\f22c";
1775
+ }
1776
+ %fa-genderless:before {
1777
+ content: "\f22d";
1778
+ }
1779
+ %fa-facebook-official:before {
1780
+ content: "\f230";
1781
+ }
1782
+ %fa-pinterest-p:before {
1783
+ content: "\f231";
1784
+ }
1785
+ %fa-whatsapp:before {
1786
+ content: "\f232";
1787
+ }
1788
+ %fa-server:before {
1789
+ content: "\f233";
1790
+ }
1791
+ %fa-user-plus:before {
1792
+ content: "\f234";
1793
+ }
1794
+ %fa-user-times:before {
1795
+ content: "\f235";
1796
+ }
1797
+ %fa-hotel:before,
1798
+ %fa-bed:before {
1799
+ content: "\f236";
1800
+ }
1801
+ %fa-viacoin:before {
1802
+ content: "\f237";
1803
+ }
1804
+ %fa-train:before {
1805
+ content: "\f238";
1806
+ }
1807
+ %fa-subway:before {
1808
+ content: "\f239";
1809
+ }
1810
+ %fa-medium:before {
1811
+ content: "\f23a";
1812
+ }
1813
+ %fa-yc:before,
1814
+ %fa-y-combinator:before {
1815
+ content: "\f23b";
1816
+ }
1817
+ %fa-optin-monster:before {
1818
+ content: "\f23c";
1819
+ }
1820
+ %fa-opencart:before {
1821
+ content: "\f23d";
1822
+ }
1823
+ %fa-expeditedssl:before {
1824
+ content: "\f23e";
1825
+ }
1826
+ %fa-battery-4:before,
1827
+ %fa-battery-full:before {
1828
+ content: "\f240";
1829
+ }
1830
+ %fa-battery-3:before,
1831
+ %fa-battery-three-quarters:before {
1832
+ content: "\f241";
1833
+ }
1834
+ %fa-battery-2:before,
1835
+ %fa-battery-half:before {
1836
+ content: "\f242";
1837
+ }
1838
+ %fa-battery-1:before,
1839
+ %fa-battery-quarter:before {
1840
+ content: "\f243";
1841
+ }
1842
+ %fa-battery-0:before,
1843
+ %fa-battery-empty:before {
1844
+ content: "\f244";
1845
+ }
1846
+ %fa-mouse-pointer:before {
1847
+ content: "\f245";
1848
+ }
1849
+ %fa-i-cursor:before {
1850
+ content: "\f246";
1851
+ }
1852
+ %fa-object-group:before {
1853
+ content: "\f247";
1854
+ }
1855
+ %fa-object-ungroup:before {
1856
+ content: "\f248";
1857
+ }
1858
+ %fa-sticky-note:before {
1859
+ content: "\f249";
1860
+ }
1861
+ %fa-sticky-note-o:before {
1862
+ content: "\f24a";
1863
+ }
1864
+ %fa-cc-jcb:before {
1865
+ content: "\f24b";
1866
+ }
1867
+ %fa-cc-diners-club:before {
1868
+ content: "\f24c";
1869
+ }
1870
+ %fa-clone:before {
1871
+ content: "\f24d";
1872
+ }
1873
+ %fa-balance-scale:before {
1874
+ content: "\f24e";
1875
+ }
1876
+ %fa-hourglass-o:before {
1877
+ content: "\f250";
1878
+ }
1879
+ %fa-hourglass-1:before,
1880
+ %fa-hourglass-start:before {
1881
+ content: "\f251";
1882
+ }
1883
+ %fa-hourglass-2:before,
1884
+ %fa-hourglass-half:before {
1885
+ content: "\f252";
1886
+ }
1887
+ %fa-hourglass-3:before,
1888
+ %fa-hourglass-end:before {
1889
+ content: "\f253";
1890
+ }
1891
+ %fa-hourglass:before {
1892
+ content: "\f254";
1893
+ }
1894
+ %fa-hand-grab-o:before,
1895
+ %fa-hand-rock-o:before {
1896
+ content: "\f255";
1897
+ }
1898
+ %fa-hand-stop-o:before,
1899
+ %fa-hand-paper-o:before {
1900
+ content: "\f256";
1901
+ }
1902
+ %fa-hand-scissors-o:before {
1903
+ content: "\f257";
1904
+ }
1905
+ %fa-hand-lizard-o:before {
1906
+ content: "\f258";
1907
+ }
1908
+ %fa-hand-spock-o:before {
1909
+ content: "\f259";
1910
+ }
1911
+ %fa-hand-pointer-o:before {
1912
+ content: "\f25a";
1913
+ }
1914
+ %fa-hand-peace-o:before {
1915
+ content: "\f25b";
1916
+ }
1917
+ %fa-trademark:before {
1918
+ content: "\f25c";
1919
+ }
1920
+ %fa-registered:before {
1921
+ content: "\f25d";
1922
+ }
1923
+ %fa-creative-commons:before {
1924
+ content: "\f25e";
1925
+ }
1926
+ %fa-gg:before {
1927
+ content: "\f260";
1928
+ }
1929
+ %fa-gg-circle:before {
1930
+ content: "\f261";
1931
+ }
1932
+ %fa-tripadvisor:before {
1933
+ content: "\f262";
1934
+ }
1935
+ %fa-odnoklassniki:before {
1936
+ content: "\f263";
1937
+ }
1938
+ %fa-odnoklassniki-square:before {
1939
+ content: "\f264";
1940
+ }
1941
+ %fa-get-pocket:before {
1942
+ content: "\f265";
1943
+ }
1944
+ %fa-wikipedia-w:before {
1945
+ content: "\f266";
1946
+ }
1947
+ %fa-safari:before {
1948
+ content: "\f267";
1949
+ }
1950
+ %fa-chrome:before {
1951
+ content: "\f268";
1952
+ }
1953
+ %fa-firefox:before {
1954
+ content: "\f269";
1955
+ }
1956
+ %fa-opera:before {
1957
+ content: "\f26a";
1958
+ }
1959
+ %fa-internet-explorer:before {
1960
+ content: "\f26b";
1961
+ }
1962
+ %fa-tv:before,
1963
+ %fa-television:before {
1964
+ content: "\f26c";
1965
+ }
1966
+ %fa-contao:before {
1967
+ content: "\f26d";
1968
+ }
1969
+ %fa-500px:before {
1970
+ content: "\f26e";
1971
+ }
1972
+ %fa-amazon:before {
1973
+ content: "\f270";
1974
+ }
1975
+ %fa-calendar-plus-o:before {
1976
+ content: "\f271";
1977
+ }
1978
+ %fa-calendar-minus-o:before {
1979
+ content: "\f272";
1980
+ }
1981
+ %fa-calendar-times-o:before {
1982
+ content: "\f273";
1983
+ }
1984
+ %fa-calendar-check-o:before {
1985
+ content: "\f274";
1986
+ }
1987
+ %fa-industry:before {
1988
+ content: "\f275";
1989
+ }
1990
+ %fa-map-pin:before {
1991
+ content: "\f276";
1992
+ }
1993
+ %fa-map-signs:before {
1994
+ content: "\f277";
1995
+ }
1996
+ %fa-map-o:before {
1997
+ content: "\f278";
1998
+ }
1999
+ %fa-map:before {
2000
+ content: "\f279";
2001
+ }
2002
+ %fa-commenting:before {
2003
+ content: "\f27a";
2004
+ }
2005
+ %fa-commenting-o:before {
2006
+ content: "\f27b";
2007
+ }
2008
+ %fa-houzz:before {
2009
+ content: "\f27c";
2010
+ }
2011
+ %fa-vimeo:before {
2012
+ content: "\f27d";
2013
+ }
2014
+ %fa-black-tie:before {
2015
+ content: "\f27e";
2016
+ }
2017
+ %fa-fonticons:before {
2018
+ content: "\f280";
2019
+ }