j1-template 2024.3.22 → 2024.3.23

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 (287) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/{galeries.html → gallery_app.html} +4 -4
  3. data/assets/theme/bla +0 -0
  4. data/assets/theme/j1/adapter/js/amplitude.js +144 -52
  5. data/assets/theme/j1/adapter/js/gallery.js +1 -1
  6. data/assets/theme/j1/adapter/js/themes.js +41 -69
  7. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +19 -52
  8. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  9. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
  10. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +984 -0
  11. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +26 -0
  12. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +1627 -0
  13. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +25 -0
  14. data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.css +1 -1
  15. data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.min.css +1 -1
  16. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +54 -0
  17. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
  18. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
  19. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
  20. data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
  21. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
  22. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
  23. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
  24. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
  25. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +2782 -0
  26. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +26 -0
  27. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +44 -0
  28. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +37 -0
  29. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +890 -0
  30. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +8 -0
  31. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +585 -0
  32. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +275 -0
  33. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +26 -0
  34. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +230 -0
  35. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +26 -0
  36. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +160 -0
  37. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +26 -0
  38. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +223 -0
  39. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +27 -0
  40. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +157 -0
  41. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +26 -0
  42. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +164 -0
  43. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +26 -0
  44. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +299 -0
  45. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +26 -0
  46. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +244 -0
  47. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +27 -0
  48. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +509 -0
  49. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +26 -0
  50. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +909 -0
  51. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +26 -0
  52. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +207 -0
  53. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +26 -0
  54. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +999 -0
  55. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +26 -0
  56. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
  57. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
  58. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
  59. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
  60. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png +0 -0
  61. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png +0 -0
  62. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png +0 -0
  63. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg +10 -0
  64. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg +30 -0
  65. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png +0 -0
  66. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png +0 -0
  67. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png +0 -0
  68. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg +94 -0
  69. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png +0 -0
  70. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg +93 -0
  71. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png +0 -0
  72. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png +0 -0
  73. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png +0 -0
  74. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg +15 -0
  75. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png +0 -0
  76. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png +0 -0
  77. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png +0 -0
  78. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png +0 -0
  79. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
  80. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
  81. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +163 -120
  82. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +6 -6
  83. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +495 -0
  84. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +513 -0
  85. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +553 -0
  86. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
  87. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +914 -0
  88. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
  89. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
  90. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
  91. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
  92. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
  93. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
  94. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
  95. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
  96. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
  97. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
  98. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
  99. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
  100. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
  101. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
  102. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
  103. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
  104. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
  105. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
  106. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
  107. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
  108. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +77 -125
  109. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +6 -6
  110. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
  111. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
  112. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
  113. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
  114. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
  115. data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
  116. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +151 -0
  117. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +150 -0
  118. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +147 -0
  119. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +5 -0
  120. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +113 -0
  121. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +5 -0
  122. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +166 -0
  123. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +5 -0
  124. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +72 -0
  125. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +5 -0
  126. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +311 -0
  127. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +19 -0
  128. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +1686 -0
  129. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +13 -0
  130. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +65226 -0
  131. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +55 -0
  132. data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
  133. data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
  134. data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
  135. data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
  136. data/assets/theme/j1/modules/videojs/css/themes/uno.css +157 -22
  137. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  138. data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
  139. data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
  140. data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
  141. data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
  142. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +31 -0
  143. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
  144. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
  145. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
  146. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
  147. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
  148. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
  149. data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
  150. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +29 -0
  151. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
  152. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
  153. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
  154. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
  155. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +37 -0
  156. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
  157. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
  158. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
  159. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
  160. data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
  161. data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
  162. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
  163. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
  164. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
  165. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
  166. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
  167. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
  168. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
  169. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
  170. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
  171. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
  172. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
  173. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
  174. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
  175. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
  176. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
  177. data/lib/j1/version.rb +1 -1
  178. data/lib/starter_web/README.md +5 -5
  179. data/lib/starter_web/_config.yml +1 -1
  180. data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
  181. data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
  182. data/lib/starter_web/_data/modules/gallery.yml +83 -87
  183. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  184. data/lib/starter_web/_data/resources.yml +16 -12
  185. data/lib/starter_web/_data/templates/feed.xml +1 -1
  186. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
  187. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
  188. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  189. data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
  190. data/lib/starter_web/package.json +1 -1
  191. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +282 -0
  192. data/lib/starter_web/pages/public/tour/video_data.adoc +1 -0
  193. metadata +221 -106
  194. data/assets/data/swiper_app.2.html +0 -757
  195. data/assets/data/swiper_app.4.html +0 -769
  196. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
  197. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
  198. data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
  199. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
  200. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
  201. data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
  202. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/animation-w.png +0 -0
  203. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/customize-w.png +0 -0
  204. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/dynamic-w.png +0 -0
  205. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/facebook-icon.svg +0 -0
  206. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/googleplus-icon.svg +0 -0
  207. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/html5-w.png +0 -0
  208. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/linked-in.png +0 -0
  209. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/module-w.png +0 -0
  210. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button-hover.svg +0 -0
  211. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.png +0 -0
  212. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.svg +0 -0
  213. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/responsive-w.png +0 -0
  214. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/thumb-w.png +0 -0
  215. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/touch-w.png +0 -0
  216. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter-icon.svg +0 -0
  217. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter.png +0 -0
  218. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/video1-w.png +0 -0
  219. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom-w.png +0 -0
  220. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom.png +0 -0
  221. /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.js +0 -0
  222. /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.min.js +0 -0
  223. /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
  224. /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
  225. /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
  226. /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
  227. /data/assets/theme/j1/modules/videojs/{css → !v8.12.0/css}/font/video-js-cdn.css +0 -0
  228. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
  229. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
  230. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
  231. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +0 -0
  232. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
  233. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
  234. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
  235. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
  236. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
  237. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
  238. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
  239. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
  240. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
  241. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
  242. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
  243. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
  244. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
  245. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
  246. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
  247. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +0 -0
  248. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +0 -0
  249. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +0 -0
  250. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +0 -0
  251. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/simple.html +0 -0
  252. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +0 -0
  253. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
  254. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
  255. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
  256. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
  257. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
  258. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
  259. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
  260. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
  261. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +0 -0
  262. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +0 -0
  263. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
  264. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
  265. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
  266. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
  267. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
  268. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
  269. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
  270. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
  271. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
  272. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
  273. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
  274. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +0 -0
  275. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +0 -0
  276. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +0 -0
  277. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +0 -0
  278. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +0 -0
  279. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +0 -0
  280. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +0 -0
  281. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
  282. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
  283. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
  284. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
  285. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
  286. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
  287. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
