@knight-lab/timelinejs 3.8.16 → 3.8.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (307) hide show
  1. package/{CHANGELOG → CHANGELOG.md} +71 -8
  2. package/README.md +21 -19
  3. package/RELEASING.md +4 -4
  4. package/dist/css/fonts/font.abril-droidsans.css +143 -0
  5. package/dist/css/fonts/font.amatic-andika.css +143 -0
  6. package/dist/css/fonts/font.bevan-pontanosans.css +141 -0
  7. package/dist/css/fonts/font.bitter-raleway.css +149 -0
  8. package/dist/css/fonts/font.clicker-garamond.css +141 -0
  9. package/dist/css/fonts/font.dancing-ledger.css +143 -0
  10. package/dist/css/fonts/font.default.css +155 -0
  11. package/dist/css/fonts/font.fjalla-average.css +141 -0
  12. package/dist/css/fonts/font.georgia-helvetica.css +123 -0
  13. package/dist/css/fonts/font.knightlab.css +125 -0
  14. package/dist/css/fonts/font.lustria-lato.css +147 -0
  15. package/dist/css/fonts/font.medula-lato.css +149 -0
  16. package/dist/css/fonts/font.oldstandard.css +135 -0
  17. package/dist/css/fonts/font.opensans-gentiumbook.css +155 -0
  18. package/dist/css/fonts/font.playfair-faunaone.css +156 -0
  19. package/dist/css/fonts/font.playfair.css +143 -0
  20. package/dist/css/fonts/font.pt.css +153 -0
  21. package/dist/css/fonts/font.roboto-megrim.css +143 -0
  22. package/dist/css/fonts/font.rufina-sintony.css +149 -0
  23. package/dist/css/fonts/font.ubuntu.css +145 -0
  24. package/dist/css/fonts/font.unicaone-vollkorn.css +143 -0
  25. package/dist/css/icons/tl-icons.eot +0 -0
  26. package/dist/css/icons/tl-icons.svg +63 -0
  27. package/dist/css/icons/tl-icons.ttf +0 -0
  28. package/dist/css/icons/tl-icons.woff +0 -0
  29. package/dist/css/icons/tl-icons.woff2 +0 -0
  30. package/dist/css/themes/timeline.theme.contrast.css +3125 -0
  31. package/dist/css/themes/timeline.theme.dark.css +3125 -0
  32. package/dist/css/timeline.css +3128 -0
  33. package/dist/css/timeline.css.map +1 -0
  34. package/dist/embed/compare.html +91 -0
  35. package/dist/embed/index.html +170 -0
  36. package/dist/embed/old-index.html +170 -0
  37. package/dist/embed/popular_timelines.json +1 -0
  38. package/dist/js/locale/af.json +75 -0
  39. package/dist/js/locale/ar.json +76 -0
  40. package/dist/js/locale/be.json +75 -0
  41. package/dist/js/locale/bg.json +75 -0
  42. package/dist/js/locale/ca.json +75 -0
  43. package/dist/js/locale/cz.json +108 -0
  44. package/dist/js/locale/da.json +75 -0
  45. package/dist/js/locale/de.json +76 -0
  46. package/dist/js/locale/el.json +75 -0
  47. package/dist/js/locale/en-24hr.json +75 -0
  48. package/dist/js/locale/en-week.json +75 -0
  49. package/dist/js/locale/en.json +152 -0
  50. package/dist/js/locale/eo.json +75 -0
  51. package/dist/js/locale/es.json +76 -0
  52. package/dist/js/locale/et.json +75 -0
  53. package/dist/js/locale/eu.json +75 -0
  54. package/dist/js/locale/fa.json +74 -0
  55. package/dist/js/locale/fi.json +95 -0
  56. package/dist/js/locale/fo.json +75 -0
  57. package/dist/js/locale/fr.json +119 -0
  58. package/dist/js/locale/fy.json +75 -0
  59. package/dist/js/locale/ga.json +75 -0
  60. package/dist/js/locale/gl.json +75 -0
  61. package/dist/js/locale/he.json +76 -0
  62. package/dist/js/locale/hi.json +76 -0
  63. package/dist/js/locale/hr.json +75 -0
  64. package/dist/js/locale/hu.json +114 -0
  65. package/dist/js/locale/hy.json +75 -0
  66. package/dist/js/locale/id.json +75 -0
  67. package/dist/js/locale/is.json +75 -0
  68. package/dist/js/locale/it.json +92 -0
  69. package/dist/js/locale/iw.json +76 -0
  70. package/dist/js/locale/ja.json +75 -0
  71. package/dist/js/locale/ka.json +75 -0
  72. package/dist/js/locale/ko.json +75 -0
  73. package/dist/js/locale/lb.json +75 -0
  74. package/dist/js/locale/lt.json +75 -0
  75. package/dist/js/locale/lv.json +75 -0
  76. package/dist/js/locale/ms.json +75 -0
  77. package/dist/js/locale/my.json +124 -0
  78. package/dist/js/locale/ne.json +75 -0
  79. package/dist/js/locale/nl.json +75 -0
  80. package/dist/js/locale/no.json +76 -0
  81. package/dist/js/locale/pl.json +75 -0
  82. package/dist/js/locale/pt-br.json +78 -0
  83. package/dist/js/locale/pt.json +78 -0
  84. package/dist/js/locale/rm.json +75 -0
  85. package/dist/js/locale/ro.json +75 -0
  86. package/dist/js/locale/ru.json +75 -0
  87. package/dist/js/locale/si.json +74 -0
  88. package/dist/js/locale/sk.json +75 -0
  89. package/dist/js/locale/sl.json +75 -0
  90. package/dist/js/locale/sr-cy.json +75 -0
  91. package/dist/js/locale/sr.json +75 -0
  92. package/dist/js/locale/sv.json +86 -0
  93. package/dist/js/locale/ta.json +75 -0
  94. package/dist/js/locale/te.json +74 -0
  95. package/dist/js/locale/th.json +108 -0
  96. package/dist/js/locale/tl.json +75 -0
  97. package/dist/js/locale/tr.json +75 -0
  98. package/dist/js/locale/uk.json +75 -0
  99. package/dist/js/locale/ur.json +123 -0
  100. package/dist/js/locale/vi.json +74 -0
  101. package/dist/js/locale/zh-cn.json +76 -0
  102. package/dist/js/locale/zh-tw.json +75 -0
  103. package/dist/js/timeline-min.js +12 -0
  104. package/dist/js/timeline.js +12 -0
  105. package/dist/js/timeline.js.map +1 -0
  106. package/dist/timeline3.zip +0 -0
  107. package/index.js +1 -0
  108. package/package.json +4 -4
  109. package/src/embed/old-index.html +128 -18
  110. package/src/js/__tests__/Timeline.test.js +18 -3
  111. package/src/js/core/Util.js +1 -1
  112. package/src/js/index.js +1 -1
  113. package/src/js/language/locale/zh-cn.json +1 -1
  114. package/src/js/media/MediaType.js +1 -1
  115. package/src/js/media/types/Audio.js +15 -1
  116. package/src/js/media/types/Image.js +2 -2
  117. package/src/js/media/types/PDF.js +2 -2
  118. package/src/js/media/types/Video.js +17 -1
  119. package/src/js/timeline/Timeline.js +7 -12
  120. package/src/less/fonts/font.georgia-helvetica.less +2 -2
  121. package/src/less/fonts/font.roboto-megrim.less +2 -2
  122. package/src/template/all-media-types.json +61 -24
  123. package/src/template/index.html +39 -19
  124. package/{contrib/women_in_computing.csv → src/template/my-own-timeline.csv} +5 -5
  125. package/contrib/README.md +0 -13
  126. package/contrib/csv_to_json.py +0 -106
  127. package/contrib/docs/ImageHosting.md +0 -120
  128. package/contrib/examples/autoload.html +0 -44
  129. package/contrib/examples/iBooksAuthor/README.md +0 -37
  130. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Default.png +0 -0
  131. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/Info.plist +0 -27
  132. package/contrib/examples/iBooksAuthor/TimelineJS.wdgt/index.html +0 -13
  133. package/contrib/examples/react.html +0 -40
  134. package/contrib/examples/vue.html +0 -29
  135. package/contrib/fedorbeets/README.md +0 -3
  136. package/contrib/fedorbeets/timeline.py.txt +0 -56
  137. package/contrib/iamamoose/README.md +0 -3
  138. package/contrib/iamamoose/timeline.py.txt +0 -53
  139. package/contrib/women_in_computing.json +0 -263
  140. package/fabfile.py +0 -64
  141. package/requirements.txt +0 -29
  142. package/util/convert_json.py +0 -96
  143. package/website/__init__.py +0 -0
  144. package/website/app.py +0 -101
  145. package/website/core/__init__.py +0 -0
  146. package/website/core/settings/__init__.py +0 -0
  147. package/website/core/settings/base.py +0 -6
  148. package/website/core/settings/loc.py +0 -16
  149. package/website/examples.json +0 -114
  150. package/website/faq.json +0 -81
  151. package/website/static/css/desert.css +0 -34
  152. package/website/static/css/site.css +0 -74
  153. package/website/static/img/TimelineJSTags.jpg +0 -0
  154. package/website/static/img/examples/houston/eyesclosedftm_10001.jpg +0 -0
  155. package/website/static/img/examples/houston/family.jpg +0 -0
  156. package/website/static/img/examples/houston/family.png +0 -0
  157. package/website/static/img/examples/houston/wh1.jpg +0 -0
  158. package/website/static/img/examples/houston/wh2.jpg +0 -0
  159. package/website/static/img/examples/houston/wh3.jpg +0 -0
  160. package/website/static/img/examples/houston/whChild.jpg +0 -0
  161. package/website/static/img/examples/houston/whlead.jpg +0 -0
  162. package/website/static/img/examples/houston/young.jpg +0 -0
  163. package/website/static/img/examples/logos/Northwestern University.png +0 -0
  164. package/website/static/img/examples/logos/Social-Logos.png +0 -0
  165. package/website/static/img/examples/logos/knightlab-logo-background.png +0 -0
  166. package/website/static/img/examples/logos/knightlab-logo-small.png +0 -0
  167. package/website/static/img/examples/logos/knightlab-logo.png +0 -0
  168. package/website/static/img/examples/logos/less-small.png +0 -0
  169. package/website/static/img/examples/logos/logo_aljazeera.png +0 -0
  170. package/website/static/img/examples/logos/logo_arte.png +0 -0
  171. package/website/static/img/examples/logos/logo_beyondtheseal.png +0 -0
  172. package/website/static/img/examples/logos/logo_centerforpublicintegrity.png +0 -0
  173. package/website/static/img/examples/logos/logo_cnn.png +0 -0
  174. package/website/static/img/examples/logos/logo_denverpost.png +0 -0
  175. package/website/static/img/examples/logos/logo_engadget.png +0 -0
  176. package/website/static/img/examples/logos/logo_gigaom.png +0 -0
  177. package/website/static/img/examples/logos/logo_ibt.png +0 -0
  178. package/website/static/img/examples/logos/logo_knightlab.png +0 -0
  179. package/website/static/img/examples/logos/logo_ksat.png +0 -0
  180. package/website/static/img/examples/logos/logo_lemonde.png +0 -0
  181. package/website/static/img/examples/logos/logo_maneater.png +0 -0
  182. package/website/static/img/examples/logos/logo_mashable.png +0 -0
  183. package/website/static/img/examples/logos/logo_radiolab.png +0 -0
  184. package/website/static/img/examples/logos/logo_time.png +0 -0
  185. package/website/static/img/examples/logos/logo_vh1.png +0 -0
  186. package/website/static/img/examples/logos/logo_vinepair.png +0 -0
  187. package/website/static/img/examples/logos/logo_wbur.png +0 -0
  188. package/website/static/img/examples/thumbs/thumb_akira.jpg +0 -0
  189. package/website/static/img/examples/thumbs/thumb_aljazeera.jpg +0 -0
  190. package/website/static/img/examples/thumbs/thumb_artetv.jpg +0 -0
  191. package/website/static/img/examples/thumbs/thumb_banana.png +0 -0
  192. package/website/static/img/examples/thumbs/thumb_bulger.jpg +0 -0
  193. package/website/static/img/examples/thumbs/thumb_denver_shooting.jpg +0 -0
  194. package/website/static/img/examples/thumbs/thumb_houston.jpg +0 -0
  195. package/website/static/img/examples/thumbs/thumb_isis.jpg +0 -0
  196. package/website/static/img/examples/thumbs/thumb_lemonde.jpg +0 -0
  197. package/website/static/img/examples/thumbs/thumb_malaysia-airlines.jpg +0 -0
  198. package/website/static/img/examples/thumbs/thumb_mandela.jpg +0 -0
  199. package/website/static/img/examples/thumbs/thumb_mobile_device.jpg +0 -0
  200. package/website/static/img/examples/thumbs/thumb_northkorea.jpg +0 -0
  201. package/website/static/img/examples/thumbs/thumb_perpwalk.jpg +0 -0
  202. package/website/static/img/examples/thumbs/thumb_radiolab-colorwalking.jpg +0 -0
  203. package/website/static/img/examples/thumbs/thumb_republican.jpg +0 -0
  204. package/website/static/img/examples/thumbs/thumb_shtpeoplesay.jpg +0 -0
  205. package/website/static/img/examples/thumbs/thumb_supremecourt.jpg +0 -0
  206. package/website/static/img/examples/thumbs/thumb_univofmissouri.jpg +0 -0
  207. package/website/static/img/examples/thumbs/thumb_userinterface.png +0 -0
  208. package/website/static/img/examples/thumbs/thumb_wine.jpg +0 -0
  209. package/website/static/img/examples/user-interface/4s.jpg +0 -0
  210. package/website/static/img/examples/user-interface/apple.jpg +0 -0
  211. package/website/static/img/examples/user-interface/input.png +0 -0
  212. package/website/static/img/examples/user-interface/palm.png +0 -0
  213. package/website/static/img/examples/user-interface/pascaline.jpg +0 -0
  214. package/website/static/img/examples/user-interface/univac.JPG +0 -0
  215. package/website/static/img/font-options.png +0 -0
  216. package/website/static/img/kl-og.png +0 -0
  217. package/website/static/img/knightlab_logo.png +0 -0
  218. package/website/static/img/loading.gif +0 -0
  219. package/website/static/img/make/abril-droidsans.png +0 -0
  220. package/website/static/img/make/amatic-andika.png +0 -0
  221. package/website/static/img/make/bevan-pontanosans.png +0 -0
  222. package/website/static/img/make/bitter-raleway.png +0 -0
  223. package/website/static/img/make/clicker-garamond.png +0 -0
  224. package/website/static/img/make/dancing-ledger.png +0 -0
  225. package/website/static/img/make/default.png +0 -0
  226. package/website/static/img/make/fakedropdown.svg +0 -1
  227. package/website/static/img/make/fjalla-average.png +0 -0
  228. package/website/static/img/make/font-options.png +0 -0
  229. package/website/static/img/make/georgia-helvetica.png +0 -0
  230. package/website/static/img/make/lustria-lato.png +0 -0
  231. package/website/static/img/make/medula-lato.png +0 -0
  232. package/website/static/img/make/oldstandard.png +0 -0
  233. package/website/static/img/make/opensans-gentiumbook.png +0 -0
  234. package/website/static/img/make/playfair-faunaone.png +0 -0
  235. package/website/static/img/make/playfair.png +0 -0
  236. package/website/static/img/make/pt.png +0 -0
  237. package/website/static/img/make/publish_to_web_browser_url.png +0 -0
  238. package/website/static/img/make/publish_to_web_button_small-od1.png +0 -0
  239. package/website/static/img/make/publish_to_web_button_small.png +0 -0
  240. package/website/static/img/make/publish_to_web_small.png +0 -0
  241. package/website/static/img/make/publish_to_web_url_small.png +0 -0
  242. package/website/static/img/make/roboto-megrim.png +0 -0
  243. package/website/static/img/make/rufina-sintony.png +0 -0
  244. package/website/static/img/make/unicaone-vollkorn.png +0 -0
  245. package/website/static/img/make/v4_step_1.png +0 -0
  246. package/website/static/img/make/v4_step_2.png +0 -0
  247. package/website/static/img/timeline.png +0 -0
  248. package/website/static/img/timeline3_intro_image.png +0 -0
  249. package/website/static/js/faq-generator.js +0 -20
  250. package/website/static/js/main.js +0 -240
  251. package/website/static/welcome/step3.png +0 -0
  252. package/website/static/welcome/welcome.json +0 -266
  253. package/website/templates/_about.html +0 -23
  254. package/website/templates/_analytics.html +0 -10
  255. package/website/templates/_banner.html +0 -26
  256. package/website/templates/_demo.html +0 -5
  257. package/website/templates/_developers.html +0 -19
  258. package/website/templates/_examples.html +0 -156
  259. package/website/templates/_faq.html +0 -117
  260. package/website/templates/_footer.html +0 -54
  261. package/website/templates/_head.html +0 -38
  262. package/website/templates/_header.html +0 -18
  263. package/website/templates/_help.html +0 -50
  264. package/website/templates/_make.html +0 -291
  265. package/website/templates/_nav.html +0 -24
  266. package/website/templates/_overview.html +0 -32
  267. package/website/templates/_roadmap.html +0 -27
  268. package/website/templates/_storytelling_tools.html +0 -35
  269. package/website/templates/base.html +0 -37
  270. package/website/templates/docs/faq.html +0 -223
  271. package/website/templates/docs/index.html +0 -57
  272. package/website/templates/docs/instantiate-a-timeline.html +0 -207
  273. package/website/templates/docs/json-format.html +0 -477
  274. package/website/templates/docs/license.html +0 -29
  275. package/website/templates/docs/media-types.html +0 -82
  276. package/website/templates/docs/options.html +0 -503
  277. package/website/templates/docs/overriding-styles.html +0 -357
  278. package/website/templates/docs/using-spreadsheets.html +0 -94
  279. package/website/templates/error.html +0 -28
  280. package/website/templates/examples/_common_example_embed.html +0 -27
  281. package/website/templates/examples/embed-test/index.html +0 -41
  282. package/website/templates/examples/example.json +0 -328
  283. package/website/templates/examples/houston/index.html +0 -40
  284. package/website/templates/examples/houston/timeline2.json +0 -218
  285. package/website/templates/examples/houston/timeline3.json +0 -271
  286. package/website/templates/examples/mediatypes/index.html +0 -61
  287. package/website/templates/examples/mediatypes/timeline3.json +0 -421
  288. package/website/templates/examples/republican/index.html +0 -49
  289. package/website/templates/examples/republican/timeline2.json +0 -0
  290. package/website/templates/examples/republican/timeline3.json +0 -238
  291. package/website/templates/examples/shit-people-say/index.html +0 -39
  292. package/website/templates/examples/shit-people-say/timeline2.json +0 -243
  293. package/website/templates/examples/shit-people-say/timeline3.json +0 -336
  294. package/website/templates/examples/soundcite/index.html +0 -42
  295. package/website/templates/examples/soundcite/timeline3.json +0 -271
  296. package/website/templates/examples/timeline3.json +0 -271
  297. package/website/templates/examples/twain/index.html +0 -85
  298. package/website/templates/examples/twain/marktwain.json +0 -502
  299. package/website/templates/examples/user-interface/index.html +0 -40
  300. package/website/templates/examples/user-interface/timeline2.json +0 -260
  301. package/website/templates/examples/user-interface/timeline3.json +0 -327
  302. package/website/templates/index.html +0 -17
  303. package/website/templates/mediatype-tests.html +0 -121
  304. package/website/templates/test/GoogleSpreadsheetFeedLegacyFormat.json +0 -1
  305. package/website/templates/test/GoogleSpreadsheetFeedTJS3Format.json +0 -1
  306. package/website/templates/test/maps.html +0 -4
  307. package/website/templates/unit-tests.html +0 -775
