Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1.  
  2. /* =================================================================== */
  3. /* Revolution Slider
  4. ====================================================================== */
  5. .fullwidthbanner-container {
  6. width: 100% !important;
  7. position: relative;
  8. padding: 0;
  9. max-height: 470px !important;
  10. overflow: hidden;
  11. background-image:url(../images/loader.gif);
  12. background-repeat: no-repeat;
  13. background-position: 50%;
  14. top: -20px;
  15. }
  16.  
  17.  
  18. /* Captions
  19. ====================================*/
  20. .caption h2 {
  21. font-size: 44px;
  22. font-weight: 800;
  23. color: #444;
  24. text-transform: uppercase;
  25. font-family: "Raleway";
  26. letter-spacing: -0.2px;
  27. }
  28.  
  29. .caption h3 {
  30. font-size: 28px;
  31. font-weight: 300;
  32. color: #a0a0a0;
  33. text-transform: uppercase;
  34. font-family: "Open Sans";
  35. }
  36.  
  37. .caption p {
  38. font-size: 16px;
  39. font-weight: 500;
  40. color: #888;
  41. line-height: 25px;
  42. font-family: "Open Sans"
  43. }
  44.  
  45. .caption.light h2 {
  46. color: #fff;
  47. }
  48.  
  49. .caption.light h3 {
  50. color: #aaa;
  51. }
  52.  
  53. .caption.light p {
  54. color: #999;
  55. }
  56.  
  57.  
  58. /* Navigation
  59. ====================================*/
  60. .tparrows {
  61. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  62. -moz-opacity: 1;
  63. -khtml-opacity: 1;
  64. opacity: 1;
  65. -webkit-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  66. -moz-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  67. -o-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  68. -ms-transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  69. transition: background-color 150ms ease-in-out, opacity 0.2s ease-out;
  70. }
  71.  
  72. .tparrows.hidearrows {
  73. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  74. -moz-opacity: 0;
  75. -khtml-opacity: 0;
  76. opacity: 0;
  77. }
  78.  
  79. .tp-leftarrow.default,
  80. .tp-rightarrow.default {
  81. z-index: 100;
  82. cursor: pointer;
  83. position: relative;
  84. background-color: #a0a0a0;
  85. width: 49px;
  86. height: 71px;
  87. }
  88.  
  89. .tp-leftarrow:hover,
  90. .tp-rightarrow:hover { background-color: #a0a0a0; }
  91.  
  92. .tp-leftarrow.default {
  93. background-image: url(../images/slider-left-arrow.png);
  94. background-repeat: no-repeat;
  95. background-position: 45% 50%;
  96. border-radius: 0 3px 3px 0;
  97. left: 0 !important;
  98. }
  99.  
  100. .tp-rightarrow.default {
  101. background-image: url(../images/slider-right-arrow.png);
  102. background-repeat: no-repeat;
  103. background-position: 55% 50%;
  104. border-radius: 3px 0 0 3px;
  105. right: 0 !important;
  106. }
  107.  
  108.  
  109. /* Other Styles
  110. ====================================*/
  111. .tp_inner_padding {
  112. box-sizing:border-box;
  113. -webkit-box-sizing:border-box;
  114. -moz-box-sizing:border-box;
  115. max-height:none !important;
  116. }
  117.  
  118.  
  119. .tp-simpleresponsive .slotholder *,
  120. .tp-simpleresponsive img {
  121. -webkit-transform: translateZ(0);
  122. -webkit-backface-visibility: hidden;
  123. -webkit-perspective: 1000;
  124. }
  125.  
  126. .tp-simpleresponsive .caption,
  127. .tp-simpleresponsive .tp-caption {
  128. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  129. -moz-opacity: 0;
  130. -khtml-opacity: 0;
  131. opacity: 0;
  132. position:absolute;
  133. visibility: hidden;
  134. }
  135.  
  136. .tp-simpleresponsive img {
  137. max-width: none;
  138. }
  139.  
  140. .noFilterClass {
  141. filter:none !important;
  142. }
  143.  
  144.  
  145. /* Shadows
  146. ====================================*/
  147. .tp-bannershadow {
  148. position:absolute;
  149. margin-left:auto;
  150. margin-right:auto;
  151. -moz-user-select: none;
  152. -khtml-user-select: none;
  153. -webkit-user-select: none;
  154. -o-user-select: none;
  155. }
  156.  
  157. .tp-bannershadow.tp-shadow1 {background:url(../assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
  158. .tp-bannershadow.tp-shadow2 {background:url(../assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
  159. .tp-bannershadow.tp-shadow3 {background:url(../assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
  160.  
  161.  
  162. /* Fullscreen Video
  163. ====================================*/
  164. .caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;}
  165. .caption.fullscreenvideo iframe { width:100% !important; height:100% !important;}
  166.  
  167. .tp-caption.fullscreenvideo { left:0px; top:0px; position:absolute;width:100%;height:100%;}
  168. .tp-caption.fullscreenvideo iframe { width:100% !important; height:100% !important;}
  169.  
  170.  
  171. /* Basic Settings For Banner
  172. ====================================*/
  173. .tp-simpleresponsive img {
  174. -moz-user-select: none;
  175. -khtml-user-select: none;
  176. -webkit-user-select: none;
  177. -o-user-select: none;
  178. }
  179.  
  180. .tp-simpleresponsive a {text-decoration:none;}
  181.  
  182. .tp-simpleresponsive ul {
  183. list-style:none;
  184. padding:0;
  185. margin:0;
  186. }
  187.  
  188. .tp-simpleresponsive >ul >li{
  189. list-stye:none;
  190. position:absolute;
  191. visibility:hidden;
  192. }
  193.  
  194. .tp-transparentimg {content:"url(../assets/transparent.png)"}
  195. .tp-3d {-webkit-transform-style: preserve-3d;-webkit-transform-origin: 50% 50%;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement