
  @media only screen and (max-width: 960px) {
    header {
      border: none;
    }
  }
  #site-header {
    padding: 0 !important;
    position: relative;
    display: block;
    z-index: 9999;
  }
  #site-header-inner {
    position: relative;
    padding-top: 30px;
    height: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #site-header-inner .container {
    margin: auto;
  }
  #site-header.header-builder #site-header-inner {
    padding: 0;
  }
  #site-logo {
    display: table;
    position: relative;
    right: -20px;
  }
  @media only screen and (max-width: 960px) {
    #site-logo {
      right: 0;
      margin: 0;
    }
  }
  #site-logo a {
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  #site-logo a.site-logo-text {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    -webkit-transition: 0.15s all ease;
    -moz-transition: 0.15s all ease;
    -ms-transition: 0.15s all ease;
    -o-transition: 0.15s all ease;
    transition: 0.15s all ease;
  }
  #site-logo a:hover {
    text-decoration: none;
  }
  #site-logo-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #site-logo-fa-icon {
    margin-right: 10px;
  }
  #site-logo-fa-icon.fa-wpex-hidden {
    margin-right: 0;
  }
  #site-navigation a {
    text-decoration: none;
  }
  #site-navigation .menu-button.menu-button-rounded span.link-inner {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
  #site-navigation .dropdown-menu li a .fa {
    margin-right: 8px;
  }
  #site-navigation .dropdown-menu li.no-icon-margin a .fa {
    margin-right: 0;
  }
  #site-navigation .dropdown-menu .site-search-toggle .fa {
    margin: 0;
  }
  #site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    overflow: visible !important;
    z-index: 999;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #site-navigation .dropdown-menu li a .nav-arrow {
    margin-left: 4px;
    margin-right: 0;
  }
  #site-navigation .dropdown-menu ul a.sf-with-ul {
    padding-right: 25px;
  }
  #site-navigation .sf-menu > li ul li .nav-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 10px;
    line-height: 10px;
    margin-top: -5px;
  }
  #site-navigation .dropdown-menu ul {
    background: #fff;
    border: 1px solid #eee;
  }
  #site-navigation .dropdown-menu ul ul {
    margin-left: 0;
    text-align: left;
  }
  #site-navigation .dropdown-menu ul li:first-child ul {
    margin-top: 0;
  }
  #site-navigation .dropdown-menu ul li {
    padding: 0;
  }
  #site-navigation .dropdown-menu ul a {
    display: block;
    float: none;
    padding: 8px 12px;
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.4em;
    color: #666;
    font-size: 0.923rem !important;
    border-bottom: 1px solid #eee;
  }
  .navbar-style-three .dropdown-menu > li:hover .sub-menu li a span {
    font-size: 12.92px !important;
  }
  #site-navigation .dropdown-menu ul li:last-child > a {
    border-bottom: 0;
  }
  #site-navigation .dropdown-menu ul a:hover {
    background: #f7f7f7;
  }
  #site-navigation .dropdown-menu li.left-dropdowns ul ul {
    left: auto;
    right: 100%;
  }
  body #site-navigation .sf-menu li.left-dropdowns ul a.sf-with-ul {
    padding-left: 25px;
    padding-right: 12px;
  }
  #site-navigation .dropdown-menu li.left-dropdowns ul .fa-angle-right {
    left: 9px;
    right: auto;
  }
  #site-navigation .dropdown-menu li.left-dropdowns ul .fa-angle-right:before {
    content: "\f104";
  }
  #site-navigation .dropdown-menu > li > a > span.link-inner {
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    font-size: 14px;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: 2px;
  }
  #site-navigation .dropdown-menu ul a {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
  @media only screen and (min-width: 960px) {
    #site-header.wpex-full-width .container {
      width: 100% !important;
      max-width: none !important;
    }
    #site-header.header-one.wpex-full-width,
    #site-header.header-five.wpex-full-width {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }
  }
  #site-header.fixed-scroll {
    z-index: 99;
    -ms-transform: translateZ();
    -webkit-transform: translateZ();
    -o-transform: translateZ();
    -moz-transform: translateZ();
    transform: translateZ();
  }
  #site-header-sticky-wrapper.is-sticky #site-header {
    position: fixed;
    overflow: visible !important;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #site-header-sticky-wrapper.is-sticky #site-header-inner {
    z-index: 999;
  }
  #site-header.shrink-sticky-header {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #site-header.shrink-sticky-header.sticky-header-shrunk #site-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sticky-header-shrunk #site-header-inner {
    height: 70px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .shrink-sticky-header.sticky-header-shrunk .navbar-style-five .dropdown-menu > li > a {
    height: 50px;
  }
  .shrink-sticky-header.sticky-header-shrunk #site-logo img {
    max-height: 50px;
  }
  .anim-shrink-header #site-header-sticky-wrapper,
  .anim-shrink-header #site-header,
  .anim-shrink-header #site-header-inner,
  .anim-shrink-header .navbar-style-five,
  .anim-shrink-header .navbar-style-five #site-navigation,
  .anim-shrink-header #site-logo,
  .anim-shrink-header #site-logo-inner,
  .anim-shrink-header #site-logo a,
  .anim-shrink-header #site-logo img {
    transition: all 0.3s linear;
  }
  .anim-shrink-header #site-logo img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .anim-shrink-header #site-navigation-wrap {
    transition: top 0.3s linear;
  }
  .header-one #site-logo {
    float: left;
    height: 100%;
  }
  .navbar-style-one {
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
  }
  body.navbar-has-inner-span-bg .navbar-style-one {
    right: -4px;
  }
  body:not(.navbar-has-inner-span-bg) .navbar-style-one .dropdown-menu > li:last-child.menu-button {
    margin-right: 11px;
  }
  .navbar-style-one .dropdown-menu > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 4px;
    color: #555;
  }
  .navbar-style-one .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .header-two {
    background: #fff;
  }
  .header-two-aside {
    float: right;
    font-size: 1.077em;
    text-align: right;
  }
  .header-two-logo {
    float: left;
  }
  #header-two-search {
    margin-top: 10px;
    float: right;
  }
  #header-two-search input#header-two-search-input {
    font-size: 0.923rem;
    width: 160px;
    float: left;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    background: #f7f7f7;
  }
  #header-two-search #header-two-search-submit {
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    width: 35px;
    text-align: center;
    padding: 0;
    outline: none;
    margin-left: 5px;
    cursor: pointer;
  }
  .navbar-style-two {
    position: relative;
    background: #fff;
    border-top: 1px solid #eee;
  }
  body.page-header-disabled .navbar-style-two {
    border-bottom: 1px solid #eee;
  }
  .navbar-style-two .dropdown-menu {
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
  }
  .navbar-style-two .dropdown-menu li {
    border-right: 1px solid #eee;
  }
  .navbar-style-two .dropdown-menu li li {
    border-right: 0;
  }
  .navbar-style-two .dropdown-menu > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-weight: normal;
    padding: 0 20px;
  }
  .navbar-style-two .dropdown-menu .search-toggle-li,
  .navbar-style-two .dropdown-menu .woo-menu-icon {
    float: right;
    border-left: 1px solid #eee;
    border-right: 0;
  }
  .navbar-style-two.no-borders .dropdown-menu,
  .navbar-style-two.no-borders .dropdown-menu li {
    border: 0;
  }
  .navbar-style-two.no-borders li ul {
    text-align: left;
  }
  .navbar-style-two.center-items {
    text-align: center;
  }
  .navbar-style-two.center-items .dropdown-menu {
    text-align: left;
    border-left: 0;
    border-right: 0;
  }
  .navbar-style-two.center-items .dropdown-menu > li:first-child {
    border-left: 1px solid #eee;
  }
  .navbar-style-two.center-items .dropdown-menu > li,
  .navbar-style-two.center-items .dropdown-menu .woo-menu-icon,
  .navbar-style-two.center-items .dropdown-menu .search-toggle-li {
    display: inline-block;
    float: none;
    border-left: 0;
    border-right: 1px solid #eee;
  }
  .header-three-logo {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .header-three-logo a {
    display: inline;
    display: inline-block;
    float: none;
  }
  .header-three-aside {
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-style-three {
    background: #fff;
    border-top: 1px solid #eee;
    position: relative;
  }
  body.page-header-disabled .navbar-style-three {
    border-bottom: 1px solid #eee;
  }
  .navbar-style-three .dropdown-menu {
    text-align: center;
    float: none;
  }
  .navbar-style-three .dropdown-menu ul {
    text-align: left;
  }
  .navbar-style-three .dropdown-menu > li {
    display: inline-block;
    float: none;
  }
  .navbar-style-three .dropdown-menu > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-weight: normal;
    padding: 0 5px;
  }
  .navbar-style-three .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 0.8em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .header-four-logo {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .header-four-logo a {
    display: inline-block;
    float: none;
  }
  .header-four-aside {
    float: none;
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-style-four {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .navbar-style-four .dropdown-menu {
    text-align: center;
    float: none;
  }
  .navbar-style-four .dropdown-menu ul {
    text-align: left;
  }
  .navbar-style-four .dropdown-menu > li {
    display: inline-block;
    float: none;
  }
  .navbar-style-four .dropdown-menu > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-weight: normal;
    padding: 0 5px;
  }
  .navbar-style-four .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 0.8em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  #site-logo.header-five-logo {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #site-logo.header-five-logo.display {
    display: table;
  }
  .menu-item-logo {
    padding: 0 40px;
  }
  #site-navigation-wrap.navbar-style-five,
  .navbar-style-five #site-navigation {
    height: 100%;
  }
  .navbar-style-five .dropdown-menu {
    text-align: center;
    float: none;
    display: table;
    height: 100%;
    margin: 0 auto;
  }
  .navbar-style-five .dropdown-menu ul {
    text-align: left;
  }
  .navbar-style-five .dropdown-menu > li {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .navbar-style-five .dropdown-menu > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-weight: normal;
    padding: 0 4px;
  }
  .navbar-style-five .dropdown-menu > li > a > span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 0.8em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  @media only screen and (min-width: 960px) {
    body.wpex-has-vertical-header {
      position: relative;
    }
    body.wpex-has-vertical-header.full-width-main-layout #wrap {
      padding-left: 280px;
    }
    body.wpex-has-vertical-header.full-width-main-layout.wpex-site-header-disabled #outer-wrap {
      padding-left: 0;
    }
    body.wpex-has-vertical-header #site-header {
      background: #fff;
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 280px;
      height: 100%;
      -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    }
    body.wpex-has-vertical-header #site-header .container {
      width: 100%;
      max-width: 100%;
    }
    body.wpex-has-vertical-header.wpex-fixed-vertical-header #site-header {
      position: fixed;
      overflow: visible;
    }
    body.wpex-has-vertical-header #site-logo {
      display: block;
      padding: 0 30px 30px 30px;
    }
    body.wpex-has-vertical-header #site-logo img {
      display: block;
      margin: 0 auto;
    }
    body.wpex-has-vertical-header #site-logo-inner {
      display: block;
    }
    body.wpex-has-vertical-header.boxed-main-layout #wrap {
      padding-left: 280px;
    }
    body.wpex-has-vertical-header.boxed-main-layout.wpex-site-header-disabled #wrap {
      padding-left: 0;
    }
    body.wpex-has-vertical-header.boxed-main-layout #site-header .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    body.wpex-has-vertical-header .wpex-menu-search-text {
      display: inline-block;
      padding-left: 20px;
    }
    body.wpex-has-vertical-header #site-navigation .sf-menu ul {
      top: 0;
      left: 100%;
      text-align: left;
    }
    body.wpex-has-vertical-header #site-navigation .sf-menu ul a {
      padding: 1em 20px;
    }
    body.wpex-has-vertical-header #site-navigation .dropdown-menu li.megamenu {
      position: relative;
    }
    body.wpex-has-vertical-header #site-navigation .dropdown-menu li.megamenu ul {
      left: 100%;
      width: 750px;
    }
    body.wpex-has-vertical-header .page-header {
      border-top: 0;
    }
    .navbar-style-six #site-navigation {
      border-top: 1px solid #eee;
    }
    .navbar-style-six .dropdown-menu > li {
      display: block;
      width: 100%;
      height: auto;
      border-bottom: 1px solid #eee;
    }
    .navbar-style-six .dropdown-menu > li > a {
      display: block;
      color: #555;
      font-weight: normal;
      padding: 1em 30px;
    }
    .navbar-style-six .dropdown-menu > li > a span.link-inner {
      display: block;
      padding: 0;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
    }
    .navbar-style-six .dropdown-menu > li.menu-item-has-children > a {
      padding-right: 50px;
    }
    .navbar-style-six .dropdown-menu a {
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
    }
    .navbar-style-six .dropdown-menu a:hover {
      background: #f7f7f7;
    }
    .navbar-style-six .dropdown-menu > .current-menu-item > a,
    .navbar-style-six .dropdown-menu > .current-menu-parent > a {
      background: #4a97c2;
      color: #fff !important;
      transition: all 0.3s ease-in-out;
    }
    .navbar-style-six .dropdown-menu .nav-arrow.top-level {
      position: absolute;
      right: 28px;
      top: 50%;
      height: 20px;
      line-height: 20px;
      margin-top: -10px;
      font-size: 11px;
      -moz-opacity: 0.4;
      -webkit-opacity: 0.4;
      opacity: 0.4;
    }
    .navbar-style-six .sf-menu li {
      white-space: normal;
    }
  }
  #mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
  }
  #mobile-menu a {
    display: block;
    float: left;
    color: #666;
    font-size: 18px;
    height: 40px;
    border: 1px solid #eee;
    text-align: center;
    margin-left: 10px;
    background: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.15s all ease;
    -moz-transition: all 0.15s all ease;
    -ms-transition: all 0.15s all ease;
    -o-transition: all 0.15s all ease;
    transition: all 0.15s all ease;
  }
  #mobile-menu a:first-child {
    margin-left: 0;
  }
  #mobile-menu a:hover {
    text-decoration: none;
    color: #333;
  }
  .wpex-mobile-toggle-menu-icon_buttons_under_logo #mobile-menu {
    height: auto;
    position: relative;
    float: none;
    top: auto;
    right: auto !important;
    left: auto !important;
    margin: 0;
    padding-top: 20px;
    text-align: center;
  }
  .wpex-mobile-toggle-menu-icon_buttons_under_logo #mobile-menu a {
    display: inline-block;
    float: none;
  }
  #wpex-mobile-menu-fixed-top {
    background: #222;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  body.admin-bar #wpex-mobile-menu-fixed-top {
    top: 32px;
  }
  #wpex-mobile-menu-fixed-top .mobile-menu-toggle {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
  #wpex-mobile-menu-fixed-top .mobile-menu-toggle .fa {
    margin-right: 10px;
  }
  #wpex-mobile-menu-navbar {
    background: #222;
    position: relative;
  }
  @media only screen and (min-width: 959px) {
    #wpex-mobile-menu-navbar {
      display: none;
    }
  }
  #wpex-mobile-menu-navbar .mobile-menu-toggle {
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 1.077em;
  }
  #wpex-mobile-menu-navbar .mobile-menu-toggle:hover {
    text-decoration: none;
  }
  #wpex-mobile-menu-navbar .mobile-menu-toggle .fa {
    margin-right: 0.769em;
  }
  #sidr-main {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 300px;
    max-width: 100%;
    padding-bottom: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1.077em;
    background: #262626;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
  }
  #sidr-main.right {
    right: -300px;
  }
  #sidr-main.left {
    left: -300px;
  }
  .sidr a {
    color: #707070;
  }
  .sidr a:hover,
  .sidr-class-dropdown-toggle:hover,
  .sidr-class-menu-item-has-children.active > a,
  .sidr-class-menu-item-has-children.active > a > .sidr-class-dropdown-toggle {
    color: #fff;
    text-decoration: none;
  }
  a.sidr-class-toggle-sidr-close {
    position: relative;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
  }
  .sidr-class-toggle-sidr-close:before {
    content: "\f0c9";
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    line-height: 50px;
  }
  .sidr-class-dropdown-menu > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.035);
  }
  .sidr-class-dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.035);
  }
  .sidr-class-dropdown-menu li:last-child {
    border: 0;
  }
  .sidr-class-dropdown-menu li a {
    display: block;
    position: relative;
    padding: 12px 20px;
  }
  .sidr-class-dropdown-menu li a.sidr-class-sf-with-ul {
    padding-right: 40px;
  }
  .sidr-class-dropdown-menu li.sidr-class-menu-item-has-children > a {
    padding-right: 60px;
  }
  .sidr-class-dropdown-menu ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.035);
    margin-left: 0;
    background: rgba(255, 255, 255, 0.02);
  }
  .sidr-class-dropdown-menu ul a:before {
    content: "\f0da";
    display: inline-block;
    margin: 0 10px;
  }
  .sidr-class-dropdown-menu ul ul a:before {
    margin-left: 20px;
  }
  .sidr-class-dropdown-menu ul ul ul a:before {
    margin-left: 40px;
  }
  .sidr-class-dropdown-menu li.active > a > .sidr-class-dropdown-toggle:before {
    content: "\f078";
  }
  .sidr-class-dropdown-menu a .fa {
    margin-right: 10px;
  }
  .sidr-class-menu-item-has-children {
    position: relative;
  }
  .sidr-class-dropdown-toggle {
    font-size: 11px;
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #707070;
    padding-right: 20px;
    text-align: center;
  }
  .sidr-class-dropdown-toggle:before {
    content: "\f054";
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
  }
  .sidr #searchform-header-replace-close,
  .sidr .nav-arrow,
  .sidr-class-wcmenucart,
  .sidr-class-nav-arrow,
  .sidr-class-search-toggle-li,
  #sidr-id-searchform-dropdown {
    display: none !important;
  }
  .wpex-sidr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  #sidr-id-searchform-overlay-title {
    display: none;
  }
  .sidr-class-mobile-menu-searchform {
    position: relative;
    margin: 30px 20px 0;
  }
  .sidr-class-mobile-menu-searchform input {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    outline: 0;
    padding: 15px 45px 15px 15px;
    line-height: 1.4em;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .sidr-class-mobile-menu-searchform input:focus {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
  }
  .sidr-class-mobile-menu-searchform button {
    background: none !important;
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    padding: 0;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
  }
  .sidr-class-mobile-menu-searchform button:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  .mobile-toggle-nav {
    display: none;
    background: #fff;
    z-index: 9999;
    height: auto;
    line-height: inherit;
    margin-top: 0;
  }
  .mobile-toggle-nav.wpex-togglep-absolute {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
  }
  .mobile-toggle-nav a {
    position: relative;
    color: #555;
    display: block;
    padding: 10px 0;
    border-top: 1px solid #eee;
  }
  .mobile-toggle-nav a:hover {
    color: #000;
    text-decoration: none;
  }
  .mobile-toggle-nav a .fa {
    margin-right: 10px;
  }
  .mobile-toggle-nav .nav-arrow {
    display: none;
  }
  .mobile-toggle-nav .menu-item-has-children ul a {
    padding-left: 20px;
  }
  .mobile-toggle-nav .menu-item-has-children ul a:before {
    content: "\f105";
    margin-right: 10px;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .mobile-toggle-nav .menu-item-has-children ul ul a {
    padding-left: 40px;
  }
  .mobile-toggle-nav .menu-item-has-children ul ul ul a {
    padding-left: 60px;
  }
  .mobile-toggle-nav .menu-item-has-children ul ul ul ul a {
    padding-left: 80px;
  }
  .wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav {
    background: #222;
  }
  .wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav a {
    border-color: #333;
    color: #aaa;
  }
  .wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav a:hover {
    color: #fff;
  }
  .mobile-toggle-nav #mobile-menu-search {
    display: block;
    padding-bottom: 20px;
    position: relative;
  }
  .mobile-toggle-nav-search input[type="search"] {
    width: 100%;
    padding: 0 50px 0 10px;
    height: 45px;
  }
  .mobile-toggle-nav-search .searchform-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    width: 45px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .mobile-toggle-nav-ul {
    list-style: none;
    margin: 0 auto;
    max-width: 90%;
    padding: 0;
  }
  .mobile-toggle-nav-ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile-toggle-nav-ul li.search-toggle-li {
    display: none;
  }
  body.wpex-noscroll {
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    top: 0;
    bottom: 0;
  }
  .container,
  .vc_row-fluid.container {
    /* width: 1100px; */
  }
  body.wpex-responsive .container,
  body.wpex-responsive .vc_row-fluid.container {
    width: 90%;
    max-width: 1680px!important;
  }
  .content-area {
    width: 69%;
    float: left;
    position: relative;
  }
  .content-full-width .content-area,
  .content-area.full-width {
    width: 100%;
    max-width: none !important;
  }
  #sidebar {
    width: 26%;
    float: right;
  }
  #outer-wrap {
    overflow: hidden;
  }
  body.content-full-screen #content-wrap,
  .content-full-screen {
    width: 100% !important;
    max-width: none !important;
  }
  body.content-full-width #content-wrap .content-area,
  .content-full-width .content-area,
  body.content-full-screen #content-wrap {
    width: 100% !important;
    max-width: none !important;
  }
  body.content-full-screen #content-wrap .content-area,
  .content-full-screen .content-area {
    float: none;
    padding: 0;
    width: 100% !important;
    max-width: none !important;
  }
  body.content-left-sidebar #content-wrap .content-area,
  .content-left-sidebar .content-area {
    float: right;
  }
  body.content-left-sidebar #content-wrap #sidebar,
  .content-left-sidebar #sidebar {
    float: left;
  }
  .content-right-sidebar .vc_row-fluid.container,
  .content-left-sidebar .vc_row-fluid.container,
  .content-right-sidebar .vcex-testimonials-fullslider-entry,
  .content-left-sidebar .vcex-testimonials-fullslider-entry {
    width: 100% !important;
  }
  #primary,
  body.has-composer.page-template-blog #primary,
  body.has-composer.post-type-archive-product #primary {
    padding-bottom: 40px;
  }
  body.has-composer #primary,
  body.compose-mode #primary,
  body.single-product #primary,
  body.single-post #primary {
    padding-bottom: 0;
  }
  .boxed-main-layout {
    background-color: #ddd;
  }
  .boxed-main-layout #outer-wrap {
    padding: 40px 30px;
  }
  .boxed-main-layout #wrap {
    width: 1040px;
    margin: 0 auto;
    background: #fff;
  }
  .boxed-main-layout #wrap .container {
    width: auto !important;
    max-width: none !important;
    padding-left: 30px;
    padding-right: 30px;
  }
  .boxed-main-layout.wpex-responsive #wrap {
    max-width: 100%;
  }
  .boxed-main-layout.wrap-boxshadow #wrap {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  }
  .boxed-main-layout.content-full-screen #content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .boxed-main-layout .navbar-style-one {
    right: 15px;
  }
  .boxed-main-layout.has-mobile-menu #mobile-menu,
  .boxed-main-layout #footer-bottom-menu,
  .boxed-main-layout .site-breadcrumbs.position-absolute {
    right: 30px;
  }
  .rolexhead {
    float: right;
    margin-top: 10px;
  }
  .wpex-dropdown-top-border #site-navigation .dropdown-menu li ul {
    border-top-color: #3b86b0;
  }
  #site-logo a.site-logo-text {
    font-size: 58px;
    line-height: 1em;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
  #site-navigation .dropdown-menu a {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
  }
  .wpex-mobile-menu,
  #sidr-main {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
  }
  .blog-entry-title.entry-title a,
  .blog-entry-title.entry-title a:hover {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    letter-spacing: 1px;
  }
  .single-post-title {
    font-size: 28px;
    color: #003808;
    letter-spacing: 1px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .theme-heading,
  .page-header-title,
  .heading-typography,
  .widget-title,
  .wpex-widget-recent-posts-title,
  .comment-reply-title,
  .vcex-heading,
  .entry-title,
  .sidebar-box .widget-title,
  .search-entry h2 {
    font-family: "Raleway";
    font-weight: 700;
    /* color: #003808; */
  }
  .theme-heading {
    font-family: "Raleway";
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .sidebar-box .widget-title {
    font-family: "Raleway";
    font-weight: 600;
    font-size: 12px;
    color: #003808;
    text-transform: uppercase;
  }
  .footer-callout-content {
    font-family: "Raleway";
  }
  #copyright {
    font-family: "Raleway";
    font-size: 12px;
    letter-spacing: 0.5px;
    color:white;
  }

  #footer-bottom-menu {
    font-family: "Quattrocento";
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .sf-menu,
  .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 10001;
  }
  .sf-menu > li {
    float: left;
  }
  .sf-menu li:hover > ul,
  .sf-menu li.sfHover > ul {
    display: block;
  }
  .sf-menu a {
    display: block;
    position: relative;
  }
  .sf-menu ul ul {
    top: 0;
    left: 100%;
  }
  .sf-menu {
    float: left;
  }
  .sf-menu ul {
    min-width: 140px;
    *width: 140px;
  }
  .sf-menu a {
    zoom: 1;
  }
  .sf-menu li {
    position: relative;
    white-space: nowrap;
    *white-space: normal;
  }
  .sf-menu li:hover,
  .sf-menu li.sfHover {
    transition: none;
  }
  .sf-menu .sf-mega {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  .sf-menu li:hover > .sf-mega,
  .sf-menu li.sfHover > .sf-mega {
    display: block;
  }
  .sf-menu ul img {
    display: block;
    float: none;
    max-width: 100%;
  }
  .typed-cursor {
    font-weight: 300;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
  }
  #site-logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .shrink-sticky-header #site-logo img {
    max-height: 60px !important;
  }
  #site-navigation-wrap {
    background-color: #fff;
    border-bottom: 1px solid #eee;
  }
  #site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
    background-color: #fff;
  }
  #site-navigation .dropdown-menu > li > a {
    color: #898989;
  }
  #site-navigation .dropdown-menu > li > a:hover {
    color: #003808;
  }
  #site-navigation .dropdown-menu > .current-menu-item > a,
  #site-navigation .dropdown-menu > .current-menu-parent > a,
  #site-navigation .dropdown-menu > .current-menu-item > a:hover,
  #site-navigation .dropdown-menu > .current-menu-parent > a:hover {
    color: #003808 !important;
  }
  #site-header #site-navigation .dropdown-menu ul {
    background-color: #fff;
  }
  .navbar-style-three .dropdown-menu > li:hover .sub-menu {
    display: block !important;
    border-top: 3px solid #003808 !important;
  }
  .navbar-style-three .dropdown-menu > li:hover .sub-menu li a {
    font-size: 13px;
    line-height: normal;
    color: #666;
    text-transform: none;
    border: 0;
    border-radius: 0;
    line-height: 36px;
    min-height: 36px;
  }
  .navbar-style-three .dropdown-menu > li:hover .sub-menu li a:hover {
    background-color: #000;
    color: #fff;
  }
  .navbar-style-three .dropdown-menu > li:hover .sub-menu li a span {
    line-height: 18px;
  }
  #site-header #site-navigation .dropdown-menu ul > li > a:hover {
    color: #ffffff;
    background-color: #000000;
  }
  #wpex-mobile-menu-fixed-top,
  #wpex-mobile-menu-navbar {
    background: #003808;
  }
  .mobile-toggle-nav {
    background: #003808;
  }
  .wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav {
    background: #003808;
  }
  .mobile-toggle-nav a {
    border-color: #003808;
    color: #ffffff;
  }
  .wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav a {
    border-color: #003808;
    color: #ffffff;
  }
  .mobile-toggle-nav a:hover {
    color: #e5e5e5;
  }
  .wpex-mobile-toggle-menu-fixed_top .mobile-toggle-nav a:hover {
    color: #e5e5e5;
  }
  #sidebar .widget-title {
    background-color: #eeeeee;
    padding: 8px 16px;
    text-align: center;
  }
  .author-bio {
    background-color: #ffffff;
    border-color: #ededed;
    border-width: 1px 0;
  }
  #footer-bottom-inner {
    padding: 30px 10px 10px 10px;
  }
  #footer-bottom {
    background: #003808;
    color: #ffffff;
  }
  #footer-bottom p {
    color: #ffffff;
    margin-bottom: 20px;
  }
  .vc_column-inner {
    margin-bottom: 40px;
  }
  #site-navigation .dropdown-menu > .current-menu-item > a,
  #site-navigation .dropdown-menu > .current-menu-parent > a,
  #site-navigation .dropdown-menu > .current-menu-item > a:hover,
  #site-navigation .dropdown-menu > .current-menu-parent > a:hover {
    color: #003808 !important;
  }
  .rolexhead {
    float: right;
    margin-top: 10px;
  }
  .phatek {
    margin-top: 30px !important;
  }
  @media only screen and (max-width: 960px) {
    .page-slider {
      display: none !important;
    }
    .rolexhead {
      display: none !important;
    }
    .phatek {
      display: none !important;
    }
  }
  @media only screen and (max-width: 959px) {
    .hidden-desktop {
      display: block !important;
    }
    .header-one-search-toggle,
    .visible-desktop,
    .post-edit {
      display: none !important;
    }
    .boxed-main-layout #wrap {
      overflow: hidden;
    }
    .content-area {
      width: 100%;
      max-width: none;
    }
    #sidebar {
      width: 100%;
      max-width: none;
    }
    body.has-composer.has-sidebar #primary {
      margin-bottom: 40px;
    }
    body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
      height: 100%;
      float: left;
      text-align: left;
    }
    body.rtl #site-header #site-logo {
      float: right;
      text-align: right;
    }
    body.has-mobile-menu #site-navigation-wrap {
      display: none;
    }
    body.has-mobile-menu .wpex-mobile-menu-toggle {
      display: block;
    }
    .header-two-aside {
      float: left;
      clear: both;
      padding-top: 20px;
      text-align: left;
    }
    #header-two-search {
      float: left;
    }
    body.wpex-mobile-toggle-menu-icon_buttons #site-header-inner.container {
      padding-right: 80px;
    }
    body.mobile-menu-disabled #site-header #site-logo {
      float: none;
      text-align: center;
      margin: 0 auto 20px 0;
    }
    body.mobile-menu-disabled #site-logo a {
      display: inline;
      display: inline-block;
      float: none;
    }
    body.mobile-menu-disabled #site-logo img {
      display: block;
    }
    body.mobile-menu-disabled #site-header #site-navigation-wrap {
      position: relative;
      top: auto;
      right: auto;
      clear: both;
      margin: 0;
    }
    body.wpex-mobile-toggle-menu-icon_buttons_under_logo #site-header #site-header-inner {
      display: block;
    }
    body.wpex-mobile-toggle-menu-icon_buttons_under_logo #site-header #site-header-inner #site-logo {
      float: none;
      display: block;
      text-align: center;
      width: 100%;
      max-width: none;
      height: auto;
    }
    body.wpex-mobile-toggle-menu-icon_buttons_under_logo #site-header #site-header-inner #site-logo img {
      display: inline;
      float: none;
    }
    body.has-mobile-menu.wpex-mobile-toggle-menu-fixed_top {
      padding-top: 50px;
    }
    body.has-mobile-menu.wpex-mobile-toggle-menu-fixed_top #site-header.header-one #site-logo {
      float: none;
      width: 100%;
      text-align: center;
    }
  }
  @media only screen and (max-width: 960px) {
    #wpex-mobile-menu-navbar {
      z-index: 9999;
      padding-left: 20px;
      box-sizing: border-box;
    }
    #wpex-mobile-menu-navbar .container {
      width: 100%;
    }
    #wpex-mobile-menu-navbar + .mobile-toggle-nav.wpex-mobile-menu.wpex-clr {
      position: relative;
      z-index: 99999999;
    }
    .mobile-toggle-nav .menu-item-has-children ul a:before {
      font-family: "FontAwesome";
    }
    #site-header .container {
      width: 100%;
    }
    #site-header.overlay-header #site-header-inner {
      overflow: hidden;
      display: block;
      margin: 0 auto;
      width: 90%;
    }
    #site-navigation-wrap {
      display: none;
    }
    #footer-bottom .container {
      width: 100%;
    }
    .seleccion-modelos-swiper-containerr.swiper-containerr-initialized.swiper-containerr-horizontal {
      overflow: hidden;
    }
  }
  /*FIX INTEGRACIÓN*/
  .navigation .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: none;
    min-width: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
  }
  .wpex-dropdown-style-minimal-sq .container,
  .wpex-mobile-menu-toggle .container {
    max-width: 90%;
    width: 980px;
    padding-left: 0;
    padding-right: 0;
  }
  #site-header-inner {
    padding-top: 20px!important;
  }
  #site-logo img {
    width: 300px;
  }
  @media only screen and (max-width: 992px) {
    #site-logo img {
      width: auto;
    }
  }
  #footer-bottom-inner {
    /* text-align: center; */
  }
  #footer-bottom-inner .menu {
    padding-left: 0;
    margin-bottom: 0;
  }
  #footer-bottom-inner .menu li {
    list-style: none;
    color: #fff;
  }
  /* NUEVO MENU */
  #site-header {
    padding: 0 !important;
    position: relative;
    top: -26px;
  }
  #site-header.wpex-header-two-flex-v #site-header-inner {
    display: flex;
    align-items: center;
  }
  #site-header.wpex-header-two-flex-v #site-header-inner #header-aside {
    margin-left: auto;
    order: 2;
  }
  #site-navigation.container {
    position: relative;
  }
  #site-header.header-builder {
    z-index: 10;
  }
  .header-drop-widget.show {
    visibility: visible;
    opacity: 1;
  }
  #site-logo {
    display: table;
  }
  #site-logo a {
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  #site-logo a.site-logo-text {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    transition: 0.15s all ease;
  }
  #site-logo a:hover {
    text-decoration: none;
  }
  #site-logo-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #site-navigation-wrap {
    transition: background-color 0.15s ease, border-color 0.15s ease;
  }
  #site-scroll-top {
    background-color: #003808 !important;
  }
  #site-logo a {
    width: 300px;
  }
  #site-logo img {
    width: 300px;
  }
  #site-logo-inner {
    display: inline-block;
  }
  @media only screen and (min-width: 960px) {
    #mobile-menu {
      display: none;
      position: absolute;
      right: 0;
    }
  }
  #site-navigation .dropdown-menu ul.sub-menu li.menu-item a {
    display: block;
    float: none;
    padding: 8px 12px;
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.4em;
    color: #666;
    font-size: 0.923rem !important;
    border-bottom: 1px solid #eee;
  }
  #site-navigation .dropdown-menu a {
    letter-spacing: 2px;
    text-transform: initial!important;
  }
  #site-navigation .dropdown-menu a > span {
    font-family: 'Raleway', sans-serif !important;
  }
  .ticon-angle-down:before {
    content: "\f107";
  }
  .ticon-shopping-bag:before {
    content: "\f290";
  }
  #site-navigation a {
    text-decoration: none;
  }
  #site-logo {
    display: table;
  }
  #site-logo a {
    height: 100%;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  #site-logo a.site-logo-text {
    color: #222;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    transition: 0.15s all ease;
  }
  #site-logo a:hover {
    text-decoration: none;
  }
  #site-logo img {
    display: inline;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    width: 300px;
  }
  #site-scroll-top {
    background-color: #003808 !important;
  }
  #site-logo a {
    width: 300px;
  }
  #site-logo img {
    width: 300px;
  }
  #site-logo-inner {
    display: inline-block;
  }
  @media only screen and (max-width: 992px) {
    #site-logo a {
      width: auto;
    }
    #site-logo img {
      width: auto;
    }
    #site-logo-inner {
      display: table-cell;
    }
  }
  .rolexhead {
    float: right;
    margin-top: 20px;
    width: 150px;
  }
  .navbar-style-three .dropdown-menu > li.menu-item > a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #555;
    font-weight: normal;
    padding: 0 5px;
  }
  #site-header.overlay-header.dark-style.dyn-styles #site-logo a.site-logo-text,
  #site-header.overlay-header.dark-style.dyn-styles #site-navigation .dropdown-menu > li.menu-item > a,
  #site-header.overlay-header.dark-style.dyn-styles #mobile-menu a {
    color: #000 !important;
  }
  #site-header.overlay-header.dark-style.dyn-styles #site-navigation .dropdown-menu > li > a {
    background: none;
    transition: 0.15s all ease;
    opacity: 0.7;
  }
  #site-header.overlay-header.dark-style.dyn-styles #site-navigation .dropdown-menu > li > a:hover {
    opacity: 1;
  }
  .wpex-mm-menu-item {
    display: none !important;
  }
  #site-navigation-wrap.wpex-stretch-items .main-navigation-ul > li.menu-item,
  #site-navigation-wrap.wpex-stretch-items .main-navigation-ul > li.menu-item-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .wpex-pointer-events-none {
    pointer-events: none;
  }
  .wpex-static {
    position: static;
  }
  .wpex-fixed {
    position: fixed;
  }
  .wpex-relative {
    position: relative;
  }
  .wpex-absolute {
    position: absolute;
  }
  .wpex-visible {
    visibility: visible;
  }
  .wpex-invisible {
    visibility: hidden;
  }
  .sf-menu li.menu-item {
    position: relative;
    white-space: nowrap;
  }
  #site-navigation-wrap.wpex-stretch-items .main-navigation-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    align-items: center;
  }
  .wcmenucart-details.count.t-bubble {
    background-color: #003808;
  }
  #mobile-menu {
    height: 30px;
    line-height: 30px;
    margin-top: -16px;
  }
  #mobile-menu a {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: 22px;
    background: white;
    border: none;
  }
  #mobile-menu a:focus,
  #mobile-menu a:active {
    background-color: white;
  }
  .wpex-bars {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 22px;
    line-height: normal;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  #site-header.overlay-header.dark-style.dyn-styles #mobile-menu .wpex-bars > span,
  #site-header.overlay-header.dark-style.dyn-styles #mobile-menu .wpex-bars > span::before,
  #site-header.overlay-header.dark-style.dyn-styles #mobile-menu .wpex-bars > span::after {
    background: #000;
  }
  .wpex-bars > span {
    top: 50%;
    margin-top: -1px;
  }
  .wpex-bars > span,
  .wpex-bars > span::before,
  .wpex-bars > span::after {
    background: #616161;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    transform-style: preserve-3d;
  }
  .wpex-bars > span,
  .wpex-bars > span::before,
  .wpex-bars > span::after {
    background: #616161;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    transform-style: preserve-3d;
  }
  .wpex-bars > span::before {
    top: -7px;
  }
  .wpex-bars > span::after {
    bottom: -7px;
  }
  .full-screen-overlay-nav {
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    font-weight: 300;
    font-size: 32px;
    line-height: normal;
    opacity: 0;
    transition: all 0.4s;
  }
  .full-screen-overlay-nav.visible {
    z-index: 99999;
    visibility: visible;
    opacity: 1;
  }
  .full-screen-overlay-nav button.full-screen-overlay-nav-close {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 64px;
    opacity: 0.3;
    transition: all 0.3s;
    padding: 0;
    border: 0;
    margin: 0;
    color: inherit;
    background: none;
    border-radius: 0;
    color: #000;
  }
  .full-screen-overlay-nav button.full-screen-overlay-nav-close:hover {
    opacity: 1;
  }
  .full-screen-overlay-nav button.full-screen-overlay-nav-close::-moz-focus-inner {
    border: 0;
  }
  .full-screen-overlay-nav.white {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
  }
  .full-screen-overlay-nav.black {
    background: #000;
    background: rgba(0, 0, 0, 0.98);
    color: #fff;
  }
  .full-screen-overlay-nav.black a {
    opacity: 0.6;
  }
  .full-screen-overlay-nav.black a:hover,
  .full-screen-overlay-nav.black .wpex-active > a {
    opacity: 1;
  }
  .full-screen-overlay-nav.black #mobile-menu-search input[type="search"] {
    opacity: 0.6;
  }
  .full-screen-overlay-nav.black #mobile-menu-search input[type="search"]:focus {
    opacity: 1;
  }
  .full-screen-overlay-nav #mobile-menu-search {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
    padding-top: 20px;
    font-size: 0.85em;
  }
  .full-screen-overlay-nav #mobile-menu-search input[type="search"] {
    background: none;
    color: inherit;
    border: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid currentColor;
  }
  .full-screen-overlay-nav #mobile-menu-search button,
  .full-screen-overlay-nav #mobile-menu-search input[type="submit"] {
    display: none;
  }
  .full-screen-overlay-nav .wpex-mobile-menu-top {
    padding-bottom: 20px;
  }
  .full-screen-overlay-nav .wpex-mobile-menu-bottom {
    padding-top: 20px;
  }
  .full-screen-overlay-nav-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .full-screen-overlay-nav-content-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 80px 30px;
    list-style: none;
    margin: 0;
  }
  .full-screen-overlay-nav-menu ul {
    font-size: 0.9em;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .full-screen-overlay-nav-menu a.logo-patek {
    margin-top: 30px;
  }
  .full-screen-overlay-nav-menu > br {
    display: none;
  }
  .container {
    margin: auto;
    padding: 0;
  }
  .full-screen-overlay-nav-menu li {
    display: block;
  }
  .full-screen-overlay-nav-menu li a {
    display: inline-block;
    margin-bottom: 20px;
    color: inherit;
    transition: all 0.3s;
    color: #000;
  }
  .full-screen-overlay-nav-menu li > a:active,
  .full-screen-overlay-nav-menu li > a:focus,
  .full-screen-overlay-nav-menu li.active > a {
    color: #000 !important;
    text-decoration: underline !important;
  }
  .full-screen-overlay-nav-menu li a .ticon {
    margin-right: 10px;
  }
  .full-screen-overlay-nav-menu li a:hover {
    text-decoration: none;
    opacity: 0.4;
  }
  .full-screen-overlay-nav-menu li.wpex-menu-extra {
    display: none;
  }
  .full-screen-overlay-nav-menu li .wpex-mm-menu-item {
    display: block !important;
  }
  .full-screen-overlay-nav-menu li .nav-arrow {
    display: none;
  }
  .full-screen-overlay-nav-menu span.link-inner {
    position: relative;
  }
  .full-screen-overlay-nav-menu span.link-inner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    transition: all 0.4s linear;
  }
  .full-screen-overlay-nav-menu li.wpex-active > a > span.link-inner::after {
    width: 100%;
    background: currentColor;
  }
  .full-screen-overlay-nav-menu ul.sub-menu {
    display: none;
  }
  #footer-bottom {
    background: #003808;
  }
  @media only screen and (min-width: 768px) {
    .wpex-md-text-left {
      text-align: left;
    }
  }
  .wpex-text-gray-500 {
    color: #9e9e9e;
  }
  body.wpex-responsive .container {
    max-width: 90%;
  }
  #footer-bottom {
    padding: 20px 0;
  }
  #footer-bottom-inner {
    padding: 0;
  }
  #footer-bottom .container {
    max-width: 90%;
  }
  @media (min-width: 480px) {
    #footer-bottom .container {
      max-width: 470px;
    }
  }
  @media (min-width: 768px) {
    #footer-bottom .container {
      max-width: 750px;
    }
  }
  @media (max-width: 767px) {
    #footer-bottom-menu {
      margin-top: 10px;
    }
  }
  @media (min-width: 1320px) {
    #footer-bottom .container {
      max-width: 1270px;
    }
  }
  @media only screen and (min-width: 768px) {
    .wpex-md-justify-between {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  }
  @media only screen and (min-width: 768px) {
    .wpex-md-items-center {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media only screen and (min-width: 768px) {
    .wpex-md-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  @media only screen and (min-width: 768px) {
    .wpex-md-mt-0 {
      margin-top: 0;
    }
  }
  #footer-bottom-menu ul {
    list-style: none;
    margin: 0;
  }
  #footer-bottom-menu li {
    display: inline-block;
    text-transform: none;
    font-size: 12px;
    letter-spacing: normal;
  }
  #footer-bottom-menu li:not(:first-child) {
    margin-left: 20px;
  }
  #footer-bottom a:hover {
    color: #fff;
  }
  #footer-bottom a {
    font-family: "Raleway";
    color: #fff !important;
    font-size: 12px ;
  }