@@ -1,12 +1,12 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/theme/j1/modules/lightGallery/css/core/lightgallery-bundle.css
4
- # Provides lightGallery styles combined with all plugins avaiable
3
+ # ~/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css
4
+ # Provides the lightGallery v2.8.3 Main JS module
5
5
  #
6
6
  # Product/Info:
7
7
  # https://jekyll.one
8
8
  #
9
- # Copyright (C) 2023 Sachin Neravath
9
+ # Copyright (C) 2025 Sachin Neravath
10
10
  # Copyright (C) 2023-2025 Juergen Adams
11
11
  #
12
12
  # J1 Template is licensed under the MIT License.
@@ -16,24 +16,16 @@
16
16
  # -----------------------------------------------------------------------------
17
17
  */
18
18
 
19
- /*!
20
- * lightgallery | 2.7.2 | September 20th 2023
21
- * http://www.lightgalleryjs.com/
22
- * Copyright (c) 2020 Sachin Neravath;
23
- * @license GPLv3
24
- */
25
-
26
19
  @font-face {
27
- font-family: 'lg';
20
+ font-family: "lg";
28
21
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
29
22
  font-weight: normal;
30
23
  font-style: normal;
31
24
  font-display: block;
32
25
  }
33
-
34
26
  .lg-icon {
35
27
  /* use !important to prevent issues with browser extensions that change fonts */
36
- font-family: 'lg' !important;
28
+ font-family: "lg" !important;
37
29
  speak: never;
38
30
  font-style: normal;
39
31
  font-weight: normal;
@@ -46,7 +38,7 @@
46
38
  }
47
39
 
48
40
  .lg-container {
49
- font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
41
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
50
42
  }
51
43
 
52
44
  .lg-next,
@@ -65,37 +57,32 @@
65
57
  outline: none;
66
58
  border: none;
67
59
  }
68
-
69
60
  .lg-next.disabled,
70
61
  .lg-prev.disabled {
71
62
  opacity: 0 !important;
72
63
  cursor: default;
73
64
  }
74
-
75
65
  .lg-next:hover:not(.disabled),
76
66
  .lg-prev:hover:not(.disabled) {
77
67
  color: #fff;
78
68
  }
79
-
80
- .lg-single-item .lg-next, .lg-single-item
81
- .lg-prev {
69
+ .lg-single-item .lg-next,
70
+ .lg-single-item .lg-prev {
82
71
  display: none;
83
72
  }
84
73
 
85
74
  .lg-next {
86
75
  right: 20px;
87
76
  }
88
-
89
77
  .lg-next:before {
90
- content: '\e095';
78
+ content: "\e095";
91
79
  }
92
80
 
93
81
  .lg-prev {
94
82
  left: 20px;
95
83
  }
96
-
97
84
  .lg-prev:after {
98
- content: '\e094';
85
+ content: "\e094";
99
86
  }
100
87
 
101
88
  @-webkit-keyframes lg-right-end {
@@ -109,7 +96,6 @@
109
96
  left: 0;
110
97
  }
111
98
  }
112
-
113
99
  @-moz-keyframes lg-right-end {
114
100
  0% {
115
101
  left: 0;
@@ -121,7 +107,6 @@
121
107
  left: 0;
122
108
  }
123
109
  }
124
-
125
110
  @-ms-keyframes lg-right-end {
126
111
  0% {
127
112
  left: 0;
@@ -133,7 +118,6 @@
133
118
  left: 0;
134
119
  }
135
120
  }
136
-
137
121
  @keyframes lg-right-end {
138
122
  0% {
139
123
  left: 0;
@@ -145,7 +129,6 @@
145
129
  left: 0;
146
130
  }
147
131
  }
148
-
149
132
  @-webkit-keyframes lg-left-end {
150
133
  0% {
151
134
  left: 0;
@@ -157,7 +140,6 @@
157
140
  left: 0;
158
141
  }
159
142
  }
160
-
161
143
  @-moz-keyframes lg-left-end {
162
144
  0% {
163
145
  left: 0;
@@ -169,7 +151,6 @@
169
151
  left: 0;
170
152
  }
171
153
  }
172
-
173
154
  @-ms-keyframes lg-left-end {
174
155
  0% {
175
156
  left: 0;
@@ -181,7 +162,6 @@
181
162
  left: 0;
182
163
  }
183
164
  }
184
-
185
165
  @keyframes lg-left-end {
186
166
  0% {
187
167
  left: 0;
@@ -193,14 +173,12 @@
193
173
  left: 0;
194
174
  }
195
175
  }
196
-
197
176
  .lg-outer.lg-right-end .lg-object {
198
177
  -webkit-animation: lg-right-end 0.3s;
199
178
  -o-animation: lg-right-end 0.3s;
200
179
  animation: lg-right-end 0.3s;
201
180
  position: relative;
202
181
  }
203
-
204
182
  .lg-outer.lg-left-end .lg-object {
205
183
  -webkit-animation: lg-left-end 0.3s;
206
184
  -o-animation: lg-left-end 0.3s;
@@ -215,11 +193,9 @@
215
193
  top: 0;
216
194
  width: 100%;
217
195
  }
218
-
219
196
  .lg-media-overlap .lg-toolbar {
220
197
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
221
198
  }
