.top-bar-section .top-bar-navigation-bar .desktop-show-navigation {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-bar, .top-bar-section {
    background: #eee;
  }
  .top-bar-section .top-bar-navigation-bar {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
  }
  body .top-bar-section .top-bar-navigation-bar a.logo {
   background:#eee;
    position: relative;
    z-index: 100;
  }
  .top-bar-section .top-bar-navigation-bar a.logo img {
    max-height: 116px !important;
    height: 116px !important;
  }
  .top-bar-section .top-bar-navigation-bar span.language {
    position: absolute;
    left: 60px;
    bottom: 0;
    z-index: 101;
  }
  .top-bar-section .top-bar-navigation-bar .site_language_txt {
    color: #000 !important;
  }
  .top-bar-section .top-bar-navigation-bar .white-bg > a,
  .top-bar-section .top-bar-navigation-bar .social {
    display: none;
  }
  .top-bar-section .top-bar-navigation-bar .desktop-show-navigation {
    display: inline-block;
    margin: 14px auto 0;
    height: 88px;
    position: relative;
  }
  .top-bar-section .desktop-show-navigation .desktop-nav-item {
    display: inline-block;
    position: relative;
    width: 88px;
    height: 88px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px;
    -webkit-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.75);
    margin: 0 13px;
  }
  body .top-bar-section .desktop-nav-item a {
    position: relative;
    display: block;
    width: 88px;
    height: 88px;
    padding: 0;
  }
  body .top-bar-section .desktop-nav-item a span {
    display: none;
  }
  body .top-bar-section .desktop-nav-item a img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
    display: none;
  }
  .top-bar-section .desktop-show-navigation .desktop-show-navigation-container {
    position: absolute;
    margin: 0 44px;
    left: 0;
  }
  .top-bar-section .desktop-show-navigation .desktop-show-navigation-arrow {
    position: absolute;
    width: 78px;
    height: 116px;
    z-index: 10;
    top: -14px;
  }
  .top-bar-section .desktop-show-navigation-arrow a {
    display: block;
    width: 42px;
    height: 54px;
    padding: 0;
    margin: 32px 0 0 18px;
  }
  .top-bar-section .desktop-show-navigation .desktop-show-navigation-left {
    background: url('../assets/img/components/topnav_arrows.png') no-repeat left 24px center #eee;
    left: -100px;
    -webkit-box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.75);
  }
  .top-bar-section .desktop-show-navigation .desktop-show-navigation-right {
    background: url('../assets/img/components/topnav_arrows.png') no-repeat right 24px center #eee;
    right: -100px;
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.75);
  }
  .top-bar-section .desktop-show-navigation .desktop-show-navigation-arrow a span {
    display: none;
  }

  /** NAV MENU POP OUTS
   ****************************************/

  .top-bar-section .desktop-nav-popout-hover {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 96px;
    height: 96px;
    -webkit-border-radius: 48px;
    -moz-border-radius: 48px;
    border-radius: 48px;
    border: 4px solid #fff;
    visibility: hidden;
    opacity: 0;
  }

  .top-bar-section .desktop-nav-popout-hover.over {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }

  .top-bar-section .desktop-nav-popout {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 44px;
  }

}