Projekt

Obecné

Profil

Stáhnout (20.1 KB) Statistiky
| Větev: | Revize:
1
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;600;700;800&display=swap");
2
html, body {
3
  font-family: 'Be Vietnam', sans-serif;
4
  color: #fff;
5
  position: relative;
6
  height: 96.2%;
7
  background: #242C6B;
8
}
9

    
10
@media (max-width: 767.98px) {
11
  html.intro, body.intro {
12
    height: calc(100% - 45px);
13
  }
14
}
15

    
16
header {
17
  height: 70px;
18
  background: #0048A9;
19
}
20

    
21
header .logo {
22
  width: 450px;
23
  height: 181px;
24
  position: absolute;
25
  top: 70px;
26
  left: 0;
27
  z-index: 2;
28
  background: url("../img/header-bg.png");
29
}
30

    
31
@media (max-width: 1400px) {
32
  header .logo {
33
    display: none;
34
  }
35
}
36

    
37
header .logo img {
38
  height: 100px;
39
  position: relative;
40
  top: -50px;
41
  left: 50px;
42
}
43

    
44
header nav.navbar {
45
  height: 70px;
46
  position: relative;
47
}
48

    
49
header .navbar-toggler-icon {
50
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
51
}
52

    
53
@media (min-width: 1401px) {
54
  header .navbar-brand.shifted {
55
    position: absolute;
56
    top: 0;
57
    left: 450px;
58
  }
59
}
60

    
61
@media (max-width: 1199.98px) {
62
  header .navbar-brand.shifted {
63
    left: 20px;
64
  }
65
}
66

    
67
@media (max-width: 991.98px) {
68
  header #navigation {
69
    width: 100%;
70
    padding: 20px;
71
    position: absolute;
72
    top: 70px;
73
    left: 0;
74
    z-index: 1001;
75
    opacity: .98;
76
    background: #004fb3;
77
  }
