PluginProbe
weForms – Easy Drag & Drop Contact Form Builder For WordPress / 1.2.9
weForms – Easy Drag & Drop Contact Form Builder For WordPress v1.2.9
1.6.7 1.6.8 1.6.9 1.6.12 1.6.13 1.6.14 1.6.15 1.6.16 1.6.17 1.6.18 1.6.19 1.6.2 1.6.20 1.6.21 1.6.22 1.6.23 1.6.24 1.6.25 1.6.26 1.6.27 1.6.28 1.6.3 1.6.4 1.6.5 1.6.6 All 74 releases
← All changes | assets/css/customizer.css +3628 -3628 1.6.71.2.9 View file →
@@ -1,3628 +1,3628 @@
1 -@charset "UTF-8";
2 -*,
3 -*::before,
4 -*::after {
5 - box-sizing: border-box;
6 -}
7 -
8 -html {
9 - font-family: sans-serif;
10 - line-height: 1.15;
11 - -webkit-text-size-adjust: 100%;
12 - -ms-text-size-adjust: 100%;
13 - -ms-overflow-style: scrollbar;
14 - -webkit-tap-highlight-color: transparent;
15 -}
16 -
17 -@-ms-viewport {
18 - width: device-width;
19 -}
20 -
21 -article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
22 - display: block;
23 -}
24 -
25 -body {
26 - margin: 0;
27 - font-family: Arial, sans-serif;
28 - font-size: 0.875rem;
29 - font-weight: normal;
30 - line-height: 1.5;
31 - color: #23282d;
32 - text-align: left;
33 - background-color: '#fff';
34 -}
35 -
36 -[tabindex="-1"]:focus {
37 - outline: none !important;
38 -}
39 -
40 -hr {
41 - box-sizing: content-box;
42 - height: 0;
43 - overflow: visible;
44 -}
45 -
46 -h1, h2, h3, h4, h5, h6 {
47 - margin-top: 0;
48 - margin-bottom: .5rem;
49 -}
50 -
51 -p {
52 - margin-top: 0;
53 - margin-bottom: 1rem;
54 -}
55 -
56 -abbr[title],
57 -abbr[data-original-title] {
58 - text-decoration: underline;
59 - -webkit-text-decoration: underline dotted;
60 - text-decoration: underline dotted;
61 - cursor: help;
62 - border-bottom: 0;
63 -}
64 -
65 -address {
66 - margin-bottom: 1rem;
67 - font-style: normal;
68 - line-height: inherit;
69 -}
70 -
71 -ol,
72 -ul,
73 -dl {
74 - margin-top: 0;
75 - margin-bottom: 1rem;
76 -}
77 -
78 -ol ol,
79 -ul ul,
80 -ol ul,
81 -ul ol {
82 - margin-bottom: 0;
83 -}
84 -
85 -dt {
86 - font-weight: bold;
87 -}
88 -
89 -dd {
90 - margin-bottom: .5rem;
91 - margin-left: 0;
92 -}
93 -
94 -blockquote {
95 - margin: 0 0 1rem;
96 -}
97 -
98 -dfn {
99 - font-style: italic;
100 -}
101 -
102 -b,
103 -strong {
104 - font-weight: bolder;
105 -}
106 -
107 -small {
108 - font-size: 80%;
109 -}
110 -
111 -sub,
112 -sup {
113 - position: relative;
114 - font-size: 75%;
115 - line-height: 0;
116 - vertical-align: baseline;
117 -}
118 -
119 -sub {
120 - bottom: -.25em;
121 -}
122 -
123 -sup {
124 - top: -.5em;
125 -}
126 -
127 -a {
128 - color: #0073aa;
129 - text-decoration: none;
130 - background-color: transparent;
131 - -webkit-text-decoration-skip: objects;
132 -}
133 -
134 -a:hover {
135 - color: #003f5e;
136 - text-decoration: underline;
137 -}
138 -
139 -a:not([href]):not([tabindex]) {
140 - color: inherit;
141 - text-decoration: none;
142 -}
143 -
144 -a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
145 - color: inherit;
146 - text-decoration: none;
147 -}
148 -
149 -a:not([href]):not([tabindex]):focus {
150 - outline: 0;
151 -}
152 -
153 -pre,
154 -code,
155 -kbd,
156 -samp {
157 - font-family: monospace, monospace;
158 - font-size: 1em;
159 -}
160 -
161 -pre {
162 - margin-top: 0;
163 - margin-bottom: 1rem;
164 - overflow: auto;
165 - -ms-overflow-style: scrollbar;
166 -}
167 -
168 -figure {
169 - margin: 0 0 1rem;
170 -}
171 -
172 -img {
173 - vertical-align: middle;
174 - border-style: none;
175 -}
176 -
177 -svg:not(:root) {
178 - overflow: hidden;
179 -}
180 -
181 -a,
182 -area,
183 -button,
184 -[role="button"],
185 -input:not([type=range]),
186 -label,
187 -select,
188 -summary,
189 -textarea {
190 - -ms-touch-action: manipulation;
191 - touch-action: manipulation;
192 -}
193 -
194 -table {
195 - border-collapse: collapse;
196 -}
197 -
198 -caption {
199 - padding-top: 0.75rem;
200 - padding-bottom: 0.75rem;
201 - color: #868e96;
202 - text-align: left;
203 - caption-side: bottom;
204 -}
205 -
206 -th {
207 - text-align: inherit;
208 -}
209 -
210 -label {
211 - display: inline-block;
212 - margin-bottom: .5rem;
213 -}
214 -
215 -button {
216 - border-radius: 0;
217 -}
218 -
219 -button:focus {
220 - outline: 1px dotted;
221 - outline: 5px auto -webkit-focus-ring-color;
222 -}
223 -
224 -input,
225 -button,
226 -select,
227 -optgroup,
228 -textarea {
229 - margin: 0;
230 - font-family: inherit;
231 - font-size: inherit;
232 - line-height: inherit;
233 -}
234 -
235 -button,
236 -input {
237 - overflow: visible;
238 -}
239 -
240 -button,
241 -select {
242 - text-transform: none;
243 -}
244 -
245 -button,
246 -html [type="button"],
247 -[type="reset"],
248 -[type="submit"] {
249 - -webkit-appearance: button;
250 -}
251 -
252 -button::-moz-focus-inner,
253 -[type="button"]::-moz-focus-inner,
254 -[type="reset"]::-moz-focus-inner,
255 -[type="submit"]::-moz-focus-inner {
256 - padding: 0;
257 - border-style: none;
258 -}
259 -
260 -input[type="radio"],
261 -input[type="checkbox"] {
262 - box-sizing: border-box;
263 - padding: 0;
264 -}
265 -
266 -input[type="date"],
267 -input[type="time"],
268 -input[type="datetime-local"],
269 -input[type="month"] {
270 - -webkit-appearance: listbox;
271 -}
272 -
273 -textarea {
274 - overflow: auto;
275 - resize: vertical;
276 -}
277 -
278 -fieldset {
279 - min-width: 0;
280 - padding: 0;
281 - margin: 0;
282 - border: 0;
283 -}
284 -
285 -legend {
286 - display: block;
287 - width: 100%;
288 - max-width: 100%;
289 - padding: 0;
290 - margin-bottom: .5rem;
291 - font-size: 1.5rem;
292 - line-height: inherit;
293 - color: inherit;
294 - white-space: normal;
295 -}
296 -
297 -progress {
298 - vertical-align: baseline;
299 -}
300 -
301 -[type="number"]::-webkit-inner-spin-button,
302 -[type="number"]::-webkit-outer-spin-button {
303 - height: auto;
304 -}
305 -
306 -[type="search"] {
307 - outline-offset: -2px;
308 - -webkit-appearance: none;
309 -}
310 -
311 -[type="search"]::-webkit-search-cancel-button,
312 -[type="search"]::-webkit-search-decoration {
313 - -webkit-appearance: none;
314 -}
315 -
316 -::-webkit-file-upload-button {
317 - font: inherit;
318 - -webkit-appearance: button;
319 -}
320 -
321 -output {
322 - display: inline-block;
323 -}
324 -
325 -summary {
326 - display: list-item;
327 -}
328 -
329 -template {
330 - display: none;
331 -}
332 -
333 -[hidden] {
334 - display: none !important;
335 -}
336 -
337 -h1,
338 -h2,
339 -h3,
340 -h4,
341 -h5,
342 -h6 {
343 - margin-bottom: 0.5rem;
344 - font-family: inherit;
345 - font-weight: 500;
346 - line-height: 1.1;
347 - color: inherit;
348 -}
349 -
350 -h1 {
351 - font-size: 2.5rem;
352 -}
353 -
354 -h2 {
355 - font-size: 2rem;
356 -}
357 -
358 -h3 {
359 - font-size: 1.75rem;
360 -}
361 -
362 -h4 {
363 - font-size: 1.5rem;
364 -}
365 -
366 -h5 {
367 - font-size: 1.25rem;
368 -}
369 -
370 -h6 {
371 - font-size: 1rem;
372 -}
373 -
374 -hr {
375 - margin-top: 1rem;
376 - margin-bottom: 1rem;
377 - border: 0;
378 - border-top: 1px solid rgba(0, 0, 0, .1);
379 -}
380 -
381 -small {
382 - font-size: 80%;
383 - font-weight: normal;
384 -}
385 -
386 -.mce-content-body {
387 - padding: 5px;
388 -}
389 -
390 -.mce-content-body p,
391 -.mce-content-body div,
392 -.mce-content-body h1,
393 -.mce-content-body h2,
394 -.mce-content-body h3,
395 -.mce-content-body h4,
396 -.mce-content-body h5,
397 -.mce-content-body h6 {
398 - line-height: 1.5;
399 -}
400 -
401 -.wemail-content-text *:last-child {
402 - margin-bottom: 0;
403 -}
404 -
405 -.wemail-content-image.no-image-content {
406 - padding: 90px 0;
407 - text-align: center;
408 - background-color: #f1f1f1;
409 - border: 1px solid #e5e5e5;
410 -}
411 -
412 -.wemail-content-image > a {
413 - display: block;
414 -}
415 -
416 -.social-follow-table td {
417 - padding: 0 3px;
418 - line-height: 1;
419 -}
420 -
421 -.social-follow-table a {
422 - display: block;
423 - text-decoration: none;
424 -}
425 -
426 -.social-follow-table.default-icons {
427 - font-size: 12px;
428 -}
429 -
430 -.social-follow-table.default-icons img {
431 - width: 24px;
432 - height: 24px;
433 -}
434 -
435 -.social-follow-table.large-icons {
436 - font-size: 14px;
437 -}
438 -
439 -.social-follow-table.large-icons td {
440 - display: block;
441 - width: 100%;
442 - margin-bottom: 3px;
443 - text-align: center;
444 -}
445 -
446 -.social-follow-table.large-icons img {
447 - width: 45px;
448 - height: 45px;
449 -}
450 -
451 -.social-follow-table.horizontal-icons {
452 - display: inline-block;
453 - width: auto;
454 -}
455 -
456 -.social-follow-table.vertical-icons {
457 - width: 100%;
458 -}
459 -
460 -.social-follow-table.vertical-icons.default-icons.align-left {
461 - width: auto;
462 -}
463 -
464 -.social-follow-table.vertical-icons.default-icons.align-center td {
465 - display: block;
466 - width: 100%;
467 - margin-bottom: 5px;
468 - text-align: center;
469 -}
470 -
471 -.social-follow-table.vertical-icons.default-icons.align-right td {
472 - text-align: left;
473 -}
474 -
475 -.social-follow-table.vertical-icons.default-icons.align-right td.image-container-td {
476 - width: 24px;
477 -}
478 -
479 -/*!
480 - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
481 - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
482 - */
483 -/* FONT PATH
484 - * -------------------------- */
485 -@font-face {
486 - font-family: 'FontAwesome';
487 - src: url(../fonts/fontawesome-webfont.eot);
488 - src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
489 - font-weight: normal;
490 - font-style: normal;
491 -}
492 -
493 -.fa {
494 - display: inline-block;
495 - font: normal normal normal 14px/1 FontAwesome;
496 - font-size: inherit;
497 - text-rendering: auto;
498 - -webkit-font-smoothing: antialiased;
499 - -moz-osx-font-smoothing: grayscale;
500 -}
501 -
502 -/* makes the font 33% larger relative to the icon container */
503 -.fa-lg {
504 - font-size: 1.33333em;
505 - line-height: 0.75em;
506 - vertical-align: -15%;
507 -}
508 -
509 -.fa-2x {
510 - font-size: 2em;
511 -}
512 -
513 -.fa-3x {
514 - font-size: 3em;
515 -}
516 -
517 -.fa-4x {
518 - font-size: 4em;
519 -}
520 -
521 -.fa-5x {
522 - font-size: 5em;
523 -}
524 -
525 -.fa-fw {
526 - width: 1.28571em;
527 - text-align: center;
528 -}
529 -
530 -.fa-ul {
531 - padding-left: 0;
532 - margin-left: 2.14286em;
533 - list-style-type: none;
534 -}
535 -
536 -.fa-ul > li {
537 - position: relative;
538 -}
539 -
540 -.fa-li {
541 - position: absolute;
542 - left: -2.14286em;
543 - width: 2.14286em;
544 - top: 0.14286em;
545 - text-align: center;
546 -}
547 -
548 -.fa-li.fa-lg {
549 - left: -1.85714em;
550 -}
551 -
552 -.fa-border {
553 - padding: .2em .25em .15em;
554 - border: solid 0.08em #eee;
555 - border-radius: .1em;
556 -}
557 -
558 -.fa-pull-left {
559 - float: left;
560 -}
561 -
562 -.fa-pull-right {
563 - float: right;
564 -}
565 -
566 -.fa.fa-pull-left {
567 - margin-right: .3em;
568 -}
569 -
570 -.fa.fa-pull-right {
571 - margin-left: .3em;
572 -}
573 -
574 -/* Deprecated as of 4.4.0 */
575 -.pull-right {
576 - float: right;
577 -}
578 -
579 -.pull-left {
580 - float: left;
581 -}
582 -
583 -.fa.pull-left {
584 - margin-right: .3em;
585 -}
586 -
587 -.fa.pull-right {
588 - margin-left: .3em;
589 -}
590 -
591 -.fa-spin {
592 - -webkit-animation: fa-spin 2s infinite linear;
593 - animation: fa-spin 2s infinite linear;
594 -}
595 -
596 -.fa-pulse {
597 - -webkit-animation: fa-spin 1s infinite steps(8);
598 - animation: fa-spin 1s infinite steps(8);
599 -}
600 -
601 -@-webkit-keyframes fa-spin {
602 - 0% {
603 - -webkit-transform: rotate(0deg);
604 - transform: rotate(0deg);
605 - }
606 - 100% {
607 - -webkit-transform: rotate(359deg);
608 - transform: rotate(359deg);
609 - }
610 -}
611 -
612 -@keyframes fa-spin {
613 - 0% {
614 - -webkit-transform: rotate(0deg);
615 - transform: rotate(0deg);
616 - }
617 - 100% {
618 - -webkit-transform: rotate(359deg);
619 - transform: rotate(359deg);
620 - }
621 -}
622 -
623 -.fa-rotate-90 {
624 - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
625 - -webkit-transform: rotate(90deg);
626 - transform: rotate(90deg);
627 -}
628 -
629 -.fa-rotate-180 {
630 - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
631 - -webkit-transform: rotate(180deg);
632 - transform: rotate(180deg);
633 -}
634 -
635 -.fa-rotate-270 {
636 - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
637 - -webkit-transform: rotate(270deg);
638 - transform: rotate(270deg);
639 -}
640 -
641 -.fa-flip-horizontal {
642 - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
643 - -webkit-transform: scale(-1, 1);
644 - transform: scale(-1, 1);
645 -}
646 -
647 -.fa-flip-vertical {
648 - -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
649 - -webkit-transform: scale(1, -1);
650 - transform: scale(1, -1);
651 -}
652 -
653 -:root .fa-rotate-90,
654 -:root .fa-rotate-180,
655 -:root .fa-rotate-270,
656 -:root .fa-flip-horizontal,
657 -:root .fa-flip-vertical {
658 - -webkit-filter: none;
659 - filter: none;
660 -}
661 -
662 -.fa-stack {
663 - position: relative;
664 - display: inline-block;
665 - width: 2em;
666 - height: 2em;
667 - line-height: 2em;
668 - vertical-align: middle;
669 -}
670 -
671 -.fa-stack-1x, .fa-stack-2x {
672 - position: absolute;
673 - left: 0;
674 - width: 100%;
675 - text-align: center;
676 -}
677 -
678 -.fa-stack-1x {
679 - line-height: inherit;
680 -}
681 -
682 -.fa-stack-2x {
683 - font-size: 2em;
684 -}
685 -
686 -.fa-inverse {
687 - color: #fff;
688 -}
689 -
690 -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
691 - readers do not read off random characters that represent icons */
692 -.fa-glass:before {
693 - content: "\F000";
694 -}
695 -
696 -.fa-music:before {
697 - content: "\F001";
698 -}
699 -
700 -.fa-search:before {
701 - content: "\F002";
702 -}
703 -
704 -.fa-envelope-o:before {
705 - content: "\F003";
706 -}
707 -
708 -.fa-heart:before {
709 - content: "\F004";
710 -}
711 -
712 -.fa-star:before {
713 - content: "\F005";
714 -}
715 -
716 -.fa-star-o:before {
717 - content: "\F006";
718 -}
719 -
720 -.fa-user:before {
721 - content: "\F007";
722 -}
723 -
724 -.fa-film:before {
725 - content: "\F008";
726 -}
727 -
728 -.fa-th-large:before {
729 - content: "\F009";
730 -}
731 -
732 -.fa-th:before {
733 - content: "\F00A";
734 -}
735 -
736 -.fa-th-list:before {
737 - content: "\F00B";
738 -}
739 -
740 -.fa-check:before {
741 - content: "\F00C";
742 -}
743 -
744 -.fa-remove:before,
745 -.fa-close:before,
746 -.fa-times:before {
747 - content: "\F00D";
748 -}
749 -
750 -.fa-search-plus:before {
751 - content: "\F00E";
752 -}
753 -
754 -.fa-search-minus:before {
755 - content: "\F010";
756 -}
757 -
758 -.fa-power-off:before {
759 - content: "\F011";
760 -}
761 -
762 -.fa-signal:before {
763 - content: "\F012";
764 -}
765 -
766 -.fa-gear:before,
767 -.fa-cog:before {
768 - content: "\F013";
769 -}
770 -
771 -.fa-trash-o:before {
772 - content: "\F014";
773 -}
774 -
775 -.fa-home:before {
776 - content: "\F015";
777 -}
778 -
779 -.fa-file-o:before {
780 - content: "\F016";
781 -}
782 -
783 -.fa-clock-o:before {
784 - content: "\F017";
785 -}
786 -
787 -.fa-road:before {
788 - content: "\F018";
789 -}
790 -
791 -.fa-download:before {
792 - content: "\F019";
793 -}
794 -
795 -.fa-arrow-circle-o-down:before {
796 - content: "\F01A";
797 -}
798 -
799 -.fa-arrow-circle-o-up:before {
800 - content: "\F01B";
801 -}
802 -
803 -.fa-inbox:before {
804 - content: "\F01C";
805 -}
806 -
807 -.fa-play-circle-o:before {
808 - content: "\F01D";
809 -}
810 -
811 -.fa-rotate-right:before,
812 -.fa-repeat:before {
813 - content: "\F01E";
814 -}
815 -
816 -.fa-refresh:before {
817 - content: "\F021";
818 -}
819 -
820 -.fa-list-alt:before {
821 - content: "\F022";
822 -}
823 -
824 -.fa-lock:before {
825 - content: "\F023";
826 -}
827 -
828 -.fa-flag:before {
829 - content: "\F024";
830 -}
831 -
832 -.fa-headphones:before {
833 - content: "\F025";
834 -}
835 -
836 -.fa-volume-off:before {
837 - content: "\F026";
838 -}
839 -
840 -.fa-volume-down:before {
841 - content: "\F027";
842 -}
843 -
844 -.fa-volume-up:before {
845 - content: "\F028";
846 -}
847 -
848 -.fa-qrcode:before {
849 - content: "\F029";
850 -}
851 -
852 -.fa-barcode:before {
853 - content: "\F02A";
854 -}
855 -
856 -.fa-tag:before {
857 - content: "\F02B";
858 -}
859 -
860 -.fa-tags:before {
861 - content: "\F02C";
862 -}
863 -
864 -.fa-book:before {
865 - content: "\F02D";
866 -}
867 -
868 -.fa-bookmark:before {
869 - content: "\F02E";
870 -}
871 -
872 -.fa-print:before {
873 - content: "\F02F";
874 -}
875 -
876 -.fa-camera:before {
877 - content: "\F030";
878 -}
879 -
880 -.fa-font:before {
881 - content: "\F031";
882 -}
883 -
884 -.fa-bold:before {
885 - content: "\F032";
886 -}
887 -
888 -.fa-italic:before {
889 - content: "\F033";
890 -}
891 -
892 -.fa-text-height:before {
893 - content: "\F034";
894 -}
895 -
896 -.fa-text-width:before {
897 - content: "\F035";
898 -}
899 -
900 -.fa-align-left:before {
901 - content: "\F036";
902 -}
903 -
904 -.fa-align-center:before {
905 - content: "\F037";
906 -}
907 -
908 -.fa-align-right:before {
909 - content: "\F038";
910 -}
911 -
912 -.fa-align-justify:before {
913 - content: "\F039";
914 -}
915 -
916 -.fa-list:before {
917 - content: "\F03A";
918 -}
919 -
920 -.fa-dedent:before,
921 -.fa-outdent:before {
922 - content: "\F03B";
923 -}
924 -
925 -.fa-indent:before {
926 - content: "\F03C";
927 -}
928 -
929 -.fa-video-camera:before {
930 - content: "\F03D";
931 -}
932 -
933 -.fa-photo:before,
934 -.fa-image:before,
935 -.fa-picture-o:before {
936 - content: "\F03E";
937 -}
938 -
939 -.fa-pencil:before {
940 - content: "\F040";
941 -}
942 -
943 -.fa-map-marker:before {
944 - content: "\F041";
945 -}
946 -
947 -.fa-adjust:before {
948 - content: "\F042";
949 -}
950 -
951 -.fa-tint:before {
952 - content: "\F043";
953 -}
954 -
955 -.fa-edit:before,
956 -.fa-pencil-square-o:before {
957 - content: "\F044";
958 -}
959 -
960 -.fa-share-square-o:before {
961 - content: "\F045";
962 -}
963 -
964 -.fa-check-square-o:before {
965 - content: "\F046";
966 -}
967 -
968 -.fa-arrows:before {
969 - content: "\F047";
970 -}
971 -
972 -.fa-step-backward:before {
973 - content: "\F048";
974 -}
975 -
976 -.fa-fast-backward:before {
977 - content: "\F049";
978 -}
979 -
980 -.fa-backward:before {
981 - content: "\F04A";
982 -}
983 -
984 -.fa-play:before {
985 - content: "\F04B";
986 -}
987 -
988 -.fa-pause:before {
989 - content: "\F04C";
990 -}
991 -
992 -.fa-stop:before {
993 - content: "\F04D";
994 -}
995 -
996 -.fa-forward:before {
997 - content: "\F04E";
998 -}
999 -
1000 -.fa-fast-forward:before {
1001 - content: "\F050";
1002 -}
1003 -
1004 -.fa-step-forward:before {
1005 - content: "\F051";
1006 -}
1007 -
1008 -.fa-eject:before {
1009 - content: "\F052";
1010 -}
1011 -
1012 -.fa-chevron-left:before {
1013 - content: "\F053";
1014 -}
1015 -
1016 -.fa-chevron-right:before {
1017 - content: "\F054";
1018 -}
1019 -
1020 -.fa-plus-circle:before {
1021 - content: "\F055";
1022 -}
1023 -
1024 -.fa-minus-circle:before {
1025 - content: "\F056";
1026 -}
1027 -
1028 -.fa-times-circle:before {
1029 - content: "\F057";
1030 -}
1031 -
1032 -.fa-check-circle:before {
1033 - content: "\F058";
1034 -}
1035 -
1036 -.fa-question-circle:before {
1037 - content: "\F059";
1038 -}
1039 -
1040 -.fa-info-circle:before {
1041 - content: "\F05A";
1042 -}
1043 -
1044 -.fa-crosshairs:before {
1045 - content: "\F05B";
1046 -}
1047 -
1048 -.fa-times-circle-o:before {
1049 - content: "\F05C";
1050 -}
1051 -
1052 -.fa-check-circle-o:before {
1053 - content: "\F05D";
1054 -}
1055 -
1056 -.fa-ban:before {
1057 - content: "\F05E";
1058 -}
1059 -
1060 -.fa-arrow-left:before {
1061 - content: "\F060";
1062 -}
1063 -
1064 -.fa-arrow-right:before {
1065 - content: "\F061";
1066 -}
1067 -
1068 -.fa-arrow-up:before {
1069 - content: "\F062";
1070 -}
1071 -
1072 -.fa-arrow-down:before {
1073 - content: "\F063";
1074 -}
1075 -
1076 -.fa-mail-forward:before,
1077 -.fa-share:before {
1078 - content: "\F064";
1079 -}
1080 -
1081 -.fa-expand:before {
1082 - content: "\F065";
1083 -}
1084 -
1085 -.fa-compress:before {
1086 - content: "\F066";
1087 -}
1088 -
1089 -.fa-plus:before {
1090 - content: "\F067";
1091 -}
1092 -
1093 -.fa-minus:before {
1094 - content: "\F068";
1095 -}
1096 -
1097 -.fa-asterisk:before {
1098 - content: "\F069";
1099 -}
1100 -
1101 -.fa-exclamation-circle:before {
1102 - content: "\F06A";
1103 -}
1104 -
1105 -.fa-gift:before {
1106 - content: "\F06B";
1107 -}
1108 -
1109 -.fa-leaf:before {
1110 - content: "\F06C";
1111 -}
1112 -
1113 -.fa-fire:before {
1114 - content: "\F06D";
1115 -}
1116 -
1117 -.fa-eye:before {
1118 - content: "\F06E";
1119 -}
1120 -
1121 -.fa-eye-slash:before {
1122 - content: "\F070";
1123 -}
1124 -
1125 -.fa-warning:before,
1126 -.fa-exclamation-triangle:before {
1127 - content: "\F071";
1128 -}
1129 -
1130 -.fa-plane:before {
1131 - content: "\F072";
1132 -}
1133 -
1134 -.fa-calendar:before {
1135 - content: "\F073";
1136 -}
1137 -
1138 -.fa-random:before {
1139 - content: "\F074";
1140 -}
1141 -
1142 -.fa-comment:before {
1143 - content: "\F075";
1144 -}
1145 -
1146 -.fa-magnet:before {
1147 - content: "\F076";
1148 -}
1149 -
1150 -.fa-chevron-up:before {
1151 - content: "\F077";
1152 -}
1153 -
1154 -.fa-chevron-down:before {
1155 - content: "\F078";
1156 -}
1157 -
1158 -.fa-retweet:before {
1159 - content: "\F079";
1160 -}
1161 -
1162 -.fa-shopping-cart:before {
1163 - content: "\F07A";
1164 -}
1165 -
1166 -.fa-folder:before {
1167 - content: "\F07B";
1168 -}
1169 -
1170 -.fa-folder-open:before {
1171 - content: "\F07C";
1172 -}
1173 -
1174 -.fa-arrows-v:before {
1175 - content: "\F07D";
1176 -}
1177 -
1178 -.fa-arrows-h:before {
1179 - content: "\F07E";
1180 -}
1181 -
1182 -.fa-bar-chart-o:before,
1183 -.fa-bar-chart:before {
1184 - content: "\F080";
1185 -}
1186 -
1187 -.fa-twitter-square:before {
1188 - content: "\F081";
1189 -}
1190 -
1191 -.fa-facebook-square:before {
1192 - content: "\F082";
1193 -}
1194 -
1195 -.fa-camera-retro:before {
1196 - content: "\F083";
1197 -}
1198 -
1199 -.fa-key:before {
1200 - content: "\F084";
1201 -}
1202 -
1203 -.fa-gears:before,
1204 -.fa-cogs:before {
1205 - content: "\F085";
1206 -}
1207 -
1208 -.fa-comments:before {
1209 - content: "\F086";
1210 -}
1211 -
1212 -.fa-thumbs-o-up:before {
1213 - content: "\F087";
1214 -}
1215 -
1216 -.fa-thumbs-o-down:before {
1217 - content: "\F088";
1218 -}
1219 -
1220 -.fa-star-half:before {
1221 - content: "\F089";
1222 -}
1223 -
1224 -.fa-heart-o:before {
1225 - content: "\F08A";
1226 -}
1227 -
1228 -.fa-sign-out:before {
1229 - content: "\F08B";
1230 -}
1231 -
1232 -.fa-linkedin-square:before {
1233 - content: "\F08C";
1234 -}
1235 -
1236 -.fa-thumb-tack:before {
1237 - content: "\F08D";
1238 -}
1239 -
1240 -.fa-external-link:before {
1241 - content: "\F08E";
1242 -}
1243 -
1244 -.fa-sign-in:before {
1245 - content: "\F090";
1246 -}
1247 -
1248 -.fa-trophy:before {
1249 - content: "\F091";
1250 -}
1251 -
1252 -.fa-github-square:before {
1253 - content: "\F092";
1254 -}
1255 -
1256 -.fa-upload:before {
1257 - content: "\F093";
1258 -}
1259 -
1260 -.fa-lemon-o:before {
1261 - content: "\F094";
1262 -}
1263 -
1264 -.fa-phone:before {
1265 - content: "\F095";
1266 -}
1267 -
1268 -.fa-square-o:before {
1269 - content: "\F096";
1270 -}
1271 -
1272 -.fa-bookmark-o:before {
1273 - content: "\F097";
1274 -}
1275 -
1276 -.fa-phone-square:before {
1277 - content: "\F098";
1278 -}
1279 -
1280 -.fa-twitter:before {
1281 - content: "\F099";
1282 -}
1283 -
1284 -.fa-facebook-f:before,
1285 -.fa-facebook:before {
1286 - content: "\F09A";
1287 -}
1288 -
1289 -.fa-github:before {
1290 - content: "\F09B";
1291 -}
1292 -
1293 -.fa-unlock:before {
1294 - content: "\F09C";
1295 -}
1296 -
1297 -.fa-credit-card:before {
1298 - content: "\F09D";
1299 -}
1300 -
1301 -.fa-feed:before,
1302 -.fa-rss:before {
1303 - content: "\F09E";
1304 -}
1305 -
1306 -.fa-hdd-o:before {
1307 - content: "\F0A0";
1308 -}
1309 -
1310 -.fa-bullhorn:before {
1311 - content: "\F0A1";
1312 -}
1313 -
1314 -.fa-bell:before {
1315 - content: "\F0F3";
1316 -}
1317 -
1318 -.fa-certificate:before {
1319 - content: "\F0A3";
1320 -}
1321 -
1322 -.fa-hand-o-right:before {
1323 - content: "\F0A4";
1324 -}
1325 -
1326 -.fa-hand-o-left:before {
1327 - content: "\F0A5";
1328 -}
1329 -
1330 -.fa-hand-o-up:before {
1331 - content: "\F0A6";
1332 -}
1333 -
1334 -.fa-hand-o-down:before {
1335 - content: "\F0A7";
1336 -}
1337 -
1338 -.fa-arrow-circle-left:before {
1339 - content: "\F0A8";
1340 -}
1341 -
1342 -.fa-arrow-circle-right:before {
1343 - content: "\F0A9";
1344 -}
1345 -
1346 -.fa-arrow-circle-up:before {
1347 - content: "\F0AA";
1348 -}
1349 -
1350 -.fa-arrow-circle-down:before {
1351 - content: "\F0AB";
1352 -}
1353 -
1354 -.fa-globe:before {
1355 - content: "\F0AC";
1356 -}
1357 -
1358 -.fa-wrench:before {
1359 - content: "\F0AD";
1360 -}
1361 -
1362 -.fa-tasks:before {
1363 - content: "\F0AE";
1364 -}
1365 -
1366 -.fa-filter:before {
1367 - content: "\F0B0";
1368 -}
1369 -
1370 -.fa-briefcase:before {
1371 - content: "\F0B1";
1372 -}
1373 -
1374 -.fa-arrows-alt:before {
1375 - content: "\F0B2";
1376 -}
1377 -
1378 -.fa-group:before,
1379 -.fa-users:before {
1380 - content: "\F0C0";
1381 -}
1382 -
1383 -.fa-chain:before,
1384 -.fa-link:before {
1385 - content: "\F0C1";
1386 -}
1387 -
1388 -.fa-cloud:before {
1389 - content: "\F0C2";
1390 -}
1391 -
1392 -.fa-flask:before {
1393 - content: "\F0C3";
1394 -}
1395 -
1396 -.fa-cut:before,
1397 -.fa-scissors:before {
1398 - content: "\F0C4";
1399 -}
1400 -
1401 -.fa-copy:before,
1402 -.fa-files-o:before {
1403 - content: "\F0C5";
1404 -}
1405 -
1406 -.fa-paperclip:before {
1407 - content: "\F0C6";
1408 -}
1409 -
1410 -.fa-save:before,
1411 -.fa-floppy-o:before {
1412 - content: "\F0C7";
1413 -}
1414 -
1415 -.fa-square:before {
1416 - content: "\F0C8";
1417 -}
1418 -
1419 -.fa-navicon:before,
1420 -.fa-reorder:before,
1421 -.fa-bars:before {
1422 - content: "\F0C9";
1423 -}
1424 -
1425 -.fa-list-ul:before {
1426 - content: "\F0CA";
1427 -}
1428 -
1429 -.fa-list-ol:before {
1430 - content: "\F0CB";
1431 -}
1432 -
1433 -.fa-strikethrough:before {
1434 - content: "\F0CC";
1435 -}
1436 -
1437 -.fa-underline:before {
1438 - content: "\F0CD";
1439 -}
1440 -
1441 -.fa-table:before {
1442 - content: "\F0CE";
1443 -}
1444 -
1445 -.fa-magic:before {
1446 - content: "\F0D0";
1447 -}
1448 -
1449 -.fa-truck:before {
1450 - content: "\F0D1";
1451 -}
1452 -
1453 -.fa-pinterest:before {
1454 - content: "\F0D2";
1455 -}
1456 -
1457 -.fa-pinterest-square:before {
1458 - content: "\F0D3";
1459 -}
1460 -
1461 -.fa-google-plus-square:before {
1462 - content: "\F0D4";
1463 -}
1464 -
1465 -.fa-google-plus:before {
1466 - content: "\F0D5";
1467 -}
1468 -
1469 -.fa-money:before {
1470 - content: "\F0D6";
1471 -}
1472 -
1473 -.fa-caret-down:before {
1474 - content: "\F0D7";
1475 -}
1476 -
1477 -.fa-caret-up:before {
1478 - content: "\F0D8";
1479 -}
1480 -
1481 -.fa-caret-left:before {
1482 - content: "\F0D9";
1483 -}
1484 -
1485 -.fa-caret-right:before {
1486 - content: "\F0DA";
1487 -}
1488 -
1489 -.fa-columns:before {
1490 - content: "\F0DB";
1491 -}
1492 -
1493 -.fa-unsorted:before,
1494 -.fa-sort:before {
1495 - content: "\F0DC";
1496 -}
1497 -
1498 -.fa-sort-down:before,
1499 -.fa-sort-desc:before {
1500 - content: "\F0DD";
1501 -}
1502 -
1503 -.fa-sort-up:before,
1504 -.fa-sort-asc:before {
1505 - content: "\F0DE";
1506 -}
1507 -
1508 -.fa-envelope:before {
1509 - content: "\F0E0";
1510 -}
1511 -
1512 -.fa-linkedin:before {
1513 - content: "\F0E1";
1514 -}
1515 -
1516 -.fa-rotate-left:before,
1517 -.fa-undo:before {
1518 - content: "\F0E2";
1519 -}
1520 -
1521 -.fa-legal:before,
1522 -.fa-gavel:before {
1523 - content: "\F0E3";
1524 -}
1525 -
1526 -.fa-dashboard:before,
1527 -.fa-tachometer:before {
1528 - content: "\F0E4";
1529 -}
1530 -
1531 -.fa-comment-o:before {
1532 - content: "\F0E5";
1533 -}
1534 -
1535 -.fa-comments-o:before {
1536 - content: "\F0E6";
1537 -}
1538 -
1539 -.fa-flash:before,
1540 -.fa-bolt:before {
1541 - content: "\F0E7";
1542 -}
1543 -
1544 -.fa-sitemap:before {
1545 - content: "\F0E8";
1546 -}
1547 -
1548 -.fa-umbrella:before {
1549 - content: "\F0E9";
1550 -}
1551 -
1552 -.fa-paste:before,
1553 -.fa-clipboard:before {
1554 - content: "\F0EA";
1555 -}
1556 -
1557 -.fa-lightbulb-o:before {
1558 - content: "\F0EB";
1559 -}
1560 -
1561 -.fa-exchange:before {
1562 - content: "\F0EC";
1563 -}
1564 -
1565 -.fa-cloud-download:before {
1566 - content: "\F0ED";
1567 -}
1568 -
1569 -.fa-cloud-upload:before {
1570 - content: "\F0EE";
1571 -}
1572 -
1573 -.fa-user-md:before {
1574 - content: "\F0F0";
1575 -}
1576 -
1577 -.fa-stethoscope:before {
1578 - content: "\F0F1";
1579 -}
1580 -
1581 -.fa-suitcase:before {
1582 - content: "\F0F2";
1583 -}
1584 -
1585 -.fa-bell-o:before {
1586 - content: "\F0A2";
1587 -}
1588 -
1589 -.fa-coffee:before {
1590 - content: "\F0F4";
1591 -}
1592 -
1593 -.fa-cutlery:before {
1594 - content: "\F0F5";
1595 -}
1596 -
1597 -.fa-file-text-o:before {
1598 - content: "\F0F6";
1599 -}
1600 -
1601 -.fa-building-o:before {
1602 - content: "\F0F7";
1603 -}
1604 -
1605 -.fa-hospital-o:before {
1606 - content: "\F0F8";
1607 -}
1608 -
1609 -.fa-ambulance:before {
1610 - content: "\F0F9";
1611 -}
1612 -
1613 -.fa-medkit:before {
1614 - content: "\F0FA";
1615 -}
1616 -
1617 -.fa-fighter-jet:before {
1618 - content: "\F0FB";
1619 -}
1620 -
1621 -.fa-beer:before {
1622 - content: "\F0FC";
1623 -}
1624 -
1625 -.fa-h-square:before {
1626 - content: "\F0FD";
1627 -}
1628 -
1629 -.fa-plus-square:before {
1630 - content: "\F0FE";
1631 -}
1632 -
1633 -.fa-angle-double-left:before {
1634 - content: "\F100";
1635 -}
1636 -
1637 -.fa-angle-double-right:before {
1638 - content: "\F101";
1639 -}
1640 -
1641 -.fa-angle-double-up:before {
1642 - content: "\F102";
1643 -}
1644 -
1645 -.fa-angle-double-down:before {
1646 - content: "\F103";
1647 -}
1648 -
1649 -.fa-angle-left:before {
1650 - content: "\F104";
1651 -}
1652 -
1653 -.fa-angle-right:before {
1654 - content: "\F105";
1655 -}
1656 -
1657 -.fa-angle-up:before {
1658 - content: "\F106";
1659 -}
1660 -
1661 -.fa-angle-down:before {
1662 - content: "\F107";
1663 -}
1664 -
1665 -.fa-desktop:before {
1666 - content: "\F108";
1667 -}
1668 -
1669 -.fa-laptop:before {
1670 - content: "\F109";
1671 -}
1672 -
1673 -.fa-tablet:before {
1674 - content: "\F10A";
1675 -}
1676 -
1677 -.fa-mobile-phone:before,
1678 -.fa-mobile:before {
1679 - content: "\F10B";
1680 -}
1681 -
1682 -.fa-circle-o:before {
1683 - content: "\F10C";
1684 -}
1685 -
1686 -.fa-quote-left:before {
1687 - content: "\F10D";
1688 -}
1689 -
1690 -.fa-quote-right:before {
1691 - content: "\F10E";
1692 -}
1693 -
1694 -.fa-spinner:before {
1695 - content: "\F110";
1696 -}
1697 -
1698 -.fa-circle:before {
1699 - content: "\F111";
1700 -}
1701 -
1702 -.fa-mail-reply:before,
1703 -.fa-reply:before {
1704 - content: "\F112";
1705 -}
1706 -
1707 -.fa-github-alt:before {
1708 - content: "\F113";
1709 -}
1710 -
1711 -.fa-folder-o:before {
1712 - content: "\F114";
1713 -}
1714 -
1715 -.fa-folder-open-o:before {
1716 - content: "\F115";
1717 -}
1718 -
1719 -.fa-smile-o:before {
1720 - content: "\F118";
1721 -}
1722 -
1723 -.fa-frown-o:before {
1724 - content: "\F119";
1725 -}
1726 -
1727 -.fa-meh-o:before {
1728 - content: "\F11A";
1729 -}
1730 -
1731 -.fa-gamepad:before {
1732 - content: "\F11B";
1733 -}
1734 -
1735 -.fa-keyboard-o:before {
1736 - content: "\F11C";
1737 -}
1738 -
1739 -.fa-flag-o:before {
1740 - content: "\F11D";
1741 -}
1742 -
1743 -.fa-flag-checkered:before {
1744 - content: "\F11E";
1745 -}
1746 -
1747 -.fa-terminal:before {
1748 - content: "\F120";
1749 -}
1750 -
1751 -.fa-code:before {
1752 - content: "\F121";
1753 -}
1754 -
1755 -.fa-mail-reply-all:before,
1756 -.fa-reply-all:before {
1757 - content: "\F122";
1758 -}
1759 -
1760 -.fa-star-half-empty:before,
1761 -.fa-star-half-full:before,
1762 -.fa-star-half-o:before {
1763 - content: "\F123";
1764 -}
1765 -
1766 -.fa-location-arrow:before {
1767 - content: "\F124";
1768 -}
1769 -
1770 -.fa-crop:before {
1771 - content: "\F125";
1772 -}
1773 -
1774 -.fa-code-fork:before {
1775 - content: "\F126";
1776 -}
1777 -
1778 -.fa-unlink:before,
1779 -.fa-chain-broken:before {
1780 - content: "\F127";
1781 -}
1782 -
1783 -.fa-question:before {
1784 - content: "\F128";
1785 -}
1786 -
1787 -.fa-info:before {
1788 - content: "\F129";
1789 -}
1790 -
1791 -.fa-exclamation:before {
1792 - content: "\F12A";
1793 -}
1794 -
1795 -.fa-superscript:before {
1796 - content: "\F12B";
1797 -}
1798 -
1799 -.fa-subscript:before {
1800 - content: "\F12C";
1801 -}
1802 -
1803 -.fa-eraser:before {
1804 - content: "\F12D";
1805 -}
1806 -
1807 -.fa-puzzle-piece:before {
1808 - content: "\F12E";
1809 -}
1810 -
1811 -.fa-microphone:before {
1812 - content: "\F130";
1813 -}
1814 -
1815 -.fa-microphone-slash:before {
1816 - content: "\F131";
1817 -}
1818 -
1819 -.fa-shield:before {
1820 - content: "\F132";
1821 -}
1822 -
1823 -.fa-calendar-o:before {
1824 - content: "\F133";
1825 -}
1826 -
1827 -.fa-fire-extinguisher:before {
1828 - content: "\F134";
1829 -}
1830 -
1831 -.fa-rocket:before {
1832 - content: "\F135";
1833 -}
1834 -
1835 -.fa-maxcdn:before {
1836 - content: "\F136";
1837 -}
1838 -
1839 -.fa-chevron-circle-left:before {
1840 - content: "\F137";
1841 -}
1842 -
1843 -.fa-chevron-circle-right:before {
1844 - content: "\F138";
1845 -}
1846 -
1847 -.fa-chevron-circle-up:before {
1848 - content: "\F139";
1849 -}
1850 -
1851 -.fa-chevron-circle-down:before {
1852 - content: "\F13A";
1853 -}
1854 -
1855 -.fa-html5:before {
1856 - content: "\F13B";
1857 -}
1858 -
1859 -.fa-css3:before {
1860 - content: "\F13C";
1861 -}
1862 -
1863 -.fa-anchor:before {
1864 - content: "\F13D";
1865 -}
1866 -
1867 -.fa-unlock-alt:before {
1868 - content: "\F13E";
1869 -}
1870 -
1871 -.fa-bullseye:before {
1872 - content: "\F140";
1873 -}
1874 -
1875 -.fa-ellipsis-h:before {
1876 - content: "\F141";
1877 -}
1878 -
1879 -.fa-ellipsis-v:before {
1880 - content: "\F142";
1881 -}
1882 -
1883 -.fa-rss-square:before {
1884 - content: "\F143";
1885 -}
1886 -
1887 -.fa-play-circle:before {
1888 - content: "\F144";
1889 -}
1890 -
1891 -.fa-ticket:before {
1892 - content: "\F145";
1893 -}
1894 -
1895 -.fa-minus-square:before {
1896 - content: "\F146";
1897 -}
1898 -
1899 -.fa-minus-square-o:before {
1900 - content: "\F147";
1901 -}
1902 -
1903 -.fa-level-up:before {
1904 - content: "\F148";
1905 -}
1906 -
1907 -.fa-level-down:before {
1908 - content: "\F149";
1909 -}
1910 -
1911 -.fa-check-square:before {
1912 - content: "\F14A";
1913 -}
1914 -
1915 -.fa-pencil-square:before {
1916 - content: "\F14B";
1917 -}
1918 -
1919 -.fa-external-link-square:before {
1920 - content: "\F14C";
1921 -}
1922 -
1923 -.fa-share-square:before {
1924 - content: "\F14D";
1925 -}
1926 -
1927 -.fa-compass:before {
1928 - content: "\F14E";
1929 -}
1930 -
1931 -.fa-toggle-down:before,
1932 -.fa-caret-square-o-down:before {
1933 - content: "\F150";
1934 -}
1935 -
1936 -.fa-toggle-up:before,
1937 -.fa-caret-square-o-up:before {
1938 - content: "\F151";
1939 -}
1940 -
1941 -.fa-toggle-right:before,
1942 -.fa-caret-square-o-right:before {
1943 - content: "\F152";
1944 -}
1945 -
1946 -.fa-euro:before,
1947 -.fa-eur:before {
1948 - content: "\F153";
1949 -}
1950 -
1951 -.fa-gbp:before {
1952 - content: "\F154";
1953 -}
1954 -
1955 -.fa-dollar:before,
1956 -.fa-usd:before {
1957 - content: "\F155";
1958 -}
1959 -
1960 -.fa-rupee:before,
1961 -.fa-inr:before {
1962 - content: "\F156";
1963 -}
1964 -
1965 -.fa-cny:before,
1966 -.fa-rmb:before,
1967 -.fa-yen:before,
1968 -.fa-jpy:before {
1969 - content: "\F157";
1970 -}
1971 -
1972 -.fa-ruble:before,
1973 -.fa-rouble:before,
1974 -.fa-rub:before {
1975 - content: "\F158";
1976 -}
1977 -
1978 -.fa-won:before,
1979 -.fa-krw:before {
1980 - content: "\F159";
1981 -}
1982 -
1983 -.fa-bitcoin:before,
1984 -.fa-btc:before {
1985 - content: "\F15A";
1986 -}
1987 -
1988 -.fa-file:before {
1989 - content: "\F15B";
1990 -}
1991 -
1992 -.fa-file-text:before {
1993 - content: "\F15C";
1994 -}
1995 -
1996 -.fa-sort-alpha-asc:before {
1997 - content: "\F15D";
1998 -}
1999 -
2000 -.fa-sort-alpha-desc:before {
2001 - content: "\F15E";
2002 -}
2003 -
2004 -.fa-sort-amount-asc:before {
2005 - content: "\F160";
2006 -}
2007 -
2008 -.fa-sort-amount-desc:before {
2009 - content: "\F161";
2010 -}
2011 -
2012 -.fa-sort-numeric-asc:before {
2013 - content: "\F162";
2014 -}
2015 -
2016 -.fa-sort-numeric-desc:before {
2017 - content: "\F163";
2018 -}
2019 -
2020 -.fa-thumbs-up:before {
2021 - content: "\F164";
2022 -}
2023 -
2024 -.fa-thumbs-down:before {
2025 - content: "\F165";
2026 -}
2027 -
2028 -.fa-youtube-square:before {
2029 - content: "\F166";
2030 -}
2031 -
2032 -.fa-youtube:before {
2033 - content: "\F167";
2034 -}
2035 -
2036 -.fa-xing:before {
2037 - content: "\F168";
2038 -}
2039 -
2040 -.fa-xing-square:before {
2041 - content: "\F169";
2042 -}
2043 -
2044 -.fa-youtube-play:before {
2045 - content: "\F16A";
2046 -}
2047 -
2048 -.fa-dropbox:before {
2049 - content: "\F16B";
2050 -}
2051 -
2052 -.fa-stack-overflow:before {
2053 - content: "\F16C";
2054 -}
2055 -
2056 -.fa-instagram:before {
2057 - content: "\F16D";
2058 -}
2059 -
2060 -.fa-flickr:before {
2061 - content: "\F16E";
2062 -}
2063 -
2064 -.fa-adn:before {
2065 - content: "\F170";
2066 -}
2067 -
2068 -.fa-bitbucket:before {
2069 - content: "\F171";
2070 -}
2071 -
2072 -.fa-bitbucket-square:before {
2073 - content: "\F172";
2074 -}
2075 -
2076 -.fa-tumblr:before {
2077 - content: "\F173";
2078 -}
2079 -
2080 -.fa-tumblr-square:before {
2081 - content: "\F174";
2082 -}
2083 -
2084 -.fa-long-arrow-down:before {
2085 - content: "\F175";
2086 -}
2087 -
2088 -.fa-long-arrow-up:before {
2089 - content: "\F176";
2090 -}
2091 -
2092 -.fa-long-arrow-left:before {
2093 - content: "\F177";
2094 -}
2095 -
2096 -.fa-long-arrow-right:before {
2097 - content: "\F178";
2098 -}
2099 -
2100 -.fa-apple:before {
2101 - content: "\F179";
2102 -}
2103 -
2104 -.fa-windows:before {
2105 - content: "\F17A";
2106 -}
2107 -
2108 -.fa-android:before {
2109 - content: "\F17B";
2110 -}
2111 -
2112 -.fa-linux:before {
2113 - content: "\F17C";
2114 -}
2115 -
2116 -.fa-dribbble:before {
2117 - content: "\F17D";
2118 -}
2119 -
2120 -.fa-skype:before {
2121 - content: "\F17E";
2122 -}
2123 -
2124 -.fa-foursquare:before {
2125 - content: "\F180";
2126 -}
2127 -
2128 -.fa-trello:before {
2129 - content: "\F181";
2130 -}
2131 -
2132 -.fa-female:before {
2133 - content: "\F182";
2134 -}
2135 -
2136 -.fa-male:before {
2137 - content: "\F183";
2138 -}
2139 -
2140 -.fa-gittip:before,
2141 -.fa-gratipay:before {
2142 - content: "\F184";
2143 -}
2144 -
2145 -.fa-sun-o:before {
2146 - content: "\F185";
2147 -}
2148 -
2149 -.fa-moon-o:before {
2150 - content: "\F186";
2151 -}
2152 -
2153 -.fa-archive:before {
2154 - content: "\F187";
2155 -}
2156 -
2157 -.fa-bug:before {
2158 - content: "\F188";
2159 -}
2160 -
2161 -.fa-vk:before {
2162 - content: "\F189";
2163 -}
2164 -
2165 -.fa-weibo:before {
2166 - content: "\F18A";
2167 -}
2168 -
2169 -.fa-renren:before {
2170 - content: "\F18B";
2171 -}
2172 -
2173 -.fa-pagelines:before {
2174 - content: "\F18C";
2175 -}
2176 -
2177 -.fa-stack-exchange:before {
2178 - content: "\F18D";
2179 -}
2180 -
2181 -.fa-arrow-circle-o-right:before {
2182 - content: "\F18E";
2183 -}
2184 -
2185 -.fa-arrow-circle-o-left:before {
2186 - content: "\F190";
2187 -}
2188 -
2189 -.fa-toggle-left:before,
2190 -.fa-caret-square-o-left:before {
2191 - content: "\F191";
2192 -}
2193 -
2194 -.fa-dot-circle-o:before {
2195 - content: "\F192";
2196 -}
2197 -
2198 -.fa-wheelchair:before {
2199 - content: "\F193";
2200 -}
2201 -
2202 -.fa-vimeo-square:before {
2203 - content: "\F194";
2204 -}
2205 -
2206 -.fa-turkish-lira:before,
2207 -.fa-try:before {
2208 - content: "\F195";
2209 -}
2210 -
2211 -.fa-plus-square-o:before {
2212 - content: "\F196";
2213 -}
2214 -
2215 -.fa-space-shuttle:before {
2216 - content: "\F197";
2217 -}
2218 -
2219 -.fa-slack:before {
2220 - content: "\F198";
2221 -}
2222 -
2223 -.fa-envelope-square:before {
2224 - content: "\F199";
2225 -}
2226 -
2227 -.fa-wordpress:before {
2228 - content: "\F19A";
2229 -}
2230 -
2231 -.fa-openid:before {
2232 - content: "\F19B";
2233 -}
2234 -
2235 -.fa-institution:before,
2236 -.fa-bank:before,
2237 -.fa-university:before {
2238 - content: "\F19C";
2239 -}
2240 -
2241 -.fa-mortar-board:before,
2242 -.fa-graduation-cap:before {
2243 - content: "\F19D";
2244 -}
2245 -
2246 -.fa-yahoo:before {
2247 - content: "\F19E";
2248 -}
2249 -
2250 -.fa-google:before {
2251 - content: "\F1A0";
2252 -}
2253 -
2254 -.fa-reddit:before {
2255 - content: "\F1A1";
2256 -}
2257 -
2258 -.fa-reddit-square:before {
2259 - content: "\F1A2";
2260 -}
2261 -
2262 -.fa-stumbleupon-circle:before {
2263 - content: "\F1A3";
2264 -}
2265 -
2266 -.fa-stumbleupon:before {
2267 - content: "\F1A4";
2268 -}
2269 -
2270 -.fa-delicious:before {
2271 - content: "\F1A5";
2272 -}
2273 -
2274 -.fa-digg:before {
2275 - content: "\F1A6";
2276 -}
2277 -
2278 -.fa-pied-piper-pp:before {
2279 - content: "\F1A7";
2280 -}
2281 -
2282 -.fa-pied-piper-alt:before {
2283 - content: "\F1A8";
2284 -}
2285 -
2286 -.fa-drupal:before {
2287 - content: "\F1A9";
2288 -}
2289 -
2290 -.fa-joomla:before {
2291 - content: "\F1AA";
2292 -}
2293 -
2294 -.fa-language:before {
2295 - content: "\F1AB";
2296 -}
2297 -
2298 -.fa-fax:before {
2299 - content: "\F1AC";
2300 -}
2301 -
2302 -.fa-building:before {
2303 - content: "\F1AD";
2304 -}
2305 -
2306 -.fa-child:before {
2307 - content: "\F1AE";
2308 -}
2309 -
2310 -.fa-paw:before {
2311 - content: "\F1B0";
2312 -}
2313 -
2314 -.fa-spoon:before {
2315 - content: "\F1B1";
2316 -}
2317 -
2318 -.fa-cube:before {
2319 - content: "\F1B2";
2320 -}
2321 -
2322 -.fa-cubes:before {
2323 - content: "\F1B3";
2324 -}
2325 -
2326 -.fa-behance:before {
2327 - content: "\F1B4";
2328 -}
2329 -
2330 -.fa-behance-square:before {
2331 - content: "\F1B5";
2332 -}
2333 -
2334 -.fa-steam:before {
2335 - content: "\F1B6";
2336 -}
2337 -
2338 -.fa-steam-square:before {
2339 - content: "\F1B7";
2340 -}
2341 -
2342 -.fa-recycle:before {
2343 - content: "\F1B8";
2344 -}
2345 -
2346 -.fa-automobile:before,
2347 -.fa-car:before {
2348 - content: "\F1B9";
2349 -}
2350 -
2351 -.fa-cab:before,
2352 -.fa-taxi:before {
2353 - content: "\F1BA";
2354 -}
2355 -
2356 -.fa-tree:before {
2357 - content: "\F1BB";
2358 -}
2359 -
2360 -.fa-spotify:before {
2361 - content: "\F1BC";
2362 -}
2363 -
2364 -.fa-deviantart:before {
2365 - content: "\F1BD";
2366 -}
2367 -
2368 -.fa-soundcloud:before {
2369 - content: "\F1BE";
2370 -}
2371 -
2372 -.fa-database:before {
2373 - content: "\F1C0";
2374 -}
2375 -
2376 -.fa-file-pdf-o:before {
2377 - content: "\F1C1";
2378 -}
2379 -
2380 -.fa-file-word-o:before {
2381 - content: "\F1C2";
2382 -}
2383 -
2384 -.fa-file-excel-o:before {
2385 - content: "\F1C3";
2386 -}
2387 -
2388 -.fa-file-powerpoint-o:before {
2389 - content: "\F1C4";
2390 -}
2391 -
2392 -.fa-file-photo-o:before,
2393 -.fa-file-picture-o:before,
2394 -.fa-file-image-o:before {
2395 - content: "\F1C5";
2396 -}
2397 -
2398 -.fa-file-zip-o:before,
2399 -.fa-file-archive-o:before {
2400 - content: "\F1C6";
2401 -}
2402 -
2403 -.fa-file-sound-o:before,
2404 -.fa-file-audio-o:before {
2405 - content: "\F1C7";
2406 -}
2407 -
2408 -.fa-file-movie-o:before,
2409 -.fa-file-video-o:before {
2410 - content: "\F1C8";
2411 -}
2412 -
2413 -.fa-file-code-o:before {
2414 - content: "\F1C9";
2415 -}
2416 -
2417 -.fa-vine:before {
2418 - content: "\F1CA";
2419 -}
2420 -
2421 -.fa-codepen:before {
2422 - content: "\F1CB";
2423 -}
2424 -
2425 -.fa-jsfiddle:before {
2426 - content: "\F1CC";
2427 -}
2428 -
2429 -.fa-life-bouy:before,
2430 -.fa-life-buoy:before,
2431 -.fa-life-saver:before,
2432 -.fa-support:before,
2433 -.fa-life-ring:before {
2434 - content: "\F1CD";
2435 -}
2436 -
2437 -.fa-circle-o-notch:before {
2438 - content: "\F1CE";
2439 -}
2440 -
2441 -.fa-ra:before,
2442 -.fa-resistance:before,
2443 -.fa-rebel:before {
2444 - content: "\F1D0";
2445 -}
2446 -
2447 -.fa-ge:before,
2448 -.fa-empire:before {
2449 - content: "\F1D1";
2450 -}
2451 -
2452 -.fa-git-square:before {
2453 - content: "\F1D2";
2454 -}
2455 -
2456 -.fa-git:before {
2457 - content: "\F1D3";
2458 -}
2459 -
2460 -.fa-y-combinator-square:before,
2461 -.fa-yc-square:before,
2462 -.fa-hacker-news:before {
2463 - content: "\F1D4";
2464 -}
2465 -
2466 -.fa-tencent-weibo:before {
2467 - content: "\F1D5";
2468 -}
2469 -
2470 -.fa-qq:before {
2471 - content: "\F1D6";
2472 -}
2473 -
2474 -.fa-wechat:before,
2475 -.fa-weixin:before {
2476 - content: "\F1D7";
2477 -}
2478 -
2479 -.fa-send:before,
2480 -.fa-paper-plane:before {
2481 - content: "\F1D8";
2482 -}
2483 -
2484 -.fa-send-o:before,
2485 -.fa-paper-plane-o:before {
2486 - content: "\F1D9";
2487 -}
2488 -
2489 -.fa-history:before {
2490 - content: "\F1DA";
2491 -}
2492 -
2493 -.fa-circle-thin:before {
2494 - content: "\F1DB";
2495 -}
2496 -
2497 -.fa-header:before {
2498 - content: "\F1DC";
2499 -}
2500 -
2501 -.fa-paragraph:before {
2502 - content: "\F1DD";
2503 -}
2504 -
2505 -.fa-sliders:before {
2506 - content: "\F1DE";
2507 -}
2508 -
2509 -.fa-share-alt:before {
2510 - content: "\F1E0";
2511 -}
2512 -
2513 -.fa-share-alt-square:before {
2514 - content: "\F1E1";
2515 -}
2516 -
2517 -.fa-bomb:before {
2518 - content: "\F1E2";
2519 -}
2520 -
2521 -.fa-soccer-ball-o:before,
2522 -.fa-futbol-o:before {
2523 - content: "\F1E3";
2524 -}
2525 -
2526 -.fa-tty:before {
2527 - content: "\F1E4";
2528 -}
2529 -
2530 -.fa-binoculars:before {
2531 - content: "\F1E5";
2532 -}
2533 -
2534 -.fa-plug:before {
2535 - content: "\F1E6";
2536 -}
2537 -
2538 -.fa-slideshare:before {
2539 - content: "\F1E7";
2540 -}
2541 -
2542 -.fa-twitch:before {
2543 - content: "\F1E8";
2544 -}
2545 -
2546 -.fa-yelp:before {
2547 - content: "\F1E9";
2548 -}
2549 -
2550 -.fa-newspaper-o:before {
2551 - content: "\F1EA";
2552 -}
2553 -
2554 -.fa-wifi:before {
2555 - content: "\F1EB";
2556 -}
2557 -
2558 -.fa-calculator:before {
2559 - content: "\F1EC";
2560 -}
2561 -
2562 -.fa-paypal:before {
2563 - content: "\F1ED";
2564 -}
2565 -
2566 -.fa-google-wallet:before {
2567 - content: "\F1EE";
2568 -}
2569 -
2570 -.fa-cc-visa:before {
2571 - content: "\F1F0";
2572 -}
2573 -
2574 -.fa-cc-mastercard:before {
2575 - content: "\F1F1";
2576 -}
2577 -
2578 -.fa-cc-discover:before {
2579 - content: "\F1F2";
2580 -}
2581 -
2582 -.fa-cc-amex:before {
2583 - content: "\F1F3";
2584 -}
2585 -
2586 -.fa-cc-paypal:before {
2587 - content: "\F1F4";
2588 -}
2589 -
2590 -.fa-cc-stripe:before {
2591 - content: "\F1F5";
2592 -}
2593 -
2594 -.fa-bell-slash:before {
2595 - content: "\F1F6";
2596 -}
2597 -
2598 -.fa-bell-slash-o:before {
2599 - content: "\F1F7";
2600 -}
2601 -
2602 -.fa-trash:before {
2603 - content: "\F1F8";
2604 -}
2605 -
2606 -.fa-copyright:before {
2607 - content: "\F1F9";
2608 -}
2609 -
2610 -.fa-at:before {
2611 - content: "\F1FA";
2612 -}
2613 -
2614 -.fa-eyedropper:before {
2615 - content: "\F1FB";
2616 -}
2617 -
2618 -.fa-paint-brush:before {
2619 - content: "\F1FC";
2620 -}
2621 -
2622 -.fa-birthday-cake:before {
2623 - content: "\F1FD";
2624 -}
2625 -
2626 -.fa-area-chart:before {
2627 - content: "\F1FE";
2628 -}
2629 -
2630 -.fa-pie-chart:before {
2631 - content: "\F200";
2632 -}
2633 -
2634 -.fa-line-chart:before {
2635 - content: "\F201";
2636 -}
2637 -
2638 -.fa-lastfm:before {
2639 - content: "\F202";
2640 -}
2641 -
2642 -.fa-lastfm-square:before {
2643 - content: "\F203";
2644 -}
2645 -
2646 -.fa-toggle-off:before {
2647 - content: "\F204";
2648 -}
2649 -
2650 -.fa-toggle-on:before {
2651 - content: "\F205";
2652 -}
2653 -
2654 -.fa-bicycle:before {
2655 - content: "\F206";
2656 -}
2657 -
2658 -.fa-bus:before {
2659 - content: "\F207";
2660 -}
2661 -
2662 -.fa-ioxhost:before {
2663 - content: "\F208";
2664 -}
2665 -
2666 -.fa-angellist:before {
2667 - content: "\F209";
2668 -}
2669 -
2670 -.fa-cc:before {
2671 - content: "\F20A";
2672 -}
2673 -
2674 -.fa-shekel:before,
2675 -.fa-sheqel:before,
2676 -.fa-ils:before {
2677 - content: "\F20B";
2678 -}
2679 -
2680 -.fa-meanpath:before {
2681 - content: "\F20C";
2682 -}
2683 -
2684 -.fa-buysellads:before {
2685 - content: "\F20D";
2686 -}
2687 -
2688 -.fa-connectdevelop:before {
2689 - content: "\F20E";
2690 -}
2691 -
2692 -.fa-dashcube:before {
2693 - content: "\F210";
2694 -}
2695 -
2696 -.fa-forumbee:before {
2697 - content: "\F211";
2698 -}
2699 -
2700 -.fa-leanpub:before {
2701 - content: "\F212";
2702 -}
2703 -
2704 -.fa-sellsy:before {
2705 - content: "\F213";
2706 -}
2707 -
2708 -.fa-shirtsinbulk:before {
2709 - content: "\F214";
2710 -}
2711 -
2712 -.fa-simplybuilt:before {
2713 - content: "\F215";
2714 -}
2715 -
2716 -.fa-skyatlas:before {
2717 - content: "\F216";
2718 -}
2719 -
2720 -.fa-cart-plus:before {
2721 - content: "\F217";
2722 -}
2723 -
2724 -.fa-cart-arrow-down:before {
2725 - content: "\F218";
2726 -}
2727 -
2728 -.fa-diamond:before {
2729 - content: "\F219";
2730 -}
2731 -
2732 -.fa-ship:before {
2733 - content: "\F21A";
2734 -}
2735 -
2736 -.fa-user-secret:before {
2737 - content: "\F21B";
2738 -}
2739 -
2740 -.fa-motorcycle:before {
2741 - content: "\F21C";
2742 -}
2743 -
2744 -.fa-street-view:before {
2745 - content: "\F21D";
2746 -}
2747 -
2748 -.fa-heartbeat:before {
2749 - content: "\F21E";
2750 -}
2751 -
2752 -.fa-venus:before {
2753 - content: "\F221";
2754 -}
2755 -
2756 -.fa-mars:before {
2757 - content: "\F222";
2758 -}
2759 -
2760 -.fa-mercury:before {
2761 - content: "\F223";
2762 -}
2763 -
2764 -.fa-intersex:before,
2765 -.fa-transgender:before {
2766 - content: "\F224";
2767 -}
2768 -
2769 -.fa-transgender-alt:before {
2770 - content: "\F225";
2771 -}
2772 -
2773 -.fa-venus-double:before {
2774 - content: "\F226";
2775 -}
2776 -
2777 -.fa-mars-double:before {
2778 - content: "\F227";
2779 -}
2780 -
2781 -.fa-venus-mars:before {
2782 - content: "\F228";
2783 -}
2784 -
2785 -.fa-mars-stroke:before {
2786 - content: "\F229";
2787 -}
2788 -
2789 -.fa-mars-stroke-v:before {
2790 - content: "\F22A";
2791 -}
2792 -
2793 -.fa-mars-stroke-h:before {
2794 - content: "\F22B";
2795 -}
2796 -
2797 -.fa-neuter:before {
2798 - content: "\F22C";
2799 -}
2800 -
2801 -.fa-genderless:before {
2802 - content: "\F22D";
2803 -}
2804 -
2805 -.fa-facebook-official:before {
2806 - content: "\F230";
2807 -}
2808 -
2809 -.fa-pinterest-p:before {
2810 - content: "\F231";
2811 -}
2812 -
2813 -.fa-whatsapp:before {
2814 - content: "\F232";
2815 -}
2816 -
2817 -.fa-server:before {
2818 - content: "\F233";
2819 -}
2820 -
2821 -.fa-user-plus:before {
2822 - content: "\F234";
2823 -}
2824 -
2825 -.fa-user-times:before {
2826 - content: "\F235";
2827 -}
2828 -
2829 -.fa-hotel:before,
2830 -.fa-bed:before {
2831 - content: "\F236";
2832 -}
2833 -
2834 -.fa-viacoin:before {
2835 - content: "\F237";
2836 -}
2837 -
2838 -.fa-train:before {
2839 - content: "\F238";
2840 -}
2841 -
2842 -.fa-subway:before {
2843 - content: "\F239";
2844 -}
2845 -
2846 -.fa-medium:before {
2847 - content: "\F23A";
2848 -}
2849 -
2850 -.fa-yc:before,
2851 -.fa-y-combinator:before {
2852 - content: "\F23B";
2853 -}
2854 -
2855 -.fa-optin-monster:before {
2856 - content: "\F23C";
2857 -}
2858 -
2859 -.fa-opencart:before {
2860 - content: "\F23D";
2861 -}
2862 -
2863 -.fa-expeditedssl:before {
2864 - content: "\F23E";
2865 -}
2866 -
2867 -.fa-battery-4:before,
2868 -.fa-battery:before,
2869 -.fa-battery-full:before {
2870 - content: "\F240";
2871 -}
2872 -
2873 -.fa-battery-3:before,
2874 -.fa-battery-three-quarters:before {
2875 - content: "\F241";
2876 -}
2877 -
2878 -.fa-battery-2:before,
2879 -.fa-battery-half:before {
2880 - content: "\F242";
2881 -}
2882 -
2883 -.fa-battery-1:before,
2884 -.fa-battery-quarter:before {
2885 - content: "\F243";
2886 -}
2887 -
2888 -.fa-battery-0:before,
2889 -.fa-battery-empty:before {
2890 - content: "\F244";
2891 -}
2892 -
2893 -.fa-mouse-pointer:before {
2894 - content: "\F245";
2895 -}
2896 -
2897 -.fa-i-cursor:before {
2898 - content: "\F246";
2899 -}
2900 -
2901 -.fa-object-group:before {
2902 - content: "\F247";
2903 -}
2904 -
2905 -.fa-object-ungroup:before {
2906 - content: "\F248";
2907 -}
2908 -
2909 -.fa-sticky-note:before {
2910 - content: "\F249";
2911 -}
2912 -
2913 -.fa-sticky-note-o:before {
2914 - content: "\F24A";
2915 -}
2916 -
2917 -.fa-cc-jcb:before {
2918 - content: "\F24B";
2919 -}
2920 -
2921 -.fa-cc-diners-club:before {
2922 - content: "\F24C";
2923 -}
2924 -
2925 -.fa-clone:before {
2926 - content: "\F24D";
2927 -}
2928 -
2929 -.fa-balance-scale:before {
2930 - content: "\F24E";
2931 -}
2932 -
2933 -.fa-hourglass-o:before {
2934 - content: "\F250";
2935 -}
2936 -
2937 -.fa-hourglass-1:before,
2938 -.fa-hourglass-start:before {
2939 - content: "\F251";
2940 -}
2941 -
2942 -.fa-hourglass-2:before,
2943 -.fa-hourglass-half:before {
2944 - content: "\F252";
2945 -}
2946 -
2947 -.fa-hourglass-3:before,
2948 -.fa-hourglass-end:before {
2949 - content: "\F253";
2950 -}
2951 -
2952 -.fa-hourglass:before {
2953 - content: "\F254";
2954 -}
2955 -
2956 -.fa-hand-grab-o:before,
2957 -.fa-hand-rock-o:before {
2958 - content: "\F255";
2959 -}
2960 -
2961 -.fa-hand-stop-o:before,
2962 -.fa-hand-paper-o:before {
2963 - content: "\F256";
2964 -}
2965 -
2966 -.fa-hand-scissors-o:before {
2967 - content: "\F257";
2968 -}
2969 -
2970 -.fa-hand-lizard-o:before {
2971 - content: "\F258";
2972 -}
2973 -
2974 -.fa-hand-spock-o:before {
2975 - content: "\F259";
2976 -}
2977 -
2978 -.fa-hand-pointer-o:before {
2979 - content: "\F25A";
2980 -}
2981 -
2982 -.fa-hand-peace-o:before {
2983 - content: "\F25B";
2984 -}
2985 -
2986 -.fa-trademark:before {
2987 - content: "\F25C";
2988 -}
2989 -
2990 -.fa-registered:before {
2991 - content: "\F25D";
2992 -}
2993 -
2994 -.fa-creative-commons:before {
2995 - content: "\F25E";
2996 -}
2997 -
2998 -.fa-gg:before {
2999 - content: "\F260";
3000 -}
3001 -
3002 -.fa-gg-circle:before {
3003 - content: "\F261";
3004 -}
3005 -
3006 -.fa-tripadvisor:before {
3007 - content: "\F262";
3008 -}
3009 -
3010 -.fa-odnoklassniki:before {
3011 - content: "\F263";
3012 -}
3013 -
3014 -.fa-odnoklassniki-square:before {
3015 - content: "\F264";
3016 -}
3017 -
3018 -.fa-get-pocket:before {
3019 - content: "\F265";
3020 -}
3021 -
3022 -.fa-wikipedia-w:before {
3023 - content: "\F266";
3024 -}
3025 -
3026 -.fa-safari:before {
3027 - content: "\F267";
3028 -}
3029 -
3030 -.fa-chrome:before {
3031 - content: "\F268";
3032 -}
3033 -
3034 -.fa-firefox:before {
3035 - content: "\F269";
3036 -}
3037 -
3038 -.fa-opera:before {
3039 - content: "\F26A";
3040 -}
3041 -
3042 -.fa-internet-explorer:before {
3043 - content: "\F26B";
3044 -}
3045 -
3046 -.fa-tv:before,
3047 -.fa-television:before {
3048 - content: "\F26C";
3049 -}
3050 -
3051 -.fa-contao:before {
3052 - content: "\F26D";
3053 -}
3054 -
3055 -.fa-500px:before {
3056 - content: "\F26E";
3057 -}
3058 -
3059 -.fa-amazon:before {
3060 - content: "\F270";
3061 -}
3062 -
3063 -.fa-calendar-plus-o:before {
3064 - content: "\F271";
3065 -}
3066 -
3067 -.fa-calendar-minus-o:before {
3068 - content: "\F272";
3069 -}
3070 -
3071 -.fa-calendar-times-o:before {
3072 - content: "\F273";
3073 -}
3074 -
3075 -.fa-calendar-check-o:before {
3076 - content: "\F274";
3077 -}
3078 -
3079 -.fa-industry:before {
3080 - content: "\F275";
3081 -}
3082 -
3083 -.fa-map-pin:before {
3084 - content: "\F276";
3085 -}
3086 -
3087 -.fa-map-signs:before {
3088 - content: "\F277";
3089 -}
3090 -
3091 -.fa-map-o:before {
3092 - content: "\F278";
3093 -}
3094 -
3095 -.fa-map:before {
3096 - content: "\F279";
3097 -}
3098 -
3099 -.fa-commenting:before {
3100 - content: "\F27A";
3101 -}
3102 -
3103 -.fa-commenting-o:before {
3104 - content: "\F27B";
3105 -}
3106 -
3107 -.fa-houzz:before {
3108 - content: "\F27C";
3109 -}
3110 -
3111 -.fa-vimeo:before {
3112 - content: "\F27D";
3113 -}
3114 -
3115 -.fa-black-tie:before {
3116 - content: "\F27E";
3117 -}
3118 -
3119 -.fa-fonticons:before {
3120 - content: "\F280";
3121 -}
3122 -
3123 -.fa-reddit-alien:before {
3124 - content: "\F281";
3125 -}
3126 -
3127 -.fa-edge:before {
3128 - content: "\F282";
3129 -}
3130 -
3131 -.fa-credit-card-alt:before {
3132 - content: "\F283";
3133 -}
3134 -
3135 -.fa-codiepie:before {
3136 - content: "\F284";
3137 -}
3138 -
3139 -.fa-modx:before {
3140 - content: "\F285";
3141 -}
3142 -
3143 -.fa-fort-awesome:before {
3144 - content: "\F286";
3145 -}
3146 -
3147 -.fa-usb:before {
3148 - content: "\F287";
3149 -}
3150 -
3151 -.fa-product-hunt:before {
3152 - content: "\F288";
3153 -}
3154 -
3155 -.fa-mixcloud:before {
3156 - content: "\F289";
3157 -}
3158 -
3159 -.fa-scribd:before {
3160 - content: "\F28A";
3161 -}
3162 -
3163 -.fa-pause-circle:before {
3164 - content: "\F28B";
3165 -}
3166 -
3167 -.fa-pause-circle-o:before {
3168 - content: "\F28C";
3169 -}
3170 -
3171 -.fa-stop-circle:before {
3172 - content: "\F28D";
3173 -}
3174 -
3175 -.fa-stop-circle-o:before {
3176 - content: "\F28E";
3177 -}
3178 -
3179 -.fa-shopping-bag:before {
3180 - content: "\F290";
3181 -}
3182 -
3183 -.fa-shopping-basket:before {
3184 - content: "\F291";
3185 -}
3186 -
3187 -.fa-hashtag:before {
3188 - content: "\F292";
3189 -}
3190 -
3191 -.fa-bluetooth:before {
3192 - content: "\F293";
3193 -}
3194 -
3195 -.fa-bluetooth-b:before {
3196 - content: "\F294";
3197 -}
3198 -
3199 -.fa-percent:before {
3200 - content: "\F295";
3201 -}
3202 -
3203 -.fa-gitlab:before {
3204 - content: "\F296";
3205 -}
3206 -
3207 -.fa-wpbeginner:before {
3208 - content: "\F297";
3209 -}
3210 -
3211 -.fa-wpforms:before {
3212 - content: "\F298";
3213 -}
3214 -
3215 -.fa-envira:before {
3216 - content: "\F299";
3217 -}
3218 -
3219 -.fa-universal-access:before {
3220 - content: "\F29A";
3221 -}
3222 -
3223 -.fa-wheelchair-alt:before {
3224 - content: "\F29B";
3225 -}
3226 -
3227 -.fa-question-circle-o:before {
3228 - content: "\F29C";
3229 -}
3230 -
3231 -.fa-blind:before {
3232 - content: "\F29D";
3233 -}
3234 -
3235 -.fa-audio-description:before {
3236 - content: "\F29E";
3237 -}
3238 -
3239 -.fa-volume-control-phone:before {
3240 - content: "\F2A0";
3241 -}
3242 -
3243 -.fa-braille:before {
3244 - content: "\F2A1";
3245 -}
3246 -
3247 -.fa-assistive-listening-systems:before {
3248 - content: "\F2A2";
3249 -}
3250 -
3251 -.fa-asl-interpreting:before,
3252 -.fa-american-sign-language-interpreting:before {
3253 - content: "\F2A3";
3254 -}
3255 -
3256 -.fa-deafness:before,
3257 -.fa-hard-of-hearing:before,
3258 -.fa-deaf:before {
3259 - content: "\F2A4";
3260 -}
3261 -
3262 -.fa-glide:before {
3263 - content: "\F2A5";
3264 -}
3265 -
3266 -.fa-glide-g:before {
3267 - content: "\F2A6";
3268 -}
3269 -
3270 -.fa-signing:before,
3271 -.fa-sign-language:before {
3272 - content: "\F2A7";
3273 -}
3274 -
3275 -.fa-low-vision:before {
3276 - content: "\F2A8";
3277 -}
3278 -
3279 -.fa-viadeo:before {
3280 - content: "\F2A9";
3281 -}
3282 -
3283 -.fa-viadeo-square:before {
3284 - content: "\F2AA";
3285 -}
3286 -
3287 -.fa-snapchat:before {
3288 - content: "\F2AB";
3289 -}
3290 -
3291 -.fa-snapchat-ghost:before {
3292 - content: "\F2AC";
3293 -}
3294 -
3295 -.fa-snapchat-square:before {
3296 - content: "\F2AD";
3297 -}
3298 -
3299 -.fa-pied-piper:before {
3300 - content: "\F2AE";
3301 -}
3302 -
3303 -.fa-first-order:before {
3304 - content: "\F2B0";
3305 -}
3306 -
3307 -.fa-yoast:before {
3308 - content: "\F2B1";
3309 -}
3310 -
3311 -.fa-themeisle:before {
3312 - content: "\F2B2";
3313 -}
3314 -
3315 -.fa-google-plus-circle:before,
3316 -.fa-google-plus-official:before {
3317 - content: "\F2B3";
3318 -}
3319 -
3320 -.fa-fa:before,
3321 -.fa-font-awesome:before {
3322 - content: "\F2B4";
3323 -}
3324 -
3325 -.fa-handshake-o:before {
3326 - content: "\F2B5";
3327 -}
3328 -
3329 -.fa-envelope-open:before {
3330 - content: "\F2B6";
3331 -}
3332 -
3333 -.fa-envelope-open-o:before {
3334 - content: "\F2B7";
3335 -}
3336 -
3337 -.fa-linode:before {
3338 - content: "\F2B8";
3339 -}
3340 -
3341 -.fa-address-book:before {
3342 - content: "\F2B9";
3343 -}
3344 -
3345 -.fa-address-book-o:before {
3346 - content: "\F2BA";
3347 -}
3348 -
3349 -.fa-vcard:before,
3350 -.fa-address-card:before {
3351 - content: "\F2BB";
3352 -}
3353 -
3354 -.fa-vcard-o:before,
3355 -.fa-address-card-o:before {
3356 - content: "\F2BC";
3357 -}
3358 -
3359 -.fa-user-circle:before {
3360 - content: "\F2BD";
3361 -}
3362 -
3363 -.fa-user-circle-o:before {
3364 - content: "\F2BE";
3365 -}
3366 -
3367 -.fa-user-o:before {
3368 - content: "\F2C0";
3369 -}
3370 -
3371 -.fa-id-badge:before {
3372 - content: "\F2C1";
3373 -}
3374 -
3375 -.fa-drivers-license:before,
3376 -.fa-id-card:before {
3377 - content: "\F2C2";
3378 -}
3379 -
3380 -.fa-drivers-license-o:before,
3381 -.fa-id-card-o:before {
3382 - content: "\F2C3";
3383 -}
3384 -
3385 -.fa-quora:before {
3386 - content: "\F2C4";
3387 -}
3388 -
3389 -.fa-free-code-camp:before {
3390 - content: "\F2C5";
3391 -}
3392 -
3393 -.fa-telegram:before {
3394 - content: "\F2C6";
3395 -}
3396 -
3397 -.fa-thermometer-4:before,
3398 -.fa-thermometer:before,
3399 -.fa-thermometer-full:before {
3400 - content: "\F2C7";
3401 -}
3402 -
3403 -.fa-thermometer-3:before,
3404 -.fa-thermometer-three-quarters:before {
3405 - content: "\F2C8";
3406 -}
3407 -
3408 -.fa-thermometer-2:before,
3409 -.fa-thermometer-half:before {
3410 - content: "\F2C9";
3411 -}
3412 -
3413 -.fa-thermometer-1:before,
3414 -.fa-thermometer-quarter:before {
3415 - content: "\F2CA";
3416 -}
3417 -
3418 -.fa-thermometer-0:before,
3419 -.fa-thermometer-empty:before {
3420 - content: "\F2CB";
3421 -}
3422 -
3423 -.fa-shower:before {
3424 - content: "\F2CC";
3425 -}
3426 -
3427 -.fa-bathtub:before,
3428 -.fa-s15:before,
3429 -.fa-bath:before {
3430 - content: "\F2CD";
3431 -}
3432 -
3433 -.fa-podcast:before {
3434 - content: "\F2CE";
3435 -}
3436 -
3437 -.fa-window-maximize:before {
3438 - content: "\F2D0";
3439 -}
3440 -
3441 -.fa-window-minimize:before {
3442 - content: "\F2D1";
3443 -}
3444 -
3445 -.fa-window-restore:before {
3446 - content: "\F2D2";
3447 -}
3448 -
3449 -.fa-times-rectangle:before,
3450 -.fa-window-close:before {
3451 - content: "\F2D3";
3452 -}
3453 -
3454 -.fa-times-rectangle-o:before,
3455 -.fa-window-close-o:before {
3456 - content: "\F2D4";
3457 -}
3458 -
3459 -.fa-bandcamp:before {
3460 - content: "\F2D5";
3461 -}
3462 -
3463 -.fa-grav:before {
3464 - content: "\F2D6";
3465 -}
3466 -
3467 -.fa-etsy:before {
3468 - content: "\F2D7";
3469 -}
3470 -
3471 -.fa-imdb:before {
3472 - content: "\F2D8";
3473 -}
3474 -
3475 -.fa-ravelry:before {
3476 - content: "\F2D9";
3477 -}
3478 -
3479 -.fa-eercast:before {
3480 - content: "\F2DA";
3481 -}
3482 -
3483 -.fa-microchip:before {
3484 - content: "\F2DB";
3485 -}
3486 -
3487 -.fa-snowflake-o:before {
3488 - content: "\F2DC";
3489 -}
3490 -
3491 -.fa-superpowers:before {
3492 - content: "\F2DD";
3493 -}
3494 -
3495 -.fa-wpexplorer:before {
3496 - content: "\F2DE";
3497 -}
3498 -
3499 -.fa-meetup:before {
3500 - content: "\F2E0";
3501 -}
3502 -
3503 -.sr-only {
3504 - position: absolute;
3505 - width: 1px;
3506 - height: 1px;
3507 - padding: 0;
3508 - margin: -1px;
3509 - overflow: hidden;
3510 - clip: rect(0, 0, 0, 0);
3511 - border: 0;
3512 -}
3513 -
3514 -.sr-only-focusable:active, .sr-only-focusable:focus {
3515 - position: static;
3516 - width: auto;
3517 - height: auto;
3518 - margin: 0;
3519 - overflow: visible;
3520 - clip: auto;
3521 -}
3522 -
3523 -[v-cloak] {
3524 - display: none;
3525 -}
3526 -
3527 -#wemail-customizer {
3528 - position: relative;
3529 -}
3530 -
3531 -#wemail-customizer.content-is-dragging .control-buttons {
3532 - display: none !important;
3533 -}
3534 -
3535 -.empty-content-zone .sortable-chosen.sortable-ghost {
3536 - display: none;
3537 -}
3538 -
3539 -.empty-content-zone .content-dropzone-placeholder {
3540 - padding: 15px;
3541 - font-weight: 700;
3542 - text-align: center;
3543 - background-color: #e5e5e5;
3544 - border: 1px solid #cccccc;
3545 -}
3546 -
3547 -.empty-content-zone.hovering-content .content-dropzone-placeholder {
3548 - background: rgba(0, 115, 170, .2);
3549 - border: 1px dashed #0073aa;
3550 -}
3551 -
3552 -.sortable-ghost > td {
3553 - width: 100%;
3554 - height: 30px;
3555 - background: rgba(0, 115, 170, .2);
3556 - border: 1px dashed #0073aa;
3557 -}
3558 -
3559 -.sortable-ghost > td > table,
3560 -.sortable-ghost > td div.control-button,
3561 -.sortable-ghost > td div.button {
3562 - display: none;
3563 -}
3564 -
3565 -.responsive-table > tbody > tr > td {
3566 - position: relative;
3567 -}
3568 -
3569 -.responsive-table > tbody > tr > td .control-buttons {
3570 - position: absolute;
3571 - top: 0;
3572 - left: 0;
3573 - z-index: 10;
3574 - display: none;
3575 - width: 100%;
3576 - height: 100%;
3577 - margin: 0;
3578 - text-align: center;
3579 - background: rgba(0, 115, 170, .2);
3580 - border: 1px dashed #0073aa;
3581 -}
3582 -
3583 -.responsive-table > tbody > tr > td .control-buttons p {
3584 - position: absolute;
3585 - top: 50%;
3586 - left: 50%;
3587 - margin: -14px 0 0 -89px;
3588 - font-size: 12px;
3589 - line-height: 1;
3590 - color: #eee;
3591 - background-color: #23282d;
3592 -}
3593 -
3594 -.responsive-table > tbody > tr > td .control-buttons i {
3595 - padding: 8px;
3596 - cursor: pointer;
3597 -}
3598 -
3599 -.responsive-table > tbody > tr > td .control-buttons i.move {
3600 - cursor: move;
3601 -}
3602 -
3603 -.responsive-table > tbody > tr > td .control-buttons i.disabled {
3604 - color: #222;
3605 - pointer-events: none;
3606 - cursor: default;
3607 - background-color: #444;
3608 -}
3609 -
3610 -.responsive-table > tbody > tr > td .control-buttons i.disabled i:hover {
3611 - background-color: #23282d;
3612 -}
3613 -
3614 -.responsive-table > tbody > tr > td .control-buttons i:hover {
3615 - background-color: #0073aa;
3616 -}
3617 -
3618 -.responsive-table > tbody > tr > td:hover .control-buttons {
3619 - display: block;
3620 -}
3621 -
3622 -#section-highlighter {
3623 - position: absolute;
3624 - left: calc(50% - 300px);
3625 - background: rgba(0, 115, 170, .2);
3626 - border: 1px dashed #0073aa;
3627 - transition: all 0.2s ease-in-out;
3628 -}
1 +@charset "UTF-8";
2 +*,
3 +*::before,
4 +*::after {
5 + box-sizing: border-box;
6 +}
7 +
8 +html {
9 + font-family: sans-serif;
10 + line-height: 1.15;
11 + -webkit-text-size-adjust: 100%;
12 + -ms-text-size-adjust: 100%;
13 + -ms-overflow-style: scrollbar;
14 + -webkit-tap-highlight-color: transparent;
15 +}
16 +
17 +@-ms-viewport {
18 + width: device-width;
19 +}
20 +
21 +article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
22 + display: block;
23 +}
24 +
25 +body {
26 + margin: 0;
27 + font-family: Arial, sans-serif;
28 + font-size: 0.875rem;
29 + font-weight: normal;
30 + line-height: 1.5;
31 + color: #23282d;
32 + text-align: left;
33 + background-color: '#fff';
34 +}
35 +
36 +[tabindex="-1"]:focus {
37 + outline: none !important;
38 +}
39 +
40 +hr {
41 + box-sizing: content-box;
42 + height: 0;
43 + overflow: visible;
44 +}
45 +
46 +h1, h2, h3, h4, h5, h6 {
47 + margin-top: 0;
48 + margin-bottom: .5rem;
49 +}
50 +
51 +p {
52 + margin-top: 0;
53 + margin-bottom: 1rem;
54 +}
55 +
56 +abbr[title],
57 +abbr[data-original-title] {
58 + text-decoration: underline;
59 + -webkit-text-decoration: underline dotted;
60 + text-decoration: underline dotted;
61 + cursor: help;
62 + border-bottom: 0;
63 +}
64 +
65 +address {
66 + margin-bottom: 1rem;
67 + font-style: normal;
68 + line-height: inherit;
69 +}
70 +
71 +ol,
72 +ul,
73 +dl {
74 + margin-top: 0;
75 + margin-bottom: 1rem;
76 +}
77 +
78 +ol ol,
79 +ul ul,
80 +ol ul,
81 +ul ol {
82 + margin-bottom: 0;
83 +}
84 +
85 +dt {
86 + font-weight: bold;
87 +}
88 +
89 +dd {
90 + margin-bottom: .5rem;
91 + margin-left: 0;
92 +}
93 +
94 +blockquote {
95 + margin: 0 0 1rem;
96 +}
97 +
98 +dfn {
99 + font-style: italic;
100 +}
101 +
102 +b,
103 +strong {
104 + font-weight: bolder;
105 +}
106 +
107 +small {
108 + font-size: 80%;
109 +}
110 +
111 +sub,
112 +sup {
113 + position: relative;
114 + font-size: 75%;
115 + line-height: 0;
116 + vertical-align: baseline;
117 +}
118 +
119 +sub {
120 + bottom: -.25em;
121 +}
122 +
123 +sup {
124 + top: -.5em;
125 +}
126 +
127 +a {
128 + color: #0073aa;
129 + text-decoration: none;
130 + background-color: transparent;
131 + -webkit-text-decoration-skip: objects;
132 +}
133 +
134 +a:hover {
135 + color: #003f5e;
136 + text-decoration: underline;
137 +}
138 +
139 +a:not([href]):not([tabindex]) {
140 + color: inherit;
141 + text-decoration: none;
142 +}
143 +
144 +a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
145 + color: inherit;
146 + text-decoration: none;
147 +}
148 +
149 +a:not([href]):not([tabindex]):focus {
150 + outline: 0;
151 +}
152 +
153 +pre,
154 +code,
155 +kbd,
156 +samp {
157 + font-family: monospace, monospace;
158 + font-size: 1em;
159 +}
160 +
161 +pre {
162 + margin-top: 0;
163 + margin-bottom: 1rem;
164 + overflow: auto;
165 + -ms-overflow-style: scrollbar;
166 +}
167 +
168 +figure {
169 + margin: 0 0 1rem;
170 +}
171 +
172 +img {
173 + vertical-align: middle;
174 + border-style: none;
175 +}
176 +
177 +svg:not(:root) {
178 + overflow: hidden;
179 +}
180 +
181 +a,
182 +area,
183 +button,
184 +[role="button"],
185 +input:not([type=range]),
186 +label,
187 +select,
188 +summary,
189 +textarea {
190 + -ms-touch-action: manipulation;
191 + touch-action: manipulation;
192 +}
193 +
194 +table {
195 + border-collapse: collapse;
196 +}
197 +
198 +caption {
199 + padding-top: 0.75rem;
200 + padding-bottom: 0.75rem;
201 + color: #868e96;
202 + text-align: left;
203 + caption-side: bottom;
204 +}
205 +
206 +th {
207 + text-align: inherit;
208 +}
209 +
210 +label {
211 + display: inline-block;
212 + margin-bottom: .5rem;
213 +}
214 +
215 +button {
216 + border-radius: 0;
217 +}
218 +
219 +button:focus {
220 + outline: 1px dotted;
221 + outline: 5px auto -webkit-focus-ring-color;
222 +}
223 +
224 +input,
225 +button,
226 +select,
227 +optgroup,
228 +textarea {
229 + margin: 0;
230 + font-family: inherit;
231 + font-size: inherit;
232 + line-height: inherit;
233 +}
234 +
235 +button,
236 +input {
237 + overflow: visible;
238 +}
239 +
240 +button,
241 +select {
242 + text-transform: none;
243 +}
244 +
245 +button,
246 +html [type="button"],
247 +[type="reset"],
248 +[type="submit"] {
249 + -webkit-appearance: button;
250 +}
251 +
252 +button::-moz-focus-inner,
253 +[type="button"]::-moz-focus-inner,
254 +[type="reset"]::-moz-focus-inner,
255 +[type="submit"]::-moz-focus-inner {
256 + padding: 0;
257 + border-style: none;
258 +}
259 +
260 +input[type="radio"],
261 +input[type="checkbox"] {
262 + box-sizing: border-box;
263 + padding: 0;
264 +}
265 +
266 +input[type="date"],
267 +input[type="time"],
268 +input[type="datetime-local"],
269 +input[type="month"] {
270 + -webkit-appearance: listbox;
271 +}
272 +
273 +textarea {
274 + overflow: auto;
275 + resize: vertical;
276 +}
277 +
278 +fieldset {
279 + min-width: 0;
280 + padding: 0;
281 + margin: 0;
282 + border: 0;
283 +}
284 +
285 +legend {
286 + display: block;
287 + width: 100%;
288 + max-width: 100%;
289 + padding: 0;
290 + margin-bottom: .5rem;
291 + font-size: 1.5rem;
292 + line-height: inherit;
293 + color: inherit;
294 + white-space: normal;
295 +}
296 +
297 +progress {
298 + vertical-align: baseline;
299 +}
300 +
301 +[type="number"]::-webkit-inner-spin-button,
302 +[type="number"]::-webkit-outer-spin-button {
303 + height: auto;
304 +}
305 +
306 +[type="search"] {
307 + outline-offset: -2px;
308 + -webkit-appearance: none;
309 +}
310 +
311 +[type="search"]::-webkit-search-cancel-button,
312 +[type="search"]::-webkit-search-decoration {
313 + -webkit-appearance: none;
314 +}
315 +
316 +::-webkit-file-upload-button {
317 + font: inherit;
318 + -webkit-appearance: button;
319 +}
320 +
321 +output {
322 + display: inline-block;
323 +}
324 +
325 +summary {
326 + display: list-item;
327 +}
328 +
329 +template {
330 + display: none;
331 +}
332 +
333 +[hidden] {
334 + display: none !important;
335 +}
336 +
337 +h1,
338 +h2,
339 +h3,
340 +h4,
341 +h5,
342 +h6 {
343 + margin-bottom: 0.5rem;
344 + font-family: inherit;
345 + font-weight: 500;
346 + line-height: 1.1;
347 + color: inherit;
348 +}
349 +
350 +h1 {
351 + font-size: 2.5rem;
352 +}
353 +
354 +h2 {
355 + font-size: 2rem;
356 +}
357 +
358 +h3 {
359 + font-size: 1.75rem;
360 +}
361 +
362 +h4 {
363 + font-size: 1.5rem;
364 +}
365 +
366 +h5 {
367 + font-size: 1.25rem;
368 +}
369 +
370 +h6 {
371 + font-size: 1rem;
372 +}
373 +
374 +hr {
375 + margin-top: 1rem;
376 + margin-bottom: 1rem;
377 + border: 0;
378 + border-top: 1px solid rgba(0, 0, 0, .1);
379 +}
380 +
381 +small {
382 + font-size: 80%;
383 + font-weight: normal;
384 +}
385 +
386 +.mce-content-body {
387 + padding: 5px;
388 +}
389 +
390 +.mce-content-body p,
391 +.mce-content-body div,
392 +.mce-content-body h1,
393 +.mce-content-body h2,
394 +.mce-content-body h3,
395 +.mce-content-body h4,
396 +.mce-content-body h5,
397 +.mce-content-body h6 {
398 + line-height: 1.5;
399 +}
400 +
401 +.wemail-content-text *:last-child {
402 + margin-bottom: 0;
403 +}
404 +
405 +.wemail-content-image.no-image-content {
406 + padding: 90px 0;
407 + text-align: center;
408 + background-color: #f1f1f1;
409 + border: 1px solid #e5e5e5;
410 +}
411 +
412 +.wemail-content-image > a {
413 + display: block;
414 +}
415 +
416 +.social-follow-table td {
417 + padding: 0 3px;
418 + line-height: 1;
419 +}
420 +
421 +.social-follow-table a {
422 + display: block;
423 + text-decoration: none;
424 +}
425 +
426 +.social-follow-table.default-icons {
427 + font-size: 12px;
428 +}
429 +
430 +.social-follow-table.default-icons img {
431 + width: 24px;
432 + height: 24px;
433 +}
434 +
435 +.social-follow-table.large-icons {
436 + font-size: 14px;
437 +}
438 +
439 +.social-follow-table.large-icons td {
440 + display: block;
441 + width: 100%;
442 + margin-bottom: 3px;
443 + text-align: center;
444 +}
445 +
446 +.social-follow-table.large-icons img {
447 + width: 45px;
448 + height: 45px;
449 +}
450 +
451 +.social-follow-table.horizontal-icons {
452 + display: inline-block;
453 + width: auto;
454 +}
455 +
456 +.social-follow-table.vertical-icons {
457 + width: 100%;
458 +}
459 +
460 +.social-follow-table.vertical-icons.default-icons.align-left {
461 + width: auto;
462 +}
463 +
464 +.social-follow-table.vertical-icons.default-icons.align-center td {
465 + display: block;
466 + width: 100%;
467 + margin-bottom: 5px;
468 + text-align: center;
469 +}
470 +
471 +.social-follow-table.vertical-icons.default-icons.align-right td {
472 + text-align: left;
473 +}
474 +
475 +.social-follow-table.vertical-icons.default-icons.align-right td.image-container-td {
476 + width: 24px;
477 +}
478 +
479 +/*!
480 + * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
481 + * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
482 + */
483 +/* FONT PATH
484 + * -------------------------- */
485 +@font-face {
486 + font-family: 'FontAwesome';
487 + src: url(../fonts/fontawesome-webfont.eot);
488 + src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2) format("woff2"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
489 + font-weight: normal;
490 + font-style: normal;
491 +}
492 +
493 +.fa {
494 + display: inline-block;
495 + font: normal normal normal 14px/1 FontAwesome;
496 + font-size: inherit;
497 + text-rendering: auto;
498 + -webkit-font-smoothing: antialiased;
499 + -moz-osx-font-smoothing: grayscale;
500 +}
501 +
502 +/* makes the font 33% larger relative to the icon container */
503 +.fa-lg {
504 + font-size: 1.33333em;
505 + line-height: 0.75em;
506 + vertical-align: -15%;
507 +}
508 +
509 +.fa-2x {
510 + font-size: 2em;
511 +}
512 +
513 +.fa-3x {
514 + font-size: 3em;
515 +}
516 +
517 +.fa-4x {
518 + font-size: 4em;
519 +}
520 +
521 +.fa-5x {
522 + font-size: 5em;
523 +}
524 +
525 +.fa-fw {
526 + width: 1.28571em;
527 + text-align: center;
528 +}
529 +
530 +.fa-ul {
531 + padding-left: 0;
532 + margin-left: 2.14286em;
533 + list-style-type: none;
534 +}
535 +
536 +.fa-ul > li {
537 + position: relative;
538 +}
539 +
540 +.fa-li {
541 + position: absolute;
542 + left: -2.14286em;
543 + width: 2.14286em;
544 + top: 0.14286em;
545 + text-align: center;
546 +}
547 +
548 +.fa-li.fa-lg {
549 + left: -1.85714em;
550 +}
551 +
552 +.fa-border {
553 + padding: .2em .25em .15em;
554 + border: solid 0.08em #eee;
555 + border-radius: .1em;
556 +}
557 +
558 +.fa-pull-left {
559 + float: left;
560 +}
561 +
562 +.fa-pull-right {
563 + float: right;
564 +}
565 +
566 +.fa.fa-pull-left {
567 + margin-right: .3em;
568 +}
569 +
570 +.fa.fa-pull-right {
571 + margin-left: .3em;
572 +}
573 +
574 +/* Deprecated as of 4.4.0 */
575 +.pull-right {
576 + float: right;
577 +}
578 +
579 +.pull-left {
580 + float: left;
581 +}
582 +
583 +.fa.pull-left {
584 + margin-right: .3em;
585 +}
586 +
587 +.fa.pull-right {
588 + margin-left: .3em;
589 +}
590 +
591 +.fa-spin {
592 + -webkit-animation: fa-spin 2s infinite linear;
593 + animation: fa-spin 2s infinite linear;
594 +}
595 +
596 +.fa-pulse {
597 + -webkit-animation: fa-spin 1s infinite steps(8);
598 + animation: fa-spin 1s infinite steps(8);
599 +}
600 +
601 +@-webkit-keyframes fa-spin {
602 + 0% {
603 + -webkit-transform: rotate(0deg);
604 + transform: rotate(0deg);
605 + }
606 + 100% {
607 + -webkit-transform: rotate(359deg);
608 + transform: rotate(359deg);
609 + }
610 +}
611 +
612 +@keyframes fa-spin {
613 + 0% {
614 + -webkit-transform: rotate(0deg);
615 + transform: rotate(0deg);
616 + }
617 + 100% {
618 + -webkit-transform: rotate(359deg);
619 + transform: rotate(359deg);
620 + }
621 +}
622 +
623 +.fa-rotate-90 {
624 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
625 + -webkit-transform: rotate(90deg);
626 + transform: rotate(90deg);
627 +}
628 +
629 +.fa-rotate-180 {
630 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
631 + -webkit-transform: rotate(180deg);
632 + transform: rotate(180deg);
633 +}
634 +
635 +.fa-rotate-270 {
636 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
637 + -webkit-transform: rotate(270deg);
638 + transform: rotate(270deg);
639 +}
640 +
641 +.fa-flip-horizontal {
642 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
643 + -webkit-transform: scale(-1, 1);
644 + transform: scale(-1, 1);
645 +}
646 +
647 +.fa-flip-vertical {
648 + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
649 + -webkit-transform: scale(1, -1);
650 + transform: scale(1, -1);
651 +}
652 +
653 +:root .fa-rotate-90,
654 +:root .fa-rotate-180,
655 +:root .fa-rotate-270,
656 +:root .fa-flip-horizontal,
657 +:root .fa-flip-vertical {
658 + -webkit-filter: none;
659 + filter: none;
660 +}
661 +
662 +.fa-stack {
663 + position: relative;
664 + display: inline-block;
665 + width: 2em;
666 + height: 2em;
667 + line-height: 2em;
668 + vertical-align: middle;
669 +}
670 +
671 +.fa-stack-1x, .fa-stack-2x {
672 + position: absolute;
673 + left: 0;
674 + width: 100%;
675 + text-align: center;
676 +}
677 +
678 +.fa-stack-1x {
679 + line-height: inherit;
680 +}
681 +
682 +.fa-stack-2x {
683 + font-size: 2em;
684 +}
685 +
686 +.fa-inverse {
687 + color: #fff;
688 +}
689 +
690 +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
691 + readers do not read off random characters that represent icons */
692 +.fa-glass:before {
693 + content: "\F000";
694 +}
695 +
696 +.fa-music:before {
697 + content: "\F001";
698 +}
699 +
700 +.fa-search:before {
701 + content: "\F002";
702 +}
703 +
704 +.fa-envelope-o:before {
705 + content: "\F003";
706 +}
707 +
708 +.fa-heart:before {
709 + content: "\F004";
710 +}
711 +
712 +.fa-star:before {
713 + content: "\F005";
714 +}
715 +
716 +.fa-star-o:before {
717 + content: "\F006";
718 +}
719 +
720 +.fa-user:before {
721 + content: "\F007";
722 +}
723 +
724 +.fa-film:before {
725 + content: "\F008";
726 +}
727 +
728 +.fa-th-large:before {
729 + content: "\F009";
730 +}
731 +
732 +.fa-th:before {
733 + content: "\F00A";
734 +}
735 +
736 +.fa-th-list:before {
737 + content: "\F00B";
738 +}
739 +
740 +.fa-check:before {
741 + content: "\F00C";
742 +}
743 +
744 +.fa-remove:before,
745 +.fa-close:before,
746 +.fa-times:before {
747 + content: "\F00D";
748 +}
749 +
750 +.fa-search-plus:before {
751 + content: "\F00E";
752 +}
753 +
754 +.fa-search-minus:before {
755 + content: "\F010";
756 +}
757 +
758 +.fa-power-off:before {
759 + content: "\F011";
760 +}
761 +
762 +.fa-signal:before {
763 + content: "\F012";
764 +}
765 +
766 +.fa-gear:before,
767 +.fa-cog:before {
768 + content: "\F013";
769 +}
770 +
771 +.fa-trash-o:before {
772 + content: "\F014";
773 +}
774 +
775 +.fa-home:before {
776 + content: "\F015";
777 +}
778 +
779 +.fa-file-o:before {
780 + content: "\F016";
781 +}
782 +
783 +.fa-clock-o:before {
784 + content: "\F017";
785 +}
786 +
787 +.fa-road:before {
788 + content: "\F018";
789 +}
790 +
791 +.fa-download:before {
792 + content: "\F019";
793 +}
794 +
795 +.fa-arrow-circle-o-down:before {
796 + content: "\F01A";
797 +}
798 +
799 +.fa-arrow-circle-o-up:before {
800 + content: "\F01B";
801 +}
802 +
803 +.fa-inbox:before {
804 + content: "\F01C";
805 +}
806 +
807 +.fa-play-circle-o:before {
808 + content: "\F01D";
809 +}
810 +
811 +.fa-rotate-right:before,
812 +.fa-repeat:before {
813 + content: "\F01E";
814 +}
815 +
816 +.fa-refresh:before {
817 + content: "\F021";
818 +}
819 +
820 +.fa-list-alt:before {
821 + content: "\F022";
822 +}
823 +
824 +.fa-lock:before {
825 + content: "\F023";
826 +}
827 +
828 +.fa-flag:before {
829 + content: "\F024";
830 +}
831 +
832 +.fa-headphones:before {
833 + content: "\F025";
834 +}
835 +
836 +.fa-volume-off:before {
837 + content: "\F026";
838 +}
839 +
840 +.fa-volume-down:before {
841 + content: "\F027";
842 +}
843 +
844 +.fa-volume-up:before {
845 + content: "\F028";
846 +}
847 +
848 +.fa-qrcode:before {
849 + content: "\F029";
850 +}
851 +
852 +.fa-barcode:before {
853 + content: "\F02A";
854 +}
855 +
856 +.fa-tag:before {
857 + content: "\F02B";
858 +}
859 +
860 +.fa-tags:before {
861 + content: "\F02C";
862 +}
863 +
864 +.fa-book:before {
865 + content: "\F02D";
866 +}
867 +
868 +.fa-bookmark:before {
869 + content: "\F02E";
870 +}
871 +
872 +.fa-print:before {
873 + content: "\F02F";
874 +}
875 +
876 +.fa-camera:before {
877 + content: "\F030";
878 +}
879 +
880 +.fa-font:before {
881 + content: "\F031";
882 +}
883 +
884 +.fa-bold:before {
885 + content: "\F032";
886 +}
887 +
888 +.fa-italic:before {
889 + content: "\F033";
890 +}
891 +
892 +.fa-text-height:before {
893 + content: "\F034";
894 +}
895 +
896 +.fa-text-width:before {
897 + content: "\F035";
898 +}
899 +
900 +.fa-align-left:before {
901 + content: "\F036";
902 +}
903 +
904 +.fa-align-center:before {
905 + content: "\F037";
906 +}
907 +
908 +.fa-align-right:before {
909 + content: "\F038";
910 +}
911 +
912 +.fa-align-justify:before {
913 + content: "\F039";
914 +}
915 +
916 +.fa-list:before {
917 + content: "\F03A";
918 +}
919 +
920 +.fa-dedent:before,
921 +.fa-outdent:before {
922 + content: "\F03B";
923 +}
924 +
925 +.fa-indent:before {
926 + content: "\F03C";
927 +}
928 +
929 +.fa-video-camera:before {
930 + content: "\F03D";
931 +}
932 +
933 +.fa-photo:before,
934 +.fa-image:before,
935 +.fa-picture-o:before {
936 + content: "\F03E";
937 +}
938 +
939 +.fa-pencil:before {
940 + content: "\F040";
941 +}
942 +
943 +.fa-map-marker:before {
944 + content: "\F041";
945 +}
946 +
947 +.fa-adjust:before {
948 + content: "\F042";
949 +}
950 +
951 +.fa-tint:before {
952 + content: "\F043";
953 +}
954 +
955 +.fa-edit:before,
956 +.fa-pencil-square-o:before {
957 + content: "\F044";
958 +}
959 +
960 +.fa-share-square-o:before {
961 + content: "\F045";
962 +}
963 +
964 +.fa-check-square-o:before {
965 + content: "\F046";
966 +}
967 +
968 +.fa-arrows:before {
969 + content: "\F047";
970 +}
971 +
972 +.fa-step-backward:before {
973 + content: "\F048";
974 +}
975 +
976 +.fa-fast-backward:before {
977 + content: "\F049";
978 +}
979 +
980 +.fa-backward:before {
981 + content: "\F04A";
982 +}
983 +
984 +.fa-play:before {
985 + content: "\F04B";
986 +}
987 +
988 +.fa-pause:before {
989 + content: "\F04C";
990 +}
991 +
992 +.fa-stop:before {
993 + content: "\F04D";
994 +}
995 +
996 +.fa-forward:before {
997 + content: "\F04E";
998 +}
999 +
1000 +.fa-fast-forward:before {
1001 + content: "\F050";
1002 +}
1003 +
1004 +.fa-step-forward:before {
1005 + content: "\F051";
1006 +}
1007 +
1008 +.fa-eject:before {
1009 + content: "\F052";
1010 +}
1011 +
1012 +.fa-chevron-left:before {
1013 + content: "\F053";
1014 +}
1015 +
1016 +.fa-chevron-right:before {
1017 + content: "\F054";
1018 +}
1019 +
1020 +.fa-plus-circle:before {
1021 + content: "\F055";
1022 +}
1023 +
1024 +.fa-minus-circle:before {
1025 + content: "\F056";
1026 +}
1027 +
1028 +.fa-times-circle:before {
1029 + content: "\F057";
1030 +}
1031 +
1032 +.fa-check-circle:before {
1033 + content: "\F058";
1034 +}
1035 +
1036 +.fa-question-circle:before {
1037 + content: "\F059";
1038 +}
1039 +
1040 +.fa-info-circle:before {
1041 + content: "\F05A";
1042 +}
1043 +
1044 +.fa-crosshairs:before {
1045 + content: "\F05B";
1046 +}
1047 +
1048 +.fa-times-circle-o:before {
1049 + content: "\F05C";
1050 +}
1051 +
1052 +.fa-check-circle-o:before {
1053 + content: "\F05D";
1054 +}
1055 +
1056 +.fa-ban:before {
1057 + content: "\F05E";
1058 +}
1059 +
1060 +.fa-arrow-left:before {
1061 + content: "\F060";
1062 +}
1063 +
1064 +.fa-arrow-right:before {
1065 + content: "\F061";
1066 +}
1067 +
1068 +.fa-arrow-up:before {
1069 + content: "\F062";
1070 +}
1071 +
1072 +.fa-arrow-down:before {
1073 + content: "\F063";
1074 +}
1075 +
1076 +.fa-mail-forward:before,
1077 +.fa-share:before {
1078 + content: "\F064";
1079 +}
1080 +
1081 +.fa-expand:before {
1082 + content: "\F065";
1083 +}
1084 +
1085 +.fa-compress:before {
1086 + content: "\F066";
1087 +}
1088 +
1089 +.fa-plus:before {
1090 + content: "\F067";
1091 +}
1092 +
1093 +.fa-minus:before {
1094 + content: "\F068";
1095 +}
1096 +
1097 +.fa-asterisk:before {
1098 + content: "\F069";
1099 +}
1100 +
1101 +.fa-exclamation-circle:before {
1102 + content: "\F06A";
1103 +}
1104 +
1105 +.fa-gift:before {
1106 + content: "\F06B";
1107 +}
1108 +
1109 +.fa-leaf:before {
1110 + content: "\F06C";
1111 +}
1112 +
1113 +.fa-fire:before {
1114 + content: "\F06D";
1115 +}
1116 +
1117 +.fa-eye:before {
1118 + content: "\F06E";
1119 +}
1120 +
1121 +.fa-eye-slash:before {
1122 + content: "\F070";
1123 +}
1124 +
1125 +.fa-warning:before,
1126 +.fa-exclamation-triangle:before {
1127 + content: "\F071";
1128 +}
1129 +
1130 +.fa-plane:before {
1131 + content: "\F072";
1132 +}
1133 +
1134 +.fa-calendar:before {
1135 + content: "\F073";
1136 +}
1137 +
1138 +.fa-random:before {
1139 + content: "\F074";
1140 +}
1141 +
1142 +.fa-comment:before {
1143 + content: "\F075";
1144 +}
1145 +
1146 +.fa-magnet:before {
1147 + content: "\F076";
1148 +}
1149 +
1150 +.fa-chevron-up:before {
1151 + content: "\F077";
1152 +}
1153 +
1154 +.fa-chevron-down:before {
1155 + content: "\F078";
1156 +}
1157 +
1158 +.fa-retweet:before {
1159 + content: "\F079";
1160 +}
1161 +
1162 +.fa-shopping-cart:before {
1163 + content: "\F07A";
1164 +}
1165 +
1166 +.fa-folder:before {
1167 + content: "\F07B";
1168 +}
1169 +
1170 +.fa-folder-open:before {
1171 + content: "\F07C";
1172 +}
1173 +
1174 +.fa-arrows-v:before {
1175 + content: "\F07D";
1176 +}
1177 +
1178 +.fa-arrows-h:before {
1179 + content: "\F07E";
1180 +}
1181 +
1182 +.fa-bar-chart-o:before,
1183 +.fa-bar-chart:before {
1184 + content: "\F080";
1185 +}
1186 +
1187 +.fa-twitter-square:before {
1188 + content: "\F081";
1189 +}
1190 +
1191 +.fa-facebook-square:before {
1192 + content: "\F082";
1193 +}
1194 +
1195 +.fa-camera-retro:before {
1196 + content: "\F083";
1197 +}
1198 +
1199 +.fa-key:before {
1200 + content: "\F084";
1201 +}
1202 +
1203 +.fa-gears:before,
1204 +.fa-cogs:before {
1205 + content: "\F085";
1206 +}
1207 +
1208 +.fa-comments:before {
1209 + content: "\F086";
1210 +}
1211 +
1212 +.fa-thumbs-o-up:before {
1213 + content: "\F087";
1214 +}
1215 +
1216 +.fa-thumbs-o-down:before {
1217 + content: "\F088";
1218 +}
1219 +
1220 +.fa-star-half:before {
1221 + content: "\F089";
1222 +}
1223 +
1224 +.fa-heart-o:before {
1225 + content: "\F08A";
1226 +}
1227 +
1228 +.fa-sign-out:before {
1229 + content: "\F08B";
1230 +}
1231 +
1232 +.fa-linkedin-square:before {
1233 + content: "\F08C";
1234 +}
1235 +
1236 +.fa-thumb-tack:before {
1237 + content: "\F08D";
1238 +}
1239 +
1240 +.fa-external-link:before {
1241 + content: "\F08E";
1242 +}
1243 +
1244 +.fa-sign-in:before {
1245 + content: "\F090";
1246 +}
1247 +
1248 +.fa-trophy:before {
1249 + content: "\F091";
1250 +}
1251 +
1252 +.fa-github-square:before {
1253 + content: "\F092";
1254 +}
1255 +
1256 +.fa-upload:before {
1257 + content: "\F093";
1258 +}
1259 +
1260 +.fa-lemon-o:before {
1261 + content: "\F094";
1262 +}
1263 +
1264 +.fa-phone:before {
1265 + content: "\F095";
1266 +}
1267 +
1268 +.fa-square-o:before {
1269 + content: "\F096";
1270 +}
1271 +
1272 +.fa-bookmark-o:before {
1273 + content: "\F097";
1274 +}
1275 +
1276 +.fa-phone-square:before {
1277 + content: "\F098";
1278 +}
1279 +
1280 +.fa-twitter:before {
1281 + content: "\F099";
1282 +}
1283 +
1284 +.fa-facebook-f:before,
1285 +.fa-facebook:before {
1286 + content: "\F09A";
1287 +}
1288 +
1289 +.fa-github:before {
1290 + content: "\F09B";
1291 +}
1292 +
1293 +.fa-unlock:before {
1294 + content: "\F09C";
1295 +}
1296 +
1297 +.fa-credit-card:before {
1298 + content: "\F09D";
1299 +}
1300 +
1301 +.fa-feed:before,
1302 +.fa-rss:before {
1303 + content: "\F09E";
1304 +}
1305 +
1306 +.fa-hdd-o:before {
1307 + content: "\F0A0";
1308 +}
1309 +
1310 +.fa-bullhorn:before {
1311 + content: "\F0A1";
1312 +}
1313 +
1314 +.fa-bell:before {
1315 + content: "\F0F3";
1316 +}
1317 +
1318 +.fa-certificate:before {
1319 + content: "\F0A3";
1320 +}
1321 +
1322 +.fa-hand-o-right:before {
1323 + content: "\F0A4";
1324 +}
1325 +
1326 +.fa-hand-o-left:before {
1327 + content: "\F0A5";
1328 +}
1329 +
1330 +.fa-hand-o-up:before {
1331 + content: "\F0A6";
1332 +}
1333 +
1334 +.fa-hand-o-down:before {
1335 + content: "\F0A7";
1336 +}
1337 +
1338 +.fa-arrow-circle-left:before {
1339 + content: "\F0A8";
1340 +}
1341 +
1342 +.fa-arrow-circle-right:before {
1343 + content: "\F0A9";
1344 +}
1345 +
1346 +.fa-arrow-circle-up:before {
1347 + content: "\F0AA";
1348 +}
1349 +
1350 +.fa-arrow-circle-down:before {
1351 + content: "\F0AB";
1352 +}
1353 +
1354 +.fa-globe:before {
1355 + content: "\F0AC";
1356 +}
1357 +
1358 +.fa-wrench:before {
1359 + content: "\F0AD";
1360 +}
1361 +
1362 +.fa-tasks:before {
1363 + content: "\F0AE";
1364 +}
1365 +
1366 +.fa-filter:before {
1367 + content: "\F0B0";
1368 +}
1369 +
1370 +.fa-briefcase:before {
1371 + content: "\F0B1";
1372 +}
1373 +
1374 +.fa-arrows-alt:before {
1375 + content: "\F0B2";
1376 +}
1377 +
1378 +.fa-group:before,
1379 +.fa-users:before {
1380 + content: "\F0C0";
1381 +}
1382 +
1383 +.fa-chain:before,
1384 +.fa-link:before {
1385 + content: "\F0C1";
1386 +}
1387 +
1388 +.fa-cloud:before {
1389 + content: "\F0C2";
1390 +}
1391 +
1392 +.fa-flask:before {
1393 + content: "\F0C3";
1394 +}
1395 +
1396 +.fa-cut:before,
1397 +.fa-scissors:before {
1398 + content: "\F0C4";
1399 +}
1400 +
1401 +.fa-copy:before,
1402 +.fa-files-o:before {
1403 + content: "\F0C5";
1404 +}
1405 +
1406 +.fa-paperclip:before {
1407 + content: "\F0C6";
1408 +}
1409 +
1410 +.fa-save:before,
1411 +.fa-floppy-o:before {
1412 + content: "\F0C7";
1413 +}
1414 +
1415 +.fa-square:before {
1416 + content: "\F0C8";
1417 +}
1418 +
1419 +.fa-navicon:before,
1420 +.fa-reorder:before,
1421 +.fa-bars:before {
1422 + content: "\F0C9";
1423 +}
1424 +
1425 +.fa-list-ul:before {
1426 + content: "\F0CA";
1427 +}
1428 +
1429 +.fa-list-ol:before {
1430 + content: "\F0CB";
1431 +}
1432 +
1433 +.fa-strikethrough:before {
1434 + content: "\F0CC";
1435 +}
1436 +
1437 +.fa-underline:before {
1438 + content: "\F0CD";
1439 +}
1440 +
1441 +.fa-table:before {
1442 + content: "\F0CE";
1443 +}
1444 +
1445 +.fa-magic:before {
1446 + content: "\F0D0";
1447 +}
1448 +
1449 +.fa-truck:before {
1450 + content: "\F0D1";
1451 +}
1452 +
1453 +.fa-pinterest:before {
1454 + content: "\F0D2";
1455 +}
1456 +
1457 +.fa-pinterest-square:before {
1458 + content: "\F0D3";
1459 +}
1460 +
1461 +.fa-google-plus-square:before {
1462 + content: "\F0D4";
1463 +}
1464 +
1465 +.fa-google-plus:before {
1466 + content: "\F0D5";
1467 +}
1468 +
1469 +.fa-money:before {
1470 + content: "\F0D6";
1471 +}
1472 +
1473 +.fa-caret-down:before {
1474 + content: "\F0D7";
1475 +}
1476 +
1477 +.fa-caret-up:before {
1478 + content: "\F0D8";
1479 +}
1480 +
1481 +.fa-caret-left:before {
1482 + content: "\F0D9";
1483 +}
1484 +
1485 +.fa-caret-right:before {
1486 + content: "\F0DA";
1487 +}
1488 +
1489 +.fa-columns:before {
1490 + content: "\F0DB";
1491 +}
1492 +
1493 +.fa-unsorted:before,
1494 +.fa-sort:before {
1495 + content: "\F0DC";
1496 +}
1497 +
1498 +.fa-sort-down:before,
1499 +.fa-sort-desc:before {
1500 + content: "\F0DD";
1501 +}
1502 +
1503 +.fa-sort-up:before,
1504 +.fa-sort-asc:before {
1505 + content: "\F0DE";
1506 +}
1507 +
1508 +.fa-envelope:before {
1509 + content: "\F0E0";
1510 +}
1511 +
1512 +.fa-linkedin:before {
1513 + content: "\F0E1";
1514 +}
1515 +
1516 +.fa-rotate-left:before,
1517 +.fa-undo:before {
1518 + content: "\F0E2";
1519 +}
1520 +
1521 +.fa-legal:before,
1522 +.fa-gavel:before {
1523 + content: "\F0E3";
1524 +}
1525 +
1526 +.fa-dashboard:before,
1527 +.fa-tachometer:before {
1528 + content: "\F0E4";
1529 +}
1530 +
1531 +.fa-comment-o:before {
1532 + content: "\F0E5";
1533 +}
1534 +
1535 +.fa-comments-o:before {
1536 + content: "\F0E6";
1537 +}
1538 +
1539 +.fa-flash:before,
1540 +.fa-bolt:before {
1541 + content: "\F0E7";
1542 +}
1543 +
1544 +.fa-sitemap:before {
1545 + content: "\F0E8";
1546 +}
1547 +
1548 +.fa-umbrella:before {
1549 + content: "\F0E9";
1550 +}
1551 +
1552 +.fa-paste:before,
1553 +.fa-clipboard:before {
1554 + content: "\F0EA";
1555 +}
1556 +
1557 +.fa-lightbulb-o:before {
1558 + content: "\F0EB";
1559 +}
1560 +
1561 +.fa-exchange:before {
1562 + content: "\F0EC";
1563 +}
1564 +
1565 +.fa-cloud-download:before {
1566 + content: "\F0ED";
1567 +}
1568 +
1569 +.fa-cloud-upload:before {
1570 + content: "\F0EE";
1571 +}
1572 +
1573 +.fa-user-md:before {
1574 + content: "\F0F0";
1575 +}
1576 +
1577 +.fa-stethoscope:before {
1578 + content: "\F0F1";
1579 +}
1580 +
1581 +.fa-suitcase:before {
1582 + content: "\F0F2";
1583 +}
1584 +
1585 +.fa-bell-o:before {
1586 + content: "\F0A2";
1587 +}
1588 +
1589 +.fa-coffee:before {
1590 + content: "\F0F4";
1591 +}
1592 +
1593 +.fa-cutlery:before {
1594 + content: "\F0F5";
1595 +}
1596 +
1597 +.fa-file-text-o:before {
1598 + content: "\F0F6";
1599 +}
1600 +
1601 +.fa-building-o:before {
1602 + content: "\F0F7";
1603 +}
1604 +
1605 +.fa-hospital-o:before {
1606 + content: "\F0F8";
1607 +}
1608 +
1609 +.fa-ambulance:before {
1610 + content: "\F0F9";
1611 +}
1612 +
1613 +.fa-medkit:before {
1614 + content: "\F0FA";
1615 +}
1616 +
1617 +.fa-fighter-jet:before {
1618 + content: "\F0FB";
1619 +}
1620 +
1621 +.fa-beer:before {
1622 + content: "\F0FC";
1623 +}
1624 +
1625 +.fa-h-square:before {
1626 + content: "\F0FD";
1627 +}
1628 +
1629 +.fa-plus-square:before {
1630 + content: "\F0FE";
1631 +}
1632 +
1633 +.fa-angle-double-left:before {
1634 + content: "\F100";
1635 +}
1636 +
1637 +.fa-angle-double-right:before {
1638 + content: "\F101";
1639 +}
1640 +
1641 +.fa-angle-double-up:before {
1642 + content: "\F102";
1643 +}
1644 +
1645 +.fa-angle-double-down:before {
1646 + content: "\F103";
1647 +}
1648 +
1649 +.fa-angle-left:before {
1650 + content: "\F104";
1651 +}
1652 +
1653 +.fa-angle-right:before {
1654 + content: "\F105";
1655 +}
1656 +
1657 +.fa-angle-up:before {
1658 + content: "\F106";
1659 +}
1660 +
1661 +.fa-angle-down:before {
1662 + content: "\F107";
1663 +}
1664 +
1665 +.fa-desktop:before {
1666 + content: "\F108";
1667 +}
1668 +
1669 +.fa-laptop:before {
1670 + content: "\F109";
1671 +}
1672 +
1673 +.fa-tablet:before {
1674 + content: "\F10A";
1675 +}
1676 +
1677 +.fa-mobile-phone:before,
1678 +.fa-mobile:before {
1679 + content: "\F10B";
1680 +}
1681 +
1682 +.fa-circle-o:before {
1683 + content: "\F10C";
1684 +}
1685 +
1686 +.fa-quote-left:before {
1687 + content: "\F10D";
1688 +}
1689 +
1690 +.fa-quote-right:before {
1691 + content: "\F10E";
1692 +}
1693 +
1694 +.fa-spinner:before {
1695 + content: "\F110";
1696 +}
1697 +
1698 +.fa-circle:before {
1699 + content: "\F111";
1700 +}
1701 +
1702 +.fa-mail-reply:before,
1703 +.fa-reply:before {
1704 + content: "\F112";
1705 +}
1706 +
1707 +.fa-github-alt:before {
1708 + content: "\F113";
1709 +}
1710 +
1711 +.fa-folder-o:before {
1712 + content: "\F114";
1713 +}
1714 +
1715 +.fa-folder-open-o:before {
1716 + content: "\F115";
1717 +}
1718 +
1719 +.fa-smile-o:before {
1720 + content: "\F118";
1721 +}
1722 +
1723 +.fa-frown-o:before {
1724 + content: "\F119";
1725 +}
1726 +
1727 +.fa-meh-o:before {
1728 + content: "\F11A";
1729 +}
1730 +
1731 +.fa-gamepad:before {
1732 + content: "\F11B";
1733 +}
1734 +
1735 +.fa-keyboard-o:before {
1736 + content: "\F11C";
1737 +}
1738 +
1739 +.fa-flag-o:before {
1740 + content: "\F11D";
1741 +}
1742 +
1743 +.fa-flag-checkered:before {
1744 + content: "\F11E";
1745 +}
1746 +
1747 +.fa-terminal:before {
1748 + content: "\F120";
1749 +}
1750 +
1751 +.fa-code:before {
1752 + content: "\F121";
1753 +}
1754 +
1755 +.fa-mail-reply-all:before,
1756 +.fa-reply-all:before {
1757 + content: "\F122";
1758 +}
1759 +
1760 +.fa-star-half-empty:before,
1761 +.fa-star-half-full:before,
1762 +.fa-star-half-o:before {
1763 + content: "\F123";
1764 +}
1765 +
1766 +.fa-location-arrow:before {
1767 + content: "\F124";
1768 +}
1769 +
1770 +.fa-crop:before {
1771 + content: "\F125";
1772 +}
1773 +
1774 +.fa-code-fork:before {
1775 + content: "\F126";
1776 +}
1777 +
1778 +.fa-unlink:before,
1779 +.fa-chain-broken:before {
1780 + content: "\F127";
1781 +}
1782 +
1783 +.fa-question:before {
1784 + content: "\F128";
1785 +}
1786 +
1787 +.fa-info:before {
1788 + content: "\F129";
1789 +}
1790 +
1791 +.fa-exclamation:before {
1792 + content: "\F12A";
1793 +}
1794 +
1795 +.fa-superscript:before {
1796 + content: "\F12B";
1797 +}
1798 +
1799 +.fa-subscript:before {
1800 + content: "\F12C";
1801 +}
1802 +
1803 +.fa-eraser:before {
1804 + content: "\F12D";
1805 +}
1806 +
1807 +.fa-puzzle-piece:before {
1808 + content: "\F12E";
1809 +}
1810 +
1811 +.fa-microphone:before {
1812 + content: "\F130";
1813 +}
1814 +
1815 +.fa-microphone-slash:before {
1816 + content: "\F131";
1817 +}
1818 +
1819 +.fa-shield:before {
1820 + content: "\F132";
1821 +}
1822 +
1823 +.fa-calendar-o:before {
1824 + content: "\F133";
1825 +}
1826 +
1827 +.fa-fire-extinguisher:before {
1828 + content: "\F134";
1829 +}
1830 +
1831 +.fa-rocket:before {
1832 + content: "\F135";
1833 +}
1834 +
1835 +.fa-maxcdn:before {
1836 + content: "\F136";
1837 +}
1838 +
1839 +.fa-chevron-circle-left:before {
1840 + content: "\F137";
1841 +}
1842 +
1843 +.fa-chevron-circle-right:before {
1844 + content: "\F138";
1845 +}
1846 +
1847 +.fa-chevron-circle-up:before {
1848 + content: "\F139";
1849 +}
1850 +
1851 +.fa-chevron-circle-down:before {
1852 + content: "\F13A";
1853 +}
1854 +
1855 +.fa-html5:before {
1856 + content: "\F13B";
1857 +}
1858 +
1859 +.fa-css3:before {
1860 + content: "\F13C";
1861 +}
1862 +
1863 +.fa-anchor:before {
1864 + content: "\F13D";
1865 +}
1866 +
1867 +.fa-unlock-alt:before {
1868 + content: "\F13E";
1869 +}
1870 +
1871 +.fa-bullseye:before {
1872 + content: "\F140";
1873 +}
1874 +
1875 +.fa-ellipsis-h:before {
1876 + content: "\F141";
1877 +}
1878 +
1879 +.fa-ellipsis-v:before {
1880 + content: "\F142";
1881 +}
1882 +
1883 +.fa-rss-square:before {
1884 + content: "\F143";
1885 +}
1886 +
1887 +.fa-play-circle:before {
1888 + content: "\F144";
1889 +}
1890 +
1891 +.fa-ticket:before {
1892 + content: "\F145";
1893 +}
1894 +
1895 +.fa-minus-square:before {
1896 + content: "\F146";
1897 +}
1898 +
1899 +.fa-minus-square-o:before {
1900 + content: "\F147";
1901 +}
1902 +
1903 +.fa-level-up:before {
1904 + content: "\F148";
1905 +}
1906 +
1907 +.fa-level-down:before {
1908 + content: "\F149";
1909 +}
1910 +
1911 +.fa-check-square:before {
1912 + content: "\F14A";
1913 +}
1914 +
1915 +.fa-pencil-square:before {
1916 + content: "\F14B";
1917 +}
1918 +
1919 +.fa-external-link-square:before {
1920 + content: "\F14C";
1921 +}
1922 +
1923 +.fa-share-square:before {
1924 + content: "\F14D";
1925 +}
1926 +
1927 +.fa-compass:before {
1928 + content: "\F14E";
1929 +}
1930 +
1931 +.fa-toggle-down:before,
1932 +.fa-caret-square-o-down:before {
1933 + content: "\F150";
1934 +}
1935 +
1936 +.fa-toggle-up:before,
1937 +.fa-caret-square-o-up:before {
1938 + content: "\F151";
1939 +}
1940 +
1941 +.fa-toggle-right:before,
1942 +.fa-caret-square-o-right:before {
1943 + content: "\F152";
1944 +}
1945 +
1946 +.fa-euro:before,
1947 +.fa-eur:before {
1948 + content: "\F153";
1949 +}
1950 +
1951 +.fa-gbp:before {
1952 + content: "\F154";
1953 +}
1954 +
1955 +.fa-dollar:before,
1956 +.fa-usd:before {
1957 + content: "\F155";
1958 +}
1959 +
1960 +.fa-rupee:before,
1961 +.fa-inr:before {
1962 + content: "\F156";
1963 +}
1964 +
1965 +.fa-cny:before,
1966 +.fa-rmb:before,
1967 +.fa-yen:before,
1968 +.fa-jpy:before {
1969 + content: "\F157";
1970 +}
1971 +
1972 +.fa-ruble:before,
1973 +.fa-rouble:before,
1974 +.fa-rub:before {
1975 + content: "\F158";
1976 +}
1977 +
1978 +.fa-won:before,
1979 +.fa-krw:before {
1980 + content: "\F159";
1981 +}
1982 +
1983 +.fa-bitcoin:before,
1984 +.fa-btc:before {
1985 + content: "\F15A";
1986 +}
1987 +
1988 +.fa-file:before {
1989 + content: "\F15B";
1990 +}
1991 +
1992 +.fa-file-text:before {
1993 + content: "\F15C";
1994 +}
1995 +
1996 +.fa-sort-alpha-asc:before {
1997 + content: "\F15D";
1998 +}
1999 +
2000 +.fa-sort-alpha-desc:before {
2001 + content: "\F15E";
2002 +}
2003 +
2004 +.fa-sort-amount-asc:before {
2005 + content: "\F160";
2006 +}
2007 +
2008 +.fa-sort-amount-desc:before {
2009 + content: "\F161";
2010 +}
2011 +
2012 +.fa-sort-numeric-asc:before {
2013 + content: "\F162";
2014 +}
2015 +
2016 +.fa-sort-numeric-desc:before {
2017 + content: "\F163";
2018 +}
2019 +
2020 +.fa-thumbs-up:before {
2021 + content: "\F164";
2022 +}
2023 +
2024 +.fa-thumbs-down:before {
2025 + content: "\F165";
2026 +}
2027 +
2028 +.fa-youtube-square:before {
2029 + content: "\F166";
2030 +}
2031 +
2032 +.fa-youtube:before {
2033 + content: "\F167";
2034 +}
2035 +
2036 +.fa-xing:before {
2037 + content: "\F168";
2038 +}
2039 +
2040 +.fa-xing-square:before {
2041 + content: "\F169";
2042 +}
2043 +
2044 +.fa-youtube-play:before {
2045 + content: "\F16A";
2046 +}
2047 +
2048 +.fa-dropbox:before {
2049 + content: "\F16B";
2050 +}
2051 +
2052 +.fa-stack-overflow:before {
2053 + content: "\F16C";
2054 +}
2055 +
2056 +.fa-instagram:before {
2057 + content: "\F16D";
2058 +}
2059 +
2060 +.fa-flickr:before {
2061 + content: "\F16E";
2062 +}
2063 +
2064 +.fa-adn:before {
2065 + content: "\F170";
2066 +}
2067 +
2068 +.fa-bitbucket:before {
2069 + content: "\F171";
2070 +}
2071 +
2072 +.fa-bitbucket-square:before {
2073 + content: "\F172";
2074 +}
2075 +
2076 +.fa-tumblr:before {
2077 + content: "\F173";
2078 +}
2079 +
2080 +.fa-tumblr-square:before {
2081 + content: "\F174";
2082 +}
2083 +
2084 +.fa-long-arrow-down:before {
2085 + content: "\F175";
2086 +}
2087 +
2088 +.fa-long-arrow-up:before {
2089 + content: "\F176";
2090 +}
2091 +
2092 +.fa-long-arrow-left:before {
2093 + content: "\F177";
2094 +}
2095 +
2096 +.fa-long-arrow-right:before {
2097 + content: "\F178";
2098 +}
2099 +
2100 +.fa-apple:before {
2101 + content: "\F179";
2102 +}
2103 +
2104 +.fa-windows:before {
2105 + content: "\F17A";
2106 +}
2107 +
2108 +.fa-android:before {
2109 + content: "\F17B";
2110 +}
2111 +
2112 +.fa-linux:before {
2113 + content: "\F17C";
2114 +}
2115 +
2116 +.fa-dribbble:before {
2117 + content: "\F17D";
2118 +}
2119 +
2120 +.fa-skype:before {
2121 + content: "\F17E";
2122 +}
2123 +
2124 +.fa-foursquare:before {
2125 + content: "\F180";
2126 +}
2127 +
2128 +.fa-trello:before {
2129 + content: "\F181";
2130 +}
2131 +
2132 +.fa-female:before {
2133 + content: "\F182";
2134 +}
2135 +
2136 +.fa-male:before {
2137 + content: "\F183";
2138 +}
2139 +
2140 +.fa-gittip:before,
2141 +.fa-gratipay:before {
2142 + content: "\F184";
2143 +}
2144 +
2145 +.fa-sun-o:before {
2146 + content: "\F185";
2147 +}
2148 +
2149 +.fa-moon-o:before {
2150 + content: "\F186";
2151 +}
2152 +
2153 +.fa-archive:before {
2154 + content: "\F187";
2155 +}
2156 +
2157 +.fa-bug:before {
2158 + content: "\F188";
2159 +}
2160 +
2161 +.fa-vk:before {
2162 + content: "\F189";
2163 +}
2164 +
2165 +.fa-weibo:before {
2166 + content: "\F18A";
2167 +}
2168 +
2169 +.fa-renren:before {
2170 + content: "\F18B";
2171 +}
2172 +
2173 +.fa-pagelines:before {
2174 + content: "\F18C";
2175 +}
2176 +
2177 +.fa-stack-exchange:before {
2178 + content: "\F18D";
2179 +}
2180 +
2181 +.fa-arrow-circle-o-right:before {
2182 + content: "\F18E";
2183 +}
2184 +
2185 +.fa-arrow-circle-o-left:before {
2186 + content: "\F190";
2187 +}
2188 +
2189 +.fa-toggle-left:before,
2190 +.fa-caret-square-o-left:before {
2191 + content: "\F191";
2192 +}
2193 +
2194 +.fa-dot-circle-o:before {
2195 + content: "\F192";
2196 +}
2197 +
2198 +.fa-wheelchair:before {
2199 + content: "\F193";
2200 +}
2201 +
2202 +.fa-vimeo-square:before {
2203 + content: "\F194";
2204 +}
2205 +
2206 +.fa-turkish-lira:before,
2207 +.fa-try:before {
2208 + content: "\F195";
2209 +}
2210 +
2211 +.fa-plus-square-o:before {
2212 + content: "\F196";
2213 +}
2214 +
2215 +.fa-space-shuttle:before {
2216 + content: "\F197";
2217 +}
2218 +
2219 +.fa-slack:before {
2220 + content: "\F198";
2221 +}
2222 +
2223 +.fa-envelope-square:before {
2224 + content: "\F199";
2225 +}
2226 +
2227 +.fa-wordpress:before {
2228 + content: "\F19A";
2229 +}
2230 +
2231 +.fa-openid:before {
2232 + content: "\F19B";
2233 +}
2234 +
2235 +.fa-institution:before,
2236 +.fa-bank:before,
2237 +.fa-university:before {
2238 + content: "\F19C";
2239 +}
2240 +
2241 +.fa-mortar-board:before,
2242 +.fa-graduation-cap:before {
2243 + content: "\F19D";
2244 +}
2245 +
2246 +.fa-yahoo:before {
2247 + content: "\F19E";
2248 +}
2249 +
2250 +.fa-google:before {
2251 + content: "\F1A0";
2252 +}
2253 +
2254 +.fa-reddit:before {
2255 + content: "\F1A1";
2256 +}
2257 +
2258 +.fa-reddit-square:before {
2259 + content: "\F1A2";
2260 +}
2261 +
2262 +.fa-stumbleupon-circle:before {
2263 + content: "\F1A3";
2264 +}
2265 +
2266 +.fa-stumbleupon:before {
2267 + content: "\F1A4";
2268 +}
2269 +
2270 +.fa-delicious:before {
2271 + content: "\F1A5";
2272 +}
2273 +
2274 +.fa-digg:before {
2275 + content: "\F1A6";
2276 +}
2277 +
2278 +.fa-pied-piper-pp:before {
2279 + content: "\F1A7";
2280 +}
2281 +
2282 +.fa-pied-piper-alt:before {
2283 + content: "\F1A8";
2284 +}
2285 +
2286 +.fa-drupal:before {
2287 + content: "\F1A9";
2288 +}
2289 +
2290 +.fa-joomla:before {
2291 + content: "\F1AA";
2292 +}
2293 +
2294 +.fa-language:before {
2295 + content: "\F1AB";
2296 +}
2297 +
2298 +.fa-fax:before {
2299 + content: "\F1AC";
2300 +}
2301 +
2302 +.fa-building:before {
2303 + content: "\F1AD";
2304 +}
2305 +
2306 +.fa-child:before {
2307 + content: "\F1AE";
2308 +}
2309 +
2310 +.fa-paw:before {
2311 + content: "\F1B0";
2312 +}
2313 +
2314 +.fa-spoon:before {
2315 + content: "\F1B1";
2316 +}
2317 +
2318 +.fa-cube:before {
2319 + content: "\F1B2";
2320 +}
2321 +
2322 +.fa-cubes:before {
2323 + content: "\F1B3";
2324 +}
2325 +
2326 +.fa-behance:before {
2327 + content: "\F1B4";
2328 +}
2329 +
2330 +.fa-behance-square:before {
2331 + content: "\F1B5";
2332 +}
2333 +
2334 +.fa-steam:before {
2335 + content: "\F1B6";
2336 +}
2337 +
2338 +.fa-steam-square:before {
2339 + content: "\F1B7";
2340 +}
2341 +
2342 +.fa-recycle:before {
2343 + content: "\F1B8";
2344 +}
2345 +
2346 +.fa-automobile:before,
2347 +.fa-car:before {
2348 + content: "\F1B9";
2349 +}
2350 +
2351 +.fa-cab:before,
2352 +.fa-taxi:before {
2353 + content: "\F1BA";
2354 +}
2355 +
2356 +.fa-tree:before {
2357 + content: "\F1BB";
2358 +}
2359 +
2360 +.fa-spotify:before {
2361 + content: "\F1BC";
2362 +}
2363 +
2364 +.fa-deviantart:before {
2365 + content: "\F1BD";
2366 +}
2367 +
2368 +.fa-soundcloud:before {
2369 + content: "\F1BE";
2370 +}
2371 +
2372 +.fa-database:before {
2373 + content: "\F1C0";
2374 +}
2375 +
2376 +.fa-file-pdf-o:before {
2377 + content: "\F1C1";
2378 +}
2379 +
2380 +.fa-file-word-o:before {
2381 + content: "\F1C2";
2382 +}
2383 +
2384 +.fa-file-excel-o:before {
2385 + content: "\F1C3";
2386 +}
2387 +
2388 +.fa-file-powerpoint-o:before {
2389 + content: "\F1C4";
2390 +}
2391 +
2392 +.fa-file-photo-o:before,
2393 +.fa-file-picture-o:before,
2394 +.fa-file-image-o:before {
2395 + content: "\F1C5";
2396 +}
2397 +
2398 +.fa-file-zip-o:before,
2399 +.fa-file-archive-o:before {
2400 + content: "\F1C6";
2401 +}
2402 +
2403 +.fa-file-sound-o:before,
2404 +.fa-file-audio-o:before {
2405 + content: "\F1C7";
2406 +}
2407 +
2408 +.fa-file-movie-o:before,
2409 +.fa-file-video-o:before {
2410 + content: "\F1C8";
2411 +}
2412 +
2413 +.fa-file-code-o:before {
2414 + content: "\F1C9";
2415 +}
2416 +
2417 +.fa-vine:before {
2418 + content: "\F1CA";
2419 +}
2420 +
2421 +.fa-codepen:before {
2422 + content: "\F1CB";
2423 +}
2424 +
2425 +.fa-jsfiddle:before {
2426 + content: "\F1CC";
2427 +}
2428 +
2429 +.fa-life-bouy:before,
2430 +.fa-life-buoy:before,
2431 +.fa-life-saver:before,
2432 +.fa-support:before,
2433 +.fa-life-ring:before {
2434 + content: "\F1CD";
2435 +}
2436 +
2437 +.fa-circle-o-notch:before {
2438 + content: "\F1CE";
2439 +}
2440 +
2441 +.fa-ra:before,
2442 +.fa-resistance:before,
2443 +.fa-rebel:before {
2444 + content: "\F1D0";
2445 +}
2446 +
2447 +.fa-ge:before,
2448 +.fa-empire:before {
2449 + content: "\F1D1";
2450 +}
2451 +
2452 +.fa-git-square:before {
2453 + content: "\F1D2";
2454 +}
2455 +
2456 +.fa-git:before {
2457 + content: "\F1D3";
2458 +}
2459 +
2460 +.fa-y-combinator-square:before,
2461 +.fa-yc-square:before,
2462 +.fa-hacker-news:before {
2463 + content: "\F1D4";
2464 +}
2465 +
2466 +.fa-tencent-weibo:before {
2467 + content: "\F1D5";
2468 +}
2469 +
2470 +.fa-qq:before {
2471 + content: "\F1D6";
2472 +}
2473 +
2474 +.fa-wechat:before,
2475 +.fa-weixin:before {
2476 + content: "\F1D7";
2477 +}
2478 +
2479 +.fa-send:before,
2480 +.fa-paper-plane:before {
2481 + content: "\F1D8";
2482 +}
2483 +
2484 +.fa-send-o:before,
2485 +.fa-paper-plane-o:before {
2486 + content: "\F1D9";
2487 +}
2488 +
2489 +.fa-history:before {
2490 + content: "\F1DA";
2491 +}
2492 +
2493 +.fa-circle-thin:before {
2494 + content: "\F1DB";
2495 +}
2496 +
2497 +.fa-header:before {
2498 + content: "\F1DC";
2499 +}
2500 +
2501 +.fa-paragraph:before {
2502 + content: "\F1DD";
2503 +}
2504 +
2505 +.fa-sliders:before {
2506 + content: "\F1DE";
2507 +}
2508 +
2509 +.fa-share-alt:before {
2510 + content: "\F1E0";
2511 +}
2512 +
2513 +.fa-share-alt-square:before {
2514 + content: "\F1E1";
2515 +}
2516 +
2517 +.fa-bomb:before {
2518 + content: "\F1E2";
2519 +}
2520 +
2521 +.fa-soccer-ball-o:before,
2522 +.fa-futbol-o:before {
2523 + content: "\F1E3";
2524 +}
2525 +
2526 +.fa-tty:before {
2527 + content: "\F1E4";
2528 +}
2529 +
2530 +.fa-binoculars:before {
2531 + content: "\F1E5";
2532 +}
2533 +
2534 +.fa-plug:before {
2535 + content: "\F1E6";
2536 +}
2537 +
2538 +.fa-slideshare:before {
2539 + content: "\F1E7";
2540 +}
2541 +
2542 +.fa-twitch:before {
2543 + content: "\F1E8";
2544 +}
2545 +
2546 +.fa-yelp:before {
2547 + content: "\F1E9";
2548 +}
2549 +
2550 +.fa-newspaper-o:before {
2551 + content: "\F1EA";
2552 +}
2553 +
2554 +.fa-wifi:before {
2555 + content: "\F1EB";
2556 +}
2557 +
2558 +.fa-calculator:before {
2559 + content: "\F1EC";
2560 +}
2561 +
2562 +.fa-paypal:before {
2563 + content: "\F1ED";
2564 +}
2565 +
2566 +.fa-google-wallet:before {
2567 + content: "\F1EE";
2568 +}
2569 +
2570 +.fa-cc-visa:before {
2571 + content: "\F1F0";
2572 +}
2573 +
2574 +.fa-cc-mastercard:before {
2575 + content: "\F1F1";
2576 +}
2577 +
2578 +.fa-cc-discover:before {
2579 + content: "\F1F2";
2580 +}
2581 +
2582 +.fa-cc-amex:before {
2583 + content: "\F1F3";
2584 +}
2585 +
2586 +.fa-cc-paypal:before {
2587 + content: "\F1F4";
2588 +}
2589 +
2590 +.fa-cc-stripe:before {
2591 + content: "\F1F5";
2592 +}
2593 +
2594 +.fa-bell-slash:before {
2595 + content: "\F1F6";
2596 +}
2597 +
2598 +.fa-bell-slash-o:before {
2599 + content: "\F1F7";
2600 +}
2601 +
2602 +.fa-trash:before {
2603 + content: "\F1F8";
2604 +}
2605 +
2606 +.fa-copyright:before {
2607 + content: "\F1F9";
2608 +}
2609 +
2610 +.fa-at:before {
2611 + content: "\F1FA";
2612 +}
2613 +
2614 +.fa-eyedropper:before {
2615 + content: "\F1FB";
2616 +}
2617 +
2618 +.fa-paint-brush:before {
2619 + content: "\F1FC";
2620 +}
2621 +
2622 +.fa-birthday-cake:before {
2623 + content: "\F1FD";
2624 +}
2625 +
2626 +.fa-area-chart:before {
2627 + content: "\F1FE";
2628 +}
2629 +
2630 +.fa-pie-chart:before {
2631 + content: "\F200";
2632 +}
2633 +
2634 +.fa-line-chart:before {
2635 + content: "\F201";
2636 +}
2637 +
2638 +.fa-lastfm:before {
2639 + content: "\F202";
2640 +}
2641 +
2642 +.fa-lastfm-square:before {
2643 + content: "\F203";
2644 +}
2645 +
2646 +.fa-toggle-off:before {
2647 + content: "\F204";
2648 +}
2649 +
2650 +.fa-toggle-on:before {
2651 + content: "\F205";
2652 +}
2653 +
2654 +.fa-bicycle:before {
2655 + content: "\F206";
2656 +}
2657 +
2658 +.fa-bus:before {
2659 + content: "\F207";
2660 +}
2661 +
2662 +.fa-ioxhost:before {
2663 + content: "\F208";
2664 +}
2665 +
2666 +.fa-angellist:before {
2667 + content: "\F209";
2668 +}
2669 +
2670 +.fa-cc:before {
2671 + content: "\F20A";
2672 +}
2673 +
2674 +.fa-shekel:before,
2675 +.fa-sheqel:before,
2676 +.fa-ils:before {
2677 + content: "\F20B";
2678 +}
2679 +
2680 +.fa-meanpath:before {
2681 + content: "\F20C";
2682 +}
2683 +
2684 +.fa-buysellads:before {
2685 + content: "\F20D";
2686 +}
2687 +
2688 +.fa-connectdevelop:before {
2689 + content: "\F20E";
2690 +}
2691 +
2692 +.fa-dashcube:before {
2693 + content: "\F210";
2694 +}
2695 +
2696 +.fa-forumbee:before {
2697 + content: "\F211";
2698 +}
2699 +
2700 +.fa-leanpub:before {
2701 + content: "\F212";
2702 +}
2703 +
2704 +.fa-sellsy:before {
2705 + content: "\F213";
2706 +}
2707 +
2708 +.fa-shirtsinbulk:before {
2709 + content: "\F214";
2710 +}
2711 +
2712 +.fa-simplybuilt:before {
2713 + content: "\F215";
2714 +}
2715 +
2716 +.fa-skyatlas:before {
2717 + content: "\F216";
2718 +}
2719 +
2720 +.fa-cart-plus:before {
2721 + content: "\F217";
2722 +}
2723 +
2724 +.fa-cart-arrow-down:before {
2725 + content: "\F218";
2726 +}
2727 +
2728 +.fa-diamond:before {
2729 + content: "\F219";
2730 +}
2731 +
2732 +.fa-ship:before {
2733 + content: "\F21A";
2734 +}
2735 +
2736 +.fa-user-secret:before {
2737 + content: "\F21B";
2738 +}
2739 +
2740 +.fa-motorcycle:before {
2741 + content: "\F21C";
2742 +}
2743 +
2744 +.fa-street-view:before {
2745 + content: "\F21D";
2746 +}
2747 +
2748 +.fa-heartbeat:before {
2749 + content: "\F21E";
2750 +}
2751 +
2752 +.fa-venus:before {
2753 + content: "\F221";
2754 +}
2755 +
2756 +.fa-mars:before {
2757 + content: "\F222";
2758 +}
2759 +
2760 +.fa-mercury:before {
2761 + content: "\F223";
2762 +}
2763 +
2764 +.fa-intersex:before,
2765 +.fa-transgender:before {
2766 + content: "\F224";
2767 +}
2768 +
2769 +.fa-transgender-alt:before {
2770 + content: "\F225";
2771 +}
2772 +
2773 +.fa-venus-double:before {
2774 + content: "\F226";
2775 +}
2776 +
2777 +.fa-mars-double:before {
2778 + content: "\F227";
2779 +}
2780 +
2781 +.fa-venus-mars:before {
2782 + content: "\F228";
2783 +}
2784 +
2785 +.fa-mars-stroke:before {
2786 + content: "\F229";
2787 +}
2788 +
2789 +.fa-mars-stroke-v:before {
2790 + content: "\F22A";
2791 +}
2792 +
2793 +.fa-mars-stroke-h:before {
2794 + content: "\F22B";
2795 +}
2796 +
2797 +.fa-neuter:before {
2798 + content: "\F22C";
2799 +}
2800 +
2801 +.fa-genderless:before {
2802 + content: "\F22D";
2803 +}
2804 +
2805 +.fa-facebook-official:before {
2806 + content: "\F230";
2807 +}
2808 +
2809 +.fa-pinterest-p:before {
2810 + content: "\F231";
2811 +}
2812 +
2813 +.fa-whatsapp:before {
2814 + content: "\F232";
2815 +}
2816 +
2817 +.fa-server:before {
2818 + content: "\F233";
2819 +}
2820 +
2821 +.fa-user-plus:before {
2822 + content: "\F234";
2823 +}
2824 +
2825 +.fa-user-times:before {
2826 + content: "\F235";
2827 +}
2828 +
2829 +.fa-hotel:before,
2830 +.fa-bed:before {
2831 + content: "\F236";
2832 +}
2833 +
2834 +.fa-viacoin:before {
2835 + content: "\F237";
2836 +}
2837 +
2838 +.fa-train:before {
2839 + content: "\F238";
2840 +}
2841 +
2842 +.fa-subway:before {
2843 + content: "\F239";
2844 +}
2845 +
2846 +.fa-medium:before {
2847 + content: "\F23A";
2848 +}
2849 +
2850 +.fa-yc:before,
2851 +.fa-y-combinator:before {
2852 + content: "\F23B";
2853 +}
2854 +
2855 +.fa-optin-monster:before {
2856 + content: "\F23C";
2857 +}
2858 +
2859 +.fa-opencart:before {
2860 + content: "\F23D";
2861 +}
2862 +
2863 +.fa-expeditedssl:before {
2864 + content: "\F23E";
2865 +}
2866 +
2867 +.fa-battery-4:before,
2868 +.fa-battery:before,
2869 +.fa-battery-full:before {
2870 + content: "\F240";
2871 +}
2872 +
2873 +.fa-battery-3:before,
2874 +.fa-battery-three-quarters:before {
2875 + content: "\F241";
2876 +}
2877 +
2878 +.fa-battery-2:before,
2879 +.fa-battery-half:before {
2880 + content: "\F242";
2881 +}
2882 +
2883 +.fa-battery-1:before,
2884 +.fa-battery-quarter:before {
2885 + content: "\F243";
2886 +}
2887 +
2888 +.fa-battery-0:before,
2889 +.fa-battery-empty:before {
2890 + content: "\F244";
2891 +}
2892 +
2893 +.fa-mouse-pointer:before {
2894 + content: "\F245";
2895 +}
2896 +
2897 +.fa-i-cursor:before {
2898 + content: "\F246";
2899 +}
2900 +
2901 +.fa-object-group:before {
2902 + content: "\F247";
2903 +}
2904 +
2905 +.fa-object-ungroup:before {
2906 + content: "\F248";
2907 +}
2908 +
2909 +.fa-sticky-note:before {
2910 + content: "\F249";
2911 +}
2912 +
2913 +.fa-sticky-note-o:before {
2914 + content: "\F24A";
2915 +}
2916 +
2917 +.fa-cc-jcb:before {
2918 + content: "\F24B";
2919 +}
2920 +
2921 +.fa-cc-diners-club:before {
2922 + content: "\F24C";
2923 +}
2924 +
2925 +.fa-clone:before {
2926 + content: "\F24D";
2927 +}
2928 +
2929 +.fa-balance-scale:before {
2930 + content: "\F24E";
2931 +}
2932 +
2933 +.fa-hourglass-o:before {
2934 + content: "\F250";
2935 +}
2936 +
2937 +.fa-hourglass-1:before,
2938 +.fa-hourglass-start:before {
2939 + content: "\F251";
2940 +}
2941 +
2942 +.fa-hourglass-2:before,
2943 +.fa-hourglass-half:before {
2944 + content: "\F252";
2945 +}
2946 +
2947 +.fa-hourglass-3:before,
2948 +.fa-hourglass-end:before {
2949 + content: "\F253";
2950 +}
2951 +
2952 +.fa-hourglass:before {
2953 + content: "\F254";
2954 +}
2955 +
2956 +.fa-hand-grab-o:before,
2957 +.fa-hand-rock-o:before {
2958 + content: "\F255";
2959 +}
2960 +
2961 +.fa-hand-stop-o:before,
2962 +.fa-hand-paper-o:before {
2963 + content: "\F256";
2964 +}
2965 +
2966 +.fa-hand-scissors-o:before {
2967 + content: "\F257";
2968 +}
2969 +
2970 +.fa-hand-lizard-o:before {
2971 + content: "\F258";
2972 +}
2973 +
2974 +.fa-hand-spock-o:before {
2975 + content: "\F259";
2976 +}
2977 +
2978 +.fa-hand-pointer-o:before {
2979 + content: "\F25A";
2980 +}
2981 +
2982 +.fa-hand-peace-o:before {
2983 + content: "\F25B";
2984 +}
2985 +
2986 +.fa-trademark:before {
2987 + content: "\F25C";
2988 +}
2989 +
2990 +.fa-registered:before {
2991 + content: "\F25D";
2992 +}
2993 +
2994 +.fa-creative-commons:before {
2995 + content: "\F25E";
2996 +}
2997 +
2998 +.fa-gg:before {
2999 + content: "\F260";
3000 +}
3001 +
3002 +.fa-gg-circle:before {
3003 + content: "\F261";
3004 +}
3005 +
3006 +.fa-tripadvisor:before {
3007 + content: "\F262";
3008 +}
3009 +
3010 +.fa-odnoklassniki:before {
3011 + content: "\F263";
3012 +}
3013 +
3014 +.fa-odnoklassniki-square:before {
3015 + content: "\F264";
3016 +}
3017 +
3018 +.fa-get-pocket:before {
3019 + content: "\F265";
3020 +}
3021 +
3022 +.fa-wikipedia-w:before {
3023 + content: "\F266";
3024 +}
3025 +
3026 +.fa-safari:before {
3027 + content: "\F267";
3028 +}
3029 +
3030 +.fa-chrome:before {
3031 + content: "\F268";
3032 +}
3033 +
3034 +.fa-firefox:before {
3035 + content: "\F269";
3036 +}
3037 +
3038 +.fa-opera:before {
3039 + content: "\F26A";
3040 +}
3041 +
3042 +.fa-internet-explorer:before {
3043 + content: "\F26B";
3044 +}
3045 +
3046 +.fa-tv:before,
3047 +.fa-television:before {
3048 + content: "\F26C";
3049 +}
3050 +
3051 +.fa-contao:before {
3052 + content: "\F26D";
3053 +}
3054 +
3055 +.fa-500px:before {
3056 + content: "\F26E";
3057 +}
3058 +
3059 +.fa-amazon:before {
3060 + content: "\F270";
3061 +}
3062 +
3063 +.fa-calendar-plus-o:before {
3064 + content: "\F271";
3065 +}
3066 +
3067 +.fa-calendar-minus-o:before {
3068 + content: "\F272";
3069 +}
3070 +
3071 +.fa-calendar-times-o:before {
3072 + content: "\F273";
3073 +}
3074 +
3075 +.fa-calendar-check-o:before {
3076 + content: "\F274";
3077 +}
3078 +
3079 +.fa-industry:before {
3080 + content: "\F275";
3081 +}
3082 +
3083 +.fa-map-pin:before {
3084 + content: "\F276";
3085 +}
3086 +
3087 +.fa-map-signs:before {
3088 + content: "\F277";
3089 +}
3090 +
3091 +.fa-map-o:before {
3092 + content: "\F278";
3093 +}
3094 +
3095 +.fa-map:before {
3096 + content: "\F279";
3097 +}
3098 +
3099 +.fa-commenting:before {
3100 + content: "\F27A";
3101 +}
3102 +
3103 +.fa-commenting-o:before {
3104 + content: "\F27B";
3105 +}
3106 +
3107 +.fa-houzz:before {
3108 + content: "\F27C";
3109 +}
3110 +
3111 +.fa-vimeo:before {
3112 + content: "\F27D";
3113 +}
3114 +
3115 +.fa-black-tie:before {
3116 + content: "\F27E";
3117 +}
3118 +
3119 +.fa-fonticons:before {
3120 + content: "\F280";
3121 +}
3122 +
3123 +.fa-reddit-alien:before {
3124 + content: "\F281";
3125 +}
3126 +
3127 +.fa-edge:before {
3128 + content: "\F282";
3129 +}
3130 +
3131 +.fa-credit-card-alt:before {
3132 + content: "\F283";
3133 +}
3134 +
3135 +.fa-codiepie:before {
3136 + content: "\F284";
3137 +}
3138 +
3139 +.fa-modx:before {
3140 + content: "\F285";
3141 +}
3142 +
3143 +.fa-fort-awesome:before {
3144 + content: "\F286";
3145 +}
3146 +
3147 +.fa-usb:before {
3148 + content: "\F287";
3149 +}
3150 +
3151 +.fa-product-hunt:before {
3152 + content: "\F288";
3153 +}
3154 +
3155 +.fa-mixcloud:before {
3156 + content: "\F289";
3157 +}
3158 +
3159 +.fa-scribd:before {
3160 + content: "\F28A";
3161 +}
3162 +
3163 +.fa-pause-circle:before {
3164 + content: "\F28B";
3165 +}
3166 +
3167 +.fa-pause-circle-o:before {
3168 + content: "\F28C";
3169 +}
3170 +
3171 +.fa-stop-circle:before {
3172 + content: "\F28D";
3173 +}
3174 +
3175 +.fa-stop-circle-o:before {
3176 + content: "\F28E";
3177 +}
3178 +
3179 +.fa-shopping-bag:before {
3180 + content: "\F290";
3181 +}
3182 +
3183 +.fa-shopping-basket:before {
3184 + content: "\F291";
3185 +}
3186 +
3187 +.fa-hashtag:before {
3188 + content: "\F292";
3189 +}
3190 +
3191 +.fa-bluetooth:before {
3192 + content: "\F293";
3193 +}
3194 +
3195 +.fa-bluetooth-b:before {
3196 + content: "\F294";
3197 +}
3198 +
3199 +.fa-percent:before {
3200 + content: "\F295";
3201 +}
3202 +
3203 +.fa-gitlab:before {
3204 + content: "\F296";
3205 +}
3206 +
3207 +.fa-wpbeginner:before {
3208 + content: "\F297";
3209 +}
3210 +
3211 +.fa-wpforms:before {
3212 + content: "\F298";
3213 +}
3214 +
3215 +.fa-envira:before {
3216 + content: "\F299";
3217 +}
3218 +
3219 +.fa-universal-access:before {
3220 + content: "\F29A";
3221 +}
3222 +
3223 +.fa-wheelchair-alt:before {
3224 + content: "\F29B";
3225 +}
3226 +
3227 +.fa-question-circle-o:before {
3228 + content: "\F29C";
3229 +}
3230 +
3231 +.fa-blind:before {
3232 + content: "\F29D";
3233 +}
3234 +
3235 +.fa-audio-description:before {
3236 + content: "\F29E";
3237 +}
3238 +
3239 +.fa-volume-control-phone:before {
3240 + content: "\F2A0";
3241 +}
3242 +
3243 +.fa-braille:before {
3244 + content: "\F2A1";
3245 +}
3246 +
3247 +.fa-assistive-listening-systems:before {
3248 + content: "\F2A2";
3249 +}
3250 +
3251 +.fa-asl-interpreting:before,
3252 +.fa-american-sign-language-interpreting:before {
3253 + content: "\F2A3";
3254 +}
3255 +
3256 +.fa-deafness:before,
3257 +.fa-hard-of-hearing:before,
3258 +.fa-deaf:before {
3259 + content: "\F2A4";
3260 +}
3261 +
3262 +.fa-glide:before {
3263 + content: "\F2A5";
3264 +}
3265 +
3266 +.fa-glide-g:before {
3267 + content: "\F2A6";
3268 +}
3269 +
3270 +.fa-signing:before,
3271 +.fa-sign-language:before {
3272 + content: "\F2A7";
3273 +}
3274 +
3275 +.fa-low-vision:before {
3276 + content: "\F2A8";
3277 +}
3278 +
3279 +.fa-viadeo:before {
3280 + content: "\F2A9";
3281 +}
3282 +
3283 +.fa-viadeo-square:before {
3284 + content: "\F2AA";
3285 +}
3286 +
3287 +.fa-snapchat:before {
3288 + content: "\F2AB";
3289 +}
3290 +
3291 +.fa-snapchat-ghost:before {
3292 + content: "\F2AC";
3293 +}
3294 +
3295 +.fa-snapchat-square:before {
3296 + content: "\F2AD";
3297 +}
3298 +
3299 +.fa-pied-piper:before {
3300 + content: "\F2AE";
3301 +}
3302 +
3303 +.fa-first-order:before {
3304 + content: "\F2B0";
3305 +}
3306 +
3307 +.fa-yoast:before {
3308 + content: "\F2B1";
3309 +}
3310 +
3311 +.fa-themeisle:before {
3312 + content: "\F2B2";
3313 +}
3314 +
3315 +.fa-google-plus-circle:before,
3316 +.fa-google-plus-official:before {
3317 + content: "\F2B3";
3318 +}
3319 +
3320 +.fa-fa:before,
3321 +.fa-font-awesome:before {
3322 + content: "\F2B4";
3323 +}
3324 +
3325 +.fa-handshake-o:before {
3326 + content: "\F2B5";
3327 +}
3328 +
3329 +.fa-envelope-open:before {
3330 + content: "\F2B6";
3331 +}
3332 +
3333 +.fa-envelope-open-o:before {
3334 + content: "\F2B7";
3335 +}
3336 +
3337 +.fa-linode:before {
3338 + content: "\F2B8";
3339 +}
3340 +
3341 +.fa-address-book:before {
3342 + content: "\F2B9";
3343 +}
3344 +
3345 +.fa-address-book-o:before {
3346 + content: "\F2BA";
3347 +}
3348 +
3349 +.fa-vcard:before,
3350 +.fa-address-card:before {
3351 + content: "\F2BB";
3352 +}
3353 +
3354 +.fa-vcard-o:before,
3355 +.fa-address-card-o:before {
3356 + content: "\F2BC";
3357 +}
3358 +
3359 +.fa-user-circle:before {
3360 + content: "\F2BD";
3361 +}
3362 +
3363 +.fa-user-circle-o:before {
3364 + content: "\F2BE";
3365 +}
3366 +
3367 +.fa-user-o:before {
3368 + content: "\F2C0";
3369 +}
3370 +
3371 +.fa-id-badge:before {
3372 + content: "\F2C1";
3373 +}
3374 +
3375 +.fa-drivers-license:before,
3376 +.fa-id-card:before {
3377 + content: "\F2C2";
3378 +}
3379 +
3380 +.fa-drivers-license-o:before,
3381 +.fa-id-card-o:before {
3382 + content: "\F2C3";
3383 +}
3384 +
3385 +.fa-quora:before {
3386 + content: "\F2C4";
3387 +}
3388 +
3389 +.fa-free-code-camp:before {
3390 + content: "\F2C5";
3391 +}
3392 +
3393 +.fa-telegram:before {
3394 + content: "\F2C6";
3395 +}
3396 +
3397 +.fa-thermometer-4:before,
3398 +.fa-thermometer:before,
3399 +.fa-thermometer-full:before {
3400 + content: "\F2C7";
3401 +}
3402 +
3403 +.fa-thermometer-3:before,
3404 +.fa-thermometer-three-quarters:before {
3405 + content: "\F2C8";
3406 +}
3407 +
3408 +.fa-thermometer-2:before,
3409 +.fa-thermometer-half:before {
3410 + content: "\F2C9";
3411 +}
3412 +
3413 +.fa-thermometer-1:before,
3414 +.fa-thermometer-quarter:before {
3415 + content: "\F2CA";
3416 +}
3417 +
3418 +.fa-thermometer-0:before,
3419 +.fa-thermometer-empty:before {
3420 + content: "\F2CB";
3421 +}
3422 +
3423 +.fa-shower:before {
3424 + content: "\F2CC";
3425 +}
3426 +
3427 +.fa-bathtub:before,
3428 +.fa-s15:before,
3429 +.fa-bath:before {
3430 + content: "\F2CD";
3431 +}
3432 +
3433 +.fa-podcast:before {
3434 + content: "\F2CE";
3435 +}
3436 +
3437 +.fa-window-maximize:before {
3438 + content: "\F2D0";
3439 +}
3440 +
3441 +.fa-window-minimize:before {
3442 + content: "\F2D1";
3443 +}
3444 +
3445 +.fa-window-restore:before {
3446 + content: "\F2D2";
3447 +}
3448 +
3449 +.fa-times-rectangle:before,
3450 +.fa-window-close:before {
3451 + content: "\F2D3";
3452 +}
3453 +
3454 +.fa-times-rectangle-o:before,
3455 +.fa-window-close-o:before {
3456 + content: "\F2D4";
3457 +}
3458 +
3459 +.fa-bandcamp:before {
3460 + content: "\F2D5";
3461 +}
3462 +
3463 +.fa-grav:before {
3464 + content: "\F2D6";
3465 +}
3466 +
3467 +.fa-etsy:before {
3468 + content: "\F2D7";
3469 +}
3470 +
3471 +.fa-imdb:before {
3472 + content: "\F2D8";
3473 +}
3474 +
3475 +.fa-ravelry:before {
3476 + content: "\F2D9";
3477 +}
3478 +
3479 +.fa-eercast:before {
3480 + content: "\F2DA";
3481 +}
3482 +
3483 +.fa-microchip:before {
3484 + content: "\F2DB";
3485 +}
3486 +
3487 +.fa-snowflake-o:before {
3488 + content: "\F2DC";
3489 +}
3490 +
3491 +.fa-superpowers:before {
3492 + content: "\F2DD";
3493 +}
3494 +
3495 +.fa-wpexplorer:before {
3496 + content: "\F2DE";
3497 +}
3498 +
3499 +.fa-meetup:before {
3500 + content: "\F2E0";
3501 +}
3502 +
3503 +.sr-only {
3504 + position: absolute;
3505 + width: 1px;
3506 + height: 1px;
3507 + padding: 0;
3508 + margin: -1px;
3509 + overflow: hidden;
3510 + clip: rect(0, 0, 0, 0);
3511 + border: 0;
3512 +}
3513 +
3514 +.sr-only-focusable:active, .sr-only-focusable:focus {
3515 + position: static;
3516 + width: auto;
3517 + height: auto;
3518 + margin: 0;
3519 + overflow: visible;
3520 + clip: auto;
3521 +}
3522 +
3523 +[v-cloak] {
3524 + display: none;
3525 +}
3526 +
3527 +#wemail-customizer {
3528 + position: relative;
3529 +}
3530 +
3531 +#wemail-customizer.content-is-dragging .control-buttons {
3532 + display: none !important;
3533 +}
3534 +
3535 +.empty-content-zone .sortable-chosen.sortable-ghost {
3536 + display: none;
3537 +}
3538 +
3539 +.empty-content-zone .content-dropzone-placeholder {
3540 + padding: 15px;
3541 + font-weight: 700;
3542 + text-align: center;
3543 + background-color: #e5e5e5;
3544 + border: 1px solid #cccccc;
3545 +}
3546 +
3547 +.empty-content-zone.hovering-content .content-dropzone-placeholder {
3548 + background: rgba(0, 115, 170, .2);
3549 + border: 1px dashed #0073aa;
3550 +}
3551 +
3552 +.sortable-ghost > td {
3553 + width: 100%;
3554 + height: 30px;
3555 + background: rgba(0, 115, 170, .2);
3556 + border: 1px dashed #0073aa;
3557 +}
3558 +
3559 +.sortable-ghost > td > table,
3560 +.sortable-ghost > td div.control-button,
3561 +.sortable-ghost > td div.button {
3562 + display: none;
3563 +}
3564 +
3565 +.responsive-table > tbody > tr > td {
3566 + position: relative;
3567 +}
3568 +
3569 +.responsive-table > tbody > tr > td .control-buttons {
3570 + position: absolute;
3571 + top: 0;
3572 + left: 0;
3573 + z-index: 10;
3574 + display: none;
3575 + width: 100%;
3576 + height: 100%;
3577 + margin: 0;
3578 + text-align: center;
3579 + background: rgba(0, 115, 170, .2);
3580 + border: 1px dashed #0073aa;
3581 +}
3582 +
3583 +.responsive-table > tbody > tr > td .control-buttons p {
3584 + position: absolute;
3585 + top: 50%;
3586 + left: 50%;
3587 + margin: -14px 0 0 -89px;
3588 + font-size: 12px;
3589 + line-height: 1;
3590 + color: #eee;
3591 + background-color: #23282d;
3592 +}
3593 +
3594 +.responsive-table > tbody > tr > td .control-buttons i {
3595 + padding: 8px;
3596 + cursor: pointer;
3597 +}
3598 +
3599 +.responsive-table > tbody > tr > td .control-buttons i.move {
3600 + cursor: move;
3601 +}
3602 +
3603 +.responsive-table > tbody > tr > td .control-buttons i.disabled {
3604 + color: #222;
3605 + pointer-events: none;
3606 + cursor: default;
3607 + background-color: #444;
3608 +}
3609 +
3610 +.responsive-table > tbody > tr > td .control-buttons i.disabled i:hover {
3611 + background-color: #23282d;
3612 +}
3613 +
3614 +.responsive-table > tbody > tr > td .control-buttons i:hover {
3615 + background-color: #0073aa;
3616 +}
3617 +
3618 +.responsive-table > tbody > tr > td:hover .control-buttons {
3619 + display: block;
3620 +}
3621 +
3622 +#section-highlighter {
3623 + position: absolute;
3624 + left: calc(50% - 300px);
3625 + background: rgba(0, 115, 170, .2);
3626 + border: 1px dashed #0073aa;
3627 + transition: all 0.2s ease-in-out;
3628 +}