@import url(../../../warp/css/responsive.css);
/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
/* Breakpoints
----------------------------------------------------------------------------------------------------*/
/* All except large Screens */
/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {
  /* line 18, ../sass/responsive.scss */
  body.home aside#sidebar-b, body.home section#top-a {
    display: none;
  }

  /* line 25, ../sass/responsive.scss */
  body div#main aside#sidebar-b {
    display: none;
  }
  /* line 28, ../sass/responsive.scss */
  body div#main article.item {
    margin-left: 0px;
  }
  /* line 31, ../sass/responsive.scss */
  body div#main img {
    width: 100%;
    position: relative;
  }
  /* line 35, ../sass/responsive.scss */
  body div#main section#innerbottom {
    margin-left: 0px;
  }
  /* line 37, ../sass/responsive.scss */
  body div#main section#innerbottom article {
    margin-left: 45px;
  }
  /* line 44, ../sass/responsive.scss */
  body footer span.company {
    display: none;
  }

  /* line 51, ../sass/responsive.scss */
  body.parent-pageid-330 section#innerbottom article {
    margin-left: 45px;
  }

  /* line 59, ../sass/responsive.scss */
  body.category div#main section#content article {
    margin-left: 0px;
  }
}
/* Only Tablets (Portrait) */
/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {
  /* line 77, ../sass/responsive.scss */
  body.home aside#sidebar-b {
    display: none;
  }

  /* line 83, ../sass/responsive.scss */
  body div#main aside#sidebar-b {
    display: none;
  }
  /* line 86, ../sass/responsive.scss */
  body div#main article.item {
    margin-left: 0px;
  }
  /* line 90, ../sass/responsive.scss */
  body section#innerbottom article {
    margin-left: 45px;
  }

  /* line 96, ../sass/responsive.scss */
  body.parent-pageid-330 section#innerbottom article {
    margin-left: 45px;
  }

  /* line 104, ../sass/responsive.scss */
  body.category div#main section#content article {
    margin-left: 0px;
  }
}
/*ipad portrait*/
/* Only Phones*/
/* Only Phones */
@media (max-width: 767px) {
  /* Layout */
  /* line 132, ../sass/responsive.scss */
  #toolbar,
  #headerbar,
  #menubar,
  #breadcrumbs,
  #totop-scroller {
    display: none;
  }

  /* Force table to not be like tables anymore */
  /* line 136, ../sass/responsive.scss */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* line 139, ../sass/responsive.scss */
  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    max-height: none;
  }
}
/* Only Phones (Landscape) */
/* Only Phones (Portrait) */
