create-dubhe 0.1.6 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/index.js +1 -1
  2. package/package.json +11 -3
  3. package/template/101/aptos-template/.prettierignore +1 -0
  4. package/template/101/aptos-template/.prettierrc +7 -7
  5. package/template/101/aptos-template/.prettierrc.json +8 -0
  6. package/template/101/aptos-template/README.md +3 -2
  7. package/template/101/aptos-template/jest.config.ts +3 -3
  8. package/template/101/aptos-template/next-i18next.config.js +4 -4
  9. package/template/101/aptos-template/next.config.js +11 -12
  10. package/template/101/aptos-template/package.json +10 -5
  11. package/template/101/aptos-template/postcss.config.js +1 -1
  12. package/template/101/aptos-template/public/locales/de/common.json +1 -1
  13. package/template/101/aptos-template/public/locales/de/footer.json +1 -1
  14. package/template/101/aptos-template/public/locales/de/second-page.json +1 -1
  15. package/template/101/aptos-template/public/locales/en/footer.json +1 -1
  16. package/template/101/aptos-template/public/locales/en/second-page.json +1 -1
  17. package/template/101/aptos-template/public/locales/zn/common.json +1 -1
  18. package/template/101/aptos-template/public/locales/zn/footer.json +1 -1
  19. package/template/101/aptos-template/public/locales/zn/second-page.json +1 -1
  20. package/template/101/aptos-template/scripts/checkBalance.ts +1 -1
  21. package/template/101/aptos-template/src/css/font-awesome.css +692 -687
  22. package/template/101/aptos-template/src/css/font-awesome.min.css +2333 -1
  23. package/template/101/aptos-template/tailwind.config.js +40 -52
  24. package/template/101/initia-template/.prettierignore +1 -0
  25. package/template/101/initia-template/.prettierrc +7 -7
  26. package/template/101/initia-template/.prettierrc.json +8 -0
  27. package/template/101/initia-template/README.md +3 -2
  28. package/template/101/initia-template/jest.config.ts +3 -3
  29. package/template/101/initia-template/next-i18next.config.js +4 -4
  30. package/template/101/initia-template/next.config.js +11 -12
  31. package/template/101/initia-template/package.json +8 -3
  32. package/template/101/initia-template/postcss.config.js +1 -1
  33. package/template/101/initia-template/public/locales/de/common.json +1 -1
  34. package/template/101/initia-template/public/locales/de/footer.json +1 -1
  35. package/template/101/initia-template/public/locales/de/second-page.json +1 -1
  36. package/template/101/initia-template/public/locales/en/footer.json +1 -1
  37. package/template/101/initia-template/public/locales/en/second-page.json +1 -1
  38. package/template/101/initia-template/public/locales/zn/common.json +1 -1
  39. package/template/101/initia-template/public/locales/zn/footer.json +1 -1
  40. package/template/101/initia-template/public/locales/zn/second-page.json +1 -1
  41. package/template/101/initia-template/src/chain/config.ts +1 -1
  42. package/template/101/initia-template/src/css/font-awesome.css +692 -687
  43. package/template/101/initia-template/src/css/font-awesome.min.css +2333 -1
  44. package/template/101/initia-template/src/pages/index.tsx +7 -9
  45. package/template/101/initia-template/tailwind.config.js +40 -52
  46. package/template/101/movement-template/.prettierignore +1 -0
  47. package/template/101/movement-template/.prettierrc +7 -7
  48. package/template/101/movement-template/.prettierrc.json +8 -0
  49. package/template/101/movement-template/README.md +3 -2
  50. package/template/101/movement-template/jest.config.ts +3 -3
  51. package/template/101/movement-template/next-i18next.config.js +4 -4
  52. package/template/101/movement-template/next.config.js +11 -12
  53. package/template/101/movement-template/package.json +10 -5
  54. package/template/101/movement-template/postcss.config.js +1 -1
  55. package/template/101/movement-template/public/locales/de/common.json +1 -1
  56. package/template/101/movement-template/public/locales/de/footer.json +1 -1
  57. package/template/101/movement-template/public/locales/de/second-page.json +1 -1
  58. package/template/101/movement-template/public/locales/en/footer.json +1 -1
  59. package/template/101/movement-template/public/locales/en/second-page.json +1 -1
  60. package/template/101/movement-template/public/locales/zn/common.json +1 -1
  61. package/template/101/movement-template/public/locales/zn/footer.json +1 -1
  62. package/template/101/movement-template/public/locales/zn/second-page.json +1 -1
  63. package/template/101/movement-template/src/css/font-awesome.css +692 -687
  64. package/template/101/movement-template/src/css/font-awesome.min.css +2333 -1
  65. package/template/101/movement-template/tailwind.config.js +40 -52
  66. package/template/101/rooch-template/.prettierignore +1 -0
  67. package/template/101/rooch-template/.prettierrc +7 -7
  68. package/template/101/rooch-template/.prettierrc.json +8 -0
  69. package/template/101/rooch-template/README.md +3 -2
  70. package/template/101/rooch-template/jest.config.ts +3 -3
  71. package/template/101/rooch-template/next-i18next.config.js +4 -4
  72. package/template/101/rooch-template/next.config.js +11 -12
  73. package/template/101/rooch-template/package.json +8 -3
  74. package/template/101/rooch-template/postcss.config.js +1 -1
  75. package/template/101/rooch-template/public/locales/de/common.json +1 -1
  76. package/template/101/rooch-template/public/locales/de/footer.json +1 -1
  77. package/template/101/rooch-template/public/locales/de/second-page.json +1 -1
  78. package/template/101/rooch-template/public/locales/en/footer.json +1 -1
  79. package/template/101/rooch-template/public/locales/en/second-page.json +1 -1
  80. package/template/101/rooch-template/public/locales/zn/common.json +1 -1
  81. package/template/101/rooch-template/public/locales/zn/footer.json +1 -1
  82. package/template/101/rooch-template/public/locales/zn/second-page.json +1 -1
  83. package/template/101/rooch-template/src/chain/config.ts +1 -1
  84. package/template/101/rooch-template/src/css/font-awesome.css +692 -687
  85. package/template/101/rooch-template/src/css/font-awesome.min.css +2333 -1
  86. package/template/101/rooch-template/src/pages/index.tsx +7 -9
  87. package/template/101/rooch-template/tailwind.config.js +40 -52
  88. package/template/101/sui-template/.prettierignore +1 -0
  89. package/template/101/sui-template/.prettierrc.json +8 -0
  90. package/template/101/sui-template/README.md +4 -2
  91. package/template/101/sui-template/contracts/counter/sources/codegen/dapp/metadata.move +1 -1
  92. package/template/101/sui-template/contracts/counter/sources/codegen/dapp/schema.move +2 -2
  93. package/template/101/sui-template/contracts/counter/sources/codegen/dapp/system.move +7 -7
  94. package/template/101/sui-template/contracts/counter/sources/codegen/data/increment_event.move +1 -1
  95. package/template/101/sui-template/contracts/counter/sources/codegen/errors.move +3 -3
  96. package/template/101/sui-template/contracts/counter/sources/codegen/events.move +4 -4
  97. package/template/101/sui-template/contracts/counter/sources/codegen/genesis.move +5 -5
  98. package/template/101/sui-template/contracts/counter/sources/codegen/schema.move +9 -1
  99. package/template/101/sui-template/contracts/counter/sources/scripts/deploy_hook.move +2 -2
  100. package/template/101/sui-template/contracts/counter/sources/scripts/migrate.move +1 -1
  101. package/template/101/sui-template/contracts/counter/sources/systems/counter.move +3 -3
  102. package/template/101/sui-template/contracts/counter/sources/tests/counter.move +3 -3
  103. package/template/101/sui-template/contracts/counter/sources/tests/init.move +3 -3
  104. package/template/101/sui-template/dubhe.config.ts +4 -4
  105. package/template/101/sui-template/package.json +8 -7
  106. package/template/cocos/aptos-template/README.md +2 -1
  107. package/template/cocos/aptos-template/assets/Scripts/aptos.ts +15 -15
  108. package/template/cocos/aptos-template/assets/Scripts/chain/config.ts +5 -5
  109. package/template/cocos/aptos-template/assets/Scripts/dubhe.config.ts +8 -8
  110. package/template/cocos/aptos-template/assets/lib/obelisk.js +23107 -19762
  111. package/template/cocos/aptos-template/package.json +37 -37
  112. package/template/cocos/aptos-template/scripts/formatAccount.ts +18 -18
  113. package/template/cocos/aptos-template/scripts/generateAccount.ts +2 -2
  114. package/template/cocos/aptos-template/scripts/storeConfig.ts +37 -37
  115. package/template/cocos/aptos-template/tsconfig.json +2 -2
  116. package/template/cocos/sui-template/README.md +2 -1
  117. package/template/cocos/sui-template/assets/Scripts/chain/config.ts +3 -7
  118. package/template/cocos/sui-template/assets/Scripts/dubhe.config.ts +9 -9
  119. package/template/cocos/sui-template/assets/Scripts/sui.ts +87 -103
  120. package/template/cocos/sui-template/docker-compose.yaml +10 -4
  121. package/template/cocos/sui-template/package.json +25 -25
  122. package/template/cocos/sui-template/scripts/generateAccount.ts +38 -38
  123. package/template/cocos/sui-template/scripts/storeConfig.ts +36 -41
  124. package/template/cocos/sui-template/tsconfig.json +3 -10
  125. package/template/contract/sui-template/dubhe.config.ts +3 -3
  126. package/template/contract/sui-template/package.json +28 -28
  127. package/template/contract/sui-template/tsconfig.json +3 -13
  128. package/template/nextjs/aptos-template/.prettierignore +1 -0
  129. package/template/nextjs/aptos-template/.prettierrc +7 -7
  130. package/template/nextjs/aptos-template/.prettierrc.json +8 -0
  131. package/template/nextjs/aptos-template/README.md +2 -1
  132. package/template/nextjs/aptos-template/jest.config.ts +3 -3
  133. package/template/nextjs/aptos-template/next-i18next.config.js +4 -4
  134. package/template/nextjs/aptos-template/next.config.js +11 -12
  135. package/template/nextjs/aptos-template/package.json +11 -8
  136. package/template/nextjs/aptos-template/postcss.config.js +1 -1
  137. package/template/nextjs/aptos-template/public/locales/de/common.json +1 -1
  138. package/template/nextjs/aptos-template/public/locales/de/footer.json +1 -1
  139. package/template/nextjs/aptos-template/public/locales/de/second-page.json +1 -1
  140. package/template/nextjs/aptos-template/public/locales/en/footer.json +1 -1
  141. package/template/nextjs/aptos-template/public/locales/en/second-page.json +1 -1
  142. package/template/nextjs/aptos-template/public/locales/zn/common.json +1 -1
  143. package/template/nextjs/aptos-template/public/locales/zn/footer.json +1 -1
  144. package/template/nextjs/aptos-template/public/locales/zn/second-page.json +1 -1
  145. package/template/nextjs/aptos-template/src/components/Animation.tsx +60 -70
  146. package/template/nextjs/aptos-template/src/components/Container.tsx +2 -8
  147. package/template/nextjs/aptos-template/src/components/footer/index.tsx +124 -135
  148. package/template/nextjs/aptos-template/src/components/head/index.tsx +14 -14
  149. package/template/nextjs/aptos-template/src/components/header/index.tsx +143 -157
  150. package/template/nextjs/aptos-template/src/components/pop_up_box/index.tsx +150 -138
  151. package/template/nextjs/aptos-template/src/css/font-awesome.css +692 -687
  152. package/template/nextjs/aptos-template/src/css/font-awesome.min.css +2333 -1
  153. package/template/nextjs/aptos-template/src/jotai/index.tsx +9 -10
  154. package/template/nextjs/aptos-template/src/pages/_app.tsx +16 -16
  155. package/template/nextjs/aptos-template/src/pages/index.tsx +7 -10
  156. package/template/nextjs/aptos-template/tailwind.config.js +44 -55
  157. package/template/nextjs/aptos-template/tsconfig.json +3 -13
  158. package/template/nextjs/sui-template/.prettierignore +1 -0
  159. package/template/nextjs/sui-template/.prettierrc.json +8 -0
  160. package/template/nextjs/sui-template/README.md +4 -2
  161. package/template/nextjs/sui-template/contracts/counter/sources/codegen/dapp/metadata.move +1 -1
  162. package/template/nextjs/sui-template/contracts/counter/sources/codegen/dapp/schema.move +2 -2
  163. package/template/nextjs/sui-template/contracts/counter/sources/codegen/dapp/system.move +7 -7
  164. package/template/nextjs/sui-template/contracts/counter/sources/codegen/data/increment_event.move +1 -1
  165. package/template/nextjs/sui-template/contracts/counter/sources/codegen/errors.move +3 -3
  166. package/template/nextjs/sui-template/contracts/counter/sources/codegen/events.move +4 -4
  167. package/template/nextjs/sui-template/contracts/counter/sources/codegen/genesis.move +5 -5
  168. package/template/nextjs/sui-template/contracts/counter/sources/codegen/schema.move +9 -1
  169. package/template/nextjs/sui-template/contracts/counter/sources/scripts/deploy_hook.move +2 -2
  170. package/template/nextjs/sui-template/contracts/counter/sources/scripts/migrate.move +1 -1
  171. package/template/nextjs/sui-template/contracts/counter/sources/systems/counter.move +3 -3
  172. package/template/nextjs/sui-template/contracts/counter/sources/tests/counter.move +3 -3
  173. package/template/nextjs/sui-template/contracts/counter/sources/tests/init.move +3 -3
  174. package/template/nextjs/sui-template/dubhe.config.ts +4 -4
  175. package/template/nextjs/sui-template/next.config.mjs +1 -2
  176. package/template/nextjs/sui-template/package.json +9 -8
  177. package/template/nextjs/sui-template/src/chain/config.ts +2 -2
