/* ================================================================================ */
/* MINI TABLET (IPAD MINI, NOOK): 600px */
/* ================================================================================ */
@media handheld, only screen and (max-width: 650px) {
  html.touch header .search-bar.mobile {
    padding-top: 0; }

  html.touch header .top-layer .logo, header .top-layer .logo {
    width: 76%;
    padding-top: 10px; }
    html.touch header .top-layer .logo a, header .top-layer .logo a {
      max-width: 200px;
      width: 90%;
      display: block;
      margin: 0 auto; }
  html.touch header .top-layer .trigger-main-nav, header .top-layer .trigger-main-nav {
    width: 12%; }
  html.touch header .search-bar.mobile, header .search-bar.mobile {
    width: 12%; }

  footer .col {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
    text-align: center; } 
  
  footer .bot-level .group {
  display: none; }
	
	div#comments, div#disqus_thread {
    width: auto;
    margin: 0 2em;}

}
@media handheld, only screen and (max-width: 600px) {
  .grid-sizer {
    width: auto; } }