linaro-jekyll-theme 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-27 00:00:00.000000000 Z
11
+ date: 2017-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -191,7 +191,10 @@ files:
191
191
  - _data/company.yml
192
192
  - _data/footer.yml
193
193
  - _data/linaro.yml
194
+ - _data/members_db.yaml
194
195
  - _data/nav.yml
196
+ - _data/news.yaml
197
+ - _data/product_db.yaml
195
198
  - _data/sub-nav.yml
196
199
  - _includes/_theme-includes/_blog/pagination.html
197
200
  - _includes/_theme-includes/_footer/footer.html
@@ -216,6 +219,7 @@ files:
216
219
  - _layouts/blog.html
217
220
  - _layouts/default-no-sub-nav.html
218
221
  - _layouts/default.html
222
+ - _layouts/empty.html
219
223
  - _layouts/fluid-no-sub-nav.html
220
224
  - _layouts/fluid.html
221
225
  - _layouts/home.html
@@ -299,7 +303,6 @@ files:
299
303
  - _sass/core/breadcrumb.scss
300
304
  - _sass/core/carousel.scss
301
305
  - _sass/core/cookieconsent.scss
302
- - _sass/core/critical.scss
303
306
  - _sass/core/fa.scss
304
307
  - _sass/core/flipclock.scss
305
308
  - _sass/core/font-awesome.min.scss
@@ -307,7 +310,6 @@ files:
307
310
  - _sass/core/footer.scss
308
311
  - _sass/core/homepage.scss
309
312
  - _sass/core/lightbox.scss
310
- - _sass/core/members-sprite.scss
311
313
  - _sass/core/nav.scss
312
314
  - _sass/core/openhours.scss
313
315
  - _sass/core/owl.carousel.min.scss
@@ -334,19 +336,29 @@ files:
334
336
  - assets/fonts/glyphicons-halflings-regular.ttf
335
337
  - assets/fonts/glyphicons-halflings-regular.woff
336
338
  - assets/fonts/glyphicons-halflings-regular.woff2
339
+ - assets/fonts/lato-regular/LICENSE.txt
340
+ - assets/fonts/lato-regular/Lato-regular.eot
341
+ - assets/fonts/lato-regular/Lato-regular.svg
342
+ - assets/fonts/lato-regular/Lato-regular.ttf
343
+ - assets/fonts/lato-regular/Lato-regular.woff
344
+ - assets/fonts/lato-regular/Lato-regular.woff2
337
345
  - assets/images/96boards-Logo.svg
338
346
  - assets/images/Linaro-Logo_light.png
339
347
  - assets/images/Linaro-Logo_standard.svg
340
348
  - assets/images/Linaro-Sprinkle.svg
341
349
  - assets/images/avatar-placeholder.png
342
350
  - assets/images/banner.jpg
351
+ - assets/images/close.png
343
352
  - assets/images/css3.png
344
353
  - assets/images/favicon.ico
345
354
  - assets/images/favicon.png
346
355
  - assets/images/html5.png
347
356
  - assets/images/jekyll.svg
348
357
  - assets/images/js.jpeg
358
+ - assets/images/loading.gif
359
+ - assets/images/next.png
349
360
  - assets/images/placeholder.png
361
+ - assets/images/prev.png
350
362
  - assets/js/app/main.js
351
363
  - assets/js/app/search.js
352
364
  - assets/js/app/sticky.js
