failuregem 1.0 → 1.1

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