@vixcom/ui 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/.firebaserc +17 -0
  2. package/.github/workflows/deploy-prod.yml +26 -0
  3. package/.pnpm-debug.log +19 -0
  4. package/assets/img/favicon.png +0 -0
  5. package/assets/img/icon.png +0 -0
  6. package/css/animations.css +175 -0
  7. package/css/animations.css.map +1 -0
  8. package/css/app.css +1896 -0
  9. package/css/app.css.map +1 -0
  10. package/css/colors.css +5591 -0
  11. package/css/colors.css.map +1 -0
  12. package/css/external/bootstrap-grid.css +4997 -0
  13. package/css/external/bootstrap.css +10308 -0
  14. package/css/external/mdb.css +9444 -0
  15. package/css/external/owl-carousel.css +218 -0
  16. package/css/fonts.css +65 -0
  17. package/css/fonts.css.map +1 -0
  18. package/css/grid.css +6 -0
  19. package/css/grid.css.map +1 -0
  20. package/css/helper/owl.carousel.css +75 -0
  21. package/css/helper/owl.carousel.css.map +1 -0
  22. package/css/helper/primefaces.css +276 -0
  23. package/css/helper/primefaces.css.map +1 -0
  24. package/css/helper/primefaces.org.css.map +1 -0
  25. package/css/helper/tailwindcss.css +6 -0
  26. package/css/helper/tailwindcss.css.map +1 -0
  27. package/css/icons/external/bootstrap.icons.css +5502 -0
  28. package/css/icons/external/fontawesome.icons.css +6127 -0
  29. package/css/icons/external/material-design.icons.css +5728 -0
  30. package/css/icons/external/themify.icons.css +1428 -0
  31. package/css/index.css +23 -0
  32. package/css/index.css.map +1 -0
  33. package/css/menu.css +556 -0
  34. package/css/menu.css.map +1 -0
  35. package/css/polyfills.css +11 -0
  36. package/css/polyfills.css.map +1 -0
  37. package/css/sidebar.css.map +1 -0
  38. package/css/sizes.css +7457 -0
  39. package/css/sizes.css.map +1 -0
  40. package/css/variables.css +258 -0
  41. package/css/variables.css.map +1 -0
  42. package/firebase.json +55 -0
  43. package/fonts/MontessoriScript.ttf +0 -0
  44. package/fonts/Montserrat-Bold.ttf +0 -0
  45. package/fonts/Montserrat-Regular.ttf +0 -0
  46. package/fonts/NotoSans-Bold.ttf +0 -0
  47. package/fonts/Roboto-Bold.ttf +0 -0
  48. package/fonts/Roboto-Regular.ttf +0 -0
  49. package/fonts/bootstrap-icons.woff +0 -0
  50. package/fonts/fa-brands.woff +0 -0
  51. package/fonts/fa-regular.woff +0 -0
  52. package/fonts/fa-solid.woff +0 -0
  53. package/fonts/material-design-icons.ttf +0 -0
  54. package/http-server.sh +4 -0
  55. package/index.html +206 -0
  56. package/js/axios.min.js +3 -0
  57. package/js/bootstrap.min.js +7 -0
  58. package/js/jquery.min.js +4 -0
  59. package/js/lodash.min.js +139 -0
  60. package/js/mdb.min.js +15411 -0
  61. package/js/owl.carousel.min.js +7 -0
  62. package/js/sidebar.min.js +50 -0
  63. package/package.json +11 -0
  64. package/pages/error/index.html +32 -0
  65. package/pages/sidemenu/index.html +36 -0
  66. package/pages/tier-1/LICENSE +201 -0
  67. package/pages/tier-1/fonts/krub/Krub-Bold.ttf +0 -0
  68. package/pages/tier-1/fonts/krub/Krub-Light.ttf +0 -0
  69. package/pages/tier-1/fonts/krub/Krub-Regular.ttf +0 -0
  70. package/pages/tier-1/fonts/themify.woff +0 -0
  71. package/pages/tier-1/index.html +74 -0
  72. package/pages/tier-1/preview.png +0 -0
  73. package/pages/tier-1/scripts/jquery.min.js +4 -0
  74. package/pages/tier-1/scripts/sidebar.min.js +50 -0
  75. package/pages/tier-1/styles/bootstrap.css +9495 -0
  76. package/pages/tier-1/styles/color.css +28 -0
  77. package/pages/tier-1/styles/layout.css +33 -0
  78. package/pages/tier-1/styles/mdb.css +9657 -0
  79. package/pages/tier-1/styles/page.css +26 -0
  80. package/pages/tier-1/styles/sidebar.css +193 -0
  81. package/pages/tier-1/styles/themify.css +1428 -0
  82. package/pages/tier-2/LICENSE +201 -0
  83. package/pages/tier-2/fonts/krub/Krub-Bold.ttf +0 -0
  84. package/pages/tier-2/fonts/krub/Krub-Light.ttf +0 -0
  85. package/pages/tier-2/fonts/krub/Krub-Regular.ttf +0 -0
  86. package/pages/tier-2/fonts/themify.woff +0 -0
  87. package/pages/tier-2/index.html +65 -0
  88. package/pages/tier-2/preview.png +0 -0
  89. package/pages/tier-2/scripts/jquery.min.js +4 -0
  90. package/pages/tier-2/scripts/sidebar.min.js +50 -0
  91. package/pages/tier-2/styles/bootstrap.css +9495 -0
  92. package/pages/tier-2/styles/color.css +28 -0
  93. package/pages/tier-2/styles/layout.css +43 -0
  94. package/pages/tier-2/styles/mdb.css +9657 -0
  95. package/pages/tier-2/styles/page.css +26 -0
  96. package/pages/tier-2/styles/sidebar.css +193 -0
  97. package/pages/tier-2/styles/themify.css +1428 -0
  98. package/styles/_mixins.scss +309 -0
  99. package/styles/animations.scss +191 -0
  100. package/styles/app.scss +2020 -0
  101. package/styles/colors.scss +117 -0
  102. package/styles/fonts.scss +16 -0
  103. package/styles/grid.scss +4 -0
  104. package/styles/helper/owl.carousel.scss +92 -0
  105. package/styles/helper/primefaces.scss +364 -0
  106. package/styles/helper/tailwindcss.scss +4 -0
  107. package/styles/index.scss +25 -0
  108. package/styles/menu.scss +566 -0
  109. package/styles/polyfills.scss +9 -0
  110. package/styles/sizes.scss +191 -0
  111. package/styles/variables.scss +30 -0