222
-
223
199
  .lg-toolbar .lg-icon {
224
200
  color: #999;
225
201
  cursor: pointer;
@@ -240,29 +216,23 @@
240
216
  border: none;
241
217
  box-shadow: none;
242
218
  }
243
-
244
219
  .lg-toolbar .lg-icon.lg-icon-18 {
245
220
  font-size: 18px;
246
221
  }
247
-
248
222
  .lg-toolbar .lg-icon:hover {
249
223
  color: #fff;
250
224
  }
251
-
252
225
  .lg-toolbar .lg-close:after {
253
- content: '\e070';
226
+ content: "\e070";
254
227
  }
255
-
256
228
  .lg-toolbar .lg-maximize {
257
229
  font-size: 22px;
258
230
  }
259
-
260
231
  .lg-toolbar .lg-maximize:after {
261
- content: '\e90a';
232
+ content: "\e90a";
262
233
  }
263
-
264
234
  .lg-toolbar .lg-download:after {
265
- content: '\e0f2';
235
+ content: "\e0f2";
266
236
  }
267
237
 
268
238
  .lg-sub-html {
@@ -276,30 +246,24 @@
276
246
  -o-transition: opacity 0.2s ease-out 0s;
277
247
  transition: opacity 0.2s ease-out 0s;
278
248
  }
279
-
280
249
  .lg-sub-html h4 {
281
250
  margin: 0;
282
251
  font-size: 13px;
283
252
  font-weight: bold;
284
253
  }
285
-
286
254
  .lg-sub-html p {
287
255
  font-size: 12px;
288
256
  margin: 5px 0 0;
289
257
  }
290
-
291
258
  .lg-sub-html a {
292
259
  color: inherit;
293
260
  }
294
-
295
261
  .lg-sub-html a:hover {
296
262
  text-decoration: underline;
297
263
  }
298
-
299
264
  .lg-media-overlap .lg-sub-html {
300
265
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
301
266
  }
302
-
303
267
  .lg-item .lg-sub-html {
304
268
  position: absolute;
305
269
  bottom: 0;
@@ -334,7 +298,8 @@
334
298
  }
335
299
 
336
300
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
337
- body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
301
+ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
302
+ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
338
303
  opacity: 0;
339
304
  -moz-transform: scale3d(0.5, 0.5, 0.5);
340
305
  -o-transform: scale3d(0.5, 0.5, 0.5);
@@ -347,9 +312,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-v
347
312
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
348
313
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
349
314
  }
350
-
351
315
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
352
- body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
316
+ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
317
+ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
353
318
  opacity: 1;
354
319
  -moz-transform: scale3d(1, 1, 1);
355
320
  -o-transform: scale3d(1, 1, 1);
@@ -376,7 +341,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
376
341
  overflow: hidden;
377
342
  float: left;
378
343
  }
379
-
380
344
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
381
345
  cursor: -webkit-grab;
382
346
  cursor: -moz-grab;
@@ -384,7 +348,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
384
348
  cursor: -ms-grab;
385
349
  cursor: grab;
386
350
  }
387
-
388
351
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
389
352
  cursor: move;
390
353
  cursor: -webkit-grabbing;
@@ -393,33 +356,26 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
393
356
  cursor: -ms-grabbing;
394
357
  cursor: grabbing;
395
358
  }
396
-
397
359
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
398
360
  -webkit-transition-duration: 0s !important;
399
361
  transition-duration: 0s !important;
400
362
  }
401
-
402
363
  .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
403
364
  -webkit-transition-duration: 0s !important;
404
365
  transition-duration: 0s !important;
405
366
  }
406
-
407
367
  .lg-outer .lg-thumb-outer.lg-thumb-align-middle {
408
368
  text-align: center;
409
369
  }
410
-
411
370
  .lg-outer .lg-thumb-outer.lg-thumb-align-left {
412
371
  text-align: left;
413
372
  }
414
-
415
373
  .lg-outer .lg-thumb-outer.lg-thumb-align-right {
416
374
  text-align: right;
417
375
  }
418
-
419
376
  .lg-outer.lg-single-item .lg-thumb-outer {
420
377
  display: none;
421
378
  }
422
-
423
379
  .lg-outer .lg-thumb {
424
380
  padding: 5px 0;
425
381
  height: 100%;
@@ -427,13 +383,11 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
427
383
  display: inline-block;
428
384
  vertical-align: middle;
429
385
  }
430
-
431
386
  @media (min-width: 768px) {
432
387
  .lg-outer .lg-thumb {
433
388
  padding: 10px 0;
434
389
  }
435
390
  }
436
-
437
391
  .lg-outer .lg-thumb-item {
438
392
  cursor: pointer;
439
393
  float: left;
@@ -443,7 +397,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
443
397
  margin-bottom: 5px;
444
398
  will-change: border-color;
445
399
  }
446
-
447
400
  @media (min-width: 768px) {
448
401
  .lg-outer .lg-thumb-item {
449
402
  border-radius: 4px;
@@ -453,27 +406,21 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
453
406
  transition: border-color 0.25s ease;
454
407
  }
455
408
  }
456
-
457
409
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
458
- /* border-color: #a90707; */
459
- border-color: #2196f3;
410
+ border-color: rgb(169, 7, 7);
460
411
  }
461
-
462
412
  .lg-outer .lg-thumb-item img {
463
413
  width: 100%;
464
414
  height: 100%;
465
415
  object-fit: cover;
466
416
  display: block;
467
417
  }
468
-
469
418
  .lg-outer.lg-can-toggle .lg-item {
470
419
  padding-bottom: 0;
471
420
  }
472
-
473
421
  .lg-outer .lg-toggle-thumb:after {
474
- content: '\e1ff';
422
+ content: "\e1ff";
475
423
  }
476
-
477
424
  .lg-outer.lg-animate-thumb .lg-thumb {
478
425
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
479
426
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
@@ -485,17 +432,14 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
485
432
  vertical-align: middle;
486
433
  position: relative;
487
434
  }
