Advertisement
Guest User

skin

a guest
Jan 16th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 137.60 KB | None | 0 0
  1. a {
  2.     color: #3fc5a9;
  3. }
  4.  
  5. a:hover {
  6.     color: #53cbb2;
  7. }
  8.  
  9. a:focus {
  10.     color: #53cbb2;
  11. }
  12.  
  13. a:active {
  14.     color: #36b49a;
  15. }
  16.  
  17. html .heading-primary,
  18. html .lnk-primary,
  19. html .text-color-primary {
  20.     color: #3fc5a9 !important;
  21. }
  22.  
  23. html .heading.heading-primary h1,
  24. html .heading.heading-primary h2,
  25. html .heading.heading-primary h3,
  26. html .heading.heading-primary h4,
  27. html .heading.heading-primary h5,
  28. html .heading.heading-primary h6 {
  29.     border-color: #3fc5a9;
  30. }
  31.  
  32. html .heading-secondary,
  33. html .lnk-secondary,
  34. html .text-color-secondary {
  35.     color: #101019 !important;
  36. }
  37.  
  38. html .heading.heading-secondary h1,
  39. html .heading.heading-secondary h2,
  40. html .heading.heading-secondary h3,
  41. html .heading.heading-secondary h4,
  42. html .heading.heading-secondary h5,
  43. html .heading.heading-secondary h6 {
  44.     border-color: #101019;
  45. }
  46.  
  47. html .heading-tertiary,
  48. html .lnk-tertiary,
  49. html .text-color-tertiary {
  50.     color: #dbdbdb !important;
  51. }
  52.  
  53. html .heading.heading-tertiary h1,
  54. html .heading.heading-tertiary h2,
  55. html .heading.heading-tertiary h3,
  56. html .heading.heading-tertiary h4,
  57. html .heading.heading-tertiary h5,
  58. html .heading.heading-tertiary h6 {
  59.     border-color: #dbdbdb;
  60. }
  61.  
  62. html .heading-quaternary,
  63. html .lnk-quaternary,
  64. html .text-color-quaternary {
  65.     color: #101019 !important;
  66. }
  67.  
  68. html .heading.heading-quaternary h1,
  69. html .heading.heading-quaternary h2,
  70. html .heading.heading-quaternary h3,
  71. html .heading.heading-quaternary h4,
  72. html .heading.heading-quaternary h5,
  73. html .heading.heading-quaternary h6 {
  74.     border-color: #101019;
  75. }
  76.  
  77. html .heading-dark,
  78. html .lnk-dark,
  79. html .text-color-dark {
  80.     color: #2e353e !important;
  81. }
  82.  
  83. html .heading.heading-dark h1,
  84. html .heading.heading-dark h2,
  85. html .heading.heading-dark h3,
  86. html .heading.heading-dark h4,
  87. html .heading.heading-dark h5,
  88. html .heading.heading-dark h6 {
  89.     border-color: #2e353e;
  90. }
  91.  
  92. html .heading-light,
  93. html .lnk-light,
  94. html .text-color-light {
  95.     color: #FFF !important;
  96. }
  97.  
  98. html .heading.heading-light h1,
  99. html .heading.heading-light h2,
  100. html .heading.heading-light h3,
  101. html .heading.heading-light h4,
  102. html .heading.heading-light h5,
  103. html .heading.heading-light h6 {
  104.     border-color: #FFF;
  105. }
  106.  
  107. html .background-color-primary {
  108.     background-color: #3fc5a9 !important;
  109. }
  110.  
  111. html .background-color-secondary {
  112.     background-color: #101019 !important;
  113. }
  114.  
  115. html .background-color-tertiary {
  116.     background-color: #dbdbdb !important;
  117. }
  118.  
  119. html .background-color-quaternary {
  120.     background-color: #101019 !important;
  121. }
  122.  
  123. html .background-color-dark {
  124.     background-color: #2e353e !important;
  125. }
  126.  
  127. html .background-color-light {
  128.     background-color: #FFF !important;
  129. }
  130.  
  131. .alternative-font {
  132.     color: #3fc5a9;
  133. }
  134.  
  135. html .blockquote-primary {
  136.     border-color: #3fc5a9 !important;
  137. }
  138.  
  139. html .blockquote-secondary {
  140.     border-color: #101019 !important;
  141. }
  142.  
  143. html .blockquote-tertiary {
  144.     border-color: #dbdbdb !important;
  145. }
  146.  
  147. html .blockquote-quaternary {
  148.     border-color: #101019 !important;
  149. }
  150.  
  151. html .blockquote-dark {
  152.     border-color: #2e353e !important;
  153. }
  154.  
  155. html .blockquote-light {
  156.     border-color: #FFF !important;
  157. }
  158.  
  159. p.drop-caps:first-letter {
  160.     color: #3fc5a9;
  161. }
  162.  
  163. p.drop-caps.drop-caps-style-2:first-letter {
  164.     background-color: #3fc5a9;
  165. }
  166.  
  167. ul.nav-pills > li.active > a {
  168.     background-color: #3fc5a9;
  169. }
  170.  
  171. ul.nav-pills > li.active > a:hover,
  172. ul.nav-pills > li.active > a:focus {
  173.     background-color: #3fc5a9;
  174. }
  175.  
  176. html ul.nav-pills-primary a {
  177.     color: #3fc5a9;
  178. }
  179.  
  180. html ul.nav-pills-primary a:hover {
  181.     color: #53cbb2;
  182. }
  183.  
  184. html ul.nav-pills-primary a:focus {
  185.     color: #53cbb2;
  186. }
  187.  
  188. html ul.nav-pills-primary a:active {
  189.     color: #36b49a;
  190. }
  191.  
  192. html ul.nav-pills-primary > li.active > a {
  193.     background-color: #3fc5a9;
  194. }
  195.  
  196. html ul.nav-pills-primary > li.active > a:hover,
  197. html ul.nav-pills-primary > li.active > a:focus {
  198.     background-color: #3fc5a9;
  199. }
  200.  
  201. html ul.nav-pills-secondary a {
  202.     color: #101019;
  203. }
  204.  
  205. html ul.nav-pills-secondary a:hover {
  206.     color: #1a1a29;
  207. }
  208.  
  209. html ul.nav-pills-secondary a:focus {
  210.     color: #1a1a29;
  211. }
  212.  
  213. html ul.nav-pills-secondary a:active {
  214.     color: #060609;
  215. }
  216.  
  217. html ul.nav-pills-secondary > li.active > a {
  218.     background-color: #101019;
  219. }
  220.  
  221. html ul.nav-pills-secondary > li.active > a:hover,
  222. html ul.nav-pills-secondary > li.active > a:focus {
  223.     background-color: #101019;
  224. }
  225.  
  226. html ul.nav-pills-tertiary a {
  227.     color: #dbdbdb;
  228. }
  229.  
  230. html ul.nav-pills-tertiary a:hover {
  231.     color: #e8e8e8;
  232. }
  233.  
  234. html ul.nav-pills-tertiary a:focus {
  235.     color: #e8e8e8;
  236. }
  237.  
  238. html ul.nav-pills-tertiary a:active {
  239.     color: #cecece;
  240. }
  241.  
  242. html ul.nav-pills-tertiary > li.active > a {
  243.     background-color: #dbdbdb;
  244. }
  245.  
  246. html ul.nav-pills-tertiary > li.active > a:hover,
  247. html ul.nav-pills-tertiary > li.active > a:focus {
  248.     background-color: #dbdbdb;
  249. }
  250.  
  251. html ul.nav-pills-quaternary a {
  252.     color: #101019;
  253. }
  254.  
  255. html ul.nav-pills-quaternary a:hover {
  256.     color: #1a1a29;
  257. }
  258.  
  259. html ul.nav-pills-quaternary a:focus {
  260.     color: #1a1a29;
  261. }
  262.  
  263. html ul.nav-pills-quaternary a:active {
  264.     color: #060609;
  265. }
  266.  
  267. html ul.nav-pills-quaternary > li.active > a {
  268.     background-color: #101019;
  269. }
  270.  
  271. html ul.nav-pills-quaternary > li.active > a:hover,
  272. html ul.nav-pills-quaternary > li.active > a:focus {
  273.     background-color: #101019;
  274. }
  275.  
  276. html ul.nav-pills-dark a {
  277.     color: #2e353e;
  278. }
  279.  
  280. html ul.nav-pills-dark a:hover {
  281.     color: #39424d;
  282. }
  283.  
  284. html ul.nav-pills-dark a:focus {
  285.     color: #39424d;
  286. }
  287.  
  288. html ul.nav-pills-dark a:active {
  289.     color: #23282f;
  290. }
  291.  
  292. html ul.nav-pills-dark > li.active > a {
  293.     background-color: #2e353e;
  294. }
  295.  
  296. html ul.nav-pills-dark > li.active > a:hover,
  297. html ul.nav-pills-dark > li.active > a:focus {
  298.     background-color: #2e353e;
  299. }
  300.  
  301. html ul.nav-pills-light a {
  302.     color: #FFF;
  303. }
  304.  
  305. html ul.nav-pills-light a:hover {
  306.     color: #ffffff;
  307. }
  308.  
  309. html ul.nav-pills-light a:focus {
  310.     color: #ffffff;
  311. }
  312.  
  313. html ul.nav-pills-light a:active {
  314.     color: #f2f2f2;
  315. }
  316.  
  317. html ul.nav-pills-light > li.active > a {
  318.     background-color: #FFF;
  319. }
  320.  
  321. html ul.nav-pills-light > li.active > a:hover,
  322. html ul.nav-pills-light > li.active > a:focus {
  323.     background-color: #FFF;
  324. }
  325.  
  326. .sort-source-wrapper .nav > li.active > a {
  327.     color: #3fc5a9;
  328. }
  329.  
  330. .sort-source-wrapper .nav > li.active > a:hover,
  331. .sort-source-wrapper .nav > li.active > a:focus {
  332.     color: #3fc5a9;
  333. }
  334.  
  335. .sort-source.sort-source-style-2 > li.active > a:after {
  336.     border-top-color: #3fc5a9;
  337. }
  338.  
  339. html .label-primary {
  340.     background-color: #3fc5a9;
  341. }
  342.  
  343. html .label-secondary {
  344.     background-color: #101019;
  345. }
  346.  
  347. html .label-tertiary {
  348.     background-color: #dbdbdb;
  349. }
  350.  
  351. html .label-quaternary {
  352.     background-color: #101019;
  353. }
  354.  
  355. html .label-dark {
  356.     background-color: #2e353e;
  357. }
  358.  
  359. html .label-light {
  360.     background-color: #FFF;
  361. }
  362.  
  363. .btn-link {
  364.     color: #3fc5a9;
  365. }
  366.  
  367. .btn-link:hover {
  368.     color: #53cbb2;
  369. }
  370.  
  371. .btn-link:active {
  372.     color: #36b49a;
  373. }
  374.  
  375. html .btn-primary {
  376.     color: #fff;
  377.     background-color: #3fc5a9;
  378.     border-color: #3fc5a9 #3fc5a9 #30a189;
  379. }
  380.  
  381. html .btn-primary:hover {
  382.     border-color: #53cbb2 #53cbb2 #36b49a;
  383.     background-color: #53cbb2;
  384. }
  385.  
  386. html .btn-primary:active,
  387. html .btn-primary:focus,
  388. html .btn-primary:active:hover,
  389. html .btn-primary:active:focus {
  390.     border-color: #36b49a #36b49a #36b49a;
  391.     background-color: #36b49a;
  392. }
  393.  
  394. html .btn-primary.dropdown-toggle {
  395.     border-left-color: #36b49a;
  396. }
  397.  
  398. html .btn-primary[disabled],
  399. html .btn-primary[disabled]:hover,
  400. html .btn-primary[disabled]:active,
  401. html .btn-primary[disabled]:focus {
  402.     border-color: #8dddcc;
  403.     background-color: #8dddcc;
  404. }
  405.  
  406. html .btn-primary:hover,
  407. html .btn-primary:focus,
  408. html .btn-primary:active:hover,
  409. html .btn-primary:active:focus {
  410.     color: #FFF;
  411. }
  412.  
  413. html .btn-primary-scale-2 {
  414.     color: #fff;
  415.     background-color: #30a189;
  416.     border-color: #30a189 #30a189 #257968;
  417. }
  418.  
  419. html .btn-primary-scale-2:hover {
  420.     border-color: #36b49a #36b49a #2b8d78;
  421.     background-color: #36b49a;
  422. }
  423.  
  424. html .btn-primary-scale-2:active,
  425. html .btn-primary-scale-2:focus,
  426. html .btn-primary-scale-2:active:hover,
  427. html .btn-primary-scale-2:active:focus {
  428.     border-color: #2b8d78 #2b8d78 #2b8d78;
  429.     background-color: #2b8d78;
  430. }
  431.  
  432. html .btn-primary-scale-2.dropdown-toggle {
  433.     border-left-color: #2b8d78;
  434. }
  435.  
  436. html .btn-primary-scale-2[disabled],
  437. html .btn-primary-scale-2[disabled]:hover,
  438. html .btn-primary-scale-2[disabled]:active,
  439. html .btn-primary-scale-2[disabled]:focus {
  440.     border-color: #66d1bb;
  441.     background-color: #66d1bb;
  442. }
  443.  
  444. html .btn-secondary {
  445.     color: #fff;
  446.     background-color: #101019;
  447.     border-color: #101019 #101019 #000000;
  448. }
  449.  
  450. html .btn-secondary:hover {
  451.     border-color: #1a1a29 #1a1a29 #060609;
  452.     background-color: #1a1a29;
  453. }
  454.  
  455. html .btn-secondary:active,
  456. html .btn-secondary:focus,
  457. html .btn-secondary:active:hover,
  458. html .btn-secondary:active:focus {
  459.     border-color: #060609 #060609 #060609;
  460.     background-color: #060609;
  461. }
  462.  
  463. html .btn-secondary.dropdown-toggle {
  464.     border-left-color: #060609;
  465. }
  466.  
  467. html .btn-secondary[disabled],
  468. html .btn-secondary[disabled]:hover,
  469. html .btn-secondary[disabled]:active,
  470. html .btn-secondary[disabled]:focus {
  471.     border-color: #383857;
  472.     background-color: #383857;
  473. }
  474.  
  475. html .btn-secondary:hover,
  476. html .btn-secondary:focus,
  477. html .btn-secondary:active:hover,
  478. html .btn-secondary:active:focus {
  479.     color: #FFF;
  480. }
  481.  
  482. html .btn-secondary-scale-2 {
  483.     color: #fff;
  484.     background-color: #000000;
  485.     border-color: #000000 #000000 #000000;
  486. }
  487.  
  488. html .btn-secondary-scale-2:hover {
  489.     border-color: #0d0d0d #0d0d0d #000000;
  490.     background-color: #0d0d0d;
  491. }
  492.  
  493. html .btn-secondary-scale-2:active,
  494. html .btn-secondary-scale-2:focus,
  495. html .btn-secondary-scale-2:active:hover,
  496. html .btn-secondary-scale-2:active:focus {
  497.     border-color: #000000 #000000 #000000;
  498.     background-color: #000000;
  499. }
  500.  
  501. html .btn-secondary-scale-2.dropdown-toggle {
  502.     border-left-color: #000000;
  503. }
  504.  
  505. html .btn-secondary-scale-2[disabled],
  506. html .btn-secondary-scale-2[disabled]:hover,
  507. html .btn-secondary-scale-2[disabled]:active,
  508. html .btn-secondary-scale-2[disabled]:focus {
  509.     border-color: #333333;
  510.     background-color: #333333;
  511. }
  512.  
  513. html .btn-tertiary {
  514.     color: #fff;
  515.     background-color: #dbdbdb;
  516.     border-color: #dbdbdb #dbdbdb #c2c2c2;
  517. }
  518.  
  519. html .btn-tertiary:hover {
  520.     border-color: #e8e8e8 #e8e8e8 #cecece;
  521.     background-color: #e8e8e8;
  522. }
  523.  
  524. html .btn-tertiary:active,
  525. html .btn-tertiary:focus,
  526. html .btn-tertiary:active:hover,
  527. html .btn-tertiary:active:focus {
  528.     border-color: #cecece #cecece #cecece;
  529.     background-color: #cecece;
  530. }
  531.  
  532. html .btn-tertiary.dropdown-toggle {
  533.     border-left-color: #cecece;
  534. }
  535.  
  536. html .btn-tertiary[disabled],
  537. html .btn-tertiary[disabled]:hover,
  538. html .btn-tertiary[disabled]:active,
  539. html .btn-tertiary[disabled]:focus {
  540.     border-color: #ffffff;
  541.     background-color: #ffffff;
  542. }
  543.  
  544. html .btn-tertiary:hover,
  545. html .btn-tertiary:focus,
  546. html .btn-tertiary:active:hover,
  547. html .btn-tertiary:active:focus {
  548.     color: #777;
  549. }
  550.  
  551. html .btn-tertiary-scale-2 {
  552.     color: #fff;
  553.     background-color: #c2c2c2;
  554.     border-color: #c2c2c2 #c2c2c2 #a8a8a8;
  555. }
  556.  
  557. html .btn-tertiary-scale-2:hover {
  558.     border-color: #cecece #cecece #b5b5b5;
  559.     background-color: #cecece;
  560. }
  561.  
  562. html .btn-tertiary-scale-2:active,
  563. html .btn-tertiary-scale-2:focus,
  564. html .btn-tertiary-scale-2:active:hover,
  565. html .btn-tertiary-scale-2:active:focus {
  566.     border-color: #b5b5b5 #b5b5b5 #b5b5b5;
  567.     background-color: #b5b5b5;
  568. }
  569.  
  570. html .btn-tertiary-scale-2.dropdown-toggle {
  571.     border-left-color: #b5b5b5;
  572. }
  573.  
  574. html .btn-tertiary-scale-2[disabled],
  575. html .btn-tertiary-scale-2[disabled]:hover,
  576. html .btn-tertiary-scale-2[disabled]:active,
  577. html .btn-tertiary-scale-2[disabled]:focus {
  578.     border-color: #f4f4f4;
  579.     background-color: #f4f4f4;
  580. }
  581.  
  582. html .btn-quaternary {
  583.     color: #fff;
  584.     background-color: #101019;
  585.     border-color: #101019 #101019 #000000;
  586. }
  587.  
  588. html .btn-quaternary:hover {
  589.     border-color: #1a1a29 #1a1a29 #060609;
  590.     background-color: #1a1a29;
  591. }
  592.  
  593. html .btn-quaternary:active,
  594. html .btn-quaternary:focus,
  595. html .btn-quaternary:active:hover,
  596. html .btn-quaternary:active:focus {
  597.     border-color: #060609 #060609 #060609;
  598.     background-color: #060609;
  599. }
  600.  
  601. html .btn-quaternary.dropdown-toggle {
  602.     border-left-color: #060609;
  603. }
  604.  
  605. html .btn-quaternary[disabled],
  606. html .btn-quaternary[disabled]:hover,
  607. html .btn-quaternary[disabled]:active,
  608. html .btn-quaternary[disabled]:focus {
  609.     border-color: #383857;
  610.     background-color: #383857;
  611. }
  612.  
  613. html .btn-quaternary:hover,
  614. html .btn-quaternary:focus,
  615. html .btn-quaternary:active:hover,
  616. html .btn-quaternary:active:focus {
  617.     color: #FFF;
  618. }
  619.  
  620. html .btn-quaternary-scale-2 {
  621.     color: #fff;
  622.     background-color: #000000;
  623.     border-color: #000000 #000000 #000000;
  624. }
  625.  
  626. html .btn-quaternary-scale-2:hover {
  627.     border-color: #0d0d0d #0d0d0d #000000;
  628.     background-color: #0d0d0d;
  629. }
  630.  
  631. html .btn-quaternary-scale-2:active,
  632. html .btn-quaternary-scale-2:focus,
  633. html .btn-quaternary-scale-2:active:hover,
  634. html .btn-quaternary-scale-2:active:focus {
  635.     border-color: #000000 #000000 #000000;
  636.     background-color: #000000;
  637. }
  638.  
  639. html .btn-quaternary-scale-2.dropdown-toggle {
  640.     border-left-color: #000000;
  641. }
  642.  
  643. html .btn-quaternary-scale-2[disabled],
  644. html .btn-quaternary-scale-2[disabled]:hover,
  645. html .btn-quaternary-scale-2[disabled]:active,
  646. html .btn-quaternary-scale-2[disabled]:focus {
  647.     border-color: #333333;
  648.     background-color: #333333;
  649. }
  650.  
  651. html .btn-dark {
  652.     color: #fff;
  653.     background-color: #2e353e;
  654.     border-color: #2e353e #2e353e #181c21;
  655. }
  656.  
  657. html .btn-dark:hover {
  658.     border-color: #39424d #39424d #23282f;
  659.     background-color: #39424d;
  660. }
  661.  
  662. html .btn-dark:active,
  663. html .btn-dark:focus,
  664. html .btn-dark:active:hover,
  665. html .btn-dark:active:focus {
  666.     border-color: #23282f #23282f #23282f;
  667.     background-color: #23282f;
  668. }
  669.  
  670. html .btn-dark.dropdown-toggle {
  671.     border-left-color: #23282f;
  672. }
  673.  
  674. html .btn-dark[disabled],
  675. html .btn-dark[disabled]:hover,
  676. html .btn-dark[disabled]:active,
  677. html .btn-dark[disabled]:focus {
  678.     border-color: #596779;
  679.     background-color: #596779;
  680. }
  681.  
  682. html .btn-dark:hover,
  683. html .btn-dark:focus,
  684. html .btn-dark:active:hover,
  685. html .btn-dark:active:focus {
  686.     color: #FFF;
  687. }
  688.  
  689. html .btn-dark-scale-2 {
  690.     color: #fff;
  691.     background-color: #181c21;
  692.     border-color: #181c21 #181c21 #030303;
  693. }
  694.  
  695. html .btn-dark-scale-2:hover {
  696.     border-color: #23282f #23282f #0d0f12;
  697.     background-color: #23282f;
  698. }
  699.  
  700. html .btn-dark-scale-2:active,
  701. html .btn-dark-scale-2:focus,
  702. html .btn-dark-scale-2:active:hover,
  703. html .btn-dark-scale-2:active:focus {
  704.     border-color: #0d0f12 #0d0f12 #0d0f12;
  705.     background-color: #0d0f12;
  706. }
  707.  
  708. html .btn-dark-scale-2.dropdown-toggle {
  709.     border-left-color: #0d0f12;
  710. }
  711.  
  712. html .btn-dark-scale-2[disabled],
  713. html .btn-dark-scale-2[disabled]:hover,
  714. html .btn-dark-scale-2[disabled]:active,
  715. html .btn-dark-scale-2[disabled]:focus {
  716.     border-color: #444e5b;
  717.     background-color: #444e5b;
  718. }
  719.  
  720. html .btn-light {
  721.     color: #fff;
  722.     background-color: #FFF;
  723.     border-color: #FFF #FFF #e6e6e6;
  724. }
  725.  
  726. html .btn-light:hover {
  727.     border-color: #ffffff #ffffff #f2f2f2;
  728.     background-color: #ffffff;
  729. }
  730.  
  731. html .btn-light:active,
  732. html .btn-light:focus,
  733. html .btn-light:active:hover,
  734. html .btn-light:active:focus {
  735.     border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  736.     background-color: #f2f2f2;
  737. }
  738.  
  739. html .btn-light.dropdown-toggle {
  740.     border-left-color: #f2f2f2;
  741. }
  742.  
  743. html .btn-light[disabled],
  744. html .btn-light[disabled]:hover,
  745. html .btn-light[disabled]:active,
  746. html .btn-light[disabled]:focus {
  747.     border-color: #ffffff;
  748.     background-color: #ffffff;
  749. }
  750.  
  751. html .btn-light:hover,
  752. html .btn-light:focus,
  753. html .btn-light:active:hover,
  754. html .btn-light:active:focus {
  755.     color: #777;
  756. }
  757.  
  758. html .btn-light-scale-2 {
  759.     color: #fff;
  760.     background-color: #e6e6e6;
  761.     border-color: #e6e6e6 #e6e6e6 #cccccc;
  762. }
  763.  
  764. html .btn-light-scale-2:hover {
  765.     border-color: #f2f2f2 #f2f2f2 #d9d9d9;
  766.     background-color: #f2f2f2;
  767. }
  768.  
  769. html .btn-light-scale-2:active,
  770. html .btn-light-scale-2:focus,
  771. html .btn-light-scale-2:active:hover,
  772. html .btn-light-scale-2:active:focus {
  773.     border-color: #d9d9d9 #d9d9d9 #d9d9d9;
  774.     background-color: #d9d9d9;
  775. }
  776.  
  777. html .btn-light-scale-2.dropdown-toggle {
  778.     border-left-color: #d9d9d9;
  779. }
  780.  
  781. html .btn-light-scale-2[disabled],
  782. html .btn-light-scale-2[disabled]:hover,
  783. html .btn-light-scale-2[disabled]:active,
  784. html .btn-light-scale-2[disabled]:focus {
  785.     border-color: #ffffff;
  786.     background-color: #ffffff;
  787. }
  788.  
  789. html .btn-borders.btn-primary {
  790.     background: transparent;
  791.     border-color: #3fc5a9;
  792.     color: #3fc5a9;
  793.     text-shadow: none;
  794. }
  795.  
  796. html .btn-borders.btn-primary:hover,
  797. html .btn-borders.btn-primary:focus {
  798.     color: #fff;
  799.     background-color: #3fc5a9;
  800.     border-color: #3fc5a9 #3fc5a9 #30a189;
  801.     border-color: #3fc5a9 !important;
  802.     color: #FFF;
  803. }
  804.  
  805. html .btn-borders.btn-primary:hover:hover,
  806. html .btn-borders.btn-primary:focus:hover {
  807.     border-color: #53cbb2 #53cbb2 #36b49a;
  808.     background-color: #53cbb2;
  809. }
  810.  
  811. html .btn-borders.btn-primary:hover:active,
  812. html .btn-borders.btn-primary:focus:active,
  813. html .btn-borders.btn-primary:hover:focus,
  814. html .btn-borders.btn-primary:focus:focus,
  815. html .btn-borders.btn-primary:hover:active:hover,
  816. html .btn-borders.btn-primary:focus:active:hover,
  817. html .btn-borders.btn-primary:hover:active:focus,
  818. html .btn-borders.btn-primary:focus:active:focus {
  819.     border-color: #36b49a #36b49a #36b49a;
  820.     background-color: #36b49a;
  821. }
  822.  
  823. html .btn-borders.btn-primary:hover.dropdown-toggle,
  824. html .btn-borders.btn-primary:focus.dropdown-toggle {
  825.     border-left-color: #36b49a;
  826. }
  827.  
  828. html .btn-borders.btn-primary:hover[disabled],
  829. html .btn-borders.btn-primary:focus[disabled],
  830. html .btn-borders.btn-primary:hover[disabled]:hover,
  831. html .btn-borders.btn-primary:focus[disabled]:hover,
  832. html .btn-borders.btn-primary:hover[disabled]:active,
  833. html .btn-borders.btn-primary:focus[disabled]:active,
  834. html .btn-borders.btn-primary:hover[disabled]:focus,
  835. html .btn-borders.btn-primary:focus[disabled]:focus {
  836.     border-color: #8dddcc;
  837.     background-color: #8dddcc;
  838. }
  839.  
  840. html .btn-borders.btn-secondary {
  841.     background: transparent;
  842.     border-color: #101019;
  843.     color: #101019;
  844.     text-shadow: none;
  845. }
  846.  
  847. html .btn-borders.btn-secondary:hover,
  848. html .btn-borders.btn-secondary:focus {
  849.     color: #fff;
  850.     background-color: #101019;
  851.     border-color: #101019 #101019 #000000;
  852.     border-color: #101019 !important;
  853.     color: #FFF;
  854. }
  855.  
  856. html .btn-borders.btn-secondary:hover:hover,
  857. html .btn-borders.btn-secondary:focus:hover {
  858.     border-color: #1a1a29 #1a1a29 #060609;
  859.     background-color: #1a1a29;
  860. }
  861.  
  862. html .btn-borders.btn-secondary:hover:active,
  863. html .btn-borders.btn-secondary:focus:active,
  864. html .btn-borders.btn-secondary:hover:focus,
  865. html .btn-borders.btn-secondary:focus:focus,
  866. html .btn-borders.btn-secondary:hover:active:hover,
  867. html .btn-borders.btn-secondary:focus:active:hover,
  868. html .btn-borders.btn-secondary:hover:active:focus,
  869. html .btn-borders.btn-secondary:focus:active:focus {
  870.     border-color: #060609 #060609 #060609;
  871.     background-color: #060609;
  872. }
  873.  
  874. html .btn-borders.btn-secondary:hover.dropdown-toggle,
  875. html .btn-borders.btn-secondary:focus.dropdown-toggle {
  876.     border-left-color: #060609;
  877. }
  878.  
  879. html .btn-borders.btn-secondary:hover[disabled],
  880. html .btn-borders.btn-secondary:focus[disabled],
  881. html .btn-borders.btn-secondary:hover[disabled]:hover,
  882. html .btn-borders.btn-secondary:focus[disabled]:hover,
  883. html .btn-borders.btn-secondary:hover[disabled]:active,
  884. html .btn-borders.btn-secondary:focus[disabled]:active,
  885. html .btn-borders.btn-secondary:hover[disabled]:focus,
  886. html .btn-borders.btn-secondary:focus[disabled]:focus {
  887.     border-color: #383857;
  888.     background-color: #383857;
  889. }
  890.  
  891. html .btn-borders.btn-tertiary {
  892.     background: transparent;
  893.     border-color: #dbdbdb;
  894.     color: #dbdbdb;
  895.     text-shadow: none;
  896. }
  897.  
  898. html .btn-borders.btn-tertiary:hover,
  899. html .btn-borders.btn-tertiary:focus {
  900.     color: #fff;
  901.     background-color: #dbdbdb;
  902.     border-color: #dbdbdb #dbdbdb #c2c2c2;
  903.     border-color: #dbdbdb !important;
  904.     color: #777;
  905. }
  906.  
  907. html .btn-borders.btn-tertiary:hover:hover,
  908. html .btn-borders.btn-tertiary:focus:hover {
  909.     border-color: #e8e8e8 #e8e8e8 #cecece;
  910.     background-color: #e8e8e8;
  911. }
  912.  
  913. html .btn-borders.btn-tertiary:hover:active,
  914. html .btn-borders.btn-tertiary:focus:active,
  915. html .btn-borders.btn-tertiary:hover:focus,
  916. html .btn-borders.btn-tertiary:focus:focus,
  917. html .btn-borders.btn-tertiary:hover:active:hover,
  918. html .btn-borders.btn-tertiary:focus:active:hover,
  919. html .btn-borders.btn-tertiary:hover:active:focus,
  920. html .btn-borders.btn-tertiary:focus:active:focus {
  921.     border-color: #cecece #cecece #cecece;
  922.     background-color: #cecece;
  923. }
  924.  
  925. html .btn-borders.btn-tertiary:hover.dropdown-toggle,
  926. html .btn-borders.btn-tertiary:focus.dropdown-toggle {
  927.     border-left-color: #cecece;
  928. }
  929.  
  930. html .btn-borders.btn-tertiary:hover[disabled],
  931. html .btn-borders.btn-tertiary:focus[disabled],
  932. html .btn-borders.btn-tertiary:hover[disabled]:hover,
  933. html .btn-borders.btn-tertiary:focus[disabled]:hover,
  934. html .btn-borders.btn-tertiary:hover[disabled]:active,
  935. html .btn-borders.btn-tertiary:focus[disabled]:active,
  936. html .btn-borders.btn-tertiary:hover[disabled]:focus,
  937. html .btn-borders.btn-tertiary:focus[disabled]:focus {
  938.     border-color: #ffffff;
  939.     background-color: #ffffff;
  940. }
  941.  
  942. html .btn-borders.btn-quaternary {
  943.     background: transparent;
  944.     border-color: #101019;
  945.     color: #101019;
  946.     text-shadow: none;
  947. }
  948.  
  949. html .btn-borders.btn-quaternary:hover,
  950. html .btn-borders.btn-quaternary:focus {
  951.     color: #fff;
  952.     background-color: #101019;
  953.     border-color: #101019 #101019 #000000;
  954.     border-color: #101019 !important;
  955.     color: #FFF;
  956. }
  957.  
  958. html .btn-borders.btn-quaternary:hover:hover,
  959. html .btn-borders.btn-quaternary:focus:hover {
  960.     border-color: #1a1a29 #1a1a29 #060609;
  961.     background-color: #1a1a29;
  962. }
  963.  
  964. html .btn-borders.btn-quaternary:hover:active,
  965. html .btn-borders.btn-quaternary:focus:active,
  966. html .btn-borders.btn-quaternary:hover:focus,
  967. html .btn-borders.btn-quaternary:focus:focus,
  968. html .btn-borders.btn-quaternary:hover:active:hover,
  969. html .btn-borders.btn-quaternary:focus:active:hover,
  970. html .btn-borders.btn-quaternary:hover:active:focus,
  971. html .btn-borders.btn-quaternary:focus:active:focus {
  972.     border-color: #060609 #060609 #060609;
  973.     background-color: #060609;
  974. }
  975.  
  976. html .btn-borders.btn-quaternary:hover.dropdown-toggle,
  977. html .btn-borders.btn-quaternary:focus.dropdown-toggle {
  978.     border-left-color: #060609;
  979. }
  980.  
  981. html .btn-borders.btn-quaternary:hover[disabled],
  982. html .btn-borders.btn-quaternary:focus[disabled],
  983. html .btn-borders.btn-quaternary:hover[disabled]:hover,
  984. html .btn-borders.btn-quaternary:focus[disabled]:hover,
  985. html .btn-borders.btn-quaternary:hover[disabled]:active,
  986. html .btn-borders.btn-quaternary:focus[disabled]:active,
  987. html .btn-borders.btn-quaternary:hover[disabled]:focus,
  988. html .btn-borders.btn-quaternary:focus[disabled]:focus {
  989.     border-color: #383857;
  990.     background-color: #383857;
  991. }
  992.  
  993. html .btn-borders.btn-dark {
  994.     background: transparent;
  995.     border-color: #2e353e;
  996.     color: #2e353e;
  997.     text-shadow: none;
  998. }
  999.  
  1000. html .btn-borders.btn-dark:hover,
  1001. html .btn-borders.btn-dark:focus {
  1002.     color: #fff;
  1003.     background-color: #2e353e;
  1004.     border-color: #2e353e #2e353e #181c21;
  1005.     border-color: #2e353e !important;
  1006.     color: #FFF;
  1007. }
  1008.  
  1009. html .btn-borders.btn-dark:hover:hover,
  1010. html .btn-borders.btn-dark:focus:hover {
  1011.     border-color: #39424d #39424d #23282f;
  1012.     background-color: #39424d;
  1013. }
  1014.  
  1015. html .btn-borders.btn-dark:hover:active,
  1016. html .btn-borders.btn-dark:focus:active,
  1017. html .btn-borders.btn-dark:hover:focus,
  1018. html .btn-borders.btn-dark:focus:focus,
  1019. html .btn-borders.btn-dark:hover:active:hover,
  1020. html .btn-borders.btn-dark:focus:active:hover,
  1021. html .btn-borders.btn-dark:hover:active:focus,
  1022. html .btn-borders.btn-dark:focus:active:focus {
  1023.     border-color: #23282f #23282f #23282f;
  1024.     background-color: #23282f;
  1025. }
  1026.  
  1027. html .btn-borders.btn-dark:hover.dropdown-toggle,
  1028. html .btn-borders.btn-dark:focus.dropdown-toggle {
  1029.     border-left-color: #23282f;
  1030. }
  1031.  
  1032. html .btn-borders.btn-dark:hover[disabled],
  1033. html .btn-borders.btn-dark:focus[disabled],
  1034. html .btn-borders.btn-dark:hover[disabled]:hover,
  1035. html .btn-borders.btn-dark:focus[disabled]:hover,
  1036. html .btn-borders.btn-dark:hover[disabled]:active,
  1037. html .btn-borders.btn-dark:focus[disabled]:active,
  1038. html .btn-borders.btn-dark:hover[disabled]:focus,
  1039. html .btn-borders.btn-dark:focus[disabled]:focus {
  1040.     border-color: #596779;
  1041.     background-color: #596779;
  1042. }
  1043.  
  1044. html .btn-borders.btn-light {
  1045.     background: transparent;
  1046.     border-color: #FFF;
  1047.     color: #FFF;
  1048.     text-shadow: none;
  1049. }
  1050.  
  1051. html .btn-borders.btn-light:hover,
  1052. html .btn-borders.btn-light:focus {
  1053.     color: #fff;
  1054.     background-color: #FFF;
  1055.     border-color: #FFF #FFF #e6e6e6;
  1056.     border-color: #FFF !important;
  1057.     color: #777;
  1058. }
  1059.  
  1060. html .btn-borders.btn-light:hover:hover,
  1061. html .btn-borders.btn-light:focus:hover {
  1062.     border-color: #ffffff #ffffff #f2f2f2;
  1063.     background-color: #ffffff;
  1064. }
  1065.  
  1066. html .btn-borders.btn-light:hover:active,
  1067. html .btn-borders.btn-light:focus:active,
  1068. html .btn-borders.btn-light:hover:focus,
  1069. html .btn-borders.btn-light:focus:focus,
  1070. html .btn-borders.btn-light:hover:active:hover,
  1071. html .btn-borders.btn-light:focus:active:hover,
  1072. html .btn-borders.btn-light:hover:active:focus,
  1073. html .btn-borders.btn-light:focus:active:focus {
  1074.     border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  1075.     background-color: #f2f2f2;
  1076. }
  1077.  
  1078. html .btn-borders.btn-light:hover.dropdown-toggle,
  1079. html .btn-borders.btn-light:focus.dropdown-toggle {
  1080.     border-left-color: #f2f2f2;
  1081. }
  1082.  
  1083. html .btn-borders.btn-light:hover[disabled],
  1084. html .btn-borders.btn-light:focus[disabled],
  1085. html .btn-borders.btn-light:hover[disabled]:hover,
  1086. html .btn-borders.btn-light:focus[disabled]:hover,
  1087. html .btn-borders.btn-light:hover[disabled]:active,
  1088. html .btn-borders.btn-light:focus[disabled]:active,
  1089. html .btn-borders.btn-light:hover[disabled]:focus,
  1090. html .btn-borders.btn-light:focus[disabled]:focus {
  1091.     border-color: #ffffff;
  1092.     background-color: #ffffff;
  1093. }
  1094.  
  1095. .pagination > li > a,
  1096. .pagination > li > span,
  1097. .pagination > li > a:hover,
  1098. .pagination > li > span:hover,
  1099. .pagination > li > a:focus,
  1100. .pagination > li > span:focus {
  1101.     color: #3fc5a9;
  1102. }
  1103.  
  1104. .pagination > .active > a,
  1105. .pagination > .active > span,
  1106. .pagination > .active > a:hover,
  1107. .pagination > .active > span:hover,
  1108. .pagination > .active > a:focus,
  1109. .pagination > .active > span:focus {
  1110.     background-color: #3fc5a9 !important;
  1111.     border-color: #3fc5a9;
  1112. }
  1113.  
  1114. body.dark .pagination > li > a,
  1115. body.dark .pagination > li > span,
  1116. body.dark .pagination > li > a:hover,
  1117. body.dark .pagination > li > span:hover,
  1118. body.dark .pagination > li > a:focus,
  1119. body.dark .pagination > li > span:focus {
  1120.     color: #3fc5a9;
  1121. }
  1122.  
  1123. body.dark .pagination > .active > a,
  1124. body.dark .pagination > .active > span,
  1125. body.dark .pagination > .active > a:hover,
  1126. body.dark .pagination > .active > span:hover,
  1127. body.dark .pagination > .active > a:focus,
  1128. body.dark .pagination > .active > span:focus {
  1129.     background-color: #3fc5a9;
  1130.     border-color: #3fc5a9;
  1131. }
  1132.  
  1133. .pagination > .active > a,
  1134. body.dark .pagination > .active > a {
  1135.     color: #fff;
  1136.     background-color: #3fc5a9;
  1137.     border-color: #3fc5a9 #3fc5a9 #30a189;
  1138. }
  1139.  
  1140. .pagination > .active > a:hover,
  1141. body.dark .pagination > .active > a:hover {
  1142.     border-color: #53cbb2 #53cbb2 #36b49a;
  1143.     background-color: #53cbb2;
  1144. }
  1145.  
  1146. .pagination > .active > a:active,
  1147. body.dark .pagination > .active > a:active,
  1148. .pagination > .active > a:focus,
  1149. body.dark .pagination > .active > a:focus,
  1150. .pagination > .active > a:active:hover,
  1151. body.dark .pagination > .active > a:active:hover,
  1152. .pagination > .active > a:active:focus,
  1153. body.dark .pagination > .active > a:active:focus {
  1154.     border-color: #36b49a #36b49a #36b49a;
  1155.     background-color: #36b49a;
  1156. }
  1157.  
  1158. .pagination > .active > a.dropdown-toggle,
  1159. body.dark .pagination > .active > a.dropdown-toggle {
  1160.     border-left-color: #36b49a;
  1161. }
  1162.  
  1163. .pagination > .active > a[disabled],
  1164. body.dark .pagination > .active > a[disabled],
  1165. .pagination > .active > a[disabled]:hover,
  1166. body.dark .pagination > .active > a[disabled]:hover,
  1167. .pagination > .active > a[disabled]:active,
  1168. body.dark .pagination > .active > a[disabled]:active,
  1169. .pagination > .active > a[disabled]:focus,
  1170. body.dark .pagination > .active > a[disabled]:focus {
  1171.     border-color: #8dddcc;
  1172.     background-color: #8dddcc;
  1173. }
  1174.  
  1175. html .alert-primary {
  1176.     background-color: #3fc5a9;
  1177.     border-color: #39bca1;
  1178.     color: #FFF;
  1179. }
  1180.  
  1181. html .alert-primary .alert-link {
  1182.     color: #FFF;
  1183. }
  1184.  
  1185. html .alert-secondary {
  1186.     background-color: #101019;
  1187.     border-color: #0a0a10;
  1188.     color: #FFF;
  1189. }
  1190.  
  1191. html .alert-secondary .alert-link {
  1192.     color: #FFF;
  1193. }
  1194.  
  1195. html .alert-tertiary {
  1196.     background-color: #dbdbdb;
  1197.     border-color: #d3d3d3;
  1198.     color: #777;
  1199. }
  1200.  
  1201. html .alert-tertiary .alert-link {
  1202.     color: #777;
  1203. }
  1204.  
  1205. html .alert-quaternary {
  1206.     background-color: #101019;
  1207.     border-color: #0a0a10;
  1208.     color: #FFF;
  1209. }
  1210.  
  1211. html .alert-quaternary .alert-link {
  1212.     color: #FFF;
  1213. }
  1214.  
  1215. html .alert-dark {
  1216.     background-color: #2e353e;
  1217.     border-color: #272d35;
  1218.     color: #FFF;
  1219. }
  1220.  
  1221. html .alert-dark .alert-link {
  1222.     color: #FFF;
  1223. }
  1224.  
  1225. html .alert-light {
  1226.     background-color: #FFF;
  1227.     border-color: #f7f7f7;
  1228.     color: #777;
  1229. }
  1230.  
  1231. html .alert-light .alert-link {
  1232.     color: #777;
  1233. }
  1234.  
  1235. html .progress-bar-primary {
  1236.     background-color: #3fc5a9;
  1237. }
  1238.  
  1239. html .progress-bar-secondary {
  1240.     background-color: #101019;
  1241. }
  1242.  
  1243. html .progress-bar-tertiary {
  1244.     background-color: #dbdbdb;
  1245. }
  1246.  
  1247. html .progress-bar-quaternary {
  1248.     background-color: #101019;
  1249. }
  1250.  
  1251. html .progress-bar-dark {
  1252.     background-color: #2e353e;
  1253. }
  1254.  
  1255. html .progress-bar-light {
  1256.     background-color: #FFF;
  1257. }
  1258.  
  1259. html section.section-primary {
  1260.     background-color: #3fc5a9 !important;
  1261.     border-color: #36b49a !important;
  1262. }
  1263.  
  1264. html section.section-primary h1,
  1265. html section.section-primary h2,
  1266. html section.section-primary h3,
  1267. html section.section-primary h4,
  1268. html section.section-primary h5,
  1269. html section.section-primary h6 {
  1270.     color: #FFF;
  1271. }
  1272.  
  1273. html section.section-primary p {
  1274.     color: #e6e6e6;
  1275. }
  1276.  
  1277. html section.section-primary-scale-2 {
  1278.     background-color: #30a189 !important;
  1279.     border-color: #2b8d78 !important;
  1280. }
  1281.  
  1282. html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  1283.     border-top-color: #30a189;
  1284. }
  1285.  
  1286. html section.section-secondary {
  1287.     background-color: #101019 !important;
  1288.     border-color: #060609 !important;
  1289. }
  1290.  
  1291. html section.section-secondary h1,
  1292. html section.section-secondary h2,
  1293. html section.section-secondary h3,
  1294. html section.section-secondary h4,
  1295. html section.section-secondary h5,
  1296. html section.section-secondary h6 {
  1297.     color: #FFF;
  1298. }
  1299.  
  1300. html section.section-secondary p {
  1301.     color: #e6e6e6;
  1302. }
  1303.  
  1304. html section.section-secondary-scale-2 {
  1305.     background-color: #000000 !important;
  1306.     border-color: #000000 !important;
  1307. }
  1308.  
  1309. html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  1310.     border-top-color: #000000;
  1311. }
  1312.  
  1313. html section.section-tertiary {
  1314.     background-color: #dbdbdb !important;
  1315.     border-color: #cecece !important;
  1316. }
  1317.  
  1318. html section.section-tertiary h1,
  1319. html section.section-tertiary h2,
  1320. html section.section-tertiary h3,
  1321. html section.section-tertiary h4,
  1322. html section.section-tertiary h5,
  1323. html section.section-tertiary h6 {
  1324.     color: #777;
  1325. }
  1326.  
  1327. html section.section-tertiary p {
  1328.     color: #5e5e5e;
  1329. }
  1330.  
  1331. html section.section-tertiary-scale-2 {
  1332.     background-color: #c2c2c2 !important;
  1333.     border-color: #b5b5b5 !important;
  1334. }
  1335.  
  1336. html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  1337.     border-top-color: #c2c2c2;
  1338. }
  1339.  
  1340. html section.section-quaternary {
  1341.     background-color: #101019 !important;
  1342.     border-color: #060609 !important;
  1343. }
  1344.  
  1345. html section.section-quaternary h1,
  1346. html section.section-quaternary h2,
  1347. html section.section-quaternary h3,
  1348. html section.section-quaternary h4,
  1349. html section.section-quaternary h5,
  1350. html section.section-quaternary h6 {
  1351.     color: #FFF;
  1352. }
  1353.  
  1354. html section.section-quaternary p {
  1355.     color: #e6e6e6;
  1356. }
  1357.  
  1358. html section.section-quaternary-scale-2 {
  1359.     background-color: #000000 !important;
  1360.     border-color: #000000 !important;
  1361. }
  1362.  
  1363. html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  1364.     border-top-color: #000000;
  1365. }
  1366.  
  1367. html section.section-dark {
  1368.     background-color: #2e353e !important;
  1369.     border-color: #23282f !important;
  1370. }
  1371.  
  1372. html section.section-dark h1,
  1373. html section.section-dark h2,
  1374. html section.section-dark h3,
  1375. html section.section-dark h4,
  1376. html section.section-dark h5,
  1377. html section.section-dark h6 {
  1378.     color: #FFF;
  1379. }
  1380.  
  1381. html section.section-dark p {
  1382.     color: #e6e6e6;
  1383. }
  1384.  
  1385. html section.section-dark-scale-2 {
  1386.     background-color: #181c21 !important;
  1387.     border-color: #0d0f12 !important;
  1388. }
  1389.  
  1390. html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  1391.     border-top-color: #181c21;
  1392. }
  1393.  
  1394. html section.section-light {
  1395.     background-color: #FFF !important;
  1396.     border-color: #f2f2f2 !important;
  1397. }
  1398.  
  1399. html section.section-light h1,
  1400. html section.section-light h2,
  1401. html section.section-light h3,
  1402. html section.section-light h4,
  1403. html section.section-light h5,
  1404. html section.section-light h6 {
  1405.     color: #777;
  1406. }
  1407.  
  1408. html section.section-light p {
  1409.     color: #5e5e5e;
  1410. }
  1411.  
  1412. html section.section-light-scale-2 {
  1413.     background-color: #e6e6e6 !important;
  1414.     border-color: #d9d9d9 !important;
  1415. }
  1416.  
  1417. html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
  1418.     border-top-color: #e6e6e6;
  1419. }
  1420.  
  1421. html section.section-default-scale-1 {
  1422.     background-color: #dbdbdb !important;
  1423.     border-top-color: #d3d3d3 !important;
  1424. }
  1425.  
  1426. html section.section-default-scale-2 {
  1427.     background-color: #c1c1c1 !important;
  1428.     border-top-color: #b9b9b9 !important;
  1429. }
  1430.  
  1431. html section.section-default-scale-3 {
  1432.     background-color: #a8a8a8 !important;
  1433.     border-top-color: #a0a0a0 !important;
  1434. }
  1435.  
  1436. html section.section-default-scale-4 {
  1437.     background-color: #8e8e8e !important;
  1438.     border-top-color: #868686 !important;
  1439. }
  1440.  
  1441. html section.section-default-scale-5 {
  1442.     background-color: #757575 !important;
  1443.     border-top-color: #6d6d6d !important;
  1444. }
  1445.  
  1446. html section.section-default-scale-6 {
  1447.     background-color: #5b5b5b !important;
  1448.     border-top-color: #535353 !important;
  1449. }
  1450.  
  1451. html section.section-default-scale-7 {
  1452.     background-color: #424242 !important;
  1453.     border-top-color: #3a3a3a !important;
  1454. }
  1455.  
  1456. html section.section-default-scale-8 {
  1457.     background-color: #282828 !important;
  1458.     border-top-color: #202020 !important;
  1459. }
  1460.  
  1461. html section.section-default-scale-9 {
  1462.     background-color: #0f0f0f !important;
  1463.     border-top-color: #070707 !important;
  1464. }
  1465.  
  1466. html.dark section.section-default-scale-1 {
  1467.     background-color: #333a44 !important;
  1468.     border-top-color: #2c323b !important;
  1469. }
  1470.  
  1471. html.dark section.section-default-scale-2 {
  1472.     background-color: #495362 !important;
  1473.     border-top-color: #424b59 !important;
  1474. }
  1475.  
  1476. html.dark section.section-default-scale-3 {
  1477.     background-color: #5e6b7f !important;
  1478.     border-top-color: #586476 !important;
  1479. }
  1480.  
  1481. html.dark section.section-default-scale-4 {
  1482.     background-color: #77849a !important;
  1483.     border-top-color: #6e7d93 !important;
  1484. }
  1485.  
  1486. html.dark section.section-default-scale-5 {
  1487.     background-color: #949faf !important;
  1488.     border-top-color: #8b97a9 !important;
  1489. }
  1490.  
  1491. html.dark section.section-default-scale-6 {
  1492.     background-color: #b1b9c5 !important;
  1493.     border-top-color: #a8b1be !important;
  1494. }
  1495.  
  1496. html.dark section.section-default-scale-7 {
  1497.     background-color: #ced3db !important;
  1498.     border-top-color: #c5cbd4 !important;
  1499. }
  1500.  
  1501. html.dark section.section-default-scale-8 {
  1502.     background-color: #ebeef1 !important;
  1503.     border-top-color: #e3e6ea !important;
  1504. }
  1505.  
  1506. html.dark section.section-default-scale-9 {
  1507.     background-color: #ffffff !important;
  1508.     border-top-color: #f7f7f7 !important;
  1509. }
  1510.  
  1511. section.page-header h1 {
  1512.     border-bottom-color: #3fc5a9;
  1513. }
  1514.  
  1515. section.page-header.custom-product {
  1516.     background-color: #36b49a;
  1517.     border-top-color: #3ac0a4;
  1518. }
  1519.  
  1520. html .page-header-color.page-header-primary {
  1521.     background-color: #3fc5a9;
  1522.     border-bottom-color: #3fc5a9;
  1523.     color: #FFF;
  1524. }
  1525.  
  1526. html .page-header-color.page-header-primary h1 {
  1527.     color: #FFF;
  1528. }
  1529.  
  1530. html .page-header-color.page-header-primary h1 span {
  1531.     color: #FFF;
  1532. }
  1533.  
  1534. html .page-header-color.page-header-primary a {
  1535.     color: #FFF;
  1536. }
  1537.  
  1538. html .page-header-color.page-header-primary .breadcrumb > .active {
  1539.     color: #FFF;
  1540. }
  1541.  
  1542. html .page-header-color.page-header-secondary {
  1543.     background-color: #101019;
  1544.     border-bottom-color: #101019;
  1545.     color: #FFF;
  1546. }
  1547.  
  1548. html .page-header-color.page-header-secondary h1 {
  1549.     color: #FFF;
  1550. }
  1551.  
  1552. html .page-header-color.page-header-secondary h1 span {
  1553.     color: #FFF;
  1554. }
  1555.  
  1556. html .page-header-color.page-header-secondary a {
  1557.     color: #FFF;
  1558. }
  1559.  
  1560. html .page-header-color.page-header-secondary .breadcrumb > .active {
  1561.     color: #FFF;
  1562. }
  1563.  
  1564. html .page-header-color.page-header-tertiary {
  1565.     background-color: #dbdbdb;
  1566.     border-bottom-color: #dbdbdb;
  1567.     color: #777;
  1568. }
  1569.  
  1570. html .page-header-color.page-header-tertiary h1 {
  1571.     color: #777;
  1572. }
  1573.  
  1574. html .page-header-color.page-header-tertiary h1 span {
  1575.     color: #777;
  1576. }
  1577.  
  1578. html .page-header-color.page-header-tertiary a {
  1579.     color: #777;
  1580. }
  1581.  
  1582. html .page-header-color.page-header-tertiary .breadcrumb > .active {
  1583.     color: #777;
  1584. }
  1585.  
  1586. html .page-header-color.page-header-quaternary {
  1587.     background-color: #101019;
  1588.     border-bottom-color: #101019;
  1589.     color: #FFF;
  1590. }
  1591.  
  1592. html .page-header-color.page-header-quaternary h1 {
  1593.     color: #FFF;
  1594. }
  1595.  
  1596. html .page-header-color.page-header-quaternary h1 span {
  1597.     color: #FFF;
  1598. }
  1599.  
  1600. html .page-header-color.page-header-quaternary a {
  1601.     color: #FFF;
  1602. }
  1603.  
  1604. html .page-header-color.page-header-quaternary .breadcrumb > .active {
  1605.     color: #FFF;
  1606. }
  1607.  
  1608. html .page-header-color.page-header-dark {
  1609.     background-color: #2e353e;
  1610.     border-bottom-color: #2e353e;
  1611.     color: #FFF;
  1612. }
  1613.  
  1614. html .page-header-color.page-header-dark h1 {
  1615.     color: #FFF;
  1616. }
  1617.  
  1618. html .page-header-color.page-header-dark h1 span {
  1619.     color: #FFF;
  1620. }
  1621.  
  1622. html .page-header-color.page-header-dark a {
  1623.     color: #FFF;
  1624. }
  1625.  
  1626. html .page-header-color.page-header-dark .breadcrumb > .active {
  1627.     color: #FFF;
  1628. }
  1629.  
  1630. html .page-header-color.page-header-light {
  1631.     background-color: #FFF;
  1632.     border-bottom-color: #FFF;
  1633.     color: #777;
  1634. }
  1635.  
  1636. html .page-header-color.page-header-light h1 {
  1637.     color: #777;
  1638. }
  1639.  
  1640. html .page-header-color.page-header-light h1 span {
  1641.     color: #777;
  1642. }
  1643.  
  1644. html .page-header-color.page-header-light a {
  1645.     color: #777;
  1646. }
  1647.  
  1648. html .page-header-color.page-header-light .breadcrumb > .active {
  1649.     color: #777;
  1650. }
  1651.  
  1652. html .toggle-primary .toggle label {
  1653.     color: #3fc5a9;
  1654.     border-left-color: #3fc5a9;
  1655.     border-right-color: #3fc5a9;
  1656. }
  1657.  
  1658. html .toggle-primary .toggle.active > label {
  1659.     background-color: #3fc5a9;
  1660.     border-color: #3fc5a9;
  1661.     color: #FFF;
  1662. }
  1663.  
  1664. html .toggle-primary.toggle-simple .toggle > label:after {
  1665.     background-color: #3fc5a9;
  1666. }
  1667.  
  1668. html .toggle-secondary .toggle label {
  1669.     color: #101019;
  1670.     border-left-color: #101019;
  1671.     border-right-color: #101019;
  1672. }
  1673.  
  1674. html .toggle-secondary .toggle.active > label {
  1675.     background-color: #101019;
  1676.     border-color: #101019;
  1677.     color: #FFF;
  1678. }
  1679.  
  1680. html .toggle-secondary.toggle-simple .toggle > label:after {
  1681.     background-color: #101019;
  1682. }
  1683.  
  1684. html .toggle-tertiary .toggle label {
  1685.     color: #dbdbdb;
  1686.     border-left-color: #dbdbdb;
  1687.     border-right-color: #dbdbdb;
  1688. }
  1689.  
  1690. html .toggle-tertiary .toggle.active > label {
  1691.     background-color: #dbdbdb;
  1692.     border-color: #dbdbdb;
  1693.     color: #777;
  1694. }
  1695.  
  1696. html .toggle-tertiary.toggle-simple .toggle > label:after {
  1697.     background-color: #dbdbdb;
  1698. }
  1699.  
  1700. html .toggle-quaternary .toggle label {
  1701.     color: #101019;
  1702.     border-left-color: #101019;
  1703.     border-right-color: #101019;
  1704. }
  1705.  
  1706. html .toggle-quaternary .toggle.active > label {
  1707.     background-color: #101019;
  1708.     border-color: #101019;
  1709.     color: #FFF;
  1710. }
  1711.  
  1712. html .toggle-quaternary.toggle-simple .toggle > label:after {
  1713.     background-color: #101019;
  1714. }
  1715.  
  1716. html .toggle-dark .toggle label {
  1717.     color: #2e353e;
  1718.     border-left-color: #2e353e;
  1719.     border-right-color: #2e353e;
  1720. }
  1721.  
  1722. html .toggle-dark .toggle.active > label {
  1723.     background-color: #2e353e;
  1724.     border-color: #2e353e;
  1725.     color: #FFF;
  1726. }
  1727.  
  1728. html .toggle-dark.toggle-simple .toggle > label:after {
  1729.     background-color: #2e353e;
  1730. }
  1731.  
  1732. html .toggle-light .toggle label {
  1733.     color: #FFF;
  1734.     border-left-color: #FFF;
  1735.     border-right-color: #FFF;
  1736. }
  1737.  
  1738. html .toggle-light .toggle.active > label {
  1739.     background-color: #FFF;
  1740.     border-color: #FFF;
  1741.     color: #777;
  1742. }
  1743.  
  1744. html .toggle-light.toggle-simple .toggle > label:after {
  1745.     background-color: #FFF;
  1746. }
  1747.  
  1748. .thumb-info .thumb-info-type {
  1749.     background-color: #3fc5a9;
  1750. }
  1751.  
  1752. .thumb-info .thumb-info-action-icon {
  1753.     background-color: #3fc5a9;
  1754. }
  1755.  
  1756. .thumb-info-social-icons a {
  1757.     background-color: #3fc5a9;
  1758. }
  1759.  
  1760. .thumbnail .zoom {
  1761.     background-color: #3fc5a9;
  1762. }
  1763.  
  1764. .img-thumbnail .zoom {
  1765.     background-color: #3fc5a9;
  1766. }
  1767.  
  1768. html .thumb-info .thumb-info-action-icon-primary {
  1769.     background-color: #3fc5a9;
  1770. }
  1771.  
  1772. html .thumb-info .thumb-info-action-icon-primary i {
  1773.     color: #FFF;
  1774. }
  1775.  
  1776. html .thumb-info .thumb-info-action-icon-secondary {
  1777.     background-color: #101019;
  1778. }
  1779.  
  1780. html .thumb-info .thumb-info-action-icon-secondary i {
  1781.     color: #FFF;
  1782. }
  1783.  
  1784. html .thumb-info .thumb-info-action-icon-tertiary {
  1785.     background-color: #dbdbdb;
  1786. }
  1787.  
  1788. html .thumb-info .thumb-info-action-icon-tertiary i {
  1789.     color: #777;
  1790. }
  1791.  
  1792. html .thumb-info .thumb-info-action-icon-quaternary {
  1793.     background-color: #101019;
  1794. }
  1795.  
  1796. html .thumb-info .thumb-info-action-icon-quaternary i {
  1797.     color: #FFF;
  1798. }
  1799.  
  1800. html .thumb-info .thumb-info-action-icon-dark {
  1801.     background-color: #2e353e;
  1802. }
  1803.  
  1804. html .thumb-info .thumb-info-action-icon-dark i {
  1805.     color: #FFF;
  1806. }
  1807.  
  1808. html .thumb-info .thumb-info-action-icon-light {
  1809.     background-color: #FFF;
  1810. }
  1811.  
  1812. html .thumb-info .thumb-info-action-icon-light i {
  1813.     color: #777;
  1814. }
  1815.  
  1816. .thumb-info-ribbon {
  1817.     background: #3fc5a9;
  1818. }
  1819.  
  1820. .thumb-info-ribbon:before {
  1821.     border-right-color: #2b8d78;
  1822.     border-left-color: #2b8d78;
  1823. }
  1824.  
  1825. .inverted {
  1826.     background-color: #3fc5a9;
  1827. }
  1828.  
  1829. html .inverted-primary {
  1830.     background-color: #3fc5a9;
  1831. }
  1832.  
  1833. html .inverted-secondary {
  1834.     background-color: #101019;
  1835. }
  1836.  
  1837. html .inverted-tertiary {
  1838.     background-color: #dbdbdb;
  1839. }
  1840.  
  1841. html .inverted-quaternary {
  1842.     background-color: #101019;
  1843. }
  1844.  
  1845. html .inverted-dark {
  1846.     background-color: #2e353e;
  1847. }
  1848.  
  1849. html .inverted-light {
  1850.     background-color: #FFF;
  1851. }
  1852.  
  1853. .owl-carousel .owl-dots .owl-dot.active span,
  1854. .owl-carousel .owl-dots .owl-dot:hover span {
  1855.     background-color: #35b096;
  1856. }
  1857.  
  1858. .owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  1859.     color: #3fc5a9;
  1860. }
  1861.  
  1862. .owl-carousel .owl-nav [class*="owl-"] {
  1863.     color: #fff;
  1864.     background-color: #3fc5a9;
  1865.     border-color: #3fc5a9 #3fc5a9 #30a189;
  1866. }
  1867.  
  1868. .owl-carousel .owl-nav [class*="owl-"]:hover {
  1869.     border-color: #53cbb2 #53cbb2 #36b49a;
  1870.     background-color: #53cbb2;
  1871. }
  1872.  
  1873. .owl-carousel .owl-nav [class*="owl-"]:active,
  1874. .owl-carousel .owl-nav [class*="owl-"]:focus,
  1875. .owl-carousel .owl-nav [class*="owl-"]:active:hover,
  1876. .owl-carousel .owl-nav [class*="owl-"]:active:focus {
  1877.     border-color: #36b49a #36b49a #36b49a;
  1878.     background-color: #36b49a;
  1879. }
  1880.  
  1881. .owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
  1882.     border-left-color: #36b49a;
  1883. }
  1884.  
  1885. .owl-carousel .owl-nav [class*="owl-"][disabled],
  1886. .owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
  1887. .owl-carousel .owl-nav [class*="owl-"][disabled]:active,
  1888. .owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
  1889.     border-color: #8dddcc;
  1890.     background-color: #8dddcc;
  1891. }
  1892.  
  1893. html body .tabs .nav-tabs a,
  1894. html.dark body .tabs .nav-tabs a,
  1895. html body .tabs .nav-tabs a:hover,
  1896. html.dark body .tabs .nav-tabs a:hover {
  1897.     color: #3fc5a9;
  1898. }
  1899.  
  1900. html body .tabs .nav-tabs a:hover,
  1901. html.dark body .tabs .nav-tabs a:hover,
  1902. html body .tabs .nav-tabs a:focus,
  1903. html.dark body .tabs .nav-tabs a:focus {
  1904.     border-top-color: #3fc5a9;
  1905. }
  1906.  
  1907. html body .tabs .nav-tabs li.active a,
  1908. html.dark body .tabs .nav-tabs li.active a {
  1909.     border-top-color: #3fc5a9;
  1910.     color: #3fc5a9;
  1911. }
  1912.  
  1913. html body .tabs .nav-tabs.nav-justified a:hover,
  1914. html.dark body .tabs .nav-tabs.nav-justified a:hover,
  1915. html body .tabs .nav-tabs.nav-justified a:focus,
  1916. html.dark body .tabs .nav-tabs.nav-justified a:focus {
  1917.     border-top-color: #3fc5a9;
  1918. }
  1919.  
  1920. html body .tabs.tabs-bottom .nav-tabs li a:hover,
  1921. html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
  1922. html body .tabs.tabs-bottom .nav-tabs li.active a,
  1923. html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
  1924. html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
  1925. html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
  1926. html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
  1927. html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
  1928.     border-bottom-color: #3fc5a9;
  1929. }
  1930.  
  1931. html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
  1932. html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
  1933. html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
  1934. html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
  1935. html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
  1936. html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
  1937. html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
  1938. html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  1939.     border-left-color: #3fc5a9;
  1940. }
  1941.  
  1942. html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
  1943. html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
  1944. html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
  1945. html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
  1946. html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
  1947. html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
  1948. html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
  1949. html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  1950.     border-right-color: #3fc5a9;
  1951. }
  1952.  
  1953. html body .tabs.tabs-simple .nav-tabs > li.active a,
  1954. html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
  1955. html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
  1956. html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
  1957. html body .tabs.tabs-simple .nav-tabs > li a:hover,
  1958. html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
  1959. html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
  1960. html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
  1961.     border-top-color: #3fc5a9;
  1962.     color: #3fc5a9;
  1963. }
  1964.  
  1965. html body .tabs-primary .nav-tabs li a,
  1966. html.dark body .tabs-primary .nav-tabs li a,
  1967. html body .tabs-primary .nav-tabs.nav-justified li a,
  1968. html.dark body .tabs-primary .nav-tabs.nav-justified li a,
  1969. html body .tabs-primary .nav-tabs li a:hover,
  1970. html.dark body .tabs-primary .nav-tabs li a:hover,
  1971. html body .tabs-primary .nav-tabs.nav-justified li a:hover,
  1972. html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  1973.     color: #3fc5a9;
  1974. }
  1975.  
  1976. html body .tabs-primary .nav-tabs li a:hover,
  1977. html.dark body .tabs-primary .nav-tabs li a:hover,
  1978. html body .tabs-primary .nav-tabs.nav-justified li a:hover,
  1979. html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  1980.     border-top-color: #3fc5a9;
  1981. }
  1982.  
  1983. html body .tabs-primary .nav-tabs li.active a,
  1984. html.dark body .tabs-primary .nav-tabs li.active a,
  1985. html body .tabs-primary .nav-tabs.nav-justified li.active a,
  1986. html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
  1987. html body .tabs-primary .nav-tabs li.active a:hover,
  1988. html.dark body .tabs-primary .nav-tabs li.active a:hover,
  1989. html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
  1990. html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
  1991. html body .tabs-primary .nav-tabs li.active a:focus,
  1992. html.dark body .tabs-primary .nav-tabs li.active a:focus,
  1993. html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
  1994. html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  1995.     border-top-color: #3fc5a9;
  1996.     color: #3fc5a9;
  1997. }
  1998.  
  1999. html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
  2000. html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
  2001. html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
  2002. html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  2003.     border-bottom-color: #3fc5a9;
  2004. }
  2005.  
  2006. html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
  2007. html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
  2008. html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2009. html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2010. html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
  2011. html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
  2012. html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2013. html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2014. html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
  2015. html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
  2016. html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
  2017. html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  2018.     border-bottom-color: #3fc5a9;
  2019. }
  2020.  
  2021. html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
  2022. html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  2023.     border-left-color: #3fc5a9;
  2024. }
  2025.  
  2026. html body .tabs-primary.tabs-vertical.tabs-left li.active a,
  2027. html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
  2028. html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
  2029. html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
  2030. html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
  2031. html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  2032.     border-left-color: #3fc5a9;
  2033. }
  2034.  
  2035. html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
  2036. html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  2037.     border-right-color: #3fc5a9;
  2038. }
  2039.  
  2040. html body .tabs-primary.tabs-vertical.tabs-right li.active a,
  2041. html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
  2042. html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
  2043. html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
  2044. html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
  2045. html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  2046.     border-right-color: #3fc5a9;
  2047. }
  2048.  
  2049. html body .tabs-secondary .nav-tabs li a,
  2050. html.dark body .tabs-secondary .nav-tabs li a,
  2051. html body .tabs-secondary .nav-tabs.nav-justified li a,
  2052. html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
  2053. html body .tabs-secondary .nav-tabs li a:hover,
  2054. html.dark body .tabs-secondary .nav-tabs li a:hover,
  2055. html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
  2056. html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  2057.     color: #101019;
  2058. }
  2059.  
  2060. html body .tabs-secondary .nav-tabs li a:hover,
  2061. html.dark body .tabs-secondary .nav-tabs li a:hover,
  2062. html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
  2063. html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  2064.     border-top-color: #101019;
  2065. }
  2066.  
  2067. html body .tabs-secondary .nav-tabs li.active a,
  2068. html.dark body .tabs-secondary .nav-tabs li.active a,
  2069. html body .tabs-secondary .nav-tabs.nav-justified li.active a,
  2070. html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
  2071. html body .tabs-secondary .nav-tabs li.active a:hover,
  2072. html.dark body .tabs-secondary .nav-tabs li.active a:hover,
  2073. html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
  2074. html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
  2075. html body .tabs-secondary .nav-tabs li.active a:focus,
  2076. html.dark body .tabs-secondary .nav-tabs li.active a:focus,
  2077. html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
  2078. html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  2079.     border-top-color: #101019;
  2080.     color: #101019;
  2081. }
  2082.  
  2083. html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
  2084. html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
  2085. html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
  2086. html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  2087.     border-bottom-color: #101019;
  2088. }
  2089.  
  2090. html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
  2091. html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
  2092. html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2093. html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2094. html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
  2095. html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
  2096. html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2097. html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2098. html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
  2099. html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
  2100. html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
  2101. html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  2102.     border-bottom-color: #101019;
  2103. }
  2104.  
  2105. html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
  2106. html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  2107.     border-left-color: #101019;
  2108. }
  2109.  
  2110. html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
  2111. html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
  2112. html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
  2113. html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
  2114. html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
  2115. html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  2116.     border-left-color: #101019;
  2117. }
  2118.  
  2119. html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
  2120. html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  2121.     border-right-color: #101019;
  2122. }
  2123.  
  2124. html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
  2125. html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
  2126. html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
  2127. html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
  2128. html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
  2129. html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  2130.     border-right-color: #101019;
  2131. }
  2132.  
  2133. html body .tabs-tertiary .nav-tabs li a,
  2134. html.dark body .tabs-tertiary .nav-tabs li a,
  2135. html body .tabs-tertiary .nav-tabs.nav-justified li a,
  2136. html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
  2137. html body .tabs-tertiary .nav-tabs li a:hover,
  2138. html.dark body .tabs-tertiary .nav-tabs li a:hover,
  2139. html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
  2140. html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  2141.     color: #dbdbdb;
  2142. }
  2143.  
  2144. html body .tabs-tertiary .nav-tabs li a:hover,
  2145. html.dark body .tabs-tertiary .nav-tabs li a:hover,
  2146. html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
  2147. html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  2148.     border-top-color: #dbdbdb;
  2149. }
  2150.  
  2151. html body .tabs-tertiary .nav-tabs li.active a,
  2152. html.dark body .tabs-tertiary .nav-tabs li.active a,
  2153. html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
  2154. html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
  2155. html body .tabs-tertiary .nav-tabs li.active a:hover,
  2156. html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
  2157. html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
  2158. html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
  2159. html body .tabs-tertiary .nav-tabs li.active a:focus,
  2160. html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
  2161. html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
  2162. html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
  2163.     border-top-color: #dbdbdb;
  2164.     color: #dbdbdb;
  2165. }
  2166.  
  2167. html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
  2168. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
  2169. html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
  2170. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  2171.     border-bottom-color: #dbdbdb;
  2172. }
  2173.  
  2174. html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
  2175. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
  2176. html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2177. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2178. html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
  2179. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
  2180. html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2181. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2182. html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
  2183. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
  2184. html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
  2185. html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  2186.     border-bottom-color: #dbdbdb;
  2187. }
  2188.  
  2189. html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
  2190. html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  2191.     border-left-color: #dbdbdb;
  2192. }
  2193.  
  2194. html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
  2195. html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
  2196. html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
  2197. html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
  2198. html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
  2199. html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
  2200.     border-left-color: #dbdbdb;
  2201. }
  2202.  
  2203. html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
  2204. html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  2205.     border-right-color: #dbdbdb;
  2206. }
  2207.  
  2208. html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
  2209. html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
  2210. html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
  2211. html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
  2212. html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
  2213. html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
  2214.     border-right-color: #dbdbdb;
  2215. }
  2216.  
  2217. html body .tabs-quaternary .nav-tabs li a,
  2218. html.dark body .tabs-quaternary .nav-tabs li a,
  2219. html body .tabs-quaternary .nav-tabs.nav-justified li a,
  2220. html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
  2221. html body .tabs-quaternary .nav-tabs li a:hover,
  2222. html.dark body .tabs-quaternary .nav-tabs li a:hover,
  2223. html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
  2224. html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  2225.     color: #101019;
  2226. }
  2227.  
  2228. html body .tabs-quaternary .nav-tabs li a:hover,
  2229. html.dark body .tabs-quaternary .nav-tabs li a:hover,
  2230. html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
  2231. html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  2232.     border-top-color: #101019;
  2233. }
  2234.  
  2235. html body .tabs-quaternary .nav-tabs li.active a,
  2236. html.dark body .tabs-quaternary .nav-tabs li.active a,
  2237. html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
  2238. html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
  2239. html body .tabs-quaternary .nav-tabs li.active a:hover,
  2240. html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
  2241. html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
  2242. html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
  2243. html body .tabs-quaternary .nav-tabs li.active a:focus,
  2244. html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
  2245. html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
  2246. html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
  2247.     border-top-color: #101019;
  2248.     color: #101019;
  2249. }
  2250.  
  2251. html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
  2252. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
  2253. html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
  2254. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  2255.     border-bottom-color: #101019;
  2256. }
  2257.  
  2258. html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
  2259. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
  2260. html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2261. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
  2262. html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
  2263. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
  2264. html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2265. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2266. html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
  2267. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
  2268. html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
  2269. html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  2270.     border-bottom-color: #101019;
  2271. }
  2272.  
  2273. html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
  2274. html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  2275.     border-left-color: #101019;
  2276. }
  2277.  
  2278. html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
  2279. html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
  2280. html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
  2281. html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
  2282. html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
  2283. html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
  2284.     border-left-color: #101019;
  2285. }
  2286.  
  2287. html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
  2288. html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  2289.     border-right-color: #101019;
  2290. }
  2291.  
  2292. html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
  2293. html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
  2294. html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
  2295. html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
  2296. html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
  2297. html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
  2298.     border-right-color: #101019;
  2299. }
  2300.  
  2301. html body .tabs-dark .nav-tabs li a,
  2302. html.dark body .tabs-dark .nav-tabs li a,
  2303. html body .tabs-dark .nav-tabs.nav-justified li a,
  2304. html.dark body .tabs-dark .nav-tabs.nav-justified li a,
  2305. html body .tabs-dark .nav-tabs li a:hover,
  2306. html.dark body .tabs-dark .nav-tabs li a:hover,
  2307. html body .tabs-dark .nav-tabs.nav-justified li a:hover,
  2308. html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  2309.     color: #2e353e;
  2310. }
  2311.  
  2312. html body .tabs-dark .nav-tabs li a:hover,
  2313. html.dark body .tabs-dark .nav-tabs li a:hover,
  2314. html body .tabs-dark .nav-tabs.nav-justified li a:hover,
  2315. html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  2316.     border-top-color: #2e353e;
  2317. }
  2318.  
  2319. html body .tabs-dark .nav-tabs li.active a,
  2320. html.dark body .tabs-dark .nav-tabs li.active a,
  2321. html body .tabs-dark .nav-tabs.nav-justified li.active a,
  2322. html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
  2323. html body .tabs-dark .nav-tabs li.active a:hover,
  2324. html.dark body .tabs-dark .nav-tabs li.active a:hover,
  2325. html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
  2326. html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
  2327. html body .tabs-dark .nav-tabs li.active a:focus,
  2328. html.dark body .tabs-dark .nav-tabs li.active a:focus,
  2329. html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
  2330. html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  2331.     border-top-color: #2e353e;
  2332.     color: #2e353e;
  2333. }
  2334.  
  2335. html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
  2336. html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
  2337. html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
  2338. html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  2339.     border-bottom-color: #2e353e;
  2340. }
  2341.  
  2342. html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
  2343. html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
  2344. html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
  2345. html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
  2346. html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
  2347. html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
  2348. html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2349. html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2350. html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
  2351. html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
  2352. html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
  2353. html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  2354.     border-bottom-color: #2e353e;
  2355. }
  2356.  
  2357. html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
  2358. html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  2359.     border-left-color: #2e353e;
  2360. }
  2361.  
  2362. html body .tabs-dark.tabs-vertical.tabs-left li.active a,
  2363. html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
  2364. html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
  2365. html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
  2366. html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
  2367. html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  2368.     border-left-color: #2e353e;
  2369. }
  2370.  
  2371. html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
  2372. html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  2373.     border-right-color: #2e353e;
  2374. }
  2375.  
  2376. html body .tabs-dark.tabs-vertical.tabs-right li.active a,
  2377. html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
  2378. html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
  2379. html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
  2380. html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
  2381. html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  2382.     border-right-color: #2e353e;
  2383. }
  2384.  
  2385. html body .tabs-light .nav-tabs li a,
  2386. html.dark body .tabs-light .nav-tabs li a,
  2387. html body .tabs-light .nav-tabs.nav-justified li a,
  2388. html.dark body .tabs-light .nav-tabs.nav-justified li a,
  2389. html body .tabs-light .nav-tabs li a:hover,
  2390. html.dark body .tabs-light .nav-tabs li a:hover,
  2391. html body .tabs-light .nav-tabs.nav-justified li a:hover,
  2392. html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  2393.     color: #FFF;
  2394. }
  2395.  
  2396. html body .tabs-light .nav-tabs li a:hover,
  2397. html.dark body .tabs-light .nav-tabs li a:hover,
  2398. html body .tabs-light .nav-tabs.nav-justified li a:hover,
  2399. html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  2400.     border-top-color: #FFF;
  2401. }
  2402.  
  2403. html body .tabs-light .nav-tabs li.active a,
  2404. html.dark body .tabs-light .nav-tabs li.active a,
  2405. html body .tabs-light .nav-tabs.nav-justified li.active a,
  2406. html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
  2407. html body .tabs-light .nav-tabs li.active a:hover,
  2408. html.dark body .tabs-light .nav-tabs li.active a:hover,
  2409. html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
  2410. html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
  2411. html body .tabs-light .nav-tabs li.active a:focus,
  2412. html.dark body .tabs-light .nav-tabs li.active a:focus,
  2413. html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
  2414. html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
  2415.     border-top-color: #FFF;
  2416.     color: #FFF;
  2417. }
  2418.  
  2419. html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
  2420. html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
  2421. html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
  2422. html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  2423.     border-bottom-color: #FFF;
  2424. }
  2425.  
  2426. html body .tabs-light.tabs-bottom .nav-tabs li.active a,
  2427. html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
  2428. html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
  2429. html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
  2430. html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
  2431. html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
  2432. html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2433. html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
  2434. html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
  2435. html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
  2436. html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
  2437. html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
  2438.     border-bottom-color: #FFF;
  2439. }
  2440.  
  2441. html body .tabs-light.tabs-vertical.tabs-left li a:hover,
  2442. html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  2443.     border-left-color: #FFF;
  2444. }
  2445.  
  2446. html body .tabs-light.tabs-vertical.tabs-left li.active a,
  2447. html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
  2448. html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
  2449. html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
  2450. html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
  2451. html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  2452.     border-left-color: #FFF;
  2453. }
  2454.  
  2455. html body .tabs-light.tabs-vertical.tabs-right li a:hover,
  2456. html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  2457.     border-right-color: #FFF;
  2458. }
  2459.  
  2460. html body .tabs-light.tabs-vertical.tabs-right li.active a,
  2461. html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
  2462. html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
  2463. html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
  2464. html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
  2465. html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  2466.     border-right-color: #FFF;
  2467. }
  2468.  
  2469. html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
  2470. html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
  2471. html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
  2472. html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  2473.     border-right-color: #3fc5a9;
  2474.     border-left-color: transparent;
  2475. }
  2476.  
  2477. html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
  2478. html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
  2479. html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
  2480. html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  2481.     border-right-color: transparent;
  2482.     border-left-color: #3fc5a9;
  2483. }
  2484.  
  2485. .list.list-icons li > .fa:first-child,
  2486. .list.list-icons li a:first-child > .fa:first-child,
  2487. .list.list-icons li > .icons:first-child,
  2488. .list.list-icons li a:first-child > .icons:first-child {
  2489.     color: #3fc5a9;
  2490.     border-color: #3fc5a9;
  2491. }
  2492.  
  2493. .list.list-icons.list-icons-style-3 li > .fa:first-child,
  2494. .list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2495. .list.list-icons.list-icons-style-3 li > .icons:first-child,
  2496. .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2497.     background-color: #3fc5a9;
  2498. }
  2499.  
  2500. .list.list-ordened li:before {
  2501.     color: #3fc5a9;
  2502.     border-color: #3fc5a9;
  2503. }
  2504.  
  2505. .list.list-ordened.list-ordened-style-3 li:before {
  2506.     background-color: #3fc5a9;
  2507. }
  2508.  
  2509. html .list-primary.list-icons li > .fa:first-child,
  2510. html .list-primary.list-icons li a:first-child > .fa:first-child,
  2511. html .list-primary.list-icons li > .icons:first-child,
  2512. html .list-primary.list-icons li a:first-child > .icons:first-child {
  2513.     color: #3fc5a9;
  2514.     border-color: #3fc5a9;
  2515. }
  2516.  
  2517. html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
  2518. html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2519. html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
  2520. html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2521.     background-color: #3fc5a9;
  2522.     color: #FFF;
  2523. }
  2524.  
  2525. html .list-primary.list-ordened li:before {
  2526.     color: #3fc5a9;
  2527. }
  2528.  
  2529. html .list-primary.list-ordened.list-ordened-style-3 li:before {
  2530.     background-color: #3fc5a9;
  2531.     color: #FFF;
  2532. }
  2533.  
  2534. html .list-secondary.list-icons li > .fa:first-child,
  2535. html .list-secondary.list-icons li a:first-child > .fa:first-child,
  2536. html .list-secondary.list-icons li > .icons:first-child,
  2537. html .list-secondary.list-icons li a:first-child > .icons:first-child {
  2538.     color: #101019;
  2539.     border-color: #101019;
  2540. }
  2541.  
  2542. html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
  2543. html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2544. html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
  2545. html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2546.     background-color: #101019;
  2547.     color: #FFF;
  2548. }
  2549.  
  2550. html .list-secondary.list-ordened li:before {
  2551.     color: #101019;
  2552. }
  2553.  
  2554. html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  2555.     background-color: #101019;
  2556.     color: #FFF;
  2557. }
  2558.  
  2559. html .list-tertiary.list-icons li > .fa:first-child,
  2560. html .list-tertiary.list-icons li a:first-child > .fa:first-child,
  2561. html .list-tertiary.list-icons li > .icons:first-child,
  2562. html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  2563.     color: #dbdbdb;
  2564.     border-color: #dbdbdb;
  2565. }
  2566.  
  2567. html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
  2568. html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2569. html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
  2570. html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2571.     background-color: #dbdbdb;
  2572.     color: #777;
  2573. }
  2574.  
  2575. html .list-tertiary.list-ordened li:before {
  2576.     color: #dbdbdb;
  2577. }
  2578.  
  2579. html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  2580.     background-color: #dbdbdb;
  2581.     color: #777;
  2582. }
  2583.  
  2584. html .list-quaternary.list-icons li > .fa:first-child,
  2585. html .list-quaternary.list-icons li a:first-child > .fa:first-child,
  2586. html .list-quaternary.list-icons li > .icons:first-child,
  2587. html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  2588.     color: #101019;
  2589.     border-color: #101019;
  2590. }
  2591.  
  2592. html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
  2593. html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2594. html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
  2595. html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2596.     background-color: #101019;
  2597.     color: #FFF;
  2598. }
  2599.  
  2600. html .list-quaternary.list-ordened li:before {
  2601.     color: #101019;
  2602. }
  2603.  
  2604. html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  2605.     background-color: #101019;
  2606.     color: #FFF;
  2607. }
  2608.  
  2609. html .list-dark.list-icons li > .fa:first-child,
  2610. html .list-dark.list-icons li a:first-child > .fa:first-child,
  2611. html .list-dark.list-icons li > .icons:first-child,
  2612. html .list-dark.list-icons li a:first-child > .icons:first-child {
  2613.     color: #2e353e;
  2614.     border-color: #2e353e;
  2615. }
  2616.  
  2617. html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
  2618. html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2619. html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
  2620. html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2621.     background-color: #2e353e;
  2622.     color: #FFF;
  2623. }
  2624.  
  2625. html .list-dark.list-ordened li:before {
  2626.     color: #2e353e;
  2627. }
  2628.  
  2629. html .list-dark.list-ordened.list-ordened-style-3 li:before {
  2630.     background-color: #2e353e;
  2631.     color: #FFF;
  2632. }
  2633.  
  2634. html .list-light.list-icons li > .fa:first-child,
  2635. html .list-light.list-icons li a:first-child > .fa:first-child,
  2636. html .list-light.list-icons li > .icons:first-child,
  2637. html .list-light.list-icons li a:first-child > .icons:first-child {
  2638.     color: #FFF;
  2639.     border-color: #FFF;
  2640. }
  2641.  
  2642. html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
  2643. html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
  2644. html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
  2645. html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  2646.     background-color: #FFF;
  2647.     color: #777;
  2648. }
  2649.  
  2650. html .list-light.list-ordened li:before {
  2651.     color: #FFF;
  2652. }
  2653.  
  2654. html .list-light.list-ordened.list-ordened-style-3 li:before {
  2655.     background-color: #FFF;
  2656.     color: #777;
  2657. }
  2658.  
  2659. .parallax blockquote i.fa-quote-left {
  2660.     color: #3fc5a9;
  2661. }
  2662.  
  2663. section.video blockquote i.fa-quote-left {
  2664.     color: #3fc5a9;
  2665. }
  2666.  
  2667. .panel-group .panel-heading a {
  2668.     color: #3fc5a9;
  2669. }
  2670.  
  2671. html .panel-group.panel-group-primary .panel-heading {
  2672.     background-color: #3fc5a9 !important;
  2673. }
  2674.  
  2675. html .panel-group.panel-group-primary .panel-heading a {
  2676.     color: #FFF;
  2677. }
  2678.  
  2679. html .panel-group.panel-group-secondary .panel-heading {
  2680.     background-color: #101019 !important;
  2681. }
  2682.  
  2683. html .panel-group.panel-group-secondary .panel-heading a {
  2684.     color: #FFF;
  2685. }
  2686.  
  2687. html .panel-group.panel-group-tertiary .panel-heading {
  2688.     background-color: #dbdbdb !important;
  2689. }
  2690.  
  2691. html .panel-group.panel-group-tertiary .panel-heading a {
  2692.     color: #777;
  2693. }
  2694.  
  2695. html .panel-group.panel-group-quaternary .panel-heading {
  2696.     background-color: #101019 !important;
  2697. }
  2698.  
  2699. html .panel-group.panel-group-quaternary .panel-heading a {
  2700.     color: #FFF;
  2701. }
  2702.  
  2703. html .panel-group.panel-group-dark .panel-heading {
  2704.     background-color: #2e353e !important;
  2705. }
  2706.  
  2707. html .panel-group.panel-group-dark .panel-heading a {
  2708.     color: #FFF;
  2709. }
  2710.  
  2711. html .panel-group.panel-group-light .panel-heading {
  2712.     background-color: #FFF !important;
  2713. }
  2714.  
  2715. html .panel-group.panel-group-light .panel-heading a {
  2716.     color: #777;
  2717. }
  2718.  
  2719. html .divider.divider-primary .fa,
  2720. html .divider.divider-primary .icons {
  2721.     color: #3fc5a9;
  2722. }
  2723.  
  2724. html .divider.divider-primary.divider-small hr {
  2725.     background: #3fc5a9;
  2726. }
  2727.  
  2728. html .divider.divider-secondary .fa,
  2729. html .divider.divider-secondary .icons {
  2730.     color: #101019;
  2731. }
  2732.  
  2733. html .divider.divider-secondary.divider-small hr {
  2734.     background: #101019;
  2735. }
  2736.  
  2737. html .divider.divider-tertiary .fa,
  2738. html .divider.divider-tertiary .icons {
  2739.     color: #dbdbdb;
  2740. }
  2741.  
  2742. html .divider.divider-tertiary.divider-small hr {
  2743.     background: #dbdbdb;
  2744. }
  2745.  
  2746. html .divider.divider-quaternary .fa,
  2747. html .divider.divider-quaternary .icons {
  2748.     color: #101019;
  2749. }
  2750.  
  2751. html .divider.divider-quaternary.divider-small hr {
  2752.     background: #101019;
  2753. }
  2754.  
  2755. html .divider.divider-dark .fa,
  2756. html .divider.divider-dark .icons {
  2757.     color: #2e353e;
  2758. }
  2759.  
  2760. html .divider.divider-dark.divider-small hr {
  2761.     background: #2e353e;
  2762. }
  2763.  
  2764. html .divider.divider-light .fa,
  2765. html .divider.divider-light .icons {
  2766.     color: #FFF;
  2767. }
  2768.  
  2769. html .divider.divider-light.divider-small hr {
  2770.     background: #FFF;
  2771. }
  2772.  
  2773. html .divider.divider-style-2.divider-primary .fa,
  2774. html .divider.divider-style-2.divider-primary .icons {
  2775.     background: #3fc5a9;
  2776.     color: #FFF;
  2777. }
  2778.  
  2779. html .divider.divider-style-2.divider-secondary .fa,
  2780. html .divider.divider-style-2.divider-secondary .icons {
  2781.     background: #101019;
  2782.     color: #FFF;
  2783. }
  2784.  
  2785. html .divider.divider-style-2.divider-tertiary .fa,
  2786. html .divider.divider-style-2.divider-tertiary .icons {
  2787.     background: #dbdbdb;
  2788.     color: #777;
  2789. }
  2790.  
  2791. html .divider.divider-style-2.divider-quaternary .fa,
  2792. html .divider.divider-style-2.divider-quaternary .icons {
  2793.     background: #101019;
  2794.     color: #FFF;
  2795. }
  2796.  
  2797. html .divider.divider-style-2.divider-dark .fa,
  2798. html .divider.divider-style-2.divider-dark .icons {
  2799.     background: #2e353e;
  2800.     color: #FFF;
  2801. }
  2802.  
  2803. html .divider.divider-style-2.divider-light .fa,
  2804. html .divider.divider-style-2.divider-light .icons {
  2805.     background: #FFF;
  2806.     color: #777;
  2807. }
  2808.  
  2809. html .divider.divider-style-3.divider-primary .fa,
  2810. html .divider.divider-style-3.divider-primary .icons {
  2811.     border-color: #3fc5a9;
  2812. }
  2813.  
  2814. html .divider.divider-style-3.divider-secondary .fa,
  2815. html .divider.divider-style-3.divider-secondary .icons {
  2816.     border-color: #101019;
  2817. }
  2818.  
  2819. html .divider.divider-style-3.divider-tertiary .fa,
  2820. html .divider.divider-style-3.divider-tertiary .icons {
  2821.     border-color: #dbdbdb;
  2822. }
  2823.  
  2824. html .divider.divider-style-3.divider-quaternary .fa,
  2825. html .divider.divider-style-3.divider-quaternary .icons {
  2826.     border-color: #101019;
  2827. }
  2828.  
  2829. html .divider.divider-style-3.divider-dark .fa,
  2830. html .divider.divider-style-3.divider-dark .icons {
  2831.     border-color: #2e353e;
  2832. }
  2833.  
  2834. html .divider.divider-style-3.divider-light .fa,
  2835. html .divider.divider-style-3.divider-light .icons {
  2836.     border-color: #FFF;
  2837. }
  2838.  
  2839. #header .tip {
  2840.     background: #3fc5a9;
  2841.     color: #FFF;
  2842. }
  2843.  
  2844. #header .tip:before {
  2845.     border-right-color: #3fc5a9;
  2846. }
  2847.  
  2848. html #header .tip-primary {
  2849.     background: #3fc5a9 !important;
  2850.     color: #FFF !important;
  2851. }
  2852.  
  2853. html #header .tip-primary:before {
  2854.     border-right-color: #3fc5a9 !important;
  2855. }
  2856.  
  2857. html #header .tip-secondary {
  2858.     background: #101019 !important;
  2859.     color: #FFF !important;
  2860. }
  2861.  
  2862. html #header .tip-secondary:before {
  2863.     border-right-color: #101019 !important;
  2864. }
  2865.  
  2866. html #header .tip-tertiary {
  2867.     background: #dbdbdb !important;
  2868.     color: #777 !important;
  2869. }
  2870.  
  2871. html #header .tip-tertiary:before {
  2872.     border-right-color: #dbdbdb !important;
  2873. }
  2874.  
  2875. html #header .tip-quaternary {
  2876.     background: #101019 !important;
  2877.     color: #FFF !important;
  2878. }
  2879.  
  2880. html #header .tip-quaternary:before {
  2881.     border-right-color: #101019 !important;
  2882. }
  2883.  
  2884. html #header .tip-dark {
  2885.     background: #2e353e !important;
  2886.     color: #FFF !important;
  2887. }
  2888.  
  2889. html #header .tip-dark:before {
  2890.     border-right-color: #2e353e !important;
  2891. }
  2892.  
  2893. html #header .tip-light {
  2894.     background: #FFF !important;
  2895.     color: #777 !important;
  2896. }
  2897.  
  2898. html #header .tip-light:before {
  2899.     border-right-color: #FFF !important;
  2900. }
  2901.  
  2902. html[dir="rtl"] #header .tip.skin:before {
  2903.     border-left-color: #3fc5a9;
  2904. }
  2905.  
  2906. #header .header-btn-collapse-nav {
  2907.     background: #3fc5a9;
  2908. }
  2909.  
  2910. @media (min-width: 992px) {
  2911.     #header .header-nav-main nav > ul > li.open > a,
  2912.   #header .header-nav-main nav > ul > li:hover > a {
  2913.         background: #3fc5a9;
  2914.     }
  2915.  
  2916.     #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  2917.         border-top-color: #3fc5a9;
  2918.     }
  2919.  
  2920.     #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
  2921.         border-color: transparent transparent transparent #3fc5a9;
  2922.     }
  2923.  
  2924.     #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
  2925.         border-top-color: #3fc5a9;
  2926.     }
  2927.  
  2928.     #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
  2929.         border-color: transparent #3fc5a9 transparent;
  2930.     }
  2931.  
  2932.     #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
  2933.         border-top-color: #3fc5a9;
  2934.     }
  2935.  
  2936.     #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
  2937.         color: #3fc5a9;
  2938.     }
  2939.  
  2940.     #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
  2941.         color: #3fc5a9;
  2942.     }
  2943.  
  2944.     #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a.dropdown-toggle:after {
  2945.         border-color: #3fc5a9 transparent transparent transparent;
  2946.     }
  2947.  
  2948.     #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
  2949.         background-color: #3fc5a9;
  2950.     }
  2951.  
  2952.     #header .header-nav.header-nav-top-line nav > ul li.active > a,
  2953.   #header .header-nav.header-nav-top-line nav > ul li:hover > a {
  2954.         color: #3fc5a9;
  2955.     }
  2956.  
  2957.     #header .header-nav.header-nav-top-line nav > ul li.active > a:before,
  2958.   #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
  2959.         background: #3fc5a9;
  2960.     }
  2961.  
  2962.     #header .header-nav.header-nav-top-line nav > ul li.active > a.dropdown-toggle:after,
  2963.   #header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
  2964.         border-color: #3fc5a9 transparent transparent transparent;
  2965.     }
  2966.  
  2967.     #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
  2968.   #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
  2969.         color: #3fc5a9;
  2970.     }
  2971.  
  2972.     #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a.dropdown-toggle:after,
  2973.   #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
  2974.         border-color: #3fc5a9 transparent transparent transparent;
  2975.     }
  2976.  
  2977.     html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  2978.   html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
  2979.         border-left-color: #3fc5a9;
  2980.     }
  2981.  
  2982.     html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
  2983.         border-color: transparent transparent transparent #3fc5a9;
  2984.     }
  2985.  
  2986.     html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
  2987.   html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
  2988.         border-color: transparent transparent transparent #FFF;
  2989.     }
  2990.  
  2991.     html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu,
  2992.   html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
  2993.         border-right-color: #3fc5a9;
  2994.     }
  2995.  
  2996.     html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
  2997.         border-color: transparent #3fc5a9 transparent transparent;
  2998.     }
  2999.  
  3000.     html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after,
  3001.   html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
  3002.         border-color: transparent #FFF transparent transparent;
  3003.     };
  3004. }
  3005.  
  3006. @media (min-width: 992px) {
  3007.     #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
  3008.         border-color: #3fc5a9 transparent transparent transparent;
  3009.     }
  3010.  
  3011.     html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  3012.   html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
  3013.         border-color: #3fc5a9 transparent transparent transparent;
  3014.     }
  3015.  
  3016.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
  3017.         color: #3fc5a9;
  3018.     }
  3019.  
  3020.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
  3021.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
  3022.         background: #3fc5a9;
  3023.         color: #FFF;
  3024.     }
  3025.  
  3026.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
  3027.         border-color: #3fc5a9 transparent transparent transparent;
  3028.     }
  3029.  
  3030.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
  3031.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
  3032.         background: #3fc5a9;
  3033.         color: #FFF;
  3034.     }
  3035.  
  3036.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
  3037.         border-top-color: #3fc5a9;
  3038.         background-color: #3fc5a9;
  3039.     }
  3040.  
  3041.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
  3042.         color: #FFF;
  3043.         border-bottom-color: #53cbb2;
  3044.     }
  3045.  
  3046.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
  3047.         background: #53cbb2;
  3048.     }
  3049.  
  3050.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
  3051.         border-color: transparent transparent transparent #FFF;
  3052.     }
  3053.  
  3054.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
  3055.         color: #FFF;
  3056.         opacity: 0.70;
  3057.     }
  3058.  
  3059.     html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  3060.   html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
  3061.         border-color: #101019 transparent transparent transparent;
  3062.     }
  3063.  
  3064.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
  3065.         color: #101019;
  3066.     }
  3067.  
  3068.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus,
  3069.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
  3070.         background: #101019;
  3071.         color: #FFF;
  3072.     }
  3073.  
  3074.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
  3075.         border-color: #101019 transparent transparent transparent;
  3076.     }
  3077.  
  3078.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a,
  3079.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
  3080.         background: #101019;
  3081.         color: #FFF;
  3082.     }
  3083.  
  3084.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
  3085.         border-top-color: #101019;
  3086.         background-color: #101019;
  3087.     }
  3088.  
  3089.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
  3090.         color: #FFF;
  3091.         border-bottom-color: #1a1a29;
  3092.     }
  3093.  
  3094.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
  3095.         background: #1a1a29;
  3096.     }
  3097.  
  3098.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
  3099.         border-color: transparent transparent transparent #FFF;
  3100.     }
  3101.  
  3102.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
  3103.         color: #FFF;
  3104.         opacity: 0.70;
  3105.     }
  3106.  
  3107.     html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  3108.   html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
  3109.         border-color: #dbdbdb transparent transparent transparent;
  3110.     }
  3111.  
  3112.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
  3113.         color: #dbdbdb;
  3114.     }
  3115.  
  3116.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus,
  3117.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
  3118.         background: #dbdbdb;
  3119.         color: #777;
  3120.     }
  3121.  
  3122.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
  3123.         border-color: #dbdbdb transparent transparent transparent;
  3124.     }
  3125.  
  3126.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a,
  3127.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
  3128.         background: #dbdbdb;
  3129.         color: #777;
  3130.     }
  3131.  
  3132.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
  3133.         border-top-color: #dbdbdb;
  3134.         background-color: #dbdbdb;
  3135.     }
  3136.  
  3137.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
  3138.         color: #777;
  3139.         border-bottom-color: #e8e8e8;
  3140.     }
  3141.  
  3142.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
  3143.         background: #e8e8e8;
  3144.     }
  3145.  
  3146.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
  3147.         border-color: transparent transparent transparent #777;
  3148.     }
  3149.  
  3150.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
  3151.         color: #777;
  3152.         opacity: 0.70;
  3153.     }
  3154.  
  3155.     html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  3156.   html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
  3157.         border-color: #101019 transparent transparent transparent;
  3158.     }
  3159.  
  3160.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
  3161.         color: #101019;
  3162.     }
  3163.  
  3164.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus,
  3165.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
  3166.         background: #101019;
  3167.         color: #FFF;
  3168.     }
  3169.  
  3170.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
  3171.         border-color: #101019 transparent transparent transparent;
  3172.     }
  3173.  
  3174.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a,
  3175.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
  3176.         background: #101019;
  3177.         color: #FFF;
  3178.     }
  3179.  
  3180.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
  3181.         border-top-color: #101019;
  3182.         background-color: #101019;
  3183.     }
  3184.  
  3185.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
  3186.         color: #FFF;
  3187.         border-bottom-color: #1a1a29;
  3188.     }
  3189.  
  3190.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
  3191.         background: #1a1a29;
  3192.     }
  3193.  
  3194.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
  3195.         border-color: transparent transparent transparent #FFF;
  3196.     }
  3197.  
  3198.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
  3199.         color: #FFF;
  3200.         opacity: 0.70;
  3201.     }
  3202.  
  3203.     html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  3204.   html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
  3205.         border-color: #2e353e transparent transparent transparent;
  3206.     }
  3207.  
  3208.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
  3209.         color: #2e353e;
  3210.     }
  3211.  
  3212.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus,
  3213.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
  3214.         background: #2e353e;
  3215.         color: #FFF;
  3216.     }
  3217.  
  3218.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
  3219.         border-color: #2e353e transparent transparent transparent;
  3220.     }
  3221.  
  3222.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a,
  3223.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
  3224.         background: #2e353e;
  3225.         color: #FFF;
  3226.     }
  3227.  
  3228.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
  3229.         border-top-color: #2e353e;
  3230.         background-color: #2e353e;
  3231.     }
  3232.  
  3233.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
  3234.         color: #FFF;
  3235.         border-bottom-color: #39424d;
  3236.     }
  3237.  
  3238.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
  3239.         background: #39424d;
  3240.     }
  3241.  
  3242.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
  3243.         border-color: transparent transparent transparent #FFF;
  3244.     }
  3245.  
  3246.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
  3247.         color: #FFF;
  3248.         opacity: 0.70;
  3249.     }
  3250.  
  3251.     html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  3252.   html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
  3253.         border-color: #FFF transparent transparent transparent;
  3254.     }
  3255.  
  3256.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
  3257.         color: #FFF;
  3258.     }
  3259.  
  3260.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus,
  3261.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
  3262.         background: #FFF;
  3263.         color: #777;
  3264.     }
  3265.  
  3266.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
  3267.         border-color: #FFF transparent transparent transparent;
  3268.     }
  3269.  
  3270.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a,
  3271.   html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
  3272.         background: #FFF;
  3273.         color: #777;
  3274.     }
  3275.  
  3276.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
  3277.         border-top-color: #FFF;
  3278.         background-color: #FFF;
  3279.     }
  3280.  
  3281.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
  3282.         color: #777;
  3283.         border-bottom-color: #ffffff;
  3284.     }
  3285.  
  3286.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
  3287.         background: #ffffff;
  3288.     }
  3289.  
  3290.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
  3291.         border-color: transparent transparent transparent #777;
  3292.     }
  3293.  
  3294.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
  3295.         color: #777;
  3296.         opacity: 0.70;
  3297.     }
  3298.  
  3299.     html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
  3300.         border-color: transparent #3fc5a9 transparent transparent;
  3301.     };
  3302. }
  3303.  
  3304. @media (max-width: 991px) {
  3305.     #header .header-nav-main nav > ul > li > a,
  3306.   #header .header-nav-main nav > ul > li > a:focus,
  3307.   #header .header-nav-main nav > ul > li > a:hover {
  3308.         color: #3fc5a9;
  3309.     }
  3310.  
  3311.     #header .header-nav-main nav > ul > li.active > a,
  3312.   #header .header-nav-main nav > ul > li.active > a:focus,
  3313.   #header .header-nav-main nav > ul > li.active > a:hover {
  3314.         background-color: #3fc5a9;
  3315.     };
  3316. }
  3317.  
  3318. @media (max-width: 991px) {
  3319.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
  3320.         color: #3fc5a9;
  3321.     }
  3322.  
  3323.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
  3324.         background: #3fc5a9;
  3325.         color: #FFF;
  3326.     }
  3327.  
  3328.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
  3329.         color: #101019;
  3330.     }
  3331.  
  3332.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
  3333.         background: #101019;
  3334.         color: #FFF;
  3335.     }
  3336.  
  3337.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
  3338.         color: #dbdbdb;
  3339.     }
  3340.  
  3341.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
  3342.         background: #dbdbdb;
  3343.         color: #777;
  3344.     }
  3345.  
  3346.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
  3347.         color: #101019;
  3348.     }
  3349.  
  3350.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
  3351.         background: #101019;
  3352.         color: #FFF;
  3353.     }
  3354.  
  3355.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
  3356.         color: #2e353e;
  3357.     }
  3358.  
  3359.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
  3360.         background: #2e353e;
  3361.         color: #FFF;
  3362.     }
  3363.  
  3364.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
  3365.         color: #FFF;
  3366.     }
  3367.  
  3368.     html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
  3369.         background: #FFF;
  3370.         color: #777;
  3371.     };
  3372. }
  3373.  
  3374. html #header .header-top.header-top-primary {
  3375.     background: #3fc5a9;
  3376.     border-top-color: #36b49a;
  3377. }
  3378.  
  3379. html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  3380.     background: #53cbb2;
  3381. }
  3382.  
  3383. html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
  3384. html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
  3385. html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
  3386. html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
  3387.     background: #53cbb2;
  3388. }
  3389.  
  3390. html #header .header-top.header-top-primary .dropdown-menu {
  3391.     background: #53cbb2;
  3392.     border-color: #53cbb2;
  3393. }
  3394.  
  3395. html #header .header-top.header-top-primary .dropdown-menu a:hover,
  3396. html #header .header-top.header-top-primary .dropdown-menu a:focus {
  3397.     background: #66d1bb !important;
  3398. }
  3399.  
  3400. html #header .header-top.header-top-secondary {
  3401.     background: #101019;
  3402.     border-top-color: #060609;
  3403. }
  3404.  
  3405. html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  3406.     background: #1a1a29;
  3407. }
  3408.  
  3409. html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
  3410. html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover,
  3411. html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
  3412. html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
  3413.     background: #1a1a29;
  3414. }
  3415.  
  3416. html #header .header-top.header-top-secondary .dropdown-menu {
  3417.     background: #1a1a29;
  3418.     border-color: #1a1a29;
  3419. }
  3420.  
  3421. html #header .header-top.header-top-secondary .dropdown-menu a:hover,
  3422. html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  3423.     background: #242438 !important;
  3424. }
  3425.  
  3426. html #header .header-top.header-top-tertiary {
  3427.     background: #dbdbdb;
  3428.     border-top-color: #cecece;
  3429. }
  3430.  
  3431. html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  3432.     background: #e8e8e8;
  3433. }
  3434.  
  3435. html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
  3436. html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover,
  3437. html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
  3438. html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
  3439.     background: #e8e8e8;
  3440. }
  3441.  
  3442. html #header .header-top.header-top-tertiary .dropdown-menu {
  3443.     background: #e8e8e8;
  3444.     border-color: #e8e8e8;
  3445. }
  3446.  
  3447. html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
  3448. html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  3449.     background: #f4f4f4 !important;
  3450. }
  3451.  
  3452. html #header .header-top.header-top-quaternary {
  3453.     background: #101019;
  3454.     border-top-color: #060609;
  3455. }
  3456.  
  3457. html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
  3458.     background: #1a1a29;
  3459. }
  3460.  
  3461. html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover,
  3462. html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover,
  3463. html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus,
  3464. html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
  3465.     background: #1a1a29;
  3466. }
  3467.  
  3468. html #header .header-top.header-top-quaternary .dropdown-menu {
  3469.     background: #1a1a29;
  3470.     border-color: #1a1a29;
  3471. }
  3472.  
  3473. html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
  3474. html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  3475.     background: #242438 !important;
  3476. }
  3477.  
  3478. html #header .header-top.header-top-dark {
  3479.     background: #2e353e;
  3480.     border-top-color: #23282f;
  3481. }
  3482.  
  3483. html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  3484.     background: #39424d;
  3485. }
  3486.  
  3487. html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
  3488. html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
  3489. html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
  3490. html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
  3491.     background: #39424d;
  3492. }
  3493.  
  3494. html #header .header-top.header-top-dark .dropdown-menu {
  3495.     background: #39424d;
  3496.     border-color: #39424d;
  3497. }
  3498.  
  3499. html #header .header-top.header-top-dark .dropdown-menu a:hover,
  3500. html #header .header-top.header-top-dark .dropdown-menu a:focus {
  3501.     background: #444e5b !important;
  3502. }
  3503.  
  3504. html #header .header-top.header-top-light {
  3505.     background: #FFF;
  3506.     border-top-color: #f2f2f2;
  3507. }
  3508.  
  3509. html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  3510.     background: #ffffff;
  3511. }
  3512.  
  3513. html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
  3514. html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover,
  3515. html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
  3516. html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
  3517.     background: #ffffff;
  3518. }
  3519.  
  3520. html #header .header-top.header-top-light .dropdown-menu {
  3521.     background: #ffffff;
  3522.     border-color: #ffffff;
  3523. }
  3524.  
  3525. html #header .header-top.header-top-light .dropdown-menu a:hover,
  3526. html #header .header-top.header-top-light .dropdown-menu a:focus {
  3527.     background: #ffffff !important;
  3528. }
  3529.  
  3530. @media (min-width: 992px) {
  3531.     html #header .header-nav-bar-primary {
  3532.         background: #3fc5a9 !important;
  3533.         color: #FFF !important;
  3534.     }
  3535.  
  3536.     html #header .header-nav-bar-secondary {
  3537.         background: #101019 !important;
  3538.         color: #FFF !important;
  3539.     }
  3540.  
  3541.     html #header .header-nav-bar-tertiary {
  3542.         background: #dbdbdb !important;
  3543.         color: #777 !important;
  3544.     }
  3545.  
  3546.     html #header .header-nav-bar-quaternary {
  3547.         background: #101019 !important;
  3548.         color: #FFF !important;
  3549.     }
  3550.  
  3551.     html #header .header-nav-bar-dark {
  3552.         background: #2e353e !important;
  3553.         color: #FFF !important;
  3554.     }
  3555.  
  3556.     html #header .header-nav-bar-light {
  3557.         background: #FFF !important;
  3558.         color: #777 !important;
  3559.     };
  3560. }
  3561.  
  3562. @media (min-width: 992px) {
  3563.     #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  3564.   #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
  3565.         color: #3fc5a9;
  3566.     }
  3567.  
  3568.     #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after,
  3569.   #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
  3570.         border-color: #3fc5a9 transparent transparent transparent;
  3571.     }
  3572.  
  3573.     #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
  3574.         color: #3fc5a9;
  3575.     }
  3576.  
  3577.     #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
  3578.         border-color: #3fc5a9 transparent transparent transparent;
  3579.     };
  3580. }
  3581.  
  3582. .testimonial blockquote {
  3583.     background: #53cbb2;
  3584. }
  3585.  
  3586. .testimonial .testimonial-arrow-down {
  3587.     border-top-color: #53cbb2;
  3588. }
  3589.  
  3590. html .testimonial-primary blockquote {
  3591.     background: #53cbb2;
  3592. }
  3593.  
  3594. html .testimonial-primary .testimonial-arrow-down {
  3595.     border-top-color: #53cbb2;
  3596. }
  3597.  
  3598. html .testimonial-secondary blockquote {
  3599.     background: #1a1a29;
  3600. }
  3601.  
  3602. html .testimonial-secondary .testimonial-arrow-down {
  3603.     border-top-color: #1a1a29;
  3604. }
  3605.  
  3606. html .testimonial-tertiary blockquote {
  3607.     background: #e8e8e8;
  3608. }
  3609.  
  3610. html .testimonial-tertiary .testimonial-arrow-down {
  3611.     border-top-color: #e8e8e8;
  3612. }
  3613.  
  3614. html .testimonial-quaternary blockquote {
  3615.     background: #1a1a29;
  3616. }
  3617.  
  3618. html .testimonial-quaternary .testimonial-arrow-down {
  3619.     border-top-color: #1a1a29;
  3620. }
  3621.  
  3622. html .testimonial-dark blockquote {
  3623.     background: #39424d;
  3624. }
  3625.  
  3626. html .testimonial-dark .testimonial-arrow-down {
  3627.     border-top-color: #39424d;
  3628. }
  3629.  
  3630. html .testimonial-light blockquote {
  3631.     background: #ffffff;
  3632. }
  3633.  
  3634. html .testimonial-light .testimonial-arrow-down {
  3635.     border-top-color: #ffffff;
  3636. }
  3637.  
  3638. .circular-bar.only-icon .fa,
  3639. .circular-bar.only-icon .icons {
  3640.     color: #3fc5a9;
  3641. }
  3642.  
  3643. html .counters .counter-primary .fa,
  3644. html .counters .counter-primary .icons,
  3645. html .counters .counter-primary strong {
  3646.     color: #3fc5a9;
  3647. }
  3648.  
  3649. html .counters .counter-secondary .fa,
  3650. html .counters .counter-secondary .icons,
  3651. html .counters .counter-secondary strong {
  3652.     color: #101019;
  3653. }
  3654.  
  3655. html .counters .counter-tertiary .fa,
  3656. html .counters .counter-tertiary .icons,
  3657. html .counters .counter-tertiary strong {
  3658.     color: #dbdbdb;
  3659. }
  3660.  
  3661. html .counters .counter-quaternary .fa,
  3662. html .counters .counter-quaternary .icons,
  3663. html .counters .counter-quaternary strong {
  3664.     color: #101019;
  3665. }
  3666.  
  3667. html .counters .counter-dark .fa,
  3668. html .counters .counter-dark .icons,
  3669. html .counters .counter-dark strong {
  3670.     color: #2e353e;
  3671. }
  3672.  
  3673. html .counters .counter-light .fa,
  3674. html .counters .counter-light .icons,
  3675. html .counters .counter-light strong {
  3676.     color: #FFF;
  3677. }
  3678.  
  3679. .icon-featured {
  3680.     background-color: #3fc5a9;
  3681. }
  3682.  
  3683. .featured-box-primary .icon-featured {
  3684.     background-color: #3fc5a9;
  3685. }
  3686.  
  3687. .featured-box-primary .icon-featured:after {
  3688.     border-color: #3fc5a9;
  3689. }
  3690.  
  3691. .featured-box-primary h4 {
  3692.     color: #3fc5a9;
  3693. }
  3694.  
  3695. .featured-box-primary .box-content {
  3696.     border-top-color: #3fc5a9;
  3697. }
  3698.  
  3699. html .featured-box-primary .icon-featured {
  3700.     background-color: #3fc5a9;
  3701. }
  3702.  
  3703. html .featured-box-primary h4 {
  3704.     color: #3fc5a9;
  3705. }
  3706.  
  3707. html .featured-box-primary .box-content {
  3708.     border-top-color: #3fc5a9;
  3709. }
  3710.  
  3711. html .featured-box-secondary .icon-featured {
  3712.     background-color: #101019;
  3713. }
  3714.  
  3715. html .featured-box-secondary h4 {
  3716.     color: #101019;
  3717. }
  3718.  
  3719. html .featured-box-secondary .box-content {
  3720.     border-top-color: #101019;
  3721. }
  3722.  
  3723. html .featured-box-tertiary .icon-featured {
  3724.     background-color: #dbdbdb;
  3725. }
  3726.  
  3727. html .featured-box-tertiary h4 {
  3728.     color: #dbdbdb;
  3729. }
  3730.  
  3731. html .featured-box-tertiary .box-content {
  3732.     border-top-color: #dbdbdb;
  3733. }
  3734.  
  3735. html .featured-box-quaternary .icon-featured {
  3736.     background-color: #101019;
  3737. }
  3738.  
  3739. html .featured-box-quaternary h4 {
  3740.     color: #101019;
  3741. }
  3742.  
  3743. html .featured-box-quaternary .box-content {
  3744.     border-top-color: #101019;
  3745. }
  3746.  
  3747. html .featured-box-dark .icon-featured {
  3748.     background-color: #2e353e;
  3749. }
  3750.  
  3751. html .featured-box-dark h4 {
  3752.     color: #2e353e;
  3753. }
  3754.  
  3755. html .featured-box-dark .box-content {
  3756.     border-top-color: #2e353e;
  3757. }
  3758.  
  3759. html .featured-box-light .icon-featured {
  3760.     background-color: #FFF;
  3761. }
  3762.  
  3763. html .featured-box-light h4 {
  3764.     color: #FFF;
  3765. }
  3766.  
  3767. html .featured-box-light .box-content {
  3768.     border-top-color: #FFF;
  3769. }
  3770.  
  3771. html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  3772.     border-color: #3fc5a9;
  3773.     color: #3fc5a9;
  3774. }
  3775.  
  3776. html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  3777.     border-color: #101019;
  3778.     color: #101019;
  3779. }
  3780.  
  3781. html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  3782.     border-color: #dbdbdb;
  3783.     color: #dbdbdb;
  3784. }
  3785.  
  3786. html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  3787.     border-color: #101019;
  3788.     color: #101019;
  3789. }
  3790.  
  3791. html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  3792.     border-color: #2e353e;
  3793.     color: #2e353e;
  3794. }
  3795.  
  3796. html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  3797.     border-color: #FFF;
  3798.     color: #FFF;
  3799. }
  3800.  
  3801. html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  3802.     border-color: #3fc5a9;
  3803.     color: #3fc5a9;
  3804. }
  3805.  
  3806. html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  3807.     border-color: #101019;
  3808.     color: #101019;
  3809. }
  3810.  
  3811. html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  3812.     border-color: #dbdbdb;
  3813.     color: #dbdbdb;
  3814. }
  3815.  
  3816. html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  3817.     border-color: #101019;
  3818.     color: #101019;
  3819. }
  3820.  
  3821. html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  3822.     border-color: #2e353e;
  3823.     color: #2e353e;
  3824. }
  3825.  
  3826. html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  3827.     border-color: #FFF;
  3828.     color: #FFF;
  3829. }
  3830.  
  3831. html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  3832.     color: #3fc5a9;
  3833. }
  3834.  
  3835. html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  3836.     color: #101019;
  3837. }
  3838.  
  3839. html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  3840.     color: #dbdbdb;
  3841. }
  3842.  
  3843. html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  3844.     color: #101019;
  3845. }
  3846.  
  3847. html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  3848.     color: #2e353e;
  3849. }
  3850.  
  3851. html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  3852.     color: #FFF;
  3853. }
  3854.  
  3855. html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  3856.     color: #3fc5a9;
  3857. }
  3858.  
  3859. html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  3860.     color: #101019;
  3861. }
  3862.  
  3863. html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  3864.     color: #dbdbdb;
  3865. }
  3866.  
  3867. html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  3868.     color: #101019;
  3869. }
  3870.  
  3871. html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  3872.     color: #2e353e;
  3873. }
  3874.  
  3875. html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  3876.     color: #FFF;
  3877. }
  3878.  
  3879. html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  3880.     color: #3fc5a9;
  3881. }
  3882.  
  3883. html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  3884.     color: #101019;
  3885. }
  3886.  
  3887. html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  3888.     color: #dbdbdb;
  3889. }
  3890.  
  3891. html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  3892.     color: #101019;
  3893. }
  3894.  
  3895. html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  3896.     color: #2e353e;
  3897. }
  3898.  
  3899. html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  3900.     color: #FFF;
  3901. }
  3902.  
  3903. html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  3904.     box-shadow: 0 0 0 3px #3fc5a9;
  3905. }
  3906.  
  3907. html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  3908.     box-shadow: 0 0 0 3px #101019;
  3909. }
  3910.  
  3911. html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  3912.     box-shadow: 0 0 0 3px #dbdbdb;
  3913. }
  3914.  
  3915. html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  3916.     box-shadow: 0 0 0 3px #101019;
  3917. }
  3918.  
  3919. html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  3920.     box-shadow: 0 0 0 3px #2e353e;
  3921. }
  3922.  
  3923. html .featured-box-effect-2.featured-box-light .icon-featured:after {
  3924.     box-shadow: 0 0 0 3px #FFF;
  3925. }
  3926.  
  3927. html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  3928.     box-shadow: 0 0 0 10px #3fc5a9;
  3929. }
  3930.  
  3931. html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  3932.     background: #3fc5a9 !important;
  3933. }
  3934.  
  3935. html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  3936.     box-shadow: 0 0 0 10px #101019;
  3937. }
  3938.  
  3939. html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  3940.     background: #101019 !important;
  3941. }
  3942.  
  3943. html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  3944.     box-shadow: 0 0 0 10px #dbdbdb;
  3945. }
  3946.  
  3947. html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  3948.     background: #dbdbdb !important;
  3949. }
  3950.  
  3951. html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  3952.     box-shadow: 0 0 0 10px #101019;
  3953. }
  3954.  
  3955. html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  3956.     background: #101019 !important;
  3957. }
  3958.  
  3959. html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  3960.     box-shadow: 0 0 0 10px #2e353e;
  3961. }
  3962.  
  3963. html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  3964.     background: #2e353e !important;
  3965. }
  3966.  
  3967. html .featured-box-effect-3.featured-box-light .icon-featured:after {
  3968.     box-shadow: 0 0 0 10px #FFF;
  3969. }
  3970.  
  3971. html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  3972.     background: #FFF !important;
  3973. }
  3974.  
  3975. .feature-box .feature-box-icon {
  3976.     background-color: #3fc5a9;
  3977. }
  3978.  
  3979. html .feature-box-primary .feature-box-icon {
  3980.     background-color: #3fc5a9;
  3981. }
  3982.  
  3983. html .feature-box-secondary .feature-box-icon {
  3984.     background-color: #101019;
  3985. }
  3986.  
  3987. html .feature-box-tertiary .feature-box-icon {
  3988.     background-color: #dbdbdb;
  3989. }
  3990.  
  3991. html .feature-box-quaternary .feature-box-icon {
  3992.     background-color: #101019;
  3993. }
  3994.  
  3995. html .feature-box-dark .feature-box-icon {
  3996.     background-color: #2e353e;
  3997. }
  3998.  
  3999. html .feature-box-light .feature-box-icon {
  4000.     background-color: #FFF;
  4001. }
  4002.  
  4003. .feature-box.feature-box-style-2 .feature-box-icon i.fa,
  4004. .feature-box.feature-box-style-2 .feature-box-icon .icons {
  4005.     color: #3fc5a9;
  4006. }
  4007.  
  4008. html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
  4009. html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  4010.     color: #3fc5a9;
  4011. }
  4012.  
  4013. html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
  4014. html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  4015.     color: #101019;
  4016. }
  4017.  
  4018. html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
  4019. html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  4020.     color: #dbdbdb;
  4021. }
  4022.  
  4023. html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
  4024. html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  4025.     color: #101019;
  4026. }
  4027.  
  4028. html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
  4029. html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  4030.     color: #2e353e;
  4031. }
  4032.  
  4033. html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
  4034. html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  4035.     color: #FFF;
  4036. }
  4037.  
  4038. .feature-box.feature-box-style-3 .feature-box-icon {
  4039.     border-color: #3fc5a9;
  4040. }
  4041.  
  4042. .feature-box.feature-box-style-3 .feature-box-icon i.fa,
  4043. .feature-box.feature-box-style-3 .feature-box-icon .icons {
  4044.     color: #3fc5a9;
  4045. }
  4046.  
  4047. html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  4048.     border-color: #3fc5a9;
  4049. }
  4050.  
  4051. html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
  4052. html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  4053.     color: #3fc5a9;
  4054. }
  4055.  
  4056. html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  4057.     border-color: #101019;
  4058. }
  4059.  
  4060. html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
  4061. html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  4062.     color: #101019;
  4063. }
  4064.  
  4065. html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  4066.     border-color: #dbdbdb;
  4067. }
  4068.  
  4069. html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
  4070. html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  4071.     color: #dbdbdb;
  4072. }
  4073.  
  4074. html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  4075.     border-color: #101019;
  4076. }
  4077.  
  4078. html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
  4079. html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  4080.     color: #101019;
  4081. }
  4082.  
  4083. html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  4084.     border-color: #2e353e;
  4085. }
  4086.  
  4087. html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
  4088. html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  4089.     color: #2e353e;
  4090. }
  4091.  
  4092. html .feature-box-light.feature-box-style-3 .feature-box-icon {
  4093.     border-color: #FFF;
  4094. }
  4095.  
  4096. html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
  4097. html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  4098.     color: #FFF;
  4099. }
  4100.  
  4101. .feature-box.feature-box-style-4 .feature-box-icon i.fa,
  4102. .feature-box.feature-box-style-4 .feature-box-icon .icons {
  4103.     color: #3fc5a9;
  4104. }
  4105.  
  4106. html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
  4107. html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  4108.     color: #3fc5a9;
  4109. }
  4110.  
  4111. html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
  4112. html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  4113.     color: #101019;
  4114. }
  4115.  
  4116. html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
  4117. html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  4118.     color: #dbdbdb;
  4119. }
  4120.  
  4121. html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
  4122. html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  4123.     color: #101019;
  4124. }
  4125.  
  4126. html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
  4127. html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  4128.     color: #2e353e;
  4129. }
  4130.  
  4131. html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
  4132. html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  4133.     color: #FFF;
  4134. }
  4135.  
  4136. .feature-box.feature-box-style-5 .feature-box-icon i.fa,
  4137. .feature-box.feature-box-style-5 .feature-box-icon i.icons {
  4138.     color: #3fc5a9;
  4139. }
  4140.  
  4141. html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
  4142. html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  4143.     color: #3fc5a9;
  4144. }
  4145.  
  4146. html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
  4147. html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  4148.     color: #101019;
  4149. }
  4150.  
  4151. html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
  4152. html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  4153.     color: #dbdbdb;
  4154. }
  4155.  
  4156. html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
  4157. html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  4158.     color: #101019;
  4159. }
  4160.  
  4161. html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
  4162. html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  4163.     color: #2e353e;
  4164. }
  4165.  
  4166. html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
  4167. html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  4168.     color: #FFF;
  4169. }
  4170.  
  4171. html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
  4172. html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  4173.     color: #3fc5a9;
  4174. }
  4175.  
  4176. html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
  4177. html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  4178.     color: #101019;
  4179. }
  4180.  
  4181. html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
  4182. html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  4183.     color: #dbdbdb;
  4184. }
  4185.  
  4186. html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
  4187. html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  4188.     color: #101019;
  4189. }
  4190.  
  4191. html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
  4192. html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  4193.     color: #2e353e;
  4194. }
  4195.  
  4196. html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
  4197. html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  4198.     color: #FFF;
  4199. }
  4200.  
  4201. html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
  4202.     background-color: #30a189;
  4203. }
  4204.  
  4205. html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
  4206.     background-color: #36b49a;
  4207. }
  4208.  
  4209. html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
  4210.     background-color: #3fc5a9;
  4211. }
  4212.  
  4213. html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
  4214.     background-color: #53cbb2;
  4215. }
  4216.  
  4217. html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
  4218.     background-color: #66d1bb;
  4219. }
  4220.  
  4221. html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
  4222.     background-color: #7ad7c3;
  4223. }
  4224.  
  4225. html .featured-boxes-full .featured-box-full-primary {
  4226.     background-color: #3fc5a9;
  4227.     color: #FFF;
  4228. }
  4229.  
  4230. html .featured-boxes-full .featured-box-full-secondary {
  4231.     background-color: #101019;
  4232.     color: #FFF;
  4233. }
  4234.  
  4235. html .featured-boxes-full .featured-box-full-tertiary {
  4236.     background-color: #dbdbdb;
  4237.     color: #777;
  4238. }
  4239.  
  4240. html .featured-boxes-full .featured-box-full-quaternary {
  4241.     background-color: #101019;
  4242.     color: #FFF;
  4243. }
  4244.  
  4245. html .featured-boxes-full .featured-box-full-dark {
  4246.     background-color: #2e353e;
  4247.     color: #FFF;
  4248. }
  4249.  
  4250. html .featured-boxes-full .featured-box-full-light {
  4251.     background-color: #FFF;
  4252.     color: #777;
  4253. }
  4254.  
  4255. .pricing-table .most-popular {
  4256.     border-color: #3fc5a9;
  4257. }
  4258.  
  4259. .pricing-table .most-popular h3 {
  4260.     background-color: #3fc5a9 !important;
  4261. }
  4262.  
  4263. .pricing-table.princig-table-flat .plan h3 {
  4264.     background-color: #3fc5a9;
  4265. }
  4266.  
  4267. .pricing-table.princig-table-flat .plan h3 span {
  4268.     background: #3fc5a9;
  4269. }
  4270.  
  4271. html .call-to-action.featured.featured-primary {
  4272.     border-top-color: #3fc5a9;
  4273. }
  4274.  
  4275. html .call-to-action.call-to-action-primary {
  4276.     background: #3fc5a9;
  4277. }
  4278.  
  4279. html .call-to-action.with-full-borders-primary {
  4280.     border-color: #3fc5a9;
  4281. }
  4282.  
  4283. html .call-to-action.call-to-action-primary {
  4284.     background: #3fc5a9;
  4285. }
  4286.  
  4287. html .call-to-action.call-to-action-primary h3,
  4288. html .call-to-action.call-to-action-primary p {
  4289.     color: #FFF;
  4290. }
  4291.  
  4292. html .call-to-action.featured.featured-secondary {
  4293.     border-top-color: #101019;
  4294. }
  4295.  
  4296. html .call-to-action.call-to-action-secondary {
  4297.     background: #101019;
  4298. }
  4299.  
  4300. html .call-to-action.with-full-borders-secondary {
  4301.     border-color: #101019;
  4302. }
  4303.  
  4304. html .call-to-action.call-to-action-secondary {
  4305.     background: #101019;
  4306. }
  4307.  
  4308. html .call-to-action.call-to-action-secondary h3,
  4309. html .call-to-action.call-to-action-secondary p {
  4310.     color: #FFF;
  4311. }
  4312.  
  4313. html .call-to-action.featured.featured-tertiary {
  4314.     border-top-color: #dbdbdb;
  4315. }
  4316.  
  4317. html .call-to-action.call-to-action-tertiary {
  4318.     background: #dbdbdb;
  4319. }
  4320.  
  4321. html .call-to-action.with-full-borders-tertiary {
  4322.     border-color: #dbdbdb;
  4323. }
  4324.  
  4325. html .call-to-action.call-to-action-tertiary {
  4326.     background: #dbdbdb;
  4327. }
  4328.  
  4329. html .call-to-action.call-to-action-tertiary h3,
  4330. html .call-to-action.call-to-action-tertiary p {
  4331.     color: #777;
  4332. }
  4333.  
  4334. html .call-to-action.featured.featured-quaternary {
  4335.     border-top-color: #101019;
  4336. }
  4337.  
  4338. html .call-to-action.call-to-action-quaternary {
  4339.     background: #101019;
  4340. }
  4341.  
  4342. html .call-to-action.with-full-borders-quaternary {
  4343.     border-color: #101019;
  4344. }
  4345.  
  4346. html .call-to-action.call-to-action-quaternary {
  4347.     background: #101019;
  4348. }
  4349.  
  4350. html .call-to-action.call-to-action-quaternary h3,
  4351. html .call-to-action.call-to-action-quaternary p {
  4352.     color: #FFF;
  4353. }
  4354.  
  4355. html .call-to-action.featured.featured-dark {
  4356.     border-top-color: #2e353e;
  4357. }
  4358.  
  4359. html .call-to-action.call-to-action-dark {
  4360.     background: #2e353e;
  4361. }
  4362.  
  4363. html .call-to-action.with-full-borders-dark {
  4364.     border-color: #2e353e;
  4365. }
  4366.  
  4367. html .call-to-action.call-to-action-dark {
  4368.     background: #2e353e;
  4369. }
  4370.  
  4371. html .call-to-action.call-to-action-dark h3,
  4372. html .call-to-action.call-to-action-dark p {
  4373.     color: #FFF;
  4374. }
  4375.  
  4376. html .call-to-action.featured.featured-light {
  4377.     border-top-color: #FFF;
  4378. }
  4379.  
  4380. html .call-to-action.call-to-action-light {
  4381.     background: #FFF;
  4382. }
  4383.  
  4384. html .call-to-action.with-full-borders-light {
  4385.     border-color: #FFF;
  4386. }
  4387.  
  4388. html .call-to-action.call-to-action-light {
  4389.     background: #FFF;
  4390. }
  4391.  
  4392. html .call-to-action.call-to-action-light h3,
  4393. html .call-to-action.call-to-action-light p {
  4394.     color: #777;
  4395. }
  4396.  
  4397. section.timeline .timeline-box.left:before,
  4398. section.timeline .timeline-box.right:before {
  4399.     background: #3fc5a9;
  4400.     box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #3fc5a9;
  4401. }
  4402.  
  4403. ul.history li .featured-box .box-content {
  4404.     border-top-color: #3fc5a9;
  4405. }
  4406.  
  4407. .recent-posts .date .month,
  4408. article.post .post-date .month {
  4409.     background-color: #3fc5a9;
  4410. }
  4411.  
  4412. .recent-posts .date .day,
  4413. article.post .post-date .day {
  4414.     color: #3fc5a9;
  4415. }
  4416.  
  4417. .slider .tp-bannertimer {
  4418.     background-color: #3fc5a9;
  4419. }
  4420.  
  4421. .home-concept strong {
  4422.     color: #3fc5a9;
  4423. }
  4424.  
  4425. html .home-intro-primary {
  4426.     background: #3fc5a9;
  4427. }
  4428.  
  4429. html .home-intro-secondary {
  4430.     background: #101019;
  4431. }
  4432.  
  4433. html .home-intro-tertiary {
  4434.     background: #dbdbdb;
  4435. }
  4436.  
  4437. html .home-intro-quaternary {
  4438.     background: #101019;
  4439. }
  4440.  
  4441. html .home-intro-dark {
  4442.     background: #2e353e;
  4443. }
  4444.  
  4445. html .home-intro-light {
  4446.     background: #FFF;
  4447. }
  4448.  
  4449. .home-intro p em {
  4450.     color: #66d1bb;
  4451. }
  4452.  
  4453. html .slider-container .tp-caption-overlay-primary {
  4454.     background: #3fc5a9;
  4455. }
  4456.  
  4457. html .slider-container .tp-caption-overlay-opacity-primary {
  4458.     background: rgba(63, 197, 169, 0.4);
  4459. }
  4460.  
  4461. html .slider-container .tp-caption-overlay-secondary {
  4462.     background: #101019;
  4463. }
  4464.  
  4465. html .slider-container .tp-caption-overlay-opacity-secondary {
  4466.     background: rgba(16, 16, 25, 0.4);
  4467. }
  4468.  
  4469. html .slider-container .tp-caption-overlay-tertiary {
  4470.     background: #dbdbdb;
  4471. }
  4472.  
  4473. html .slider-container .tp-caption-overlay-opacity-tertiary {
  4474.     background: rgba(219, 219, 219, 0.4);
  4475. }
  4476.  
  4477. html .slider-container .tp-caption-overlay-quaternary {
  4478.     background: #101019;
  4479. }
  4480.  
  4481. html .slider-container .tp-caption-overlay-opacity-quaternary {
  4482.     background: rgba(16, 16, 25, 0.4);
  4483. }
  4484.  
  4485. html .slider-container .tp-caption-overlay-dark {
  4486.     background: #2e353e;
  4487. }
  4488.  
  4489. html .slider-container .tp-caption-overlay-opacity-dark {
  4490.     background: rgba(46, 53, 62, 0.4);
  4491. }
  4492.  
  4493. html .slider-container .tp-caption-overlay-light {
  4494.     background: #FFF;
  4495. }
  4496.  
  4497. html .slider-container .tp-caption-overlay-opacity-light {
  4498.     background: rgba(255, 255, 255, 0.4);
  4499. }
  4500. /* Arrows */
  4501. .tparrows.tparrows-carousel.tp-leftarrow,
  4502. .tparrows.tparrows-carousel.tp-rightarrow {
  4503.     color: #fff;
  4504.     background-color: #3fc5a9;
  4505.     border-color: #3fc5a9 #3fc5a9 #30a189;
  4506. }
  4507.  
  4508. .tparrows.tparrows-carousel.tp-leftarrow:hover,
  4509. .tparrows.tparrows-carousel.tp-rightarrow:hover {
  4510.     border-color: #53cbb2 #53cbb2 #36b49a;
  4511.     background-color: #53cbb2;
  4512. }
  4513.  
  4514. .tparrows.tparrows-carousel.tp-leftarrow:active,
  4515. .tparrows.tparrows-carousel.tp-rightarrow:active,
  4516. .tparrows.tparrows-carousel.tp-leftarrow:focus,
  4517. .tparrows.tparrows-carousel.tp-rightarrow:focus,
  4518. .tparrows.tparrows-carousel.tp-leftarrow:active:hover,
  4519. .tparrows.tparrows-carousel.tp-rightarrow:active:hover,
  4520. .tparrows.tparrows-carousel.tp-leftarrow:active:focus,
  4521. .tparrows.tparrows-carousel.tp-rightarrow:active:focus {
  4522.     border-color: #36b49a #36b49a #36b49a;
  4523.     background-color: #36b49a;
  4524. }
  4525.  
  4526. .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
  4527. .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
  4528.     border-left-color: #36b49a;
  4529. }
  4530.  
  4531. .tparrows.tparrows-carousel.tp-leftarrow[disabled],
  4532. .tparrows.tparrows-carousel.tp-rightarrow[disabled],
  4533. .tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover,
  4534. .tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover,
  4535. .tparrows.tparrows-carousel.tp-leftarrow[disabled]:active,
  4536. .tparrows.tparrows-carousel.tp-rightarrow[disabled]:active,
  4537. .tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus,
  4538. .tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
  4539.     border-color: #8dddcc;
  4540.     background-color: #8dddcc;
  4541. }
  4542.  
  4543. .shop ul.products li.product .onsale {
  4544.     background-color: #3fc5a9;
  4545.     border-bottom-color: #33a890;
  4546. }
  4547.  
  4548. .shop .star-rating span,
  4549. .shop .cart-totals tr.total .amount {
  4550.     color: #3fc5a9;
  4551. }
  4552.  
  4553. #footer .footer-ribbon {
  4554.     background: #3fc5a9;
  4555. }
  4556.  
  4557. #footer .footer-ribbon:before {
  4558.     border-right-color: #2b8d78;
  4559.     border-left-color: #2b8d78;
  4560. }
  4561.  
  4562. #footer.light h1,
  4563. #footer.light h2,
  4564. #footer.light h3,
  4565. #footer.light h4,
  4566. #footer.light a {
  4567.     color: #3fc5a9;
  4568. }
  4569.  
  4570. #footer.color {
  4571.     background: #3fc5a9;
  4572.     border-top-color: #3fc5a9;
  4573. }
  4574.  
  4575. #footer.color .footer-ribbon {
  4576.     background: #30a189;
  4577. }
  4578.  
  4579. #footer.color .footer-ribbon:before {
  4580.     border-right-color: #1f6657;
  4581. }
  4582.  
  4583. #footer.color .footer-copyright {
  4584.     background: #36b49a;
  4585.     border-top-color: #36b49a;
  4586. }
  4587.  
  4588. html #footer.color-primary {
  4589.     background: #3fc5a9;
  4590.     border-top-color: #3fc5a9;
  4591. }
  4592.  
  4593. html #footer.color-primary .footer-ribbon {
  4594.     background: #30a189;
  4595. }
  4596.  
  4597. html #footer.color-primary .footer-ribbon:before {
  4598.     border-right-color: #1f6657;
  4599. }
  4600.  
  4601. html #footer.color-primary .footer-copyright {
  4602.     background: #36b49a;
  4603.     border-top-color: #36b49a;
  4604. }
  4605.  
  4606. html #footer.color-secondary {
  4607.     background: #101019;
  4608.     border-top-color: #101019;
  4609. }
  4610.  
  4611. html #footer.color-secondary .footer-ribbon {
  4612.     background: #000000;
  4613. }
  4614.  
  4615. html #footer.color-secondary .footer-ribbon:before {
  4616.     border-right-color: #000000;
  4617. }
  4618.  
  4619. html #footer.color-secondary .footer-copyright {
  4620.     background: #060609;
  4621.     border-top-color: #060609;
  4622. }
  4623.  
  4624. html #footer.color-tertiary {
  4625.     background: #dbdbdb;
  4626.     border-top-color: #dbdbdb;
  4627. }
  4628.  
  4629. html #footer.color-tertiary .footer-ribbon {
  4630.     background: #c2c2c2;
  4631. }
  4632.  
  4633. html #footer.color-tertiary .footer-ribbon:before {
  4634.     border-right-color: #9b9b9b;
  4635. }
  4636.  
  4637. html #footer.color-tertiary .footer-copyright {
  4638.     background: #cecece;
  4639.     border-top-color: #cecece;
  4640. }
  4641.  
  4642. html #footer.color-quaternary {
  4643.     background: #101019;
  4644.     border-top-color: #101019;
  4645. }
  4646.  
  4647. html #footer.color-quaternary .footer-ribbon {
  4648.     background: #000000;
  4649. }
  4650.  
  4651. html #footer.color-quaternary .footer-ribbon:before {
  4652.     border-right-color: #000000;
  4653. }
  4654.  
  4655. html #footer.color-quaternary .footer-copyright {
  4656.     background: #060609;
  4657.     border-top-color: #060609;
  4658. }
  4659.  
  4660. html #footer.color-dark {
  4661.     background: #2e353e;
  4662.     border-top-color: #2e353e;
  4663. }
  4664.  
  4665. html #footer.color-dark .footer-ribbon {
  4666.     background: #181c21;
  4667. }
  4668.  
  4669. html #footer.color-dark .footer-ribbon:before {
  4670.     border-right-color: #000000;
  4671. }
  4672.  
  4673. html #footer.color-dark .footer-copyright {
  4674.     background: #23282f;
  4675.     border-top-color: #23282f;
  4676. }
  4677.  
  4678. html #footer.color-light {
  4679.     background: #FFF;
  4680.     border-top-color: #FFF;
  4681. }
  4682.  
  4683. html #footer.color-light .footer-ribbon {
  4684.     background: #e6e6e6;
  4685. }
  4686.  
  4687. html #footer.color-light .footer-ribbon:before {
  4688.     border-right-color: #bfbfbf;
  4689. }
  4690.  
  4691. html #footer.color-light .footer-copyright {
  4692.     background: #f2f2f2;
  4693.     border-top-color: #f2f2f2;
  4694. }
  4695.  
  4696. .sample-icon-list .sample-icon a:hover {
  4697.     background-color: #3fc5a9;
  4698. }
  4699.  
  4700. html.boxed .body {
  4701.     border-top-color: #3fc5a9;
  4702. }
  4703.  
  4704. .img-rounded,
  4705. .img-thumbnail,
  4706. .img-thumbnail img,
  4707. code,
  4708. pre,
  4709. .form-control,
  4710. .input-sm,
  4711. .form-group-sm .form-control,
  4712. .input-lg,
  4713. .form-group-lg .form-control,
  4714. .btn,
  4715. .btn-group-lg > .btn,
  4716. .btn-sm,
  4717. .btn-group-sm > .btn,
  4718. .btn-xs,
  4719. .btn-group-xs > .btn,
  4720. .dropdown-menu,
  4721. .input-group-lg > .form-control,
  4722. .input-group-lg > .input-group-addon,
  4723. .input-group-lg > .input-group-btn > .btn,
  4724. .input-group-sm > .form-control,
  4725. .input-group-sm > .input-group-addon,
  4726. .input-group-sm > .input-group-btn > .btn,
  4727. .input-group-addon,
  4728. .input-group-addon.input-sm,
  4729. .input-group-addon.input-lg,
  4730. .nav-tabs > li > a,
  4731. .nav-tabs.nav-justified > li > a,
  4732. .nav-pills > li > a,
  4733. .nav-tabs-justified > li > a,
  4734. .navbar,
  4735. .navbar-toggle,
  4736. .navbar-toggle .icon-bar,
  4737. .breadcrumb,
  4738. .pagination,
  4739. .pager li > a,
  4740. .pager li > span,
  4741. .label,
  4742. .badge,
  4743. .container .jumbotron,
  4744. .container-fluid .jumbotron,
  4745. .thumbnail,
  4746. .alert,
  4747. .progress,
  4748. .panel,
  4749. .panel-group .panel,
  4750. .well,
  4751. .well-lg,
  4752. .well-sm,
  4753. .modal-content,
  4754. .tooltip-inner,
  4755. .popover,
  4756. .popover-title,
  4757. .carousel-indicators li,
  4758. .pagination > li:first-child > a,
  4759. .pagination > li:first-child > span,
  4760. .pagination-lg > li:first-child > a,
  4761. .pagination-lg > li:first-child > span,
  4762. .pagination > li:last-child > a,
  4763. .pagination > li:last-child > span,
  4764. .pagination-lg > li:last-child > a,
  4765. .pagination-lg > li:last-child > span {
  4766.     border-radius: 0;
  4767. }
  4768.  
  4769. @media (min-width: 768px) {
  4770.     .nav-tabs.nav-justified > li > a,
  4771.   .nav-tabs-justified > li > a,
  4772.   .navbar {
  4773.         border-radius: 0;
  4774.     };
  4775. }
  4776.  
  4777. #header .header-search .form-control,
  4778. #header .header-nav-main nav > ul > li > a,
  4779. #header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
  4780. #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
  4781. #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
  4782. #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a,
  4783. #header.header-transparent .header-nav-main,
  4784. #header.header-semi-transparent .header-nav-main,
  4785. #header.header-semi-transparent-light .header-nav-main,
  4786. #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
  4787. .slider-container .tparrows,
  4788. .nivo-slider .theme-default .nivoSlider,
  4789. .nivo-slider .theme-default .nivoSlider img,
  4790. .home-intro-compact,
  4791. html.dark #header,
  4792. html.boxed .body,
  4793. blockquote.with-borders,
  4794. p.drop-caps.drop-caps-style-2:first-child:first-letter,
  4795. .btn-3d,
  4796. select,
  4797. .captcha-refresh,
  4798. .featured-icon,
  4799. .panel-group .panel-heading,
  4800. .tabs,
  4801. .nav-tabs li a,
  4802. .tab-content,
  4803. .tabs.tabs-bottom .tab-content,
  4804. .tabs.tabs-bottom .nav-tabs li a,
  4805. .tabs-left .tab-content,
  4806. .tabs-left .nav-tabs > li:first-child a,
  4807. .tabs-left .nav-tabs > li:last-child a,
  4808. .tabs-right .tab-content,
  4809. .tabs-right .nav-tabs > li:first-child a,
  4810. .tabs-right .nav-tabs > li:last-child a,
  4811. .nav-tabs.nav-justified li:first-child a,
  4812. .nav-tabs.nav-justified li:first-child a:hover,
  4813. .nav-tabs.nav-justified li:last-child a,
  4814. .nav-tabs.nav-justified li:last-child a:hover,
  4815. .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
  4816. .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  4817. .tabs-navigation,
  4818. .tabs-navigation .nav-tabs > li:first-child a,
  4819. .tabs-navigation .nav-tabs > li:last-child a,
  4820. .toggle > label,
  4821. .toggle.toggle-simple .toggle > label,
  4822. .toggle.toggle-simple .toggle > label:after,
  4823. .owl-carousel .owl-nav [class*="owl-"],
  4824. .owl-carousel.rounded-nav .owl-nav [class*="owl-"],
  4825. .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover,
  4826. .owl-carousel.full-width .owl-nav .owl-prev,
  4827. .owl-carousel.big-nav .owl-nav .owl-prev,
  4828. .owl-carousel.full-width .owl-nav .owl-next,
  4829. .owl-carousel.big-nav .owl-nav .owl-next,
  4830. .embed-responsive.embed-responsive-borders,
  4831. .pricing-table h3,
  4832. .pricing-table .plan,
  4833. .featured-box,
  4834. .featured-box .box-content,
  4835. .thumb-info,
  4836. .thumb-info .thumb-info-wrapper,
  4837. .thumb-info .thumb-info-wrapper:after,
  4838. .thumb-info .thumb-info-type,
  4839. .thumb-info img,
  4840. section.timeline .timeline-date,
  4841. section.timeline .timeline-box,
  4842. .testimonial blockquote,
  4843. .testimonial.testimonial-style-2 blockquote,
  4844. .testimonial.testimonial-style-3 blockquote,
  4845. .testimonial.testimonial-style-4,
  4846. .testimonial.testimonial-style-4 blockquote,
  4847. .testimonial.testimonial-style-5 blockquote,
  4848. .testimonial.testimonial-style-6 blockquote,
  4849. .container .call-to-action,
  4850. .progress,
  4851. .progress.progress-border-radius,
  4852. .progress.progress-border-radius .progress-bar,
  4853. .progress-bar,
  4854. .progress-bar-tooltip,
  4855. .counters.with-borders .counter,
  4856. html .scroll-to-top,
  4857. .google-map.small,
  4858. .google-map-borders,
  4859. article.post .post-date .month,
  4860. article.post .post-date .day,
  4861. article .post-video,
  4862. article .post-audio,
  4863. ul.comments .comment-block,
  4864. .recent-posts .date .month,
  4865. #header nav.mega-menu .mega-menu-shop .dropdown-menu,
  4866. .shop ul.products .product .add-to-cart-product,
  4867. .product-info,
  4868. .product-info img,
  4869. .product-info + .product-info,
  4870. .img-thumbnail.img-thumbnail-hover-icon:before,
  4871. .product-thumb-info {
  4872.     border-radius: 0;
  4873. }
  4874.  
  4875. @media (max-width: 479px) {
  4876.     .tabs .nav.nav-tabs.nav-justified li:first-child a,
  4877.   .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  4878.   .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  4879.   .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
  4880.         border-radius: 0;
  4881.     };
  4882. }
  4883.  
  4884. @media (min-width: 992px) {
  4885.     #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
  4886.   #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  4887.   #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  4888.   #header.flat-menu nav ul.nav-main li a,
  4889.   html.boxed #header.flat-menu .header-top {
  4890.         border-radius: 0;
  4891.     };
  4892. }
  4893.  
  4894. .dropdown-menu > li > a i {
  4895.     color: #3fc5a9;
  4896. }
  4897.  
  4898. html #header.header-semi-transparent .header-body:before,
  4899. html #header.header-semi-transparent-light .header-body:before {
  4900.     background: #101019;
  4901. }
  4902.  
  4903. @media (min-width: 992px) {
  4904.     #header .header-nav-main.header-nav-main-square nav > ul > li > a {
  4905.         color: #FFF !important;
  4906.     }
  4907.  
  4908.     #header .header-nav-main.header-nav-main-square nav > ul > li.active > a {
  4909.         color: #3fc5a9 !important;
  4910.     }
  4911.  
  4912.     #header .header-nav-main.header-nav-main-square nav > ul > li.active > a.dropdown-toggle::after {
  4913.         border-color: #3fc5a9 transparent transparent !important;
  4914.     }
  4915.  
  4916.     #header .header-nav-main.header-nav-main-square nav > ul > li:hover > a {
  4917.         color: #3fc5a9 !important;
  4918.     }
  4919.  
  4920.     #header .header-nav-main.header-nav-main-square nav > ul > li:hover > a.dropdown-toggle::after {
  4921.         border-color: #3fc5a9 transparent transparent !important;
  4922.     };
  4923. }
  4924.  
  4925. .tp-leftarrow.custom-arrows-style-1,
  4926. .tp-rightarrow.custom-arrows-style-1 {
  4927.     background: rgba(16, 16, 25, 0.5);
  4928. }
  4929.  
  4930. .tp-leftarrow.custom-arrows-style-1:hover,
  4931. .tp-rightarrow.custom-arrows-style-1:hover {
  4932.     background: #101019;
  4933. }
  4934.  
  4935. .custom-call-to-action {
  4936.     border-color: #3fc5a9;
  4937. }
  4938.  
  4939. @media (max-width: 991px) {
  4940.     .custom-position-1 {
  4941.         background-color: #101019;
  4942.     };
  4943. }
  4944.  
  4945. .custom-accordion-style-1 .panel .panel-title > a.accordion-toggle:not(.collapsed) {
  4946.     color: #3fc5a9;
  4947. }
  4948.  
  4949. .custom-accordion-style-1 .panel .panel-title > a.accordion-toggle:not(.collapsed):before {
  4950.     border-color: #3fc5a9;
  4951. }
  4952.  
  4953. .custom-accordion-style-1 .panel .panel-title > a.accordion-toggle:not(.collapsed) .custom-accordion-plus:after {
  4954.     border-color: #3fc5a9;
  4955. }
  4956.  
  4957. .custom-accordion-style-1 .panel .panel-title > a .custom-accordion-plus:after {
  4958.     border-color: #3fc5a9;
  4959. }
  4960.  
  4961. .thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
  4962.     background-color: #3fc5a9 !important;
  4963. }
  4964.  
  4965. .owl-carousel.custom-dots-style-1 .owl-dot.active span,
  4966. .owl-carousel.custom-dots-style-1 .owl-dot:hover span {
  4967.     border-color: #3fc5a9;
  4968. }
  4969.  
  4970. .owl-carousel.custom-dots-style-1 .owl-dot.active span:before,
  4971. .owl-carousel.custom-dots-style-1 .owl-dot:hover span:before {
  4972.     background-color: #3fc5a9;
  4973. }
  4974.  
  4975. .team-item .team-infos .share:hover i.fa-share-alt {
  4976.     background-color: #3fc5a9;
  4977. }
  4978.  
  4979. .owl-carousel.custom-arrows-style-2 .owl-nav .owl-prev:before,
  4980. .owl-carousel.custom-xs-arrows-style-2 .owl-nav .owl-prev:before,
  4981. .owl-carousel.custom-arrows-style-2 .owl-nav .owl-next:before,
  4982. .owl-carousel.custom-xs-arrows-style-2 .owl-nav .owl-next:before {
  4983.     border-color: #3fc5a9;
  4984. }
  4985.  
  4986. .owl-carousel.custom-arrows-style-2 .owl-nav .owl-prev:after,
  4987. .owl-carousel.custom-xs-arrows-style-2 .owl-nav .owl-prev:after,
  4988. .owl-carousel.custom-arrows-style-2 .owl-nav .owl-next:after,
  4989. .owl-carousel.custom-xs-arrows-style-2 .owl-nav .owl-next:after {
  4990.     border-color: #3fc5a9;
  4991. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement