@charset "UTF-8";
/*!
 * Styl pro tisk
 * @author Ing. Radek Liška, ing.radek.liska@gmail.com
 * © 2014 Všechna práva vyhrazena
 */
/***************************************************
 * Všechny elementy
 ***************************************************/
* {
  border-color: #000 !important;
  background: transparent !important;
  color: #000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
/***************************************************
 * Dokument
 ***************************************************/
@page  {
  margin: 0.5cm;
}
html {
  font-size: 12pt;
}
body {
  margin: 0;
}
/***************************************************
 * Logo
 ***************************************************/
.logo {
  text-align: center;
}
.logo p {
  margin-top: 0;
}
.logo a {
  text-decoration: none;
}
/***************************************************
 * Stránka
 ***************************************************/
.page-head,
.page-foot,
.page-column {
  display: none;
}
/***************************************************
 * Řádkové prvky
 ***************************************************/
abbr,
acronym {
  border-bottom-width: thin;
}
/***************************************************
 * Nadpisy
 ***************************************************/
h2,
h3,
.h2,
.h3 {
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
}
/***************************************************
 * Textové bloky
 ***************************************************/
p {
  orphans: 3;
  widows: 3;
}
pre,
blockquote {
  page-break-inside: avoid;
}
/***************************************************
 * Obrázky
 ***************************************************/
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}
/***************************************************
 * Oddělovače
 ***************************************************/
hr {
  border-bottom-width: thin;
}
/***************************************************
 * Tabulky
 ***************************************************/
table[border] {
  border-width: thin;
}
table[border] td,
table[border] th {
  border-width: thin;
}
table[border=""],
table[border="0"] {
  border-width: 0;
}
table[border=""] td,
table[border="0"] td,
table[border=""] th,
table[border="0"] th {
  border-width: 0;
}
thead {
  display: table-header-group;
}
tr {
  page-break-inside: avoid;
}
/***************************************************
 * Formuláře
 ***************************************************/
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="text"],
select,
textarea {
  border-width: thin;
}
/***************************************************
 * Katalog produktů v obsahu
 ***************************************************/
.catalog-item {
  display: inline-block;
  width: 12em;
  min-height: 1px;
  margin-top: 1.25em;
  margin-right: 0.625em;
  padding-bottom: 0.625em;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: top;
}
.catalog-item p {
  margin: 0.625em 1em 0;
}
.catalog-item a {
  text-decoration: none;
}
.catalog-img img {
  max-width: 160px;
  max-height: 160px;
}
.catalog-space {
  display: none;
}
/***************************************************
 * Detail produktů v obsahu
 ***************************************************/
.detail-img-front img {
  display: block;
  max-width: 100%;
  border: 5px solid #d9eca4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.detail-img-thumb p {
  margin-top: 0;
}
.detail-img-thumb img {
  height: 75px;
  margin-top: 1.25em;
  margin-right: 15px;
  border: 1px solid #d9eca4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/***************************************************
 * Prolínač bannerů v obsahu
 ***************************************************/
.imagefader {
  display: none;
}
/***************************************************
 * Sloupce
 ***************************************************/
.grid {
  width: 100%;
}
.grid:after {
  content: " ";
  display: table;
  clear: both;
}
.grid .grid-item {
  float: left;
  min-height: 1px;
}
.grid .grid-item {
  margin-left: 2%;
}
.grid .grid-item:first-child {
  margin-left: 0;
}
.grid .grid-half {
  width: 49%;
}
.grid .grid-third {
  width: 32%;
}
.grid .grid-two-third {
  width: 66%;
}
.grid .grid-quarter {
  width: 23.5%;
}
.grid .grid-three-quarter {
  width: 74.5%;
}
.grid .grid-fifth {
  width: 18.4%;
}
.grid .grid-two-fifth {
  width: 38.8%;
}
.grid .grid-three-fifth {
  width: 59.199999999999996%;
}
.grid .grid-four-fifth {
  width: 79.6%;
}
.grid .grid-sixth {
  width: 15%;
}
.grid .grid-five-sixth {
  width: 83%;
}
