rails-uikit-sass 2.27.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +22 -0
  3. data/README.md +43 -0
  4. data/lib/assets/stylesheets/rails-uikit-sass.scss +3 -0
  5. data/lib/rails-uikit-sass.rb +12 -0
  6. data/vendor/assets/fonts/FontAwesome.otf +0 -0
  7. data/vendor/assets/fonts/fontawesome-webfont.ttf +0 -0
  8. data/vendor/assets/fonts/fontawesome-webfont.woff +0 -0
  9. data/vendor/assets/fonts/fontawesome-webfont.woff2 +0 -0
  10. data/vendor/assets/javascripts/components/accordion.js +180 -0
  11. data/vendor/assets/javascripts/components/accordion.min.js +2 -0
  12. data/vendor/assets/javascripts/components/autocomplete.js +340 -0
  13. data/vendor/assets/javascripts/components/autocomplete.min.js +2 -0
  14. data/vendor/assets/javascripts/components/datepicker.js +3167 -0
  15. data/vendor/assets/javascripts/components/datepicker.min.js +3 -0
  16. data/vendor/assets/javascripts/components/form-password.js +67 -0
  17. data/vendor/assets/javascripts/components/form-password.min.js +2 -0
  18. data/vendor/assets/javascripts/components/form-select.js +85 -0
  19. data/vendor/assets/javascripts/components/form-select.min.js +2 -0
  20. data/vendor/assets/javascripts/components/grid-parallax.js +168 -0
  21. data/vendor/assets/javascripts/components/grid-parallax.min.js +2 -0
  22. data/vendor/assets/javascripts/components/grid.js +540 -0
  23. data/vendor/assets/javascripts/components/grid.min.js +2 -0
  24. data/vendor/assets/javascripts/components/htmleditor.js +679 -0
  25. data/vendor/assets/javascripts/components/htmleditor.min.js +2 -0
  26. data/vendor/assets/javascripts/components/lightbox.js +588 -0
  27. data/vendor/assets/javascripts/components/lightbox.min.js +2 -0
  28. data/vendor/assets/javascripts/components/nestable.js +653 -0
  29. data/vendor/assets/javascripts/components/nestable.min.js +2 -0
  30. data/vendor/assets/javascripts/components/notify.js +189 -0
  31. data/vendor/assets/javascripts/components/notify.min.js +2 -0
  32. data/vendor/assets/javascripts/components/pagination.js +147 -0
  33. data/vendor/assets/javascripts/components/pagination.min.js +2 -0
  34. data/vendor/assets/javascripts/components/parallax.js +462 -0
  35. data/vendor/assets/javascripts/components/parallax.min.js +2 -0
  36. data/vendor/assets/javascripts/components/search.js +92 -0
  37. data/vendor/assets/javascripts/components/search.min.js +2 -0
  38. data/vendor/assets/javascripts/components/slider.js +552 -0
  39. data/vendor/assets/javascripts/components/slider.min.js +2 -0
  40. data/vendor/assets/javascripts/components/slideset.js +523 -0
  41. data/vendor/assets/javascripts/components/slideset.min.js +2 -0
  42. data/vendor/assets/javascripts/components/slideshow-fx.js +382 -0
  43. data/vendor/assets/javascripts/components/slideshow-fx.min.js +2 -0
  44. data/vendor/assets/javascripts/components/slideshow.js +596 -0
  45. data/vendor/assets/javascripts/components/slideshow.min.js +2 -0
  46. data/vendor/assets/javascripts/components/sortable.js +688 -0
  47. data/vendor/assets/javascripts/components/sortable.min.js +2 -0
  48. data/vendor/assets/javascripts/components/sticky.js +364 -0
  49. data/vendor/assets/javascripts/components/sticky.min.js +2 -0
  50. data/vendor/assets/javascripts/components/timepicker.js +192 -0
  51. data/vendor/assets/javascripts/components/timepicker.min.js +2 -0
  52. data/vendor/assets/javascripts/components/tooltip.js +235 -0
  53. data/vendor/assets/javascripts/components/tooltip.min.js +2 -0
  54. data/vendor/assets/javascripts/components/upload.js +262 -0
  55. data/vendor/assets/javascripts/components/upload.min.js +2 -0
  56. data/vendor/assets/javascripts/core/alert.js +66 -0
  57. data/vendor/assets/javascripts/core/alert.min.js +2 -0
  58. data/vendor/assets/javascripts/core/button.js +156 -0
  59. data/vendor/assets/javascripts/core/button.min.js +2 -0
  60. data/vendor/assets/javascripts/core/core.js +820 -0
  61. data/vendor/assets/javascripts/core/core.min.js +2 -0
  62. data/vendor/assets/javascripts/core/cover.js +87 -0
  63. data/vendor/assets/javascripts/core/cover.min.js +2 -0
  64. data/vendor/assets/javascripts/core/dropdown.js +534 -0
  65. data/vendor/assets/javascripts/core/dropdown.min.js +2 -0
  66. data/vendor/assets/javascripts/core/grid.js +117 -0
  67. data/vendor/assets/javascripts/core/grid.min.js +2 -0
  68. data/vendor/assets/javascripts/core/modal.js +387 -0
  69. data/vendor/assets/javascripts/core/modal.min.js +2 -0
  70. data/vendor/assets/javascripts/core/nav.js +153 -0
  71. data/vendor/assets/javascripts/core/nav.min.js +2 -0
  72. data/vendor/assets/javascripts/core/offcanvas.js +197 -0
  73. data/vendor/assets/javascripts/core/offcanvas.min.js +2 -0
  74. data/vendor/assets/javascripts/core/scrollspy.js +209 -0
  75. data/vendor/assets/javascripts/core/scrollspy.min.js +2 -0
  76. data/vendor/assets/javascripts/core/smooth-scroll.js +62 -0
  77. data/vendor/assets/javascripts/core/smooth-scroll.min.js +2 -0
  78. data/vendor/assets/javascripts/core/switcher.js +307 -0
  79. data/vendor/assets/javascripts/core/switcher.min.js +2 -0
  80. data/vendor/assets/javascripts/core/tab.js +169 -0
  81. data/vendor/assets/javascripts/core/tab.min.js +2 -0
  82. data/vendor/assets/javascripts/core/toggle.js +124 -0
  83. data/vendor/assets/javascripts/core/toggle.min.js +2 -0
  84. data/vendor/assets/javascripts/core/touch.js +175 -0
  85. data/vendor/assets/javascripts/core/touch.min.js +2 -0
  86. data/vendor/assets/javascripts/core/utility.js +335 -0
  87. data/vendor/assets/javascripts/core/utility.min.js +2 -0
  88. data/vendor/assets/javascripts/uikit.js +3898 -0
  89. data/vendor/assets/javascripts/uikit.min.js +3 -0
  90. data/vendor/assets/stylesheets/components/accordion.scss +94 -0
  91. data/vendor/assets/stylesheets/components/autocomplete.scss +107 -0
  92. data/vendor/assets/stylesheets/components/datepicker.scss +197 -0
  93. data/vendor/assets/stylesheets/components/dotnav.scss +212 -0
  94. data/vendor/assets/stylesheets/components/form-advanced.scss +128 -0
  95. data/vendor/assets/stylesheets/components/form-file.scss +63 -0
  96. data/vendor/assets/stylesheets/components/form-password.scss +74 -0
  97. data/vendor/assets/stylesheets/components/form-select.scss +66 -0
  98. data/vendor/assets/stylesheets/components/htmleditor.scss +269 -0
  99. data/vendor/assets/stylesheets/components/nestable.scss +231 -0
  100. data/vendor/assets/stylesheets/components/notify.scss +190 -0
  101. data/vendor/assets/stylesheets/components/placeholder.scss +66 -0
  102. data/vendor/assets/stylesheets/components/progress.scss +173 -0
  103. data/vendor/assets/stylesheets/components/search.scss +309 -0
  104. data/vendor/assets/stylesheets/components/slidenav.scss +183 -0
  105. data/vendor/assets/stylesheets/components/slider.scss +139 -0
  106. data/vendor/assets/stylesheets/components/slideshow.scss +208 -0
  107. data/vendor/assets/stylesheets/components/sortable.scss +124 -0
  108. data/vendor/assets/stylesheets/components/sticky.scss +57 -0
  109. data/vendor/assets/stylesheets/components/tooltip.scss +178 -0
  110. data/vendor/assets/stylesheets/components/upload.scss +34 -0
  111. data/vendor/assets/stylesheets/core/alert.scss +141 -0
  112. data/vendor/assets/stylesheets/core/animation.scss +599 -0
  113. data/vendor/assets/stylesheets/core/article.scss +139 -0
  114. data/vendor/assets/stylesheets/core/badge.scss +110 -0
  115. data/vendor/assets/stylesheets/core/base.scss +563 -0
  116. data/vendor/assets/stylesheets/core/block.scss +155 -0
  117. data/vendor/assets/stylesheets/core/breadcrumb.scss +86 -0
  118. data/vendor/assets/stylesheets/core/button.scss +406 -0
  119. data/vendor/assets/stylesheets/core/close.scss +132 -0
  120. data/vendor/assets/stylesheets/core/column.scss +209 -0
  121. data/vendor/assets/stylesheets/core/comment.scss +172 -0
  122. data/vendor/assets/stylesheets/core/contrast.scss +493 -0
  123. data/vendor/assets/stylesheets/core/cover.scss +70 -0
  124. data/vendor/assets/stylesheets/core/description-list.scss +71 -0
  125. data/vendor/assets/stylesheets/core/dropdown.scss +283 -0
  126. data/vendor/assets/stylesheets/core/flex.scss +320 -0
  127. data/vendor/assets/stylesheets/core/form.scss +629 -0
  128. data/vendor/assets/stylesheets/core/grid.scss +731 -0
  129. data/vendor/assets/stylesheets/core/icon.scss +930 -0
  130. data/vendor/assets/stylesheets/core/list.scss +102 -0
  131. data/vendor/assets/stylesheets/core/modal.scss +343 -0
  132. data/vendor/assets/stylesheets/core/nav.scss +468 -0
  133. data/vendor/assets/stylesheets/core/navbar.scss +325 -0
  134. data/vendor/assets/stylesheets/core/offcanvas.scss +203 -0
  135. data/vendor/assets/stylesheets/core/overlay.scss +534 -0
  136. data/vendor/assets/stylesheets/core/pagination.scss +197 -0
  137. data/vendor/assets/stylesheets/core/panel.scss +332 -0
  138. data/vendor/assets/stylesheets/core/print.scss +61 -0
  139. data/vendor/assets/stylesheets/core/subnav.scss +213 -0
  140. data/vendor/assets/stylesheets/core/switcher.scss +38 -0
  141. data/vendor/assets/stylesheets/core/tab.scss +368 -0
  142. data/vendor/assets/stylesheets/core/table.scss +147 -0
  143. data/vendor/assets/stylesheets/core/text.scss +136 -0
  144. data/vendor/assets/stylesheets/core/thumbnail.scss +122 -0
  145. data/vendor/assets/stylesheets/core/thumbnav.scss +122 -0
  146. data/vendor/assets/stylesheets/core/utility.scss +610 -0
  147. data/vendor/assets/stylesheets/core/variables.scss +23 -0
  148. data/vendor/assets/stylesheets/uikit-mixins.scss +327 -0
  149. data/vendor/assets/stylesheets/uikit-variables.scss +819 -0
  150. data/vendor/assets/stylesheets/uikit.scss +52 -0
  151. metadata +251 -0