78
}
79

    
80
header .nav-item {
81
  margin-right: 40px;
82
}
83

    
84
@media (max-width: 1480px) {
85
  header .nav-item {
86
    margin-right: 30px;
87
  }
88
}
89

    
90
@media (max-width: 1440px) {
91
  header .nav-item {
92
    margin-right: 15px;
93
  }
94
}
95

    
96
@media (max-width: 1199.98px) {
97
  header .nav-item {
98
    margin-right: 30px;
99
  }
100
}
101

    
102
@media (max-width: 991.98px) {
103
  header .nav-item {
104
    margin-right: 0;
105
  }
106
}
107

    
108
header .nav-item .active {
109
  font-weight: 800;
110
}
111

    
112
header .nav-item.button .nav-link {
113
  padding-left: 22px;
114
  padding-right: 22px;
115
  border: 1px solid #fff;
116
  border-radius: 20px;
117
}
118

    
119
header .nav-item.button .nav-link:hover {
120
  background: #004fb3;
121
}
122

    
123
header .navbar-button {
124
  padding: .5rem 22px;
125
  margin-right: 40px;
126
  border: 1px solid #fff;
127
  border-radius: 20px;
128
  text-decoration: none;
129
}
130

    
131
@media (max-width: 991.98px) {
132
  header .navbar-button {
133
    display: none;
134
  }
135
}
136

    
137
header .navbar-button:hover {
138
  background: #004fb3;
139
}
140

    
141
header .btn-secondary {
142
  height: 100%;
143
  font-size: 16px;
144
  text-transform: uppercase;
145
  font-weight: 800;
146
  letter-spacing: 0.4px;
147
  border-radius: 0;
148
  border: #0048A9;
149
  background: #004fb3;
150
}
151

    
152
header .btn-secondary:hover {
153
  background: #0048A9 !important;
154
}
155

    
156
@media (max-width: 991.98px) {
157
  header.map .navbar-nav {
158
    width: 100%;
159
  }
160
}
161

    
162
header.map form {
163
  display: flex;
164
  margin: auto;
165
}
166

    
167
header.map label {
168
  margin: 0 0 0 15px;
169
  font-size: 16px;
170
  font-weight: 800;
171
  letter-spacing: .4px;
172
}
173

    
174
header.map input, header.map .custom-select {
175
  letter-spacing: .4px;
176
  color: #fff;
177
  border-color: #0048A9;
178
  background: #0048A9;
179
}
180

    
181
header.map .nav-item {
182
  margin: 0;
183
  border-right: 1px solid #1C6CC0;
184
}
185

    
186
@media (max-width: 991.98px) {
187
  header.map .nav-item {
188
    margin-bottom: 20px;
189
    border: 0;
190
  }
191
}
192

    
193
header.map .nav-item:nth-of-type(1), header.map .nav-item:nth-of-type(2), header.map .nav-item:nth-of-type(3) {
194
  width: 300px;
195
}
196

    
197
@media (max-width: 1500px) {
198
  header.map .nav-item:nth-of-type(1), header.map .nav-item:nth-of-type(2), header.map .nav-item:nth-of-type(3) {
199
    width: 280px;
200
  }
201
}
202

    
203
@media (max-width: 1400px) {
204
  header.map .nav-item:nth-of-type(1), header.map .nav-item:nth-of-type(2), header.map .nav-item:nth-of-type(3) {
205
    width: 230px;
206
  }
207
}
208

    
209
@media (max-width: 1400px) {
210
  header.map .nav-item:nth-of-type(1), header.map .nav-item:nth-of-type(2), header.map .nav-item:nth-of-type(3) {
211
    max-width: 230px;
212
    width: auto;
213
  }
214
}
215

    
216
@media (max-width: 991.98px) {
217
  header.map .nav-item:nth-of-type(1), header.map .nav-item:nth-of-type(2), header.map .nav-item:nth-of-type(3) {
218
    max-width: none;
219
  }
220
}
221

    
222
@media (max-width: 991.98px) {
223
  header.map .nav-item .btn {
224
    width: 100%;
225
  }
226
}
227

    
228
h1 {
229
  text-transform: uppercase;
230
  font-size: 21px;
231
  font-weight: 700;
232
  letter-spacing: 0.53px;
233
}
234

    
235
@media (min-width: 992px) {
236
  h1 {
237
    line-height: 55px;
238
  }
239
}
240

    
241
h2 {
242
  font-size: 16px;
243
  font-weight: 400;
244
  letter-spacing: 0.4px;
245
}
246

    
247
@media (min-width: 992px) {
248
  h2 {
249
    margin: 0;
250
  }
251
}
252

    
253
h3 {
254
  font-size: 38px;
255
  font-weight: 800;
256
  letter-spacing: 0.95px;
257
}
258

    
259
@media (max-width: 575.98px) {
260
  h3 {
261
    font-size: 28px;
262
  }
263
}
264

    
265
a {
266
  color: #fff;
267
  outline: none;
268
}
269

    
270
a:hover {
271
  color: #fff;
272
}
273

    
274
hr {
275
  width: 300px;
276
  text-align: left;
277
  margin: 30px 0;
278
  border-top: 2px solid #fff;
279
}
280

    
281
@media (max-width: 1199.98px) {
282
  hr {
283
    width: 90%;
284
  }
285
}
286

    
287
@media (max-width: 575.98px) {
288
  hr {
289
    margin: 15px 0;
290
  }
291
}
292

    
293
.swiper-container {
294
  height: 100%;
295
  position: relative;
296
}
297

    
298
.swiper-slide {
299
  z-index: -1000;
300
  display: flex;
301
  justify-content: center;
302
  align-items: center;
303
}
304

    
305
.swiper-slide.slide-bg-1 {
306
  background: url("../img/bg-1.jpg") no-repeat bottom center;
307
  background-size: cover;
308
}
309

    
310
.swiper-slide.slide-bg-2 {
311
  background: url("../img/bg-2.jpg") no-repeat bottom center;
312
  background-size: cover;
313
}
314

    
315
.swiper-slide.slide-bg-3 {
316
  background: url("../img/bg-3.jpg") no-repeat bottom center;
317
  background-size: cover;
318
}
319

    
320
@media (max-width: 767.98px) {
321
  .swiper-slide.slide-bg-3 .container {
322
    max-width: 100%;
323
    height: 100%;
324
    overflow-y: scroll;
325
  }
326
}
327

    
328
.swiper-slide.slide-bg-3 .slide-text {
329
  width: 100%;
330
}
331

    
332
.slide-text {
333
  width: 600px;
334
  padding-bottom: 160px;
335
  position: relative;
336
}
337

    
338
@media (max-width: 1199.98px) {
339
  .slide-text {
340
    width: 100%;
341
  }
342
}
343

    
344
@media (max-width: 1199.98px) {
345
  .slide-text {
346
    padding-bottom: 80px;
347
  }
348
}
349

    
350
.slide-text .slide-index {
351
  display: inline-block;
352
  padding-bottom: 20px;
353
  font-size: 72px;
354
  font-weight: 800;
355
}
356

    
357
@media (max-width: 575.98px) {
358
  .slide-text .slide-index {
359
    padding-bottom: 10px;
360
    font-size: 48px;
361
  }
362
}
363

    
364
.slide-text .btn-primary {
365
  z-index: 1000;
366
}
367

    
368
.slide-text .btn-primary:after {
369
  content: "";
370
  display: inline-block;
371
  width: 10px;
372
  height: 16px;
373
  position: absolute;
374
  top: 16px;
375
  right: 20px;
376
  background: url("../img/btn-play.svg") no-repeat top right;
377
}
378

    
379
.slide-text p {
380
  font-size: 18px;
381
  font-weight: 600;
382
}
383

    
384
@media (max-width: 575.98px) {
385
  .slide-text p {
386
    font-size: 16px;
387
  }
388
}
389

    
390
.slide-text p a {
391
  text-decoration: underline;
392
}
393

    
394
.slide-text p a:hover {
395
  text-decoration: none;
396
}
397

    
398
.swiper-pagination-buttons {
399
  width: 200px;
400
  height: 56px;
401
  padding: 6px;
402
  position: absolute;
403
  right: 150px;
404
  bottom: 20px;
405
  z-index: 1;
406
  border-radius: 100px;
407
  background: #0B155A;
408
}
409

    
410
@media (max-width: 1199.98px) {
411
  .swiper-pagination-buttons {
412
    right: 20px;
413
  }
414
}
415

    
416
@media (max-width: 767.98px) {
417
  .swiper-pagination-buttons {
418
    width: 120px;
419
  }
420
}
421

    
422
@media (max-width: 575.98px) {
423
  .swiper-pagination-buttons {
424
    bottom: 10px;
425
  }
426
}
427

    
428
.swiper-pagination-buttons .btn-prev, .swiper-pagination-buttons .btn-next {
429
  display: inline-block;
430
  width: 45px;
431
  height: 45px;
432
  position: relative;
433
  border-radius: 50%;
434
  border: 2px solid #fff;
435
}
436

    
437
.swiper-pagination-buttons .btn-prev:after, .swiper-pagination-buttons .btn-next:after {
438
  content: "";
439
  display: inline-block;
440
  width: 7px;
441
  height: 12px;
442
  position: absolute;
443
  top: calc(50% - 6px);
444
  left: calc(50% - 4px);
445
}
446

    
447
.swiper-pagination-buttons .btn-prev:after {
448
  background: url("../img/btn-prev.svg") no-repeat top right;
449
}
450

    
451
.swiper-pagination-buttons .btn-next {
452
  float: right;
453
}
454

    
455
.swiper-pagination-buttons .btn-next:after {
456
  background: url("../img/btn-next.svg") no-repeat top right;
457
}
458

    
459
.swiper-pagination-bullets {
460
  display: inline-block;
461
  width: auto !important;
462
  height: 30px;
463
  position: absolute;
464
  left: 20px !important;
465
  bottom: 30px !important;
466
  border-radius: 100px;
467
  opacity: 0.8;
468
  background: #0B155A;
469
}
470

    
471
@media (min-width: 992px) {
472
  .swiper-pagination-bullets {
473
    left: 50% !important;
474
    transform: translateX(-50%);
475
  }
476
}
477

    
478
@media (max-width: 575.98px) {
479
  .swiper-pagination-bullets {
480
    display: none;
481
  }
482
}
483

    
484
.swiper-pagination-bullets:before {
485
  content: "";
486
  width: 100px;
487
  position: absolute;
488
  top: 13px;
489
  left: 15px;
490
  z-index: 1;
491
  border-top: 2px solid #fff;
492
}
493

    
494
.swiper-pagination-bullets .swiper-pagination-bullet {
495
  width: 20px;
496
  height: 20px;
497
  position: relative;
498
  margin: 4px 15px !important;
499
  opacity: 1;
500
  border: 2px solid #0B155A;
501
  background: #0B155A;
502
}
503

    
504
.swiper-pagination-bullets .swiper-pagination-bullet:before {
505
  content: "";
506
  display: inline-block;
507
  width: 6px;
508
  height: 6px;
509
  position: absolute;
510
  top: 5px;
511
  left: 5px;
512
  border-radius: 50%;
513
  background: #fff;
514
}
515

    
516
.swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
517
  margin-left: 5px !important;