488
-
489
435
  .lg-outer .lg-video-cont .lg-object {
490
436
  width: 100% !important;
491
437
  height: 100% !important;
492
438
  }
493
-
494
439
  .lg-outer .lg-has-iframe .lg-video-cont {
495
440
  -webkit-overflow-scrolling: touch;
496
441
  overflow: auto;
497
442
  }
498
-
499
443
  .lg-outer .lg-video-object {
500
444
  position: absolute;
501
445
  left: 0;
@@ -506,11 +450,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
506
450
  bottom: 0;
507
451
  z-index: 3;
508
452
  }
509
-
510
453
  .lg-outer .lg-video-poster {
511
454
  z-index: 1;
512
455
  }
513
-
514
456
  .lg-outer .lg-has-video .lg-video-object {
515
457
  opacity: 0;
516
458
  will-change: opacity;
@@ -518,12 +460,10 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
518
460
  -o-transition: opacity 0.3s ease-in;
519
461
  transition: opacity 0.3s ease-in;
520
462
  }
521
-
522
463
  .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
523
464
  .lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
524
465
  opacity: 0 !important;
525
466
  }
526
-
527
467
  .lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
528
468
  opacity: 1;
529
469
  }
@@ -542,14 +482,12 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
542
482
  stroke-dashoffset: -124px;
543
483
  }
544
484
  }
545
-
546
485
  @keyframes lg-play-rotate {
547
486
  100% {
548
487
  -webkit-transform: rotate(360deg);
549
488
  transform: rotate(360deg);
550
489
  }
551
490
  }
552
-
553
491
  .lg-video-play-button {
554
492
  width: 18%;
555
493
  max-width: 140px;
@@ -565,7 +503,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
565
503
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
566
504
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
567
505
  }
568
-
569
506
  .lg-video-play-button:hover .lg-video-play-icon-bg,
570
507
  .lg-video-play-button:hover .lg-video-play-icon {
571
508
  opacity: 1;
@@ -610,7 +547,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
610
547
  -o-transition: opacity 0.12s ease-in;
611
548
  transition: opacity 0.12s ease-in;
612
549
  }
613
-
614
550
  .lg-video-play-icon .lg-video-play-icon-inner {
615
551
  fill: #fcfcfc;
616
552
  }
@@ -639,29 +575,24 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
639
575
  -o-transition: opacity 0.08s ease 0s;
640
576
  transition: opacity 0.08s ease 0s;
641
577
  }
642
-
643
578
  .lg-progress-bar .lg-progress {
644
- background-color: #a90707;
579
+ background-color: rgb(169, 7, 7);
645
580
  height: 5px;
646
581
  width: 0;
647
582
  }
648
-
649
583
  .lg-progress-bar.lg-start .lg-progress {
650
584
  width: 100%;
651
585
  }
652
-
653
586
  .lg-show-autoplay .lg-progress-bar {
654
587
  opacity: 1;
655
588
  }
656
589
 
657
590
  .lg-autoplay-button:after {
658
- content: '\e01d';
591
+ content: "\e01d";
659
592
  }
660
-
661
593
  .lg-show-autoplay .lg-autoplay-button:after {
662
- content: '\e01a';
594
+ content: "\e01a";
663
595
  }
664
-
665
596
  .lg-single-item .lg-autoplay-button {
666
597
  opacity: 0.75;
667
598
  pointer-events: none;
@@ -672,7 +603,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
672
603
  -webkit-transition-duration: 0ms !important;
673
604
  transition-duration: 0ms !important;
674
605
  }
675
-
676
606
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
677
607
  will-change: transform;
678
608
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
@@ -680,7 +610,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
680
610
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
681
611
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
682
612
  }
683
-
684
613
  .lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
685
614
  will-change: transform;
686
615
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
@@ -688,7 +617,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
688
617
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
689
618
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
690
619
  }
691
-
692
620
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
693
621
  -webkit-transform: translate3d(0, 0, 0);
694
622
  transform: translate3d(0, 0, 0);
@@ -696,7 +624,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
696
624
  -moz-backface-visibility: hidden;
697
625
  backface-visibility: hidden;
698
626
  }
699
-
700
627
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
701
628
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
702
629
  -webkit-transform: scale3d(1, 1, 1);
@@ -709,12 +636,10 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
709
636
  -moz-backface-visibility: hidden;
710
637
  backface-visibility: hidden;
711
638
  }
712
-
713
639
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
714
640
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
715
641
  transition: none !important;
716
642
  }
717
-
718
643
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
719
644
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
720
645
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
@@ -723,7 +648,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
723
648
  top: 50% !important;
724
649
  left: 50% !important;
725
650
  }
726
-
727
651
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
728
652
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
729
653
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
@@ -732,7 +656,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
732
656
  max-width: none !important;
733
657
  max-height: none !important;
734
658
  }
735
-
736
659
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
737
660
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
738
661
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
@@ -743,41 +666,35 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
743
666
  }
744
667
 
745
668
  .lg-icon.lg-zoom-in:after {
746
- content: '\e311';
669
+ content: "\e311";
747
670
  }
748
-
749
671
  .lg-actual-size .lg-icon.lg-zoom-in {
750
- opacity: 0.5;
751
- pointer-events: none;
672
+ opacity: 1;
673
+ pointer-events: auto;
752
674
  }
753
-
754
675
  .lg-icon.lg-actual-size {
755
676
  font-size: 20px;
756
677
  }
757
-
758
678
  .lg-icon.lg-actual-size:after {
759
- content: '\e033';
679
+ content: "\e033";
760
680
  }
761
-
762
681
  .lg-icon.lg-zoom-out {
763
682
  opacity: 0.5;
764
683
  pointer-events: none;
765
684
  }
766
-
767
685
  .lg-icon.lg-zoom-out:after {
768
- content: '\e312';
686
+ content: "\e312";
769
687
  }
770
-
771
688
  .lg-zoomed .lg-icon.lg-zoom-out {
772
689
  opacity: 1;
773
690
  pointer-events: auto;
774
691
  }
