/* PT-BR labels are wider than their English counterparts. Switch to the
   existing mobile navigation before the desktop labels begin to collide. */
@media screen and (min-width: 641px) and (max-width: 960px) {
  #idheader { display: none; }
  .nav_wrap { display: block; }
  .nav_wrap .nav_box {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    background: #fff;
  }
  .nav_wrap .nav_box h2 {
    display: block;
    width: 70%;
    line-height: 60px;
    color: #006c3b;
    cursor: pointer;
  }
  .nav_wrap .nav_box h2 img {
    height: 38px;
    margin-left: 10px;
    padding-right: 5px;
  }
  .nav_box h1 {
    display: block;
    width: 70px;
    height: 30px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/caidan.png) center right / 70px 30px no-repeat;
    cursor: pointer;
  }
  .bgDiv {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    background: #000;
    opacity: .5;
  }
  .rightNav {
    width: 50%;
    max-width: 210px;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: 60px;
    right: -50%;
    background: #fff;
    opacity: .96;
  }
  .rightNav span {
    display: inline-block;
    width: 96%;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.125rem;
  }
  .rightNav span:hover { background: #f5f5f5; }
  .rightNav a { color: #000; font-size: 1.125rem; }
  .flower { margin-top: 0; }
}