@@ -0,0 +1,1428 @@
1
+ @font-face {
2
+ font-family: 'themify';
3
+ src: url(../fonts/themify.woff?-fvbane) format('woff');
4
+ font-weight: 400;
5
+ font-style: normal;
6
+ }
7
+
8
+ .ti {
9
+ font-family: 'themify';
10
+ speak: none;
11
+ font-style: normal;
12
+ font-weight: normal;
13
+ font-variant: normal;
14
+ text-transform: none;
15
+ line-height: 1;
16
+
17
+ /* Better Font Rendering */
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ }
21
+
22
+ .ti-wand:before {
23
+ content: "\e600";
24
+ }
25
+
26
+ .ti-volume:before {
27
+ content: "\e601";
28
+ }
29
+
30
+ .ti-user:before {
31
+ content: "\e602";
32
+ }
33
+
34
+ .ti-unlock:before {
35
+ content: "\e603";
36
+ }
37
+
38
+ .ti-unlink:before {
39
+ content: "\e604";
40
+ }
41
+
42
+ .ti-trash:before {
43
+ content: "\e605";
44
+ }
45
+
46
+ .ti-thought:before {
47
+ content: "\e606";
48
+ }
49
+
50
+ .ti-target:before {
51
+ content: "\e607";
52
+ }
53
+
54
+ .ti-tag:before {
55
+ content: "\e608";
56
+ }
57
+
58
+ .ti-tablet:before {
59
+ content: "\e609";
60
+ }
61
+
62
+ .ti-star:before {
63
+ content: "\e60a";
64
+ }
65
+
66
+ .ti-spray:before {
67
+ content: "\e60b";
68
+ }
69
+
70
+ .ti-signal:before {
71
+ content: "\e60c";
72
+ }
73
+
74
+ .ti-shopping-cart:before {
75
+ content: "\e60d";
76
+ }
77
+
78
+ .ti-shopping-cart-full:before {
79
+ content: "\e60e";
80
+ }
81
+
82
+ .ti-settings:before {
83
+ content: "\e60f";
84
+ }
85
+
86
+ .ti-search:before {
87
+ content: "\e610";
88
+ }
89
+
90
+ .ti-zoom-in:before {
91
+ content: "\e611";
92
+ }
93
+
94
+ .ti-zoom-out:before {
95
+ content: "\e612";
96
+ }
97
+
98
+ .ti-cut:before {
99
+ content: "\e613";
100
+ }
101
+
102
+ .ti-ruler:before {
103
+ content: "\e614";
104
+ }
105
+
106
+ .ti-ruler-pencil:before {
107
+ content: "\e615";
108
+ }
109
+
110
+ .ti-ruler-alt:before {
111
+ content: "\e616";
112
+ }
113
+
114
+ .ti-bookmark:before {
115
+ content: "\e617";
116
+ }
117
+
118
+ .ti-bookmark-alt:before {
119
+ content: "\e618";
120
+ }
121
+
122
+ .ti-reload:before {
123
+ content: "\e619";
124
+ }
125
+
126
+ .ti-plus:before {
127
+ content: "\e61a";
128
+ }
129
+
130
+ .ti-pin:before {
131
+ content: "\e61b";
132
+ }
133
+
134
+ .ti-pencil:before {
135
+ content: "\e61c";
136
+ }
137
+
138
+ .ti-pencil-alt:before {
139
+ content: "\e61d";
140
+ }
141
+
142
+ .ti-paint-roller:before {
143
+ content: "\e61e";
144
+ }
145
+
146
+ .ti-paint-bucket:before {
147
+ content: "\e61f";
148
+ }
149
+
150
+ .ti-na:before {
151
+ content: "\e620";
152
+ }
153
+
154
+ .ti-mobile:before {
155
+ content: "\e621";
156
+ }
157
+
158
+ .ti-minus:before {
159
+ content: "\e622";
160
+ }
161
+
162
+ .ti-medall:before {
163
+ content: "\e623";
164
+ }
165
+
166
+ .ti-medall-alt:before {
167
+ content: "\e624";
168
+ }
169
+
170
+ .ti-marker:before {
171
+ content: "\e625";
172
+ }
173
+
174
+ .ti-marker-alt:before {
175
+ content: "\e626";
176
+ }
177
+
178
+ .ti-arrow-up:before {
179
+ content: "\e627";
180
+ }
181
+
182
+ .ti-arrow-right:before {
183
+ content: "\e628";
184
+ }
185
+
186
+ .ti-arrow-left:before {
187
+ content: "\e629";
188
+ }
189
+
190
+ .ti-arrow-down:before {
191
+ content: "\e62a";
192
+ }
193
+
194
+ .ti-lock:before {
195
+ content: "\e62b";
196
+ }
197
+
198
+ .ti-location-arrow:before {
199
+ content: "\e62c";
200
+ }
201
+
202
+ .ti-link:before {
203
+ content: "\e62d";
204
+ }
205
+
206
+ .ti-layout:before {
207
+ content: "\e62e";
208
+ }
209
+
210
+ .ti-layers:before {
211
+ content: "\e62f";
212
+ }
213
+
214
+ .ti-layers-alt:before {
215
+ content: "\e630";
216
+ }
217
+
218
+ .ti-key:before {
219
+ content: "\e631";
220
+ }
221
+
222
+ .ti-import:before {
223
+ content: "\e632";
224
+ }
225
+
226
+ .ti-image:before {
227
+ content: "\e633";
228
+ }
229
+
230
+ .ti-heart:before {
231
+ content: "\e634";
232
+ }
233
+
234
+ .ti-heart-broken:before {
235
+ content: "\e635";
236
+ }
237
+
238
+ .ti-hand-stop:before {
239
+ content: "\e636";
240
+ }
241
+
242
+ .ti-hand-open:before {
243
+ content: "\e637";
244
+ }
245
+
246
+ .ti-hand-drag:before {
247
+ content: "\e638";
248
+ }
249
+
250
+ .ti-folder:before {
251
+ content: "\e639";
252
+ }
253
+
254
+ .ti-flag:before {
255
+ content: "\e63a";
256
+ }
257
+
258
+ .ti-flag-alt:before {
259
+ content: "\e63b";
260
+ }
261
+
262
+ .ti-flag-alt-2:before {
263
+ content: "\e63c";
264
+ }
265
+
266
+ .ti-eye:before {
267
+ content: "\e63d";
268
+ }
269
+
270
+ .ti-export:before {
271
+ content: "\e63e";
272
+ }
273
+
274
+ .ti-exchange-vertical:before {
275
+ content: "\e63f";
276
+ }
277
+
278
+ .ti-desktop:before {
279
+ content: "\e640";
280
+ }
281
+
282
+ .ti-cup:before {
283
+ content: "\e641";
284
+ }
285
+
286
+ .ti-crown:before {
287
+ content: "\e642";
288
+ }
289
+
290
+ .ti-comments:before {
291
+ content: "\e643";
292
+ }
293
+
294
+ .ti-comment:before {
295
+ content: "\e644";
296
+ }
297
+
298
+ .ti-comment-alt:before {
299
+ content: "\e645";
300
+ }
301
+
302
+ .ti-close:before {
303
+ content: "\e646";
304
+ }
305
+
306
+ .ti-clip:before {
307
+ content: "\e647";
308
+ }
309
+
310
+ .ti-angle-up:before {
311
+ content: "\e648";
312
+ }
313
+
314
+ .ti-angle-right:before {
315
+ content: "\e649";
316
+ }
317
+
318
+ .ti-angle-left:before {
319
+ content: "\e64a";
320
+ }
321
+
322
+ .ti-angle-down:before {
323
+ content: "\e64b";
324
+ }
325
+
326
+ .ti-check:before {
327
+ content: "\e64c";
328
+ }
329
+
330
+ .ti-check-box:before {
331
+ content: "\e64d";
332
+ }
333
+
334
+ .ti-camera:before {
335
+ content: "\e64e";
336
+ }
337
+
338
+ .ti-announcement:before {
339
+ content: "\e64f";
340
+ }
341
+
342
+ .ti-brush:before {
343
+ content: "\e650";
344
+ }
345
+
346
+ .ti-briefcase:before {
347
+ content: "\e651";
348
+ }
349
+
350
+ .ti-bolt:before {
351
+ content: "\e652";
352
+ }
353
+
354
+ .ti-bolt-alt:before {
355
+ content: "\e653";
356
+ }
357
+
358
+ .ti-blackboard:before {
359
+ content: "\e654";
360
+ }
361
+
362
+ .ti-bag:before {
363
+ content: "\e655";
364
+ }
365
+
366
+ .ti-move:before {
367
+ content: "\e656";
368
+ }
369
+
370
+ .ti-arrows-vertical:before {
371
+ content: "\e657";
372
+ }
373
+
374
+ .ti-arrows-horizontal:before {
375
+ content: "\e658";
376
+ }
377
+
378
+ .ti-fullscreen:before {
379
+ content: "\e659";
380
+ }
381
+
382
+ .ti-arrow-top-right:before {
383
+ content: "\e65a";
384
+ }
385
+
386
+ .ti-arrow-top-left:before {
387
+ content: "\e65b";
388
+ }
389
+
390
+ .ti-arrow-circle-up:before {
391
+ content: "\e65c";
392
+ }
393
+
394
+ .ti-arrow-circle-right:before {
395
+ content: "\e65d";
396
+ }
397
+
398
+ .ti-arrow-circle-left:before {
399
+ content: "\e65e";
400
+ }
401
+
402
+ .ti-arrow-circle-down:before {
403
+ content: "\e65f";
404
+ }
405
+
406
+ .ti-angle-double-up:before {
407
+ content: "\e660";
408
+ }
409
+
410
+ .ti-angle-double-right:before {
411
+ content: "\e661";
412
+ }
413
+
414
+ .ti-angle-double-left:before {
415
+ content: "\e662";
416
+ }
417
+
418
+ .ti-angle-double-down:before {
419
+ content: "\e663";
420
+ }
421
+
422
+ .ti-zip:before {
423
+ content: "\e664";
424
+ }
425
+
426
+ .ti-world:before {
427
+ content: "\e665";
428
+ }
429
+
430
+ .ti-wheelchair:before {
431
+ content: "\e666";
432
+ }
433
+
434
+ .ti-view-list:before {
435
+ content: "\e667";
436
+ }
437
+
438
+ .ti-view-list-alt:before {
439
+ content: "\e668";
440
+ }
441
+
442
+ .ti-view-grid:before {
443
+ content: "\e669";
444
+ }
445
+
446
+ .ti-uppercase:before {
447
+ content: "\e66a";
448
+ }
449
+
450
+ .ti-upload:before {
451
+ content: "\e66b";
452
+ }
453
+
454
+ .ti-underline:before {
455
+ content: "\e66c";
456
+ }
457
+
458
+ .ti-truck:before {
459
+ content: "\e66d";
460
+ }
461
+
462
+ .ti-timer:before {
463
+ content: "\e66e";
464
+ }
465
+
466
+ .ti-ticket:before {
467
+ content: "\e66f";
468
+ }
469
+
470
+ .ti-thumb-up:before {
471
+ content: "\e670";
472
+ }
473
+
474
+ .ti-thumb-down:before {
475
+ content: "\e671";
476
+ }
477
+
478
+ .ti-text:before {
479
+ content: "\e672";
480
+ }
481
+
482
+ .ti-stats-up:before {
483
+ content: "\e673";
484
+ }
485
+
486
+ .ti-stats-down:before {
487
+ content: "\e674";
488
+ }
489
+
490
+ .ti-split-v:before {
491
+ content: "\e675";
492
+ }
493
+
494
+ .ti-split-h:before {
495
+ content: "\e676";
496
+ }
497
+
498
+ .ti-smallcap:before {
499
+ content: "\e677";
500
+ }
501
+
502
+ .ti-shine:before {
503
+ content: "\e678";
504
+ }
505
+
506
+ .ti-shift-right:before {
507
+ content: "\e679";
508
+ }
509
+
510
+ .ti-shift-left:before {
511
+ content: "\e67a";
512
+ }
513
+
514
+ .ti-shield:before {
515
+ content: "\e67b";
516
+ }
517
+
518
+ .ti-notepad:before {
519
+ content: "\e67c";
520
+ }
521
+
522
+ .ti-server:before {
523
+ content: "\e67d";
524
+ }
525
+
526
+ .ti-quote-right:before {
527
+ content: "\e67e";
528
+ }
529
+
530
+ .ti-quote-left:before {
531
+ content: "\e67f";
532
+ }
533
+
534
+ .ti-pulse:before {
535
+ content: "\e680";
536
+ }
537
+
538
+ .ti-printer:before {
539
+ content: "\e681";
540
+ }
541
+
542
+ .ti-power-off:before {
543
+ content: "\e682";
544
+ }
545
+
546
+ .ti-plug:before {
547
+ content: "\e683";
548
+ }
549
+
550
+ .ti-pie-chart:before {
551
+ content: "\e684";
552
+ }
553
+
554
+ .ti-paragraph:before {
555
+ content: "\e685";
556
+ }
557
+
558
+ .ti-panel:before {
559
+ content: "\e686";
560
+ }
561
+
562
+ .ti-package:before {
563
+ content: "\e687";
564
+ }
565
+
566
+ .ti-music:before {
567
+ content: "\e688";
568
+ }
569
+
570
+ .ti-music-alt:before {
571
+ content: "\e689";
572
+ }
573
+
574
+ .ti-mouse:before {
575
+ content: "\e68a";
576
+ }
577
+
578
+ .ti-mouse-alt:before {
579
+ content: "\e68b";
580
+ }
581
+
582
+ .ti-money:before {
583
+ content: "\e68c";
584
+ }
585
+
586
+ .ti-microphone:before {
587
+ content: "\e68d";
588
+ }
589
+
590
+ .ti-menu:before {
591
+ content: "\e68e";
592
+ }
593
+
594
+ .ti-menu-alt:before {
595
+ content: "\e68f";
596
+ }
597
+
598
+ .ti-map:before {
599
+ content: "\e690";
600
+ }
601
+
602
+ .ti-map-alt:before {
603
+ content: "\e691";
604
+ }
605
+
606
+ .ti-loop:before {
607
+ content: "\e692";
608
+ }
609
+
610
+ .ti-location-pin:before {
611
+ content: "\e693";
612
+ }
613
+
614
+ .ti-list:before {
615
+ content: "\e694";
616
+ }
617
+
618
+ .ti-light-bulb:before {
619
+ content: "\e695";
620
+ }
621
+
622
+ .ti-Italic:before {
623
+ content: "\e696";
624
+ }
625
+
626
+ .ti-info:before {
627
+ content: "\e697";
628
+ }
629
+
630
+ .ti-infinite:before {
631
+ content: "\e698";
632
+ }
633
+
634
+ .ti-id-badge:before {
635
+ content: "\e699";
636
+ }
637
+
638
+ .ti-hummer:before {
639
+ content: "\e69a";
640
+ }
641
+
642
+ .ti-home:before {
643
+ content: "\e69b";
644
+ }
645
+
646
+ .ti-help:before {
647
+ content: "\e69c";
648
+ }
649
+
650
+ .ti-headphone:before {
651
+ content: "\e69d";
652
+ }
653
+
654
+ .ti-harddrives:before {
655
+ content: "\e69e";
656
+ }
657
+
658
+ .ti-harddrive:before {
659
+ content: "\e69f";
660
+ }
661
+
662
+ .ti-gift:before {
663
+ content: "\e6a0";
664
+ }
665
+
666
+ .ti-game:before {
667
+ content: "\e6a1";
668
+ }
669
+
670
+ .ti-filter:before {
671
+ content: "\e6a2";
672
+ }
673
+
674
+ .ti-files:before {
675
+ content: "\e6a3";
676
+ }
677
+
678
+ .ti-file:before {
679
+ content: "\e6a4";
680
+ }
681
+
682
+ .ti-eraser:before {
683
+ content: "\e6a5";
684
+ }
685
+
686
+ .ti-envelope:before {
687
+ content: "\e6a6";
688
+ }
689
+
690
+ .ti-download:before {
691
+ content: "\e6a7";
692
+ }
693
+
694
+ .ti-direction:before {
695
+ content: "\e6a8";
696
+ }
697
+
698
+ .ti-direction-alt:before {
699
+ content: "\e6a9";
700
+ }
701
+
702
+ .ti-dashboard:before {
703
+ content: "\e6aa";
704
+ }
705
+
706
+ .ti-control-stop:before {
707
+ content: "\e6ab";
708
+ }
709
+
710
+ .ti-control-shuffle:before {
711
+ content: "\e6ac";
712
+ }
713
+
714
+ .ti-control-play:before {
715
+ content: "\e6ad";
716
+ }
717
+
718
+ .ti-control-pause:before {
719
+ content: "\e6ae";
720
+ }
721
+
722
+ .ti-control-forward:before {
723
+ content: "\e6af";
724
+ }
725
+
726
+ .ti-control-backward:before {
727
+ content: "\e6b0";
728
+ }
729
+
730
+ .ti-cloud:before {
731
+ content: "\e6b1";
732
+ }
733
+
734
+ .ti-cloud-up:before {
735
+ content: "\e6b2";
736
+ }
737
+
738
+ .ti-cloud-down:before {
739
+ content: "\e6b3";
740
+ }
741
+
742
+ .ti-clipboard:before {
743
+ content: "\e6b4";
744
+ }
745
+
746
+ .ti-car:before {
747
+ content: "\e6b5";
748
+ }
749
+
750
+ .ti-calendar:before {
751
+ content: "\e6b6";
752
+ }
753
+
754
+ .ti-book:before {
755
+ content: "\e6b7";
756
+ }
757
+
758
+ .ti-bell:before {
759
+ content: "\e6b8";
760
+ }
761
+
762
+ .ti-basketball:before {
763
+ content: "\e6b9";
764
+ }
765
+
766
+ .ti-bar-chart:before {
767
+ content: "\e6ba";
768
+ }
769
+
770
+ .ti-bar-chart-alt:before {
771
+ content: "\e6bb";
772
+ }
773
+
774
+ .ti-back-right:before {
775
+ content: "\e6bc";
776
+ }
777
+
778
+ .ti-back-left:before {
779
+ content: "\e6bd";
780
+ }
781
+
782
+ .ti-arrows-corner:before {
783
+ content: "\e6be";
784
+ }
785
+
786
+ .ti-archive:before {
787
+ content: "\e6bf";
788
+ }
789
+
790
+ .ti-anchor:before {
791
+ content: "\e6c0";
792
+ }
793
+
794
+ .ti-align-right:before {
795
+ content: "\e6c1";
796
+ }
797
+
798
+ .ti-align-left:before {
799
+ content: "\e6c2";
800
+ }
801
+
802
+ .ti-align-justify:before {
803
+ content: "\e6c3";
804
+ }
805
+
806
+ .ti-align-center:before {
807
+ content: "\e6c4";
808
+ }
809
+
810
+ .ti-alert:before {
811
+ content: "\e6c5";
812
+ }
813
+
814
+ .ti-alarm-clock:before {
815
+ content: "\e6c6";
816
+ }
817
+
818
+ .ti-agenda:before {
819
+ content: "\e6c7";
820
+ }
821
+
822
+ .ti-write:before {
823
+ content: "\e6c8";
824
+ }
825
+
826
+ .ti-window:before {
827
+ content: "\e6c9";
828
+ }
829
+
830
+ .ti-widgetized:before {
831
+ content: "\e6ca";
832
+ }
833
+
834
+ .ti-widget:before {
835
+ content: "\e6cb";
836
+ }
837
+
838
+ .ti-widget-alt:before {
839
+ content: "\e6cc";
840
+ }
841
+
842
+ .ti-wallet:before {
843
+ content: "\e6cd";
844
+ }
845
+
846
+ .ti-video-clapper:before {
847
+ content: "\e6ce";
848
+ }
849
+
850
+ .ti-video-camera:before {
851
+ content: "\e6cf";
852
+ }
853
+
854
+ .ti-vector:before {
855
+ content: "\e6d0";
856
+ }
857
+
858
+ .ti-themify-logo:before {
859
+ content: "\e6d1";
860
+ }
861
+
862
+ .ti-themify-favicon:before {
863
+ content: "\e6d2";
864
+ }
865
+
866
+ .ti-themify-favicon-alt:before {
867
+ content: "\e6d3";
868
+ }
869
+
870
+ .ti-support:before {
871
+ content: "\e6d4";
872
+ }
873
+
874
+ .ti-stamp:before {
875
+ content: "\e6d5";
876
+ }
877
+
878
+ .ti-split-v-alt:before {
879
+ content: "\e6d6";
880
+ }
881
+
882
+ .ti-slice:before {
883
+ content: "\e6d7";
884
+ }
885
+
886
+ .ti-shortcode:before {
887
+ content: "\e6d8";
888
+ }
889
+
890
+ .ti-shift-right-alt:before {
891
+ content: "\e6d9";
892
+ }
893
+
894
+ .ti-shift-left-alt:before {
895
+ content: "\e6da";
896
+ }
897
+
898
+ .ti-ruler-alt-2:before {
899
+ content: "\e6db";
900
+ }
901
+
902
+ .ti-receipt:before {
903
+ content: "\e6dc";
904
+ }
905
+
906
+ .ti-pin2:before {
907
+ content: "\e6dd";
908
+ }
909
+
910
+ .ti-pin-alt:before {
911
+ content: "\e6de";
912
+ }
913
+
914
+ .ti-pencil-alt2:before {
915
+ content: "\e6df";
916
+ }
917
+
918
+ .ti-palette:before {
919
+ content: "\e6e0";
920
+ }
921
+
922
+ .ti-more:before {
923
+ content: "\e6e1";
924
+ }
925
+
926
+ .ti-more-alt:before {
927
+ content: "\e6e2";
928
+ }
929
+
930
+ .ti-microphone-alt:before {
931
+ content: "\e6e3";
932
+ }
933
+
934
+ .ti-magnet:before {
935
+ content: "\e6e4";
936
+ }
937
+
938
+ .ti-line-double:before {
939
+ content: "\e6e5";
940
+ }
941
+
942
+ .ti-line-dotted:before {
943
+ content: "\e6e6";
944
+ }
945
+
946
+ .ti-line-dashed:before {
947
+ content: "\e6e7";
948
+ }
949
+
950
+ .ti-layout-width-full:before {
951
+ content: "\e6e8";
952
+ }
953
+
954
+ .ti-layout-width-default:before {
955
+ content: "\e6e9";
956
+ }
957
+
958
+ .ti-layout-width-default-alt:before {
959
+ content: "\e6ea";
960
+ }
961
+
962
+ .ti-layout-tab:before {
963
+ content: "\e6eb";
964
+ }
965
+
966
+ .ti-layout-tab-window:before {
967
+ content: "\e6ec";
968
+ }
969
+
970
+ .ti-layout-tab-v:before {
971
+ content: "\e6ed";
972
+ }
973
+
974
+ .ti-layout-tab-min:before {
975
+ content: "\e6ee";
976
+ }
977
+
978
+ .ti-layout-slider:before {
979
+ content: "\e6ef";
980
+ }
981
+
982
+ .ti-layout-slider-alt:before {
983
+ content: "\e6f0";
984
+ }
985
+
986
+ .ti-layout-sidebar-right:before {
987
+ content: "\e6f1";
988
+ }
989
+
990
+ .ti-layout-sidebar-none:before {
991
+ content: "\e6f2";
992
+ }
993
+
994
+ .ti-layout-sidebar-left:before {
995
+ content: "\e6f3";
996
+ }
997
+
998
+ .ti-layout-placeholder:before {
999
+ content: "\e6f4";
1000
+ }
1001
+
1002
+ .ti-layout-menu:before {
1003
+ content: "\e6f5";
1004
+ }
1005
+
1006
+ .ti-layout-menu-v:before {
1007
+ content: "\e6f6";
1008
+ }
1009
+
1010
+ .ti-layout-menu-separated:before {
1011
+ content: "\e6f7";
1012
+ }
1013
+
1014
+ .ti-layout-menu-full:before {
1015
+ content: "\e6f8";
1016
+ }
1017
+
1018
+ .ti-layout-media-right-alt:before {
1019
+ content: "\e6f9";
1020
+ }
1021
+
1022
+ .ti-layout-media-right:before {
1023
+ content: "\e6fa";
1024
+ }
1025
+
1026
+ .ti-layout-media-overlay:before {
1027
+ content: "\e6fb";
1028
+ }
1029
+
1030
+ .ti-layout-media-overlay-alt:before {
1031
+ content: "\e6fc";
1032
+ }
1033
+
1034
+ .ti-layout-media-overlay-alt-2:before {
1035
+ content: "\e6fd";
1036
+ }
1037
+
1038
+ .ti-layout-media-left-alt:before {
1039
+ content: "\e6fe";
1040
+ }
1041
+
1042
+ .ti-layout-media-left:before {
1043
+ content: "\e6ff";
1044
+ }
1045
+
1046
+ .ti-layout-media-center-alt:before {
1047
+ content: "\e700";
1048
+ }
1049
+
1050
+ .ti-layout-media-center:before {
1051
+ content: "\e701";
1052
+ }
1053
+
1054
+ .ti-layout-list-thumb:before {
1055
+ content: "\e702";
1056
+ }
1057
+
1058
+ .ti-layout-list-thumb-alt:before {
1059
+ content: "\e703";
1060
+ }
1061
+
1062
+ .ti-layout-list-post:before {
1063
+ content: "\e704";
1064
+ }
1065
+
1066
+ .ti-layout-list-large-image:before {
1067
+ content: "\e705";
1068
+ }
1069
+
1070
+ .ti-layout-line-solid:before {
1071
+ content: "\e706";
1072
+ }
1073
+
1074
+ .ti-layout-grid4:before {
1075
+ content: "\e707";
1076
+ }
1077
+
1078
+ .ti-layout-grid3:before {
1079
+ content: "\e708";
1080
+ }
1081
+
1082
+ .ti-layout-grid2:before {
1083
+ content: "\e709";
1084
+ }
1085
+
1086
+ .ti-layout-grid2-thumb:before {
1087
+ content: "\e70a";
1088
+ }
1089
+
1090
+ .ti-layout-cta-right:before {
1091
+ content: "\e70b";
1092
+ }
1093
+
1094
+ .ti-layout-cta-left:before {
1095
+ content: "\e70c";
1096
+ }
1097
+
1098
+ .ti-layout-cta-center:before {
1099
+ content: "\e70d";
1100
+ }
1101
+
1102
+ .ti-layout-cta-btn-right:before {
1103
+ content: "\e70e";
1104
+ }
1105
+
1106
+ .ti-layout-cta-btn-left:before {
1107
+ content: "\e70f";
1108
+ }
1109
+
1110
+ .ti-layout-column4:before {
1111
+ content: "\e710";
1112
+ }
1113
+
1114
+ .ti-layout-column3:before {
1115
+ content: "\e711";
1116
+ }
1117
+
1118
+ .ti-layout-column2:before {
1119
+ content: "\e712";
1120
+ }
1121
+
1122
+ .ti-layout-accordion-separated:before {
1123
+ content: "\e713";
1124
+ }
1125
+
1126
+ .ti-layout-accordion-merged:before {
1127
+ content: "\e714";
1128
+ }
1129
+
1130
+ .ti-layout-accordion-list:before {
1131
+ content: "\e715";
1132
+ }
1133
+
1134
+ .ti-ink-pen:before {
1135
+ content: "\e716";
1136
+ }
1137
+
1138
+ .ti-info-alt:before {
1139
+ content: "\e717";
1140
+ }
1141
+
1142
+ .ti-help-alt:before {
1143
+ content: "\e718";
1144
+ }
1145
+
1146
+ .ti-headphone-alt:before {
1147
+ content: "\e719";
1148
+ }
1149
+
1150
+ .ti-hand-point-up:before {
1151
+ content: "\e71a";
1152
+ }
1153
+
1154
+ .ti-hand-point-right:before {
1155
+ content: "\e71b";
1156
+ }
1157
+
1158
+ .ti-hand-point-left:before {
1159
+ content: "\e71c";
1160
+ }
1161
+
1162
+ .ti-hand-point-down:before {
1163
+ content: "\e71d";
1164
+ }
1165
+
1166
+ .ti-gallery:before {
1167
+ content: "\e71e";
1168
+ }
1169
+
1170
+ .ti-face-smile:before {
1171
+ content: "\e71f";
1172
+ }
1173
+
1174
+ .ti-face-sad:before {
1175
+ content: "\e720";
1176
+ }
1177
+
1178
+ .ti-credit-card:before {
1179
+ content: "\e721";
1180
+ }
1181
+
1182
+ .ti-control-skip-forward:before {
1183
+ content: "\e722";
1184
+ }
1185
+
1186
+ .ti-control-skip-backward:before {
1187
+ content: "\e723";
1188
+ }
1189
+
1190
+ .ti-control-record:before {
1191
+ content: "\e724";
1192
+ }
1193
+
1194
+ .ti-control-eject:before {
1195
+ content: "\e725";
1196
+ }
1197
+
1198
+ .ti-comments-smiley:before {
1199
+ content: "\e726";
1200
+ }
1201
+
1202
+ .ti-brush-alt:before {
1203
+ content: "\e727";
1204
+ }
1205
+
1206
+ .ti-youtube:before {
1207
+ content: "\e728";
1208
+ }
1209
+
1210
+ .ti-vimeo:before {
1211
+ content: "\e729";
1212
+ }
1213
+
1214
+ .ti-twitter:before {
1215
+ content: "\e72a";
1216
+ }
1217
+
1218
+ .ti-time:before {
1219
+ content: "\e72b";
1220
+ }
1221
+
1222
+ .ti-tumblr:before {
1223
+ content: "\e72c";
1224
+ }
1225
+
1226
+ .ti-skype:before {
1227
+ content: "\e72d";
1228
+ }
1229
+
1230
+ .ti-share:before {
1231
+ content: "\e72e";
1232
+ }
1233
+
1234
+ .ti-share-alt:before {
1235
+ content: "\e72f";
1236
+ }
1237
+
1238
+ .ti-rocket:before {
1239
+ content: "\e730";
1240
+ }
1241
+
1242
+ .ti-pinterest:before {
1243
+ content: "\e731";
1244
+ }
1245
+
1246
+ .ti-new-window:before {
1247
+ content: "\e732";
1248
+ }
1249
+
1250
+ .ti-microsoft:before {
1251
+ content: "\e733";
1252
+ }
1253
+
1254
+ .ti-list-ol:before {
1255
+ content: "\e734";
1256
+ }
1257
+
1258
+ .ti-linkedin:before {
1259
+ content: "\e735";
1260
+ }
1261
+
1262
+ .ti-layout-sidebar-2:before {
1263
+ content: "\e736";
1264
+ }
1265
+
1266
+ .ti-layout-grid4-alt:before {
1267
+ content: "\e737";
1268
+ }
1269
+
1270
+ .ti-layout-grid3-alt:before {
1271
+ content: "\e738";
1272
+ }
1273
+
1274
+ .ti-layout-grid2-alt:before {
1275
+ content: "\e739";
1276
+ }
1277
+
1278
+ .ti-layout-column4-alt:before {
1279
+ content: "\e73a";
1280
+ }
1281
+
1282
+ .ti-layout-column3-alt:before {
1283
+ content: "\e73b";
1284
+ }
1285
+
1286
+ .ti-layout-column2-alt:before {
1287
+ content: "\e73c";
1288
+ }
1289
+
1290
+ .ti-instagram:before {
1291
+ content: "\e73d";
1292
+ }
1293
+
1294
+ .ti-google:before {
1295
+ content: "\e73e";
1296
+ }
1297
+
1298
+ .ti-github:before {
1299
+ content: "\e73f";
1300
+ }
1301
+
1302
+ .ti-flickr:before {
1303
+ content: "\e740";
1304
+ }
1305
+
1306
+ .ti-facebook:before {
1307
+ content: "\e741";
1308
+ }
1309
+
1310
+ .ti-dropbox:before {
1311
+ content: "\e742";
1312
+ }
1313
+
1314
+ .ti-dribbble:before {
1315
+ content: "\e743";
1316
+ }
1317
+
1318
+ .ti-apple:before {
1319
+ content: "\e744";
1320
+ }
1321
+
1322
+ .ti-android:before {
1323
+ content: "\e745";
1324
+ }
1325
+
1326
+ .ti-save:before {
1327
+ content: "\e746";
1328
+ }
1329
+
1330
+ .ti-save-alt:before {
1331
+ content: "\e747";
1332
+ }
1333
+
1334
+ .ti-yahoo:before {
1335
+ content: "\e748";
1336
+ }
1337
+
1338
+ .ti-wordpress:before {
1339
+ content: "\e749";
1340
+ }
1341
+
1342
+ .ti-vimeo-alt:before {
1343
+ content: "\e74a";
1344
+ }
1345
+
1346
+ .ti-twitter-alt:before {
1347
+ content: "\e74b";
1348
+ }
1349
+
1350
+ .ti-tumblr-alt:before {
1351
+ content: "\e74c";
1352
+ }
1353
+
1354
+ .ti-trello:before {
1355
+ content: "\e74d";
1356
+ }
1357
+
1358
+ .ti-stack-overflow:before {
1359
+ content: "\e74e";
1360
+ }
1361
+
1362
+ .ti-soundcloud:before {
1363
+ content: "\e74f";
1364
+ }
1365
+
1366
+ .ti-sharethis:before {
1367
+ content: "\e750";
1368
+ }
1369
+
1370
+ .ti-sharethis-alt:before {
1371
+ content: "\e751";
1372
+ }
1373
+
1374
+ .ti-reddit:before {
1375
+ content: "\e752";
1376
+ }
1377
+
1378
+ .ti-pinterest-alt:before {
1379
+ content: "\e753";
1380
+ }
1381
+
1382
+ .ti-microsoft-alt:before {
1383
+ content: "\e754";
1384
+ }
1385
+
1386
+ .ti-linux:before {
1387
+ content: "\e755";
1388
+ }
1389
+
1390
+ .ti-jsfiddle:before {
1391
+ content: "\e756";
1392
+ }
1393
+
1394
+ .ti-joomla:before {
1395
+ content: "\e757";
1396
+ }
1397
+
1398
+ .ti-html5:before {
1399
+ content: "\e758";
1400
+ }
1401
+
1402
+ .ti-flickr-alt:before {
1403
+ content: "\e759";
1404
+ }
1405
+
1406
+ .ti-email:before {
1407
+ content: "\e75a";
1408
+ }
1409
+
1410
+ .ti-drupal:before {
1411
+ content: "\e75b";
1412
+ }
1413
+
1414
+ .ti-dropbox-alt:before {
1415
+ content: "\e75c";
1416
+ }
1417
+
1418
+ .ti-css3:before {
1419
+ content: "\e75d";
1420
+ }
1421
+
1422
+ .ti-rss:before {
1423
+ content: "\e75e";
1424
+ }
1425
+
1426
+ .ti-rss-alt:before {
1427
+ content: "\e75f";
1428
+ }