comparison docs/tutorial/uikit.css @ 3376:aad37ffd7d58

doc: import the training support Import the training support which was stored in a private-repository before.
author Boris Feld <boris.feld@octobus.net>
date Mon, 08 Jan 2018 11:46:53 +0100
parents
children
comparison
equal deleted inserted replaced
3375:1cb549cd6236 3376:aad37ffd7d58
1 html {
2 font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
3 -webkit-text-size-adjust: 100%;
4 -ms-text-size-adjust: 100%;
5 background: #fff;
6 color: #444;
7 background-image: -webkit-radial-gradient(100% 100%, center, #fff, #fff);
8 background-image: radial-gradient(100% 100% at center, #fff, #fff)
9 }
10
11 body {
12 margin: 0
13 }
14
15 a {
16 background: transparent
17 }
18
19 a:active,
20 a:hover {
21 outline: 0
22 }
23
24 a,
25 .uk-link {
26 color: #07d;
27 text-decoration: none;
28 cursor: pointer
29 }
30
31 a:hover,
32 .uk-link:hover {
33 color: #059;
34 text-decoration: underline
35 }
36
37 abbr[title] {
38 border-bottom: 1px dotted
39 }
40
41 b,
42 strong {
43 font-weight: bold
44 }
45
46 :not(pre)>code,
47 :not(pre)>kbd,
48 :not(pre)>samp {
49 font-size: 12px;
50 font-family: Consolas, monospace, serif;
51 color: #666;
52 white-space: nowrap;
53 padding: 0 4px;
54 border: 1px solid #ddd;
55 border-radius: 3px;
56 background: #fafafa
57 }
58
59 em {
60 color: #666
61 }
62
63 ins {
64 background: #ffa;
65 color: #444;
66 text-decoration: none
67 }
68
69 mark {
70 background: #ffa;
71 color: #444
72 }
73
74 q {
75 font-style: italic
76 }
77
78 small {
79 font-size: 80%
80 }
81
82 sub,
83 sup {
84 font-size: 75%;
85 line-height: 0;
86 position: relative;
87 vertical-align: baseline
88 }
89
90 sup {
91 top: -0.5em
92 }
93
94 sub {
95 bottom: -0.25em
96 }
97
98 audio,
99 canvas,
100 iframe,
101 img,
102 svg,
103 video {
104 vertical-align: middle
105 }
106
107 img {
108 max-width: 100%;
109 height: auto;
110 box-sizing: border-box;
111 border: 0
112 }
113
114 .uk-img-preserve,
115 .uk-img-preserve img {
116 max-width: none
117 }
118
119 svg:not(:root) {
120 overflow: hidden
121 }
122
123 blockquote,
124 figure {
125 margin: 0
126 }
127
128 p,
129 ul,
130 ol,
131 dl,
132 blockquote,
133 pre,
134 address,
135 fieldset,
136 figure {
137 margin: 0 0 15px 0
138 }
139
140 *+p,
141 *+ul,
142 *+ol,
143 *+dl,
144 *+blockquote,
145 *+pre,
146 *+address,
147 *+fieldset,
148 *+figure {
149 margin-top: 15px
150 }
151
152 h1,
153 h2,
154 h3,
155 h4,
156 h5,
157 h6 {
158 margin: 0 0 15px 0;
159 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
160 font-weight: normal;
161 color: #444;
162 text-transform: none
163 }
164
165 *+h1,
166 *+h2,
167 *+h3,
168 *+h4,
169 *+h5,
170 *+h6 {
171 margin-top: 25px
172 }
173
174 h1,
175 .uk-h1 {
176 font-size: 36px;
177 line-height: 42px
178 }
179
180 h2,
181 .uk-h2 {
182 font-size: 24px;
183 line-height: 30px
184 }
185
186 h3,
187 .uk-h3 {
188 font-size: 18px;
189 line-height: 24px
190 }
191
192 h4,
193 .uk-h4 {
194 font-size: 16px;
195 line-height: 22px
196 }
197
198 h5,
199 .uk-h5 {
200 font-size: 14px;
201 line-height: 20px
202 }
203
204 h6,
205 .uk-h6 {
206 font-size: 12px;
207 line-height: 18px
208 }
209
210 ul,
211 ol {
212 padding-left: 30px
213 }
214
215 ul>li>ul,
216 ul>li>ol,
217 ol>li>ol,
218 ol>li>ul {
219 margin: 0
220 }
221
222 dt {
223 font-weight: bold
224 }
225
226 dd {
227 margin-left: 0
228 }
229
230 hr {
231 box-sizing: content-box;
232 height: 0;
233 margin: 15px 0;
234 border: 0;
235 border-top: 1px solid #ddd
236 }
237
238 address {
239 font-style: normal
240 }
241
242 blockquote {
243 padding-left: 15px;
244 border-left: 5px solid #ddd;
245 font-size: 16px;
246 line-height: 22px;
247 font-style: italic
248 }
249
250 pre {
251 padding: 10px;
252 background: #fafafa;
253 font: 12px / 18px Consolas, monospace, serif;
254 color: #444;
255 -moz-tab-size: 4;
256 tab-size: 4;
257 overflow: auto;
258 border: 1px solid #ddd;
259 border-radius: 3px
260 }
261
262 ::-moz-selection {
263 background: #39f;
264 color: #fff;
265 text-shadow: none
266 }
267
268 ::selection {
269 background: #39f;
270 color: #fff;
271 text-shadow: none
272 }
273
274 article,
275 aside,
276 details,
277 figcaption,
278 figure,
279 footer,
280 header,
281 main,
282 nav,
283 section,
284 summary {
285 display: block
286 }
287
288 progress {
289 vertical-align: baseline
290 }
291
292 audio:not([controls]) {
293 display: none
294 }
295
296 [hidden],
297 template {
298 display: none
299 }
300
301 iframe {
302 border: 0
303 }
304
305 @media screen and (max-width:400px) {
306 @-ms-viewport {
307 width: device-width
308 }
309 }
310
311 .uk-grid {
312 display: -ms-flexbox;
313 display: -webkit-flex;
314 display: flex;
315 -ms-flex-wrap: wrap;
316 -webkit-flex-wrap: wrap;
317 flex-wrap: wrap;
318 margin: 0;
319 padding: 0;
320 list-style: none
321 }
322
323 .uk-grid:before,
324 .uk-grid:after {
325 content: "";
326 display: block;
327 overflow: hidden
328 }
329
330 .uk-grid:after {
331 clear: both
332 }
333
334 .uk-grid>* {
335 -ms-flex: none;
336 -webkit-flex: none;
337 flex: none;
338 margin: 0;
339 float: left
340 }
341
342 .uk-grid>*>:last-child {
343 margin-bottom: 0
344 }
345
346 .uk-grid {
347 margin-left: -25px
348 }
349
350 .uk-grid>* {
351 padding-left: 25px
352 }
353
354 .uk-grid+.uk-grid,
355 .uk-grid-margin,
356 .uk-grid>*>.uk-panel+.uk-panel {
357 margin-top: 25px
358 }
359
360 @media (min-width:1220px) {
361 .uk-grid {
362 margin-left: -35px
363 }
364 .uk-grid>* {
365 padding-left: 35px
366 }
367 .uk-grid+.uk-grid,
368 .uk-grid-margin,
369 .uk-grid>*>.uk-panel+.uk-panel {
370 margin-top: 35px
371 }
372 }
373
374 .uk-grid-collapse {
375 margin-left: 0
376 }
377
378 .uk-grid-collapse>* {
379 padding-left: 0
380 }
381
382 .uk-grid-collapse+.uk-grid-collapse,
383 .uk-grid-collapse>.uk-grid-margin,
384 .uk-grid-collapse>*>.uk-panel+.uk-panel {
385 margin-top: 0
386 }
387
388 .uk-grid-small {
389 margin-left: -10px
390 }
391
392 .uk-grid-small>* {
393 padding-left: 10px
394 }
395
396 .uk-grid-small+.uk-grid-small,
397 .uk-grid-small>.uk-grid-margin,
398 .uk-grid-small>*>.uk-panel+.uk-panel {
399 margin-top: 10px
400 }
401
402 .uk-grid-medium {
403 margin-left: -25px
404 }
405
406 .uk-grid-medium>* {
407 padding-left: 25px
408 }
409
410 .uk-grid-medium+.uk-grid-medium,
411 .uk-grid-medium>.uk-grid-margin,
412 .uk-grid-medium>*>.uk-panel+.uk-panel {
413 margin-top: 25px
414 }
415
416 .uk-grid-divider:not(:empty) {
417 margin-left: -25px;
418 margin-right: -25px
419 }
420
421 .uk-grid-divider>* {
422 padding-left: 25px;
423 padding-right: 25px
424 }
425
426 .uk-grid-divider>[class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
427 .uk-grid-divider>[class*='uk-width-2-']:nth-child(n+2),
428 .uk-grid-divider>[class*='uk-width-3-']:nth-child(n+2),
429 .uk-grid-divider>[class*='uk-width-4-']:nth-child(n+2),
430 .uk-grid-divider>[class*='uk-width-5-']:nth-child(n+2),
431 .uk-grid-divider>[class*='uk-width-6-']:nth-child(n+2),
432 .uk-grid-divider>[class*='uk-width-7-']:nth-child(n+2),
433 .uk-grid-divider>[class*='uk-width-8-']:nth-child(n+2),
434 .uk-grid-divider>[class*='uk-width-9-']:nth-child(n+2) {
435 border-left: 1px solid #ddd
436 }
437
438 @media (min-width:768px) {
439 .uk-grid-divider>[class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
440 border-left: 1px solid #ddd
441 }
442 }
443
444 @media (min-width:960px) {
445 .uk-grid-divider>[class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
446 border-left: 1px solid #ddd
447 }
448 }
449
450 @media (min-width:1220px) {
451 .uk-grid-divider:not(: empty) {
452 margin-left: -35px;
453 margin-right: -35px
454 }
455 .uk-grid-divider>* {
456 padding-left: 35px;
457 padding-right: 35px
458 }
459 .uk-grid-divider:empty {
460 margin-top: 35px;
461 margin-bottom: 35px
462 }
463 }
464
465 .uk-grid-divider:empty {
466 margin-top: 25px;
467 margin-bottom: 25px;
468 border-top: 1px solid #ddd
469 }
470
471 .uk-grid-match>* {
472 display: -ms-flexbox;
473 display: -webkit-flex;
474 display: flex;
475 -ms-flex-wrap: wrap;
476 -webkit-flex-wrap: wrap;
477 flex-wrap: wrap
478 }
479
480 .uk-grid-match>*>* {
481 -ms-flex: none;
482 -webkit-flex: none;
483 flex: none;
484 box-sizing: border-box;
485 width: 100%
486 }
487
488 [class*='uk-grid-width']>* {
489 box-sizing: border-box;
490 width: 100%
491 }
492
493 .uk-grid-width-1-2>* {
494 width: 50%
495 }
496
497 .uk-grid-width-1-3>* {
498 width: 33.333%
499 }
500
501 .uk-grid-width-1-4>* {
502 width: 25%
503 }
504
505 .uk-grid-width-1-5>* {
506 width: 20%
507 }
508
509 .uk-grid-width-1-6>* {
510 width: 16.666%
511 }
512
513 .uk-grid-width-1-10>* {
514 width: 10%
515 }
516
517 .uk-grid-width-auto>* {
518 width: auto
519 }
520
521 @media (min-width:480px) {
522 .uk-grid-width-small-1-1>* {
523 width: 100%
524 }
525 .uk-grid-width-small-1-2>* {
526 width: 50%
527 }
528 .uk-grid-width-small-1-3>* {
529 width: 33.333%
530 }
531 .uk-grid-width-small-1-4>* {
532 width: 25%
533 }
534 .uk-grid-width-small-1-5>* {
535 width: 20%
536 }
537 .uk-grid-width-small-1-6>* {
538 width: 16.666%
539 }
540 .uk-grid-width-small-1-10>* {
541 width: 10%
542 }
543 }
544
545 @media (min-width:768px) {
546 .uk-grid-width-medium-1-1>* {
547 width: 100%
548 }
549 .uk-grid-width-medium-1-2>* {
550 width: 50%
551 }
552 .uk-grid-width-medium-1-3>* {
553 width: 33.333%
554 }
555 .uk-grid-width-medium-1-4>* {
556 width: 25%
557 }
558 .uk-grid-width-medium-1-5>* {
559 width: 20%
560 }
561 .uk-grid-width-medium-1-6>* {
562 width: 16.666%
563 }
564 .uk-grid-width-medium-1-10>* {
565 width: 10%
566 }
567 }
568
569 @media (min-width:960px) {
570 .uk-grid-width-large-1-1>* {
571 width: 100%
572 }
573 .uk-grid-width-large-1-2>* {
574 width: 50%
575 }
576 .uk-grid-width-large-1-3>* {
577 width: 33.333%
578 }
579 .uk-grid-width-large-1-4>* {
580 width: 25%
581 }
582 .uk-grid-width-large-1-5>* {
583 width: 20%
584 }
585 .uk-grid-width-large-1-6>* {
586 width: 16.666%
587 }
588 .uk-grid-width-large-1-10>* {
589 width: 10%
590 }
591 }
592
593 @media (min-width:1220px) {
594 .uk-grid-width-xlarge-1-1>* {
595 width: 100%
596 }
597 .uk-grid-width-xlarge-1-2>* {
598 width: 50%
599 }
600 .uk-grid-width-xlarge-1-3>* {
601 width: 33.333%
602 }
603 .uk-grid-width-xlarge-1-4>* {
604 width: 25%
605 }
606 .uk-grid-width-xlarge-1-5>* {
607 width: 20%
608 }
609 .uk-grid-width-xlarge-1-6>* {
610 width: 16.666%
611 }
612 .uk-grid-width-xlarge-1-10>* {
613 width: 10%
614 }
615 }
616
617 [class*='uk-width'] {
618 box-sizing: border-box;
619 width: 100%
620 }
621
622 .uk-width-1-1 {
623 width: 100%
624 }
625
626 .uk-width-1-2,
627 .uk-width-2-4,
628 .uk-width-3-6,
629 .uk-width-5-10 {
630 width: 50%
631 }
632
633 .uk-width-1-3,
634 .uk-width-2-6 {
635 width: 33.333%
636 }
637
638 .uk-width-2-3,
639 .uk-width-4-6 {
640 width: 66.666%
641 }
642
643 .uk-width-1-4 {
644 width: 25%
645 }
646
647 .uk-width-3-4 {
648 width: 75%
649 }
650
651 .uk-width-1-5,
652 .uk-width-2-10 {
653 width: 20%
654 }
655
656 .uk-width-2-5,
657 .uk-width-4-10 {
658 width: 40%
659 }
660
661 .uk-width-3-5,
662 .uk-width-6-10 {
663 width: 60%
664 }
665
666 .uk-width-4-5,
667 .uk-width-8-10 {
668 width: 80%
669 }
670
671 .uk-width-1-6 {
672 width: 16.666%
673 }
674
675 .uk-width-5-6 {
676 width: 83.333%
677 }
678
679 .uk-width-1-10 {
680 width: 10%
681 }
682
683 .uk-width-3-10 {
684 width: 30%
685 }
686
687 .uk-width-7-10 {
688 width: 70%
689 }
690
691 .uk-width-9-10 {
692 width: 90%
693 }
694
695 @media (min-width:480px) {
696 .uk-width-small-1-1 {
697 width: 100%
698 }
699 .uk-width-small-1-2,
700 .uk-width-small-2-4,
701 .uk-width-small-3-6,
702 .uk-width-small-5-10 {
703 width: 50%
704 }
705 .uk-width-small-1-3,
706 .uk-width-small-2-6 {
707 width: 33.333%
708 }
709 .uk-width-small-2-3,
710 .uk-width-small-4-6 {
711 width: 66.666%
712 }
713 .uk-width-small-1-4 {
714 width: 25%
715 }
716 .uk-width-small-3-4 {
717 width: 75%
718 }
719 .uk-width-small-1-5,
720 .uk-width-small-2-10 {
721 width: 20%
722 }
723 .uk-width-small-2-5,
724 .uk-width-small-4-10 {
725 width: 40%
726 }
727 .uk-width-small-3-5,
728 .uk-width-small-6-10 {
729 width: 60%
730 }
731 .uk-width-small-4-5,
732 .uk-width-small-8-10 {
733 width: 80%
734 }
735 .uk-width-small-1-6 {
736 width: 16.666%
737 }
738 .uk-width-small-5-6 {
739 width: 83.333%
740 }
741 .uk-width-small-1-10 {
742 width: 10%
743 }
744 .uk-width-small-3-10 {
745 width: 30%
746 }
747 .uk-width-small-7-10 {
748 width: 70%
749 }
750 .uk-width-small-9-10 {
751 width: 90%
752 }
753 }
754
755 @media (min-width:768px) {
756 .uk-width-medium-1-1 {
757 width: 100%
758 }
759 .uk-width-medium-1-2,
760 .uk-width-medium-2-4,
761 .uk-width-medium-3-6,
762 .uk-width-medium-5-10 {
763 width: 50%
764 }
765 .uk-width-medium-1-3,
766 .uk-width-medium-2-6 {
767 width: 33.333%
768 }
769 .uk-width-medium-2-3,
770 .uk-width-medium-4-6 {
771 width: 66.666%
772 }
773 .uk-width-medium-1-4 {
774 width: 25%
775 }
776 .uk-width-medium-3-4 {
777 width: 75%
778 }
779 .uk-width-medium-1-5,
780 .uk-width-medium-2-10 {
781 width: 20%
782 }
783 .uk-width-medium-2-5,
784 .uk-width-medium-4-10 {
785 width: 40%
786 }
787 .uk-width-medium-3-5,
788 .uk-width-medium-6-10 {
789 width: 60%
790 }
791 .uk-width-medium-4-5,
792 .uk-width-medium-8-10 {
793 width: 80%
794 }
795 .uk-width-medium-1-6 {
796 width: 16.666%
797 }
798 .uk-width-medium-5-6 {
799 width: 83.333%
800 }
801 .uk-width-medium-1-10 {
802 width: 10%
803 }
804 .uk-width-medium-3-10 {
805 width: 30%
806 }
807 .uk-width-medium-7-10 {
808 width: 70%
809 }
810 .uk-width-medium-9-10 {
811 width: 90%
812 }
813 }
814
815 @media (min-width:960px) {
816 .uk-width-large-1-1 {
817 width: 100%
818 }
819 .uk-width-large-1-2,
820 .uk-width-large-2-4,
821 .uk-width-large-3-6,
822 .uk-width-large-5-10 {
823 width: 50%
824 }
825 .uk-width-large-1-3,
826 .uk-width-large-2-6 {
827 width: 33.333%
828 }
829 .uk-width-large-2-3,
830 .uk-width-large-4-6 {
831 width: 66.666%
832 }
833 .uk-width-large-1-4 {
834 width: 25%
835 }
836 .uk-width-large-3-4 {
837 width: 75%
838 }
839 .uk-width-large-1-5,
840 .uk-width-large-2-10 {
841 width: 20%
842 }
843 .uk-width-large-2-5,
844 .uk-width-large-4-10 {
845 width: 40%
846 }
847 .uk-width-large-3-5,
848 .uk-width-large-6-10 {
849 width: 60%
850 }
851 .uk-width-large-4-5,
852 .uk-width-large-8-10 {
853 width: 80%
854 }
855 .uk-width-large-1-6 {
856 width: 16.666%
857 }
858 .uk-width-large-5-6 {
859 width: 83.333%
860 }
861 .uk-width-large-1-10 {
862 width: 10%
863 }
864 .uk-width-large-3-10 {
865 width: 30%
866 }
867 .uk-width-large-7-10 {
868 width: 70%
869 }
870 .uk-width-large-9-10 {
871 width: 90%
872 }
873 }
874
875 @media (min-width:1220px) {
876 .uk-width-xlarge-1-1 {
877 width: 100%
878 }
879 .uk-width-xlarge-1-2,
880 .uk-width-xlarge-2-4,
881 .uk-width-xlarge-3-6,
882 .uk-width-xlarge-5-10 {
883 width: 50%
884 }
885 .uk-width-xlarge-1-3,
886 .uk-width-xlarge-2-6 {
887 width: 33.333%
888 }
889 .uk-width-xlarge-2-3,
890 .uk-width-xlarge-4-6 {
891 width: 66.666%
892 }
893 .uk-width-xlarge-1-4 {
894 width: 25%
895 }
896 .uk-width-xlarge-3-4 {
897 width: 75%
898 }
899 .uk-width-xlarge-1-5,
900 .uk-width-xlarge-2-10 {
901 width: 20%
902 }
903 .uk-width-xlarge-2-5,
904 .uk-width-xlarge-4-10 {
905 width: 40%
906 }
907 .uk-width-xlarge-3-5,
908 .uk-width-xlarge-6-10 {
909 width: 60%
910 }
911 .uk-width-xlarge-4-5,
912 .uk-width-xlarge-8-10 {
913 width: 80%
914 }
915 .uk-width-xlarge-1-6 {
916 width: 16.666%
917 }
918 .uk-width-xlarge-5-6 {
919 width: 83.333%
920 }
921 .uk-width-xlarge-1-10 {
922 width: 10%
923 }
924 .uk-width-xlarge-3-10 {
925 width: 30%
926 }
927 .uk-width-xlarge-7-10 {
928 width: 70%
929 }
930 .uk-width-xlarge-9-10 {
931 width: 90%
932 }
933 }
934
935 @media (min-width:768px) {
936 [class*='uk-push-'],
937 [class*='uk-pull-'] {
938 position: relative
939 }
940 .uk-push-1-2,
941 .uk-push-2-4,
942 .uk-push-3-6,
943 .uk-push-5-10 {
944 left: 50%
945 }
946 .uk-push-1-3,
947 .uk-push-2-6 {
948 left: 33.333%
949 }
950 .uk-push-2-3,
951 .uk-push-4-6 {
952 left: 66.666%
953 }
954 .uk-push-1-4 {
955 left: 25%
956 }
957 .uk-push-3-4 {
958 left: 75%
959 }
960 .uk-push-1-5,
961 .uk-push-2-10 {
962 left: 20%
963 }
964 .uk-push-2-5,
965 .uk-push-4-10 {
966 left: 40%
967 }
968 .uk-push-3-5,
969 .uk-push-6-10 {
970 left: 60%
971 }
972 .uk-push-4-5,
973 .uk-push-8-10 {
974 left: 80%
975 }
976 .uk-push-1-6 {
977 left: 16.666%
978 }
979 .uk-push-5-6 {
980 left: 83.333%
981 }
982 .uk-push-1-10 {
983 left: 10%
984 }
985 .uk-push-3-10 {
986 left: 30%
987 }
988 .uk-push-7-10 {
989 left: 70%
990 }
991 .uk-push-9-10 {
992 left: 90%
993 }
994 .uk-pull-1-2,
995 .uk-pull-2-4,
996 .uk-pull-3-6,
997 .uk-pull-5-10 {
998 left: -50%
999 }
1000 .uk-pull-1-3,
1001 .uk-pull-2-6 {
1002 left: -33.333%
1003 }
1004 .uk-pull-2-3,
1005 .uk-pull-4-6 {
1006 left: -66.666%
1007 }
1008 .uk-pull-1-4 {
1009 left: -25%
1010 }
1011 .uk-pull-3-4 {
1012 left: -75%
1013 }
1014 .uk-pull-1-5,
1015 .uk-pull-2-10 {
1016 left: -20%
1017 }
1018 .uk-pull-2-5,
1019 .uk-pull-4-10 {
1020 left: -40%
1021 }
1022 .uk-pull-3-5,
1023 .uk-pull-6-10 {
1024 left: -60%
1025 }
1026 .uk-pull-4-5,
1027 .uk-pull-8-10 {
1028 left: -80%
1029 }
1030 .uk-pull-1-6 {
1031 left: -16.666%
1032 }
1033 .uk-pull-5-6 {
1034 left: -83.333%
1035 }
1036 .uk-pull-1-10 {
1037 left: -10%
1038 }
1039 .uk-pull-3-10 {
1040 left: -30%
1041 }
1042 .uk-pull-7-10 {
1043 left: -70%
1044 }
1045 .uk-pull-9-10 {
1046 left: -90%
1047 }
1048 }
1049
1050 .uk-panel {
1051 display: block;
1052 position: relative
1053 }
1054
1055 .uk-panel,
1056 .uk-panel:hover {
1057 text-decoration: none
1058 }
1059
1060 .uk-panel:before,
1061 .uk-panel:after {
1062 content: "";
1063 display: table
1064 }
1065
1066 .uk-panel:after {
1067 clear: both
1068 }
1069
1070 .uk-panel>:not(.uk-panel-title):last-child {
1071 margin-bottom: 0
1072 }
1073
1074 .uk-panel-title {
1075 margin-top: 0;
1076 margin-bottom: 15px;
1077 font-size: 18px;
1078 line-height: 24px;
1079 font-weight: normal;
1080 text-transform: none;
1081 color: #444
1082 }
1083
1084 .uk-panel-badge {
1085 position: absolute;
1086 top: 0;
1087 right: 0;
1088 z-index: 1
1089 }
1090
1091 .uk-panel-teaser {
1092 margin-bottom: 15px
1093 }
1094
1095 .uk-panel-body {
1096 padding: 15px
1097 }
1098
1099 .uk-panel-box {
1100 padding: 15px;
1101 background: #fafafa;
1102 color: #444;
1103 border: 1px solid #ddd;
1104 border-radius: 4px
1105 }
1106
1107 .uk-panel-box-hover:hover {
1108 color: #444
1109 }
1110
1111 .uk-panel-box .uk-panel-title {
1112 color: #444
1113 }
1114
1115 .uk-panel-box .uk-panel-badge {
1116 top: 10px;
1117 right: 10px
1118 }
1119
1120 .uk-panel-box>.uk-panel-teaser {
1121 margin-top: -16px;
1122 margin-left: -16px;
1123 margin-right: -16px
1124 }
1125
1126 .uk-panel-box>.uk-nav-side {
1127 margin: 0 -15px
1128 }
1129
1130 .uk-panel-box-primary {
1131 background-color: #ebf7fd;
1132 color: #2d7091;
1133 border-color: rgba(45, 112, 145, 0.3)
1134 }
1135
1136 .uk-panel-box-primary-hover:hover {
1137 color: #2d7091
1138 }
1139
1140 .uk-panel-box-primary .uk-panel-title {
1141 color: #2d7091
1142 }
1143
1144 .uk-panel-box-secondary {
1145 background-color: #fff;
1146 color: #444
1147 }
1148
1149 .uk-panel-box-secondary-hover:hover {
1150 color: #444
1151 }
1152
1153 .uk-panel-box-secondary .uk-panel-title {
1154 color: #444
1155 }
1156
1157 .uk-panel-hover {
1158 padding: 15px;
1159 color: #444;
1160 border: 1px solid transparent;
1161 border-radius: 4px
1162 }
1163
1164 .uk-panel-hover:hover {
1165 background: #fafafa;
1166 color: #444;
1167 border-color: #ddd
1168 }
1169
1170 .uk-panel-hover .uk-panel-badge {
1171 top: 10px;
1172 right: 10px
1173 }
1174
1175 .uk-panel-hover>.uk-panel-teaser {
1176 margin-top: -16px;
1177 margin-left: -16px;
1178 margin-right: -16px
1179 }
1180
1181 .uk-panel-header .uk-panel-title {
1182 padding-bottom: 10px;
1183 border-bottom: 1px solid #ddd;
1184 color: #444
1185 }
1186
1187 .uk-panel-space {
1188 padding: 30px
1189 }
1190
1191 .uk-panel-space .uk-panel-badge {
1192 top: 30px;
1193 right: 30px
1194 }
1195
1196 .uk-panel+.uk-panel-divider {
1197 margin-top: 50px !important
1198 }
1199
1200 .uk-panel+.uk-panel-divider:before {
1201 content: "";
1202 display: block;
1203 position: absolute;
1204 top: -25px;
1205 left: 0;
1206 right: 0;
1207 border-top: 1px solid #ddd
1208 }
1209
1210 @media (min-width:1220px) {
1211 .uk-panel+.uk-panel-divider {
1212 margin-top: 70px !important
1213 }
1214 .uk-panel+.uk-panel-divider:before {
1215 top: -35px
1216 }
1217 }
1218
1219 .uk-panel-box .uk-panel-teaser {
1220 border-top-left-radius: 4px;
1221 border-top-right-radius: 4px;
1222 overflow: hidden;
1223 -webkit-transform: translateZ(0)
1224 }
1225
1226 .uk-block {
1227 position: relative;
1228 box-sizing: border-box;
1229 padding-top: 20px;
1230 padding-bottom: 20px
1231 }
1232
1233 @media (min-width:768px) {
1234 .uk-block {
1235 padding-top: 50px;
1236 padding-bottom: 50px
1237 }
1238 }
1239
1240 .uk-block:before,
1241 .uk-block:after {
1242 content: "";
1243 display: table
1244 }
1245
1246 .uk-block:after {
1247 clear: both
1248 }
1249
1250 .uk-block>:last-child {
1251 margin-bottom: 0
1252 }
1253
1254 .uk-block-large {
1255 padding-top: 20px;
1256 padding-bottom: 20px
1257 }
1258
1259 @media (min-width:768px) {
1260 .uk-block-large {
1261 padding-top: 50px;
1262 padding-bottom: 50px
1263 }
1264 }
1265
1266 @media (min-width:960px) {
1267 .uk-block-large {
1268 padding-top: 100px;
1269 padding-bottom: 100px
1270 }
1271 }
1272
1273 .uk-block-default {
1274 background: #fff
1275 }
1276
1277 .uk-block-muted {
1278 background: #f9f9f9
1279 }
1280
1281 .uk-block-primary {
1282 background: #00a8e6
1283 }
1284
1285 .uk-block-secondary {
1286 background: #222
1287 }
1288
1289 .uk-block-default+.uk-block-default,
1290 .uk-block-muted+.uk-block-muted,
1291 .uk-block-primary+.uk-block-primary,
1292 .uk-block-secondary+.uk-block-secondary {
1293 padding-top: 0
1294 }
1295
1296 .uk-article:before,
1297 .uk-article:after {
1298 content: "";
1299 display: table
1300 }
1301
1302 .uk-article:after {
1303 clear: both
1304 }
1305
1306 .uk-article>:last-child {
1307 margin-bottom: 0
1308 }
1309
1310 .uk-article+.uk-article {
1311 margin-top: 25px
1312 }
1313
1314 .uk-article-title {
1315 font-size: 36px;
1316 line-height: 42px;
1317 font-weight: normal;
1318 text-transform: none
1319 }
1320
1321 .uk-article-title a {
1322 color: inherit;
1323 text-decoration: none
1324 }
1325
1326 .uk-article-meta {
1327 font-size: 12px;
1328 line-height: 18px;
1329 color: #999
1330 }
1331
1332 .uk-article-lead {
1333 color: #444;
1334 font-size: 18px;
1335 line-height: 24px;
1336 font-weight: normal
1337 }
1338
1339 .uk-article-divider {
1340 margin-bottom: 25px;
1341 border-color: #ddd
1342 }
1343
1344 *+.uk-article-divider {
1345 margin-top: 25px
1346 }
1347
1348 .uk-article+.uk-article {
1349 padding-top: 25px;
1350 border-top: 1px solid #ddd
1351 }
1352
1353 .uk-comment-header {
1354 margin-bottom: 15px;
1355 padding: 10px;
1356 border: 1px solid #ddd;
1357 border-radius: 4px;
1358 background: #fafafa
1359 }
1360
1361 .uk-comment-header:before,
1362 .uk-comment-header:after {
1363 content: "";
1364 display: table
1365 }
1366
1367 .uk-comment-header:after {
1368 clear: both
1369 }
1370
1371 .uk-comment-avatar {
1372 margin-right: 15px;
1373 float: left
1374 }
1375
1376 .uk-comment-title {
1377 margin: 5px 0 0 0;
1378 font-size: 16px;
1379 line-height: 22px
1380 }
1381
1382 .uk-comment-meta {
1383 margin: 2px 0 0 0;
1384 font-size: 11px;
1385 line-height: 16px;
1386 color: #999
1387 }
1388
1389 .uk-comment-body {
1390 padding-left: 10px;
1391 padding-right: 10px
1392 }
1393
1394 .uk-comment-body>:last-child {
1395 margin-bottom: 0
1396 }
1397
1398 .uk-comment-list {
1399 padding: 0;
1400 list-style: none
1401 }
1402
1403 .uk-comment-list .uk-comment+ul {
1404 margin: 25px 0 0 0;
1405 list-style: none
1406 }
1407
1408 .uk-comment-list>li:nth-child(n+2),
1409 .uk-comment-list .uk-comment+ul>li:nth-child(n+2) {
1410 margin-top: 25px
1411 }
1412
1413 @media (min-width:768px) {
1414 .uk-comment-list .uk-comment+ul {
1415 padding-left: 100px
1416 }
1417 }
1418
1419 .uk-comment-primary .uk-comment-header {
1420 border-color: rgba(45, 112, 145, 0.3);
1421 background-color: #ebf7fd;
1422 color: #2d7091;
1423 text-shadow: 0 1px 0 #fff
1424 }
1425
1426 .uk-cover-background {
1427 background-position: 50% 50%;
1428 background-size: cover;
1429 background-repeat: no-repeat
1430 }
1431
1432 .uk-cover {
1433 overflow: hidden
1434 }
1435
1436 .uk-cover-object {
1437 width: auto;
1438 height: auto;
1439 min-width: 100%;
1440 min-height: 100%;
1441 max-width: none;
1442 position: relative;
1443 left: 50%;
1444 top: 50%;
1445 -webkit-transform: translate(-50%, -50%);
1446 transform: translate(-50%, -50%)
1447 }
1448
1449 [data-uk-cover] {
1450 position: relative;
1451 left: 50%;
1452 top: 50%;
1453 -webkit-transform: translate(-50%, -50%);
1454 transform: translate(-50%, -50%)
1455 }
1456
1457 .uk-nav,
1458 .uk-nav ul {
1459 margin: 0;
1460 padding: 0;
1461 list-style: none
1462 }
1463
1464 .uk-nav li>a {
1465 display: block;
1466 text-decoration: none
1467 }
1468
1469 .uk-nav>li>a {
1470 padding: 5px 15px
1471 }
1472
1473 .uk-nav ul {
1474 padding-left: 15px
1475 }
1476
1477 .uk-nav ul a {
1478 padding: 2px 0
1479 }
1480
1481 .uk-nav li>a>div {
1482 font-size: 12px;
1483 line-height: 18px
1484 }
1485
1486 .uk-nav-header {
1487 padding: 5px 15px;
1488 text-transform: uppercase;
1489 font-weight: bold;
1490 font-size: 12px
1491 }
1492
1493 .uk-nav-header:not(:first-child) {
1494 margin-top: 15px
1495 }
1496
1497 .uk-nav-divider {
1498 margin: 9px 15px
1499 }
1500
1501 ul.uk-nav-sub {
1502 padding: 5px 0 5px 15px
1503 }
1504
1505 .uk-nav-parent-icon>.uk-parent>a:after {
1506 content: "\f104";
1507 width: 20px;
1508 margin-right: -10px;
1509 float: right;
1510 font-family: FontAwesome;
1511 text-align: center
1512 }
1513
1514 .uk-nav-parent-icon>.uk-parent.uk-open>a:after {
1515 content: "\f107"
1516 }
1517
1518 .uk-nav-side>li>a {
1519 color: #444
1520 }
1521
1522 .uk-nav-side>li>a:hover,
1523 .uk-nav-side>li>a:focus {
1524 background: rgba(0, 0, 0, 0.03);
1525 color: #444;
1526 outline: none;
1527 box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
1528 text-shadow: 0 -1px 0 #fff
1529 }
1530
1531 .uk-nav-side>li.uk-active>a {
1532 background: #009dd8;
1533 color: #fff;
1534 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
1535 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
1536 }
1537
1538 .uk-nav-side .uk-nav-header {
1539 color: #444
1540 }
1541
1542 .uk-nav-side .uk-nav-divider {
1543 border-top: 1px solid #ddd;
1544 box-shadow: 0 1px 0 #fff
1545 }
1546
1547 .uk-nav-side ul a {
1548 color: #07d
1549 }
1550
1551 .uk-nav-side ul a:hover {
1552 color: #059
1553 }
1554
1555 .uk-nav-dropdown>li>a {
1556 color: #444
1557 }
1558
1559 .uk-nav-dropdown>li>a:hover,
1560 .uk-nav-dropdown>li>a:focus {
1561 background: #009dd8;
1562 color: #fff;
1563 outline: none;
1564 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
1565 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
1566 }
1567
1568 .uk-nav-dropdown .uk-nav-header {
1569 color: #999
1570 }
1571
1572 .uk-nav-dropdown .uk-nav-divider {
1573 border-top: 1px solid #ddd
1574 }
1575
1576 .uk-nav-dropdown ul a {
1577 color: #07d
1578 }
1579
1580 .uk-nav-dropdown ul a:hover {
1581 color: #059
1582 }
1583
1584 .uk-nav-navbar>li>a {
1585 color: #444
1586 }
1587
1588 .uk-nav-navbar>li>a:hover,
1589 .uk-nav-navbar>li>a:focus {
1590 background: #009dd8;
1591 color: #fff;
1592 outline: none;
1593 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
1594 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
1595 }
1596
1597 .uk-nav-navbar .uk-nav-header {
1598 color: #999
1599 }
1600
1601 .uk-nav-navbar .uk-nav-divider {
1602 border-top: 1px solid #ddd
1603 }
1604
1605 .uk-nav-navbar ul a {
1606 color: #07d
1607 }
1608
1609 .uk-nav-navbar ul a:hover {
1610 color: #059
1611 }
1612
1613 .uk-nav-offcanvas>li>a {
1614 color: #ccc;
1615 padding: 10px 15px;
1616 border-top: 1px solid rgba(0, 0, 0, 0.3);
1617 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
1618 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
1619 }
1620
1621 .uk-nav-offcanvas>.uk-open>a,
1622 html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover,
1623 html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus {
1624 background: #404040;
1625 color: #fff;
1626 outline: none
1627 }
1628
1629 html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
1630 background: #1a1a1a;
1631 color: #fff;
1632 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
1633 }
1634
1635 .uk-nav-offcanvas .uk-nav-header {
1636 color: #777;
1637 margin-top: 0;
1638 border-top: 1px solid rgba(0, 0, 0, 0.3);
1639 background: #404040;
1640 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
1641 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
1642 }
1643
1644 .uk-nav-offcanvas .uk-nav-divider {
1645 border-top: 1px solid rgba(255, 255, 255, 0.01);
1646 margin: 0;
1647 height: 4px;
1648 background: rgba(0, 0, 0, 0.2);
1649 box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3)
1650 }
1651
1652 .uk-nav-offcanvas ul a {
1653 color: #ccc
1654 }
1655
1656 html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
1657 color: #fff
1658 }
1659
1660 .uk-nav-offcanvas {
1661 border-bottom: 1px solid rgba(0, 0, 0, 0.3);
1662 box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05)
1663 }
1664
1665 .uk-nav-offcanvas .uk-nav-sub {
1666 border-top: 1px solid rgba(0, 0, 0, 0.3);
1667 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05)
1668 }
1669
1670 .uk-navbar {
1671 background: #f7f7f7;
1672 color: #444;
1673 border: 1px solid rgba(0, 0, 0, 0.1);
1674 border-bottom-color: rgba(0, 0, 0, 0.3);
1675 border-radius: 4px;
1676 background-origin: border-box;
1677 background-image: -webkit-linear-gradient(top, #fff, #eee);
1678 background-image: linear-gradient(to bottom, #fff, #eee)
1679 }
1680
1681 .uk-navbar:before,
1682 .uk-navbar:after {
1683 content: "";
1684 display: table
1685 }
1686
1687 .uk-navbar:after {
1688 clear: both
1689 }
1690
1691 .uk-navbar-nav {
1692 margin: 0;
1693 padding: 0;
1694 list-style: none;
1695 float: left
1696 }
1697
1698 .uk-navbar-nav>li {
1699 float: left;
1700 position: relative
1701 }
1702
1703 .uk-navbar-nav>li>a {
1704 display: block;
1705 box-sizing: border-box;
1706 text-decoration: none;
1707 height: 41px;
1708 padding: 0 15px;
1709 line-height: 40px;
1710 color: #444;
1711 font-size: 14px;
1712 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1713 font-weight: normal;
1714 margin-top: -1px;
1715 margin-left: -1px;
1716 border: 1px solid transparent;
1717 border-bottom-width: 0;
1718 text-shadow: 0 1px 0 #fff
1719 }
1720
1721 .uk-navbar-nav>li>a[href='#'] {
1722 cursor: text
1723 }
1724
1725 .uk-navbar-nav>li:hover>a,
1726 .uk-navbar-nav>li>a:focus,
1727 .uk-navbar-nav>li.uk-open>a {
1728 background-color: transparent;
1729 color: #444;
1730 outline: none;
1731 position: relative;
1732 z-index: 1;
1733 border-left-color: rgba(0, 0, 0, 0.1);
1734 border-right-color: rgba(0, 0, 0, 0.1);
1735 border-top-color: rgba(0, 0, 0, 0.1);
1736 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
1737 }
1738
1739 .uk-navbar-nav>li>a:active {
1740 background-color: #f5f5f5;
1741 color: #444;
1742 border-left-color: rgba(0, 0, 0, 0.1);
1743 border-right-color: rgba(0, 0, 0, 0.1);
1744 border-top-color: rgba(0, 0, 0, 0.2);
1745 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
1746 }
1747
1748 .uk-navbar-nav>li.uk-active>a {
1749 background-color: #fafafa;
1750 color: #444;
1751 border-left-color: rgba(0, 0, 0, 0.1);
1752 border-right-color: rgba(0, 0, 0, 0.1);
1753 border-top-color: rgba(0, 0, 0, 0.2);
1754 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
1755 }
1756
1757 .uk-navbar-nav .uk-navbar-nav-subtitle {
1758 line-height: 28px
1759 }
1760
1761 .uk-navbar-nav-subtitle>div {
1762 margin-top: -6px;
1763 font-size: 10px;
1764 line-height: 12px
1765 }
1766
1767 .uk-navbar-content,
1768 .uk-navbar-brand,
1769 .uk-navbar-toggle {
1770 box-sizing: border-box;
1771 display: block;
1772 height: 41px;
1773 padding: 0 15px;
1774 float: left;
1775 margin-top: -1px;
1776 text-shadow: 0 1px 0 #fff
1777 }
1778
1779 .uk-navbar-content:before,
1780 .uk-navbar-brand:before,
1781 .uk-navbar-toggle:before {
1782 content: '';
1783 display: inline-block;
1784 height: 100%;
1785 vertical-align: middle
1786 }
1787
1788 .uk-navbar-content+.uk-navbar-content:not(.uk-navbar-center) {
1789 padding-left: 0
1790 }
1791
1792 .uk-navbar-content>a:not([class]) {
1793 color: #07d
1794 }
1795
1796 .uk-navbar-content>a:not([class]):hover {
1797 color: #059
1798 }
1799
1800 .uk-navbar-brand {
1801 font-size: 18px;
1802 color: #444;
1803 text-decoration: none
1804 }
1805
1806 .uk-navbar-brand:hover,
1807 .uk-navbar-brand:focus {
1808 color: #444;
1809 text-decoration: none;
1810 outline: none
1811 }
1812
1813 .uk-navbar-toggle {
1814 font-size: 18px;
1815 color: #444;
1816 text-decoration: none
1817 }
1818
1819 .uk-navbar-toggle:hover,
1820 .uk-navbar-toggle:focus {
1821 color: #444;
1822 text-decoration: none;
1823 outline: none
1824 }
1825
1826 .uk-navbar-toggle:after {
1827 content: "\f0c9";
1828 font-family: FontAwesome;
1829 vertical-align: middle
1830 }
1831
1832 .uk-navbar-toggle-alt:after {
1833 content: "\f002"
1834 }
1835
1836 .uk-navbar-center {
1837 float: none;
1838 text-align: center;
1839 max-width: 50%;
1840 margin-left: auto;
1841 margin-right: auto
1842 }
1843
1844 .uk-navbar-flip {
1845 float: right
1846 }
1847
1848 .uk-navbar-nav:first-child>li:first-child>a {
1849 border-top-left-radius: 4px;
1850 border-bottom-left-radius: 4px
1851 }
1852
1853 .uk-navbar-flip .uk-navbar-nav>li>a {
1854 margin-left: 0;
1855 margin-right: -1px
1856 }
1857
1858 .uk-navbar-flip .uk-navbar-nav:first-child>li:first-child>a {
1859 border-top-left-radius: 0;
1860 border-bottom-left-radius: 0
1861 }
1862
1863 .uk-navbar-flip .uk-navbar-nav:last-child>li:last-child>a {
1864 border-top-right-radius: 4px;
1865 border-bottom-right-radius: 4px
1866 }
1867
1868 .uk-navbar-attached {
1869 border-top-color: transparent;
1870 border-left-color: transparent;
1871 border-right-color: transparent;
1872 border-radius: 0
1873 }
1874
1875 .uk-navbar-attached .uk-navbar-nav>li>a {
1876 border-radius: 0 !important
1877 }
1878
1879 .uk-subnav {
1880 display: -ms-flexbox;
1881 display: -webkit-flex;
1882 display: flex;
1883 -ms-flex-wrap: wrap;
1884 -webkit-flex-wrap: wrap;
1885 flex-wrap: wrap;
1886 margin-left: -10px;
1887 margin-top: -10px;
1888 padding: 0;
1889 list-style: none
1890 }
1891
1892 .uk-subnav>* {
1893 -ms-flex: none;
1894 -webkit-flex: none;
1895 flex: none;
1896 padding-left: 10px;
1897 margin-top: 10px;
1898 position: relative
1899 }
1900
1901 .uk-subnav:before,
1902 .uk-subnav:after {
1903 content: "";
1904 display: block;
1905 overflow: hidden
1906 }
1907
1908 .uk-subnav:after {
1909 clear: both
1910 }
1911
1912 .uk-subnav>* {
1913 float: left
1914 }
1915
1916 .uk-subnav>*>* {
1917 display: inline-block;
1918 color: #444
1919 }
1920
1921 .uk-subnav>*>:hover,
1922 .uk-subnav>*>:focus {
1923 color: #07d;
1924 text-decoration: none
1925 }
1926
1927 .uk-subnav>.uk-active>* {
1928 color: #07d
1929 }
1930
1931 .uk-subnav-line>:before {
1932 content: "";
1933 display: inline-block;
1934 height: 10px;
1935 vertical-align: middle
1936 }
1937
1938 .uk-subnav-line>:nth-child(n+2):before {
1939 margin-right: 10px;
1940 border-left: 1px solid #ddd
1941 }
1942
1943 .uk-subnav-pill>*>* {
1944 padding: 3px 9px;
1945 border-radius: 4px
1946 }
1947
1948 .uk-subnav-pill>*>:hover,
1949 .uk-subnav-pill>*>:focus {
1950 background: #fafafa;
1951 color: #444;
1952 text-decoration: none;
1953 outline: none;
1954 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
1955 }
1956
1957 .uk-subnav-pill>.uk-active>* {
1958 background: #009dd8;
1959 color: #fff;
1960 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
1961 }
1962
1963 .uk-subnav>.uk-disabled>* {
1964 background: none;
1965 color: #999;
1966 text-decoration: none;
1967 cursor: text;
1968 box-shadow: none
1969 }
1970
1971 .uk-breadcrumb {
1972 padding: 0;
1973 list-style: none;
1974 font-size: 0.001px
1975 }
1976
1977 .uk-breadcrumb>li {
1978 font-size: 1rem;
1979 vertical-align: top
1980 }
1981
1982 .uk-breadcrumb>li,
1983 .uk-breadcrumb>li>a,
1984 .uk-breadcrumb>li>span {
1985 display: inline-block
1986 }
1987
1988 .uk-breadcrumb>li:nth-child(n+2):before {
1989 content: "/";
1990 display: inline-block;
1991 margin: 0 8px
1992 }
1993
1994 .uk-breadcrumb>li:not(.uk-active)>span {
1995 color: #999
1996 }
1997
1998 .uk-pagination {
1999 padding: 0;
2000 list-style: none;
2001 text-align: center;
2002 font-size: 0.001px
2003 }
2004
2005 .uk-pagination:before,
2006 .uk-pagination:after {
2007 content: "";
2008 display: table
2009 }
2010
2011 .uk-pagination:after {
2012 clear: both
2013 }
2014
2015 .uk-pagination>li {
2016 display: inline-block;
2017 font-size: 1rem;
2018 vertical-align: top
2019 }
2020
2021 .uk-pagination>li:nth-child(n+2) {
2022 margin-left: 5px
2023 }
2024
2025 .uk-pagination>li>a,
2026 .uk-pagination>li>span {
2027 display: inline-block;
2028 min-width: 16px;
2029 padding: 3px 5px;
2030 line-height: 20px;
2031 text-decoration: none;
2032 box-sizing: content-box;
2033 text-align: center;
2034 border-radius: 4px
2035 }
2036
2037 .uk-pagination>li>a {
2038 background: #f7f7f7;
2039 color: #444;
2040 border: 1px solid rgba(0, 0, 0, 0.2);
2041 border-bottom-color: rgba(0, 0, 0, 0.3);
2042 background-origin: border-box;
2043 background-image: -webkit-linear-gradient(top, #fff, #eee);
2044 background-image: linear-gradient(to bottom, #fff, #eee);
2045 text-shadow: 0 1px 0 #fff
2046 }
2047
2048 .uk-pagination>li>a:hover,
2049 .uk-pagination>li>a:focus {
2050 background-color: #fafafa;
2051 color: #444;
2052 outline: none;
2053 background-image: none
2054 }
2055
2056 .uk-pagination>li>a:active {
2057 background-color: #f5f5f5;
2058 color: #444;
2059 border-color: rgba(0, 0, 0, 0.2);
2060 border-top-color: rgba(0, 0, 0, 0.3);
2061 background-image: none;
2062 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
2063 }
2064
2065 .uk-pagination>.uk-active>span {
2066 background: #009dd8;
2067 color: #fff;
2068 border: 1px solid rgba(0, 0, 0, 0.2);
2069 border-bottom-color: rgba(0, 0, 0, 0.4);
2070 background-origin: border-box;
2071 background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
2072 background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
2073 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
2074 }
2075
2076 .uk-pagination>.uk-disabled>span {
2077 background-color: #fafafa;
2078 color: #999;
2079 border: 1px solid rgba(0, 0, 0, 0.2);
2080 text-shadow: 0 1px 0 #fff
2081 }
2082
2083 .uk-pagination-previous {
2084 float: left
2085 }
2086
2087 .uk-pagination-next {
2088 float: right
2089 }
2090
2091 .uk-pagination-left {
2092 text-align: left
2093 }
2094
2095 .uk-pagination-right {
2096 text-align: right
2097 }
2098
2099 .uk-tab {
2100 margin: 0;
2101 padding: 0;
2102 list-style: none;
2103 border-bottom: 1px solid #ddd
2104 }
2105
2106 .uk-tab:before,
2107 .uk-tab:after {
2108 content: "";
2109 display: table
2110 }
2111
2112 .uk-tab:after {
2113 clear: both
2114 }
2115
2116 .uk-tab>li {
2117 margin-bottom: -1px;
2118 float: left;
2119 position: relative
2120 }
2121
2122 .uk-tab>li>a {
2123 display: block;
2124 padding: 8px 12px 8px 12px;
2125 border: 1px solid transparent;
2126 border-bottom-width: 0;
2127 color: #07d;
2128 text-decoration: none;
2129 border-radius: 4px 4px 0 0;
2130 text-shadow: 0 1px 0 #fff
2131 }
2132
2133 .uk-tab>li:nth-child(n+2)>a {
2134 margin-left: 5px
2135 }
2136
2137 .uk-tab>li>a:hover,
2138 .uk-tab>li>a:focus,
2139 .uk-tab>li.uk-open>a {
2140 border-color: #ddd;
2141 background: #fafafa;
2142 color: #059;
2143 outline: none
2144 }
2145
2146 .uk-tab>li:not(.uk-active)>a:hover,
2147 .uk-tab>li:not(.uk-active)>a:focus,
2148 .uk-tab>li.uk-open:not(.uk-active)>a {
2149 margin-bottom: 1px;
2150 padding-bottom: 7px
2151 }
2152
2153 .uk-tab>li.uk-active>a {
2154 border-color: #ddd;
2155 border-bottom-color: transparent;
2156 background: #fff;
2157 color: #444
2158 }
2159
2160 .uk-tab>li.uk-disabled>a {
2161 color: #999;
2162 cursor: text
2163 }
2164
2165 .uk-tab>li.uk-disabled>a:hover,
2166 .uk-tab>li.uk-disabled>a:focus,
2167 .uk-tab>li.uk-disabled.uk-active>a {
2168 background: none;
2169 border-color: transparent
2170 }
2171
2172 .uk-tab-flip>li {
2173 float: right
2174 }
2175
2176 .uk-tab-flip>li:nth-child(n+2)>a {
2177 margin-left: 0;
2178 margin-right: 5px
2179 }
2180
2181 .uk-tab>li.uk-tab-responsive>a {
2182 margin-left: 0;
2183 margin-right: 0
2184 }
2185
2186 .uk-tab-responsive>a:before {
2187 content: "\f0c9\00a0";
2188 font-family: FontAwesome
2189 }
2190
2191 .uk-tab-center {
2192 border-bottom: 1px solid #ddd
2193 }
2194
2195 .uk-tab-center-bottom {
2196 border-bottom: none;
2197 border-top: 1px solid #ddd
2198 }
2199
2200 .uk-tab-center:before,
2201 .uk-tab-center:after {
2202 content: "";
2203 display: table
2204 }
2205
2206 .uk-tab-center:after {
2207 clear: both
2208 }
2209
2210 .uk-tab-center .uk-tab {
2211 position: relative;
2212 right: 50%;
2213 border: none;
2214 float: right
2215 }
2216
2217 .uk-tab-center .uk-tab>li {
2218 position: relative;
2219 right: -50%
2220 }
2221
2222 .uk-tab-center .uk-tab>li>a {
2223 text-align: center
2224 }
2225
2226 .uk-tab-bottom {
2227 border-top: 1px solid #ddd;
2228 border-bottom: none
2229 }
2230
2231 .uk-tab-bottom>li {
2232 margin-top: -1px;
2233 margin-bottom: 0
2234 }
2235
2236 .uk-tab-bottom>li>a {
2237 padding-top: 8px;
2238 padding-bottom: 8px;
2239 border-bottom-width: 1px;
2240 border-top-width: 0
2241 }
2242
2243 .uk-tab-bottom>li:not(.uk-active)>a:hover,
2244 .uk-tab-bottom>li:not(.uk-active)>a:focus,
2245 .uk-tab-bottom>li.uk-open:not(.uk-active)>a {
2246 margin-bottom: 0;
2247 margin-top: 1px;
2248 padding-bottom: 8px;
2249 padding-top: 7px
2250 }
2251
2252 .uk-tab-bottom>li.uk-active>a {
2253 border-top-color: transparent;
2254 border-bottom-color: #ddd
2255 }
2256
2257 .uk-tab-grid {
2258 margin-left: -5px;
2259 border-bottom: none;
2260 position: relative;
2261 z-index: 0
2262 }
2263
2264 .uk-tab-grid:before {
2265 display: block;
2266 position: absolute;
2267 left: 5px;
2268 right: 0;
2269 bottom: -1px;
2270 border-top: 1px solid #ddd;
2271 z-index: -1
2272 }
2273
2274 .uk-tab-grid>li:first-child>a {
2275 margin-left: 5px
2276 }
2277
2278 .uk-tab-grid>li>a {
2279 text-align: center
2280 }
2281
2282 .uk-tab-grid.uk-tab-bottom {
2283 border-top: none
2284 }
2285
2286 .uk-tab-grid.uk-tab-bottom:before {
2287 top: -1px;
2288 bottom: auto
2289 }
2290
2291 @media (min-width:768px) {
2292 .uk-tab-left,
2293 .uk-tab-right {
2294 border-bottom: none
2295 }
2296 .uk-tab-left>li,
2297 .uk-tab-right>li {
2298 margin-bottom: 0;
2299 float: none
2300 }
2301 .uk-tab-left>li>a,
2302 .uk-tab-right>li>a {
2303 padding-top: 8px;
2304 padding-bottom: 8px
2305 }
2306 .uk-tab-left>li:nth-child(n+2)>a,
2307 .uk-tab-right>li:nth-child(n+2)>a {
2308 margin-left: 0;
2309 margin-top: 5px
2310 }
2311 .uk-tab-left>li.uk-active>a,
2312 .uk-tab-right>li.uk-active>a {
2313 border-color: #ddd
2314 }
2315 .uk-tab-left {
2316 border-right: 1px solid #ddd
2317 }
2318 .uk-tab-left>li {
2319 margin-right: -1px
2320 }
2321 .uk-tab-left>li>a {
2322 border-bottom-width: 1px;
2323 border-right-width: 0
2324 }
2325 .uk-tab-left>li:not(.uk-active)>a:hover,
2326 .uk-tab-left>li:not(.uk-active)>a:focus {
2327 margin-bottom: 0;
2328 margin-right: 1px;
2329 padding-bottom: 8px;
2330 padding-right: 11px
2331 }
2332 .uk-tab-left>li.uk-active>a {
2333 border-right-color: transparent
2334 }
2335 .uk-tab-right {
2336 border-left: 1px solid #ddd
2337 }
2338 .uk-tab-right>li {
2339 margin-left: -1px
2340 }
2341 .uk-tab-right>li>a {
2342 border-bottom-width: 1px;
2343 border-left-width: 0
2344 }
2345 .uk-tab-right>li:not(.uk-active)>a:hover,
2346 .uk-tab-right>li:not(.uk-active)>a:focus {
2347 margin-bottom: 0;
2348 margin-left: 1px;
2349 padding-bottom: 8px;
2350 padding-left: 11px
2351 }
2352 .uk-tab-right>li.uk-active>a {
2353 border-left-color: transparent
2354 }
2355 }
2356
2357 .uk-tab-bottom>li>a {
2358 border-radius: 0 0 4px 4px
2359 }
2360
2361 @media (min-width:768px) {
2362 .uk-tab-left>li>a {
2363 border-radius: 4px 0 0 4px
2364 }
2365 .uk-tab-right>li>a {
2366 border-radius: 0 4px 4px 0
2367 }
2368 }
2369
2370 .uk-thumbnav {
2371 display: -ms-flexbox;
2372 display: -webkit-flex;
2373 display: flex;
2374 -ms-flex-wrap: wrap;
2375 -webkit-flex-wrap: wrap;
2376 flex-wrap: wrap;
2377 margin-left: -10px;
2378 margin-top: -10px;
2379 padding: 0;
2380 list-style: none
2381 }
2382
2383 .uk-thumbnav>* {
2384 -ms-flex: none;
2385 -webkit-flex: none;
2386 flex: none;
2387 padding-left: 10px;
2388 margin-top: 10px
2389 }
2390
2391 .uk-thumbnav:before,
2392 .uk-thumbnav:after {
2393 content: "";
2394 display: block;
2395 overflow: hidden
2396 }
2397
2398 .uk-thumbnav:after {
2399 clear: both
2400 }
2401
2402 .uk-thumbnav>* {
2403 float: left
2404 }
2405
2406 .uk-thumbnav>*>* {
2407 display: block;
2408 background: #fff
2409 }
2410
2411 .uk-thumbnav>*>*>img {
2412 opacity: .7;
2413 -webkit-transition: opacity 0.15s linear;
2414 transition: opacity 0.15s linear
2415 }
2416
2417 .uk-thumbnav>*>:hover>img,
2418 .uk-thumbnav>*>:focus>img {
2419 opacity: 1
2420 }
2421
2422 .uk-thumbnav>.uk-active>*>img {
2423 opacity: 1
2424 }
2425
2426 .uk-list {
2427 padding: 0;
2428 list-style: none
2429 }
2430
2431 .uk-list>li:before,
2432 .uk-list>li:after {
2433 content: "";
2434 display: table
2435 }
2436
2437 .uk-list>li:after {
2438 clear: both
2439 }
2440
2441 .uk-list>li>:last-child {
2442 margin-bottom: 0
2443 }
2444
2445 .uk-list ul {
2446 margin: 0;
2447 padding-left: 20px;
2448 list-style: none
2449 }
2450
2451 .uk-list-line>li:nth-child(n+2) {
2452 margin-top: 5px;
2453 padding-top: 5px;
2454 border-top: 1px solid #ddd
2455 }
2456
2457 .uk-list-striped>li {
2458 padding: 5px 5px;
2459 border-bottom: 1px solid #ddd
2460 }
2461
2462 .uk-list-striped>li:nth-of-type(odd) {
2463 background: #fafafa
2464 }
2465
2466 .uk-list-space>li:nth-child(n+2) {
2467 margin-top: 10px
2468 }
2469
2470 .uk-list-striped>li:first-child {
2471 border-top: 1px solid #ddd
2472 }
2473
2474 @media (min-width:768px) {
2475 .uk-description-list-horizontal {
2476 overflow: hidden
2477 }
2478 .uk-description-list-horizontal>dt {
2479 width: 160px;
2480 float: left;
2481 clear: both;
2482 overflow: hidden;
2483 text-overflow: ellipsis;
2484 white-space: nowrap
2485 }
2486 .uk-description-list-horizontal>dd {
2487 margin-left: 180px
2488 }
2489 }
2490
2491 .uk-description-list-line>dt {
2492 font-weight: normal
2493 }
2494
2495 .uk-description-list-line>dt:nth-child(n+2) {
2496 margin-top: 5px;
2497 padding-top: 5px;
2498 border-top: 1px solid #ddd
2499 }
2500
2501 .uk-description-list-line>dd {
2502 color: #999
2503 }
2504
2505 .uk-table {
2506 border-collapse: collapse;
2507 border-spacing: 0;
2508 width: 100%;
2509 margin-bottom: 15px
2510 }
2511
2512 *+.uk-table {
2513 margin-top: 15px
2514 }
2515
2516 .uk-table th,
2517 .uk-table td {
2518 padding: 8px 8px;
2519 border-bottom: 1px solid #ddd
2520 }
2521
2522 .uk-table th {
2523 text-align: left
2524 }
2525
2526 .uk-table td {
2527 vertical-align: top
2528 }
2529
2530 .uk-table thead th {
2531 vertical-align: bottom
2532 }
2533
2534 .uk-table caption,
2535 .uk-table tfoot {
2536 font-size: 12px;
2537 font-style: italic
2538 }
2539
2540 .uk-table caption {
2541 text-align: left;
2542 color: #999
2543 }
2544
2545 .uk-table tbody tr.uk-active {
2546 background: #f0f0f0
2547 }
2548
2549 .uk-table-middle,
2550 .uk-table-middle td {
2551 vertical-align: middle !important
2552 }
2553
2554 .uk-table-striped tbody tr:nth-of-type(odd) {
2555 background: #fafafa
2556 }
2557
2558 .uk-table-condensed td {
2559 padding: 4px 8px
2560 }
2561
2562 .uk-table-hover tbody tr:hover {
2563 background: #f0f0f0
2564 }
2565
2566 .uk-form input,
2567 .uk-form select,
2568 .uk-form textarea {
2569 box-sizing: border-box;
2570 margin: 0;
2571 border-radius: 0;
2572 font: inherit;
2573 color: inherit
2574 }
2575
2576 .uk-form select {
2577 text-transform: none
2578 }
2579
2580 .uk-form optgroup {
2581 font: inherit;
2582 font-weight: bold
2583 }
2584
2585 .uk-form input::-moz-focus-inner {
2586 border: 0;
2587 padding: 0
2588 }
2589
2590 .uk-form input[type="checkbox"],
2591 .uk-form input[type="radio"] {
2592 padding: 0
2593 }
2594
2595 .uk-form input[type="checkbox"]:not(:disabled),
2596 .uk-form input[type="radio"]:not(:disabled) {
2597 cursor: pointer
2598 }
2599
2600 .uk-form textarea,
2601 .uk-form input:not([type]),
2602 .uk-form input[type="text"],
2603 .uk-form input[type="password"],
2604 .uk-form input[type="email"],
2605 .uk-form input[type="url"],
2606 .uk-form input[type="search"],
2607 .uk-form input[type="tel"],
2608 .uk-form input[type="number"],
2609 .uk-form input[type="datetime"] {
2610 -webkit-appearance: none
2611 }
2612
2613 .uk-form input[type="search"]::-webkit-search-cancel-button,
2614 .uk-form input[type="search"]::-webkit-search-decoration {
2615 -webkit-appearance: none
2616 }
2617
2618 .uk-form input[type="number"]::-webkit-inner-spin-button,
2619 .uk-form input[type="number"]::-webkit-outer-spin-button {
2620 height: auto
2621 }
2622
2623 .uk-form fieldset {
2624 border: none;
2625 margin: 0;
2626 padding: 0
2627 }
2628
2629 .uk-form textarea {
2630 overflow: auto;
2631 vertical-align: top
2632 }
2633
2634 .uk-form::-moz-placeholder {
2635 opacity: 1
2636 }
2637
2638 .uk-form:invalid {
2639 box-shadow: none
2640 }
2641
2642 .uk-form input:not([type="radio"]):not([type="checkbox"]),
2643 .uk-form select {
2644 vertical-align: middle
2645 }
2646
2647 .uk-form>:last-child {
2648 margin-bottom: 0
2649 }
2650
2651 .uk-form select,
2652 .uk-form textarea,
2653 .uk-form input:not([type]),
2654 .uk-form input[type="text"],
2655 .uk-form input[type="password"],
2656 .uk-form input[type="datetime"],
2657 .uk-form input[type="datetime-local"],
2658 .uk-form input[type="date"],
2659 .uk-form input[type="month"],
2660 .uk-form input[type="time"],
2661 .uk-form input[type="week"],
2662 .uk-form input[type="number"],
2663 .uk-form input[type="email"],
2664 .uk-form input[type="url"],
2665 .uk-form input[type="search"],
2666 .uk-form input[type="tel"],
2667 .uk-form input[type="color"] {
2668 height: 30px;
2669 max-width: 100%;
2670 padding: 4px 6px;
2671 border: 1px solid #ddd;
2672 background: #fff;
2673 color: #444;
2674 -webkit-transition: all linear 0.2s;
2675 transition: all linear 0.2s;
2676 border-radius: 4px
2677 }
2678
2679 .uk-form select:focus,
2680 .uk-form textarea:focus,
2681 .uk-form input:not([type]):focus,
2682 .uk-form input[type="text"]:focus,
2683 .uk-form input[type="password"]:focus,
2684 .uk-form input[type="datetime"]:focus,
2685 .uk-form input[type="datetime-local"]:focus,
2686 .uk-form input[type="date"]:focus,
2687 .uk-form input[type="month"]:focus,
2688 .uk-form input[type="time"]:focus,
2689 .uk-form input[type="week"]:focus,
2690 .uk-form input[type="number"]:focus,
2691 .uk-form input[type="email"]:focus,
2692 .uk-form input[type="url"]:focus,
2693 .uk-form input[type="search"]:focus,
2694 .uk-form input[type="tel"]:focus,
2695 .uk-form input[type="color"]:focus {
2696 border-color: #99baca;
2697 outline: 0;
2698 background: #f5fbfe;
2699 color: #444
2700 }
2701
2702 .uk-form select:disabled,
2703 .uk-form textarea:disabled,
2704 .uk-form input:not([type]):disabled,
2705 .uk-form input[type="text"]:disabled,
2706 .uk-form input[type="password"]:disabled,
2707 .uk-form input[type="datetime"]:disabled,
2708 .uk-form input[type="datetime-local"]:disabled,
2709 .uk-form input[type="date"]:disabled,
2710 .uk-form input[type="month"]:disabled,
2711 .uk-form input[type="time"]:disabled,
2712 .uk-form input[type="week"]:disabled,
2713 .uk-form input[type="number"]:disabled,
2714 .uk-form input[type="email"]:disabled,
2715 .uk-form input[type="url"]:disabled,
2716 .uk-form input[type="search"]:disabled,
2717 .uk-form input[type="tel"]:disabled,
2718 .uk-form input[type="color"]:disabled {
2719 border-color: #ddd;
2720 background-color: #fafafa;
2721 color: #999
2722 }
2723
2724 .uk-form:-ms-input-placeholder {
2725 color: #999 !important
2726 }
2727
2728 .uk-form::-moz-placeholder {
2729 color: #999
2730 }
2731
2732 .uk-form::-webkit-input-placeholder {
2733 color: #999
2734 }
2735
2736 .uk-form:disabled:-ms-input-placeholder {
2737 color: #999 !important
2738 }
2739
2740 .uk-form:disabled::-moz-placeholder {
2741 color: #999
2742 }
2743
2744 .uk-form:disabled::-webkit-input-placeholder {
2745 color: #999
2746 }
2747
2748 .uk-form legend {
2749 width: 100%;
2750 border: 0;
2751 padding: 0;
2752 padding-bottom: 15px;
2753 font-size: 18px;
2754 line-height: 30px
2755 }
2756
2757 .uk-form legend:after {
2758 content: "";
2759 display: block;
2760 border-bottom: 1px solid #ddd;
2761 width: 100%
2762 }
2763
2764 select.uk-form-small,
2765 textarea.uk-form-small,
2766 input[type].uk-form-small,
2767 input:not([type]).uk-form-small {
2768 height: 25px;
2769 padding: 3px 3px;
2770 font-size: 12px
2771 }
2772
2773 select.uk-form-large,
2774 textarea.uk-form-large,
2775 input[type].uk-form-large,
2776 input:not([type]).uk-form-large {
2777 height: 40px;
2778 padding: 8px 6px;
2779 font-size: 16px
2780 }
2781
2782 .uk-form textarea,
2783 .uk-form select[multiple],
2784 .uk-form select[size] {
2785 height: auto
2786 }
2787
2788 .uk-form-danger {
2789 border-color: #dc8d99 !important;
2790 background: #fff7f8 !important;
2791 color: #d85030 !important
2792 }
2793
2794 .uk-form-success {
2795 border-color: #8ec73b !important;
2796 background: #fafff2 !important;
2797 color: #659f13 !important
2798 }
2799
2800 .uk-form-blank {
2801 border-color: transparent !important;
2802 border-style: dashed !important;
2803 background: none !important
2804 }
2805
2806 .uk-form-blank:focus {
2807 border-color: #ddd !important
2808 }
2809
2810 input.uk-form-width-mini {
2811 width: 40px
2812 }
2813
2814 select.uk-form-width-mini {
2815 width: 65px
2816 }
2817
2818 .uk-form-width-small {
2819 width: 130px
2820 }
2821
2822 .uk-form-width-medium {
2823 width: 200px
2824 }
2825
2826 .uk-form-width-large {
2827 width: 500px
2828 }
2829
2830 .uk-form-row:before,
2831 .uk-form-row:after {
2832 content: "";
2833 display: table
2834 }
2835
2836 .uk-form-row:after {
2837 clear: both
2838 }
2839
2840 .uk-form-row+.uk-form-row {
2841 margin-top: 15px
2842 }
2843
2844 .uk-form-help-inline {
2845 display: inline-block;
2846 margin: 0 0 0 10px
2847 }
2848
2849 .uk-form-help-block {
2850 margin: 5px 0 0 0
2851 }
2852
2853 .uk-form-controls>:first-child {
2854 margin-top: 0
2855 }
2856
2857 .uk-form-controls>:last-child {
2858 margin-bottom: 0
2859 }
2860
2861 .uk-form-controls-condensed {
2862 margin: 5px 0
2863 }
2864
2865 .uk-form-stacked .uk-form-label {
2866 display: block;
2867 margin-bottom: 5px;
2868 font-weight: bold
2869 }
2870
2871 @media (max-width:959px) {
2872 .uk-form-horizontal .uk-form-label {
2873 display: block;
2874 margin-bottom: 5px;
2875 font-weight: bold
2876 }
2877 }
2878
2879 @media (min-width:960px) {
2880 .uk-form-horizontal .uk-form-label {
2881 width: 200px;
2882 margin-top: 5px;
2883 float: left
2884 }
2885 .uk-form-horizontal .uk-form-controls {
2886 margin-left: 215px
2887 }
2888 .uk-form-horizontal .uk-form-controls-text {
2889 padding-top: 5px
2890 }
2891 }
2892
2893 .uk-form-icon {
2894 display: inline-block;
2895 position: relative;
2896 max-width: 100%
2897 }
2898
2899 .uk-form-icon>[class*='uk-icon-'] {
2900 position: absolute;
2901 top: 50%;
2902 width: 30px;
2903 margin-top: -7px;
2904 font-size: 14px;
2905 color: #999;
2906 text-align: center;
2907 pointer-events: none
2908 }
2909
2910 .uk-form-icon:not(.uk-form-icon-flip)>input {
2911 padding-left: 30px !important
2912 }
2913
2914 .uk-form-icon-flip>[class*='uk-icon-'] {
2915 right: 0
2916 }
2917
2918 .uk-form-icon-flip>input {
2919 padding-right: 30px !important
2920 }
2921
2922 .uk-button::-moz-focus-inner {
2923 border: 0;
2924 padding: 0
2925 }
2926
2927 .uk-button {
2928 -webkit-appearance: none;
2929 margin: 0;
2930 border: none;
2931 overflow: visible;
2932 font: inherit;
2933 color: #444;
2934 text-transform: none;
2935 display: inline-block;
2936 box-sizing: border-box;
2937 padding: 0 12px;
2938 background: #f7f7f7;
2939 vertical-align: middle;
2940 line-height: 28px;
2941 min-height: 30px;
2942 font-size: 1rem;
2943 text-decoration: none;
2944 text-align: center;
2945 border: 1px solid rgba(0, 0, 0, 0.2);
2946 border-bottom-color: rgba(0, 0, 0, 0.3);
2947 background-origin: border-box;
2948 background-image: -webkit-linear-gradient(top, #fff, #eee);
2949 background-image: linear-gradient(to bottom, #fff, #eee);
2950 border-radius: 4px;
2951 text-shadow: 0 1px 0 #fff
2952 }
2953
2954 .uk-button:not(:disabled) {
2955 cursor: pointer
2956 }
2957
2958 .uk-button:hover,
2959 .uk-button:focus {
2960 background-color: #fafafa;
2961 color: #444;
2962 outline: none;
2963 text-decoration: none;
2964 background-image: none
2965 }
2966
2967 .uk-button:active,
2968 .uk-button.uk-active {
2969 background-color: #f5f5f5;
2970 color: #444;
2971 border-color: rgba(0, 0, 0, 0.2);
2972 border-top-color: rgba(0, 0, 0, 0.3);
2973 background-image: none;
2974 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
2975 }
2976
2977 .uk-button-primary {
2978 background-color: #009dd8;
2979 color: #fff;
2980 background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
2981 background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
2982 border-color: rgba(0, 0, 0, 0.2);
2983 border-bottom-color: rgba(0, 0, 0, 0.4);
2984 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
2985 }
2986
2987 .uk-button-primary:hover,
2988 .uk-button-primary:focus {
2989 background-color: #00aff2;
2990 color: #fff;
2991 background-image: none
2992 }
2993
2994 .uk-button-primary:active,
2995 .uk-button-primary.uk-active {
2996 background-color: #008abf;
2997 color: #fff;
2998 background-image: none;
2999 border-color: rgba(0, 0, 0, 0.2);
3000 border-top-color: rgba(0, 0, 0, 0.4);
3001 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
3002 }
3003
3004 .uk-button-success {
3005 background-color: #82bb42;
3006 color: #fff;
3007 background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
3008 background-image: linear-gradient(to bottom, #9fd256, #6fac34);
3009 border-color: rgba(0, 0, 0, 0.2);
3010 border-bottom-color: rgba(0, 0, 0, 0.4);
3011 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
3012 }
3013
3014 .uk-button-success:hover,
3015 .uk-button-success:focus {
3016 background-color: #8fce48;
3017 color: #fff;
3018 background-image: none
3019 }
3020
3021 .uk-button-success:active,
3022 .uk-button-success.uk-active {
3023 background-color: #76b430;
3024 color: #fff;
3025 background-image: none;
3026 border-color: rgba(0, 0, 0, 0.2);
3027 border-top-color: rgba(0, 0, 0, 0.4);
3028 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
3029 }
3030
3031 .uk-button-danger {
3032 background-color: #d32c46;
3033 color: #fff;
3034 background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
3035 background-image: linear-gradient(to bottom, #ee465a, #c11a39);
3036 border-color: rgba(0, 0, 0, 0.2);
3037 border-bottom-color: rgba(0, 0, 0, 0.4);
3038 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
3039 }
3040
3041 .uk-button-danger:hover,
3042 .uk-button-danger:focus {
3043 background-color: #e33551;
3044 color: #fff;
3045 background-image: none
3046 }
3047
3048 .uk-button-danger:active,
3049 .uk-button-danger.uk-active {
3050 background-color: #c91c37;
3051 color: #fff;
3052 background-image: none;
3053 border-color: rgba(0, 0, 0, 0.2);
3054 border-top-color: rgba(0, 0, 0, 0.4);
3055 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2)
3056 }
3057
3058 .uk-button:disabled {
3059 background-color: #fafafa;
3060 color: #999;
3061 border-color: rgba(0, 0, 0, 0.2);
3062 background-image: none;
3063 box-shadow: none;
3064 text-shadow: 0 1px 0 #fff
3065 }
3066
3067 .uk-button-link,
3068 .uk-button-link:hover,
3069 .uk-button-link:focus,
3070 .uk-button-link:active,
3071 .uk-button-link.uk-active,
3072 .uk-button-link:disabled {
3073 border-color: transparent;
3074 background: none;
3075 box-shadow: none;
3076 text-shadow: none
3077 }
3078
3079 .uk-button-link {
3080 color: #07d
3081 }
3082
3083 .uk-button-link:hover,
3084 .uk-button-link:focus,
3085 .uk-button-link:active,
3086 .uk-button-link.uk-active {
3087 color: #059;
3088 text-decoration: underline
3089 }
3090
3091 .uk-button-link:disabled {
3092 color: #999
3093 }
3094
3095 .uk-button-link:focus {
3096 outline: 1px dotted
3097 }
3098
3099 .uk-button-mini {
3100 min-height: 20px;
3101 padding: 0 6px;
3102 line-height: 18px;
3103 font-size: 11px
3104 }
3105
3106 .uk-button-small {
3107 min-height: 25px;
3108 padding: 0 10px;
3109 line-height: 23px;
3110 font-size: 12px
3111 }
3112
3113 .uk-button-large {
3114 min-height: 40px;
3115 padding: 0 15px;
3116 line-height: 38px;
3117 font-size: 16px;
3118 border-radius: 5px
3119 }
3120
3121 .uk-button-group {
3122 display: inline-block;
3123 vertical-align: middle;
3124 position: relative;
3125 font-size: 0.001px;
3126 white-space: nowrap
3127 }
3128
3129 .uk-button-group>* {
3130 display: inline-block
3131 }
3132
3133 .uk-button-group .uk-button {
3134 vertical-align: top
3135 }
3136
3137 .uk-button-dropdown {
3138 display: inline-block;
3139 vertical-align: middle;
3140 position: relative
3141 }
3142
3143 .uk-button-group>.uk-button:not(:first-child):not(:last-child),
3144 .uk-button-group>div:not(:first-child):not(:last-child) .uk-button {
3145 border-radius: 0
3146 }
3147
3148 .uk-button-group>.uk-button:first-child,
3149 .uk-button-group>div:first-child .uk-button {
3150 border-top-right-radius: 0;
3151 border-bottom-right-radius: 0
3152 }
3153
3154 .uk-button-group>.uk-button:last-child,
3155 .uk-button-group>div:last-child .uk-button {
3156 border-top-left-radius: 0;
3157 border-bottom-left-radius: 0
3158 }
3159
3160 .uk-button-group>.uk-button:nth-child(n+2),
3161 .uk-button-group>div:nth-child(n+2) .uk-button {
3162 margin-left: -1px
3163 }
3164
3165 .uk-button-group .uk-button:hover,
3166 .uk-button-group .uk-button:active,
3167 .uk-button-group .uk-button.uk-active {
3168 position: relative
3169 }
3170
3171 @font-face {
3172 font-family: 'FontAwesome';
3173 /*src: url("../fonts/fontawesome-webfont.woff2") format('woff2'), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");*/
3174 font-weight: normal;
3175 font-style: normal
3176 }
3177
3178 [class*='uk-icon-'] {
3179 font-family: FontAwesome;
3180 display: inline-block;
3181 font-weight: normal;
3182 font-style: normal;
3183 line-height: 1;
3184 -webkit-font-smoothing: antialiased;
3185 -moz-osx-font-smoothing: grayscale
3186 }
3187
3188 [class*='uk-icon-'],
3189 [class*='uk-icon-']:hover,
3190 [class*='uk-icon-']:focus {
3191 text-decoration: none
3192 }
3193
3194 .uk-icon-small {
3195 font-size: 150%;
3196 vertical-align: -10%
3197 }
3198
3199 .uk-icon-medium {
3200 font-size: 200%;
3201 vertical-align: -16%
3202 }
3203
3204 .uk-icon-large {
3205 font-size: 250%;
3206 vertical-align: -22%
3207 }
3208
3209 .uk-icon-justify {
3210 width: 1em;
3211 text-align: center
3212 }
3213
3214 .uk-icon-spin {
3215 display: inline-block;
3216 -webkit-animation: uk-rotate 2s infinite linear;
3217 animation: uk-rotate 2s infinite linear
3218 }
3219
3220 .uk-icon-hover {
3221 color: #999
3222 }
3223
3224 .uk-icon-hover:hover {
3225 color: #444
3226 }
3227
3228 .uk-icon-button {
3229 box-sizing: border-box;
3230 display: inline-block;
3231 width: 35px;
3232 height: 35px;
3233 border-radius: 100%;
3234 background: #f7f7f7;
3235 line-height: 35px;
3236 color: #444;
3237 font-size: 18px;
3238 text-align: center;
3239 border: 1px solid #ccc;
3240 border-bottom-color: #bbb;
3241 background-origin: border-box;
3242 background-image: -webkit-linear-gradient(top, #fff, #eee);
3243 background-image: linear-gradient(to bottom, #fff, #eee);
3244 text-shadow: 0 1px 0 #fff
3245 }
3246
3247 .uk-icon-button:hover,
3248 .uk-icon-button:focus {
3249 background-color: #fafafa;
3250 color: #444;
3251 outline: none;
3252 background-image: none
3253 }
3254
3255 .uk-icon-button:active {
3256 background-color: #f5f5f5;
3257 color: #444;
3258 border-color: #ccc;
3259 border-top-color: #bbb;
3260 background-image: none;
3261 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
3262 }
3263
3264 .uk-icon-glass:before {
3265 content: "\f000"
3266 }
3267
3268 .uk-icon-music:before {
3269 content: "\f001"
3270 }
3271
3272 .uk-icon-search:before {
3273 content: "\f002"
3274 }
3275
3276 .uk-icon-envelope-o:before {
3277 content: "\f003"
3278 }
3279
3280 .uk-icon-heart:before {
3281 content: "\f004"
3282 }
3283
3284 .uk-icon-star:before {
3285 content: "\f005"
3286 }
3287
3288 .uk-icon-star-o:before {
3289 content: "\f006"
3290 }
3291
3292 .uk-icon-user:before {
3293 content: "\f007"
3294 }
3295
3296 .uk-icon-film:before {
3297 content: "\f008"
3298 }
3299
3300 .uk-icon-th-large:before {
3301 content: "\f009"
3302 }
3303
3304 .uk-icon-th:before {
3305 content: "\f00a"
3306 }
3307
3308 .uk-icon-th-list:before {
3309 content: "\f00b"
3310 }
3311
3312 .uk-icon-check:before {
3313 content: "\f00c"
3314 }
3315
3316 .uk-icon-remove:before,
3317 .uk-icon-close:before,
3318 .uk-icon-times:before {
3319 content: "\f00d"
3320 }
3321
3322 .uk-icon-search-plus:before {
3323 content: "\f00e"
3324 }
3325
3326 .uk-icon-search-minus:before {
3327 content: "\f010"
3328 }
3329
3330 .uk-icon-power-off:before {
3331 content: "\f011"
3332 }
3333
3334 .uk-icon-signal:before {
3335 content: "\f012"
3336 }
3337
3338 .uk-icon-gear:before,
3339 .uk-icon-cog:before {
3340 content: "\f013"
3341 }
3342
3343 .uk-icon-trash-o:before {
3344 content: "\f014"
3345 }
3346
3347 .uk-icon-home:before {
3348 content: "\f015"
3349 }
3350
3351 .uk-icon-file-o:before {
3352 content: "\f016"
3353 }
3354
3355 .uk-icon-clock-o:before {
3356 content: "\f017"
3357 }
3358
3359 .uk-icon-road:before {
3360 content: "\f018"
3361 }
3362
3363 .uk-icon-download:before {
3364 content: "\f019"
3365 }
3366
3367 .uk-icon-arrow-circle-o-down:before {
3368 content: "\f01a"
3369 }
3370
3371 .uk-icon-arrow-circle-o-up:before {
3372 content: "\f01b"
3373 }
3374
3375 .uk-icon-inbox:before {
3376 content: "\f01c"
3377 }
3378
3379 .uk-icon-play-circle-o:before {
3380 content: "\f01d"
3381 }
3382
3383 .uk-icon-rotate-right:before,
3384 .uk-icon-repeat:before {
3385 content: "\f01e"
3386 }
3387
3388 .uk-icon-refresh:before {
3389 content: "\f021"
3390 }
3391
3392 .uk-icon-list-alt:before {
3393 content: "\f022"
3394 }
3395
3396 .uk-icon-lock:before {
3397 content: "\f023"
3398 }
3399
3400 .uk-icon-flag:before {
3401 content: "\f024"
3402 }
3403
3404 .uk-icon-headphones:before {
3405 content: "\f025"
3406 }
3407
3408 .uk-icon-volume-off:before {
3409 content: "\f026"
3410 }
3411
3412 .uk-icon-volume-down:before {
3413 content: "\f027"
3414 }
3415
3416 .uk-icon-volume-up:before {
3417 content: "\f028"
3418 }
3419
3420 .uk-icon-qrcode:before {
3421 content: "\f029"
3422 }
3423
3424 .uk-icon-barcode:before {
3425 content: "\f02a"
3426 }
3427
3428 .uk-icon-tag:before {
3429 content: "\f02b"
3430 }
3431
3432 .uk-icon-tags:before {
3433 content: "\f02c"
3434 }
3435
3436 .uk-icon-book:before {
3437 content: "\f02d"
3438 }
3439
3440 .uk-icon-bookmark:before {
3441 content: "\f02e"
3442 }
3443
3444 .uk-icon-print:before {
3445 content: "\f02f"
3446 }
3447
3448 .uk-icon-camera:before {
3449 content: "\f030"
3450 }
3451
3452 .uk-icon-font:before {
3453 content: "\f031"
3454 }
3455
3456 .uk-icon-bold:before {
3457 content: "\f032"
3458 }
3459
3460 .uk-icon-italic:before {
3461 content: "\f033"
3462 }
3463
3464 .uk-icon-text-height:before {
3465 content: "\f034"
3466 }
3467
3468 .uk-icon-text-width:before {
3469 content: "\f035"
3470 }
3471
3472 .uk-icon-align-left:before {
3473 content: "\f036"
3474 }
3475
3476 .uk-icon-align-center:before {
3477 content: "\f037"
3478 }
3479
3480 .uk-icon-align-right:before {
3481 content: "\f038"
3482 }
3483
3484 .uk-icon-align-justify:before {
3485 content: "\f039"
3486 }
3487
3488 .uk-icon-list:before {
3489 content: "\f03a"
3490 }
3491
3492 .uk-icon-dedent:before,
3493 .uk-icon-outdent:before {
3494 content: "\f03b"
3495 }
3496
3497 .uk-icon-indent:before {
3498 content: "\f03c"
3499 }
3500
3501 .uk-icon-video-camera:before {
3502 content: "\f03d"
3503 }
3504
3505 .uk-icon-photo:before,
3506 .uk-icon-image:before,
3507 .uk-icon-picture-o:before {
3508 content: "\f03e"
3509 }
3510
3511 .uk-icon-pencil:before {
3512 content: "\f040"
3513 }
3514
3515 .uk-icon-map-marker:before {
3516 content: "\f041"
3517 }
3518
3519 .uk-icon-adjust:before {
3520 content: "\f042"
3521 }
3522
3523 .uk-icon-tint:before {
3524 content: "\f043"
3525 }
3526
3527 .uk-icon-edit:before,
3528 .uk-icon-pencil-square-o:before {
3529 content: "\f044"
3530 }
3531
3532 .uk-icon-share-square-o:before {
3533 content: "\f045"
3534 }
3535
3536 .uk-icon-check-square-o:before {
3537 content: "\f046"
3538 }
3539
3540 .uk-icon-arrows:before {
3541 content: "\f047"
3542 }
3543
3544 .uk-icon-step-backward:before {
3545 content: "\f048"
3546 }
3547
3548 .uk-icon-fast-backward:before {
3549 content: "\f049"
3550 }
3551
3552 .uk-icon-backward:before {
3553 content: "\f04a"
3554 }
3555
3556 .uk-icon-play:before {
3557 content: "\f04b"
3558 }
3559
3560 .uk-icon-pause:before {
3561 content: "\f04c"
3562 }
3563
3564 .uk-icon-stop:before {
3565 content: "\f04d"
3566 }
3567
3568 .uk-icon-forward:before {
3569 content: "\f04e"
3570 }
3571
3572 .uk-icon-fast-forward:before {
3573 content: "\f050"
3574 }
3575
3576 .uk-icon-step-forward:before {
3577 content: "\f051"
3578 }
3579
3580 .uk-icon-eject:before {
3581 content: "\f052"
3582 }
3583
3584 .uk-icon-chevron-left:before {
3585 content: "\f053"
3586 }
3587
3588 .uk-icon-chevron-right:before {
3589 content: "\f054"
3590 }
3591
3592 .uk-icon-plus-circle:before {
3593 content: "\f055"
3594 }
3595
3596 .uk-icon-minus-circle:before {
3597 content: "\f056"
3598 }
3599
3600 .uk-icon-times-circle:before {
3601 content: "\f057"
3602 }
3603
3604 .uk-icon-check-circle:before {
3605 content: "\f058"
3606 }
3607
3608 .uk-icon-question-circle:before {
3609 content: "\f059"
3610 }
3611
3612 .uk-icon-info-circle:before {
3613 content: "\f05a"
3614 }
3615
3616 .uk-icon-crosshairs:before {
3617 content: "\f05b"
3618 }
3619
3620 .uk-icon-times-circle-o:before {
3621 content: "\f05c"
3622 }
3623
3624 .uk-icon-check-circle-o:before {
3625 content: "\f05d"
3626 }
3627
3628 .uk-icon-ban:before {
3629 content: "\f05e"
3630 }
3631
3632 .uk-icon-arrow-left:before {
3633 content: "\f060"
3634 }
3635
3636 .uk-icon-arrow-right:before {
3637 content: "\f061"
3638 }
3639
3640 .uk-icon-arrow-up:before {
3641 content: "\f062"
3642 }
3643
3644 .uk-icon-arrow-down:before {
3645 content: "\f063"
3646 }
3647
3648 .uk-icon-mail-forward:before,
3649 .uk-icon-share:before {
3650 content: "\f064"
3651 }
3652
3653 .uk-icon-expand:before {
3654 content: "\f065"
3655 }
3656
3657 .uk-icon-compress:before {
3658 content: "\f066"
3659 }
3660
3661 .uk-icon-plus:before {
3662 content: "\f067"
3663 }
3664
3665 .uk-icon-minus:before {
3666 content: "\f068"
3667 }
3668
3669 .uk-icon-asterisk:before {
3670 content: "\f069"
3671 }
3672
3673 .uk-icon-exclamation-circle:before {
3674 content: "\f06a"
3675 }
3676
3677 .uk-icon-gift:before {
3678 content: "\f06b"
3679 }
3680
3681 .uk-icon-leaf:before {
3682 content: "\f06c"
3683 }
3684
3685 .uk-icon-fire:before {
3686 content: "\f06d"
3687 }
3688
3689 .uk-icon-eye:before {
3690 content: "\f06e"
3691 }
3692
3693 .uk-icon-eye-slash:before {
3694 content: "\f070"
3695 }
3696
3697 .uk-icon-warning:before,
3698 .uk-icon-exclamation-triangle:before {
3699 content: "\f071"
3700 }
3701
3702 .uk-icon-plane:before {
3703 content: "\f072"
3704 }
3705
3706 .uk-icon-calendar:before {
3707 content: "\f073"
3708 }
3709
3710 .uk-icon-random:before {
3711 content: "\f074"
3712 }
3713
3714 .uk-icon-comment:before {
3715 content: "\f075"
3716 }
3717
3718 .uk-icon-magnet:before {
3719 content: "\f076"
3720 }
3721
3722 .uk-icon-chevron-up:before {
3723 content: "\f077"
3724 }
3725
3726 .uk-icon-chevron-down:before {
3727 content: "\f078"
3728 }
3729
3730 .uk-icon-retweet:before {
3731 content: "\f079"
3732 }
3733
3734 .uk-icon-shopping-cart:before {
3735 content: "\f07a"
3736 }
3737
3738 .uk-icon-folder:before {
3739 content: "\f07b"
3740 }
3741
3742 .uk-icon-folder-open:before {
3743 content: "\f07c"
3744 }
3745
3746 .uk-icon-arrows-v:before {
3747 content: "\f07d"
3748 }
3749
3750 .uk-icon-arrows-h:before {
3751 content: "\f07e"
3752 }
3753
3754 .uk-icon-bar-chart-o:before,
3755 .uk-icon-bar-chart:before {
3756 content: "\f080"
3757 }
3758
3759 .uk-icon-twitter-square:before {
3760 content: "\f081"
3761 }
3762
3763 .uk-icon-facebook-square:before {
3764 content: "\f082"
3765 }
3766
3767 .uk-icon-camera-retro:before {
3768 content: "\f083"
3769 }
3770
3771 .uk-icon-key:before {
3772 content: "\f084"
3773 }
3774
3775 .uk-icon-gears:before,
3776 .uk-icon-cogs:before {
3777 content: "\f085"
3778 }
3779
3780 .uk-icon-comments:before {
3781 content: "\f086"
3782 }
3783
3784 .uk-icon-thumbs-o-up:before {
3785 content: "\f087"
3786 }
3787
3788 .uk-icon-thumbs-o-down:before {
3789 content: "\f088"
3790 }
3791
3792 .uk-icon-star-half:before {
3793 content: "\f089"
3794 }
3795
3796 .uk-icon-heart-o:before {
3797 content: "\f08a"
3798 }
3799
3800 .uk-icon-sign-out:before {
3801 content: "\f08b"
3802 }
3803
3804 .uk-icon-linkedin-square:before {
3805 content: "\f08c"
3806 }
3807
3808 .uk-icon-thumb-tack:before {
3809 content: "\f08d"
3810 }
3811
3812 .uk-icon-external-link:before {
3813 content: "\f08e"
3814 }
3815
3816 .uk-icon-sign-in:before {
3817 content: "\f090"
3818 }
3819
3820 .uk-icon-trophy:before {
3821 content: "\f091"
3822 }
3823
3824 .uk-icon-github-square:before {
3825 content: "\f092"
3826 }
3827
3828 .uk-icon-upload:before {
3829 content: "\f093"
3830 }
3831
3832 .uk-icon-lemon-o:before {
3833 content: "\f094"
3834 }
3835
3836 .uk-icon-phone:before {
3837 content: "\f095"
3838 }
3839
3840 .uk-icon-square-o:before {
3841 content: "\f096"
3842 }
3843
3844 .uk-icon-bookmark-o:before {
3845 content: "\f097"
3846 }
3847
3848 .uk-icon-phone-square:before {
3849 content: "\f098"
3850 }
3851
3852 .uk-icon-twitter:before {
3853 content: "\f099"
3854 }
3855
3856 .uk-icon-facebook-f:before,
3857 .uk-icon-facebook:before {
3858 content: "\f09a"
3859 }
3860
3861 .uk-icon-github:before {
3862 content: "\f09b"
3863 }
3864
3865 .uk-icon-unlock:before {
3866 content: "\f09c"
3867 }
3868
3869 .uk-icon-credit-card:before {
3870 content: "\f09d"
3871 }
3872
3873 .uk-icon-rss:before {
3874 content: "\f09e"
3875 }
3876
3877 .uk-icon-hdd-o:before {
3878 content: "\f0a0"
3879 }
3880
3881 .uk-icon-bullhorn:before {
3882 content: "\f0a1"
3883 }
3884
3885 .uk-icon-bell:before {
3886 content: "\f0f3"
3887 }
3888
3889 .uk-icon-certificate:before {
3890 content: "\f0a3"
3891 }
3892
3893 .uk-icon-hand-o-right:before {
3894 content: "\f0a4"
3895 }
3896
3897 .uk-icon-hand-o-left:before {
3898 content: "\f0a5"
3899 }
3900
3901 .uk-icon-hand-o-up:before {
3902 content: "\f0a6"
3903 }
3904
3905 .uk-icon-hand-o-down:before {
3906 content: "\f0a7"
3907 }
3908
3909 .uk-icon-arrow-circle-left:before {
3910 content: "\f0a8"
3911 }
3912
3913 .uk-icon-arrow-circle-right:before {
3914 content: "\f0a9"
3915 }
3916
3917 .uk-icon-arrow-circle-up:before {
3918 content: "\f0aa"
3919 }
3920
3921 .uk-icon-arrow-circle-down:before {
3922 content: "\f0ab"
3923 }
3924
3925 .uk-icon-globe:before {
3926 content: "\f0ac"
3927 }
3928
3929 .uk-icon-wrench:before {
3930 content: "\f0ad"
3931 }
3932
3933 .uk-icon-tasks:before {
3934 content: "\f0ae"
3935 }
3936
3937 .uk-icon-filter:before {
3938 content: "\f0b0"
3939 }
3940
3941 .uk-icon-briefcase:before {
3942 content: "\f0b1"
3943 }
3944
3945 .uk-icon-arrows-alt:before {
3946 content: "\f0b2"
3947 }
3948
3949 .uk-icon-group:before,
3950 .uk-icon-users:before {
3951 content: "\f0c0"
3952 }
3953
3954 .uk-icon-chain:before,
3955 .uk-icon-link:before {
3956 content: "\f0c1"
3957 }
3958
3959 .uk-icon-cloud:before {
3960 content: "\f0c2"
3961 }
3962
3963 .uk-icon-flask:before {
3964 content: "\f0c3"
3965 }
3966
3967 .uk-icon-cut:before,
3968 .uk-icon-scissors:before {
3969 content: "\f0c4"
3970 }
3971
3972 .uk-icon-copy:before,
3973 .uk-icon-files-o:before {
3974 content: "\f0c5"
3975 }
3976
3977 .uk-icon-paperclip:before {
3978 content: "\f0c6"
3979 }
3980
3981 .uk-icon-save:before,
3982 .uk-icon-floppy-o:before {
3983 content: "\f0c7"
3984 }
3985
3986 .uk-icon-square:before {
3987 content: "\f0c8"
3988 }
3989
3990 .uk-icon-navicon:before,
3991 .uk-icon-reorder:before,
3992 .uk-icon-bars:before {
3993 content: "\f0c9"
3994 }
3995
3996 .uk-icon-list-ul:before {
3997 content: "\f0ca"
3998 }
3999
4000 .uk-icon-list-ol:before {
4001 content: "\f0cb"
4002 }
4003
4004 .uk-icon-strikethrough:before {
4005 content: "\f0cc"
4006 }
4007
4008 .uk-icon-underline:before {
4009 content: "\f0cd"
4010 }
4011
4012 .uk-icon-table:before {
4013 content: "\f0ce"
4014 }
4015
4016 .uk-icon-magic:before {
4017 content: "\f0d0"
4018 }
4019
4020 .uk-icon-truck:before {
4021 content: "\f0d1"
4022 }
4023
4024 .uk-icon-pinterest:before {
4025 content: "\f0d2"
4026 }
4027
4028 .uk-icon-pinterest-square:before {
4029 content: "\f0d3"
4030 }
4031
4032 .uk-icon-google-plus-square:before {
4033 content: "\f0d4"
4034 }
4035
4036 .uk-icon-google-plus:before {
4037 content: "\f0d5"
4038 }
4039
4040 .uk-icon-money:before {
4041 content: "\f0d6"
4042 }
4043
4044 .uk-icon-caret-down:before {
4045 content: "\f0d7"
4046 }
4047
4048 .uk-icon-caret-up:before {
4049 content: "\f0d8"
4050 }
4051
4052 .uk-icon-caret-left:before {
4053 content: "\f0d9"
4054 }
4055
4056 .uk-icon-caret-right:before {
4057 content: "\f0da"
4058 }
4059
4060 .uk-icon-columns:before {
4061 content: "\f0db"
4062 }
4063
4064 .uk-icon-unsorted:before,
4065 .uk-icon-sort:before {
4066 content: "\f0dc"
4067 }
4068
4069 .uk-icon-sort-down:before,
4070 .uk-icon-sort-desc:before {
4071 content: "\f0dd"
4072 }
4073
4074 .uk-icon-sort-up:before,
4075 .uk-icon-sort-asc:before {
4076 content: "\f0de"
4077 }
4078
4079 .uk-icon-envelope:before {
4080 content: "\f0e0"
4081 }
4082
4083 .uk-icon-linkedin:before {
4084 content: "\f0e1"
4085 }
4086
4087 .uk-icon-rotate-left:before,
4088 .uk-icon-undo:before {
4089 content: "\f0e2"
4090 }
4091
4092 .uk-icon-legal:before,
4093 .uk-icon-gavel:before {
4094 content: "\f0e3"
4095 }
4096
4097 .uk-icon-dashboard:before,
4098 .uk-icon-tachometer:before {
4099 content: "\f0e4"
4100 }
4101
4102 .uk-icon-comment-o:before {
4103 content: "\f0e5"
4104 }
4105
4106 .uk-icon-comments-o:before {
4107 content: "\f0e6"
4108 }
4109
4110 .uk-icon-flash:before,
4111 .uk-icon-bolt:before {
4112 content: "\f0e7"
4113 }
4114
4115 .uk-icon-sitemap:before {
4116 content: "\f0e8"
4117 }
4118
4119 .uk-icon-umbrella:before {
4120 content: "\f0e9"
4121 }
4122
4123 .uk-icon-paste:before,
4124 .uk-icon-clipboard:before {
4125 content: "\f0ea"
4126 }
4127
4128 .uk-icon-lightbulb-o:before {
4129 content: "\f0eb"
4130 }
4131
4132 .uk-icon-exchange:before {
4133 content: "\f0ec"
4134 }
4135
4136 .uk-icon-cloud-download:before {
4137 content: "\f0ed"
4138 }
4139
4140 .uk-icon-cloud-upload:before {
4141 content: "\f0ee"
4142 }
4143
4144 .uk-icon-user-md:before {
4145 content: "\f0f0"
4146 }
4147
4148 .uk-icon-stethoscope:before {
4149 content: "\f0f1"
4150 }
4151
4152 .uk-icon-suitcase:before {
4153 content: "\f0f2"
4154 }
4155
4156 .uk-icon-bell-o:before {
4157 content: "\f0a2"
4158 }
4159
4160 .uk-icon-coffee:before {
4161 content: "\f0f4"
4162 }
4163
4164 .uk-icon-cutlery:before {
4165 content: "\f0f5"
4166 }
4167
4168 .uk-icon-file-text-o:before {
4169 content: "\f0f6"
4170 }
4171
4172 .uk-icon-building-o:before {
4173 content: "\f0f7"
4174 }
4175
4176 .uk-icon-hospital-o:before {
4177 content: "\f0f8"
4178 }
4179
4180 .uk-icon-ambulance:before {
4181 content: "\f0f9"
4182 }
4183
4184 .uk-icon-medkit:before {
4185 content: "\f0fa"
4186 }
4187
4188 .uk-icon-fighter-jet:before {
4189 content: "\f0fb"
4190 }
4191
4192 .uk-icon-beer:before {
4193 content: "\f0fc"
4194 }
4195
4196 .uk-icon-h-square:before {
4197 content: "\f0fd"
4198 }
4199
4200 .uk-icon-plus-square:before {
4201 content: "\f0fe"
4202 }
4203
4204 .uk-icon-angle-double-left:before {
4205 content: "\f100"
4206 }
4207
4208 .uk-icon-angle-double-right:before {
4209 content: "\f101"
4210 }
4211
4212 .uk-icon-angle-double-up:before {
4213 content: "\f102"
4214 }
4215
4216 .uk-icon-angle-double-down:before {
4217 content: "\f103"
4218 }
4219
4220 .uk-icon-angle-left:before {
4221 content: "\f104"
4222 }
4223
4224 .uk-icon-angle-right:before {
4225 content: "\f105"
4226 }
4227
4228 .uk-icon-angle-up:before {
4229 content: "\f106"
4230 }
4231
4232 .uk-icon-angle-down:before {
4233 content: "\f107"
4234 }
4235
4236 .uk-icon-desktop:before {
4237 content: "\f108"
4238 }
4239
4240 .uk-icon-laptop:before {
4241 content: "\f109"
4242 }
4243
4244 .uk-icon-tablet:before {
4245 content: "\f10a"
4246 }
4247
4248 .uk-icon-mobile-phone:before,
4249 .uk-icon-mobile:before {
4250 content: "\f10b"
4251 }
4252
4253 .uk-icon-circle-o:before {
4254 content: "\f10c"
4255 }
4256
4257 .uk-icon-quote-left:before {
4258 content: "\f10d"
4259 }
4260
4261 .uk-icon-quote-right:before {
4262 content: "\f10e"
4263 }
4264
4265 .uk-icon-spinner:before {
4266 content: "\f110"
4267 }
4268
4269 .uk-icon-circle:before {
4270 content: "\f111"
4271 }
4272
4273 .uk-icon-mail-reply:before,
4274 .uk-icon-reply:before {
4275 content: "\f112"
4276 }
4277
4278 .uk-icon-github-alt:before {
4279 content: "\f113"
4280 }
4281
4282 .uk-icon-folder-o:before {
4283 content: "\f114"
4284 }
4285
4286 .uk-icon-folder-open-o:before {
4287 content: "\f115"
4288 }
4289
4290 .uk-icon-smile-o:before {
4291 content: "\f118"
4292 }
4293
4294 .uk-icon-frown-o:before {
4295 content: "\f119"
4296 }
4297
4298 .uk-icon-meh-o:before {
4299 content: "\f11a"
4300 }
4301
4302 .uk-icon-gamepad:before {
4303 content: "\f11b"
4304 }
4305
4306 .uk-icon-keyboard-o:before {
4307 content: "\f11c"
4308 }
4309
4310 .uk-icon-flag-o:before {
4311 content: "\f11d"
4312 }
4313
4314 .uk-icon-flag-checkered:before {
4315 content: "\f11e"
4316 }
4317
4318 .uk-icon-terminal:before {
4319 content: "\f120"
4320 }
4321
4322 .uk-icon-code:before {
4323 content: "\f121"
4324 }
4325
4326 .uk-icon-mail-reply-all:before,
4327 .uk-icon-reply-all:before {
4328 content: "\f122"
4329 }
4330
4331 .uk-icon-star-half-empty:before,
4332 .uk-icon-star-half-full:before,
4333 .uk-icon-star-half-o:before {
4334 content: "\f123"
4335 }
4336
4337 .uk-icon-location-arrow:before {
4338 content: "\f124"
4339 }
4340
4341 .uk-icon-crop:before {
4342 content: "\f125"
4343 }
4344
4345 .uk-icon-code-fork:before {
4346 content: "\f126"
4347 }
4348
4349 .uk-icon-unlink:before,
4350 .uk-icon-chain-broken:before {
4351 content: "\f127"
4352 }
4353
4354 .uk-icon-question:before {
4355 content: "\f128"
4356 }
4357
4358 .uk-icon-info:before {
4359 content: "\f129"
4360 }
4361
4362 .uk-icon-exclamation:before {
4363 content: "\f12a"
4364 }
4365
4366 .uk-icon-superscript:before {
4367 content: "\f12b"
4368 }
4369
4370 .uk-icon-subscript:before {
4371 content: "\f12c"
4372 }
4373
4374 .uk-icon-eraser:before {
4375 content: "\f12d"
4376 }
4377
4378 .uk-icon-puzzle-piece:before {
4379 content: "\f12e"
4380 }
4381
4382 .uk-icon-microphone:before {
4383 content: "\f130"
4384 }
4385
4386 .uk-icon-microphone-slash:before {
4387 content: "\f131"
4388 }
4389
4390 .uk-icon-shield:before {
4391 content: "\f132"
4392 }
4393
4394 .uk-icon-calendar-o:before {
4395 content: "\f133"
4396 }
4397
4398 .uk-icon-fire-extinguisher:before {
4399 content: "\f134"
4400 }
4401
4402 .uk-icon-rocket:before {
4403 content: "\f135"
4404 }
4405
4406 .uk-icon-maxcdn:before {
4407 content: "\f136"
4408 }
4409
4410 .uk-icon-chevron-circle-left:before {
4411 content: "\f137"
4412 }
4413
4414 .uk-icon-chevron-circle-right:before {
4415 content: "\f138"
4416 }
4417
4418 .uk-icon-chevron-circle-up:before {
4419 content: "\f139"
4420 }
4421
4422 .uk-icon-chevron-circle-down:before {
4423 content: "\f13a"
4424 }
4425
4426 .uk-icon-html5:before {
4427 content: "\f13b"
4428 }
4429
4430 .uk-icon-css3:before {
4431 content: "\f13c"
4432 }
4433
4434 .uk-icon-anchor:before {
4435 content: "\f13d"
4436 }
4437
4438 .uk-icon-unlock-alt:before {
4439 content: "\f13e"
4440 }
4441
4442 .uk-icon-bullseye:before {
4443 content: "\f140"
4444 }
4445
4446 .uk-icon-ellipsis-h:before {
4447 content: "\f141"
4448 }
4449
4450 .uk-icon-ellipsis-v:before {
4451 content: "\f142"
4452 }
4453
4454 .uk-icon-rss-square:before {
4455 content: "\f143"
4456 }
4457
4458 .uk-icon-play-circle:before {
4459 content: "\f144"
4460 }
4461
4462 .uk-icon-ticket:before {
4463 content: "\f145"
4464 }
4465
4466 .uk-icon-minus-square:before {
4467 content: "\f146"
4468 }
4469
4470 .uk-icon-minus-square-o:before {
4471 content: "\f147"
4472 }
4473
4474 .uk-icon-level-up:before {
4475 content: "\f148"
4476 }
4477
4478 .uk-icon-level-down:before {
4479 content: "\f149"
4480 }
4481
4482 .uk-icon-check-square:before {
4483 content: "\f14a"
4484 }
4485
4486 .uk-icon-pencil-square:before {
4487 content: "\f14b"
4488 }
4489
4490 .uk-icon-external-link-square:before {
4491 content: "\f14c"
4492 }
4493
4494 .uk-icon-share-square:before {
4495 content: "\f14d"
4496 }
4497
4498 .uk-icon-compass:before {
4499 content: "\f14e"
4500 }
4501
4502 .uk-icon-toggle-down:before,
4503 .uk-icon-caret-square-o-down:before {
4504 content: "\f150"
4505 }
4506
4507 .uk-icon-toggle-up:before,
4508 .uk-icon-caret-square-o-up:before {
4509 content: "\f151"
4510 }
4511
4512 .uk-icon-toggle-right:before,
4513 .uk-icon-caret-square-o-right:before {
4514 content: "\f152"
4515 }
4516
4517 .uk-icon-euro:before,
4518 .uk-icon-eur:before {
4519 content: "\f153"
4520 }
4521
4522 .uk-icon-gbp:before {
4523 content: "\f154"
4524 }
4525
4526 .uk-icon-dollar:before,
4527 .uk-icon-usd:before {
4528 content: "\f155"
4529 }
4530
4531 .uk-icon-rupee:before,
4532 .uk-icon-inr:before {
4533 content: "\f156"
4534 }
4535
4536 .uk-icon-cny:before,
4537 .uk-icon-rmb:before,
4538 .uk-icon-yen:before,
4539 .uk-icon-jpy:before {
4540 content: "\f157"
4541 }
4542
4543 .uk-icon-ruble:before,
4544 .uk-icon-rouble:before,
4545 .uk-icon-rub:before {
4546 content: "\f158"
4547 }
4548
4549 .uk-icon-won:before,
4550 .uk-icon-krw:before {
4551 content: "\f159"
4552 }
4553
4554 .uk-icon-bitcoin:before,
4555 .uk-icon-btc:before {
4556 content: "\f15a"
4557 }
4558
4559 .uk-icon-file:before {
4560 content: "\f15b"
4561 }
4562
4563 .uk-icon-file-text:before {
4564 content: "\f15c"
4565 }
4566
4567 .uk-icon-sort-alpha-asc:before {
4568 content: "\f15d"
4569 }
4570
4571 .uk-icon-sort-alpha-desc:before {
4572 content: "\f15e"
4573 }
4574
4575 .uk-icon-sort-amount-asc:before {
4576 content: "\f160"
4577 }
4578
4579 .uk-icon-sort-amount-desc:before {
4580 content: "\f161"
4581 }
4582
4583 .uk-icon-sort-numeric-asc:before {
4584 content: "\f162"
4585 }
4586
4587 .uk-icon-sort-numeric-desc:before {
4588 content: "\f163"
4589 }
4590
4591 .uk-icon-thumbs-up:before {
4592 content: "\f164"
4593 }
4594
4595 .uk-icon-thumbs-down:before {
4596 content: "\f165"
4597 }
4598
4599 .uk-icon-youtube-square:before {
4600 content: "\f166"
4601 }
4602
4603 .uk-icon-youtube:before {
4604 content: "\f167"
4605 }
4606
4607 .uk-icon-xing:before {
4608 content: "\f168"
4609 }
4610
4611 .uk-icon-xing-square:before {
4612 content: "\f169"
4613 }
4614
4615 .uk-icon-youtube-play:before {
4616 content: "\f16a"
4617 }
4618
4619 .uk-icon-dropbox:before {
4620 content: "\f16b"
4621 }
4622
4623 .uk-icon-stack-overflow:before {
4624 content: "\f16c"
4625 }
4626
4627 .uk-icon-instagram:before {
4628 content: "\f16d"
4629 }
4630
4631 .uk-icon-flickr:before {
4632 content: "\f16e"
4633 }
4634
4635 .uk-icon-adn:before {
4636 content: "\f170"
4637 }
4638
4639 .uk-icon-bitbucket:before {
4640 content: "\f171"
4641 }
4642
4643 .uk-icon-bitbucket-square:before {
4644 content: "\f172"
4645 }
4646
4647 .uk-icon-tumblr:before {
4648 content: "\f173"
4649 }
4650
4651 .uk-icon-tumblr-square:before {
4652 content: "\f174"
4653 }
4654
4655 .uk-icon-long-arrow-down:before {
4656 content: "\f175"
4657 }
4658
4659 .uk-icon-long-arrow-up:before {
4660 content: "\f176"
4661 }
4662
4663 .uk-icon-long-arrow-left:before {
4664 content: "\f177"
4665 }
4666
4667 .uk-icon-long-arrow-right:before {
4668 content: "\f178"
4669 }
4670
4671 .uk-icon-apple:before {
4672 content: "\f179"
4673 }
4674
4675 .uk-icon-windows:before {
4676 content: "\f17a"
4677 }
4678
4679 .uk-icon-android:before {
4680 content: "\f17b"
4681 }
4682
4683 .uk-icon-linux:before {
4684 content: "\f17c"
4685 }
4686
4687 .uk-icon-dribbble:before {
4688 content: "\f17d"
4689 }
4690
4691 .uk-icon-skype:before {
4692 content: "\f17e"
4693 }
4694
4695 .uk-icon-foursquare:before {
4696 content: "\f180"
4697 }
4698
4699 .uk-icon-trello:before {
4700 content: "\f181"
4701 }
4702
4703 .uk-icon-female:before {
4704 content: "\f182"
4705 }
4706
4707 .uk-icon-male:before {
4708 content: "\f183"
4709 }
4710
4711 .uk-icon-gittip:before,
4712 .uk-icon-gratipay:before {
4713 content: "\f184"
4714 }
4715
4716 .uk-icon-sun-o:before {
4717 content: "\f185"
4718 }
4719
4720 .uk-icon-moon-o:before {
4721 content: "\f186"
4722 }
4723
4724 .uk-icon-archive:before {
4725 content: "\f187"
4726 }
4727
4728 .uk-icon-bug:before {
4729 content: "\f188"
4730 }
4731
4732 .uk-icon-vk:before {
4733 content: "\f189"
4734 }
4735
4736 .uk-icon-weibo:before {
4737 content: "\f18a"
4738 }
4739
4740 .uk-icon-renren:before {
4741 content: "\f18b"
4742 }
4743
4744 .uk-icon-pagelines:before {
4745 content: "\f18c"
4746 }
4747
4748 .uk-icon-stack-exchange:before {
4749 content: "\f18d"
4750 }
4751
4752 .uk-icon-arrow-circle-o-right:before {
4753 content: "\f18e"
4754 }
4755
4756 .uk-icon-arrow-circle-o-left:before {
4757 content: "\f190"
4758 }
4759
4760 .uk-icon-toggle-left:before,
4761 .uk-icon-caret-square-o-left:before {
4762 content: "\f191"
4763 }
4764
4765 .uk-icon-dot-circle-o:before {
4766 content: "\f192"
4767 }
4768
4769 .uk-icon-wheelchair:before {
4770 content: "\f193"
4771 }
4772
4773 .uk-icon-vimeo-square:before {
4774 content: "\f194"
4775 }
4776
4777 .uk-icon-turkish-lira:before,
4778 .uk-icon-try:before {
4779 content: "\f195"
4780 }
4781
4782 .uk-icon-plus-square-o:before {
4783 content: "\f196"
4784 }
4785
4786 .uk-icon-space-shuttle:before {
4787 content: "\f197"
4788 }
4789
4790 .uk-icon-slack:before {
4791 content: "\f198"
4792 }
4793
4794 .uk-icon-envelope-square:before {
4795 content: "\f199"
4796 }
4797
4798 .uk-icon-wordpress:before {
4799 content: "\f19a"
4800 }
4801
4802 .uk-icon-openid:before {
4803 content: "\f19b"
4804 }
4805
4806 .uk-icon-institution:before,
4807 .uk-icon-bank:before,
4808 .uk-icon-university:before {
4809 content: "\f19c"
4810 }
4811
4812 .uk-icon-mortar-board:before,
4813 .uk-icon-graduation-cap:before {
4814 content: "\f19d"
4815 }
4816
4817 .uk-icon-yahoo:before {
4818 content: "\f19e"
4819 }
4820
4821 .uk-icon-google:before {
4822 content: "\f1a0"
4823 }
4824
4825 .uk-icon-reddit:before {
4826 content: "\f1a1"
4827 }
4828
4829 .uk-icon-reddit-square:before {
4830 content: "\f1a2"
4831 }
4832
4833 .uk-icon-stumbleupon-circle:before {
4834 content: "\f1a3"
4835 }
4836
4837 .uk-icon-stumbleupon:before {
4838 content: "\f1a4"
4839 }
4840
4841 .uk-icon-delicious:before {
4842 content: "\f1a5"
4843 }
4844
4845 .uk-icon-digg:before {
4846 content: "\f1a6"
4847 }
4848
4849 .uk-icon-pied-piper:before {
4850 content: "\f1a7"
4851 }
4852
4853 .uk-icon-pied-piper-alt:before {
4854 content: "\f1a8"
4855 }
4856
4857 .uk-icon-drupal:before {
4858 content: "\f1a9"
4859 }
4860
4861 .uk-icon-joomla:before {
4862 content: "\f1aa"
4863 }
4864
4865 .uk-icon-language:before {
4866 content: "\f1ab"
4867 }
4868
4869 .uk-icon-fax:before {
4870 content: "\f1ac"
4871 }
4872
4873 .uk-icon-building:before {
4874 content: "\f1ad"
4875 }
4876
4877 .uk-icon-child:before {
4878 content: "\f1ae"
4879 }
4880
4881 .uk-icon-paw:before {
4882 content: "\f1b0"
4883 }
4884
4885 .uk-icon-spoon:before {
4886 content: "\f1b1"
4887 }
4888
4889 .uk-icon-cube:before {
4890 content: "\f1b2"
4891 }
4892
4893 .uk-icon-cubes:before {
4894 content: "\f1b3"
4895 }
4896
4897 .uk-icon-behance:before {
4898 content: "\f1b4"
4899 }
4900
4901 .uk-icon-behance-square:before {
4902 content: "\f1b5"
4903 }
4904
4905 .uk-icon-steam:before {
4906 content: "\f1b6"
4907 }
4908
4909 .uk-icon-steam-square:before {
4910 content: "\f1b7"
4911 }
4912
4913 .uk-icon-recycle:before {
4914 content: "\f1b8"
4915 }
4916
4917 .uk-icon-automobile:before,
4918 .uk-icon-car:before {
4919 content: "\f1b9"
4920 }
4921
4922 .uk-icon-cab:before,
4923 .uk-icon-taxi:before {
4924 content: "\f1ba"
4925 }
4926
4927 .uk-icon-tree:before {
4928 content: "\f1bb"
4929 }
4930
4931 .uk-icon-spotify:before {
4932 content: "\f1bc"
4933 }
4934
4935 .uk-icon-deviantart:before {
4936 content: "\f1bd"
4937 }
4938
4939 .uk-icon-soundcloud:before {
4940 content: "\f1be"
4941 }
4942
4943 .uk-icon-database:before {
4944 content: "\f1c0"
4945 }
4946
4947 .uk-icon-file-pdf-o:before {
4948 content: "\f1c1"
4949 }
4950
4951 .uk-icon-file-word-o:before {
4952 content: "\f1c2"
4953 }
4954
4955 .uk-icon-file-excel-o:before {
4956 content: "\f1c3"
4957 }
4958
4959 .uk-icon-file-powerpoint-o:before {
4960 content: "\f1c4"
4961 }
4962
4963 .uk-icon-file-photo-o:before,
4964 .uk-icon-file-picture-o:before,
4965 .uk-icon-file-image-o:before {
4966 content: "\f1c5"
4967 }
4968
4969 .uk-icon-file-zip-o:before,
4970 .uk-icon-file-archive-o:before {
4971 content: "\f1c6"
4972 }
4973
4974 .uk-icon-file-sound-o:before,
4975 .uk-icon-file-audio-o:before {
4976 content: "\f1c7"
4977 }
4978
4979 .uk-icon-file-movie-o:before,
4980 .uk-icon-file-video-o:before {
4981 content: "\f1c8"
4982 }
4983
4984 .uk-icon-file-code-o:before {
4985 content: "\f1c9"
4986 }
4987
4988 .uk-icon-vine:before {
4989 content: "\f1ca"
4990 }
4991
4992 .uk-icon-codepen:before {
4993 content: "\f1cb"
4994 }
4995
4996 .uk-icon-jsfiddle:before {
4997 content: "\f1cc"
4998 }
4999
5000 .uk-icon-life-bouy:before,
5001 .uk-icon-life-buoy:before,
5002 .uk-icon-life-saver:before,
5003 .uk-icon-support:before,
5004 .uk-icon-life-ring:before {
5005 content: "\f1cd"
5006 }
5007
5008 .uk-icon-circle-o-notch:before {
5009 content: "\f1ce"
5010 }
5011
5012 .uk-icon-ra:before,
5013 .uk-icon-rebel:before {
5014 content: "\f1d0"
5015 }
5016
5017 .uk-icon-ge:before,
5018 .uk-icon-empire:before {
5019 content: "\f1d1"
5020 }
5021
5022 .uk-icon-git-square:before {
5023 content: "\f1d2"
5024 }
5025
5026 .uk-icon-git:before {
5027 content: "\f1d3"
5028 }
5029
5030 .uk-icon-hacker-news:before {
5031 content: "\f1d4"
5032 }
5033
5034 .uk-icon-tencent-weibo:before {
5035 content: "\f1d5"
5036 }
5037
5038 .uk-icon-qq:before {
5039 content: "\f1d6"
5040 }
5041
5042 .uk-icon-wechat:before,
5043 .uk-icon-weixin:before {
5044 content: "\f1d7"
5045 }
5046
5047 .uk-icon-send:before,
5048 .uk-icon-paper-plane:before {
5049 content: "\f1d8"
5050 }
5051
5052 .uk-icon-send-o:before,
5053 .uk-icon-paper-plane-o:before {
5054 content: "\f1d9"
5055 }
5056
5057 .uk-icon-history:before {
5058 content: "\f1da"
5059 }
5060
5061 .uk-icon-genderless:before,
5062 .uk-icon-circle-thin:before {
5063 content: "\f1db"
5064 }
5065
5066 .uk-icon-header:before {
5067 content: "\f1dc"
5068 }
5069
5070 .uk-icon-paragraph:before {
5071 content: "\f1dd"
5072 }
5073
5074 .uk-icon-sliders:before {
5075 content: "\f1de"
5076 }
5077
5078 .uk-icon-share-alt:before {
5079 content: "\f1e0"
5080 }
5081
5082 .uk-icon-share-alt-square:before {
5083 content: "\f1e1"
5084 }
5085
5086 .uk-icon-bomb:before {
5087 content: "\f1e2"
5088 }
5089
5090 .uk-icon-soccer-ball-o:before,
5091 .uk-icon-futbol-o:before {
5092 content: "\f1e3"
5093 }
5094
5095 .uk-icon-tty:before {
5096 content: "\f1e4"
5097 }
5098
5099 .uk-icon-binoculars:before {
5100 content: "\f1e5"
5101 }
5102
5103 .uk-icon-plug:before {
5104 content: "\f1e6"
5105 }
5106
5107 .uk-icon-slideshare:before {
5108 content: "\f1e7"
5109 }
5110
5111 .uk-icon-twitch:before {
5112 content: "\f1e8"
5113 }
5114
5115 .uk-icon-yelp:before {
5116 content: "\f1e9"
5117 }
5118
5119 .uk-icon-newspaper-o:before {
5120 content: "\f1ea"
5121 }
5122
5123 .uk-icon-wifi:before {
5124 content: "\f1eb"
5125 }
5126
5127 .uk-icon-calculator:before {
5128 content: "\f1ec"
5129 }
5130
5131 .uk-icon-paypal:before {
5132 content: "\f1ed"
5133 }
5134
5135 .uk-icon-google-wallet:before {
5136 content: "\f1ee"
5137 }
5138
5139 .uk-icon-cc-visa:before {
5140 content: "\f1f0"
5141 }
5142
5143 .uk-icon-cc-mastercard:before {
5144 content: "\f1f1"
5145 }
5146
5147 .uk-icon-cc-discover:before {
5148 content: "\f1f2"
5149 }
5150
5151 .uk-icon-cc-amex:before {
5152 content: "\f1f3"
5153 }
5154
5155 .uk-icon-cc-paypal:before {
5156 content: "\f1f4"
5157 }
5158
5159 .uk-icon-cc-stripe:before {
5160 content: "\f1f5"
5161 }
5162
5163 .uk-icon-bell-slash:before {
5164 content: "\f1f6"
5165 }
5166
5167 .uk-icon-bell-slash-o:before {
5168 content: "\f1f7"
5169 }
5170
5171 .uk-icon-trash:before {
5172 content: "\f1f8"
5173 }
5174
5175 .uk-icon-copyright:before {
5176 content: "\f1f9"
5177 }
5178
5179 .uk-icon-at:before {
5180 content: "\f1fa"
5181 }
5182
5183 .uk-icon-eyedropper:before {
5184 content: "\f1fb"
5185 }
5186
5187 .uk-icon-paint-brush:before {
5188 content: "\f1fc"
5189 }
5190
5191 .uk-icon-birthday-cake:before {
5192 content: "\f1fd"
5193 }
5194
5195 .uk-icon-area-chart:before {
5196 content: "\f1fe"
5197 }
5198
5199 .uk-icon-pie-chart:before {
5200 content: "\f200"
5201 }
5202
5203 .uk-icon-line-chart:before {
5204 content: "\f201"
5205 }
5206
5207 .uk-icon-lastfm:before {
5208 content: "\f202"
5209 }
5210
5211 .uk-icon-lastfm-square:before {
5212 content: "\f203"
5213 }
5214
5215 .uk-icon-toggle-off:before {
5216 content: "\f204"
5217 }
5218
5219 .uk-icon-toggle-on:before {
5220 content: "\f205"
5221 }
5222
5223 .uk-icon-bicycle:before {
5224 content: "\f206"
5225 }
5226
5227 .uk-icon-bus:before {
5228 content: "\f207"
5229 }
5230
5231 .uk-icon-ioxhost:before {
5232 content: "\f208"
5233 }
5234
5235 .uk-icon-angellist:before {
5236 content: "\f209"
5237 }
5238
5239 .uk-icon-cc:before {
5240 content: "\f20a"
5241 }
5242
5243 .uk-icon-shekel:before,
5244 .uk-icon-sheqel:before,
5245 .uk-icon-ils:before {
5246 content: "\f20b"
5247 }
5248
5249 .uk-icon-meanpath:before {
5250 content: "\f20c"
5251 }
5252
5253 .uk-icon-buysellads:before {
5254 content: "\f20d"
5255 }
5256
5257 .uk-icon-connectdevelop:before {
5258 content: "\f20e"
5259 }
5260
5261 .uk-icon-dashcube:before {
5262 content: "\f210"
5263 }
5264
5265 .uk-icon-forumbee:before {
5266 content: "\f211"
5267 }
5268
5269 .uk-icon-leanpub:before {
5270 content: "\f212"
5271 }
5272
5273 .uk-icon-sellsy:before {
5274 content: "\f213"
5275 }
5276
5277 .uk-icon-shirtsinbulk:before {
5278 content: "\f214"
5279 }
5280
5281 .uk-icon-simplybuilt:before {
5282 content: "\f215"
5283 }
5284
5285 .uk-icon-skyatlas:before {
5286 content: "\f216"
5287 }
5288
5289 .uk-icon-cart-plus:before {
5290 content: "\f217"
5291 }
5292
5293 .uk-icon-cart-arrow-down:before {
5294 content: "\f218"
5295 }
5296
5297 .uk-icon-diamond:before {
5298 content: "\f219"
5299 }
5300
5301 .uk-icon-ship:before {
5302 content: "\f21a"
5303 }
5304
5305 .uk-icon-user-secret:before {
5306 content: "\f21b"
5307 }
5308
5309 .uk-icon-motorcycle:before {
5310 content: "\f21c"
5311 }
5312
5313 .uk-icon-street-view:before {
5314 content: "\f21d"
5315 }
5316
5317 .uk-icon-heartbeat:before {
5318 content: "\f21e"
5319 }
5320
5321 .uk-icon-venus:before {
5322 content: "\f221"
5323 }
5324
5325 .uk-icon-mars:before {
5326 content: "\f222"
5327 }
5328
5329 .uk-icon-mercury:before {
5330 content: "\f223"
5331 }
5332
5333 .uk-icon-transgender:before {
5334 content: "\f224"
5335 }
5336
5337 .uk-icon-transgender-alt:before {
5338 content: "\f225"
5339 }
5340
5341 .uk-icon-venus-double:before {
5342 content: "\f226"
5343 }
5344
5345 .uk-icon-mars-double:before {
5346 content: "\f227"
5347 }
5348
5349 .uk-icon-venus-mars:before {
5350 content: "\f228"
5351 }
5352
5353 .uk-icon-mars-stroke:before {
5354 content: "\f229"
5355 }
5356
5357 .uk-icon-mars-stroke-v:before {
5358 content: "\f22a"
5359 }
5360
5361 .uk-icon-mars-stroke-h:before {
5362 content: "\f22b"
5363 }
5364
5365 .uk-icon-neuter:before {
5366 content: "\f22c"
5367 }
5368
5369 .uk-icon-facebook-official:before {
5370 content: "\f230"
5371 }
5372
5373 .uk-icon-pinterest-p:before {
5374 content: "\f231"
5375 }
5376
5377 .uk-icon-whatsapp:before {
5378 content: "\f232"
5379 }
5380
5381 .uk-icon-server:before {
5382 content: "\f233"
5383 }
5384
5385 .uk-icon-user-plus:before {
5386 content: "\f234"
5387 }
5388
5389 .uk-icon-user-times:before {
5390 content: "\f235"
5391 }
5392
5393 .uk-icon-hotel:before,
5394 .uk-icon-bed:before {
5395 content: "\f236"
5396 }
5397
5398 .uk-icon-viacoin:before {
5399 content: "\f237"
5400 }
5401
5402 .uk-icon-train:before {
5403 content: "\f238"
5404 }
5405
5406 .uk-icon-subway:before {
5407 content: "\f239"
5408 }
5409
5410 .uk-icon-medium-logo:before {
5411 content: "\f23a"
5412 }
5413
5414 .uk-icon-500px:before {
5415 content: "\f26e"
5416 }
5417
5418 .uk-icon-amazon:before {
5419 content: "\f270"
5420 }
5421
5422 .uk-icon-balance-scale:before {
5423 content: "\f24e"
5424 }
5425
5426 .uk-icon-battery-empty:before,
5427 .uk-icon-battery-0:before {
5428 content: "\f244"
5429 }
5430
5431 .uk-icon-battery-quarter:before,
5432 .uk-icon-battery-1:before {
5433 content: "\f243"
5434 }
5435
5436 .uk-icon-battery-half:before,
5437 .uk-icon-battery-2:before {
5438 content: "\f242"
5439 }
5440
5441 .uk-icon-battery-three-quarters:before,
5442 .uk-icon-battery-3:before {
5443 content: "\f241"
5444 }
5445
5446 .uk-icon-battery-full:before,
5447 .uk-icon-battery-4:before {
5448 content: "\f240"
5449 }
5450
5451 .uk-icon-black-tie:before {
5452 content: "\f27e"
5453 }
5454
5455 .uk-icon-calendar-check-o:before {
5456 content: "\f274"
5457 }
5458
5459 .uk-icon-calendar-minus-o:before {
5460 content: "\f272"
5461 }
5462
5463 .uk-icon-calendar-plus-o:before {
5464 content: "\f271"
5465 }
5466
5467 .uk-icon-calendar-times-o:before {
5468 content: "\f273"
5469 }
5470
5471 .uk-icon-cc-diners-club:before {
5472 content: "\f24c"
5473 }
5474
5475 .uk-icon-cc-jcb:before {
5476 content: "\f24b"
5477 }
5478
5479 .uk-icon-chrome:before {
5480 content: "\f268"
5481 }
5482
5483 .uk-icon-clone:before {
5484 content: "\f24d"
5485 }
5486
5487 .uk-icon-commenting:before {
5488 content: "\f27a"
5489 }
5490
5491 .uk-icon-commenting-o:before {
5492 content: "\f27b"
5493 }
5494
5495 .uk-icon-contao:before {
5496 content: "\f26d"
5497 }
5498
5499 .uk-icon-creative-commons:before {
5500 content: "\f25e"
5501 }
5502
5503 .uk-icon-expeditedssl:before {
5504 content: "\f23e"
5505 }
5506
5507 .uk-icon-firefox:before {
5508 content: "\f269"
5509 }
5510
5511 .uk-icon-fonticons:before {
5512 content: "\f280"
5513 }
5514
5515 .uk-icon-get-pocket:before {
5516 content: "\f265"
5517 }
5518
5519 .uk-icon-gg:before {
5520 content: "\f260"
5521 }
5522
5523 .uk-icon-gg-circle:before {
5524 content: "\f261"
5525 }
5526
5527 .uk-icon-hand-lizard-o:before {
5528 content: "\f258"
5529 }
5530
5531 .uk-icon-hand-stop-o:before,
5532 .uk-icon-hand-paper-o:before {
5533 content: "\f256"
5534 }
5535
5536 .uk-icon-hand-peace-o:before {
5537 content: "\f25b"
5538 }
5539
5540 .uk-icon-hand-pointer-o:before {
5541 content: "\f25a"
5542 }
5543
5544 .uk-icon-hand-grab-o:before,
5545 .uk-icon-hand-rock-o:before {
5546 content: "\f255"
5547 }
5548
5549 .uk-icon-hand-scissors-o:before {
5550 content: "\f257"
5551 }
5552
5553 .uk-icon-hand-spock-o:before {
5554 content: "\f259"
5555 }
5556
5557 .uk-icon-hourglass:before {
5558 content: "\f254"
5559 }
5560
5561 .uk-icon-hourglass-o:before {
5562 content: "\f250"
5563 }
5564
5565 .uk-icon-hourglass-1:before,
5566 .uk-icon-hourglass-start:before {
5567 content: "\f251"
5568 }
5569
5570 .uk-icon-hourglass-2:before,
5571 .uk-icon-hourglass-half:before {
5572 content: "\f252"
5573 }
5574
5575 .uk-icon-hourglass-3:before,
5576 .uk-icon-hourglass-end:before {
5577 content: "\f253"
5578 }
5579
5580 .uk-icon-houzz:before {
5581 content: "\f27c"
5582 }
5583
5584 .uk-icon-i-cursor:before {
5585 content: "\f246"
5586 }
5587
5588 .uk-icon-industry:before {
5589 content: "\f275"
5590 }
5591
5592 .uk-icon-internet-explorer:before {
5593 content: "\f26b"
5594 }
5595
5596 .uk-icon-map:before {
5597 content: "\f279"
5598 }
5599
5600 .uk-icon-map-o:before {
5601 content: "\f278"
5602 }
5603
5604 .uk-icon-map-pin:before {
5605 content: "\f276"
5606 }
5607
5608 .uk-icon-map-signs:before {
5609 content: "\f277"
5610 }
5611
5612 .uk-icon-mouse-pointer:before {
5613 content: "\f245"
5614 }
5615
5616 .uk-icon-object-group:before {
5617 content: "\f247"
5618 }
5619
5620 .uk-icon-object-ungroup:before {
5621 content: "\f248"
5622 }
5623
5624 .uk-icon-odnoklassniki:before {
5625 content: "\f263"
5626 }
5627
5628 .uk-icon-odnoklassniki-square:before {
5629 content: "\f264"
5630 }
5631
5632 .uk-icon-opencart:before {
5633 content: "\f23d"
5634 }
5635
5636 .uk-icon-opera:before {
5637 content: "\f26a"
5638 }
5639
5640 .uk-icon-optin-monster:before {
5641 content: "\f23c"
5642 }
5643
5644 .uk-icon-registered:before {
5645 content: "\f25d"
5646 }
5647
5648 .uk-icon-safari:before {
5649 content: "\f267"
5650 }
5651
5652 .uk-icon-sticky-note:before {
5653 content: "\f249"
5654 }
5655
5656 .uk-icon-sticky-note-o:before {
5657 content: "\f24a"
5658 }
5659
5660 .uk-icon-tv:before,
5661 .uk-icon-television:before {
5662 content: "\f26c"
5663 }
5664
5665 .uk-icon-trademark:before {
5666 content: "\f25c"
5667 }
5668
5669 .uk-icon-tripadvisor:before {
5670 content: "\f262"
5671 }
5672
5673 .uk-icon-vimeo:before {
5674 content: "\f27d"
5675 }
5676
5677 .uk-icon-wikipedia-w:before {
5678 content: "\f266"
5679 }
5680
5681 .uk-icon-yc:before,
5682 .uk-icon-y-combinator:before {
5683 content: "\f23b"
5684 }
5685
5686 .uk-icon-yc-square:before,
5687 .uk-icon-y-combinator-square:before {
5688 content: "\f1d4"
5689 }
5690
5691 .uk-icon-bluetooth:before {
5692 content: "\f293"
5693 }
5694
5695 .uk-icon-bluetooth-b:before {
5696 content: "\f294"
5697 }
5698
5699 .uk-icon-codiepie:before {
5700 content: "\f284"
5701 }
5702
5703 .uk-icon-credit-card-alt:before {
5704 content: "\f283"
5705 }
5706
5707 .uk-icon-edge:before {
5708 content: "\f282"
5709 }
5710
5711 .uk-icon-fort-awesome:before {
5712 content: "\f286"
5713 }
5714
5715 .uk-icon-hashtag:before {
5716 content: "\f292"
5717 }
5718
5719 .uk-icon-mixcloud:before {
5720 content: "\f289"
5721 }
5722
5723 .uk-icon-modx:before {
5724 content: "\f285"
5725 }
5726
5727 .uk-icon-pause-circle:before {
5728 content: "\f28b"
5729 }
5730
5731 .uk-icon-pause-circle-o:before {
5732 content: "\f28c"
5733 }
5734
5735 .uk-icon-percent:before {
5736 content: "\f295"
5737 }
5738
5739 .uk-icon-product-hunt:before {
5740 content: "\f288"
5741 }
5742
5743 .uk-icon-reddit-alien:before {
5744 content: "\f281"
5745 }
5746
5747 .uk-icon-scribd:before {
5748 content: "\f28a"
5749 }
5750
5751 .uk-icon-shopping-bag:before {
5752 content: "\f290"
5753 }
5754
5755 .uk-icon-shopping-basket:before {
5756 content: "\f291"
5757 }
5758
5759 .uk-icon-stop-circle:before {
5760 content: "\f28d"
5761 }
5762
5763 .uk-icon-stop-circle-o:before {
5764 content: "\f28e"
5765 }
5766
5767 .uk-icon-usb:before {
5768 content: "\f287"
5769 }
5770
5771 .uk-close::-moz-focus-inner {
5772 border: 0;
5773 padding: 0
5774 }
5775
5776 .uk-close {
5777 -webkit-appearance: none;
5778 margin: 0;
5779 border: none;
5780 overflow: visible;
5781 font: inherit;
5782 color: inherit;
5783 text-transform: none;
5784 padding: 0;
5785 background: transparent;
5786 display: inline-block;
5787 box-sizing: content-box;
5788 width: 20px;
5789 line-height: 20px;
5790 text-align: center;
5791 vertical-align: middle;
5792 opacity: 0.3
5793 }
5794
5795 .uk-close:after {
5796 display: block;
5797 content: "\f00d";
5798 font-family: FontAwesome
5799 }
5800
5801 .uk-close:hover,
5802 .uk-close:focus {
5803 opacity: 0.5;
5804 outline: none;
5805 color: inherit;
5806 text-decoration: none;
5807 cursor: pointer
5808 }
5809
5810 .uk-close-alt {
5811 padding: 2px;
5812 border-radius: 50%;
5813 background: #fff;
5814 opacity: 1;
5815 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.3)
5816 }
5817
5818 .uk-close-alt:hover,
5819 .uk-close-alt:focus {
5820 opacity: 1
5821 }
5822
5823 .uk-close-alt:after {
5824 opacity: 0.5
5825 }
5826
5827 .uk-close-alt:hover:after,
5828 .uk-close-alt:focus:after {
5829 opacity: 0.8
5830 }
5831
5832 .uk-badge {
5833 display: inline-block;
5834 padding: 0 5px;
5835 background: #009dd8;
5836 font-size: 10px;
5837 font-weight: bold;
5838 line-height: 14px;
5839 color: #fff;
5840 text-align: center;
5841 vertical-align: middle;
5842 text-transform: none;
5843 border: 1px solid rgba(0, 0, 0, 0.2);
5844 border-bottom-color: rgba(0, 0, 0, 0.3);
5845 background-origin: border-box;
5846 background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
5847 background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
5848 border-radius: 2px;
5849 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
5850 }
5851
5852 a.uk-badge:hover {
5853 color: #fff
5854 }
5855
5856 .uk-badge-notification {
5857 box-sizing: border-box;
5858 min-width: 18px;
5859 border-radius: 500px;
5860 font-size: 12px;
5861 line-height: 18px
5862 }
5863
5864 .uk-badge-success {
5865 background-color: #82bb42;
5866 background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
5867 background-image: linear-gradient(to bottom, #9fd256, #6fac34)
5868 }
5869
5870 .uk-badge-warning {
5871 background-color: #f9a124;
5872 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
5873 background-image: linear-gradient(to bottom, #fbb450, #f89406)
5874 }
5875
5876 .uk-badge-danger {
5877 background-color: #d32c46;
5878 background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
5879 background-image: linear-gradient(to bottom, #ee465a, #c11a39)
5880 }
5881
5882 .uk-alert {
5883 margin-bottom: 15px;
5884 padding: 10px;
5885 background: #ebf7fd;
5886 color: #2d7091;
5887 border: 1px solid rgba(45, 112, 145, 0.3);
5888 border-radius: 4px;
5889 text-shadow: 0 1px 0 #fff
5890 }
5891
5892 *+.uk-alert {
5893 margin-top: 15px
5894 }
5895
5896 .uk-alert>:last-child {
5897 margin-bottom: 0
5898 }
5899
5900 .uk-alert h1,
5901 .uk-alert h2,
5902 .uk-alert h3,
5903 .uk-alert h4,
5904 .uk-alert h5,
5905 .uk-alert h6 {
5906 color: inherit
5907 }
5908
5909 .uk-alert>.uk-close:first-child {
5910 float: right
5911 }
5912
5913 .uk-alert>.uk-close:first-child+* {
5914 margin-top: 0
5915 }
5916
5917 .uk-alert-success {
5918 background: #f2fae3;
5919 color: #659f13;
5920 border-color: rgba(101, 159, 19, 0.3)
5921 }
5922
5923 .uk-alert-warning {
5924 background: #fffceb;
5925 color: #e28327;
5926 border-color: rgba(226, 131, 39, 0.3)
5927 }
5928
5929 .uk-alert-danger {
5930 background: #fff1f0;
5931 color: #d85030;
5932 border-color: rgba(216, 80, 48, 0.3)
5933 }
5934
5935 .uk-alert-large {
5936 padding: 20px
5937 }
5938
5939 .uk-alert-large>.uk-close:first-child {
5940 margin: -10px -10px 0 0
5941 }
5942
5943 .uk-thumbnail {
5944 display: inline-block;
5945 max-width: 100%;
5946 box-sizing: border-box;
5947 margin: 0;
5948 padding: 4px;
5949 border: 1px solid #ddd;
5950 background: #fff;
5951 border-radius: 4px;
5952 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05)
5953 }
5954
5955 a.uk-thumbnail:hover,
5956 a.uk-thumbnail:focus {
5957 border-color: #aaa;
5958 background-color: #fff;
5959 text-decoration: none;
5960 outline: none;
5961 box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
5962 }
5963
5964 .uk-thumbnail-caption {
5965 padding-top: 4px;
5966 text-align: center;
5967 color: #444
5968 }
5969
5970 .uk-thumbnail-mini {
5971 width: 150px
5972 }
5973
5974 .uk-thumbnail-small {
5975 width: 200px
5976 }
5977
5978 .uk-thumbnail-medium {
5979 width: 300px
5980 }
5981
5982 .uk-thumbnail-large {
5983 width: 400px
5984 }
5985
5986 .uk-thumbnail-expand,
5987 .uk-thumbnail-expand>img {
5988 width: 100%
5989 }
5990
5991 .uk-overlay {
5992 display: inline-block;
5993 position: relative;
5994 max-width: 100%;
5995 vertical-align: middle;
5996 overflow: hidden;
5997 -webkit-transform: translateZ(0);
5998 margin: 0
5999 }
6000
6001 .uk-overlay.uk-border-circle {
6002 -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
6003 }
6004
6005 .uk-overlay>:first-child {
6006 margin-bottom: 0
6007 }
6008
6009 .uk-overlay-panel {
6010 position: absolute;
6011 top: 0;
6012 bottom: 0;
6013 left: 0;
6014 right: 0;
6015 padding: 20px;
6016 color: #fff
6017 }
6018
6019 .uk-overlay-panel>:last-child,
6020 .uk-overlay-panel.uk-flex>*>:last-child {
6021 margin-bottom: 0
6022 }
6023
6024 .uk-overlay-panel h1,
6025 .uk-overlay-panel h2,
6026 .uk-overlay-panel h3,
6027 .uk-overlay-panel h4,
6028 .uk-overlay-panel h5,
6029 .uk-overlay-panel h6 {
6030 color: inherit
6031 }
6032
6033 .uk-overlay-panel a:not([class]) {
6034 color: inherit;
6035 text-decoration: underline
6036 }
6037
6038 .uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
6039 color: inherit
6040 }
6041
6042 .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
6043 opacity: 0
6044 }
6045
6046 .uk-overlay-active:not(.uk-active)>.uk-overlay-panel:not(.uk-ignore) {
6047 opacity: 0
6048 }
6049
6050 .uk-overlay-background {
6051 background: rgba(0, 0, 0, 0.5)
6052 }
6053
6054 .uk-overlay-image {
6055 padding: 0
6056 }
6057
6058 .uk-overlay-top {
6059 bottom: auto
6060 }
6061
6062 .uk-overlay-bottom {
6063 top: auto
6064 }
6065
6066 .uk-overlay-left {
6067 right: auto
6068 }
6069
6070 .uk-overlay-right {
6071 left: auto
6072 }
6073
6074 .uk-overlay-icon:before {
6075 content: "\f002";
6076 position: absolute;
6077 top: 50%;
6078 left: 50%;
6079 width: 50px;
6080 height: 50px;
6081 margin-top: -25px;
6082 margin-left: -25px;
6083 font-size: 50px;
6084 line-height: 1;
6085 font-family: FontAwesome;
6086 text-align: center;
6087 color: #fff
6088 }
6089
6090 .uk-overlay-fade,
6091 .uk-overlay-scale,
6092 .uk-overlay-spin,
6093 .uk-overlay-grayscale,
6094 .uk-overlay-blur,
6095 [class*='uk-overlay-slide'] {
6096 transition-duration: 0.3s;
6097 transition-timing-function: ease-out;
6098 transition-property: opacity, transform, filter
6099 }
6100
6101 .uk-overlay-active .uk-overlay-fade,
6102 .uk-overlay-active .uk-overlay-scale,
6103 .uk-overlay-active .uk-overlay-spin,
6104 .uk-overlay-active [class*='uk-overlay-slide'] {
6105 transition-duration: 0.8s
6106 }
6107
6108 .uk-overlay-fade {
6109 opacity: .7
6110 }
6111
6112 .uk-overlay-hover:hover .uk-overlay-fade,
6113 .uk-overlay-hover.uk-hover .uk-overlay-fade,
6114 .uk-overlay-active .uk-active>.uk-overlay-fade {
6115 opacity: 1
6116 }
6117
6118 .uk-overlay-scale {
6119 -webkit-transform: scale(1);
6120 transform: scale(1)
6121 }
6122
6123 .uk-overlay-hover:hover .uk-overlay-scale,
6124 .uk-overlay-hover.uk-hover .uk-overlay-scale,
6125 .uk-overlay-active .uk-active>.uk-overlay-scale {
6126 -webkit-transform: scale(1.1);
6127 transform: scale(1.1)
6128 }
6129
6130 .uk-overlay-spin {
6131 -webkit-transform: scale(1) rotate(0deg);
6132 transform: scale(1) rotate(0deg)
6133 }
6134
6135 .uk-overlay-hover:hover .uk-overlay-spin,
6136 .uk-overlay-hover.uk-hover .uk-overlay-spin,
6137 .uk-overlay-active .uk-active>.uk-overlay-spin {
6138 -webkit-transform: scale(1.1) rotate(3deg);
6139 transform: scale(1.1) rotate(3deg)
6140 }
6141
6142 .uk-overlay-grayscale {
6143 -webkit-filter: grayscale(100%);
6144 filter: grayscale(100%)
6145 }
6146
6147 .uk-overlay-hover:hover .uk-overlay-grayscale,
6148 .uk-overlay-hover.uk-hover .uk-overlay-grayscale,
6149 .uk-overlay-active .uk-active>.uk-overlay-grayscale {
6150 -webkit-filter: grayscale(0);
6151 filter: grayscale(0)
6152 }
6153
6154 [class*='uk-overlay-slide'] {
6155 opacity: 0
6156 }
6157
6158 .uk-overlay-slide-top {
6159 -webkit-transform: translateY(-100%);
6160 transform: translateY(-100%)
6161 }
6162
6163 .uk-overlay-slide-bottom {
6164 -webkit-transform: translateY(100%);
6165 transform: translateY(100%)
6166 }
6167
6168 .uk-overlay-slide-left {
6169 -webkit-transform: translateX(-100%);
6170 transform: translateX(-100%)
6171 }
6172
6173 .uk-overlay-slide-right {
6174 -webkit-transform: translateX(100%);
6175 transform: translateX(100%)
6176 }
6177
6178 .uk-overlay-hover:hover [class*='uk-overlay-slide'],
6179 .uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
6180 .uk-overlay-active .uk-active>[class*='uk-overlay-slide'] {
6181 opacity: 1;
6182 -webkit-transform: translateX(0) translateY(0);
6183 transform: translateX(0) translateY(0)
6184 }
6185
6186 .uk-overlay-area {
6187 position: absolute;
6188 top: 0;
6189 bottom: 0;
6190 left: 0;
6191 right: 0;
6192 background: rgba(0, 0, 0, 0.3);
6193 opacity: 0;
6194 -webkit-transition: opacity 0.15s linear;
6195 transition: opacity 0.15s linear;
6196 -webkit-transform: translate3d(0, 0, 0)
6197 }
6198
6199 .uk-overlay:hover .uk-overlay-area,
6200 .uk-overlay.uk-hover .uk-overlay-area,
6201 .uk-overlay-toggle:hover .uk-overlay-area,
6202 .uk-overlay-toggle.uk-hover .uk-overlay-area {
6203 opacity: 1
6204 }
6205
6206 .uk-overlay-area:empty:before {
6207 content: "\f002";
6208 position: absolute;
6209 top: 50%;
6210 left: 50%;
6211 width: 50px;
6212 height: 50px;
6213 margin-top: -25px;
6214 margin-left: -25px;
6215 font-size: 50px;
6216 line-height: 1;
6217 font-family: FontAwesome;
6218 text-align: center;
6219 color: #fff
6220 }
6221
6222 .uk-overlay-area:not(:empty) {
6223 font-size: 0.001px
6224 }
6225
6226 .uk-overlay-area:not(:empty):before {
6227 content: '';
6228 display: inline-block;
6229 height: 100%;
6230 vertical-align: middle
6231 }
6232
6233 .uk-overlay-area-content {
6234 display: inline-block;
6235 box-sizing: border-box;
6236 width: 100%;
6237 vertical-align: middle;
6238 font-size: 1rem;
6239 text-align: center;
6240 padding: 0 15px;
6241 color: #fff
6242 }
6243
6244 .uk-overlay-area-content>:last-child {
6245 margin-bottom: 0
6246 }
6247
6248 .uk-overlay-area-content a:not([class]),
6249 .uk-overlay-area-content a:not([class]):hover {
6250 color: inherit
6251 }
6252
6253 .uk-overlay-caption {
6254 position: absolute;
6255 bottom: 0;
6256 left: 0;
6257 right: 0;
6258 padding: 15px;
6259 background: rgba(0, 0, 0, 0.5);
6260 color: #fff;
6261 opacity: 0;
6262 -webkit-transition: opacity 0.15s linear;
6263 transition: opacity 0.15s linear;
6264 -webkit-transform: translate3d(0, 0, 0)
6265 }
6266
6267 .uk-overlay:hover .uk-overlay-caption,
6268 .uk-overlay.uk-hover .uk-overlay-caption,
6269 .uk-overlay-toggle:hover .uk-overlay-caption,
6270 .uk-overlay-toggle.uk-hover .uk-overlay-caption {
6271 opacity: 1
6272 }
6273
6274 [class*='uk-column-'] {
6275 -webkit-column-gap: 25px;
6276 -moz-column-gap: 25px;
6277 column-gap: 25px
6278 }
6279
6280 .uk-column-1-2 {
6281 -webkit-column-count: 2;
6282 -moz-column-count: 2;
6283 column-count: 2
6284 }
6285
6286 .uk-column-1-3 {
6287 -webkit-column-count: 3;
6288 -moz-column-count: 3;
6289 column-count: 3
6290 }
6291
6292 .uk-column-1-4 {
6293 -webkit-column-count: 4;
6294 -moz-column-count: 4;
6295 column-count: 4
6296 }
6297
6298 .uk-column-1-5 {
6299 -webkit-column-count: 5;
6300 -moz-column-count: 5;
6301 column-count: 5
6302 }
6303
6304 .uk-column-1-6 {
6305 -webkit-column-count: 6;
6306 -moz-column-count: 6;
6307 column-count: 6
6308 }
6309
6310 @media (min-width:480px) {
6311 .uk-column-small-1-2 {
6312 -webkit-column-count: 2;
6313 -moz-column-count: 2;
6314 column-count: 2
6315 }
6316 .uk-column-small-1-3 {
6317 -webkit-column-count: 3;
6318 -moz-column-count: 3;
6319 column-count: 3
6320 }
6321 .uk-column-small-1-4 {
6322 -webkit-column-count: 4;
6323 -moz-column-count: 4;
6324 column-count: 4
6325 }
6326 .uk-column-small-1-5 {
6327 -webkit-column-count: 5;
6328 -moz-column-count: 5;
6329 column-count: 5
6330 }
6331 .uk-column-small-1-6 {
6332 -webkit-column-count: 6;
6333 -moz-column-count: 6;
6334 column-count: 6
6335 }
6336 }
6337
6338 @media (min-width:768px) {
6339 .uk-column-medium-1-2 {
6340 -webkit-column-count: 2;
6341 -moz-column-count: 2;
6342 column-count: 2
6343 }
6344 .uk-column-medium-1-3 {
6345 -webkit-column-count: 3;
6346 -moz-column-count: 3;
6347 column-count: 3
6348 }
6349 .uk-column-medium-1-4 {
6350 -webkit-column-count: 4;
6351 -moz-column-count: 4;
6352 column-count: 4
6353 }
6354 .uk-column-medium-1-5 {
6355 -webkit-column-count: 5;
6356 -moz-column-count: 5;
6357 column-count: 5
6358 }
6359 .uk-column-medium-1-6 {
6360 -webkit-column-count: 6;
6361 -moz-column-count: 6;
6362 column-count: 6
6363 }
6364 }
6365
6366 @media (min-width:960px) {
6367 .uk-column-large-1-2 {
6368 -webkit-column-count: 2;
6369 -moz-column-count: 2;
6370 column-count: 2
6371 }
6372 .uk-column-large-1-3 {
6373 -webkit-column-count: 3;
6374 -moz-column-count: 3;
6375 column-count: 3
6376 }
6377 .uk-column-large-1-4 {
6378 -webkit-column-count: 4;
6379 -moz-column-count: 4;
6380 column-count: 4
6381 }
6382 .uk-column-large-1-5 {
6383 -webkit-column-count: 5;
6384 -moz-column-count: 5;
6385 column-count: 5
6386 }
6387 .uk-column-large-1-6 {
6388 -webkit-column-count: 6;
6389 -moz-column-count: 6;
6390 column-count: 6
6391 }
6392 }
6393
6394 @media (min-width:1220px) {
6395 .uk-column-xlarge-1-2 {
6396 -webkit-column-count: 2;
6397 -moz-column-count: 2;
6398 column-count: 2
6399 }
6400 .uk-column-xlarge-1-3 {
6401 -webkit-column-count: 3;
6402 -moz-column-count: 3;
6403 column-count: 3
6404 }
6405 .uk-column-xlarge-1-4 {
6406 -webkit-column-count: 4;
6407 -moz-column-count: 4;
6408 column-count: 4
6409 }
6410 .uk-column-xlarge-1-5 {
6411 -webkit-column-count: 5;
6412 -moz-column-count: 5;
6413 column-count: 5
6414 }
6415 .uk-column-xlarge-1-6 {
6416 -webkit-column-count: 6;
6417 -moz-column-count: 6;
6418 column-count: 6
6419 }
6420 }
6421
6422 [class*='uk-animation-'] {
6423 -webkit-animation-duration: 0.5s;
6424 animation-duration: 0.5s;
6425 -webkit-animation-timing-function: ease-out;
6426 animation-timing-function: ease-out;
6427 -webkit-animation-fill-mode: both;
6428 animation-fill-mode: both
6429 }
6430
6431 @media screen {
6432 [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
6433 opacity: 0
6434 }
6435 }
6436
6437 .uk-animation-fade {
6438 -webkit-animation-name: uk-fade;
6439 animation-name: uk-fade;
6440 -webkit-animation-duration: 0.8s;
6441 animation-duration: 0.8s;
6442 -webkit-animation-timing-function: linear !important;
6443 animation-timing-function: linear !important
6444 }
6445
6446 .uk-animation-scale-up {
6447 -webkit-animation-name: uk-fade-scale-02;
6448 animation-name: uk-fade-scale-02
6449 }
6450
6451 .uk-animation-scale-down {
6452 -webkit-animation-name: uk-fade-scale-18;
6453 animation-name: uk-fade-scale-18
6454 }
6455
6456 .uk-animation-slide-top {
6457 -webkit-animation-name: uk-fade-top;
6458 animation-name: uk-fade-top
6459 }
6460
6461 .uk-animation-slide-bottom {
6462 -webkit-animation-name: uk-fade-bottom;
6463 animation-name: uk-fade-bottom
6464 }
6465
6466 .uk-animation-slide-left {
6467 -webkit-animation-name: uk-fade-left;
6468 animation-name: uk-fade-left
6469 }
6470
6471 .uk-animation-slide-right {
6472 -webkit-animation-name: uk-fade-right;
6473 animation-name: uk-fade-right
6474 }
6475
6476 .uk-animation-scale {
6477 -webkit-animation-name: uk-scale-12;
6478 animation-name: uk-scale-12
6479 }
6480
6481 .uk-animation-shake {
6482 -webkit-animation-name: uk-shake;
6483 animation-name: uk-shake
6484 }
6485
6486 .uk-animation-reverse {
6487 -webkit-animation-direction: reverse;
6488 animation-direction: reverse;
6489 -webkit-animation-timing-function: ease-in;
6490 animation-timing-function: ease-in
6491 }
6492
6493 .uk-animation-15 {
6494 -webkit-animation-duration: 15s;
6495 animation-duration: 15s
6496 }
6497
6498 .uk-animation-top-left {
6499 -webkit-transform-origin: 0 0;
6500 transform-origin: 0 0
6501 }
6502
6503 .uk-animation-top-center {
6504 -webkit-transform-origin: 50% 0;
6505 transform-origin: 50% 0
6506 }
6507
6508 .uk-animation-top-right {
6509 -webkit-transform-origin: 100% 0;
6510 transform-origin: 100% 0
6511 }
6512
6513 .uk-animation-middle-left {
6514 -webkit-transform-origin: 0 50%;
6515 transform-origin: 0 50%
6516 }
6517
6518 .uk-animation-middle-right {
6519 -webkit-transform-origin: 100% 50%;
6520 transform-origin: 100% 50%
6521 }
6522
6523 .uk-animation-bottom-left {
6524 -webkit-transform-origin: 0 100%;
6525 transform-origin: 0 100%
6526 }
6527
6528 .uk-animation-bottom-center {
6529 -webkit-transform-origin: 50% 100%;
6530 transform-origin: 50% 100%
6531 }
6532
6533 .uk-animation-bottom-right {
6534 -webkit-transform-origin: 100% 100%;
6535 transform-origin: 100% 100%
6536 }
6537
6538 .uk-animation-hover:not(:hover),
6539 .uk-animation-hover:not(:hover) [class*='uk-animation-'],
6540 .uk-touch .uk-animation-hover:not(.uk-hover),
6541 .uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
6542 -webkit-animation-name: none;
6543 animation-name: none
6544 }
6545
6546 @-webkit-keyframes uk-fade {
6547 0% {
6548 opacity: 0
6549 }
6550 100% {
6551 opacity: 1
6552 }
6553 }
6554
6555 @keyframes uk-fade {
6556 0% {
6557 opacity: 0
6558 }
6559 100% {
6560 opacity: 1
6561 }
6562 }
6563
6564 @-webkit-keyframes uk-fade-top {
6565 0% {
6566 opacity: 0;
6567 -webkit-transform: translateY(-100%)
6568 }
6569 100% {
6570 opacity: 1;
6571 -webkit-transform: translateY(0)
6572 }
6573 }
6574
6575 @keyframes uk-fade-top {
6576 0% {
6577 opacity: 0;
6578 transform: translateY(-100%)
6579 }
6580 100% {
6581 opacity: 1;
6582 transform: translateY(0)
6583 }
6584 }
6585
6586 @-webkit-keyframes uk-fade-bottom {
6587 0% {
6588 opacity: 0;
6589 -webkit-transform: translateY(100%)
6590 }
6591 100% {
6592 opacity: 1;
6593 -webkit-transform: translateY(0)
6594 }
6595 }
6596
6597 @keyframes uk-fade-bottom {
6598 0% {
6599 opacity: 0;
6600 transform: translateY(100%)
6601 }
6602 100% {
6603 opacity: 1;
6604 transform: translateY(0)
6605 }
6606 }
6607
6608 @-webkit-keyframes uk-fade-left {
6609 0% {
6610 opacity: 0;
6611 -webkit-transform: translateX(-100%)
6612 }
6613 100% {
6614 opacity: 1;
6615 -webkit-transform: translateX(0)
6616 }
6617 }
6618
6619 @keyframes uk-fade-left {
6620 0% {
6621 opacity: 0;
6622 transform: translateX(-100%)
6623 }
6624 100% {
6625 opacity: 1;
6626 transform: translateX(0)
6627 }
6628 }
6629
6630 @-webkit-keyframes uk-fade-right {
6631 0% {
6632 opacity: 0;
6633 -webkit-transform: translateX(100%)
6634 }
6635 100% {
6636 opacity: 1;
6637 -webkit-transform: translateX(0)
6638 }
6639 }
6640
6641 @keyframes uk-fade-right {
6642 0% {
6643 opacity: 0;
6644 transform: translateX(100%)
6645 }
6646 100% {
6647 opacity: 1;
6648 transform: translateX(0)
6649 }
6650 }
6651
6652 @-webkit-keyframes uk-fade-scale-02 {
6653 0% {
6654 opacity: 0;
6655 -webkit-transform: scale(.2)
6656 }
6657 100% {
6658 opacity: 1;
6659 -webkit-transform: scale(1)
6660 }
6661 }
6662
6663 @keyframes uk-fade-scale-02 {
6664 0% {
6665 opacity: 0;
6666 transform: scale(.2)
6667 }
6668 100% {
6669 opacity: 1;
6670 transform: scale(1)
6671 }
6672 }
6673
6674 @-webkit-keyframes uk-fade-scale-15 {
6675 0% {
6676 opacity: 0;
6677 -webkit-transform: scale(1.5)
6678 }
6679 100% {
6680 opacity: 1;
6681 -webkit-transform: scale(1)
6682 }
6683 }
6684
6685 @keyframes uk-fade-scale-15 {
6686 0% {
6687 opacity: 0;
6688 transform: scale(1.5)
6689 }
6690 100% {
6691 opacity: 1;
6692 transform: scale(1)
6693 }
6694 }
6695
6696 @-webkit-keyframes uk-fade-scale-18 {
6697 0% {
6698 opacity: 0;
6699 -webkit-transform: scale(1.8)
6700 }
6701 100% {
6702 opacity: 1;
6703 -webkit-transform: scale(1)
6704 }
6705 }
6706
6707 @keyframes uk-fade-scale-18 {
6708 0% {
6709 opacity: 0;
6710 transform: scale(1.8)
6711 }
6712 100% {
6713 opacity: 1;
6714 transform: scale(1)
6715 }
6716 }
6717
6718 @-webkit-keyframes uk-slide-left {
6719 0% {
6720 -webkit-transform: translateX(-100%)
6721 }
6722 100% {
6723 -webkit-transform: translateX(0)
6724 }
6725 }
6726
6727 @keyframes uk-slide-left {
6728 0% {
6729 transform: translateX(-100%)
6730 }
6731 100% {
6732 transform: translateX(0)
6733 }
6734 }
6735
6736 @-webkit-keyframes uk-slide-right {
6737 0% {
6738 -webkit-transform: translateX(100%)
6739 }
6740 100% {
6741 -webkit-transform: translateX(0)
6742 }
6743 }
6744
6745 @keyframes uk-slide-right {
6746 0% {
6747 transform: translateX(100%)
6748 }
6749 100% {
6750 transform: translateX(0)
6751 }
6752 }
6753
6754 @-webkit-keyframes uk-slide-left-33 {
6755 0% {
6756 -webkit-transform: translateX(33%)
6757 }
6758 100% {
6759 -webkit-transform: translateX(0)
6760 }
6761 }
6762
6763 @keyframes uk-slide-left-33 {
6764 0% {
6765 transform: translateX(33%)
6766 }
6767 100% {
6768 transform: translateX(0)
6769 }
6770 }
6771
6772 @-webkit-keyframes uk-slide-right-33 {
6773 0% {
6774 -webkit-transform: translateX(-33%)
6775 }
6776 100% {
6777 -webkit-transform: translateX(0)
6778 }
6779 }
6780
6781 @keyframes uk-slide-right-33 {
6782 0% {
6783 transform: translateX(-33%)
6784 }
6785 100% {
6786 transform: translateX(0)
6787 }
6788 }
6789
6790 @-webkit-keyframes uk-scale-12 {
6791 0% {
6792 -webkit-transform: scale(1.2)
6793 }
6794 100% {
6795 -webkit-transform: scale(1)
6796 }
6797 }
6798
6799 @keyframes uk-scale-12 {
6800 0% {
6801 transform: scale(1.2)
6802 }
6803 100% {
6804 transform: scale(1)
6805 }
6806 }
6807
6808 @-webkit-keyframes uk-rotate {
6809 0% {
6810 -webkit-transform: rotate(0deg)
6811 }
6812 100% {
6813 -webkit-transform: rotate(359deg)
6814 }
6815 }
6816
6817 @keyframes uk-rotate {
6818 0% {
6819 transform: rotate(0deg)
6820 }
6821 100% {
6822 transform: rotate(359deg)
6823 }
6824 }
6825
6826 @-webkit-keyframes uk-shake {
6827 0%,
6828 100% {
6829 -webkit-transform: translateX(0)
6830 }
6831 10% {
6832 -webkit-transform: translateX(-9px)
6833 }
6834 20% {
6835 -webkit-transform: translateX(8px)
6836 }
6837 30% {
6838 -webkit-transform: translateX(-7px)
6839 }
6840 40% {
6841 -webkit-transform: translateX(6px)
6842 }
6843 50% {
6844 -webkit-transform: translateX(-5px)
6845 }
6846 60% {
6847 -webkit-transform: translateX(4px)
6848 }
6849 70% {
6850 -webkit-transform: translateX(-3px)
6851 }
6852 80% {
6853 -webkit-transform: translateX(2px)
6854 }
6855 90% {
6856 -webkit-transform: translateX(-1px)
6857 }
6858 }
6859
6860 @keyframes uk-shake {
6861 0%,
6862 100% {
6863 transform: translateX(0)
6864 }
6865 10% {
6866 transform: translateX(-9px)
6867 }
6868 20% {
6869 transform: translateX(8px)
6870 }
6871 30% {
6872 transform: translateX(-7px)
6873 }
6874 40% {
6875 transform: translateX(6px)
6876 }
6877 50% {
6878 transform: translateX(-5px)
6879 }
6880 60% {
6881 transform: translateX(4px)
6882 }
6883 70% {
6884 transform: translateX(-3px)
6885 }
6886 80% {
6887 transform: translateX(2px)
6888 }
6889 90% {
6890 transform: translateX(-1px)
6891 }
6892 }
6893
6894 @-webkit-keyframes uk-slide-top-fixed {
6895 0% {
6896 opacity: 0;
6897 -webkit-transform: translateY(-10px)
6898 }
6899 100% {
6900 opacity: 1;
6901 -webkit-transform: translateY(0)
6902 }
6903 }
6904
6905 @keyframes uk-slide-top-fixed {
6906 0% {
6907 opacity: 0;
6908 transform: translateY(-10px)
6909 }
6910 100% {
6911 opacity: 1;
6912 transform: translateY(0)
6913 }
6914 }
6915
6916 @-webkit-keyframes uk-slide-bottom-fixed {
6917 0% {
6918 opacity: 0;
6919 -webkit-transform: translateY(10px)
6920 }
6921 100% {
6922 opacity: 1;
6923 -webkit-transform: translateY(0)
6924 }
6925 }
6926
6927 @keyframes uk-slide-bottom-fixed {
6928 0% {
6929 opacity: 0;
6930 transform: translateY(10px)
6931 }
6932 100% {
6933 opacity: 1;
6934 transform: translateY(0)
6935 }
6936 }
6937
6938 .uk-dropdown,
6939 .uk-dropdown-blank {
6940 display: none;
6941 position: absolute;
6942 z-index: 1020;
6943 box-sizing: border-box;
6944 width: 200px
6945 }
6946
6947 .uk-dropdown {
6948 padding: 15px;
6949 background: #fff;
6950 color: #444;
6951 font-size: 1rem;
6952 vertical-align: top;
6953 border: 1px solid #cbcbcb;
6954 border-radius: 4px;
6955 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
6956 }
6957
6958 .uk-open>.uk-dropdown,
6959 .uk-open>.uk-dropdown-blank {
6960 display: block;
6961 -webkit-animation: uk-fade .2s ease-in-out;
6962 animation: uk-fade .2s ease-in-out;
6963 -webkit-transform-origin: 0 0;
6964 transform-origin: 0 0
6965 }
6966
6967 .uk-dropdown-top {
6968 margin-top: -5px
6969 }
6970
6971 .uk-dropdown-bottom {
6972 margin-top: 5px
6973 }
6974
6975 .uk-dropdown-left {
6976 margin-left: -5px
6977 }
6978
6979 .uk-dropdown-right {
6980 margin-left: 5px
6981 }
6982
6983 .uk-dropdown .uk-nav {
6984 margin: 0 -15px
6985 }
6986
6987 .uk-grid .uk-dropdown-grid+.uk-dropdown-grid {
6988 margin-top: 15px
6989 }
6990
6991 .uk-dropdown-grid>[class*='uk-width-']>.uk-panel+.uk-panel {
6992 margin-top: 15px
6993 }
6994
6995 @media (min-width:768px) {
6996 .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid {
6997 margin-left: -15px;
6998 margin-right: -15px
6999 }
7000 .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-'] {
7001 padding-left: 15px;
7002 padding-right: 15px
7003 }
7004 .uk-dropdown:not(.uk-dropdown-stack)>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
7005 border-left: 1px solid #ddd
7006 }
7007 .uk-dropdown-width-2:not(.uk-dropdown-stack) {
7008 width: 400px
7009 }
7010 .uk-dropdown-width-3:not(.uk-dropdown-stack) {
7011 width: 600px
7012 }
7013 .uk-dropdown-width-4:not(.uk-dropdown-stack) {
7014 width: 800px
7015 }
7016 .uk-dropdown-width-5:not(.uk-dropdown-stack) {
7017 width: 1000px
7018 }
7019 }
7020
7021 @media (max-width:767px) {
7022 .uk-dropdown-grid>[class*='uk-width-'] {
7023 width: 100%
7024 }
7025 .uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
7026 margin-top: 15px
7027 }
7028 }
7029
7030 .uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-'] {
7031 width: 100%
7032 }
7033
7034 .uk-dropdown-stack>.uk-dropdown-grid>[class*='uk-width-']:nth-child(n+2) {
7035 margin-top: 15px
7036 }
7037
7038 .uk-dropdown-small {
7039 min-width: 150px;
7040 width: auto;
7041 padding: 5px;
7042 white-space: nowrap
7043 }
7044
7045 .uk-dropdown-small .uk-nav {
7046 margin: 0 -5px
7047 }
7048
7049 .uk-dropdown-navbar {
7050 margin-top: 6px;
7051 background: #fff;
7052 color: #444;
7053 left: -1px;
7054 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
7055 }
7056
7057 .uk-open>.uk-dropdown-navbar {
7058 -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
7059 animation: uk-slide-top-fixed .2s ease-in-out
7060 }
7061
7062 .uk-dropdown-scrollable {
7063 overflow-y: auto;
7064 max-height: 200px
7065 }
7066
7067 .uk-dropdown-navbar.uk-dropdown-flip {
7068 left: auto
7069 }
7070
7071 .uk-modal {
7072 display: none;
7073 position: fixed;
7074 top: 0;
7075 right: 0;
7076 bottom: 0;
7077 left: 0;
7078 z-index: 1010;
7079 overflow-y: auto;
7080 -webkit-overflow-scrolling: touch;
7081 background: rgba(0, 0, 0, 0.6);
7082 opacity: 0;
7083 -webkit-transition: opacity 0.15s linear;
7084 transition: opacity 0.15s linear;
7085 touch-action: cross-slide-y pinch-zoom double-tap-zoom;
7086 -webkit-transform: translateZ(0);
7087 transform: translateZ(0)
7088 }
7089
7090 .uk-modal.uk-open {
7091 opacity: 1
7092 }
7093
7094 .uk-modal-page,
7095 .uk-modal-page body {
7096 overflow: hidden
7097 }
7098
7099 .uk-modal-dialog {
7100 position: relative;
7101 box-sizing: border-box;
7102 margin: 50px auto;
7103 padding: 20px;
7104 width: 600px;
7105 max-width: 100%;
7106 max-width: calc(100% - 20px);
7107 background: #fff;
7108 opacity: 0;
7109 -webkit-transform: translateY(-100px);
7110 transform: translateY(-100px);
7111 -webkit-transition: opacity .3s linear, -webkit-transform .3s ease-out;
7112 transition: opacity .3s linear, transform .3s ease-out;
7113 border-radius: 4px;
7114 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
7115 }
7116
7117 @media (max-width:767px) {
7118 .uk-modal-dialog {
7119 width: auto;
7120 margin: 10px auto
7121 }
7122 }
7123
7124 .uk-open .uk-modal-dialog {
7125 opacity: 1;
7126 -webkit-transform: translateY(0);
7127 transform: translateY(0)
7128 }
7129
7130 .uk-modal-dialog>:not([class*='uk-modal-']):last-child {
7131 margin-bottom: 0
7132 }
7133
7134 .uk-modal-dialog>.uk-close:first-child {
7135 margin: -10px -10px 0 0;
7136 float: right
7137 }
7138
7139 .uk-modal-dialog>.uk-close:first-child+:not([class*='uk-modal-']) {
7140 margin-top: 0
7141 }
7142
7143 .uk-modal-dialog-lightbox {
7144 margin: 15px auto;
7145 padding: 0;
7146 max-width: 95%;
7147 max-width: calc(100% - 30px);
7148 border-radius: 0
7149 }
7150
7151 .uk-modal-dialog-lightbox>.uk-close:first-child {
7152 position: absolute;
7153 top: -12px;
7154 right: -12px;
7155 margin: 0;
7156 float: none
7157 }
7158
7159 @media (max-width:767px) {
7160 .uk-modal-dialog-lightbox>.uk-close:first-child {
7161 top: -7px;
7162 right: -7px
7163 }
7164 }
7165
7166 .uk-modal-dialog-blank {
7167 margin: 0;
7168 padding: 0;
7169 width: 100%;
7170 max-width: 100%;
7171 -webkit-transition: opacity 0.3s linear;
7172 transition: opacity 0.3s linear
7173 }
7174
7175 .uk-modal-dialog-blank>.uk-close:first-child {
7176 position: absolute;
7177 top: 20px;
7178 right: 20px;
7179 z-index: 1;
7180 margin: 0;
7181 float: none
7182 }
7183
7184 @media (min-width:768px) {
7185 .uk-modal-dialog-large {
7186 width: 930px
7187 }
7188 }
7189
7190 @media (min-width:1220px) {
7191 .uk-modal-dialog-large {
7192 width: 1130px
7193 }
7194 }
7195
7196 .uk-modal-header {
7197 margin-bottom: 15px;
7198 margin: -20px -20px 15px -20px;
7199 padding: 20px;
7200 border-bottom: 1px solid #ddd;
7201 border-radius: 4px 4px 0 0;
7202 background: #fafafa
7203 }
7204
7205 .uk-modal-footer {
7206 margin-top: 15px;
7207 margin: 15px -20px -20px -20px;
7208 padding: 20px;
7209 border-top: 1px solid #ddd;
7210 border-radius: 0 0 4px 4px;
7211 background: #fafafa
7212 }
7213
7214 .uk-modal-header>:last-child,
7215 .uk-modal-footer>:last-child {
7216 margin-bottom: 0
7217 }
7218
7219 .uk-modal-caption {
7220 position: absolute;
7221 left: 0;
7222 right: 0;
7223 bottom: -20px;
7224 margin-bottom: -10px;
7225 color: #fff;
7226 text-align: center;
7227 overflow: hidden;
7228 text-overflow: ellipsis;
7229 white-space: nowrap
7230 }
7231
7232 .uk-modal-spinner {
7233 position: absolute;
7234 top: 50%;
7235 left: 50%;
7236 -webkit-transform: translate(-50%, -50%);
7237 transform: translate(-50%, -50%);
7238 font-size: 25px;
7239 color: #ddd
7240 }
7241
7242 .uk-modal-spinner:after {
7243 content: "\f110";
7244 font-family: FontAwesome;
7245 -webkit-animation: uk-rotate 2s infinite linear;
7246 animation: uk-rotate 2s infinite linear
7247 }
7248
7249 .uk-offcanvas {
7250 display: none;
7251 position: fixed;
7252 top: 0;
7253 right: 0;
7254 bottom: 0;
7255 left: 0;
7256 z-index: 1000;
7257 touch-action: none;
7258 background: rgba(0, 0, 0, 0.1)
7259 }
7260
7261 .uk-offcanvas.uk-active {
7262 display: block
7263 }
7264
7265 .uk-offcanvas-page {
7266 position: fixed;
7267 -webkit-transition: margin-left .3s ease-in-out;
7268 transition: margin-left .3s ease-in-out
7269 }
7270
7271 .uk-offcanvas-bar {
7272 position: fixed;
7273 top: 0;
7274 bottom: 0;
7275 left: 0;
7276 -webkit-transform: translateX(-100%);
7277 transform: translateX(-100%);
7278 z-index: 1001;
7279 width: 270px;
7280 max-width: 100%;
7281 background: #333;
7282 overflow-y: auto;
7283 -webkit-overflow-scrolling: touch;
7284 -webkit-transition: -webkit-transform .3s ease-in-out;
7285 transition: transform .3s ease-in-out;
7286 -ms-scroll-chaining: none
7287 }
7288
7289 .uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
7290 -webkit-transform: translateX(0);
7291 transform: translateX(0)
7292 }
7293
7294 .uk-offcanvas-bar-flip {
7295 left: auto;
7296 right: 0;
7297 -webkit-transform: translateX(100%);
7298 transform: translateX(100%)
7299 }
7300
7301 .uk-offcanvas .uk-panel {
7302 margin: 20px 15px;
7303 color: #777;
7304 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
7305 }
7306
7307 .uk-offcanvas .uk-panel-title {
7308 color: #ccc
7309 }
7310
7311 .uk-offcanvas .uk-panel a:not([class]) {
7312 color: #ccc
7313 }
7314
7315 .uk-offcanvas .uk-panel a:not([class]):hover {
7316 color: #fff
7317 }
7318
7319 .uk-offcanvas-bar:after {
7320 content: "";
7321 display: block;
7322 position: absolute;
7323 top: 0;
7324 bottom: 0;
7325 right: 0;
7326 width: 1px;
7327 background: rgba(0, 0, 0, 0.6);
7328 box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6)
7329 }
7330
7331 .uk-offcanvas-bar-flip:after {
7332 right: auto;
7333 left: 0;
7334 width: 1px;
7335 background: rgba(0, 0, 0, 0.6);
7336 box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6)
7337 }
7338
7339 .uk-switcher {
7340 margin: 0;
7341 padding: 0;
7342 list-style: none;
7343 touch-action: cross-slide-y pinch-zoom double-tap-zoom
7344 }
7345
7346 .uk-switcher>:not(.uk-active) {
7347 display: none
7348 }
7349
7350 .uk-text-small {
7351 font-size: 11px;
7352 line-height: 16px
7353 }
7354
7355 .uk-text-large {
7356 font-size: 18px;
7357 line-height: 24px;
7358 font-weight: normal
7359 }
7360
7361 .uk-text-bold {
7362 font-weight: bold
7363 }
7364
7365 .uk-text-muted {
7366 color: #999 !important
7367 }
7368
7369 .uk-text-primary {
7370 color: #2d7091 !important
7371 }
7372
7373 .uk-text-success {
7374 color: #659f13 !important
7375 }
7376
7377 .uk-text-warning {
7378 color: #e28327 !important
7379 }
7380
7381 .uk-text-danger {
7382 color: #d85030 !important
7383 }
7384
7385 .uk-text-contrast {
7386 color: #fff !important
7387 }
7388
7389 .uk-text-left {
7390 text-align: left !important
7391 }
7392
7393 .uk-text-right {
7394 text-align: right !important
7395 }
7396
7397 .uk-text-center {
7398 text-align: center !important
7399 }
7400
7401 .uk-text-justify {
7402 text-align: justify !important
7403 }
7404
7405 .uk-text-top {
7406 vertical-align: top !important
7407 }
7408
7409 .uk-text-middle {
7410 vertical-align: middle !important
7411 }
7412
7413 .uk-text-bottom {
7414 vertical-align: bottom !important
7415 }
7416
7417 @media (max-width:959px) {
7418 .uk-text-center-medium {
7419 text-align: center !important
7420 }
7421 .uk-text-left-medium {
7422 text-align: left !important
7423 }
7424 }
7425
7426 @media (max-width:767px) {
7427 .uk-text-center-small {
7428 text-align: center !important
7429 }
7430 .uk-text-left-small {
7431 text-align: left !important
7432 }
7433 }
7434
7435 .uk-text-nowrap {
7436 white-space: nowrap
7437 }
7438
7439 .uk-text-truncate {
7440 overflow: hidden;
7441 text-overflow: ellipsis;
7442 white-space: nowrap
7443 }
7444
7445 .uk-text-break {
7446 word-wrap: break-word;
7447 -webkit-hyphens: auto;
7448 -ms-hyphens: auto;
7449 -moz-hyphens: auto;
7450 hyphens: auto
7451 }
7452
7453 .uk-container {
7454 box-sizing: border-box;
7455 max-width: 980px;
7456 padding: 0 25px
7457 }
7458
7459 @media (min-width:1220px) {
7460 .uk-container {
7461 max-width: 1200px;
7462 padding: 0 35px
7463 }
7464 }
7465
7466 .uk-container:before,
7467 .uk-container:after {
7468 content: "";
7469 display: table
7470 }
7471
7472 .uk-container:after {
7473 clear: both
7474 }
7475
7476 .uk-container-center {
7477 margin-left: auto;
7478 margin-right: auto
7479 }
7480
7481 .uk-clearfix:before {
7482 content: "";
7483 display: table-cell
7484 }
7485
7486 .uk-clearfix:after {
7487 content: "";
7488 display: table;
7489 clear: both
7490 }
7491
7492 .uk-nbfc {
7493 overflow: hidden
7494 }
7495
7496 .uk-nbfc-alt {
7497 display: table-cell;
7498 width: 10000px
7499 }
7500
7501 .uk-float-left {
7502 float: left
7503 }
7504
7505 .uk-float-right {
7506 float: right
7507 }
7508
7509 [class*='uk-float-'] {
7510 max-width: 100%
7511 }
7512
7513 [class*='uk-align-'] {
7514 display: block;
7515 margin-bottom: 15px
7516 }
7517
7518 .uk-align-left {
7519 margin-right: 15px;
7520 float: left
7521 }
7522
7523 .uk-align-right {
7524 margin-left: 15px;
7525 float: right
7526 }
7527
7528 @media (min-width:768px) {
7529 .uk-align-medium-left {
7530 margin-right: 15px;
7531 float: left
7532 }
7533 .uk-align-medium-right {
7534 margin-left: 15px;
7535 float: right
7536 }
7537 }
7538
7539 .uk-align-center {
7540 margin-left: auto;
7541 margin-right: auto
7542 }
7543
7544 .uk-vertical-align {
7545 font-size: 0.001px
7546 }
7547
7548 .uk-vertical-align:before {
7549 content: '';
7550 display: inline-block;
7551 height: 100%;
7552 vertical-align: middle
7553 }
7554
7555 .uk-vertical-align-middle,
7556 .uk-vertical-align-bottom {
7557 display: inline-block;
7558 max-width: 100%;
7559 font-size: 1rem
7560 }
7561
7562 .uk-vertical-align-middle {
7563 vertical-align: middle
7564 }
7565
7566 .uk-vertical-align-bottom {
7567 vertical-align: bottom
7568 }
7569
7570 [class*='uk-height'] {
7571 box-sizing: border-box
7572 }
7573
7574 .uk-height-1-1 {
7575 height: 100%
7576 }
7577
7578 .uk-height-viewport {
7579 height: 100vh;
7580 min-height: 600px
7581 }
7582
7583 .uk-responsive-width,
7584 .uk-responsive-height {
7585 box-sizing: border-box
7586 }
7587
7588 .uk-responsive-width {
7589 max-width: 100% !important;
7590 height: auto
7591 }
7592
7593 .uk-responsive-height {
7594 max-height: 100%;
7595 width: auto
7596 }
7597
7598 .uk-margin {
7599 margin-bottom: 15px
7600 }
7601
7602 *+.uk-margin {
7603 margin-top: 15px
7604 }
7605
7606 .uk-margin-top {
7607 margin-top: 15px !important
7608 }
7609
7610 .uk-margin-bottom {
7611 margin-bottom: 15px !important
7612 }
7613
7614 .uk-margin-left {
7615 margin-left: 15px !important
7616 }
7617
7618 .uk-margin-right {
7619 margin-right: 15px !important
7620 }
7621
7622 .uk-margin-large {
7623 margin-bottom: 50px
7624 }
7625
7626 *+.uk-margin-large {
7627 margin-top: 50px
7628 }
7629
7630 .uk-margin-large-top {
7631 margin-top: 50px !important
7632 }
7633
7634 .uk-margin-large-bottom {
7635 margin-bottom: 50px !important
7636 }
7637
7638 .uk-margin-large-left {
7639 margin-left: 50px !important
7640 }
7641
7642 .uk-margin-large-right {
7643 margin-right: 50px !important
7644 }
7645
7646 .uk-margin-small {
7647 margin-bottom: 5px
7648 }
7649
7650 *+.uk-margin-small {
7651 margin-top: 5px
7652 }
7653
7654 .uk-margin-small-top {
7655 margin-top: 5px !important
7656 }
7657
7658 .uk-margin-small-bottom {
7659 margin-bottom: 5px !important
7660 }
7661
7662 .uk-margin-small-left {
7663 margin-left: 5px !important
7664 }
7665
7666 .uk-margin-small-right {
7667 margin-right: 5px !important
7668 }
7669
7670 .uk-margin-remove {
7671 margin: 0 !important
7672 }
7673
7674 .uk-margin-top-remove {
7675 margin-top: 0 !important
7676 }
7677
7678 .uk-margin-bottom-remove {
7679 margin-bottom: 0 !important
7680 }
7681
7682 .uk-padding-remove {
7683 padding: 0 !important
7684 }
7685
7686 .uk-padding-top-remove {
7687 padding-top: 0 !important
7688 }
7689
7690 .uk-padding-bottom-remove {
7691 padding-bottom: 0 !important
7692 }
7693
7694 .uk-padding-vertical-remove {
7695 padding-top: 0 !important;
7696 padding-bottom: 0 !important
7697 }
7698
7699 .uk-border-circle {
7700 border-radius: 50%
7701 }
7702
7703 .uk-border-rounded {
7704 border-radius: 5px
7705 }
7706
7707 .uk-heading-large {
7708 font-size: 36px;
7709 line-height: 42px
7710 }
7711
7712 @media (min-width:768px) {
7713 .uk-heading-large {
7714 font-size: 52px;
7715 line-height: 64px
7716 }
7717 }
7718
7719 .uk-link-muted,
7720 .uk-link-muted a {
7721 color: #444
7722 }
7723
7724 .uk-link-muted:hover,
7725 .uk-link-muted a:hover {
7726 color: #444
7727 }
7728
7729 .uk-link-reset,
7730 .uk-link-reset a,
7731 .uk-link-reset:hover,
7732 .uk-link-reset a:hover,
7733 .uk-link-reset:focus,
7734 .uk-link-reset a:focus {
7735 color: inherit;
7736 text-decoration: none
7737 }
7738
7739 .uk-scrollable-text {
7740 height: 300px;
7741 overflow-y: scroll;
7742 -webkit-overflow-scrolling: touch;
7743 resize: both
7744 }
7745
7746 .uk-scrollable-box {
7747 box-sizing: border-box;
7748 height: 170px;
7749 padding: 10px;
7750 border: 1px solid #ddd;
7751 overflow: auto;
7752 -webkit-overflow-scrolling: touch;
7753 resize: both;
7754 border-radius: 3px
7755 }
7756
7757 .uk-scrollable-box>:last-child {
7758 margin-bottom: 0
7759 }
7760
7761 .uk-overflow-hidden {
7762 overflow: hidden
7763 }
7764
7765 .uk-overflow-container {
7766 overflow: auto;
7767 -webkit-overflow-scrolling: touch
7768 }
7769
7770 .uk-overflow-container>:last-child {
7771 margin-bottom: 0
7772 }
7773
7774 .uk-position-absolute,
7775 [class*='uk-position-top'],
7776 [class*='uk-position-bottom'] {
7777 position: absolute !important
7778 }
7779
7780 .uk-position-top {
7781 top: 0;
7782 left: 0;
7783 right: 0
7784 }
7785
7786 .uk-position-bottom {
7787 bottom: 0;
7788 left: 0;
7789 right: 0
7790 }
7791
7792 .uk-position-top-left {
7793 top: 0;
7794 left: 0
7795 }
7796
7797 .uk-position-top-right {
7798 top: 0;
7799 right: 0
7800 }
7801
7802 .uk-position-bottom-left {
7803 bottom: 0;
7804 left: 0
7805 }
7806
7807 .uk-position-bottom-right {
7808 bottom: 0;
7809 right: 0
7810 }
7811
7812 .uk-position-cover {
7813 position: absolute;
7814 top: 0;
7815 bottom: 0;
7816 left: 0;
7817 right: 0
7818 }
7819
7820 .uk-position-relative {
7821 position: relative !important
7822 }
7823
7824 .uk-position-z-index {
7825 z-index: 1
7826 }
7827
7828 .uk-display-block {
7829 display: block !important
7830 }
7831
7832 .uk-display-inline {
7833 display: inline !important
7834 }
7835
7836 .uk-display-inline-block {
7837 display: inline-block !important;
7838 max-width: 100%
7839 }
7840
7841 @media (min-width:960px) {
7842 .uk-visible-small {
7843 display: none !important
7844 }
7845 .uk-visible-medium {
7846 display: none !important
7847 }
7848 .uk-hidden-large {
7849 display: none !important
7850 }
7851 }
7852
7853 @media (min-width:768px) and (max-width:959px) {
7854 .uk-visible-small {
7855 display: none !important
7856 }
7857 .uk-visible-large {
7858 display: none !important
7859 }
7860 .uk-hidden-medium {
7861 display: none !important
7862 }
7863 }
7864
7865 @media (max-width:767px) {
7866 .uk-visible-medium {
7867 display: none !important
7868 }
7869 .uk-visible-large {
7870 display: none !important
7871 }
7872 .uk-hidden-small {
7873 display: none !important
7874 }
7875 }
7876
7877 .uk-hidden {
7878 display: none !important;
7879 visibility: hidden !important
7880 }
7881
7882 .uk-invisible {
7883 visibility: hidden !important
7884 }
7885
7886 .uk-visible-hover:hover .uk-hidden,
7887 .uk-visible-hover:hover .uk-invisible {
7888 display: block !important;
7889 visibility: visible !important
7890 }
7891
7892 .uk-visible-hover-inline:hover .uk-hidden,
7893 .uk-visible-hover-inline:hover .uk-invisible {
7894 display: inline-block !important;
7895 visibility: visible !important
7896 }
7897
7898 .uk-touch .uk-hidden-touch,
7899 .uk-notouch .uk-hidden-notouch {
7900 display: none !important
7901 }
7902
7903 .uk-flex {
7904 display: -ms-flexbox;
7905 display: -webkit-flex;
7906 display: flex
7907 }
7908
7909 .uk-flex-inline {
7910 display: -ms-inline-flexbox;
7911 display: -webkit-inline-flex;
7912 display: inline-flex
7913 }
7914
7915 .uk-flex>*,
7916 .uk-flex-inline>* {
7917 -ms-flex-negative: 1
7918 }
7919
7920 .uk-flex-top {
7921 -ms-flex-align: start;
7922 -webkit-align-items: flex-start;
7923 align-items: flex-start
7924 }
7925
7926 .uk-flex-middle {
7927 -ms-flex-align: center;
7928 -webkit-align-items: center;
7929 align-items: center
7930 }
7931
7932 .uk-flex-bottom {
7933 -ms-flex-align: end;
7934 -webkit-align-items: flex-end;
7935 align-items: flex-end
7936 }
7937
7938 .uk-flex-center {
7939 -ms-flex-pack: center;
7940 -webkit-justify-content: center;
7941 justify-content: center
7942 }
7943
7944 .uk-flex-right {
7945 -ms-flex-pack: end;
7946 -webkit-justify-content: flex-end;
7947 justify-content: flex-end
7948 }
7949
7950 .uk-flex-space-between {
7951 -ms-flex-pack: justify;
7952 -webkit-justify-content: space-between;
7953 justify-content: space-between
7954 }
7955
7956 .uk-flex-space-around {
7957 -ms-flex-pack: distribute;
7958 -webkit-justify-content: space-around;
7959 justify-content: space-around
7960 }
7961
7962 .uk-flex-row-reverse {
7963 -ms-flex-direction: row-reverse;
7964 -webkit-flex-direction: row-reverse;
7965 flex-direction: row-reverse
7966 }
7967
7968 .uk-flex-column {
7969 -ms-flex-direction: column;
7970 -webkit-flex-direction: column;
7971 flex-direction: column
7972 }
7973
7974 .uk-flex-column-reverse {
7975 -ms-flex-direction: column-reverse;
7976 -webkit-flex-direction: column-reverse;
7977 flex-direction: column-reverse
7978 }
7979
7980 .uk-flex-nowrap {
7981 -ms-flex-wrap: nowrap;
7982 -webkit-flex-wrap: nowrap;
7983 flex-wrap: nowrap
7984 }
7985
7986 .uk-flex-wrap {
7987 -ms-flex-wrap: wrap;
7988 -webkit-flex-wrap: wrap;
7989 flex-wrap: wrap
7990 }
7991
7992 .uk-flex-wrap-reverse {
7993 -ms-flex-wrap: wrap-reverse;
7994 -webkit-flex-wrap: wrap-reverse;
7995 flex-wrap: wrap-reverse
7996 }
7997
7998 .uk-flex-wrap-top {
7999 -ms-flex-line-pack: start;
8000 -webkit-align-content: flex-start;
8001 align-content: flex-start
8002 }
8003
8004 .uk-flex-wrap-middle {
8005 -ms-flex-line-pack: center;
8006 -webkit-align-content: center;
8007 align-content: center
8008 }
8009
8010 .uk-flex-wrap-bottom {
8011 -ms-flex-line-pack: end;
8012 -webkit-align-content: flex-end;
8013 align-content: flex-end
8014 }
8015
8016 .uk-flex-wrap-space-between {
8017 -ms-flex-line-pack: justify;
8018 -webkit-align-content: space-between;
8019 align-content: space-between
8020 }
8021
8022 .uk-flex-wrap-space-around {
8023 -ms-flex-line-pack: distribute;
8024 -webkit-align-content: space-around;
8025 align-content: space-around
8026 }
8027
8028 .uk-flex-order-first {
8029 -ms-flex-order: -1;
8030 -webkit-order: -1;
8031 order: -1
8032 }
8033
8034 .uk-flex-order-last {
8035 -ms-flex-order: 99;
8036 -webkit-order: 99;
8037 order: 99
8038 }
8039
8040 @media (min-width:480px) {
8041 .uk-flex-order-first-small {
8042 -ms-flex-order: -1;
8043 -webkit-order: -1;
8044 order: -1
8045 }
8046 .uk-flex-order-last-small {
8047 -ms-flex-order: 99;
8048 -webkit-order: 99;
8049 order: 99
8050 }
8051 }
8052
8053 @media (min-width:768px) {
8054 .uk-flex-order-first-medium {
8055 -ms-flex-order: -1;
8056 -webkit-order: -1;
8057 order: -1
8058 }
8059 .uk-flex-order-last-medium {
8060 -ms-flex-order: 99;
8061 -webkit-order: 99;
8062 order: 99
8063 }
8064 }
8065
8066 @media (min-width:960px) {
8067 .uk-flex-order-first-large {
8068 -ms-flex-order: -1;
8069 -webkit-order: -1;
8070 order: -1
8071 }
8072 .uk-flex-order-last-large {
8073 -ms-flex-order: 99;
8074 -webkit-order: 99;
8075 order: 99
8076 }
8077 }
8078
8079 @media (min-width:1220px) {
8080 .uk-flex-order-first-xlarge {
8081 -ms-flex-order: -1;
8082 -webkit-order: -1;
8083 order: -1
8084 }
8085 .uk-flex-order-last-xlarge {
8086 -ms-flex-order: 99;
8087 -webkit-order: 99;
8088 order: 99
8089 }
8090 }
8091
8092 .uk-flex-item-none {
8093 -ms-flex: none;
8094 -webkit-flex: none;
8095 flex: none
8096 }
8097
8098 .uk-flex-item-auto {
8099 -ms-flex: auto;
8100 -webkit-flex: auto;
8101 flex: auto;
8102 -ms-flex-negative: 1
8103 }
8104
8105 .uk-flex-item-1 {
8106 -ms-flex: 1;
8107 -webkit-flex: 1;
8108 flex: 1
8109 }
8110
8111 .uk-contrast {
8112 color: #fff
8113 }
8114
8115 .uk-contrast a:not([class]),
8116 .uk-contrast .uk-link {
8117 color: rgba(255, 255, 255, 0.7);
8118 text-decoration: none
8119 }
8120
8121 .uk-contrast a:not([class]):hover,
8122 .uk-contrast .uk-link:hover {
8123 color: #fff;
8124 text-decoration: underline
8125 }
8126
8127 .uk-contrast:not(pre)>code,
8128 .uk-contrast:not(pre)>kbd,
8129 .uk-contrast:not(pre)>samp {
8130 color: #fff;
8131 border-color: rgba(255, 255, 255, 0.2);
8132 background: rgba(255, 255, 255, 0.1)
8133 }
8134
8135 .uk-contrast em {
8136 color: #fff
8137 }
8138
8139 .uk-contrast h1,
8140 .uk-contrast h2,
8141 .uk-contrast h3,
8142 .uk-contrast h4,
8143 .uk-contrast h5,
8144 .uk-contrast h6 {
8145 color: #fff
8146 }
8147
8148 .uk-contrast hr {
8149 border-top-color: rgba(255, 255, 255, 0.2)
8150 }
8151
8152 .uk-contrast .uk-nav li>a,
8153 .uk-contrast .uk-nav li>a:hover {
8154 text-decoration: none
8155 }
8156
8157 .uk-contrast .uk-nav-side>li>a {
8158 color: #fff
8159 }
8160
8161 .uk-contrast .uk-nav-side>li>a:hover,
8162 .uk-contrast .uk-nav-side>li>a:focus {
8163 background: rgba(255, 255, 255, 0.1);
8164 color: #fff;
8165 text-shadow: none
8166 }
8167
8168 .uk-contrast .uk-nav-side>li.uk-active>a {
8169 background: #fff;
8170 color: #444;
8171 text-shadow: none
8172 }
8173
8174 .uk-contrast .uk-nav-side .uk-nav-header {
8175 color: #fff
8176 }
8177
8178 .uk-contrast .uk-nav-side .uk-nav-divider {
8179 border-top-color: rgba(255, 255, 255, 0.2)
8180 }
8181
8182 .uk-contrast .uk-nav-side ul a {
8183 color: rgba(255, 255, 255, 0.7)
8184 }
8185
8186 .uk-contrast .uk-nav-side ul a:hover {
8187 color: #fff
8188 }
8189
8190 .uk-contrast .uk-subnav>*>a {
8191 color: rgba(255, 255, 255, 0.7);
8192 text-decoration: none
8193 }
8194
8195 .uk-contrast .uk-subnav>*>a:hover,
8196 .uk-contrast .uk-subnav>*>a:focus {
8197 color: #fff;
8198 text-decoration: none
8199 }
8200
8201 .uk-contrast .uk-subnav>.uk-active>a {
8202 color: #fff
8203 }
8204
8205 .uk-contrast .uk-subnav-line>:nth-child(n+2):before {
8206 border-left-color: rgba(255, 255, 255, 0.2)
8207 }
8208
8209 .uk-contrast .uk-subnav-pill>*>a:hover,
8210 .uk-contrast .uk-subnav-pill>*>a:focus {
8211 background: rgba(255, 255, 255, 0.7);
8212 color: #444;
8213 text-decoration: none
8214 }
8215
8216 .uk-contrast .uk-subnav-pill>.uk-active>a {
8217 background: #fff;
8218 color: #444
8219 }
8220
8221 .uk-contrast .uk-tab {
8222 border-bottom-color: rgba(255, 255, 255, 0.2)
8223 }
8224
8225 .uk-contrast .uk-tab>li>a {
8226 border-color: transparent;
8227 color: rgba(255, 255, 255, 0.7);
8228 text-shadow: none
8229 }
8230
8231 .uk-contrast .uk-tab>li>a:hover,
8232 .uk-contrast .uk-tab>li>a:focus,
8233 .uk-contrast .uk-tab>li.uk-open>a {
8234 border-color: rgba(255, 255, 255, 0.7);
8235 background: rgba(255, 255, 255, 0.7);
8236 color: #444;
8237 text-decoration: none
8238 }
8239
8240 .uk-contrast .uk-tab>li.uk-active>a {
8241 border-color: rgba(255, 255, 255, 0.2);
8242 border-bottom-color: transparent;
8243 background: #fff;
8244 color: #444
8245 }
8246
8247 .uk-contrast .uk-tab-center {
8248 border-bottom-color: rgba(255, 255, 255, 0.2)
8249 }
8250
8251 .uk-contrast .uk-tab-grid:before {
8252 border-top-color: rgba(255, 255, 255, 0.2)
8253 }
8254
8255 .uk-contrast .uk-list-line>li:nth-child(n+2) {
8256 border-top-color: rgba(255, 255, 255, 0.2)
8257 }
8258
8259 .uk-contrast .uk-form select,
8260 .uk-contrast .uk-form textarea,
8261 .uk-contrast .uk-form input:not([type]),
8262 .uk-contrast .uk-form input[type="text"],
8263 .uk-contrast .uk-form input[type="password"],
8264 .uk-contrast .uk-form input[type="datetime"],
8265 .uk-contrast .uk-form input[type="datetime-local"],
8266 .uk-contrast .uk-form input[type="date"],
8267 .uk-contrast .uk-form input[type="month"],
8268 .uk-contrast .uk-form input[type="time"],
8269 .uk-contrast .uk-form input[type="week"],
8270 .uk-contrast .uk-form input[type="number"],
8271 .uk-contrast .uk-form input[type="email"],
8272 .uk-contrast .uk-form input[type="url"],
8273 .uk-contrast .uk-form input[type="search"],
8274 .uk-contrast .uk-form input[type="tel"],
8275 .uk-contrast .uk-form input[type="color"] {
8276 border-color: rgba(255, 255, 255, 0.8);
8277 background: rgba(255, 255, 255, 0.8);
8278 color: #444;
8279 background-clip: padding-box
8280 }
8281
8282 .uk-contrast .uk-form select:focus,
8283 .uk-contrast .uk-form textarea:focus,
8284 .uk-contrast .uk-form input:not([type]):focus,
8285 .uk-contrast .uk-form input[type="text"]:focus,
8286 .uk-contrast .uk-form input[type="password"]:focus,
8287 .uk-contrast .uk-form input[type="datetime"]:focus,
8288 .uk-contrast .uk-form input[type="datetime-local"]:focus,
8289 .uk-contrast .uk-form input[type="date"]:focus,
8290 .uk-contrast .uk-form input[type="month"]:focus,
8291 .uk-contrast .uk-form input[type="time"]:focus,
8292 .uk-contrast .uk-form input[type="week"]:focus,
8293 .uk-contrast .uk-form input[type="number"]:focus,
8294 .uk-contrast .uk-form input[type="email"]:focus,
8295 .uk-contrast .uk-form input[type="url"]:focus,
8296 .uk-contrast .uk-form input[type="search"]:focus,
8297 .uk-contrast .uk-form input[type="tel"]:focus,
8298 .uk-contrast .uk-form input[type="color"]:focus {
8299 border-color: #fff;
8300 background: #fff;
8301 color: #444
8302 }
8303
8304 .uk-contrast .uk-form:-ms-input-placeholder {
8305 color: rgba(68, 68, 68, 0.7) !important
8306 }
8307
8308 .uk-contrast .uk-form::-moz-placeholder {
8309 color: rgba(68, 68, 68, 0.7)
8310 }
8311
8312 .uk-contrast .uk-form::-webkit-input-placeholder {
8313 color: rgba(68, 68, 68, 0.7)
8314 }
8315
8316 .uk-contrast .uk-button {
8317 color: #444;
8318 background: #fff;
8319 border-color: transparent
8320 }
8321
8322 .uk-contrast .uk-button:hover,
8323 .uk-contrast .uk-button:focus {
8324 background-color: rgba(255, 255, 255, 0.8);
8325 color: #444;
8326 border-color: transparent
8327 }
8328
8329 .uk-contrast .uk-button:active,
8330 .uk-contrast .uk-button.uk-active {
8331 background-color: rgba(255, 255, 255, 0.7);
8332 color: #444;
8333 box-shadow: none
8334 }
8335
8336 .uk-contrast .uk-button-primary {
8337 background-color: #009dd8;
8338 color: #fff
8339 }
8340
8341 .uk-contrast .uk-button-primary:hover,
8342 .uk-contrast .uk-button-primary:focus {
8343 background-color: #00aff2;
8344 color: #fff
8345 }
8346
8347 .uk-contrast .uk-button-primary:active,
8348 .uk-contrast .uk-button-primary.uk-active {
8349 background-color: #008abf;
8350 color: #fff
8351 }
8352
8353 .uk-contrast .uk-icon-hover {
8354 color: rgba(255, 255, 255, 0.7)
8355 }
8356
8357 .uk-contrast .uk-icon-hover:hover {
8358 color: #fff
8359 }
8360
8361 .uk-contrast .uk-icon-button {
8362 background: #fff;
8363 color: #444;
8364 border-color: transparent
8365 }
8366
8367 .uk-contrast .uk-icon-button:hover,
8368 .uk-contrast .uk-icon-button:focus {
8369 background-color: rgba(255, 255, 255, 0.8);
8370 color: #444;
8371 border-color: transparent
8372 }
8373
8374 .uk-contrast .uk-icon-button:active {
8375 background-color: rgba(255, 255, 255, 0.7);
8376 color: #444;
8377 box-shadow: none
8378 }
8379
8380 .uk-contrast .uk-text-muted {
8381 color: rgba(255, 255, 255, 0.6) !important
8382 }
8383
8384 .uk-contrast .uk-text-primary {
8385 color: #2d7091 !important
8386 }
8387
8388 @media print {
8389 *,
8390 *:before,
8391 *:after {
8392 background: transparent !important;
8393 color: black !important;
8394 box-shadow: none !important;
8395 text-shadow: none !important
8396 }
8397 a,
8398 a:visited {
8399 text-decoration: underline
8400 }
8401 pre,
8402 blockquote {
8403 border: 1px solid #999;
8404 page-break-inside: avoid
8405 }
8406 thead {
8407 display: table-header-group
8408 }
8409 tr,
8410 img {
8411 page-break-inside: avoid
8412 }
8413 img {
8414 max-width: 100% !important
8415 }
8416 @page {
8417 margin: 0.5cm
8418 }
8419 p,
8420 h2,
8421 h3 {
8422 orphans: 3;
8423 widows: 3
8424 }
8425 h2,
8426 h3 {
8427 page-break-after: avoid
8428 }
8429 }
8430
8431 .uk-dotnav {
8432 display: -ms-flexbox;
8433 display: -webkit-flex;
8434 display: flex;
8435 -ms-flex-wrap: wrap;
8436 -webkit-flex-wrap: wrap;
8437 flex-wrap: wrap;
8438 margin-left: -15px;
8439 margin-top: -15px;
8440 padding: 0;
8441 list-style: none
8442 }
8443
8444 .uk-dotnav>* {
8445 -ms-flex: none;
8446 -webkit-flex: none;
8447 flex: none;
8448 padding-left: 15px;
8449 margin-top: 15px
8450 }
8451
8452 .uk-dotnav:before,
8453 .uk-dotnav:after {
8454 content: "";
8455 display: block;
8456 overflow: hidden
8457 }
8458
8459 .uk-dotnav:after {
8460 clear: both
8461 }
8462
8463 .uk-dotnav>* {
8464 float: left
8465 }
8466
8467 .uk-dotnav>*>* {
8468 display: block;
8469 box-sizing: content-box;
8470 width: 20px;
8471 height: 20px;
8472 border-radius: 50%;
8473 background: rgba(50, 50, 50, 0.1);
8474 text-indent: 100%;
8475 overflow: hidden;
8476 white-space: nowrap;
8477 -webkit-transition: all .2s ease-in-out;
8478 transition: all .2s ease-in-out
8479 }
8480
8481 .uk-dotnav>*>:hover,
8482 .uk-dotnav>*>:focus {
8483 background: rgba(50, 50, 50, 0.4);
8484 outline: none
8485 }
8486
8487 .uk-dotnav>*>:active {
8488 background: rgba(50, 50, 50, 0.6)
8489 }
8490
8491 .uk-dotnav>.uk-active>* {
8492 background: rgba(50, 50, 50, 0.4);
8493 -webkit-transform: scale(1.3);
8494 transform: scale(1.3)
8495 }
8496
8497 .uk-dotnav-contrast>*>* {
8498 background: rgba(255, 255, 255, 0.4)
8499 }
8500
8501 .uk-dotnav-contrast>*>:hover,
8502 .uk-dotnav-contrast>*>:focus {
8503 background: rgba(255, 255, 255, 0.7)
8504 }
8505
8506 .uk-dotnav-contrast>*>:active {
8507 background: rgba(255, 255, 255, 0.9)
8508 }
8509
8510 .uk-dotnav-contrast>.uk-active>* {
8511 background: rgba(255, 255, 255, 0.9)
8512 }
8513
8514 .uk-dotnav-vertical {
8515 -ms-flex-direction: column;
8516 -webkit-flex-direction: column;
8517 flex-direction: column
8518 }
8519
8520 .uk-dotnav-vertical>* {
8521 float: none
8522 }
8523
8524 .uk-slidenav {
8525 display: inline-block;
8526 box-sizing: border-box;
8527 width: 60px;
8528 height: 60px;
8529 line-height: 60px;
8530 color: rgba(50, 50, 50, 0.4);
8531 font-size: 60px;
8532 text-align: center
8533 }
8534
8535 .uk-slidenav:hover,
8536 .uk-slidenav:focus {
8537 outline: none;
8538 text-decoration: none;
8539 color: rgba(50, 50, 50, 0.7);
8540 cursor: pointer
8541 }
8542
8543 .uk-slidenav:active {
8544 color: rgba(50, 50, 50, 0.9)
8545 }
8546
8547 .uk-slidenav-previous:before {
8548 content: "\f104";
8549 font-family: FontAwesome
8550 }
8551
8552 .uk-slidenav-next:before {
8553 content: "\f105";
8554 font-family: FontAwesome
8555 }
8556
8557 .uk-slidenav-position {
8558 position: relative
8559 }
8560
8561 .uk-slidenav-position .uk-slidenav {
8562 display: none;
8563 position: absolute;
8564 top: 50%;
8565 z-index: 1;
8566 margin-top: -30px
8567 }
8568
8569 .uk-slidenav-position:hover .uk-slidenav {
8570 display: block
8571 }
8572
8573 .uk-slidenav-position .uk-slidenav-previous {
8574 left: 20px
8575 }
8576
8577 .uk-slidenav-position .uk-slidenav-next {
8578 right: 20px
8579 }
8580
8581 .uk-slidenav-contrast {
8582 color: rgba(255, 255, 255, 0.5)
8583 }
8584
8585 .uk-slidenav-contrast:hover,
8586 .uk-slidenav-contrast:focus {
8587 color: rgba(255, 255, 255, 0.7)
8588 }
8589
8590 .uk-slidenav-contrast:active {
8591 color: rgba(255, 255, 255, 0.9)
8592 }
8593
8594 .uk-form input[type="radio"],
8595 .uk-form input[type="checkbox"] {
8596 display: inline-block;
8597 height: 14px;
8598 width: 14px;
8599 border: 1px solid #aaa;
8600 overflow: hidden;
8601 margin-top: -4px;
8602 vertical-align: middle;
8603 -webkit-appearance: none;
8604 outline: 0;
8605 background: transparent
8606 }
8607
8608 .uk-form input[type="radio"] {
8609 border-radius: 50%
8610 }
8611
8612 .uk-form input[type=radio]:before,
8613 .uk-form input[type=checkbox]:before {
8614 display: block
8615 }
8616
8617 .uk-form input[type=radio]:checked:before {
8618 content: '';
8619 width: 8px;
8620 height: 8px;
8621 margin: 2px auto 0;
8622 border-radius: 50%;
8623 background: #00a8e6
8624 }
8625
8626 .uk-form input[type=checkbox]:checked:before,
8627 .uk-form input[type=checkbox]:indeterminate:before {
8628 content: "\f00c";
8629 font-family: FontAwesome;
8630 font-size: 12px;
8631 -webkit-font-smoothing: antialiased;
8632 text-align: center;
8633 line-height: 12px;
8634 color: #00a8e6
8635 }
8636
8637 .uk-form input[type=checkbox]:indeterminate:before {
8638 content: "\f068"
8639 }
8640
8641 .uk-form input[type=radio]:disabled,
8642 .uk-form input[type=checkbox]:disabled {
8643 border-color: #ddd
8644 }
8645
8646 .uk-form input[type=radio]:disabled:checked:before {
8647 background-color: #aaa
8648 }
8649
8650 .uk-form input[type=checkbox]:disabled:checked:before,
8651 .uk-form input[type=checkbox]:disabled:indeterminate:before {
8652 color: #aaa
8653 }
8654
8655 .uk-form-file {
8656 display: inline-block;
8657 vertical-align: middle;
8658 position: relative;
8659 overflow: hidden
8660 }
8661
8662 .uk-form-file input[type="file"] {
8663 position: absolute;
8664 top: 0;
8665 z-index: 1;
8666 width: 100%;
8667 opacity: 0;
8668 cursor: pointer;
8669 left: 0;
8670 font-size: 500px
8671 }
8672
8673 .uk-form-password {
8674 display: inline-block;
8675 position: relative;
8676 max-width: 100%
8677 }
8678
8679 .uk-form-password-toggle {
8680 display: block;
8681 position: absolute;
8682 top: 50%;
8683 right: 10px;
8684 margin-top: -6px;
8685 font-size: 13px;
8686 line-height: 13px;
8687 color: #999
8688 }
8689
8690 .uk-form-password-toggle:hover {
8691 color: #999;
8692 text-decoration: none
8693 }
8694
8695 .uk-form-password>input {
8696 padding-right: 50px !important
8697 }
8698
8699 .uk-form-select {
8700 display: inline-block;
8701 vertical-align: middle;
8702 position: relative;
8703 overflow: hidden
8704 }
8705
8706 .uk-form-select select {
8707 position: absolute;
8708 top: 0;
8709 z-index: 1;
8710 width: 100%;
8711 height: 100%;
8712 opacity: 0;
8713 cursor: pointer;
8714 left: 0;
8715 -webkit-appearance: none
8716 }
8717
8718 .uk-placeholder {
8719 margin-bottom: 15px;
8720 padding: 15px;
8721 border: 1px dashed #ddd;
8722 background: #fafafa;
8723 color: #444
8724 }
8725
8726 *+.uk-placeholder {
8727 margin-top: 15px
8728 }
8729
8730 .uk-placeholder>:last-child {
8731 margin-bottom: 0
8732 }
8733
8734 .uk-placeholder-large {
8735 padding-top: 80px;
8736 padding-bottom: 80px
8737 }
8738
8739 .uk-progress {
8740 box-sizing: border-box;
8741 height: 20px;
8742 margin-bottom: 15px;
8743 background: #f7f7f7;
8744 overflow: hidden;
8745 line-height: 20px;
8746 box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07);
8747 border-radius: 4px
8748 }
8749
8750 *+.uk-progress {
8751 margin-top: 15px
8752 }
8753
8754 .uk-progress-bar {
8755 width: 0;
8756 height: 100%;
8757 background: #009dd8;
8758 float: left;
8759 -webkit-transition: width 0.6s ease;
8760 transition: width 0.6s ease;
8761 font-size: 12px;
8762 color: #fff;
8763 text-align: center;
8764 background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
8765 background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
8766 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
8767 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
8768 }
8769
8770 .uk-progress-mini {
8771 height: 6px
8772 }
8773
8774 .uk-progress-small {
8775 height: 12px
8776 }
8777
8778 .uk-progress-success .uk-progress-bar {
8779 background-color: #82bb42;
8780 background-image: -webkit-linear-gradient(top, #9fd256, #6fac34);
8781 background-image: linear-gradient(to bottom, #9fd256, #6fac34)
8782 }
8783
8784 .uk-progress-warning .uk-progress-bar {
8785 background-color: #f9a124;
8786 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
8787 background-image: linear-gradient(to bottom, #fbb450, #f89406)
8788 }
8789
8790 .uk-progress-danger .uk-progress-bar {
8791 background-color: #d32c46;
8792 background-image: -webkit-linear-gradient(top, #ee465a, #c11a39);
8793 background-image: linear-gradient(to bottom, #ee465a, #c11a39)
8794 }
8795
8796 .uk-progress-striped .uk-progress-bar {
8797 background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
8798 background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
8799 background-size: 30px 30px
8800 }
8801
8802 .uk-progress-striped.uk-active .uk-progress-bar {
8803 -webkit-animation: uk-progress-bar-stripes 2s linear infinite;
8804 animation: uk-progress-bar-stripes 2s linear infinite
8805 }
8806
8807 @-webkit-keyframes uk-progress-bar-stripes {
8808 0% {
8809 background-position: 0 0
8810 }
8811 100% {
8812 background-position: 30px 0
8813 }
8814 }
8815
8816 @keyframes uk-progress-bar-stripes {
8817 0% {
8818 background-position: 0 0
8819 }
8820 100% {
8821 background-position: 30px 0
8822 }
8823 }
8824
8825 .uk-progress-mini,
8826 .uk-progress-small {
8827 border-radius: 500px
8828 }
8829
8830 .uk-accordion-title {
8831 margin-top: 0;
8832 margin-bottom: 15px;
8833 padding: 5px 15px;
8834 background: #f7f7f7;
8835 font-size: 18px;
8836 line-height: 24px;
8837 cursor: pointer;
8838 border: 1px solid #ddd;
8839 border-radius: 4px
8840 }
8841
8842 .uk-accordion-content {
8843 padding: 0 15px 15px 15px
8844 }
8845
8846 .uk-accordion-content:before,
8847 .uk-accordion-content:after {
8848 content: "";
8849 display: table
8850 }
8851
8852 .uk-accordion-content:after {
8853 clear: both
8854 }
8855
8856 .uk-accordion-content>:last-child {
8857 margin-bottom: 0
8858 }
8859
8860 .uk-autocomplete {
8861 display: inline-block;
8862 position: relative;
8863 max-width: 100%;
8864 vertical-align: middle
8865 }
8866
8867 .uk-nav-autocomplete>li>a {
8868 color: #444
8869 }
8870
8871 .uk-nav-autocomplete>li.uk-active>a {
8872 background: #009dd8;
8873 color: #fff;
8874 outline: none;
8875 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
8876 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
8877 }
8878
8879 .uk-nav-autocomplete .uk-nav-header {
8880 color: #999
8881 }
8882
8883 .uk-nav-autocomplete .uk-nav-divider {
8884 border-top: 1px solid #ddd
8885 }
8886
8887 .uk-datepicker {
8888 z-index: 1050;
8889 width: auto;
8890 -webkit-animation: uk-fade .2s ease-in-out;
8891 animation: uk-fade .2s ease-in-out;
8892 -webkit-transform-origin: 0 0;
8893 transform-origin: 0 0
8894 }
8895
8896 .uk-datepicker-nav {
8897 margin-bottom: 15px;
8898 text-align: center;
8899 line-height: 20px
8900 }
8901
8902 .uk-datepicker-nav:before,
8903 .uk-datepicker-nav:after {
8904 content: "";
8905 display: table
8906 }
8907
8908 .uk-datepicker-nav:after {
8909 clear: both
8910 }
8911
8912 .uk-datepicker-nav a {
8913 color: #444;
8914 text-decoration: none
8915 }
8916
8917 .uk-datepicker-nav a:hover {
8918 color: #444
8919 }
8920
8921 .uk-datepicker-previous {
8922 float: left
8923 }
8924
8925 .uk-datepicker-next {
8926 float: right
8927 }
8928
8929 .uk-datepicker-previous:after,
8930 .uk-datepicker-next:after {
8931 width: 20px;
8932 font-family: FontAwesome
8933 }
8934
8935 .uk-datepicker-previous:after {
8936 content: "\f053"
8937 }
8938
8939 .uk-datepicker-next:after {
8940 content: "\f054"
8941 }
8942
8943 .uk-datepicker-table {
8944 width: 100%
8945 }
8946
8947 .uk-datepicker-table th,
8948 .uk-datepicker-table td {
8949 padding: 2px
8950 }
8951
8952 .uk-datepicker-table th {
8953 font-size: 12px
8954 }
8955
8956 .uk-datepicker-table a {
8957 display: block;
8958 width: 26px;
8959 line-height: 24px;
8960 text-align: center;
8961 color: #444;
8962 text-decoration: none;
8963 border: 1px solid transparent;
8964 border-radius: 4px;
8965 background-origin: border-box
8966 }
8967
8968 a.uk-datepicker-table-muted {
8969 color: #999
8970 }
8971
8972 .uk-datepicker-table a:hover,
8973 .uk-datepicker-table a:focus {
8974 background-color: #fafafa;
8975 color: #444;
8976 outline: none;
8977 border-color: rgba(0, 0, 0, 0.2);
8978 border-bottom-color: rgba(0, 0, 0, 0.3);
8979 text-shadow: 0 1px 0 #fff
8980 }
8981
8982 .uk-datepicker-table a:active {
8983 background-color: #f5f5f5;
8984 color: #444;
8985 border-color: rgba(0, 0, 0, 0.2);
8986 border-top-color: rgba(0, 0, 0, 0.3);
8987 background-image: none;
8988 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
8989 }
8990
8991 .uk-datepicker-table a.uk-active {
8992 background: #009dd8;
8993 color: #fff;
8994 border: 1px solid rgba(0, 0, 0, 0.2);
8995 border-bottom-color: rgba(0, 0, 0, 0.4);
8996 background-origin: border-box;
8997 background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
8998 background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
8999 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
9000 }
9001
9002 .uk-htmleditor-navbar {
9003 background: #f7f7f7;
9004 border: 1px solid rgba(0, 0, 0, 0.1);
9005 border-bottom-color: rgba(0, 0, 0, 0.2);
9006 border-top-left-radius: 4px;
9007 border-top-right-radius: 4px;
9008 background-origin: border-box;
9009 background-image: -webkit-linear-gradient(top, #fff, #eee);
9010 background-image: linear-gradient(to bottom, #fff, #eee)
9011 }
9012
9013 .uk-htmleditor-navbar:before,
9014 .uk-htmleditor-navbar:after {
9015 content: "";
9016 display: table
9017 }
9018
9019 .uk-htmleditor-navbar:after {
9020 clear: both
9021 }
9022
9023 .uk-htmleditor-navbar-nav {
9024 margin: 0;
9025 padding: 0;
9026 list-style: none;
9027 float: left
9028 }
9029
9030 .uk-htmleditor-navbar-nav>li {
9031 float: left
9032 }
9033
9034 .uk-htmleditor-navbar-nav>li>a {
9035 display: block;
9036 box-sizing: border-box;
9037 text-decoration: none;
9038 height: 41px;
9039 padding: 0 15px;
9040 line-height: 40px;
9041 color: #444;
9042 font-size: 11px;
9043 cursor: pointer;
9044 margin-top: -1px;
9045 margin-left: -1px;
9046 border: 1px solid transparent;
9047 border-bottom-width: 0;
9048 text-shadow: 0 1px 0 #fff
9049 }
9050
9051 .uk-htmleditor-navbar-nav>li:hover>a,
9052 .uk-htmleditor-navbar-nav>li>a:focus {
9053 background-color: transparent;
9054 color: #444;
9055 outline: none;
9056 position: relative;
9057 z-index: 1;
9058 border-left-color: rgba(0, 0, 0, 0.1);
9059 border-right-color: rgba(0, 0, 0, 0.1);
9060 border-top-color: rgba(0, 0, 0, 0.1);
9061 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
9062 }
9063
9064 .uk-htmleditor-navbar-nav>li>a:active {
9065 background-color: #f5f5f5;
9066 color: #444;
9067 border-left-color: rgba(0, 0, 0, 0.1);
9068 border-right-color: rgba(0, 0, 0, 0.1);
9069 border-top-color: rgba(0, 0, 0, 0.2);
9070 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
9071 }
9072
9073 .uk-htmleditor-navbar-nav>li.uk-active>a {
9074 background-color: #fafafa;
9075 color: #444;
9076 border-left-color: rgba(0, 0, 0, 0.1);
9077 border-right-color: rgba(0, 0, 0, 0.1);
9078 border-top-color: rgba(0, 0, 0, 0.2);
9079 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
9080 }
9081
9082 .uk-htmleditor-navbar-flip {
9083 float: right
9084 }
9085
9086 [data-mode='split'] .uk-htmleditor-button-code,
9087 [data-mode='split'] .uk-htmleditor-button-preview {
9088 display: none
9089 }
9090
9091 .uk-htmleditor-content {
9092 border-left: 1px solid #ddd;
9093 border-right: 1px solid #ddd;
9094 border-bottom: 1px solid #ddd;
9095 background: #fff;
9096 border-bottom-left-radius: 4px;
9097 border-bottom-right-radius: 4px
9098 }
9099
9100 .uk-htmleditor-content:before,
9101 .uk-htmleditor-content:after {
9102 content: "";
9103 display: table
9104 }
9105
9106 .uk-htmleditor-content:after {
9107 clear: both
9108 }
9109
9110 .uk-htmleditor-fullscreen {
9111 position: fixed;
9112 top: 0;
9113 left: 0;
9114 right: 0;
9115 bottom: 0;
9116 z-index: 990
9117 }
9118
9119 .uk-htmleditor-fullscreen .uk-htmleditor-content {
9120 position: absolute;
9121 top: 41px;
9122 left: 0;
9123 right: 0;
9124 bottom: 0
9125 }
9126
9127 .uk-htmleditor-fullscreen .uk-icon-expand:before {
9128 content: "\f066"
9129 }
9130
9131 .uk-htmleditor-code,
9132 .uk-htmleditor-preview {
9133 box-sizing: border-box
9134 }
9135
9136 .uk-htmleditor-preview {
9137 padding: 20px;
9138 overflow-y: scroll;
9139 position: relative
9140 }
9141
9142 [data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
9143 [data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
9144 display: none
9145 }
9146
9147 [data-mode='split'] .uk-htmleditor-code,
9148 [data-mode='split'] .uk-htmleditor-preview {
9149 float: left;
9150 width: 50%
9151 }
9152
9153 [data-mode='split'] .uk-htmleditor-code {
9154 border-right: 1px solid #eee
9155 }
9156
9157 .uk-htmleditor-iframe {
9158 position: absolute;
9159 top: 0;
9160 left: 0;
9161 width: 100%;
9162 height: 100%
9163 }
9164
9165 .uk-htmleditor .CodeMirror {
9166 padding: 10px;
9167 box-sizing: border-box
9168 }
9169
9170 .uk-htmleditor-navbar-nav:first-child>li:first-child>a {
9171 border-top-left-radius: 4px
9172 }
9173
9174 .uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav>li>a {
9175 margin-left: 0;
9176 margin-right: -1px
9177 }
9178
9179 .uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child>li:first-child>a {
9180 border-top-left-radius: 0
9181 }
9182
9183 .uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child>li:last-child>a {
9184 border-top-right-radius: 4px
9185 }
9186
9187 .uk-htmleditor-fullscreen .uk-htmleditor-navbar {
9188 border-top: none;
9189 border-left: none;
9190 border-right: none;
9191 border-radius: 0
9192 }
9193
9194 .uk-htmleditor-fullscreen .uk-htmleditor-content {
9195 border: none;
9196 border-radius: 0
9197 }
9198
9199 .uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav>li>a {
9200 border-radius: 0 !important
9201 }
9202
9203 .uk-slider {
9204 position: relative;
9205 z-index: 0;
9206 touch-action: pan-y
9207 }
9208
9209 .uk-slider:not(.uk-grid) {
9210 margin: 0;
9211 padding: 0;
9212 list-style: none
9213 }
9214
9215 .uk-slider>* {
9216 position: absolute;
9217 top: 0;
9218 left: 0
9219 }
9220
9221 .uk-slider-container {
9222 overflow: hidden
9223 }
9224
9225 .uk-slider:not(.uk-drag) {
9226 -webkit-transition: -webkit-transform 200ms linear;
9227 transition: transform 200ms linear
9228 }
9229
9230 .uk-slider.uk-drag {
9231 cursor: col-resize;
9232 -moz-user-select: none;
9233 -webkit-user-select: none;
9234 -ms-user-select: none;
9235 user-select: none
9236 }
9237
9238 .uk-slider a,
9239 .uk-slider img {
9240 -webkit-user-drag: none;
9241 user-drag: none;
9242 -webkit-touch-callout: none
9243 }
9244
9245 .uk-slider img {
9246 pointer-events: none
9247 }
9248
9249 .uk-slider-fullscreen,
9250 .uk-slider-fullscreen>li {
9251 height: 100vh
9252 }
9253
9254 .uk-slideshow {
9255 position: relative;
9256 z-index: 0;
9257 width: 100%;
9258 margin: 0;
9259 padding: 0;
9260 list-style: none;
9261 overflow: hidden;
9262 touch-action: pan-y
9263 }
9264
9265 .uk-slideshow>li {
9266 position: absolute;
9267 top: 0;
9268 left: 0;
9269 width: 100%;
9270 opacity: 0
9271 }
9272
9273 .uk-slideshow>.uk-active {
9274 z-index: 10;
9275 opacity: 1
9276 }
9277
9278 .uk-slideshow>li>img {
9279 visibility: hidden
9280 }
9281
9282 [data-uk-slideshow-slide] {
9283 cursor: pointer
9284 }
9285
9286 .uk-slideshow-fullscreen,
9287 .uk-slideshow-fullscreen>li {
9288 height: 100vh
9289 }
9290
9291 .uk-slideshow-fade-in {
9292 -webkit-animation: uk-fade .5s linear;
9293 animation: uk-fade .5s linear
9294 }
9295
9296 .uk-slideshow-fade-out {
9297 -webkit-animation: uk-fade .5s linear reverse;
9298 animation: uk-fade .5s linear reverse
9299 }
9300
9301 .uk-slideshow-scroll-forward-in {
9302 -webkit-animation: uk-slide-right .5s ease-in-out;
9303 animation: uk-slide-right .5s ease-in-out
9304 }
9305
9306 .uk-slideshow-scroll-forward-out {
9307 -webkit-animation: uk-slide-left .5s ease-in-out reverse;
9308 animation: uk-slide-left .5s ease-in-out reverse
9309 }
9310
9311 .uk-slideshow-scroll-backward-in {
9312 -webkit-animation: uk-slide-left .5s ease-in-out;
9313 animation: uk-slide-left .5s ease-in-out
9314 }
9315
9316 .uk-slideshow-scroll-backward-out {
9317 -webkit-animation: uk-slide-right .5s ease-in-out reverse;
9318 animation: uk-slide-right .5s ease-in-out reverse
9319 }
9320
9321 .uk-slideshow-scale-out {
9322 -webkit-animation: uk-fade-scale-15 .5s ease-in-out reverse;
9323 animation: uk-fade-scale-15 .5s ease-in-out reverse
9324 }
9325
9326 .uk-slideshow-swipe-forward-in {
9327 -webkit-animation: uk-slide-left-33 .5s ease-in-out;
9328 animation: uk-slide-left-33 .5s ease-in-out
9329 }
9330
9331 .uk-slideshow-swipe-forward-out {
9332 -webkit-animation: uk-slide-left .5s ease-in-out reverse;
9333 animation: uk-slide-left .5s ease-in-out reverse
9334 }
9335
9336 .uk-slideshow-swipe-backward-in {
9337 -webkit-animation: uk-slide-right-33 .5s ease-in-out;
9338 animation: uk-slide-right-33 .5s ease-in-out
9339 }
9340
9341 .uk-slideshow-swipe-backward-out {
9342 -webkit-animation: uk-slide-right .5s ease-in-out reverse;
9343 animation: uk-slide-right .5s ease-in-out reverse
9344 }
9345
9346 .uk-slideshow-swipe-forward-in:before,
9347 .uk-slideshow-swipe-backward-in:before {
9348 content: '';
9349 position: absolute;
9350 top: 0;
9351 bottom: 0;
9352 left: 0;
9353 right: 0;
9354 z-index: 1;
9355 background: rgba(0, 0, 0, 0.6);
9356 -webkit-animation: uk-fade .5s ease-in-out reverse;
9357 animation: uk-fade .5s ease-in-out reverse
9358 }
9359
9360 .uk-notify {
9361 position: fixed;
9362 top: 10px;
9363 left: 10px;
9364 z-index: 1040;
9365 box-sizing: border-box;
9366 width: 350px
9367 }
9368
9369 .uk-notify-top-right,
9370 .uk-notify-bottom-right {
9371 left: auto;
9372 right: 10px
9373 }
9374
9375 .uk-notify-top-center,
9376 .uk-notify-bottom-center {
9377 left: 50%;
9378 margin-left: -175px
9379 }
9380
9381 .uk-notify-bottom-left,
9382 .uk-notify-bottom-right,
9383 .uk-notify-bottom-center {
9384 top: auto;
9385 bottom: 10px
9386 }
9387
9388 @media (max-width:479px) {
9389 .uk-notify {
9390 left: 10px;
9391 right: 10px;
9392 width: auto;
9393 margin: 0
9394 }
9395 }
9396
9397 .uk-notify-message {
9398 position: relative;
9399 margin-bottom: 10px;
9400 padding: 15px;
9401 background: #444;
9402 color: #fff;
9403 font-size: 16px;
9404 line-height: 22px;
9405 cursor: pointer;
9406 border: 1px solid #444;
9407 border-radius: 4px
9408 }
9409
9410 .uk-notify-message>.uk-close {
9411 visibility: hidden;
9412 float: right
9413 }
9414
9415 .uk-notify-message:hover>.uk-close {
9416 visibility: visible
9417 }
9418
9419 .uk-notify-message-primary {
9420 background: #ebf7fd;
9421 color: #2d7091;
9422 border-color: rgba(45, 112, 145, 0.3)
9423 }
9424
9425 .uk-notify-message-success {
9426 background: #f2fae3;
9427 color: #659f13;
9428 border-color: rgba(101, 159, 19, 0.3)
9429 }
9430
9431 .uk-notify-message-warning {
9432 background: #fffceb;
9433 color: #e28327;
9434 border-color: rgba(226, 131, 39, 0.3)
9435 }
9436
9437 .uk-notify-message-danger {
9438 background: #fff1f0;
9439 color: #d85030;
9440 border-color: rgba(216, 80, 48, 0.3)
9441 }
9442
9443 .uk-search {
9444 display: inline-block;
9445 position: relative;
9446 margin: 0
9447 }
9448
9449 .uk-search:before {
9450 content: "\f002";
9451 position: absolute;
9452 top: 0;
9453 left: 0;
9454 width: 30px;
9455 line-height: 30px;
9456 text-align: center;
9457 font-family: FontAwesome;
9458 font-size: 14px;
9459 color: rgba(0, 0, 0, 0.2)
9460 }
9461
9462 .uk-search-field::-moz-focus-inner {
9463 border: 0;
9464 padding: 0
9465 }
9466
9467 .uk-search-field::-webkit-search-cancel-button,
9468 .uk-search-field::-webkit-search-decoration {
9469 -webkit-appearance: none
9470 }
9471
9472 .uk-search-field::-ms-clear {
9473 display: none
9474 }
9475
9476 .uk-search-field::-moz-placeholder {
9477 opacity: 1
9478 }
9479
9480 .uk-search-field {
9481 box-sizing: border-box;
9482 margin: 0;
9483 border-radius: 0;
9484 font: inherit;
9485 color: #444;
9486 -webkit-appearance: none;
9487 width: 120px;
9488 height: 30px;
9489 padding: 0 0 0 30px;
9490 border: 1px solid rgba(0, 0, 0, 0);
9491 background: rgba(0, 0, 0, 0);
9492 -webkit-transition: all linear 0.2s;
9493 transition: all linear 0.2s;
9494 vertical-align: middle
9495 }
9496
9497 .uk-search-field:-ms-input-placeholder {
9498 color: #999 !important
9499 }
9500
9501 .uk-search-field::-moz-placeholder {
9502 color: #999
9503 }
9504
9505 .uk-search-field::-webkit-input-placeholder {
9506 color: #999
9507 }
9508
9509 .uk-search-field:focus {
9510 outline: 0
9511 }
9512
9513 .uk-search-field:focus,
9514 .uk-search.uk-active .uk-search-field {
9515 width: 180px
9516 }
9517
9518 .uk-dropdown-search {
9519 width: 300px;
9520 margin-top: 0;
9521 background: #fff;
9522 color: #444
9523 }
9524
9525 .uk-open>.uk-dropdown-search {
9526 -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
9527 animation: uk-slide-top-fixed .2s ease-in-out
9528 }
9529
9530 .uk-navbar-flip .uk-dropdown-search {
9531 margin-top: 12px;
9532 margin-right: -16px
9533 }
9534
9535 .uk-nav-search>li>a {
9536 color: #444
9537 }
9538
9539 .uk-nav-search>li.uk-active>a {
9540 background: #009dd8;
9541 color: #fff;
9542 outline: none;
9543 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
9544 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2)
9545 }
9546
9547 .uk-nav-search .uk-nav-header {
9548 color: #999
9549 }
9550
9551 .uk-nav-search .uk-nav-divider {
9552 border-top: 1px solid #ddd
9553 }
9554
9555 .uk-nav-search ul a {
9556 color: #07d
9557 }
9558
9559 .uk-nav-search ul a:hover {
9560 color: #059
9561 }
9562
9563 .uk-offcanvas .uk-search {
9564 display: block;
9565 margin: 20px 15px
9566 }
9567
9568 .uk-offcanvas .uk-search:before {
9569 color: #777
9570 }
9571
9572 .uk-offcanvas .uk-search-field {
9573 width: 100%;
9574 border-color: rgba(0, 0, 0, 0);
9575 background: #1a1a1a;
9576 color: #ccc
9577 }
9578
9579 .uk-offcanvas .uk-search-field:-ms-input-placeholder {
9580 color: #777 !important
9581 }
9582
9583 .uk-offcanvas .uk-search-field::-moz-placeholder {
9584 color: #777
9585 }
9586
9587 .uk-offcanvas .uk-search-field::-webkit-input-placeholder {
9588 color: #777
9589 }
9590
9591 .uk-nestable {
9592 padding: 0;
9593 list-style: none
9594 }
9595
9596 .uk-nestable a,
9597 .uk-nestable img {
9598 -webkit-touch-callout: none
9599 }
9600
9601 .uk-nestable-list {
9602 margin: 0;
9603 padding-left: 40px;
9604 list-style: none
9605 }
9606
9607 .uk-nestable-item {
9608 touch-action: none
9609 }
9610
9611 .uk-nestable-item+.uk-nestable-item {
9612 margin-top: 10px
9613 }
9614
9615 .uk-nestable-list:not(.uk-nestable-dragged)>.uk-nestable-item:first-child {
9616 margin-top: 10px
9617 }
9618
9619 .uk-nestable-dragged {
9620 position: absolute;
9621 z-index: 1050;
9622 pointer-events: none;
9623 padding-left: 0
9624 }
9625
9626 .uk-nestable-placeholder {
9627 position: relative
9628 }
9629
9630 .uk-nestable-placeholder>* {
9631 opacity: 0
9632 }
9633
9634 .uk-nestable-placeholder:after {
9635 content: '';
9636 position: absolute;
9637 top: 0;
9638 bottom: 0;
9639 left: 0;
9640 right: 0;
9641 border: 1px dashed #ddd;
9642 opacity: 1
9643 }
9644
9645 .uk-nestable-empty {
9646 min-height: 30px
9647 }
9648
9649 .uk-nestable-handle {
9650 touch-action: none
9651 }
9652
9653 .uk-nestable-handle:hover {
9654 cursor: move
9655 }
9656
9657 .uk-nestable-moving,
9658 .uk-nestable-moving * {
9659 cursor: move
9660 }
9661
9662 [data-nestable-action='toggle'] {
9663 cursor: pointer;
9664 -moz-user-select: none;
9665 -webkit-user-select: none;
9666 -ms-user-select: none;
9667 user-select: none
9668 }
9669
9670 .uk-nestable-toggle {
9671 display: inline-block;
9672 visibility: hidden
9673 }
9674
9675 .uk-nestable-toggle:after {
9676 content: "\f147";
9677 font-family: FontAwesome
9678 }
9679
9680 .uk-parent>:not(.uk-nestable-list) .uk-nestable-toggle {
9681 visibility: visible
9682 }
9683
9684 .uk-collapsed .uk-nestable-list {
9685 display: none
9686 }
9687
9688 .uk-collapsed .uk-nestable-toggle:after {
9689 content: "\f196"
9690 }
9691
9692 .uk-nestable-panel {
9693 padding: 5px;
9694 background: #f7f7f7;
9695 border-radius: 4px;
9696 border: 1px solid rgba(0, 0, 0, 0.2);
9697 border-bottom-color: rgba(0, 0, 0, 0.3);
9698 background-origin: border-box;
9699 background-image: -webkit-linear-gradient(top, #fff, #eee);
9700 background-image: linear-gradient(to bottom, #fff, #eee);
9701 text-shadow: 0 1px 0 #fff
9702 }
9703
9704 .uk-sortable {
9705 position: relative
9706 }
9707
9708 .uk-sortable>* {
9709 touch-action: none
9710 }
9711
9712 .uk-sortable a,
9713 .uk-sortable img {
9714 -webkit-touch-callout: none
9715 }
9716
9717 .uk-sortable>:last-child {
9718 margin-bottom: 0
9719 }
9720
9721 .uk-sortable-dragged {
9722 position: absolute;
9723 z-index: 1050;
9724 pointer-events: none
9725 }
9726
9727 .uk-sortable-placeholder {
9728 opacity: 0
9729 }
9730
9731 .uk-sortable-empty {
9732 min-height: 30px
9733 }
9734
9735 .uk-sortable-handle {
9736 touch-action: none
9737 }
9738
9739 .uk-sortable-handle:hover {
9740 cursor: move
9741 }
9742
9743 .uk-sortable-moving,
9744 .uk-sortable-moving * {
9745 cursor: move
9746 }
9747
9748 [data-uk-sticky].uk-active {
9749 z-index: 980;
9750 box-sizing: border-box
9751 }
9752
9753 .uk-sticky-placeholder>* {
9754 -webkit-backface-visibility: hidden;
9755 backface-visibility: hidden
9756 }
9757
9758 [data-uk-sticky][class*='uk-animation-'] {
9759 -webkit-animation-duration: .2s;
9760 animation-duration: .2s
9761 }
9762
9763 [data-uk-sticky].uk-animation-reverse {
9764 -webkit-animation-duration: .2s;
9765 animation-duration: .2s
9766 }
9767
9768 .uk-dragover {
9769 box-shadow: 0 0 20px rgba(100, 100, 100, 0.3)
9770 }
9771
9772 .uk-tooltip {
9773 display: none;
9774 position: absolute;
9775 z-index: 1030;
9776 box-sizing: border-box;
9777 max-width: 200px;
9778 padding: 5px 8px;
9779 background: #333;
9780 color: rgba(255, 255, 255, 0.7);
9781 font-size: 12px;
9782 line-height: 18px;
9783 border-radius: 3px;
9784 text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5)
9785 }
9786
9787 .uk-tooltip:after {
9788 content: "";
9789 display: block;
9790 position: absolute;
9791 width: 0;
9792 height: 0;
9793 border: 5px dashed #333
9794 }
9795
9796 .uk-tooltip-top:after,
9797 .uk-tooltip-top-left:after,
9798 .uk-tooltip-top-right:after {
9799 bottom: -5px;
9800 border-top-style: solid;
9801 border-bottom: none;
9802 border-left-color: transparent;
9803 border-right-color: transparent;
9804 border-top-color: #333
9805 }
9806
9807 .uk-tooltip-bottom:after,
9808 .uk-tooltip-bottom-left:after,
9809 .uk-tooltip-bottom-right:after {
9810 top: -5px;
9811 border-bottom-style: solid;
9812 border-top: none;
9813 border-left-color: transparent;
9814 border-right-color: transparent;
9815 border-bottom-color: #333
9816 }
9817
9818 .uk-tooltip-top:after,
9819 .uk-tooltip-bottom:after {
9820 left: 50%;
9821 margin-left: -5px
9822 }
9823
9824 .uk-tooltip-top-left:after,
9825 .uk-tooltip-bottom-left:after {
9826 left: 10px
9827 }
9828
9829 .uk-tooltip-top-right:after,
9830 .uk-tooltip-bottom-right:after {
9831 right: 10px
9832 }
9833
9834 .uk-tooltip-left:after {
9835 right: -5px;
9836 top: 50%;
9837 margin-top: -5px;
9838 border-left-style: solid;
9839 border-right: none;
9840 border-top-color: transparent;
9841 border-bottom-color: transparent;
9842 border-left-color: #333
9843 }
9844
9845 .uk-tooltip-right:after {
9846 left: -5px;
9847 top: 50%;
9848 margin-top: -5px;
9849 border-right-style: solid;
9850 border-left: none;
9851 border-top-color: transparent;
9852 border-bottom-color: transparent;
9853 border-right-color: #333
9854 }