.znNavOvr {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.znNavOvr-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden; }

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.znNavOvr.znNavOvr--animation1 {
  -webkit-transform: translateY(-100%) translateZ(0);
          transform: translateY(-100%) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms, -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms; }

.znNavOvr.znNavOvr--animation1.is-active {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; }

.znNavOvr.znNavOvr--animation1 .znNavOvr-menu > li {
  opacity: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity .5s ease 0s,-webkit-transform .25s ease-in 0s;
  transition: opacity .5s ease 0s,-webkit-transform .25s ease-in 0s;
  transition: transform .25s ease-in 0s,opacity .5s ease 0s;
  transition: transform .25s ease-in 0s,opacity .5s ease 0s,-webkit-transform .25s ease-in 0s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .4s ease 0s,-webkit-transform .5s ease 0s;
  transition: opacity .4s ease 0s,-webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s,opacity .4s ease 0s;
  transition: transform .5s ease 0s,opacity .4s ease 0s,-webkit-transform .5s ease 0s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s; }

.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(10) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.znNavOvr.znNavOvr--animation2 {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s; }

.znNavOvr.znNavOvr--animation2 .znNavOvr-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
          transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78); }

.znNavOvr.znNavOvr--animation2.is-active {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s; }

.znNavOvr.znNavOvr--animation2.is-active .znNavOvr-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
          transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78); }

.znNavOvr.znNavOvr--animation2 ~ #page_wrapper {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
          transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99); }

.znNavOvr.znNavOvr--animation2.is-active ~ #page_wrapper {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @media (max-width: 1199px) {
    .znNavOvr.znNavOvr--animation2.is-active ~ #page_wrapper {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }

.znNavOvr.znNavOvr--animation3 {
  -webkit-transform: translateY(-100%) translateZ(0);
          transform: translateY(-100%) translateZ(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out; }

.znNavOvr.znNavOvr--animation3.is-active {
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out; }

.znNavOvr.znNavOvr--animation3 .znNavOvr-menu > li {
  opacity: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity .5s ease 0s,-webkit-transform .25s ease-in 0s;
  transition: opacity .5s ease 0s,-webkit-transform .25s ease-in 0s;
  transition: transform .25s ease-in 0s,opacity .5s ease 0s;
  transition: transform .25s ease-in 0s,opacity .5s ease 0s,-webkit-transform .25s ease-in 0s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity .4s ease 0s,-webkit-transform .5s ease 0s;
  transition: opacity .4s ease 0s,-webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s,opacity .4s ease 0s;
  transition: transform .5s ease 0s,opacity .4s ease 0s,-webkit-transform .5s ease 0s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(1) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(2) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(4) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(6) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(7) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(8) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(9) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s; }

.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(10) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

/* ==========================================================================
   COMPONENTS
   ========================================================================== */
/*
 * Close Button
 */
.znNavOvr-close {
  position: fixed;
  z-index: 3;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity .2s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity .2s ease-out, -webkit-transform 0.7s ease-out;
  transition: transform 0.7s ease-out, opacity .2s ease-out;
  transition: transform 0.7s ease-out, opacity .2s ease-out, -webkit-transform 0.7s ease-out;
  opacity: .8; }
  @media (max-width: 767px) {
    .znNavOvr-close {
      top: 20px !important;
      left: auto !important;
      right: 10px !important; } }

.znNavOvr-close.znNavOvr-close--trSmall {
  right: 30px;
  top: 30px; }

.znNavOvr-close.znNavOvr-close--trLarge {
  right: 80px;
  top: 80px; }

.znNavOvr-close.znNavOvr-close--tlSmall {
  left: 30px;
  top: 30px; }

.znNavOvr-close.znNavOvr-close--tlLarge {
  left: 80px;
  top: 80px; }

.znNavOvr-close:hover {
  opacity: 1; }

.znNavOvr-close span {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%; }

.znNavOvr-close span:before,
.znNavOvr-close span:after {
  content: '';
  width: 2px;
  height: 0;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #fff;
  -webkit-transition: height .3s ease-out;
  transition: height .3s ease-out; }

.znNavOvr-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.znNavOvr-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

.znNavOvr-close svg {
  position: absolute;
  top: 0;
  left: 0; }

.znNavOvr-close circle {
  -webkit-transition: stroke-dashoffset 0.6s ease-out .4s, stroke-width 0.2s ease-out, stroke-opacity 0.2s ease-out;
  transition: stroke-dashoffset 0.6s ease-out .4s, stroke-width 0.2s ease-out, stroke-opacity 0.2s ease-out;
  stroke: #fff;
  stroke-width: 1;
  stroke-opacity: .1; }
  @media (max-width: 767px) {
    .znNavOvr-close circle {
      stroke-width: 0; } }

.znNavOvr-close:hover circle {
  stroke-width: 2; }

.znNavOvr.is-active .znNavOvr-close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.znNavOvr.is-active .znNavOvr-close span:before,
.znNavOvr.is-active .znNavOvr-close span:after {
  height: 15px; }

.znNavOvr.is-active .znNavOvr-close circle {
  stroke-dashoffset: 0;
  stroke-opacity: 1; }

.znNavOvr--theme-dark .znNavOvr-close span:before,
.znNavOvr--theme-dark .znNavOvr-close span:after {
  background: #111; }

.znNavOvr--theme-dark .znNavOvr-close circle {
  stroke: #111; }

/*
 * The Menu
 */
.znNavOvr-menu {
  display: block;
  position: relative;
  padding: 40px 0; }

.znNavOvr-menu .zn-mega-new-item {
  display: none; }

.znNavOvr-menu ul,
.znNavOvr-menu li {
  padding: 0;
  margin: 0;
  list-style: none; }

.znNavOvr-menu a {
  padding: 0.17em 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.znNavOvr-menu li ul.sub-menu,
.znNavOvr-menu li div.zn_mega_container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: none; }

.znNavOvr-menu li ul.sub-menu,
.znNavOvr-menu li div.zn_mega_container {
  padding: 1em; }

.znNavOvr-menu .zn_mega_container {
  padding-left: 0;
  padding-right: 0; }

.znNavOvr-menu .zn_mega_container {
  width: 100%; }

.znNavOvr-menu .zn_mega_container li {
  width: 100%;
  float: none; }

.znNavOvr-menu a[href="#custom-separator"],
.znNavOvr-menu .menuitem-separator > a,
.znNavOvr-menu .zn_mega_container .zn_mega_title_hide,
.znNavOvr-menu .zn_mega_title {
  display: none; }

.znNavOvr-menu li.active > a,
.znNavOvr-menu li a:hover,
.znNavOvr-menu li a:focus,
.znNavOvr-menu li.znNavOvr-menuItemActive > a,
.znNavOvr-menu li.znNavOvr-menuItemActive > a:hover,
.znNavOvr-menu li.znNavOvr-menuItemActive > a:focus {
  color: #fff; }

.is-depth-2 .menu-item-depth-0 > a {
  color: rgba(255, 255, 255, 0.25); }

.is-depth-1 .menu-item-depth-0 > a,
.is-depth-2 .menu-item-depth-1 > a {
  color: rgba(255, 255, 255, 0.5); }

.znNavOvr--theme-dark .is-depth-2 .menu-item-depth-0 > a {
  color: rgba(255, 255, 255, 0.25); }

.znNavOvr--theme-dark .is-depth-1 .menu-item-depth-0 > a,
.znNavOvr--theme-dark .is-depth-2 .menu-item-depth-1 > a {
  color: rgba(255, 255, 255, 0.5); }

.znNavOvr-socialIcons {
  list-style: none;
  margin: 0;
  padding: 0; }
  .znNavOvr-socialIcons li {
    display: inline-block;
    margin: 0 15px; }
    .znNavOvr-socialIcons li:last-child {
      margin-right: 0; }
    .znNavOvr-socialIcons li:first-child {
      margin-left: 0; }
    .znNavOvr-socialIcons li a {
      font-size: 14px; }

.znNavOvr-socialIcons a,
.znNavOvr-socialIcons a:hover,
.znNavOvr-socialIcons a:focus {
  color: #fff; }

.znNavOvr-socialIcons a:hover {
  opacity: .7; }

.znNavOvr-copyText {
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 2px; }

.znNavOvr-customText {
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px; }

.znNavOvr-opEffect {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  opacity: 0; }

.znNavOvr-customText-wrapper {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.znNavOvr-socialIcons-wrapper {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.znNavOvr-copyText-wrapper {
  -webkit-transition-delay: .9s;
          transition-delay: .9s; }

.is-active .znNavOvr-opEffect {
  opacity: 1; }

.znNavOvr--theme-dark .znNavOvr-menu a {
  color: rgba(17, 17, 17, 0.85); }

.znNavOvr--theme-dark .znNavOvr-menu li.active > a,
.znNavOvr--theme-dark .znNavOvr-menu li a:hover,
.znNavOvr--theme-dark .znNavOvr-menu li a:focus,
.znNavOvr--theme-dark .znNavOvr-menu li.znNavOvr-menuItemActive > a,
.znNavOvr--theme-dark .znNavOvr-menu li.znNavOvr-menuItemActive > a:hover,
.znNavOvr--theme-dark .znNavOvr-menu li.znNavOvr-menuItemActive > a:focus {
  color: #111; }

.znNavOvr--theme-dark .znNavOvr-socialIcons a,
.znNavOvr--theme-dark .znNavOvr-socialIcons a:focus,
.znNavOvr--theme-dark .znNavOvr-socialIcons a:hover {
  color: #111; }

.znNavOvr--theme-dark .znNavOvr-copyText {
  color: rgba(17, 17, 17, 0.6); }

.znNavOvr--theme-dark .znNavOvr-customText {
  color: rgba(17, 17, 17, 0.7); }

/* ==========================================================================
   Content - Layout #1
   ========================================================================== */
.znNavOvr--layoutS1 .znNavOvr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px; }

.znNavOvr--layoutS1 .znNavOvr-inner.is-empty {
  display: block; }

.znNavOvr--layoutS1 .znNavOvr-menuWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: -webkit-calc(100% - 80px);
  min-height: calc(100% - 80px); }
  @media (max-width: 991px) {
    .znNavOvr--layoutS1 .znNavOvr-menuWrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: auto; } }
  .znNavOvr--layoutS1 .znNavOvr-menuWrapper-inner {
    width: 100%; }

.znNavOvr--layoutS1 .znNavOvr-menu {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .znNavOvr--layoutS1 .znNavOvr-menu {
      font-size: 24px;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .znNavOvr--layoutS1 .znNavOvr-menu {
      font-size: 18px;
      line-height: 1.6;
      padding-top: 0; } }
  @media (max-width: 767px) {
    .znNavOvr--layoutS1 .znNavOvr-menu {
      font-size: 16px;
      line-height: 1.6;
      padding-top: 0; } }

.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link {
  margin-bottom: 1em;
  position: relative; }

.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  -webkit-transition: background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  transition: background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  transition: transform 0.15s cubic-bezier(0.68, 0, 0.265, 1), background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  transition: transform 0.15s cubic-bezier(0.68, 0, 0.265, 1), background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }

.znNavOvr--layoutS1 .znNavOvr-menu li.active > .main-menu-link:after,
.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:hover:after,
.znNavOvr--layoutS1 .znNavOvr-menu .znNavOvr-menuItemActive > .main-menu-link:after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.znNavOvr--theme-dark.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:after {
  background-color: rgba(17, 17, 17, 0.15); }

.znNavOvr--theme-dark.znNavOvr--layoutS1 .znNavOvr-menu li.active > .main-menu-link:after,
.znNavOvr--theme-dark.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:hover:after,
.znNavOvr--theme-dark.znNavOvr--layoutS1 .znNavOvr-menu .znNavOvr-menuItemActive > .main-menu-link:after {
  background-color: rgba(17, 17, 17, 0.45); }

.znNavOvr--layoutS1 .znNavOvr-logo {
  position: absolute;
  left: 60px;
  top: 45px; }
  @media (max-width: 991px) {
    .znNavOvr--layoutS1 .znNavOvr-logo {
      position: static;
      margin: 0 auto 40px; } }

.znNavOvr--layoutS1 .znNavOvr-copyText-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 60px;
  height: 80px; }
  @media (max-width: 991px) {
    .znNavOvr--layoutS1 .znNavOvr-copyText-wrapper {
      width: 100%;
      text-align: center;
      margin-left: 0; } }

.znNavOvr--layoutS1 .znNavOvr-socialIcons-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 60px;
  height: 80px; }
  @media (max-width: 991px) {
    .znNavOvr--layoutS1 .znNavOvr-socialIcons-wrapper {
      width: 100%;
      text-align: center;
      margin-right: 0; } }

@media (min-width: 992px) {
  .znNavOvr--layoutS1 .znNavOvr-socialIcons {
    float: right; } }

/* ==========================================================================
   Content - Layout #2
   ========================================================================== */
@media (min-width: 992px) {
  .znNavOvr--layoutS2:after {
    content: '';
    border: 20px solid #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .no-csspointerevents .znNavOvr--layoutS2:after {
    display: none; }
  .znNavOvr--theme-dark.znNavOvr--layoutS2:after {
    border-color: #fff; } }

.znNavOvr--layoutS2 .znNavOvr-inner {
  padding: 60px -webkit-calc((100vw - 1140px)/2) 50px;
  padding: 60px calc((100vw - 1140px)/2) 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS2 .znNavOvr-inner {
      padding: 60px 0 50px;
      text-align: center; } }

.znNavOvr--layoutS2 .znNavOvr-menuWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS2 .znNavOvr-menuWrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: auto; } }
  .znNavOvr--layoutS2 .znNavOvr-menuWrapper-inner {
    width: 100%; }

.znNavOvr--layoutS2 .znNavOvr-menu {
  padding-top: 75px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .znNavOvr--layoutS2 .znNavOvr-menu {
      font-size: 24px;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .znNavOvr--layoutS2 .znNavOvr-menu {
      font-size: 18px;
      line-height: 1.6;
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .znNavOvr--layoutS2 .znNavOvr-menu {
      font-size: 16px;
      line-height: 1.6;
      padding-top: 35px; } }

.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a {
  position: relative; }

.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -webkit-calc(100% + 20px);
  right: calc(100% + 20px);
  height: 2px;
  width: 10px;
  margin-top: -1px;
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: width .2s, opacity .2s;
  transition: width .2s, opacity .2s; }

.znNavOvr--theme-dark.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a:before {
  background-color: #111; }

.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a:hover:before {
  opacity: 0.4; }

.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children.znNavOvr-menuItemActive > a:before {
  opacity: 0.4;
  width: 20px; }

.znNavOvr--layoutS2 .znNavOvr-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS2 .znNavOvr-logo {
      position: static;
      margin: 0 auto; } }

.znNavOvr--layoutS2 .znNavOvr-copyText-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS2 .znNavOvr-copyText-wrapper {
      margin-bottom: 40px; } }

.znNavOvr--layoutS2 .znNavOvr-socialIcons-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-bottom: 35px; }

.znNavOvr--layoutS2 .znNavOvr-customText {
  padding-top: 50px;
  padding-bottom: 55px; }

/* ==========================================================================
   Content - Layout #3
   ========================================================================== */
.znNavOvr--layoutS3 .znNavOvr-inner {
  padding: 100px -webkit-calc((100vw - 1140px)/2) 50px;
  padding: 100px calc((100vw - 1140px)/2) 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-inner {
      padding: 60px 0 50px;
      text-align: center;
      display: block; } }

.znNavOvr-s3-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.znNavOvr-s3-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1199px) {
    .znNavOvr-s3-right {
      text-align: center;
      display: block; } }

.znNavOvr-s3-rightTop {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.znNavOvr-s3-rightBottom {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.znNavOvr--layoutS3 .znNavOvr-menuWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-menuWrapper {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      min-height: auto; } }
  .znNavOvr--layoutS3 .znNavOvr-menuWrapper-inner {
    width: 100%; }

.znNavOvr--layoutS3 .znNavOvr-menu {
  padding-top: 75px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-menu {
      font-size: 24px;
      line-height: 1.4; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .znNavOvr--layoutS3 .znNavOvr-menu {
      font-size: 18px;
      line-height: 1.6;
      padding-top: 35px; } }
  @media (max-width: 767px) {
    .znNavOvr--layoutS3 .znNavOvr-menu {
      font-size: 16px;
      line-height: 1.6;
      padding-top: 35px; } }

.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a {
  position: relative; }

.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -webkit-calc(100% + 20px);
  right: calc(100% + 20px);
  height: 60%;
  width: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  opacity: 0.2;
  -webkit-transition: width .2s, opacity .2s;
  transition: width .2s, opacity .2s; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:before {
      display: none; } }

.znNavOvr--theme-dark.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:before {
  background-color: #111; }

.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:hover:before {
  opacity: 0.4; }

.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children.znNavOvr-menuItemActive > a:before {
  opacity: 0.4;
  width: 10px; }

.znNavOvr--layoutS3 .znNavOvr-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-logo {
      position: static;
      margin: 0 auto; } }

.znNavOvr--layoutS3 .znNavOvr-copyText-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-copyText-wrapper {
      margin-bottom: 40px; } }

.znNavOvr--layoutS3 .znNavOvr-socialIcons-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding-bottom: 35px; }

.znNavOvr--layoutS3 .znNavOvr-customText {
  margin-top: 50px;
  margin-bottom: 55px;
  padding-right: 25px;
  border-right: 1px solid currentColor; }
  @media (max-width: 1199px) {
    .znNavOvr--layoutS3 .znNavOvr-customText {
      padding-right: 0;
      border: 0;
      margin-top: 0; } }

.znNavOvr-menuWrapper .logo-menu-wrapper {
  display: none; }

.admin-bar .znNavOvr {
  top: 32px; }

.admin-bar .znNavOvr,
.admin-bar .znNavOvr--layoutS1 .znNavOvr-inner {
  min-height: -webkit-calc(100% - 32px);
  min-height: calc(100% - 32px); }

/*# sourceMappingURL=styles.css.map */