@@ -7,7 +7,12 @@
7
7
  @font-face {
8
8
  font-family: 'FontAwesome';
9
9
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
10
- src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
10
+ src:
11
+ url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
12
+ url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
13
+ url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
14
+ url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
15
+ url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
11
16
  font-weight: normal;
12
17
  font-style: normal;
13
18
  }
@@ -60,9 +65,9 @@
60
65
  left: -1.85714286em;
61
66
  }
62
67
  .fa-border {
63
- padding: .2em .25em .15em;
68
+ padding: 0.2em 0.25em 0.15em;
64
69
  border: solid 0.08em #eeeeee;
65
- border-radius: .1em;
70
+ border-radius: 0.1em;
66
71
  }
67
72
  .fa-pull-left {
68
73
  float: left;
@@ -71,10 +76,10 @@
71
76
  float: right;
72
77
  }
73
78
  .fa.fa-pull-left {
74
- margin-right: .3em;
79
+ margin-right: 0.3em;
75
80
  }
76
81
  .fa.fa-pull-right {
77
- margin-left: .3em;
82
+ margin-left: 0.3em;
78
83
  }
79
84
  /* Deprecated as of 4.4.0 */
80
85
  .pull-right {
@@ -84,10 +89,10 @@
84
89
  float: left;
85
90
  }
86
91
  .fa.pull-left {
87
- margin-right: .3em;
92
+ margin-right: 0.3em;
88
93
  }
89
94
  .fa.pull-right {
90
- margin-left: .3em;
95
+ margin-left: 0.3em;
91
96
  }
92
97
  .fa-spin {
93
98
  -webkit-animation: fa-spin 2s infinite linear;
@@ -118,31 +123,31 @@
118
123
  }
119
124
  }
120
125
  .fa-rotate-90 {
121
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
126
+ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
122
127
  -webkit-transform: rotate(90deg);
123
128
  -ms-transform: rotate(90deg);
124
129
  transform: rotate(90deg);
125
130
  }
126
131
  .fa-rotate-180 {
127
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
132
+ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
128
133
  -webkit-transform: rotate(180deg);
129
134
  -ms-transform: rotate(180deg);
130
135
  transform: rotate(180deg);
131
136
  }
132
137
  .fa-rotate-270 {
133
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
138
+ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
134
139
  -webkit-transform: rotate(270deg);
135
140
  -ms-transform: rotate(270deg);
136
141
  transform: rotate(270deg);
137
142
  }
138
143
  .fa-flip-horizontal {
139
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
144
+ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
140
145
  -webkit-transform: scale(-1, 1);
141
146
  -ms-transform: scale(-1, 1);
142
147
  transform: scale(-1, 1);
143
148
  }