775
692
 
776
- .lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
777
- .lg-outer[data-lg-slide-type='video'] .lg-actual-size,
778
- .lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
779
- .lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
780
- .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
693
+ .lg-outer[data-lg-slide-type=video] .lg-zoom-in,
694
+ .lg-outer[data-lg-slide-type=video] .lg-actual-size,
695
+ .lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
696
+ .lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
697
+ .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
781
698
  .lg-outer.lg-first-slide-loading .lg-actual-size,
782
699
  .lg-outer.lg-first-slide-loading .lg-zoom-out {
783
700
  opacity: 0.75;
@@ -790,15 +707,12 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
790
707
  height: 10px;
791
708
  margin-bottom: 10px;
792
709
  }
793
-
794
710
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
795
711
  overflow: visible;
796
712
  }
797
-
798
713
  .lg-outer.lg-single-item .lg-pager-outer {
799
714
  display: none;
800
715
  }
801
-
802
716
  .lg-outer .lg-pager-cont {
803
717
  cursor: pointer;
804
718
  display: inline-block;
@@ -807,17 +721,14 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
807
721
  vertical-align: top;
808
722
  margin: 0 5px;
809
723
  }
810
-
811
724
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
812
725
  opacity: 1;
813
726
  -webkit-transform: translate3d(0, 0, 0);
814
727
  transform: translate3d(0, 0, 0);
815
728
  }
816
-
817
729
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
818
730
  box-shadow: 0 0 0 2px white inset;
819
731
  }
820
-
821
732
  .lg-outer .lg-pager-thumb-cont {
822
733
  background-color: #fff;
823
734
  color: #fff;
@@ -839,12 +750,10 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
839
750
  -webkit-transform: translate3d(0, 5px, 0);
840
751
  transform: translate3d(0, 5px, 0);
841
752
  }
842
-
843
753
  .lg-outer .lg-pager-thumb-cont img {
844
754
  width: 100%;
845
755
  height: 100%;
846
756
  }
847
-
848
757
  .lg-outer .lg-pager {
849
758
  background-color: rgba(255, 255, 255, 0.5);
850
759
  border-radius: 50%;
@@ -856,11 +765,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
856
765
  transition: box-shadow 0.3s ease 0s;
857
766
  width: 12px;
858
767
  }
859
-
860
768
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
861
769
  box-shadow: 0 0 0 8px white inset;
862
770
  }
863
-
864
771
  .lg-outer .lg-caret {
865
772
  border-left: 10px solid transparent;
866
773
  border-right: 10px solid transparent;
@@ -878,7 +785,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
878
785
  .lg-fullscreen:after {
879
786
  content: "\e20c";
880
787
  }
881
-
882
788
  .lg-fullscreen-on .lg-fullscreen:after {
883
789
  content: "\e20d";
884
790
  }
@@ -899,7 +805,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
899
805
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
900
806
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
901
807
  }
902
-
903
808
  .lg-outer.lg-dropdown-active .lg-dropdown,
904
809
  .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
905
810
  -webkit-transition-delay: 0s;
@@ -912,11 +817,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
912
817
  opacity: 1;
913
818
  visibility: visible;
914
819
  }
915
-
916
820
  .lg-outer.lg-dropdown-active .lg-share {
917
821
  color: #fff;
918
822
  }
919
-
920
823
  .lg-outer .lg-dropdown {
921
824
  background-color: #fff;
922
825
  border-radius: 2px;
@@ -941,9 +844,8 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
941
844
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
942
845
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
943
846
  }
944
-
945
847
  .lg-outer .lg-dropdown:after {
946
- content: '';
848
+ content: "";
947
849
  display: block;
948
850
  height: 0;
949
851
  width: 0;
@@ -953,35 +855,29 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
953
855
  right: 16px;
954
856
  top: -16px;
955
857
  }
956
-
957
858
  .lg-outer .lg-dropdown > li:last-child {
958
859
  margin-bottom: 0px;
959
860
  }
960
-
961
861
  .lg-outer .lg-dropdown > li:hover a {
962
862
  color: #333;
963
863
  }
964
-
965
864
  .lg-outer .lg-dropdown a {
966
865
  color: #333;
967
866
  display: block;
968
867
  white-space: pre;
969
868
  padding: 4px 12px;
970
- font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
869
+ font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
971
870
  font-size: 12px;
972
871
  }
973
-
974
872
  .lg-outer .lg-dropdown a:hover {
975
873
  background-color: rgba(0, 0, 0, 0.07);
976
874
  }
977
-
978
875
  .lg-outer .lg-dropdown .lg-dropdown-text {
979
876
  display: inline-block;
980
877
  line-height: 1;
981
878
  margin-top: -3px;
982
879
  vertical-align: middle;
983
880
  }
984
-
985
881
  .lg-outer .lg-dropdown .lg-icon {
986
882
  color: #333;
987
883
  display: inline-block;
@@ -994,37 +890,29 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
994
890
  vertical-align: middle;
995
891
  width: auto;
996
892
  }
997
-
998
893
  .lg-outer .lg-share {
999
894
  position: relative;
1000
895
  }
1001
-
1002
896
  .lg-outer .lg-share:after {
1003
- content: '\e80d';
897
+ content: "\e80d";
1004
898
  }
1005
-
1006
899
  .lg-outer .lg-share-facebook .lg-icon {
1007
900
  color: #3b5998;
1008
901
  }
1009
-
1010
902
  .lg-outer .lg-share-facebook .lg-icon:after {
1011
- content: '\e904';
903
+ content: "\e904";
1012
904
  }
1013
-
1014
905
  .lg-outer .lg-share-twitter .lg-icon {
1015
906
  color: #00aced;
1016
907
  }
1017
-
1018
908
  .lg-outer .lg-share-twitter .lg-icon:after {
1019
- content: '\e907';
909
+ content: "\e907";
1020
910
  }
