style-layer-slider.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. /* BEDIN LAYER SLIDER */
  2. .ls-ct-half, .ls-ct-center {
  3. border-radius: 100px !important;
  4. }
  5. .ls-fullwidth .ls-nav-prev,
  6. .ls-fullwidth .ls-nav-next {
  7. opacity: 0.7;
  8. }
  9. .ls-fullwidth .ls-nav-prev:hover,
  10. .ls-fullwidth .ls-nav-next:hover {
  11. opacity: 1;
  12. }
  13. /* slide 1 */
  14. .ls-slide1 .ls-title {
  15. font: 60px/66px 'Source Sans Pro', Arial, sans-serif;
  16. color: #000;
  17. border-bottom: solid 1px rgba(255,255,255,0.5) !important;
  18. text-transform: uppercase;
  19. text-align: center;
  20. padding-bottom: 19px;
  21. }
  22. .ls-slide1 .ls-title strong {
  23. color: #e6400c;
  24. display: block;
  25. font-weight: 600;
  26. }
  27. .ls-slide1 .ls-mini-text {
  28. font: 400 23px 'Source Sans Pro', Arial, sans-serif;
  29. color: #000;
  30. text-align: center;
  31. }
  32. /* slide 2 */
  33. .ls-slide2 .ls-title {
  34. font: 25px 'Source Sans Pro', Arial, sans-serif;
  35. color: #000;
  36. text-align: center;
  37. line-height: 1.2 !important;
  38. }
  39. .ls-slide2 .ls-title strong,
  40. .ls-slide2 .ls-title em {
  41. display: block;
  42. font-weight: 300;
  43. padding-top: 9px;
  44. }
  45. .ls-slide2 .ls-title strong {
  46. font-size: 160%;
  47. }
  48. .ls-slide2 .ls-title em {
  49. font-size: 200%;
  50. font-style: normal;
  51. padding-top: 5px;
  52. }
  53. .ls-slide2 .ls-price {
  54. font: 300 20px 'Open Sans', sans-serif;
  55. color: #fff;
  56. text-align: center;
  57. background: rgba(230,64,12,0.9);
  58. border-radius: 190px !important;
  59. overflow: hidden;
  60. width: 177px;
  61. height: 177px;
  62. display: table-cell;
  63. vertical-align: middle;
  64. }
  65. .ls-slide2 .ls-price b {
  66. display: block;
  67. font-weight: normal;
  68. padding-top: 15%;
  69. }
  70. .ls-slide2 .ls-price strong {
  71. font: 300 425%/1 'Source Sans Pro', Arial, sans-serif;
  72. font-weight: 300;
  73. }
  74. .ls-slide2 .ls-price strong span {
  75. font-size: 30px;
  76. }
  77. .ls-slide2 .ls-more {
  78. color: #e6400c;
  79. display: inline-block;
  80. border: solid 1px #e6400c;
  81. font: 300 18px 'Open Sans', sans-serif;
  82. padding: 7px 20px 8px;
  83. }
  84. .ls-slide2 .ls-more:hover {
  85. text-decoration: none;
  86. color: #fff;
  87. background: #e6400c;
  88. border-color: #e6400c;
  89. }
  90. /* slide 3 */
  91. .ls-slide3 .ls-title {
  92. font: 300 46px/59px 'Source Sans Pro', Arial, sans-serif;
  93. color: #fff;
  94. border-bottom: solid 1px #b90010 !important;
  95. text-align: center;
  96. padding-bottom: 27px;
  97. }
  98. .ls-slide3 .ls-title strong {
  99. display: block;
  100. font-weight: 600;
  101. }
  102. .ls-slide3 .ls-buy {
  103. color: #fff;
  104. border: solid 5px rgba(55,0,5,0.6);
  105. padding: 12px 20px 8px;
  106. background: #d11018;
  107. float: left;
  108. margin-right: 20px;
  109. }
  110. .ls-slide3 .ls-buy:hover {
  111. text-decoration: none;
  112. color: #fff;
  113. border-color: rgba(255,255,255,0.6);
  114. }
  115. .ls-slide3 .ls-price {
  116. font: 400 75%/1 'Source Sans Pro', Arial, sans-serif;
  117. color: #fff;
  118. float: left;
  119. }
  120. .ls-slide3 .ls-price span {
  121. float: left;
  122. padding-top: 18px;
  123. margin-right: 17px;
  124. }
  125. .ls-slide3 .ls-price strong {
  126. font-weight: 200;
  127. font-size: 567%;
  128. top: -20px;
  129. position: relative;
  130. line-height: 1;
  131. }
  132. .ls-slide3 .ls-price strong sup {
  133. font-size: 49%;
  134. position: relative;
  135. top: -16px;
  136. line-height: 1;
  137. }
  138. /* slide 4 */
  139. .ls-slide4 .ls-title {
  140. font: 300 68px/81px 'Source Sans Pro', Arial, sans-serif;
  141. color: #fff;
  142. text-align: center;
  143. text-transform: uppercase;
  144. border-bottom: solid 1px rgba(255,255,255,0.6);
  145. padding-bottom: 27px;
  146. }
  147. .ls-slide4 .ls-mini-text {
  148. font-size: 100px;
  149. height: 43px;
  150. }
  151. .ls-slide4 .ls-mini-text span {
  152. float: left;
  153. margin-right: 13px;
  154. font: 400 17% 'Open Sans', sans-serif;
  155. color: #fff;
  156. }
  157. .ls-slide4 .ls-mini-text a {
  158. color: #fff;
  159. font: 300 20% 'Open Sans', sans-serif;
  160. padding: 7px 20px 8px;
  161. background: #000;
  162. top: -20%;
  163. position: relative;
  164. float: left;
  165. }
  166. .ls-slide4 .ls-mini-text a:hover {
  167. text-decoration: none;
  168. color: #fff;
  169. background: #e6400c;
  170. }