518
}
519

    
520
.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
521
  margin-right: 5px !important;
522
}
523

    
524
.swiper-pagination-bullets .swiper-pagination-bullet-active {
525
  border: 2px solid #fff;
526
}
527

    
528
.btn-primary {
529
  width: 300px;
530
  height: 50px;
531
  line-height: 32px;
532
  position: relative;
533
  padding-left: 30px;
534
  margin-top: 40px;
535
  text-align: left;
536
  font-size: 16px;
537
  text-transform: uppercase;
538
  letter-spacing: 0.4px;
539
  border-radius: 30px;
540
  border: 1px solid #0B155A;
541
  background: #0B155A;
542
}
543

    
544
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
545
  border: 1px solid #0048A9;
546
  background: #0048A9 !important;
547
}
548

    
549
@media (max-width: 575.98px) {
550
  .btn-primary {
551
    width: 100%;
552
    max-width: 270px;
553
    height: auto;
554
    margin-top: 20px;
555
  }
556
}
557

    
558
.btn-secondary {
559
  background: #0B155A;
560
}
561

    
562
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
563
  background: #7378A0 !important;
564
}
565

    
566
.map-point {
567
  width: 50px;
568
  height: 50px;
569
  z-index: 1;
570
  position: absolute;
571
  border-radius: 50%;
572
  cursor: pointer;
573
  border: 2px solid #fff;
574
}
575

    
576
@media (max-width: 767.98px) {
577
  .map-point {
578
    display: none;
579
  }
580
}
581

    
582
.map-point:before {
583
  content: "";
584
  display: inline-block;
585
  width: 16px;
586
  height: 16px;
587
  position: absolute;
588
  top: calc(50% - 8px);
589
  left: calc(50% - 8px);
590
  background: url("../img/map-point-plus.svg") no-repeat;
591
}
592

    
593
.map-point:hover:before {
594
  z-index: 1;
595
  top: calc(50% - 1px);
596
  background: url("../img/map-point-minus.svg") no-repeat;
597
}
598

    
599
.map-point:hover .desc {
600
  display: block;
601
  width: 210px;
602
  padding: 10px 20px;
603
  z-index: 0;
604
  opacity: 0.75;
605
  border-radius: 25px 0 25px 0;
606
  background: #0B155A;
607
}
608

    
609
.map-point .desc {
610
  display: none;
611
}
612

    
613
.map-point p {
614
  font-size: 14px;
615
  font-weight: 400;
616
}
617

    
618
.map-point p:last-of-type {
619
  margin-bottom: 10px;
620
}
621

    
622
.map-point strong {
623
  display: inline-block;
624
  width: 100%;
625
  padding: 0 0 20px 40px;
626
  font-size: 16px;
627
}
628

    
629
.map-point .circle {
630
  width: 50px;
631
  height: 50px;
632
  position: absolute;
633
  top: -2px;
634
  left: -2px;
635
  border-radius: 50%;
636
  border: 2px solid #fff;
637
}
638

    
639
.map-point.point-1 {
640
  bottom: 12%;
641
  right: -75%;
642
}
643

    
644
.map-point.point-2 {
645
  top: 21%;
646
  right: -92%;
647
}
648

    
649
.map-point.point-3 {
650
  top: 22%;
651
  right: -92%;
652
}
653

    
654
#heatmap {
655
  height: 100%;