@@ -1,991 +0,0 @@
1
- * {
2
- box-sizing: border-box;
3
- }
4
- html {
5
- font-family: sans-serif;
6
- text-size-adjust: 100%;
7
- font-size: 10px;
8
- -webkit-tap-highlight-color: transparent;
9
- }
10
- body {
11
- margin: 0px;
12
- font-family: LatoWeb, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
13
- font-size: 15px;
14
- line-height: 1.42857;
15
- color: black;
16
- background-color: white;
17
- background: transparent;
18
- letter-spacing: 0.5px;
19
- overflow-x: hidden;
20
- font-weight: 300;
21
- -webkit-font-smoothing: antialiased;
22
- }
23
- .cc-window {
24
- opacity: 1;
25
- transition: opacity 1s ease;
26
- }
27
- .cc-revoke,
28
- .cc-window {
29
- position: fixed;
30
- overflow: hidden;
31
- box-sizing: border-box;
32
- font-family: Helvetica, Calibri, Arial, sans-serif;
33
- font-size: 16px;
34
- line-height: 1.5em;
35
- display: flex;
36
- flex-wrap: nowrap;
37
- z-index: 9999;
38
- }
39
- .cc-left {
40
- left: 1em;
41
- }
42
- .cc-bottom {
43
- bottom: 1em;
44
- }
45
- .cc-window.cc-invisible {
46
- opacity: 0;
47
- }
48
- .cc-window.cc-floating {
49
- padding: 2em;
50
- max-width: 24em;
51
- -webkit-box-orient: vertical;
52
- -webkit-box-direction: normal;
53
- flex-direction: column;
54
- }
55
- .cc-color-override-275517548.cc-window {
56
- color: rgb(255, 223, 132);
57
- background-color: rgb(0, 0, 0);
58
- }
59
- .cc-floating .cc-message {
60
- display: block;
61
- margin-bottom: 1em;
62
- }
63
- a {
64
- background-color: transparent;
65
- color: rgb(25, 148, 123);
66
- text-decoration: none;
67
- }
68
- [role="button"] {
69
- cursor: pointer;
70
- }
71
- .cc-link,
72
- .cc-revoke:hover {
73
- text-decoration: underline;
74
- }
75
- .cc-btn,
76
- .cc-close,
77
- .cc-link,
78
- .cc-revoke {
79
- cursor: pointer;
80
- }
81
- .cc-link {
82
- opacity: 0.8;
83
- display: inline-block;
84
- padding: 0.2em;
85
- }
86
- .cc-link:active,
87
- .cc-link:visited {
88
- color: initial;
89
- }
90
- .cc-color-override-275517548 .cc-link,
91
- .cc-color-override-275517548 .cc-link:active,
92
- .cc-color-override-275517548 .cc-link:visited {
93
- color: rgb(255, 223, 132);
94
- }
95
- .cc-compliance {
96
- display: flex;
97
- -webkit-box-align: center;
98
- align-items: center;
99
- align-content: space-between;
100
- }
101
- .cc-window.cc-floating .cc-compliance {
102
- -webkit-box-flex: 1;
103
- flex: 1 1 0%;
104
- }
105
- .cc-btn {
106
- display: block;
107
- padding: 0.4em 0.8em;
108
- font-size: 0.9em;
109
- font-weight: 700;
110
- border-width: 2px;
111
- border-style: solid;
112
- text-align: center;
113
- white-space: nowrap;
114
- }
115
- .cc-compliance > .cc-btn {
116
- -webkit-box-flex: 1;
117
- flex: 1 1 0%;
118
- }
119
- .cc-color-override-275517548 .cc-btn {
120
- color: rgb(255, 255, 255);
121
- border-color: transparent;
122
- background-color: rgb(25, 148, 123);
123
- }
124
- a.cc-btn.cc-dismiss {
125
- border: 1px solid rgb(0, 132, 155);
126
- }
127
- article,
128
- aside,
129
- details,
130
- figcaption,
131
- figure,
132
- footer,
133
- header,
134
- hgroup,
135
- main,
136
- menu,
137
- nav,
138
- section,
139
- summary {
140
- display: block;
141
- }
142
- nav {
143
- letter-spacing: 1px;
144
- }
145
- .navbar-fixed-top,
146
- .navbar-fixed-bottom {
147
- position: fixed;
148
- right: 0px;
149
- left: 0px;
150
- z-index: 1030;
151
- border-radius: 0px;
152
- }
153
- .navbar-fixed-top {
154
- top: 0px;
155
- border-width: 0px 0px 1px;
156
- }
157
- .navbar-inverse {
158
- background-color: rgb(34, 34, 34);
159
- border-color: rgb(51, 51, 51);
160
- }
161
- .container {
162
- margin-right: auto;
163
- margin-left: auto;
164
- padding-left: 15px;
165
- padding-right: 15px;
166
- width: 1170px;
167
- }
168
- button,
169
- input,
170
- optgroup,
171
- select,
172
- textarea {
173
- color: inherit;
174
- font-style: inherit;
175
- font-variant: inherit;
176
- font-weight: inherit;
177
- font-stretch: inherit;
178
- font-size: inherit;
179
- line-height: inherit;
180
- font-family: inherit;
181
- margin: 0px;
182
- }
183
- input {
184
- line-height: normal;
185
- }
186
- input,
187
- button,
188
- select,
189
- textarea {
190
- font-family: inherit;
191
- font-size: inherit;
192
- line-height: inherit;
193
- }
194
- input[type="checkbox"],
195
- input[type="radio"] {
196
- box-sizing: border-box;
197
- padding: 0px;
198
- }
199
- input[type="radio"],
200
- input[type="checkbox"] {
201
- margin: 4px 0px 0px;
202
- line-height: normal;
203
- }
204
- #navbar-toggle-cbox {
205
- display: none;
206
- }
207
- .navbar-header {
208
- float: left;
209
- }
210
- .container > .navbar-header,
211
- .container > .navbar-collapse,
212
- .container-fluid > .navbar-header,
213
- .container-fluid > .navbar-collapse {
214
- margin-right: 0px;
215
- margin-left: 0px;
216
- }
217
- label {
218
- display: inline-block;
219
- max-width: 100%;
220
- margin-bottom: 5px;
221
- font-weight: bold;
222
- }
223
- .navbar-toggle {
224
- position: relative;
225
- float: right;
226
- margin-right: 15px;
227
- padding: 9px 10px;
228
- margin-top: 23px;
229
- margin-bottom: 23px;
230
- background-color: transparent;
231
- background-image: none;
232
- border: 1px solid transparent;
233
- border-radius: 4px;
234
- display: none;
235
- }
236
- .navbar-inverse .navbar-toggle {
237
- border-color: transparent;
238
- }
239
- nav#main-navigation label[for="navbar-toggle-cbox"] {
240
- left: 3px;
241
- }
242
- .sr-only {
243
- position: absolute;
244
- width: 1px;
245
- height: 1px;
246
- margin: -1px;
247
- padding: 0px;
248
- overflow: hidden;
249
- clip: rect(0px 0px 0px 0px);
250
- border: 0px;
251
- }
252
- .navbar-toggle .icon-bar {
253
- display: block;
254
- width: 22px;
255
- height: 2px;
256
- border-radius: 1px;
257
- }
258
- .navbar-inverse .navbar-toggle .icon-bar {
259
- background-color: rgb(25, 148, 123);
260
- }
261
- .navbar-toggle .icon-bar + .icon-bar {
262
- margin-top: 4px;
263
- }
264
- .navbar-brand {
265
- float: left;
266
- padding: 5px 15px;
267
- font-size: 19px;
268
- line-height: 21px;
269
- height: 80px;
270
- padding-top: 5px;
271
- padding-bottom: 5px;
272
- }
273
- .navbar-inverse .navbar-brand {
274
- color: white;
275
- }
276
- img {
277
- border: 0px;
278
- vertical-align: middle;
279
- }
280
- .navbar-brand > img {
281
- display: block;
282
- }
283
- #brand-image {
284
- height: 70px;
285
- width: auto;
286
- }
287
- .collapse {
288
- display: none;
289
- }
290
- .navbar-collapse {
291
- overflow-x: visible;
292
- padding-right: 38px;
293
- padding-left: 15px;
294
- border-top: 0px;
295
- box-shadow: none;
296
- width: auto;
297
- position: relative;
298
- padding-top: 0px;
299
- max-height: 270px;
300
- margin-right: -40px !important;
301
- margin-left: -15px !important;
302
- }
303
- .navbar-collapse.collapse {
304
- padding-bottom: 0px;
305
- display: block !important;
306
- height: auto !important;
307
- overflow: visible !important;
308
- }
309
- .navbar-fixed-top .navbar-collapse,
310
- .navbar-static-top .navbar-collapse,
311
- .navbar-fixed-bottom .navbar-collapse {
312
- padding-left: 0px;
313
- padding-right: 0px;
314
- }
315
- .navbar-fixed-top .navbar-collapse,
316
- .navbar-fixed-bottom .navbar-collapse {
317
- max-height: 300px;
318
- }
319
- .navbar-inverse .navbar-collapse,
320
- .navbar-inverse .navbar-form {
321
- border-color: rgb(16, 16, 16);
322
- }
323
- #navbar-collapse {
324
- width: 80%;
325
- float: right;
326
- }
327
- ul,
328
- ol {
329
- margin-top: 0px;
330
- margin-bottom: 10.5px;
331
- }
332
- .nav {
333
- margin-bottom: 0px;
334
- padding-left: 0px;
335
- list-style: none;
336
- }
337
- .navbar-nav {
338
- margin: 0px;
339
- float: left;
340
- }
341
- .navbar-right {
342
- margin-right: -15px;
343
- float: right !important;
344
- }
345
- #navbar-buttons {
346
- margin-right: 40px;
347
- }
348
- .dropup,
349
- .dropdown {
350
- position: relative;
351
- }
352
- .nav > li {
353
- position: relative;
354
- display: block;
355
- }
356
- .navbar-nav > li {
357
- float: left;
358
- }
359
- nav li a {
360
- font-size: 16px;
361
- font-weight: 300;
362
- }
363
- .nav > li > a {
364
- position: relative;
365
- display: block;
366
- padding: 10px 15px;
367
- }
368
- .navbar-nav > li > a {
369
- padding-top: 29.5px;
370
- padding-bottom: 29.5px;
371
- line-height: 21px;
372
- }
373
- .navbar-inverse .navbar-nav > li > a {
374
- color: white;
375
- }
376
- .caret {
377
- display: inline-block;
378
- width: 0px;
379
- height: 0px;
380
- margin-left: 2px;
381
- vertical-align: middle;
382
- border-top: 3px dashed;
383
- border-right: 3px solid transparent;
384
- border-left: 3px solid transparent;
385
- }
386
- ul ul,
387
- ul ol,
388
- ol ul,
389
- ol ol {
390
- margin-bottom: 0px;
391
- }
392
- .dropdown-menu {
393
- position: absolute;
394
- top: 100%;
395
- left: 0px;
396
- z-index: 1000;
397
- display: none;
398
- float: left;
399
- min-width: 160px;
400
- padding: 5px 0px;
401
- margin: 2px 0px 0px;
402
- list-style: none;
403
- font-size: 15px;
404
- text-align: left;
405
- background-color: black;
406
- border: 1px solid rgba(0, 0, 0, 0.15);
407
- border-radius: 4px;
408
- box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
409
- background-clip: padding-box;
410
- }
411
- ul.dropdown-menu {
412
- margin-top: -1px !important;
413
- }
414
- nav ul.dropdown-menu {
415
- min-width: 260px;
416
- }
417
- .navbar-right .dropdown-menu {
418
- right: 0px;
419
- left: auto;
420
- }
421
- .navbar-nav > li > .dropdown-menu {
422
- margin-top: 0px;
423
- border-top-right-radius: 0px;
424
- border-top-left-radius: 0px;
425
- }
426
- .dropdown-menu > li > a {
427
- display: block;
428
- padding: 3px 20px;
429
- clear: both;
430
- font-weight: normal;
431
- line-height: 1.42857;
432
- color: white;
433
- white-space: nowrap;
434
- }
435
- nav .dropdown-menu li a {
436
- padding: 10px 20px;
437
- font-size: 14px;
438
- font-weight: 300;
439
- }
440
- .glyphicon {
441
- position: relative;
442
- top: 1px;
443
- display: inline-block;
444
- font-family: "Glyphicons Halflings";
445
- font-style: normal;
446
- font-weight: normal;
447
- line-height: 1;
448
- -webkit-font-smoothing: antialiased;
449
- }
450
- #searchDropdown {
451
- top: 16%;
452
- min-width: 234px;
453
- width: 781px;
454
- font-size: 16px;
455
- background-color: rgb(34, 34, 34);
456
- right: -2px;
457
- }
458
- .form-control {
459
- display: block;
460
- width: 100%;
461
- height: 43px;
462
- padding: 10px 15px;
463
- font-size: 15px;
464
- line-height: 1.42857;
465
- color: rgb(85, 85, 85);
466
- background-color: white;
467
- background-image: none;
468
- border: 1px solid rgb(204, 204, 204);
469
- border-radius: 4px;
470
- box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
471
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
472
- }
473
- .no-js-navbar .navbar-form input,
474
- .form-inline input {
475
- width: auto;
476
- }
477
- .form-inline .form-control {
478
- display: inline-block;
479
- width: auto;
480
- vertical-align: middle;
481
- }
482
- #searchDropdown input {
483
- width: 675px;
484
- text-align: right;
485
- color: rgb(204, 204, 204);
486
- background-color: rgb(34, 34, 34);
487
- outline: 0px;
488
- border: 0px;
489
- }
490
- button {
491
- overflow: visible;
492
- }
493
- button,
494
- select {
495
- text-transform: none;
496
- }
497
- button,
498
- html input[type="button"],
499
- input[type="reset"],
500
- input[type="submit"] {
501
- -webkit-appearance: button;
502
- cursor: pointer;
503
- }
504
- .btn {
505
- display: inline-block;
506
- margin-bottom: 0px;
507
- font-weight: normal;
508
- text-align: center;
509
- vertical-align: middle;
510
- touch-action: manipulation;
511
- cursor: pointer;
512
- background-image: none;
513
- border: 1px solid transparent;
514
- white-space: nowrap;
515
- padding: 10px 15px;
516
- font-size: 15px;
517
- line-height: 1.42857;
518
- border-radius: 4px;
519
- user-select: none;
520
- }
521
- .btn-default {
522
- color: white;
523
- background-color: rgb(51, 51, 51);
524
- border-color: rgb(51, 51, 51);
525
- }
526
- #searchDropdown button[type="reset"] {
527
- font-size: 16px;
528
- background-color: rgb(34, 34, 34);
529
- border: 0px;
530
- }
531
- #searchDropdown button[type="submit"] {
532
- font-size: 16px;
533
- background-color: rgb(34, 34, 34);
534
- border: 0px;
535
- }
536
- #main-container {
537
- margin-top: 80px;
538
- overflow-x: hidden;
539
- }
540
- .container-fluid {
541
- margin-right: auto;
542
- margin-left: auto;
543
- padding-left: 15px;
544
- padding-right: 15px;
545
- }
546
- .row {
547
- margin-left: -15px;
548
- margin-right: -15px;
549
- }
550
- .text-center {
551
- text-align: center;
552
- }
553
- .jumbotron {
554
- padding-top: 48px;
555
- padding-bottom: 48px;
556
- margin-bottom: 0px;
557
- color: inherit;
558
- background-color: rgb(238, 238, 238);
559
- margin-top: 0px;
560
- background: linear-gradient(rgb(42, 75, 65) 0%, rgb(0, 0, 0) 100%);
561
- }
562
- .container .jumbotron,
563
- .container-fluid .jumbotron {
564
- border-radius: 0px;
565
- padding-left: 60px;
566
- padding-right: 60px;
567
- }
568
- .jumbotron .container {
569
- max-width: 100%;
570
- }
571
- h1 {
572
- font-size: 2em;
573
- margin: 0.67em 0px;
574
- }
575
- h1,
576
- h2,
577
- h3,
578
- h4,
579
- h5,
580
- h6,
581
- .h1,
582
- .h2,
583
- .h3,
584
- .h4,
585
- .h5,
586
- .h6 {
587
- font-family: inherit;
588
- font-weight: 400;
589
- line-height: 1.1;
590
- color: inherit;
591
- }
592
- h1,
593
- .h1,
594
- h2,
595
- .h2,
596
- h3,
597
- .h3 {
598
- margin-top: 21px;
599
- margin-bottom: 10.5px;
600
- }
601
- h1,
602
- .h1 {
603
- font-size: 39px;
604
- }
605
- h1,
606
- h2,
607
- h3,
608
- h4,
609
- h5,
610
- h6 {
611
- font-family: LatoWeb, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
612
- font-weight: bold;
613
- line-height: 1.1;
614
- color: inherit;
615
- }
616
- .fade-in-one {
617
- opacity: 0;
618
- animation: fadeIn 0.5s ease-in 1s 1 forwards;
619
- }
620
- .jumbotron h1,
621
- .jumbotron .h1 {
622
- color: inherit;
623
- font-size: 68px;
624
- }
625
- #homepage-heading {
626
- color: rgb(255, 223, 132);
627
- font-size: 30pt;
628
- font-weight: normal;
629
- line-height: 1.25;
630
- }
631
- b,
632
- strong {
633
- font-weight: bold;
634
- }
635
- p {
636
- margin: 0px 0px 10.5px;
637
- font-size: 20px;
638
- font-weight: 300;
639
- color: black;
640
- line-height: 1.66em;
641
- word-wrap: break-word;
642
- }
643
- .center-block {
644
- display: block;
645
- margin-left: auto;
646
- margin-right: auto;
647
- }
648
- .fade-in-two {
649
- opacity: 0;
650
- animation: fadeIn 0.5s ease-in 1.5s 1 forwards;
651
- }
652
- .jumbotron p {
653
- margin-bottom: 15px;
654
- font-size: 23px;
655
- font-weight: 200;
656
- }
657
- p.sub-tag {
658
- width: 65%;
659
- margin-bottom: 30px;
660
- margin-top: 20px;
661
- font-size: 21px;
662
- color: white;
663
- font-weight: 200;
664
- }
665
- .btn-primary {
666
- color: black;
667
- background-color: white;
668
- border-color: black;
669
- }
670
- .btn-lg,
671
- .btn-group-lg > .btn {
672
- padding: 18px 27px;
673
- font-size: 19px;
674
- line-height: 1.33333;
675
- border-radius: 6px;
676
- }
677
- .bottom-border-five {
678
- margin-bottom: 5px;
679
- }
680
- .fade-in-three {
681
- opacity: 0;
682
- animation: fadeIn 0.5s ease-in 2s 1 forwards;
683
- }
684
- a.btn.btn-primary {
685
- border-radius: 30px;
686
- font-size: 14px;
687
- margin-bottom: 20px;
688
- }
689
- #buttons > a {
690
- padding: 10px 16px;
691
- font-size: 18px;
692
- line-height: 1.33333;
693
- border-radius: 20px !important;
694
- }
695
- .activity-container {
696
- padding-bottom: 30px;
697
- border-top: 1px solid rgb(239, 239, 239);
698
- }
699
- .row .activity-holder {
700
- margin-top: 40px;
701
- }
702
- .col-xs-1,
703
- .col-sm-1,
704
- .col-md-1,
705
- .col-lg-1,
706
- .col-xs-2,
707
- .col-sm-2,
708
- .col-md-2,
709
- .col-lg-2,
710
- .col-xs-3,
711
- .col-sm-3,
712
- .col-md-3,
713
- .col-lg-3,
714
- .col-xs-4,
715
- .col-sm-4,
716
- .col-md-4,
717
- .col-lg-4,
718
- .col-xs-5,
719
- .col-sm-5,
720
- .col-md-5,
721
- .col-lg-5,
722
- .col-xs-6,
723
- .col-sm-6,
724
- .col-md-6,
725
- .col-lg-6,
726
- .col-xs-7,
727
- .col-sm-7,
728
- .col-md-7,
729
- .col-lg-7,
730
- .col-xs-8,
731
- .col-sm-8,
732
- .col-md-8,
733
- .col-lg-8,
734
- .col-xs-9,
735
- .col-sm-9,
736
- .col-md-9,
737
- .col-lg-9,
738
- .col-xs-10,
739
- .col-sm-10,
740
- .col-md-10,
741
- .col-lg-10,
742
- .col-xs-11,
743
- .col-sm-11,
744
- .col-md-11,
745
- .col-lg-11,
746
- .col-xs-12,
747
- .col-sm-12,
748
- .col-md-12,
749
- .col-lg-12 {
750
- position: relative;
751
- min-height: 1px;
752
- padding-left: 15px;
753
- padding-right: 15px;
754
- }
755
- .col-md-1,
756
- .col-md-2,
757
- .col-md-3,
758
- .col-md-4,
759
- .col-md-5,
760
- .col-md-6,
761
- .col-md-7,
762
- .col-md-8,
763
- .col-md-9,
764
- .col-md-10,
765
- .col-md-11,
766
- .col-md-12 {
767
- float: left;
768
- }
769
- .col-md-3 {
770
- width: 25%;
771
- }
772
- .owl-carousel,
773
- .owl-carousel .owl-item {
774
- -webkit-tap-highlight-color: transparent;
775
- position: relative;
776
- }
777
- .owl-carousel {
778
- display: none;
779
- width: 100%;
780
- z-index: 1;
781
- }
782
- .no-js .owl-carousel,
783
- .owl-carousel.owl-loaded {
784
- display: block;
785
- }
786
- .owl-carousel .owl-stage-outer {
787
- position: relative;
788
- overflow: hidden;
789
- transform: translate3d(0px, 0px, 0px);
790
- }
791
- .owl-carousel .owl-stage {
792
- position: relative;
793
- }
794
- .owl-carousel .owl-item,
795
- .owl-carousel .owl-wrapper {
796
- backface-visibility: hidden;
797
- transform: translate3d(0px, 0px, 0px);
798
- }
799
- .owl-carousel .owl-item {
800
- min-height: 1px;
801
- float: left;
802
- backface-visibility: hidden;
803
- }
804
- .owl-carousel.owl-drag .owl-item {
805
- user-select: none;
806
- }
807
- .activity-block {
808
- border: 3px solid white;
809
- background: white;
810
- margin-top: 70px;
811
- }
812
- .activity-holder .activity-block {
813
- border: 3px solid white;
814
- background: white;
815
- height: auto;
816
- }
817
- .activity-block a {
818
- color: black;
819
- text-decoration: none;
820
- transition: all 1s ease;
821
- }
822
- .activity-block img {
823
- width: 100%;
824
- margin-bottom: 10px;
825
- }
826
- .owl-carousel .owl-item img {
827
- display: block;
828
- width: 100%;
829
- }
830
- .owl-carousel .owl-item .owl-lazy {
831
- opacity: 0;
832
- transition: opacity 0.4s ease;
833
- }
834
- .owl-carousel .owl-item img.owl-lazy {
835
- transform-style: preserve-3d;
836
- }
837
- .owl-text {
838
- min-height: 100px;
839
- }
840
- .owl-theme .owl-dots,
841
- .owl-theme .owl-nav {
842
- text-align: center;
843
- -webkit-tap-highlight-color: transparent;
844
- }
845
- .owl-theme .owl-nav {
846
- margin-top: 10px;
847
- }
848
- .owl-carousel .owl-dots.disabled,
849
- .owl-carousel .owl-nav.disabled {
850
- display: none;
851
- }
852
- .owl-carousel .owl-dot,
853
- .owl-carousel .owl-nav .owl-next,
854
- .owl-carousel .owl-nav .owl-prev {
855
- cursor: pointer;
856
- user-select: none;
857
- }
858
- .owl-theme .owl-nav [class*="owl-"] {
859
- color: white;
860
- font-size: 14px;
861
- margin: 5px;
862
- padding: 4px 7px;
863
- background: rgb(214, 214, 214);
864
- display: inline-block;
865
- cursor: pointer;
866
- border-radius: 3px;
867
- }
868
- .lightboxOverlay {
869
- position: absolute;
870
- top: 0px;
871
- left: 0px;
872
- z-index: 9999;
873
- background-color: black;
874
- opacity: 0.8;
875
- display: none;
876
- }
877
- .lightbox {
878
- position: absolute;
879
- left: 0px;
880
- width: 100%;
881
- z-index: 10000;
882
- text-align: center;
883
- line-height: 0;
884
- font-weight: normal;
885
- }
886
- .lb-outerContainer {
887
- position: relative;
888
- width: 250px;
889
- height: 250px;
890
- margin: 0px auto;
891
- border-radius: 4px;
892
- background-color: white;
893
- }
894
- .lightbox .lb-image {
895
- display: block;
896
- height: auto;
897
- max-width: inherit;
898
- max-height: none;
899
- border-radius: 3px;
900
- border: 4px solid white;
901
- }
902
- .lb-nav {
903
- position: absolute;
904
- top: 0px;
905
- left: 0px;
906
- height: 100%;
907
- width: 100%;
908
- z-index: 10;
909
- }
910
- .lb-prev,
911
- .lb-next {
912
- height: 100%;
913
- cursor: pointer;
914
- display: block;
915
- }
916
- .lb-nav a {
917
- outline: none;
918
- background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
919
- }
920
- .lb-nav a.lb-prev {
921
- width: 34%;
922
- left: 0px;
923
- float: left;
924
- background: url("../images/prev.png") left 48% no-repeat;
925
- opacity: 0;
926
- transition: opacity 0.6s;
927
- }
928
- .lb-nav a.lb-next {
929
- width: 64%;
930
- right: 0px;
931
- float: right;
932
- background: url("../images/next.png") right 48% no-repeat;
933
- opacity: 0;
934
- transition: opacity 0.6s;
935
- }
936
- .lb-loader {
937
- position: absolute;
938
- top: 43%;
939
- left: 0px;
940
- height: 25%;
941
- width: 100%;
942
- text-align: center;
943
- line-height: 0;
944
- }
945
- .lb-cancel {
946
- display: block;
947
- width: 32px;
948
- height: 32px;
949
- margin: 0px auto;
950
- background: url("../images/loading.gif") no-repeat;
951
- }
952
- .lb-dataContainer {
953
- margin: 0px auto;
954
- padding-top: 5px;
955
- width: 100%;
956
- border-bottom-left-radius: 4px;
957
- border-bottom-right-radius: 4px;
958
- }
959
- .lb-data {
960
- padding: 0px 4px;
961
- color: rgb(204, 204, 204);
962
- }
963
- .lb-data .lb-details {
964
- width: 85%;
965
- float: left;
966
- text-align: left;
967
- line-height: 1.1em;
968
- }
969
- .lb-data .lb-caption {
970
- font-size: 13px;
971
- font-weight: bold;
972
- line-height: 1em;
973
- }
974
- .lb-data .lb-number {
975
- display: block;
976
- clear: left;
977
- padding-bottom: 1em;
978
- font-size: 12px;
979
- color: rgb(153, 153, 153);
980
- }
981
- .lb-data .lb-close {
982
- display: block;
983
- float: right;
984
- width: 30px;
985
- height: 30px;
986
- background: url("../images/close.png") right top no-repeat;
987
- text-align: right;
988
- outline: none;
989
- opacity: 0.7;
990
- transition: opacity 0.2s;
991
- }