@@ -0,0 +1,3125 @@
1
+ /*!
2
+ Timeline JS 3
3
+
4
+ Designed and built by Zach Wise for the Northwestern University Knight Lab
5
+
6
+ This Source Code Form is subject to the terms of the Mozilla Public
7
+ License, v. 2.0. If a copy of the MPL was not distributed with this
8
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
9
+
10
+ */
11
+ /* Includes
12
+ ================================================== */
13
+ /* VARIABLES
14
+ THEME CONTRAST
15
+ ----------------------------------------------------- */
16
+ /* ICON PATH
17
+ ================================================== */
18
+ /* TYPEFACE
19
+ ================================================== */
20
+ /* COLOR SCHEME
21
+ ================================================== */
22
+ /* UI COLOR
23
+ ================================================== */
24
+ /* UI
25
+ ================================================== */
26
+ /* Animation
27
+ ================================================== */
28
+ /* GFX
29
+ ================================================== */
30
+ /*!
31
+ Timeline JS 3
32
+
33
+ Designed and built by Zach Wise for the Northwestern University Knight Lab
34
+
35
+ This Source Code Form is subject to the terms of the Mozilla Public
36
+ License, v. 2.0. If a copy of the MPL was not distributed with this
37
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
38
+
39
+ */
40
+ /* Includes
41
+ ================================================== */
42
+ /* Mixins.less
43
+ Snippets of reusable CSS to develop faster and keep code readable
44
+ * ----------------------------------------------------------------- */
45
+ /* Reset
46
+ ------------------------------------------------------------------------------------------- */
47
+ .tl-storyjs {
48
+ /* Reset tags and common classes
49
+ Display in IE6-9 and FF3
50
+ Based on: http://github.com/necolas/normalize.css
51
+ ------------------------------------------------------------------------------------------- */
52
+ /* Prevents modern browsers from displaying 'audio' without controls
53
+ Based on: http://github.com/necolas/normalize.css
54
+ ------------------------------------------------------------------------------------------- */
55
+ /* Prevents sub and sup affecting line-height in all browsers
56
+ Based on: http://github.com/necolas/normalize.css
57
+ ------------------------------------------------------------------------------------------- */
58
+ /* Img border in a's and image quality
59
+ Based on: http://github.com/necolas/normalize.css
60
+ ------------------------------------------------------------------------------------------- */
61
+ /* Forms
62
+ Based on: http://github.com/necolas/normalize.css
63
+ ------------------------------------------------------------------------------------------- */
64
+ }
65
+ .tl-storyjs div * {
66
+ -webkit-box-sizing: content-box;
67
+ -moz-box-sizing: content-box;
68
+ box-sizing: content-box;
69
+ }
70
+ .tl-storyjs h1,
71
+ .tl-storyjs h2,
72
+ .tl-storyjs h3,
73
+ .tl-storyjs h4,
74
+ .tl-storyjs h5,
75
+ .tl-storyjs h6,
76
+ .tl-storyjs p,
77
+ .tl-storyjs blockquote,
78
+ .tl-storyjs pre,
79
+ .tl-storyjs a,
80
+ .tl-storyjs abbr,
81
+ .tl-storyjs acronym,
82
+ .tl-storyjs address,
83
+ .tl-storyjs cite,
84
+ .tl-storyjs code,
85
+ .tl-storyjs del,
86
+ .tl-storyjs dfn,
87
+ .tl-storyjs em,
88
+ .tl-storyjs img,
89
+ .tl-storyjs q,
90
+ .tl-storyjs s,
91
+ .tl-storyjs samp,
92
+ .tl-storyjs small,
93
+ .tl-storyjs strike,
94
+ .tl-storyjs strong,
95
+ .tl-storyjs sub,
96
+ .tl-storyjs sup,
97
+ .tl-storyjs tt,
98
+ .tl-storyjs var,
99
+ .tl-storyjs dd,
100
+ .tl-storyjs dl,
101
+ .tl-storyjs dt,
102
+ .tl-storyjs li,
103
+ .tl-storyjs ol,
104
+ .tl-storyjs ul,
105
+ .tl-storyjs fieldset,
106
+ .tl-storyjs form,
107
+ .tl-storyjs label,
108
+ .tl-storyjs legend,
109
+ .tl-storyjs button,
110
+ .tl-storyjs table,
111
+ .tl-storyjs caption,
112
+ .tl-storyjs tbody,
113
+ .tl-storyjs tfoot,
114
+ .tl-storyjs thead,
115
+ .tl-storyjs tr,
116
+ .tl-storyjs th,
117
+ .tl-storyjs td,
118
+ .tl-storyjs .tl-container,
119
+ .tl-storyjs .content-container,
120
+ .tl-storyjs .media,
121
+ .tl-storyjs .text,
122
+ .tl-storyjs .tl-slider,
123
+ .tl-storyjs .slider,
124
+ .tl-storyjs .date,
125
+ .tl-storyjs .title,
126
+ .tl-storyjs .message,
127
+ .tl-storyjs .map,
128
+ .tl-storyjs .credit,
129
+ .tl-storyjs .caption,
130
+ .tl-storyjs .tl-feedback,
131
+ .tl-storyjs .tl-feature,
132
+ .tl-storyjs .toolbar,
133
+ .tl-storyjs .marker,
134
+ .tl-storyjs .dot,
135
+ .tl-storyjs .line,
136
+ .tl-storyjs .flag,
137
+ .tl-storyjs .time,
138
+ .tl-storyjs .era,
139
+ .tl-storyjs .major,
140
+ .tl-storyjs .minor,
141
+ .tl-storyjs .tl-navigation,
142
+ .tl-storyjs .start,
143
+ .tl-storyjs .active {
144
+ margin: 0;
145
+ padding: 0;
146
+ border: 0;
147
+ font-weight: normal;
148
+ font-style: normal;
149
+ font-size: 100%;
150
+ line-height: 1;
151
+ font-family: inherit;
152
+ width: auto;
153
+ float: none;
154
+ }
155
+ .tl-storyjs h1,
156
+ .tl-storyjs h2,
157
+ .tl-storyjs h3,
158
+ .tl-storyjs h4,
159
+ .tl-storyjs h5,
160
+ .tl-storyjs h6 {
161
+ clear: none;
162
+ }
163
+ .tl-storyjs table {
164
+ border-collapse: collapse;
165
+ border-spacing: 0;
166
+ }
167
+ .tl-storyjs ol,
168
+ .tl-storyjs ul {
169
+ list-style: none;
170
+ }
171
+ .tl-storyjs q:before,
172
+ .tl-storyjs q:after,
173
+ .tl-storyjs blockquote:before,
174
+ .tl-storyjs blockquote:after {
175
+ content: "";
176
+ }
177
+ .tl-storyjs a:focus {
178
+ outline: thin dotted;
179
+ }
180
+ .tl-storyjs a:hover,
181
+ .tl-storyjs a:active {
182
+ outline: 0;
183
+ }
184
+ .tl-storyjs article,
185
+ .tl-storyjs aside,
186
+ .tl-storyjs details,
187
+ .tl-storyjs figcaption,
188
+ .tl-storyjs figure,
189
+ .tl-storyjs footer,
190
+ .tl-storyjs header,
191
+ .tl-storyjs hgroup,
192
+ .tl-storyjs nav,
193
+ .tl-storyjs section {
194
+ display: block;
195
+ }
196
+ .tl-storyjs audio,
197
+ .tl-storyjs canvas,
198
+ .tl-storyjs video {
199
+ display: inline-block;
200
+ }
201
+ .tl-storyjs audio:not([controls]) {
202
+ display: none;
203
+ }
204
+ .tl-storyjs div {
205
+ max-width: none;
206
+ }
207
+ .tl-storyjs sub,
208
+ .tl-storyjs sup {
209
+ font-size: 75%;
210
+ line-height: 0;
211
+ position: relative;
212
+ vertical-align: baseline;
213
+ }
214
+ .tl-storyjs sup {
215
+ top: -0.5em;
216
+ }
217
+ .tl-storyjs sub {
218
+ bottom: -0.25em;
219
+ }
220
+ .tl-storyjs img {
221
+ border: 0;
222
+ -ms-interpolation-mode: bicubic;
223
+ }
224
+ .tl-storyjs button,
225
+ .tl-storyjs input,
226
+ .tl-storyjs select,
227
+ .tl-storyjs textarea {
228
+ font-size: 100%;
229
+ margin: 0;
230
+ vertical-align: baseline;
231
+ *vertical-align: middle;
232
+ }
233
+ .tl-storyjs button,
234
+ .tl-storyjs input {
235
+ line-height: normal;
236
+ *overflow: visible;
237
+ }
238
+ .tl-storyjs button::-moz-focus-inner,
239
+ .tl-storyjs input::-moz-focus-inner {
240
+ border: 0;
241
+ padding: 0;
242
+ }
243
+ .tl-storyjs button,
244
+ .tl-storyjs input[type="button"],
245
+ .tl-storyjs input[type="reset"],
246
+ .tl-storyjs input[type="submit"] {
247
+ cursor: pointer;
248
+ -webkit-appearance: button;
249
+ }
250
+ .tl-storyjs input[type="search"] {
251
+ -webkit-appearance: textfield;
252
+ -webkit-box-sizing: content-box;
253
+ -moz-box-sizing: content-box;
254
+ box-sizing: content-box;
255
+ }
256
+ .tl-storyjs input[type="search"]::-webkit-search-decoration {
257
+ -webkit-appearance: none;
258
+ }
259
+ .tl-storyjs textarea {
260
+ overflow: auto;
261
+ vertical-align: top;
262
+ }
263
+ .tl-timeline {
264
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
265
+ /* VCard
266
+ ================================================== */
267
+ }
268
+ .tl-timeline h1,
269
+ .tl-timeline h2,
270
+ .tl-timeline h3,
271
+ .tl-timeline h4,
272
+ .tl-timeline h5,
273
+ .tl-timeline h6 {
274
+ color: #000;
275
+ }
276
+ .tl-timeline h1,
277
+ .tl-timeline h2,
278
+ .tl-timeline h3 {
279
+ font-size: 28px;
280
+ line-height: 28px;
281
+ }
282
+ .tl-timeline h1 small,
283
+ .tl-timeline h2 small,
284
+ .tl-timeline h3 small {
285
+ font-size: 24px;
286
+ line-height: 24px;
287
+ }
288
+ .tl-timeline h4,
289
+ .tl-timeline h5,
290
+ .tl-timeline h6 {
291
+ font-size: 24px;
292
+ line-height: 24px;
293
+ margin-bottom: 0px;
294
+ }
295
+ .tl-timeline h4 small,
296
+ .tl-timeline h5 small,
297
+ .tl-timeline h6 small {
298
+ font-size: 15px;
299
+ line-height: 15px;
300
+ }
301
+ .tl-timeline h2.tl-headline-title {
302
+ font-size: 38px;
303
+ line-height: 38px;
304
+ }
305
+ .tl-timeline h2.tl-headline-title small {
306
+ display: block;
307
+ margin-top: 5px;
308
+ font-size: 24px;
309
+ line-height: 24px;
310
+ }
311
+ .tl-timeline h2 {
312
+ margin-top: 20px;
313
+ margin-bottom: 5px;
314
+ }
315
+ .tl-timeline p {
316
+ margin-top: 5px;
317
+ margin-bottom: 10px;
318
+ font-size: 15px;
319
+ line-height: 1.42857143;
320
+ color: #666666;
321
+ }
322
+ .tl-timeline p.lead {
323
+ font-size: 24px;
324
+ }
325
+ .tl-timeline p a {
326
+ /*
327
+ color: lighten(@color-dark, 40%);
328
+ text-decoration: none;
329
+ background-image: -moz-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
330
+ background-image: -webkit-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
331
+ background-image: -o-linear-gradient(top, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
332
+ background-image: linear-gradient(to bottom, fade(lighten(@color-dark, 40%), 0%) 50%, fade(lighten(@color-dark, 40%), 60%) 50%);
333
+ background-repeat: repeat-x;
334
+ background-size: 2px 2px;
335
+ background-position: 0 @base-font-size+2;
336
+ text-shadow: -2px -1px 0 white, 2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white;
337
+ &:hover,
338
+ &:focus {
339
+ color:@color-theme;
340
+ text-decoration: none;
341
+ }
342
+ */
343
+ color: #666666;
344
+ text-decoration: underline;
345
+ }
346
+ .tl-timeline p a:hover,
347
+ .tl-timeline p a:focus {
348
+ color: #c34528;
349
+ }
350
+ @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
351
+ .tl-timeline p a {
352
+ text-decoration: underline;
353
+ background-image: none;
354
+ text-shadow: none;
355
+ }
356
+ .tl-timeline p a:hover,
357
+ .tl-timeline p a:focus {
358
+ color: #c34528;
359
+ text-decoration: underline;
360
+ }
361
+ }
362
+ .tl-timeline b,
363
+ .tl-timeline strong {
364
+ font-weight: bold;
365
+ }
366
+ .tl-timeline i,
367
+ .tl-timeline em {
368
+ font-style: italic;
369
+ }
370
+ .tl-timeline a {
371
+ text-decoration: none;
372
+ color: #c34528;
373
+ }
374
+ .tl-timeline a:hover {
375
+ text-decoration: underline;
376
+ color: #6e2717;
377
+ }
378
+ .tl-timeline .tl-caption,
379
+ .tl-timeline .tl-credit,
380
+ .tl-timeline .tl-slidenav-next,
381
+ .tl-timeline .tl-slidenav-previous {
382
+ font-size: 11px;
383
+ line-height: 11px;
384
+ }
385
+ .tl-timeline .tl-caption a,
386
+ .tl-timeline .tl-credit a,
387
+ .tl-timeline .tl-slidenav-next a,
388
+ .tl-timeline .tl-slidenav-previous a {
389
+ color: #000;
390
+ }
391
+ .tl-timeline .tl-makelink {
392
+ word-break: break-all;
393
+ word-break: break-word;
394
+ -webkit-hyphens: auto;
395
+ -moz-hyphens: auto;
396
+ hyphens: auto;
397
+ }
398
+ .tl-timeline blockquote,
399
+ .tl-timeline blockquote p {
400
+ font-family: "Georgia", "Times New Roman", Times, serif;
401
+ color: #999999;
402
+ font-size: 24px;
403
+ line-height: 24px;
404
+ text-align: left;
405
+ background: transparent;
406
+ border: 0px;
407
+ padding: 0px;
408
+ }
409
+ .tl-timeline blockquote cite,
410
+ .tl-timeline blockquote p cite {
411
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
412
+ font-size: 11px;
413
+ color: #666666;
414
+ display: block;
415
+ text-align: right;
416
+ font-style: normal;
417
+ }
418
+ .tl-timeline blockquote cite:before,
419
+ .tl-timeline blockquote p cite:before {
420
+ content: "\2014";
421
+ }
422
+ .tl-timeline blockquote p:before {
423
+ content: open-quote;
424
+ display: inline-block;
425
+ font-size: 28px;
426
+ position: relative;
427
+ top: 8px;
428
+ margin-right: 5px;
429
+ }
430
+ .tl-timeline blockquote p:after {
431
+ content: close-quote;
432
+ display: inline-block;
433
+ font-size: 28px;
434
+ position: relative;
435
+ top: 8px;
436
+ margin-left: 3px;
437
+ }
438
+ .tl-timeline blockquote {
439
+ margin: 10px;
440
+ }
441
+ .tl-timeline blockquote p {
442
+ margin: 0;
443
+ }
444
+ .tl-timeline .vcard {
445
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
446
+ font-size: 15px;
447
+ line-height: 15px;
448
+ margin-bottom: 15px;
449
+ margin-top: 10px;
450
+ }
451
+ .tl-timeline .vcard:before,
452
+ .tl-timeline .vcard:after {
453
+ display: table;
454
+ content: "";
455
+ }
456
+ .tl-timeline .vcard:after {
457
+ clear: both;
458
+ }
459
+ .tl-timeline .vcard .twitter-date {
460
+ text-align: left;
461
+ font-size: 11px;
462
+ }
463
+ .tl-timeline .vcard .author {
464
+ float: right;
465
+ }
466
+ .tl-timeline .vcard a {
467
+ color: #333333;
468
+ text-decoration: none;
469
+ }
470
+ .tl-timeline .vcard a:hover {
471
+ text-decoration: none;
472
+ }
473
+ .tl-timeline .vcard a:hover .fn,
474
+ .tl-timeline .vcard a:hover .nickname {
475
+ color: #c34528;
476
+ }
477
+ .tl-timeline .vcard .fn,
478
+ .tl-timeline .vcard .nickname {
479
+ padding-left: 42px;
480
+ }
481
+ .tl-timeline .vcard .fn {
482
+ display: block;
483
+ font-weight: bold;
484
+ }
485
+ .tl-timeline .vcard .nickname {
486
+ margin-top: 1px;
487
+ display: block;
488
+ color: #666666;
489
+ }
490
+ .tl-timeline .vcard .avatar {
491
+ float: left;
492
+ display: block;
493
+ width: 32px;
494
+ height: 32px;
495
+ }
496
+ .tl-timeline .vcard .avatar img {
497
+ -moz-border-radius: 5px;
498
+ -webkit-border-radius: 5px;
499
+ border-radius: 5px;
500
+ }
501
+ .tl-timeline .tl-text ul {
502
+ padding: 0px;
503
+ padding-left: 30px;
504
+ margin: 0;
505
+ }
506
+ .tl-timeline .tl-text ul li {
507
+ margin-bottom: 5px;
508
+ }
509
+ .tl-timeline .tl-button-calltoaction {
510
+ cursor: pointer;
511
+ font-weight: bold;
512
+ padding-top: 10px;
513
+ margin-bottom: 10px;
514
+ padding-bottom: 10px;
515
+ }
516
+ .tl-timeline .tl-button-calltoaction .tl-button-calltoaction-text {
517
+ display: inline-block;
518
+ background-color: #c34528;
519
+ color: #fff;
520
+ padding: 10px 15px 10px 15px;
521
+ border-radius: 7px;
522
+ }
523
+ .tl-timeline .tl-note {
524
+ display: block;
525
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
526
+ font-style: italic;
527
+ background-color: #e6e6e6;
528
+ font-size: 15px;
529
+ line-height: 17px;
530
+ padding: 10px;
531
+ -webkit-border-radius: 7px;
532
+ -moz-border-radius: 7px;
533
+ border-radius: 7px;
534
+ color: #8a6d3b;
535
+ background-color: #fcf8e3;
536
+ border: 1px solid #faebcc;
537
+ text-shadow: none;
538
+ }
539
+ @media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
540
+ .tl-timeline h1,
541
+ .tl-timeline h2,
542
+ .tl-timeline h3 {
543
+ font-size: 28px;
544
+ line-height: 28px;
545
+ }
546
+ }
547
+ @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
548
+ .tl-timeline h1,
549
+ .tl-timeline h2,
550
+ .tl-timeline h3 {
551
+ font-size: 24px;
552
+ line-height: 24px;
553
+ }
554
+ }
555
+ .tl-skinny h2 {
556
+ margin-top: 0px;
557
+ }
558
+ /* Icons
559
+ ================================================== */
560
+ @font-face {
561
+ font-family: 'tl-icons';
562
+ src: url('../../css/icons/tl-icons.eot');
563
+ src: url('../../css/icons/tl-icons.eot?#iefix') format('embedded-opentype'), url('../../css/icons/tl-icons.ttf') format('truetype'), url('../../css/icons/tl-icons.woff2') format('woff2'), url('../../css/icons/tl-icons.woff') format('woff'), url('../../css/icons/tl-icons.svg#tl-icons') format('svg');
564
+ font-weight: normal;
565
+ font-style: normal;
566
+ }
567
+ [class^="tl-icon-"],
568
+ [class*=" tl-icon-"] {
569
+ font-family: 'tl-icons';
570
+ speak: none;
571
+ font-style: normal;
572
+ font-weight: normal;
573
+ font-variant: normal;
574
+ text-transform: none;
575
+ line-height: 1;
576
+ /* Better Font Rendering =========== */
577
+ -webkit-font-smoothing: antialiased;
578
+ -moz-osx-font-smoothing: grayscale;
579
+ }
580
+ .tl-icon-vine:after {
581
+ content: "\e64d";
582
+ }
583
+ .tl-icon-wikipedia:after {
584
+ content: "\e64e";
585
+ }
586
+ .tl-icon-chevron-right:after {
587
+ content: "\e64f";
588
+ }
589
+ .tl-icon-chevron-left:after {
590
+ content: "\e650";
591
+ }
592
+ .tl-icon-youtube-logo:after {
593
+ content: "\e651";
594
+ }
595
+ .tl-icon-foursquare:after {
596
+ content: "\e652";
597
+ }
598
+ .tl-icon-camera-retro:after {
599
+ content: "\e653";
600
+ }
601
+ .tl-icon-doc:after {
602
+ content: "\e654";
603
+ }
604
+ .tl-icon-weibo:after {
605
+ content: "\e655";
606
+ }
607
+ .tl-icon-resize-horizontal:after {
608
+ content: "\e656";
609
+ }
610
+ .tl-icon-resize-vertical:after {
611
+ content: "\e657";
612
+ }
613
+ .tl-icon-resize-full:after {
614
+ content: "\e658";
615
+ }
616
+ .tl-icon-resize-small:after {
617
+ content: "\e659";
618
+ }
619
+ .tl-icon-twitter:after {
620
+ content: "\e62b";
621
+ }
622
+ .tl-icon-google-plus:after {
623
+ content: "\e62c";
624
+ }
625
+ .tl-icon-video:after {
626
+ content: "\e62d";
627
+ }
628
+ .tl-icon-youtube:after {
629
+ content: "\e62d";
630
+ }
631
+ .tl-icon-plaintext:after {
632
+ content: "\e62e";
633
+ }
634
+ .tl-icon-storify:after {
635
+ content: "\e62e";
636
+ }
637
+ .tl-icon-image-v2:after {
638
+ content: "\e62f";
639
+ }
640
+ .tl-icon-quote-v2:after {
641
+ content: "\e630";
642
+ }
643
+ .tl-icon-zoom-in:after {
644
+ content: "\e631";
645
+ }
646
+ .tl-icon-zoom-out:after {
647
+ content: "\e632";
648
+ }
649
+ .tl-icon-list:after {
650
+ content: "\e633";
651
+ }
652
+ .tl-icon-music:after {
653
+ content: "\e634";
654
+ }
655
+ .tl-icon-spotify:after {
656
+ content: "\e634";
657
+ }
658
+ .tl-icon-location:after {
659
+ content: "\e635";
660
+ }
661
+ .tl-icon-googlemaps:after {
662
+ content: "\e635";
663
+ }
664
+ .tl-icon-web:after {
665
+ content: "\e636";
666
+ }
667
+ .tl-icon-share-v2:after {
668
+ content: "\e637";
669
+ }
670
+ .tl-icon-soundcloud:after {
671
+ content: "\e639";
672
+ }
673
+ .tl-icon-video-v2:after {
674
+ content: "\e63a";
675
+ }
676
+ .tl-icon-dailymotion:after {
677
+ content: "\e63a";
678
+ }
679
+ .tl-icon-tumblr:after {
680
+ content: "\e63b";
681
+ }
682
+ .tl-icon-lastfm:after {
683
+ content: "\e63c";
684
+ }
685
+ .tl-icon-github:after {
686
+ content: "\e63d";
687
+ }
688
+ .tl-icon-goback:after {
689
+ content: "\e63e";
690
+ }
691
+ .tl-icon-doc-v2:after {
692
+ content: "\e63f";
693
+ }
694
+ .tl-icon-googledrive:after {
695
+ content: "\e640";
696
+ }
697
+ .tl-icon-facebook:after {
698
+ content: "\e641";
699
+ }
700
+ .tl-icon-flickr:after {
701
+ content: "\e642";
702
+ }
703
+ .tl-icon-dribbble:after {
704
+ content: "\e643";
705
+ }
706
+ .tl-icon-image:after {
707
+ content: "\e605";
708
+ }
709
+ .tl-icon-vimeo:after {
710
+ content: "\e606";
711
+ }
712
+ .tl-icon-instagram:after {
713
+ content: "\e644";
714
+ }
715
+ .tl-icon-pinterest:after {
716
+ content: "\e645";
717
+ }
718
+ .tl-icon-arrow-left:after {
719
+ content: "\e646";
720
+ }
721
+ .tl-icon-arrow-down:after {
722
+ content: "\e647";
723
+ }
724
+ .tl-icon-arrow-up:after {
725
+ content: "\e648";
726
+ }
727
+ .tl-icon-arrow-right:after {
728
+ content: "\e649";
729
+ }
730
+ .tl-icon-share:after {
731
+ content: "\e64a";
732
+ }
733
+ .tl-icon-blockquote:after {
734
+ content: "\e64b";
735
+ }
736
+ .tl-icon-evernote:after {
737
+ content: "\e64c";
738
+ }
739
+ .tl-icon-mappin:after {
740
+ content: "\e600";
741
+ }
742
+ .tl-icon-swipe-right:after {
743
+ content: "\e601";
744
+ }
745
+ .tl-icon-swipe-left:after {
746
+ content: "\e602";
747
+ }
748
+ .tl-icon-touch-spread:after {
749
+ content: "\e603";
750
+ }
751
+ .tl-icon-touch-pinch:after {
752
+ content: "\e604";
753
+ }
754
+ /* Disable Text selection when dragging
755
+ ================================================== */
756
+ .tl-dragging {
757
+ -webkit-touch-callout: none;
758
+ -webkit-user-select: none;
759
+ -moz-user-select: none;
760
+ -ms-user-select: none;
761
+ -o-user-select: none;
762
+ user-select: none;
763
+ }
764
+ /* MenuBar
765
+ ================================================== */
766
+ .tl-menubar {
767
+ position: absolute;
768
+ z-index: 11;
769
+ text-align: center;
770
+ color: #333;
771
+ overflow: hidden;
772
+ border-bottom-right-radius: 10px;
773
+ border-top-right-radius: 10px;
774
+ top: 100%;
775
+ left: 50%;
776
+ left: 0;
777
+ }
778
+ /* Skinny
779
+ ================================================== */
780
+ /* Mobile, iPhone
781
+ ================================================== */
782
+ /* Mobile, iPhone and skinny
783
+ ================================================== */
784
+ /* Color
785
+ ================================================== */
786
+ /*
787
+ .tl-sizebar.tl-sizebar-inverted {
788
+ border-bottom: 1px solid #FFF;
789
+ //background-color:#000;
790
+ color:#a5a5a5;
791
+ .tl-sizebar-button {
792
+ border-left: 1px solid darken(@color-background, 70);
793
+ //color:#a5a5a5;
794
+ }
795
+ .tl-sizebar-button:hover {
796
+ //background:@color-theme;
797
+ color:@color-background;
798
+ }
799
+ }
800
+ .tl-sizebar.tl-sizebar-inverted:before {
801
+ background-color:#000;
802
+ //.gradient-vertical (rgba(0,0,0,0.25), rgba(0,0,0,1));
803
+ //.translucent-background(rgb(0,0,0), .5);
804
+ border-top: 2px solid #000;
805
+ animation: invertToBlack 1s;
806
+ -webkit-animation:invertToBlack 1s;
807
+ }
808
+ */
809
+ @keyframes invertToBlack {
810
+ from {
811
+ background-color: #FFF;
812
+ }
813
+ to {
814
+ background-color: #000;
815
+ }
816
+ }
817
+ @-webkit-keyframes invertToBlack {
818
+ from {
819
+ background: #FFF;
820
+ }
821
+ to {
822
+ background: #000;
823
+ }
824
+ }
825
+ @keyframes invertToWhite {
826
+ from {
827
+ background-color: #000;
828
+ }
829
+ to {
830
+ background-color: #FFF;
831
+ }
832
+ }
833
+ @-webkit-keyframes invertToWhite {
834
+ from {
835
+ background: #000;
836
+ }
837
+ to {
838
+ background: #FFF;
839
+ }
840
+ }
841
+ /* MenuBar Button
842
+ ================================================== */
843
+ .tl-menubar-button {
844
+ font-size: 18px;
845
+ line-height: 18px;
846
+ background-color: rgba(242, 242, 242, 0.9);
847
+ cursor: pointer;
848
+ padding: 6px 12px 6px 12px;
849
+ display: inline-block;
850
+ display: block;
851
+ color: #6e6e6e;
852
+ }
853
+ .tl-menubar-button.tl-menubar-button-inactive {
854
+ opacity: 0.33;
855
+ }
856
+ .tl-menubar-button:hover {
857
+ background: #333;
858
+ color: #FFF;
859
+ }
860
+ .tl-menubar-button:hover.tl-menubar-button-inactive {
861
+ color: #bfbfbf;
862
+ background-color: rgba(242, 242, 242, 0.9);
863
+ }
864
+ .tl-mobile .tl-menubar-button {
865
+ display: block;
866
+ }
867
+ .tl-mobile .tl-menubar-button:hover {
868
+ background-color: rgba(242, 242, 242, 0.67);
869
+ color: #363636;
870
+ }
871
+ .tl-mobile .tl-menubar-button:active {
872
+ background: #c34528;
873
+ color: #FFF;
874
+ }
875
+ @keyframes invertToBlack {
876
+ from {
877
+ background-color: #FFF;
878
+ }
879
+ to {
880
+ background-color: #000;
881
+ }
882
+ }
883
+ @-webkit-keyframes invertToBlack {
884
+ from {
885
+ background: #FFF;
886
+ }
887
+ to {
888
+ background: #000;
889
+ }
890
+ }
891
+ @keyframes invertToWhite {
892
+ from {
893
+ background-color: #000;
894
+ }
895
+ to {
896
+ background-color: #FFF;
897
+ }
898
+ }
899
+ @-webkit-keyframes invertToWhite {
900
+ from {
901
+ background: #000;
902
+ }
903
+ to {
904
+ background: #FFF;
905
+ }
906
+ }
907
+ /* MESSAGE
908
+ ================================================== */
909
+ .tl-message,
910
+ .tl-message-full {
911
+ width: 100%;
912
+ height: 100%;
913
+ position: absolute;
914
+ display: table;
915
+ overflow: hidden;
916
+ top: 0px;
917
+ left: 0px;
918
+ z-index: 99;
919
+ margin: auto;
920
+ text-align: center;
921
+ }
922
+ .tl-message .tl-message-container,
923
+ .tl-message-full .tl-message-container {
924
+ padding: 20px;
925
+ margin: 20px;
926
+ text-align: center;
927
+ vertical-align: middle;
928
+ display: table-cell;
929
+ }
930
+ .tl-message .tl-message-container .tl-message-content,
931
+ .tl-message-full .tl-message-container .tl-message-content {
932
+ color: #666;
933
+ text-align: center;
934
+ font-size: 11px;
935
+ line-height: 13px;
936
+ text-transform: uppercase;
937
+ margin-top: 7.5px;
938
+ margin-bottom: 7.5px;
939
+ text-shadow: 1px 1px 1px #FFF;
940
+ }
941
+ .tl-message .tl-message-container .tl-message-content strong,
942
+ .tl-message-full .tl-message-container .tl-message-content strong {
943
+ text-transform: uppercase;
944
+ }
945
+ .tl-message .tl-message-container .tl-loading-icon,
946
+ .tl-message-full .tl-message-container .tl-loading-icon {
947
+ width: 30px;
948
+ height: 30px;
949
+ background-color: #666;
950
+ vertical-align: middle;
951
+ -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
952
+ -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
953
+ box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.1);
954
+ margin-left: auto;
955
+ margin-right: auto;
956
+ text-align: center;
957
+ -webkit-animation: rotateplane 1.2s infinite ease-in-out;
958
+ animation: rotateplane 1.2s infinite ease-in-out;
959
+ }
960
+ @-webkit-keyframes rotateplane {
961
+ 0% {
962
+ -webkit-transform: perspective(120px);
963
+ }
964
+ 50% {
965
+ -webkit-transform: perspective(120px) rotateY(180deg);
966
+ }
967
+ 100% {
968
+ -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
969
+ }
970
+ }
971
+ @keyframes rotateplane {
972
+ 0% {
973
+ transform: perspective(120px) rotateX(0deg) rotateY(0deg);
974
+ }
975
+ 50% {
976
+ transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
977
+ }
978
+ 100% {
979
+ transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
980
+ }
981
+ }
982
+ .tl-message-full {
983
+ background-color: hsla(0, 0%, 100%, 0.8);
984
+ }
985
+ .tl-message-full [class^="tl-icon-"],
986
+ .tl-message-full [class*=" tl-icon-"] {
987
+ color: #666;
988
+ font-size: 72px;
989
+ }
990
+ .tl-message-full .tl-message-container .tl-message-content {
991
+ font-size: 22px;
992
+ line-height: 22px;
993
+ text-shadow: none;
994
+ color: #666;
995
+ text-transform: none;
996
+ font-weight: normal;
997
+ }
998
+ .tl-message-full .tl-message-container .tl-message-content .tl-button {
999
+ display: inline-block;
1000
+ cursor: pointer;
1001
+ background-color: #FFF;
1002
+ color: #333;
1003
+ padding: 10px;
1004
+ margin-top: 10px;
1005
+ -webkit-border-radius: 7px;
1006
+ -moz-border-radius: 7px;
1007
+ border-radius: 7px;
1008
+ }
1009
+ /* TL.TimeNav
1010
+ ================================================== */
1011
+ .tl-timenav {
1012
+ width: 100%;
1013
+ background-color: #f2f2f2;
1014
+ position: relative;
1015
+ overflow: hidden;
1016
+ border-top: 1px solid #e5e5e5;
1017
+ }
1018
+ .tl-timenav .tl-attribution {
1019
+ cursor: pointer;
1020
+ z-index: 9;
1021
+ position: absolute;
1022
+ bottom: 2px;
1023
+ left: 0px;
1024
+ font-size: 10px;
1025
+ line-height: 10px;
1026
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
1027
+ background-color: rgba(255, 255, 255, 0.85);
1028
+ padding: 3px;
1029
+ /*
1030
+ right:-26px;
1031
+ top:30px;
1032
+ transform: rotate(90deg);
1033
+ -ms-transform: rotate(90deg);
1034
+ -webkit-transform: rotate(90deg);
1035
+ background-color: fadeout(@ui-background-color, 15%);
1036
+ */
1037
+ }
1038
+ .tl-timenav .tl-attribution a {
1039
+ color: #757575;
1040
+ }
1041
+ .tl-timenav .tl-attribution a:hover {
1042
+ color: #000;
1043
+ text-decoration: none;
1044
+ }
1045
+ .tl-timenav .tl-attribution a:hover .tl-knightlab-logo {
1046
+ background-color: #c34528;
1047
+ }
1048
+ .tl-timenav .tl-attribution .tl-knightlab-logo {
1049
+ display: inline-block;
1050
+ vertical-align: middle;
1051
+ height: 8px;
1052
+ width: 8px;
1053
+ margin-right: 3px;
1054
+ background-color: #c34528;
1055
+ background-color: #757575;
1056
+ transform: rotate(45deg);
1057
+ -ms-transform: rotate(45deg);
1058
+ -webkit-transform: rotate(45deg);
1059
+ }
1060
+ .tl-timenav .tl-timenav-line {
1061
+ position: absolute;
1062
+ top: 0;
1063
+ left: 50%;
1064
+ width: 1px;
1065
+ height: 100%;
1066
+ background-color: #d9d9d9;
1067
+ z-index: 2;
1068
+ display: none;
1069
+ }
1070
+ .tl-timenav .tl-timenav-line:before,
1071
+ .tl-timenav .tl-timenav-line:after {
1072
+ font-family: 'tl-icons';
1073
+ speak: none;
1074
+ font-style: normal;
1075
+ font-weight: normal;
1076
+ font-variant: normal;
1077
+ text-transform: none;
1078
+ line-height: 1;
1079
+ /* Better Font Rendering =========== */
1080
+ -webkit-font-smoothing: antialiased;
1081
+ -moz-osx-font-smoothing: grayscale;
1082
+ color: #c34528;
1083
+ font-size: 32px;
1084
+ line-height: 32px;
1085
+ position: absolute;
1086
+ left: -14px;
1087
+ }
1088
+ .tl-timenav .tl-timenav-line:before {
1089
+ top: -10px;
1090
+ }
1091
+ .tl-timenav .tl-timenav-line:after {
1092
+ content: "\e648";
1093
+ bottom: 24px;
1094
+ }
1095
+ .tl-timenav .tl-timenav-slider {
1096
+ position: absolute;
1097
+ height: 100%;
1098
+ width: 100%;
1099
+ top: 0;
1100
+ }
1101
+ .tl-timenav .tl-timenav-slider.tl-timenav-slider-animate {
1102
+ -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1103
+ -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1104
+ -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1105
+ transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1106
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1107
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1108
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1109
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1110
+ }
1111
+ .tl-timenav .tl-timenav-slider .tl-timenav-slider-background {
1112
+ position: absolute;
1113
+ height: 100%;
1114
+ width: 100%;
1115
+ cursor: move;
1116
+ z-index: 6;
1117
+ }
1118
+ .tl-timenav .tl-timenav-slider .tl-timenav-container-mask {
1119
+ position: absolute;
1120
+ height: 100%;
1121
+ top: 0;
1122
+ }
1123
+ .tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container {
1124
+ position: absolute;
1125
+ height: 100%;
1126
+ }
1127
+ .tl-timenav .tl-timenav-slider .tl-timenav-container-mask .tl-timenav-container .tl-timenav-item-container {
1128
+ position: absolute;
1129
+ height: 100%;
1130
+ }
1131
+ /* Skinny
1132
+ ================================================== */
1133
+ /* Mobile, iPhone
1134
+ ================================================== */
1135
+ /* Mobile, iPhone and skinny
1136
+ ================================================== */
1137
+ /* TL.TimeMarker
1138
+ ================================================== */
1139
+ .tl-timemarker {
1140
+ height: 100%;
1141
+ position: absolute;
1142
+ top: 0;
1143
+ left: 0;
1144
+ cursor: pointer;
1145
+ /* Animate Left Width and Top
1146
+ ================================================== */
1147
+ -webkit-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1148
+ -moz-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1149
+ -o-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1150
+ transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1151
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1152
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1153
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1154
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1155
+ /* Timespan
1156
+ ================================================== */
1157
+ /* Lines
1158
+ ================================================== */
1159
+ /* Content
1160
+ ================================================== */
1161
+ /* Hover State
1162
+ ================================================== */
1163
+ /* Hover Active State
1164
+ ================================================== */
1165
+ /* Active Markers
1166
+ ================================================== */
1167
+ /* Markers with End Dates
1168
+ ================================================== */
1169
+ /* Markers with End Dates and Hover
1170
+ ================================================== */
1171
+ /* Markers with End Dates and Active
1172
+ ================================================== */
1173
+ /* Markers with End Dates and Active and Hover
1174
+ ================================================== */
1175
+ }
1176
+ .tl-timemarker.tl-timemarker-fast {
1177
+ -webkit-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1178
+ -moz-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1179
+ -o-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1180
+ transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1181
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1182
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1183
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1184
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1185
+ }
1186
+ .tl-timemarker.tl-timemarker-fast .tl-timemarker-content-container {
1187
+ -webkit-transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
1188
+ -moz-transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
1189
+ -o-transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
1190
+ transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1);
1191
+ }
1192
+ .tl-timemarker.tl-timemarker-fast .tl-timemarker-timespan {
1193
+ -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1194
+ -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1195
+ -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1196
+ transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1197
+ }
1198
+ .tl-timemarker .tl-timemarker-timespan {
1199
+ pointer-events: none;
1200
+ position: absolute;
1201
+ margin: 0;
1202
+ width: 100%;
1203
+ height: 100%;
1204
+ background-color: rgba(229, 229, 229, 0.15);
1205
+ border-top-right-radius: 4px;
1206
+ border-top-left-radius: 4px;
1207
+ -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1208
+ -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1209
+ -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1210
+ transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1211
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1212
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1213
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1214
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1215
+ }
1216
+ .tl-timemarker .tl-timemarker-timespan .tl-timemarker-timespan-content {
1217
+ display: none;
1218
+ position: absolute;
1219
+ width: 100%;
1220
+ background-color: #e5e5e5;
1221
+ border-top-left-radius: 4px;
1222
+ border-top-right-radius: 4px;
1223
+ height: 100px;
1224
+ box-sizing: border-box;
1225
+ }
1226
+ .tl-timemarker .tl-timemarker-line-right {
1227
+ display: none;
1228
+ right: 0px;
1229
+ }
1230
+ .tl-timemarker .tl-timemarker-line-left {
1231
+ width: 1px;
1232
+ left: 0px;
1233
+ }
1234
+ .tl-timemarker .tl-timemarker-line-left,
1235
+ .tl-timemarker .tl-timemarker-line-right {
1236
+ margin-top: 7px;
1237
+ -webkit-box-sizing: border-box;
1238
+ /* Safari/Chrome, other WebKit */
1239
+ -moz-box-sizing: border-box;
1240
+ /* Firefox, other Gecko */
1241
+ box-sizing: border-box;
1242
+ border-left: 1px solid #d9d9d9;
1243
+ z-index: 5;
1244
+ content: " ";
1245
+ position: absolute;
1246
+ height: 100%;
1247
+ -webkit-touch-callout: none;
1248
+ -webkit-user-select: none;
1249
+ -khtml-user-select: none;
1250
+ -moz-user-select: none;
1251
+ -ms-user-select: none;
1252
+ user-select: none;
1253
+ box-shadow: 1px 1px 1px #FFF;
1254
+ }
1255
+ .tl-timemarker .tl-timemarker-line-left:after,
1256
+ .tl-timemarker .tl-timemarker-line-right:after {
1257
+ display: block;
1258
+ content: " ";
1259
+ position: absolute;
1260
+ left: -4px;
1261
+ bottom: 0px;
1262
+ height: 6px;
1263
+ width: 6px;
1264
+ background-color: #919191;
1265
+ z-index: 8;
1266
+ -webkit-border-radius: 50%;
1267
+ -moz-border-radius: 50%;
1268
+ border-radius: 50%;
1269
+ }
1270
+ .tl-timemarker .tl-timemarker-content-container {
1271
+ position: absolute;
1272
+ background-color: #e5e5e5;
1273
+ border: 0;
1274
+ border-top-left-radius: 4px;
1275
+ border-top-right-radius: 4px;
1276
+ border-bottom-right-radius: 4px;
1277
+ height: 100%;
1278
+ width: 100px;
1279
+ overflow: hidden;
1280
+ z-index: 6;
1281
+ -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1282
+ -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1283
+ -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1284
+ transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1285
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1286
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1287
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1288
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1289
+ box-sizing: border-box;
1290
+ border: 1px solid #d9d9d9;
1291
+ box-shadow: 1px 1px 1px #FFF;
1292
+ }
1293
+ .tl-timemarker .tl-timemarker-content-container:hover {
1294
+ z-index: 9;
1295
+ }
1296
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content {
1297
+ position: relative;
1298
+ overflow: hidden;
1299
+ height: 100%;
1300
+ z-index: 8;
1301
+ padding: 5px;
1302
+ -webkit-box-sizing: border-box;
1303
+ /* Safari/Chrome, other WebKit */
1304
+ -moz-box-sizing: border-box;
1305
+ /* Firefox, other Gecko */
1306
+ box-sizing: border-box;
1307
+ }
1308
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text {
1309
+ overflow: hidden;
1310
+ position: relative;
1311
+ }
1312
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline,
1313
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p {
1314
+ display: -webkit-box;
1315
+ line-clamp: 2;
1316
+ -webkit-line-clamp: 2;
1317
+ box-orient: vertical;
1318
+ -webkit-box-orient: vertical;
1319
+ text-overflow: ellipsis;
1320
+ font-size: 12px;
1321
+ line-height: 12px;
1322
+ height: 100%;
1323
+ overflow: hidden;
1324
+ font-weight: normal;
1325
+ margin: 0;
1326
+ color: #666666;
1327
+ position: relative;
1328
+ }
1329
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after,
1330
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline p.tl-headline-fadeout:after {
1331
+ content: "";
1332
+ text-align: right;
1333
+ position: absolute;
1334
+ bottom: 0;
1335
+ right: 0;
1336
+ width: 100%;
1337
+ height: 50%;
1338
+ background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1339
+ /* FF3.6+ */
1340
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(50%, #e5e5e5));
1341
+ /* Chrome,Safari4+ */
1342
+ background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1343
+ /* Chrome10+,Safari5.1+ */
1344
+ background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1345
+ /* Opera 11.10+ */
1346
+ background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1347
+ /* IE10+ */
1348
+ background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1349
+ /* W3C */
1350
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
1351
+ /* IE6-9 */
1352
+ }
1353
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
1354
+ float: left;
1355
+ max-width: 24px;
1356
+ max-height: 24px;
1357
+ overflow: hidden;
1358
+ margin-right: 5px;
1359
+ height: 100%;
1360
+ -webkit-box-sizing: border-box;
1361
+ /* Safari/Chrome, other WebKit */
1362
+ -moz-box-sizing: border-box;
1363
+ /* Firefox, other Gecko */
1364
+ box-sizing: border-box;
1365
+ }
1366
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
1367
+ max-width: 24px;
1368
+ max-height: 100%;
1369
+ opacity: 0.25;
1370
+ }
1371
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^="tl-icon-"],
1372
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
1373
+ display: block;
1374
+ font-size: 24px;
1375
+ color: #666666;
1376
+ margin-top: 0px;
1377
+ }
1378
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-icon-wikipedia {
1379
+ font-size: 16px;
1380
+ }
1381
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-text h2.tl-headline {
1382
+ display: block;
1383
+ white-space: nowrap;
1384
+ text-overflow: ellipsis;
1385
+ }
1386
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class^="tl-icon-"],
1387
+ .tl-timemarker .tl-timemarker-content-container .tl-timemarker-content.tl-timemarker-content-small .tl-timemarker-media-container [class*=" tl-icon-"] {
1388
+ font-size: 12px;
1389
+ }
1390
+ .tl-timemarker:hover .tl-timemarker-timespan {
1391
+ background-color: rgba(102, 102, 102, 0.15);
1392
+ }
1393
+ .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-timespan-content {
1394
+ background-color: #666666;
1395
+ }
1396
+ .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left,
1397
+ .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right {
1398
+ border-color: #a6a6a6;
1399
+ }
1400
+ .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-left:after,
1401
+ .tl-timemarker:hover .tl-timemarker-timespan .tl-timemarker-line-right:after {
1402
+ background-color: #3d3d3d;
1403
+ }
1404
+ .tl-timemarker:hover .tl-timemarker-content-container {
1405
+ background-color: #bfbfbf;
1406
+ border-color: #a6a6a6;
1407
+ -webkit-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
1408
+ -moz-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
1409
+ -o-transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
1410
+ transition: height 250ms cubic-bezier(0.77, 0, 0.175, 1), width 250ms cubic-bezier(0.77, 0, 0.175, 1);
1411
+ }
1412
+ .tl-timemarker:hover .tl-timemarker-content-container.tl-timemarker-content-container-small {
1413
+ width: 200px;
1414
+ }
1415
+ .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
1416
+ color: #FFF;
1417
+ }
1418
+ .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
1419
+ background: -moz-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
1420
+ /* FF3.6+ */
1421
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(191, 191, 191, 0)), color-stop(80%, #bfbfbf));
1422
+ /* Chrome,Safari4+ */
1423
+ background: -webkit-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
1424
+ /* Chrome10+,Safari5.1+ */
1425
+ background: -o-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
1426
+ /* Opera 11.10+ */
1427
+ background: -ms-linear-gradient(top, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
1428
+ /* IE10+ */
1429
+ background: linear-gradient(to bottom, rgba(191, 191, 191, 0) 0%, #bfbfbf 80%);
1430
+ /* W3C */
1431
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
1432
+ /* IE6-9 */
1433
+ }
1434
+ .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
1435
+ opacity: 1;
1436
+ }
1437
+ .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^="tl-icon-"],
1438
+ .tl-timemarker:hover .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
1439
+ color: #FFF;
1440
+ }
1441
+ .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
1442
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1443
+ /* FF3.6+ */
1444
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
1445
+ /* Chrome,Safari4+ */
1446
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1447
+ /* Chrome10+,Safari5.1+ */
1448
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1449
+ /* Opera 11.10+ */
1450
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1451
+ /* IE10+ */
1452
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1453
+ /* W3C */
1454
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
1455
+ /* IE6-9 */
1456
+ }
1457
+ .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left,
1458
+ .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right {
1459
+ border-color: #000;
1460
+ }
1461
+ .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-left:after,
1462
+ .tl-timemarker:hover.tl-timemarker-active .tl-timemarker-line-right:after {
1463
+ background-color: #000;
1464
+ }
1465
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-timespan {
1466
+ background-color: rgba(255, 255, 255, 0.5);
1467
+ z-index: 8;
1468
+ }
1469
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-timespan .tl-timemarker-timespan-content {
1470
+ background-color: #333;
1471
+ }
1472
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-line-left,
1473
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right {
1474
+ border-color: rgba(51, 51, 51, 0.5);
1475
+ border-width: 1px;
1476
+ z-index: 8;
1477
+ box-shadow: 0px 1px 3px rgba(145, 145, 145, 0.5);
1478
+ }
1479
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-line-left:after,
1480
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-line-right:after {
1481
+ background-color: #333;
1482
+ }
1483
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
1484
+ background-color: #FFF;
1485
+ color: #333;
1486
+ z-index: 9;
1487
+ border-color: rgba(51, 51, 51, 0.5);
1488
+ box-shadow: 1px 1px 3px rgba(145, 145, 145, 0.5);
1489
+ }
1490
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
1491
+ color: #333;
1492
+ }
1493
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout:after {
1494
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1495
+ /* FF3.6+ */
1496
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, #FFF));
1497
+ /* Chrome,Safari4+ */
1498
+ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1499
+ /* Chrome10+,Safari5.1+ */
1500
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1501
+ /* Opera 11.10+ */
1502
+ background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1503
+ /* IE10+ */
1504
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 80%);
1505
+ /* W3C */
1506
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
1507
+ /* IE6-9 */
1508
+ }
1509
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container .tl-timemarker-media {
1510
+ opacity: 1;
1511
+ }
1512
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^="tl-icon-"],
1513
+ .tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
1514
+ color: #333;
1515
+ }
1516
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-timespan-content {
1517
+ display: block;
1518
+ }
1519
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-left,
1520
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan .tl-timemarker-line-right {
1521
+ z-index: 5;
1522
+ }
1523
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-timespan:after {
1524
+ display: block;
1525
+ content: " ";
1526
+ position: absolute;
1527
+ left: 0px;
1528
+ bottom: -7px;
1529
+ height: 6px;
1530
+ width: 100%;
1531
+ background-color: rgba(115, 115, 115, 0.15);
1532
+ z-index: 6;
1533
+ -webkit-border-radius: 7px;
1534
+ -moz-border-radius: 7px;
1535
+ border-radius: 7px;
1536
+ }
1537
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-content-container.tl-timemarker-content-container-long {
1538
+ box-shadow: none;
1539
+ }
1540
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-right {
1541
+ display: block;
1542
+ }
1543
+ .tl-timemarker.tl-timemarker-with-end .tl-timemarker-line-left {
1544
+ box-shadow: none;
1545
+ }
1546
+ .tl-timemarker.tl-timemarker-with-end:hover .tl-timemarker-timespan:after {
1547
+ background-color: rgba(0, 0, 0, 0.25);
1548
+ }
1549
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-timespan:after {
1550
+ background-color: rgba(51, 51, 51, 0.5);
1551
+ }
1552
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left,
1553
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right {
1554
+ border-width: 1px;
1555
+ }
1556
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left:after,
1557
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-right:after {
1558
+ background-color: #333 !important;
1559
+ }
1560
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active .tl-timemarker-line-left {
1561
+ box-shadow: none;
1562
+ }
1563
+ .tl-timemarker.tl-timemarker-with-end.tl-timemarker-active:hover .tl-timemarker-timespan:after {
1564
+ background-color: rgba(51, 51, 51, 0.5);
1565
+ }
1566
+ /* Skinny
1567
+ ================================================== */
1568
+ /* Mobile, iPhone
1569
+ ================================================== */
1570
+ /* Mobile, iPhone and skinny
1571
+ ================================================== */
1572
+ /* TL.TimeMarker
1573
+ ================================================== */
1574
+ .tl-timeera {
1575
+ height: 100%;
1576
+ height: 40px;
1577
+ position: absolute;
1578
+ bottom: 0;
1579
+ left: 0;
1580
+ pointer-events: none;
1581
+ z-index: 3;
1582
+ /* Animate Left Width and Top
1583
+ ================================================== */
1584
+ -webkit-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1585
+ -moz-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1586
+ -o-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1587
+ transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1588
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1589
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1590
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1591
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1592
+ /* Timespan
1593
+ ================================================== */
1594
+ /* Content
1595
+ ================================================== */
1596
+ }
1597
+ .tl-timeera.tl-timeera-fast {
1598
+ -webkit-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1599
+ -moz-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1600
+ -o-transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1601
+ transition: top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 500ms cubic-bezier(0.77, 0, 0.175, 1);
1602
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1603
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1604
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1605
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1606
+ }
1607
+ .tl-timeera .tl-timeera-background {
1608
+ position: absolute;
1609
+ background-color: #28a6c3;
1610
+ width: 100%;
1611
+ height: 100%;
1612
+ opacity: 1;
1613
+ }
1614
+ .tl-timeera.tl-timeera-color0 .tl-timeera-background {
1615
+ background-color: #c34528;
1616
+ }
1617
+ .tl-timeera.tl-timeera-color1 .tl-timeera-background {
1618
+ background-color: #28a6c3;
1619
+ }
1620
+ .tl-timeera.tl-timeera-color2 .tl-timeera-background {
1621
+ background-color: #2832c3;
1622
+ }
1623
+ .tl-timeera.tl-timeera-color3 .tl-timeera-background {
1624
+ background-color: #28c36c;
1625
+ }
1626
+ .tl-timeera.tl-timeera-color4 .tl-timeera-background {
1627
+ background-color: #286dc3;
1628
+ }
1629
+ .tl-timeera.tl-timeera-color5 .tl-timeera-background {
1630
+ background-color: #28c3a7;
1631
+ }
1632
+ .tl-timeera .tl-timeera-content-container {
1633
+ position: absolute;
1634
+ border: 0;
1635
+ border-top-left-radius: 4px;
1636
+ border-top-right-radius: 4px;
1637
+ border-bottom-right-radius: 4px;
1638
+ height: 100%;
1639
+ width: 100px;
1640
+ overflow: hidden;
1641
+ -webkit-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1642
+ -moz-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1643
+ -o-transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1644
+ transition: height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1645
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1646
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1647
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1648
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1649
+ box-sizing: border-box;
1650
+ border: 1px solid #d9d9d9;
1651
+ }
1652
+ .tl-timeera .tl-timeera-content-container .tl-timeera-content {
1653
+ position: relative;
1654
+ overflow: hidden;
1655
+ height: 100%;
1656
+ padding: 5px;
1657
+ -webkit-box-sizing: border-box;
1658
+ /* Safari/Chrome, other WebKit */
1659
+ -moz-box-sizing: border-box;
1660
+ /* Firefox, other Gecko */
1661
+ box-sizing: border-box;
1662
+ }
1663
+ .tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text {
1664
+ overflow: hidden;
1665
+ position: relative;
1666
+ height: 100%;
1667
+ }
1668
+ .tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline {
1669
+ bottom: 0px;
1670
+ position: absolute;
1671
+ display: -webkit-box;
1672
+ line-clamp: 4;
1673
+ -webkit-line-clamp: 4;
1674
+ box-orient: vertical;
1675
+ -webkit-box-orient: vertical;
1676
+ text-overflow: ellipsis;
1677
+ font-size: 10px;
1678
+ line-height: 10px;
1679
+ overflow: hidden;
1680
+ font-weight: normal;
1681
+ margin: 0;
1682
+ color: #FFF;
1683
+ margin-left: 10px;
1684
+ }
1685
+ .tl-timeera .tl-timeera-content-container .tl-timeera-content .tl-timeera-text h2.tl-headline.tl-headline-fadeout:after {
1686
+ content: "";
1687
+ text-align: right;
1688
+ position: absolute;
1689
+ bottom: 0;
1690
+ right: 0;
1691
+ width: 100%;
1692
+ height: 50%;
1693
+ background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1694
+ /* FF3.6+ */
1695
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 229, 229, 0)), color-stop(50%, #e5e5e5));
1696
+ /* Chrome,Safari4+ */
1697
+ background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1698
+ /* Chrome10+,Safari5.1+ */
1699
+ background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1700
+ /* Opera 11.10+ */
1701
+ background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1702
+ /* IE10+ */
1703
+ background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, #e5e5e5 50%);
1704
+ /* W3C */
1705
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@thecolor', endColorstr='@thecolor', GradientType=0);
1706
+ /* IE6-9 */
1707
+ }
1708
+ /* Skinny
1709
+ ================================================== */
1710
+ /* Mobile, iPhone
1711
+ ================================================== */
1712
+ /* Mobile, iPhone and skinny
1713
+ ================================================== */
1714
+ /* TL.TimeMarker
1715
+ ================================================== */
1716
+ .tl-timegroup {
1717
+ width: 100%;
1718
+ position: absolute;
1719
+ top: 0;
1720
+ left: 0;
1721
+ background-color: #f2f2f2;
1722
+ display: -ms-flexbox;
1723
+ display: -webkit-flex;
1724
+ display: flex;
1725
+ align-items: center;
1726
+ -ms-flex-align: center;
1727
+ -webkit-align-items: center;
1728
+ -webkit-box-align: center;
1729
+ /* Animate Left Width and Top
1730
+ ================================================== */
1731
+ -webkit-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1732
+ -moz-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1733
+ -o-transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1734
+ transition: left 1000ms cubic-bezier(0.77, 0, 0.175, 1), top 500ms cubic-bezier(0.77, 0, 0.175, 1), height 500ms cubic-bezier(0.77, 0, 0.175, 1), width 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1735
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1736
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1737
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1738
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1739
+ }
1740
+ .tl-timegroup .tl-timegroup-message {
1741
+ color: #e0e0e0;
1742
+ text-shadow: #FFF 0px 2px 2px;
1743
+ margin-left: 80px;
1744
+ }
1745
+ .tl-timegroup.tl-timegroup-alternate {
1746
+ background-color: #fafafa;
1747
+ }
1748
+ .tl-timegroup.tl-timegroup-hidden {
1749
+ display: none;
1750
+ }
1751
+ /* Skinny
1752
+ ================================================== */
1753
+ /* Mobile, iPhone
1754
+ ================================================== */
1755
+ /* Mobile, iPhone and skinny
1756
+ ================================================== */
1757
+ /* TL.TimeAxis
1758
+ ================================================== */
1759
+ .tl-timeaxis-background {
1760
+ height: 39px;
1761
+ width: 100%;
1762
+ position: absolute;
1763
+ bottom: 0;
1764
+ left: 0;
1765
+ background-color: #FFF;
1766
+ border-top: 1px solid #e5e5e5;
1767
+ z-index: 2;
1768
+ }
1769
+ .tl-timeaxis {
1770
+ height: 39px;
1771
+ width: 100%;
1772
+ position: absolute;
1773
+ bottom: 0;
1774
+ left: 0;
1775
+ z-index: 3;
1776
+ }
1777
+ .tl-timeaxis .tl-timeaxis-content-container {
1778
+ position: relative;
1779
+ bottom: 0;
1780
+ height: 39px;
1781
+ }
1782
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major,
1783
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor {
1784
+ opacity: 0;
1785
+ position: absolute;
1786
+ }
1787
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick,
1788
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
1789
+ position: absolute;
1790
+ display: block;
1791
+ top: 0;
1792
+ left: 0;
1793
+ text-align: center;
1794
+ font-weight: normal;
1795
+ }
1796
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick .tl-timeaxis-tick-text,
1797
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
1798
+ display: inline-block;
1799
+ white-space: nowrap;
1800
+ text-overflow: ellipsis;
1801
+ overflow: hidden;
1802
+ }
1803
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before,
1804
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
1805
+ content: "|";
1806
+ display: block;
1807
+ color: #FFF;
1808
+ width: 1px;
1809
+ overflow: hidden;
1810
+ border-left: 1px solid #757575;
1811
+ text-align: center;
1812
+ }
1813
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate .tl-timeaxis-tick,
1814
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate .tl-timeaxis-tick {
1815
+ -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1816
+ -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1817
+ -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1818
+ transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1819
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1820
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1821
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1822
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1823
+ }
1824
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major.tl-timeaxis-animate-opacity .tl-timeaxis-tick,
1825
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor.tl-timeaxis-animate-opacity .tl-timeaxis-tick {
1826
+ -webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1827
+ -moz-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1828
+ -o-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1829
+ transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1830
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1831
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1832
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1833
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1834
+ }
1835
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major {
1836
+ z-index: 1;
1837
+ background-color: #FFF;
1838
+ }
1839
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick {
1840
+ font-size: 12px;
1841
+ line-height: 14px;
1842
+ color: #5c5c5c;
1843
+ width: 100px;
1844
+ margin-left: -50px;
1845
+ }
1846
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before {
1847
+ border-color: #5c5c5c;
1848
+ font-size: 18px;
1849
+ line-height: 18px;
1850
+ margin-bottom: 2px;
1851
+ margin-left: 50px;
1852
+ }
1853
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
1854
+ font-size: 11px;
1855
+ line-height: 13px;
1856
+ color: #757575;
1857
+ width: 50px;
1858
+ margin-left: -25px;
1859
+ }
1860
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text {
1861
+ opacity: 0;
1862
+ white-space: normal;
1863
+ padding-left: 2px;
1864
+ padding-right: 2px;
1865
+ }
1866
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text span {
1867
+ display: block;
1868
+ font-size: 9px;
1869
+ line-height: 9px;
1870
+ margin-top: -2px;
1871
+ color: #9c9c9c;
1872
+ }
1873
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick:before {
1874
+ font-size: 9px;
1875
+ line-height: 9px;
1876
+ margin-left: 25px;
1877
+ }
1878
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden .tl-timeaxis-tick-text {
1879
+ opacity: 0 !important;
1880
+ }
1881
+ .tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick.tl-timeaxis-tick-hidden:before {
1882
+ opacity: 0.33;
1883
+ }
1884
+ /* Skinny
1885
+ ================================================== */
1886
+ /* Mobile, iPhone
1887
+ ================================================== */
1888
+ /* Mobile, iPhone and skinny
1889
+ ================================================== */
1890
+ .tlanimate {
1891
+ -webkit-transform: translateZ(0);
1892
+ -webkit-perspective: 1000;
1893
+ -webkit-backface-visibility: hidden;
1894
+ }
1895
+ .tl-animate {
1896
+ -webkit-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1897
+ -moz-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1898
+ -o-transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1899
+ transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1900
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1901
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1902
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1903
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1904
+ }
1905
+ .tl-animate-opacity {
1906
+ -webkit-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1907
+ -moz-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1908
+ -o-transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1909
+ transition: opacity 1000ms cubic-bezier(0.77, 0, 0.175, 1);
1910
+ -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1911
+ -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1912
+ -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1913
+ transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
1914
+ }
1915
+ /* SLIDE
1916
+ ================================================== */
1917
+ .tl-slide {
1918
+ position: absolute;
1919
+ width: 100%;
1920
+ height: 100%;
1921
+ padding: 0px;
1922
+ margin: 0px;
1923
+ overflow-x: hidden;
1924
+ overflow-y: auto;
1925
+ }
1926
+ .tl-slide .tl-slide-background {
1927
+ position: absolute;
1928
+ left: 0;
1929
+ top: 0;
1930
+ width: 100%;
1931
+ height: 100%;
1932
+ z-index: -1;
1933
+ overflow: hidden;
1934
+ display: none;
1935
+ filter: alpha(opacity=50);
1936
+ -khtml-opacity: 0.5;
1937
+ -moz-opacity: 0.5;
1938
+ opacity: 0.5;
1939
+ background: no-repeat center center;
1940
+ -webkit-background-size: cover;
1941
+ -moz-background-size: cover;
1942
+ -o-background-size: cover;
1943
+ background-size: cover;
1944
+ }
1945
+ .tl-slide .tl-slide-scrollable-container {
1946
+ display: table;
1947
+ table-layout: fixed;
1948
+ height: 100%;
1949
+ z-index: 1;
1950
+ }
1951
+ .tl-slide .tl-slide-content-container {
1952
+ display: table-cell;
1953
+ vertical-align: middle;
1954
+ position: relative;
1955
+ width: 100%;
1956
+ height: 100%;
1957
+ z-index: 3;
1958
+ }
1959
+ .tl-slide .tl-slide-content-container .tl-slide-content {
1960
+ display: table;
1961
+ vertical-align: middle;
1962
+ padding-left: 100px;
1963
+ padding-right: 100px;
1964
+ position: relative;
1965
+ max-width: 100%;
1966
+ user-select: text;
1967
+ }
1968
+ .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
1969
+ position: relative;
1970
+ width: 100%;
1971
+ min-width: 50%;
1972
+ float: left;
1973
+ margin-top: auto;
1974
+ margin-bottom: auto;
1975
+ }
1976
+ .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
1977
+ width: 50%;
1978
+ max-width: 50%;
1979
+ min-width: 120px;
1980
+ padding: 0 20px 0 20px;
1981
+ display: table-cell;
1982
+ vertical-align: middle;
1983
+ text-align: left;
1984
+ }
1985
+ /* Only Media (no text)
1986
+ ================================================== */
1987
+ .tl-slide-media-only .tl-slide-content-container .tl-slide-content {
1988
+ text-align: center;
1989
+ }
1990
+ .tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
1991
+ text-align: center;
1992
+ position: relative;
1993
+ width: 100%;
1994
+ min-width: 50%;
1995
+ max-width: 100%;
1996
+ float: none;
1997
+ margin-top: auto;
1998
+ margin-bottom: auto;
1999
+ }
2000
+ .tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-text {
2001
+ width: 100%;
2002
+ max-width: 100%;
2003
+ display: block;
2004
+ margin-left: auto;
2005
+ margin-right: auto;
2006
+ text-align: center;
2007
+ }
2008
+ /* Only Text (no media)
2009
+ ================================================== */
2010
+ .tl-slide-text-only .tl-slide-content-container .tl-slide-content {
2011
+ text-align: center;
2012
+ }
2013
+ .tl-slide-text-only .tl-slide-content-container .tl-slide-content .tl-text {
2014
+ max-width: 80%;
2015
+ width: 80%;
2016
+ display: block;
2017
+ margin-left: auto;
2018
+ margin-right: auto;
2019
+ }
2020
+ /* Background
2021
+ ================================================== */
2022
+ .tl-slide.tl-full-image-background,
2023
+ .tl-slide.tl-full-color-background {
2024
+ color: #FFF !important;
2025
+ text-shadow: 1px 1px 1px #000 !important;
2026
+ }
2027
+ .tl-slide.tl-full-image-background p,
2028
+ .tl-slide.tl-full-color-background p,
2029
+ .tl-slide.tl-full-image-background h1,
2030
+ .tl-slide.tl-full-color-background h1,
2031
+ .tl-slide.tl-full-image-background h2,
2032
+ .tl-slide.tl-full-color-background h2,
2033
+ .tl-slide.tl-full-image-background h3,
2034
+ .tl-slide.tl-full-color-background h3,
2035
+ .tl-slide.tl-full-image-background h4,
2036
+ .tl-slide.tl-full-color-background h4,
2037
+ .tl-slide.tl-full-image-background h5,
2038
+ .tl-slide.tl-full-color-background h5,
2039
+ .tl-slide.tl-full-image-background h6,
2040
+ .tl-slide.tl-full-color-background h6 {
2041
+ color: #FFF !important;
2042
+ text-shadow: 1px 1px 1px #000 !important;
2043
+ }
2044
+ .tl-slide.tl-full-image-background a,
2045
+ .tl-slide.tl-full-color-background a,
2046
+ .tl-slide.tl-full-image-background b,
2047
+ .tl-slide.tl-full-color-background b,
2048
+ .tl-slide.tl-full-image-background i,
2049
+ .tl-slide.tl-full-color-background i,
2050
+ .tl-slide.tl-full-image-background blockquote,
2051
+ .tl-slide.tl-full-color-background blockquote,
2052
+ .tl-slide.tl-full-image-background blockquote p,
2053
+ .tl-slide.tl-full-color-background blockquote p {
2054
+ text-shadow: 1px 1px 1px #000;
2055
+ color: #ffffff;
2056
+ }
2057
+ .tl-slide.tl-full-image-background a:hover,
2058
+ .tl-slide.tl-full-color-background a:hover {
2059
+ text-decoration: underline;
2060
+ color: #c34528;
2061
+ }
2062
+ .tl-slide.tl-full-image-background .tl-caption,
2063
+ .tl-slide.tl-full-color-background .tl-caption,
2064
+ .tl-slide.tl-full-image-background .tl-credit,
2065
+ .tl-slide.tl-full-color-background .tl-credit {
2066
+ color: #FFF !important;
2067
+ text-shadow: 1px 1px 1px #000 !important;
2068
+ }
2069
+ .tl-slide.tl-full-image-background .tl-media-twitter blockquote,
2070
+ .tl-slide.tl-full-color-background .tl-media-twitter blockquote,
2071
+ .tl-slide.tl-full-image-background .tl-media-blockquote blockquote,
2072
+ .tl-slide.tl-full-color-background .tl-media-blockquote blockquote {
2073
+ color: #FFF !important;
2074
+ text-shadow: 1px 1px 1px #000 !important;
2075
+ }
2076
+ .tl-slide.tl-full-image-background .tl-media-twitter blockquote p,
2077
+ .tl-slide.tl-full-color-background .tl-media-twitter blockquote p,
2078
+ .tl-slide.tl-full-image-background .tl-media-blockquote blockquote p,
2079
+ .tl-slide.tl-full-color-background .tl-media-blockquote blockquote p {
2080
+ color: #FFF !important;
2081
+ text-shadow: 1px 1px 1px #000 !important;
2082
+ }
2083
+ .tl-slide.tl-full-image-background .vcard a,
2084
+ .tl-slide.tl-full-color-background .vcard a,
2085
+ .tl-slide.tl-full-image-background .vcard .nickname,
2086
+ .tl-slide.tl-full-color-background .vcard .nickname {
2087
+ color: #FFF !important;
2088
+ text-shadow: 1px 1px 1px #000 !important;
2089
+ }
2090
+ /* Full Image Background
2091
+ ================================================== */
2092
+ .tl-slide.tl-full-image-background {
2093
+ background: no-repeat center center;
2094
+ -webkit-background-size: cover;
2095
+ -moz-background-size: cover;
2096
+ -o-background-size: cover;
2097
+ background-size: cover;
2098
+ background-position: center 25%;
2099
+ text-shadow: 1px 1px 2px #000;
2100
+ }
2101
+ .tl-slide.tl-full-image-background p,
2102
+ .tl-slide.tl-full-image-background h1,
2103
+ .tl-slide.tl-full-image-background h2,
2104
+ .tl-slide.tl-full-image-background h3,
2105
+ .tl-slide.tl-full-image-background h4,
2106
+ .tl-slide.tl-full-image-background h5,
2107
+ .tl-slide.tl-full-image-background h6 {
2108
+ text-shadow: 1px 1px 2px #000;
2109
+ }
2110
+ .tl-slide.tl-full-image-background .tl-caption,
2111
+ .tl-slide.tl-full-image-background .tl-credit {
2112
+ text-shadow: 1px 1px 2px #000;
2113
+ }
2114
+ .tl-slide.tl-full-image-background .tl-media-twitter blockquote,
2115
+ .tl-slide.tl-full-image-background .tl-media-blockquote blockquote {
2116
+ text-shadow: 1px 1px 2px #000 !important;
2117
+ }
2118
+ .tl-slide.tl-full-image-background .tl-media-twitter blockquote p,
2119
+ .tl-slide.tl-full-image-background .tl-media-blockquote blockquote p {
2120
+ text-shadow: 1px 1px 2px #000 !important;
2121
+ }
2122
+ /* Color Background
2123
+ ================================================== */
2124
+ /* Text Background
2125
+ ================================================== */
2126
+ .tl-slide.tl-text-background .tl-text .tl-text-content-container {
2127
+ padding: 20px;
2128
+ /* Fallback for web browsers that doesn't support RGBa */
2129
+ background: #000000 transparent;
2130
+ /* RGBa with 0.6 opacity */
2131
+ background: rgba(0, 0, 0, 0.6);
2132
+ -webkit-border-radius: 7px;
2133
+ -moz-border-radius: 7px;
2134
+ border-radius: 7px;
2135
+ }
2136
+ .tl-slide.tl-text-background .tl-text .tl-text-content-container h2 {
2137
+ margin-top: 5px;
2138
+ }
2139
+ /* Skinny
2140
+ ================================================== */
2141
+ .tl-skinny .tl-slide {
2142
+ display: block;
2143
+ padding-top: 10px;
2144
+ }
2145
+ .tl-skinny .tl-slide .tl-slide-content-container {
2146
+ display: block;
2147
+ position: static;
2148
+ height: auto;
2149
+ height: 100%;
2150
+ display: -webkit-flex;
2151
+ /* Safari */
2152
+ display: flex;
2153
+ align-items: center;
2154
+ -webkit-align-items: center;
2155
+ /* Safari 7.0+ */
2156
+ }
2157
+ .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content {
2158
+ display: block;
2159
+ display: -webkit-flex;
2160
+ /* Safari */
2161
+ display: flex;
2162
+ flex-direction: column-reverse;
2163
+ -webkit-flex-direction: column-reverse;
2164
+ /* Safari */
2165
+ position: static;
2166
+ height: auto;
2167
+ padding-left: 50px;
2168
+ padding-right: 50px;
2169
+ }
2170
+ .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
2171
+ position: static;
2172
+ width: 100%;
2173
+ height: auto;
2174
+ float: none;
2175
+ display: block;
2176
+ padding-top: 20px;
2177
+ border-top: 1px solid #e6e6e6;
2178
+ }
2179
+ .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text {
2180
+ display: block;
2181
+ height: auto;
2182
+ vertical-align: initial;
2183
+ position: static;
2184
+ width: 100%;
2185
+ max-width: 100%;
2186
+ min-width: 0;
2187
+ float: none;
2188
+ padding: 0;
2189
+ }
2190
+ .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-text .tl-text-content-container {
2191
+ padding-left: 10px;
2192
+ padding-right: 10px;
2193
+ padding-bottom: 10px;
2194
+ }
2195
+ .tl-skinny .tl-slide.tl-slide.tl-full-color-background .tl-slide-content-container .tl-slide-content .tl-media,
2196
+ .tl-skinny .tl-slide.tl-full-image-background .tl-slide-content-container .tl-slide-content .tl-media {
2197
+ border-color: rgba(230, 230, 230, 0.25);
2198
+ }
2199
+ .tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content {
2200
+ flex-direction: column;
2201
+ -webkit-flex-direction: column;
2202
+ /* Safari */
2203
+ }
2204
+ .tl-skinny .tl-slide.tl-slide-media-only .tl-slide-content-container .tl-slide-content .tl-media {
2205
+ border-top: none;
2206
+ padding-top: 0px;
2207
+ }
2208
+ /* Mobile, iPhone
2209
+ ================================================== */
2210
+ /* Mobile, iPhone and skinny
2211
+ ================================================== */
2212
+ .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media img,
2213
+ .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media embed,
2214
+ .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media object,
2215
+ .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media video,
2216
+ .tl-mobile.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media iframe {
2217
+ max-height: 175px;
2218
+ }
2219
+ /* SlideNav
2220
+ ================================================== */
2221
+ /* NAVIGATION
2222
+ ================================================== */
2223
+ .tl-slidenav-previous,
2224
+ .tl-slidenav-next {
2225
+ position: absolute;
2226
+ top: 45%;
2227
+ z-index: 10;
2228
+ cursor: pointer;
2229
+ }
2230
+ .tl-slidenav-previous .tl-slidenav-content-container,
2231
+ .tl-slidenav-next .tl-slidenav-content-container {
2232
+ height: 200px;
2233
+ width: 100px;
2234
+ position: absolute;
2235
+ }
2236
+ .tl-slidenav-previous .tl-slidenav-title,
2237
+ .tl-slidenav-next .tl-slidenav-title,
2238
+ .tl-slidenav-previous .tl-slidenav-description,
2239
+ .tl-slidenav-next .tl-slidenav-description {
2240
+ width: 80px;
2241
+ -webkit-line-clamp: 2;
2242
+ line-clamp: 2;
2243
+ text-overflow: ellipsis;
2244
+ /* Non standard for webkit */
2245
+ /*
2246
+ -webkit-hyphens: auto;
2247
+ -moz-hyphens: auto;
2248
+ -ms-hyphens: auto;
2249
+ hyphens: auto;
2250
+ */
2251
+ }
2252
+ .tl-slidenav-previous .tl-slidenav-title small,
2253
+ .tl-slidenav-next .tl-slidenav-title small,
2254
+ .tl-slidenav-previous .tl-slidenav-description small,
2255
+ .tl-slidenav-next .tl-slidenav-description small {
2256
+ display: block;
2257
+ }
2258
+ .tl-slidenav-previous .tl-slidenav-title,
2259
+ .tl-slidenav-next .tl-slidenav-title {
2260
+ margin-top: 10px;
2261
+ filter: alpha(opacity=70);
2262
+ -khtml-opacity: 0.7;
2263
+ -moz-opacity: 0.7;
2264
+ opacity: 0.7;
2265
+ font-size: 11px;
2266
+ line-height: 11px;
2267
+ }
2268
+ .tl-slidenav-previous .tl-slidenav-description,
2269
+ .tl-slidenav-next .tl-slidenav-description {
2270
+ font-size: 11px;
2271
+ margin-top: 5px;
2272
+ filter: alpha(opacity=70);
2273
+ -khtml-opacity: 0.7;
2274
+ -moz-opacity: 0.7;
2275
+ opacity: 0.7;
2276
+ }
2277
+ .tl-slidenav-previous .tl-slidenav-description small,
2278
+ .tl-slidenav-next .tl-slidenav-description small {
2279
+ display: none;
2280
+ }
2281
+ /* NAVIGATION COLOR
2282
+ ================================================== */
2283
+ .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon,
2284
+ .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon,
2285
+ .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title,
2286
+ .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title,
2287
+ .tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description,
2288
+ .tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
2289
+ text-shadow: 1px 1px 1px #FFF;
2290
+ color: #333;
2291
+ }
2292
+ .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,
2293
+ .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-icon,
2294
+ .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,
2295
+ .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-title,
2296
+ .tl-slidenav-previous .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description,
2297
+ .tl-slidenav-next .tl-slidenav-content-container.tl-slidenav-inverted .tl-slidenav-description {
2298
+ color: #f2f2f2;
2299
+ text-shadow: 1px 1px 1px #333;
2300
+ }
2301
+ /* ICONS
2302
+ ================================================== */
2303
+ .tl-slidenav-next .tl-slidenav-icon,
2304
+ .tl-slidenav-previous .tl-slidenav-icon {
2305
+ font-family: 'tl-icons';
2306
+ speak: none;
2307
+ font-style: normal;
2308
+ font-weight: normal;
2309
+ font-variant: normal;
2310
+ text-transform: none;
2311
+ line-height: 1;
2312
+ -webkit-font-smoothing: antialiased;
2313
+ -moz-osx-font-smoothing: grayscale;
2314
+ font-size: 32px;
2315
+ margin-bottom: 5px;
2316
+ }
2317
+ .tl-slidenav-next {
2318
+ text-align: right;
2319
+ margin-right: 10px;
2320
+ right: 100px;
2321
+ }
2322
+ .tl-slidenav-next .tl-slidenav-title,
2323
+ .tl-slidenav-next .tl-slidenav-description {
2324
+ margin-left: 20px;
2325
+ }
2326
+ .tl-slidenav-next .tl-slidenav-icon {
2327
+ margin-left: 76px;
2328
+ }
2329
+ .tl-slidenav-next .tl-slidenav-icon:before {
2330
+ content: "\e64f";
2331
+ }
2332
+ .tl-slidenav-previous {
2333
+ text-align: left;
2334
+ margin-left: 10px;
2335
+ }
2336
+ .tl-slidenav-previous .tl-slidenav-icon {
2337
+ margin-left: 0px;
2338
+ }
2339
+ .tl-slidenav-previous .tl-slidenav-icon:before {
2340
+ content: "\e650";
2341
+ }
2342
+ /* NAVIGATION HOVER
2343
+ ================================================== */
2344
+ .tl-slidenav-previous:hover .tl-slidenav-title,
2345
+ .tl-slidenav-next:hover .tl-slidenav-title {
2346
+ filter: alpha(opacity=100);
2347
+ -khtml-opacity: 1;
2348
+ -moz-opacity: 1;
2349
+ opacity: 1;
2350
+ }
2351
+ .tl-slidenav-previous:hover .tl-slidenav-description,
2352
+ .tl-slidenav-next:hover .tl-slidenav-description {
2353
+ filter: alpha(opacity=80);
2354
+ -khtml-opacity: 0.8;
2355
+ -moz-opacity: 0.8;
2356
+ opacity: 0.8;
2357
+ }
2358
+ .tl-slidenav-next:hover .tl-slidenav-icon {
2359
+ margin-left: 80px;
2360
+ }
2361
+ .tl-slidenav-previous:hover .tl-slidenav-icon {
2362
+ margin-left: -4px;
2363
+ }
2364
+ .tl-skinny .tl-slidenav-next {
2365
+ right: 32px;
2366
+ }
2367
+ .tl-skinny .tl-slidenav-next .tl-slidenav-icon {
2368
+ margin-left: 8px;
2369
+ }
2370
+ .tl-skinny .tl-slidenav-previous .tl-slidenav-content-container,
2371
+ .tl-skinny .tl-slidenav-next .tl-slidenav-content-container {
2372
+ width: 32px;
2373
+ height: 32px;
2374
+ }
2375
+ .tl-skinny .tl-slidenav-previous .tl-slidenav-title,
2376
+ .tl-skinny .tl-slidenav-next .tl-slidenav-title,
2377
+ .tl-skinny .tl-slidenav-previous .tl-slidenav-description,
2378
+ .tl-skinny .tl-slidenav-next .tl-slidenav-description {
2379
+ display: none;
2380
+ }
2381
+ .tl-skinny .tl-slidenav-previous .tl-slidenav-icon,
2382
+ .tl-skinny .tl-slidenav-next .tl-slidenav-icon {
2383
+ filter: alpha(opacity=33);
2384
+ -khtml-opacity: 0.33;
2385
+ -moz-opacity: 0.33;
2386
+ opacity: 0.33;
2387
+ }
2388
+ .tl-skinny .tl-slidenav-next:hover .tl-slidenav-icon {
2389
+ margin-left: 12px;
2390
+ filter: alpha(opacity=100);
2391
+ -khtml-opacity: 1;
2392
+ -moz-opacity: 1;
2393
+ opacity: 1;
2394
+ }
2395
+ .tl-skinny .tl-slidenav-previous:hover .tl-slidenav-icon {
2396
+ margin-left: -4px;
2397
+ filter: alpha(opacity=100);
2398
+ -khtml-opacity: 1;
2399
+ -moz-opacity: 1;
2400
+ opacity: 1;
2401
+ }
2402
+ .tl-layout-landscape.tl-mobile .tl-slidenav-next:hover {
2403
+ right: 70px;
2404
+ }
2405
+ .tl-layout-landscape.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
2406
+ margin-left: 8px;
2407
+ filter: alpha(opacity=100);
2408
+ -khtml-opacity: 1;
2409
+ -moz-opacity: 1;
2410
+ opacity: 1;
2411
+ }
2412
+ .tl-layout-landscape.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
2413
+ margin-left: 0px;
2414
+ filter: alpha(opacity=100);
2415
+ -khtml-opacity: 1;
2416
+ -moz-opacity: 1;
2417
+ opacity: 1;
2418
+ }
2419
+ .tl-layout-landscape.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
2420
+ margin-left: 80px;
2421
+ filter: alpha(opacity=100);
2422
+ -khtml-opacity: 1;
2423
+ -moz-opacity: 1;
2424
+ opacity: 1;
2425
+ }
2426
+ .tl-layout-landscape.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
2427
+ filter: alpha(opacity=100);
2428
+ -khtml-opacity: 1;
2429
+ -moz-opacity: 1;
2430
+ opacity: 1;
2431
+ margin-left: -4px;
2432
+ }
2433
+ .tl-layout-portrait.tl-mobile .tl-slidenav-next:hover .tl-slidenav-icon {
2434
+ filter: alpha(opacity=33);
2435
+ -khtml-opacity: 0.33;
2436
+ -moz-opacity: 0.33;
2437
+ opacity: 0.33;
2438
+ }
2439
+ .tl-layout-portrait.tl-mobile .tl-slidenav-next:active .tl-slidenav-icon {
2440
+ filter: alpha(opacity=100);
2441
+ -khtml-opacity: 1;
2442
+ -moz-opacity: 1;
2443
+ opacity: 1;
2444
+ }
2445
+ .tl-layout-portrait.tl-mobile .tl-slidenav-previous:hover .tl-slidenav-icon {
2446
+ filter: alpha(opacity=33);
2447
+ -khtml-opacity: 0.33;
2448
+ -moz-opacity: 0.33;
2449
+ opacity: 0.33;
2450
+ }
2451
+ .tl-layout-portrait.tl-mobile .tl-slidenav-previous:active .tl-slidenav-icon {
2452
+ filter: alpha(opacity=100);
2453
+ -khtml-opacity: 1;
2454
+ -moz-opacity: 1;
2455
+ opacity: 1;
2456
+ }
2457
+ .tl-mobile .tl-slidenav-previous,
2458
+ .tl-skinny.tl-mobile .tl-slidenav-previous,
2459
+ .tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-previous,
2460
+ .tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-previous,
2461
+ .tl-mobile .tl-slidenav-next,
2462
+ .tl-skinny.tl-mobile .tl-slidenav-next,
2463
+ .tl-skinny.tl-layout-landscape.tl-mobile .tl-slidenav-next,
2464
+ .tl-skinny.tl-layout-portrait.tl-mobile .tl-slidenav-next {
2465
+ display: none;
2466
+ }
2467
+ /* StorySlider
2468
+ ================================================== */
2469
+ /* SLIDER CONTAINERS
2470
+ ================================================== */
2471
+ .tl-storyslider {
2472
+ width: 100%;
2473
+ height: 100%;
2474
+ overflow: hidden;
2475
+ -webkit-user-select: none;
2476
+ -moz-user-select: none;
2477
+ -ms-user-select: none;
2478
+ -o-user-select: none;
2479
+ user-select: none;
2480
+ position: relative;
2481
+ box-sizing: content-box;
2482
+ z-index: 8;
2483
+ }
2484
+ .tl-storyslider img,
2485
+ .tl-storyslider embed,
2486
+ .tl-storyslider object,
2487
+ .tl-storyslider video,
2488
+ .tl-storyslider iframe {
2489
+ max-width: 100%;
2490
+ position: relative;
2491
+ }
2492
+ .tl-storyslider .tl-slider-background {
2493
+ position: absolute;
2494
+ top: 0;
2495
+ left: 0;
2496
+ width: 100%;
2497
+ height: 100%;
2498
+ z-index: 1;
2499
+ }
2500
+ .tl-storyslider .tl-slider-touch-mask {
2501
+ width: 100%;
2502
+ height: 100%;
2503
+ z-index: 25;
2504
+ top: 0px;
2505
+ left: 0px;
2506
+ position: absolute;
2507
+ }
2508
+ .tl-storyslider .tl-slider-container-mask {
2509
+ text-align: center;
2510
+ width: 100%;
2511
+ height: 100%;
2512
+ position: relative;
2513
+ z-index: 5;
2514
+ }
2515
+ .tl-storyslider .tl-slider-container-mask .tl-slider-container {
2516
+ position: absolute;
2517
+ top: 0px;
2518
+ left: 0px;
2519
+ width: 100%;
2520
+ height: 100%;
2521
+ text-align: center;
2522
+ }
2523
+ .tl-storyslider .tl-slider-container-mask .tl-slider-container .tl-slider-item-container {
2524
+ width: 100%;
2525
+ height: 100%;
2526
+ display: table-cell;
2527
+ vertical-align: middle;
2528
+ }
2529
+ /* Skinny
2530
+ ================================================== */
2531
+ /* Mobile, iPhone
2532
+ ================================================== */
2533
+ /* Mobile, iPhone and skinny
2534
+ ================================================== */
2535
+ /* Requires Variables.less
2536
+ ================================================== */
2537
+ .tl-media {
2538
+ width: 100%;
2539
+ min-width: 50%;
2540
+ height: 100%;
2541
+ float: left;
2542
+ margin-top: auto;
2543
+ margin-bottom: auto;
2544
+ position: relative;
2545
+ }
2546
+ .tl-media .tl-media-content-container.tl-media-content-container-text {
2547
+ border-right: 1px solid #e6e6e6;
2548
+ padding-right: 20px;
2549
+ }
2550
+ .tl-media .tl-media-content-container .tl-media-content {
2551
+ position: relative;
2552
+ }
2553
+ .tl-media .tl-media-content-container .tl-media-content:before,
2554
+ .tl-media .tl-media-content-container .tl-media-content:after {
2555
+ display: table;
2556
+ content: "";
2557
+ }
2558
+ .tl-media .tl-media-content-container .tl-media-content:after {
2559
+ clear: both;
2560
+ }
2561
+ .tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p {
2562
+ color: #f2f2f2;
2563
+ text-align: center;
2564
+ }
2565
+ .tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror p span {
2566
+ color: #f2f2f2;
2567
+ }
2568
+ .tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class^="tl-icon-"],
2569
+ .tl-media .tl-media-content-container .tl-media-content .tl-media-loaderror [class*=" tl-icon-"] {
2570
+ font-size: 28px;
2571
+ color: #f2f2f2;
2572
+ text-align: center;
2573
+ }
2574
+ .tl-media .tl-media-content-container .tl-media-content img,
2575
+ .tl-media .tl-media-content-container .tl-media-content embed,
2576
+ .tl-media .tl-media-content-container .tl-media-content object,
2577
+ .tl-media .tl-media-content-container .tl-media-content video {
2578
+ max-width: 100%;
2579
+ max-height: 100%;
2580
+ }
2581
+ /* Media Only Slides
2582
+ ================================================== */
2583
+ .tl-slide-media-only .tl-media .tl-media-content-container.tl-media-content-container-text {
2584
+ border-right: none;
2585
+ padding-right: 0;
2586
+ }
2587
+ /* Media Shodow
2588
+ ================================================== */
2589
+ .tl-media-shadow {
2590
+ position: relative;
2591
+ z-index: 1;
2592
+ -webkit-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
2593
+ -moz-box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
2594
+ box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.6);
2595
+ }
2596
+ .tl-slide.tl-full-image-background a,
2597
+ .tl-slide.tl-full-color-background a,
2598
+ .tl-slide.tl-full-image-background .vcard a,
2599
+ .tl-slide.tl-full-color-background .vcard a {
2600
+ text-shadow: 1px 1px 1px #000;
2601
+ color: #ffffff;
2602
+ }
2603
+ .tl-slide.tl-full-image-background a:hover,
2604
+ .tl-slide.tl-full-color-background a:hover {
2605
+ text-decoration: underline;
2606
+ color: #c34528;
2607
+ }
2608
+ /* Credit
2609
+ ================================================== */
2610
+ .tl-credit {
2611
+ color: #757575;
2612
+ text-align: right;
2613
+ display: block;
2614
+ margin: 0 auto;
2615
+ margin-top: 6px;
2616
+ font-size: 10px;
2617
+ line-height: 13px;
2618
+ }
2619
+ /* Caption
2620
+ ================================================== */
2621
+ .tl-caption {
2622
+ text-align: left;
2623
+ margin-right: auto;
2624
+ margin-left: auto;
2625
+ margin-top: 10px;
2626
+ color: #666666;
2627
+ font-size: 11px;
2628
+ line-height: 14px;
2629
+ text-rendering: optimizeLegibility;
2630
+ word-wrap: break-word;
2631
+ }
2632
+ /* Full Image Background
2633
+ ================================================== */
2634
+ .tl-full-image-background .tl-media-shadow:before,
2635
+ .tl-full-color-background .tl-media-shadow:before,
2636
+ .tl-full-image-background .tl-media-shadow:after,
2637
+ .tl-full-color-background .tl-media-shadow:after {
2638
+ background: none;
2639
+ -webkit-box-shadow: 0 0px 0px #000;
2640
+ -moz-box-shadow: 0 0px 0px #000;
2641
+ box-shadow: 0 0px 0px #000;
2642
+ }
2643
+ /* Skinny
2644
+ ================================================== */
2645
+ .tl-skinny .tl-media {
2646
+ width: 100%;
2647
+ height: auto;
2648
+ float: none;
2649
+ display: block;
2650
+ }
2651
+ .tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
2652
+ border-right: 0;
2653
+ padding-right: 0;
2654
+ }
2655
+ .tl-skinny .tl-media .tl-media-content-container .tl-credit,
2656
+ .tl-skinny .tl-media .tl-media-content-container .tl-caption {
2657
+ margin-top: 2px;
2658
+ padding-left: 10px;
2659
+ padding-right: 10px;
2660
+ font-size: 8px;
2661
+ }
2662
+ .tl-skinny .tl-media .tl-media-content-container .tl-credit {
2663
+ margin-top: 0px;
2664
+ }
2665
+ /* Mobile, iPhone
2666
+ ================================================== */
2667
+ /* Mobile, iPhone and skinny
2668
+ ================================================== */
2669
+ .tl-mobile.tl-skinny .tl-media {
2670
+ width: 100%;
2671
+ height: auto;
2672
+ float: none;
2673
+ display: block;
2674
+ }
2675
+ .tl-mobile.tl-skinny .tl-media .tl-media-content-container.tl-media-content-container-text {
2676
+ border-right: 0;
2677
+ padding-right: 0;
2678
+ }
2679
+ /* Requires Variables.less
2680
+ ================================================== */
2681
+ .tl-text {
2682
+ width: 50%;
2683
+ max-width: 50%;
2684
+ min-width: 120px;
2685
+ padding: 0 20px 0 20px;
2686
+ display: table-cell;
2687
+ vertical-align: middle;
2688
+ text-align: left;
2689
+ text-shadow: none;
2690
+ color: #363636;
2691
+ }
2692
+ .tl-text p {
2693
+ color: #363636;
2694
+ }
2695
+ .tl-text h2.tl-headline-title,
2696
+ .tl-text h2.tl-headline {
2697
+ margin-top: 0;
2698
+ }
2699
+ .tl-text .tl-headline-date,
2700
+ .tl-text h3.tl-headline-date {
2701
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2702
+ font-size: 15px;
2703
+ line-height: 15px;
2704
+ font-weight: normal;
2705
+ margin: 0 0 3px 0;
2706
+ color: #757575;
2707
+ }
2708
+ .tl-text .tl-headline-date small,
2709
+ .tl-text h3.tl-headline-date small {
2710
+ font-size: 15px;
2711
+ line-height: 15px;
2712
+ font-weight: normal;
2713
+ color: #757575;
2714
+ }
2715
+ .tl-text .tl-text-date {
2716
+ display: inline-block;
2717
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2718
+ font-weight: normal;
2719
+ margin-top: 10px;
2720
+ font-size: 12px;
2721
+ color: #757575;
2722
+ }
2723
+ .tl-full-image-background .tl-text,
2724
+ .tl-full-color-background .tl-text,
2725
+ .tl-full-image-background .tl-text p,
2726
+ .tl-full-color-background .tl-text p {
2727
+ color: #f2f2f2 !important;
2728
+ text-shadow: 1px 1px 2px #000;
2729
+ }
2730
+ .tl-full-image-background .tl-text .tl-headline-date,
2731
+ .tl-full-color-background .tl-text .tl-headline-date,
2732
+ .tl-full-image-background .tl-text p .tl-headline-date,
2733
+ .tl-full-color-background .tl-text p .tl-headline-date,
2734
+ .tl-full-image-background .tl-text h3.tl-headline-date,
2735
+ .tl-full-color-background .tl-text h3.tl-headline-date,
2736
+ .tl-full-image-background .tl-text p h3.tl-headline-date,
2737
+ .tl-full-color-background .tl-text p h3.tl-headline-date {
2738
+ color: #f2f2f2 !important;
2739
+ }
2740
+ .tl-full-image-background .tl-text .tl-headline-date small,
2741
+ .tl-full-color-background .tl-text .tl-headline-date small,
2742
+ .tl-full-image-background .tl-text p .tl-headline-date small,
2743
+ .tl-full-color-background .tl-text p .tl-headline-date small,
2744
+ .tl-full-image-background .tl-text h3.tl-headline-date small,
2745
+ .tl-full-color-background .tl-text h3.tl-headline-date small,
2746
+ .tl-full-image-background .tl-text p h3.tl-headline-date small,
2747
+ .tl-full-color-background .tl-text p h3.tl-headline-date small {
2748
+ color: #f2f2f2 !important;
2749
+ }
2750
+ .tl-full-image-background .tl-text a:hover,
2751
+ .tl-full-color-background .tl-text a:hover,
2752
+ .tl-full-image-background .tl-text p a:hover,
2753
+ .tl-full-color-background .tl-text p a:hover {
2754
+ text-decoration: underline;
2755
+ color: #c34528;
2756
+ }
2757
+ /* Skinny
2758
+ ================================================== */
2759
+ .tl-skinny .tl-text {
2760
+ width: 100%;
2761
+ max-width: 100%;
2762
+ min-width: auto;
2763
+ float: none;
2764
+ margin-top: 20px;
2765
+ }
2766
+ .tl-skinny .tl-text h2.tl-headline-title,
2767
+ .tl-skinny .tl-text h2.tl-headline {
2768
+ font-size: 32px;
2769
+ line-height: 36px;
2770
+ }
2771
+ /* Medium
2772
+ ================================================== */
2773
+ .tl-medium .tl-text h2.tl-headline-title,
2774
+ .tl-medium .tl-text h2.tl-headline {
2775
+ font-size: 32px;
2776
+ line-height: 36px;
2777
+ }
2778
+ /* Mobile, iPhone
2779
+ ================================================== */
2780
+ /* Mobile, iPhone and skinny
2781
+ ================================================== */
2782
+ .tl-mobile.tl-skinny .tl-media .tl-media-image {
2783
+ max-height: 250px !important;
2784
+ }
2785
+ .tl-media .tl-media-twitter {
2786
+ text-align: left;
2787
+ clear: both;
2788
+ }
2789
+ .tl-media .tl-media-twitter blockquote {
2790
+ margin: 0;
2791
+ margin-right: 15px;
2792
+ font-size: 15px;
2793
+ line-height: 21px;
2794
+ color: #333;
2795
+ }
2796
+ .tl-media .tl-media-twitter blockquote p {
2797
+ font-size: 28px;
2798
+ line-height: 30px;
2799
+ color: #000;
2800
+ }
2801
+ .tl-media .tl-media-twitter blockquote p:before {
2802
+ display: none;
2803
+ }
2804
+ .tl-media .tl-media-twitter blockquote p:after {
2805
+ display: none;
2806
+ }
2807
+ .tl-media .tl-media-twitter .tl-icon-twitter {
2808
+ color: #55ACEE;
2809
+ }
2810
+ .tl-media .tl-media-twitter .vcard a:hover,
2811
+ .tl-media .tl-media-twitter .vcard a.tl-date:hover {
2812
+ text-decoration: none;
2813
+ color: #55ACEE;
2814
+ }
2815
+ .tl-media .tl-media-twitter .vcard a:hover .fn,
2816
+ .tl-media .tl-media-twitter .vcard a.tl-date:hover .fn,
2817
+ .tl-media .tl-media-twitter .vcard a:hover .nickname,
2818
+ .tl-media .tl-media-twitter .vcard a.tl-date:hover .nickname {
2819
+ color: #55ACEE;
2820
+ }
2821
+ .tl-slide-media-only .tl-media .tl-media-twitter {
2822
+ width: 80%;
2823
+ margin-left: auto;
2824
+ margin-right: auto;
2825
+ }
2826
+ .tl-mobile.tl-skinny .tl-media .tl-media-twitter blockquote p {
2827
+ font-size: 15px;
2828
+ line-height: 21px;
2829
+ }
2830
+ .tl-skinny .tl-media .tl-media-twitter {
2831
+ margin-left: 10px;
2832
+ margin-right: 10px;
2833
+ }
2834
+ .tl-skinny .tl-media .tl-media-twitter blockquote p {
2835
+ font-size: 24px;
2836
+ line-height: 26px;
2837
+ }
2838
+ .tl-media .tl-media-blockquote {
2839
+ text-align: left;
2840
+ clear: both;
2841
+ }
2842
+ .tl-media .tl-media-blockquote blockquote {
2843
+ margin: 0;
2844
+ margin-right: 15px;
2845
+ text-align: left;
2846
+ font-size: 28px;
2847
+ line-height: 30px;
2848
+ color: #333;
2849
+ }
2850
+ .tl-media .tl-media-blockquote blockquote p {
2851
+ font-size: 28px;
2852
+ line-height: 30px;
2853
+ color: #333;
2854
+ }
2855
+ .tl-media .tl-media-blockquote blockquote p:before,
2856
+ .tl-media .tl-media-blockquote blockquote p:after {
2857
+ display: inline-block;
2858
+ font-size: 36px;
2859
+ }
2860
+ .tl-media .tl-media-blockquote blockquote p:before {
2861
+ content: open-quote;
2862
+ margin-right: 5px;
2863
+ }
2864
+ .tl-media .tl-media-blockquote blockquote p:after {
2865
+ content: close-quote;
2866
+ margin-left: 3px;
2867
+ }
2868
+ .tl-media .tl-media-blockquote blockquote cite {
2869
+ font-size: 15px;
2870
+ line-height: 21px;
2871
+ color: #999999;
2872
+ text-align: right;
2873
+ margin-top: 15px;
2874
+ }
2875
+ .tl-slide-media-only .tl-media .tl-media-blockquote {
2876
+ border-right: 0;
2877
+ width: 80%;
2878
+ margin-left: auto;
2879
+ margin-right: auto;
2880
+ }
2881
+ @media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
2882
+ .tl-media .tl-media-blockquote blockquote p {
2883
+ font-size: 24px;
2884
+ line-height: 26px;
2885
+ }
2886
+ }
2887
+ @media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {
2888
+ .tl-media .tl-media-blockquote blockquote p {
2889
+ font-size: 15px;
2890
+ line-height: 21px;
2891
+ }
2892
+ }
2893
+ .tl-mobile.tl-skinny .tl-media .tl-media-instagram {
2894
+ max-height: 250px !important;
2895
+ }
2896
+ .tl-media .tl-media-profile {
2897
+ border-radius: 50%;
2898
+ }
2899
+ .tl-media .tl-media-iframe {
2900
+ width: 100%;
2901
+ height: 100%;
2902
+ }
2903
+ .tl-media .tl-media-iframe iframe {
2904
+ width: 100%;
2905
+ height: 100%;
2906
+ }
2907
+ .tl-media .tl-media-wikipedia {
2908
+ text-align: left;
2909
+ margin-left: auto;
2910
+ margin-right: auto;
2911
+ clear: both;
2912
+ }
2913
+ .tl-media .tl-media-wikipedia .tl-icon-wikipedia {
2914
+ font-size: 32px;
2915
+ margin-right: 10px;
2916
+ float: left;
2917
+ padding-top: 3px;
2918
+ }
2919
+ .tl-media .tl-media-wikipedia .tl-wikipedia-pageimage {
2920
+ float: left;
2921
+ margin-right: 10px;
2922
+ margin-bottom: 5px;
2923
+ margin-top: 5px;
2924
+ }
2925
+ .tl-media .tl-media-wikipedia .tl-wikipedia-title {
2926
+ margin-left: 60px;
2927
+ padding-left: 10px;
2928
+ border-left: 1px solid #e6e6e6;
2929
+ margin-bottom: 10px;
2930
+ }
2931
+ .tl-media .tl-media-wikipedia .tl-wikipedia-source {
2932
+ font-size: 13px;
2933
+ line-height: 15px;
2934
+ font-style: italic;
2935
+ margin-top: 3px;
2936
+ display: block;
2937
+ color: rgba(0, 0, 0, 0.5);
2938
+ }
2939
+ .tl-media .tl-media-wikipedia h4 {
2940
+ margin-top: 0px;
2941
+ margin-bottom: 0px;
2942
+ }
2943
+ .tl-media .tl-media-wikipedia h4 a {
2944
+ color: #000;
2945
+ text-decoration: none;
2946
+ }
2947
+ .tl-media .tl-media-wikipedia p {
2948
+ font-size: 13px;
2949
+ line-height: 19px;
2950
+ }
2951
+ .tl-slide-media-only .tl-media .tl-media-wikipedia {
2952
+ border-right: 0;
2953
+ border-top: 1px solid #e6e6e6;
2954
+ width: 80%;
2955
+ margin-left: auto;
2956
+ margin-right: auto;
2957
+ margin-top: 25px;
2958
+ padding-top: 25px;
2959
+ }
2960
+ .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia,
2961
+ .tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia {
2962
+ padding: 20px;
2963
+ /* Fallback for web browsers that doesn't support RGBa */
2964
+ background: #000000 transparent;
2965
+ /* RGBa with 0.6 opacity */
2966
+ background: rgba(0, 0, 0, 0.6);
2967
+ -webkit-border-radius: 7px;
2968
+ -moz-border-radius: 7px;
2969
+ border-radius: 7px;
2970
+ }
2971
+ .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia h4 a,
2972
+ .tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia h4 a {
2973
+ color: #FFF !important;
2974
+ text-shadow: 1px 1px 1px #000 !important;
2975
+ }
2976
+ .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia a:hover,
2977
+ .tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia a:hover {
2978
+ text-decoration: underline;
2979
+ color: #c34528;
2980
+ }
2981
+ .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-title,
2982
+ .tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-title {
2983
+ border-color: rgba(230, 230, 230, 0.25);
2984
+ }
2985
+ .tl-slide.tl-full-image-background .tl-media .tl-media-wikipedia .tl-wikipedia-source,
2986
+ .tl-slide.tl-full-color-background .tl-media .tl-media-wikipedia .tl-wikipedia-source {
2987
+ color: rgba(230, 230, 230, 0.85);
2988
+ }
2989
+ .tl-mobile.tl-skinny .tl-media .tl-media-wikipedia,
2990
+ .tl-skinny .tl-media .tl-media-wikipedia {
2991
+ margin-left: 10px;
2992
+ margin-right: 10px;
2993
+ }
2994
+ .tl-media .tl-media-website {
2995
+ text-align: left;
2996
+ margin-left: auto;
2997
+ margin-right: auto;
2998
+ clear: both;
2999
+ }
3000
+ .tl-media .tl-media-website .tl-media-website-description {
3001
+ font-size: 16px;
3002
+ line-height: 19px;
3003
+ font-style: italic;
3004
+ margin-bottom: 10px;
3005
+ text-transform: uppercase;
3006
+ }
3007
+ .tl-media .tl-media-website h4 {
3008
+ margin-top: 0px;
3009
+ margin-bottom: 0px;
3010
+ line-height: 1;
3011
+ }
3012
+ .tl-media .tl-media-website h4 a {
3013
+ color: #000;
3014
+ text-decoration: none;
3015
+ }
3016
+ .tl-media .tl-media-website p {
3017
+ font-size: 13px;
3018
+ line-height: 19px;
3019
+ }
3020
+ .tl-media .tl-media-content-container .tl-media-content .tl-media-website img {
3021
+ float: right;
3022
+ max-width: 120px;
3023
+ max-height: 120px;
3024
+ margin: 4px 0 0 15px;
3025
+ }
3026
+ .tl-media .tl-media-content-container .tl-media-content .tl-media-website img.tl-media-website-icon {
3027
+ max-width: 16px;
3028
+ max-height: 16px;
3029
+ float: none;
3030
+ margin: 0;
3031
+ margin-right: 3px;
3032
+ }
3033
+ .tl-slide.tl-full-image-background .tl-media .tl-media-website,
3034
+ .tl-slide.tl-full-color-background .tl-media .tl-media-website {
3035
+ padding: 20px;
3036
+ /* Fallback for web browsers that doesn't support RGBa */
3037
+ background: #000000 transparent;
3038
+ /* RGBa with 0.6 opacity */
3039
+ background: rgba(0, 0, 0, 0.6);
3040
+ -webkit-border-radius: 7px;
3041
+ -moz-border-radius: 7px;
3042
+ border-radius: 7px;
3043
+ }
3044
+ .tl-slide.tl-full-image-background .tl-media .tl-media-website h4 a,
3045
+ .tl-slide.tl-full-color-background .tl-media .tl-media-website h4 a {
3046
+ color: #FFF !important;
3047
+ text-shadow: 1px 1px 1px #000 !important;
3048
+ }
3049
+ .tl-slide.tl-full-image-background .tl-media .tl-media-website a:hover,
3050
+ .tl-slide.tl-full-color-background .tl-media .tl-media-website a:hover {
3051
+ text-decoration: underline;
3052
+ color: #c34528;
3053
+ }
3054
+ .tl-mobile.tl-skinny .tl-media .tl-media-website {
3055
+ margin-left: 10px;
3056
+ margin-right: 10px;
3057
+ }
3058
+ /* Timeline
3059
+ ================================================== */
3060
+ .tl-timeline {
3061
+ width: 100%;
3062
+ height: 100%;
3063
+ font-size: 16px;
3064
+ line-height: normal;
3065
+ overflow: hidden;
3066
+ position: relative;
3067
+ -webkit-user-select: none;
3068
+ -moz-user-select: none;
3069
+ -ms-user-select: none;
3070
+ -o-user-select: none;
3071
+ user-select: none;
3072
+ background-color: #FFF;
3073
+ color: #363636;
3074
+ -webkit-box-sizing: content-box;
3075
+ -moz-box-sizing: content-box;
3076
+ box-sizing: content-box;
3077
+ }
3078
+ .tl-timeline.tl-timeline-embed {
3079
+ box-sizing: border-box;
3080
+ border-top: 1px solid #cccccc;
3081
+ border-bottom: 1px solid #cccccc;
3082
+ border-radius: 0;
3083
+ }
3084
+ .tl-timeline.tl-timeline-full-embed {
3085
+ box-sizing: border-box;
3086
+ border: 1px solid #cccccc;
3087
+ border-radius: 8px;
3088
+ }
3089
+ /* Portrait
3090
+ ================================================== */
3091
+ .tl-layout-portrait .tl-storyslider {
3092
+ -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
3093
+ -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
3094
+ box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.2);
3095
+ }
3096
+ .tl-rtl .tl-text-content,
3097
+ .tl-rtl .tl-headline,
3098
+ .tl-rtl .tl-media-blockquote,
3099
+ .tl-rtl .tl-headline-date,
3100
+ .tl-rtl .tl-timeline blockquote p,
3101
+ .tl-rtl .tl-media-website,
3102
+ .tl-rtl .tl-media-wikipedia,
3103
+ .tl-rtl .tl-media .tl-media-blockquote blockquote,
3104
+ .tl-rtl .blockquote,
3105
+ .tl-rtl blockquote p,
3106
+ .tl-rtl .tl-text-content p {
3107
+ text-align: right;
3108
+ direction: rtl;
3109
+ }
3110
+ .tl-rtl .tl-slide-media-only .tl-headline,
3111
+ .tl-rtl .tl-slide-media-only .tl-headline-date {
3112
+ text-align: center;
3113
+ }
3114
+ .tl-rtl .tl-timemarker-text {
3115
+ margin-right: 35px;
3116
+ }
3117
+ .tl-rtl .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container {
3118
+ float: right;
3119
+ }
3120
+ .tl-rtl .tl-caption {
3121
+ text-align: right;
3122
+ }
3123
+ .tl-rtl .tl-credit {
3124
+ text-align: left;
3125
+ }