656
}
657

    
658
.map-locations {
659
  position: absolute;
660
  top: 95px;
661
  right: 25px;
662
  z-index: 1000;
663
  border-radius: 22px;
664
  background-color: rgba(11, 21, 90, 0.7);
665
}
666

    
667
.map-locations .mobile {
668
  display: none;
669
}
670

    
671
@media (max-width: 991.98px) {
672
  .map-locations {
673
    top: 90px;
674
    right: 20px;
675
  }
676
  .map-locations .desktop {
677
    display: none;
678
  }
679
  .map-locations .mobile {
680
    display: inline-block;
681
  }
682
}
683

    
684
@media (max-width: 575.98px) {
685
  .map-locations {
686
    max-width: 240px;
687
    top: 80px;
688
    right: 10px;
689
  }
690
}
691

    
692
.map-locations .menu {
693
  width: 100%;
694
  display: inline-block;
695
  position: relative;
696
  padding: 10px 60px 13px 16px;
697
  text-decoration: none;
698
  border-radius: 50px;
699
  opacity: 1;
700
  background: #0B155A;
701
}
702

    
703
.map-locations .menu .circle {
704
  display: inline-block;
705
  width: 40px;
706
  height: 40px;
707
  position: absolute;
708
  top: 3px;
709
  right: 3px;
710
  border-radius: 50%;
711
  border: 2px solid #fff;
712
}
713

    
714
.map-locations .menu .circle:after {
715
  content: "";
716
  display: inline-block;
717
  width: 16px;
718
  height: 16px;
719
  position: absolute;
720
  top: calc(50% - 8px);
721
  left: calc(50% - 8px);
722
  background: url("../img/map-point-plus.svg") no-repeat;
723
}
724

    
725
.map-locations .locations {
726
  z-index: 1000;
727
}
728

    
729
.map-locations .locations ul {
730
  margin-top: 10px;
731
  padding-left: 36px;
732
  padding-right: 20px;
733
  font-size: 15px;
734
  list-style-image: url("../img/li-bullet.svg");
735
}
736

    
737
@media (max-width: 575.98px) {
738
  .map-locations .locations ul {
739
    font-size: 13.5px;
740
  }
741
}
742

    
743
.map-locations .locations li {
744
  margin-bottom: 10px;
745
  cursor: pointer;
746
}
747

    
748
.map-locations .locations li:hover {
749
  text-decoration: underline;
750
}
751

    
752
.player {
753
  width: 100%;
754
  display: flex;
755
  justify-content: center;
756
  align-items: center;
757
  position: absolute;
758
  left: 50%;
759
  transform: translateX(-50%);
760
  bottom: -40px;
761
  z-index: 1000;
762
}
763

    
764
@media (max-width: 575.98px) {
765
  .player {
766
    bottom: -30px;
767
  }
768
}
769

    
770
.player .next, .player .prev, .player .play, .player .pause {
771
  display: inline-block;
772
  width: 42px;
773
  height: 42px;
774
  margin-right: 20px;
775
  position: relative;
776
  border-radius: 50%;
777
  opacity: .7;
778
  border: 2px solid #fff;
779
  box-shadow: 0 0 0 4px #0B155A;
780
  background: #0B155A;
781
  cursor: pointer;
782
}
783

    
784
.player .next:hover, .player .prev:hover, .player .play:hover, .player .pause:hover {
785
  opacity: 1;
786
}
787

    
788
.player .next:after, .player .prev:after, .player .play:after, .player .pause:after {
789
  content: "";
790
  display: inline-block;
791
  width: 7px;
792
  height: 12px;
793
  position: absolute;
794
  top: calc(50% - 6px);
795
  left: calc(50% - 4px);
796
}
797

    
798
.player .play, .player .pause {
799
  width: 57px;
800
  height: 57px;
801
  opacity: 1;
802
}
803

    
804
@media (max-width: 991.98px) {
805
  .player .play, .player .pause {
806
    order: 3;
807
  }
808
}
809

    
810
.player .play:hover, .player .pause:hover {
811
  opacity: .7;
812
}
813

    
814
.player .play:after, .player .pause:after {
815
  width: 10px;
816
  height: 16px;
817
  top: calc(50% - 8px);
818
}
819

    
820
.player .play:after {
821
  left: calc(50% - 2px);
822
  background: url("../img/btn-play.svg") no-repeat;
823
}
824

    
825
.player .pause:after {
826
  left: calc(50% - 4px);
827
  background: url("../img/btn-pause.png") no-repeat;
828
}
829

    
830
@media (max-width: 991.98px) {
831
  .player .next {
832
    order: 3;
833
  }
834
}
835

    
836
.player .next:after {
837
  background: url("../img/btn-next.svg") no-repeat;
838
}
839

    
840
@media (max-width: 991.98px) {
841
  .player .prev {
842
    order: 2;
843
  }
844
}
845

    
846
.player .prev:after {
847
  background: url("../img/btn-prev.svg") no-repeat;
848
}
849

    
850
.player .timeline {
851
  display: flex;
852
  height: 30px;
853
  flex-direction: row;
854
  position: relative;
855
  padding: 0 10px;
856
  border-radius: 100px;
857
  background-color: rgba(11, 21, 90, 0.7);
858
}
859

    
860
@media (max-width: 991.98px) {
861
  .player .timeline {
862
    padding: 0;
863
    order: 1;
864
    margin-right: 20px;
865
  }
866
}
867

    
868
@media (max-width: 991.98px) {
869
  .player .timeline .hour {
870
    display: none;
871
  }
872
}
873

    
874
.player .timeline .hour:before {
875
  content: "";
876
  display: inline-block;
877
  width: 6px;
878
  height: 6px;
879
  border-radius: 50%;
880
  background: #fff;
881
}
882

    
883
.player .timeline .hour:after {
884
  content: "";
885
  display: inline-block;
886
  position: relative;
887
  top: -2px;
888
  width: 20px;
889
  height: 2px;
890
  background: #fff;
891
}
892

    
893
.player .timeline .end-dot:before {
894
  content: "";
895
  display: inline-block;
896
  width: 6px;
897
  height: 6px;
898
  border-radius: 50%;
899
  background: #fff;
900
}
901

    
902
@media (max-width: 991.98px) {
903
  .player .timeline .end-dot:before {
904
    display: none;
905
  }
906
}
907

    
908
.player .time {
909
  display: flex;
910
  justify-content: center;
911
  align-items: center;
912
  width: 64px;
913
  font-size: 15px;
914
  padding: 3px 0 4px 0;
915
  z-index: 1000;
916
  border-radius: 15px;
917
  background: #0B155A;
918
}
919

    
920
@media (min-width: 992px) {
921
  .player .time {
922
    position: absolute;
923
  }
924
  .player .time.hour-0 {
925
    left: 0;
926
  }
927
  .player .time.hour-1 {
928
    left: 25px;
929
  }
930
  .player .time.hour-2 {
931
    left: 50px;
932
  }
933
  .player .time.hour-3 {
934
    left: 75px;
935
  }
936
  .player .time.hour-4 {
937
    left: 100px;
938
  }
939
  .player .time.hour-5 {
940
    left: 125px;
941
  }
942
  .player .time.hour-6 {
943
    left: 150px;
944
  }
945
  .player .time.hour-7 {
946
    left: 175px;
947
  }
948
  .player .time.hour-8 {
949
    left: 200px;
950
  }
951
  .player .time.hour-9 {
952
    left: 225px;
953
  }
954
  .player .time.hour-10 {
955
    left: 250px;
956
  }
957
  .player .time.hour-11 {
958
    left: 275px;
959
  }
960
  .player .time.hour-12 {
961
    left: 300px;
962
  }
963
  .player .time.hour-13 {
964
    left: 325px;
965
  }
966
  .player .time.hour-14 {
967
    left: 350px;
968
  }
969
  .player .time.hour-15 {
970
    left: 375px;
971
  }
972
  .player .time.hour-16 {
973
    left: 400px;
974
  }
975
  .player .time.hour-17 {
976
    left: 425px;
977
  }
978
  .player .time.hour-18 {
979
    left: 450px;
980
  }
981
  .player .time.hour-19 {
982
    left: 475px;
983
  }
984
  .player .time.hour-20 {
985
    left: 500px;
986
  }
987
  .player .time.hour-21 {
988
    left: 525px;
989
  }
990
  .player .time.hour-22 {
991
    left: 550px;
992
  }
993
  .player .time.hour-23 {
994
    left: 585px;
995
  }
996
}
997

    
998
.slide-background {
999
  width: 650px;
1000
  height: 290px;
1001
  z-index: 1;
1002
  position: absolute;
1003
  bottom: 0;
1004
  left: 0;
1005
  background: url("../img/footer-bg.svg") no-repeat;
1006
}
1007

    
1008
@media (max-width: 991.98px) {
1009
  .slide-background {
1010
    width: 320px;
1011
    height: 143px;
1012
    background-size: 100%;
1013
  }
1014
}
1015

    
1016
div.copyright p {
1017
  font-weight: 400;
1018
}
1019

    
1020
div.copyright span {
1021
  font-size: 17px;
1022
}
1023

    
1024
p.logos-partners {
1025
  margin-top: 40px;
1026
  text-align: right;
1027
}
1028

    
1029
p.logos-partners a {
1030
  text-decoration: none;
1031
}
1032

    
1033
p.logos-partners a img {
1034
  margin-left: 50px;
1035
  height: 80px;
1036
}
1037

    
1038
@media only screen and (max-width: 430px) {
1039
  p.logos-partners a img {
1040
    height: 70px;
1041
    margin-left: 0;
1042
  }
1043
}
1044

    
1045
@media only screen and (max-width: 340px) {
1046
  p.logos-partners a img {
1047
    height: 60px;
1048
  }
1049
}
1050

    
1051
p.logos-partners a:first-of-type img {
1052
  margin-left: 0;
1053
}
1054

    
1055
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
1056
  font-family: 'Be Vietnam', sans-serif;