1021
-
1022
911
  .lg-outer .lg-share-pinterest .lg-icon {
1023
912
  color: #cb2027;
1024
913
  }
1025
-
1026
914
  .lg-outer .lg-share-pinterest .lg-icon:after {
1027
- content: '\e906';
915
+ content: "\e906";
1028
916
  }
1029
917
 
1030
918
  .lg-comment-box {
@@ -1047,13 +935,11 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1047
935
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
1048
936
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
1049
937
  }
1050
-
1051
938
  .lg-comment-box .lg-comment-title {
1052
939
  margin: 0;
1053
940
  color: #fff;
1054
941
  font-size: 18px;
1055
942
  }
1056
-
1057
943
  .lg-comment-box .lg-comment-header {
1058
944
  background-color: #000;
1059
945
  padding: 12px 20px;
@@ -1062,13 +948,11 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1062
948
  right: 0;
1063
949
  top: 0;
1064
950
  }
1065
-
1066
951
  .lg-comment-box .lg-comment-body {
1067
952
  height: 100% !important;
1068
953
  padding-top: 43px !important;
1069
954
  width: 100% !important;
1070
955
  }
1071
-
1072
956
  .lg-comment-box .fb-comments {
1073
957
  height: 100%;
1074
958
  width: 100%;
@@ -1076,15 +960,12 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1076
960
  overflow-y: auto;
1077
961
  display: inline-block;
1078
962
  }
1079
-
1080
- .lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
963
+ .lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
1081
964
  background-image: none;
1082
965
  }
1083
-
1084
966
  .lg-comment-box .fb-comments > span {
1085
967
  max-width: 100%;
1086
968
  }
1087
-
1088
969
  .lg-comment-box .lg-comment-close {
1089
970
  position: absolute;
1090
971
  right: 5px;
@@ -1097,20 +978,16 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1097
978
  -o-transition: color 0.2s linear;
1098
979
  transition: color 0.2s linear;
1099
980
  }
1100
-
1101
981
  .lg-comment-box .lg-comment-close:hover {
1102
982
  color: #fff;
1103
983
  }
1104
-
1105
984
  .lg-comment-box .lg-comment-close:after {
1106
- content: '\e070';
985
+ content: "\e070";
1107
986
  }
1108
-
1109
987
  .lg-comment-box iframe {
1110
988
  max-width: 100% !important;
1111
989
  width: 100% !important;
1112
990
  }
1113
-
1114
991
  .lg-comment-box #disqus_thread {
1115
992
  padding: 0 20px;
1116
993
  }
@@ -1131,11 +1008,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1131
1008
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
1132
1009
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
1133
1010
  }
1134
-
1135
1011
  .lg-outer .lg-comment-toggle:after {
1136
- content: '\e908';
1012
+ content: "\e908";
1137
1013
  }
1138
-
1139
1014
  .lg-outer.lg-comment-active .lg-comment-overlay {
1140
1015
  -webkit-transition-delay: 0s;
1141
1016
  transition-delay: 0s;
@@ -1147,11 +1022,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1147
1022
  opacity: 1;
1148
1023
  visibility: visible;
1149
1024
  }
1150
-
1151
1025
  .lg-outer.lg-comment-active .lg-comment-toggle {
1152
1026
  color: #fff;
1153
1027
  }
1154
-
1155
1028
  .lg-outer.lg-comment-active .lg-comment-box {
1156
1029
  -moz-transform: translate3d(0, 0, 0);
1157
1030
  -o-transform: translate3d(0, 0, 0);
@@ -1171,31 +1044,29 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1171
1044
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
1172
1045
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
1173
1046
  }
1174
-
1175
- .lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
1176
- .lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
1177
- .lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
1178
- .lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
1179
- .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
1180
- .lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
1181
- .lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
1047
+ .lg-outer[data-lg-slide-type=video] .lg-rotate-left,
1048
+ .lg-outer[data-lg-slide-type=video] .lg-rotate-right,
1049
+ .lg-outer[data-lg-slide-type=video] .lg-flip-ver,
1050
+ .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
1051
+ .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
1052
+ .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
1053
+ .lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
1182
1054
  opacity: 0.75;
1183
1055
  pointer-events: none;
1184
1056
  }
1185
-
1186
1057
  .lg-outer .lg-img-rotate:before {
1187
- content: '';
1058
+ content: "";
1188
1059
  display: inline-block;
1189
1060
  height: 100%;
1190
1061
  vertical-align: middle;
1191
1062
  }
1192
1063
 
1193
1064
  .lg-rotate-left:after {
1194
- content: '\e900';
1065
+ content: "\e900";
1195
1066
  }
1196
1067
 
1197
1068
  .lg-rotate-right:after {
1198
- content: '\e901';
1069
+ content: "\e901";
1199
1070
  }
1200
1071
 
1201
1072
  .lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
@@ -1203,11 +1074,11 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1203
1074
  }
1204
1075
 
1205
1076
  .lg-flip-ver:after {
1206
- content: '\e903';
1077
+ content: "\e903";
1207
1078
  }
1208
1079
 
1209
1080
  .lg-flip-hor:after {
1210
- content: '\e902';
1081
+ content: "\e902";
1211
1082
  }
1212
1083
 
1213
1084
  .lg-medium-zoom-item {
@@ -1217,11 +1088,9 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1217
1088
  .lg-medium-zoom .lg-outer {
1218
1089
  cursor: zoom-out;
1219
1090
  }
1220
-
1221
1091
  .lg-medium-zoom .lg-outer.lg-grab img.lg-object {
1222
1092
  cursor: zoom-out;
1223
1093
  }
1224
-
1225
1094
  .lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
1226
1095
  cursor: zoom-out;
1227
1096
  }
@@ -1232,19 +1101,17 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1232
1101
  padding: 0;
1233
1102
  background-image: none;
1234
1103
  }
1235
-
1236
1104
  .lg-relative-caption .lg-outer .lg-relative-caption-item {
1237
1105
  opacity: 0;
1238
1106
  padding: 16px 0;
1239
1107
  transition: 0.5s opacity ease;
1240
1108
  }
