lightgallery.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861
  1. @font-face {
  2. font-family: 'lg';
  3. src: url("../fonts/lg.eot?n1z373");
  4. src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  5. font-weight: normal;
  6. font-style: normal;
  7. }
  8. .lg-icon {
  9. font-family: 'lg';
  10. speak: none;
  11. font-style: normal;
  12. font-weight: normal;
  13. font-variant: normal;
  14. text-transform: none;
  15. line-height: 1;
  16. /* Better Font Rendering =========== */
  17. -webkit-font-smoothing: antialiased;
  18. -moz-osx-font-smoothing: grayscale;
  19. }
  20. .lg-actions .lg-next, .lg-actions .lg-prev {
  21. background-color: rgba(0, 0, 0, 0.45);
  22. border-radius: 2px;
  23. color: #999;
  24. cursor: pointer;
  25. display: block;
  26. font-size: 22px;
  27. margin-top: -10px;
  28. padding: 8px 10px 9px;
  29. position: absolute;
  30. top: 50%;
  31. z-index: 1080;
  32. }
  33. .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  34. pointer-events: none;
  35. opacity: 0.5;
  36. }
  37. .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  38. color: #FFF;
  39. }
  40. .lg-actions .lg-next {
  41. right: 20px;
  42. }
  43. .lg-actions .lg-next:before {
  44. content: "\e095";
  45. }
  46. .lg-actions .lg-prev {
  47. left: 20px;
  48. }
  49. .lg-actions .lg-prev:after {
  50. content: "\e094";
  51. }
  52. @-webkit-keyframes lg-right-end {
  53. 0% {
  54. left: 0;
  55. }
  56. 50% {
  57. left: -30px;
  58. }
  59. 100% {
  60. left: 0;
  61. }
  62. }
  63. @keyframes lg-right-end {
  64. 0% {
  65. left: 0;
  66. }
  67. 50% {
  68. left: -30px;
  69. }
  70. 100% {
  71. left: 0;
  72. }
  73. }
  74. @-webkit-keyframes lg-left-end {
  75. 0% {
  76. left: 0;
  77. }
  78. 50% {
  79. left: 30px;
  80. }
  81. 100% {
  82. left: 0;
  83. }
  84. }
  85. @keyframes lg-left-end {
  86. 0% {
  87. left: 0;
  88. }
  89. 50% {
  90. left: 30px;
  91. }
  92. 100% {
  93. left: 0;
  94. }
  95. }
  96. .lg-outer.lg-right-end .lg-object {
  97. -webkit-animation: lg-right-end 0.3s;
  98. animation: lg-right-end 0.3s;
  99. position: relative;
  100. }
  101. .lg-outer.lg-left-end .lg-object {
  102. -webkit-animation: lg-left-end 0.3s;
  103. animation: lg-left-end 0.3s;
  104. position: relative;
  105. }
  106. .lg-toolbar {
  107. z-index: 1082;
  108. left: 0;
  109. position: absolute;
  110. top: 0;
  111. width: 100%;
  112. background-color: rgba(0, 0, 0, 0.45);
  113. }
  114. .lg-toolbar .lg-icon {
  115. color: #999;
  116. cursor: pointer;
  117. float: right;
  118. font-size: 24px;
  119. height: 47px;
  120. line-height: 27px;
  121. padding: 10px 0;
  122. text-align: center;
  123. width: 50px;
  124. text-decoration: none !important;
  125. outline: medium none;
  126. transition: color 0.2s linear;
  127. }
  128. .lg-toolbar .lg-icon:hover {
  129. color: #FFF;
  130. }
  131. .lg-toolbar .lg-close:after {
  132. content: "\e070";
  133. }
  134. .lg-toolbar .lg-download:after {
  135. content: "\e0f2";
  136. }
  137. .lg-sub-html {
  138. background-color: rgba(0, 0, 0, 0.45);
  139. bottom: 0;
  140. color: #EEE;
  141. font-size: 16px;
  142. left: 0;
  143. padding: 10px 40px;
  144. position: fixed;
  145. right: 0;
  146. text-align: center;
  147. z-index: 1080;
  148. }
  149. .lg-sub-html h4 {
  150. margin: 0;
  151. font-size: 13px;
  152. font-weight: bold;
  153. }
  154. .lg-sub-html p {
  155. font-size: 12px;
  156. margin: 5px 0 0;
  157. }
  158. #lg-counter {
  159. color: #999;
  160. display: inline-block;
  161. font-size: 16px;
  162. padding-left: 20px;
  163. padding-top: 12px;
  164. vertical-align: middle;
  165. }
  166. .lg-toolbar, .lg-prev, .lg-next {
  167. opacity: 1;
  168. transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  169. transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  170. transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  171. }
  172. .lg-hide-items .lg-prev {
  173. opacity: 0;
  174. -webkit-transform: translate3d(-10px, 0, 0);
  175. transform: translate3d(-10px, 0, 0);
  176. }
  177. .lg-hide-items .lg-next {
  178. opacity: 0;
  179. -webkit-transform: translate3d(10px, 0, 0);
  180. transform: translate3d(10px, 0, 0);
  181. }
  182. .lg-hide-items .lg-toolbar {
  183. opacity: 0;
  184. -webkit-transform: translate3d(0, -10px, 0);
  185. transform: translate3d(0, -10px, 0);
  186. }
  187. body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  188. -webkit-transform: scale3d(0.5, 0.5, 0.5);
  189. transform: scale3d(0.5, 0.5, 0.5);
  190. opacity: 0;
  191. transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  192. transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  193. transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  194. -webkit-transform-origin: 50% 50%;
  195. transform-origin: 50% 50%;
  196. }
  197. body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  198. -webkit-transform: scale3d(1, 1, 1);
  199. transform: scale3d(1, 1, 1);
  200. opacity: 1;
  201. }
  202. .lg-outer .lg-thumb-outer {
  203. background-color: #0D0A0A;
  204. bottom: 0;
  205. position: absolute;
  206. width: 100%;
  207. z-index: 1080;
  208. max-height: 350px;
  209. -webkit-transform: translate3d(0, 100%, 0);
  210. transform: translate3d(0, 100%, 0);
  211. transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  212. transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  213. transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  214. }
  215. .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  216. cursor: -webkit-grab;
  217. cursor: -o-grab;
  218. cursor: -ms-grab;
  219. cursor: grab;
  220. }
  221. .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  222. cursor: move;
  223. cursor: -webkit-grabbing;
  224. cursor: -o-grabbing;
  225. cursor: -ms-grabbing;
  226. cursor: grabbing;
  227. }
  228. .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  229. transition-duration: 0s !important;
  230. }
  231. .lg-outer.lg-thumb-open .lg-thumb-outer {
  232. -webkit-transform: translate3d(0, 0%, 0);
  233. transform: translate3d(0, 0%, 0);
  234. }
  235. .lg-outer .lg-thumb {
  236. padding: 10px 0;
  237. height: 100%;
  238. margin-bottom: -5px;
  239. }
  240. .lg-outer .lg-thumb-item {
  241. border-radius: 5px;
  242. cursor: pointer;
  243. float: left;
  244. overflow: hidden;
  245. height: 100%;
  246. border: 2px solid #FFF;
  247. border-radius: 4px;
  248. margin-bottom: 5px;
  249. }
  250. @media (min-width: 1025px) {
  251. .lg-outer .lg-thumb-item {
  252. transition: border-color 0.25s ease;
  253. }
  254. }
  255. .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  256. border-color: #a90707;
  257. }
  258. .lg-outer .lg-thumb-item img {
  259. width: 100%;
  260. height: 100%;
  261. -o-object-fit: cover;
  262. object-fit: cover;
  263. }
  264. .lg-outer.lg-has-thumb .lg-item {
  265. padding-bottom: 120px;
  266. }
  267. .lg-outer.lg-can-toggle .lg-item {
  268. padding-bottom: 0;
  269. }
  270. .lg-outer.lg-pull-caption-up .lg-sub-html {
  271. transition: bottom 0.25s ease;
  272. }
  273. .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  274. bottom: 100px;
  275. }
  276. .lg-outer .lg-toggle-thumb {
  277. background-color: #0D0A0A;
  278. border-radius: 2px 2px 0 0;
  279. color: #999;
  280. cursor: pointer;
  281. font-size: 24px;
  282. height: 39px;
  283. line-height: 27px;
  284. padding: 5px 0;
  285. position: absolute;
  286. right: 20px;
  287. text-align: center;
  288. top: -39px;
  289. width: 50px;
  290. }
  291. .lg-outer .lg-toggle-thumb:after {
  292. content: "\e1ff";
  293. }
  294. .lg-outer .lg-toggle-thumb:hover {
  295. color: #FFF;
  296. }
  297. .lg-outer .lg-video-cont {
  298. display: inline-block;
  299. vertical-align: middle;
  300. max-width: 1140px;
  301. max-height: 100%;
  302. width: 100%;
  303. padding: 0 5px;
  304. }
  305. .lg-outer .lg-video {
  306. width: 100%;
  307. height: 0;
  308. padding-bottom: 56.25%;
  309. overflow: hidden;
  310. position: relative;
  311. }
  312. .lg-outer .lg-video .lg-object {
  313. display: inline-block;
  314. position: absolute;
  315. top: 0;
  316. left: 0;
  317. width: 100% !important;
  318. height: 100% !important;
  319. }
  320. .lg-outer .lg-video .lg-video-play {
  321. width: 84px;
  322. height: 59px;
  323. position: absolute;
  324. left: 50%;
  325. top: 50%;
  326. margin-left: -42px;
  327. margin-top: -30px;
  328. z-index: 1080;
  329. cursor: pointer;
  330. }
  331. .lg-outer .lg-has-vimeo .lg-video-play {
  332. background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
  333. }
  334. .lg-outer .lg-has-vimeo:hover .lg-video-play {
  335. background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
  336. }
  337. .lg-outer .lg-has-html5 .lg-video-play {
  338. background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  339. height: 64px;
  340. margin-left: -32px;
  341. margin-top: -32px;
  342. width: 64px;
  343. opacity: 0.8;
  344. }
  345. .lg-outer .lg-has-html5:hover .lg-video-play {
  346. opacity: 1;
  347. }
  348. .lg-outer .lg-has-youtube .lg-video-play {
  349. background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
  350. }
  351. .lg-outer .lg-has-youtube:hover .lg-video-play {
  352. background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
  353. }
  354. .lg-outer .lg-video-object {
  355. width: 100% !important;
  356. height: 100% !important;
  357. position: absolute;
  358. top: 0;
  359. left: 0;
  360. }
  361. .lg-outer .lg-has-video .lg-video-object {
  362. visibility: hidden;
  363. }
  364. .lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  365. display: none;
  366. }
  367. .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  368. visibility: visible;
  369. }
  370. .lg-progress-bar {
  371. background-color: #333;
  372. height: 5px;
  373. left: 0;
  374. position: absolute;
  375. top: 0;
  376. width: 100%;
  377. z-index: 1083;
  378. opacity: 0;
  379. transition: opacity 0.08s ease 0s;
  380. }
  381. .lg-progress-bar .lg-progress {
  382. background-color: #a90707;
  383. height: 5px;
  384. width: 0;
  385. }
  386. .lg-progress-bar.lg-start .lg-progress {
  387. width: 100%;
  388. }
  389. .lg-show-autoplay .lg-progress-bar {
  390. opacity: 1;
  391. }
  392. .lg-autoplay-button:after {
  393. content: "\e01d";
  394. }
  395. .lg-show-autoplay .lg-autoplay-button:after {
  396. content: "\e01a";
  397. }
  398. .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  399. transition-duration: 0s;
  400. }
  401. .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  402. transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  403. -webkit-transform: translate3d(0, 0, 0);
  404. transform: translate3d(0, 0, 0);
  405. -webkit-backface-visibility: hidden;
  406. backface-visibility: hidden;
  407. }
  408. .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  409. -webkit-transform: scale3d(1, 1, 1);
  410. transform: scale3d(1, 1, 1);
  411. transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  412. transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  413. transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  414. -webkit-transform-origin: 0 0;
  415. transform-origin: 0 0;
  416. -webkit-backface-visibility: hidden;
  417. backface-visibility: hidden;
  418. }
  419. #lg-zoom-in:after {
  420. content: "\e311";
  421. }
  422. #lg-actual-size {
  423. font-size: 20px;
  424. }
  425. #lg-actual-size:after {
  426. content: "\e033";
  427. }
  428. #lg-zoom-out {
  429. opacity: 0.5;
  430. pointer-events: none;
  431. }
  432. #lg-zoom-out:after {
  433. content: "\e312";
  434. }
  435. .lg-zoomed #lg-zoom-out {
  436. opacity: 1;
  437. pointer-events: auto;
  438. }
  439. .lg-outer .lg-pager-outer {
  440. bottom: 60px;
  441. left: 0;
  442. position: absolute;
  443. right: 0;
  444. text-align: center;
  445. z-index: 1080;
  446. height: 10px;
  447. }
  448. .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  449. overflow: visible;
  450. }
  451. .lg-outer .lg-pager-cont {
  452. cursor: pointer;
  453. display: inline-block;
  454. overflow: hidden;
  455. position: relative;
  456. vertical-align: top;
  457. margin: 0 5px;
  458. }
  459. .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  460. opacity: 1;
  461. -webkit-transform: translate3d(0, 0, 0);
  462. transform: translate3d(0, 0, 0);
  463. }
  464. .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  465. box-shadow: 0 0 0 2px white inset;
  466. }
  467. .lg-outer .lg-pager-thumb-cont {
  468. background-color: #fff;
  469. color: #FFF;
  470. bottom: 100%;
  471. height: 83px;
  472. left: 0;
  473. margin-bottom: 20px;
  474. margin-left: -60px;
  475. opacity: 0;
  476. padding: 5px;
  477. position: absolute;
  478. width: 120px;
  479. border-radius: 3px;
  480. transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  481. transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  482. transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  483. -webkit-transform: translate3d(0, 5px, 0);
  484. transform: translate3d(0, 5px, 0);
  485. }
  486. .lg-outer .lg-pager-thumb-cont img {
  487. width: 100%;
  488. height: 100%;
  489. }
  490. .lg-outer .lg-pager {
  491. background-color: rgba(255, 255, 255, 0.5);
  492. border-radius: 50%;
  493. box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  494. display: block;
  495. height: 12px;
  496. transition: box-shadow 0.3s ease 0s;
  497. width: 12px;
  498. }
  499. .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  500. box-shadow: 0 0 0 8px white inset;
  501. }
  502. .lg-outer .lg-caret {
  503. border-left: 10px solid transparent;
  504. border-right: 10px solid transparent;
  505. border-top: 10px dashed;
  506. bottom: -10px;
  507. display: inline-block;
  508. height: 0;
  509. left: 50%;
  510. margin-left: -5px;
  511. position: absolute;
  512. vertical-align: middle;
  513. width: 0;
  514. }
  515. .lg-fullscreen:after {
  516. content: "\e20c";
  517. }
  518. .lg-fullscreen-on .lg-fullscreen:after {
  519. content: "\e20d";
  520. }
  521. .lg-outer #lg-dropdown-overlay {
  522. background-color: rgba(0, 0, 0, 0.25);
  523. bottom: 0;
  524. cursor: default;
  525. left: 0;
  526. position: fixed;
  527. right: 0;
  528. top: 0;
  529. z-index: 1081;
  530. opacity: 0;
  531. visibility: hidden;
  532. transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  533. }
  534. .lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  535. transition-delay: 0s;
  536. -webkit-transform: translate3d(0, 0px, 0);
  537. transform: translate3d(0, 0px, 0);
  538. opacity: 1;
  539. visibility: visible;
  540. }
  541. .lg-outer.lg-dropdown-active #lg-share {
  542. color: #FFF;
  543. }
  544. .lg-outer .lg-dropdown {
  545. background-color: #fff;
  546. border-radius: 2px;
  547. font-size: 14px;
  548. list-style-type: none;
  549. margin: 0;
  550. padding: 10px 0;
  551. position: absolute;
  552. right: 0;
  553. text-align: left;
  554. top: 50px;
  555. opacity: 0;
  556. visibility: hidden;
  557. -webkit-transform: translate3d(0, 5px, 0);
  558. transform: translate3d(0, 5px, 0);
  559. transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  560. transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  561. transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  562. }
  563. .lg-outer .lg-dropdown:after {
  564. content: "";
  565. display: block;
  566. height: 0;
  567. width: 0;
  568. position: absolute;
  569. border: 8px solid transparent;
  570. border-bottom-color: #FFF;
  571. right: 16px;
  572. top: -16px;
  573. }
  574. .lg-outer .lg-dropdown > li:last-child {
  575. margin-bottom: 0px;
  576. }
  577. .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  578. color: #333;
  579. }
  580. .lg-outer .lg-dropdown a {
  581. color: #333;
  582. display: block;
  583. white-space: pre;
  584. padding: 4px 12px;
  585. font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  586. font-size: 12px;
  587. }
  588. .lg-outer .lg-dropdown a:hover {
  589. background-color: rgba(0, 0, 0, 0.07);
  590. }
  591. .lg-outer .lg-dropdown .lg-dropdown-text {
  592. display: inline-block;
  593. line-height: 1;
  594. margin-top: -3px;
  595. vertical-align: middle;
  596. }
  597. .lg-outer .lg-dropdown .lg-icon {
  598. color: #333;
  599. display: inline-block;
  600. float: none;
  601. font-size: 20px;
  602. height: auto;
  603. line-height: 1;
  604. margin-right: 8px;
  605. padding: 0;
  606. vertical-align: middle;
  607. width: auto;
  608. }
  609. .lg-outer #lg-share {
  610. position: relative;
  611. }
  612. .lg-outer #lg-share:after {
  613. content: "\e80d";
  614. }
  615. .lg-outer #lg-share-facebook .lg-icon {
  616. color: #3b5998;
  617. }
  618. .lg-outer #lg-share-facebook .lg-icon:after {
  619. content: "\e901";
  620. }
  621. .lg-outer #lg-share-twitter .lg-icon {
  622. color: #00aced;
  623. }
  624. .lg-outer #lg-share-twitter .lg-icon:after {
  625. content: "\e904";
  626. }
  627. .lg-outer #lg-share-googleplus .lg-icon {
  628. color: #dd4b39;
  629. }
  630. .lg-outer #lg-share-googleplus .lg-icon:after {
  631. content: "\e902";
  632. }
  633. .lg-outer #lg-share-pinterest .lg-icon {
  634. color: #cb2027;
  635. }
  636. .lg-outer #lg-share-pinterest .lg-icon:after {
  637. content: "\e903";
  638. }
  639. .group {
  640. *zoom: 1;
  641. }
  642. .group:before, .group:after {
  643. display: table;
  644. content: "";
  645. line-height: 0;
  646. }
  647. .group:after {
  648. clear: both;
  649. }
  650. .lg-outer {
  651. width: 100%;
  652. height: 100%;
  653. position: fixed;
  654. top: 0;
  655. left: 0;
  656. z-index: 1050;
  657. opacity: 0;
  658. transition: opacity 0.15s ease 0s;
  659. }
  660. .lg-outer * {
  661. box-sizing: border-box;
  662. }
  663. .lg-outer.lg-visible {
  664. opacity: 1;
  665. }
  666. .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  667. transition-duration: inherit !important;
  668. transition-timing-function: inherit !important;
  669. }
  670. .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 {
  671. transition-duration: 0s !important;
  672. opacity: 1;
  673. }
  674. .lg-outer.lg-grab img.lg-object {
  675. cursor: -webkit-grab;
  676. cursor: -o-grab;
  677. cursor: -ms-grab;
  678. cursor: grab;
  679. }
  680. .lg-outer.lg-grabbing img.lg-object {
  681. cursor: move;
  682. cursor: -webkit-grabbing;
  683. cursor: -o-grabbing;
  684. cursor: -ms-grabbing;
  685. cursor: grabbing;
  686. }
  687. .lg-outer .lg {
  688. height: 100%;
  689. width: 100%;
  690. position: relative;
  691. overflow: hidden;
  692. margin-left: auto;
  693. margin-right: auto;
  694. max-width: 100%;
  695. max-height: 100%;
  696. }
  697. .lg-outer .lg-inner {
  698. width: 100%;
  699. height: 100%;
  700. position: absolute;
  701. left: 0;
  702. top: 0;
  703. white-space: nowrap;
  704. }
  705. .lg-outer .lg-item {
  706. background: url("../img/loading.gif") no-repeat scroll center center transparent;
  707. display: none !important;
  708. }
  709. .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  710. display: inline-block !important;
  711. }
  712. .lg-outer.lg-css .lg-current {
  713. display: inline-block !important;
  714. }
  715. .lg-outer .lg-item, .lg-outer .lg-img-wrap {
  716. display: inline-block;
  717. text-align: center;
  718. position: absolute;
  719. width: 100%;
  720. height: 100%;
  721. }
  722. .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  723. content: "";
  724. display: inline-block;
  725. height: 50%;
  726. width: 1px;
  727. margin-right: -1px;
  728. }
  729. .lg-outer .lg-img-wrap {
  730. position: absolute;
  731. padding: 0 5px;
  732. left: 0;
  733. right: 0;
  734. top: 0;
  735. bottom: 0;
  736. }
  737. .lg-outer .lg-item.lg-complete {
  738. background-image: none;
  739. }
  740. .lg-outer .lg-item.lg-current {
  741. z-index: 1060;
  742. }
  743. .lg-outer .lg-image {
  744. display: inline-block;
  745. vertical-align: middle;
  746. max-width: 100%;
  747. max-height: 100%;
  748. width: auto !important;
  749. height: auto !important;
  750. }
  751. .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  752. opacity: 0;
  753. transition: opacity 0.15s ease 0s;
  754. }
  755. .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  756. opacity: 1;
  757. }
  758. .lg-outer .lg-empty-html {
  759. display: none;
  760. }
  761. .lg-outer.lg-hide-download #lg-download {
  762. display: none;
  763. }
  764. .lg-backdrop {
  765. position: fixed;
  766. top: 0;
  767. left: 0;
  768. right: 0;
  769. bottom: 0;
  770. z-index: 1040;
  771. background-color: #000;
  772. opacity: 0;
  773. transition: opacity 0.15s ease 0s;
  774. }
  775. .lg-backdrop.in {
  776. opacity: 1;
  777. }
  778. .lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  779. transition: none 0s ease 0s !important;
  780. }
  781. .lg-css3.lg-use-css3 .lg-item {
  782. -webkit-backface-visibility: hidden;
  783. backface-visibility: hidden;
  784. }
  785. .lg-css3.lg-use-left .lg-item {
  786. -webkit-backface-visibility: hidden;
  787. backface-visibility: hidden;
  788. }
  789. .lg-css3.lg-fade .lg-item {
  790. opacity: 0;
  791. }
  792. .lg-css3.lg-fade .lg-item.lg-current {
  793. opacity: 1;
  794. }
  795. .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 {
  796. transition: opacity 0.1s ease 0s;
  797. }
  798. .lg-css3.lg-slide.lg-use-css3 .lg-item {
  799. opacity: 0;
  800. }
  801. .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  802. -webkit-transform: translate3d(-100%, 0, 0);
  803. transform: translate3d(-100%, 0, 0);
  804. }
  805. .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  806. -webkit-transform: translate3d(100%, 0, 0);
  807. transform: translate3d(100%, 0, 0);
  808. }
  809. .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  810. -webkit-transform: translate3d(0, 0, 0);
  811. transform: translate3d(0, 0, 0);
  812. opacity: 1;
  813. }
  814. .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 {
  815. transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  816. transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  817. transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  818. }
  819. .lg-css3.lg-slide.lg-use-left .lg-item {
  820. opacity: 0;
  821. position: absolute;
  822. left: 0;
  823. }
  824. .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  825. left: -100%;
  826. }
  827. .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  828. left: 100%;
  829. }
  830. .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  831. left: 0;
  832. opacity: 1;
  833. }
  834. .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  835. transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  836. }