1057
  text-align: center;
1058
  color: #fff;
1059
  background-color: #0b155a !important;
1060
}
1061

    
1062
.leaflet-popup-content-wrapper .leaflet-popup-content strong {
1063
  display: inline-block;
1064
  margin-bottom: 8px;
1065
}
1066

    
1067
.leaflet-popup-content-wrapper .popup-controls {
1068
  display: flex;
1069
  margin: 1em 0 1em 0;
1070
}
1071

    
1072
.leaflet-popup-content-wrapper .popup-controls .circle-button {
1073
  height: 32px;
1074
  width: 32px;
1075
  border: 0;
1076
  border-radius: 24px;
1077
  background: url("../img/btn-prev.svg") rgba(255, 255, 255, 0.1) no-repeat center center;
1078
  transition: background 0.3s ease-out;
1079
  outline: none !important;
1080
}
1081

    
1082
.leaflet-popup-content-wrapper .popup-controls .circle-button:hover {
1083
  background: url("../img/btn-prev.svg") rgba(125, 125, 125, 0.1) no-repeat center center;
1084
}
1085

    
1086
.leaflet-popup-content-wrapper .popup-controls .circle-button.next {
1087
  background: url("../img/btn-next.svg") rgba(255, 255, 255, 0.1) no-repeat center center;
1088
}
1089

    
1090
.leaflet-popup-content-wrapper .popup-controls .circle-button.next:hover {
1091
  background: url("../img/btn-next.svg") rgba(125, 125, 125, 0.1) no-repeat center center;
1092
}
1093

    
1094
.leaflet-popup-content-wrapper #number-info {
1095
  font-family: monospace;