144
149
  .fa-flip-vertical {
145
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
150
+ -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
146
151
  -webkit-transform: scale(1, -1);
147
152
  -ms-transform: scale(1, -1);
148
153
  transform: scale(1, -1);
@@ -181,2140 +186,2140 @@
181
186
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
182
187
  readers do not read off random characters that represent icons */
183
188
  .fa-glass:before {
184
- content: "\f000";
189
+ content: '\f000';
185
190
  }
186
191
  .fa-music:before {
187
- content: "\f001";
192
+ content: '\f001';
188
193
  }
189
194
  .fa-search:before {
190
- content: "\f002";
195
+ content: '\f002';
191
196
  }
192
197
  .fa-envelope-o:before {
193
- content: "\f003";
198
+ content: '\f003';
194
199
  }
195
200
  .fa-heart:before {
196
- content: "\f004";
201
+ content: '\f004';
197
202
  }
198
203
  .fa-star:before {
199
- content: "\f005";
204
+ content: '\f005';
200
205
  }
201
206
  .fa-star-o:before {
202
- content: "\f006";
207
+ content: '\f006';
203
208
  }
204
209
  .fa-user:before {
205
- content: "\f007";
210
+ content: '\f007';
206
211
  }
207
212
  .fa-film:before {
208
- content: "\f008";
213
+ content: '\f008';
209
214
  }
210
215
  .fa-th-large:before {
211
- content: "\f009";
216
+ content: '\f009';
212
217
  }
213
218
  .fa-th:before {
214
- content: "\f00a";
219
+ content: '\f00a';
215
220
  }
216
221
  .fa-th-list:before {
217
- content: "\f00b";
222
+ content: '\f00b';
218
223
  }
219
224
  .fa-check:before {
220
- content: "\f00c";
225
+ content: '\f00c';
221
226
  }
222
227
  .fa-remove:before,
223
228
  .fa-close:before,
224
229
  .fa-times:before {
225
- content: "\f00d";
230
+ content: '\f00d';
226
231
  }
227
232
  .fa-search-plus:before {
228
- content: "\f00e";
233
+ content: '\f00e';
229
234
  }
230
235
  .fa-search-minus:before {
231
- content: "\f010";
236
+ content: '\f010';
232
237
  }
233
238
  .fa-power-off:before {
234
- content: "\f011";
239
+ content: '\f011';
235
240
  }
236
241
  .fa-signal:before {
237
- content: "\f012";
242
+ content: '\f012';
238
243
  }
239
244
  .fa-gear:before,
240
245
  .fa-cog:before {
241
- content: "\f013";
246
+ content: '\f013';
242
247
  }
243
248
  .fa-trash-o:before {
244
- content: "\f014";
249
+ content: '\f014';
245
250
  }
246
251
  .fa-home:before {
247
- content: "\f015";
252
+ content: '\f015';
248
253
  }
249
254
  .fa-file-o:before {
250
- content: "\f016";
255
+ content: '\f016';
251
256
  }
252
257
  .fa-clock-o:before {
253
- content: "\f017";
258
+ content: '\f017';
254
259
  }
255
260
  .fa-road:before {
256
- content: "\f018";
261
+ content: '\f018';
257
262
  }
258
263
  .fa-download:before {
259
- content: "\f019";
264
+ content: '\f019';
260
265
  }
261
266
  .fa-arrow-circle-o-down:before {
262
- content: "\f01a";
267
+ content: '\f01a';
263
268
  }
264
269
  .fa-arrow-circle-o-up:before {
265
- content: "\f01b";
270
+ content: '\f01b';
266
271
  }
267
272
  .fa-inbox:before {
268
- content: "\f01c";
273
+ content: '\f01c';
269
274
  }
270
275
  .fa-play-circle-o:before {
271
- content: "\f01d";
276
+ content: '\f01d';
272
277
  }
273
278
  .fa-rotate-right:before,
274
279
  .fa-repeat:before {
275
- content: "\f01e";
280
+ content: '\f01e';
276
281
  }
277
282
  .fa-refresh:before {
278
- content: "\f021";
283
+ content: '\f021';
279
284
  }
280
285
  .fa-list-alt:before {
281
- content: "\f022";
286
+ content: '\f022';
282
287
  }
283
288
  .fa-lock:before {
284
- content: "\f023";
289
+ content: '\f023';
285
290
  }
286
291
  .fa-flag:before {
287
- content: "\f024";
292
+ content: '\f024';
288
293
  }
289
294
  .fa-headphones:before {
290
- content: "\f025";
295
+ content: '\f025';
291
296
  }
292
297
  .fa-volume-off:before {
293
- content: "\f026";
298
+ content: '\f026';
294
299
  }
295
300
  .fa-volume-down:before {
296
- content: "\f027";
301
+ content: '\f027';
297
302
  }
298
303
  .fa-volume-up:before {
299
- content: "\f028";
304
+ content: '\f028';
300
305
  }
301
306
  .fa-qrcode:before {
302
- content: "\f029";
307
+ content: '\f029';
303
308
  }
304
309
  .fa-barcode:before {
305
- content: "\f02a";
310
+ content: '\f02a';
306
311
  }
307
312
  .fa-tag:before {
308
- content: "\f02b";
313
+ content: '\f02b';
309
314
  }
310
315
  .fa-tags:before {
311
- content: "\f02c";
316
+ content: '\f02c';
312
317
  }
313
318
  .fa-book:before {
314
- content: "\f02d";
319
+ content: '\f02d';
315
320
  }
316
321
  .fa-bookmark:before {
317
- content: "\f02e";
322
+ content: '\f02e';
318
323
  }
319
324
  .fa-print:before {
320
- content: "\f02f";
325
+ content: '\f02f';
321
326
  }
322
327
  .fa-camera:before {
323
- content: "\f030";
328
+ content: '\f030';
324
329
  }
325
330
  .fa-font:before {
326
- content: "\f031";
331
+ content: '\f031';
327
332
  }
328
333
  .fa-bold:before {
329
- content: "\f032";
334
+ content: '\f032';
330
335
  }
331
336
  .fa-italic:before {
332
- content: "\f033";
337
+ content: '\f033';
333
338
  }
334
339
  .fa-text-height:before {
335
- content: "\f034";
340
+ content: '\f034';
336
341
  }
337
342
  .fa-text-width:before {
338
- content: "\f035";
343
+ content: '\f035';
339
344
  }
340
345
  .fa-align-left:before {
341
- content: "\f036";
346
+ content: '\f036';
342
347
  }
343
348
  .fa-align-center:before {
344
- content: "\f037";
349
+ content: '\f037';
345
350
  }
346
351
  .fa-align-right:before {
347
- content: "\f038";
352
+ content: '\f038';
348
353
  }
349
354
  .fa-align-justify:before {
350
- content: "\f039";
355
+ content: '\f039';
351
356
  }
352
357
  .fa-list:before {
353
- content: "\f03a";
358
+ content: '\f03a';
354
359
  }
355
360
  .fa-dedent:before,
356
361
  .fa-outdent:before {
357
- content: "\f03b";
362
+ content: '\f03b';
358
363
  }
359
364
  .fa-indent:before {
360
- content: "\f03c";
365
+ content: '\f03c';
361
366
  }
362
367
  .fa-video-camera:before {
363
- content: "\f03d";
368
+ content: '\f03d';
364
369
  }
365
370
  .fa-photo:before,
366
371
  .fa-image:before,
367
372
  .fa-picture-o:before {
368
- content: "\f03e";
373
+ content: '\f03e';
369
374
  }
370
375
  .fa-pencil:before {
371
- content: "\f040";
376
+ content: '\f040';
372
377
  }
373
378
  .fa-map-marker:before {
374
- content: "\f041";
379
+ content: '\f041';
375
380
  }
376
381
  .fa-adjust:before {
377
- content: "\f042";
382
+ content: '\f042';
378
383
  }
379
384
  .fa-tint:before {
380
- content: "\f043";
385
+ content: '\f043';
381
386
  }
382
387
  .fa-edit:before,
383
388
  .fa-pencil-square-o:before {
384
- content: "\f044";
389
+ content: '\f044';
385
390
  }
386
391
  .fa-share-square-o:before {
387
- content: "\f045";
392
+ content: '\f045';
388
393
  }
389
394
  .fa-check-square-o:before {
390
- content: "\f046";
395
+ content: '\f046';
391
396
  }
392
397
  .fa-arrows:before {
393
- content: "\f047";
398
+ content: '\f047';
394
399
  }
395
400
  .fa-step-backward:before {
396
- content: "\f048";
401
+ content: '\f048';
397
402
  }
398
403
  .fa-fast-backward:before {
399
- content: "\f049";
404
+ content: '\f049';
400
405
  }
401
406
  .fa-backward:before {
402
- content: "\f04a";
407
+ content: '\f04a';
403
408
  }
404
409
  .fa-play:before {
405
- content: "\f04b";
410
+ content: '\f04b';
406
411
  }
407
412
  .fa-pause:before {
408
- content: "\f04c";
413
+ content: '\f04c';
409
414
  }
410
415
  .fa-stop:before {
411
- content: "\f04d";
416
+ content: '\f04d';
412
417
  }
413
418
  .fa-forward:before {
414
- content: "\f04e";
419
+ content: '\f04e';
415
420
  }
416
421
  .fa-fast-forward:before {
417
- content: "\f050";
422
+ content: '\f050';
418
423
  }
419
424
  .fa-step-forward:before {
420
- content: "\f051";
425
+ content: '\f051';
421
426
  }
422
427
  .fa-eject:before {
423
- content: "\f052";
428
+ content: '\f052';
424
429
  }
425
430
  .fa-chevron-left:before {
426
- content: "\f053";
431
+ content: '\f053';
427
432
  }
428
433
  .fa-chevron-right:before {
429
- content: "\f054";
434
+ content: '\f054';
430
435
  }
431
436
  .fa-plus-circle:before {
432
- content: "\f055";
437
+ content: '\f055';
433
438
  }
434
439
  .fa-minus-circle:before {
435
- content: "\f056";
440
+ content: '\f056';
436
441
  }
437
442
  .fa-times-circle:before {
438
- content: "\f057";
443
+ content: '\f057';
439
444
  }
440
445
  .fa-check-circle:before {
441
- content: "\f058";
446
+ content: '\f058';
442
447
  }
443
448
  .fa-question-circle:before {
444
- content: "\f059";
449
+ content: '\f059';
445
450
  }
446
451
  .fa-info-circle:before {
447
- content: "\f05a";
452
+ content: '\f05a';
448
453
  }
449
454
  .fa-crosshairs:before {
450
- content: "\f05b";
455
+ content: '\f05b';
451
456
  }
452
457
  .fa-times-circle-o:before {
453
- content: "\f05c";
458
+ content: '\f05c';
454
459
  }
455
460
  .fa-check-circle-o:before {
456
- content: "\f05d";
461
+ content: '\f05d';
457
462
  }
458
463
  .fa-ban:before {
459
- content: "\f05e";
464
+ content: '\f05e';
460
465
  }
461
466
  .fa-arrow-left:before {
462
- content: "\f060";
467
+ content: '\f060';
463
468
  }
464
469
  .fa-arrow-right:before {
465
- content: "\f061";
470
+ content: '\f061';
466
471
  }
467
472
  .fa-arrow-up:before {
468
- content: "\f062";
473
+ content: '\f062';
469
474
  }
470
475
  .fa-arrow-down:before {
471
- content: "\f063";
476
+ content: '\f063';
472
477
  }
473
478
  .fa-mail-forward:before,
474
479
  .fa-share:before {
475
- content: "\f064";
480
+ content: '\f064';
476
481
  }
477
482
  .fa-expand:before {
478
- content: "\f065";
483
+ content: '\f065';
479
484
  }
480
485
  .fa-compress:before {
481
- content: "\f066";
486
+ content: '\f066';
482
487
  }
483
488
  .fa-plus:before {
484
- content: "\f067";
489
+ content: '\f067';
485
490
  }
486
491
  .fa-minus:before {
487
- content: "\f068";
492
+ content: '\f068';
488
493
  }
489
494
  .fa-asterisk:before {
490
- content: "\f069";
495
+ content: '\f069';
491
496
  }
492
497
  .fa-exclamation-circle:before {
493
- content: "\f06a";
498
+ content: '\f06a';
494
499
  }
495
500
  .fa-gift:before {
496
- content: "\f06b";
501
+ content: '\f06b';
497
502
  }
498
503
  .fa-leaf:before {
499
- content: "\f06c";
504
+ content: '\f06c';
500
505
  }
501
506
  .fa-fire:before {
502
- content: "\f06d";
507
+ content: '\f06d';
503
508
  }
504
509
  .fa-eye:before {
505
- content: "\f06e";
510
+ content: '\f06e';
506
511
  }
507
512
  .fa-eye-slash:before {
508
- content: "\f070";
513
+ content: '\f070';
509
514
  }
510
515
  .fa-warning:before,
511
516
  .fa-exclamation-triangle:before {
512
- content: "\f071";
517
+ content: '\f071';
513
518
  }
514
519
  .fa-plane:before {
515
- content: "\f072";
520
+ content: '\f072';
516
521
  }
517
522
  .fa-calendar:before {
518
- content: "\f073";
523
+ content: '\f073';
519
524
  }
520
525
  .fa-random:before {
521
- content: "\f074";
526
+ content: '\f074';
522
527
  }
523
528
  .fa-comment:before {
524
- content: "\f075";
529
+ content: '\f075';
525
530
  }
526
531
  .fa-magnet:before {
527
- content: "\f076";
532
+ content: '\f076';
528
533
  }
529
534
  .fa-chevron-up:before {
530
- content: "\f077";
535
+ content: '\f077';
531
536
  }
532
537
  .fa-chevron-down:before {
533
- content: "\f078";
538
+ content: '\f078';
534
539
  }
535
540
  .fa-retweet:before {
536
- content: "\f079";
541
+ content: '\f079';
537
542
  }
538
543
  .fa-shopping-cart:before {
539
- content: "\f07a";
544
+ content: '\f07a';
540
545
  }
541
546
  .fa-folder:before {
542
- content: "\f07b";
547
+ content: '\f07b';
543
548
  }
544
549
  .fa-folder-open:before {
545
- content: "\f07c";
550
+ content: '\f07c';
546
551
  }
547
552
  .fa-arrows-v:before {
548
- content: "\f07d";
553
+ content: '\f07d';
549
554
  }
550
555
  .fa-arrows-h:before {
551
- content: "\f07e";
556
+ content: '\f07e';
552
557
  }
553
558
  .fa-bar-chart-o:before,
554
559
  .fa-bar-chart:before {
555
- content: "\f080";
560
+ content: '\f080';
556
561
  }
557
562
  .fa-twitter-square:before {
558
- content: "\f081";
563
+ content: '\f081';
559
564
  }
560
565
  .fa-facebook-square:before {
561
- content: "\f082";
566
+ content: '\f082';
562
567
  }
563
568
  .fa-camera-retro:before {
564
- content: "\f083";
569
+ content: '\f083';
565
570
  }
566
571
  .fa-key:before {
567
- content: "\f084";
572
+ content: '\f084';
568
573
  }
569
574
  .fa-gears:before,
570
575
  .fa-cogs:before {
571
- content: "\f085";
576
+ content: '\f085';
572
577
  }
573
578
  .fa-comments:before {
574
- content: "\f086";
579
+ content: '\f086';
575
580
  }
576
581
  .fa-thumbs-o-up:before {
577
- content: "\f087";
582
+ content: '\f087';
578
583
  }
579
584
  .fa-thumbs-o-down:before {
580
- content: "\f088";
585
+ content: '\f088';
581
586
  }
582
587
  .fa-star-half:before {
583
- content: "\f089";
588
+ content: '\f089';
584
589
  }
585
590
  .fa-heart-o:before {
586
- content: "\f08a";
591
+ content: '\f08a';
587
592
  }
588
593
  .fa-sign-out:before {
589
- content: "\f08b";
594
+ content: '\f08b';
590
595
  }
591
596
  .fa-linkedin-square:before {
592
- content: "\f08c";
597
+ content: '\f08c';
593
598
  }
594
599
  .fa-thumb-tack:before {
595
- content: "\f08d";
600
+ content: '\f08d';
596
601
  }
597
602
  .fa-external-link:before {
598
- content: "\f08e";
603
+ content: '\f08e';
599
604
  }
600
605
  .fa-sign-in:before {
601
- content: "\f090";
606
+ content: '\f090';
602
607
  }
603
608
  .fa-trophy:before {
604
- content: "\f091";
609
+ content: '\f091';
605
610
  }
606
611
  .fa-github-square:before {
607
- content: "\f092";
612
+ content: '\f092';
608
613
  }
609
614
  .fa-upload:before {
610
- content: "\f093";
615
+ content: '\f093';
611
616
  }
612
617
  .fa-lemon-o:before {
613
- content: "\f094";
618
+ content: '\f094';
614
619
  }
615
620
  .fa-phone:before {
616
- content: "\f095";
621
+ content: '\f095';
617
622
  }
618
623
  .fa-square-o:before {
619
- content: "\f096";
624
+ content: '\f096';
620
625
  }
621
626
  .fa-bookmark-o:before {
622
- content: "\f097";
627
+ content: '\f097';
623
628
  }
624
629
  .fa-phone-square:before {
625
- content: "\f098";
630
+ content: '\f098';
626
631
  }
627
632
  .fa-twitter:before {
628
- content: "\f099";
633
+ content: '\f099';
629
634
  }
630
635
  .fa-facebook-f:before,
631
636
  .fa-facebook:before {
632
- content: "\f09a";
637
+ content: '\f09a';
633
638
  }
634
639
  .fa-github:before {
635
- content: "\f09b";
640
+ content: '\f09b';
636
641
  }
637
642
  .fa-unlock:before {
638
- content: "\f09c";
643
+ content: '\f09c';
639
644
  }
640
645
  .fa-credit-card:before {
641
- content: "\f09d";
646
+ content: '\f09d';
642
647
  }
643
648
  .fa-feed:before,
644
649
  .fa-rss:before {
645
- content: "\f09e";
650
+ content: '\f09e';
646
651
  }
647
652
  .fa-hdd-o:before {
648
- content: "\f0a0";
653
+ content: '\f0a0';
649
654
  }
650
655
  .fa-bullhorn:before {
651
- content: "\f0a1";
656
+ content: '\f0a1';
652
657
  }
653
658
  .fa-bell:before {
654
- content: "\f0f3";
659
+ content: '\f0f3';
655
660
  }
656
661
  .fa-certificate:before {
657
- content: "\f0a3";
662
+ content: '\f0a3';
658
663
  }
659
664
  .fa-hand-o-right:before {
660
- content: "\f0a4";
665
+ content: '\f0a4';
661
666
  }
662
667
  .fa-hand-o-left:before {
663
- content: "\f0a5";
668
+ content: '\f0a5';
664
669
  }
665
670
  .fa-hand-o-up:before {
666
- content: "\f0a6";
671
+ content: '\f0a6';
667
672
  }
668
673
  .fa-hand-o-down:before {
669
- content: "\f0a7";
674
+ content: '\f0a7';
670
675
  }
671
676
  .fa-arrow-circle-left:before {
672
- content: "\f0a8";
677
+ content: '\f0a8';
673
678
  }
674
679
  .fa-arrow-circle-right:before {
675
- content: "\f0a9";
680
+ content: '\f0a9';
676
681
  }
677
682
  .fa-arrow-circle-up:before {
678
- content: "\f0aa";
683
+ content: '\f0aa';
679
684
  }
680
685
  .fa-arrow-circle-down:before {
681
- content: "\f0ab";
686
+ content: '\f0ab';
682
687
  }
683
688
  .fa-globe:before {
684
- content: "\f0ac";
689
+ content: '\f0ac';
685
690
  }
686
691
  .fa-wrench:before {
687
- content: "\f0ad";
692
+ content: '\f0ad';
688
693
  }
689
694
  .fa-tasks:before {
690
- content: "\f0ae";
695
+ content: '\f0ae';
691
696
  }
692
697
  .fa-filter:before {
693
- content: "\f0b0";
698
+ content: '\f0b0';
694
699
  }
695
700
  .fa-briefcase:before {
696
- content: "\f0b1";
701
+ content: '\f0b1';
697
702
  }
698
703
  .fa-arrows-alt:before {
699
- content: "\f0b2";
704
+ content: '\f0b2';
700
705
  }
701
706
  .fa-group:before,
702
707
  .fa-users:before {
703
- content: "\f0c0";
708
+ content: '\f0c0';
704
709
  }
705
710
  .fa-chain:before,
706
711
  .fa-link:before {
707
- content: "\f0c1";
712
+ content: '\f0c1';
708
713
  }
709
714
  .fa-cloud:before {
710
- content: "\f0c2";
715
+ content: '\f0c2';
711
716
  }
712
717
  .fa-flask:before {
713
- content: "\f0c3";
718
+ content: '\f0c3';
714
719
  }
715
720
  .fa-cut:before,
716
721
  .fa-scissors:before {
717
- content: "\f0c4";
722
+ content: '\f0c4';
718
723
  }
719
724
  .fa-copy:before,
720
725
  .fa-files-o:before {
721
- content: "\f0c5";
726
+ content: '\f0c5';
722
727
  }
723
728
  .fa-paperclip:before {
724
- content: "\f0c6";
729
+ content: '\f0c6';
725
730
  }
726
731
  .fa-save:before,
727
732
  .fa-floppy-o:before {
728
- content: "\f0c7";
733
+ content: '\f0c7';
729
734
  }
730
735
  .fa-square:before {
731
- content: "\f0c8";
736
+ content: '\f0c8';
732
737
  }
733
738
  .fa-navicon:before,
734
739
  .fa-reorder:before,
735
740
  .fa-bars:before {
736
- content: "\f0c9";
741
+ content: '\f0c9';
737
742
  }
738
743
  .fa-list-ul:before {
739
- content: "\f0ca";
744
+ content: '\f0ca';
740
745
  }
741
746
  .fa-list-ol:before {
742
- content: "\f0cb";
747
+ content: '\f0cb';
743
748
  }
744
749
  .fa-strikethrough:before {
745
- content: "\f0cc";
750
+ content: '\f0cc';
746
751
  }
747
752
  .fa-underline:before {
748
- content: "\f0cd";
753
+ content: '\f0cd';
749
754
  }
750
755
  .fa-table:before {
751
- content: "\f0ce";
756
+ content: '\f0ce';
752
757
  }
753
758
  .fa-magic:before {
754
- content: "\f0d0";
759
+ content: '\f0d0';
755
760
  }
756
761
  .fa-truck:before {
757
- content: "\f0d1";
762
+ content: '\f0d1';
758
763
  }
759
764
  .fa-pinterest:before {
760
- content: "\f0d2";
765
+ content: '\f0d2';
761
766
  }
762
767
  .fa-pinterest-square:before {
763
- content: "\f0d3";
768
+ content: '\f0d3';
764
769
  }
765
770
  .fa-google-plus-square:before {
766
- content: "\f0d4";
771
+ content: '\f0d4';
767
772
  }
768
773
  .fa-google-plus:before {
769
- content: "\f0d5";
774
+ content: '\f0d5';
770
775
  }
771
776
  .fa-money:before {
772
- content: "\f0d6";
777
+ content: '\f0d6';
773
778
  }
774
779
  .fa-caret-down:before {
775
- content: "\f0d7";
780
+ content: '\f0d7';
776
781
  }
777
782
  .fa-caret-up:before {
778
- content: "\f0d8";
783
+ content: '\f0d8';
779
784
  }
780
785
  .fa-caret-left:before {
781
- content: "\f0d9";
786
+ content: '\f0d9';
782
787
  }
783
788
  .fa-caret-right:before {
784
- content: "\f0da";
789
+ content: '\f0da';
785
790
  }
786
791
  .fa-columns:before {
787
- content: "\f0db";
792
+ content: '\f0db';
788
793
  }
789
794
  .fa-unsorted:before,
790
795
  .fa-sort:before {
791
- content: "\f0dc";
796
+ content: '\f0dc';
792
797
  }
793
798
  .fa-sort-down:before,
794
799
  .fa-sort-desc:before {
795
- content: "\f0dd";
800
+ content: '\f0dd';
796
801
  }
797
802
  .fa-sort-up:before,
798
803
  .fa-sort-asc:before {
799
- content: "\f0de";
804
+ content: '\f0de';
800
805
  }
801
806
  .fa-envelope:before {
802
- content: "\f0e0";
807
+ content: '\f0e0';
803
808
  }
804
809
  .fa-linkedin:before {
805
- content: "\f0e1";
810
+ content: '\f0e1';
806
811
  }
807
812
  .fa-rotate-left:before,
808
813
  .fa-undo:before {
809
- content: "\f0e2";
814
+ content: '\f0e2';
810
815
  }
811
816
  .fa-legal:before,
812
817
  .fa-gavel:before {
813
- content: "\f0e3";
818
+ content: '\f0e3';
814
819
  }
815
820
  .fa-dashboard:before,
816
821
  .fa-tachometer:before {
817
- content: "\f0e4";
822
+ content: '\f0e4';
818
823
  }
819
824
  .fa-comment-o:before {
820
- content: "\f0e5";
825
+ content: '\f0e5';
821
826
  }
822
827
  .fa-comments-o:before {
823
- content: "\f0e6";
828
+ content: '\f0e6';
824
829
  }
825
830
  .fa-flash:before,
826
831
  .fa-bolt:before {
827
- content: "\f0e7";
832
+ content: '\f0e7';
828
833
  }
829
834
  .fa-sitemap:before {
830
- content: "\f0e8";
835
+ content: '\f0e8';
831
836
  }
832
837
  .fa-umbrella:before {
833
- content: "\f0e9";
838
+ content: '\f0e9';
834
839
  }
835
840
  .fa-paste:before,
836
841
  .fa-clipboard:before {
837
- content: "\f0ea";
842
+ content: '\f0ea';
838
843
  }
839
844
  .fa-lightbulb-o:before {
840
- content: "\f0eb";
845
+ content: '\f0eb';
841
846
  }
842
847
  .fa-exchange:before {
843
- content: "\f0ec";
848
+ content: '\f0ec';
844
849
  }
845
850
  .fa-cloud-download:before {
846
- content: "\f0ed";
851
+ content: '\f0ed';
847
852
  }
848
853
  .fa-cloud-upload:before {
849
- content: "\f0ee";
854
+ content: '\f0ee';
850
855
  }
851
856
  .fa-user-md:before {
852
- content: "\f0f0";
857
+ content: '\f0f0';
853
858
  }
854
859
  .fa-stethoscope:before {
855
- content: "\f0f1";
860
+ content: '\f0f1';
856
861
  }
857
862
  .fa-suitcase:before {
858
- content: "\f0f2";
863
+ content: '\f0f2';
859
864
  }
860
865
  .fa-bell-o:before {
861
- content: "\f0a2";
866
+ content: '\f0a2';
862
867
  }
863
868
  .fa-coffee:before {
864
- content: "\f0f4";
869
+ content: '\f0f4';
865
870
  }
866
871
  .fa-cutlery:before {
867
- content: "\f0f5";
872
+ content: '\f0f5';
868
873
  }
869
874
  .fa-file-text-o:before {
870
- content: "\f0f6";
875
+ content: '\f0f6';
871
876
  }
872
877
  .fa-building-o:before {
873
- content: "\f0f7";
878
+ content: '\f0f7';
874
879
  }
875
880
  .fa-hospital-o:before {
876
- content: "\f0f8";
881
+ content: '\f0f8';
877
882
  }
878
883
  .fa-ambulance:before {
879
- content: "\f0f9";
884
+ content: '\f0f9';
880
885
  }
881
886
  .fa-medkit:before {
882
- content: "\f0fa";
887
+ content: '\f0fa';
883
888
  }
884
889
  .fa-fighter-jet:before {
885
- content: "\f0fb";
890
+ content: '\f0fb';
886
891
  }
887
892
  .fa-beer:before {
888
- content: "\f0fc";
893
+ content: '\f0fc';
889
894
  }
890
895
  .fa-h-square:before {
891
- content: "\f0fd";
896
+ content: '\f0fd';
892
897
  }
893
898
  .fa-plus-square:before {
894
- content: "\f0fe";
899
+ content: '\f0fe';
895
900
  }
896
901
  .fa-angle-double-left:before {
897
- content: "\f100";
902
+ content: '\f100';
898
903
  }
899
904
  .fa-angle-double-right:before {
900
- content: "\f101";
905
+ content: '\f101';
901
906
  }
902
907
  .fa-angle-double-up:before {
903
- content: "\f102";
908
+ content: '\f102';
904
909
  }
905
910
  .fa-angle-double-down:before {
906
- content: "\f103";
911
+ content: '\f103';
907
912
  }
908
913
  .fa-angle-left:before {
909
- content: "\f104";
914
+ content: '\f104';
910
915
  }
911
916
  .fa-angle-right:before {
912
- content: "\f105";
917
+ content: '\f105';
913
918
  }
914
919
  .fa-angle-up:before {
915
- content: "\f106";
920
+ content: '\f106';
916
921
  }
917
922
  .fa-angle-down:before {
918
- content: "\f107";
923
+ content: '\f107';
919
924
  }
920
925
  .fa-desktop:before {
921
- content: "\f108";
926
+ content: '\f108';
922
927
  }
923
928
  .fa-laptop:before {
924
- content: "\f109";
929
+ content: '\f109';
925
930
  }
926
931
  .fa-tablet:before {
927
- content: "\f10a";
932
+ content: '\f10a';
928
933
  }
929
934
  .fa-mobile-phone:before,
930
935
  .fa-mobile:before {
931
- content: "\f10b";
936
+ content: '\f10b';
932
937
  }
933
938
  .fa-circle-o:before {
934
- content: "\f10c";
939
+ content: '\f10c';
935
940
  }
936
941
  .fa-quote-left:before {
937
- content: "\f10d";
942
+ content: '\f10d';
938
943
  }
939
944
  .fa-quote-right:before {
940
- content: "\f10e";
945
+ content: '\f10e';
941
946
  }
942
947
  .fa-spinner:before {
943
- content: "\f110";
948
+ content: '\f110';
944
949
  }
945
950
  .fa-circle:before {
946
- content: "\f111";
951
+ content: '\f111';
947
952
  }
948
953
  .fa-mail-reply:before,
949
954
  .fa-reply:before {
950
- content: "\f112";
955
+ content: '\f112';
951
956
  }
952
957
  .fa-github-alt:before {
953
- content: "\f113";
958
+ content: '\f113';
954
959
  }
955
960
  .fa-folder-o:before {
956
- content: "\f114";
961
+ content: '\f114';
957
962
  }
958
963
  .fa-folder-open-o:before {
959
- content: "\f115";
964
+ content: '\f115';
960
965
  }
961
966
  .fa-smile-o:before {
962
- content: "\f118";
967
+ content: '\f118';
963
968
  }
964
969
  .fa-frown-o:before {
965
- content: "\f119";
970
+ content: '\f119';
966
971
  }
967
972
  .fa-meh-o:before {
968
- content: "\f11a";
973
+ content: '\f11a';
969
974
  }
970
975
  .fa-gamepad:before {
971
- content: "\f11b";
976
+ content: '\f11b';
972
977
  }
973
978
  .fa-keyboard-o:before {
974
- content: "\f11c";
979
+ content: '\f11c';
975
980
  }
976
981
  .fa-flag-o:before {
977
- content: "\f11d";
982
+ content: '\f11d';
978
983
  }
979
984
  .fa-flag-checkered:before {
980
- content: "\f11e";
985
+ content: '\f11e';
981
986
  }
982
987
  .fa-terminal:before {
983
- content: "\f120";
988
+ content: '\f120';
984
989
  }
985
990
  .fa-code:before {
986
- content: "\f121";
991
+ content: '\f121';
987
992
  }
988
993
  .fa-mail-reply-all:before,
989
994
  .fa-reply-all:before {
990
- content: "\f122";
995
+ content: '\f122';
991
996
  }
992
997
  .fa-star-half-empty:before,
993
998
  .fa-star-half-full:before,
994
999
  .fa-star-half-o:before {
995
- content: "\f123";
1000
+ content: '\f123';
996
1001
  }
997
1002
  .fa-location-arrow:before {
998
- content: "\f124";
1003
+ content: '\f124';
999
1004
  }
1000
1005
  .fa-crop:before {
1001
- content: "\f125";
1006
+ content: '\f125';
1002
1007
  }
1003
1008
  .fa-code-fork:before {
1004
- content: "\f126";
1009
+ content: '\f126';
1005
1010
  }
1006
1011
  .fa-unlink:before,
1007
1012
  .fa-chain-broken:before {
1008
- content: "\f127";
1013
+ content: '\f127';
1009
1014
  }
1010
1015
  .fa-question:before {
1011
- content: "\f128";
1016
+ content: '\f128';
1012
1017
  }
1013
1018
  .fa-info:before {
1014
- content: "\f129";
1019
+ content: '\f129';
1015
1020
  }
1016
1021
  .fa-exclamation:before {
1017
- content: "\f12a";
1022
+ content: '\f12a';
1018
1023
  }
1019
1024
  .fa-superscript:before {
1020
- content: "\f12b";
1025
+ content: '\f12b';
1021
1026
  }
1022
1027
  .fa-subscript:before {
1023
- content: "\f12c";
1028
+ content: '\f12c';
1024
1029
  }
1025
1030
  .fa-eraser:before {
1026
- content: "\f12d";
1031
+ content: '\f12d';
1027
1032
  }
1028
1033
  .fa-puzzle-piece:before {
1029
- content: "\f12e";
1034
+ content: '\f12e';
1030
1035
  }
1031
1036
  .fa-microphone:before {
1032
- content: "\f130";
1037
+ content: '\f130';
1033
1038
  }
1034
1039
  .fa-microphone-slash:before {
1035
- content: "\f131";
1040
+ content: '\f131';
1036
1041
  }
1037
1042
  .fa-shield:before {
1038
- content: "\f132";
1043
+ content: '\f132';
1039
1044
  }
1040
1045
  .fa-calendar-o:before {
1041
- content: "\f133";
1046
+ content: '\f133';
1042
1047
  }
1043
1048
  .fa-fire-extinguisher:before {
1044
- content: "\f134";
1049
+ content: '\f134';
1045
1050
  }
1046
1051
  .fa-rocket:before {
1047
- content: "\f135";
1052
+ content: '\f135';
1048
1053
  }
1049
1054
  .fa-maxcdn:before {
1050
- content: "\f136";
1055
+ content: '\f136';
1051
1056
  }
1052
1057
  .fa-chevron-circle-left:before {
1053
- content: "\f137";
1058
+ content: '\f137';
1054
1059
  }
1055
1060
  .fa-chevron-circle-right:before {
1056
- content: "\f138";
1061
+ content: '\f138';
1057
1062
  }
1058
1063
  .fa-chevron-circle-up:before {
1059
- content: "\f139";
1064
+ content: '\f139';
1060
1065
  }
1061
1066
  .fa-chevron-circle-down:before {
1062
- content: "\f13a";
1067
+ content: '\f13a';
1063
1068
  }
1064
1069
  .fa-html5:before {
1065
- content: "\f13b";
1070
+ content: '\f13b';
1066
1071
  }
1067
1072
  .fa-css3:before {
1068
- content: "\f13c";
1073
+ content: '\f13c';
1069
1074
  }
1070
1075
  .fa-anchor:before {
1071
- content: "\f13d";
1076
+ content: '\f13d';
1072
1077
  }
1073
1078
  .fa-unlock-alt:before {
1074
- content: "\f13e";
1079
+ content: '\f13e';
1075
1080
  }
1076
1081
  .fa-bullseye:before {
1077
- content: "\f140";
1082
+ content: '\f140';
1078
1083
  }
1079
1084
  .fa-ellipsis-h:before {
1080
- content: "\f141";
1085
+ content: '\f141';
1081
1086
  }
1082
1087
  .fa-ellipsis-v:before {
1083
- content: "\f142";
1088
+ content: '\f142';
1084
1089
  }
1085
1090
  .fa-rss-square:before {
1086
- content: "\f143";
1091
+ content: '\f143';
1087
1092
  }
1088
1093
  .fa-play-circle:before {
1089
- content: "\f144";
1094
+ content: '\f144';
1090
1095
  }
1091
1096
  .fa-ticket:before {
1092
- content: "\f145";
1097
+ content: '\f145';
1093
1098
  }
1094
1099
  .fa-minus-square:before {
1095
- content: "\f146";
1100
+ content: '\f146';
1096
1101
  }
1097
1102
  .fa-minus-square-o:before {
1098
- content: "\f147";
1103
+ content: '\f147';
1099
1104
  }
1100
1105
  .fa-level-up:before {
1101
- content: "\f148";
1106
+ content: '\f148';
1102
1107
  }
1103
1108
  .fa-level-down:before {
1104
- content: "\f149";
1109
+ content: '\f149';
1105
1110
  }
1106
1111
  .fa-check-square:before {
1107
- content: "\f14a";
1112
+ content: '\f14a';
1108
1113
  }
1109
1114
  .fa-pencil-square:before {
1110
- content: "\f14b";
1115
+ content: '\f14b';
1111
1116
  }
1112
1117
  .fa-external-link-square:before {
1113
- content: "\f14c";
1118
+ content: '\f14c';
1114
1119
  }
1115
1120
  .fa-share-square:before {
1116
- content: "\f14d";
1121
+ content: '\f14d';
1117
1122
  }
1118
1123
  .fa-compass:before {
1119
- content: "\f14e";
1124
+ content: '\f14e';
1120
1125
  }
1121
1126
  .fa-toggle-down:before,
1122
1127
  .fa-caret-square-o-down:before {
1123
- content: "\f150";
1128
+ content: '\f150';
1124
1129
  }
1125
1130
  .fa-toggle-up:before,
1126
1131
  .fa-caret-square-o-up:before {
1127
- content: "\f151";
1132
+ content: '\f151';
1128
1133
  }
1129
1134
  .fa-toggle-right:before,
1130
1135
  .fa-caret-square-o-right:before {
1131
- content: "\f152";
1136
+ content: '\f152';
1132
1137
  }
1133
1138
  .fa-euro:before,
1134
1139
  .fa-eur:before {
1135
- content: "\f153";
1140
+ content: '\f153';
1136
1141
  }
1137
1142
  .fa-gbp:before {
1138
- content: "\f154";
1143
+ content: '\f154';
1139
1144
  }
1140
1145
  .fa-dollar:before,
1141
1146
  .fa-usd:before {
1142
- content: "\f155";
1147
+ content: '\f155';
1143
1148
  }
1144
1149
  .fa-rupee:before,
1145
1150
  .fa-inr:before {
1146
- content: "\f156";
1151
+ content: '\f156';
1147
1152
  }
1148
1153
  .fa-cny:before,
1149
1154
  .fa-rmb:before,
1150
1155
  .fa-yen:before,
1151
1156
  .fa-jpy:before {
1152
- content: "\f157";
1157
+ content: '\f157';
1153
1158
  }
1154
1159
  .fa-ruble:before,
1155
1160
  .fa-rouble:before,
1156
1161
  .fa-rub:before {
1157
- content: "\f158";
1162
+ content: '\f158';
1158
1163
  }
1159
1164
  .fa-won:before,
1160
1165
  .fa-krw:before {
1161
- content: "\f159";
1166
+ content: '\f159';
1162
1167
  }
1163
1168
  .fa-bitcoin:before,
1164
1169
  .fa-btc:before {
1165
- content: "\f15a";
1170
+ content: '\f15a';
1166
1171
  }
1167
1172
  .fa-file:before {
1168
- content: "\f15b";
1173
+ content: '\f15b';
1169
1174
  }
1170
1175
  .fa-file-text:before {
1171
- content: "\f15c";
1176
+ content: '\f15c';
1172
1177
  }
1173
1178
  .fa-sort-alpha-asc:before {
1174
- content: "\f15d";
1179
+ content: '\f15d';
1175
1180
  }
1176
1181
  .fa-sort-alpha-desc:before {
1177
- content: "\f15e";
1182
+ content: '\f15e';
1178
1183
  }
1179
1184
  .fa-sort-amount-asc:before {
1180
- content: "\f160";
1185
+ content: '\f160';
1181
1186
  }
1182
1187
  .fa-sort-amount-desc:before {
1183
- content: "\f161";
1188
+ content: '\f161';
1184
1189
  }
1185
1190
  .fa-sort-numeric-asc:before {
1186
- content: "\f162";
1191
+ content: '\f162';
1187
1192
  }
1188
1193
  .fa-sort-numeric-desc:before {
1189
- content: "\f163";
1194
+ content: '\f163';
1190
1195
  }
1191
1196
  .fa-thumbs-up:before {
1192
- content: "\f164";
1197
+ content: '\f164';
1193
1198
  }
1194
1199
  .fa-thumbs-down:before {
1195
- content: "\f165";
1200
+ content: '\f165';
1196
1201
  }
1197
1202
  .fa-youtube-square:before {
1198
- content: "\f166";
1203
+ content: '\f166';
1199
1204
  }
1200
1205
  .fa-youtube:before {
1201
- content: "\f167";
1206
+ content: '\f167';
1202
1207
  }
1203
1208
  .fa-xing:before {
1204
- content: "\f168";
1209
+ content: '\f168';
1205
1210
  }
1206
1211
  .fa-xing-square:before {
1207
- content: "\f169";
1212
+ content: '\f169';
1208
1213
  }
1209
1214
  .fa-youtube-play:before {
1210
- content: "\f16a";
1215
+ content: '\f16a';
1211
1216
  }
1212
1217
  .fa-dropbox:before {
1213
- content: "\f16b";
1218
+ content: '\f16b';
1214
1219
  }
1215
1220
  .fa-stack-overflow:before {
1216
- content: "\f16c";
1221
+ content: '\f16c';
1217
1222
  }
1218
1223
  .fa-instagram:before {
1219
- content: "\f16d";
1224
+ content: '\f16d';
1220
1225
  }
1221
1226
  .fa-flickr:before {
1222
- content: "\f16e";
1227
+ content: '\f16e';
1223
1228
  }
1224
1229
  .fa-adn:before {
1225
- content: "\f170";
1230
+ content: '\f170';
1226
1231
  }
1227
1232
  .fa-bitbucket:before {
1228
- content: "\f171";
1233
+ content: '\f171';
1229
1234
  }
1230
1235
  .fa-bitbucket-square:before {
1231
- content: "\f172";
1236
+ content: '\f172';
1232
1237
  }
1233
1238
  .fa-tumblr:before {
1234
- content: "\f173";
1239
+ content: '\f173';
1235
1240
  }
1236
1241
  .fa-tumblr-square:before {
1237
- content: "\f174";
1242
+ content: '\f174';
1238
1243
  }
1239
1244
  .fa-long-arrow-down:before {
1240
- content: "\f175";
1245
+ content: '\f175';
1241
1246
  }
1242
1247
  .fa-long-arrow-up:before {
1243
- content: "\f176";
1248
+ content: '\f176';
1244
1249
  }
1245
1250
  .fa-long-arrow-left:before {
1246
- content: "\f177";
1251
+ content: '\f177';
1247
1252
  }
1248
1253
  .fa-long-arrow-right:before {
1249
- content: "\f178";
1254
+ content: '\f178';
1250
1255
  }
1251
1256
  .fa-apple:before {
1252
- content: "\f179";
1257
+ content: '\f179';
1253
1258
  }
1254
1259
  .fa-windows:before {
1255
- content: "\f17a";
1260
+ content: '\f17a';
1256
1261
  }
1257
1262
  .fa-android:before {
1258
- content: "\f17b";
1263
+ content: '\f17b';
1259
1264
  }
1260
1265
  .fa-linux:before {
1261
- content: "\f17c";
1266
+ content: '\f17c';
1262
1267
  }
1263
1268
  .fa-dribbble:before {
1264
- content: "\f17d";
1269
+ content: '\f17d';
1265
1270
  }
1266
1271
  .fa-skype:before {
1267
- content: "\f17e";
1272
+ content: '\f17e';
1268
1273
  }
1269
1274
  .fa-foursquare:before {
1270
- content: "\f180";
1275
+ content: '\f180';
1271
1276
  }
1272
1277
  .fa-trello:before {
1273
- content: "\f181";
1278
+ content: '\f181';
1274
1279
  }
1275
1280
  .fa-female:before {
1276
- content: "\f182";
1281
+ content: '\f182';
1277
1282
  }
1278
1283
  .fa-male:before {
1279
- content: "\f183";
1284
+ content: '\f183';
1280
1285
  }
1281
1286
  .fa-gittip:before,
1282
1287
  .fa-gratipay:before {
1283
- content: "\f184";
1288
+ content: '\f184';
1284
1289
  }
1285
1290
  .fa-sun-o:before {
1286
- content: "\f185";
1291
+ content: '\f185';
1287
1292
  }
1288
1293
  .fa-moon-o:before {
1289
- content: "\f186";
1294
+ content: '\f186';
1290
1295
  }
1291
1296
  .fa-archive:before {
1292
- content: "\f187";
1297
+ content: '\f187';
1293
1298
  }
1294
1299
  .fa-bug:before {
1295
- content: "\f188";
1300
+ content: '\f188';
1296
1301
  }
1297
1302
  .fa-vk:before {
1298
- content: "\f189";
1303
+ content: '\f189';
1299
1304
  }
1300
1305
  .fa-weibo:before {
1301
- content: "\f18a";
1306
+ content: '\f18a';
1302
1307
  }
1303
1308
  .fa-renren:before {
1304
- content: "\f18b";
1309
+ content: '\f18b';
1305
1310
  }
1306
1311
  .fa-pagelines:before {
1307
- content: "\f18c";
1312
+ content: '\f18c';
1308
1313
  }
1309
1314
  .fa-stack-exchange:before {
1310
- content: "\f18d";
1315
+ content: '\f18d';
1311
1316
  }
1312
1317
  .fa-arrow-circle-o-right:before {
1313
- content: "\f18e";
1318
+ content: '\f18e';
1314
1319
  }
1315
1320
  .fa-arrow-circle-o-left:before {
1316
- content: "\f190";
1321
+ content: '\f190';
1317
1322
  }
1318
1323
  .fa-toggle-left:before,
1319
1324
  .fa-caret-square-o-left:before {
1320
- content: "\f191";
1325
+ content: '\f191';
1321
1326
  }
1322
1327
  .fa-dot-circle-o:before {
1323
- content: "\f192";
1328
+ content: '\f192';
1324
1329
  }
1325
1330
  .fa-wheelchair:before {
1326
- content: "\f193";
1331
+ content: '\f193';
1327
1332
  }
1328
1333
  .fa-vimeo-square:before {
1329
- content: "\f194";
1334
+ content: '\f194';
1330
1335
  }
1331
1336
  .fa-turkish-lira:before,
1332
1337
  .fa-try:before {
1333
- content: "\f195";
1338
+ content: '\f195';
1334
1339
  }
1335
1340
  .fa-plus-square-o:before {
1336
- content: "\f196";
1341
+ content: '\f196';
1337
1342
  }
1338
1343
  .fa-space-shuttle:before {
1339
- content: "\f197";
1344
+ content: '\f197';
1340
1345
  }
1341
1346
  .fa-slack:before {
1342
- content: "\f198";
1347
+ content: '\f198';
1343
1348
  }
1344
1349
  .fa-envelope-square:before {
1345
- content: "\f199";
1350
+ content: '\f199';
1346
1351
  }
1347
1352
  .fa-wordpress:before {
1348
- content: "\f19a";
1353
+ content: '\f19a';
1349
1354
  }
1350
1355
  .fa-openid:before {
1351
- content: "\f19b";
1356
+ content: '\f19b';
1352
1357
  }
1353
1358
  .fa-institution:before,
1354
1359
  .fa-bank:before,
1355
1360
  .fa-university:before {
1356
- content: "\f19c";
1361
+ content: '\f19c';
1357
1362
  }
1358
1363
  .fa-mortar-board:before,
1359
1364
  .fa-graduation-cap:before {
1360
- content: "\f19d";
1365
+ content: '\f19d';
1361
1366
  }
1362
1367
  .fa-yahoo:before {
1363
- content: "\f19e";
1368
+ content: '\f19e';
1364
1369
  }
1365
1370
  .fa-google:before {
1366
- content: "\f1a0";
1371
+ content: '\f1a0';
1367
1372
  }
1368
1373
  .fa-reddit:before {
1369
- content: "\f1a1";
1374
+ content: '\f1a1';
1370
1375
  }
1371
1376
  .fa-reddit-square:before {
1372
- content: "\f1a2";
1377
+ content: '\f1a2';
1373
1378
  }
1374
1379
  .fa-stumbleupon-circle:before {
1375
- content: "\f1a3";
1380
+ content: '\f1a3';
1376
1381
  }
1377
1382
  .fa-stumbleupon:before {
1378
- content: "\f1a4";
1383
+ content: '\f1a4';
1379
1384
  }
1380
1385
  .fa-delicious:before {
1381
- content: "\f1a5";
1386
+ content: '\f1a5';
1382
1387
  }
1383
1388
  .fa-digg:before {
1384
- content: "\f1a6";
1389
+ content: '\f1a6';
1385
1390
  }
1386
1391
  .fa-pied-piper-pp:before {
1387
- content: "\f1a7";
1392
+ content: '\f1a7';
1388
1393
  }
1389
1394
  .fa-pied-piper-alt:before {
1390
- content: "\f1a8";
1395
+ content: '\f1a8';
1391
1396
  }
1392
1397
  .fa-drupal:before {
1393
- content: "\f1a9";
1398
+ content: '\f1a9';
1394
1399
  }
1395
1400
  .fa-joomla:before {
1396
- content: "\f1aa";
1401
+ content: '\f1aa';
1397
1402
  }
1398
1403
  .fa-language:before {
1399
- content: "\f1ab";
1404
+ content: '\f1ab';
1400
1405
  }
1401
1406
  .fa-fax:before {
1402
- content: "\f1ac";
1407
+ content: '\f1ac';
1403
1408
  }
1404
1409
  .fa-building:before {
1405
- content: "\f1ad";
1410
+ content: '\f1ad';
1406
1411
  }
1407
1412
  .fa-child:before {
1408
- content: "\f1ae";
1413
+ content: '\f1ae';
1409
1414
  }
1410
1415
  .fa-paw:before {
1411
- content: "\f1b0";
1416
+ content: '\f1b0';
1412
1417
  }
1413
1418
  .fa-spoon:before {
1414
- content: "\f1b1";
1419
+ content: '\f1b1';
1415
1420
  }
1416
1421
  .fa-cube:before {
1417
- content: "\f1b2";
1422
+ content: '\f1b2';
1418
1423
  }
1419
1424
  .fa-cubes:before {
1420
- content: "\f1b3";
1425
+ content: '\f1b3';
1421
1426
  }
1422
1427
  .fa-behance:before {
1423
- content: "\f1b4";
1428
+ content: '\f1b4';
1424
1429
  }
1425
1430
  .fa-behance-square:before {
1426
- content: "\f1b5";
1431
+ content: '\f1b5';
1427
1432
  }
1428
1433
  .fa-steam:before {
1429
- content: "\f1b6";
1434
+ content: '\f1b6';
1430
1435
  }
1431
1436
  .fa-steam-square:before {
1432
- content: "\f1b7";
1437
+ content: '\f1b7';
1433
1438
  }
1434
1439
  .fa-recycle:before {
1435
- content: "\f1b8";
1440
+ content: '\f1b8';
1436
1441
  }
1437
1442
  .fa-automobile:before,
1438
1443
  .fa-car:before {
1439
- content: "\f1b9";
1444
+ content: '\f1b9';
1440
1445
  }
1441
1446
  .fa-cab:before,
1442
1447
  .fa-taxi:before {
1443
- content: "\f1ba";
1448
+ content: '\f1ba';
1444
1449
  }
1445
1450
  .fa-tree:before {
1446
- content: "\f1bb";
1451
+ content: '\f1bb';
1447
1452
  }
1448
1453
  .fa-spotify:before {
1449
- content: "\f1bc";
1454
+ content: '\f1bc';
1450
1455
  }
1451
1456
  .fa-deviantart:before {
1452
- content: "\f1bd";
1457
+ content: '\f1bd';
1453
1458
  }
1454
1459
  .fa-soundcloud:before {
1455
- content: "\f1be";
1460
+ content: '\f1be';
1456
1461
  }
1457
1462
  .fa-database:before {
1458
- content: "\f1c0";
1463
+ content: '\f1c0';
1459
1464
  }
1460
1465
  .fa-file-pdf-o:before {
1461
- content: "\f1c1";
1466
+ content: '\f1c1';
1462
1467
  }
1463
1468
  .fa-file-word-o:before {
1464
- content: "\f1c2";
1469
+ content: '\f1c2';
1465
1470
  }
1466
1471
  .fa-file-excel-o:before {
1467
- content: "\f1c3";
1472
+ content: '\f1c3';
1468
1473
  }
1469
1474
  .fa-file-powerpoint-o:before {
1470
- content: "\f1c4";
1475
+ content: '\f1c4';
1471
1476
  }
1472
1477
  .fa-file-photo-o:before,
1473
1478
  .fa-file-picture-o:before,
1474
1479
  .fa-file-image-o:before {
1475
- content: "\f1c5";
1480
+ content: '\f1c5';
1476
1481
  }
1477
1482
  .fa-file-zip-o:before,
1478
1483
  .fa-file-archive-o:before {
1479
- content: "\f1c6";
1484
+ content: '\f1c6';
1480
1485
  }
1481
1486
  .fa-file-sound-o:before,
1482
1487
  .fa-file-audio-o:before {
1483
- content: "\f1c7";
1488
+ content: '\f1c7';
1484
1489
  }
1485
1490
  .fa-file-movie-o:before,
1486
1491
  .fa-file-video-o:before {
1487
- content: "\f1c8";
1492
+ content: '\f1c8';
1488
1493
  }
1489
1494
  .fa-file-code-o:before {
1490
- content: "\f1c9";
1495
+ content: '\f1c9';
1491
1496
  }
1492
1497
  .fa-vine:before {
1493
- content: "\f1ca";
1498
+ content: '\f1ca';
1494
1499
  }
1495
1500
  .fa-codepen:before {
1496
- content: "\f1cb";
1501
+ content: '\f1cb';
1497
1502
  }
1498
1503
  .fa-jsfiddle:before {
1499
- content: "\f1cc";
1504
+ content: '\f1cc';
1500
1505
  }
1501
1506
  .fa-life-bouy:before,
1502
1507
  .fa-life-buoy:before,
1503
1508
  .fa-life-saver:before,
1504
1509
  .fa-support:before,
1505
1510
  .fa-life-ring:before {
1506
- content: "\f1cd";
1511
+ content: '\f1cd';
1507
1512
  }
1508
1513
  .fa-circle-o-notch:before {
1509
- content: "\f1ce";
1514
+ content: '\f1ce';
1510
1515
  }
1511
1516
  .fa-ra:before,
1512
1517
  .fa-resistance:before,
1513
1518
  .fa-rebel:before {
1514
- content: "\f1d0";
1519
+ content: '\f1d0';
1515
1520
  }
1516
1521
  .fa-ge:before,
1517
1522
  .fa-empire:before {
1518
- content: "\f1d1";
1523
+ content: '\f1d1';
1519
1524
  }
1520
1525
  .fa-git-square:before {
1521
- content: "\f1d2";
1526
+ content: '\f1d2';
1522
1527
  }
1523
1528
  .fa-git:before {
1524
- content: "\f1d3";
1529
+ content: '\f1d3';
1525
1530
  }
1526
1531
  .fa-y-combinator-square:before,
1527
1532
  .fa-yc-square:before,
1528
1533
  .fa-hacker-news:before {
1529
- content: "\f1d4";
1534
+ content: '\f1d4';
1530
1535
  }
1531
1536
  .fa-tencent-weibo:before {
1532
- content: "\f1d5";
1537
+ content: '\f1d5';
1533
1538
  }
1534
1539
  .fa-qq:before {
1535
- content: "\f1d6";
1540
+ content: '\f1d6';
1536
1541
  }
1537
1542
  .fa-wechat:before,
1538
1543
  .fa-weixin:before {
1539
- content: "\f1d7";
1544
+ content: '\f1d7';
1540
1545
  }
1541
1546
  .fa-send:before,
1542
1547
  .fa-paper-plane:before {
1543
- content: "\f1d8";
1548
+ content: '\f1d8';
1544
1549
  }
1545
1550
  .fa-send-o:before,
1546
1551
  .fa-paper-plane-o:before {
1547
- content: "\f1d9";
1552
+ content: '\f1d9';
1548
1553
  }
1549
1554
  .fa-history:before {
1550
- content: "\f1da";
1555
+ content: '\f1da';
1551
1556
  }
1552
1557
  .fa-circle-thin:before {
1553
- content: "\f1db";
1558
+ content: '\f1db';
1554
1559
  }
1555
1560
  .fa-header:before {
1556
- content: "\f1dc";
1561
+ content: '\f1dc';
1557
1562
  }
1558
1563
  .fa-paragraph:before {
1559
- content: "\f1dd";
1564
+ content: '\f1dd';
1560
1565
  }
1561
1566
  .fa-sliders:before {
1562
- content: "\f1de";
1567
+ content: '\f1de';
1563
1568
  }
1564
1569
  .fa-share-alt:before {
1565
- content: "\f1e0";
1570
+ content: '\f1e0';
1566
1571
  }
1567
1572
  .fa-share-alt-square:before {
1568
- content: "\f1e1";
1573
+ content: '\f1e1';
1569
1574
  }
1570
1575
  .fa-bomb:before {
1571
- content: "\f1e2";
1576
+ content: '\f1e2';
1572
1577
  }
1573
1578
  .fa-soccer-ball-o:before,
1574
1579
  .fa-futbol-o:before {
1575
- content: "\f1e3";
1580
+ content: '\f1e3';
1576
1581
  }
1577
1582
  .fa-tty:before {
1578
- content: "\f1e4";
1583
+ content: '\f1e4';
1579
1584
  }
1580
1585
  .fa-binoculars:before {
1581
- content: "\f1e5";
1586
+ content: '\f1e5';
1582
1587
  }
1583
1588
  .fa-plug:before {
1584
- content: "\f1e6";
1589
+ content: '\f1e6';
1585
1590
  }
1586
1591
  .fa-slideshare:before {
1587
- content: "\f1e7";
1592
+ content: '\f1e7';
1588
1593
  }
1589
1594
  .fa-twitch:before {
1590
- content: "\f1e8";
1595
+ content: '\f1e8';
1591
1596
  }
1592
1597
  .fa-yelp:before {
1593
- content: "\f1e9";
1598
+ content: '\f1e9';
1594
1599
  }
1595
1600
  .fa-newspaper-o:before {
1596
- content: "\f1ea";
1601
+ content: '\f1ea';
1597
1602
  }
1598
1603
  .fa-wifi:before {
1599
- content: "\f1eb";
1604
+ content: '\f1eb';
1600
1605
  }
1601
1606
  .fa-calculator:before {
1602
- content: "\f1ec";
1607
+ content: '\f1ec';
1603
1608
  }
1604
1609
  .fa-paypal:before {
1605
- content: "\f1ed";
1610
+ content: '\f1ed';
1606
1611
  }
1607
1612
  .fa-google-wallet:before {
1608
- content: "\f1ee";
1613
+ content: '\f1ee';
1609
1614
  }
1610
1615
  .fa-cc-visa:before {
1611
- content: "\f1f0";
1616
+ content: '\f1f0';
1612
1617
  }
1613
1618
  .fa-cc-mastercard:before {
1614
- content: "\f1f1";
1619
+ content: '\f1f1';
1615
1620
  }
1616
1621
  .fa-cc-discover:before {
1617
- content: "\f1f2";
1622
+ content: '\f1f2';
1618
1623
  }
1619
1624
  .fa-cc-amex:before {
1620
- content: "\f1f3";
1625
+ content: '\f1f3';
1621
1626
  }
1622
1627
  .fa-cc-paypal:before {
1623
- content: "\f1f4";
1628
+ content: '\f1f4';
1624
1629
  }
1625
1630
  .fa-cc-stripe:before {
1626
- content: "\f1f5";
1631
+ content: '\f1f5';
1627
1632
  }
1628
1633
  .fa-bell-slash:before {
1629
- content: "\f1f6";
1634
+ content: '\f1f6';
1630
1635
  }
1631
1636
  .fa-bell-slash-o:before {
1632
- content: "\f1f7";
1637
+ content: '\f1f7';
1633
1638
  }
1634
1639
  .fa-trash:before {
1635
- content: "\f1f8";
1640
+ content: '\f1f8';
1636
1641
  }
1637
1642
  .fa-copyright:before {
1638
- content: "\f1f9";
1643
+ content: '\f1f9';
1639
1644
  }
1640
1645
  .fa-at:before {
1641
- content: "\f1fa";
1646
+ content: '\f1fa';
1642
1647
  }
1643
1648
  .fa-eyedropper:before {
1644
- content: "\f1fb";
1649
+ content: '\f1fb';
1645
1650
  }
1646
1651
  .fa-paint-brush:before {
1647
- content: "\f1fc";
1652
+ content: '\f1fc';
1648
1653
  }
1649
1654
  .fa-birthday-cake:before {
1650
- content: "\f1fd";
1655
+ content: '\f1fd';
1651
1656
  }
1652
1657
  .fa-area-chart:before {
1653
- content: "\f1fe";
1658
+ content: '\f1fe';
1654
1659
  }
1655
1660
  .fa-pie-chart:before {
1656
- content: "\f200";
1661
+ content: '\f200';
1657
1662
  }
1658
1663
  .fa-line-chart:before {
1659
- content: "\f201";
1664
+ content: '\f201';
1660
1665
  }
1661
1666
  .fa-lastfm:before {
1662
- content: "\f202";
1667
+ content: '\f202';
1663
1668
  }
1664
1669
  .fa-lastfm-square:before {
1665
- content: "\f203";
1670
+ content: '\f203';
1666
1671
  }
1667
1672
  .fa-toggle-off:before {
1668
- content: "\f204";
1673
+ content: '\f204';
1669
1674
  }
1670
1675
  .fa-toggle-on:before {
1671
- content: "\f205";
1676
+ content: '\f205';
1672
1677
  }
1673
1678
  .fa-bicycle:before {
1674
- content: "\f206";
1679
+ content: '\f206';
1675
1680
  }
1676
1681
  .fa-bus:before {
1677
- content: "\f207";
1682
+ content: '\f207';
1678
1683
  }
1679
1684
  .fa-ioxhost:before {
1680
- content: "\f208";
1685
+ content: '\f208';
1681
1686
  }
1682
1687
  .fa-angellist:before {
1683
- content: "\f209";
1688
+ content: '\f209';
1684
1689
  }
1685
1690
  .fa-cc:before {
1686
- content: "\f20a";
1691
+ content: '\f20a';
1687
1692
  }
1688
1693
  .fa-shekel:before,
1689
1694
  .fa-sheqel:before,
1690
1695
  .fa-ils:before {
1691
- content: "\f20b";
1696
+ content: '\f20b';
1692
1697
  }
1693
1698
  .fa-meanpath:before {
1694
- content: "\f20c";
1699
+ content: '\f20c';
1695
1700
  }
1696
1701
  .fa-buysellads:before {
1697
- content: "\f20d";
1702
+ content: '\f20d';
1698
1703
  }
1699
1704
  .fa-connectdevelop:before {
1700
- content: "\f20e";
1705
+ content: '\f20e';
1701
1706
  }
1702
1707
  .fa-dashcube:before {
1703
- content: "\f210";
1708
+ content: '\f210';
1704
1709
  }
1705
1710
  .fa-forumbee:before {
1706
- content: "\f211";
1711
+ content: '\f211';
1707
1712
  }
1708
1713
  .fa-leanpub:before {
1709
- content: "\f212";
1714
+ content: '\f212';
1710
1715
  }
1711
1716
  .fa-sellsy:before {
1712
- content: "\f213";
1717
+ content: '\f213';
1713
1718
  }
1714
1719
  .fa-shirtsinbulk:before {
1715
- content: "\f214";
1720
+ content: '\f214';
1716
1721
  }
1717
1722
  .fa-simplybuilt:before {
1718
- content: "\f215";
1723
+ content: '\f215';
1719
1724
  }
1720
1725
  .fa-skyatlas:before {
1721
- content: "\f216";
1726
+ content: '\f216';
1722
1727
  }
1723
1728
  .fa-cart-plus:before {
1724
- content: "\f217";
1729
+ content: '\f217';
1725
1730
  }
1726
1731
  .fa-cart-arrow-down:before {
1727
- content: "\f218";
1732
+ content: '\f218';
1728
1733
  }
1729
1734
  .fa-diamond:before {
1730
- content: "\f219";
1735
+ content: '\f219';
1731
1736
  }
1732
1737
  .fa-ship:before {
1733
- content: "\f21a";
1738
+ content: '\f21a';
1734
1739
  }
1735
1740
  .fa-user-secret:before {
1736
- content: "\f21b";
1741
+ content: '\f21b';
1737
1742
  }
1738
1743
  .fa-motorcycle:before {
1739
- content: "\f21c";
1744
+ content: '\f21c';
1740
1745
  }
1741
1746
  .fa-street-view:before {
1742
- content: "\f21d";
1747
+ content: '\f21d';
1743
1748
  }
1744
1749
  .fa-heartbeat:before {
1745
- content: "\f21e";
1750
+ content: '\f21e';
1746
1751
  }
1747
1752
  .fa-venus:before {
1748
- content: "\f221";
1753
+ content: '\f221';
1749
1754
  }
1750
1755
  .fa-mars:before {
1751
- content: "\f222";
1756
+ content: '\f222';
1752
1757
  }
1753
1758
  .fa-mercury:before {
1754
- content: "\f223";
1759
+ content: '\f223';
1755
1760
  }
1756
1761
  .fa-intersex:before,
1757
1762
  .fa-transgender:before {
1758
- content: "\f224";
1763
+ content: '\f224';
1759
1764
  }
1760
1765
  .fa-transgender-alt:before {
1761
- content: "\f225";
1766
+ content: '\f225';
1762
1767
  }
1763
1768
  .fa-venus-double:before {
1764
- content: "\f226";
1769
+ content: '\f226';
1765
1770
  }
1766
1771
  .fa-mars-double:before {
1767
- content: "\f227";
1772
+ content: '\f227';
1768
1773
  }
1769
1774
  .fa-venus-mars:before {
1770
- content: "\f228";
1775
+ content: '\f228';
1771
1776
  }
1772
1777
  .fa-mars-stroke:before {
1773
- content: "\f229";
1778
+ content: '\f229';
1774
1779
  }
1775
1780
  .fa-mars-stroke-v:before {
1776
- content: "\f22a";
1781
+ content: '\f22a';
1777
1782
  }
1778
1783
  .fa-mars-stroke-h:before {
1779
- content: "\f22b";
1784
+ content: '\f22b';
1780
1785
  }
1781
1786
  .fa-neuter:before {
1782
- content: "\f22c";
1787
+ content: '\f22c';
1783
1788
  }
1784
1789
  .fa-genderless:before {
1785
- content: "\f22d";
1790
+ content: '\f22d';
1786
1791
  }
1787
1792
  .fa-facebook-official:before {
1788
- content: "\f230";
1793
+ content: '\f230';
1789
1794
  }
1790
1795
  .fa-pinterest-p:before {
1791
- content: "\f231";
1796
+ content: '\f231';
1792
1797
  }
1793
1798
  .fa-whatsapp:before {
1794
- content: "\f232";
1799
+ content: '\f232';
1795
1800
  }
1796
1801
  .fa-server:before {
1797
- content: "\f233";
1802
+ content: '\f233';
1798
1803
  }
1799
1804
  .fa-user-plus:before {
1800
- content: "\f234";
1805
+ content: '\f234';
1801
1806
  }
1802
1807
  .fa-user-times:before {
1803
- content: "\f235";
1808
+ content: '\f235';
1804
1809
  }
1805
1810
  .fa-hotel:before,
1806
1811
  .fa-bed:before {
1807
- content: "\f236";
1812
+ content: '\f236';
1808
1813
  }
1809
1814
  .fa-viacoin:before {
1810
- content: "\f237";
1815
+ content: '\f237';
1811
1816
  }
1812
1817
  .fa-train:before {
1813
- content: "\f238";
1818
+ content: '\f238';
1814
1819
  }
1815
1820
  .fa-subway:before {
1816
- content: "\f239";
1821
+ content: '\f239';
1817
1822
  }
1818
1823
  .fa-medium:before {
1819
- content: "\f23a";
1824
+ content: '\f23a';
1820
1825
  }
1821
1826
  .fa-yc:before,
1822
1827
  .fa-y-combinator:before {
1823
- content: "\f23b";
1828
+ content: '\f23b';
1824
1829
  }
1825
1830
  .fa-optin-monster:before {
1826
- content: "\f23c";
1831
+ content: '\f23c';
1827
1832
  }
1828
1833
  .fa-opencart:before {
1829
- content: "\f23d";
1834
+ content: '\f23d';
1830
1835
  }
1831
1836
  .fa-expeditedssl:before {
1832
- content: "\f23e";
1837
+ content: '\f23e';
1833
1838
  }
1834
1839
  .fa-battery-4:before,
1835
1840
  .fa-battery:before,
1836
1841
  .fa-battery-full:before {
1837
- content: "\f240";
1842
+ content: '\f240';
1838
1843
  }
1839
1844
  .fa-battery-3:before,
1840
1845
  .fa-battery-three-quarters:before {
1841
- content: "\f241";
1846
+ content: '\f241';
1842
1847
  }
1843
1848
  .fa-battery-2:before,
1844
1849
  .fa-battery-half:before {
1845
- content: "\f242";
1850
+ content: '\f242';
1846
1851
  }
1847
1852
  .fa-battery-1:before,
1848
1853
  .fa-battery-quarter:before {
1849
- content: "\f243";
1854
+ content: '\f243';
1850
1855
  }
1851
1856
  .fa-battery-0:before,
1852
1857
  .fa-battery-empty:before {
1853
- content: "\f244";
1858
+ content: '\f244';
1854
1859
  }
1855
1860
  .fa-mouse-pointer:before {
1856
- content: "\f245";
1861
+ content: '\f245';
1857
1862
  }
1858
1863
  .fa-i-cursor:before {
1859
- content: "\f246";
1864
+ content: '\f246';
1860
1865
  }
1861
1866
  .fa-object-group:before {
1862
- content: "\f247";
1867
+ content: '\f247';
1863
1868
  }
1864
1869
  .fa-object-ungroup:before {
1865
- content: "\f248";
1870
+ content: '\f248';
1866
1871
  }
1867
1872
  .fa-sticky-note:before {
1868
- content: "\f249";
1873
+ content: '\f249';
1869
1874
  }
1870
1875
  .fa-sticky-note-o:before {
1871
- content: "\f24a";
1876
+ content: '\f24a';
1872
1877
  }
1873
1878
  .fa-cc-jcb:before {
1874
- content: "\f24b";
1879
+ content: '\f24b';
1875
1880
  }
1876
1881
  .fa-cc-diners-club:before {
1877
- content: "\f24c";
1882
+ content: '\f24c';
1878
1883
  }
1879
1884
  .fa-clone:before {
1880
- content: "\f24d";
1885
+ content: '\f24d';
1881
1886
  }
1882
1887
  .fa-balance-scale:before {
1883
- content: "\f24e";
1888
+ content: '\f24e';
1884
1889
  }
1885
1890
  .fa-hourglass-o:before {
1886
- content: "\f250";
1891
+ content: '\f250';
1887
1892
  }
1888
1893
  .fa-hourglass-1:before,
1889
1894
  .fa-hourglass-start:before {
1890
- content: "\f251";
1895
+ content: '\f251';
1891
1896
  }
1892
1897
  .fa-hourglass-2:before,
1893
1898
  .fa-hourglass-half:before {
1894
- content: "\f252";
1899
+ content: '\f252';
1895
1900
  }
1896
1901
  .fa-hourglass-3:before,
1897
1902
  .fa-hourglass-end:before {
1898
- content: "\f253";
1903
+ content: '\f253';
1899
1904
  }
1900
1905
  .fa-hourglass:before {
1901
- content: "\f254";
1906
+ content: '\f254';
1902
1907
  }
1903
1908
  .fa-hand-grab-o:before,
1904
1909
  .fa-hand-rock-o:before {
1905
- content: "\f255";
1910
+ content: '\f255';
1906
1911
  }
1907
1912
  .fa-hand-stop-o:before,
1908
1913
  .fa-hand-paper-o:before {
1909
- content: "\f256";
1914
+ content: '\f256';
1910
1915
  }
1911
1916
  .fa-hand-scissors-o:before {
1912
- content: "\f257";
1917
+ content: '\f257';
1913
1918
  }
1914
1919
  .fa-hand-lizard-o:before {
1915
- content: "\f258";
1920
+ content: '\f258';
1916
1921
  }
1917
1922
  .fa-hand-spock-o:before {
1918
- content: "\f259";
1923
+ content: '\f259';
1919
1924
  }
1920
1925
  .fa-hand-pointer-o:before {
1921
- content: "\f25a";
1926
+ content: '\f25a';
1922
1927
  }
1923
1928
  .fa-hand-peace-o:before {
1924
- content: "\f25b";
1929
+ content: '\f25b';
1925
1930
  }
1926
1931
  .fa-trademark:before {
1927
- content: "\f25c";
1932
+ content: '\f25c';
1928
1933
  }
1929
1934
  .fa-registered:before {
1930
- content: "\f25d";
1935
+ content: '\f25d';
1931
1936
  }
1932
1937
  .fa-creative-commons:before {
1933
- content: "\f25e";
1938
+ content: '\f25e';
1934
1939
  }
1935
1940
  .fa-gg:before {
1936
- content: "\f260";
1941
+ content: '\f260';
1937
1942
  }
1938
1943
  .fa-gg-circle:before {
1939
- content: "\f261";
1944
+ content: '\f261';
1940
1945
  }
1941
1946
  .fa-tripadvisor:before {
1942
- content: "\f262";
1947
+ content: '\f262';
1943
1948
  }
1944
1949
  .fa-odnoklassniki:before {
1945
- content: "\f263";
1950
+ content: '\f263';
1946
1951
  }
1947
1952
  .fa-odnoklassniki-square:before {
1948
- content: "\f264";
1953
+ content: '\f264';
1949
1954
  }
1950
1955
  .fa-get-pocket:before {
1951
- content: "\f265";
1956
+ content: '\f265';
1952
1957
  }
1953
1958
  .fa-wikipedia-w:before {
1954
- content: "\f266";
1959
+ content: '\f266';
1955
1960
  }
1956
1961
  .fa-safari:before {
1957
- content: "\f267";
1962
+ content: '\f267';
1958
1963
  }
1959
1964
  .fa-chrome:before {
1960
- content: "\f268";
1965
+ content: '\f268';
1961
1966
  }
1962
1967
  .fa-firefox:before {
1963
- content: "\f269";
1968
+ content: '\f269';
1964
1969
  }
1965
1970
  .fa-opera:before {
1966
- content: "\f26a";
1971
+ content: '\f26a';
1967
1972
  }
1968
1973
  .fa-internet-explorer:before {
1969
- content: "\f26b";
1974
+ content: '\f26b';
1970
1975
  }
1971
1976
  .fa-tv:before,
1972
1977
  .fa-television:before {
1973
- content: "\f26c";
1978
+ content: '\f26c';
1974
1979
  }
1975
1980
  .fa-contao:before {
1976
- content: "\f26d";
1981
+ content: '\f26d';
1977
1982
  }
1978
1983
  .fa-500px:before {
1979
- content: "\f26e";
1984
+ content: '\f26e';
1980
1985
  }
1981
1986
  .fa-amazon:before {
1982
- content: "\f270";
1987
+ content: '\f270';
1983
1988
  }
1984
1989
  .fa-calendar-plus-o:before {
1985
- content: "\f271";
1990
+ content: '\f271';
1986
1991
  }
1987
1992
  .fa-calendar-minus-o:before {
1988
- content: "\f272";
1993
+ content: '\f272';
1989
1994
  }
1990
1995
  .fa-calendar-times-o:before {
1991
- content: "\f273";
1996
+ content: '\f273';
1992
1997
  }
1993
1998
  .fa-calendar-check-o:before {
1994
- content: "\f274";
1999
+ content: '\f274';
1995
2000
  }
1996
2001
  .fa-industry:before {
1997
- content: "\f275";
2002
+ content: '\f275';
1998
2003
  }
1999
2004
  .fa-map-pin:before {
2000
- content: "\f276";
2005
+ content: '\f276';
2001
2006
  }
2002
2007
  .fa-map-signs:before {
2003
- content: "\f277";
2008
+ content: '\f277';
2004
2009
  }
2005
2010
  .fa-map-o:before {
2006
- content: "\f278";
2011
+ content: '\f278';
2007
2012
  }
2008
2013
  .fa-map:before {
2009
- content: "\f279";
2014
+ content: '\f279';
2010
2015
  }
2011
2016
  .fa-commenting:before {
2012
- content: "\f27a";
2017
+ content: '\f27a';
2013
2018
  }
2014
2019
  .fa-commenting-o:before {
2015
- content: "\f27b";
2020
+ content: '\f27b';
2016
2021
  }
2017
2022
  .fa-houzz:before {
2018
- content: "\f27c";
2023
+ content: '\f27c';
2019
2024
  }
2020
2025
  .fa-vimeo:before {
2021
- content: "\f27d";
2026
+ content: '\f27d';
2022
2027
  }
2023
2028
  .fa-black-tie:before {
2024
- content: "\f27e";
2029
+ content: '\f27e';
2025
2030
  }
2026
2031
  .fa-fonticons:before {
2027
- content: "\f280";
2032
+ content: '\f280';
2028
2033
  }
2029
2034
  .fa-reddit-alien:before {
2030
- content: "\f281";
2035
+ content: '\f281';
2031
2036
  }
2032
2037
  .fa-edge:before {
2033
- content: "\f282";
2038
+ content: '\f282';
2034
2039
  }
2035
2040
  .fa-credit-card-alt:before {
2036
- content: "\f283";
2041
+ content: '\f283';
2037
2042
  }
2038
2043
  .fa-codiepie:before {
2039
- content: "\f284";
2044
+ content: '\f284';
2040
2045
  }
2041
2046
  .fa-modx:before {
2042
- content: "\f285";
2047
+ content: '\f285';
2043
2048
  }
2044
2049
  .fa-fort-awesome:before {
2045
- content: "\f286";
2050
+ content: '\f286';
2046
2051
  }
2047
2052
  .fa-usb:before {
2048
- content: "\f287";
2053
+ content: '\f287';
2049
2054
  }
2050
2055
  .fa-product-hunt:before {
2051
- content: "\f288";
2056
+ content: '\f288';
2052
2057
  }
2053
2058
  .fa-mixcloud:before {
2054
- content: "\f289";
2059
+ content: '\f289';
2055
2060
  }
2056
2061
  .fa-scribd:before {
2057
- content: "\f28a";
2062
+ content: '\f28a';
2058
2063
  }
2059
2064
  .fa-pause-circle:before {
2060
- content: "\f28b";
2065
+ content: '\f28b';
2061
2066
  }
2062
2067
  .fa-pause-circle-o:before {
2063
- content: "\f28c";
2068
+ content: '\f28c';
2064
2069
  }
2065
2070
  .fa-stop-circle:before {
2066
- content: "\f28d";
2071
+ content: '\f28d';
2067
2072
  }
2068
2073
  .fa-stop-circle-o:before {
2069
- content: "\f28e";
2074
+ content: '\f28e';
2070
2075
  }
2071
2076
  .fa-shopping-bag:before {
2072
- content: "\f290";
2077
+ content: '\f290';
2073
2078
  }
2074
2079
  .fa-shopping-basket:before {
2075
- content: "\f291";
2080
+ content: '\f291';
2076
2081
  }
2077
2082
  .fa-hashtag:before {
2078
- content: "\f292";
2083
+ content: '\f292';
2079
2084
  }
2080
2085
  .fa-bluetooth:before {
2081
- content: "\f293";
2086
+ content: '\f293';
2082
2087
  }
2083
2088
  .fa-bluetooth-b:before {
2084
- content: "\f294";
2089
+ content: '\f294';
2085
2090
  }
2086
2091
  .fa-percent:before {
2087
- content: "\f295";
2092
+ content: '\f295';
2088
2093
  }
2089
2094
  .fa-gitlab:before {
2090
- content: "\f296";
2095
+ content: '\f296';
2091
2096
  }
2092
2097
  .fa-wpbeginner:before {
2093
- content: "\f297";
2098
+ content: '\f297';
2094
2099
  }
2095
2100
  .fa-wpforms:before {
2096
- content: "\f298";
2101
+ content: '\f298';
2097
2102
  }
2098
2103
  .fa-envira:before {
2099
- content: "\f299";
2104
+ content: '\f299';
2100
2105
  }
2101
2106
  .fa-universal-access:before {
2102
- content: "\f29a";
2107
+ content: '\f29a';
2103
2108
  }
2104
2109
  .fa-wheelchair-alt:before {
2105
- content: "\f29b";
2110
+ content: '\f29b';
2106
2111
  }
2107
2112
  .fa-question-circle-o:before {
2108
- content: "\f29c";
2113
+ content: '\f29c';
2109
2114
  }
2110
2115
  .fa-blind:before {
2111
- content: "\f29d";
2116
+ content: '\f29d';
2112
2117
  }
2113
2118
  .fa-audio-description:before {
2114
- content: "\f29e";
2119
+ content: '\f29e';
2115
2120
  }
2116
2121
  .fa-volume-control-phone:before {
2117
- content: "\f2a0";
2122
+ content: '\f2a0';
2118
2123
  }
2119
2124
  .fa-braille:before {
2120
- content: "\f2a1";
2125
+ content: '\f2a1';
2121
2126
  }
2122
2127
  .fa-assistive-listening-systems:before {
2123
- content: "\f2a2";
2128
+ content: '\f2a2';
2124
2129
  }
2125
2130
  .fa-asl-interpreting:before,
2126
2131
  .fa-american-sign-language-interpreting:before {
2127
- content: "\f2a3";
2132
+ content: '\f2a3';
2128
2133
  }
2129
2134
  .fa-deafness:before,
2130
2135
  .fa-hard-of-hearing:before,
2131
2136
  .fa-deaf:before {
2132
- content: "\f2a4";
2137
+ content: '\f2a4';
2133
2138
  }
2134
2139
  .fa-glide:before {
2135
- content: "\f2a5";
2140
+ content: '\f2a5';
2136
2141
  }
2137
2142
  .fa-glide-g:before {
2138
- content: "\f2a6";
2143
+ content: '\f2a6';
2139
2144
  }
2140
2145
  .fa-signing:before,
2141
2146
  .fa-sign-language:before {
2142
- content: "\f2a7";
2147
+ content: '\f2a7';
2143
2148
  }
2144
2149
  .fa-low-vision:before {
2145
- content: "\f2a8";
2150
+ content: '\f2a8';
2146
2151
  }
2147
2152
  .fa-viadeo:before {
2148
- content: "\f2a9";
2153
+ content: '\f2a9';
2149
2154
  }
2150
2155
  .fa-viadeo-square:before {
2151
- content: "\f2aa";
2156
+ content: '\f2aa';
2152
2157
  }
2153
2158
  .fa-snapchat:before {
2154
- content: "\f2ab";
2159
+ content: '\f2ab';
2155
2160
  }
2156
2161
  .fa-snapchat-ghost:before {
2157
- content: "\f2ac";
2162
+ content: '\f2ac';
2158
2163
  }
2159
2164
  .fa-snapchat-square:before {
2160
- content: "\f2ad";
2165
+ content: '\f2ad';
2161
2166
  }
2162
2167
  .fa-pied-piper:before {
2163
- content: "\f2ae";
2168
+ content: '\f2ae';
2164
2169
  }
2165
2170
  .fa-first-order:before {
2166
- content: "\f2b0";
2171
+ content: '\f2b0';
2167
2172
  }
2168
2173
  .fa-yoast:before {
2169
- content: "\f2b1";
2174
+ content: '\f2b1';
2170
2175
  }
2171
2176
  .fa-themeisle:before {
2172
- content: "\f2b2";
2177
+ content: '\f2b2';
2173
2178
  }
2174
2179
  .fa-google-plus-circle:before,
2175
2180
  .fa-google-plus-official:before {
2176
- content: "\f2b3";
2181
+ content: '\f2b3';
2177
2182
  }
2178
2183
  .fa-fa:before,
2179
2184
  .fa-font-awesome:before {
2180
- content: "\f2b4";
2185
+ content: '\f2b4';
2181
2186
  }
2182
2187
  .fa-handshake-o:before {
2183
- content: "\f2b5";
2188
+ content: '\f2b5';
2184
2189
  }
2185
2190
  .fa-envelope-open:before {
2186
- content: "\f2b6";
2191
+ content: '\f2b6';
2187
2192
  }
2188
2193
  .fa-envelope-open-o:before {
2189
- content: "\f2b7";
2194
+ content: '\f2b7';
2190
2195
  }
2191
2196
  .fa-linode:before {
2192
- content: "\f2b8";
2197
+ content: '\f2b8';
2193
2198
  }
2194
2199
  .fa-address-book:before {
2195
- content: "\f2b9";
2200
+ content: '\f2b9';
2196
2201
  }
2197
2202
  .fa-address-book-o:before {
2198
- content: "\f2ba";
2203
+ content: '\f2ba';
2199
2204
  }
2200
2205
  .fa-vcard:before,
2201
2206
  .fa-address-card:before {
2202
- content: "\f2bb";
2207
+ content: '\f2bb';
2203
2208
  }
2204
2209
  .fa-vcard-o:before,
2205
2210
  .fa-address-card-o:before {
2206
- content: "\f2bc";
2211
+ content: '\f2bc';
2207
2212
  }
2208
2213
  .fa-user-circle:before {
2209
- content: "\f2bd";
2214
+ content: '\f2bd';
2210
2215
  }
2211
2216
  .fa-user-circle-o:before {
2212
- content: "\f2be";
2217
+ content: '\f2be';
2213
2218
  }
2214
2219
  .fa-user-o:before {
2215
- content: "\f2c0";
2220
+ content: '\f2c0';
2216
2221
  }
2217
2222
  .fa-id-badge:before {
2218
- content: "\f2c1";
2223
+ content: '\f2c1';
2219
2224
  }
2220
2225
  .fa-drivers-license:before,
2221
2226
  .fa-id-card:before {
2222
- content: "\f2c2";
2227
+ content: '\f2c2';
2223
2228
  }
2224
2229
  .fa-drivers-license-o:before,
2225
2230
  .fa-id-card-o:before {
2226
- content: "\f2c3";
2231
+ content: '\f2c3';
2227
2232
  }
2228
2233
  .fa-quora:before {
2229
- content: "\f2c4";
2234
+ content: '\f2c4';
2230
2235
  }
2231
2236
  .fa-free-code-camp:before {
2232
- content: "\f2c5";
2237
+ content: '\f2c5';
2233
2238
  }
2234
2239
  .fa-telegram:before {
2235
- content: "\f2c6";
2240
+ content: '\f2c6';
2236
2241
  }
2237
2242
  .fa-thermometer-4:before,
2238
2243
  .fa-thermometer:before,
2239
2244
  .fa-thermometer-full:before {
2240
- content: "\f2c7";
2245
+ content: '\f2c7';
2241
2246
  }
2242
2247
  .fa-thermometer-3:before,
2243
2248
  .fa-thermometer-three-quarters:before {
2244
- content: "\f2c8";
2249
+ content: '\f2c8';
2245
2250
  }
2246
2251
  .fa-thermometer-2:before,
2247
2252
  .fa-thermometer-half:before {
2248
- content: "\f2c9";
2253
+ content: '\f2c9';
2249
2254
  }
2250
2255
  .fa-thermometer-1:before,
2251
2256
  .fa-thermometer-quarter:before {
2252
- content: "\f2ca";
2257
+ content: '\f2ca';
2253
2258
  }
2254
2259
  .fa-thermometer-0:before,
2255
2260
  .fa-thermometer-empty:before {
2256
- content: "\f2cb";
2261
+ content: '\f2cb';
2257
2262
  }
2258
2263
  .fa-shower:before {
2259
- content: "\f2cc";
2264
+ content: '\f2cc';
2260
2265
  }
2261
2266
  .fa-bathtub:before,
2262
2267
  .fa-s15:before,
2263
2268
  .fa-bath:before {
2264
- content: "\f2cd";
2269
+ content: '\f2cd';
2265
2270
  }
2266
2271
  .fa-podcast:before {
2267
- content: "\f2ce";
2272
+ content: '\f2ce';
2268
2273
  }
2269
2274
  .fa-window-maximize:before {
2270
- content: "\f2d0";
2275
+ content: '\f2d0';
2271
2276
  }
2272
2277
  .fa-window-minimize:before {
2273
- content: "\f2d1";
2278
+ content: '\f2d1';
2274
2279
  }
2275
2280
  .fa-window-restore:before {
2276
- content: "\f2d2";
2281
+ content: '\f2d2';
2277
2282
  }
2278
2283
  .fa-times-rectangle:before,
2279
2284
  .fa-window-close:before {
2280
- content: "\f2d3";
2285
+ content: '\f2d3';
2281
2286
  }
2282
2287
  .fa-times-rectangle-o:before,
2283
2288
  .fa-window-close-o:before {
2284
- content: "\f2d4";
2289
+ content: '\f2d4';
2285
2290
  }
2286
2291
  .fa-bandcamp:before {
2287
- content: "\f2d5";
2292
+ content: '\f2d5';
2288
2293
  }
2289
2294
  .fa-grav:before {
2290
- content: "\f2d6";
2295
+ content: '\f2d6';
2291
2296
  }
2292
2297
  .fa-etsy:before {
2293
- content: "\f2d7";
2298
+ content: '\f2d7';
2294
2299
  }
2295
2300
  .fa-imdb:before {
2296
- content: "\f2d8";
2301
+ content: '\f2d8';
2297
2302
  }
2298
2303
  .fa-ravelry:before {
2299
- content: "\f2d9";
2304
+ content: '\f2d9';
2300
2305
  }
2301
2306
  .fa-eercast:before {
2302
- content: "\f2da";
2307
+ content: '\f2da';
2303
2308
  }
2304
2309
  .fa-microchip:before {
2305
- content: "\f2db";
2310
+ content: '\f2db';
2306
2311
  }
2307
2312
  .fa-snowflake-o:before {
2308
- content: "\f2dc";
2313
+ content: '\f2dc';
2309
2314
  }
2310
2315
  .fa-superpowers:before {
2311
- content: "\f2dd";
2316
+ content: '\f2dd';
2312
2317
  }
2313
2318
  .fa-wpexplorer:before {
2314
- content: "\f2de";
2319
+ content: '\f2de';
2315
2320
  }
2316
2321
  .fa-meetup:before {
2317
- content: "\f2e0";
2322
+ content: '\f2e0';
2318
2323
  }
2319
2324
  .sr-only {
2320
2325
  position: absolute;