@@ -0,0 +1,930 @@
1
+ // Name: Icon
2
+ // Description: Defines styles for icons
3
+ //
4
+ // Adapted from http://fortawesome.github.com/Font-Awesome (Version 4.6.0)
5
+ //
6
+ // Component: `uk-icon-*`
7
+ //
8
+ // Sub-objects: `uk-icon-hover`
9
+ // `uk-icon-button`
10
+ //
11
+ // Modifiers: `uk-icon-small`
12
+ // `uk-icon-medium`
13
+ // `uk-icon-large`
14
+ // `uk-icon-justify`
15
+ // `uk-icon-spin`
16
+ //
17
+ // Uses: Animation
18
+ //
19
+ // ========================================================================
20
+
21
+
22
+ // Variables
23
+ // ========================================================================
24
+
25
+ $icon-font-path: "../fonts" !default;
26
+
27
+ $icon-small-font-size: 150% !default;
28
+ $icon-medium-font-size: 200% !default;
29
+ $icon-large-font-size: 250% !default;
30
+
31
+ $icon-small-vertical-align: -10% !default;
32
+ $icon-medium-vertical-align: -16% !default;
33
+ $icon-large-vertical-align: -22% !default;
34
+
35
+ $icon-hover-color: #999 !default;
36
+ $icon-hover-hover-color: #444 !default;
37
+
38
+ $icon-button-width: 35px !default;
39
+ $icon-button-height: $icon-button-width !default;
40
+ $icon-button-border-radius: 100% !default;
41
+ $icon-button-background: #eee !default;
42
+ $icon-button-font-size: round(($icon-button-width * 0.5)) !default;
43
+ $icon-button-color: #444 !default;
44
+
45
+ $icon-button-hover-background: #f5f5f5 !default;
46
+ $icon-button-hover-color: #444 !default;
47
+
48
+ $icon-button-active-background: #ddd !default;
49
+ $icon-button-active-color: #444 !default;
50
+
51
+
52
+ /* ========================================================================
53
+ Component: Icon
54
+ ========================================================================== */
55
+
56
+ @font-face {
57
+ font-family: 'FontAwesome';
58
+ src: url("#{$icon-font-path}/fontawesome-webfont.woff2") format('woff2'),
59
+ url("#{$icon-font-path}/fontawesome-webfont.woff") format("woff"),
60
+ url("#{$icon-font-path}/fontawesome-webfont.ttf") format("truetype");
61
+ font-weight: normal;
62
+ font-style: normal;
63
+ }
64
+
65
+ /*
66
+ * 1. Allow margin
67
+ * 2. Prevent inherit font style
68
+ * 4. Correct line-height
69
+ * 5. Better font rendering
70
+ * 6. Remove `text-decoration` for anchors
71
+ */
72
+
73
+ [class*='uk-icon-'] {
74
+ font-family: FontAwesome;
75
+ /* 1 */
76
+ display: inline-block;
77
+ /* 2 */
78
+ font-weight: normal;
79
+ font-style: normal;
80
+ /* 4 */
81
+ line-height: 1;
82
+ /* 5 */
83
+ -webkit-font-smoothing: antialiased;
84
+ -moz-osx-font-smoothing: grayscale;
85
+ }
86
+
87
+ /* 6 */
88
+ [class*='uk-icon-'],
89
+ [class*='uk-icon-']:hover,
90
+ [class*='uk-icon-']:focus { text-decoration: none; }
91
+
92
+
93
+ /* Size modifiers
94
+ ========================================================================== */
95
+
96
+ .uk-icon-small {
97
+ font-size: $icon-small-font-size;
98
+ vertical-align: $icon-small-vertical-align;
99
+ }
100
+
101
+ .uk-icon-medium {
102
+ font-size: $icon-medium-font-size;
103
+ vertical-align: $icon-medium-vertical-align;
104
+ }
105
+
106
+ .uk-icon-large {
107
+ font-size: $icon-large-font-size;
108
+ vertical-align: $icon-large-vertical-align;
109
+ }
110
+
111
+
112
+ /* Modifier: `uk-icon-justify`
113
+ ========================================================================== */
114
+
115
+ .uk-icon-justify {
116
+ width: 1em;
117
+ text-align: center;
118
+ }
119
+
120
+
121
+ /* Modifier: `uk-icon-spin`
122
+ ========================================================================== */
123
+
124
+ .uk-icon-spin {
125
+ display: inline-block;
126
+ -webkit-animation: uk-rotate 2s infinite linear;
127
+ animation: uk-rotate 2s infinite linear;
128
+ }
129
+
130
+
131
+ /* Modifier: `uk-icon-hover`
132
+ ========================================================================== */
133
+
134
+ .uk-icon-hover {
135
+ color: $icon-hover-color;
136
+ @include hook-icon-hover();
137
+ }
138
+
139
+ /*
140
+ * Hover
141
+ */
142
+
143
+ .uk-icon-hover:hover {
144
+ color: $icon-hover-hover-color;
145
+ @include hook-icon-hover-hover();
146
+ }
147
+
148
+
149
+ /* Modifier: `uk-icon-button`
150
+ ========================================================================== */
151
+
152
+ .uk-icon-button {
153
+ box-sizing: border-box;
154
+ display: inline-block;
155
+ width: $icon-button-width;
156
+ height: $icon-button-height;
157
+ border-radius: $icon-button-border-radius;
158
+ background: $icon-button-background;
159
+ line-height: $icon-button-height;
160
+ color: $icon-button-color;
161
+ font-size: $icon-button-font-size;
162
+ text-align: center;
163
+ @include hook-icon-button();
164
+ }
165
+
166
+ /*
167
+ * Hover
168
+ * 1. Apply hover style also to focus state
169
+ * 2. Remove default focus style
170
+ */
171
+
172
+ .uk-icon-button:hover,
173
+ .uk-icon-button:focus { // 1
174
+ background-color: $icon-button-hover-background;
175
+ color: $icon-button-hover-color;
176
+ /* 2 */
177
+ outline: none;
178
+ @include hook-icon-button-hover();
179
+ }
180
+
181
+ /* Active */
182
+ .uk-icon-button:active {
183
+ background-color: $icon-button-active-background;
184
+ color: $icon-button-active-color;
185
+ @include hook-icon-button-active();
186
+ }
187
+
188
+
189
+ /* Icon mapping
190
+ ========================================================================== */
191
+
192
+ .uk-icon-glass:before { content: "\f000"; }
193
+ .uk-icon-music:before { content: "\f001"; }
194
+ .uk-icon-search:before { content: "\f002"; }
195
+ .uk-icon-envelope-o:before { content: "\f003"; }
196
+ .uk-icon-heart:before { content: "\f004"; }
197
+ .uk-icon-star:before { content: "\f005"; }
198
+ .uk-icon-star-o:before { content: "\f006"; }
199
+ .uk-icon-user:before { content: "\f007"; }
200
+ .uk-icon-film:before { content: "\f008"; }
201
+ .uk-icon-th-large:before { content: "\f009"; }
202
+ .uk-icon-th:before { content: "\f00a"; }
203
+ .uk-icon-th-list:before { content: "\f00b"; }
204
+ .uk-icon-check:before { content: "\f00c"; }
205
+ .uk-icon-remove:before,
206
+ .uk-icon-close:before,
207
+ .uk-icon-times:before { content: "\f00d"; }
208
+ .uk-icon-search-plus:before { content: "\f00e"; }
209
+ .uk-icon-search-minus:before { content: "\f010"; }
210
+ .uk-icon-power-off:before { content: "\f011"; }
211
+ .uk-icon-signal:before { content: "\f012"; }
212
+ .uk-icon-gear:before,
213
+ .uk-icon-cog:before { content: "\f013"; }
214
+ .uk-icon-trash-o:before { content: "\f014"; }
215
+ .uk-icon-home:before { content: "\f015"; }
216
+ .uk-icon-file-o:before { content: "\f016"; }
217
+ .uk-icon-clock-o:before { content: "\f017"; }
218
+ .uk-icon-road:before { content: "\f018"; }
219
+ .uk-icon-download:before { content: "\f019"; }
220
+ .uk-icon-arrow-circle-o-down:before { content: "\f01a"; }
221
+ .uk-icon-arrow-circle-o-up:before { content: "\f01b"; }
222
+ .uk-icon-inbox:before { content: "\f01c"; }
223
+ .uk-icon-play-circle-o:before { content: "\f01d"; }
224
+ .uk-icon-rotate-right:before,
225
+ .uk-icon-repeat:before { content: "\f01e"; }
226
+ .uk-icon-refresh:before { content: "\f021"; }
227
+ .uk-icon-list-alt:before { content: "\f022"; }
228
+ .uk-icon-lock:before { content: "\f023"; }
229
+ .uk-icon-flag:before { content: "\f024"; }
230
+ .uk-icon-headphones:before { content: "\f025"; }
231
+ .uk-icon-volume-off:before { content: "\f026"; }
232
+ .uk-icon-volume-down:before { content: "\f027"; }
233
+ .uk-icon-volume-up:before { content: "\f028"; }
234
+ .uk-icon-qrcode:before { content: "\f029"; }
235
+ .uk-icon-barcode:before { content: "\f02a"; }
236
+ .uk-icon-tag:before { content: "\f02b"; }
237
+ .uk-icon-tags:before { content: "\f02c"; }
238
+ .uk-icon-book:before { content: "\f02d"; }
239
+ .uk-icon-bookmark:before { content: "\f02e"; }
240
+ .uk-icon-print:before { content: "\f02f"; }
241
+ .uk-icon-camera:before { content: "\f030"; }
242
+ .uk-icon-font:before { content: "\f031"; }
243
+ .uk-icon-bold:before { content: "\f032"; }
244
+ .uk-icon-italic:before { content: "\f033"; }
245
+ .uk-icon-text-height:before { content: "\f034"; }
246
+ .uk-icon-text-width:before { content: "\f035"; }
247
+ .uk-icon-align-left:before { content: "\f036"; }
248
+ .uk-icon-align-center:before { content: "\f037"; }
249
+ .uk-icon-align-right:before { content: "\f038"; }
250
+ .uk-icon-align-justify:before { content: "\f039"; }
251
+ .uk-icon-list:before { content: "\f03a"; }
252
+ .uk-icon-dedent:before,
253
+ .uk-icon-outdent:before { content: "\f03b"; }
254
+ .uk-icon-indent:before { content: "\f03c"; }
255
+ .uk-icon-video-camera:before { content: "\f03d"; }
256
+ .uk-icon-photo:before,
257
+ .uk-icon-image:before,
258
+ .uk-icon-picture-o:before { content: "\f03e"; }
259
+ .uk-icon-pencil:before { content: "\f040"; }
260
+ .uk-icon-map-marker:before { content: "\f041"; }
261
+ .uk-icon-adjust:before { content: "\f042"; }
262
+ .uk-icon-tint:before { content: "\f043"; }
263
+ .uk-icon-edit:before,
264
+ .uk-icon-pencil-square-o:before { content: "\f044"; }
265
+ .uk-icon-share-square-o:before { content: "\f045"; }
266
+ .uk-icon-check-square-o:before { content: "\f046"; }
267
+ .uk-icon-arrows:before { content: "\f047"; }
268
+ .uk-icon-step-backward:before { content: "\f048"; }
269
+ .uk-icon-fast-backward:before { content: "\f049"; }
270
+ .uk-icon-backward:before { content: "\f04a"; }
271
+ .uk-icon-play:before { content: "\f04b"; }
272
+ .uk-icon-pause:before { content: "\f04c"; }
273
+ .uk-icon-stop:before { content: "\f04d"; }
274
+ .uk-icon-forward:before { content: "\f04e"; }
275
+ .uk-icon-fast-forward:before { content: "\f050"; }
276
+ .uk-icon-step-forward:before { content: "\f051"; }
277
+ .uk-icon-eject:before { content: "\f052"; }
278
+ .uk-icon-chevron-left:before { content: "\f053"; }
279
+ .uk-icon-chevron-right:before { content: "\f054"; }
280
+ .uk-icon-plus-circle:before { content: "\f055"; }
281
+ .uk-icon-minus-circle:before { content: "\f056"; }
282
+ .uk-icon-times-circle:before { content: "\f057"; }
283
+ .uk-icon-check-circle:before { content: "\f058"; }
284
+ .uk-icon-question-circle:before { content: "\f059"; }
285
+ .uk-icon-info-circle:before { content: "\f05a"; }
286
+ .uk-icon-crosshairs:before { content: "\f05b"; }
287
+ .uk-icon-times-circle-o:before { content: "\f05c"; }
288
+ .uk-icon-check-circle-o:before { content: "\f05d"; }
289
+ .uk-icon-ban:before { content: "\f05e"; }
290
+ .uk-icon-arrow-left:before { content: "\f060"; }
291
+ .uk-icon-arrow-right:before { content: "\f061"; }
292
+ .uk-icon-arrow-up:before { content: "\f062"; }
293
+ .uk-icon-arrow-down:before { content: "\f063"; }
294
+ .uk-icon-mail-forward:before,
295
+ .uk-icon-share:before { content: "\f064"; }
296
+ .uk-icon-expand:before { content: "\f065"; }
297
+ .uk-icon-compress:before { content: "\f066"; }
298
+ .uk-icon-plus:before { content: "\f067"; }
299
+ .uk-icon-minus:before { content: "\f068"; }
300
+ .uk-icon-asterisk:before { content: "\f069"; }
301
+ .uk-icon-exclamation-circle:before { content: "\f06a"; }
302
+ .uk-icon-gift:before { content: "\f06b"; }
303
+ .uk-icon-leaf:before { content: "\f06c"; }
304
+ .uk-icon-fire:before { content: "\f06d"; }
305
+ .uk-icon-eye:before { content: "\f06e"; }
306
+ .uk-icon-eye-slash:before { content: "\f070"; }
307
+ .uk-icon-warning:before,
308
+ .uk-icon-exclamation-triangle:before { content: "\f071"; }
309
+ .uk-icon-plane:before { content: "\f072"; }
310
+ .uk-icon-calendar:before { content: "\f073"; }
311
+ .uk-icon-random:before { content: "\f074"; }
312
+ .uk-icon-comment:before { content: "\f075"; }
313
+ .uk-icon-magnet:before { content: "\f076"; }
314
+ .uk-icon-chevron-up:before { content: "\f077"; }
315
+ .uk-icon-chevron-down:before { content: "\f078"; }
316
+ .uk-icon-retweet:before { content: "\f079"; }
317
+ .uk-icon-shopping-cart:before { content: "\f07a"; }
318
+ .uk-icon-folder:before { content: "\f07b"; }
319
+ .uk-icon-folder-open:before { content: "\f07c"; }
320
+ .uk-icon-arrows-v:before { content: "\f07d"; }
321
+ .uk-icon-arrows-h:before { content: "\f07e"; }
322
+ .uk-icon-bar-chart-o:before,
323
+ .uk-icon-bar-chart:before { content: "\f080"; }
324
+ .uk-icon-twitter-square:before { content: "\f081"; }
325
+ .uk-icon-facebook-square:before { content: "\f082"; }
326
+ .uk-icon-camera-retro:before { content: "\f083"; }
327
+ .uk-icon-key:before { content: "\f084"; }
328
+ .uk-icon-gears:before,
329
+ .uk-icon-cogs:before { content: "\f085"; }
330
+ .uk-icon-comments:before { content: "\f086"; }
331
+ .uk-icon-thumbs-o-up:before { content: "\f087"; }
332
+ .uk-icon-thumbs-o-down:before { content: "\f088"; }
333
+ .uk-icon-star-half:before { content: "\f089"; }
334
+ .uk-icon-heart-o:before { content: "\f08a"; }
335
+ .uk-icon-sign-out:before { content: "\f08b"; }
336
+ .uk-icon-linkedin-square:before { content: "\f08c"; }
337
+ .uk-icon-thumb-tack:before { content: "\f08d"; }
338
+ .uk-icon-external-link:before { content: "\f08e"; }
339
+ .uk-icon-sign-in:before { content: "\f090"; }
340
+ .uk-icon-trophy:before { content: "\f091"; }
341
+ .uk-icon-github-square:before { content: "\f092"; }
342
+ .uk-icon-upload:before { content: "\f093"; }
343
+ .uk-icon-lemon-o:before { content: "\f094"; }
344
+ .uk-icon-phone:before { content: "\f095"; }
345
+ .uk-icon-square-o:before { content: "\f096"; }
346
+ .uk-icon-bookmark-o:before { content: "\f097"; }
347
+ .uk-icon-phone-square:before { content: "\f098"; }
348
+ .uk-icon-twitter:before { content: "\f099"; }
349
+ .uk-icon-facebook-f:before,
350
+ .uk-icon-facebook:before { content: "\f09a"; }
351
+ .uk-icon-github:before { content: "\f09b"; }
352
+ .uk-icon-unlock:before { content: "\f09c"; }
353
+ .uk-icon-credit-card:before { content: "\f09d"; }
354
+ .uk-icon-rss:before { content: "\f09e"; }
355
+ .uk-icon-hdd-o:before { content: "\f0a0"; }
356
+ .uk-icon-bullhorn:before { content: "\f0a1"; }
357
+ .uk-icon-bell:before { content: "\f0f3"; }
358
+ .uk-icon-certificate:before { content: "\f0a3"; }
359
+ .uk-icon-hand-o-right:before { content: "\f0a4"; }
360
+ .uk-icon-hand-o-left:before { content: "\f0a5"; }
361
+ .uk-icon-hand-o-up:before { content: "\f0a6"; }
362
+ .uk-icon-hand-o-down:before { content: "\f0a7"; }
363
+ .uk-icon-arrow-circle-left:before { content: "\f0a8"; }
364
+ .uk-icon-arrow-circle-right:before { content: "\f0a9"; }
365
+ .uk-icon-arrow-circle-up:before { content: "\f0aa"; }
366
+ .uk-icon-arrow-circle-down:before { content: "\f0ab"; }
367
+ .uk-icon-globe:before { content: "\f0ac"; }
368
+ .uk-icon-wrench:before { content: "\f0ad"; }
369
+ .uk-icon-tasks:before { content: "\f0ae"; }
370
+ .uk-icon-filter:before { content: "\f0b0"; }
371
+ .uk-icon-briefcase:before { content: "\f0b1"; }
372
+ .uk-icon-arrows-alt:before { content: "\f0b2"; }
373
+ .uk-icon-group:before,
374
+ .uk-icon-users:before { content: "\f0c0"; }
375
+ .uk-icon-chain:before,
376
+ .uk-icon-link:before { content: "\f0c1"; }
377
+ .uk-icon-cloud:before { content: "\f0c2"; }
378
+ .uk-icon-flask:before { content: "\f0c3"; }
379
+ .uk-icon-cut:before,
380
+ .uk-icon-scissors:before { content: "\f0c4"; }
381
+ .uk-icon-copy:before,
382
+ .uk-icon-files-o:before { content: "\f0c5"; }
383
+ .uk-icon-paperclip:before { content: "\f0c6"; }
384
+ .uk-icon-save:before,
385
+ .uk-icon-floppy-o:before { content: "\f0c7"; }
386
+ .uk-icon-square:before { content: "\f0c8"; }
387
+ .uk-icon-navicon:before,
388
+ .uk-icon-reorder:before,
389
+ .uk-icon-bars:before { content: "\f0c9"; }
390
+ .uk-icon-list-ul:before { content: "\f0ca"; }
391
+ .uk-icon-list-ol:before { content: "\f0cb"; }
392
+ .uk-icon-strikethrough:before { content: "\f0cc"; }
393
+ .uk-icon-underline:before { content: "\f0cd"; }
394
+ .uk-icon-table:before { content: "\f0ce"; }
395
+ .uk-icon-magic:before { content: "\f0d0"; }
396
+ .uk-icon-truck:before { content: "\f0d1"; }
397
+ .uk-icon-pinterest:before { content: "\f0d2"; }
398
+ .uk-icon-pinterest-square:before { content: "\f0d3"; }
399
+ .uk-icon-google-plus-square:before { content: "\f0d4"; }
400
+ .uk-icon-google-plus:before { content: "\f0d5"; }
401
+ .uk-icon-money:before { content: "\f0d6"; }
402
+ .uk-icon-caret-down:before { content: "\f0d7"; }
403
+ .uk-icon-caret-up:before { content: "\f0d8"; }
404
+ .uk-icon-caret-left:before { content: "\f0d9"; }
405
+ .uk-icon-caret-right:before { content: "\f0da"; }
406
+ .uk-icon-columns:before { content: "\f0db"; }
407
+ .uk-icon-unsorted:before,
408
+ .uk-icon-sort:before { content: "\f0dc"; }
409
+ .uk-icon-sort-down:before,
410
+ .uk-icon-sort-desc:before { content: "\f0dd"; }
411
+ .uk-icon-sort-up:before,
412
+ .uk-icon-sort-asc:before { content: "\f0de"; }
413
+ .uk-icon-envelope:before { content: "\f0e0"; }
414
+ .uk-icon-linkedin:before { content: "\f0e1"; }
415
+ .uk-icon-rotate-left:before,
416
+ .uk-icon-undo:before { content: "\f0e2"; }
417
+ .uk-icon-legal:before,
418
+ .uk-icon-gavel:before { content: "\f0e3"; }
419
+ .uk-icon-dashboard:before,
420
+ .uk-icon-tachometer:before { content: "\f0e4"; }
421
+ .uk-icon-comment-o:before { content: "\f0e5"; }
422
+ .uk-icon-comments-o:before { content: "\f0e6"; }
423
+ .uk-icon-flash:before,
424
+ .uk-icon-bolt:before { content: "\f0e7"; }
425
+ .uk-icon-sitemap:before { content: "\f0e8"; }
426
+ .uk-icon-umbrella:before { content: "\f0e9"; }
427
+ .uk-icon-paste:before,
428
+ .uk-icon-clipboard:before { content: "\f0ea"; }
429
+ .uk-icon-lightbulb-o:before { content: "\f0eb"; }
430
+ .uk-icon-exchange:before { content: "\f0ec"; }
431
+ .uk-icon-cloud-download:before { content: "\f0ed"; }
432
+ .uk-icon-cloud-upload:before { content: "\f0ee"; }
433
+ .uk-icon-user-md:before { content: "\f0f0"; }
434
+ .uk-icon-stethoscope:before { content: "\f0f1"; }
435
+ .uk-icon-suitcase:before { content: "\f0f2"; }
436
+ .uk-icon-bell-o:before { content: "\f0a2"; }
437
+ .uk-icon-coffee:before { content: "\f0f4"; }
438
+ .uk-icon-cutlery:before { content: "\f0f5"; }
439
+ .uk-icon-file-text-o:before { content: "\f0f6"; }
440
+ .uk-icon-building-o:before { content: "\f0f7"; }
441
+ .uk-icon-hospital-o:before { content: "\f0f8"; }
442
+ .uk-icon-ambulance:before { content: "\f0f9"; }
443
+ .uk-icon-medkit:before { content: "\f0fa"; }
444
+ .uk-icon-fighter-jet:before { content: "\f0fb"; }
445
+ .uk-icon-beer:before { content: "\f0fc"; }
446
+ .uk-icon-h-square:before { content: "\f0fd"; }
447
+ .uk-icon-plus-square:before { content: "\f0fe"; }
448
+ .uk-icon-angle-double-left:before { content: "\f100"; }
449
+ .uk-icon-angle-double-right:before { content: "\f101"; }
450
+ .uk-icon-angle-double-up:before { content: "\f102"; }
451
+ .uk-icon-angle-double-down:before { content: "\f103"; }
452
+ .uk-icon-angle-left:before { content: "\f104"; }
453
+ .uk-icon-angle-right:before { content: "\f105"; }
454
+ .uk-icon-angle-up:before { content: "\f106"; }
455
+ .uk-icon-angle-down:before { content: "\f107"; }
456
+ .uk-icon-desktop:before { content: "\f108"; }
457
+ .uk-icon-laptop:before { content: "\f109"; }
458
+ .uk-icon-tablet:before { content: "\f10a"; }
459
+ .uk-icon-mobile-phone:before,
460
+ .uk-icon-mobile:before { content: "\f10b"; }
461
+ .uk-icon-circle-o:before { content: "\f10c"; }
462
+ .uk-icon-quote-left:before { content: "\f10d"; }
463
+ .uk-icon-quote-right:before { content: "\f10e"; }
464
+ .uk-icon-spinner:before { content: "\f110"; }
465
+ .uk-icon-circle:before { content: "\f111"; }
466
+ .uk-icon-mail-reply:before,
467
+ .uk-icon-reply:before { content: "\f112"; }
468
+ .uk-icon-github-alt:before { content: "\f113"; }
469
+ .uk-icon-folder-o:before { content: "\f114"; }
470
+ .uk-icon-folder-open-o:before { content: "\f115"; }
471
+ .uk-icon-smile-o:before { content: "\f118"; }
472
+ .uk-icon-frown-o:before { content: "\f119"; }
473
+ .uk-icon-meh-o:before { content: "\f11a"; }
474
+ .uk-icon-gamepad:before { content: "\f11b"; }
475
+ .uk-icon-keyboard-o:before { content: "\f11c"; }
476
+ .uk-icon-flag-o:before { content: "\f11d"; }
477
+ .uk-icon-flag-checkered:before { content: "\f11e"; }
478
+ .uk-icon-terminal:before { content: "\f120"; }
479
+ .uk-icon-code:before { content: "\f121"; }
480
+ .uk-icon-mail-reply-all:before,
481
+ .uk-icon-reply-all:before { content: "\f122"; }
482
+ .uk-icon-star-half-empty:before,
483
+ .uk-icon-star-half-full:before,
484
+ .uk-icon-star-half-o:before { content: "\f123"; }
485
+ .uk-icon-location-arrow:before { content: "\f124"; }
486
+ .uk-icon-crop:before { content: "\f125"; }
487
+ .uk-icon-code-fork:before { content: "\f126"; }
488
+ .uk-icon-unlink:before,
489
+ .uk-icon-chain-broken:before { content: "\f127"; }
490
+ .uk-icon-question:before { content: "\f128"; }
491
+ .uk-icon-info:before { content: "\f129"; }
492
+ .uk-icon-exclamation:before { content: "\f12a"; }
493
+ .uk-icon-superscript:before { content: "\f12b"; }
494
+ .uk-icon-subscript:before { content: "\f12c"; }
495
+ .uk-icon-eraser:before { content: "\f12d"; }
496
+ .uk-icon-puzzle-piece:before { content: "\f12e"; }
497
+ .uk-icon-microphone:before { content: "\f130"; }
498
+ .uk-icon-microphone-slash:before { content: "\f131"; }
499
+ .uk-icon-shield:before { content: "\f132"; }
500
+ .uk-icon-calendar-o:before { content: "\f133"; }
501
+ .uk-icon-fire-extinguisher:before { content: "\f134"; }
502
+ .uk-icon-rocket:before { content: "\f135"; }
503
+ .uk-icon-maxcdn:before { content: "\f136"; }
504
+ .uk-icon-chevron-circle-left:before { content: "\f137"; }
505
+ .uk-icon-chevron-circle-right:before { content: "\f138"; }
506
+ .uk-icon-chevron-circle-up:before { content: "\f139"; }
507
+ .uk-icon-chevron-circle-down:before { content: "\f13a"; }
508
+ .uk-icon-html5:before { content: "\f13b"; }
509
+ .uk-icon-css3:before { content: "\f13c"; }
510
+ .uk-icon-anchor:before { content: "\f13d"; }
511
+ .uk-icon-unlock-alt:before { content: "\f13e"; }
512
+ .uk-icon-bullseye:before { content: "\f140"; }
513
+ .uk-icon-ellipsis-h:before { content: "\f141"; }
514
+ .uk-icon-ellipsis-v:before { content: "\f142"; }
515
+ .uk-icon-rss-square:before { content: "\f143"; }
516
+ .uk-icon-play-circle:before { content: "\f144"; }
517
+ .uk-icon-ticket:before { content: "\f145"; }
518
+ .uk-icon-minus-square:before { content: "\f146"; }
519
+ .uk-icon-minus-square-o:before { content: "\f147"; }
520
+ .uk-icon-level-up:before { content: "\f148"; }
521
+ .uk-icon-level-down:before { content: "\f149"; }
522
+ .uk-icon-check-square:before { content: "\f14a"; }
523
+ .uk-icon-pencil-square:before { content: "\f14b"; }
524
+ .uk-icon-external-link-square:before { content: "\f14c"; }
525
+ .uk-icon-share-square:before { content: "\f14d"; }
526
+ .uk-icon-compass:before { content: "\f14e"; }
527
+ .uk-icon-toggle-down:before,
528
+ .uk-icon-caret-square-o-down:before { content: "\f150"; }
529
+ .uk-icon-toggle-up:before,
530
+ .uk-icon-caret-square-o-up:before { content: "\f151"; }
531
+ .uk-icon-toggle-right:before,
532
+ .uk-icon-caret-square-o-right:before { content: "\f152"; }
533
+ .uk-icon-euro:before,
534
+ .uk-icon-eur:before { content: "\f153"; }
535
+ .uk-icon-gbp:before { content: "\f154"; }
536
+ .uk-icon-dollar:before,
537
+ .uk-icon-usd:before { content: "\f155"; }
538
+ .uk-icon-rupee:before,
539
+ .uk-icon-inr:before { content: "\f156"; }
540
+ .uk-icon-cny:before,
541
+ .uk-icon-rmb:before,
542
+ .uk-icon-yen:before,
543
+ .uk-icon-jpy:before { content: "\f157"; }
544
+ .uk-icon-ruble:before,
545
+ .uk-icon-rouble:before,
546
+ .uk-icon-rub:before { content: "\f158"; }
547
+ .uk-icon-won:before,
548
+ .uk-icon-krw:before { content: "\f159"; }
549
+ .uk-icon-bitcoin:before,
550
+ .uk-icon-btc:before { content: "\f15a"; }
551
+ .uk-icon-file:before { content: "\f15b"; }
552
+ .uk-icon-file-text:before { content: "\f15c"; }
553
+ .uk-icon-sort-alpha-asc:before { content: "\f15d"; }
554
+ .uk-icon-sort-alpha-desc:before { content: "\f15e"; }
555
+ .uk-icon-sort-amount-asc:before { content: "\f160"; }
556
+ .uk-icon-sort-amount-desc:before { content: "\f161"; }
557
+ .uk-icon-sort-numeric-asc:before { content: "\f162"; }
558
+ .uk-icon-sort-numeric-desc:before { content: "\f163"; }
559
+ .uk-icon-thumbs-up:before { content: "\f164"; }
560
+ .uk-icon-thumbs-down:before { content: "\f165"; }
561
+ .uk-icon-youtube-square:before { content: "\f166"; }
562
+ .uk-icon-youtube:before { content: "\f167"; }
563
+ .uk-icon-xing:before { content: "\f168"; }
564
+ .uk-icon-xing-square:before { content: "\f169"; }
565
+ .uk-icon-youtube-play:before { content: "\f16a"; }
566
+ .uk-icon-dropbox:before { content: "\f16b"; }
567
+ .uk-icon-stack-overflow:before { content: "\f16c"; }
568
+ .uk-icon-instagram:before { content: "\f16d"; }
569
+ .uk-icon-flickr:before { content: "\f16e"; }
570
+ .uk-icon-adn:before { content: "\f170"; }
571
+ .uk-icon-bitbucket:before { content: "\f171"; }
572
+ .uk-icon-bitbucket-square:before { content: "\f172"; }
573
+ .uk-icon-tumblr:before { content: "\f173"; }
574
+ .uk-icon-tumblr-square:before { content: "\f174"; }
575
+ .uk-icon-long-arrow-down:before { content: "\f175"; }
576
+ .uk-icon-long-arrow-up:before { content: "\f176"; }
577
+ .uk-icon-long-arrow-left:before { content: "\f177"; }
578
+ .uk-icon-long-arrow-right:before { content: "\f178"; }
579
+ .uk-icon-apple:before { content: "\f179"; }
580
+ .uk-icon-windows:before { content: "\f17a"; }
581
+ .uk-icon-android:before { content: "\f17b"; }
582
+ .uk-icon-linux:before { content: "\f17c"; }
583
+ .uk-icon-dribbble:before { content: "\f17d"; }
584
+ .uk-icon-skype:before { content: "\f17e"; }
585
+ .uk-icon-foursquare:before { content: "\f180"; }
586
+ .uk-icon-trello:before { content: "\f181"; }
587
+ .uk-icon-female:before { content: "\f182"; }
588
+ .uk-icon-male:before { content: "\f183"; }
589
+ .uk-icon-gittip:before,
590
+ .uk-icon-gratipay:before { content: "\f184"; }
591
+ .uk-icon-sun-o:before { content: "\f185"; }
592
+ .uk-icon-moon-o:before { content: "\f186"; }
593
+ .uk-icon-archive:before { content: "\f187"; }
594
+ .uk-icon-bug:before { content: "\f188"; }
595
+ .uk-icon-vk:before { content: "\f189"; }
596
+ .uk-icon-weibo:before { content: "\f18a"; }
597
+ .uk-icon-renren:before { content: "\f18b"; }
598
+ .uk-icon-pagelines:before { content: "\f18c"; }
599
+ .uk-icon-stack-exchange:before { content: "\f18d"; }
600
+ .uk-icon-arrow-circle-o-right:before { content: "\f18e"; }
601
+ .uk-icon-arrow-circle-o-left:before { content: "\f190"; }
602
+ .uk-icon-toggle-left:before,
603
+ .uk-icon-caret-square-o-left:before { content: "\f191"; }
604
+ .uk-icon-dot-circle-o:before { content: "\f192"; }
605
+ .uk-icon-wheelchair:before { content: "\f193"; }
606
+ .uk-icon-vimeo-square:before { content: "\f194"; }
607
+ .uk-icon-turkish-lira:before,
608
+ .uk-icon-try:before { content: "\f195"; }
609
+ .uk-icon-plus-square-o:before { content: "\f196"; }
610
+ .uk-icon-space-shuttle:before { content: "\f197"; }
611
+ .uk-icon-slack:before { content: "\f198"; }
612
+ .uk-icon-envelope-square:before { content: "\f199"; }
613
+ .uk-icon-wordpress:before { content: "\f19a"; }
614
+ .uk-icon-openid:before { content: "\f19b"; }
615
+ .uk-icon-institution:before,
616
+ .uk-icon-bank:before,
617
+ .uk-icon-university:before { content: "\f19c"; }
618
+ .uk-icon-mortar-board:before,
619
+ .uk-icon-graduation-cap:before { content: "\f19d"; }
620
+ .uk-icon-yahoo:before { content: "\f19e"; }
621
+ .uk-icon-google:before { content: "\f1a0"; }
622
+ .uk-icon-reddit:before { content: "\f1a1"; }
623
+ .uk-icon-reddit-square:before { content: "\f1a2"; }
624
+ .uk-icon-stumbleupon-circle:before { content: "\f1a3"; }
625
+ .uk-icon-stumbleupon:before { content: "\f1a4"; }
626
+ .uk-icon-delicious:before { content: "\f1a5"; }
627
+ .uk-icon-digg:before { content: "\f1a6"; }
628
+ .uk-icon-pied-piper:before { content: "\f1a7"; }
629
+ .uk-icon-pied-piper-alt:before { content: "\f1a8"; }
630
+ .uk-icon-drupal:before { content: "\f1a9"; }
631
+ .uk-icon-joomla:before { content: "\f1aa"; }
632
+ .uk-icon-language:before { content: "\f1ab"; }
633
+ .uk-icon-fax:before { content: "\f1ac"; }
634
+ .uk-icon-building:before { content: "\f1ad"; }
635
+ .uk-icon-child:before { content: "\f1ae"; }
636
+ .uk-icon-paw:before { content: "\f1b0"; }
637
+ .uk-icon-spoon:before { content: "\f1b1"; }
638
+ .uk-icon-cube:before { content: "\f1b2"; }
639
+ .uk-icon-cubes:before { content: "\f1b3"; }
640
+ .uk-icon-behance:before { content: "\f1b4"; }
641
+ .uk-icon-behance-square:before { content: "\f1b5"; }
642
+ .uk-icon-steam:before { content: "\f1b6"; }
643
+ .uk-icon-steam-square:before { content: "\f1b7"; }
644
+ .uk-icon-recycle:before { content: "\f1b8"; }
645
+ .uk-icon-automobile:before,
646
+ .uk-icon-car:before { content: "\f1b9"; }
647
+ .uk-icon-cab:before,
648
+ .uk-icon-taxi:before { content: "\f1ba"; }
649
+ .uk-icon-tree:before { content: "\f1bb"; }
650
+ .uk-icon-spotify:before { content: "\f1bc"; }
651
+ .uk-icon-deviantart:before { content: "\f1bd"; }
652
+ .uk-icon-soundcloud:before { content: "\f1be"; }
653
+ .uk-icon-database:before { content: "\f1c0"; }
654
+ .uk-icon-file-pdf-o:before { content: "\f1c1"; }
655
+ .uk-icon-file-word-o:before { content: "\f1c2"; }
656
+ .uk-icon-file-excel-o:before { content: "\f1c3"; }
657
+ .uk-icon-file-powerpoint-o:before { content: "\f1c4"; }
658
+ .uk-icon-file-photo-o:before,
659
+ .uk-icon-file-picture-o:before,
660
+ .uk-icon-file-image-o:before { content: "\f1c5"; }
661
+ .uk-icon-file-zip-o:before,
662
+ .uk-icon-file-archive-o:before { content: "\f1c6"; }
663
+ .uk-icon-file-sound-o:before,
664
+ .uk-icon-file-audio-o:before { content: "\f1c7"; }
665
+ .uk-icon-file-movie-o:before,
666
+ .uk-icon-file-video-o:before { content: "\f1c8"; }
667
+ .uk-icon-file-code-o:before { content: "\f1c9"; }
668
+ .uk-icon-vine:before { content: "\f1ca"; }
669
+ .uk-icon-codepen:before { content: "\f1cb"; }
670
+ .uk-icon-jsfiddle:before { content: "\f1cc"; }
671
+ .uk-icon-life-bouy:before,
672
+ .uk-icon-life-buoy:before,
673
+ .uk-icon-life-saver:before,
674
+ .uk-icon-support:before,
675
+ .uk-icon-life-ring:before { content: "\f1cd"; }
676
+ .uk-icon-circle-o-notch:before { content: "\f1ce"; }
677
+ .uk-icon-ra:before,
678
+ .uk-icon-rebel:before { content: "\f1d0"; }
679
+ .uk-icon-ge:before,
680
+ .uk-icon-empire:before { content: "\f1d1"; }
681
+ .uk-icon-git-square:before { content: "\f1d2"; }
682
+ .uk-icon-git:before { content: "\f1d3"; }
683
+ .uk-icon-hacker-news:before { content: "\f1d4"; }
684
+ .uk-icon-tencent-weibo:before { content: "\f1d5"; }
685
+ .uk-icon-qq:before { content: "\f1d6"; }
686
+ .uk-icon-wechat:before,
687
+ .uk-icon-weixin:before { content: "\f1d7"; }
688
+ .uk-icon-send:before,
689
+ .uk-icon-paper-plane:before { content: "\f1d8"; }
690
+ .uk-icon-send-o:before,
691
+ .uk-icon-paper-plane-o:before { content: "\f1d9"; }
692
+ .uk-icon-history:before { content: "\f1da"; }
693
+ .uk-icon-genderless:before,
694
+ .uk-icon-circle-thin:before { content: "\f1db"; }
695
+ .uk-icon-header:before { content: "\f1dc"; }
696
+ .uk-icon-paragraph:before { content: "\f1dd"; }
697
+ .uk-icon-sliders:before { content: "\f1de"; }
698
+ .uk-icon-share-alt:before { content: "\f1e0"; }
699
+ .uk-icon-share-alt-square:before { content: "\f1e1"; }
700
+ .uk-icon-bomb:before { content: "\f1e2"; }
701
+ .uk-icon-soccer-ball-o:before,
702
+ .uk-icon-futbol-o:before { content: "\f1e3"; }
703
+ .uk-icon-tty:before { content: "\f1e4"; }
704
+ .uk-icon-binoculars:before { content: "\f1e5"; }
705
+ .uk-icon-plug:before { content: "\f1e6"; }
706
+ .uk-icon-slideshare:before { content: "\f1e7"; }
707
+ .uk-icon-twitch:before { content: "\f1e8"; }
708
+ .uk-icon-yelp:before { content: "\f1e9"; }
709
+ .uk-icon-newspaper-o:before { content: "\f1ea"; }
710
+ .uk-icon-wifi:before { content: "\f1eb"; }
711
+ .uk-icon-calculator:before { content: "\f1ec"; }
712
+ .uk-icon-paypal:before { content: "\f1ed"; }
713
+ .uk-icon-google-wallet:before { content: "\f1ee"; }
714
+ .uk-icon-cc-visa:before { content: "\f1f0"; }
715
+ .uk-icon-cc-mastercard:before { content: "\f1f1"; }
716
+ .uk-icon-cc-discover:before { content: "\f1f2"; }
717
+ .uk-icon-cc-amex:before { content: "\f1f3"; }
718
+ .uk-icon-cc-paypal:before { content: "\f1f4"; }
719
+ .uk-icon-cc-stripe:before { content: "\f1f5"; }
720
+ .uk-icon-bell-slash:before { content: "\f1f6"; }
721
+ .uk-icon-bell-slash-o:before { content: "\f1f7"; }
722
+ .uk-icon-trash:before { content: "\f1f8"; }
723
+ .uk-icon-copyright:before { content: "\f1f9"; }
724
+ .uk-icon-at:before { content: "\f1fa"; }
725
+ .uk-icon-eyedropper:before { content: "\f1fb"; }
726
+ .uk-icon-paint-brush:before { content: "\f1fc"; }
727
+ .uk-icon-birthday-cake:before { content: "\f1fd"; }
728
+ .uk-icon-area-chart:before { content: "\f1fe"; }
729
+ .uk-icon-pie-chart:before { content: "\f200"; }
730
+ .uk-icon-line-chart:before { content: "\f201"; }
731
+ .uk-icon-lastfm:before { content: "\f202"; }
732
+ .uk-icon-lastfm-square:before { content: "\f203"; }
733
+ .uk-icon-toggle-off:before { content: "\f204"; }
734
+ .uk-icon-toggle-on:before { content: "\f205"; }
735
+ .uk-icon-bicycle:before { content: "\f206"; }
736
+ .uk-icon-bus:before { content: "\f207"; }
737
+ .uk-icon-ioxhost:before { content: "\f208"; }
738
+ .uk-icon-angellist:before { content: "\f209"; }
739
+ .uk-icon-cc:before { content: "\f20a"; }
740
+ .uk-icon-shekel:before,
741
+ .uk-icon-sheqel:before,
742
+ .uk-icon-ils:before { content: "\f20b"; }
743
+ .uk-icon-meanpath:before { content: "\f20c"; }
744
+ .uk-icon-buysellads:before { content: "\f20d"; }
745
+ .uk-icon-connectdevelop:before { content: "\f20e"; }
746
+ .uk-icon-dashcube:before { content: "\f210"; }
747
+ .uk-icon-forumbee:before { content: "\f211"; }
748
+ .uk-icon-leanpub:before { content: "\f212"; }
749
+ .uk-icon-sellsy:before { content: "\f213"; }
750
+ .uk-icon-shirtsinbulk:before { content: "\f214"; }
751
+ .uk-icon-simplybuilt:before { content: "\f215"; }
752
+ .uk-icon-skyatlas:before { content: "\f216"; }
753
+ .uk-icon-cart-plus:before { content: "\f217"; }
754
+ .uk-icon-cart-arrow-down:before { content: "\f218"; }
755
+ .uk-icon-diamond:before { content: "\f219"; }
756
+ .uk-icon-ship:before { content: "\f21a"; }
757
+ .uk-icon-user-secret:before { content: "\f21b"; }
758
+ .uk-icon-motorcycle:before { content: "\f21c"; }
759
+ .uk-icon-street-view:before { content: "\f21d"; }
760
+ .uk-icon-heartbeat:before { content: "\f21e"; }
761
+ .uk-icon-venus:before { content: "\f221"; }
762
+ .uk-icon-mars:before { content: "\f222"; }
763
+ .uk-icon-mercury:before { content: "\f223"; }
764
+ .uk-icon-transgender:before { content: "\f224"; }
765
+ .uk-icon-transgender-alt:before { content: "\f225"; }
766
+ .uk-icon-venus-double:before { content: "\f226"; }
767
+ .uk-icon-mars-double:before { content: "\f227"; }
768
+ .uk-icon-venus-mars:before { content: "\f228"; }
769
+ .uk-icon-mars-stroke:before { content: "\f229"; }
770
+ .uk-icon-mars-stroke-v:before { content: "\f22a"; }
771
+ .uk-icon-mars-stroke-h:before { content: "\f22b"; }
772
+ .uk-icon-neuter:before { content: "\f22c"; }
773
+ .uk-icon-facebook-official:before { content: "\f230"; }
774
+ .uk-icon-pinterest-p:before { content: "\f231"; }
775
+ .uk-icon-whatsapp:before { content: "\f232"; }
776
+ .uk-icon-server:before { content: "\f233"; }
777
+ .uk-icon-user-plus:before { content: "\f234"; }
778
+ .uk-icon-user-times:before { content: "\f235"; }
779
+ .uk-icon-hotel:before,
780
+ .uk-icon-bed:before { content: "\f236"; }
781
+ .uk-icon-viacoin:before { content: "\f237"; }
782
+ .uk-icon-train:before { content: "\f238"; }
783
+ .uk-icon-subway:before { content: "\f239"; }
784
+ .uk-icon-medium-logo:before { content: "\f23a"; }
785
+ .uk-icon-500px:before { content: "\f26e"; }
786
+ .uk-icon-amazon:before { content: "\f270"; }
787
+ .uk-icon-balance-scale:before { content: "\f24e"; }
788
+ .uk-icon-battery-empty:before,
789
+ .uk-icon-battery-0:before { content: "\f244"; }
790
+ .uk-icon-battery-quarter:before,
791
+ .uk-icon-battery-1:before { content: "\f243"; }
792
+ .uk-icon-battery-half:before,
793
+ .uk-icon-battery-2:before { content: "\f242"; }
794
+ .uk-icon-battery-three-quarters:before,
795
+ .uk-icon-battery-3:before { content: "\f241"; }
796
+ .uk-icon-battery-full:before,
797
+ .uk-icon-battery-4:before { content: "\f240"; }
798
+ .uk-icon-black-tie:before { content: "\f27e"; }
799
+ .uk-icon-calendar-check-o:before { content: "\f274"; }
800
+ .uk-icon-calendar-minus-o:before { content: "\f272"; }
801
+ .uk-icon-calendar-plus-o:before { content: "\f271"; }
802
+ .uk-icon-calendar-times-o:before { content: "\f273"; }
803
+ .uk-icon-cc-diners-club:before { content: "\f24c"; }
804
+ .uk-icon-cc-jcb:before { content: "\f24b"; }
805
+ .uk-icon-chrome:before { content: "\f268"; }
806
+ .uk-icon-clone:before { content: "\f24d"; }
807
+ .uk-icon-commenting:before { content: "\f27a"; }
808
+ .uk-icon-commenting-o:before { content: "\f27b"; }
809
+ .uk-icon-contao:before { content: "\f26d"; }
810
+ .uk-icon-creative-commons:before { content: "\f25e"; }
811
+ .uk-icon-expeditedssl:before { content: "\f23e"; }
812
+ .uk-icon-firefox:before { content: "\f269"; }
813
+ .uk-icon-fonticons:before { content: "\f280"; }
814
+ .uk-icon-get-pocket:before { content: "\f265"; }
815
+ .uk-icon-gg:before { content: "\f260"; }
816
+ .uk-icon-gg-circle:before { content: "\f261"; }
817
+ .uk-icon-hand-lizard-o:before { content: "\f258"; }
818
+ .uk-icon-hand-stop-o:before,
819
+ .uk-icon-hand-paper-o:before { content: "\f256"; }
820
+ .uk-icon-hand-peace-o:before { content: "\f25b"; }
821
+ .uk-icon-hand-pointer-o:before { content: "\f25a"; }
822
+ .uk-icon-hand-grab-o:before,
823
+ .uk-icon-hand-rock-o:before { content: "\f255"; }
824
+ .uk-icon-hand-scissors-o:before { content: "\f257"; }
825
+ .uk-icon-hand-spock-o:before { content: "\f259"; }
826
+ .uk-icon-hourglass:before { content: "\f254"; }
827
+ .uk-icon-hourglass-o:before { content: "\f250"; }
828
+ .uk-icon-hourglass-1:before,
829
+ .uk-icon-hourglass-start:before { content: "\f251"; }
830
+ .uk-icon-hourglass-2:before,
831
+ .uk-icon-hourglass-half:before { content: "\f252"; }
832
+ .uk-icon-hourglass-3:before,
833
+ .uk-icon-hourglass-end:before { content: "\f253"; }
834
+ .uk-icon-houzz:before { content: "\f27c"; }
835
+ .uk-icon-i-cursor:before { content: "\f246"; }
836
+ .uk-icon-industry:before { content: "\f275"; }
837
+ .uk-icon-internet-explorer:before { content: "\f26b"; }
838
+ .uk-icon-map:before { content: "\f279"; }
839
+ .uk-icon-map-o:before { content: "\f278"; }
840
+ .uk-icon-map-pin:before { content: "\f276"; }
841
+ .uk-icon-map-signs:before { content: "\f277"; }
842
+ .uk-icon-mouse-pointer:before { content: "\f245"; }
843
+ .uk-icon-object-group:before { content: "\f247"; }
844
+ .uk-icon-object-ungroup:before { content: "\f248"; }
845
+ .uk-icon-odnoklassniki:before { content: "\f263"; }
846
+ .uk-icon-odnoklassniki-square:before { content: "\f264"; }
847
+ .uk-icon-opencart:before { content: "\f23d"; }
848
+ .uk-icon-opera:before { content: "\f26a"; }
849
+ .uk-icon-optin-monster:before { content: "\f23c"; }
850
+ .uk-icon-registered:before { content: "\f25d"; }
851
+ .uk-icon-safari:before { content: "\f267"; }
852
+ .uk-icon-sticky-note:before { content: "\f249"; }
853
+ .uk-icon-sticky-note-o:before { content: "\f24a"; }
854
+ .uk-icon-tv:before,
855
+ .uk-icon-television:before { content: "\f26c"; }
856
+ .uk-icon-trademark:before { content: "\f25c"; }
857
+ .uk-icon-tripadvisor:before { content: "\f262"; }
858
+ .uk-icon-vimeo:before { content: "\f27d"; }
859
+ .uk-icon-wikipedia-w:before { content: "\f266"; }
860
+ .uk-icon-yc:before,
861
+ .uk-icon-y-combinator:before { content: "\f23b"; }
862
+ .uk-icon-yc-square:before,
863
+ .uk-icon-y-combinator-square:before { content: "\f1d4"; }
864
+ // added fa 4.5
865
+ .uk-icon-bluetooth:before { content: "\f293"; }
866
+ .uk-icon-bluetooth-b:before { content: "\f294"; }
867
+ .uk-icon-codiepie:before { content: "\f284"; }
868
+ .uk-icon-credit-card-alt:before { content: "\f283"; }
869
+ .uk-icon-edge:before { content: "\f282"; }
870
+ .uk-icon-fort-awesome:before { content: "\f286"; }
871
+ .uk-icon-hashtag:before { content: "\f292"; }
872
+ .uk-icon-mixcloud:before { content: "\f289"; }
873
+ .uk-icon-modx:before { content: "\f285"; }
874
+ .uk-icon-pause-circle:before { content: "\f28b"; }
875
+ .uk-icon-pause-circle-o:before { content: "\f28c"; }
876
+ .uk-icon-percent:before { content: "\f295"; }
877
+ .uk-icon-product-hunt:before { content: "\f288"; }
878
+ .uk-icon-reddit-alien:before { content: "\f281"; }
879
+ .uk-icon-scribd:before { content: "\f28a"; }
880
+ .uk-icon-shopping-bag:before { content: "\f290"; }
881
+ .uk-icon-shopping-basket:before { content: "\f291"; }
882
+ .uk-icon-stop-circle:before { content: "\f28d"; }
883
+ .uk-icon-stop-circle-o:before { content: "\f28e"; }
884
+ .uk-icon-usb:before { content: "\f287"; }
885
+ // added fa 4.6
886
+ .uk-icon-american-sign-language-interpreting:before,
887
+ .uk-icon-asl-interpreting:before { content: "\f2a3"; }
888
+ .uk-icon-assistive-listening-systems:before { content: "\f2a2"; }
889
+ .uk-icon-audio-description:before { content: "\f29e"; }
890
+ .uk-icon-blind:before { content: "\f29d"; }
891
+ .uk-icon-braille:before { content: "\f2a1"; }
892
+ .uk-icon-deaf:before,
893
+ .uk-icon-deafness:before { content: "\f2a4"; }
894
+ .uk-icon-envira:before { content: "\f299"; }
895
+ .uk-icon-font-awesome:before,
896
+ .uk-icon-fa:before { content: "\f2b4"; }
897
+ .uk-icon-first-order:before { content: "\f2b0"; }
898
+ .uk-icon-gitlab:before { content: "\f296"; }
899
+ .uk-icon-glide:before { content: "\f2a5"; }
900
+ .uk-icon-glide-g:before { content: "\f2a6"; }
901
+ .uk-icon-hard-of-hearing:before { content: "\f2a4"; }
902
+ .uk-icon-low-vision:before { content: "\f2a8"; }
903
+ .uk-icon-question-circle-o:before { content: "\f29c"; }
904
+ .uk-icon-sign-language:before,
905
+ .uk-icon-signing:before { content: "\f2a7"; }
906
+ .uk-icon-snapchat:before { content: "\f2ab"; }
907
+ .uk-icon-snapchat-ghost:before { content: "\f2ac"; }
908
+ .uk-icon-snapchat-square:before { content: "\f2ad"; }
909
+ .uk-icon-themeisle:before { content: "\f2b2"; }
910
+ .uk-icon-universal-access:before { content: "\f29a"; }
911
+ .uk-icon-viadeo:before { content: "\f2a9"; }
912
+ .uk-icon-viadeo-square:before { content: "\f2aa"; }
913
+ .uk-icon-volume-control-phone:before { content: "\f2a0"; }
914
+ .uk-icon-wheelchair-alt:before { content: "\f29b"; }
915
+ .uk-icon-wpbeginner:before { content: "\f297"; }
916
+ .uk-icon-wpforms:before { content: "\f298"; }
917
+ .uk-icon-yoast:before { content: "\f2b1"; }
918
+
919
+
920
+ // Hooks
921
+ // ========================================================================
922
+
923
+ @include hook-icon-misc();
924
+
925
+ // @mixin hook-icon-hover(){}
926
+ // @mixin hook-icon-hover-hover(){}
927
+ // @mixin hook-icon-button(){}
928
+ // @mixin hook-icon-button-hover(){}
929
+ // @mixin hook-icon-button-active(){}
930
+ // @mixin hook-icon-misc(){}