layerslider.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876
  1. /* Global settings */
  2. .ls-container {
  3. visibility: hidden;
  4. position: relative;
  5. }
  6. .ls-lt-container {
  7. position: absolute;
  8. }
  9. .ls-lt-container,
  10. .ls-lt-container * {
  11. text-align: left !important;
  12. direction: ltr !important;
  13. }
  14. .ls-container-fullscreen {
  15. margin: 0 auto !important;
  16. padding: 2% !important;
  17. background: black !important;
  18. border-radius: 0 !important;
  19. -moz-border-radius: 0 !important;
  20. -webkit-border-radius: 0 !important;
  21. border: none !important;
  22. }
  23. .ls-container-fullscreen .ls-thumbnail-wrapper,
  24. .ls-container-fullscreen .ls-fullscreen,
  25. .ls-container-fullscreen .ls-shadow {
  26. display: none !important;
  27. }
  28. .ls-overflow-hidden {
  29. overflow: hidden;
  30. }
  31. .ls-inner {
  32. position: relative;
  33. background-position: center center;
  34. z-index: 2;
  35. }
  36. .ls-loading-container {
  37. position: absolute !important;
  38. display: none;
  39. z-index: 3 !important;
  40. left: 50% !important;
  41. top: 50% !important;
  42. }
  43. .ls-loading-indicator {
  44. margin: 0 auto;
  45. }
  46. .ls-inner,
  47. .ls-slide {
  48. width: 100%;
  49. height: 100%;
  50. }
  51. .ls-slide,
  52. .ls-layer {
  53. position: absolute;
  54. display: none;
  55. background-position: center center;
  56. overflow: hidden;
  57. }
  58. .ls-active,
  59. .ls-animating {
  60. display: block !important;
  61. }
  62. .ls-slide > * {
  63. position: absolute;
  64. line-height: normal;
  65. margin: 0;
  66. left: 0;
  67. top: 0;
  68. }
  69. .ls-slide .ls-bg {
  70. left: 0px;
  71. top: 0px;
  72. transform: none !important;
  73. -o-transform: none !important;
  74. -ms-transform: none !important;
  75. -moz-transform: none !important;
  76. -webkit-transform: none !important;
  77. }
  78. .ls-yourlogo {
  79. position: absolute;
  80. z-index: 99;
  81. }
  82. /* Timers */
  83. .ls-bar-timer {
  84. position: absolute;
  85. width: 0;
  86. height: 2px;
  87. background: white;
  88. border-bottom: 2px solid #555;
  89. opacity: .55;
  90. filter: alpha(opacity=55);
  91. z-index: 4;
  92. top: 0;
  93. }
  94. .ls-circle-timer {
  95. width: 16px;
  96. height: 16px;
  97. position: absolute;
  98. right: 10px;
  99. top: 10px;
  100. z-index: 4;
  101. opacity: .65;
  102. filter: alpha(opacity=65);
  103. display: none;
  104. }
  105. .ls-ct-half {
  106. background: white;
  107. }
  108. .ls-ct-center {
  109. background: #444;
  110. }
  111. .ls-ct-left,
  112. .ls-ct-right {
  113. width: 50%;
  114. height: 100%;
  115. overflow: hidden;
  116. }
  117. .ls-ct-left,
  118. .ls-ct-right {
  119. float: left;
  120. position: relative;
  121. }
  122. .ls-ct-rotate {
  123. width: 200%;
  124. height: 100%;
  125. position: absolute;
  126. top: 0;
  127. }
  128. .ls-ct-left .ls-ct-rotate,
  129. .ls-ct-right .ls-ct-hider,
  130. .ls-ct-right .ls-ct-half {
  131. left: 0;
  132. }
  133. .ls-ct-right .ls-ct-rotate,
  134. .ls-ct-left .ls-ct-hider,
  135. .ls-ct-left .ls-ct-half {
  136. right: 0;
  137. }
  138. .ls-ct-hider,
  139. .ls-ct-half {
  140. position: absolute;
  141. top: 0;
  142. }
  143. .ls-ct-hider {
  144. width: 50%;
  145. height: 100%;
  146. overflow: hidden;
  147. }
  148. .ls-ct-half {
  149. width: 200%;
  150. height: 100%;
  151. }
  152. .ls-ct-center {
  153. width: 50%;
  154. height: 50%;
  155. left: 25%;
  156. top: 25%;
  157. position: absolute;
  158. }
  159. .ls-ct-half,
  160. .ls-ct-center {
  161. border-radius: 100px;
  162. -moz-border-radius: 100px;
  163. -webkit-border-radius: 100px;
  164. }
  165. /* Navigation */
  166. .ls-bottom-nav-wrapper {
  167. height: 0;
  168. }
  169. .ls-bottom-slidebuttons {
  170. text-align: left;
  171. }
  172. .ls-bottom-nav-wrapper,
  173. .ls-below-thumbnails {
  174. z-index: 2;
  175. height: 0;
  176. position: relative;
  177. text-align: center;
  178. margin: 0 auto;
  179. }
  180. .ls-below-thumbnails {
  181. display: none;
  182. z-index: 6;
  183. }
  184. .ls-bottom-nav-wrapper a,
  185. .ls-nav-prev,
  186. .ls-nav-next {
  187. outline: none;
  188. }
  189. * .ls-bottom-nav-wrapper *,
  190. * .ls-bottom-nav-wrapper span * {
  191. direction: ltr !important;
  192. }
  193. .ls-bottom-slidebuttons {
  194. position: relative;
  195. z-index: 1000;
  196. }
  197. .ls-bottom-slidebuttons,
  198. .ls-nav-start,
  199. .ls-nav-stop,
  200. .ls-nav-sides {
  201. position: relative;
  202. }
  203. .ls-nothumb {
  204. text-align: center !important;
  205. }
  206. .ls-link {
  207. position: absolute;
  208. width: 100% !important;
  209. height: 100% !important;
  210. left: 0 !important;
  211. top: 0 !important;
  212. background-image: url(blank.gif);
  213. }
  214. .ls-slide > a > * {
  215. background-image: url(blank.gif);
  216. }
  217. /* Embedded videos */
  218. .ls-vpcontainer {
  219. width: 100%;
  220. height: 100%;
  221. position: absolute;
  222. left: 0;
  223. top: 0;
  224. }
  225. .ls-videopreview {
  226. width : 100%;
  227. height : 100%;
  228. position : absolute;
  229. left : 0;
  230. top : 0;
  231. cursor : pointer;
  232. }
  233. .ls-playvideo {
  234. position: absolute;
  235. left: 50%;
  236. top: 50%;
  237. cursor: pointer;
  238. }
  239. /* Thumbnails */
  240. .ls-tn {
  241. display: none !important;
  242. }
  243. .ls-thumbnail-hover {
  244. display: none;
  245. position: absolute;
  246. left: 0;
  247. }
  248. .ls-thumbnail-hover-inner {
  249. width: 100%;
  250. height: 100%;
  251. position: absolute;
  252. left: 0;
  253. top: 0;
  254. display: none;
  255. }
  256. .ls-thumbnail-hover-bg {
  257. position: absolute;
  258. width: 100%;
  259. height: 100%;
  260. left: 0;
  261. top: 0;
  262. }
  263. .ls-thumbnail-hover-img {
  264. position: absolute;
  265. overflow: hidden;
  266. }
  267. .ls-thumbnail-hover img {
  268. max-width: none !important;
  269. position: absolute;
  270. display: inline-block;
  271. visibility: visible !important;
  272. left: 50%;
  273. top: 0;
  274. }
  275. .ls-thumbnail-hover span {
  276. left: 50%;
  277. top: 100%;
  278. width: 0;
  279. height: 0;
  280. display: block;
  281. position: absolute;
  282. border-left-color: transparent !important;
  283. border-right-color: transparent !important;
  284. border-bottom-color: transparent !important;
  285. }
  286. .ls-thumbnail-wrapper {
  287. position: relative;
  288. width: 100%;
  289. margin: 0 auto;
  290. z-index: 4;
  291. }
  292. .ls-thumbnail {
  293. position: relative;
  294. margin: 0 auto;
  295. }
  296. .ls-thumbnail-inner,
  297. .ls-thumbnail-slide-container {
  298. width: 100%;
  299. }
  300. .ls-thumbnail-slide-container {
  301. overflow: hidden !important;
  302. position: relative;
  303. }
  304. .ls-touchscroll {
  305. overflow-x: auto !important;
  306. }
  307. .ls-thumbnail-slide {
  308. text-align: center;
  309. white-space: nowrap;
  310. float: left;
  311. position: relative;
  312. }
  313. .ls-thumbnail-slide a {
  314. overflow: hidden;
  315. display: inline-block;
  316. width: 0;
  317. height: 0;
  318. position: relative;
  319. }
  320. .ls-thumbnail-slide img {
  321. max-width: none !important;
  322. max-height: 100% !important;
  323. height: 100%;
  324. visibility: visible !important;
  325. }
  326. .ls-shadow {
  327. display: none;
  328. position: absolute;
  329. z-index: 1;
  330. top: 100%;
  331. width: 100%;
  332. left: 0;
  333. overflow: hidden !important;
  334. visibility: hidden;
  335. }
  336. .ls-shadow img {
  337. width: 100% !important;
  338. height: auto !important;
  339. position: absolute !important;
  340. left: 0 !important;
  341. bottom: 0 !important;
  342. }
  343. .ls-bottom-nav-wrapper,
  344. .ls-thumbnail-wrapper,
  345. .ls-nav-prev,
  346. .ls-nav-next {
  347. visibility: hidden;
  348. }
  349. /* WP plugin fullwidth */
  350. .ls-wp-fullwidth-container {
  351. width: 100%;
  352. position: relative;
  353. }
  354. .ls-wp-fullwidth-helper {
  355. position: absolute;
  356. }
  357. /* 2D & 3D Layer Transitions */
  358. .ls-overflow-hidden {
  359. overflow: hidden;
  360. }
  361. .ls-lt-tile {
  362. position: relative;
  363. float: left;
  364. perspective: 1000px;
  365. -o-perspective: 1000px;
  366. -ms-perspective: 1000px;
  367. -moz-perspective: 1000px;
  368. -webkit-perspective: 1000px;
  369. }
  370. .ls-lt-tile img {
  371. visibility: visible;
  372. display: inline-block;
  373. }
  374. .ls-curtiles {
  375. overflow: hidden;
  376. }
  377. .ls-curtiles,
  378. .ls-nexttiles {
  379. position: absolute;
  380. width: 100%;
  381. height: 100%;
  382. left: 0;
  383. top: 0;
  384. }
  385. .ls-curtile, .ls-nexttile {
  386. overflow: hidden;
  387. position: absolute;
  388. width: 100% !important;
  389. height: 100% !important;
  390. backface-visibility: hidden;
  391. -o-backface-visibility: hidden;
  392. -ms-backface-visibility: hidden;
  393. -moz-backface-visibility: hidden;
  394. -webkit-backface-visibility: hidden;
  395. }
  396. .ls-curtile {
  397. left: 0;
  398. top: 0;
  399. }
  400. .ls-curtile img,
  401. .ls-nexttile img {
  402. position: absolute;
  403. filter: inherit;
  404. }
  405. .ls-3d-container {
  406. position: relative;
  407. overflow: visible !important;
  408. }
  409. .ls-3d-box {
  410. position: absolute;
  411. top: 50%;
  412. left: 50%;
  413. transform-style: preserve-3d;
  414. -o-transform-style: preserve-3d;
  415. -ms-transform-style: preserve-3d;
  416. -moz-transform-style: preserve-3d;
  417. -webkit-transform-style: preserve-3d;
  418. }
  419. .ls-3d-box div {
  420. overflow: hidden;
  421. background: #777;
  422. margin: 0;
  423. padding: 0;
  424. position: absolute;
  425. }
  426. /* Full screen */
  427. .ls-fullscreen {
  428. position: absolute;
  429. z-index: 10;
  430. cursor: pointer;
  431. display: block;
  432. }
  433. /* Removing all default global styles of WordPress themes */
  434. html * .ls-nav-prev,
  435. html * .ls-nav-next,
  436. html * .ls-container img,
  437. html * .ls-bottom-nav-wrapper a,
  438. html * .ls-container .ls-fullscreen,
  439. body * .ls-nav-prev,
  440. body * .ls-nav-next,
  441. body * .ls-container img,
  442. body * .ls-bottom-nav-wrapper a,
  443. body * .ls-container .ls-fullscreen,
  444. #ls-global * .ls-nav-prev,
  445. #ls-global * .ls-nav-next,
  446. #ls-global * .ls-container img,
  447. #ls-global * .ls-bottom-nav-wrapper a,
  448. #ls-global * .ls-container .ls-fullscreen,
  449. html * .ls-thumbnail a,
  450. body * .ls-thumbnail a,
  451. #ls-global * .ls-thumbnail a {
  452. transition: none;
  453. -o-transition: none;
  454. -ms-transition: none;
  455. -moz-transition: none;
  456. -webkit-transition: none;
  457. line-height: normal;
  458. outline: none;
  459. padding: 0;
  460. border: 0;
  461. }
  462. html * .ls-slide > a,
  463. body * .ls-slide > a,
  464. #ls-global * .ls-slide > a,
  465. html * .ls-slide > h1,
  466. body * .ls-slide > h1,
  467. #ls-global * .ls-slide > h1,
  468. html * .ls-slide > h2,
  469. body * .ls-slide > h2,
  470. #ls-global * .ls-slide > h2,
  471. html * .ls-slide > h3,
  472. body * .ls-slide > h3,
  473. #ls-global * .ls-slide > h3,
  474. html * .ls-slide > h4,
  475. body * .ls-slide > h4,
  476. #ls-global * .ls-slide > h4,
  477. html * .ls-slide > h5,
  478. body * .ls-slide > h5,
  479. #ls-global * .ls-slide > h5,
  480. html * .ls-slide > p,
  481. body * .ls-slide > p,
  482. #ls-global * .ls-slide > p,
  483. html * .ls-slide > div,
  484. body * .ls-slide > div,
  485. #ls-global * .ls-slide > div,
  486. html * .ls-slide > span,
  487. body * .ls-slide > span,
  488. #ls-global * .ls-slide > span,
  489. html * .ls-slide > *,
  490. body * .ls-slide > *,
  491. #ls-global * .ls-slide > * {
  492. transition: none;
  493. -o-transition: none;
  494. -ms-transition: none;
  495. -moz-transition: none;
  496. -webkit-transition: none;
  497. }
  498. html * .ls-slide > *,
  499. body * .ls-slide > *,
  500. #ls-global * .ls-slide > * {
  501. margin: 0;
  502. }
  503. html * .ls-container img,
  504. body * .ls-container img,
  505. #ls-global * .ls-container img {
  506. background: none !important;
  507. min-width: 0 !important;
  508. max-width: none !important;
  509. border-radius: 0;
  510. box-shadow: none;
  511. border: 0;
  512. padding: 0;
  513. }
  514. html * .ls-wp-container .ls-slide > *,
  515. body * .ls-wp-container .ls-slide > *,
  516. #ls-global * .ls-wp-container .ls-slide > * {
  517. line-height: normal;
  518. outline: none;
  519. padding: 0;
  520. margin: 0;
  521. border: 0;
  522. }
  523. html * .ls-wp-container .ls-slide > a > *,
  524. body * .ls-wp-container .ls-slide > a > *,
  525. #ls-global * .ls-wp-container .ls-slide > a > * {
  526. margin: 0;
  527. }
  528. html * .ls-wp-container .ls-slide > a,
  529. body * .ls-wp-container .ls-slide > a,
  530. #ls-global * .ls-wp-container .ls-slide > a {
  531. text-decoration: none;
  532. }
  533. .ls-wp-fullwidth-container,
  534. .ls-wp-fullwidth-helper,
  535. .ls-container,
  536. .ls-container * {
  537. box-sizing: content-box !important;
  538. -moz-box-sizing: content-box !important;
  539. -webkit-box-sizing: content-box !important;
  540. }
  541. html * .ls-yourlogo,
  542. body * .ls-yourlogo,
  543. #ls-global * .ls-yourlogo {
  544. margin: 0;
  545. }
  546. html * .ls-tn,
  547. body * .ls-tn,
  548. #ls-global * .ls-tn {
  549. display: none;
  550. }
  551. .site {
  552. overflow: visible !important;
  553. }
  554. /* Style of LayerSlider Debug Console */
  555. .ls-debug-console * {
  556. margin: 0 !important;
  557. padding: 0 !important;
  558. border: 0 !important;
  559. color: white !important;
  560. text-shadow: none !important;
  561. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
  562. line-height: normal !important;
  563. -webkit-font-smoothing: antialiased !important;
  564. text-align: left !important;
  565. font-style: normal !important;
  566. }
  567. .ls-debug-console h1 {
  568. padding-top: 10px !important;
  569. font-size: 17px !important;
  570. font-weight: bold !important;
  571. }
  572. .ls-debug-console h1:first-child {
  573. padding-top: 0 !important;
  574. }
  575. .ls-debug-console ul {
  576. padding-top: 10px !important;
  577. list-style: none !important;
  578. }
  579. .ls-debug-console li {
  580. margin-left: 10px !important;
  581. font-size: 13px !important;
  582. position: relative !important;
  583. font-weight: normal !important;
  584. }
  585. html * .ls-debug-console li ul,
  586. body * .ls-debug-console li ul,
  587. #ls-global * .ls-debug-console li ul {
  588. display: none;
  589. width: 260px;
  590. left: -10px;
  591. }
  592. .ls-debug-console li ul {
  593. position: absolute !important;
  594. bottom: 100% !important;
  595. padding: 10px 10px 10px 0 !important;
  596. background: white !important;
  597. border-radius: 10px !important;
  598. box-shadow: 0 0 20px black !important;
  599. }
  600. html * .ls-debug-console li:hover ul,
  601. body * .ls-debug-console li:hover ul,
  602. #ls-global * .ls-debug-console li:hover ul {
  603. display: block;
  604. }
  605. .ls-debug-console li ul * {
  606. color: black !important;
  607. }
  608. .ls-debug-console a {
  609. text-decoration: none !important;
  610. border-bottom: 1px dotted white !important;
  611. }
  612. .ls-error {
  613. border-radius: 5px !important;
  614. -moz-border-radius: 5px !important;
  615. -wenkit-border-radius: 5px !important;
  616. background: white !important;
  617. height: auto !important;
  618. width: auto !important;
  619. color: white !important;
  620. padding: 20px 40px 30px 80px !important;
  621. position: relative !important;
  622. box-shadow: 0 2px 20px -5px black;
  623. }
  624. .ls-error p {
  625. line-height: normal !important;
  626. text-shadow: none !important;
  627. margin: 0 !important;
  628. padding: 0 !important;
  629. border: 0 !important;
  630. text-align: justify !important;
  631. font-family: Arial, sans-serif !important;
  632. }
  633. .ls-error .ls-error-title {
  634. line-height: 40px !important;
  635. color: red !important;
  636. font-weight: bold !important;
  637. font-size: 16px !important;
  638. }
  639. .ls-error .ls-error-text {
  640. color: #555 !important;
  641. font-weight: normal !important;
  642. font-size: 13px !important;
  643. }
  644. .ls-error .ls-exclam {
  645. width: 40px !important;
  646. height: 40px !important;
  647. position: absolute !important;
  648. left: 20px !important;
  649. top: 20px !important;
  650. border-radius: 50px !important;
  651. -moz-border-radius: 50px !important;
  652. -webkit-border-radius: 50px !important;
  653. font-size: 30px !important;
  654. font-weight: bold !important;
  655. color: white !important;
  656. line-height: 40px !important;
  657. background: red !important;
  658. text-align: center !important;
  659. }
  660. /* GPU Hardware Acceleration */
  661. html * .ls-container .ls-shadow,
  662. html * .ls-container .ls-slide > *,
  663. html * .ls-container .ls-fullscreen,
  664. html * .ls-container .ls-3d-container,
  665. html * .ls-container .ls-lt-container,
  666. html * .ls-container .ls-lt-container *,
  667. html * .ls-container .ls-thumbnail-wrapper,
  668. html * .ls-container .ls-bottom-nav-wrapper,
  669. body * .ls-container .ls-shadow,
  670. body * .ls-container .ls-slide > *,
  671. body * .ls-container .ls-fullscreen,
  672. body * .ls-container .ls-3d-container,
  673. body * .ls-container .ls-lt-container,
  674. body * .ls-container .ls-lt-container *,
  675. body * .ls-container .ls-thumbnail-wrapper,
  676. body * .ls-container .ls-bottom-nav-wrapper,
  677. #ls-global * .ls-container .ls-shadow,
  678. #ls-global * .ls-container .ls-slide > *,
  679. #ls-global * .ls-container .ls-fullscreen,
  680. #ls-global * .ls-container .ls-3d-container,
  681. #ls-global * .ls-container .ls-lt-container,
  682. #ls-global * .ls-container .ls-lt-container *,
  683. #ls-global * .ls-container .ls-thumbnail-wrapper,
  684. #ls-global * .ls-container .ls-bottom-nav-wrapper,
  685. .ls-gpuhack {
  686. transform: translate3d(0, 0, 0);
  687. -o-transform: translate3d(0, 0, 0);
  688. -ms-transform: translate3d(0, 0, 0);
  689. -moz-transform: translate3d(0, 0, 0);
  690. -webkit-transform: translate3d(0, 0, 0);
  691. }
  692. .ls-videohack {
  693. transform: none !important;
  694. -o-transform: none !important;
  695. -ms-transform: none !important;
  696. -moz-transform: none !important;
  697. -webkit-transform: none !important;
  698. transform-origin: none !important;
  699. -o-transform-origin: none !important;
  700. -ms-transform-origin: none !important;
  701. -moz-transform-origin: none !important;
  702. -webkit-transform-origin: none !important;
  703. }
  704. .ls-oldiepnghack {
  705. filter: none !important;
  706. }
  707. .ls-gpuhack {
  708. width: 100% !important;
  709. height: 100% !important;
  710. left: 0px !important;
  711. top: 0px !important;
  712. }
  713. html * .ls-container .ls-webkit-hack,
  714. body * .ls-container .ls-webkit-hack,
  715. #ls-global * .ls-container .ls-webkit-hack {
  716. width: 100%;
  717. height: 100%;
  718. position: absolute;
  719. left: 0;
  720. top: 0;
  721. z-index: 1;
  722. }
  723. /* GPU */
  724. @media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
  725. #ls-test3d {
  726. position: absolute;
  727. left: 9px;
  728. height: 3px;
  729. }
  730. }
  731. /* Mobile features */
  732. .ls-forcehide {
  733. display: none !important;
  734. }