.home .content_container {
    margin-bottom: -120px;
}


@media only screen and (max-width: 1500px) {
    .header-static .site-top-header .menu {
      display: none;
    }
}
@media only screen and (max-width: 1300px) {
    .header_top_wrap > * {
      width: auto;
    }
    .site-top-header {
      padding-right: 0;
    }
    .site-top-header .menu > li > a {
      padding: 0.7rem 1rem 0.7rem 0.375rem;
      font-size: 0.7rem;
    }
    .header-item {
      padding: 0.375rem 0.375rem;
    }
    .header-item.header-social {
      padding-right: 0;
    }
    .top-search-wrap {
      margin-right: 0;
    }
    .top-search-wrap #top-search-handle {
      padding-left: 0.75rem;
    }
    .top-bar .menu > li > a {
      padding: 0.625rem 1rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a, .dropdown.menu.medium-horizontal > li.select-language-block > a {
      padding-right: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    .social-navigation .menu > li > a {
      padding: 0.7rem 0.7rem;
    }
    .header-static .header-logo {
      padding: 0.625rem 0rem;
    }
    .header-static #header {
      padding-right: 220px;
    }
}
@media only screen and (max-width: 1024px) {
  .header_container {
    min-height: 137px;
  }
  .title-bar.hide-for-large {
    position: absolute;
    top: 50px;
    right: 60px;
    background: none;
    padding: 0;
  }
  .title-bar.hide-for-large .genericon {
    font-size: 36px;
    font-weight: bold;
  }
  .top-search-wrap #top-search-handle {
    line-height: 2.2;
    padding: 0;
    font-size: 36px;
  }
  .header-logo img {
    max-height: 76px;
  }
  .header-static #header {
    padding-right: 0;
  }
  .header-static #header .top-search-wrap #top-search-handle {
    line-height: 2.3;
  }
  .header-static.title-bar {
    position: fixed;
    z-index: 12000;
    top: 5px;
    background: #fff;
  }
  .header-item.header-social {
    display: none;
  }  
}
@media only screen and (max-width: 870px) {
  .header_top_wrap .header-item.stock_area {
    display: none;
  }
  .header_top_wrap .medium-6 {
    width: auto;
  }
}
@media only screen and (max-width: 766px) {
  .header_top_wrap .small-12 {
    width: 100%;
  }
  .header_top_wrap .site-top-header ul.menu li.select-language-block {
    vertical-align: top;
  }
  .header_top_wrap .hide-for-small-only {
    display: none;
  }
  ul.is-accordion-submenu {
    position: absolute;
    background: #fff;
    z-index: 11000;
  }
  .is-accordion-submenu-parent > a::after {
    right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .site-top-header {
    padding: 0;
  }
}



