-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram-with-seasons.html
executable file
·575 lines (569 loc) · 38.7 KB
/
program-with-seasons.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- title -->
<title>Kwanza – France’s leading independent television producers</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1" />
<meta name="author" content="Kwanza">
<!-- description -->
<meta name="description" content="Kwanza - Production Distribution - Documentary - Paris">
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<!-- animation -->
<link rel="stylesheet" href="css/animate.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- et line icon -->
<link rel="stylesheet" href="css/et-line-icons.css" />
<!-- font-awesome icon -->
<link rel="stylesheet" href="css/font-awesome.min.css" />
<!-- themify icon -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- swiper carousel -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- justified gallery -->
<link rel="stylesheet" href="css/justified-gallery.min.css">
<!-- magnific popup -->
<link rel="stylesheet" href="css/magnific-popup.css" />
<!-- revolution slider -->
<link rel="stylesheet" type="text/css" href="revolution/css/settings.css" media="screen" />
<link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
<link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
<!-- bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- style -->
<link rel="stylesheet" href="css/style.css" />
<!-- responsive css -->
<link rel="stylesheet" href="css/responsive.css" />
<!-- Kwanza css -->
<link rel="stylesheet" href="css/kwanza-css-files/kwanza.css" />
<!--[if IE]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- start login popup -->
<form id="loginpopup" action="javascript:void(0)" method="post" class="white-popup-block col-md-3 no-padding center-col mfp-hide">
<div class="padding-fifteen-all bg-white border-radius-6 md-padding-seven-all">
<div class="text-extra-dark-gray alt-font text-large font-weight-600 margin-30px-bottom text-center">Login</div>
<div>
<div id="success-contact-form" class="no-margin-lr" style="display: none;"></div>
<input type="text" name="email" id="email" placeholder="Login" class="input-bg">
<input type="text" name="password" id="subject" placeholder="Password" class="input-bg">
<button id="login-button" type="submit" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza btn-full-width">Login</button>
</div>
<div class="separator-line-horrizontal-full bg-extra-light-gray margin-30px-bottom margin-30px-top width-100"></div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 text-left text-small xs-text-center">
<a class="text-extra-dark-gray alt-font text-small font-weight-600 margin-30px-bottom" href="password-reset.html">Forgot your password?</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 text-right text-small xs-text-center">
<a class="text-extra-dark-gray alt-font text-small font-weight-600 margin-30px-bottom" href="signup.html">Create an account</a>
</div>
</div>
</div>
</form>
<!-- end login popup -->
<!-- start loginpopup-video-click-attempt popup -->
<form id="loginpopup-video-click-attempt" action="javascript:void(0)" method="post" class="white-popup-block col-md-3 no-padding center-col mfp-hide">
<div class="padding-fifteen-all bg-white border-radius-6 md-padding-seven-all">
<div class="alert alert-warning alert-dismissable">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
You must be logged-in to access this content.
</div>
<div class="text-extra-dark-gray alt-font text-large font-weight-600 margin-30px-bottom text-center">Login</div>
<div>
<div id="success-contact-form" class="no-margin-lr" style="display: none;"></div>
<input type="text" name="email" id="email" placeholder="Login" class="input-bg">
<input type="text" name="password" id="subject" placeholder="Password" class="input-bg">
<button id="login-button" type="submit" class="btn btn-dark-gray btn-small no-margin-lr btn-kwanza-green btn-rounded-kwanza btn-full-width">Login</button>
</div>
<div class="separator-line-horrizontal-full bg-extra-light-gray margin-30px-bottom margin-30px-top width-100"></div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 text-left text-small xs-text-center">
<a class="text-extra-dark-gray alt-font text-small font-weight-600 margin-30px-bottom" href="password-reset.html">Forgot your password?</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 text-right text-small xs-text-center">
<a class="text-extra-dark-gray alt-font text-small font-weight-600 margin-30px-bottom" href="signup.html">Create an account</a>
</div>
</div>
</div>
</form>
<!-- end loginpopup-video-click-attempt popup -->
<!-- start header -->
<header class="header-with-topbar">
<!-- topbar -->
<div class="top-header-area bg-black padding-5px-tb bg-extra-dark-gray">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 hidden-xs xs-no-padding-lr text-right">
<div class="btn-group dropdown-style-1 xs-width-100 xs-text-center xs-margin-three-bottom display-inline-block">
<a href="#loginpopup" type="button" class="btn btn-medium btn-dark-gray md-margin-15px-bottom sm-display-table sm-margin-lr-auto btn-kwanza-green btn-topbar popup-with-form"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Login
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end topbar -->
<!-- start navigation -->
<nav class="navbar navbar-default bootsnav navbar-top header-light-transparent bg-transparent nav-box-width">
<div class="container nav-header-container">
<!-- start logo -->
<div class="row">
<div class="col-md-2 col-xs-5">
<a href="index.html" title="Kwanza" class="logo">
<img src="images/kwanza/logo/logo.png" data-at2x="images/kwanza/logo/[email protected]" class="logo-dark default" alt="Kwanza">
<img src="images/kwanza/logo/logo-white.png" data-at2x="images/kwanza/logo/[email protected]" alt="Kwanza" class="logo-light">
</a>
</div>
<!-- end logo -->
<div class="col-md-7 col-xs-2 width-auto pull-right accordion-menu xs-no-padding-right">
<button type="button" class="navbar-toggle collapsed pull-right" data-toggle="collapse" data-target="#navbar-collapse-toggle-1">
<span class="sr-only">toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-collapse collapse pull-right" id="navbar-collapse-toggle-1">
<ul id="accordion" class="nav navbar-nav navbar-left no-margin alt-font text-normal" data-in="fadeIn" data-out="fadeOut">
<!-- start menu item -->
<li class="dropdown megamenu-fw">
<a href="index.html">Home</a>
</li>
<li class="dropdown megamenu-fw">
<a class="active-kwanza-page" href="catalogue.html">Catalogue</a>
</li>
<li class="dropdown megamenu-fw">
<a href="production.html">In production</a>
</li>
<li class="dropdown megamenu-fw">
<a href="about.html">About us</a>
</li>
<li class="dropdown megamenu-fw">
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-md-2 col-xs-5 width-auto">
<div class="header-searchbar">
<a href="#search-header" class="header-search-form text-white">
<i class="fa fa-search search-button"></i>
</a>
<!-- search input-->
<form id="search-header" method="post" action="search-result.html" name="search-header" class="mfp-hide search-form-result">
<div class="search-form position-relative">
<button type="submit" class="fa fa-search close-search search-button"></button>
<input type="text" name="search" class="search-input" placeholder="Enter your keywords..." autocomplete="off">
</div>
</form>
</div>
</div>
</div>
</div>
</nav>
<!-- end navigation -->
</header>
<!-- end header -->
<!-- start MINI TITLE section -->
<section class="wow fadeIn padding-20px-tb border-bottom bg-very-light-gray border-color-extra-light-gray top-space" style="visibility: visible; animation-name: fadeIn;">
<div class="container">
<div class="row">
<div class="col-md-12 display-table">
<div class="display-table-cell vertical-align-middle text-left">
<div class="breadcrumb alt-font text-small no-margin-bottom">
<!-- start breadcrumb -->
<ul>
<li>
<a href="catalogue.html" class="text-medium-gray vertical-align"><i class="fa fa-fast-backward icon-very-small margin-5px-right no-margin-left" aria-hidden="true"></i>Back to Catalogue</a>
</li>
</ul>
<!-- end breadcrumb -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END MINI TITLE section -->
<!-- START PROGRAM section -->
<section class="no-padding">
<div class="container">
<div class="row text-center">
<div class="col-md-12 col-sm-12 col-xs-12 text-center margin-30px-bottom margin-10px-top sm-margin-50px-bottom xs-margin-30px-bottom">
<h1 class="font-weight-300 text-extra-dark-gray margin-5px-bottom program-title">Jack London, an American Adventure</h1>
<span class="text-deep-green text-large font-weight-600">2x52'-90'HD
</span>
</div>
<div class="col-lg-12 text-center display-table sm-margin-50px-bottom xs-margin-30px-bottom center-col wow fadeIn">
<!-- start vimeo video -->
<div class="fluid-width-video-wrapper" style="padding-top: 50%;">
<iframe src="https://player.vimeo.com/video/99585787?color=BDD62E&title=0&byline=0&portrait=0" id="fitvid0"></iframe>
</div>
<!-- end vimeo video -->
</div>
</div>
</div>
</section>
<section class="wow fadeIn no-padding" style="visibility: visible; animation-name: fadeIn;">
<div class="container tab-style2">
<div class="panel-body margin-20px-top">
<div class="col-md-3 center-col text-small">
<div class="select-style medium-select">
<select style="font-size: 12px;" name="budget" id="budget" class="bg-transparent no-margin-bottom alt-font font-weight-600 text-extra-dark-gray medium-input">
<option class="alt-font font-weight-600 text-extra-dark-gray" value="">LANGUAGE:</option>
<option value="english">English</option>
<option value="french">French</option>
<option value="russian">Russian</option>
</select>
</div>
</div>
<div class="separator-line-horrizontal-full bg-extra-light-gray margin-30px-top margin-20px-bottom height-1px width-40 center-col"></div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- start tab navigation -->
<ul class="nav nav-tabs alt-font text-uppercase text-small display-inherit text-center font-weight-600">
<li class="active">
<a href="#tab_sec1" data-toggle="tab" aria-expanded="false">Saison 01</a>
</li>
<li class="">
<a href="#tab_sec2" data-toggle="tab" aria-expanded="false">Saison 02</a>
</li>
<li class="">
<a href="#tab_sec3" data-toggle="tab" aria-expanded="false">Saison 03</a>
</li>
</ul>
<!-- end tab navigation -->
</div>
</div>
<div class="tab-content">
<!-- start tab content -->
<div class="tab-pane med-text fade active in" id="tab_sec1">
<div class="tab-pane fade in">
<div class="row">
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="#loginpopup-video-click-attempt" class="popup-with-form text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> Popup if not connected</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> EP 01</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> EP 02</a>
</div>
</div>
</div>
</div>
<!-- end tab content -->
<div class="tab-pane med-text" id="tab_sec2">
<div class="row">
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S01Episode 01</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S01Episode 02</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S01Episode 03</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S01Episode 04</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S01Episode 05</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S01Episode 06</a>
</div>
</div>
</div>
<!-- end tab content -->
<div class="tab-pane med-text" id="tab_sec3">
<div class="row">
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S02Episode 01</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S02Episode 02</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S02Episode 03</a>
</div>
</div>
</div>
<!-- end tab content -->
<div class="tab-pane med-text" id="tab_sec4">
<div class="row">
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S03Episode 01</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S03Episode 02</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S03Episode 03</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S03Episode 04</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S03Episode 05</a>
</div>
<div class="col-md-2 col-sm-6 text-center sm-margin-30px-bottom margin-60px-bottom" style="visibility: visible;">
<a href="https://player.vimeo.com/video/75976293" class="popup-vimeo text-small">
<img src="images/kwanza/catalogue/catalogue-index-portfolio-item-01.jpg" alt="" data-no-retina=""> S03Episode 06</a>
</div>
</div>
</div>
<!-- end tab content -->
</div>
</div>
</section>
<!-- START INFO PROGRAM SECTION -->
<section class="wow no-padding fadeIn no-padding" style="visibility: visible; animation-name: fadeIn;">
<div class="container tab-style2">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<!-- start tab navigation -->
<ul class="nav nav-tabs alt-font text-uppercase text-small display-inherit text-center font-weight-600">
<li class="active">
<a href="#tab02_sec1" data-toggle="tab">Synopsis</a>
</li>
<li>
<a href="#tab02_sec2" data-toggle="tab">Information</a>
</li>
</ul>
<!-- end tab navigation -->
</div>
</div>
<div class="tab-content">
<!-- start tab content -->
<div class="tab-pane med-text fade in active" id="tab02_sec1">
<div class="row equalize">
<div class="col-md-12 col-sm-12 col-xs-12 line-height-28 last-paragraph-no-margin margin-50px-bottom xs-margin-30px-bottom"
style="height: 0px;">
<div class="display-table-cell vertical-align-middle">
<p>His reign was the longest in world history. In fact, his contemporaries thought the Sun King to be immortal.
But in the summer of 1715, Louis XIV finally met his fate and died at the age of 76 in his architectural
masterpiece: the Chateau of Versailles. His painful agony due to a devastating disease – gangrene – lasted
23 days and revealed the incompetence of physicians, furtive court intrigues and jealousies. His death caused
a crisis of succession with consequences that would affect the whole of Europe. Louis XIV’s passing brought
an end to the Grand Siècle and heralded the birth of the Enlightenment.</p>
<p>Louis XIV faced his death with the same panache he had shown throughout his entire reign. It was a magnificent
show, a ‘good death’, performed in public. The final act of an extraordinary life that would seal the legend
of the greatest king of France.</p>
<p> From his deathbed to his tomb, his 6 month funeral was a great baroque spectacle, remembered for centuries.</p>
<p> Filmed in Versailles, Notre-Dame of Paris and at the Basilica of Saint Denis, this film blends historical reconstructions,
rare archives, period journals, and the contributions of contemporary experts, to pay homage as never before
to the most legendary of France’s kings.</p>
</div>
</div>
</div>
</div>
<!-- end tab content -->
<!-- start tab content -->
<div class="tab-pane fade in" id="tab02_sec2">
<div class="row equalize">
<div class="col-md-12 col-sm-12 col-xs-12 line-height-28 last-paragraph-no-margin margin-50px-bottom xs-margin-30px-bottom">
<ul class="list-style-6 margin-twelve-left">
<li class="margin-5px-bottom">
<label class="width-30 display-inline-block">Format:</label>2x52'-90'HD</li>
<li class="margin-5px-bottom">
<label class="width-30 display-inline-block">Production:</label>La Compagnie des Indes, Arte France, YLE, Ceska TV, Sky Arts NZ, RSI</li>
<li class="margin-5px-bottom">
<label class="width-30 display-inline-block">Language(s):</label>English, French</li>
<li class="margin-5px-bottom">
<label class="width-30 display-inline-block">Genre(s):</label><a class="text-decoration-underline" href="catalogue.html">Human Stories</a></li>
</ul>
</div>
</div>
</div>
<!-- end tab content -->
</div>
</div>
</section>
<!-- END INFO PROGRAM SECTION -->
<!-- start call to action section -->
<section class="wow fadeIn padding-60px-tb sm-padding-40px-tb bg-deep-green" style="visibility: visible; animation-name: fadeIn;">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 center-col position-relative text-center">
<span class="text-large text-white alt-font display-inline-block margin-5px-top margin-30px-right xs-no-margin-right xs-no-margin-top xs-margin-15px-bottom xs-width-100 font-weight-400 text-uppercase">Interested in <span class="text-extra-large font-weight-600 text-uppercase">Jack London, an American Adventure</span>?</span>
<a href="contact.html" class="btn btn-white btn-medium vertical-align-top xs-no-margin-right btn-rounded-kwanza">Contact us<i class="fa fa-arrow-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- end call to action section -->
<!-- start footer -->
<footer class="footer-standard-dark bg-extra-dark-gray">
<div class="footer-widget-area padding-five-tb xs-padding-30px-tb">
<div class="container">
<div class="row equalize xs-equalize-auto">
<div class="col-md-4 col-sm-6 col-xs-12 widget border-right border-color-medium-dark-gray sm-no-border-right sm-margin-10px-bottom xs-text-center">
<!-- start logo -->
<a href="index.html" class="margin-20px-bottom display-inline-block">
<img class="footer-logo" src="images/logo.png" data-at2x="images/[email protected]" alt="Kwanza">
</a>
<!-- end logo -->
</div>
<!-- start additional links -->
<div class="col-md-4 col-sm-6 col-xs-12 widget border-right border-color-medium-dark-gray padding-45px-left sm-padding-15px-left sm-no-border-right sm-margin-30px-bottom xs-text-center">
<div class="widget-title alt-font text-small text-medium-gray text-uppercase margin-10px-bottom font-weight-600">More about Kwanza</div>
<ul class="list-unstyled">
<li>
<a class="text-small" href="about.html">About us</a>
</li>
<li>
<a class="text-small" href="news.html">Latest News</a>
</li>
<li>
<a class="text-small" href="index.html#upcomingevents">Upcoming events</a>
</li>
<li>
<a class="text-small" href="contact.html">Contact</a>
</li>
<li>
<a class="facebook text-white" href="https://www.facebook.com/" target="_blank">
</a>
</li>
</ul>
</div>
<!-- end additional links -->
<!-- start contact information -->
<div class="col-md-4 col-sm-6 col-xs-12 widget padding-45px-left sm-padding-15px-left sm-clear-both sm-no-border-right xs-margin-30px-bottom xs-text-center">
<div class="widget-title alt-font text-small text-medium-gray text-uppercase margin-10px-bottom font-weight-600">Contact Info</div>
<p class="text-small display-block margin-15px-bottom width-80 xs-center-col">Kwanza
<br>40 rue de Paris</br>92100 Boulogne-Billancourt</br>FRANCE</p>
<div class="text-small">Email:
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="text-small">Phone: +33 (0)1 41 22 90 50</div>
<a href="#" class="text-small text-uppercase text-decoration-underline">View Direction</a>
</div>
<!-- end contact information -->
<!-- start newsletter information -->
<!-- <div class="col-md-2 col-sm-6 col-xs-12 widget sm-margin-30px-bottom xs-text-center">
<div class="widget-title alt-font text-small text-medium-gray text-uppercase margin-15px-bottom font-weight-600">Subscribe Newsletter</div>
<p class="text-small width-90 xs-width-100">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy
text of the printing and typesetting industry.</p>
<form id="subscribenewsletterform" action="javascript:void(0)" method="post">
<div class="position-relative newsletter width-95">
<div id="success-subscribe-newsletter" class="no-margin-lr" style="display: none;"></div>
<input type="text" id="email" name="email" class="bg-transparent text-small no-margin border-color-medium-dark-gray" placeholder="Enter your email...">
<button id="button-subscribe-newsletter" type="submit" class="btn btn-arrow-small position-absolute border-color-medium-dark-gray">
<i class="fa fa-caret-right no-margin-left"></i>
</button>
</div>
</form>
</div> -->
<!-- end newsletter information -->
</div>
</div>
</div>
<div class="bg-dark-footer padding-50px-tb text-center xs-padding-30px-tb">
<div class="container">
<div class="row">
<!-- start copyright -->
<div class="col-md-6 col-sm-6 col-xs-12 text-left text-small xs-text-center">Kwanza.fr - Design and Front-end by
<a href="http://www.romaincapelle.com" target="_blank" class="text-dark-gray footer-link-kwanza">RomainCapelle.com</a> - Development by
<a href="http://www.i2ic.com" target="_blank" class="text-dark-gray footer-link-kwanza">i2ic.com</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 text-right text-small xs-text-center">
<a href="termsandcondition.html" class="text-dark-gray footer-link-kwanza">Terms and Conditions</a>
</div>
<!-- end copyright -->
</div>
</div>
</div>
</footer>
<!-- end footer -->
<!-- javascript libraries -->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/smooth-scroll.js"></script>
<script type="text/javascript" src="js/jquery.appear.js"></script>
<!-- menu navigation -->
<script type="text/javascript" src="js/bootsnav.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
<!-- animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- page scroll -->
<script type="text/javascript" src="js/page-scroll.js"></script>
<!-- swiper carousel -->
<script type="text/javascript" src="js/swiper.min.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/jquery.count-to.js"></script>
<!-- parallax -->
<script type="text/javascript" src="js/jquery.stellar.js"></script>
<!-- magnific popup -->
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<!-- portfolio with shorting tab -->
<script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
<!-- images loaded -->
<script type="text/javascript" src="js/imagesloaded.pkgd.min.js"></script>
<!-- pull menu -->
<script type="text/javascript" src="js/classie.js"></script>
<script type="text/javascript" src="js/hamburger-menu.js"></script>
<!-- counter -->
<script type="text/javascript" src="js/counter.js"></script>
<!-- fit video -->
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<!-- equalize -->
<script type="text/javascript" src="js/equalize.min.js"></script>
<!-- skill bars -->
<script type="text/javascript" src="js/skill.bars.jquery.js"></script>
<!-- justified gallery -->
<script type="text/javascript" src="js/justified-gallery.min.js"></script>
<!--pie chart-->
<script type="text/javascript" src="js/jquery.easypiechart.min.js"></script>
<!-- instagram -->
<script type="text/javascript" src="js/instafeed.min.js"></script>
<!-- retina -->
<script type="text/javascript" src="js/retina.min.js"></script>
<!-- revolution -->
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<!-- revolution slider extensions (load below extensions JS files only on local file systems to make the slider work! The following part can be removed on server for on demand loading) -->
<!--<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script>-->
<!-- setting -->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>