/* CSS Document */

@media all and (min-width: 1001px) { /* DEFAULT */
  body {
    font-size: 1.0em;
  }
}

@media all and (max-width: 1000px) and (min-width: 700px) { /* TABLETS */
  body {
    font-size: 1.0em;
  }
}

@media all and (max-width: 600px) { /* TABLETS */
  body {
    font-size: 1.0em;
  }
}
@media all and (max-width: 400px) { /* PHONE */
  body {
    font-size: 1.0em;
  }
}

@media all and (max-width: 600px) { /* PHONES */
  html, body {
    font-size: 1em;
    line-height: 1.2em;
    min-width: 320px;
    padding: 0;
    margin: 0;
  }
  .mobile_hide, #desktop_menu, img.mobile_hide { 
    display: none;
      background: #ce0000;
  }
  .mobile_show { 
    display: block;
  }
  .wrapper, ._20, ._25, ._33, ._40, ._50, ._60, ._67, ._75, ._100, .__40, .__60, .mobile_full_width {
    clear: both;
    width: 98% !important;
    padding: 0;
  }
  .wrapper {
    margin: 0;
    padding: 0;
    max-width: 98%;
  }

  #headershell .wrapper {
    background-image: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
    #headershell .wrapper img {
      width: 90%;
      margin: 0 auto;
    }
    #headershell .wrapper .title {
      margin: 0 auto;
      margin-top: 10px;
    }
  #contentshell .wrapper {
    border: none;
  }
    #contentshell .wrapper .__50 {
      width: 98%;
      float: left;
      clear: both;
      font-size: 12px;
      line-height: 1.3em;
    }
      #contentshell .wrapper .__50 .xlargeText {
          display: block;
          margin-bottom: 10px;
      }
    #contentshell .wrapper img {
      clear: both;
      float: none;
      display: block;
      width: 90%;
      max-width: 90%;
      margin: 0 auto;
    }
    #contentshell .wrapper img.mobile_hide {
      display: none;
    }
    #contentshell .wrapper button img {
      clear: none;
      max-width: 80px;
    }


    #scrollMenu .xlargeText {
    font-size: 14px;
  }
  #scrollMenu a {
    clear: both;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
  }
  #tuckUp {
    top: 0;
  }
  .order_page_wrapper {
    background-image: none;
    background: #ffffff;
  }

  

}