@media only screen and (max-width: 812px) {
  
  .slide-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    white-space:nowrap;
    display:block;
    }
  
  .slide-menu a {
    padding: 8px 8px 8px 32px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;    
    }
  
  .slide-menu a:hover {
    color: #f1f1f1;
    }  
  
  .slide-menu a:first-child {
    border: none;
    }
  
.slide-menu .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    }
  
  #banner {
    padding-right:50px;
    min-height: 60px;
  }
  
  #banner h2 {
    font-size:small;
  }
  
  #logo {
    padding:0 0 0 3px;
  }
  
  #logo a {
    display: block;
    width: 75px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 50px;
    border-right: 0;
    background: #000 url(/images/logo-ppp-mobile2.png) 0 0 no-repeat;
  }
  
  #header-top-center {
    display:none;
  }
  
  #header-top-right{
    padding:10px 3px 0 0;
  }

  #header-top-right i {
     font-size: 20px;
     line-height: 28px;
  }

  #header-top-right span {
     font-size: 20px;
  }
  
  #search-container {
    display:block;
    padding:3px 0 3px 0;
  }
 
  #search-box {
    display:block;
  }
 
  .searchbar-mobile input[type=text] {
    padding: 8px 20px 8px 40px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 80%;
    background-image: url(/images/searchicon.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    }
  
  .searchbar-mobile input[type=submit] {
    background-color: #666;
    padding: 9px 10px 9px 10px;
    border: none;
    color: #fff;
    text-decoration: none;
    margin: 0 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    }
  
  #header-nav-container {
     display:none;
    }
  
  #mobile-menu {
    display:block;
    position:absolute;
    right:5px;
    top:1px;
    width:40px;
    } 
  
  .mobile-menu-button {
    display: block;
    font-size: 30px;
    cursor: pointer;
    text-align: center;
    }
  
  .mobile-menu-text {
    display: block;
    font-size: 12px;
    font-weight:700;
    text-align:center;
    }
  
  .mobile-text {
    display:none;
    }
  
  .mobile-responsive {
    display:none;
    }
 
  #page-wrap {
    max-width:none;
    min-width:0;
    }

   .about-box {
     max-width:none;
     min-width:0;
     }

  #carousel {
    display: none;
    }

  .product-feature-container {
    max-width:none;
    min-width:0;
    width:100%;
    }

  .product-feature-left-alt {
     width:100%;
     text-align:center;
    }

  .product-feature-right-alt {
     width:100%;
    text-align:center;
    background-color:#000;
    }

  .product-feature-right {
     width:100%;
     text-align: center;
    }

  .product-feature-left {
     width:100%;
     text-align:center;
     }

  .feature-container {
     max-width: none;
     min-width: 0;
     text-align:center;
     }

   .feature-image-left img {
     width:100%;
     }

  .feature-left {
     width:100%;
     }

  .feature-right {
      width:100%;
     }

  .login-button, .login-forgot, .login-new {
     margin-left:0;
     }
  
   .join-button {
     margin-left:0px;
     }

  #catalog img {
     width:100%;
     }
     
  #footer-content {
     max-width:none;
     min-width:0;
     width:100%;
     padding: 0 15px;
     }

  #footer-columns {
     padding:0;
     }

  #footer-column-right {
     width:100%;
     padding-top:5px;
     }

  #footer-column-center {
     width:100%;
     padding-top:5px;
     }

   #footer-column-left {
     width:100%;
     padding-top:5px;
     }


}
  
@media only screen and (max-width:767) {
     #footer-column-left {
       width:33.3%;
       }

     #footer-column-center {
       width:33.3%;
       }

      #footer-column-right {
       width:33.3%;
       }
}
     
