You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1201 lines
22 KiB

2 years ago
  1. /*--------------------
  2. Classic Navbar
  3. ----------------------*/
  4. .navigation {
  5. width: 100%;
  6. height: 95px;
  7. display: table;
  8. position: relative;
  9. font-family: inherit;
  10. background-color: #fff;
  11. }
  12. .navigation-fixed-wrapper{
  13. background-color: #fff;
  14. border-bottom: 1px solid #eee;
  15. box-shadow: 0 0 65px rgba(0,0,0,.09);
  16. z-index: 2;
  17. position: relative;
  18. }
  19. @media (max-width: 991px) {
  20. .navigation {
  21. padding: 15px 0px;
  22. }
  23. }
  24. .navigation * {
  25. box-sizing: border-box;
  26. -webkit-tap-highlight-color: transparent;
  27. }
  28. .navigation-portrait {
  29. height: 48px;
  30. }
  31. .navigation-fixed-wrapper {
  32. width: 100%;
  33. left: 0;
  34. z-index: 19998;
  35. /*will-change: opacity;*/
  36. }
  37. .navigation-fixed-wrapper.fixed {
  38. position: fixed !important;
  39. -webkit-animation: fade .50s;
  40. animation: fade .50s;
  41. }
  42. @keyframes fade {
  43. from {
  44. opacity: 0.999;
  45. }
  46. to {
  47. opacity: 1;
  48. }
  49. }
  50. .navigation-fixed-wrapper .navigation {
  51. margin-right: auto;
  52. margin-left: auto;
  53. }
  54. .navigation-fixed-placeholder {
  55. width: 100%;
  56. display: none;
  57. }
  58. .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  59. display: block;
  60. }
  61. .navigation-hidden {
  62. width: 0 !important;
  63. height: 0 !important;
  64. margin: 0 !important;
  65. padding: 0 !important;
  66. position: absolute;
  67. top: -9999px;
  68. }
  69. .align-to-right {
  70. float: right;
  71. }
  72. .nav-header {
  73. float: left;
  74. }
  75. @media (min-width: 991px) {
  76. .nav-header {
  77. height: 95px;
  78. display: flex;
  79. align-items: center;
  80. }
  81. }
  82. .nav-header-center{
  83. float: none;
  84. text-align: center;
  85. display: block;
  86. }
  87. .navigation-hidden .nav-header {
  88. display: none;
  89. }
  90. .nav-brand {
  91. line-height: 70px;
  92. padding: 0px 15px 0px 0px;
  93. color: #70798b;
  94. font-size: 24px;
  95. text-decoration: none !important;
  96. }
  97. @media (max-width: 991px) {
  98. .nav-brand {
  99. padding: 0px 15px;
  100. }
  101. }
  102. .nav-brand:hover, .nav-brand:focus {
  103. color: #70798b;
  104. }
  105. .navigation-portrait .nav-brand {
  106. font-size: 18px;
  107. line-height: 48px;
  108. }
  109. .nav-logo > img {
  110. height: 48px;
  111. margin: 11px auto;
  112. padding: 0 15px;
  113. float: left;
  114. }
  115. .nav-logo:focus > img {
  116. outline: initial;
  117. }
  118. .navigation-portrait .nav-logo > img {
  119. height: 36px;
  120. margin: 6px auto 6px 15px;
  121. padding: 0;
  122. }
  123. .nav-toggle {
  124. width: 30px;
  125. height: 30px;
  126. padding: 6px 2px 0;
  127. position: absolute;
  128. top: 50%;
  129. margin-top: -14px;
  130. right: 15px;
  131. display: none;
  132. cursor: pointer;
  133. }
  134. .nav-toggle:before {
  135. content: "";
  136. position: absolute;
  137. width: 24px;
  138. height: 2px;
  139. background-color: #70798b;
  140. border-radius: 10px;
  141. box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
  142. }
  143. .navigation-portrait .nav-toggle {
  144. display: block;
  145. }
  146. .navigation-portrait .nav-menus-wrapper {
  147. width: 320px;
  148. height: 100%;
  149. top: 0;
  150. left: -400px;
  151. position: fixed;
  152. background-color: #ffffff;
  153. z-index: 999999;
  154. overflow-y: auto;
  155. -webkit-overflow-scrolling: touch;
  156. -webkit-transition-duration: .8s;
  157. transition-duration: .8s;
  158. -webkit-transition-timing-function: ease;
  159. transition-timing-function: ease;
  160. }
  161. .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  162. left: auto;
  163. right: -400px;
  164. }
  165. .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  166. left: 0;
  167. }
  168. .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  169. left: auto;
  170. right: 0;
  171. }
  172. .nav-menus-wrapper-close-button {
  173. width: 30px;
  174. height: 40px;
  175. margin: 10px 7px;
  176. display: none;
  177. float: right;
  178. color: #70798b;
  179. font-size: 26px;
  180. cursor: pointer;
  181. }
  182. .navigation-portrait .nav-menus-wrapper-close-button {
  183. display: block;
  184. }
  185. .nav-menu {
  186. margin: 0;
  187. padding: 0;
  188. list-style: none;
  189. line-height: normal;
  190. font-size: 0;
  191. }
  192. .navigation-portrait .nav-menu {
  193. width: 100%;
  194. }
  195. .nav-menu.nav-menu-centered {
  196. text-align: center;
  197. }
  198. .nav-menu.nav-menu-centered > li {
  199. float: none;
  200. }
  201. .nav-menu > li {
  202. display: inline-block;
  203. float: left;
  204. text-align: left;
  205. }
  206. .navigation-portrait .nav-menu > li {
  207. width: 100%;
  208. position: relative;
  209. border-top: solid 1px #f7f7f7;
  210. }
  211. .navigation-portrait .nav-menu > li:last-child {
  212. border-bottom: solid 1px #f0f0f0;
  213. }
  214. .nav-menu + .nav-menu > li:first-child {
  215. border-top: none;
  216. }
  217. .nav-menu > li > a {
  218. height: 95px;
  219. padding: 0 16px 0 16px;
  220. display: flex;
  221. align-items: center;
  222. position: relative;
  223. text-decoration: none;
  224. font-size: 13px;
  225. font-weight: 600;
  226. text-transform: uppercase;
  227. color: #222;
  228. -webkit-transition: color 0.3s, background 0.3s;
  229. transition: color 0.3s, background 0.3s;
  230. }
  231. .navigation-portrait .nav-menu > li > a {
  232. width: 100%;
  233. height: auto;
  234. padding: 12px 15px 12px 26px;
  235. }
  236. .nav-menu > li > a > i,
  237. .nav-menu > li > a > [class*="ion-"] {
  238. width: 18px;
  239. height: 16px;
  240. line-height: 16px;
  241. -webkit-transform: scale(1.4);
  242. -ms-transform: scale(1.4);
  243. transform: scale(1.4);
  244. }
  245. .nav-menu > li > a > [class*="ion-"] {
  246. width: 16px;
  247. display: inline-block;
  248. -webkit-transform: scale(1.8);
  249. -ms-transform: scale(1.8);
  250. transform: scale(1.8);
  251. }
  252. .navigation-portrait .nav-menu.nav-menu-social {
  253. width: 100%;
  254. text-align: center;
  255. }
  256. .nav-menu.nav-menu-social > li {
  257. text-align: center;
  258. float: none;
  259. border: none !important;
  260. }
  261. .navigation-portrait .nav-menu.nav-menu-social > li {
  262. width: auto;
  263. }
  264. .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  265. font-size: 12px;
  266. }
  267. .nav-menu.nav-menu-social > li > a > .fa {
  268. font-size: 14px;
  269. }
  270. .navigation-portrait .nav-menu.nav-menu-social > li > a {
  271. padding: 15px;
  272. }
  273. .submenu-indicator {
  274. margin-left: 6px;
  275. margin-top: -3px;
  276. float: right;
  277. -webkit-transition: all 0.3s;
  278. transition: all 0.3s;
  279. }
  280. .navigation-portrait .submenu-indicator {
  281. width: 54px;
  282. height: 44px;
  283. margin-top: 0;
  284. position: absolute;
  285. top: 0;
  286. right: 0;
  287. text-align: center;
  288. z-index: 20000;
  289. }
  290. .submenu-indicator-chevron {
  291. height: 6px;
  292. width: 6px;
  293. display: block;
  294. border-style: solid;
  295. border-width: 0 1px 1px 0;
  296. border-color: transparent #70798b #70798b transparent;
  297. -webkit-transform: rotate(45deg);
  298. -ms-transform: rotate(45deg);
  299. transform: rotate(45deg);
  300. -webkit-transition: border 0.3s;
  301. transition: border 0.3s;
  302. }
  303. .navigation-portrait .submenu-indicator-chevron {
  304. position: absolute;
  305. top: 18px;
  306. left: 24px;
  307. }
  308. .navigation-portrait .submenu-indicator.submenu-indicator-up {
  309. -webkit-transform: rotate(-180deg);
  310. -ms-transform: rotate(-180deg);
  311. transform: rotate(-180deg);
  312. }
  313. .nav-overlay-panel {
  314. width: 100%;
  315. height: 100%;
  316. top: 0;
  317. left: 0;
  318. position: fixed;
  319. display: none;
  320. z-index: 99999;
  321. }
  322. .no-scroll {
  323. touch-action: none;
  324. overflow-x: hidden;
  325. }
  326. /* SEARCH PANEL */
  327. .nav-search {
  328. height: 70px;
  329. float: right;
  330. z-index: 19998;
  331. }
  332. .navigation-portrait .nav-search {
  333. height: 48px;
  334. padding: 0 10px;
  335. margin-right: 52px;
  336. }
  337. .navigation-hidden .nav-search {
  338. display: none;
  339. }
  340. .nav-search-button {
  341. width: 40px;
  342. height: 70px;
  343. line-height: 70px;
  344. text-align: center;
  345. cursor: pointer;
  346. background-color: transparent;
  347. margin-top: 3px;
  348. }
  349. /*Extra Class*/
  350. .nav-search-button i{
  351. font-size: 15px;
  352. font-weight: 600;
  353. }
  354. @media (max-width: 991px) {
  355. .nav-search-button{
  356. margin-top: 0px;
  357. width: 25px !important;
  358. height: 50px;
  359. padding-top: 3px;
  360. }
  361. .nav-search-button i{
  362. font-size: 17px;
  363. font-weight: 600;
  364. }
  365. .nav-search-inner input{
  366. margin-top: 15px !important;
  367. }
  368. .nav-search-close-button{
  369. top: 25px !important;
  370. }
  371. }
  372. .navigation-portrait .nav-search-button {
  373. width: 50px;
  374. height: 48px;
  375. line-height: 46px;
  376. font-size: 22px;
  377. }
  378. .nav-search-icon {
  379. width: 14px;
  380. height: 14px;
  381. margin: 2px 8px 8px 4px;
  382. display: inline-block;
  383. vertical-align: middle;
  384. position: relative;
  385. color: #70798b;
  386. text-align: left;
  387. text-indent: -9999px;
  388. border: 2px solid;
  389. border-radius: 50%;
  390. -webkit-transform: rotate(-45deg);
  391. -ms-transform: rotate(-45deg);
  392. transform: rotate(-45deg);
  393. -webkit-transition: color 0.3s;
  394. transition: color 0.3s;
  395. }
  396. .nav-search-icon:after, .nav-search-icon:before {
  397. content: '';
  398. pointer-events: none;
  399. }
  400. .nav-search-icon:before {
  401. width: 2px;
  402. height: 11px;
  403. top: 11px;
  404. position: absolute;
  405. left: 50%;
  406. border-radius: 0 0 1px 1px;
  407. box-shadow: inset 0 0 0 32px;
  408. -webkit-transform: translateX(-50%);
  409. -ms-transform: translateX(-50%);
  410. transform: translateX(-50%);
  411. }
  412. .nav-search > form {
  413. width: 100%;
  414. height: 100%;
  415. padding: 0 auto;
  416. display: none;
  417. position: absolute;
  418. left: 0;
  419. top: 0;
  420. background-color: #ffffff;
  421. z-index: 99;
  422. }
  423. .nav-search-inner {
  424. width: 70%;
  425. height: 85px;
  426. margin: auto;
  427. display: table;
  428. }
  429. .navigation-portrait .nav-search-inner {
  430. height: 48px;
  431. }
  432. .nav-search-inner input[type=text],
  433. .nav-search-inner input[type=search] {
  434. height: 85px;
  435. width: 100%;
  436. margin: 0;
  437. padding: 0 12px;
  438. font-size: 26px;
  439. text-align: center;
  440. color: #70798b;
  441. outline: none;
  442. line-height: 70px;
  443. border: none;
  444. background-color: transparent;
  445. -webkit-transition: all 0.3s;
  446. transition: all 0.3s;
  447. }
  448. .navigation-portrait .nav-search-inner input[type=text],
  449. .navigation-portrait .nav-search-inner input[type=search] {
  450. height: 48px;
  451. font-size: 18px;
  452. line-height: 48px;
  453. }
  454. .nav-search-close-button {
  455. width: 28px;
  456. height: 28px;
  457. display: block;
  458. position: absolute;
  459. right: 20px;
  460. top: 30px;
  461. line-height: normal;
  462. color: #222;
  463. font-size: 20px;
  464. cursor: pointer;
  465. text-align: center;
  466. outline: none;
  467. }
  468. .navigation-portrait .nav-search-close-button {
  469. top: 10px;
  470. right: 14px;
  471. }
  472. .nav-button:hover, .nav-button:focus {
  473. color: #fff;
  474. text-decoration: none;
  475. opacity: 0.85;
  476. }
  477. .navigation-portrait .nav-button {
  478. width: calc(100% - 52px);
  479. margin: 17px 26px;
  480. }
  481. /* NAVIGATION TEXT */
  482. .nav-text {
  483. margin: 25px 15px;
  484. display: inline-block;
  485. color: #70798b;
  486. font-size: 14px;
  487. }
  488. .navigation-portrait .nav-text {
  489. width: calc(100% - 52px);
  490. margin: 12px 26px 0;
  491. }
  492. .navigation-portrait .nav-text + ul {
  493. margin-top: 15px;
  494. }
  495. /* DROPDOWN EXTENSION */
  496. .nav-dropdown {
  497. min-width: 200px;
  498. margin: 0;
  499. padding: 0;
  500. display: none;
  501. position: absolute;
  502. list-style: none;
  503. z-index: 98;
  504. white-space: nowrap;
  505. -webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
  506. box-shadow: 0 6px 50px rgba(0,0,0,.04);
  507. }
  508. .navigation-portrait .nav-dropdown {
  509. width: 100%;
  510. position: static;
  511. left: 0;
  512. }
  513. .nav-dropdown .nav-dropdown {
  514. left: 100%;
  515. }
  516. .nav-menu > li > .nav-dropdown {
  517. /*border: solid 1px #f0f0f0;*/
  518. }
  519. .nav-dropdown > li {
  520. width: 100%;
  521. float: left;
  522. clear: both;
  523. position: relative;
  524. text-align: left;
  525. }
  526. .nav-dropdown > li > a {
  527. width: 100%;
  528. padding: 11px 20px;
  529. display: inline-block;
  530. text-decoration: none;
  531. float: left;
  532. font-size: 12px;
  533. font-weight: 500;
  534. color: #70798b;
  535. background-color: #fff;
  536. -webkit-transition: color 0.3s, background 0.3s;
  537. transition: color 0.3s, background 0.3s;
  538. }
  539. .nav-dropdown.nav-dropdown-left {
  540. right: 0;
  541. }
  542. .nav-dropdown > li > .nav-dropdown-left {
  543. left: auto;
  544. right: 100%;
  545. }
  546. .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  547. text-align: right;
  548. }
  549. .navigation-portrait .nav-dropdown > li > a {
  550. padding: 12px 20px 12px 30px;
  551. }
  552. .navigation-portrait .nav-dropdown > li > ul > li > a {
  553. padding-left: 50px;
  554. }
  555. .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  556. padding-left: 70px;
  557. }
  558. .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  559. padding-left: 90px;
  560. }
  561. .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  562. padding-left: 110px;
  563. }
  564. .nav-dropdown .submenu-indicator {
  565. right: 15px;
  566. top: 16px;
  567. position: absolute;
  568. }
  569. .navigation-portrait .nav-dropdown .submenu-indicator {
  570. right: 0;
  571. top: 0;
  572. }
  573. .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  574. -webkit-transform: rotate(-45deg);
  575. -ms-transform: rotate(-45deg);
  576. transform: rotate(-45deg);
  577. }
  578. .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  579. -webkit-transform: rotate(45deg);
  580. -ms-transform: rotate(45deg);
  581. transform: rotate(45deg);
  582. }
  583. .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  584. left: 10px;
  585. }
  586. .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  587. -webkit-transform: rotate(135deg);
  588. -ms-transform: rotate(135deg);
  589. transform: rotate(135deg);
  590. }
  591. /* HORIZONTAL DROPDOWN EXTENSION */
  592. .nav-dropdown-horizontal {
  593. width: 100%;
  594. left: 0;
  595. background-color: #fdfdfd;
  596. border-top: solid 1px #f0f0f0;
  597. }
  598. .nav-dropdown-horizontal .nav-dropdown-horizontal {
  599. width: 100%;
  600. top: 100%;
  601. left: 0;
  602. }
  603. .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  604. border-top: none;
  605. }
  606. .nav-dropdown-horizontal > li {
  607. width: auto;
  608. clear: none;
  609. position: static;
  610. }
  611. .navigation-portrait .nav-dropdown-horizontal > li {
  612. width: 100%;
  613. }
  614. .nav-dropdown-horizontal > li > a {
  615. position: relative;
  616. }
  617. .nav-dropdown-horizontal .submenu-indicator {
  618. height: 18px;
  619. top: 11px;
  620. -webkit-transform: rotate(90deg);
  621. -ms-transform: rotate(90deg);
  622. transform: rotate(90deg);
  623. }
  624. .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  625. height: 42px;
  626. top: 0;
  627. -webkit-transform: rotate(0deg);
  628. -ms-transform: rotate(0deg);
  629. transform: rotate(0deg);
  630. }
  631. .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  632. -webkit-transform: rotate(-180deg);
  633. -ms-transform: rotate(-180deg);
  634. transform: rotate(-180deg);
  635. }
  636. /* MEGAMENU EXTENSION */
  637. .megamenu-panel {
  638. width: 100%;
  639. padding: 15px;
  640. display: none;
  641. position: absolute;
  642. font-size: 14px;
  643. z-index: 98;
  644. text-align: left;
  645. color: inherit;
  646. border-top: solid 1px #f7f7f7;
  647. -webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
  648. box-shadow: 0 6px 50px rgba(0,0,0,.04);
  649. background-color: #fff;
  650. }
  651. .navigation-portrait .megamenu-panel {
  652. padding: 25px;
  653. position: static;
  654. display: block;
  655. }
  656. .megamenu-panel [class*="container"] {
  657. width: 100%;
  658. }
  659. .megamenu-panel [class*="container"] [class*="col-"] {
  660. padding: 0;
  661. }
  662. .megamenu-panel-half {
  663. width: 50%;
  664. }
  665. .megamenu-panel-quarter {
  666. width: 25%;
  667. }
  668. .navigation-portrait .megamenu-panel-half,
  669. .navigation-portrait .megamenu-panel-quarter {
  670. width: 100%;
  671. }
  672. /* GRID */
  673. .megamenu-panel-row {
  674. width: 100%;
  675. }
  676. .megamenu-panel-row:before, .megamenu-panel-row:after {
  677. display: table;
  678. content: "";
  679. line-height: 0;
  680. }
  681. .megamenu-panel-row:after {
  682. clear: both;
  683. }
  684. .megamenu-panel-row [class*="col-"] {
  685. display: block;
  686. min-height: 20px;
  687. float: left;
  688. margin-left: 3%;
  689. }
  690. .megamenu-panel-row [class*="col-"]:first-child {
  691. margin-left: 0;
  692. }
  693. .navigation-portrait .megamenu-panel-row [class*="col-"] {
  694. float: none;
  695. display: block;
  696. width: 100% !important;
  697. margin-left: 0;
  698. margin-top: 15px;
  699. }
  700. .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  701. margin-top: 0;
  702. }
  703. .megamenu-panel-row .col-1 {
  704. width: 5.583333333333%;
  705. }
  706. .megamenu-panel-row .col-2 {
  707. width: 14.166666666666%;
  708. }
  709. .megamenu-panel-row .col-3 {
  710. width: 22.75%;
  711. }
  712. .megamenu-panel-row .col-4 {
  713. width: 31.333333333333%;
  714. }
  715. .megamenu-panel-row .col-5 {
  716. width: 39.916666666667%;
  717. }
  718. .megamenu-panel-row .col-6 {
  719. width: 48.5%;
  720. }
  721. .megamenu-panel-row .col-7 {
  722. width: 57.083333333333%;
  723. }
  724. .megamenu-panel-row .col-8 {
  725. width: 65.666666666667%;
  726. }
  727. .megamenu-panel-row .col-9 {
  728. width: 74.25%;
  729. }
  730. .megamenu-panel-row .col-10 {
  731. width: 82.833333333334%;
  732. }
  733. .megamenu-panel-row .col-11 {
  734. width: 91.416666666667%;
  735. }
  736. .megamenu-panel-row .col-12 {
  737. width: 100%;
  738. }
  739. /* MEGAMENU TABS */
  740. .megamenu-tabs {
  741. width: 100%;
  742. float: left;
  743. display: block;
  744. }
  745. .megamenu-tabs-nav {
  746. width: 20%;
  747. margin: 0;
  748. padding: 0;
  749. float: left;
  750. list-style: none;
  751. }
  752. .navigation-portrait .megamenu-tabs-nav {
  753. width: 100%;
  754. }
  755. .megamenu-tabs-nav > li > a {
  756. width: 100%;
  757. padding: 10px 16px;
  758. float: left;
  759. font-size: 13px;
  760. text-decoration: none;
  761. color: #70798b;
  762. border: solid 1px #eff0f2;
  763. outline: 0;
  764. background-color: #ffffff;
  765. -webkit-transition: background 0.3s;
  766. transition: background 0.3s;
  767. }
  768. .megamenu-tabs-nav > li.active a,
  769. .megamenu-tabs-nav > li:hover a {
  770. background-color: #f5f5f5;
  771. }
  772. .megamenu-tabs-pane {
  773. width: 80%;
  774. min-height: 30px;
  775. padding: 20px;
  776. float: right;
  777. display: none;
  778. opacity: 0;
  779. font-size: 13px;
  780. color: #70798b;
  781. border: solid 1px #eff0f2;
  782. background-color: #ffffff;
  783. -webkit-transition: opacity 0.5s;
  784. transition: opacity 0.5s;
  785. }
  786. .megamenu-tabs-pane.active {
  787. display: block;
  788. opacity: 1;
  789. }
  790. .navigation-portrait .megamenu-tabs-pane {
  791. width: 100%;
  792. }
  793. /* MEGAMENU LIST */
  794. .megamenu-lists {
  795. width: 100%;
  796. display: table;
  797. }
  798. /* The list */
  799. .megamenu-list {
  800. width: 100%;
  801. margin: 0 0 15px;
  802. padding: 0;
  803. display: inline-block;
  804. float: left;
  805. list-style: none;
  806. }
  807. .megamenu-list:last-child {
  808. margin: 0;
  809. border: none;
  810. }
  811. .navigation-landscape .megamenu-list {
  812. margin: -15px 0;
  813. padding: 20px 0;
  814. border-right: solid 1px #f0f0f0;
  815. }
  816. .navigation-landscape .megamenu-list:last-child {
  817. border: none;
  818. }
  819. .megamenu-list > li > a {
  820. width: 100%;
  821. padding: 10px 15px;
  822. display: inline-block;
  823. color: #70798b;
  824. text-decoration: none;
  825. font-size: 12px;
  826. font-weight: 500;
  827. -webkit-transition: all 0.3s;
  828. transition: all 0.3s;
  829. }
  830. .megamenu-list > li.megamenu-list-title > a {
  831. font-size: 11px;
  832. font-weight: 700;
  833. text-transform: uppercase;
  834. opacity: 0.8;
  835. color: #222;
  836. }
  837. .megamenu-list > li.megamenu-list-title > a:hover {
  838. opacity: 1;
  839. background-color: transparent;
  840. }
  841. .navigation-landscape .list-col-2 {
  842. width: 50%;
  843. }
  844. .navigation-landscape .list-col-3 {
  845. width: 33%;
  846. }
  847. .navigation-landscape .list-col-4 {
  848. width: 25%;
  849. }
  850. /*--------------------
  851. Transparent Navbar
  852. ----------------------*/
  853. @media (min-width: 991px) {
  854. #nav-transparent{
  855. height: 0px !important;
  856. }
  857. #nav-transparent .navigation{
  858. width: 100%;
  859. height: 95px;
  860. display: table;
  861. position: relative;
  862. font-family: inherit;
  863. background-color: transparent;
  864. -webkit-transition: all 0.3s ease;
  865. -moz-transition: all 0.3s ease;
  866. -o-transition: all 0.3s ease;
  867. }
  868. #nav-transparent .navigation-fixed-wrapper{
  869. background-color: transparent;
  870. border-bottom: 1px solid rgba(255, 255, 255, .1);
  871. box-shadow: none;
  872. -webkit-transition: all 0.3s ease;
  873. -moz-transition: all 0.3s ease;
  874. -o-transition: all 0.3s ease;
  875. }
  876. /*Nav Links*/
  877. #nav-transparent .nav-menu > li > a {
  878. height: 95px;
  879. padding: 0 16px 0 16px;
  880. display: flex;
  881. align-items: center;
  882. position: relative;
  883. text-decoration: none;
  884. font-size: 13px;
  885. font-weight: 600;
  886. color: #fff;
  887. -webkit-transition: color 0.3s, background 0.3s;
  888. transition: color 0.3s, background 0.3s;
  889. }
  890. #nav-transparent .navigation-portrait .nav-menu > li > a {
  891. display: flex;
  892. align-items: center;
  893. width: 100%;
  894. height: 95px;
  895. padding: 0 16px 0 16px;
  896. }
  897. #nav-transparent .submenu-indicator-chevron {
  898. border-color: transparent #fff #fff transparent;
  899. -webkit-transition: border 0.3s;
  900. transition: border 0.3s;
  901. }
  902. #nav-transparent .nav-dropdown .submenu-indicator-chevron {
  903. border-color: transparent #70798b #70798b transparent;
  904. -webkit-transition: border 0.3s;
  905. transition: border 0.3s;
  906. }
  907. #nav-transparent .nav-search-button i{
  908. font-size: 15px;
  909. font-weight: 600;
  910. color: #fff;
  911. }
  912. @media (max-width: 991px) {
  913. #nav-transparent .nav-search-button{
  914. margin-top: 0px;
  915. }
  916. #nav-transparent .nav-search-button i{
  917. font-size: 17px;
  918. font-weight: 600;
  919. }
  920. }
  921. /*White Options*/
  922. #nav-transparent .nav-white-bg{
  923. background: #fff;
  924. border-bottom: 1px solid #eee;
  925. box-shadow: 0 0 65px rgba(0,0,0,.09);
  926. }
  927. #nav-transparent .nav-white-bg{
  928. background: #fff;
  929. }
  930. #nav-transparent .nav-white-bg .nav-menu > li > a {
  931. height: 95px;
  932. padding: 0 16px 0 16px;
  933. display: flex;
  934. align-items: center;
  935. position: relative;
  936. text-decoration: none;
  937. font-size: 13px;
  938. font-weight: 600;
  939. color: #222;
  940. -webkit-transition: color 0.3s, background 0.3s;
  941. transition: color 0.3s, background 0.3s;
  942. }
  943. #nav-transparent .nav-white-bg .submenu-indicator-chevron {
  944. border-color: transparent #222 #222 transparent;
  945. -webkit-transition: border 0.3s;
  946. transition: border 0.3s;
  947. }
  948. #nav-transparent .nav-white-bg .nav-search-button i{
  949. font-size: 15px;
  950. font-weight: 600;
  951. color: #222;
  952. }
  953. #main_logo{
  954. -webkit-transition: all 0.3s ease;
  955. -moz-transition: all 0.3s ease;
  956. -o-transition: all 0.3s ease;
  957. }
  958. #light_logo{
  959. -webkit-transition: all 0.3s ease;
  960. -moz-transition: all 0.3s ease;
  961. -o-transition: all 0.3s ease;
  962. }
  963. }
  964. /*--------------------
  965. Push Nav
  966. ----------------------*/
  967. .push-content{
  968. margin-left: 300px;
  969. }
  970. @media screen and (max-width: 991px) {
  971. .push-content{
  972. margin-left: 0px;
  973. }
  974. }
  975. #navigation-push .navigation{
  976. z-index: 999;
  977. }
  978. #navigation-push .navigation-portrait .nav-menus-wrapper{
  979. width: 300px;
  980. max-width: 100%;
  981. }
  982. #navigation-push .navigation-portrait .nav-menu > li > a {
  983. width: 100%;
  984. height: auto;
  985. padding: 16px 15px 16px 26px;
  986. }
  987. #navigation-push .nav-menus-wrapper{
  988. -webkit-box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
  989. box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
  990. }
  991. #navigation-push .nav-menu{
  992. padding-bottom: 30px;
  993. }
  994. #navigation-push .nav-brand img{
  995. margin: 40px 0px;
  996. }
  997. #navigation-push .nav-menus-wrapper::-webkit-scrollbar {
  998. width: 4px;
  999. }
  1000. #navigation-push .nav-menus-wrapper::-webkit-scrollbar-track {
  1001. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
  1002. border-radius: 0px;
  1003. }
  1004. #navigation-push .nav-menus-wrapper::-webkit-scrollbar-thumb {
  1005. border-radius: 0px;
  1006. -webkit-box-shadow: inset 6px 6px 6px rgba(0,0,0,0.3);
  1007. }
  1008. #navigation-push .btn-show{
  1009. font-size: 25px;
  1010. color: #70798b;
  1011. margin-top: 6px;
  1012. }
  1013. #navigation-push .small-size-header{
  1014. padding: 15px 0px;
  1015. text-align: right;
  1016. }