nivo-slider-theme.css 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. .slider-area {
  2. color: #fff;
  3. position: relative;
  4. text-align: center;
  5. }
  6. .slider-content {
  7. padding: 180px 60px;
  8. }
  9. .nivo-caption::after {
  10. background: #444 none repeat scroll 0 0;
  11. content: "";
  12. height: 100%;
  13. left: 0;
  14. opacity: 0;
  15. position: absolute;
  16. top: 0;
  17. width: 100%;
  18. z-index: -1;
  19. }
  20. .layer-1-2 {
  21. margin: 20px 0;
  22. }
  23. .layer-1-1 h2 {
  24. color: #fff;
  25. font-size: 32px;
  26. font-weight: 700;
  27. }
  28. .layer-1-2 h1 {
  29. color: #fff;
  30. font-size: 50px;
  31. font-weight: 700;
  32. line-height: 60px;
  33. }
  34. .layer-1-3 {
  35. margin: 50px 0 0;
  36. }
  37. .layer-1-3 a.ready-btn {
  38. border: 1px solid #fff;
  39. border-radius: 30px;
  40. color: #fff;
  41. border: 1px solid #0c7c1b !important;
  42. background: #0c7c1b;
  43. cursor: pointer;
  44. display: inline-block;
  45. font-size: 27px;
  46. font-weight: 600;
  47. padding: 10px 20px;
  48. text-align: center;
  49. text-transform: uppercase;
  50. transition: all 0.4s ease 0s;
  51. z-index: 222;
  52. }
  53. .layer-1-3 a.ready-btn:hover {
  54. background: transparent !important;
  55. border: 1px solid #fff !important;
  56. }
  57. .layer-1-3 a.ready-btn2 {
  58. border: 1px solid #fff;
  59. border-radius: 30px;
  60. color: #fff;
  61. border: 1px solid #f48266 !important;
  62. background: #f48266;
  63. cursor: pointer;
  64. display: inline-block;
  65. font-size: 27px;
  66. font-weight: 600;
  67. margin-top: 30px;
  68. padding: 10px 20px;
  69. text-align: center;
  70. text-transform: uppercase;
  71. transition: all 0.4s ease 0s;
  72. z-index: 222;
  73. }
  74. .layer-1-3 a.ready-btn2:hover {
  75. background: transparent !important;
  76. border: 1px solid #fff !important;
  77. }
  78. .layer-1-3 a.ready-btn3 {
  79. border: 1px solid #fff;
  80. border-radius: 30px;
  81. color: #fff;
  82. border: 1px solid #8ebe20 !important;
  83. background: #8ebe20;
  84. cursor: pointer;
  85. display: inline-block;
  86. font-size: 27px;
  87. font-weight: 600;
  88. margin-top: 30px;
  89. padding: 10px 20px;
  90. text-align: center;
  91. text-transform: uppercase;
  92. transition: all 0.4s ease 0s;
  93. z-index: 222;
  94. }
  95. .layer-1-3 a.ready-btn3:hover {
  96. background: transparent !important;
  97. border: 1px solid #fff !important;
  98. }
  99. .layer-1-3 a.ready-btn4 {
  100. border: 1px solid #fff;
  101. border-radius: 30px;
  102. color: #fff;
  103. border: 1px solid #069ba2 !important;
  104. background: #069ba2;
  105. cursor: pointer;
  106. display: inline-block;
  107. font-size: 27px;
  108. font-weight: 600;
  109. margin-top: 30px;
  110. padding: 10px 20px;
  111. text-align: center;
  112. text-transform: uppercase;
  113. transition: all 0.4s ease 0s;
  114. z-index: 222;
  115. }
  116. .layer-1-3 a.ready-btn4:hover {
  117. background: transparent !important;
  118. border: 1px solid #fff !important;
  119. }
  120. .ready-btn.right-btn {
  121. position: absolute;
  122. bottom: 50px;
  123. background: #2CB978;
  124. border: 1px solid #2CB978 !important;
  125. }
  126. .ready-btn.right-btn:hover {
  127. background: transparent !important;
  128. border: 1px solid #fff !important;
  129. }
  130. .nivo-controlNav {
  131. bottom: 0;
  132. left: 0;
  133. position: absolute;
  134. right: 0;
  135. z-index: 8;
  136. }
  137. .nivo-directionNav {
  138. display: block;
  139. }
  140. .nivo-controlNav a {
  141. background: transparent none repeat scroll 0 0;
  142. border: 2px solid #fff;
  143. box-shadow: none;
  144. display: inline-block;
  145. font-size: 0;
  146. height: 2px;
  147. margin: 5px 3px;
  148. opacity: 1;
  149. text-align: center;
  150. text-indent: inherit;
  151. vertical-align: top;
  152. width: 20px;
  153. }
  154. .nivo-controlNav a:hover,
  155. .nivo-controlNav a.active {
  156. background: #fff none repeat scroll 0 0;
  157. border-color: #2CB978;
  158. -moz-transform: rotate(180deg);
  159. -webkit-transform: rotate(180deg);
  160. -o-transform: rotate(180deg);
  161. -ms-transform: rotate(180deg);
  162. }
  163. /* Normal desktop :992px. */
  164. @media (min-width: 1400px) and (max-width:1920px) {
  165. .slider-content {
  166. padding: 340px 0;
  167. }
  168. }
  169. /* Normal desktop :992px. */
  170. @media (min-width: 992px) and (max-width: 1169px) {
  171. .slider-content {
  172. padding: 144px 0;
  173. }
  174. }
  175. /* Tablet desktop :768px. */
  176. @media (min-width: 768px) and (max-width: 991px) {
  177. .slider-content {
  178. padding: 93px 0;
  179. }
  180. .layer-1-2 h1 {
  181. font-size: 22px;
  182. line-height: 24px;
  183. }
  184. .layer-1-3 a.ready-btn {
  185. font-size: 14px;
  186. margin-top: 20px;
  187. padding: 10px 20px;
  188. }
  189. }
  190. @media (max-width: 767px) {
  191. .nivo-directionNav {
  192. display: none;
  193. }
  194. .slider-content {
  195. padding: 46px 0px;
  196. }
  197. .layer-1-2 {
  198. margin: 10px 0;
  199. }
  200. .layer-1-1 h2 {
  201. font-size: 14px;
  202. line-height: 16px;
  203. }
  204. .layer-1-2 h1 {
  205. font-size: 14px;
  206. line-height: 16px;
  207. }
  208. .layer-1-3 a.ready-btn {
  209. font-size: 12px;
  210. margin-top: 10px;
  211. padding: 8px 10px;
  212. }
  213. .layer-1-3 {
  214. margin: 10px 0 0;
  215. }
  216. .nivo-controlNav {
  217. bottom: -8px;
  218. }
  219. }
  220. @media only screen and (min-width: 480px) and (max-width: 767px) {
  221. .slider-content {
  222. padding: 70px 0px;
  223. }
  224. .layer-1-1 h2,
  225. .layer-1-2 h1 {
  226. font-size: 24px;
  227. line-height: 30px;
  228. }
  229. }
  230. /* -------------------------------------
  231. preview-1
  232. ---------------------------------------- */
  233. .preview-1 .nivoSlider {
  234. position: relative;
  235. background: url(../lib/nivo-slider/img/loading.gif) no-repeat 50% 50%;
  236. }
  237. .preview-1 .nivoSlider img {
  238. position: absolute;
  239. top: 0px;
  240. left: 0px;
  241. display: none;
  242. }
  243. .preview-1 .nivoSlider a {
  244. border: 0;
  245. display: block;
  246. }
  247. .preview-1 .nivo-controlNav {
  248. text-align: center;
  249. padding: 20px 0;
  250. }
  251. .preview-1 .nivo-controlNav a {
  252. display: inline-block;
  253. width: 22px;
  254. height: 22px;
  255. background: url(../lib/nivo-slider/img/bullets.png) no-repeat;
  256. text-indent: -9999px;
  257. border: 0;
  258. margin: 0 2px;
  259. }
  260. .preview-1 .nivo-controlNav a.active {
  261. background-position: 0 -22px;
  262. }
  263. .preview-1 .nivo-directionNav a {
  264. display: block;
  265. width: 30px;
  266. height: 30px;
  267. background: url(../lib/nivo-slider/img/arrows.png) no-repeat;
  268. text-indent: -9999px;
  269. border: 0;
  270. opacity: 0;
  271. -webkit-transition: all 200ms ease-in-out;
  272. -moz-transition: all 200ms ease-in-out;
  273. -o-transition: all 200ms ease-in-out;
  274. transition: all 200ms ease-in-out;
  275. }
  276. .preview-1:hover .nivo-directionNav a {
  277. opacity: 1;
  278. }
  279. .nivo-prevNav {
  280. left: 15px;
  281. }
  282. .nivo-nextNav {
  283. right: 15px;
  284. }
  285. .preview-1 a.nivo-nextNav {
  286. background-position: -30px 0;
  287. }
  288. .preview-1 .nivo-caption {
  289. font-family: Helvetica, Arial, sans-serif;
  290. }
  291. .preview-1 .nivo-caption a {
  292. color: #fff;
  293. border-bottom: 1px dotted #fff;
  294. }
  295. .preview-1 .nivo-caption a:hover {
  296. color: #fff;
  297. }
  298. .preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  299. width: 100%;
  300. }
  301. .preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  302. width: auto;
  303. height: auto;
  304. background: none;
  305. margin-bottom: 5px;
  306. }
  307. .preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  308. display: block;
  309. width: 120px;
  310. height: auto;
  311. }
  312. .preview-1 .nivo-controlNav {
  313. position: relative;
  314. z-index: 99999;
  315. bottom: 68px;
  316. }
  317. .preview-1 .nivo-controlNav a {
  318. border: 5px solid #fff;
  319. display: inline-block;
  320. height: 18px;
  321. margin: 0 5px;
  322. text-indent: -9999px;
  323. width: 18px;
  324. line-height: 8px;
  325. background: #3c3c3c;
  326. cursor: pointer;
  327. position: relative;
  328. z-index: 9;
  329. border-radius: 100%;
  330. opacity: 0;
  331. z-index: -999;
  332. }
  333. .preview-1:hover .nivo-controlNav a {
  334. opacity: 1;
  335. z-index: 999999;
  336. }
  337. .preview-1 .nivo-controlNav a:hover,
  338. .preview-1 .nivo-controlNav a.active {
  339. background: #000;
  340. cursor: pointer;
  341. }
  342. /* -------------------------------------
  343. preview-2
  344. ---------------------------------------- */
  345. .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  346. left: 50px;
  347. }
  348. .preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  349. right: 50px;
  350. }
  351. .preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  352. font-size: 0;
  353. }
  354. .preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  355. font-size: 0;
  356. }
  357. .preview-2 .nivo-directionNav a.nivo-prevNav::before {
  358. background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  359. color: #ffffff;
  360. content: "";
  361. cursor: pointer;
  362. font: 300 50px/50px FontAwesome;
  363. position: absolute;
  364. text-align: center;
  365. top: 50%;
  366. transition: all 8s ease-in 0s;
  367. z-index: 9;
  368. font-weight: 100;
  369. left: 0px;
  370. width: 50px;
  371. border: 1px solid #fff;
  372. border-radius: 50%;
  373. font-size: 30px;
  374. }
  375. .preview-2 .nivo-directionNav a.nivo-nextNav:hover:before,
  376. .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  377. border-color: #2CB978;
  378. color: #fff;
  379. background: #2CB978;
  380. }
  381. .preview-2 .nivo-directionNav a.nivo-nextNav::before {
  382. background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  383. border: 1px solid #fff;
  384. border-radius: 50%;
  385. color: #ffffff;
  386. content: "";
  387. cursor: pointer;
  388. font: 100 30px/50px FontAwesome;
  389. height: 50px;
  390. position: absolute;
  391. right: 0px;
  392. text-align: center;
  393. top: 50%;
  394. transition: all 300ms ease-in 0s;
  395. width: 50px;
  396. z-index: 9;
  397. font-size: 30px;
  398. }
  399. .niceties.preview-2 {
  400. position: relative;
  401. height: 100%;
  402. }