1241
-
1242
1109
  .lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
1243
1110
  opacity: 1;
1244
1111
  }
1245
1112
 
1246
1113
  .lg-group:after {
1247
- content: '';
1114
+ content: "";
1248
1115
  display: table;
1249
1116
  clear: both;
1250
1117
  }
@@ -1253,7 +1120,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1253
1120
  display: none;
1254
1121
  outline: none;
1255
1122
  }
1256
-
1257
1123
  .lg-container.lg-show {
1258
1124
  display: block;
1259
1125
  }
@@ -1285,29 +1151,24 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1285
1151
  .lg-show-in .lg-pager-outer {
1286
1152
  opacity: 1;
1287
1153
  }
1288
-
1289
1154
  .lg-show-in.lg-hide-sub-html .lg-sub-html {
1290
1155
  opacity: 1;
1291
1156
  }
1292
-
1293
1157
  .lg-show-in .lg-hide-items .lg-prev {
1294
1158
  opacity: 0;
1295
1159
  -webkit-transform: translate3d(-10px, 0, 0);
1296
1160
  transform: translate3d(-10px, 0, 0);
1297
1161
  }
1298
-
1299
1162
  .lg-show-in .lg-hide-items .lg-next {
1300
1163
  opacity: 0;
1301
1164
  -webkit-transform: translate3d(10px, 0, 0);
1302
1165
  transform: translate3d(10px, 0, 0);
1303
1166
  }
1304
-
1305
1167
  .lg-show-in .lg-hide-items .lg-toolbar {
1306
1168
  opacity: 0;
1307
1169
  -webkit-transform: translate3d(0, -10px, 0);
1308
1170
  transform: translate3d(0, -10px, 0);
1309
1171
  }
1310
-
1311
1172
  .lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
1312
1173
  opacity: 0;
1313
1174
  -webkit-transform: translate3d(0, 20px, 0);
@@ -1330,34 +1191,28 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1330
1191
  -o-transition: opacity 0.15s ease 0s;
1331
1192
  transition: opacity 0.15s ease 0s;
1332
1193
  }
1333
-
1334
1194
  .lg-outer * {
1335
1195
  -webkit-box-sizing: border-box;
1336
1196
  -moz-box-sizing: border-box;
1337
1197
  box-sizing: border-box;
1338
1198
  }
1339
-
1340
1199
  .lg-outer.lg-zoom-from-image {
1341
1200
  opacity: 1;
1342
1201
  }
1343
-
1344
1202
  .lg-outer.lg-visible {
1345
1203
  opacity: 1;
1346
1204
  }
1347
-
1348
1205
  .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
1349
1206
  -webkit-transition-duration: inherit !important;
1350
1207
  transition-duration: inherit !important;
1351
1208
  -webkit-transition-timing-function: inherit !important;
1352
1209
  transition-timing-function: inherit !important;
1353
1210
  }
1354
-
1355
1211
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
1356
1212
  -webkit-transition-duration: 0s !important;
1357
1213
  transition-duration: 0s !important;
1358
1214
  opacity: 1;
1359
1215
  }
1360
-
1361
1216
  .lg-outer.lg-grab img.lg-object {
1362
1217
  cursor: -webkit-grab;
1363
1218
  cursor: -moz-grab;
@@ -1365,7 +1220,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1365
1220
  cursor: -ms-grab;
1366
1221
  cursor: grab;
1367
1222
  }
1368
-
1369
1223
  .lg-outer.lg-grabbing img.lg-object {
1370
1224
  cursor: move;
1371
1225
  cursor: -webkit-grabbing;
@@ -1374,7 +1228,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1374
1228
  cursor: -ms-grabbing;
1375
1229
  cursor: grabbing;
1376
1230
  }
1377
-
1378
1231
  .lg-outer .lg-content {
1379
1232
  position: absolute;
1380
1233
  top: 0;
@@ -1382,7 +1235,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1382
1235
  right: 0;
1383
1236
  bottom: 0;
1384
1237
  }
1385
-
1386
1238
  .lg-outer .lg-inner {
1387
1239
  width: 100%;
1388
1240
  position: absolute;
@@ -1394,25 +1246,20 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1394
1246
  transition: opacity 0s;
1395
1247
  white-space: nowrap;
1396
1248
  }
1397
-
1398
1249
  .lg-outer .lg-item {
1399
1250
  display: none !important;
1400
1251
  }
1401
-
1402
1252
  .lg-outer .lg-item:not(.lg-start-end-progress) {
1403
1253
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
1404
1254
  }
1405
-
1406
1255
  .lg-outer.lg-css3 .lg-prev-slide,
1407
1256
  .lg-outer.lg-css3 .lg-current,
1408
1257
  .lg-outer.lg-css3 .lg-next-slide {
1409
1258
  display: inline-block !important;
1410
1259
  }
1411
-
1412
1260
  .lg-outer.lg-css .lg-current {
1413
1261
  display: inline-block !important;
1414
1262
  }
1415
-
1416
1263
  .lg-outer .lg-item,
1417
1264
  .lg-outer .lg-img-wrap {
1418
1265
  display: inline-block;
@@ -1421,15 +1268,13 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1421
1268
  width: 100%;
1422
1269
  height: 100%;
1423
1270
  }
1424
-
1425
1271
  .lg-outer .lg-item:before,
1426
1272
  .lg-outer .lg-img-wrap:before {
1427
- content: '';
1273
+ content: "";
1428
1274
  display: inline-block;
1429
1275
  height: 100%;
1430
1276
  vertical-align: middle;
1431
1277
  }
1432
-
1433
1278
  .lg-outer .lg-img-wrap {
1434
1279
  position: absolute;
1435
1280
  left: 0;
@@ -1439,15 +1284,12 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1439
1284
  white-space: nowrap;
1440
1285
  font-size: 0;
1441
1286
  }
1442
-
1443
1287
  .lg-outer .lg-item.lg-complete {
1444
1288
  background-image: none;
1445
1289
  }
1446
-
1447
1290
  .lg-outer .lg-item.lg-current {
1448
1291
  z-index: 1060;
1449
1292
  }
1450
-
1451
1293
  .lg-outer .lg-object {
1452
1294
  display: inline-block;
1453
1295
  vertical-align: middle;
@@ -1457,33 +1299,42 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1457
1299
  height: auto;
1458
1300
  position: relative;
1459
1301
  }
1460
-
1461
1302
  .lg-outer .lg-empty-html.lg-sub-html,
1462
1303
  .lg-outer .lg-empty-html .lg-sub-html {
1463
1304
  display: none;
1464
1305
  }
1465
-
1466
1306
  .lg-outer.lg-hide-download .lg-download {
1467
1307
  opacity: 0.75;
1468
1308
  pointer-events: none;
1469
1309
  }
1470
-
1471
1310
  .lg-outer .lg-first-slide .lg-dummy-img {
1472
1311
  position: absolute;
1473
1312
  top: 50%;
1474
1313
  left: 50%;
1475
1314
  }
1476
-
1477
1315
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
1478
1316
  -webkit-transform: translate3d(0, 0%, 0);
1479
1317
  transform: translate3d(0, 0%, 0);
1480
1318
  opacity: 1;
1481
1319
  }
1482
-
1483
1320
  .lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
1484
1321
  opacity: 1;
1485
1322
  transition: opacity 0.2s ease-out 0.15s;
1486
1323
  }
1324
+ .lg-outer .lg-media-cont {
1325
+ text-align: center;
1326
+ display: inline-block;
1327
+ vertical-align: middle;
1328
+ position: relative;
1329
+ }
1330
+ .lg-outer .lg-media-cont .lg-object {
1331
+ width: 100% !important;
1332
+ height: 100% !important;
1333
+ }
1334
+ .lg-outer .lg-has-iframe .lg-media-cont {
1335
+ -webkit-overflow-scrolling: touch;
1336
+ overflow: auto;
1337
+ }
1487
1338
 
1488
1339
  .lg-backdrop {
1489
1340
  position: fixed;
@@ -1499,7 +1350,6 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1499
1350
  -o-transition: opacity 333ms ease-in 0s;
1500
1351
  transition: opacity 333ms ease-in 0s;
1501
1352
  }
1502
-
1503
1353
  .lg-backdrop.in {
1504
1354
  opacity: 1;
1505
1355
  }
@@ -1512,62 +1362,51 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1512
1362
  -o-transition: none 0s ease 0s !important;
1513
1363
  transition: none 0s ease 0s !important;
1514
1364
  }
1515
-
1516
1365
  .lg-css3.lg-use-css3 .lg-item {
1517
1366
  -webkit-backface-visibility: hidden;
1518
1367
  -moz-backface-visibility: hidden;
1519
1368
  backface-visibility: hidden;
1520
1369
  }
1521
-
1522
1370
  .lg-css3.lg-fade .lg-item {
1523
1371
  opacity: 0;
1524
1372
  }
1525
-
1526
1373
  .lg-css3.lg-fade .lg-item.lg-current {
1527
1374
  opacity: 1;
1528
1375
  }
1529
-
1530
1376
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
1531
1377
  -webkit-transition: opacity 0.1s ease 0s;
1532
1378
  -moz-transition: opacity 0.1s ease 0s;
1533
1379
  -o-transition: opacity 0.1s ease 0s;
1534
1380
  transition: opacity 0.1s ease 0s;
1535
1381
  }
1536
-
1537
1382
  .lg-css3.lg-use-css3 .lg-item.lg-start-progress {
1538
1383
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
1539
1384
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
1540
1385
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
1541
1386
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
1542
1387
  }
1543
-
1544
1388
  .lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
1545
1389
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
1546
1390
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
1547
1391
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
1548
1392
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
1549
1393
  }
1550
-
1551
1394
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
1552
1395
  opacity: 0;
1553
1396
  }
1554
-
1555
1397
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
1556
1398
  -webkit-transform: translate3d(-100%, 0, 0);
1557
1399
  transform: translate3d(-100%, 0, 0);
1558
1400
  }
1559
-
1560
1401
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
1561
1402
  -webkit-transform: translate3d(100%, 0, 0);
1562
1403
  transform: translate3d(100%, 0, 0);
1563
1404
  }
1564
-
1565
1405
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
1566
1406
  -webkit-transform: translate3d(0, 0, 0);
1567
1407
  transform: translate3d(0, 0, 0);
1568
1408
  opacity: 1;
1569
1409
  }
1570
-
1571
1410
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
1572
1411
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
1573
1412
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
@@ -1578,16 +1417,13 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1578
1417
  .lg-container {
1579
1418
  display: none;
1580
1419
  }
1581
-
1582
1420
  .lg-container.lg-show {
1583
1421
  display: block;
1584
1422
  }
1585
-
1586
1423
  .lg-container.lg-dragging-vertical .lg-backdrop {
1587
1424
  -webkit-transition-duration: 0s !important;
1588
1425
  transition-duration: 0s !important;
1589
1426
  }
1590
-
1591
1427
  .lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
1592
1428
  -webkit-transition-duration: 0s !important;
1593
1429
  transition-duration: 0s !important;
@@ -1598,17 +1434,14 @@ body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-co
1598
1434
  .lg-inline .lg-outer {
1599
1435
  position: absolute;
1600
1436
  }
1601
-
1602
1437
  .lg-inline .lg-backdrop {
1603
1438
  z-index: 1;
1604
1439
  }
1605
-
1606
1440
  .lg-inline .lg-outer {
1607
1441
  z-index: 2;
1608
1442
  }
1609
-
1610
1443
  .lg-inline .lg-maximize:after {
1611
- content: '\e909';
1444
+ content: "\e909";
1612
1445
  }
1613
1446
 
1614
1447
  .lg-components {