1096
  font-size: 24pt;
1097
  font-weight: 700;
1098
}
1099

    
1100
.leaflet-popup-content-wrapper #count-info {
1101
  margin: auto;
1102
  color: #fff;
1103
  background-color: #0b155a;
1104
}
1105

    
1106
header.map .nav-item {
1107
  padding: 5px;
1108
  margin-top: auto;
1109
  margin-bottom: auto;
1110
}
1111

    
1112
header.map .nav-item:nth-child(3), header.map .nav-item:last-child {
1113
  border: 0;
1114
}
1115

    
1116
header.map .nav-item .btn-secondary {
1117
  outline: none;
1118
  border-radius: 50px;
1119
  height: 40px;
1120
  margin-left: 10px;
1121
  font-size: 11pt;
1122
  padding-left: 20px;
1123
  padding-right: 20px;
1124
  padding-top: 3px;
1125
  transition: all 0.2s ease-out;
1126
  color: #0048a9;
1127
  background: white;
1128
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
1129
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
1130
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
1131
}
1132

    
1133
@media (max-width: 991.98px) {
1134
  header.map .nav-item .btn-secondary {
1135
    border-radius: .25rem;
1136
    margin-left: 0px;
1137
    margin-top: 10px;
1138
    margin-bottom: -10px;
1139
  }
1140
}
1141

    
1142
header.map .nav-item .btn-secondary:hover {
1143
  color: #0048a9;
1144
  background: white !important;
1145
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.22);
1146
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.22);
1147
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.22);
1148
}
1149

    
1150
header.map .nav-item .btn-secondary:active, header.map .nav-item .btn-secondary:focus {
1151
  background: #f0f0f0 !important;
1152
  color: #0048a9 !important;
1153
}
1154

    
1155
header.map .nav-item input:hover {
1156
  background: rgba(255, 255, 255, 0.2);
1157
}
1158

    
1159
header.map .nav-item input:focus {
1160
  background: #fff;
1161
  color: #000;
1162
}
1163

    
1164
header.map .nav-item select:hover {
1165
  cursor: pointer;
1166
  background: rgba(255, 255, 255, 0.2);
1167
}
1168

    
1169
header.map .nav-item select:hover option {
1170
  background: #0048a9;
1171
}
1172

    
1173
header.map .nav-item select:focus {
1174
  background: #0048a9;
1175
  color: white;
1176
}
(4-4/6)