/*
 * *******************************************************************************
 * //
 * *******************************************************************************
 */
/*
 * *****************************************************
 * * Breakpoints
 * *****************************************************
 */
/*
 * *****************************************************
 * * Colours/colors
 * *****************************************************
 */
/*
 * banner caption backgrounds and stuff
 */
/*
 * *****************************************************
 * * Transitions/animations
 * *****************************************************
 */
@media only print {
  #skip,
  .region-header,
  #navigation,
  #banner,
  #content_bottom,
  #footer,
  .aside,
  .flexslider,
  .messages,
  .tabs {
    display: none !important; }

  #productAccordion div {
    display: block !important; }

  #pre-footer p,
  #pre-footer a,
  #pre-footer span {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 14px !important; }

  #logo {
    display: block;
    height: 150px; }

  * {
    background: transparent !important;
    color: black !important;
        /*
     * Black prints faster: h5bp.com/s
     */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid black;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
        /*
     * h5bp.com/t
     */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grey; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h1,
  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    margin: 0.5cm; } }

